div#et-top-navigation:before{
    left: 0;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
    float: none;
}
.about-section{
    position: relative;
    clear: both;
    padding: 12rem 0 0rem;
    z-index: 1;
    background: transparent no-repeat;
}

.about-section.odd{
    color: #FFF;
}

.about-section.even{
    color: #000;
    padding-bottom: 1rem;
}

.about-section .section-background{
    position: absolute;
    top: 0;
    bottom: -12.5rem;
    left: 0;
    right: 0;
    transform-origin: top left;
}

.about-section.section-skew-left .section-background{
    transform: skew(0, 2deg);
}

.about-section.section-skew-left .section-background .timeline{
    transform: skew(0, -2deg);
}

.about-section.section-skew-right .section-background{
    transform: skew(0, -2deg);
}

.about-section.section-skew-right .section-background .timeline{
    transform: skew(0, 2deg);
}

.about-section .section-background:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.about-section.odd .section-background:before{
    background: rgba(0, 0, 0, .85);
}

.about-section.even .section-background:before{
    background: rgba(255, 255, 255, .85);
}


.about-section .timeline {
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    border-left: 5px solid #017BC1;
    z-index: 1;
    font-size: 6.875rem;
    color: #017BC1;
    font-family: 'Times New Roman',Georgia,"Times New Roman",serif;
    font-style: italic;
}

.about-section .timeline .time-anchor{
    display: block;
    padding-left: 2rem;
    transform: translateY(-50%);
    position: absolute;
    top: 10rem;
}

.about-section.first .timeline{
    top: 10rem;
}

.about-section.first .timeline .time-anchor{
    top: 0;
}

.about-section .timeline:before{
    content: "";
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    position: absolute;
    top: 10rem;
    background: #017BC1;
    transform: translate(-50%, -50%);
}

.about-section.first .timeline:before{
    top: 0;
}

.about-section.even .timeline{
    border-left-color: #AFAFAF;
    color: #AFAFAF;
}

.about-section.even .timeline:before{
    background: #AFAFAF;
}

@media screen and (min-width: 80rem){
    .about-section .timeline{
        left: calc(50vw - 590px);
    }
}

.about-section p{
    line-height: 1.6;
    padding-bottom: 0.75rem;
}

.about-section p{
    line-height: 1.6;
    padding-bottom: 0.75rem;
}


.about-section h2{
    line-height: 1;
    padding-bottom: 1.75rem;
	margin-top:5rem;
	margin-left: 2rem;
}
.about-section h1{
    font-family: 'Times New Roman',Georgia,"Times New Roman",serif;
    font-size: 110px;
    color: #017bc1!important;
    line-height: 1;
    padding-bottom: 1.75rem;
}



.about-section .social-icon{
    color: #FFF;
    display: inline-block;
    margin-left: 1rem;
}

.about-section .social-icon i{
    display: block;
    font-size: 2rem;
    padding: .25rem;
}

.about-section .social-icon span.social-label{
    display: none;
}

.about-section .small-button{
    background: #FFF;
    border: 2px solid #017BC1;
    color: #017BC1 !important;
    border-radius: 0;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    transition: all .3s;
    box-shadow: none;
    text-shadow: none;
    margin-top: 2rem;
}

.about-section .small-button:hover{
    color: #FFF !important;
    background: #017BC1;
}

.hi-im-yaro .small-button{
    margin-top: 0;
    margin-bottom: 64px;
}

@media screen and (max-width: 980px){
    .page-id-23 div.et_pb_section.et_pb_section_0.hi-im-yaro{
        background-size: contain;
        background-position: bottom center;
        padding-bottom: 62%;
    }

    .hi-im-yaro .small-button{
        margin-bottom: 0;
    }
}


.about-section img.yaro-starak{
    position: absolute;
}

@media screen and (min-width: 766px){
    .about-section{
        padding-top: 80px;        
    }
}

@media screen and (max-width: 767px){
    .about-section{
        padding-top: 0px;
    }
    .about-section h1{
        font-size: 48px !important;
    }
    .podcasts__introduction{
        padding-top: 0px;
    }
    .podcasts__introduction .podcasts__introduction--content h1{
        font-size: 48px !important;   
        padding-top: 30px;
    }
}


.about-section.featured-in,
.et_pb_section_9.et_pb_section.about-section{
    padding-top: 0;
}


.featured-in img{
    margin: 4px 10px;
}

@media screen and (max-width: 479px){
    .featured-in img{
        width: calc(50% - 25px);
    }
}
/* ================= Overwrite CSS for About Section ============== */

.about-section.odd .et_pb_row {
    padding-top: 0;
}
.about-section .et_pb_code_inner{
    position: static;
}

/* ================================================================ */

.podcasts{
    text-align: center;
}
.podcasts .podcast{
    display: inline-block;
    width: 9.375rem;
    height: 9.375rem;
    margin: 1rem;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.podcasts .podcast:nth-child(1),
.podcasts .podcast:nth-child(7){
    width: 5rem;
    height: 5rem;
}

.podcasts .podcast:nth-child(2),
.podcasts .podcast:nth-child(6){
    width: 6rem;
    height: 6rem;
}

.podcasts .podcast:nth-child(3),
.podcasts .podcast:nth-child(5){
    width: 7.5rem;
    height: 7.5rem;
}

.podcasts .podcast a:before{
    content: "";
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 0;
    height: 0;
    transform: translate(50%, 50%);
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s;
    border-radius: 50%;
}

.podcasts .podcast:hover a:before{
    width: 100%;
    height: 100%;
    opacity: 1;
}

.podcasts .podcast img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767px){
    .podcasts .podcast:nth-child(n){
        width: 160px;
        height: 160px;
    }
    .podcasts .podcast:nth-child(3n){
        margin-left: 16px;
        margin-right: 0px;
    }
    .podcasts .podcast:nth-child(3n + 1){
        margin-right: 16px;
        margin-left: 0px;
    }
    .podcasts .podcast:nth-child(3n + 2){
        margin-right: 16px;
        margin-left: 16px;
    }
}

