/* 
 Theme Name:     Hoosier Company
 Author:         Imavex Design & Development
 Author URI:     http://en.divi-brasil.com.br
 Template:       Divi
 Version:        1.0
 Description:    Divi Child-theme for Hoosier Company
*/ 

#main-header .quadmenu-item-content {
  padding-top: 30px !important;   
}
.quadmenu-item-level-2 {
   height: 30px !important;   
}

.current-menu-item {
    text-decoration: underline;
    color:#ef6428 !important;
    font-weight: 900;
}

/* Buttons side by side for header */
.main-product-area .et_pb_button_0_tb_body_wrapper,.main-product-area .et_pb_button_1_tb_body_wrapper {
display: inline-block !important;
padding-bottom: 20px !important;
margin: 0 5px !important;
}


.wpgb-post-207645 .wpgb-card-body {
    background-color: #234caa !important;
    background-image:  url("/wp-content/uploads/2019/08/HCI-Logo-FFFFFF-01.png") !important;
    background-size: 150px auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.wpgb-post-207645 .wpgb-block-1,.wpgb-post-207645 .wpgb-block-2, .wpgb-post-207645 .wpgb-block-3 {
   display:none !important;   
}



a.wpgb-block-1 {
    color: #ffffff !important;
}

.mobile_menu_bar:before, .mobile_menu_bar:after {
    color: #ffffff !important;   
}

.mobile_nav::before, .et_header_style_slide #et-top-navigation:before, .et_header_style_fullscreen #et-top-navigation:before {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: bold;
}

.link-default {
   text-transform: underline;
   color: #0c71c3;
}

ul.sub-menu.et_pb_slide_dropdown_opened {
    background-color: #234da3;
}

.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a, .et_slide_in_menu_container #mobile_menu_slide li a {
    color: #ffffff !important;
    font-weight: 600;
}

.baselink {
  color: #4151b9 !important;
  font-size: 12px !important;
  line-height: 1.8em !important;
}

.baselink:hover {
  color:#ec7222 !important;  
}

.et_pb_scroll_top:after {
    content: "Back To Top";/*button text*/
    font-family: "Open Sans",Arial,sans-serif;/*text font*/
    font-size:12px;/*text size*/
} 
.et_pb_scroll_top:before {
    content: "\21";/*select icon*/
    font-family: ETmodules !important;
    font-size:12px;/*icon size*/
    margin-right: 5px;
} 
.et_pb_scroll_top.et-pb-icon {
    padding: 0px 20px 17px;
    right: 20px;
    bottom: 30px;
    border-radius: 100px;
    background: #ef6428;/*button color*/
    box-shadow: 0 10px 20px #37798940;
    transition: all .1s ease-in-out;
}
.et_pb_scroll_top.et-pb-icon:hover {
    background:#2193e2;/*button color on hover*/
    color:  #ffffff;
    transition: all .1s ease-in-out; /*add transition*/
}
/*Add Animation from Bottom */
.et_pb_scroll_top.et-visible {
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    -moz-animation: fadeInBottom 2s 1 cubic-bezier(.50,0,.160,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
}
.et_pb_scroll_top.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
 
#cboxContent ul {
    padding-left: 20px;
}

#cboxLoadedContent {
min-height: 250px !important;
}

#cboxLoadedContent strong {
    color: #234caa;
    font-size: 18px;
    padding-bottom: 10px;
}
#cboxContent {
    background: #234caa !important;
    height: 350px !important;
    overflow: hidden;
}

#cboxContent ul {
    margin-top: 20px !important;
}

#cboxContent li span {
    font-size: 16px !important;

}


#jobs .frm_primary_label {
  color: #0c71c3 !important;   
}

ul {
    list-style-type: disc;
}

.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}
@media only screen and ( min-width: 981px ) {
	.cu-blog .column.size-1of4 {
	    width: 24%!important;
	    margin-right: 1%;
	}
}



/* Be Rocket Woocommerce */
.berocket_lgv_additional_data h3 {
    font-weight: 700 !important;
    color: #0c71c3 !important;
    margin-bottom: 20px !important;
}

.berocket_lgv_additional_data p {
    line-height: 1.8em !important;   
}

.berocket_lgv_additional_data {
   padding-left: 50px !important;   
}


.home-box:hover {
      background-color: rgba(12,113,195,1.0);   
}

.frm_primary_label, .frm_radio label{
  color: #0c71c3 !important;   
}

.header-link {
    color: #ffffff;
}

.header-link a {
    color: #ffffff;
}

.frm_opt_container {
    width: 220px;
   }


