/*
Theme Name: Road Food
Theme URI:
Author: Pixelpress
Author URI: http://pixelpress.co/
Version: 1.0
Tags: html5, css3, development
*/

/* main elements */
/*=====filter modal========*/
.section-article-single-content .section__row,
.section-article-single-content .section__row-image{
	position: relative;
}
#filter-modal{
    background-color: rgba(255,255,255,0.9);
	
}
#filter-modal .modal-content{
	border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 25px;
    outline: 0;
    box-shadow: 0px 2px 26px #a7a4a4;
}
.modal-header .close:focus,
.modal-header .close:hover,
.modal-header .close:active{
	outline: none;
}
#filter-modal .modal-header .close{
    padding: 5px 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fc671a;
    font-weight: 300;
    font-size: 70px;
    opacity: 1;	
}
#filter-modal .modal-body{
    padding: 3rem 4rem;	
}
#filter-modal .modal-body a{
    color: #fc671a;
    text-decoration: none;	
}
#filter-modal .modal-body h5{
	font-size: 1.1rem;
    font-weight: 600;
    color: #000;
	margin-bottom: 1rem;
}
/*============= restaurant near me modal=====*/
#nearme-modal{
	background-color: #0b2a4a;	
    z-index: 100000;
}
#nearme-modal .modal-title{
    font-size: 28px;
    font-weight: 700;
    color: #fff;	
}
#nearme-modal .modal-header{
    background-color: #0b2a4a;
	position: relative;
}
#nearme-modal .modal-content{
	border:none;
}
#nearme-modal .close{
    background-color: #fc671a;
    opacity: 1;
    width: 80px;
    transition: all .4s;
    height: 100%;
    position: absolute;
    padding: 0;
    right: 0;
    overflow: hidden;
	margin: -1rem 0 0 auto;
}
#nearme-modal .close:hover{
	background-color: #9fe3b9;
}
#nearme-modal .close span{
    width: 31px;
    font-weight: 200;
    color: #fff;
    padding: 0;
    font-size: 76px;
    height: 100%;
    line-height: 1;	
}
#nearme-modal .nearme-result{
    min-height: 778px;	
	background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#nearme-modal .nearme-result .section-content{
    width: 48%;
    padding: 20px 25px;	
}
#nearme-modal .section-map{
    width: 52%;	
}
#nearme-modal  .google-map-content{
    position: relative;
    overflow: hidden;	
	height: 100%;
}
#nearme-modal .section-layout-filter,
#nearme-modal  .container__wrap,
#nearme-modal .modal-body{
	padding: 0;
	border-top: 0;
}

#nearme-modal .section__filter .checkbox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#nearme-modal .section__filter .checkbox input{
    opacity: 0;
    position: absolute;	
}
#nearme-modal .section__filter .checkbox label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: #fc671a;
    position: relative;
    cursor: pointer;
    padding: 0;	
}
#nearme-modal .section__filter .checkbox input + label:before{
	content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: #ebebeb;
    border-radius: 3px;
    border: 1px solid #b7b7b7;	
}
#nearme-modal .section__filter ul{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;	
}
#nearme-modal .section__filter {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;	
}
#nearme-modal .section-sort{
	padding: 27px 0 2px;
    border: none;	
}
#nearme-modal .section__filter .checkbox input:checked + label:after{
    content: '';
    position: absolute;
    left: 6px;
    top: 11px;
    background: #b7b7b7;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 #b7b7b7, 4px 0 0 #b7b7b7, 4px -2px 0 #b7b7b7, 4px -4px 0 #b7b7b7, 4px -6px 0 #b7b7b7, 4px -8px 0 #b7b7b7;
    box-shadow: 2px 0 0 #b7b7b7, 4px 0 0 #b7b7b7, 4px -2px 0 #b7b7b7, 4px -4px 0 #b7b7b7, 4px -6px 0 #b7b7b7, 4px -8px 0 #b7b7b7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);	
}
.section-nearme-items .section__actions{
    padding: 30px 0 60px;	
}

