/*
Theme Name: Divi Child Theme
Author: Tinostarn
Version:  1.0
Template: Divi
*/

@import "../Divi/style.css";

/*
 ******************* Keenton elements *******************
 */

/** Separators */
.kt-separator {
    border: none;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #CCC, rgba(0, 0, 0, 0));
}



/*
 ******************* Top bar behavior *******************
 */
@media all and (min-width: 980px){
#main-header.kt-fixed {
	position: fixed;
}
}

#logo {
    max-height: 43px;
}

/*
 ******************* Megamenu *******************
 */
/* Remove top level rollover color */
#top-menu > li.mega-menu.current-menu-ancestor > a {
    color: #FFFFFF;
}
#top-menu > li.mega-menu.current-menu-ancestor > a:hover {
    color: #2EA3F2;
}
/* Override rollover and active section color */
#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a {
    color: #3F95FF;
}

/** Override hover on link */
#top-menu a:hover, .kt-fixed #top-menu a:hover {
    color: #29aae3 !important;
    opacity: 1 !important;
}

/** Override default blue Divi top edging of megamenu submenu */
#top-menu.nav li ul {
    border-color: #2EA3F2;
}

/* Overriding cursors non clickable section title */
.mm-section {
    cursor: pointer;
}

/** Keep the blue color on section title when dropdown is visible */
.mm-section.et-show-dropdown > a {
    color: #29aae3 !important;
}

#top-menu .megamenu-title > a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    font-weight: bold;
}

/** Pack Entreprise Link **/
#top-menu .highlighted a, #top-menu li.current-menu-item.highlighted > a,
.et-fixed-header #top-menu .highlighted a, .et-fixed-header #top-menu li.current-menu-item.highlighted > a { /* Fixed */
    color: #FFD700 !important;
}
#top-menu .highlighted a:hover, #top-menu li.current-menu-item.highlighted > a:hover {
    opacity: 1;
    color: #FFEF14 !important;
}


#top-menu .megamenu-title > a:hover {
    color: #ffffff;
}

/** Submenu opacity */
#top-menu .mm-section .sub-menu {
    background-color: #525256;
    opacity: 0.90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
    padding: 10px 20px;
}

/** Remove glitch animation on mouse out on megamenu item **/
#top-menu a {
    transition: none !important;
}

/** Set fixed width of megamenu submenu */
#top-menu .mm-section-outsourcing .sub-menu { /** Infogérance */
    width: 316px;
}

#top-menu .mm-section-web .sub-menu { /** Web */
    width: 392px
}

#top-menu .mm-section-backup .sub-menu { /** Sauvegarde */
    width: 192px;
}

#top-menu ul.sub-menu li, #top-menu ul.sub-menu li a {
    width: 100%;
    padding: 5px 0;
}

/** Pictogram */
.mm-section .sub-menu i.fa {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    text-shadow: 1px 1px 5px black;
}

/*
 ******************* Homepage *********************
 */
.service-box.et_pb_section {
    padding-bottom: 0;
}
.service-box .et_pb_blurb.figure {
    margin-bottom: 2%;
}

.service-box .figure .et_pb_main_blurb_image {
    width: 80px;
    height: 80px;
    border: 5px solid #ececec;
    border-radius: 50%;

}

.service-box .figure .et_pb_main_blurb_image .et-pb-icon {
    font-size: 40px;
    line-height: 70px;
}

.service-box .figure .et_pb_blurb_container {
    vertical-align: middle;

}

.et_pb_blurb_position_left .et-pb-icon {
	display: block;
}

.et_pb_blurb_position_left .et_pb_blurb_content {
    text-align: center;
}



/*
 ******************* Blurb over slide *********************
 */

.blurb-over-box .figure .et_pb_main_blurb_image {
    width: 104px;
    height: 104px;
    border: 3px solid #ffffff;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.4);
    

}

