/* Theme Name:   ecepts
Theme URI:    http://ecepts.com  
Description:  Divi Child Theme 
Author:       Quality Concepts
Author URI:   http://ecepts.com 
Template:     Divi 
Version:      1.0.0 
License: GNU General Public License version 3.0 
License URI: http://www.gnu.org/licenses/gpl-3.0.html 
Tags: light, theme-options, creative, responsive, unique, filtered portfolio 
Text Domain:  Divi-child */

p {
    padding-bottom: .5em;
}

/* menu hover effect*/
.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 0.85;
}
#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover {
    opacity: .85;
}

/*call to action button in menu*/
.ctaMenu a{
    background: #dd6049;
    color: #fff !important;
    padding: 1em !important;
}
.et_mobile_menu li.ctaMenu a:hover{
    color: #dd6049 !important;
}
@media only screen and (min-width: 981px){
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 24px 0 0 0 !important;
}
}

/*buttons on full-width header*/
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
	margin: 0 10px;
}

/*ninja form customization*/
.nf-form-fields-required{
	display: none !important;
}
.transparentInput {
    padding: 1em !important;
    background: rgba(255,255,255,0.7) !important;
    border: 1px solid #fff !important;
}
#ninja_forms_required_items, .nf-field-container{
	margin-bottom: 10px !important;
}
.ninja-forms-field.nf-element {
    padding: 16px;
    border: none;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}
input[type="button"].ninja-forms-field.nf-element {
    background-color: #dd6049 !important;
    color: #fff;
}
.nf-field-element textarea {
    height: 120px !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
    color: #dd6049 !important;
}
.g-recaptcha {
    display: none;
}
@media only screen and (max-width: 920px) {
.nf-form-cont .one-half {
    width: 100% !important;
	margin-left: 0 !important;
}
}

/*footer widgets*/
@media (min-width: 981px) {
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 10.348%;
}
}

/*footer bottom line*/
p#footer-info {
    width: 100%;
    text-align: center;
}

/* hide bullets in footer */
#footer-widgets .footer-widget li:before{
    display: none;
}
#footer-widgets .footer-widget li{
    padding-left: 0px;
}

/* 404 */
.error404 {
    background: #24a6bf;
}
.background404OnMobile {
    position: fixed;
    bottom: 0;
    right: 0;
}
.background404 {
    background-attachment: fixed !important;
    background-color: #24a6bf;
}
 @media (min-width: 678px) { 
.background404 {
    background-image: url('/wp-content/uploads/2018/10/bg12-404.jpg');
    background-color: #24a6bf;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right !important;
}
} 
/* menu on 404 page */
.menu404 {
    border-right: 0 !important;
}
.menu404 .et_pb_widget ul {
    background: transparent !important;
    border: none !important;
}
.menu404 .widget_nav_menu {
    width: 100% !important;
    margin: 0 !important;
    max-width: 700px;
}
.menu404 .et_pb_widget ul li {
    border-bottom: none !important;
    text-align: left !important;
    float: left;
}
.menu404 .et_pb_widget ul li:after {
    content: '|';
    margin: 0 10px;
    color: #fff;
}
.menu404 .et_pb_widget ul li:last-child:after {
    content: '';
}
.menu404 .et_pb_widget ul li a {
    color: #fff !important;
    font-weight: bold;
}
.menu404 .et_pb_widget ul li:first-child,
.menu404 .et_pb_widget ul li:last-child,
.menu404 .et_pb_widget ul li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}