/*
Theme Name: Sky Child
Version: 1.0
Template: sky
Description: Дочерняя тема для темы Sky. Активируйте этот шаблон, если не хотите потерять свои изменения шаблона при обновлении
Author: Beewise
Author URI: http://beewise.ru/
*/

@import "../sky/style.css";

.c_main {
    float: left !important;
    width: calc(100% - 520px) !important;
    margin-left: 20px !important;
}

.left_aside {
	width: 240px !important;
    float: left !important;
	padding-top: 40px !important;
}

.left_aside.main {
	padding-top:0 !important;
}

.c_sidebar {
    float: right !important;
    width: 240px !important;
}

.c_1-aside {
	width: calc(100% - 300px) !important;
}

.h_currency {
	line-height: 31px;
	padding: 0 20px;
}

.h_currency span {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.the_author-side {
	display: inline-block;
    vertical-align: top;
    margin: 10px 0px 10px 30px;
    opacity: .5;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 20px;
	position: relative;
}

#wp-calendar {
	width: 100%;
}

@media (max-width: 1000px) {
	.left_aside {
		display: none;
	}
		
	.c_main {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
		
	.c_sidebar {
		float: none !important;
		width: 100% !important;
	}
	
	.m_inb {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		overflow: hidden;
	}
	.h_currency {
		display: none;
	}
	.h_currency {
		margin: 0 !important;
		padding: 0 !important
	}
	.h_currency span {
		color: #000000;
		font-size: 12px !important;
		line-height: 20px;
		font-weight: 700;
	}
	.h_search {
		width: 100% !important;
		margin: 10px 0 20px 0 !important;
	}
}
@media (max-width: 450px) {
	.h_menu-btn {
		display: none !important; 
	}	
	.h_menu ul {
		position: relative !important;
		top: auto !important;
		left: -10px !important;
		opacity: 1 !important;
		box-shadow: none !important;
		margin: 0 auto !important;
	}
	.h_info {
		margin-top: 0 !important;
	}
	.header-button {
		padding: 5px 12px 0 12px!important;
		background: #6a6a6a!important;
		border-radius: 4px!important;
		color: #6a6a6a!important;
	}
	.header-button a {
		color: #6a6a6a!important;
	}
	.h_logo img {
		max-height: 150px!important;
		vertical-align: middle!important;
		width: 100%!important;
	}
	.search_page {	
		flex-direction: column !important;
	}
	.c_single-top {
		padding-top: 15px !important;
		padding-bottom: 20px !important;
	}
}