.blurb-over-box .figure .et_pb_main_blurb_image .et-pb-icon {
   font-size: 48px;
   line-height: 95px;
   
   margin-left: auto;
   margin-right: auto;


}


/*
 ******************* Value grid *******************
 */
#valueGrid {
    box-shadow: inset 0px 11px 8px -10px #27323a, inset 0px -11px 8px -10px #27323a;
}

/**
 ******************* Qui sommes nous ****************
 */
#wawBox.et_pb_section {
    padding-bottom: 0;
}
#wawTitleWrapper {
    margin-bottom: 10px;
}
#wawTitleWrapper .et_pb_blurb_content {
    text-align: center;
    display: block;
}
#wawTitleWrapper .et_pb_blurb_content .et_pb_main_blurb_image,
#wawTitleWrapper .et_pb_blurb_content .et_pb_blurb_container {
    display: inline-block;
}
/*** Icon ***/
#wawTitleWrapper .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 70px
}
#wawTitleWrapper .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
    font-size: 70px;
}
/*** Title ***/
#wawTitleWrapper .et_pb_blurb_content .et_pb_blurb_container h2 {
    line-height: 70px;
}


/*
 ******************* Product grid *******************
 */
@media (min-width: 981px){
    #productGrid .et_pb_column {
        max-width: 320px;
    }
}
#productGrid.et_pb_section {
    padding-top: 30px;
}
#productGrid .et_pb_blurb_content {
    box-shadow: 0 0 6px rgba(0,0,0,.7);
    position: relative;
    overflow: hidden;
    max-width: none;
}
#productGrid .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
    opacity: 0.8;
    transition: all 0.3s;
}
#productGrid .et_pb_blurb_content:hover .et_pb_main_blurb_image {
    margin-bottom: 0;
    opacity: 1;
}
#productGrid .et_pb_blurb_content .et_pb_blurb_container {
    padding: 10px 0;
}
#productGrid .et_pb_blurb_content .et_pb_blurb_container > p {
    position: absolute;
    top: -100px;
    background: rgba(0,0,0,0.65) 50%;
	width: 100%;
    visibility: hidden;
    transition: all 0.3s;
}
#productGrid .et_pb_blurb_content:hover .et_pb_blurb_container > p {
    visibility: visible;
    top: 0;
}

#productGrid .et_pb_blurb_content:hover .et_pb_blurb_container h4 > a::after {
    content: ' ';
    display: block;
}
/** Old styles **
#productGrid.et_pb_section {
    padding-top: 0;
}
#productGrid .product-box a {
    display: inline-block;
    position: relative;
}
#productGrid .product-box a img {
    display: block;
    box-shadow: 0 0 6px rgba(0,0,0,.7);
}
#productGrid .product-box a::before {
    border-radius: 5px;
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    transition: box-shadow .4s;
}
#productGrid .product-box:hover a::before {
    box-shadow: inset 0 0 0px #27323a, 0 0 20px 1px #000000;
}
#productGrid .product-box h4 a::before {
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}
#productGrid .product-box:hover h4 a::before {
    box-shadow: none;
}
**/
/*
 ******************* End Product Grid *******************
 */

/*
 ******************* Blurb with Font-Awesome icons *******************
 */
.blurb-fa .et_pb_main_blurb_image i { /* Override icon size */
    font-size: 96px;
}

/*
 ******************* Product pages *******************
 */

/****** Slider ******/
/** Set fixed slider height */
@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container {
        height: 500px !important;
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide {
        max-height: 500px;
    }
    .et_pb_slider .et_pb_slide_description {
        position: relative;
        padding-top: 0 !important;
        padding-bottom:0 !important;
        height:auto !important;
    }
}

/** Gradient behind title and tagline **/
.slide-box .et_pb_slide .et_pb_slide_description h2 {
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 50%,rgba(0,0,0,0) 100%);
}
.slide-box .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%);
}

