/*Template Name: Think Digital
Description: Amplify Digital - Think Digital Blog
Author: Emmanuel Chilaka
Author URL: github.com/echilaka1
Version: 1.0.0
Website: thinkdigital.amplify.ng
*/

/* ==========================================================================
   01. GENERAL & BASIC STYLES
========================================================================== */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');*/

@font-face {
  font-family: 'Tiempos';
  src: url('../fonts/TiemposHeadlineWeb-Medium.eot');
  src: url('../fonts/TiemposHeadlineWeb-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TiemposHeadlineWeb-Medium.woff2') format('woff2'),
       url('../fonts/TiemposHeadlineWeb-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tiempos-light';
  src: url('../fonts/TiemposHeadline-Light.eot');
  src: url('../fonts/TiemposHeadline-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TiemposHeadline-Light.woff2') format('woff2'),
       url('../fonts/TiemposHeadline-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  margin:0 !important;
}

body {
  font-family: 'Tiempos', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: white;
}

a {
  text-decoration:none !important;
  font-family: 'Tiempos';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h3, h3, h5 , h6 {
  font-family: 'Tiempos', sans-serif;
}

p {
  font-family: 'Tiempos';
}

.mobileShow { display: none;}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){ 
  .mobileShow { 
    display: inline;
  }
}

.mobileHide { display: inline;}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){  
  .mobileHide { 
    display: none;
  }
}

@media only screen and (max-width:1024px) {
  .container {
    padding-left:20px !important;
    padding-right:20px !important;
  }
}

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
  }
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
  }

.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/* ==========================================================================
   02. HEADER & NAVIGATION
========================================================================== */

.bg-top {
  padding:20px 0;
}

 .button_container {
   position: absolute;
   top: 35%;
   right: 5%;
   height: 10px;
   width: 27px;
   cursor: pointer;
   z-index: 999;
   transition: opacity 0.25s ease;
}

@media only screen and (max-width:1024px) {
  .button_container {
    margin-top: -20px;
  }
}

 .button_container:hover {
   opacity: 0.7;
}

 .button_container.active .top {
   transform: translateY(9px) translateX(0) rotate(45deg);
   background: #030f2b;
}
 .button_container.active .middle {
   opacity: 0;
   background: #030f2b;
}
 .button_container.active .bottom {
   transform: translateY(-5px) translateX(0) rotate(-45deg);
   background: #030f2b;
}
 .button_container span {
   background: #030f2b;
   border: none;
   height: 3px;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.35s ease;
   cursor: pointer;
}
 .button_container span:nth-of-type(2) {
   top: 7px;
}
 .button_container span:nth-of-type(3) {
   top: 14px;
}

 .overlay {
   position: fixed;
   background: white;
   top: 0;
   left: 0;
   width: 100%;
   height: 0%;
   opacity: 0;
   z-index:99;
   visibility: hidden;
   transition: opacity 0.35s, visibility 0.35s, height 0.35s;
   overflow: hidden;
}

.overlay-top {
  margin-top:20px;
}

 .overlay.open {
   opacity: 1;
   visibility: visible;
   height: 100%;
}
 .overlay.open li {
   animation: fadeInRight 0.5s ease forwards;
   animation-delay: 0.35s;
}
 .overlay.open li:nth-of-type(2) {
   animation-delay: 0.4s;
}
 .overlay.open li:nth-of-type(3) {
   animation-delay: 0.45s;
}
 .overlay.open li:nth-of-type(4) {
   animation-delay: 0.5s;
}
 .overlay nav {
   position: relative;
   height: 70%;
   top: 50%;
   transform: translateY(-50%);
   font-size: 50px;
   font-weight: 400;
   text-align: center;
}
 .overlay ul {
   list-style: none;
   padding: 0;
   margin: 0 auto;
   display: inline-block;
   position: relative;
   height: 100%;
}
 .overlay ul li {
   display: block;
   height: 16.6%;
   height: calc(100% / 6);
   min-height: 50px;
   position: relative;
   opacity: 0;
}

.overlay ul li a img {
   display:none;
   transition: 0.35s;
}

 .overlay ul li a {
   display: block;
   position: relative;
   color:  #e0e0e0;
   text-decoration: none;
   overflow: hidden;
   font-size:40px;
   text-transform: uppercase;
   font-family: Tiempos;

   font-weight: 600;

   font-style: normal;
 
   font-stretch: normal;
 
   letter-spacing: normal;
}

.overlay ul li .active {
  color: #030f2b;
}

