403Webshell
Server IP : 37.27.51.148  /  Your IP : 37.27.51.148
Web Server : nginx/1.14.1
System : Linux libra 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 20:24:04 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.31
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/zodiac22/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/zodiac22/css/blogstyle_old.css
body {
    color: #222222;
    font-size: 18px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    fill: currentColor;
}

.icon__cnt {
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translate(0.5px, -0.3px);
}

.icon--m {
    width: 50px;
    height: 50px;
}

.icon--l {
    width: 100px;
    height: 100px;
}

.icon--xl {
    width: 150px;
    height: 150px;
}

.icon--xxl {
    width: 200px;
    height: 200px;
}

.icon__spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon--ei-spinner .icon__spinner, .icon--ei-spinner-2 .icon__spinner {
    -webkit-animation: spin 1s steps(12) infinite;
    animation: spin 1s steps(12) infinite;
}

.icon--ei-spinner-3 .icon__spinner {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.icon--ei-sc-facebook {
    fill: #3b5998;
}

.icon--ei-sc-github {
    fill: #333;
}

.icon--ei-sc-google-plus {
    fill: #dd4b39;
}

.icon--ei-sc-instagram {
    fill: #3f729b;
}

.icon--ei-sc-linkedin {
    fill: #0976b4;
}

.icon--ei-sc-odnoklassniki {
    fill: #ed812b;
}

.icon--ei-sc-skype {
    fill: #00aff0;
}

.icon--ei-sc-soundcloud {
    fill: #f80;
}

.icon--ei-sc-tumblr {
    fill: #35465c;
}

.icon--ei-sc-twitter {
    fill: #55acee;
}

.icon--ei-sc-vimeo {
    fill: #1ab7ea;
}

.icon--ei-sc-vk {
    fill: #45668e;
}

.icon--ei-sc-youtube {
    fill: #e52d27;
}

.icon--ei-sc-pinterest {
    fill: #bd081c;
}

.icon--ei-sc-telegram {
    fill: #0088cc;
}

.o-grid {
    margin: 0 auto;
    max-width: 1200px;
}

.o-grid:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 40em) {
    .o-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.o-grid .o-grid {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0;
}

.o-grid--full {
    max-width: 100vw;
}

.o-grid__col {
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 40em) {
    .o-grid__col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.o-grid__col--1-3-s {
    width: 33.3333333333%;
}

.o-grid__col--2-3-s {
    width: 66.6666666667%;
}

.o-grid__col--1-4-s {
    width: 25%;
}

.o-grid__col--2-4-s {
    width: 50%;
}

.o-grid__col--3-4-s {
    width: 75%;
}

.o-grid__col--4-4-s {
    width: 100%;
}

@media (min-width: 40em) {
    .o-grid__col--1-3-m {
        width: 33.3333333333%;
    }

    .o-grid__col--2-3-m {
        width: 66.6666666667%;
    }

    .o-grid__col--1-4-m {
        width: 25%;
    }

    .o-grid__col--2-4-m {
        width: 50%;
    }

    .o-grid__col--3-4-m {
        width: 75%;
    }

    .o-grid__col--4-4-m {
        width: 100%;
    }
}

@media (min-width: 64em) {
    .o-grid__col--1-3-l {
        width: 33.3333333333%;
    }

    .o-grid__col--2-3-l {
        width: 66.6666666667%;
    }

    .o-grid__col--1-4-l {
        width: 25%;
    }

    .o-grid__col--2-4-l {
        width: 50%;
    }

    .o-grid__col--3-4-l {
        width: 75%;
    }

    .o-grid__col--4-4-l {
        width: 100%;
    }
}

.o-grid__col--full {
    width: 100%;
}

.o-grid__col--grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.o-grid__col--center {
    margin: 0 auto;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
}

.o-grid__col--end {
    margin-left: auto;
}

.c-off-canvas-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-off-canvas-container .o-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.o-plain-list, .comment-list, .c-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-header {
    padding: 32px 0;
}

@media (min-width: 40em) {
    .c-header {
        padding: 48px 0;
    }
}

@media (min-width: 64em) {
    .c-header {
        padding: 4px 0 15px;
    }
}

.c-header h1 {
    margin-bottom: 0;
}

.c-logo-link {
    display: block;
    color: #DB3334;
    font-family: Georgia, serif;
    font-size: 24px;
    transition: color 500ms ease-in-out;
}

@media (min-width: 40em) {
    .c-logo-link {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 32px;
        font-size: 36px;
        text-align: center;
    }

    .c-logo-link img {
        max-width: 50%;
        display: inline-block;
    }
}

.c-logo-link:hover, .c-logo-link:active, .c-logo-link:focus {
    color: #000000;
}

.c-logo {
    width: auto;
    max-height: 32px;
}

@media (min-width: 40em) {
    .c-logo {
        margin: 0 auto;
        max-height: 96px;
    }
}

@media (min-width: 64em) {
    .c-logo {
        max-height: 128px;
    }
}

@media (min-width: 40em) {
    .c-nav {
        position: relative;
        z-index: 1;
        display: inline-block;
        line-height: 1;
        background-color: #FFFFFF;
        padding: 0px 32px;
    }

    .c-nav-wrap {
        text-align: center;
    }

    .c-nav-wrap:after {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #EBF1F8;
        width: 100%;
        top: 50%;
        left: 0px;
    }
}

.c-nav .menu-item {
    position: relative;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}

.rtl .c-nav .menu-item {
    letter-spacing: unset;
}

@media (min-width: 40em) {
    .c-nav .menu-item:not(:last-child) {
        margin-right: 8px;
    }
}

@media (min-width: 64em) {
    .c-nav .menu-item:not(:last-child) {
        margin-right: 16px;
    }
}

@media (min-width: 40em) {
    .c-nav .menu-item {
        display: inline-block;
    }
}

.c-nav .menu-item.current_page_item a {
    color: #DB3334;
}

.home .c-nav .menu-item.current_page_item a:not(:hover) {
    color: #222222;
}

@media (min-width: 40em) {
    .c-nav ul li {
        display: inline-block;
    }
}

@media (max-width: 39.99em) {
    .c-nav .sub-menu {
        padding-right: 0;
        padding-left: 16px;
    }
}

@media (min-width: 40em) {
    .c-nav .menu-item-has-children > a {
        padding-right: 12px;
    }

    .c-nav .menu-item-has-children > a:after {
        content: "";
        position: absolute;
        top: 2px;
        left: auto;
        right: 0;
        width: 6px;
        height: 6px;
        border: solid #222222;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .c-nav .menu-item-has-children:hover > .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .c-nav .sub-menu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 32px;
        left: 0;
        right: auto;
        z-index: 1000;
        min-width: 220px;
        text-align: left;
        background-color: #FFFFFF;
        transition: opacity 500ms;
        border-radius: 4px;
        box-shadow: 0 4px 20px rgba(93, 115, 141, 0.25);
        padding: 8px 24px;
    }
}

@media (min-width: 40em) and (min-width: 40em) {
    .c-nav .sub-menu:before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background-color: #FFFFFF;
        position: absolute;
        top: -7px;
        left: 24px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media (min-width: 40em) {
    .c-nav .sub-menu .menu-item {
        display: block;
        margin-right: 0;
    }

    .c-nav .sub-menu .menu-item:not(:last-child) {
        border-bottom: 1px solid #EBF1F8;
    }

    .c-nav .sub-menu .menu-item.menu-item-has-children > a:after {
        right: auto;
        left: auto;
        top: 50%;
        right: 0;
        -webkit-transform: rotate(-45deg) translate(0, -50%);
        transform: rotate(-45deg) translate(0, -50%);
    }

    .c-nav .sub-menu .menu-item a {
        display: block;
        color: #5D738D;
        font-weight: 400;
    }

    .rtl .c-nav .sub-menu .menu-item a {
        font-weight: 700;
    }

    .c-nav .sub-menu .menu-item a:hover, .c-nav .sub-menu .menu-item a:active, .c-nav .sub-menu .menu-item a:focus {
        color: #DB3334;
    }
}

@media (min-width: 40em) {
    .c-nav .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        border-left: 1px solid #EBF1F8;
        box-shadow: 0 10px 70px 10px rgba(93, 115, 141, 0.2);
        padding: 4px 24px;
    }
}

@media (min-width: 40em) and (min-width: 40em) {
    .c-nav .sub-menu .sub-menu:before {
        display: none;
    }
}

.c-nav a {
    padding: 16px 0;
    transition: 500ms;
    font-weight: 500;
}

.rtl .c-nav a {
    font-weight: 700;
}

@media (max-width: 39.99em) {
    .c-nav a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #EBF1F8;
    }
}

.c-nav a:hover, .c-nav a:active, .c-nav a:focus {
    color: #DB3334;
    text-decoration: none;
}

.c-social-icons {
    text-align: center;
}

@media (min-width: 40em) {
    .c-social-icons {
        text-align: right;
    }
}

.c-social-icons li {
    display: inline-block;
}

.c-social-icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5D738D;
    transition: 500ms;
}