@media(max-width: 1199px){
	#nearme-modal .section-layout-filter p{
	    margin-bottom: 10px;
    	width: 100%;	
	}	
}

@media(max-width: 1023px){
	#nearme-modal .nearme-result .section-content,
	#nearme-modal .section-map{
		width: 100%;
	}
	#nearme-modal  .google-map-content{
	    height: 300px;	
	}
	
}
@media(max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
	#nearme-modal .section-layout-filter p{
		text-align: left;
	}
	#nearme-modal .modal-title{
	    font-size: 20px;
		order: 2;
		width: 100%;
		padding: 15px;
		-webkit-box-ordinal-group: 3;	
	}
	#nearme-modal .close span{
	    font-size: 42px;	
	}
	#nearme-modal .close{
		position: relative;
		margin-left: auto;
		width: 40px;
		order: 1;
		height: 40px;	
		margin-top: 0;
	}
	#nearme-modal .modal-header{
	    flex-wrap: wrap;	
		padding: 0;
	}
	#nearme-modal .section-layout-filter p{
		padding: 0;
	}
	#nearme-modal .nearme-result .section-content, 
	#nearme-modal .section-map{
		padding: 15px;
	}
}

.section__actions.outside{
    padding: 30px 0 60px;	
}

/**====== recipes page ======*/
.section-layout-filter .section__search.max-w-600{
	max-width: 600px;
}
.slider-dishes .slider__slide-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;	
}
.slider-dishes .slider__slide-image{
    padding-bottom: 100%;
    border-radius: 3px;
    overflow: hidden;	
}
.slider-dishes .slider__slide-image img{
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;	
}
.slider-dishes .slider__slide-content{
    text-align: center;
    font-size: 13px;
    line-height: 1.38;
    color: #333;
    font-weight: 500;
    padding: 12px 15px;	
}
.btn:hover{
    background: #fff;
    color: #fc671a;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fc671a;
    box-shadow: inset 0px 0px 0px 1px #fc671a;   
}
.btn--with-shape:hover .svg-color{
    fill: #fc671a;	
}
.section__search-term{
	padding-top: 10px;
    font-size: 14px;
    line-height: 1;
    color: #0b2a4a;	
}


/*=====three column====*/
.box-cta .box__cta-title.text-sm h5{
    font-size: 18px;	
}
.box-cta .text-sm.box__cta-title:before{
    height: 35px;
    width: 13px;	
	right: -13px;
}
.box-cta .text-sm.box__cta-title:after{
	left: -13px;
	height: 35px;
    width: 13px;
}
.box-cta .box__cta-title.text-sm{
    padding: 7px 0;	
	width: calc(100% - 64px);
}
.head__category{
    padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}
