/*
Theme Name: Graffmap
Author: sm2
Author URI: https://sm2.in.ua;
Description: Special for bios
Version: 2021.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: Graffmap

Graffmap WordPress Theme © 2011-2022 SM2
Graffmap is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/*font-family*/

@font-face {
    font-family: ProximaNovaReg; /* Имя шрифта */
    src: url(/wp-content/themes/graffmap/fonts/ProximaNova-Regular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: ProximaNovaBold; /* Имя шрифта */
    src: url(/wp-content/themes/graffmap/fonts/ProximaNova-Bold.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: ProximaNovaLight; /* Имя шрифта */
    src: url(/wp-content/themes/graffmap/fonts/ProximaNova-Light.ttf); /* Путь к файлу со шрифтом */
}
body{
	background-color: #fff9f9;

}

.hfeed{
	min-height: 100vh;
}
header{
	position: relative;
	min-height: 50px;
	width: 100%;
	padding: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;

}
#menu ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu ul li{
	padding: 5px;
	margin:5px;
}

.container{
	max-width: 80em;
	width: 100%;
	padding: 0px 15px;
}
#content{
	
}
main{
	min-height: calc(100vh - 106px);
}
#copyright{
	width: 100%;
    font-family: 'ProximaNovaLight';
    text-align: center;
    background-color: #fff9f9;
    padding: 7px;
    font-size: 14px;
    color: #424242;

}
section{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.land:hover{
	background-color:#3a3a3a;
	fill: #3a3a3a;
	cursor:pointer;
	stroke-opacity: 1;
	stroke:white;
}
.svg{
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
}
.svg a text{
	font-size: 0.8em;
    font-weight: 100;
    font-family: 'ProximaNovaLight';
}
.svg a:hover text{
	fill:red;
}
.map{
	margin:0;
	padding: 0;
}
.land{
	fill: #CCCCCC;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:1;
}
.banner{
	padding: 1em;
	margin:1em 0em;
	background-color:#fff9f9;
	border:1px solid #fff9f9;
	text-align: left;

	font-size: 1em;
	border-radius: 0.5em;
	width: 80%;
	display: flex;
}
.banner a span{
	display: block;
	margin-bottom: 5px;
	font-weight: 800;
}
.banner img{
	width: 100%;
	height: auto;
}
.page-head{
	margin:1em 0em;
}
.page-head h1{
	font-size: 2em;
}

.heyo:hover {
  fill: #4a4444;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  fill: transparent;
  cursor: pointer;
  stroke: #3a3a3a;
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: white;
  padding: 10px 15px;
  z-index: 5; 
  height: 40px;
  line-height: 20px;
  margin: 0 auto;
  color: #3a3a3a;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #fafafa;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); 
  display: none;
}
.description.active {
  display: block;
}
.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}
.entry-summary img{
	width: 100%;
	height: auto;
}
.post-list{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.post-list article{
	width: 100%;

	position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news-body{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news-body article{
	width: 100%;
	margin: 0;
	display: flex;
	position: relative;
    overflow: hidden;
}
.post-image{
	width: auto;
    height: 0;
    transition: 0.6s ease;
    background-size: cover;
    background-position: left;
}

.head-post{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4em 0.8em;
    background: #fff9f9;
    z-index: 99;
    transform: scale(1);
    padding-left: 5px;
    padding-bottom: 5px;
    font-family: 'ProximaNovaLight';
}
article{
	transition:0.36s ease;
	width: 100%;
}
article a{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1005;
	top:0;
	left: 0;
}
.entry-meta .author {
	font-weight: 600;
}
*{
	font-family: ProximaNovaReg;
}
* body a{
	text-decoration: none;
	color:#110a2b;

    font-family: ProximaNovaReg;
}
.entry-meta {
	
}
.entry-date{
	font-size: 0.85em;
	font-weight: 400;

}
.head-post h2 a{
	    font-weight: 900;
    text-transform: uppercase;
    font-family: ProximaNovaReg;
    text-decoration: none;
    font-size: 1.5em;
    color: #110a2b;
}
.head-post h4 a{
	    font-weight: 900;
    text-transform: uppercase;
    font-family: ProximaNovaReg;
    text-decoration: none;
    font-size: 1.5em;
    color: #110a2b;
}
.entry-meta{

} 
.header-category{
	width: 100%;
	position: relative;
    padding: 0.5em 2em 0.5em 0.5em;
    text-transform: uppercase;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 1em;
}
#sidebar{
	width: 100%;
    padding:1em;
    margin:0.5em 0em 2em 2em;
}
.header-category h1{
	font-size: 1.8em;
	display: block;
	color:#3a3a3a;
	font-family: ProximaNovaBold;
}

.widget-container{
	padding: 1em 0em 1em 0em;
}
h3.widget-title{
	font-size: 1.5em;
	font-weight: 800;
	font-family: 'ProximaNovaReg';
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

ul .current-cat-parent ul li.cat-item {
	display: block;
    padding: 0.7em 1.5em;
}
.widget_categories ul{
}
.widget_categories ul li {
	    line-height: 1em;
    font-weight: 300;
}
.current-cat a{
	font-weight: 800;
	margin-left:1em;
}
li.cat-item a:hover{
	margin-left:0.63em;
}
li.current-cat a:hover{
	margin-left:1em;

}
li.cat-item {
	font-size:10px;
	border-bottom:1px solid #b5b5b5;
}
li.cat-item a{
	font-size:16px;
	transition: 0.36s ease;
    padding: 0.6em 0.3em 0.6em 1em;
    display: inline-block;
    position: relative;
}
.navigation{
	width: 100%;
}
.nav-links{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1em;
}
.nav-links a{
	padding: 0;


	border:1px solid #fff9f9;


	color:#000;
	border-radius: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 100;
}
.post-ins-nav{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
    padding-top: 0.5em;
    border-top: 1px solid #c6c6c6;
}
.prev-nav{
	display: flex;
	width: 50%;
	justify-content: flex-start;
}
.nex-nav{
	display: flex;
	width: 50%;
	justify-content: flex-end;
}
.post-ins-nav a{
	font-size: 0.85em;
	color:#666;
}
.nav-previous a{
	padding-right: 1em;
}
.nav-next a{
	padding-left: 1em;
}
#sidebar{
	margin-left: 0px;
}
.map_content{
	width: 100%;
}
.head-section h4{
	font-size: 1.4em;
	font-family: ProximaNovaBold;
	text-align: center;
	font-weight: 400;
}
.head-section {
	width: 100%;
    padding: 2em 2em 1em 1em;
    text-transform: uppercase;
}
.entry-footer{
	display: flex;
	font-size: 0.85em;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
    background: #fff9f9;
    padding: 0.4em 0em;
    padding-bottom: 5px;
    border-left: 1px solid #fff9f9;
    font-family: 'ProximaNovaLight';
}
.entry-footer a{
	font-style: normal;
	font-weight: 400;
}

.width_sidebar .single{
	width: 100%;
}
.inside-post-image img{
	width: 100%;
	height: auto;
}
.cat-links{
	min-width: 50%;
	margin-top:0em;

}
.cat-links a{
	position: relative;
}

.inside-post-image{
	margin-top: 0.5em;
}
.tag-links a{
	font-weight: 600;
	line-height: 1.3em;
}
span.tag-links{
	margin-top:0.5em;
}
.head-single{
	position: relative;
	padding: 0.5em 2em 0.5em 0.5em;
	margin-bottom: 1em;
	display: flex;
	flex-direction: column-reverse;
	text-align: left;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom:1px solid #c6c6c6;
	flex-wrap: wrap;
	width: 100%;
}
.head-single h1{
	font-size: 1.85em;
	text-transform: uppercase;
	color:#3a3a3a;
	font-family: ProximaNovaBold;
}
.head-single p{
	font-size: 1em;
    font-weight: 300;
    line-height: 2em;
}
.search_page{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 2em;
}
.post_search{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.entry-content p{
	margin-bottom: 0.6em;
	padding-left: 0.5em;
}
form.search-form{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
input.search-field {
    border: 1px solid #fff9f9;
    padding: 0.3em 0.7em;
    box-shadow: 0px 0px 5px #dadada;
    border-radius: 6px;
    width: 100%;
}
input.search-field:focus{
	border: 1px solid #c1c1c1;
    box-shadow: 0px 0px 5px #bdbdbd;
    outline: none;
}
.search-form input.search-submit{
	display: none;
}
.simple_page .page{
	width: 100%;
}
#sidebar{
	display: none;
}
.mobile_sidebar{
	margin-bottom: 1em;
}
.meta-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile_sidebar .widgettitle{
	display: none;
}
.nav-right img{
	transform: rotateZ(90deg);
    width: 100%;
    max-width: 23px;
}
.nav-left img{
	transform: rotateZ(-90deg);
    width: 100%;
    max-width: 23px;
}
.btn{
	border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 15px !important;
    border: 1px solid #ececec;
    box-shadow: 0px 1px 3px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.btn:hover{
	cursor: pointer;
}
.messg{
	padding-left: 0.5em;
}
.cd-upload-btn{
	padding: 5px;
    border: 1px solid #ccc;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ccc;
}
form label{
	font-size: 1.2em;
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 6px;
    align-items:center;
}
form label select{
    font-size: 1em;
    border-radius: 4px;

}
form label select:hover{
	cursor: pointer;
}
form .wpcf7-select{
	width: 100%;
		padding: 0.5em 1em;
    border-radius: 9px;
}
form .wpcf7-select:focus-visible{
	outline: none;
	border:1px solid #3a3a3a;
}
form .wpcf7-select {
	    font-family: 'ProximaNovaBold';
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 95%;
    padding-right: 2rem;
    background-color: #fff9f9;
    font-size: 1em;
}
.wpcf7 form .wpcf7-response-output{
	    margin: 0.75em 0.5em 1em;
    font-family: 'ProximaNovaLight';
    padding: 1.2em 1em;
    border: 1px solid #00a0d2;
    border-radius: 14px;
    font-size: 0.9em;
}
form .wpcf7-select option{
	font-weight: 1.23em;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
	padding:0.6em 0em;
	border-radius: 14px;
}
.codedropz-upload-wrapper{
	margin-top: 2em;

}
.gallery-main-single{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.gallery{
	width: calc(50% - 6px);
  margin: 2px 3px;
	min-height: 150px;
}
.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close, .sl-wrapper .sl-counter{
	color:#fff9f9 !important;
}
.sl-wrapper{
	background-color: rgba(0,0,0,0.8);
}
.gallery a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 150px;
	background-size: cover%;
	background-position: center;
	transition: 0.6s ease;
}
.gallery a img{
	transition: 0.66s ease;
	height: 100%;
	width: 100%;
}
.gallery:hover a {
	transform: scale(1.2);
}

.gallery a img{
	
}

form p .wpcf7-form-control-wrap {
	width: 100%;
}



.butons-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 26px;
    width:26px;
    z-index: 1030;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4{
		margin:1px;
}
#nav-icon:hover span{
	color:#ff7731;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span{
	background: #ff7731;		
}
#nav-icon1:hover span{
	background: #ff7731;			
}
#nav-icon1.open, #nav-icon2.open, #nav-icon3.open, #nav-icon4.open{
	position: fixed;
	top:1em;
	left: 1em;
}
#nav-icon1.open span:nth-child(1){
	background: #ff7731;
}
#nav-icon1.open span:nth-child(3){
	background: #ff7731;		
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  position: absolute;
  width: 30px;
  height: 16px;
  top:0px;
  left:0px;
  
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

  cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #3a3a3a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon1:hover span{
  background-color: #3a3a3a;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 8px;
}
#nav-icon1 span:nth-child(3) {
  top: 16px;
}
#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #3a3a3a;
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #3a3a3a;
}
#fixmenu ul li {
	margin:0px;
	padding: 5px;
	margin-bottom: 0.6em;
}
#fixmenu ul li a{
	margin:0px;
	font-size: 1em;  
	transition: 0.3s ease;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#3a3a3a;
  font-family: 'ProximaNovaLight';
}
.menu{
  position: fixed;
  top:0;
  left:0;
  width: auto;
  padding-right: 3em;
  padding-left: 2em;
  height: 100%;
  text-align:left;
  z-index: 1010;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  transition: 0.36s ease;
  transform: translateX(-100%);
  background:#fff9f9;
  box-shadow: -2px 0 9px #7d7d7d;
}
.menux{
	margin-top:5em;
	margin-left: 1em;
}