.overlay ul li a:hover {
  color:#030f2b;
}

.overlay ul li .active img {
  display:inline-block;
  filter: brightness(0.5) sepia(1) hue-rotate(-80deg) saturate(8.5);
}

 .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li .active:after {
   width: 60%;
}

.overlay ul li a:hover img {
  display:inline-block;
  filter: brightness(0.5) sepia(1) hue-rotate(-80deg) saturate(8.5);
}

 .overlay ul li a:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 0%;
   transform: translateX(-50%);
   height: 4px;
   background: #dd1064;
   transition: 0.35s;
}
 @keyframes fadeInRight {
   0% {
     opacity: 0;
     left: 20%;
  }
   100% {
     opacity: 1;
     left: 0;
  }
}

.nav-icon {
  width:10px;
  margin-top:-24px;
}

.home-logo1 {
  width:160px;
}

@media only screen and (max-width:1024px) {
  .home-logo1 {
    width:100px;
  }
}

.blog-details-image {
  max-width: 100%;
  height:484px;
  overflow: hidden;
}

@media only screen and (max-width:1024px) {
  .blog-details-image {
    height:200px;
  }
}

.blog-details-image img {
     width: 100%;
     object-fit: contain;
}


.blog-title {
  background-color: #f9f9f9;
}

.title-insight span {
  font-family: 'Tiempos';

  font-size: 12px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 2.56;

  letter-spacing: normal;

  color: #dd1064;

  border-radius: 2px;

  background-color: #ECECEC;
  padding:10px 20px;
  text-transform:uppercase;
}

.title-insight span:hover {
  background-color: #dd1064;
  color:white;
}

.title-insight {
  padding:30px 0px;
}

@media only screen and (max-width:1024px) {
  .title-insight {
    padding:40px 0px;
  }
}

.title-insight p {

  font-size: 12px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.75;
  text-align: center;

  letter-spacing: normal;

  color: rgba(76, 76, 76, 0.3);
  margin-bottom:30px;
}

.title-insight h1 {

  max-width: 569px;

  font-size: 44px;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.02;

  letter-spacing: normal;

  text-align: center;
  margin:auto;

  color: #030f2d;
  margin-bottom:30px;
}

@media only screen and (max-width:1024px) {
  .title-insight h1 {
    font-size:20px;
  }
}

 .heropanel--video {
  background: url('../img/assets.png') no-repeat;
  background-size: contain;
  height:500px;
  position:relative;
  background-position: center right;
}

@media only screen and (max-width:1024px) {
  .heropanel--video {
    height: 350px;
  }
}

.bg-text {
  max-width:700px;
  padding-top:150px;
  padding-bottom:40px;
}

@media only screen and (max-width:1024px) {
  .bg-text{
    padding-top:90px;
    padding-bottom:20px;
  }
}

.bg-text h1 {
  font-family: 'Tiempos';

  font-size: 40px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -1.3px;

  color: #030f2b;
}

@media only screen and (max-width:1024px) {
  .bg-text h1 {
    font-size:20px;
  }
}

.tag-icon {
  width:45px;
  margin-bottom:10px;
  margin-left:-6px;
  filter: brightness(0.5) sepia(1) hue-rotate(-80deg) saturate(8.5);
}

.bg-text p {
  font-family: 'Tiempos-light';

  font-size: 18px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.64;

  letter-spacing: normal;

  color: #666666;
}

@media only screen and (max-width:1024px) {
  .bg-text p {
    font-size:12px;
  }
}

.bg-text a {
  font-family: 'Tiempos';

  font-size: 16px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.64;

  letter-spacing: normal;

  color: #dd1064;
  text-decoration: none;
}

@media only screen and (max-width:1024px) {
  .bg-text a {
    font-size:12px;
  }
}

.bg-text h5 {
  font-family: 'Tiempos';

  font-size: 18px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -0.6px;

  color: white;
}

@media only screen and (max-width:1024px) {
  .bg-text h5 {
    font-size:15px;
  }
}

/* ==========================================================================
   END HEADER & NAVIGATION
========================================================================== */

/* ==========================================================================
   03. HOMEPAGE
========================================================================== */

.featured-post {
  padding-top:70px;
  padding-bottom:40px;
}

@media only screen and (max-width:1024px) {
  .featured-post {
    padding-top:30px;
    padding-bottom:20px;
  }
}

.featured-post h2 {
  font-family: 'Tiempos';

  font-size: 19px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -0.6px;

  color: #030f2d;
}