/** Wider title and tagline zone **/
.slide-box .et_pb_slider .et_pb_container {
    width: 100%;
}

/** Pitch Box **/
.et_pb_section.product-pitch-box {
    padding-top: 30px;
    padding-bottom: 40px;
}

.et_pb_section.product-pitch-box hr {
}


/** Feature Box **/
/*.et_pb_row.features-row .et_pb_blurb_content {
    min-height: 115px;
}*/
.et_pb_row.features-row  {
    padding-top: 0;
}

.et_pb_row.features-row h4 {
    font-weight: bold;
}

.product-value-grid {
    box-shadow: inset 0px 11px 8px -10px #252525, inset 0px -11px 8px -10px #252525;
}

/** Vertical align elements in explanation blocks (paragraph + figure) */
.explanation-block {
    padding: 50px 0;
}

.explanation-block .et_pb_row {
    width: 100%;
    text-align: center;
    padding: 0;
}

.explanation-block .et_pb_row .et_pb_column {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 5.1%; /** Vertical alignment of description and figure need this margin-right override */
}

.explanation-block .et_pb_row .et_pb_column .et_pb_text {
    margin-bottom: 0;
}

/************** Linked product *************/
.linked-product-section.et_pb_section {
    padding: 33px 0;
}
.linked-product-section .lp-title-wrapper.et_pb_row {
    padding: 0;
}

/** TItle **/
.lp-title-wrapper i.fa {
    border: 5px solid #29AAE3;
    font-size: 30px;
    padding: 10px;
    border-radius: 30px;
    margin-right: 20px;
}

/** Tiles styles **/
@media (min-width: 981px){
    .linked-product-section .lp-panel-box .et_pb_column {
        width: 320px;
    }
}
.linked-product-section .lp-panel-box .et_pb_column {
    box-shadow: 0 0 6px rgba(0,0,0,.7);
}
.linked-product-section .lp-panel-box .et_pb_main_blurb_image {
    margin-bottom: 0;
    height: 240px;
}
.linked-product-section .lp-panel-box .et_pb_blurb_container, /** label and button **/
.linked-product-section .lp-panel-box .lp-more a {
    padding: 10px 0;
    color: #FFF;
}
.linked-product-section .lp-panel-box .et_pb_blurb_content {
    position: relative;
}
.linked-product-section .lp-panel-box .lp-figure {
    margin-bottom: 0;
}
.linked-product-section .lp-panel-box .et_pb_blurb_container { /** Set label on the image **/
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 50%,rgba(0,0,0,0.6) 100%);
}
.linked-product-section .lp-panel-box .et_pb_main_blurb_image img {
    opacity: 0.85;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.linked-product-section .lp-panel-box .et_pb_column:hover .et_pb_main_blurb_image img {
    opacity: 1;
}
.linked-product-section .lp-panel-box .lp-more {
    background-color: #29aae3;
    padding: 10px 0;
}
/** End tile styles **/

/** Commercial speech box */




.comspeech-box .et_pb_column {
box-shadow: 0 0 6px rgba(0,0,0,.7);
}

.comspeech-box .et_pb_testimonial_author {
margin-top: auto;
}


/*
 *************************** BLOG ******************************
 */

/*
 *** Blog Headers ***
 */

.et_pb_post h1 {
    margin: 0 0 0.444em;
    line-height: 1.2em
}
.et_pb_post h2 {
    margin: 0 0 0.888em;
    margin-top: 30px;
	line-height: 1.5em
}
.et_pb_post h3 {
    margin: 0 0 0.888em;
    margin-top: 30px;
}
.et_pb_post h4 {
    margin: 0 0 1.0em;
    margin-top: 30px;
}
.et_pb_post h5 {
     margin: 0 0 1.1428em;
    margin-top: 30px;
}
.et_pb_post h6 {
    margin: 0 0 1.333em;
    margin-top: 40px;
}

/*
 **** BLOG - Search button ****
 */

.widget_search input#searchsubmit {
font-size: 9px;
font-weight: bold;
}

