/*
 Theme Name: Web Design Sun Theme
 Theme URI: http://www.webdesignsun.com
 Author: Web Design Sun
 Author URI: http://www.webdesignsun.com
 Description: Web Design Sun Theme is created by order of the COMPANY NAME and designed with soul and care by <a href="http://www.webdesignsun.com" title="Designed with soul and care by Web Design Sun® | IIG Global®" target="_blank">Web Design Sun®</a>&nbsp;|&nbsp;<a href="http://www.iig.global" title="Designed with soul and care by Web Design Sun® | IIG Global®" target="_blank">IIG Global®</a>
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-development, responsive-layout, accessibility-ready, custom-menu, editor-style, featured-images, microformats, translation-ready, seo-friendly, well-designed
 Text Domain: webdesignsuntheme

 This theme, like WordPress, is licensed under the GPL.
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons - clear
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus - clear
 * 7.0 - Accessibility - clear
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header - clear
 * 11.0 - Widgets - clear
 * 12.0 - Content - clear
 *    12.1 - Posts and pages - clear
 *    12.2 - Post Formats - clear
 *    12.3 - Comments - clear
 * 13.0 - Footer - clear
 * 14.0 - Media - clear
 *    14.1 - Captions - clear
 *    14.2 - Galleries - clear
 * 15.0 - Multisite - clear
 * 16.0 - Media Queries - clear
 *    16.1 - Mobile Large - clear
 *    16.2 - Tablet Small - clear
 *    16.3 - Tablet Large - clear
 *    16.4 - Desktop Small - clear
 *    16.5 - Desktop Medium - clear
 *    16.6 - Desktop Large - clear
 *    16.7 - Desktop X-Large - clear
 * 17.0 - Print - clear
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    color: #353d41;
    background: #fff;
    position: relative;
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
a{
    transition: .5s all;
}
a span{
    transition: .5s all;
}
a:hover span{
    text-decoration: underline;

}
a:focus,
a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


/**
 * 2.0 - Genericons
 */


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 25px !important;
}
h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}
p {
    margin-bottom: 1em;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul {
    list-style: disc;
    font-size: 18px;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 10px;
    font-size: 18px;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Lato', sans-serif;
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Lato', sans-serif;
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Lato', sans-serif;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Lato', sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
}

input:focus,
select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 0.375em;
    width: 100%;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    position: relative;
}

.post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.post-password-form input[type="submit"] {
    padding: 0.7917em;
    position: absolute;
    right: 0;
    bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
    padding: 0;
}


/**
 * 6.0 Navigations
 */
.menu ul{
    margin: 0;
    display: inline-block;
}
.menu ul li{
    position: relative;
    list-style: none;
    display: inline-block;
    float: left;
}
/**
 * 6.1 Links
 */

a {
    color: #02bf6f;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #02bf6f;
}


/**
 * 6.2 Menus
 */
.category-menu{
    border: 1px solid #e7e9f1;
    border-radius: 3px;
    padding: 0 30px 0 30px;
    font-size: 0;
}
.category-menu ul{
    width: 100%;
}
.category-menu ul li{
    margin-right: 2.5%;
}
.category-menu ul li:nth-last-child(1){
    margin-right: 0;
}
.category-menu ul li a{
    position: relative;
    padding: 19px 0;
    display: inline-block;
    color: #7f868a;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    cursor: pointer;
}
.category-menu ul li a.activ,
.category-menu ul li a:hover{
    color: #2c3436;
}
.category-menu ul li a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: transparent;
}
.category-menu ul li a.activ:before,
.category-menu ul li a:hover:before{
    background: #16b56b;
}
/**
 * 7.0 Accessibility
 */


/**
 * 8.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}

.container-cs{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
/**
 * 10.0 Header
 */

.overflow-hide{
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.overflow-hide body{
    -webkit-overflow-scrolling: touch;
}
.overflow-scroll{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 30px;
    border-bottom: 1px solid #e2e2e2;
    background-image: -webkit-linear-gradient(270deg,hsla(0,0%,100%,.97),hsla(0,0%,100%,.97));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.97),hsla(0,0%,100%,.97));
    box-shadow: none;
    background-color: #fff;
    z-index: 10;
}