.dark-background-overlay:before {
     background-color: rgba(0,0,0,0.65); 
}
.dark-background-overlay:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}




/*-------------------------------------------------*/
/*---------DROP SHADOW BLACK EFFECT----------------*/
/*-------------------------------------------------*/
    .drop-shadow {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;}
    .drop-shadow:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
        z-index: 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;}

/*-------------------------------------------------*/
/*----------------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 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%;
}

/*---------------------------------------------------------*/
/*------------------------PULSE EFFECT --------------------*/
/*--------------------------------------------------------*/

@-webkit-keyframes kt-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes kt-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.kt-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.kt-pulse:hover, .kt-pulse:focus, .kt-pulse:active {
  -webkit-animation-name: kt-pulse;
  animation-name: kt-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


.frm_submit button {
    color: #ffffff !important;
    font-weight: 700;
    width: 70% !important;
    padding: 10px 5px !important;
    background-color: #2671c3 !important;
}



/*---------------------------------------------------------*/
/*------------------------PUSH EFFECT --------------------*/
/*--------------------------------------------------------*/
@-webkit-keyframes kt-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kt-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.kt-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.kt-push:hover, .kt-push:focus, .kt-push:active {
  -webkit-animation-name: kt-push;
  animation-name: kt-push;
  -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;
}


/*---------------------------------------------------------*/
/*------CENTER ALLIGN IN SOCIAL ICONS IN TEAM -------------*/
/*--------------------------------------------------------*/

ul.centered-social { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
}

.centered-social li { 
float:none; 
display:inline-block; 
}


/*---------------------------------------------------------*/
/*------Menu - Active Item Background Color -------------*/
/*--------------------------------------------------------*/

@media only screen and (min-width : 981px) {
 
 
/* remove carrot from menu with drop down */
    #top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {padding-right: 0px;}
    #top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {display:none;}
 
 
/* menu padding */
    #et-top-navigation {
        padding-top: 0px!important;
        font-weight:100;}
    #top-menu li {
            margin-left: -3px;
        padding-right: 0px;}
    #top-menu li > a { 
        padding: 33px 30px 33px 30px!important;}
 
 
/* remove color fade in on menu text */
    #top-menu a {
        color: #000;}
 
/* current menu item colors */
    #top-menu li.current-menu-item {
        background-color: #ec7222;} /*change background color here*/
    #top-menu li.current-menu-item > a {
        color:#fff!important;}
 
/* menu item hover colors */
    #top-menu li:hover {
        background-color: #ec7222;} /*change background color here*/
    #top-menu li > a:hover {
        color: #fff;
        opacity: 1!important;}  
 
 
/* current menu ancestor background color */
    .current-menu-ancestor {
            /*background-color: #ec7222;*/
            } /*change background color here*/
            
    .current-menu-ancestor a {
            color: #fff!important;}
 
 
/* sub menu adjustments */ 
    .sub-menu {
            padding: 0px!important;}
    #top-menu li li a {
            padding: 19px 5px 19px 8px!important;}
    .current-menu-ancestor .sub-menu a {
            color: #000!important;}
    .current-menu-ancestor .sub-menu a:hover {
            color: #fff!important;}
 
}

.quadmenu-item-202603 .quadmenu-item .quadmenu-item-object-mega .quadmenu-item-has-children .quadmenu-item-type-mega .quadmenu-item-level-0 .quadmenu-dropdown .quadmenu-has-caret .quadmenu-has-title .quadmenu-has-link .quadmenu-dropdown-right .dropdown-maxheight {
    background-color: #ec7222;
}

.orange {
     color:#ec7222;   
}
.orange:hover {
     text-decoration:underline;
}
 .bigV {
     font-size: 54px;
     font-weight: 700;
 }

.blue {
    color: #3e9ce9;   
}
.blue:hover {
     text-decoration:underline;
}



/*---------------------------------------------------------*/
/*-------------------------- CUSTOM MAP STYLE -------------*/
/*--------------------------------------------------------*/

.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%);
}

/*---------------------------------------------------------*/
/*------CENTER ALLIGN IN SOCIAL ICONS IN TEAM -------------*/
/*--------------------------------------------------------*/

ul.centered-social { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
}

.centered-social li { 
float:none; 
display:inline-block; 
}

/*---------------------------------------------------------*/
/*---------------------TEAM SECTION-----------------------*/
/*--------------------------------------------------------*/