.c-social-icons a:hover, .c-social-icons a:active, .c-social-icons a:focus {
    color: #DB3334;
}

.c-social-icons a:before {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    content: "-";
    font-family: social-logos;
    font-size: 18px;
    text-decoration: inherit;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-social-icons a[href*="amazon.com"]:before {
    content: "";
}

.c-social-icons a[href*="behance.com"]:before {
    content: "";
}

.c-social-icons a[href*="blogger.com"]:before {
    content: "";
}

.c-social-icons a[href*="codepen.com"]:before {
    content: "";
}

.c-social-icons a[href*="dribbble.com"]:before {
    content: "";
}

.c-social-icons a[href*="dropbox.com"]:before {
    content: "";
}

.c-social-icons a[href*="eventbrite.com"]:before {
    content: "";
}

.c-social-icons a[href*="facebook.com"]:before {
    content: "";
}

.c-social-icons a[href*="flickr.com"]:before {
    content: "";
}

.c-social-icons a[href*="foursquare.com"]:before {
    content: "";
}

.c-social-icons a[href*="ghost.org"]:before {
    content: "";
}

.c-social-icons a[href*="github.com"]:before {
    content: "";
}

.c-social-icons a[href*="plus.google.com"]:before {
    content: "";
}

.c-social-icons a[href*="google.com"]:before {
    content: "";
}

.c-social-icons a[href*="instagram.com"]:before {
    content: "";
}

.c-social-icons a[href*="linkedin.com"]:before {
    content: "";
}

.c-social-icons a[href*="mailto:"]:before {
    content: "";
}

.c-social-icons a[href$="/feed/"]:before {
    content: "";
}

.c-social-icons a[href*="medium.com"]:before {
    content: "";
}

.c-social-icons a[href*="path.com"]:before {
    content: "";
}

.c-social-icons a[href*="pinterest.com"]:before {
    content: "";
}

.c-social-icons a[href*="pocket.com"]:before {
    content: "";
}

.c-social-icons a[href*="polldaddy.com"]:before {
    content: "";
}

.c-social-icons a[href*="reddit.com"]:before {
    content: "";
}

.c-social-icons a[href*="skype.com"]:before {
    content: "";
}

.c-social-icons a[href*="spotify.com"]:before {
    content: "";
}

.c-social-icons a[href*="squarespace.com"]:before {
    content: "";
}

.c-social-icons a[href*="stumbleupon.com"]:before {
    content: "";
}

.c-social-icons a[href*="telegram.com"]:before {
    content: "";
}

.c-social-icons a[href*="tumblr.com"]:before {
    content: "";
}

.c-social-icons a[href*="twitch.com"]:before {
    content: "";
}

.c-social-icons a[href*="twitter.com"]:before {
    content: "";
}

.c-social-icons a[href*="vimeo.com"]:before {
    content: "";
}

.c-social-icons a[href*="whatsapp.com"]:before {
    content: "";
}

.c-social-icons a[href*="wordpress.com"]:before, .c-social-icons a[href*="wordpress.org"]:before {
    content: "";
}

.c-social-icons a[href*="xanga.com"]:before {
    content: "";
}

.c-social-icons a[href*="youtube.com"]:before {
    content: "";
}

.c-post-hero__media {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    background-color: #F6F9FC;
}

@media (min-width: 64em) {
    .c-post-hero__media {
        margin-right: -40px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
}

.c-post-hero__media .wp-post-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    /**max-height: none;
    max-width: none;*/
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 500ms ease-in-out;
    opacity: 0;
}

.c-post-hero__media .wp-post-image.is-inview {
    opacity: 1;
}

.c-post-hero__content {
    text-align: center;
    background-color: #F6F9FC;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #EBF1F8;
    padding: 24px;
}

@media (min-width: 64em) {
    .c-post-hero__content {
        text-align: left;
    }
}

@media (min-width: 64em) {
    .c-post-hero__content {
        padding: 32px 40px 32px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        height: 100%;
        border-width: 1px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-color: #EBF1F8 #EBF1F8 #EBF1F8 #FFFFFF;
    }
}

.c-post-hero__content--raw {
    border-width: 1px;
    border-color: #EBF1F8;
    text-align: center;
}

.c-post-hero__content--raw .c-post-hero__title {
    margin: 0 auto;
    max-width: 60%;
}

.c-post-hero__date {
    margin-top: 4px;
    font-size: 12px;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rtl .c-post-hero__date {
    letter-spacing: unset;
}

.c-post-hero__title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

@media (min-width: 40em) {
    .c-post-hero__title {
        font-size: 28px;
    }
}

@media (min-width: 64em) {
    .c-post-hero__title {
        font-size: 36px;
        margin-top: auto;
    }
}

.c-search {
    padding-top: 15px;
    background: #FFFFFF;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    transition: opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end, -webkit-transform 250ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: transform 250ms cubic-bezier(0.694, 0, 0.335, 1), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end;
    transition: transform 250ms cubic-bezier(0.694, 0, 0.335, 1), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end, -webkit-transform 250ms cubic-bezier(0.694, 0, 0.335, 1);
}

@media (min-width: 40em) {
    .c-search {
        padding-top: 10px;
    }
}

.c-search.is-active {
    z-index: 10;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start, -webkit-transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94);
    transition: transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start;
    transition: transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start, -webkit-transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94);
}

