/*
	Theme Name:   Debbie Does Deep Cleaning
	Theme URI:    https://dddc.com/
	Description:  Debbie Does Deep Cleaning child theme
	Author:       Ovidiu Zeicu
	Author URI:   https://vertevo.com
	Template:     Divi
	Version:      1.0
	Text Domain:  VertEvo
*/



/*
	General
******************************/
::-moz-selection { background: #3296CB; color: #FFF; }
::selection { background: #3296CB; color: #FFF; }

/* V-Align items */
.v-align .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.et_pb_equal_columns .et_pb_column .et_pb_module {
	width: 100%;
}



/*
	Header
******************************/



/*
	Meniu
******************************/



/*
	Content
******************************/

/* Blog */




/*
	Sidebar
******************************/



/*
	Pre-footer
******************************/



/*
	Footer
******************************/
#footer-info {
	display: block;
	width: 100%;
}
#credits {
	display: block;
	font-weight: 400 !important;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: .25;
}
@media all and (min-width: 981px) {
	#credits {
		float: right;
	}
}
#footer-bottom:hover #credits {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}
#credits a:hover {
	color: #77C3D8;
}
#credits span {
	padding: 0 10px;
}


