/* 
 Theme Name:     Kriar Biz
 Author:         Kristian Erdmann | Divi Brasil
 Author URI:     http://en.divi-brasil.com.br
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.6.1
*/ 

/*-------------------------------------------------*/

/*---------------------DROP EFFECT----------------*/

/*-------------------------------------------------*/



    .drop {
        -webkit-transition: all 0.6s;
        transition: all 0.6s;}

    .drop:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        z-index: 1;}

/*-------------------------------------------------*/

/*---------DROP SHADOW BLACK EFFECT----------------*/

/*-------------------------------------------------*/



    .drop-shadow {

        box-shadow: 0 1px 2px rgba(200, 200, 200, 0);

        -webkit-transition: all 0.6s;

        transition: all 0.6s;}



    .drop-shadow:hover {

        -webkit-transform: scale(1.05, 1.05);

        transform: scale(1.05, 1.05);

        box-shadow: 1px 5px 14px rgba(200, 200, 200, 3);

        z-index: 1;}



/*-------------------------------------------------*/

/*----------DROP SHADOW BLUE EFFECT----------------*/

/*-------------------------------------------------*/



    .drop-shadow-blue {

        box-shadow: 0 1px 2px rgba(12,113,195, 0);

        -webkit-transition: all 0.6s;

        transition: all 0.6s;}



    .drop-shadow-blue:hover {

        -webkit-transform: scale(1.1, 1.1);

        transform: scale(1.1, 1.1);

        box-shadow: 1px 5px 14px rgba(12,113,195, 3);

        z-index: 1;}



/*-------------------------------------------------*/

/*---------DROP SHADOW WHITE EFFECT----------------*/

/*-------------------------------------------------*/



    .drop-shadow-white {

        box-shadow: 0 1px 2px rgba(255, 255, 255, 0);

        -webkit-transition: all 0.6s;

        transition: all 0.6s;}



    .drop-shadow-white:hover {

        -webkit-transform: scale(1.1, 1.1);

        transform: scale(1.1, 1.1);

        box-shadow: 1px 5px 14px rgba(255, 255, 255, 3);

        z-index: 1;}



/*-------------------------------------------------*/

/*----------------IMAGE TILT EFFECT----------------*/

/*-------------------------------------------------*/



.tilt {

  -webkit-transition: all 0.5s ease;

     -moz-transition: all 0.5s ease;

       -o-transition: all 0.5s ease;

      -ms-transition: all 0.5s ease;

          transition: all 0.5s ease;

}



.tilt:hover {

  -webkit-transform: rotate(-5deg);

     -moz-transform: rotate(-5deg);

       -o-transform: rotate(-5deg);

      -ms-transform: rotate(-5deg);

          transform: rotate(-5deg);

}



/*-------------------------------------------------*/

/*-----------ROTATE 360 DEGREES EFFECT-------------*/

/*-------------------------------------------------*/



.rotate {

  -webkit-transition: all 0.2s ease;

     -moz-transition: all 0.2s ease;

       -o-transition: all 0.2s ease;

      -ms-transition: all 0.2s ease;

          transition: all 0.2s ease;

}



.rotate:hover {

  -webkit-transform: rotate(360deg);

     -moz-transform: rotate(360deg);

       -o-transform: rotate(360deg);

      -ms-transform: rotate(360deg);

          transform: rotate(360deg);

}



/*-------------------------------------------------*/

/*---------------IMAGE BLUR EFFECT-----------------*/

/*-------------------------------------------------*/



.blur img {

  -webkit-transition: all 1s ease;

     -moz-transition: all 1s ease;

       -o-transition: all 1s ease;

      -ms-transition: all 1s ease;

          transition: all 1s ease;

}



 .blur img:hover {

  -webkit-filter: blur(3px);



}/*-------------------------------------------------*/

/*---------------IMAGE BLUR REVERSE EFFECT----------*/

/*-------------------------------------------------*/



.blur-reverse img {	

  -webkit-filter: blur(3px);

  -webkit-transition: all 1s ease;

     -moz-transition: all 1s ease;

       -o-transition: all 1s ease;

      -ms-transition: all 1s ease;

          transition: all 1s ease;

}



 .blur-reverse img:hover {

  -webkit-filter: blur(0px);

}



/*-------------------------------------------------*/

/*---------------IMAGE BLUR EFFECT-----------------*/

/*-------------------------------------------------*/



.blur img {

  -webkit-transition: all 1s ease;

     -moz-transition: all 1s ease;

       -o-transition: all 1s ease;

      -ms-transition: all 1s ease;

          transition: all 1s ease;

}



 .blur img:hover {

  -webkit-filter: blur(1px);

}



/*---------------------------------------------------------*/

/*----------------IMAGE BLACK AND WHITE EFFECT-------------*/

/*--------------------------------------------------------*/



.bw {

  -webkit-transition: all 1s ease;

     -moz-transition: all 1s ease;

       -o-transition: all 1s ease;

      -ms-transition: all 1s ease;

          transition: all 1s ease;

}

 

.bw:hover {

  -webkit-filter: grayscale(100%);

}



/*---------------------------------------------------------*/

/*-------IMAGE BLACK AND WHITE REVERSE EFFECT-------------*/

/*--------------------------------------------------------*/



.bw-reverse {	

  -webkit-filter: grayscale(100%);

  -webkit-transition: all 1s ease;

     -moz-transition: all 1s ease;

       -o-transition: all 1s ease;

      -ms-transition: all 1s ease;

          transition: all 1s ease;

}

 

.bw-reverse:hover {

  -webkit-filter: grayscale(0%);

}