@media screen and (max-width: 639px){
    .podcasts .podcast:nth-child(n){
        width: 160px;
        height: 160px;
    }
    .podcasts .podcast:nth-child(odd){
        margin-left: 0;
        margin-right: 16px;
    }
    .podcasts .podcast:nth-child(even){
        margin-right: 0;
        margin-left: 16px;
    }
    .podcasts .podcast:nth-child(odd):last-child{
        margin-right: 0;
    }
}

@media screen and (max-width: 479px){
    .podcasts .podcast:nth-child(n){
        width: 115px;
        height: 115px;
    }
    .podcasts .podcast:nth-child(odd){
        margin-left: 0;
        margin-right: 10px;
    }
    .podcasts .podcast:nth-child(even){
        margin-right: 0;
        margin-left: 10px;
    }
    .podcasts .podcast:nth-child(odd):last-child{
        margin-right: 0;
    }
}

/* ------------------ */

.success-stories{
    position: relative;
    padding: 0;
}
.success-stories .et_pb_row {
    position: relative;
    padding: 44px 0;
    background: transparent;
}
.success-stories .et_pb_text_inner,
.success-stories .et_pb_column{
    position: static;
}

.success-stories .et_pb_text_inner > *{
    position: relative;
    z-index: 1;
}
.success-stories .et_pb_text_inner > .stories-slider{
    position: static;
}

.stories-slider .stories{
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}

.stories-slider .stories .slick-next,
.stories-slider .stories .slick-prev{
    color: #FFF;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
}

.stories-slider .stories .slick-next{
    text-align: right;
}

@media screen and (min-width: 1200px){
    .stories-slider .stories .slick-next{
        right: calc(-50px);    
    }
    .stories-slider .stories .slick-prev{
        left: calc(-50px);
    }
}

@media screen and (min-width: 1400px){
    .stories-slider .stories .slick-next{
        right: calc(620px - 50vw);    
    }
    .stories-slider .stories .slick-prev{
        left: calc(620px - 50vw);
    }
}

.stories-slider .stories .slick-prev:before,
.stories-slider .stories .slick-next:before{
    content: none;
}

.stories-slider .story-images{
    /*margin-top: 3rem;*/
}

.stories-slider .story-images .story__thumbnail--wrapper{
    text-align: right;
    position: relative;
}

/* .stories-slider .story-images .story__thumbnail--wrapper:before,
.stories-slider .story-images .story__thumbnail--wrapper:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent none center center repeat-y scroll;
} */

/* .stories-slider .story-images .story__thumbnail--wrapper:before{
    background-image: url(../images/left-gradient.png);
    background-position: left top
}

.stories-slider .story-images .story__thumbnail--wrapper:after{
    background-image: url(../images/right-gradient.png);
    background-position: right top
} */

.stories-slider .story__thumbnail{
    object-fit: contain;
}

@media screen and (max-width: 800px){
    .stories-slider .story__thumbnail{
        height: auto !important;
    }
}

@media screen and (min-width: 800px){
    .stories-slider .story-images{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .stories-slider .story__thumbnail{
        width: auto !important;
        display: inline-block;
        height: 100%;
        object-fit: contain;
    }
}

.stories-slider .story{
    background: #000;
    padding: 3rem;
    position: relative;
}

.stories-slider .story:before{
    content: "meet";
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 3rem;
    color: #017bc1;
    position: absolute;
    top: 2.5rem;
    left: 3rem;
    z-index: 0;
}

.stories-slider .stories .story:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-color: #000 transparent transparent #000;
    border-style: solid;
    border-width: 12px;
}

.stories-slider .story > *{
    position: relative;
}

.stories-slider .story h3{
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 3rem;
    color: #FFF !important;
}

.stories-slider .story .excerpt{
    color: #FFF;
}

.stories-slider .story .excerpt a{
    text-decoration: underline;
}


.story-images > .slick-list,
.story-images > .slick-list .slick-track, 
.story-images > .slick-list .slick-track *{
    height: 100%;
}

.stories-slider .stories .slick-dots{
    max-width: 40rem;
    margin: 0 !important;
    padding: 0;
    bottom: -2.5rem;
}

.stories-slider .stories .slick-dots > li{
    margin: 0 0 0 .25em;
    padding: 0;
}

.stories-slider .stories .slick-dots > li button{
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #017BC1;
    transition: background .3s;
}

.stories-slider .stories .slick-dots > li.slick-active button{
    background: #2DB2FF;
}
    
.stories-slider .stories .slick-dots > li button:before{
    content: none;
}

@media (min-width:1024px) {
    .stories-slider .stories .story{
        max-width: 40rem;
    }
}

@media screen and (max-width: 799px){
    .stories-slider .story-images .story__thumbnail--wrapper:before, 
    .stories-slider .story-images .story__thumbnail--wrapper:after{
        opacity: 0;
    }
}
/*-----------------------*/


.page.et_pb_pagebuilder_layout.page-id-27052 #main-content {
    background: #393c3d;
}


.podcasts-row {
    color: #303030;
    color: #666666;
    font-size: 24px;
    line-height: 1.5;
    width: 100%;
}
.podcasts-row h3{
    font-weight: bold;
    font-size: 2.25rem;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
}
.podcasts__introduction{
    position: relative;
}
.podcasts__introduction:after{
    content: "";
    height: 92px;
    background-image: url(../images/intro.png);
    position: absolute;
    bottom: 0;
    left: 0; 
    right: 0;
    z-index: 10;
}
.podcasts__introduction .podcasts__introduction--image{
    text-align: center;
}
@media (min-width: 981px){
    .podcasts__introduction .podcasts__introduction--content .et_pb_text{
        position: relative;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        margin-top: -30px;
    }
}
.podcasts__introduction .podcasts__introduction--content h1{
    color: #017bc1;
    font-family: Times New Roman;
    font-size: 48px;
}
@media (min-width: 75rem){
    .podcasts__introduction .podcasts__introduction--content h1{
        font-size: 6.875rem;
    }
    .podcasts__solo--teaser{
        padding: 0 23%;
    }
}