.site-header.user-logged {
    top: 32px;
}

.site-header__logo {
    width: 136px;
    float: left;
    padding: 23px 0 0 0;
    margin-right: 32px;
}

.site-header__logo a {
    display: block;
}

.site-header__logo img {
    display: block;
    height: 28px;
    width: 1000%;
}

.site-header__nav {
    width: 100%;
}

.primary-nav {
    float: left;
    margin: 0;
    padding: 7px 0;
    list-style: none;
    line-height: 1;
}

.primary-nav .menu-item {
    position: relative;
    display: block;
    float: left;
}

.primary-nav .menu-item a {
    display: block;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #6b6b6b;
    transition: all 300ms ease;
}

.primary-nav .menu-item a:hover {
    color: #2c3336;
}

.primary-nav .current_page_parent {
    top: 10px;
}

.primary-nav .current_page_parent a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    background-color: #ececec;
    color: #6b6b6b;
}

.primary-nav .menu-item.w-badge {
    position: relative;
}

.primary-nav .menu-item.w-badge::before {
    content: 'New';
    display: block;
    width: 40px;
    text-align: center;
    height: 18px;
    border-radius: 3px;
    background-color: #02bf6f;
    position: absolute;
    top: -1px;
    right: -27px;
    color: #fff;
    font-size: 9px;
    padding-top: 4px;
}

.primary-nav .menu-item.w-badge::after {
    /*content: '✨';*/
    content: '✨';
    position: absolute;
    top: 22px;
    right: -4px;
    display: block;
    width: 16px;
    height: 20px;
    font-size: 16px;
}

.right-nav {
    float: right;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    line-height: 1;
}

.right-nav .menu-item {
    display: block;
    float: left;
}

.right-nav .menu-btn {
    position: relative;
    top: 6px;
}

.right-nav .menu-item a {
    display: block;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1;
    color: #6b6b6b;
    transition: all 300ms ease;
}

.right-nav .menu-item a:hover {
    color: #2c3336;
}

.right-nav .menu-btn a {
    border-radius: 8px;
    padding: 14px 20px;
    color: #fff;
    background-color: #02bf6f;
}

.right-nav .menu-btn a:hover {
    color: #fff;
    box-shadow: 3px 3px 20px 1px rgba(0,0,0,.29);
}

.mobile-nav-toggle {
    display: none;
}

.site-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.site-footer__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.site-footer__col.embed {
    position: relative;
    top: -1px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.site-footer__col--title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.site-footer__col--list {
    position: relative;
    top: -1px;
    margin: 0 0 10px 0;
    list-style: none;
}

.site-footer__col--list__item {
    padding: 6px 2px 5px 2px;
    line-height: 20px;
    color: #3b3b3b;
}

.site-footer__col--list__item a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: #3b3b3b;
}

.site-footer__col--list__item a:hover {
    color: #02bf6f;
}

@media (max-width: 1920px) {
    .site-header__logo {
        margin-right: 31px;
    }
}

@media (max-width: 1800px) {
    .site-header__logo {
        margin-right: 30px;
    }
}

@media (max-width: 1700px) {
    .site-header__logo {
        margin-right: 29px;
    }
}

@media (max-width: 1600px) {
    .site-header__logo {
        margin-right: 28px;
    }
}

@media (max-width: 1550px) {
    .site-header__logo {
        margin-right: 27px;
    }
}

@media (max-width: 1450px) {
    .site-header__logo {
        margin-right: 26px;
    }
}

@media (max-width: 1400px) {
    .site-header__logo {
        margin-right: 25px;
    }
}

@media (max-width: 1300px) {
    .site-header__logo {
        margin-right: 24px;
    }
}

@media (max-width: 1250px) {
    .site-header__logo {
        margin-right: 23px;
    }
}