.c-search__form {
    position: relative;
    margin-left: 16px;
    padding-right: 16px;
}

.c-search__icon {
    position: absolute;
    top: 14px;
    left: 16px;
    fill: #5D738D;
    width: 32px;
    height: 32px;
}

.c-search__input[type=search] {
    width: 100%;
    outline: none;
    margin-bottom: 16px;
    padding-left: 56px;
    font-size: 18px;
    border: 0;
    border-radius: 2px;
    background-color: #F6F9FC;
}

.c-search__input[type=search]::-webkit-input-placeholder {
    opacity: 1;
    color: #5D738D;
}

.c-search__input[type=search]:-ms-input-placeholder {
    opacity: 1;
    color: #5D738D;
}

.c-search__input[type=search]::placeholder {
    opacity: 1;
    color: #5D738D;
}

@media (min-width: 40em) {
    .c-search__input[type=search] {
        font-size: 24px;
    }
}

.c-search__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 32px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #F6F9FC;
}

@media (min-width: 40em) {
    .c-search__close {
        top: 13px;
    }
}

.c-search__close .icon {
    fill: #5D738D;
    transition: 500ms;
}

.c-search__close:hover .icon {
    fill: #222222;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c-search-toggle {
    cursor: pointer;
}

@media (max-width: 39.99em) {
    .c-search-toggle {
        margin-top: 16px;
    }
}