.podcast__latest{}
.podcast__latest .et_pb_column_1{
    text-align: center;
}
@media (min-width: 981px){
    .podcast__latest .et_pb_column_1{
        text-align: left;
    }
    .podcast__latest .et_pb_column_1 img{
        position: absolute;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        -o-object-position: center;
        object-position: center;
    }    
}

.podcast__latest .et_pb_column_2{
    text-align: center;
    color: #FFF;
}

.podcast__latest .latest-podcasts__post .title{
    color: #FFF;
}
.podcast__latest .latest-podcasts__author {
    color: #017bc1;
    font-size: 3.75rem;
    line-height: 1;
    font-style: italic;
    font-family: Times New Roman;
    margin-bottom: 0.5rem;
}
.podcast__latest .latest-podcasts__author a{
    color: inherit;
}
.podcast__latest .latest-podcasts__author a:hover{
    color: #2ea3f2;
}
.podcast__latest .latest-podcasts__title{
    font-size: 1.375rem;
    line-height: 1.36;
    color: inherit;
    display: inline-block;
}
.podcast__latest .podcasts-play-button{
    margin: 1.75rem 0 2rem 0;
}
.podcast__latest .podcasts-play-button .play-button{
    background: url(../images/play-button.png) no-repeat center;
    width: 250px;
    height: 59px;
    border: none;
    padding: 0;
    border-radius: 5px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.podcast__latest .podcasts-app{}
.podcast__latest .podcasts-app p{
    font-size: 0.625rem;
    color: #a7a7a7;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.podcast__latest .podcasts-app span{
    font-size: 1.125rem;
    line-height: 1.375rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 5px 15px;
}
.podcast__latest .podcasts-app span.itunes{ background-image: url(../images/itunes.png); padding-left: 2rem;  }
.podcast__latest .podcasts-app span.rss{ background-image: url(../images/rss.png); padding-left: 1.6875rem; }
.podcast__latest .podcasts-app span.stitcher{ background-image: url(../images/stitcher.png); padding-left: 1.75rem; }
.podcast__latest .podcasts-app span.soundcloud{ background-image: url(../images/source-cloud.png); padding-left: 2.5625rem; }

.podcast__latest .podcasts-app span a{
    color: #FFF;
}
.podcast__latest .podcasts-app span a:hover{
    color: #2ea3f2;
}

.podcasts-row__featured h3{
    color: #017bc1;
}
.podcast__featured{}
.podcast__featured .podcast-item{
    margin-right: 30px;
    width: 33.333333%;
}
.podcast__featured .podcast-item{
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
    background-color: #FFF;
}
@media (max-width: 75.675rem) {
    .et_pb_section .et_pb_row.podcast__featured{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 980px) {
    .et_pb_section .et_pb_row.podcast__featured {
        max-width: 380px !important;
        margin: 0 auto;
    }
}
.podcast__featured .podcast-item .podcast-item__thumbnail{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.podcast__featured .podcast-item .podcast-item__thumbnail:after{
    display: block;
    content: "";
    padding-top: 75%;
}
.podcast__featured .podcast-item .podcast-item__thumbnail img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -ms-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.podcast__featured .podcast-item:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    background-color: #FFF;
}
.podcast__featured .podcast-item:hover .podcast-item__thumbnail img{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.podcast__featured .podcast-item .podcast-item__content{
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
}
.podcast__featured .podcast-item .podcast-item__author{
    font-size: 1.875rem;
    font-style: italic;
    color: #017bc1;
    font-family: Times New Roman;
}
.podcast__featured .podcast-item .podcast-item__author a{
    color: inherit;
}
.podcast__featured .podcast-item .podcast-item__author a:hover{
    color: #2ea3f2;
}
.podcast__featured .podcast-item .podcast-item__title{
    font-size: 1.25rem;
    color: #1b1b1b;
}
.podcast__featured .podcast-item .podcast-item__title .continue{
    color: #1b1b1b;
}
.podcast__featured .podcast-item .podcast-item__title .continue:hover{
    color: #017bc1;
}
.podcast__featured .podcast-item .podcast-item__title .continue span{
    color: #017bc1;
    text-decoration: underline;
}

.podcasts-row__newsletter{
    background-image: url(../images/contact-backgournd.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding: 3.75rem 0;
}
.podcasts-row__newsletter .et-pb-contact-message{
    color: #d81414;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.podcasts-row__newsletter .et-pb-contact-message ul{ display: none; }
.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_main_title{
    font-weight: bold;
    font-size: 2.25rem;
    padding-bottom: 0;
    margin-bottom: 2rem;
    color: #FFF;
}
.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_form{}
.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_form .et_pb_contact_field{
    padding: 0;
    margin: 0 10px;
    clear: none;
    float: none;
    display: inline-block;
    max-width: 330px;
}
.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_form .et_pb_contact_field .input{
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
    height: 64px;
}
.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_form .et_pb_contact_field .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
}
.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_form .et_pb_contact_field .input::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
}
.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_form .et_pb_contact_field .input:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
}
.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_form .et_pb_contact_field .input:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
}

.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_form .et_contact_bottom_container{
    margin: 10px;
    padding: 0;
    float: none;
    display: inline-block;
}
.podcasts-row__newsletter .et_pb_contact_form_container .et_pb_contact_form .et_contact_bottom_container .et_pb_button{
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
    height: 64px;
    padding-left: 24px !important;
    margin: 0;
}

.podcasts-row .podcast-item__row{
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
    background-color: #FFF;
    width: 35rem;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 9.375rem;
    width: 100%;
}
.podcasts-row .center-row .podcast-item__row{
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 30px);
    width: 48rem;
}