@media only screen and (max-width:1024px) {
  .featured-post h2 {
    font-size:13px;
  }
}

.cool-cards {
  max-width:100%;
  height: 297px;
  overflow: hidden;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}

.cool-cards img {
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width:1024px) {
  .cool-cards {
    height:180px;
  }
}

.card-content {
  background-color:white;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  padding:30px;
  height:150px;
  min-height:100px;
  max-height:150px;
}

.card-content h1 {
  max-width: 300px;

  font-family: 'Tiempos';

  font-size: 18px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #030f2d;
}

.card-content a {

  font-size: 14px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 2.56;

  letter-spacing: normal;

  color: #dd1064;
}

a i {
  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover i {
  -webkit-transform: translate(5px,0);
  -moz-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px, 0);
}

.new-blog-post {
  padding-top:70px;
  padding-bottom:40px;
}

@media only screen and (max-width:1024px) {
  .new-blog-post {
    padding-top:30px;
    padding-bottom:20px;
  }
}

.new-blog-post h2 {
  font-family: 'Tiempos';

  font-size: 19px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -0.6px;

  color: #030f2d;
}

@media only screen and (max-width:1024px) {
  .new-blog-post h2 {
    font-size:13px;
  }
}

.new-blog-post p {

  font-size: 16px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.64;

  letter-spacing: normal;

  color: #7a7d83;
}

.amplify-logo-foot {
  width:100px;
  margin-top:-10px;
}

.new-blog-post p:hover {
  color:#dd1064;
}

.new-blog-post hr {
  margin-top:-5px;
}

@media only screen and (max-width:1024px) {
  .new-blog-post hr {
    margin-top:-1px;
  }
}

a:hover i {
  -webkit-transform: translate(5px,0);
  -moz-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px, 0);
}

