/*
Theme Name: LandingUp | Divi Child Theme
Theme URI: https://creativechildtheme.com
Description: LandingUp is a Landing page for Divi with a fresh and attractive design, designed and developed to create in a few minutes a perfect sales page for your services or products.
Author: Fabio Sarcona
Author URI: https://creativechildtheme.com
Template: Divi
Version: 1.0
License:  GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
*/


/************************************************************************
****************************** GENERAL ********************************
************************************************************************/

/***** Scrool to top *****/
.et_pb_scroll_top.et-visible {
    margin: 0px 5px;
    bottom: 2% ;
    border-radius: 50%;
}

.et_pb_scroll_top.et-hidden {
    margin: 0px 5px;
    bottom: 2% ;
    border-radius: 50%;
}

.et_pb_scroll_top.et-pb-icon {
    background-color: #de1620 ;
    color: #fff ;
}

/************************************************
************** HEADER CTA *******************
**********************************************/

.cta_custom a {
    padding: 14px !important;
    color: #de1620 !important ;
    border: 2px solid #de1620;
    border-radius: 5px;
    transition: .2s;
}

.cta_custom a:hover {
    color: #fff !important;
    background-color: #de1620 !important;
    border: 2px solid #de1620 !important;
}

/**** CTA Header Fix ****/
.et-fixed-header .cta_custom a {
    padding: 10px !important;
    border: 2px solid #FFF;
}
.et-fixed-header .cta_custom a:hover {
    color: #fff !important;
    background-color: #6BB970 !important;
    border: 2px solid #6BB970 !important;
}

/************************************************
************** PRICING TABLES 3 *************
**********************************************/

/*** ---------  Heading Default  -------- ***/
.princing_small .et_pb_pricing_heading {
    display: none;
}

.princing_small .et_pb_pricing_content_top {
    border-bottom: none ;
    padding-bottom: 0px !important;
}

/*** ---------  General  -------- ***/
.princing_small .et_pb_pricing_table {
    padding: 20px 0;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(55, 55, 55, 0.05);
    transition: .3s;
}

/*** ---------  Effect Hover -------- ***/
.princing_small .et_pb_pricing_table:hover {
    -webkit-box-shadow: 0px 5px 30px 7px rgba(55, 55, 55, 0.15);
    -moz-box-shadow: 0px 5px 30px 7px rgba(55, 55, 55, 0.15);
    box-shadow: 0px 5px 30px 7px rgba(55, 55, 55, 0.15);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/*** ---------  Button  -------- ***/
#page-container .princing_small.et_pb_pricing .et_pb_pricing_table .et_pb_button {
    font-weight: 600;
    line-height: 2.4em !important;
    margin: 15px ;
    min-width: 65%;
}

/*** --------- Customize here the text custom -------- ***/
span.text_title_options {
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    display: block;
    color: #262e32;
    padding: 10px 0;
}

/**************************************************
************** BLURB CUSTOM *******************
*************************************************/

/************ Blurb Custom ***********/
.blurb_custom .et_pb_main_blurb_image {
    max-width: 37px;
}

.blurb_custom {
    border-left: 3px solid #de1620;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 0px;
    box-shadow: 0 0 2px rgba(0,0,0,0.06),0 5px 7px rgba(0,0,0,0.06),0 9px 15px rgba(0,0,0,0.01);
}

.blurb_custom.et_pb_blurb h4 {
    padding: 8px ;
}

/************ Blurb Custom Effect zoom/shadow on Hover ***********/
.colunm_custom_benefit {
    padding: 35px 0 15px;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.2s ease-out;
}

.colunm_custom_benefit:hover {
    box-shadow: 0 0 2px rgba(0,0,0,0.08),0 4px 6px rgba(0,0,0,0.08),0 12px 16px rgba(0,0,0,0.08);
}

.blurb_custom:hover {
    border-left: 5px solid #de1620 ;
    box-shadow: 0 0 2px rgba(0,0,0,0.08),0 4px 6px rgba(0,0,0,0.08),0 12px 16px rgba(0,0,0,0.08);
}

