/*!
Theme Name: prozabor
Theme URI: http://underscores.me/
Author: Ievgenii
Author URI: https://freelancehunt.com/freelancer/Lord0FWorld.html
Description: Тема для сайта prozabor.com.ua
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

prozabor is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
	font-family: 'Verdana';
	src: url('assets/fonts/Verdana/Verdana-BoldItalic.eot');
	src: local('Verdana Bold Italic'), local('Verdana-BoldItalic'),
		url('assets/fonts/Verdana/Verdana-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Verdana/Verdana-BoldItalic.woff') format('woff'),
		url('assets/fonts/Verdana/Verdana-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Verdana';
	src: url('assets/fonts/Verdana/Verdana.eot');
	src: local('Verdana'),
		url('assets/fonts/Verdana/Verdana.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Verdana/Verdana.woff') format('woff'),
		url('assets/fonts/Verdana/Verdana.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Verdana';
	src: url('assets/fonts/Verdana/Verdana-Bold.eot');
	src: local('Verdana Bold'), local('Verdana-Bold'),
		url('assets/fonts/Verdana/Verdana-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Verdana/Verdana-Bold.woff') format('woff'),
		url('assets/fonts/Verdana/Verdana-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Verdana';
	src: url('assets/fonts/Verdana/Verdana-Italic.eot');
	src: local('Verdana Italic'), local('Verdana-Italic'),
		url('assets/fonts/Verdana/Verdana-Italic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Verdana/Verdana-Italic.woff') format('woff'),
		url('assets/fonts/Verdana/Verdana-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	outline:none;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	overflow-x: hidden;
	min-width: 380px;
	font-size: 12px;
	color: #555;
	line-height: 19px;
	font-family: 'Verdana';
	background: url('assets/images/main_bg.jpg') repeat-x scroll center 0 #FFFFFF;
}

a{
	color: #3366CC;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: underline;
	color: #a78e5c!important;
}

img {
	border-style: none;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
h1{
	margin: 0 0 25px;
}

.alignleft{
	float: left;
}
.alignright{
	float: right;
}

.blog article{
	display: inline-block;
	width: 100%;
}

article .entry-header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #555555;
    border-bottom: 1px solid #8c7d58;
}
article .entry-header .entry-title a{
	color: #555555;
}
.more-link{
	color: #fff;
    text-decoration: none;
    background: #789002 ;
    border: 1px solid #738532;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 21px;
    padding: 7px;
}
.more-link:hover{
	text-decoration: underline;
	color: #fff!important;
}
time.updated{
	display: none;
}
.posted-on time{
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ccc;
}

.post img{
	margin: 0 20px 20px 20px;
}

.entry-content h1{
	padding-bottom: 10px;
	border-bottom: 1px solid #a78e5c;
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 26px;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	text-align: center;
}

main.site-main{
	padding: 15px 10px 0 10px;
	border: 3px solid #a78e5c;
	background: #fff;
}

.site-title{
	display: none;
}

.main-navigation ul li a{
	color: #555555;
    font-family: Tahoma;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: bold;
}
.main-navigation ul li a:hover{
	text-decoration: none;
}

.main-navigation ul#primary-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.border2{
	border: 1px solid #DADADA;
    padding: 4px;
}
.border2:hover{
    background: #EDECE7;
    opacity: 0.6;
}

.site-main{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

aside.widget-area{
	width: 28%;
    margin-right: 2%;
    margin-top: 10px;
    padding: 10px;
    
}
aside.widget-area > section.widget{
	background-color: #e4ddb5;
	padding: 7px;
	margin-bottom: 15px;
	border: 1px solid #8c7d58;
}
aside.widget-area > section.widget h2{
	font-size: 14px;
	padding-left: 25px;
	position: relative;
	border-bottom: 1px solid #8c7d58;
}
aside.widget-area > section.widget h2:before{
	position: absolute;
	content:"";
	left: 0;
	bottom: -1px;
	width: 20px;
	height: 9px;
	border: 1px solid #fff;
	background:#8c7d58;
}
aside.widget-area > section.widget a{
	text-decoration: none;
    color: #555555;
}
aside.widget-area > section.widget a:hover{
	color: #a78e5c;
    text-decoration: none;
}

.entry-content{
	width: 70%;
	padding-top: 10px;
}

.site-branding{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.phones_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.phones_wrap a, .phones_wrap i{
	font-size: 18px;
	color: #555;
	margin-bottom: 3px;
}

body .metaslider .nivo-caption{
	color: #eeee88;
	font-size: 18px;
	padding: 20px;
}

#menu-menyu-v-sajdbare li a{
	height: 30px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-decoration: none;
    text-indent: 17px;
    padding-top: 5px;
    color: #555;
    background: #a78e5c url(assets/images/mainlevel_blue1.jpg) no-repeat left top;
    transition: none;
}
/*#menu-menyu-v-sajdbare li a:hover{
	background: #a78e5c url(assets/images/mainlevel_blue1.jpg) no-repeat left bottom;
}*/