/*
 **** BLOG - Grid bloc design ****
 */

.et_pb_post .entry-title {
	margin-top: 20px;
	margin-bottom: 10px;
}

.et_pb_post .post-meta {
	margin-bottom: 20px;
}

.et_pb_blog_grid h2 {
	margin-top: 0px;
}



.et_pb_image_container img, .et_pb_post a img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.et_pb_post .entry-content {

    border-radius: 5px;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: Titillium,Arial,sans-serif;
    font-weight: 300;
    padding-top: 20px;
}



@media only screen and (max-width: 795x) {
    .et_pb_post a img {
        float:none;
        width:100%;
        height: 300px;
    }
}

.et_pb_blog_grid_dropshadow .et_pb_post {
        border-radius: 5px;
	-webkit-box-shadow: 0px 20px 150px #c0c0c0;
	-moz-box-shadow: 0px 20px 150px #c0c0c0;
	box-shadow: 0px 20px 150px #c0c0c0;
}

.et_pb_blog_grid {
    font-size: 14px;
}

/*
 **** BLOG - read more ****
 */

a.more-link {
    font-size: 14px;
    color: #71818c !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    float: none;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 60px;
    background-color: #f7f9fb;
    border: 2px solid #c0c0c0;
    margin-top: 20px;
}
 
a.more-link:hover {
color: #20292f;
}

.et_pb_post pre, code {
    background: #eee;
    padding: 0 3px;
    color: #000000;
    font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
    box-shadow: inset 0 0 0.3em #ccc;
}

/*
 **** BLOG - Commentaires ****
 */
.comment_area .comment-reply-link {
            top: auto;
            bottom: -45px;
            padding: 1px 6px;
            font-size: 14px;}

.comment_area et_pb_button {
    border: 1px solid;
}

.comment_area .et_pb_button:before .et_pb_button:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    font-size: 32px;
    line-height: 1em;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

/*
 *************************** FOOTER ******************************
 */

.et-social-icons { float: left; }

.et-social-icons a {
color: #29ABE2;
}



#footer-info { 
		margin-bottom:-28px;
		float: right; }

@media all and (max-width: 700px) { 
    #footer-info { 
	margin-bottom:0px;
	float: right; }
	.et-social-icons {
	float: none; }
}

.et-social-linkedin a:before { 
	content: '\e09d';
}

.footer-promo-block {
    width: 320px;
    height: 244px;
}
#pePromo {
    background-image: url('https://www.keenton.com/wp-content/uploads/2016/09/pack_entreprise_grid.jpg');
    background-size: 320px 214px;
    background-repeat: no-repeat;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); ;
}
.footer-promo-block a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.footer-promo-block a .label {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: #EB9505;
    color: #222222;
    font-weight: bold;
    line-height: 30px;
}

.footer-promo-block a .tagline {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.65) 50%;
    color: #FFF;
    visibility: hidden;
    left: -320px;
    transition: 100ms ease-in-out;
}

.footer-promo-block:hover a .tagline {
    visibility: visible;
    left: 0;
    padding-left: 33px;
}

.footer-promo-block {
    position: relative;
}
.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F79E05 0%, #8F5408 100%);
    box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F5408;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F5408;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}

li.footer-menu-head > a {
    display: inline-block;
    margin-bottom: 0.5em;
}

.tagcloud a {
background: #29ABE2;
color: #FFFFFF;
}

.tagcloud a:hover {
background: #595959;
color: #FFFFFF;
}

/*
 *************************** FORM ******************************
 */

.wpcf7-form input {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #29aae3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.wpcf7-form input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #29aae3;
    color: #000000;
}

.wpcf7-form select {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #29aae3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.wpcf7-form textarea {
    width: 100%;
    height: 70px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #29aae3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.wpcf7-form input[type='submit'] {
    width: 120px;
    height: 50px;
    background-color: #29aae3;
    font-size: 23px;
    color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #29aae3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
    display: inline;
}