.c-search-toggle__icon {
    vertical-align: middle;
    transition: 500ms;
}

.c-search-toggle__icon:hover, .c-search-toggle__icon:active, .c-search-toggle__icon:focus {
    fill: #DB3334;
}

.c-off-canvas-toggle {
    position: absolute;
    top: 40px;
    right: 24px;
    z-index: 10;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

@media (min-width: 40em) {
    .c-off-canvas-toggle {
        display: none;
    }
}

.c-off-canvas-toggle__icon {
    position: absolute;
    left: 0;
    height: 1px;
    width: 25px;
    background: #000000;
    cursor: pointer;
}

.c-off-canvas-toggle__icon:before, .c-off-canvas-toggle__icon:after {
    content: "";
    display: block;
    height: 100%;
    background-color: inherit;
    transition: 500ms;
}

.c-off-canvas-toggle__icon:before {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
}

.c-off-canvas-toggle__icon:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon {
    height: 2px;
    background-color: transparent;
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before, .c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
    position: relative;
    visibility: visible;
    background: #000000;
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 39.99em) {
    .c-off-canvas-toggle--close {
        top: 24px;
        right: 40px;
    }
}

html, body {
    overflow-x: hidden;
}

@media (min-width: 40em) {
    .c-off-canvas-content {
        position: relative;
    }
}

@media (max-width: 39.99em) {
    .c-off-canvas-content {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        padding: 40px;
        background-color: #FFFFFF;
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
}

@media screen and (max-width: 39.99em) and (-ms-high-contrast: active), (max-width: 39.99em) and (-ms-high-contrast: none) {
    .c-off-canvas-content.is-active {
        right: 300px;
    }
}

@media (max-width: 39.99em) {
    .c-off-canvas-container {
        -webkit-perspective: 1000;
        transition: -webkit-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
        transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
        transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88), -webkit-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    }

    .c-off-canvas-container.is-active {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .c-off-canvas-container.is-active:after {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.2);
    }
}

.c-post-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.c-post-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-post-card__media {
    overflow: hidden;
    background-color: #F6F9FC;
}

.c-post-card__image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 2px;
    transition: all 500ms ease-in-out;
}

.c-post-card__image.js-fadein {
    opacity: 0;
}

.c-post-card__image.is-inview {
    opacity: 1;
}

.c-post-card__image:before {
    transition: 500ms;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000000;
    opacity: 0;
}

.c-post-card__image:after {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 75%;
}

.c-post-card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.c-post-card__content--raw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px;
    background-color: #F6F9FC;
}

.c-post-card__tags {
    float: left;
    padding-left: 8px;
    margin-top: 16px;
    margin-bottom: 12px;
    border-left: 2px solid #DB3334;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rtl .c-post-card__tags {
    letter-spacing: unset;
}

.c-post-card__tags a {
    text-transform: uppercase;
    color: #DB3334;
    margin-right: 4px;
    margin-left: 4px;
}

.c-post-card__tags a:first-child {
    margin-left: 0;
}

.c-post-card__tags a:hover, .c-post-card__tags a:active, .c-post-card__tags a:focus {
    text-decoration: underline;
}

.c-post-card__share-icon {
    width: 20px;
    height: 20px;
    vertical-align: top;
}

.c-post-card__title-link {
    border-bottom: 1px solid transparent;
    transition: border-bottom 500ms ease-in-out;
}

.c-post-card__title {
    clear: both;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
    word-break: break-word;
    transition: 500ms;
}

