/*
Theme Name: DSD Child Theme
Description: Child theme for DSD
Author: BE REBEL Studio
Author URI: http://berebel.studio
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* BEFORE AFFTER */

.twentytwenty-handle {
    background: #53AFA7 !important;
}

.br-footer a:hover{
	color: black !important;
}
.style-light input[type="submit"]{
    background-color: white !important;
    color: #53AFA7;
}
.style-light input[type="submit"]:hover{
    background-color: #53AFA7 !important;
    color: white;
}


/* TOP BAR */

@media only screen and (min-width: 960px){
	.top-menu.navbar {
		display: none;
	}
}

@media only screen and(max-width: 390px){
	.menu-container{
	top: 32px !important;
	}
}

.top-menu a:hover{
	color: black !important;
}
.top-menu{
	width: 100% !important;
	position: fixed;
	top: 0px !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
    color: #dc0f00 !important;
}

.style-light a:not(.btn-text-skin):hover{
    color: #006f66 !important;
}

.style-dark a:not(.btn-text-skin):hover{
    color: #006f66 !important;
}
