/*
Theme Name:   Arma - Child theme
Theme URI:    https://webdesign-finder.com/arma-v2
Description:  Extra Small child theme of Arma theme
Author:       the MWTemplates team
Author URI:   https://themeforest.net/user/mwtemplates
Template:     arma
Version:      1.0.0
License:      Commercial
License URI:  https://themeforest.net/licenses/regular_extended
Text Domain:  arma
Domain Path:  /languages
Tags:         blog, e-commerce, news, custom-background, custom-colors, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, block-styles, wide-blocks, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, microformats, post-formats, translation-ready
*/

/* Your styles goes here*/

.wpos-tab-slider.as-horizontal .as-wposslide:hover .as-layer.as-padding, .wpos-tab-slider.as-horizontal .as-wposslide.as-opened .as-layer.as-padding {
    opacity: 0 !important;
    visibility: hidden !important;
}

.footer-socials {
	display: flex;
	margin-bottom: 10px;
}
.footer-socials a {
	display: block;
	margin-right: 20px;
}
.footer-socials img {
	height: 32px;
}
.footer-widgets {
	display: flex;
	justify-content: space-between;
}

.footer-phone-title,
.footer-email-title {
	color: var(--colorMain);
	margin-top: 5px;
}
#menu-footer-menu {
	padding-left: 0;
}
#menu-footer-menu li {
	display: block;
}
#menu-footer-menu li a {
	display: block;
    border-bottom: 1px solid rgba(var(--colorLightRGB), 0.2);
	padding: 10px;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer_col_3 {
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
	.footer-socials {
		justify-content: center;
	}
	.footer-socials a {
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media (max-width: 520px) {
	.footer_col_1	{
		width: 100%;
		text-align: center;
	}
	.footer_col_1 .logo {
		justify-content: center;
	}
	.footer_col_2 {
		width: 100%;
		padding: 0 30px;
	}
}

.copy_button {
	display: inline-block;
	line-height: 22px; 
	border: 1px solid #BBB;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 0 10px;
	font-size: 13px;
	color: #777;
	position: relative;
	transition: all .15s;
	vertical-align: middle;
}
.copy_button:hover {
	color: #555;
	cursor: pointer;
	border-color: #555;
}

.copy_button:after {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(assets/img/ok.svg) 50% 50% no-repeat transparent;
	background-size: auto 80%;
	position: absolute;
	opacity: 0;
	
}
.copy_button.done span {
	opacity: 0;
}
.copy_button.done:after {
	display: block;
	opacity: 1;
	transition: all 1s;
}
@media (max-width: 500px) {
    #top-wrap h1 {
        font-size: 2rem;
    }
	.breadcrumbs {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.header-1 #nav_toggle{
		position: absolute;
		top: 50%;
		right: 30px;
		left: auto;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		margin: 0;
	}
}
@media (min-width: 980px) {
	.contact_form_new .layout-cols-1 .grid-item {
		width: 50%;
	}	
	.contact_label {
		cursor: pointer;
		display: block;
		font-family: var(--fontSecondary);
		font-size: 24px;
		margin-bottom: 10px;
		color: var(--colorDarkGrey);
	}
	.contact_form_new .layout-cols-1 .grid-item-full {
		width: 100%;
		text-align: center;
	}
}

.telephone-form {
	display: flex;
	max-width: 350px;
	align-items: center;
}

.slider_telephone .telephone-form {
	margin: 0 auto;
}
.telephone-form input {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	text-align: center;
}
.tf-number input {
	border: 1px solid rgba(var(--colorBorderRGB), 0.4);
}
.yellow_telephone .tf-number input {
	padding-top: 10px;
}
@media (max-width: 991px) {
.yellow_telephone .telephone-form {
	margin: 0 auto;
}
}
.telephone-form .wpcf7-not-valid-tip {
	display: none !important;
}