.c-post-card__meta {
    line-height: 1;
    font-size: 12px;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rtl .c-post-card__meta {
    letter-spacing: unset;
}

.c-post-card__author {
    display: inline-block;
}

.c-post-card__author a {
    color: #5D738D;
}

.c-post-card__author a:hover, .c-post-card__author a:active, .c-post-card__author a:focus {
    color: #222222;
}

.c-post-card__author:before {
    display: inline-block;
    padding-left: 4px;
    margin-right: 8px;
}

.c-post-card--featured__icon {
    display: none;
    position: absolute;
    bottom: 16px;
    left: 16px;
    fill: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.05);
}

.sticky .c-post-card--featured__icon {
    display: block;
}

.c-post-card:hover .c-post-card__image, .c-post-card:active .c-post-card__image, .c-post-card:focus .c-post-card__image {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.c-post-card:hover .c-post-card__image:before, .c-post-card:active .c-post-card__image:before, .c-post-card:focus .c-post-card__image:before {
    opacity: 0.1;
}

.c-post-card:hover .c-post-card__title-link, .c-post-card:active .c-post-card__title-link, .c-post-card:focus .c-post-card__title-link {
    color: #222222;
    border-bottom: 1px solid #222222;
}

@media (min-width: 64em) {
    .c-post-card--half .c-post-card__image:after {
        padding-bottom: 118%;
    }
}

@media (min-width: 64em) {
    .c-post-card--first .c-post-card__image:after {
        padding-bottom: 56.25%;
    }
}

.c-sidebar {
    margin-bottom: 32px;
}

.c-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding-left: 16px;
    padding-top: 24px;
}

.c-teaser:first-of-type {
    padding-top: 0;
}

.c-teaser:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #EBF1F8;
}

.c-teaser:before {
    counter-increment: widget;
    content: counter(widget) ". ";
    position: relative;
    left: -16px;
    font-size: 18px;
    font-style: italic;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #DB3334;
}

.c-teaser__media {
    margin-left: 16px;
    background-color: #F6F9FC;
}

.c-teaser__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-teaser__image {
    display: block;
    width: 64px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #F6F9FC;
    border-radius: 2px;
}

.c-teaser__image.js-fadein {
    opacity: 0;
}

.c-teaser__image.is-inview {
    opacity: 1;
}

.c-teaser__title {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-bottom 500ms ease-in-out;
}

