/*
Theme Name:     Divi Child
Description:    
Author:         admin
Template:       Divi


*/



/* CSS For Featured Images */

.ds-fullwidth-specialty> .et_pb_row {
min-width: 100% !important;
}


.ds-fullwidth-specialty> .et_pb_row {
min-width: 100% !important;
}



.parent {
    width: 100%;
    margin-bottom: 0px;
margin-top: 0px;
    height: 300px;
    border: 0.5px solid #b7b7b7;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
}

.childNode{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


a11 {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
}

.parent:hover .childNode, .parent:focus .childNode {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .childNode:before, .parent:focus .childNode:before {
    display: block;
}

.parent:hover a11, .parent:focus a11 {
    display: block;
}

.childNode:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {width: 100%; margin: 20px 0px}
		
}











/* To remove extra space under footer */

#footer-bottom {
    
    display: none;
}




/* Header Menu Alignment */

#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    float: right;
    right: 55%;
    position: relative;
}




/* Header Settings */

.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav #page-container {
    padding-top: 0px !important;
}

.et_fixed_nav #main-header {
    position: sticky !important;
}

#main-header.et-fixed-header {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) !important;
}

#logo {
    display: inline-block;
    min-height: 29px !important ;
}
.et_fixed_nav #main-header {
position: -webkit-sticky;
}



/* Header LOGO TOP */
.logoOnTop {
position: relative;
left: 18%; 
width: 28%;
height: auto;}

body {
    color: #666;
    background-color: #f3f3f3 !important ;
}

@media only screen and ( max-width:980px ) {

.logoOnTop {
display : none !important ; }
}


@media only screen and ( max-width:1080px ) {
#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    float: right;
    right: 35%; }

}

.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}

.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}



















