/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/* general */
a:hover {
    color: #e00101!important;
    transition: color .4s ease-in-out;
}
li{
    color: #607d8b;
    font-size: 26px;
}

i{
	font-size: 28px !important;
}
/* 
#bigtext-id4 span{
	width : 200%;
	position:relative;
} */
/* 
.mobile-menu-button, .navbar-social{
	position: relative;
	top: 15px !important;
} */
.fa-instagram , .fa-facebook {
	color: #607d8b;
    font-size: 24px !important;
}
/* Start Burger menu */


.lines-button .lines, .lines-button .lines:before, .lines-button .lines:after {
    height: 4px !important;
    width: 36px !important;
    transform-origin: 16px center;
}
.lines-button .lines:before {
    top: 10px;
}
.lines-button .lines:after {
    top: -10px;
}
/* End Burger menu */

/* Start contact */
i.fa.fa-mail, i.fa.fa-phone4 {
	top: 10px;
    transform: translateY(10px);
    position: relative;
    font-size: 70px;
    color: #141618;
}
i.fa.fa-phone4{
font-weight: 900;
}

/* Header */
.owl-dots{
	margin: 0 8px;
	display: inline-block;
	width: auto;
    background-color: #1b1d1f !important;
	/*backdrop-filter: blur(1); */
    padding-top: 5px!important;
    padding-bottom: 12px!important;
    padding-left: 12px!important;
    padding-right: 4px!important;
	bottom: -8px!important;
	border-radius: 8px!important;
/*     border-radius: 5%!important; */
/*     box-shadow: 0px 0px 10px rgba(255 ,255, 255, 0.3); */
}
.owl-dots .owl-dot span {
    width: 8px!important;
	height: 8px!important;
	background: #c21d1e !important;
}
/* contact */

/* Start Responsive */
@media (max-width: 1499px){
	.double-block-padding {	padding: 54px 0px 54px 0px; }
}
@media (min-width: 960px){
	.menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) { font-size: 4vh !important; }
	
}

/* End Responsive */