.section-articles-featured.guides{
	margin-bottom: 39px;
}
/* ===== single recipe ======= */
.section-recipes-single-heading .section__actions{
    padding-bottom: 30px;	
	padding-top: 0;
}
.section-recipes-single-content .section__location-content a:hover{
	color: #fc671a;	
}
.section__grid-item.video__item{
    max-height: 95px;
    overflow: hidden;	
}
.section__image.video__item .section__image-link{
   height: 292px;	
}
.section__image.video__item video{
    height: 292px;	
}
.video__item video{
	object-fit: cover;
    width: 100%;
}
.section__image.placeholder .section__image-link{
    position: unset;	
}
.section-directions-hours .info .info__row .fa-globe{
	margin-right: 12px;
    font-size: 22px;
	color: #676766;
}
.info .info__row p{
    width: auto;	
}
@media(max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
    .section__image.video__item .section__image-link{
	    position: unset;	
	}
	.section__grid-item.video__item{
	    max-height: 116px;	
	}
	.video__item video{
		height: 110px;
	}
	.box-cta .box__cta-title.text-sm{
		width: calc(100% - 28px);		
	}
	.box-cta .text-sm.box__cta-title:after{
		left: -12px;	
	}
	.box-cta .text-sm.box__cta-title:before{
		right: -13px;
	}
    .section-directions-hours .info .info__row .fa-globe{
	    margin-right: 8px;	
		font-size: 20px;
	}
	.sm-relative{
		position:relative !important;
	}
	.sm-w-full{
	    max-width: 100% !important;	
	}
	.sm-center{
		text-align:center;
	}
	.header-search-modal .search{
		padding: 0 20px;
	}
    .search div.post--image{
	    min-width: 110px;
   	 	height: 100px;	
	}
    .section-single-restaurant .section__image{
		margin-bottom: 20px;
	}
}
/* comment/discuss box */
.form-discuss .form__actions{
    max-height: 40px;	
}
.form-discuss .form-row-comment{
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.form-discuss .form-row-comment .form__body{
    padding: 11px 0;
    width: 100%;
}
.children{
    margin-left: 40px;
}
.cancel-comment-reply{
    width: 100%;
    margin: 5px 0;
}
.comment-author-link{
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.discuss-item{
    padding-bottom: 0px;
}
.discuss-item .discuss__item-meta{
    padding-left: 0;
}
.discuss-item .comment{
    margin-bottom: 20px;
}
.disscuss-item-body{
    padding-top: 10px;
    padding-bottom: 30px;
}
.form-discuss .form-row-comment .form__additional{
    width: 100%;    
}
/*get continue reading*/
.section-plain-text .section__entry.full-read:after{
	display:none;
}

/* slick carousel arrow */
/* slick carousel arrow */
.slider__slides.slick-slider .slick-arrow,
.slider__slides.slick-slider .slick-arrow:hover{
    width: 50px;	
	background: rgb(252 103 26 / 0.75);
}
.slider__slides.slick-slider .slick-prev{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;	
}
.slider__slides.slick-slider .slick-next{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;	
}
/*single tour ----------*/
.tour-stop-item .item__counter{
	background-color: #fc671a;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 2px 15px;
    border-radius: 3px;
    margin-right: 13px;	
} 
.tour__location{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;	
	color: #676766;
}

/* general override */
.section-small-text ul,
.main .section__entry ul,
.main .section__entry ul{
    margin-left: 40px;	
}
.h-full{
	height: calc(100% - 100px);
}
/*header-search-modal*/
.header-search-modal{
	display:none;
    position: fixed;
   	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
/* 	overflow-x: hidden; */
/*     transition: 0.5s; */
    z-index: 9001;
	background-color: rgba(0,0,0, 0.9);
}
.header-search-modal .closebtn{
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 60px;
    padding: 8px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-weight: 300;	
}
.header-search-modal .search{
    width: 630px;
    margin: 0 auto;	
}
.header-search-modal .search input[type="text"]{
    border: none;
    width: 100%;
    font-size: 18px;
    padding: 15px 15px;	
}
.header-search-modal .search input[type="submit"]{
    padding: 15px 35px;
    background: none;
    border: 2px solid #fff;    
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;	
	transition: 0.3s;
}
.header-search-modal .search input[type="submit"]:hover{
	background-color: #fff;
	color: #0b2a4a;
}
.header-search-modal .closebtn:hover{
	color: #fff;
}
.header-search-modal .search fieldset{
    text-align: right;	
}
/* search template */
.search .post--image{
 	min-width: 192px;
   height: 140px;	
}
.search .post--image img{
	border-radius: 4px;
}
/* single-places */
.single-places .item__best-image img,
.single-places .box__image img,
.single-tv .box__image img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* single dish */
.section-layout-intro.single-dish .box__image{
    width: 275px;	
}
.section-layout-intro.single-dish .box__content{
    width: calc(100% - 276px);	
}
.has-excerpt .section__entry:not(.full-read){
    max-height: 290px;
    overflow: hidden;
}
.single-restaurants .section-plain-text:not(.has-excerpt) .section__entry:after{
    display: none;
}
.info .info__row p{
	width: calc(100% - 40px);	
}
.info .info__row:first-child > img{
	margin-right: 19px;
}
.discuss-item.hidden-discuss{
	display:none;
}
.info .js-info-hours.opened:after{
	transform: rotate(180deg);
	top: 5px;
}
@media(min-width: 768px){
    .force-to-bottom{
        bottom: 0;  
        padding-bottom: 0.5rem !important;
        position: absolute !important;
    }
}
/* submit form photo */
#gform_2 .button{
    text-align: center;
    text-decoration: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
    background: #fc671a;
    padding: 11px 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    line-height: 1.2;   
}
#gform_2 .button:hover{
    background: #fff;
    color: #fc671a;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fc671a;
    box-shadow: inset 0px 0px 0px 1px #fc671a;  
}
.info .info__label--black{
    border-color: #000;
    color: #000;    
}
.info .info__label--blue{
    border-color: #002b49;
    color: #fff;
    background-color: #002b49;
}
@media(min-width: 768px){
    .footer__form{
        max-width: 275px;       
    }
}
.header__links{
    display:none;
}
.header div.header__actions{
    margin-bottom: 3px;
    height: 19px;   
}
/*Sponsor header*/
.sponsor__bar{
    background-color: #f4f3f3;  
    z-index: 999;
    position: relative;
}
body.has-open-menu .sponsor__bar{
    z-index: -1;
    
}
.sponsor__text{
    font-size: 12px;
    color: #999999;
    padding-right: 12px;    
}
/*body .header{
    overflow: hidden;   
}*/
@media(min-width: 1023px){
    body .header{
        overflow: hidden;   
    }
}