#branding{
	display: flex;
	align-items: center;
	justify-content: center;
}
#branding p{
	font-size: 0.8em;
	font-family: 'ProximaNovaReg';
}
#branding a{
	display: flex;
	align-items: center;
	justify-content: center;
}
#branding a img{
	width: 100px;
	height: auto;
	margin-left: 10px;
	filter:grayscale(1) opacity(0.6);
}

#fixmenu ul .current-menu-item a{
	font-family: 'ProximaNovaBold';
	padding-left: 10px; 
}
#fixmenu ul .current-post-ancestor a{
	font-family: 'ProximaNovaBold';
	padding-left: 10px; 
}

#fixmenu ul .current-category-ancestor a{
	font-family: 'ProximaNovaBold';
	padding-left: 10px; 
}
.grecaptcha-badge{
	right:-256px !important;
}
.codedropz-upload-handler{
	border-radius: 9px;
	border:1px dashed #c5c5c5;
}
.head-single a img{

    width: 22px;
    height: 22px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -11px;
    transform: rotateZ(270deg);
    opacity: 0.35;
    transition: 0.33s ease;
}
.header-category a img{

    width: 22px;
    height: 22px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -11px;
    transform: rotateZ(270deg);
    opacity: 0.35;
    transition: 0.33s ease;
}
.header-category a img:hover{
	opacity: 1;
	transform: rotateZ(270deg) translateY(-2px);
}
.cat-block a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'ProximaNovaLight';
	color:#838181;
	line-height: 1.5em;
    text-transform: uppercase;
    font-size: 0.8em;
}
.cat-block{
	padding: 5px 10px;
    border-left: 1px solid #e1e1e1;
}
.sl-wrapper a{
	color: #fafafa;
	text-transform: uppercase;
	text-decoration: underline;
}
.sl-wrapper span{
	font-size: 0.85em;
}
.sl-wrapper .sl-image .sl-caption{
	font-family: 'ProximaNovaReg';
}
.all-pics-in-cat{
	margin-top: 2em;
}
.all-pics-in-cat p{
	text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.3em;
    margin-left: 0.4em;
    color: #3a3a3a;
    padding-top: 0.6em;
    border-top: 1px solid #c6c6c6;
}
/*--- -- ---- ---- ---- -------*/
/*--- -- ---- ---- ---- -------*/
/*---min 1000px width screen---*/
/*--- -- ---- ---- ---- -------*/ 
/*--- -- ---- ---- ---- -------*/

