/*
 Theme Name:   Divi Child
 Theme URI:    https://graphiste.cathylamborelle.ca
 Description:  Child Theme for Divi
 Author:       Cathy Lamborelle
 Author URI:   https://graphiste.cathylamborelle.ca
 Template:     Divi
 Version:      1.0.0
*/

/* ------------------------------------------------------- */
/********     Custom CSS starts below this line     *******/
/* ------------------------------------------------------- */




/* ------------------------------------------------------- */
/********               TYPOGRAPHY                ******** /
/* ------------------------------------------------------- */


/*Apply the base font size in a px value to the body element*/


body {
 font-size: 16px;
}

/* Media query to adjust the base font size on desktops and above */
@media all and (min-width: 981px) {
 body { font-size: 16px; }
}

/* Media query for tablets and phones in landscape mode */
@media all and (max-width: 980px) {
 body { font-size: 16px; }
}


/* Media query for mobile phones in portrait mode */
@media all and (max-width: 479px) {
 body { font-size: 18px; }
}

/* Setting the font size for title elements: 1em = the body font size px value */

h1, .et_pb_section .et_pb_text h1 {
 font-size: 3em;
}

h2, .et_pb_section .et_pb_text h2 {
 font-size: 3em;
}

h3, .et_pb_section .et_pb_text h3 {
 font-size: 2.5em;
}

h4, .et_pb_section .et_pb_text h4 .et_pb_blurb h4{
 font-size: 2em !important;
}

h5, .et_pb_section .et_pb_text h5 .et_pb_blurb h5  {
 font-size: 1.5em;
}

h6 {
 font-size: 1em;
}




/* ------------------------------------------------------- */
/********                 HEADER NAVIGATION                   *******/
/* ------------------------------------------------------- */


/* Change logo for fixed header */

/*.et-fixed-header #logo {
content: url(https://webexpress.pro/wp-content/uploads/2018/12/wx-logo-seul.jpg);
}
*/
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #9ec3bd !important;
}

#top-menu li.current-menu-item>a 
{
    color: #9ec3bd !important;
}

/* ------------------------------------------------------- */
/********     SECTION 1 #wx-section1-slider     *******/
/* ------------------------------------------------------- */

/* Remove shadow under text body & title in the slider */

#wx-section1-slider .et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 1px 3px rgba(0,0,0,.0);
}


/* ------------------------------------------------------- */
/********                  TITLE                     *******/
/* ------------------------------------------------------- */
.wx-row-settings-title .et_pb_row_0.et_pb_row {
    padding-top: 30px;
    padding-bottom: 70px;
}



/*     */



/* ------------------------------------------------------- */
/********   Button       *******/
/* ------------------------------------------------------- */

#wx-divimegapro-button:hover {
	/*padding: .3em 2em .3em .7em;
    border: 2px solid transparent;*/
    background-color: rgba(0,0,0,.05);
	/*background-color:red;*/
}
/*     */





/* ------------------------------------------------------- */
/********          *******/
/* ------------------------------------------------------- */


/*     */