.blurb_custom.et_pb_blurb:hover h4 {
    color: #de1620 ;
}

.blurb_custom.et-pb-icon.et_pb_blurb:hover {
    color: #de1620;
}

.button_custom {
    text-align: center;
    line-height: 2.5em !important;
    min-width: 220px;
    box-shadow: 0px 7px 16px 0px rgba(106, 247, 162, 0.8);
}
.button_custom:hover {
    box-shadow: 0px 7px 16px 0px rgba(106, 247, 162, 0.3);
}

/**********************************************************************
************** SECTION GRADIENT ("Our strengths") ******************
*********************************************************************/

section_gradient.et_pb_section_2:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient( 90deg, #fcfcfc 45%, rgba(225, 255, 255, 0) 85%, rgba(225, 255, 255, 0) 85%);
}


/**********************************************************************
********************** BLURB CARD HOVER ***************************
*********************************************************************/

/*--------------------- General setting  --------------------------*/
div .blurb_content_hover { 
	-webkit-transition: .25s; 
	-moz-transition: .25s; 
	position: absolute;
	background: #fff; /****** ---> Customize here the background-color ******/
	transition: .25s;
	color: #333;  /****** ---> Customize here the font color for the content ******/
	padding: 12px; 
	height: 100px; 
	width: 100%; 
	bottom: 0; 
	font-size: 18px; 
	text-align: center; 
}
@media only screen and (max-width: 980px) { 
	div .blurb_content_hover { 
		padding: 35px; 
	} 
}
.blurb_hover .et_pb_blurb_content { 
	overflow: hidden;
} 

/*--------------------- Icon Blurb Margin Custom  --------------------------*/
.blurb_hover .et-pb-icon {
    margin-top: 20%;
}

/*--------------------- Title  --------------------------*/
div .blurb_content_hover p:first-child { 
	font-size: 18px; 
	font-weight: 600; 
	color: #de1620; /****** ---> Customize here the font color for the First Title ******/
	padding-bottom: 50%; 
}

/*--------------------- Paragraph  --------------------------*/
div .blurb_content_hover p:last-child {
        font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 300 !important;
	font-size: 15px; 
	color: #5b666d; /****** ---> Customize here the font color for the Paragraph ******/
}

/*--------------------- Image Custom Width  --------------------------*/
.blurb_hover .et_pb_main_blurb_image img {
    max-width: 70px;
    margin-top: 10%;
}

/*--------------------- Expand Content On Hover --------------------------*/
.et_pb_blurb:hover .blurb_content_hover {
    height: 100%;
    padding: 20px;
}

/*--------------------- Title hidden on Hover  --------------------------*/
.et_pb_blurb:hover .blurb_content_hover p:first-child {
    display: none;
}

/*--------------------- Blurb Image  --------------------------*/
.blurb_hover .et_pb_main_blurb_image { 
	border: 13px solid #fff; 
	height: 180px; 
}
/*--------------------- Blurb Shadow  --------------------------*/
.blurb_hover.et_pb_blurb {
    -webkit-transition-duration: .3s;
         transition-duration: .3s;
         -webkit-transition-property: -webkit-transform,box-shadow;
         transition-property: transform,box-shadow;
         -webkit-transition-timing-function: ease-in-out;
         transition-timing-function: ease-in-out;
	-webkit-box-shadow: 0px 1px 3px 0px rgba( 0, 0, 0, 0.06 ); 
	-moz-box-shadow: 0px 1px 3px 0px rgba( 0, 0, 0, 0.06 );
	box-shadow: 0px 1px 3px 0px rgba( 0, 0, 0, 0.06 );
} 
.blurb_hover.et_pb_blurb:hover { 
	-webkit-box-shadow: 0px 5px 24px 8px rgba(55, 55, 55, 0.1);
	-moz-box-shadow: 0px 5px 24px 8px rgba(55, 55, 55, 0.1); 
	box-shadow: 0px 10px 27px 4px rgba(55, 55, 55, 0.16);
	transform: translateY(-5px);
}

