/*
Theme Name:
Theme URI:http://bloggood.ru  //// http://www.stepkinblog.ru/
Description:
Version: 1.0
Author:
Author URI: http://bloggood.ru/avtor/
*/

*{
	padding:0;
	margin:0;
}


body, p, a {
    font-size: 15px;
    font-family: "Century Gothic";
	line-height: normal;
}
a:hover {
text-decoration:none;
}
.logoTOP a img {
    width: 90px;
	margin: 0 auto;
}
.logoTOP h1 {
    font-size: 18px;
	text-align: center;
	margin-top: 4px;
}
.logoTOP h2 {
    font-size: 18px;
	color:#27a809;
	text-align: center;
	margin-top: -9px;
}
.addresTOP {
	font-size: 16px;
}
.hederTOP {
    padding: 30px 0;
}

.addresTOP a span {
    padding-top: -10px;
    font-size: 9px;
    top: -2px;
    position: relative;
}

ul.nav2 {
    list-style: none;
}

ul.nav2 li {
    margin: 0 0 0 16px;
}
ul.nav2 span {
    background: #447838;
    margin: -10px;
    padding: 10px;
    color: #fff;
}

ul.nav2 a:hover {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: #ccc;
}

nav.navbar2.navbar-default2 {
    margin-top: 35px;
}
ul.nav2 li a {
    font-size: 18px;
    color: #000;
}
h2.text-center.zagolovokCONTENT, h3.text-center.zagolovokCONTENT {
    /* border-bottom: 6px solid #feeb2d; */
    padding-bottom: 10px;
    display: table;
    margin: 0 auto;
    color: #447838;
    font-size: 24px;
}

.thumbnail {
    display: unset;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: unset !important;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #447838;
}

.caption p a {
    color: #447838;
    /* padding: 10px; */
}

.caption p a:hover {
    color: #8cbb81;
    /* padding: 10px; */
}

a.knopkaYslyg {
    background: #447838;
    /* margin: -10px; */
    padding: 10px;
    color: #fff;
	 display: table;
    margin: 0 auto;
	color:#fff;
	font-size:16px;
}
.knopkaYslyg:hover, ul.nav2 span:hover {
    text-decoration:none;
	 background: #64a555;
}
.footerCOP{
    background: #d7e2d5;
    /* border-top: 5px solid #000; */
    margin-top: 100px;
    padding: 40px 0;
    color: #000;
}
.footerCOP a{color: #000;}
.footerCOP a:hover {
    color: #545454;
}
.COP {
    background: #447838;
    padding: 10px 0;
    color: #fff;
}
.container-fluid2 {
    padding-left: unset;
}

.logoTOP2 {
    margin-top: 30px;
}
.thumbnail a img:hover {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    opacity: 0.5;
}

div#MENUmobi2 {
    display: none;
}
.wrapper {
    display: none;
}

input, textarea {
    width: 100%;
	border: 1px solid #ccc;
}

.sub-menu {
  position: absolute;
  top: 100%;
  	list-style: none;
	
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}	
	
ul.sub-menu li {
    padding: 5px;
    border-bottom: 1px solid #64a555;
}	
ul.sub-menu {
   visibility: hidden;
  opacity: 0;
  background: #e4ffde;
}
ul.sub-menu li {
    margin: unset;
}	
.navbar2 ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}	
	
.sub-menu li:hover {
	background:#ccf7c3;
	color:#447838;
}	
.sub-menu li a:hover {
  color:#447838;
}	


/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;

  width: 100% \9;
/*width: 100%;*/
  max-width: 100%;
  height: auto;
	text-align: center;
}
.alignleft
{
float: left;
display: block;
	/*width: 100%;*/
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.alignright
{
float: right;
display: block;
	/*width: 100%;*/
 width: 100% \9;
  max-width: 100%;
  height: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

figure.wp-block-table tr td {
    padding: 15px;
}
input.wpcf7-form-control.wpcf7-submit.wp-block-button__link.has-white-color.has-text-color.has-background {
    width: 200px;
}