.blog-card {
  position:relative;
  transition: box-shadow .3s;
  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.blog-card:hover {
  box-shadow: 0 0 20px rgba(33,33,33,.2);
  -webkit-transform: translate(5px,0);
  -moz-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(0, -2px);
}

.blog-card .blog-card-image:before {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(273deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(273deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(273deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(273deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(177deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%); /* w3c */
    right: 0;
    bottom: 56px;
    left: 0;
    height: 100px;
    width:99.9%;
    /*border-top-left-radius: 50% 20%;
    border-top-right-radius: 50% 20%;*/
}

.blog-card .blog-card-image {
  height: 300px;
  max-width:100%;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}

.blog-card .blog-card-image img {
  width: 100%;
  object-fit: contain;
}

.blog-card .bottom-left {
  position: absolute;
  bottom: 60px;
  left: 16px;
}

.blog-card .bottom-left h1 {
  max-width: 168px;

  font-family: 'Tiempos';

  font-size: 15px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.15;

  letter-spacing: normal;

  color: #ffffff;
}

.blog-card .blog-card-footer {
  width:100%;
  height: 56px;
  background-color:white;
  padding:5px 20px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.blog-card .blog-card-footer p {

  font-family: 'Tiempos';

  font-size: 12px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 3;

  letter-spacing: normal;

  color: rgba(76, 76, 76, 0.3);
}

.hover-card {
  transition: box-shadow .3s;
}

.hover-card:hover {
  box-shadow: 0 0 20px rgba(33,33,33,.2);
}


.podcast-blog-card .podcast-blog-card-image {
  height: 350px;
  max-width:100%;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}

.podcast-blog-card .podcast-blog-card-image img {
  width: 100%;
  object-fit: contain;
}


.podcast-blog-card .podcast-blog-card-footer {
  width:100%;
  height: 100px;
  background-color:white;
  padding:15px 20px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.podcast-blog-card .podcast-blog-card-footer h1 {

  font-size: 25px !important;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #030f2d;
  text-align: center !important;
  margin:0 !important;
}

.podcast-blog-card .podcast-blog-card-footer p {

  font-family: Tiempos-light;

  font-size: 14px;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.27;

  letter-spacing: normal;

  color: rgba(76, 76, 76, 0.3);
  text-align: center !important;
  margin:0 !important;
}

.podcast-blog-card .podcast-blog-card-footer h2 {

  font-size: 15px !important;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #030f2d;
  text-align: center !important;
  margin:0 !important;
}

.supporters-logos {
    height: 143px;

  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);

  background-color: #ffffff;
}

.podcast-card {
  max-width:100%;
  padding:40px 20px;
  height: 330px;

  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);

  background-color: #ffffff;
  transition: box-shadow .3s;
  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.podcast-card:hover {
  box-shadow: 0 0 20px rgba(33,33,33,.2);
  -webkit-transform: translate(5px,0);
  -moz-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(0, -2px);
}

.podcast-card h3 {

  font-family: 'Tiempos';

  font-size: 14px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  letter-spacing: normal;

  color: #0091ff;
  margin-top: 5px;
}

.podcast-card span i {
  color:#c0c0c0;
  font-size: 20px;
}

.podcast-card h1 {
  font-family: 'Tiempos';
  max-width: 161px;

  font-size: 16px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 0.94;

  letter-spacing: normal;

  color: #030f2b;
  margin-top:10px;
}

.podcast-card-image {
  height: 131px;
  max-width:100%;
  overflow: hidden;
  margin-top:20px;
}

.podcast-card-image img {
  width: 100%;
  object-fit: contain;
}

.podcast-card-footer p {

  font-size: 12px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 3;

  letter-spacing: normal;

  color: rgba(76, 76, 76, 0.3);
  margin-top:10px;
}

.podcast-details {
  background-color:#f9f9f9;
  padding-bottom:70px;

}

@media only screen and (max-width:1024px) {
  .podcast-details {
    padding-bottom:20px;
  }
}

.bg-for-event-content {
  padding:50px 70px;
}

.bigger-size {
  font-size:150px !important;
}

.bg-for-event-content h1 {
  max-width:700px;
  font-size:50px !important;
  color:white !important;
  text-align: left !important;
  line-height: 0.9 !important;
}

@media only screen and (max-width:1024px) {
  .bg-for-event-content h1 {
    font-size:40px !important;
  }
}

.bg-for-event {
  background: url('../img/opay.png') no-repeat;
  -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover; 
   background-size: cover;
   height: 600px;
   background-color:#00061E;
 }

 .rsvp {
  background-color: #f9f9f9;
  margin:70px 0;
  padding:70px;
 }

 .rsvp h1 {

  font-size: 45px;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: 0.87;

  letter-spacing: normal;

  text-align: center !important;
  margin:0 auto !important;

  color: #030f2d;
 }

 .rsvp p {

  font-size: 24px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.33;

  letter-spacing: normal;

  text-align: center;

  color: #a8a8a8;
 }

.rsvp button {
  background-color:#dd1064;
  color:white;
  border-radius: 4px;
  border:none;
  padding:10px 25px;
  font-size: 15px !important;
  cursor: pointer;
}

.lead-form button {
  background-color:#dd1064;
  color:white;
  border-radius: 4px;
  border:none;
  padding:10px 25px;
  font-size: 15px !important;
  cursor: pointer;
}

.lead-form button:hover {
  background-color:#dd1064;
  color:white;
}

#form1{
  display:none;

}

.rsvp-form {
  margin: 0;
         border: 1px solid #c2d1d9;
         font-family:'Tiempos';
         font-size:14px;
         height: 50%;
         border-radius: 3px;
         padding: 20px;
         -webkit-box-sizing: border-box;
         box-sizing: border-box;
}

.rsvp-form:focus { 
        border-color: #0067b8;
      }

.podcast-details-card {
  max-width: 950px;

  border-radius: 8px;

  box-shadow: 0 22px 12px 13px rgba(0, 0, 0, 0.11);

  background-color: #ffffff;
  padding-bottom:70px;
  margin:auto;
  margin-top: -170px;
  position:relative;
  z-index:1;
}

@media only screen and (max-width:1024px) {
  .podcast-details-card {
    margin-top:-150px;
    box-shadow:none;
  }
}

.podcast-details-card h1 {
  max-width: 569px;

  font-size: 35px;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.11;

  letter-spacing: normal;

  text-align: center;

  color: #030f2d;
  margin:auto;
}

.podcast-padding {
  padding-top:70px;
}

@media only screen and (max-width:1024px) {
  .podcast-details-card h1 {
    font-size:25px;
  }
}

.podcast-details-card h2 {
  max-width: 400px;
  font-family: 'Tiempos-light';

  font-size: 18px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.06;

  letter-spacing: normal;

  color: #7d7d7d;
  margin:auto;
  margin-top:20px;
}

@media only screen and (max-width:1024px) {
  .podcast-details-card h2 {
    font-size:15px;
  }
}

.podcast-details-card .social {
  font-size:20px;
  color: #424b5a;
  margin-top:20px;
}

.podcast-playing {
  max-width: 90%;
  margin-top:20px !important;
  margin:auto;
  border-radius: 8px;
  height: 198px;
  border: solid 1px rgba(151, 151, 151, 0.16);
  overflow: hidden;
}

.podcast-playing .bg-podcast {
  width: 100%;
  padding:30px 50px;
  background-color:#f4f4f4;
  height:99px;
  object-fit: contain;
}

@media only screen and (max-width:1024px) {
  .podcast-playing .bg-podcast {
    padding:20px 20px;
  }
}

.podcast-playing .bg-podcast-s {
  width: 100%;
  padding:30px 50px;
  height:99px;
  background-color:rgba(151, 151, 151, 0.16);
  object-fit: contain;
}

@media only screen and (max-width:1024px) {
  .podcast-playing .bg-podcast-s {
    padding:20px 20px;
  }
}

.podcast-playing-image {
  padding:20px;
  width: 175px;
  height: 150px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);

  background-color: #ffffff;
  margin-top: -110px;
  margin-left: 30px;
}

@media only screen and (max-width:1024px) {
  .podcast-playing-image {
    display:none;
  }
}

.podcast-playing-image .podcast-card-image {
  height: 100px;
  max-width:100%;
  overflow: hidden;
  margin-top:20px;
}

.podcast-playing-image .podcast-card-image img {
  width: 100%;
  object-fit: contain;
}

.podcast-playing .bg-podcast-s .text-box-icon {
  position: absolute;
  top:-12px;
  
  border: 4px solid #030f2d;
  border-radius:50%;
  width:10px;
  height:10px;
  padding: 23px;
}

@media only screen and (max-width:1024px) {
  .podcast-playing .bg-podcast-s .text-box-icon {
    top:7px;
  }
}

.podcast-playing .bg-podcast-s .text-box-icon i {
  font-size:50px;
  color: #030f2d;
  margin-top:-34px;
  margin-left:-5px;
}

.podcast-playing .bg-podcast h1 {
  max-width: 569px;
  font-family: 'Tiempos';

  font-size: 29px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.34;

  letter-spacing: normal;

  color: #030f2d;
  text-align: left;

  margin-top:-8px;
  margin:0;
}

@media only screen and (max-width:1024px) {
  .podcast-playing .bg-podcast h1 {
    font-size:18px;
  }
}

.podcast-playing .bg-podcast p {

  font-family: 'Tiempos';

  font-size: 15px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.38;

  letter-spacing: normal;

  color: #7d7d7d;
  margin-top:5px;
  
}

@media only screen and (max-width:1024px) {
  .podcast-playing .bg-podcast p {
    font-size:13px;
  }
}

.podcast-content h1 {

  font-size: 30px;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.11;

  letter-spacing: normal;
  text-align:left;

  color: #030f2d;
  margin-bottom:30px !important;
  margin-top:30px !important;
  margin:0;
}

.podcast-content h6 {
  font-size: 32px;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.18;

  letter-spacing: normal;

  color: #000000;
  margin-bottom:25px;
}

.podcast-content h3 {
  font-size: 25px;

  font-weight: bold;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.18;

  letter-spacing: normal;

  color: #000000;
  margin-bottom:25px;
}

.podcast-content h4 {
  font-family: Tiempos-light;

  font-size: 18px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: 1;

  letter-spacing: normal;

  color: #b1b1b1;

}

.podcast-content p {
  font-family: Tiempos-light;

  font-size: 18px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.78;

  letter-spacing: normal;

  color: #a8a8a8;
  
}

.podcast-content h2 {
  max-width: 800px;
  font-weight: 600;

  color: #030f2b;
  font-size: 18px;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.78;

  letter-spacing: normal;
  margin:0;
  margin-bottom:30px;
  margin-top:20px;
}

.bg-space {
  padding:70px 0;
}

.email-form {
  border: solid 1px #e3e3e3;
  font-size:16px;
  color: black;
  padding: 10px 200px 10px 30px;

  font-family: 'Tiempos';

  font-size: 13px;
  height:50px;

  font-weight: 600;
}

@media only screen and (max-width:1024px) {
  .email-form {
    padding:10px 10px 10px 10px;
  }
}

.email-send {
  border: solid 1px #dd1064;
  height: 50px;
  background-color:#dd1064;
  color:white;
  font-weight: 600;
  padding: 0 20px;
  cursor: pointer;
  margin-top:1px;
  font-family: 'Tiempos';

  font-size: 13px;
  padding:10px 40px;
}

.email-send:hover {
  color: #dd1064;
  border: solid 1px #dd1064;
  background-color: transparent;
}

.select-form {
  border: solid 1px #e3e3e3;
  font-size:16px;
  width:400px;
  color: black;
  padding: 10px;

  font-family: 'Tiempos';

  font-size: 13px;
  height:50px;

  font-weight: 600;

}

@media only screen and (max-width:1024px) {
  .select-form {
    width:175px;
  }
}

.filter-send {
  border: solid 1px #dd1064;
  height: 50px;
  background-color:transparent;
  color:#dd1064;
  font-weight: 600;
  padding: 0 20px;
  cursor: pointer;
  margin-top:1px;
  font-family: 'Tiempos';

  font-size: 13px;
  padding:10px 40px;
}

.filter-send:hover {
  color: white;
  border: solid 1px #dd1064;
  background-color: #dd1064;
}

.cool-carder {
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);

  background-color: #ffffff;
  padding:20px;
}

.cool-cards-blog {
  max-width:100%;
  height: 400px;
  overflow: hidden;
}

.cool-cards-blog .first {
  width: 100%;
  object-fit: contain;
  position: relative;
}

@media only screen and (max-width:1024px) {
  .cool-cards-blog {
    height:180px;
  }
}

.mic {
    position: absolute;
    top: 180px;
    left: 220px;
    width: 50px;
    filter: invert(20%) sepia(18%) saturate(7%) hue-rotate(1deg) brightness(103%) contrast(90%);
}

.feature-image-card {
  width:100%;
  height: 56px;
  background-color:white;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.feature-image {
  padding: 80px 40px 30px 80px;
}

.feature-image h1 {
  max-width: 406px;

  font-size: 25px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -1.1px;

  color: #030f2b;
  margin-bottom:15px;
}

.feature-image h3 {
  max-width: 400px;

  font-size: 30px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -1.1px;

  color: #030f2b;
  margin-bottom:15px;
}

.feature-image p {
  font-family: Tiempos-light;
  max-width: 400px;

  font-size: 14px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.36;

  letter-spacing: normal;

  color: #7d7d7d;
  
}

.download-db {
  width:18px;
}

.feature-image a {

  font-size: 17px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 2.56;

  letter-spacing: normal;

  color: #dd1064;
}

.magenta {
  color:#dd1064;
}

.feature-image h2 {
    font-family: 'Tiempos';

  font-size: 12px;

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.36;

  letter-spacing: normal;

  color: #dd1064;
  text-transform: uppercase;
}

.feature-image h5 {

  font-size: 16px;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.15;

  letter-spacing: normal;

  color: #000000;
}

.feature-image h4 {

  font-size: 13px;

  font-weight: bold;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.53;

  letter-spacing: normal;

  color: #000000;
}

.event-new .col-md-7 {
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.02);

  background-color: #ffffff;
  height: 399px;
}

.bg-feature {
  background: url('../img/assets.png') no-repeat;
  -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover; 
   background-size: cover;
   height: 399px;
}

.pagination {
  display: inline-block;
  width:100%;
}

.pagination a {
  border-radius: 2px;

  border: solid 1px #dddddd;
  color: #dddddd;
  padding: 8px 16px;
  text-decoration: none;
  margin-right:5px;
}

.pagination a.active {
  border: solid 1px #dd1064;
  color:white;
  background-color: #dd1064;
}

.pagination a:hover {
  border: solid 1px #dd1064;
  color:white;
  background-color: #dd1064;
  border-radius: 2px;
}

.event-card {
  max-width: 520px;

  height: 200px;

  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);

  background-color: #ffffff;
  padding:35px 55px;
}

@media only screen and (max-width:1024px) {
  .event-card {
    padding:20px 25px;
    height: 175px;
  }
}

.event-card:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.event-card h1 {
  font-family: 'Tiempos';

  font-size: 27px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.1;

  letter-spacing: normal;

  color: #030f2d;
  width: 250px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width:1024px) {
  .event-card h1 {
    font-size:25px;
  }
}

.event-card h2 {
  font-family: 'Tiempos';

  font-size: 23px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 0.25;

  letter-spacing: normal;

  color: #dd1064;
  transition: all 0.3s ease-in-out;
}

.event-card h3 {
  font-family: 'Tiempos';

  font-size: 18px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.53;

  letter-spacing: normal;

  color: #505d68;
}

.event-card p {
  font-family: 'Tiempos';

  font-size: 15px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.2;
  margin-top:12px;

  letter-spacing: normal;

  color: #7a7d83;
}

.event-card:hover  .col-9 h1 {
  -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }

.right-border {
  padding-top:50px;
  position:relative;
}

@media only screen and (max-width:1024px) {
  .right-border {
    padding-top:10px;
  }
}

.right-border:after {
  content : "";
  position: absolute;
  right    : 0;
  z-index: 100;
  top  : 39px;
  width  : 1px;
  height   : 63%;  /* or 100px */
  background: #dbdbdb;
}

@media only screen and (max-width:1024px) {
  .right-border:after {
    right    : -15px;
    top  : 0;
    width  : 1px;
    height   : 100%;  /* or 100px */
  }
}

@media only screen and (max-width:1024px) {
  .event-card .row .col-3 {
    padding-top:45px;
  }
}

.subscribe-footer {
  padding-top:50px;
}

.subscribe-footer form {
       margin-top: 10px;
       margin-left:30%;
       width: 100%;
       max-width: 420px;
       min-width: 180px;
       height: 50px;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       border-radius:7px;
       font-size: 16px; }

.subscribe-footer form input[type="email"] {
         width: 65%;
         margin: 0;
         border: 1px solid #c2d1d9;
         font-family:'Tiempos';
         font-size:14px;
         height: 100%;
         border-radius: 7px 0px 0px 7px;
         padding: 20px;
         -webkit-box-sizing: border-box;
         box-sizing: border-box; }
.subscribe-footer form button[type="submit"] {
         width: 35%;
         margin: 0;
         border: none;
         font-family:'Tiempos';
         font-size:14px;
         height: 100%;
         color: white;
         text-transform: uppercase;
         background: #030f2d;
         border-radius: 0px 7px 7px 0px; }

.subscribe-footer form button[type="submit"]:hover {
  background-color:#dd1064;;
  color: white;
  border: 1px solid #dd1064;
}

 @media only screen and (max-width: 460px) {
  .subscribe-footer form {
     height: 50px !important;
     margin-top: 40px !important;
     margin-left:5%;
     width: 90%;
     font-size: 12px !important; }
     .subscribe-footer form input[type="email"] {
      padding:0 0 0 30px;
      }
    }

.subscribe-footer h1 {

  font-size: 30px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.3;

  letter-spacing: normal;

  color: #030f2d;
}

@media only screen and (max-width: 1024px) {
  .subscribe-footer h1 {
    font-size:25px;
  }
}

.subscribe-footer p {
  /*width: 627px;*/
  font-family: 'Tiempos-light';

  font-size: 16px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.5;

  letter-spacing: normal;
  

  color: #b1b1b1;
}

@media only screen and (max-width: 1024px) {
  .subscribe-footer p {
    font-size:14px;
  }
}

.subscribe-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.subscribe-footer li {
  /*float: left;*/
  display:inline-grid;
  position:relative;
}

.subscribe-footer li a {
  display: block;
  padding: 14px 16px 5px 16px;
  text-decoration: none;

  font-family: Tiempos;

  font-size: 15px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  letter-spacing: 0.1px;

  text-align: center;

  color: #030f2d;
}

.subscribe-footer li a:hover:after {
  width:60%;
}

.subscribe-footer li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 4px;
  background: #dd1064;
  transition: 0.35s;
}

@media only screen and (max-width:1024px) {
  .subscribe-footer li a {
    padding-left:5px;
    padding-right:0px;
    font-size:10px;
  }
}
/* ==========================================================================
    END HOMEPAGE
========================================================================== */

/* ==========================================================================
   04. INSIGHTS
========================================================================== */

.insight-title {
  background-color: #ececec;
  background: url('../img/assets.png') no-repeat;
  background-size: center;
  height:300px;
  background-position: center;
}

.bg-insight {
  max-width:700px;
  padding-top:80px;
  padding-bottom:40px;
}

@media only screen and (max-width:1024px) {
  .bg-insight {
    padding-top:90px;
    padding-bottom:20px;
  }
}

.bg-insight h1 {
  font-family: 'Tiempos';

  font-size: 40px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -1.3px;

  color: #030f2b;
}

@media only screen and (max-width:1024px) {
  .bg-insight h1 {
    font-size:20px;
  }
}

.bg-insight p {
  font-family: 'Tiempos-light';

  font-size: 18px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.64;

  letter-spacing: normal;

  color: #7a7d83;
}

@media only screen and (max-width:1024px) {
  .bg-insight p {
    font-size:12px;
  }
}

.blog-content-details {
  padding-top:50px;
  padding-bottom:50px;
}

.blog-bold {
  font-weight:700 !important;
}

.blog-content-details p {
  font-family: 'Tiempos-light';

  font-size: 20px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;
  letter-spacing: -0.1px;
  line-height: 2.125rem;
  margin-top:2rem;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;

  color: #7a7d83;
}

@media only screen and (max-width:1024px) {
  .blog-content-details p {
    font-size:14px;
  }
}

.blog-content-details ul {
  list-style: none;
}

.blog-content-details ul li {
  font-family: 'Tiempos-light';

  font-size: 20px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  letter-spacing: -0.1px;
  line-height: 2.125rem;

  margin-bottom: 1rem;

  color: #7a7d83;
}

@media only screen and (max-width:1024px) {
  .blog-content-details ul li {
    font-size:14px;
  }
}

.blog-content-details ul li:before {
  content: "•";
  padding-right: 8px;
  color: #7a7d83;
}

.blog-content-details ol li {
  font-family: 'Tiempos-light';

  font-size: 20px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  letter-spacing: -0.1px;
  line-height: 2.125rem;

  margin-bottom: 1rem;

  color: #7a7d83;
}

@media only screen and (max-width:1024px) {
  .blog-content-details ol li {
    font-size:14px;
  }
}

.blog-content-details ol li:before {
  padding-right: 8px;
  color: #7a7d83;
}

.blog-content-details h2 {
  font-family: 'Tiempos';

  font-size: 25px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: 32px;

  letter-spacing: 0px;

  color: #030f2d;
  margin-top:50px;
  margin-bottom:25px;
}

@media only screen and (max-width:1024px) {
  .blog-content-details h2 {
    font-size:18px;
  }
}

.sharer .share-container .share-text {
  font-family: 'Tiempos';
  font-weight:400;
  font-size: 15px;
  color:white;
}

.sharer .share-container {
  background-color: #dd1064;
  padding:15px 35px;
}

.sharer .social-container {
  border: solid 1px #dd1064;
  padding:14px 30px;
}

.sharer .social-container .social a {
  font-size:15px;
  color: #dd1064;
  cursor: pointer;
}


/* ==========================================================================
    END INSIGHTS
========================================================================== */

/* ==========================================================================
    05. EBOOK
========================================================================== */

.ebook-download {
  padding-top:50px;
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .ebook-download {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.ebook-download h1 {
  max-width: 450px;

  font-size: 41px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -1.8px;

  color: #030f2d;
}

@media only screen and (max-width:1024px) {
  .ebook-download h1 {
    font-size:20px;
  }
}

.ebook-download h2 {
  font-family: 'Tiempos';

  font-size: 19px;

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -0.8px;

  color: #030f2d;
}

@media only screen and (max-width:1024px) {
  .ebook-download h2 {
    font-size:16px;
  }
}

.ebook-download p {
  max-width: 470px;
  font-family: 'Tiempos';

  font-size: 17px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.76;

  letter-spacing: normal;

  color: #7a7d83;
}

@media only screen and (max-width:1024px) {
  .ebook-download p {
    font-size:14px;
  }
}

.ebook-download form input[type="email"] {
         width: 157px;
         margin: 0;
         border: 1px solid rgba(151, 151, 151, 0.58);
         font-family:'Tiempos';
         font-size:14px;
         height: 55px;
         border-radius: 11px;
         padding: 20px;
         -webkit-box-sizing: border-box;
         box-sizing: border-box; }

.ebook-download form input[type="text"] {
         width: 157px;
         margin: 0;
         border: 1px solid rgba(151, 151, 151, 0.58);
         font-family:'Tiempos';
         font-size:14px;
         height: 55px;
         border-radius: 11px;
         padding: 20px;
         -webkit-box-sizing: border-box;
         box-sizing: border-box; }

.ebook-download form button[type="submit"] {
         width: 83px;
         margin: 0;
         border: none;
         font-family:'Tiempos';
         font-size:18px;
         height: 55px;
         color: white;
         text-transform: uppercase;
         background: #030f2d;
         border-radius: 11px; }

@media only screen and (max-width: 460px) {
  .ebook-download form {
     height: 150px !important;
     width: 100%;
     margin-top: 40px !important;
     font-size: 12px !important; }
     .ebook-download form input[type="email"] {
      width:100px;
      }
      .ebook-download form input[type="text"] {
      width:100px;
      }
      .ebook-download form button[type="submit"] {
      width:60px;
      }
    }

/* ==========================================================================
    END EBOOK
========================================================================== */