.button_hover_blurb a { 
 color: #fff;  /****** ---> Customize here the Button color text ******/
 font-weight: 700;
} 
.button_hover_blurb { 
 display: inline-block;
 position: relative;
 padding: 0.6em 1.3em;
 margin-top: 6%;
 border-radius: 30px;
 cursor: pointer;
 transition: .3s;
 }
.button_hover_blurb:hover {
 opacity: 0.7;
}

/******************************************
************ BLURB COLOR 1 ************
****************************************/

/*--------------------- Border Left Color for Blurb 1 --------------------------*/
.blurb_hover.blurb_color_1.et_pb_blurb {
    border-left: 4px solid #80aef9;
}

/*--------------------- Title Color for Blurb 1 --------------------------*/
.blurb_color_1 .blurb_content_hover p:first-child {
    color: #80aef9  !important;
}

/*--------------------- Button Background-Color for Blurb 1 --------------------------*/
.blurb_color_1 .button_hover_blurb {
    background-color: #80aef9 !important;
}

/*****************************************
************ BLURB COLOR 2 ************
****************************************/

/*--------------------- Border Left Color for Blurb 2 --------------------------*/
.blurb_hover.blurb_color_2.et_pb_blurb {
    border-left: 4px solid #f86e51;
}

/*--------------------- Title Color for Blurb 2 --------------------------*/
.blurb_color_2 .blurb_content_hover p:first-child {
    color: #f86e51 ;
}

/*--------------------- Button Background-Color for Blurb 2 --------------------------*/
.blurb_color_2 .button_hover_blurb {
    background-color: #f86e51 ;
}

/******************************************
************ BLURB COLOR 3 ************
****************************************/

/*--------------------- Border Left Color for Blurb 3 --------------------------*/
.blurb_hover.blurb_color_3.et_pb_blurb {
    border-left: 4px solid #ad7ca4;
}

/*--------------------- Title Color for Blurb 3 --------------------------*/
.blurb_color_3 .blurb_content_hover p:first-child {
    color: #ad7ca4 ;
}

/*--------------------- Button Background-Color for Blurb 3 --------------------------*/
.blurb_color_3 .button_hover_blurb {
    background-color: #ad7ca4 ;
}

/******************************************
************ BLURB COLOR 4 ************
****************************************/

/*--------------------- Border Left Color for Blurb 4 --------------------------*/
.blurb_hover.blurb_color_4.et_pb_blurb {
    border-left: 4px solid #8bcc90;
}

/*--------------------- Title Color for Blurb 4 --------------------------*/
.blurb_color_4 .blurb_content_hover p:first-child {
    color: #8bcc90 ;
}

/*--------------------- Button Background-Color for Blurb 4 --------------------------*/
.blurb_color_4 .button_hover_blurb {
    background-color: #8bcc90 ;
}


/******************************************
*********** SLIDER REVIEW **************
****************************************/

.image_review img {
    border-radius: 50%;
    height: 70px;
    position: relative;
    width: 70px;
}

.slider_review .et_pb_slide_description {
    padding: 3px ;
}

.slider_review img.image_review {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 60px;
    bottom: -40px;
    height: 60px;
    left: -40px;
    position: absolute;
    z-index: 999999;
}

.slider_review.et_pb_slider {
    box-shadow: 0px 2px 4px 0px rgba( 0, 0, 0, 0.06 );
    overflow: visible ;
}

.slider_review.et_pb_slider .et_pb_slide_content {
    font-weight: 300 !important;
}

.slider_review.slider_review_left, .et_pb_slide_description .et_pb_slide_title {
    margin-top: 10px;
    text-align: left;
}

span.info_clients {
    background: #de1620;
    border-radius: 0 100px 100px 0;
    bottom: -36px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 53px;
    left: 0;
    min-width: 180px;
    padding: 3px;
    position: absolute;
}

