.poisk {
    background: rgba(0, 0, 0, 0) url("wp-content/themes/gridbox/images/120070.jpg") no-repeat scroll center bottom / cover ;
    padding: 135px 30px 30px 30px;
}
.home article, #text-2 
{
border-radius: 2px;
border:1px solid #E0E0E0;
background:#fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
/*-moz-border-radius: 2px;*/
/*-webkit-border-radius: 2px;*/
/*box-shadow: 1px 1px 3px #888;*/
/*-moz-box-shadow: 1px 1px 3px #888;*/
/*-webkit-box-shadow: 1px 1px 3px #888;*/

/*padding:5px;*/
}
#text-3 {border: 3px solid #0077CC;}
.footer-wrap {
    background: #003580;
}
.site-header {
background: #003580;
}
#main .widget-container {list-style-type:none;margin-bottom:20px;}

.post-wrapper .type-post .entry-content {
    font-size: 13px;
}
.post-layout-three-columns .post-wrapper .type-post .entry-title {
font-size: 19px;
}
.post-layout-three-columns .post-wrapper .type-post .entry-title a {
color:#424242 !important;
}
.site-content {
background:  #fff none repeat scroll 0 0;
}
.post-wrapper .type-post .entry-meta {
    margin-bottom: 0;
}
.archive-title, .page-title, .entry-title {
    font-size: 2rem;
}
.wunderslider-container {
margin-bottom:30px;
}
 .jcf-value {display:inline-block;}
.single .entry-meta {color: #111133 !important;}

.site-content.container {padding: 2.5em 0 0 0 !important;}

.post-layout-three-columns .entry-header {
padding:5px 20px 20px 20px;
}
.more-link {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    outline: none;
    background-color: #ff8e00;
    -webkit-box-shadow: 0px 2px 0px 0px #c56e00;
    box-shadow: 0px 2px 0px 0px #c56e00;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.more-link:hover {background:#c56e00;}