@media (min-width: 980px){
    .podcasts-row .center-row .podcast-item__row{
        height: 160px;
    }
}

.podcasts-row .podcast-item__row + .podcast-item__row {
    margin-top: 20px;
}
.podcasts-row .podcast-item__row .podcast-item__thumbnail{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    overflow: hidden;
}
.podcasts-row .podcast-item__row .podcast-item__thumbnail img{
    width: 100%;
    height: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -ms-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.podcasts-row .podcast-item__row:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
.podcasts-row .podcast-item__row:hover .podcast-item__thumbnail img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.2);
    -ms-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.podcasts-row .podcast-item__row .podcast-item__title{
    padding: 1.25rem 1rem;
    color: #1b1b1b;
    line-height: 1.5;
    font-size: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
}
.podcasts-row .podcast-item__row .podcast-item__title .continue{
    color: #0c71c3;
}

@media (max-width: 639px){
	.podcasts-row .center-row .podcast-item__row,
	.podcasts-row .podcast-item__row{
		display: block;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
        width: 100%;
	}
	.podcasts-row .podcast-item__row .podcast-item__title,
	.podcasts-row .podcast-item__row .podcast-item__thumbnail{
	    max-width: 100%;
	}
}

.podcasts__categories .et_pb_row{
    width: 100% !important;
}
.podcasts__categories .et-tabs-container{
    border: none;
    background: none;
    box-shadow: none;
}
.podcasts__categories .et-tabs-container .et-tabs-control-cloned,
.podcasts__categories .et-tabs-container .et-tabs-control{
    text-align: center;
    border: none;
    background: none;
    box-shadow: none;
    display: none;
    margin: 0 !important;
    padding: 0;
}
.podcasts__categories .et-tabs-container .et-tabs-control-cloned{
    display: block !important;
}
.podcasts__categories .et-tabs-container .et_shortcodes_mobile_nav{
    display: none !important;
}
.podcasts__categories .et-tabs-container .et-tabs-control:before{
    display: none;
}
.podcasts__categories .et-tabs-container .et-tabs-control-cloned li,
.podcasts__categories .et-tabs-container .et-tabs-control li {
    border: none;
    background: none;
    box-shadow: none;
    float: none;
    display: inline-block;
}
.podcasts__categories .et-tabs-container .et-tabs-control-cloned li a,
.podcasts__categories .et-tabs-container .et-tabs-control li a{
    font-size: 20px;
    border: none;
    background: none;
    box-shadow: none;
    color: #017bc1;
    border-radius: 7px;
    display: block;
    padding: 15px 20px;
    text-shadow: none !important;
    color: #999;
}
.podcasts__categories .et-tabs-container .et-tabs-control-cloned li a:hover{
    color: #4c4c4c;
}
.podcasts__categories .et-tabs-container .et-tabs-control-cloned li.active a,
.podcasts__categories .et-tabs-container .et-tabs-control li.active a{
    background-color: #017bc1;
    color: #FFF !important;   
}
.podcasts__categories .et-tabs-container .et-tabs-content{
    margin: 3.125rem 0 0 0;
}
.podcasts__categories .et-tabs-container .et-tabs-content .et_slidecontent{
    padding-bottom: 2rem;
}

.podcasts-testimonial{
    position: relative;
    /*display: none;*/
}
.podcasts-testimonial .et_pb_row_fullwidth{
    max-width: 1200px !important;
}
.podcasts-testimonial .sl-control{
    position: absolute;
    height: 100%;
    width: 190px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
}
.podcasts-testimonial .sl-control.sl-next{
    right: 0;
    background-image: url(../images/next-control.png);
}
.podcasts-testimonial .sl-control.sl-prev{
    left: 0;
    background-image: url(../images/prev-control.png);
}

@media (min-width: 1400px){
    .podcasts-testimonial .sl-control{
        display: block;
    }
}

.podcasts-testimonial .et_pb_text_inner{
    color: #868787;
}
.podcasts-testimonial .et_pb_text_inner h3{}
.podcasts-testimonial .et_pb_slide .et_pb_slide_description{
    background-color: #000000;
    padding: 40px;
    text-align: left;
    text-shadow: none;
}
.podcasts-testimonial .et_pb_slide .et_pb_slide_description .et_pb_slide_title{
    font-family: Times New Roman;
    font-size: 48px;
    font-style: italic;
    position: relative;
    padding-left: 14px;
}
.podcasts-testimonial .et_pb_slide .et_pb_slide_description .et_pb_slide_title:before{
    content: "meet";
    color: #017bc1;
    position: absolute;
    top: -0.625rem;
    left: 0;
    display: block;
    line-height: 1;
    z-index: -1;
}
.podcasts-testimonial .et_pb_slide .et_pb_slide_description .et_pb_slide_content{
    font-size: 22px;
    color: #FFF;
}
body #page-container .podcasts-testimonial .et_pb_slide .et_pb_slide_description .et_pb_more_button{
    background: none;
    border: none;
    padding: 0 !important;
    text-transform: none;
    color: #009ef9;
    font-size: 22px !important;
    text-decoration: underline;
}
body #page-container .podcasts-testimonial .et_pb_slide .et_pb_slide_description .et_pb_more_button:hover{
    color: #009ef9;
    background: none !important;
}
body #page-container .podcasts-testimonial .et_pb_slide .et_pb_slide_description .et_pb_more_button:after{
    display: none !important;
}
.podcasts-testimonial .et-pb-controllers{
    position: static;
    margin-top: 1.5rem;
}
.podcasts-testimonial .et-pb-controllers a{
    width: 14px;
    height: 14px;
    background-color: #017bc1;
}
.podcasts-testimonial .et-pb-controllers a.et-pb-active-control{
    background-color: #2db2ff;
}