@media  (min-width: 981px) {
  .row_margin_right_custom .et_pb_column_1_4 {    
    margin-right: 2.5%;
  }
}

@media only screen and (min-width: 981px) {
  .slider_review .et_pb_slider {    
    margin-top: 10%;
  }
}

/******************************************************************************
**************************** PROJECT SECTION *****************************
****************************************************************************/

.project_cta_left.et_pb_promo h2 {
    font-weight: 300 !important;
}

.project_cta_right.et_pb_promo {
    position: relative;
    z-index: 99;
    box-shadow: -6px 0px 15px 0px rgba( 0, 0, 0, .3 );
    font-weight: 500 !important;
    margin-left: -8% !important;
    margin-top: -10% !important;
    min-width: 580px;
    padding: 80px 80px 80px 120px;
}

.project_cta_left.et_pb_promo {
    position: relative;
    z-index: 99;
    border-left: 4px solid #de1620;
    box-shadow: 6px 0px 15px 0px rgba( 0, 0, 0, .3 );
    font-weight: 300 !important;
    margin-top: -10% !important;
    min-width: 580px !important;
    padding: 80px 120px 80px 80px;
    position: relative;
    z-index: 99;
}

@media only screen and (max-width: 980px) {
  .project_cta_right.et_pb_promo {    
    margin-left: 0 !important;    
    min-width: 100% !important;    
    padding: 60px !important;
  }
 .project_cta_left.et_pb_promo {
    margin-top: 0 !important;
    min-width: 100% !important;
    padding: 60px;
}
}
@media only screen and (max-width: 480px) {
  .project_cta_right.et_pb_promo {       
    padding: 40px !important;
  }
  .project_cta_left.et_pb_promo {
    padding: 40px !important;
}
}

.project_cta_right.et_pb_promo h2 {
    font-weight: 300 !important;
}

/*******************************************************************************
***************************** TESTIMONIALS SECTION *****************************
******************************************************************************/

.testimonial img {
    border-radius: 50%;
}

/*******************************************************************************
************************** CONTACT FORM CUSTOM *****++++*********************
******************************************************************************/

/***** Contact form Custom *****/

 #et_pb_contact_form, .contact_form_custom {
    padding: 35px;
    background-color: #fcfcfc;
    margin-top: 24px !important;
    border-radius: 4px;
}

@media onlt screen and (max-width: 980px){
#et_pb_contact_form, .contact_form_custom {
    padding: 20px 15px !important;
}
}

 .contact_form_custom .et_contact_bottom_container {
    float: none;
    text-align: center;
    overflow: visible;
    padding-right: 14px;
}

 .contact_form_custom .et_pb_contact_submit {
    width: 100%;
    color: #fff;
    height: 60px;
}
@media only screen and (max-width: 480px) {
  .contact_form_custom .et_pb_contact_submit {
    height: 45px !important;
}
}

@media only screen and (max-width: 980px) {
  .et_pb_contact_submit, .et_pb_contact_reset {    
    display: inline-block;
  }
}

/*******************************************************************************
********************************** FOOTER CUSTOM **************************
******************************************************************************/

#footer-info {
    float: none;
    text-align: center;
}


/**********************************************************
******************** ANIMATION  ************************
********************************************************/

/******************** Bottom from top **********************/

.bottom-animated.et-animated {
    opacity: 1;
    -webkit-animation: fadeBottom .8s 1 cubic-bezier(0.43, 0, .53, .94);
    -moz-animation: fadeBottom .8s 1 cubic-bezier(0.43, 0, .53, .94);
    -o-animation: fadeBottom .8s 1 cubic-bezier(0.43, 0, .53, .94);
    animation: fadeBottom .8s 1 cubic-bezier(0.43, 0, .53, .94);
}

/**** Blurb Section Contact Us ****/
.blurb_contact_us {
border-radius: 5px;
}

@media only screen and (min-width: 981px){
.blurb_contact_us {
max-width: 180px !important;
}
}

