@charset 'utf-8';
/*
 Theme Name:   Kings & Queens Child
 Theme URI:    http://kingsqueens.ancorathemes.com/
 Description:  Kings & Queens - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     kings-queens
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  kings-queens
*/



/* =Theme customization starts here
-------------------------------------------------------------- */
@media (max-width: 1439px) {
    a.custom-logo-link img, .sc_layouts_row .sc_layouts_logo img {
        max-height: 6.5em!important;
    }
}

.sponsors .sc_icons_image img{
    box-shadow: none;
}

.sponsors .sc_icons_item_title{
    text-align: center;
}

.about-city .sc_item_title {
    color: white;
}

.about-city-text{
    color: white!important;
}

.lang-menu > ul > li img{
    width: 30px!important;
    height: 20px!important;
}

.lang-menu .sub-menu a {
    padding: 0.35em 1em;
}

.body_style_boxed .page_wrap{
	width:100%
}

.spinner {
	width: 50px;
	height: 50px;
	border: 8px solid #e8d3b6;
	border-top: 8px solid #bd8d4c;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.spinner-wrapper{
	display:flex;
	justify-content:center;
	margin-top:20px;
}

.back-button{
	display:inline-flex;
	align-items:center;
}

.wpb_single_image img, .wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper{
	width:100%;
}