.podcasts__cta{}
.podcasts__cta .podcasts__cta-image{}
.podcasts__cta .podcasts__cta-desc{}
.podcasts__cta .podcasts__cta-desc .sub-title{
    font-size: 18px;
    text-transform: uppercase;
    color: #a8dcff;
    display: block;
    margin-bottom: 10px;
}
.podcasts__cta .podcasts__cta-desc .chev{
    list-style: none;
    list-style-type: none;
    margin-left: 0 !important;
    padding: 0;
}
.podcasts__cta .podcasts__cta-desc .chev li{
    position: relative;
    padding-left: 16px;
    color: #868787;
}
.podcasts__cta .podcasts__cta-desc .chev li:before{
    content: "\00BB";
    position: absolute;
    left: 0;
    font-weight: 700;
}
/*.podcasts__cta .podcasts__cta-button{
	background: #fed263;
	color: #000;
}*/
.podcasts__cta .podcasts__cta-button:after{
    content: "9";
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

/* HOME PAGE */
.et_pb_blog_grid .et_pb_image_container{
    height: 195px;
    overflow: hidden;
    margin-bottom: 20px;
}
.et_pb_blog_grid .et_pb_image_container img{
    min-height: 195px;
    object-fit: cover;
}


/* OffCanvas */
.et_fixed_nav #et-top-navigation{
    position: relative !important;
}
.et_fixed_nav #et-top-navigation:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #FFF;
    z-index: 3000;
}
html .et_fixed_nav #et-top-navigation.active{
    visibility: hidden !important;
    opacity: 0 !important;
    transition: none;
}
.et_fixed_nav #et-top-navigation.active .mobile_menu_bar{
    visibility: hidden !important;
}
.et_fixed_nav #et-top-navigation.active:before{
    display: none;
}
/*.et_fixed_nav #et-top-navigation.active:after{
    display: block !important;
}*/
.et_pb_slide_menu_active #et-top-navigation{
    visibility: hidden;
    margin: 0 !important;
}



.et_header_style_slide .et_slide_in_menu_container .menu-tongle-clone{
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    background: url(../images/close-button.png);
    background-repeat: no-repeat;
    background-position: 40px;
    background-size: 15px;
    cursor: pointer;
}
.et_header_style_slide .et_slide_in_menu_container .menu-tongle-clone:after{
    content: "Close";
    font-size: 18px;
    font-style: italic;
    position: absolute;
    top: 50%;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    left: 65px;
}
.et_header_style_slide .et_slide_in_menu_container .menu-tongle-clone + .menu-tongle-clone{
    display: none;
}
.et_header_style_slide .et_slide_in_menu_container .mobile_menu_bar.et_toggle_slide_menu{
    margin: 0;
    display: block;
    visibility: hidden !important;
}

@media (max-width: 991px){
    .et_pb_posts .et_pb_post{}
    .et_pb_posts .et_pb_post .entry-featured-image-url{
        max-width: 250px;
    }
    .et_pb_posts .et_pb_post h2.entry-title, 
    .et_pb_posts .et_pb_post .post-content{
        padding-left: 280px;
    }
}
@media (max-width: 768px){
    .et_pb_posts .et_pb_post .entry-featured-image-url{
        max-width: 100%;
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .et_pb_posts .et_pb_post h2.entry-title, 
    .et_pb_posts .et_pb_post .post-content{
        padding-left: 0;
    }
}

@media (max-width: 1600px){
    .page-id-23 div.et_pb_section.et_pb_section_0{
        background-size: cover;
        background-position-x: 20vw;
    }
}
@media (max-width: 1200px){
    .page-id-23 div.et_pb_section.et_pb_section_0{
        background-size: cover;
        background-position-x: 5vw;
    }
}
@media (max-width: 1000px){
    .page-id-23 div.et_pb_section.et_pb_section_0{
        background-size: cover;
        background-position-x: 0vw;
    }
}
@media (max-width: 640px){
    .page-id-23 div.et_pb_section.et_pb_section_0{
        background-position-x: 10vw;
    }
}

.logo_container .site-name-text{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-size: 36px;
    top: 5px;
    position: relative;
    color: #007bc1;
    font-weight: 900;
}
.logo_container .site-name-text .word-1{
}
.logo_container .site-name-text .word-2{
    color: #606060;
    font-weight: 300;
}

@media (max-width: 480px){
    .logo_container .site-name-text{
        font-size: 26px;
    }
}

/* Single Post */
@media (max-width: 1200px){
    html[lang="en-US"]{
        margin-top: 0 !important;
    }
    #wpadminbar{
        display: none;
    }
    #footer-bottom{
        padding-bottom: 15px;
    }
    #footer-bottom p#footer-info{
        text-align: center;
    }
    #et-footer-nav .footericons,
    #et-footer-nav ul#menu-footer-menu{
        float: none;
        max-width: none;
        text-align: center;
    }
    #et-footer-nav .footericons ul,
    #et-footer-nav .footericons p{
        float: none;
        margin: 0;
    }
    #et-footer-nav .footericons ul li{
        display: inline-block;
        float: none;
    }
}

@media (max-width: 959px){
    .about-section img.yaro-starak{
        position: static !important;
    }
}
/*@media (max-width: 799px){
    .stories-slider .story-images .story__thumbnail--wrapper:before, .stories-slider .story-images .story__thumbnail--wrapper:after{
        display: none;
    }
}*/
@media (max-width: 640px){
    #post-12105 .et_pb_fullwidth_header.et_pb_fullwidth_header_0{
        background-position: 20% center;
    }
}

.graybutton a {
    color: #999;
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
    display: block;
    margin: 30px auto 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}



.graybutton a:hover {
    color: #FFF;
    border-color: #017BC1;
    background: #017BC1;
}

.et_pb_post .entry-content .aligncenter{
    width: 100%;
}

