*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background: #fff;
    font-weight: 400;
    width: 100%;
}

.d-mobile
{
    display: none;
}
.clearfix
{
    clear: both;
}
.container
{
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
a
{
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}

a:hover
{
    text-decoration: none;
}
p
{
    margin: 0 0 18px;
}
.img-responsive
{
    max-width: 100%;
}
.img-round
{
    border-radius: 10px;
}
.d-center
{
    display: block;
    margin: 15px auto;
}
.header-top
{
    background: #282828;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding: 10px 0;
}
.menu-top
{
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
.menu-top a
{
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 500;
}
.social
{
    display: inline-block;
    vertical-align: middle;
}
.social a
{
    margin-left: 35px;
}
.social svg
{
    fill: #fff;
}

.logo
{
    display: inline-block;
    vertical-align: middle;
    color: #010101;
    text-decoration: none;
    font-size: 14px;
}

.logo span
{
    display: inline-block;
    margin-left: -72px;
    text-transform: uppercase;
}
.search
{
    display: inline-block;

    -moz-text-align-last: right;

         text-align-last: right;
    width: 220px;

    vertical-align: middle;
    border-bottom: 1px solid #DADADA;
}

.toggle-menu
{
    display: none;
}
.header-bottom
{

    border-top: 8px solid #E5E5E5;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding: 11px 0 5px;

}
.menu-bottom
{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.menu-bottom a
{
    color: #000;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 20px;
    padding: 12px 0 8px;
    text-decoration: none;
    border-bottom: 4px solid transparent;
}
.breadcrumbs
{
    background: #E5E5E5;
    font-size: 12px;
    font-weight: 300;
    padding: 12px 0;
}
.primary
{
    padding-top: 15px;
}
.right-sidebar
{
    float: right;
    width: 275px;
    padding: 14px;
}
.h2
{

    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.post-block
{
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 15px;
}
.post-block.last
{
    border-bottom: none;
    margin-bottom: 30px;
}
.post-block img
{
    float: left;
    margin: 0 12px 15px 0;
    border-radius: 5px;
}


.teaser
{
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 13px;
}
.post-block:hover .teaser
{
    color: #358840;
}
.post-block-large:hover .teaser
{
    color: #000;
}
.post-bottom
{
    font-size: 12px;
    color: #747474;

}
.post-bottom span
{
    display: inline-block;
    margin-right: 10px;
}
.post-bottom span svg
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    fill: #767676;
}
.post-link
{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.post-block-large
{
    color: #fff;
    position: relative;
    margin-bottom: 35px;
}

.post-block-large img
{
    border-radius: 7px;
}
.post-info
{
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
}
.post-info .post-bottom
{
    color: #fff;
}
.post-info .post-bottom svg
{

    fill: #fff;
}

.sidebar-social
{
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-align: justify;
}
.sidebar-social a
{
    display: inline-block;
    border-radius: 5px;
    width: 47px;
    padding: 13px 0 7px;
    -moz-text-align-last: center;
         text-align-last: center;
    text-align: center;
    min-height: 45px;
}
.sidebar-social a:first-child
{
    background: #B91C0F
}
.sidebar-social a:nth-child(2)
{
    background: #4DA7DE
}
.sidebar-social a:last-child
{
    background: #3E5B98
}
.sidebar-social a svg
{
    fill: #fff;
}
.left-social
{
    float: left;
    padding: 20px 0 0;
}
.left-social a
{
    display: block;
    width: 35px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    padding: 6px 0;
    margin-bottom: 15px;
}
.left-social a svg
{
    fill: #5B5B5B;
}
.content
{
    margin-right: 300px;
    margin-left: 70px;
}
.main-content
{
    padding: 20px 0 0px;
    margin-bottom: 10px;
}
.tag
{
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #358840;
    margin-bottom: 5px;
}
h1
{
    font-weight: 800;
    font-size: 30px;
    line-height: 1.23;
    margin-bottom:15px;
}
.author-info
{
    color: #747474;
    font-size: 12px;
    margin-bottom: 20px;
}

.author-info img
{
    display: inline-block;   
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
.author-info span
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.author-info svg
{
    fill: #767676;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.text-center
{
    text-align: center;
}
.img-wrap
{
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    font-size: 0;
}
.img-caption
{
    position: absolute;
    width: 100%;
    text-align: right;
    color: #fff;
    left: 0;
    bottom: 0;
    padding: 15px 15px 10px;
    font-size: 12px;
}
.img-caption strong
{
    display: block;
    font-size: 15px;
}

.results
{
    background: url(../img/flower.png) no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#F3F3F3));
    background: url(../img/flower.png) no-repeat right bottom, -o-linear-gradient(top, #E0E0E0 0%, #F3F3F3 100%);
    background: url(../img/flower.png) no-repeat right bottom, linear-gradient(180deg, #E0E0E0 0%, #F3F3F3 100%);
    padding: 25px 40px 10px;
    border-radius: 10px;
    font-size: 13px;
    max-width: 540px;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
}
.result-title
{
    font-weight: 700;
    color: #358840;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.results ul
{
    list-style: none;
}
.results ul li
{
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 35px;
}

.results ul li:before
{
    width: 11px;
    height: 11px;
    content: "";
    background: #358840;
    position: absolute;
    left: 7px;
    top: 5px;
    border-radius: 50%;
}
.prod
{
    position: absolute;
    left: 35px;
    max-width: 50%;
    top: 12px;
}
.note
{
    float: right;
    margin: 20px 20px 70px 0;
}
.white-shildik
{
    background: #fff;
    color: #358840;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 20px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 15px;
}
.white-shildik:before, .white-shildik:after
{
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 5px solid #fff;
    position: absolute;
    top: 0;
}
.white-shildik:before
{
    left: -5px;
}
.white-shildik:after
{
    right: -5px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.caps
{
    display: block;
    max-width: 85px;
    margin: 0 0 0 10px;
}
.count span
{
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 500;
}
.count span:first-child
{
    font-size: 30px;
    font-weight: 700;
}
.btn
{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background: #358840;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 10px 47px;
    border-radius: 5px;
}
.btn:hover
{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
}
.content-post
{
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-align: justify;
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #DADADA;
}
.content-post>div
{
    display: inline-block;
    max-width: 48%;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
}
.comments-block
{


    margin-bottom: 15px;
}
.comments-title
{
    border-bottom: 1px solid #DADADA;
    margin-bottom: 30px;
}

.comment-block
{
    margin-bottom: 30px;
    position: relative;
}


.comment-img
{
    display: table-cell;
    padding: 0 35px 0 0;
}
.comment-img img
{
    border-radius: 5px;
}
.comment-body
{
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.comment-body img
{
    display: block;
}
.comment-author
{
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;

}
.comment-body .date-block
{
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
}
.comment-body p
{
    margin-bottom: 10px;
}
.comment-body img
{
    margin-bottom: 10px;
}
.reply
{
    color: #8A8A8A;
    font-size: 12px;
    text-decoration: none;
    float: right;
    font-weight: 300;
}
.comment-like
{
    font-size: 12px;
    color: #8A8A8A;
}
footer
{
    background: #282828;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-align: justify;
    color: #fff;
    padding: 5px 0;
}
.copyright
{
    display: inline-block;
    vertical-align: middle;
}


@media (max-width: 940px) {

    .d-large
    {
        display: none;
    }
    .header-bottom
    {
        border-top: none;
    }
    .toggle-menu
    {
        display: inline-block;
        vertical-align: middle;
    }    
    .content
    {
        margin-right: 0;
        margin-left: 0;
    }

    h1
    {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .comments-block
    {
        padding: 0 10px 15px;
    }
    .comments-title
    {
        padding: 5px 10px;
        margin: 0 -10px 10px;
    }
    footer
    {
        -moz-text-align-last: center;
        text-align-last: center;
        text-align: center
    }
}
@media (max-width: 767px) {


    .img-wrap
    {
        margin-bottom: 15px;
    }
    .primary {
        padding-top: 5px;
    }
    .main-content
    {
        padding-bottom: 40px;
    }
    .results
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .results ul li
    {
        padding-left: 20px;
    }
    .results ul li:before
    {
        left:0;
    }

    .comment-block
    {
        
        margin-bottom: 5px;
    }
    .comment-img {
        padding: 0 15px 0 0;
        display: block;
        float: left;
    }

    .comment-author {
        margin: 0 0 5px 0;
    }

    .comment-body {
        display: block;
    }

}
@media (max-width: 540px)
{
   .prod
   {
       max-width: 50%;
   }
   .note
   {
       margin: 0 0 30px;
   }
   .white-shildik
   {
       font-size: 7px;
       padding: 4px 10px;
       margin-bottom: 5px;
   }
   .white-shildik:before, .white-shildik:after
   {
       border-top-width: 12px;
       border-bottom-width: 12px;
   }
   .caps
   {
       max-width: 60px;
       margin-left: 5px;
   }
   .author-info
   {
       font-size: 10px;
   }
   .author-info img
   {
       margin-right: 5px;
   }
}
