/* 
 Theme Name:     DiviPW
 Author:         PIM! Webdesign
 Author URI:     https://www.pimwebdesign.nl
 Template:       Divi
 Version:        1.0.1
*/ 

/*
#006535
#00593e
*/

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
}

#footer-line p{
    background: #fff;
    padding: 0 30px;
    display: inline-block;
}
#footer-line p:before{
    content: '';
    position: absolute;
    background-color: #555;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

#footer-links a{
    padding-right: 30px;
}
#footer-links a:hover{
    color: #fff;
    opacity: .7;
}
.et_pb_menu .et_mobile_menu .entry-content ul, .et_pb_menu .et_mobile_menu li{
  list-style-type: none;
}
.et_mobile_menu li a{
    text-align: left;
    padding: 10px 10%;
}
/*remove padding left on submenu*/
.et_pb_menu .et_mobile_menu {
    padding-left: 0;
}
.et_pb_menu .et_pb_menu__menu {display: none;}
.et_mobile_nav_menu {display: block;}

.pw_icon{    
    font-family: ETmodules;
    padding-right: 10px;
    font-style: normal;
}
.icon-phone:before{
    content: '\e090';
}
.icon-mobile:before{
    content: '\e090';
}
.icon-mail:before{
    content: '\e076';
}
.btn-home{
    display: inline;
    width: 100%;
}
body #main-content p .sidebar-btn{
    background: #fff;
    padding: 5px 10px;
    color: #006535 !important;
}    
.sidebar-btn:hover{
    opacity: .7;
}
.carousel-slider__item img{
    border: 1px solid #555;
}
header .et_builder_inner_content{
    z-index: 3;
}
/*.owl-item.active{
    animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}*/

@media only screen and (min-width : 981px) {
    #mobile_menu1{
        max-width: 500px;
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 1199px){
    .entry-content .et_pb_section_1,
    .entry-content .et_pb_section_2,
    .entry-content .et_pb_section_3,
    .entry-content .et_pb_section_4,
    footer .et_pb_row{
        padding-left: 20px;
        padding-right: 20px;
    }
}

_::-webkit-full-page-media, _:future, :root .safari_only {
    #et-main-area .et_pb_section_0 .et_pb_row_0:hover{;
        width: 100%;
    }
}

@media only screen and (max-width: 980px){
    .entry-content .et_pb_section_0 .et_pb_row_0{
        width: 100%;
    }
    .entry-content .et_pb_section_0 .et_pb_row_0 p{
        font-size: 15px;
        line-height: 1.5em;
    }
}