/* =Load Fonts and Font Awesome
----------------------------------------------- */
@import url("../fonts/fonts.css");


/* New FOCA Styles */
.foca-content-section{
  margin: 75px 0;
}

.foca-content-section h1{
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 22px;
}


.foca-featured-card-sm .text-overlay-card-content-image{
  min-height: 115px;
}

.foca-featured-card-sm .text-overlay-card-content-overlay span{
  top: 37%;
  font-size: 16px;
  font-weight: 500;
}


.foca-content-section-width-md{
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.foca-icon-link{
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 13px 15px;
}

.foca-icon-link-icon{
  margin-right: 9px;
  display: inline-block;
}

.foca-icon-link-icon i{
  text-align: center;
  display: block;
  font-size: 16px;
  color: #1E5670;
}

.mmt-theme-dark .foca-icon-link-icon i{
  color: #fff;
}

.foca-icon-link-text{
  font-size: 15px;
  display: inline-block;
}

.foca-icon-link-text p{
  margin-bottom: 0;
}

.foca-content-section-hero{
  padding: 95px 0;
}

.mmt-theme-dark .foca-content-section-hero{
  background: #3f393d !important;
}

.foca-content-section-hero-text{
  margin-bottom: 35px;
}

.foca-content-section-hero-text h2{
  font-size: 40px;
  font-weight: 900;
  max-width: 440px;
  margin-bottom: 25px;
  line-height: 49px;
  margin-top: 30px;
}

.foca-content-section-hero-text p{
  font-size: 18px;
}

.foca-content-section-hero-cta{}

.foca-content-section-hero-cta .btn{
  padding: .8rem 2rem;
}

.foca-content-section-hero-image{}


.foca-featured-card-lg .text-overlay-card-content-image{
  min-height: 275px;
}

.foca-featured-card-lg .text-overlay-card-content-overlay span{
  top: 48%;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 767px){
  .foca-content-section-hero{
    padding: 30px 0;
  }

  .foca-content-section-hero-cta{
    margin-bottom: 30px;
  }
}


/* =MMT BST Styles
----------------------------------------------- */


.explore-featured-col-2{
  margin-bottom: 70px;
}

.explore-featured-col-2 .section-heading{
  margin-bottom: 20px;
}



.explore-featured-photos{
  margin-bottom: 30px;
}

.explore-featured-photos .col-md-4{
  margin-bottom: 30px;
}

.explore-featured-photos .block-heading{
  margin-bottom: 20px;
}

.explore-featured-categories{
  margin-bottom: 30px;
}

.explore-featured-categories .block-heading{
  margin-bottom: 20px;
}



@media (max-width: 995px) {
  .explore-featured-col-2-col{
    margin-bottom: 30px;
  }
}

.explore-featured-col-2-overlay-caption {
        width:100%;
        bottom: .05rem;
        position: absolute;
        background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 8%, #000 100%);
        padding: 20px 20px 20px 20px;
    }

    .explore-featured-col-2-overlay-thumbnail {
        border: 0 none;
        box-shadow: none;
        margin:0;
        padding:0;
    }

    .explore-featured-col-2-overlay-caption h4 {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        font-family: 'Inter', Helvetica, Arial, sans-serif;
        font-weight: 600;
        margin: 0 0 8px 0;
    }


    .explore-featured-col-2-overlay-caption h5 {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        font-family: 'Inter', Helvetica, Arial, sans-serif;
        margin: 0;
    }



.explore-featured-categories .col-md-4{
  margin-bottom: 30px;
}





.explore-featured-col-3-overlay-caption {
        width:100%;
        bottom: .01rem;
        position: absolute;
        background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 8%, rgba(0, 0, 0, 0.75) 100%);
        padding: 20px 20px 15px 20px;
}

    .explore-featured-col-3-overlay-thumbnail {
        border: 0 none;
        box-shadow: none;
        margin:0;
        padding:0;
}

    .explore-featured-col-3-overlay-caption h4 {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        font-family: 'Inter', Helvetica, Arial, sans-serif;
        font-weight: 600;
        margin: 0 0 8px 0;
}


    .explore-featured-col-3-overlay-caption h5 {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        font-family: 'Inter', Helvetica, Arial, sans-serif;
        margin: 0;
}





/* Explore Section Browse All */

a.explore-section-browse-all-btn{
  color: #3F393D;
	width: 100%;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 30px 0;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.04);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.04);
	transition: all 0.2s ease;
}

.mmt-theme-dark a.explore-section-browse-all-btn{
  color: #F8F9FA;
}

a.explore-section-browse-all-btn:hover{
  background: #FAFAFA;
	border-color: #999999;
}

.mmt-theme-dark a.explore-section-browse-all-btn:hover{
  background: #F8F9FA;
  border-color: #F8F9FA;
  color: #3F393D;
}

@media (max-width: 767px) {
	a.explore-section-browse-all-btn{
		margin-bottom: 15px;
	}
}






/* Categories Grid */

.all-categories-grid .block-heading{
  margin-bottom: 20px;
}

.all-categories-grid .col-md-4{
  margin-bottom: 30px;
}



.home-feature-block-col-2 .block-heading{
  margin-bottom: 25px;
}






/* Search Hero Input */
.home-feature-hero-search{
  max-width: 650px;
  margin: 60px auto 0 auto;
}

.home-feature-hero-search .home-feature-hero-search-type-dropdown-menu-btn{
  /* padding: 17px 18px; */
  /* border: 0; */
  /* border-color: #D6D6D6; */
  background: #EEEEEE;
}

.home-feature-hero-search .home-feature-hero-search-btn{
  /* padding: 17px 18px;
  background: #fff;
  border: 0; */
  background: #fff;
  /* border-color: #D6D6D6; */
}

.home-feature-hero-search .home-feature-hero-search-input{
  height: auto;
  max-height: 60px;
  /* padding: 18px; */
  /* border: 0; */
  /* border-color: #D6D6D6; */
}

.home-feature-hero-featured-searches{
  margin-top: 25px;
}

.home-feature-hero-featured-searches ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.home-feature-hero-featured-searches ul li{
  list-style: none;
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 999px;
  padding: 5px 14px;
  color: #fff;
  font-size: 13px;
}

.home-feature-hero-featured-searches ul li:not(:last-child){
  margin-right: 8px;
}

.home-feature-hero-featured-searches ul li a, .home-feature-hero-featured-searches ul li a:hover, .home-feature-hero-featured-searches ul li a:visited{
  color: #fff;
}