.wpcf7-form input[type='submit']:hover { 
    background-color: #ffffff;	
	color: #29aae3;
}


.wpcf7-form input[type=file] {
    text-indent: 0px;
    margin-bottom: 0px;
}

span.wpcf7-not-valid-tip {
	color: #c50000;
}

.g-recaptcha > div{
 margin 10px auto !important;
 text-align: right;
 width: auto !important;
 height: auto !important;
}

div.wpcf7-validation-errors {
    border: 2px solid #000;
    display: initial;
    background-color: brown;
	color: #ffffff;
}

span.wpcf7-not-valid-tip {
    color: #000000;
}

#wpcf7-f17450-p336-o1 input {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#wpcf7-f17450-p336-o1 {
color: #ffffff
}

#wpcf7-f17450-p336-o1 input[type='submit'] {
    width: 120px;
    height: 50px;
    background-color: #29aae3;
    font-size: 23px;
    color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
    display: inline;
}

#wpcf7-f17450-p336-o1 input[type='submit']:hover {
    background-color: #ffffff;
	color: #29aae3;
}
	
#wpcf7-f17450-p336-o1 select {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #29aae3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#wpcf7-f17450-p336-o1 input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #29aae3;
    color: #000000;
}

#wpcf7-f17450-p336-o1 input {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#wpcf7-f17927-p13847-o1 {
color: #ffffff
}

#wpcf7-f17927-p13847-o1 input[type='submit'] {
    width: 120px;
    height: 50px;
    background-color: #29aae3;
    font-size: 23px;
    color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
    display: inline;
}

#wpcf7-f17927-p13847-o1 input[type='submit']:hover {
    background-color: #ffffff;
	color: #29aae3;
}

#wpcf7-f17927-p13847-o1 select {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #29aae3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#wpcf7-f17927-p13847-o1 input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #29aae3;
    color: #000000;
}

#wpcf7-f18568-p13843-o1 input {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#wpcf7-f18568-p13843-o1 {
color: #ffffff
}

#wpcf7-f18568-p13843-o1 input[type='submit'] {
    width: 120px;
    height: 50px;
    background-color: #29aae3;
    font-size: 23px;
    color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
    display: inline;
}

#wpcf7-f18568-p13843-o1 input[type='submit']:hover {
    background-color: #ffffff;
	color: #29aae3;
}

#wpcf7-f18568-p13843-o1 select {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #29aae3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#wpcf7-f18568-p13843-o1 input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #29aae3;
    color: #000000;
}

#wpcf7-f18568-p13843-o1 input {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#wpcf7-f18568-p13843-o1 {
color: #ffffff
}

#wpcf7-f18568-p13843-o1 input[type='submit'] {
    width: 120px;
    height: 50px;
    background-color: #29aae3;
    font-size: 23px;
    color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
    display: inline;
}

#wpcf7-f18568-p13843-o1 input[type='submit']:hover {
    background-color: #ffffff;
	color: #29aae3;
}

#wpcf7-f18568-p13843-o1 select {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: 6px;
    color: #000000;
    border-color: #29aae3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#wpcf7-f18568-p13843-o1 input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #29aae3;
    color: #000000;
}

.et-pb-contact-message {
    color: #ffd673;
    font-size: 22px;
    text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
    }

.five-columns .et_pb_module {width: 20%; float: left;}
.six-columns .et_pb_module {width: 10%; float: left;}

@media (max-width: 980px){
.five-columns .et_pb_module {width: 33.3%;}
.six-columns .et_pb_module {width: 33.3%;}
}

@media all and (max-width: 767px) {
.five-columns .et_pb_module {width: 100%;}
.six-columns .et_pb_module {width: 100%;}
}

.features6 .et_pb_row {
    width: 100%;
}

td {
	padding:1em !important;
}