.kt-team .et_pb_column {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 100%;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);  
  background-color: #0d71c3;
}
.kt-team .et_pb_column * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.kt-team .et_pb_column img {
  max-width: 100%;
}
.kt-team .et_pb_column .et_pb_team_member_description {
  position: relative;
  background-color: #ffffff;
  padding: 25px;
}
.kt-team .et_pb_column h4 {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: 400;
}
.kt-team .et_pb_column h4 span {
  font-weight: 800;
}
.kt-team .et_pb_column p {
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
}
.kt-team .et_pb_column .et_pb_member_social_links {
  top: -50%;
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -25px;
}
.kt-team .et_pb_column .et_pb_font_icon {
  margin-right: 5px;
  display: inline-block;  
  color: #36a8eb;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: white;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-right: -10px;
}
.kt-team .et_pb_column a {
  opacity: 0.8;
}
.kt-team .et_pb_column a:hover {
  opacity: 1;
}
.kt-team .et_pb_column.blue .et_pb_font_icon {
  color: #36a8eb;
}
.kt-team .et_pb_column:hover img,
.kt-team .et_pb_column.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.kt-team .et_pb_column:hover .et_pb_font_icon,
.kt-team .et_pb_column.hover .et_pb_font_icon {
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);

}

/*---------------------------------------------------------*/
/*-----------------NO GAP BETWEEN MODULES-------------------*/
/*--------------------------------------------------------*/

.no-gap .et_pb_column_1_2 {
   margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    }
.no-gap .et_pb_column_1_3 {
   margin-left: 1%;
    margin-right: 1%;
    width: 31.3333%;
    }
.no-gap .et_pb_column_1_4 {
   margin-left: 1%;
    margin-right: 1%;
    width: 23%;
    }

/*---------------------------------------------------------*/
/*----------------------TEAM SECTION-----------------------*/
/*--------------------------------------------------------*/

.kt-blurb .et_pb_column {
  background-color: #fff;
  color: #ffffff;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: right;
}

.kt-blurb .et_pb_column *,
.kt-blurb .et_pb_column *:before,
.kt-blurb .et_pb_column *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.kt-blurb .et_pb_column img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.kt-blurb .et_pb_column:before,
.kt-blurb .et_pb_column:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #1e73be;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.kt-blurb .et_pb_column:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%);
}

.kt-blurb .et_pb_column:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%);
}

.kt-blurb .et_pb_column .et_pb_promo_description {

  padding: 20px 20px 20px 30%;
  z-index: 1;
  position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.kt-blurb .et_pb_column .et_pb_promo_description:before,
.kt-blurb .et_pb_column .et_pb_promo_description:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1e73be;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.kt-blurb .et_pb_column .et_pb_promo_description:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%);
}

.kt-blurb .et_pb_column .et_pb_promo_description:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%);
}

.kt-blurb .et_pb_column h2,
.kt-blurb .et_pb_column p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.kt-blurb .et_pb_column h2 {
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.kt-blurb .et_pb_column p {
  font-size: 1em;
}

.kt-blurb .et_pb_column a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.kt-blurb .et_pb_column:hover h2,
.kt-blurb .et_pb_column.hover h2,
.kt-blurb .et_pb_column:hover p,
.kt-blurb .et_pb_column.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
}

.kt-blurb .et_pb_column:hover:before,
.kt-blurb .et_pb_column.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.kt-blurb .et_pb_column:hover:after,
.kt-blurb .et_pb_column.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%);
}

.kt-blurb .et_pb_column:hover .et_pb_promo_description:before,
.kt-blurb .et_pb_column.hover .et_pb_promo_description:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.kt-blurb .et_pb_column:hover .et_pb_promo_description:after,
.kt-blurb .et_pb_column.hover .et_pb_promo_description:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.kt-blurb .et_pb_promo {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kt-blurb .et_pb_promo_button {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view-products {
    background-color:#ec7222;
    color: white;
    padding: 10px 20px;
    font-weight: 700;
    width: 200px;
    }



/*--------------------------------------------------------------------------------*/
/*--------------- Social for custom footer ----------------------------------------*/
/*----------------------------------------------------------------------------------*/ 

.footer_custom.et_pb_section {
    padding: 0 !important;
}

.white-anchor{
    color:#ffffff !important;
    font-size: 12px !important;
    font-weight: 600;
}

/**** 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 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;
  }
  .breadcrumb-button {
    width: 300px !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: center;
    }
    .main-product-area .et_pb_button_0_tb_body_wrapper, .main-product-area .et_pb_button_1_tb_body_wrapper {
    padding-bottom: 0px !important;
    
}
 #page-container .et_pb_section .et_pb_button_0, body #page-container .et_pb_section .et_pb_button_0:hover {
    padding-left: auto !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;
}