
.et_pb_section {
    position: relative;
    background-color: #111111 !important;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}
/*** Gallery Filter ***/

.dp-gallery img{
   filter: brightness(0.4) saturate(0) !important;
}

.dp-gallery img:hover{
  filter: none !important;	
}

/*** Reverse columns on mobiles ***/
@media screen and ( max-width: 980px ) {
    .reverse-columns {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*** Center Items Vertically ***/
.dp-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*** Menu Social Icons Position ***/

.et_header_style_left #main-header #et-top-navigation .dipi-social-icons {
	margin-top: -14px;
}
#logo {
    max-height: 100% !important;
    padding-top: 20px;
    padding-bottom: 10px;
}

.dvcs_free_header_5 .dvcs_submenu_bg {
  
    background: #242424 !important;
   
}
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}