body.admin-bar:not(.has-fixed-header) .header{
    top: 0px;   
    position:relative;
}
body:not(.has-fixed-header):not(.admin-bar) .header{
    top: 0px;   
    position:relative;
}
@media(max-width: 1023px){
    div.py-2-md{
        padding-bottom: 0.5rem !important;  
        padding-top: 0.5rem !important;
    }
    div.px-0-md{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .sponsor__bar img{
        max-width: 50px;    
    }
    body.admin-bar:not(.has-fixed-header) .header{
         top: 0px;  
        position:relative;
    }
    body:not(.has-fixed-header):not(.admin-bar) .header{
        top: 0px;   
        position:relative;
    }
}
@media(max-width: 782px){
    body.admin-bar:not(.has-fixed-header) .header{
         top: 0px;  
        position:relative;
    }   
    .admin-bar.has-fixed-header .header{
        top: 0px;
    }
    #wpadminbar{
        position: absolute;
    }
}
body .header + .main{
    padding-top: 0; 
}
.great-recipes .section__head{
    padding-top: 23px;
    border-top: 1px solid #d7d7d7;
}

.tv-logo{
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 23px;
}
@media(max-width: 767px){
    .tv-logo{
        padding: 10px 0;
    }
    .tv-logo img{
        max-width: 350px;
    }
}
@media(max-width: 550px){
    .tv-logo img{
        max-width: 250px;
    }
}

.tv-hero{
    background-image: url(/wp-content/themes/roadfood/assets/images/roadfood-tv-bg.jpg);
    background-size: cover;
    width: 100%;
}
.tv-hero img{
    /*width: 100%;*/
    /*height: auto;*/
    max-height: 250px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.post-type-archive-tv .tv-hero img{
    width: 100%;
    height: auto;
    max-height: initial;
}
@media( max-width: 768px){
    .tv-hero img{
        /*margin: 30px 0;*/
    }
}
.tv-hero .section-breadcrumb{
    position: absolute;
}
.tv-hero .breadcrumb .breadcrumb-item a,
.tv-hero .breadcrumb .breadcrumb-item,
.tv-hero .breadcrumb .breadcrumb-item + .breadcrumb-item:before{
    color: #fff;
}
.container  .tv-nav {
    padding: 10px 0px;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    display: table;
}
.tv-nav-scroller {
    overflow: auto;
    white-space: nowrap;
}
.tv-nav ul{
    
}
.tv-nav ul li{
    list-style: none;
    padding: 0 10px;    
    display: inline-block;
}
.tv-nav ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #333;
}
.tv-nav ul li.active a,
.tv-nav ul li a.active{
    font-weight: 500;
    color: #0b2a4a;
}
.tv-nav ul li a:hover{
    color: #0b2a4a;
}

