/*
Theme Name:     Zinc Networks child for Divi
Theme URI:      
Description:    Divi child theme.
Author:         GorillaHub
Author URI:     https://gorillahub.net
Template:       Divi
Version:        0.1.0
*/
/**=== TYPOGRAPHY ===**/
@font-face {
  font-family: azo-sans-web;
  src: url(/wp-content/themes/fonts/AzoSansRegular.woff);
  }
  
  @font-face {
  font-family: azo-sans-web-bold;
  src: url(/wp-content/themes/fonts/AzoSansBold.woff);
  }
  
.author_avatar{
  max-width: 120px;
  float: left;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
}
.homepage-mob-news-col-right h3, .homepage-mob-news-col-left h3{
    font-weight: bold;
    font-size: 24px;
}

.homepage-mob-news-col-right, .homepage-mob-news-col-left{
  width: 100% !important;
  padding: 20px !important;
}
@media (max-width: 1120px)
{
    .homepage-mob-news-col-right, .homepage-mob-news-col-left{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 981px)
{
    .homepage-mob-news-col-right .et_pb_column, .homepage-mob-news-col-left .et_pb_column{
        margin-bottom: 30px !important;
    }
    .homepage-mob-news-col-right, .homepage-mob-news-col-left{
        width: 100% !important;
        padding: 0 !important;
    }
}
@media (max-width: 668px)
{
    .homepage-mob-news-col-right, .homepage-mob-news-col-left{
        width: 100%;
        padding: 0 !important;
    }
}

/* TEXT ANIMATION*/
.custom-underline1, .custom-underline2, .custom-underline3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    clear: both;
    float: left;
  }
  
  .custom-underline1,
  .custom-underline:hover1,
  .custom-underline:focus1,
  .custom-underline:active1,.custom-underline2,
  .custom-underline:hover2,
  .custom-underline:focus2,
  .custom-underline:active2,.custom-underline3,
  .custom-underline:hover3,
  .custom-underline:focus3,
  .custom-underline:active3 {
    color: #ccc;
    text-decoration: none;
  }
  
  .custom-underline1::after, .custom-underline2::after, .custom-underline3::after {
    content: "";
    position: absolute;
  }
  
  .text-animated-underline .custom-underline1::after,.text-animated-underline .custom-underline2::after ,.text-animated-underline .custom-underline3::after  {
    top: 60%;
    height: 32px;
    width: 0%;
    left: -2%;
    background-color: rgba(249, 223, 82, 1);
      transition: 0.5s ease all .3s;
      z-index: -1;
  }
  
  /*.text-animated-underline:hover .custom-underline1::after {
    width: 105%;
      transition: 0.3s ease all;
  }
  .text-animated-underline:hover .custom-underline2::after {
    width: 105%;
      transition: 0.3s ease all;
      transition-delay: 0.8s;
  }
  .text-animated-underline:hover .custom-underline3::after {
    width: 105%;
      transition: 0.3s ease all;
      transition-delay: 1.6s;
  }*/
  /*.text-animated-underline:hover .custom-underline1::after {
    width: 105%;
      transition: 0.3s ease all;
  }
  .text-animated-underline:hover .custom-underline2::after {
    width: 105%;
      transition: 0.3s ease all;
      transition-delay: 0.8s;
  }
  .text-animated-underline:hover .custom-underline3::after {
    width: 105%;
      transition: 0.3s ease all;
      transition-delay: 1.6s;
  }*/

  
.custom-underline1::after {
  -webkit-animation: w70 0s ease forwards;
  animation-delay: 1s;
}
.custom-underline2::after {
  -webkit-animation: w70 0s ease forwards;
  animation-delay: 1.7s;
}
.custom-underline3::after {
  -webkit-animation: w70 0s ease forwards;
  animation-delay: 2.4s;
}
@-webkit-keyframes w70 {
  from { width: 0%; }
  to { width: 105%; }
}

.blog_list_read_more::after{
  padding-top: 2px;
}

.homepage-mob-news-col-left .et_pb_image_wrap, .homepage-mob-news-col-right .et_pb_image_wrap, .homepage-mob-news-col-left .et_pb_image_wrap img, .homepage-mob-news-col-right .et_pb_image_wrap img {width:100%;}

.post-meta-info-responsive p, .post-meta-info-responsive h4, .post-meta-info-responsive h3 {
  font-size: 12px!important;
  color: #00103E!important;
  font-family: "azo-sans-web";
}
.post-meta-info-responsive h4 {
  font-weight: bold!important;
}



@media (max-width: 768px)
{
  .text-animated-underline .custom-underline1::after,.text-animated-underline .custom-underline2::after ,.text-animated-underline .custom-underline3::after  {
    height: 18px;
  }
  .people_section_mobile h3 {
    font-size: 20px!important;
  }
}
@media (max-width: 450px)
{
  .people_section_mobile h3 {
    font-size: 16px!important;
  }
}


#footer_right_col  {
	text-align:center;
}
#footer_right_col img {
	max-width: 120px; 
}

.footer-right-image img{
	width: 40% !important;
}



@media (min-width: 425px){
	#clients-and-partners-desktop{
		display: none !important;
	}
	#clients-and-partners-tablet{
		display: none !important;
	}
	#clients-and-partners-mobile{
		display: block !important;
	}
}
@media (min-width: 768px){
	#clients-and-partners-desktop{
		display: none !important;
	}
	#clients-and-partners-mobile{
		display: none !important;
	}
	#clients-and-partners-tablet{
		display: block !important;
	}
}
@media (min-width: 1024px){
	#clients-and-partners-desktop{
		display: block !important;
	}
	#clients-and-partners-mobile{
		display: none !important;
	}
	#clients-and-partners-tablet{
		display: none !important;
	}
}