/*.speaking-interviews{
    font-size: 18px;
    line-height: 1.4;
}*/
.speaking-interviews .page-title{
    line-height: 1.25;
}
.speaking-interviews .page-title br{ display: none; }
.speaking-interviews .page-title em{
    font-size: 22px;
    display: block;
}
.speaking-interviews__intro .et_pb_column_0{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (min-width: 980px){
    .entry-content .speaking-interviews__intro .et_pb_column_0{
        order: 2;
        margin-right: 0;
        margin-left: 5.5%;
    }
}

.speaking-interview-request-form .et-pb-contact-message ul{
    margin: 0;
    font-size: 1rem;    
}
.speaking-interview-request-form .et-pb-contact-message ul li{
    padding: 0;
    color: red;
}
.speaking-interview-request-form .et_pb_contact_form{}
.speaking-interview-request-form .et_pb_contact_form .et_pb_contact_field {}
.speaking-interview-request-form .et_pb_contact_form .et_pb_contact_field > label{
    display: block;
    font-size: 20px;
}
.et_pb_contact_field_options_title, 
.et_pb_contact_field_select_title {
    display: none;
}
.speaking-interview-request-form .et_pb_contact_form .et_pb_contact_field input, 
.speaking-interview-request-form .et_pb_contact_form .et_pb_contact_field textarea{
    background: none;
    border: 1px solid #393c3d;
}

.speaking-interview-request-form .et_pb_contact_form .et_pb_contact_field textarea::-webkit-input-placeholder,
.speaking-interview-request-form .et_pb_contact_form .et_pb_contact_field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.speaking-interview-request-form .et_pb_contact_form .et_pb_contact_field input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.speaking-interview-request-form .et_pb_contact_form .et_pb_contact_field input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.speaking-interview-request-form .et_pb_contact_form .et_pb_contact_field input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
.speaking-interview-request-form .et_pb_contact_form .et_contact_bottom_container{
    float: none;
    text-align: left;
    padding-left: 3%;
}
body #page-container .speaking-interview-request-form .et_pb_contact_form .et_contact_bottom_container .et_pb_button{
    margin-left: 0;
    background: #fdd057;
    color: #FFF;
    border: none;
    padding-left: 35px !important;
}

@media (max-width: 479px){
    .speaking-interviews__gallery .et_pb_column .et_pb_gallery_items {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
    }
    .speaking-interviews__gallery .et_pb_column .et_pb_gallery_item {
        width: 50% !important;
        margin: 0 !important;
        padding: 10px;
    }
}


#Social-Sidebar{
    clear: both;
    text-align: center;
}

.single-post .entry-content{
    position: relative;
}

.entry-content #Social-Sidebar ul{
    margin-left: 0 !important;
}

.entry-content #Social-Sidebar ul li{
    padding-bottom: 0;
}

@media screen and (max-width: 480px){
    
    #Social-Sidebar ul li{
        display: block;
    }

    #Social-Sidebar ul li a{
        display: block;
        line-height: 30px;
    }
    
    #Social-Sidebar ul li a:before{
        vertical-align: middle;
        display: inline-block;
    }
    #Social-Sidebar ul li a span{
        float: none;
        vertical-align: middle;
    }
}

@media screen and (min-width: 768px){
    #Social-Sidebar{
        margin-top: 0;
        position: absolute;
        top: 80px;
        left: -10vw;
    }
}
@media screen and (min-width: 1200px){

    #Social-Sidebar ul li a{
        width: 45px;
        height: 45px;
        line-height: 50px;
        font-size: 21px;
    }
    #Social-Sidebar.Label-Square ul li a span{
        line-height: 45px;
    }
}

@media screen and (min-width: 1475px){
    #Social-Sidebar{
        left: calc(598px - 50vw);
    }
}


/* Custom Header height */
.et_pb_fullwidth_header{
    min-height: 200px;
}

@media screen and (min-width: 640px){
    .et_pb_fullwidth_header{
        min-height: 300px;
    }
}
@media screen and (min-width: 1200px){
    .et_pb_fullwidth_header{
        min-height: 420px;
    }
}


.yaro-up-right-now-socials{
    text-align: center; 
    margin-top: 20px;
}

@media screen and (min-width: 768px){
    .yaro-up-right-now-socials{
        text-align: right;
    }
}

@media screen and (max-width: 767px){
    .yaro-up-right-text{
        padding-bottom: 0;
    }
}

#commentform.form_user_fields p{
    padding-bottom: 16px;
}

#commentform.form_user_fields textarea{
    height: 210px;
    resize: none;
}
#commentform.form_user_fields input[type=email], 
#commentform.form_user_fields input[type=text],
#commentform.form_user_fields input[type=url]{
    width: 100%;
}

#commentform.form_user_fields .comment-form-cookies-consent{
    padding-bottom: 8px;
}

#commentform.form_user_fields .comment-form-cookies-consent label{
    margin-left: 5px;
}

.form-submit{
    float: right;

}

.checkbox-wrapper{
    clear: left;
    float: left;
}

@media screen and (min-width: 768px){
    .checkbox-wrapper{
        margin-bottom: 36px;
    }

    #commentform.form_user_fields p{
        padding-bottom: 36px;
    }

    #commentform.form_user_fields p:last-of-type{
        padding-bottom: 0px;
    }

    #commentform.form_user_fields .comment-form-comment{
        width: calc(50% - 15px);
        float: left;
        margin-right: 15px;
        padding-bottom: 0;
        height: 210px;
        margin-bottom: 36px;
    }

    #commentform.form_user_fields .user-fields{
        width: calc(50%  - 15px);
        margin-left: 15px;
        float: right;
        margin-bottom: 36px;
    }
}