#menu-menyu-v-sajdbare li.menu-item-has-children>ul>li{
	padding-left: 15px;
}
#menu-menyu-v-sajdbare li.current-menu-item>a{
	font-weight: bold;
    text-decoration: underline;
    color: #555555;
}

#menu-menyu-v-sajdbare li a{
	background: #a78e5c url(assets/images/mainlevel_blue1.jpg) no-repeat left bottom;
}

#menu-menyu-v-sajdbare li.menu-item-has-children>ul>li>a{
	background: #a78e5c url(assets/images/mainlevel_blue1.jpg) no-repeat left bottom;
	/*line-height: 10px;*/
}

li.sig-block{
	float: left;
    background: none!important;
    margin: 0 1px 1px 0;
    padding: 0;
    border: none!important;
}
li.sig-clr{
	clear: both;
    float: none !important;
    height: 0 !important;
    line-height: 0 !important;
    border: none !important;
    background: none !important;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}

#menu-footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#menu-footer li{
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}
#menu-footer li:after{
	content: "|";
	position: absolute;
	right: 0;
	top: 0;
	color: #3366CC;
}

#menu-footer li:last-child:after{
	display: none;
}

body .metaslider .flexslider .flex-direction-nav li a{
	background-image: url(https://prozabor.com.ua/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/arrows.png);
}

body .flexslider:hover .flex-direction-nav .flex-prev,body .flexslider:hover .flex-direction-nav .flex-next{
	opacity: 1;
}

.gallery-columns-3{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
.gallery-columns-3 .gallery-item{
	width: 31%;
	margin: 1%;
	text-align: center;
}
.mobile-toggle{
	display: none;
	outline: none!important;
}
.mobile-toggle .hamburger{
	outline: none!important;	
}

.main_page_items{
	display: none;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	height: 2px;
}
.gallery .gallery-caption{
	display: none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.entry-content{
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #a78e5c;
		overflow-x: scroll;
	}
	aside.widget-area{
	    width: 100%;
	    margin-right: 0;
	    margin-top: 0;
	    padding: 10px;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    flex-wrap: wrap;
	}
	aside.widget-area > section.widget{
		width: 50%;
		display: none;
	}
	#custom_html-2{
		display: none;
	}
	.mobile-toggle{
		display: flex;
    	align-items: center;
    	border-top: 1px solid #a78e5c;
    	border-bottom: 1px solid #a78e5c;
    	margin: 7px 0;
    	width: 100%;
	}
	.hamburger_descr{
		font-weight: bold;
		/*text-transform: uppercase;*/
		font-size: 20px;
		color: #555555;
	}
	.entry-content h1{
		font-size: 22px;
		text-align: center;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.main-navigation ul li a{
		font-size: 16px;
	}
	body .metaslider .nivo-caption{
		padding: 5px 30px;
	}
	.site-branding{
		padding: 0 15px;
	}
	.phones_wrap a, .phones_wrap i{
		font-size: 14px;
	}
	.custom-logo-link img{
		width: 80%;
	}
	.home .entry-content table img{
		display: block;
	}
	.home table.contentpaneopen table{
		display: none;
	}
	.main_page_items{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.main_page_items .main_item{
		width: 31%;
		margin: 1%;
		text-align: center;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
	.custom-logo-link img{
		width: 100%;
	}
	.phones_wrap{
		display: none;
	}
	.site-branding{
		justify-content: center;
	}
	.footer-menu{
		margin-top: 10px;
	}
	#menu-footer{
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 100%;
	}
	#menu-footer li{
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
		text-align: center;
	}
	#menu-footer li:after{
		display: none;
	}
	
	.menu-podval-container{
		width: 100%;
	}
	.main-navigation ul li a{
		padding: 0 7px;
	}
	li.sig-block{
		float: none;
		width: 100%;
	}
	li.sig-block p{
		display: none;
	}
	.sig-container{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
    	flex-direction: column;
	}
	.home .entry-content table.contentpaneopen table tr{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	aside.widget-area > section.widget{
		width: 100%;
	}
	.main-navigation ul li a{
		font-size: 14px;
		padding: 0 6px;
	}
	.entry-content table img:not(.sig-image){
		width: 100%!important;
		float: none;
		margin: 0 0 10px;
		padding: 0;
	}


}