/**
Theme Name: Ditek Child
Theme URI: https://wp.dynamiclayers.net/ditek
Author: ThemeEaster
Author URI: https://themeforest.net/user/themeeaster
Description: A child theme of the Ditek - Digital Agency and Creative Portfolio WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ditek-child
Template: ditek
*/


.header-wrapper{
	background-color:#fff !important;
}

.default-btn{
	background-color: #C70741 !important;
	
	}

.default-btn:hover{
	background-color: #c0023b !important;
}

input[type="submit"]{
	background-color: #C70741 !important;
}

.dl-btn-2 span{
	background-color: #c0023b !important;
	
}

.dark .textwidget p{
	color:#fff !important;
}

.main-menu li a:hover{
	color:#C70041 !important;
}

.widget .widget-title:after, .widget .widget-title:before{
	background-color:#fff !important;
}

#scroll-to-top{
	background: #797979 !important;
}

::-webkit-scrollbar { 
    display: none; /* Chrome Safari */
}


::-webkit-scrollbar { 
  width: 0;
  height: 0;
}
	
.footer-wrapper.dark {
    background-color: #0c1754 !important;
}