.hero{
    min-height: 700px;
    position: relative;
    background-image: url('../assets/images/boyar-asset-management-homepage-background-hdr.jpg');
    background-position: center;
    background-size: cover;
}

.hero__recent-press .press-slide-item .title-wrap{

    border-bottom: 1px solid #F47D31;
    padding-bottom: 25px;
}
.hero__recent-press .press-slide-item .img-wrap{
    text-align: center;
}
.hero__recent-press .press-slide-item .img-wrap img{
    display: inline-block;
}
.hero__recent-press .mont-abt-title{
    height: auto;
    border-right: 0px;
}
.hero__recent-press .mont-abt-title .mont-abt-title-href{
    color: #000;
}
.hero__recent-press .swiper-pagination-bullet-active{
    background: #F47D31;
}
.hero__recent-press .swiper-container-horizontal>.swiper-pagination-bullets, 
.hero__recent-press .swiper-pagination-custom, 
.hero__recent-press .swiper-pagination-fraction{
    text-align: left;
}

.hero__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 3rem;
    line-height: 1.5rem;
    transition: color .25s ease-in-out;
    cursor: pointer;
}

.hero__close:hover {
    color: #F47D31;
}

.sticky-wrapper{
    background: #1B2943;
}
.main-wrap {
    margin-top: 0;
}
#primary-nav{
    padding: 0px;
}

#primary-nav .container-fluid {
    max-width: 100%;
    padding: 0 25px;
}

.podcast__episode-image img {
    width: 100%;
}

.video-wrapper{
    position: relative;
    padding: 50px;
    background: #F9F9F9;
    margin-top: 20px;
}
.video-wrapper:after{
    content: "";
    background: #F9F9F9;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: -1;
}


#myCarousel{
    background: none;
}
.hero:before{
    content: "";
    background: #1B2943;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    bottom: 0;
    z-index: -1;
}

.hero__recent-press{
    position: relative;
    background: #fff;
    padding: 25px 25px 25px 25px;
}
.press-slide-item img {
    height: 210px;
}

.columns{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.column-3{
    width: 100%;
    flex-basis: 100%;
    min-width: 100%;
}
.column-7{
    width: 100%;
    flex-basis: 100%;
    min-width: 100%;
}

.skip-down-fixed{
    display: none;
}
@media (max-height: 680px){
    .skip-down{
        display: none;
    }
    .skip-down-fixed{
        display: block;
        position: absolute;
        top: calc( 100% - 35px );
        z-index: 9;
        right: 15px;
    }
}

@media (min-width: 768px){
    .column-3{
        width: 60%;
        flex-basis: 60%;
        min-width: 60%;
    }
    .column-7{
        width: 40%;
        flex-basis: 40%;
        min-width: 40%;
    }
    .carousel-inner {
        min-height: 750px;
        height: 750px;
    }
    .carousel-color-overlay{
        min-height: 750px;
        height: 100%;
    }
    .carousel-inner .item h1,
    .text-white-6 {
        font-size: 40px;
        line-height: 50px;
    }
    .carousel-caption {
        left: 15%;
        right: 15%;
        padding: 0;
        right: 15%;
        padding: 0;
        margin: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .video-container{
        padding: 0px 50px;
    }
    .skip-down{
        display: none;
    }
}

@media (min-width: 991px) {
    .column-3{
        width: 50%;
        flex-basis: 50%;
        min-width: 50%;
    }
    .column-7{
        width: 50%;
        flex-basis: 50%;
        min-width: 50%;
    }
    .carousel-inner .item h1,
    .text-white-6 {
        font-size: 60px;
        line-height: 60px;
    }

    .video-container{
        padding: 0px 100px;
    }

    #myCarousel {
        margin-left: 0px;
        margin-right: 0px;
    }
    .mont-abt-title{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 1200px) {
    .column-3{
        width: 30%;
        flex-basis: 30%;
        min-width: 30%;
    }
    .column-7{
        width: 70%;
        flex-basis: 70%;
        min-width: 70%;
    }
    .carousel-inner {
        height: calc(100vh - 100px);
    }
    .carousel-inner .item h1,
    .text-white-6 {
        font-size: 80px;
        line-height: 90px;
    }
}


@media (max-width: 991px) {
    #recent-posts{
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    .hero__recent-press{
        padding: 15px;
    }
    .hero__recent-press .mont-abt-title{
        padding: 0px 0px 15px 0px;
        margin: 0;
    }
    .hero__recent-press .press-slide-item .img-wrap {
        text-align: center;
        height: 175px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .press-slide-item img {
        height: auto;
        max-height: 175px;
    }

    .carousel-inner .item h1,
    .text-white-6{
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        letter-spacing: 1px;
        margin: 0;
    }
    .carousel-inner{
        height: 30vh;
    }
    .carousel-inner .intro-section{
        margin: auto;
        padding: 0px 25px;
        display: flex;
        height: 100%;
        align-items: center;
    }
    .carousel-caption{
        bottom: 0;
        top: 0;
    }
    .carousel-color-overlay{
        position: relative;
        height: 30vh;
    }
    ol.carousel-indicators .svg-wrap {
        margin-top: 0px;
    }
    .carousel-indicators{
        display: none;
    }
}
@media (max-width: 480px){
    .carousel-inner .item h1,
    .text-white-6{
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        letter-spacing: 1px;
    }
}

/* Contact Forms */
.grecaptcha-badge{
    visibility: hidden;
}

.home .use-floating-validation-tip span.wpcf7-not-valid-tip, 
.page-template-page-contact .use-floating-validation-tip span.wpcf7-not-valid-tip{
	position: relative;
	float: left;
	margin-top: -10px;
}

.page .wpcf7-response-output,
.home .contact-box .wpcf7-response-output,
.page .contact-box .wpcf7-response-output{
	display: block!important;
    width: 100%;
    float: left;
}
.page .wpcf7-response-output{
    color: #000;
}
.home .contact-box .wpcf7-response-output,
.page .contact-box .wpcf7-response-output{
    color: #fff;
}



.page .ajax-loader,
.home .contact-box .ajax-loader,
.page .contact-box .ajax-loader{
	display: inline-block !important;
	visibility: hidden;
    display: inline-block;
    background-image: url('../assets/images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    position: absolute;
    right: -5px;
    top: -5px;
}


.page .ajax-loader.is-active,
.home .contact-box .ajax-loader.is-active,
.page .contact-box .ajax-loader.is-active{
	visibility: visible;
}