@font-face {
    font-family: QuickPen;
    src: url("/wp-content/themes/brazilianspitroast/fonts/Quickpen.otf"); 
}

body{
	margin:0;
	padding:0;
	background-color:#000;
}
body > .wrapper{
	width:1500px;
	margin:0 auto;
	overflow-x:hidden;
}
a img{
	border:none;
}

h1,h2,h3,h4,h5,h6{
	font-family: "proxima-nova-extra-condensed";
}

/* Testimonial re-styling on homepage */
.bsr-grid .item {
    width: 50%;
    float: left;
    background: white;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bsr-grid .item p {
    padding: 0px 40px;
    line-height: 30px;
    min-height: 60px;
}

.bsr-grid .image {
    width: 78%;
    margin: 0 auto;
    text-align: center;
}

.bsr-grid .content,
.bsr-content {
    background: white;
}

.bsr-grid .content, .bsr-content {
	padding: 30px 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.bsr-content br {

}

.bsr-grid span.testimonial-content {
    font-size: 16px;
    line-height: 40px;
}

.bsr-content p {
    margin-block-start: 0;
    margin-block-end: 15px;
}

.bsr-grid .content p {
    margin: 0;
    padding: 30px;
    text-align: center;
}

.bsr-grid .item .image img {
	max-width: 100%;
    height: auto;
}

.bsr-grid .item .item-text {
    width: 78%;
    margin: 10px auto;
    text-align: center;
    position: relative;
    top: -96px;
    height: 100px;
}

.bsr-grid .item .item-text h2 {
	margin-bottom: 30px;
    font-weight: 300;
}

.bsr-grid .item .item-text a {
    color: white;
    text-decoration: none;
    border: 3px solid white;
    display: inline-block;
    padding: 3px 40px;
    height: 35px;
    line-height: 4px;
    margin: 11px 0;
    font-size: 15px;
    min-width: 130px;
}

.bsr-grid .item .item-text .row>div {
    height: 83px;
}

.hero-text {
    position: absolute;
    top: 360px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 50px;
    color: white;
    font-family: 'Teko', sans-serif;
    /*font-family: 'QuickPen', sans-serif;*/
    font-weight: 100;
    letter-spacing: 21px;
}

.hero-text p {
    width: auto;
    background: rgba(255, 255, 255, 0.70);
    color: black;
    display: table;
    clear: both;
    padding: 0px 20px;
    margin: 10px auto;
    text-transform: uppercase;
}

.bg-dark {
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5), transparent);*/
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background-position: 0px 0px;
}

.fixed-sidebar .my-order {
    position: fixed;
    left: 62%;
    top: 210px;
    background: #f9f5ea;
    max-height: 78%;
    /*overflow: scroll;*/
}

.my-order h3 {
	cursor: pointer;
    margin: 5px 0 0 0 !important;
    padding: 5px 0 0 0 !important;
}

.my-order .item label, .my-order .item a {
    padding-bottom: 1px !important;
    padding-top: 1px !important;
}

.bsr-top-nav a:hover,
.bsr-grid .item .item-text a:hover {
    background: white;
    color: black;
}

.menu-item:hover {
    text-decoration: none !important;
}

.menu-item-has-children > a:after {
    content: ' ▾';
}

body > div > div.bsr-grid > div:nth-child(2) > div.image,
body > div > div.bsr-grid > div:nth-child(4) > div.image {
    margin-right: 30px;
}

body > div > div.bsr-grid > div:nth-child(2) > div.item-text,
body > div > div.bsr-grid > div:nth-child(4) > div.item-text {
    margin-right: 30px;
}

body > div > div.bsr-grid > div:nth-child(3) > div.image,
body > div > div.bsr-grid > div:nth-child(5) > div.image {
    margin-left: 30px;
}

body > div > div.bsr-grid > div:nth-child(3) > div.item-text,
body > div > div.bsr-grid > div:nth-child(5) > div.item-text {
    margin-left: 30px;
}

.bsr-top-nav a.phone {
    border: none;
}

#gform_wrapper_3 {
    width: 390px;
    margin: 0 auto;
}

#gform_3 input {
    /*width: auto;*/
}
#gform_3 .ginput_container {
    text-align: left;
}
#gform_3 .ginput_container_time {
    max-width: 4rem;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}
#gform_3 li {
    clear: both;
    padding: 0 0 30px 0;
    margin: 0;
}
#gform_3 select {
    width: 100%;
    padding: 3px;
}

#input_3_2 i,
.gfield_time_ampm.ginput_container.ginput_container_time label, 
.gfield_time_ampm.ginput_container.ginput_container_time br {
    display: none;
}

#gform_3 .ginput_container_date {
    display: inline !important;
}

#gform_3 .ginput_container_date select {
    width: auto;
    margin-right: 5px;
}
/* Added - 15-11-2019 */
.sub-menu li {
    clear: both;
}