/* Category Page*/
.category_header_wrapper{
    background-image: url('/wp-content/uploads/2018/06/blogbg2.jpg');
}
.category_header_wrapper .et_pb_fullwidth_header_container.header_title{
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.category_header_wrapper .et_pb_fullwidth_header_container.header_title h1{
    padding-bottom: 0;
}
@media screen and (min-width: 1200px){
    .category_header_wrapper .et_pb_fullwidth_header_container.header_title{
        min-height: 420px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (min-width: 640px){
    .category_header_wrapper .et_pb_fullwidth_header_container.header_title{
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.category-posts-wrapper{
    max-width: 900px !important;
    margin: 0 auto;
}

.category-posts-wrapper .entry-featured-image-url{
    max-width: 350px;
    float: left;
    padding-top: 11px;
}
.category-posts-wrapper .et_pb_post{
    clear: both;
    margin-bottom: 40px;
}
.category-posts-wrapper h2.entry-title{
    color: #0280c6;
    font-size: 24px;
    padding-left: 380px;
}
.category-posts-wrapper .post-content{
    font-size: 18px;
    margin-left: 380px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 45px;
    line-height: 1.4em;
}
.category-posts-wrapper .more-link-wrapper{
    margin-top: 20px;
}
.category-posts-wrapper .more-link{
    position: relative;
    max-width: 125px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    clear: none!important;
    
}
.category-posts-wrapper .more-link:after {
    content: "\39";
    font-family: ETModules;    
    position: absolute;
    right: -20px;
    top: -2px;
}

@media (max-width: 991px) {    
    .category-posts-wrapper .entry-featured-image-url{
        max-width: 250px;
    }
    .category-posts-wrapper h2.entry-title{       
        padding-left: 280px;
    }
    .category-posts-wrapper .post-content{
        margin-left: 280px;
    }
}

@media (max-width: 768px) {
    .category-posts-wrapper .entry-featured-image-url{
        max-width: 100%;
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .category-posts-wrapper h2.entry-title{       
        padding-left: 0;
    }
    .category-posts-wrapper .post-content{
        margin-left: 0;
    }
}
@media (min-width: 981px) {  
    .category #main-content .container:before{
        right: 0;
        background-color: transparent !important;
    }
}
/* Podcast: Fix solo episode background*/
/* div.et_pb_section.et_pb_section_4{
    background-position: bottom center;
    background-image: url('/wp-content/uploads/2018/07/solo-episodes-2.jpg') !important;
    background-color: #dbe1e1;
} */
@media screen and (min-width: 981px) and (max-width: 1200px){
    div.et_pb_section.et_pb_section_4 {
        background-position-y: 28vw;
        background-position-x: -20vw;
    }
}
.solo-episode-image-wrapper{
    padding:0;
    min-height: 550px;
}
@media screen and (min-width: 981px){
    .solo-episode-image-wrapper{
       display: none;
    }
}
@media screen and (max-width: 980px){
    div.et_pb_section.et_pb_section_4{        
        background-image: none !important;  
    }
    .solo-episode-image-wrapper{
        display: block;
        background-position-x: 0vw;
    }
}

.et_pb_text_inner img.alignright, 
.et_pb_text_inner img.alignleft {
width: 50%;
}
@media screen and (max-width: 980px){
	.et_pb_text_inner img.alignright, 
	.et_pb_text_inner img.alignleft {
	width: 100%;
	}
}

blockquote {position: relative; border-left: none; text-align: center; padding-bottom: 1.6em}
blockquote:before {content: "\201C"; font-size: 75px; position: absolute; top: 18px; left: 0px; font-family: lato; color: #888;}
blockquote:after {content: "\201D"; font-size: 75px; position: absolute; right: 0px; font-family: lato; color: #888;}
blockquote p:last-of-type{
    padding-bottom: 0 !important;
}
@media all and (min-width: 768px) {
    blockquote {padding: 0 20px 1.6em 20px !important; max-width: 100%;}
    blockquote { margin: 20px 80px 20px 80px !important;}
}

.single-post .entry-content a {
    text-decoration: underline;
}

.single-post .entry-content a:hover {
    text-decoration: underline;
    color: #2ba0ff;
}
.single-post .entry-content .graybutton a, .single-post .entry-content .graybutton a:hover{
    text-decoration: none;
}


.tm-click-to-tweet .tm-ctt-text a:link, .tm-click-to-tweet .tm-ctt-text a:visited{
    text-decoration: none;
    color: #393c3d;
    font-weight: 400;
}
.tm-click-to-tweet .tm-ctt-text a:hover{
    color: #2ba0ff;
}

@media all and (max-width: 360px) {
	span.for-entrepreneur-text{
		font-size: 32px;
	}
}

.entry-content ul, .entry-content ol {
    margin: 0 0 0 50px !important;
}

.entry-content ol li, .entry-content ul li {
    padding: 0 0 30px;
}


/* ============================================= */

.entry-content .Social-Sidebar ul{
    margin-left: 0 !important;
}

.entry-content .Social-Sidebar ul li{
    padding-bottom: 0;
}

.single-post .entry-content .Social-Sidebar ul li a{
    text-decoration: none;
}

.single-post .entry-content .Social-Sidebar a:hover{
    color: #FFF;
}

@media screen and (max-width: 480px){
    
    .Social-Sidebar ul li{
        display: block;
    }

    .Social-Sidebar ul li a{
        display: block;
        line-height: 30px;
    }
    
    .Social-Sidebar ul li a:before{
        vertical-align: middle;
        display: inline-block;
    }
    .Social-Sidebar ul li a span{
        float: none;
        vertical-align: middle;
    }
}

@media screen and (min-width: 768px){
    .Social-Sidebar.Label-Square{
        margin-top: 0;
        position: absolute;
        top: 80px;
        left: -10vw;
    }
}
@media screen and (min-width: 1200px){

    .Social-Sidebar ul li a{
        width: 45px;
        height: 45px;
        line-height: 50px;
        font-size: 21px;
    }
    .Social-Sidebar.Label-Square ul li a span{
        line-height: 45px;
    }
}

@media screen and (min-width: 1475px){
    .Social-Sidebar{
        left: calc(598px - 50vw);
    }
}


.Social-Sidebar.Label-Show-Horizontal{
    position: static;
    background: #F9F9F9;
    padding: 44px;
    margin-top: 32px;
}

.Social-Sidebar.Label-Show-Horizontal li{
    display: inline-block;
}

.Social-Sidebar.Label-Show-Horizontal li a{
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 37px;
    padding:  0 16px;
    margin-left: 24px;
    border: 2px solid;
    transition: all .3s;
}

.Social-Sidebar ul li a[class*="Facebook"]{
    border-color: #234999
}

.Social-Sidebar ul li a[class*="Twitter"]{
    border-color: #6CDFEA
}

.Social-Sidebar ul li a[class*="LinkedIn"]{
    border-color: #007BB6
}

.Social-Sidebar.Label-Show-Horizontal li span{
    position: static;
    opacity: 1;
    display: inline-block;
    width: auto;
    margin-left: 16px;
    font-size: 16px;
    vertical-align: middle;
}
.Social-Sidebar.Label-Show-Horizontal a:before{
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
}

.Social-Sidebar.Label-Show-Horizontal ul li a[class*="Facebook"]:hover,
.Social-Sidebar.Label-Show-Horizontal ul li a[class*="Facebook"] span,
.Social-Sidebar.Label-Show-Horizontal ul li a[class*="Facebook"] span:before { background-color: transparent }

.Social-Sidebar.Label-Show-Horizontal ul li a[class*="Facebook"]:hover{
    border: 2px solid #234999;
    color: #234999;
}

.Social-Sidebar.Label-Show-Horizontal ul li a[class*="Twitter"]:hover,
.Social-Sidebar.Label-Show-Horizontal ul li a[class*="Twitter"] span,
.Social-Sidebar.Label-Show-Horizontal ul li a[class*="Twitter"] span:before { background-color: transparent }

.Social-Sidebar.Label-Show-Horizontal ul li a[class*="Twitter"]:hover{
    border: 2px solid #6CDFEA;
    color: #6CDFEA;
}

.Social-Sidebar.Label-Show-Horizontal ul li a[class*="LinkedIn"]:hover,
.Social-Sidebar.Label-Show-Horizontal ul li a[class*="LinkedIn"] span,
.Social-Sidebar.Label-Show-Horizontal ul li a[class*="LinkedIn"] span:before { background-color: transparent }

.Social-Sidebar.Label-Show-Horizontal ul li a[class*="LinkedIn"]:hover{
    border: 2px solid #007BB6;
    color: #007BB6;
}


@media all and (max-width: 1200px){
    .Social-Sidebar.Label-Show-Horizontal {
        padding-left: 20px;
        padding-right: 20px;
    }
    .Social-Sidebar.Label-Show-Horizontal ul li:first-child{
        margin-top: 0;
    }

    .Social-Sidebar.Label-Show-Horizontal ul li{
        display: block;
        width: 100%;
        margin-top: 32px;
    }

    .Social-Sidebar.Label-Show-Horizontal ul li a{
        width: 100%;
    }
}

@media all and (max-width: 767px), all and (max-device-width: 767px){
    .Social-Sidebar.Label-Show-Horizontal{
        display: none;
    }
}


/* Search box*/
#et-third-search-box{
    padding-top: 18px;    
    position: absolute;
    right: 112px;    
    max-width: 250px;
    width: 76px;
    text-align: center;
    /*-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;*/
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    cursor: pointer;
}

#et-third-search-box .et-search-form input{    
    width: 0;
    right: 52px;
    -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   transition: all .5s ease;   
}
#et-third-search-box .search-button{
    cursor: pointer;
    margin-top: 5px;
}
#et-third-search-box .search_form_container{
    padding: 22px;
}
#et-third-search-box form{
    margin-top: 18px;
}


#et-third-search-box.extend-search-box{
    width: 250px;
    right: 112px;
    cursor: context-menu;
}
#et-third-search-box.extend-search-box .et-search-form input{
    display: block;
    position: static;
    margin: -4px auto 0 auto;
    width: 190px;
    border-radius: 20px;
    background: #efefef;
    height: 35px;
    padding: 0 10px;      
}
#et-third-search-box.extend-search-box img.search-button.extend-search-button {
    position: absolute;
    background: #0077bc;
    right: 36px;
    padding: 7px;
    height: 35px;
    width: 35px;
    border-radius: 20px;
    margin-top: -35px;
    margin-right: -10px;    
}