.c-teaser__date {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

.rtl .c-teaser__date {
    letter-spacing: unset;
}

.c-teaser:hover, .c-teaser:active, .c-teaser:focus {
    color: #222222;
}

.c-teaser:hover .c-teaser__title, .c-teaser:active .c-teaser__title, .c-teaser:focus .c-teaser__title {
    border-bottom: 1px solid #222222;
}

.c-widget ul {
    margin-bottom: 0;
    list-style: none;
}

.c-widget ul:not(.children) {
    margin-left: 0;
}

.c-widget ul li {
    position: relative;
    font-size: 14px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.c-widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.c-widget ul li .sub-menu {
    padding-left: 8px;
}

.c-widget ul li .post-count {
    position: absolute;
    top: 8px;
    right: 0;
    left: auto;
    font-size: 12px;
}

.c-widget ul li:first-child a {
    padding-top: 0;
}

.c-widget ul li:last-child a {
    padding-bottom: 0;
}

.c-widget iframe {
    display: block !important;
}

.c-widget p {
    font-size: 14px;
}

.c-widget p:last-child {
    margin-bottom: 0;
}

.c-widget .wp-caption.alignnone {
    margin: 0;
    margin-bottom: 8px;
}

.c-widget .rss-date, .c-widget .post-date {
    font-size: 14px;
    display: block;
    color: #5D738D;
}

.textwidget {
    font-size: 14px;
}

.textwidget p:empty {
    display: none;
}

.textwidget img {
    width: 100%;
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-form label {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
}

.search-form .search-submit {
    position: relative;
    left: -1px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.widget_rss ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.widget_rss ul li a {
    display: block;
    font-weight: 500;
}

.widget_rss .rss-widget-icon {
    display: inline-block;
    margin-right: 4px;
}

.widget_rss .rssSummary {
    margin-top: 4px;
}

.widget_recent_comments .recentcomments a, .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: 500;
}

.c-widget--sidebar {
    padding: 32px;
    border-left: 1px solid #EBF1F8;
    border-right: 1px solid #EBF1F8;
    border-bottom: 1px solid #EBF1F8;
    counter-reset: widget;
}

@media (max-width: 39.99em) {
    .c-widget--sidebar {
        padding: 32px;
        border-right: 1px solid #EBF1F8;
    }
}

@media (min-width: 64em) {
    .c-widget--sidebar {
        padding: 40px;
    }
}

@media (max-width: 39.99em) {
    .c-widget--sidebar:first-child {
        border-top: 1px solid #EBF1F8;
    }
}

.c-widget--sidebar__title {
    margin-bottom: 24px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.rtl .c-widget--sidebar__title {
    letter-spacing: unset;
    font-weight: 700;
}

.c-widget--footer {
    margin-bottom: 32px;
}

.c-widget--footer__title {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rtl .c-widget--footer__title {
    letter-spacing: unset;
    font-weight: 700;
}

.c-widget--footer a {
    color: #5D738D;
}

.c-widget--footer a:hover, .c-widget--footer a:active, .c-widget--footer a:focus {
    color: #DB3334;
}

.c-widget--footer table, .c-widget--footer th, .c-widget--footer td {
    border: 1px solid #5D738D;
}

.c-widget--footer .textwidget {
    color: #5D738D;
}

.c-widget-author {
    text-align: center;
}

.c-widget-author__media {
    margin-bottom: 16px;
}

.c-widget-author .avatar {
    margin: 0 auto;
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    border: 4px solid #F6F9FC;
}

.c-widget-author__title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.c-widget-author__bio {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 14px;
}

.c-widget-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-widget-instagram__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 33%;
    flex: 1 33%;
    border: 1px solid #FFFFFF;
}

.c-widget-instagram__image {
    border-radius: 2px;
}

.c-post {
    padding-top: 32px;
    margin-bottom: 32px;
}

.c-content {
    margin-bottom: 32px;
    font-family: Georgia, serif;
}

.c-content:after {
    content: "";
    display: table;
    clear: both;
}

.c-content a:not(.c-btn) {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
}

.c-content a:not(.c-btn):hover, .c-content a:not(.c-btn):active, .c-content a:not(.c-btn):focus {
    color: #DB3334;
}

.c-content p, .c-content dd, .c-content ol, .c-content ul {
    font-size: 18px;
}

.c-content blockquote p {
    font-size: 20px;
}

.c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content h5, .c-content h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.c-content h1:not(:first-child), .c-content h2:not(:first-child), .c-content h3:not(:first-child), .c-content h4:not(:first-child), .c-content h5:not(:first-child), .c-content h6:not(:first-child) {
    margin-top: 40px;
}

.c-content address:last-child, .c-content h1:last-child, .c-content h2:last-child, .c-content h3:last-child, .c-content h4:last-child, .c-content h5:last-child, .c-content h6:last-child, .c-content blockquote:last-child, .c-content p:last-child, .c-content pre:last-child, .c-content dl:last-child, .c-content ol:last-child, .c-content ul:last-child, .c-content figure:last-child, .c-content hr:last-child, .c-content table:last-child, .c-content fieldset:last-child {
    margin-bottom: 0;
}

.c-content dd, .c-content ol, .c-content ul {
    -webkit-padding-start: 4px;
}

body:not(.rtl) .c-content > p:first-child::first-letter {
    float: left;
    height: 42px;
    margin-top: 6px;
    margin-right: 8px;
    font-size: 58px;
    line-height: 42px;
    font-style: normal;
    font-weight: 400;
}

body:not(.rtl) .c-content > p:first-child::after {
    content: "";
    display: table;
    clear: both;
}

.c-tags a {
    display: inline-block;
    padding: 4px 16px;
    margin: 0 8px 8px 0;
    color: #5D738D;
    border: 1px solid #EBF1F8;
    font-size: 14px;
    background-color: #FFFFFF;
}

.c-tags a:hover, .c-tags a:active, .c-tags a:focus {
    color: #DB3334;
    text-decoration: none;
}

@media (max-width: 39.99em) {
    .c-tags {
        margin-bottom: 16px;
    }
}

.c-categories {
    margin-top: 16px;
}

.c-categories a {
    display: inline-block;
    padding: 4px 16px;
    margin: 0 8px 8px 0;
    color: #5D738D;
    border: 1px solid #EBF1F8;
    font-size: 14px;
    background-color: #FFFFFF;
}

.c-categories a:hover, .c-categories a:active, .c-categories a:focus {
    color: #DB3334;
    text-decoration: none;
}

.c-author {
    padding: 32px;
    margin-bottom: 32px;
    background-color: #F6F9FC;
    border: 1px solid #EBF1F8;
}

@media (max-width: 39.99em) {
    .c-author {
        text-align: center;
    }
}

@media (min-width: 40em) {
    .c-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 39.99em) {
    .c-author__media {
        margin-bottom: 16px;
    }
}

@media (min-width: 40em) {
    .c-author__media {
        margin-right: 20px;
    }
}

.c-author .avatar {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    border: 4px solid #FFFFFF;
}

@media (max-width: 39.99em) {
    .c-author .avatar {
        margin: 0 auto;
    }
}

@media (min-width: 40em) {
    .c-author__content {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }
}

.c-author__title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.c-author__bio {
    font-size: 14px;
    margin-top: 8px;
}

@media (min-width: 40em) {
    .c-author__bio {
        margin-bottom: 0;
    }
}

.c-archive {
    padding: 32px;
    margin-bottom: 32px;
    background-color: #F6F9FC;
    border: 1px solid #EBF1F8;
}

.c-archive__title {
    margin-bottom: 0;
    font-size: 18px;
}

.c-archive__description {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
}

.c-related {
    padding: 32px 0 0;
    background-color: #F6F9FC;
    margin-bottom: -32px;
}

@media (min-width: 64em) {
    .c-related {
        padding: 64px 0 48px 0;
    }
}

.c-related__title {
    padding-bottom: 0;
    margin-bottom: 32px;
    text-align: center;
    font-size: 18px;
    font-family: Georgia, serif;
}

@media (min-width: 64em) {
    .c-related__title {
        margin-bottom: 48px;
        font-size: 24px;
    }
}

.c-related .c-post-card {
    padding: 16px 16px 24px 16px;
    background-color: #FFFFFF;
    border: 1px solid #EBF1F8;
    border-radius: 2px;
}

.c-ajax-pagination {
    margin-top: 32px;
    margin-bottom: 32px;
}

.c-footer {
    margin-top: 32px;
    padding: 32px 0 16px 0;
    border-top: 1px solid #EBF1F8;
    background-color: #FFFFFF;
}

.c-footer__top {
    margin-top: 32px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBF1F8;
}

@media (min-width: 64em) {
    .c-footer__top {
        margin-top: 48px;
    }
}

.c-footer__copyright {
    color: #5D738D;
    font-size: 12px;
}

@media (min-width: 40em) {
    .c-footer__copyright {
        padding: 5px 0;
    }
}

.c-footer__copyright a {
    color: #5D738D;
}

.c-footer__copyright a:hover, .c-footer__copyright a:active, .c-footer__copyright a:focus {
    color: #DB3334;
}

@media (max-width: 39.99em) {
    .c-footer__copyright {
        text-align: center;
        margin-bottom: 8px;
    }
}

#comments {
    padding: 40px;
    margin-top: 40px;
    background: #F6F9FC;
}

#comments > h4 {
    margin-bottom: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.rtl #comments > h4 {
    letter-spacing: unset;
}

.comments-title {
    padding-bottom: 16px;
    margin-top: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #EBF1F8;
}

.comment-list {
    margin-bottom: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 2px;
}

.comment:not(:last-child) {
    border-bottom: 1px solid #EBF1F8;
}

.comment .children {
    list-style: none;
}

.comment .reply {
    margin-top: 16px;
    margin-left: 64px;
}

.comment .comment-respond {
    margin-top: 32px;
}

.comment-meta {
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-author .avatar {
    float: left;
    position: relative;
    margin-right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 4px solid #F6F9FC;
}

.comment-author .says {
    display: none;
}

.bypostauthor .fn:after {
    content: " ✯";
}

.comment-metadata, .comment-metadata time, .pingback .edit-link {
    font-size: 12px;
    color: #5D738D;
}

.comment-metadata .edit-link, .pingback .edit-link {
    display: inline-block;
}

.comment-content, .pingback .comment-body {
    font-size: 16px;
}

.comment-content {
    overflow: hidden;
}

.comment-content p, .comment-content ul, .comment-content ol, .comment-content dl {
    margin-bottom: 16px;
    font-size: 14px;
}

.comment-content p:last-child, .comment-content ul:last-child, .comment-content ol:last-child, .comment-content dl:last-child {
    margin-bottom: 0;
}

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment-form label {
    display: block;
    font-size: 14px;
    color: #5D738D;
}

.comment-form .form-submit {
    margin-bottom: 0;
}

.comment-form-comment, .comment-form-url, .comment-form-author, .comment-form-email, .comment-form .comment-form-cookies-consent, .comment-form .form-submit {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

@media (min-width: 64em) {
    .comment-form-author {
        padding-right: 24px;
    }

    .comment-form-author, .comment-form-email {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

.comment-form-comment label {
    display: none;
}

.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-form-cookies-consent label {
    margin-left: 8px;
}

.form-allowed-tags code {
    font-family: Courier, monospace;
}

.comment-reply-title {
    margin-bottom: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.rtl .comment-reply-title {
    letter-spacing: unset;
}

.comment-reply-title small {
    float: right;
}

.logged-in-as, .comment-notes {
    display: none;
    font-size: 14px;
}

.comment-awaiting-moderation {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: italic;
    color: #DB3334;
}

.no-comments {
    margin: 0;
    padding-top: 16px;
}

@media (min-width: 64em) {
    .no-comments {
        padding-top: 16px;
    }
}

.comment-navigation {
    margin-top: 16px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    padding: 16px;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    display: block;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #DB3334;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.calendar_wrap table {
    margin: 0;
    font-size: 14px;
}

.calendar_wrap table, .calendar_wrap thead th, .calendar_wrap tfoot td {
    border: 0;
}

.calendar_wrap tbody td {
    text-align: center;
}

.calendar_wrap tbody td#today, .calendar_wrap tbody td a {
    font-weight: 700;
}

.calendar_wrap tbody .pad {
    background: none;
}

.aligncenter {
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 24px;
}

.alignleft {
    float: left;
    margin-right: 24px;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

div[class^=embed] {
    margin-bottom: 24px;
}

.post-navigation .meta-nav {
    display: block;
    position: relative;
    padding-bottom: 4px;
}

.post-navigation .meta-nav, .post-navigation .post-title {
    font-size: 14px;
}

.post-navigation .post-title {
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-bottom 500ms ease-in-out;
}

.post-navigation .nav-links:after {
    content: "";
    display: table;
    clear: both;
}

.post-navigation .pagination__text {
    position: relative;
    color: #5D738D;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rtl .post-navigation .pagination__text {
    letter-spacing: unset;
}

.post-navigation .pagination__icon {
    position: relative;
    vertical-align: bottom;
    color: #5D738D;
}

@media (min-width: 40em) {
    .post-navigation .nav-previous, .post-navigation .nav-next {
        max-width: 50%;
    }
}

.post-navigation .nav-previous {
    float: left;
    text-align: left;
}

.post-navigation .nav-previous .pagination__text, .post-navigation .nav-previous .pagination__icon {
    left: -8px;
}

.rtl .post-navigation .nav-previous .pagination__icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.post-navigation .nav-previous:hover, .post-navigation .nav-previous:active, .post-navigation .nav-previous:focus {
    color: #222222;
}

.post-navigation .nav-previous:hover .post-title, .post-navigation .nav-previous:active .post-title, .post-navigation .nav-previous:focus .post-title {
    color: #222222;
    border-bottom: 1px solid #222222;
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
}

.post-navigation .nav-next .pagination__text, .post-navigation .nav-next .pagination__icon {
    right: -8px;
}

.rtl .post-navigation .nav-next .pagination__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-navigation .nav-next:hover, .post-navigation .nav-next:active, .post-navigation .nav-next:focus {
    color: #222222;
}

.post-navigation .nav-next:hover .post-title, .post-navigation .nav-next:active .post-title, .post-navigation .nav-next:focus .post-title {
    color: #222222;
    border-bottom: 1px solid #222222;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 16px;
}

.wp-caption.alignleft {
    margin-right: 32px;
}

.wp-caption.alignright {
    margin-left: 32px;
}

.wp-caption img {
    margin-bottom: 8px;
}

.wp-caption .wp-caption-text {
    padding: 0 16px;
    color: #5D738D;
    font-style: italic;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.gallery {
    margin-bottom: 24px;
}

.gallery-item {
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.gallery-item img {
    width: 100%;
    border: 2px solid #FFFFFF;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-caption {
    padding: 2px;
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.page-links {
    margin-bottom: 16px;
}

.photoswipe-gallery-caption {
    padding: 2px;
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

div.wpcf7 p {
    color: #5D738D;
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.rtl div.wpcf7 label {
    font-weight: 700;
}

div.wpcf7 img.ajax-loader {
    display: inline-block;
}

div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.u-hidden {
    display: none;
}

.u-font-size-medium {
    font-size: 16px;
}

.u-text-left {
    text-align: left;
}

.u-text-right {
    text-align: right;
}

.u-text-center {
    text-align: center;
}

.u-inline {
    display: inline;
}

.u-block {
    display: block;
}

.u-inline-block {
    display: inline-block;
}

.u-left {
    float: left;
}

.u-right {
    float: right;
}

.u-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#c-olja {
    width: 80vw;
}

.related-cat {
    float: left;
    width: 30%
}

.block-quote {
    background-color: #f7f7f7;
    line-height: 26px;
    margin: 30px 0;
    padding: 26px 30px;
    border-left-style: solid;
    border-left-width: 4px;
    border-color: #f0533a;
}

.block-quote > strong {
    color: #f0533a;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
}


@media (max-width: 767px) {

    #comments {
        padding: 10px;
    }

    .comment {
        padding: 10px;
    }
}

.comment .reply {
    margin-left: 0px;
}

.comment .reply a {
    color: #23b2ff;
    font-size: 16px;
}

.breadcrumb_last {
    text-decoration: underline;
}

.blog-footer {
    width: 100%;
    background-color: #151414;
    color: #fff;
}

.foot-links {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.menu-main-menu-container ul {
    position: relative;
    list-style: none;
    margin-bottom: 0px;
}

.menu-main-menu-container ul li {
    display: inline-block;
    padding:0 5px;
}

.menu-main-menu-container ul li a {
    color: #fff;
}

.menu-main-menu-container ul li a:hover {
    color: #aa1c1c;
}

@media only screen and (max-width: 860px) {
    .menu-main-menu-container ul li {
        display: block;
        width: 100%;
        padding: 0 20px;
    }
}

.inner-footer {
    width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .inner-footer {
        width: 100%;
    }
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit