/*
Theme Name: Detech Child
Theme URI: http://example.com/detech-child
Description: Дочерняя тема для Detech.
Author: Ваше Имя
Author URI: http://example.com
Template: detech
Version: 1.0.0
*/
/* Добавьте свои стили ниже */

#twr_description_widget-1 .detech-description-area {
	text-align: left;
}

#twr_description_widget-1 .detech-description-area .social-icons a { 
    border-color: #fff;
}

#twr_description_widget-1 .detech-description-area .social-icons a svg {
	fill: #fff;
	width: 20px;
	height: 20px;
	position: relative;
	top: -3px;
}

#twr_description_widget-1 .detech-description-area .social-icons a:hover svg {
	fill: #000;
}

.footer-middle {
	padding: 0!important;
}

.top-right-menu ul.social-icons li a svg {
	display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.vbox-child {
	background: #000!important;
}

.elementor-25725 .elementor-element.elementor-element-5e85781:hover,
.elementor-25725 .elementor-element.elementor-element-1db540e:hover,
.elementor-25725 .elementor-element.elementor-element-2ab4929:hover,
.elementor-25725 .elementor-element.elementor-element-97c8982:hover,
.elementor-25725 .elementor-element.elementor-element-af55da1:hover {
	cursor: pointer;
}

@media(max-width: 768px){
	.vbox-child {
		width: 100vw;
        height: 80vh;
	}
	#twr_description_widget-1 .detech-description-area {
		text-align: center;
		margin-bottom: 10px;
	}
}