.et-fixed-header #et-third-search-box{
    padding-top: 8px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;    
}
.et-fixed-header #et-third-search-box img.search-button{
    margin-top: 0;
}
.et-fixed-header #et-third-search-box .et-search-form input{
    -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   transition: all .5s ease;  
}
.et-fixed-header #et-third-search-box.extend-search-box .et-search-form input{
    margin: -9px auto 0 auto;
    -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   transition: all .5s ease;  
}

#et-search-box-mobile{
    display: none;
    height: 50px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE; 
}
#et-search-box-mobile form.et-search-form{
    position: static;
    width: 100% !important;
    max-width: 100% !important;
}
#et-search-box-mobile .search_form_container{
    padding: 11px;
}
#et-search-box-mobile form.et-search-form input{
    display: block;
    position: static;
    margin: -4px auto 0 auto;
    width: 100%;
    border-radius: 20px;
    background: #efefef;
    height: 35px;
    padding: 0 10px;  
}
#et-search-box-mobile form.et-search-form img.search-button.extend-search-button{
    position: absolute;
    background: #0077bc;
    right: 20px;
    padding: 7px;
    height: 35px;
    width: 35px;
    border-radius: 20px;
    margin-top: -35px;
    margin-right: -10px; 
}
@media all and (min-width: 1100px){    
    #et-search-box-mobile{
        display: none !important;
    }
}

@media all and (max-width: 980px){    
    #et-third-search-box .search-button{
        margin-left: -35px;
    }
}
@media all and (max-width: 600px){    
    .logo_container .site-name-text{
        font-size: 26px;
    }
}
@media all and (max-width: 486px){    
    .et_header_style_left .logo_container{
        left: -30px;
    }
    #et-third-search-box{
        right: 52px;
        width: 58px;
    }
    #et-third-search-box .search-button{
        margin-left: -30px;
    }
    .et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu{
        margin-right: -30px;
    }
}