@media (max-width: 1200px) {
    .site-header__logo {
        margin-right: 22px;
    }
}

@media (max-width: 1150px) {
    .site-header__logo {
        margin-right: 21px;
    }
}

@media (max-width: 1100px) {
    .header-bottom {
        display: none;
    }

    .hd-menu-right ul li a:hover {
        background: transparent;
    }
    .author-container{
        padding-top: 0;
    }

    .site-header__logo {
        margin-right: 20px;
    }
}

@media (max-width: 1050px) {
    .site-header__logo {
        margin-right: 19px;
    }
}

@media (max-width: 1024px) {
    .site-header__logo {
        margin-right: 18px;
    }
}

@media (max-width: 991px) {
    .post-item{
        width: 49%;
        margin-right: 2%;
    }
    .post-item:nth-child(3n){
        margin-right: 2%;
    }
    .post-item:nth-child(even){
        margin-right: 0;
    }
    .single-content{
        width: 100%;
    }
    .single-sidebar{
        width: 100%;
        margin: 40px 0;
    }

    .site-header {
        height: 91px;
    }

    .site-header__logo {
        padding: 16px 0;
    }

    .site-header__nav {
        position: absolute;
        top: 90px;
        left: 0;
        display: none;
        width: 100%;
        padding: 0 0 22px 0;
        background: #fff;
    }

    .mobile-nav-toggle {
        position: absolute;
        top: 27px;
        right: 38px;
        display: block;
        width: 40px;
        height: 40px;
        padding: 9px;
        text-align: center;
        font-size: 17px;
        line-height: 1;
        color: #000;
    }

    .mobile-nav-toggle:hover,
    .mobile-nav-toggle:focus {
        color: #000;
    }

    .primary-nav,
    .right-nav {
        float: none;
        padding: 0;
    }

    .primary-nav .menu-item,
    .right-nav .menu-item {
        display: block;
        float: none;
    }

    .right-nav .menu-btn {
        width: 157px;
        margin: 0 auto;
    }

    .site-footer__col.embed {
        top: 0;
        left: -1px;
    }

    .pre-footer__title {
        padding: 0 45px;
    }

    .site-header__nav--right {
        margin-top: 20px;
    }

    .right-nav .menu-item:first-child {
        margin-bottom: 10px;
    }

    .right-nav .menu-btn {
        top: 7px;
    }

    .primary-nav .menu-item.w-badge::before {
        top: 21px;
        right: 0;
        left: 130px;
    }

    .primary-nav .menu-item a,
    .right-nav .menu-item a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .primary-nav .current_page_parent {
        top: 0;
    }

    .right-nav .menu-btn a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 782px) {
    .site-header.user-logged {
        top: 46px;
    }
}

@media (max-width: 768px) {
    .blog-full-post{
        min-height: 0;
    }
    .blog-full-post .image-block{
        width: 100%;
        display: table-header-group;
    }
    .blog-full-post .image-block img{
        display: block;
    }
    .blog-full-post .text-block{
        display: table-row-group;
    }
    .blog-three-post,
    .blog-second-post{
        margin-bottom: 0;
    }
    .blog-three-post>div,
    .blog-second-post>div{
        display: inline-block;
        width: 100%!important;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .site-header__logo {
        margin-left: 10px;
    }

    .site-footer__col {
        width: 33%;
    }

    .site-footer__col.embed {
        top: -1px;
        left: 0px;
    }
}

@media (max-width: 640px) {
    #wpadminbar {
        position: fixed;
    }
    .post-item{
        width: 100%;
        margin-right: 0!important;
    }
    .author-box{
        width: 48%;
    }
    .author-box:nth-child(4n){
        margin-right: 2.5%;
    }
    .author-box:nth-child(2n){
        margin-right: 0;
    }
    .column-author-1{
        float: none;
        margin: 0 auto;
        display: block;
    }
    .column-author-2{
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .site-footer__col {
        width: 50%;
    }

    .site-footer__col--embed {
        margin: 0 auto;
    }
}
