/*
 Theme Name:   Bright Divi Child
 Theme URI:    https://parallax-one.aura-software.com/
 Description:  Divi child theme
 Author:       Aura and Elm Design Co
 Author URI:   http://elm-design.co.uk
 Template:     Divi
 Version:      1.0.0
*/

@import url("../Divi/style.css");


/***
 ***  styles for the call to action button on the main header 
 ***
 ***  See also: https://www.elegantthemes.com/blog/divi-resources/how-to-duplicate-elegant-themes-primary-menu-with-divi
 ***
 *** with (query-replace "jointoday_button" "header_request_demo_btn" nil (if (and transient-mark-mode mark-active) (region-beginning)) (if (and transient-mark-mode mark-active) (region-end)) nil)
 ***/ 

/*** remove shadow on main header***/
#main-header {
    box-shadow: none;
}

/*** add shadow to fixed header ***/
@media (min-width: 981px) {
    #main-header.et-fixed-header {
	box-shadow: 0 0 30px rgba(7, 51, 84, 0.17) !important;
	-webkit-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17) !important;
	-moz-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17) !important;
    }
}
/*** adjust padding on menu ***/
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 23px;
}
#top-menu li {
    padding: 0 10px !important;
}

.et_header_style_left #et-top-navigation {
    padding-top: 20px;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 10px;
}

/* 1ad5ff */
/*** style the menu button ***/
.header_request_demo_btn a {
    background-color: #F59D35;
    color: #FFF    !important;
    line-height: 9px;
    font-weight: 600;
    padding: 13px 16px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border: 2px solid #F59D35;
}

.header_request_demo_btn a:hover {
    opacity: 1 !important;
    background-color: #FFF;
    color: #F59D35 !important;
}

.et-fixed-header #top-menu .header_request_demo_btn a:hover {
    background-color: #de20b3;
    border: 2px solid #de20b3;
    box-shadow: 0px 5px 20px #aab9c3;
    -moz-box-shadow: 0px 5px 20px #aab9c3;
    -webkit-box-shadow: 0px 5px 20px #aab9c3;
}

.et-fixed-header #top-menu .header_request_demo_btn a {
    color: #fff !important;
    background-color: #F59D35;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    border: 2px solid #F59D35;
}
.et-fixed-header.et_highlight_nav #top-menu .header_request_demo_btn a {
    background-color: #2cc2e6;
    border: 2px solid #2cc2e6;
    animation: highlight-nav .8s ease;
    -webkit-animation: highlight-nav .8s ease;
}

#main-header.et-fixed-header.et_highlight_nav #top-menu .header_request_demo_btn a:hover {
    background-color: #F59D35;
    border: 2px solid #F59D35;
    box-shadow: 0px 5px 20px #aab9c3;
    -moz-box-shadow: 0px 5px 20px #aab9c3;
    -webkit-box-shadow: 0px 5px 20px #aab9c3;
}

@-webkit-keyframes highlight-nav {
    0% {
	-webkit-transform: scale(1);
	transform: scale(1)
    }
    50% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
    }
    100% {
	-webkit-transform: scale(1);
	transform: scale(1)
    }
}
@keyframes highlight-nav {
    0% {
	-webkit-transform: scale(1);
	transform: scale(1)
    }
    50% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
    }
    100% {
	-webkit-transform: scale(1);
	transform: scale(1)
    }
}

/*** style the mobile menu links and button ***/
@media (max-width: 980px) {
    .et_mobile_menu li {
	text-align: center;
    }

    .et_mobile_menu li a {
	border-bottom: none;
    }
    .et_mobile_menu li a:hover {
	background-color: transparent;}

    .header_request_demo_btn a {
	border-bottom: 2px solid #F59D35 !important;
    }
}