.single-tv .video-player{
    padding-bottom: 20px;
}
.single-tv .section-article-single-content{
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 23px;
}
.widget-stream {
    background: #f0f0f0;
    border-radius: 6px;
    padding: 30px 30px 280px;
    text-align: center;
    margin-bottom: 40px;
    background-image: url(/wp-content/themes/roadfood/assets/images/stream-widget-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 15%), -1px -1px 2px rgb(0 0 0 / 15%);
}
.widget-stream hr{
    margin: 2.5rem 0;
}
.widget-stream h2{
    margin: -31px -31px 30px;
    padding: 20px 0;
    background: #0b2a4a;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-weight: 300;
}
.widget-stream .stream-logo{
    max-width: 180px;
}
/*@media(max-width: 991px){*/
    .widget-stream h2{
        font-size: 1.375rem;
    }
    .widget-stream h4{
        font-weight: bold;
        font-size: 1.375rem;
    }
/*}*/

.section-episodes{

}
.section-episodes .box-large .box__image{
    padding-bottom: 62.5%;
}
.section-episodes .box-large h4{
    text-align: left;
    font-size: 1em;
    padding: 4px 0; 
}
@media(max-width: 550px){
    .section-episodes .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.section-episodes .box-large h4 a,
.section-episodes .box-large h4 a:visited{
    color: inherit;
    text-decoration: none;
    transition: all 0.4s;
}
.section-episodes .box-large h4 a:hover{
    color: #fc671a;
    transition: all 0.4s;
}

.tax-season .section-title h1{
    padding-top: 20px;
}
.sponsors{
    margin-top: 0px;
    margin-bottom: 25px;
}
.sponsors h4{
    font-weight: bold;
    display: table;
    padding: 7px 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
    margin: 0;
    position: relative;
}
.sponsors h4:after{
    content: '';
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 2;
}
@media(max-width: 991px){
    .section__sidebar .sponsors{
        display: none;
    }
    .container > .sponsors{
        margin-top: 25px;
    }
    .container > .sponsors .box-sponsors{
        border: none !important;
        padding-left: 0;
        padding-right: 0;
    }
    .sponsors h4{
        border: none;
        font-size: 1.25rem;
    }
    .sponsors h4:after{
        content: none;
    }
}
@media(min-width: 992px){
    .container > .sponsors{
        display: none;
    }
    
}

.sponsors .sponsor_link{
    font-size: 13px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
}
.sponsors .box-sponsors{
    padding: 15px 20px;
    margin: 0;
    border: 1px solid #d7d7d7;
    border-bottom: none;
    border-top: none;
    position: relative;
}
.sponsors .box-sponsors:first-of-type{
    border-top: 1px solid #d7d7d7;
    border-radius: 0 6px 0 0;
}
.sponsors .box-sponsors:after{
    content: '';
    position: absolute;
    left:  0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d7d7d7;
}
.sponsors .box-sponsors:last-child{
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0 0 6px 6px;
}
.sponsors .box-sponsors:last-child:after{
    content: none;
}
.nav-trigger{
    z-index: 9999;
}
body.has-open-menu .header .header__container{
    z-index: 9998;   
}
.main{
    z-index: 1;
    position: relative;
    background: white;
    
}
.post-type-archive-tv .section-plain-text{
    border-bottom: none;
}
@media(max-width: 991px){
    .post-type-archive-tv .section-plain-text{
        /*padding-top: 30px;*/
    }
}
.post-type-archive-tv h1{
    font-weight: 700;
}
h2.accent{
    font-weight: 500;
    text-transform: uppercase;
    color: #fc671a;
}

.section-divider{
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #d7d7d7;
    display: table;
    width: 100%;
}
.single-extras .form-discuss{
    border-bottom: none;
}
.single-extras .section-article-single-content{
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
}

.post-type-archive-tv .section-plain-text img{
    margin-bottom: 20px;
}
.header_cont{
    justify-content: space-between;
}
.header_ads_cont{
    /*min-width: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 100%;
}
@media(max-width: 768px){
    .header_cont .d-flex{
        display: none !important;
    }
    .header_ads_cont{
        flex: 1 100%;
    }
    .sponsor__bar .container{
        padding: 0;
    }

    .sponsor__bar .py-3.py-2-md{
        padding: 0 !important;
    }
    .sponsor__bar .banner-ad-mobile{
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}

/*
 follow widget
 */

.follow-widget {
    border-radius: 6px;
    padding: 150px 30px 80px;
    text-align: center;
    margin-bottom: 40px;
    background-image: url(/wp-content/themes/roadfood/assets/images/follow-widget-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 15%), -1px -1px 2px rgb(0 0 0 / 15%);
    color: #fff;
}
.follow-widget a{
    color: #fff;
}

.follow-widget h4{
    margin-bottom: 20px;
    font-weight: bold;
}
.follow-widget .social{
    margin: 15px 0;
}
.follow-widget .social a{
    font-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    
}
.follow-widget .social .fab{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.follow-widget .social .fa-facebook-f{
    font-size: 32px;
}

.follow-widget .ginput_container_email input{
    border-radius: 6px !important;
    border: 1px solid #fc671a !important;
    color: #333;
}
.follow-widget .gform_wrapper .gform_body .gform_fields .gfield{
    margin-bottom: 10px !important;
}
.follow-widget .gform_button{
    display: inline-block !important;
    width: 100% !important;
    text-align: center;
    text-decoration: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
    background: #fc671a;
    padding: 11px 30px !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
}
.follow-widget .gform_confirmation_wrapper{
    padding: 20px 0 30px;
}

/*
 TV Index styling
 */

.tv_intro{
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}
.tv_intro_img{
    max-width: 295px;
    width: 100%;
    flex: 2 295px;
    padding-right: 10px;
}
.tv_intro_content{
    flex: 1 100%;
    line-height: 1.375em;
    padding-left: 10px;
}
.tv_intro_content h1{
    margin-bottom: 0.25em;
}

.tv_part{
    display: flex;
    padding-bottom: 30px;
    padding-top: 10px;
}
.tv_part_content{
    flex: 2 100%;
    line-height: 1.375em;
}
.tv_part_img{
    max-width: 295px;
    width: 100%;
    flex: 2 295px;
    padding: 8px 0 16px 24px;
}
.tv_part.img_on_left .tv_part_img{
    order: 1;
    padding: 8px 24px 16px 0;
}
.tv_part.img_on_left .tv_part_content{
    order: 2;
}
.tvp_img{
    display: table;
    transform: rotate(3deg);
    padding: 10px;
    border: 1px solid #d7d7d7;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
}
.tv_part.img_on_left .tvp_img{
    transform: rotate(-3deg);   
}
.section-plain-text .tvp_img img{
    margin-bottom: 0;
}
@media(max-width: 991px){
    .sponsors + .section-divider{
        display: none;
        visibility: hidden;
    }
    .tv_intro{
        border: none;
    }
    .tv_intro h1{
        color: #0b2a4a;
        font-size: 2.25rem;
    }
    .tv_part h3{
        font-size: 1.375rem
    }
    .section-base-layout .section__sidebar{
        padding-top: 0;
    }
    .col-lg-8 > .section__content > .section-plain-text{
        padding-bottom: 0;
    }
    .col-lg-8 > .section__content > .section-plain-text .tv_part:last-child{
        padding-bottom: 0;
    }
}                                          

@media(max-width: 768px){
    .tv_intro{
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .tv_intro_img{
        flex: 1 100%;        
        display: table;
        padding: 0;
        max-width: 100%;
        text-align: center;
    }
    .tv_intro_content{
        padding: 0;
    }
}
@media(max-width: 600px){
    .tv_part{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .tv_part_img{
        order: 1 !important;
        max-width: initial;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .tv_part.img_on_left .tv_part_img{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .tv_part_img .tvp_img{
        margin: 0 auto;
    }

    .tv_part_content{
        order: 2;
    }
    .tv-nav-container, 
    .tv-nav-container + .container{
        padding-left: 0;
        padding-right: 0;
    }
    .container .sponsors{
        padding-left: 15px;
        padding-right: 15px;  
        margin-bottom: 8px;  
    }
        
}
@media(max-width: 500px){
    .tv_intro_img img{
        width: 100%;
    }
    .tvp_img{
        transform: none !important;
        display: block;
    }
    .tvp_img img{
        width: 100%;
    }
}
.box-sponsors{
    margin: 24px;
}
.box-sponsors .box__image{
    max-height: 130px;
}
.box-sponsors .box__image a{
    display: table;
    margin: 0 auto;
}
.box-sponsors .box__image img{
    height: 110px;
    width: auto;
    position: initial;  
}
.box-sponsors .box__content{
    text-align: center;
}
.box-sponsors .box__content h5 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.2;
    color: #333;
    font-weight: 700;
}
.box-sponsors .box__content h5 a{
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.box-sponsors .box__content a:hover {
    color: #fc671a;
}
.box-sponsors .box__content p {
    font-size: 12px;
    line-height: 1.3;
    /*padding-right: 15px;*/
    margin-bottom: 10px;
}
.box-sponsors .box__content p a{
    text-decoration: none;
}
.box-sponsors  .sponsor_link{
    text-decoration: none;
}
.goldpeak img{
    max-height: 34px;
    width: auto;
}

@media(min-width: 769px){
    .goldpeak{
        display: none;
        visibility: hidden;
    }
    
}
@media(max-width: 500px){
    .header > .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .goldpeak .sponsor__text{
        line-height: 1em;
        padding-right: 5px;
        font-size: 10px;
    }
    .header__content-bar > a{
        width: initial;
    }
    .header__content-bar > a img{
        height: 20px;
    }
    .header .header__search.header__search--mobile{
        margin-left: 15px;
        margin-right: 15px;
    }

}

/* Spotify widget styles */
.wp-block-embed-spotify {
   background: #f0f0f0;
   border-radius: 6px;
   padding: 30px 30px 30px;
   text-align: center;
   box-shadow: 1px 1px 2px rgb(0 0 0 / 15%), -1px -1px 2px rgb(0 0 0 / 15%);
}
/*body.single-tours #rf-video{
	display:none !important;
}*/
@media(min-width: 993px) {
    .lg-mb-4 {
        margin-bottom: 1.5rem;
    }
}

.episode-title a {
    font-size: 20px;
    text-decoration: none;
}

.episode-title {
    margin-top: -7px;
}

@media(max-width: 767px) {
    .episode-title a {
        font-size: 18px;
    }

    .episode-title {
        margin-top: -4px;
    }

    .section-episodes > h2 {
        font-size: 24px;
    }
    .sm-mx-0{
		margin-left: 0;
		margin-right: 0;
	}
}

.mb-55 {
    margin-bottom: 3.5rem !important;
}

.section-episodes .js-image-fit > a:before {
    content: "";
    background-color: rgb(248 97 43 / 60%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 0px 0px 2px #333;
}

.section-episodes .js-image-fit > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.duration-text {
    font-size: 13px;
    color: #999;
    font-weight: 500;
}
.section-episodes hr{
	height: auto;
    margin-top: 0.5rem;
	width: 100%;
}
.sectiom-member-single .location{
    margin: 10px 0 10px;
    display: block;
    color: #999;
    font-weight: 500;
}
.section-fullwidth-image img{
    max-height: 455px;
    object-fit: cover;
    object-position: center;
}
.section__name h5{
    margin-bottom: 0;
}
.section__name h5 a{
    text-decoration: none;
}
.author.url{
    text-decoration: none;
    color: #333;
}
body.modal-open .header{z-index: 1;}
body.modal-open .modal-backdrop.fade{z-index: 0;}