/*---------------------------------------------------------*/
/*------------------IMAGE SEPIA EFFECT--------------------*/
/*--------------------------------------------------------*/
.sepia-reverse img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;          
  -webkit-filter: sepia(1);
}

 .sepia-reverse img:hover {
  -webkit-filter: sepia(0);
}

/*---------------------------------------------------------*/
/*------------------IMAGE SEPIA EFFECT--------------------*/
/*--------------------------------------------------------*/

.sepia img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

 .sepia img:hover {
  -webkit-filter: sepia(1);
}

/*-------------------------------------------------*/
/*-------------------IMAGE EFFECT 1----------------*/
/*-------------------------------------------------*/

.effect img {
   opacity:1;
   transition: all 0.2s ease-in;
}

.effect:hover img {
   opacity:0.5;
}

/*---------------------------------------------------------*/
/*-------------------- IMAGE EFFECT 2 --------------------*/
/*--------------------------------------------------------*/

.effect2 img {
	opacity:0.5;	     
    transition: all 0.2s ease-in;
}

.effect2:hover img {
   opacity:1;
}

/*---------------------------------------------------------*/
/*-----------IMAGE CIRCLE (RADIUS 50%) --------------------*/
/*--------------------------------------------------------*/

.circle img {  
	border-radius: 50%;
}

ul.centered-social { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
}

.centered-social li { 
float:none; 
display:inline-block; 
}

/*---------------------------------------------------------*/
/*---------- TEAM SECTION ---------------------------------*/
/*--------------------------------------------------------*/

.kt-team1 .et_pb_column {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  color: #000000;
  text-align: center;
}

.kt-team1 .et_pb_column *,
.kt-team1 .et_pb_column *:before,
.kt-team1 .et_pb_column *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.kt-team1 .et_pb_column:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: '';
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.kt-team1 .et_pb_column img {
  max-width: 100%;
  vertical-align: top;
}

.kt-team1 .et_pb_column .et_pb_team_member_description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 0 30px;
}

.kt-team1 .et_pb_column h4 {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 2px;
}

.kt-team1 .et_pb_column p {
  margin: 0 0 10px;
  opacity: 0.6;
}

.kt-team1 .et_pb_column .et_pb_member_social_links {
  width: 100%;
}

.kt-team1 .et_pb_column a {
  margin: 2px;
  display: inline-block;
}

.kt-team1 .et_pb_column a i {
  background-color: #333333;
  border-radius: 3px;
  color: #000000;
  display: block;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}

.kt-team1 .et_pb_column a i:before {
  color: #fff;
}

.kt-team1 .et_pb_column a i:hover {
  background-color: #D2B17F;
  cursor: pointer;
}

.kt-team1 .et_pb_column:hover:before,
.kt-team1 .et_pb_column.hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.kt-team1 .et_pb_column:hover .et_pb_team_member_description,
.kt-team1 .et_pb_column.hover .et_pb_team_member_description {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

/*--------------------------------------------------------------------------------*/
/*----------------------------- Pop Effect ----------------------------------------*/
/*----------------------------------------------------------------------------------*/ 

@-webkit-keyframes kt-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kt-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.kt-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.kt-pop:hover, .kt-pop:focus, .kt-pop:active {
  -webkit-animation-name: kt-pop;
  animation-name: kt-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*--------------------------------------------------------------------------------*/
/*--------------- Social for custom footer ----------------------------------------*/
/*----------------------------------------------------------------------------------*/ 

.footer_custom.et_pb_section {
    padding: 0 !important;
}

/**** Row Widget Custom ****/
.footer-widget .fwidget {
    min-width: 100% !important;
}

#footer-widgets {
    padding: 3% 0 0 !important;
}

#footer-widgets .footer-widget li:before {
    content: none !important;
}

#footer-widgets .footer-widget li {
    padding-left: 0px !important;
}

/*--------------------------------------------------------------------------------*/
/*--------------- Footer 3-4 Layout ----------------------------------------------*/
/*----------------------------------------------------------------------------------*/ 

#main-footer .container {
    width: 100% !important;
    max-width: 100% !important;
}

#main-footer {
    background-color: transparent !important;
}

.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget, .et_pb_gutters3 .footer-widget {
    margin-bottom: 0px ;
}

@media only screen and (max-width: 767px) {
  #footer-widgets .footer-widget .fwidget {    
    margin-bottom: 0% !important;
  }
}

@media only screen and (max-width: 980px) {
  .footer-widget:nth-child(n) {    
    width: 100% !important;    
    margin: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  #footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {    
    margin-bottom: 0 !important;
  }
}

/*--------------------------------------------------------------------------------*/
/*--------------- Social Center for custom footer------------------------------------*/
/*----------------------------------------------------------------------------------*/ 

.et_pb_social_media_follow li {
    float: none !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

ul.et_pb_social_media_follow {
    text-align: center !important;
}

.et_pb_social_media_follow li a.icon {
    width: 45px;
    height: 45px;
    padding: 0;
}

.et_pb_social_media_follow li a.icon::before {
    width: 45px;
    height: 45px;
    color: #FFF;
    font-size: 20px;
    line-height: 45px;
}

@media only screen and (max-width: 980px) {
  .footer_custom_3 .et_pb_text {    
    text-align: center !important;
  }
}

/*--------------------------------------------------------------------------------*/
/*--------------- Footer Bottom Bar Not Visible------------------------------------*/
/*----------------------------------------------------------------------------------*/

#footer-bottom {
    display: none !important;
}

/*------------------------------------------------*/
/*------------------GOOGLE MAPS SKIN--------------*/
/*------------------------------------------------*/

.et_pb_map_container { 
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); 
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

#footer-bottom {
    display: none;
}
