/* Templates Landing Page */
.templates-landing-hero{
  padding: 90px 0;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  margin-bottom: 60px;
}

.mmt-theme-dark .templates-landing-hero{
  background-image: none;
  background-color: #171717;
}

.templates-landing-hero h1{
}

.templates-landing-hero p{
  max-width: 400px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .templates-landing-hero{
    padding: 45px 0;
  }

  .templates-landing-hero .col-md-5{
    display: none;
  }

  .templates-landing-hero h1{
    margin-top: 0;
  }
}



/* Templates Archive Filter */
.template-posts-facets-container{}

.template-posts-facet{
  margin-bottom: 30px;
}

.template-posts-facet .template-posts-facet-heading{
  margin-bottom: 20px;
}

/* Landing Section */
.templates-landing-grid-section{
  margin-bottom: 55px;
}

.templates-landing-grid-section-title{
  margin-bottom: 30px;
  font-weight: 700;
}

.templates-landing-grid-section-description{}


/* Template Content Grid Card */
.mmt-template-posts .content-grid-card{
  margin-bottom: 35px;
}

.mmt-template-posts .text{
  margin-top: 11px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mmt-template-posts .text-template-type{
  margin-top: 0px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-grid-card-template{
  background: #EEEEEE;
  text-align: center;
  height: 188px;
  box-shadow: 0px 0 9px 0px rgba(0,0,0,0.08);
}

.mmt-theme-dark .content-grid-card-template{
  background: #3F393D;
}

.content-grid-card-template .card-overlay-link{
  background: #ccc !important;
  background-image: none !important;
}

.mmt-theme-dark .content-grid-card-template .card-overlay-link{
  background: #2F2F2F !important;
  background-image: none !important;
}

.content-grid-card-template .download-cta{
  display: none;
}

.content-grid-card-template .card-image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.content-grid-card-template .card-image img{
  position: relative;
  max-height: 186px;
  width: auto !important;
  padding: 25px;
  max-width: 97% !important;
  border-radius: 28px !important;
}

#templates-instagram-story-template-bundles-content .content-grid-card-template .card-image img{
  padding: 15px;
}

@media (max-width: 767px) {
  .mmt-template-posts .content-grid-card{
    margin-bottom: 30px;
  }

  .content-grid-card-template{
    height: 138px;
  }
}




/* Template Single */

.content-single-template-image{
  background: #EEEEEE;
  text-align: center;
  border-radius: 5px;
  padding: 65px 0;
}

@media (max-width: 767px) {
  .content-single-template-image{
    padding: 45px 0;
    margin-bottom: 30px;
  }
}

.mmt-theme-dark .content-single-template-image{
  background: #3F393D;
}

.content-single-template-image-container{
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; */
}

.content-single-template-image-container img{
  /* position: relative;
  max-height: 600px;
  width: auto !important;
  padding: 25px;
  max-width: 90% !important; */
  border-radius: 5px !important;
  width: 70%;
  max-width: 550px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.09);
}

.content-single-template-title h1{
  margin: 0 0 30px 0;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  line-height: 41px;
  font-size: 36px;
  font-weight: 800;

}

.content-single-template-type{
  padding: 0;
  margin: 15px 0 45px 0;
}

.content-single-template-type li{
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}

.content-single-template-type li a:link{
  color: #3f393d;
  background: #f5f5f5;
  margin-right: 12px;
  border: 0;
  padding: 6px 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transition: all 0.2s ease;
  font-size: 14px;
}

.content-single-template-type li a:visited{
  color: #3f393d;
}

.content-single-template-type li a:hover{
  color: #3f393d;
}

.mmt-theme-dark .content-single-template-type li a:link{
  color: #F8F9FA;
  background: #3F393D;
}

.mmt-theme-dark .content-single-template-type li a:visited{
  color: #F8F9FA;
  background: #3F393D;
}

.mmt-theme-dark .content-single-template-type li a:hover{
  color: #F8F9FA;
  background: #3F393D;
}


.content-single-template-compatibility{
  margin: 35px 0;
  /* background: #F8F9FA; */
  /* border: 0; */
  /* padding: 20px 25px; */
  /* border-radius: 5px; */
  font-size: .8rem;
}

.mmt-theme-dark .content-single-template-compatibility{}

.content-single-template-compatibility ul{
  margin: 0;
  padding: 0;
}

.content-single-template-compatibility li{
  list-style: none;
  padding: 0;
  margin: 0;
}


.content-single-template-download-edit .content-single-license{
  margin-top: 15px;
  margin-bottom: 15px;
}


.content-single-template-style{}

.content-single-template-style ul{
  padding: 0;
  margin: 18px 0 0 0;
}

.content-single-template-style li{
  padding: 0;
  margin: 0 8px 0 0;
  display: inline-block;
  list-style: none;
}

.content-single-template-style li a:link{
  color: #3f393d;
  background: #f5f5f5;
  border: 0;
  padding: 6px 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transition: all 0.2s ease;
  font-size: 14px;
}

.content-single-template-style li a:visited{
  color: #3f393d;
}

.content-single-template-style li a:hover{
  color: #3f393d;
}

.mmt-theme-dark .content-single-template-style li a:link{
  color: #F8F9FA;
  background: #3F393D;
}

.mmt-theme-dark .content-single-template-style li a:visited{
  color: #F8F9FA;
  background: #3F393D;
}

.mmt-theme-dark .content-single-template-style li a:hover{
  color: #F8F9FA;
  background: #3F393D;
}


.content-templates-sponsored-results-container{
  margin-top: 35px;
}

.content-templates-sponsored-results-container h3{
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.content-templates-sponsored-results-container img{
  border-radius: 5px;
}

.content-templates-sponsored-results-container p{
  margin-top: 8px;
  font-size: 14px;
}


.content-templates-related-results-container{
  margin-top: 65px;
}

.content-templates-related-results-container h3{
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 25px;
}