/* На верхнем уровне кода */
@media screen and (min-width: 1000px) {
	article:hover{
		padding-left: 8px;
	}
	#fixmenu ul li a:hover{
		border-bottom:1px solid #acacac;
	}

  .gallery{
  	width: calc(20% - 6px);
  	height: 110px;
  	overflow: hidden;
  }
  .gallery a{
  	background-size: cover;
  }
  .head-section{
  	padding-left: 0;
  }

	form label{
		margin-bottom: 0.5em;
		align-items:flex-start;
	}
	form p .wpcf7-form-control-wrap{
		width: auto;
	}
	form .wpcf7-select{
		width: auto;
	}
}

@media screen and (min-width: 1280px) {
	.post-list{
		min-width: 300px;
		width:100%;
	}
	.all-pics-in-cat p{
		border:none;
	}
	.col2{
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: start;
	}
	.all-pics-in-cat{
		margin-top:0;
	}
	.all-pics-in-cat .gallery-main-single{
		margin-bottom: 2em;
		margin-top:0;
	}
	.all-pics-in-cat .gallery-main-single .gallery{
		height: auto;
		width: calc(10% - 6px);
		min-height: unset;
	}
	.all-pics-in-cat .gallery-main-single .gallery a{
		min-height: unset;
	}
	.svg{
		max-height: 75vh;
		width: auto;
	}
	.map-inner{
		text-align: center;
	}
	.gallery{
		height: 170px;
	}

	.head-section h4{
		text-align: center;
	}
	.home-wrap{
		display: flex;
		width: 100%;
    	flex-direction: row;
    	flex-wrap: wrap;
    	margin-bottom: 3em;
    	margin-top: 3em;
    	align-items: center;
    	justify-content: center;
	}
	.cat-block{
		border-left: none;
		transition: 0.36s ease;
	}
	.cat-block:hover{
		
	}
	.cat-block a{
		font-size:0.6em;
	}
	
}