.social-wrapper .social-icon a svg {
    margin-right: 10px;
}
.social-contact .nav>li>a svg {
    left: 3px;
    position: relative;
    top: -3px;
}
.page-header {
    border-bottom: none;
}
.social-wrapper .social-contact a svg {
    margin-right: 5px;
}
.form-search .submit-btn svg {
    color: #ccc;
}
.form-search .submit-btn:hover svg {
    color: #565656;
}
.search-ico-field {
    border: none !important;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3;
    margin: 0.5em 0;
    color: #000;
}
figure {
    margin: 1em 0;
}
.single .site-content > header.page-header {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
}
.single .site-content > header.page-header h2 {
    text-align: center;
}
.single .site-content > header.page-header a {
    color: #fff;
}
.single .site-content .entry-content,
.single .site-content .entry-content p {
    line-height: 1.8;
    font-size: 18px;
}
.single .site-content .content-area ul {
    list-style: disc;
}
blockquote, q {
    margin: 1.5em 1em;
    font-size: 1.333em;
    text-align: center;
    font-weight: 700;
    color: #000;
    border-left: none;
    padding: unset;
}
.single .site-content .entry-content blockquote p {
    font-size: 1.5rem;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image h2 {
    font-size: 2em !important;
    line-height: 1.25 !important;
}

.wp-block-button__link:not(.has-background), .wp-block-button__link:not(.has-background):active, .wp-block-button__link:not(.has-background):focus, .wp-block-button__link:not(.has-background):hover {
    background-color: #00b96e;
    box-shadow: 0 3px 15px rgba(7,156,95,.6);
}
.wp-block-button__link:not(.has-background):active, .wp-block-button__link:not(.has-background):focus, .wp-block-button__link:not(.has-background):hover {
    background-color: #05a563;
}

.content-area button,
.content-area input[type="button"],
.content-area input[type="reset"],
.content-area input[type="submit"] {
    background-color: #00b96e;
    box-shadow: 0 3px 15px rgba(7,156,95,.6);
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    text-transform: unset;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.content-area button:hover,
.content-area input[type="button"]:hover,
.content-area input[type="reset"]:hover,
.content-area input[type="submit"]:hover {
    background-color: #05a563;
}


@media screen and (max-width: 480px) {
    .single .site-content > header.page-header {
        height: 300px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px !important;
    }
}

.content-header-title h1 {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .form-search .search-ico-field {
        width: 590px!important
    }
    .navbar-collapse-top-tablet {
        display: block;
        margin-left: 20px;
        position: absolute;
        top: -12px;
    }
    .navbar-collapse-top-header .navbar-nav>li {
        display: none;
    }
    .navbar-collapse-top-header .navbar-nav>li:first-child {
        display: block;
        padding-top: 15px;
    }
    .big-page-header {
        display: none;
    }
    .page-header {
        display: block;
    }
    .navbar-collapse-top-tablet.navbar-collapse-top-header .navbar-nav>li {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media (max-width: 991px) {
    .navbar-collapse-top-tablet {
        margin-left: 40px;
    }
    .form-search .search-ico-field {
        width: 520px!important
    }
}

@media (max-width: 768px) {
    .form-search .search-ico-field {
        width: 100%!important;
    }
    .navbar-collapse-top-tablet.navbar-collapse-top-header .navbar-nav>li {
        display: none;
    }
    .navbar-collapse-top-header .navbar-nav>li {
        display: block;
    }
}

.list-view .content-header-title {
    display: none;
}

.page-header {
    display: none;
}
.single .site-content > header.page-header {
    display: none;
}
.content-header-title {
    display: none;
}

@media (max-width: 1024px) {
    .content-header-title {
        display: block;
    }
    .single .site-content > header.page-header {
        display: flex;
    }
}

.big-page-header .big-page-header-container {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.big-page-header .big-page-header-container > div {
    display: table-cell;
    width: 50%;
}
.big-page-header .big-page-header-container .big-page-header-title {
    vertical-align: middle;
    padding: 30px 30px 30px 0;
}
.big-page-header .big-page-header-container .big-page-header-title h1 {
    padding-bottom: 0;
}
.big-page-header .big-page-header-container .big-page-header-image {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.upw-posts .entry-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.widget-area {
    box-shadow: 0 20px 40px rgba(210,224,233,.8);
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}

.navbar-default .navbar-nav > .top-menu-blog-row > a {
    color: #82ca9c;
}

.nav-holder a > svg {
    margin-top: -2px;
}

body.home {
    color: #34495e;
}
