body {
    direction: rtl;
}

@charset "UTF-8";

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. BASIC STYLES
2. LAYOUT
3. ALIGNMENT
4. LOADER
5. HEADER
6. CONTENT
7. ASIDE
8. FOOTER
9. NAV
10. BUTTONS
11. FORM ELEMENTS
12. COMMON ELEMENTS
13. MEDIA QUERIES
-------------------------------------------------------------------*/
/*=============================================>>>>>
= BASIC STYLES =
===============================================>>>>>*/
html {
    background: url(../images/main-bg.jpg);
}

body {
    margin: 0;
    background: url(../images/main-top-bg.jpg) no-repeat 50% 0/100% auto;
    font: 87.5% Libre Baskerville, serif;
    color: #000;
    -webkit-tap-highlight-color: transparent;
}

main {
    display: block;
}

h1 a,
h2 a,
h3 a {
    text-decoration: none;
    color: inherit;
}

h1 {
    margin: 0 0 20px;
    font: bold 2.8571428571em Arial, sans-serif;
}

h2 {
    margin: 0 0 30px;
    font: bold 1.8571428571em Arial, sans-serif;
}

h3 {
    margin: 0 0 30px;
    font: 1.4285714286em Arial, cursive;
    letter-spacing: 1px;
    text-align: right;
}

h4,
h5,
h6 {
    margin: 0 0 30px;
}

h6 {
    font-size: 0.7857142857em;
}

p {
    margin: 0 0 30px;
    line-height: 1.8;
    color: #777;
}

ul,
ol {
    margin: 0 0 30px;
    line-height: 1.8;
    color: #777;
}

    ul li,
    ol li {
        padding: 0 0 5px;
    }

.form-check {
    display: block;
    min-height: 1.6rem;
    padding-right: 1.5em;
    margin-bottom: 0.125rem;
}

address {
    margin: 0 0 30px;
    line-height: 1.8;
    color: #777;
}

blockquote {
    position: relative;
    margin: 0 0 30px;
    padding: 40px;
    background: #E8E8E8;
}

    blockquote p {
        margin: 0;
        font-style: italic;
        font-size: 1.1428571429em;
    }

    blockquote cite {
        display: block;
        padding: 15px 0 0;
        font: bold 0.8571428571em Arial, sans-serif;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

pre {
    overflow-x: auto;
    margin: 0 0 30px;
    padding: 30px;
    background: #E8E8E8;
    font-size: 1.1em;
    line-height: 1.5;
}

table {
    border-collapse: collapse;
    margin-right: 25px;
}

a {
    color: darkred;
}

    a:hover {
        text-decoration: none;
        color: darkgreen;
    }

b,
strong {
    font-weight: bold;
}

hr {
    position: relative;
    overflow: visible;
    display: block;
    margin: 80px 0;
    height: 2px;
    background: #dbdbdb;
    border: none;
    color: inherit;
}

    hr:before {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        width: 20px;
        height: 20px;
        background: inherit;
        border-radius: 50%;
        -webkit-transform: translate(+50%, -50%);
        transform: translate(+50%, -50%);
    }

figure {
    position: relative;
    margin: 0 0 30px;
}

    figure:after {
        content: '';
        position: absolute;
        right: 15px;
        top: 15px;
        left: 15px;
        bottom: 15px;
        border: 5px solid rgba(255, 255, 255, 0.5);
        box-sizing: border-box;
    }

    figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    figure figcaption {
        position: absolute;
        right: 20px;
        left: 20px;
        bottom: 20px;
        padding: 15px;
        background: rgba(255, 255, 255, 0.5);
        text-align: center;
        font-size: 0.7857142857em;
        letter-spacing: 1px;
    }

iframe {
    border: none;
    vertical-align: bottom;
}

/*=============================================>>>>>
= LAYOUT =
===============================================>>>>>*/
.wrapper {
    position: relative;
}

.container {
    position: relative;
    width: 1200px;
    margin: auto;
}

    .container:after {
        content: "";
        display: table;
        clear: both;
    }

.margin-top {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-30 {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 80px;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/*=============================================>>>>>
= ALIGNMENT =
===============================================>>>>>*/
.left {
    text-align: right;
}

.right {
    text-align: left;
}

.center {
    text-align: center;
}

.alignleft {
    float: right;
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 15px;
    margin-right: 0;
}

.alignright {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15px;
    margin-right: 30px;
}

/*=============================================>>>>>
= LOADER =
===============================================>>>>>*/
.site-loader {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #E8E8E8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    z-index: 100;
    color: #000;
    z-index: 10000;
}

    .site-loader .site-loader-inner {
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .site-loader .site-loader-heading,
    .site-loader .site-loader-indicator {
        position: relative;
        -webkit-animation: showLoader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
        animation: showLoader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    }

    .site-loader .site-loader-heading {
        margin: 0 0 30px;
        font: 2em Arial, cursive;
    }

        .site-loader .site-loader-heading img {
            max-width: 100%;
            height: auto;
            margin: 0 0 15px;
        }

    .site-loader .site-loader-indicator {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .site-loader .btn-site-loader-close {
        position: absolute;
        right: 50%;
        bottom: 15px;
        background: none;
        border: none;
        font: 0.8em Libre Baskerville, serif;
        -webkit-transform: translateX(+50%);
        transform: translateX(+50%);
        cursor: pointer;
    }

.loaded .site-loader {
    -webkit-animation: hideLoader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    animation: hideLoader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

    .loaded .site-loader .page-loader-heading,
    .loaded .site-loader .page-loader-indicator {
        -webkit-animation-name: disappear;
        animation-name: disappear;
    }

.no-js .site-loader {
    display: none;
}

.loader {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 5px solid transparent;
    border-right-color: currentColor;
    border-radius: 50%;
    color: #C7B29A;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader 1.1s infinite linear;
    animation: loader 1.1s infinite linear;
}

    .loader:before {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        border: 5px solid;
        border-radius: 50%;
        -webkit-transform: translate(+50%, -50%);
        transform: translate(+50%, -50%);
        opacity: 0.5;
    }

@-webkit-keyframes showLoader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-0, 800px, 0);
        transform: translate3d(-0, 800px, 0);
    }
}

@keyframes showLoader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-0, 800px, 0);
        transform: translate3d(-0, 800px, 0);
    }
}

@-webkit-keyframes hideLoader {
    to {
        -webkit-transform: translate3d(-0, -150%, 0);
        transform: translate3d(-0, -150%, 0);
    }
}

@keyframes hideLoader {
    to {
        -webkit-transform: translate3d(-0, -150%, 0);
        transform: translate3d(-0, -150%, 0);
    }
}

@-webkit-keyframes disappear {
    to {
        -webkit-transform: scale3d(0.35, 0.35, 1);
        transform: scale3d(0.35, 0.35, 1);
        opacity: 0;
    }
}

@keyframes disappear {
    to {
        -webkit-transform: scale3d(0.35, 0.35, 1);
        transform: scale3d(0.35, 0.35, 1);
        opacity: 0;
    }
}

@-webkit-keyframes appear {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes appear {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*=============================================>>>>>
= HEADER =
===============================================>>>>>*/
.site-header {
    position: relative;
    padding: 80px 0 0;
    z-index: 100;
}

    .site-header .nav-social {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .site-header .nav-social li a {
            background: rgba(232, 232, 232, 0.5);
        }

    .site-header .form-search {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .site-header .form-search input[type="search"] {
            width: 200px;
        }

            .site-header .form-search input[type="search"]:focus {
                width: 250px;
            }

/*=============================================>>>>>
= CONTENT =
===============================================>>>>>*/
.site-content {
    padding-top: 80px;
}

    .site-content .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .site-content img {
        max-width: 100%;
        height: auto;
    }

/*=============================================>>>>>
= MODAL =
===============================================>>>>>*/

.modal-header {
    background: rgb(7,41,76);
    background: linear-gradient(212deg, rgba(7,41,76,1) 25%, rgba(34,106,180,1) 81%);
    color: #ffc600;
}

.modal .close,
.modal .close:hover span {
    color: #ffc600;
}

.modal .modal-btn {
    position: relative;
    display: inline-block;
    /* vertical-align: middle; */
    padding: 14px 10px;
    /* background: #C7B29A; */
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    font: bold 12px Libre Baskerville, serif;
    letter-spacing: 1px;
    color: #fff;
    /* text-transform: uppercase; */
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-btn.btn-mainColor {
    color: #fff;
    background-color: #07294c;
    border-color: #07294c;
}

.modal-body {
    color: #07294c;
}

.modal .modal-footer {
    /* background-color: #07294c93; */
}
/*=============================================>>>>>
= PRICING =
===============================================>>>>>*/

.blog-pricing {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .blog-pricing .pricing-header {
        padding: 135px 0 80px;
        position: relative;
        z-index: 9;
        margin: 0 -15px;
    }

        .blog-pricing .pricing-header::after {
            content: "";
            background-image: url(../images/pricing-bg-2.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            /* opacity: 0.6; */
        }

@media (max-width:600px) {
    .blog-pricing .pricing-header {
        padding: 64px 0 17px;
    }

        .blog-pricing .pricing-header::after {
            background-image: url(../images/pricing-bg-mob.jpg);
            /* transform: rotate(90deg); */
            /* width: 169%; */
            /* height: 91%; */
            /* position: absolute; */
            /* top: 48px; */
            /* right: -34%; */
        }
}

.blog-pricing p.heading {
    text-align: center;
    color: #07294c;
    font-size: 16px;
    width: 70%;
    margin: 0 auto 10px;
}

    .blog-pricing p.heading.top {
        font-weight: bold;
        font-size: 20px;
    }
/*=============================================>>>>>
= ASIDE =
===============================================>>>>>*/
.site-aside .widget.widget-about {
    margin: 0 0 30px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
}

    .site-aside .widget.widget-about .widget-about-photo {
        margin: 0 0 30px;
    }

        .site-aside .widget.widget-about .widget-about-photo img {
            vertical-align: bottom;
            border-radius: 50%;
            width: 200px;
            height: 200px;
        }

.site-aside h3 {
    font-size: 1.2857142857em;
    margin-top: revert;
    margin-right: 10px;
    text-align: right;
}

.site-aside p,
.site-aside ul,
.site-aside ol {
    font-size: 0.9em;
    margin-right: 45px;
    text-align: right;
}

/*=============================================>>>>>
= FOOTER =
===============================================>>>>>*/
.site-footer {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
    text-align: right;
}

    .site-footer .container {
        padding-bottom: 40px;
    }


.site-footer-inner {
    /* padding:75px; */
    color: black;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* padding-right: 60px; */
    padding-top: 30px;
}

.site-footer:before {
    background: url(../images/bg-footer.png) no-repeat 50% 0/100% auto;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    top: 0;
    left: 0px;
    opacity: 55%;
    z-index: -1;
}
/* .site-footer-inner .row {
    margin-top: -50px
} */
.site-footer p,
.site-footer ul {
    font-weight: bold;
    color: midnightblue;
}

.site-footer .center {
    text-align: center;
    top: 30px;
}

/*=============================================>>>>>
= NAV =
===============================================>>>>>*/
.nav-main {
    text-align: center;
    padding: 40px 0 0;
}

    .nav-main ul {
        margin: 0;
        padding: 0;
        font: 1.4285714286em/1 Arial, cursive;
        letter-spacing: 1px;
        list-style: none;
        color: inherit;
    }

        .nav-main ul .nav-main-item {
            position: relative;
            display: inline-block;
            padding: 0;
        }

            .nav-main ul .nav-main-item .nav-main-link {
                position: relative;
                display: block;
                padding: 10px 15px;
                border-radius: 30px;
                text-decoration: none;
                color: inherit;
                z-index: 5;
            }

                .nav-main ul .nav-main-item .nav-main-link:hover {
                    color: darkred;
                }


            .nav-main ul .nav-main-item .nav-main-sub {
                position: absolute;
                right: 50%;
                top: 100%;
                width: 150px;
                padding: 5px 0 0;
                visibility: hidden;
                opacity: 0;
                -webkit-transform: translate(+50%, 20px);
                transform: translate(+50%, 20px);
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

                .nav-main ul .nav-main-item .nav-main-sub ul {
                    padding: 15px 0;
                    background: #fff;
                    border-radius: 5px;
                    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
                    box-sizing: border-box;
                    font: 12px Libre Baskerville, serif;
                    letter-spacing: 1px;
                }

                    .nav-main ul .nav-main-item .nav-main-sub ul li {
                        padding: 0;
                    }

                        .nav-main ul .nav-main-item .nav-main-sub ul li a {
                            display: block;
                            padding: 5px 10px;
                            text-decoration: none;
                            color: inherit;
                        }

                            .nav-main ul .nav-main-item .nav-main-sub ul li a:hover {
                                background: #E8E8E8;
                                color: #000000;
                            }

            .nav-main ul .nav-main-item:hover .nav-main-link:before {
                -webkit-transform: translate(+50%, 0);
                transform: translate(+50%, 0);
                opacity: 1;
            }

            .nav-main ul .nav-main-item:hover .nav-main-sub {
                visibility: visible;
                opacity: 1;
                -webkit-transform: translate(+50%, 0);
                transform: translate(+50%, 0);
            }

            .nav-main ul .nav-main-item.active .nav-main-link:before {
                -webkit-transform: translate(+50%, 0);
                transform: translate(+50%, 0);
                opacity: 1;
            }

    .nav-main .hamburger {
        position: absolute;
        right: 0;
        top: 30px;
        overflow: visible;
        display: none;
        width: 50px;
        height: 50px;
        margin: 0;
        padding: 0;
        background: #fff;
        border: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 35%;
        border-bottom-left-radius: 35%;
        border-bottom-right-radius: 0;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        font: inherit;
        color: inherit;
        text-transform: none;
        cursor: pointer;
        -webkit-transition-property: opacity, -webkit-filter;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

        .nav-main .hamburger.hamburger--spin.is-active {
            /* right: 250px; */
            transform: translateX(-250px);
            transition: .3s;
        }

        .nav-main .hamburger .hamburger-box {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
        }

            .nav-main .hamburger .hamburger-box .hamburger-inner {
                display: block;
                top: 50%;
                right: 50%;
                margin-top: -2px;
                margin-right: -10px;
            }

                .nav-main .hamburger .hamburger-box .hamburger-inner, .nav-main .hamburger .hamburger-box .hamburger-inner::before, .nav-main .hamburger .hamburger-box .hamburger-inner::after {
                    position: absolute;
                    width: 20px;
                    height: 2px;
                    background-color: #000000;
                    -webkit-transition-property: -webkit-transform;
                    transition-property: -webkit-transform;
                    transition-property: transform;
                    transition-property: transform, -webkit-transform;
                    -webkit-transition-duration: 0.15s;
                    transition-duration: 0.15s;
                    -webkit-transition-timing-function: ease;
                    transition-timing-function: ease;
                }

                    .nav-main .hamburger .hamburger-box .hamburger-inner::before, .nav-main .hamburger .hamburger-box .hamburger-inner::after {
                        content: "";
                        display: block;
                    }

                    .nav-main .hamburger .hamburger-box .hamburger-inner::before {
                        top: -5px;
                    }

                    .nav-main .hamburger .hamburger-box .hamburger-inner::after {
                        bottom: -5px;
                    }

        .nav-main .hamburger.hamburger--spin .hamburger-inner {
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

            .nav-main .hamburger.hamburger--spin .hamburger-inner::before {
                -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
                transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
            }

            .nav-main .hamburger.hamburger--spin .hamburger-inner::after {
                -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
                transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
                transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
                transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
            }

        .nav-main .hamburger.hamburger--spin.is-active .hamburger-inner {
            -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
            -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

            .nav-main .hamburger.hamburger--spin.is-active .hamburger-inner::before {
                top: 0;
                opacity: 0;
                -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
                transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
            }

            .nav-main .hamburger.hamburger--spin.is-active .hamburger-inner::after {
                bottom: 0;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
                transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
                transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
                transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
            }

.nav-social {
    margin: 0;
    padding: 0;
    list-style: none;
    color: inherit;
    line-height: 30px;
}

    .nav-social li {
        display: inline-block;
        padding-top: 0;
        padding-left: 5px;
        padding-bottom: 0;
        padding-right: 0;
    }

        .nav-social li a {
            position: relative;
            overflow: hidden;
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            color: inherit;
            text-align: center;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .nav-social li a:hover {
                background: #C7B29A;
                color: #000000;
            }

.pagination {
    text-align: center;
    list-style: none;
    padding: 0;
    font-size: 0.9em;
    line-height: 40px;
    color: inherit;
    justify-content: center;
}

    .pagination li {
        display: inline-block;
    }

        .pagination li a {
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-decoration: none;
            color: inherit;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .pagination li a:hover {
                color: #C7B29A;
            }

        .pagination li:first-child a,
        .pagination li:last-child a {
            width: auto;
        }

        .pagination li.active {
            padding: 0 10px;
        }

            .pagination li.active a {
                background: #000;
                color: #ffffff;
            }

.tags {
    margin: 0 0 30px;
    font-size: 0.8em;
}

    .tags a {
        /*  display: inline-block;*/
        margin: 0 2px 5px;
        padding: 5px 10px;
        background: #000;
        border-radius: 30px;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .tags a:hover {
            background: #C7B29A;
            color: #000000;
        }

/*=============================================>>>>>
= BUTTONS =
===============================================>>>>>*/
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 30px;
    background: #C7B29A;
    border: none;
    border-radius: 30px;
    box-sizing: border-box;
    font: bold 0.8em/1 Libre Baskerville, serif;
    letter-spacing: 5px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .btn:hover {
        background: #a1805a;
    }

    .btn.btn-full-width {
        display: block;
        text-align: center;
    }

/*=============================================>>>>>
= FORM ELEMENTS =
===============================================>>>>>*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
    vertical-align: bottom;
    width: 100%;
    padding: 10px 15px;
    background: #E8E8E8;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    font: 1em Libre Baskerville, serif;
    color: inherit;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    outline: none;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    textarea:focus {
        background: #C7B29A;
        color: #000000;
    }

    input[type="text"].error,
    input[type="password"].error,
    input[type="email"].error,
    input[type="search"].error,
    input[type="url"].error,
    input[type="tel"].error,
    input[type="number"].error,
    textarea.error {
        border-color: #fc5756;
    }

textarea {
    overflow: hidden;
    overflow-y: auto;
    resize: none;
}

select {
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 0;
}

label {
    display: block;
    margin: 0 0 5px;
}

    label.error {
        padding: 5px 0 0;
        color: #fc5756;
        font-size: 0.8em;
    }

form p {
    color: inherit;
}

form .loader {
    margin-right: 15px;
}

.message {
    display: block;
    margin: 30px 0;
    padding: 20px 30px;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 1;
}

.message-success {
    background: #32b576;
    color: #ffffff;
}

.message-error {
    background: #fc5756;
    color: #000000;
}

.form-search {
    position: relative;
    width: 250px;
    margin: auto;
    text-align: left;
}

    .form-search input[type="search"] {
        padding-left: 40px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 30px;
        color: #000000;
        font-size: 0.7142857143em;
        letter-spacing: 1px;
    }

        .form-search input[type="search"]:focus {
            background: #fff;
        }

    .form-search button {
        position: absolute;
        left: 10px;
        top: 50%;
        padding: 0;
        background: none;
        border: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .form-search button .fa {
            position: relative;
            top: -1px;
        }

/*=============================================>>>>>
= COMMON ELEMENTS =
===============================================>>>>>*/
.logo {
    margin: auto;
    width: 23%;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.icon-b {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 0 30px;
    background: #000;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
    text-align: center;
}

    .icon-b .fa {
        line-height: 60px;
    }

.page-heading {
    padding: 80px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
}

    .page-heading h1 {
        margin: 0;
        font-size: 4.2857142857em;
    }

.post:after {
    content: "";
    display: table;
    clear: both;
}

.post .entry-header {
    position: relative;
    overflow: hidden;
    background: #fff;
    /*  height:20rem;
  max-height:30rem;*/
}

    .post .entry-header .entry-header-title {
        position: relative;
        padding: 80px 80px 0;
    }

    .post .entry-header .entry-meta {
        font-size: 14px;
        text-align:right;
    }

        .post .entry-header .entry-meta span {
            white-space: nowrap;
            padding-top: 0;
            padding-left: 10px;
            padding-bottom: 0;
            padding-right: 0;
        }

            .post .entry-header .entry-meta span:last-child {
                padding: 0;
            }

        .post .entry-header .entry-meta a {
            color: inherit;
        }

        .post .entry-header .entry-meta .fa {
            margin-top: 0;
            margin-left: 5px;
            margin-bottom: 0;
            margin-right: 0;
        }

    .post .entry-header .icon-b {
        position: absolute;
        right: 40px;
        top: 0;
        z-index: 10;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

    .post .entry-header .entry-category {
        position: absolute;
        left: 40px;
        top: 40px;
        font-size: 0.8em;
        letter-spacing: 1px;
        z-index: 10;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

        .post .entry-header .entry-category a {
            display: inline-block;
            padding: 5px 10px;
            background: #C7B29A;
            border-top-right-radius: 130px;
            border-top-left-radius: 130px;
            border-bottom-left-radius: 130px;
            border-bottom-right-radius: 130px;
            box-sizing: border-box;
            color: #000000;
            text-decoration: none;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .post .entry-header .entry-category a:hover {
                background: #C7B29A;
                color: #000000;
            }

    .post .entry-header blockquote {
        margin: 0;
        padding: 80px;
    }

.post .entry-thumb {
    margin: 0;
    background: #E8E8E8;
}

    .post .entry-thumb img {
        width: 100%;
        height: 20rem;
        vertical-align: bottom;
    }

.post .entry-content {
    padding: 30px 70px 30px;
    background: #fff;
    box-sizing: border-box;
}

    .post .entry-content iframe {
        max-width: 100%;
    }

.post .entry-footer {
    padding: 80px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
}

    .post .entry-footer h3 {
        margin-bottom: 15px;
        font-size: 1.2857142857em;
    }

.post .entry-media iframe {
    width: 100%;
    max-width: 100%;
}

.post .btn-more {
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    padding: 20px 0 10px;
    border-top: 3px dotted #E8E8E8;
    font: bold 16px/1 Libre Baskerville, serif;
   /* letter-spacing: 5px;*/
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    z-index: 5;
}

    .post .btn-more:hover {
        letter-spacing: 8px;
    }

.post.format-link .entry-link {
    display: block;
    margin: 0 0 30px;
    background: #E8E8E8;
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
}

    .post.format-link .entry-link:hover {
        background: #cfcfcf;
    }

.posts {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .posts .post {
        width: 30%;
        margin: 0 0 40px;
    }

        .posts .post .entry-header .entry-header-title {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            padding: 152px 40px 40px;
            background: -webkit-linear-gradient(transparent, rgba(232, 232, 232, 0.9) 70%);
            background: linear-gradient(transparent, rgba(232, 232, 232, 0.9) 70%);
            box-sizing: border-box;
            z-index: 5;
        }

        .posts .post .entry-header h2 {
            margin-bottom: 15px;
            font-size: 1.5714285714em;
        }
        .posts .post .entry-header h1 {
            margin-bottom: 15px;
            font-family: 'FontAwesome';
            padding-right: 35px;
            font-size: 10px;
        }

        .posts .post .entry-header blockquote {
            padding: 0;
        }

        .posts .post .entry-header .entry-category {
            top: 15px;
            left: 15px;
        }

        .posts .post .entry-header .entry-thumb:after {
            display: none;
        }

        .posts .post .entry-header .icon-free {
            position: absolute;
            right: 20px;
            top: 65px;
            width: 104px;
            z-index: 9;
        }

            .posts .post .entry-header .icon-free img {
                max-width: 100%;
                width: 100%;
            }
.posts .post .entry-content {

            padding: 20px;
            display:flex;
            flex-direction: column;
            justify-content: space-between;
            /* margin-top: -40px; */
            text-align:right;
        }

            .posts .post .entry-content p {
                font-size: 0.9em;
                line-height: 1.6;
                overflow: hidden;
                padding-top: 10px;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
            }

        .posts .post.format-link {
            text-align: center;
        }

            .posts .post.format-link .entry-header {
                background-position: 50% 50%;
                background-size: cover;
            }

                .posts .post.format-link .entry-header .entry-header-title {
                    position: relative;
                }

            .posts .post.format-link .entry-link {
                margin: 0;
                background: rgba(255, 255, 255, 0.5);
                display: block;
                text-overflow: ellipsis;
                max-width: 100%;
                white-space: nowrap;
                vertical-align: top;
                overflow: hidden;
            }

                .posts .post.format-link .entry-link:hover {
                    background: #fff;
                }

        .posts .post.format-quote {
            text-align: center;
        }

            .posts .post.format-quote .entry-header a {
                text-decoration: none;
                color: inherit;
            }

            .posts .post.format-quote .entry-header .entry-header-title {
                position: relative;
                background: #E8E8E8;
            }

        .posts .post.format-video .entry-header {
            background-position: 50% 50%;
            background-size: cover;
        }

            .posts .post.format-video .entry-header .entry-header-title {
                position: relative;
            }

                .posts .post.format-video .entry-header .entry-header-title h2 a:before {
                    content: '';
                    display: block;
                    width: 100px;
                    height: 100px;
                    margin: 0 auto 30px;
                    border: 10px solid;
                    border-radius: 50%;
                    font: 40px FontAwesome;
                    padding: 20px;
                    text-align: center;
                    color: #fff;
                }

        .posts .post.format-audio .entry-header {
            background-position: 50% 50%;
            background-size: cover;
        }

            .posts .post.format-audio .entry-header .entry-header-title {
                position: relative;
            }

                .posts .post.format-audio .entry-header .entry-header-title h2 a:before {
                    content: '';
                    display: block;
                    width: 100px;
                    height: 100px;
                    margin: 0 auto 30px;
                    border: 10px solid;
                    border-radius: 50%;
                    font: 40px FontAwesome;
                    padding: 20px;
                    text-align: center;
                    color: #fff;
                }

    .posts.posts-list .post {
        width: 100%;
        margin-bottom: 80px;
    }

.nav-main-sub {
    text-align: right;
}

.featured-posts .post .entry-header .entry-header-title {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 80px;
    padding-left: 30%;
    padding-bottom: 80px;
    padding-right: 80px;
    background: -webkit-linear-gradient(transparent, rgba(232, 232, 232, 0.9) 70%);
    background: linear-gradient(transparent, rgba(232, 232, 232, 0.9) 70%);
    box-sizing: border-box;
    z-index: 5;
}

    .featured-posts .post .entry-header .entry-header-title h2 {
        font-size: 2.8571428571em;
    }

.comments-list {
    list-style: none;
    padding: 0;
    color: inherit;
}

    .comments-list .comment-body {
        margin: 0 0 30px;
        box-sizing: border-box;
    }

        .comments-list .comment-body .comment-meta {
            position: relative;
        }

            .comments-list .comment-body .comment-meta .comment-author {
                font-size: 0.8em;
            }

                .comments-list .comment-body .comment-meta .comment-author .avatar {
                    float: right;
                    width: 50px;
                    height: 50px;
                    margin-top: 0;
                    margin-left: 15px;
                    margin-bottom: 15px;
                    margin-right: 0;
                    border: 5px solid #fff;
                    border-radius: 50%;
                    box-sizing: border-box;
                }

            .comments-list .comment-body .comment-meta .comment-metadata {
                margin: 0 0 15px;
                font-size: 0.8em;
            }

                .comments-list .comment-body .comment-meta .comment-metadata a {
                    text-decoration: none;
                    color: #000;
                }

        .comments-list .comment-body .comment-content {
            clear: both;
        }

            .comments-list .comment-body .comment-content p {
                margin-bottom: 15px;
            }

    .comments-list .children {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 100px;
    }

    .comments-list .bypostauthor > .comment-body .comment-meta .avatar {
        border-color: #C7B29A;
    }

    .comments-list ol {
        margin: 0;
        padding: 0;
        list-style: none;
        color: inherit;
    }

.gallery:after {
    content: "";
    display: table;
    clear: both;
}

.gallery a {
    position: relative;
    float: right;
    display: block;
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
}

    .gallery a:before {
        content: '';
        position: absolute;
        right: 5px;
        left: 5px;
        top: 5px;
        bottom: 5px;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        z-index: 5;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .gallery a:after {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        font-family: FontAwesome;
        color: #ffffff;
        opacity: 0;
        z-index: 10;
        -webkit-transform: translate(+50%, -50%);
        transform: translate(+50%, -50%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .gallery a img {
        vertical-align: bottom;
    }

    .gallery a:hover:before, .gallery a:hover:after {
        opacity: 1;
    }

.error-404 {
    padding: 80px 0;
    text-align: center;
}

    .error-404 h1 {
        margin: 0;
        font-size: 7.1428571429em;
    }

.calendar_wrap {
    text-align: center;
    margin: 0 0 30px;
}

    .calendar_wrap table {
        width: 100%;
        border-collapse: separate;
    }

        .calendar_wrap table caption {
            padding: 15px 0;
            background: rgba(255, 255, 255, 0.5);
            font: 1.1428571429em Arial, cursive;
            letter-spacing: 3px;
        }

        .calendar_wrap table th,
        .calendar_wrap table td {
            padding: 10px 0;
            font-size: 0.9em;
            background: rgba(255, 255, 255, 0.5);
        }

        .calendar_wrap table a {
            text-decoration: none;
        }

.swiper-container {
    margin-right: -15px;
    margin-left: -15px;
}

    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background: #fff;
        line-height: 50px;
        color: #000000;
        text-align: center;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }

        .swiper-container .swiper-button-prev:hover,
        .swiper-container .swiper-button-next:hover {
            background: #C7B29A;
            color: #000000;
        }

    .swiper-container .swiper-button-prev {
        right: 0;
        -webkit-transform: translateX(+100%);
        transform: translateX(+100%);
        border-top-right-radius: 0;
        border-top-left-radius: 35%;
        border-bottom-left-radius: 35%;
        border-bottom-right-radius: 0;
    }

    .swiper-container .swiper-button-next {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        border-top-right-radius: 35%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 35%;
    }

    .swiper-container .swiper-pagination-bullets {
        bottom: 30px;
    }

        .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
            position: relative;
            width: 12px;
            height: 12px;
            background: #C7B29A;
            opacity: 0.7;
        }

            .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
                opacity: 1;
            }

    .swiper-container .swiper-slide img {
        width: 100%;
        max-height: 650px;
        height: 650px !important;
        vertical-align: bottom;
    }

    .swiper-container.swiper-container-horizontal.swiper-pagination-outbox .swiper-pagination-bullets {
        position: relative;
        bottom: 0;
    }

    .swiper-container[data-slideshow-options*='"slidesPerView":"auto"'] .swiper-slide {
        width: auto;
    }

    .swiper-container:hover .swiper-button-prev,
    .swiper-container:hover .swiper-button-next {
        -webkit-transform: translateX(-0);
        transform: translateX(-0);
    }

.social-likes {
    min-height: 50px;
    margin: 0;
    line-height: 44px;
}

    .social-likes .social-likes__widget {
        margin: 0 5px;
        background: #000;
        border: none;
        border-radius: 50%;
        box-sizing: border-box;
        line-height: 44px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .social-likes .social-likes__widget .social-likes__button {
            padding: 0;
            cursor: pointer;
            text-align: center;
            text-shadow: none;
            line-height: 44px;
        }

            .social-likes .social-likes__widget .social-likes__button .social-likes__icon {
                top: 50%;
                margin: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .social-likes.social-likes_notext .social-likes__widget .social-likes__button {
        width: 50px;
        height: 50px;
    }

.tweets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tweets ul li {
        overflow: hidden;
    }

        .tweets ul li p {
            margin: 0;
            font-size: 1em;
        }

        .tweets ul li .user:after {
            content: "";
            display: table;
            clear: both;
        }

        .tweets ul li .user:before {
            content: '';
            display: inline-block;
            margin-top: 0;
            margin-left: 5px;
            margin-bottom: 0;
            margin-right: 0;
            font-family: FontAwesome;
        }

        .tweets ul li .user div {
            display: inline-block;
        }

        .tweets ul li .user a {
            text-decoration: none;
            font-weight: bold;
        }

        .tweets ul li .user img {
            display: none;
        }

        .tweets ul li .timePosted a {
            color: inherit;
            text-decoration: none;
        }

.map {
    height: 400px;
}

.lg-backdrop.in {
    opacity: 0.9;
}

.lg-actions .lg-prev,
.lg-actions .lg-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 0;
    background: #fff;
    color: #000000;
    -webkit-transform: translate3d(-0, 0, 0);
    transform: translate3d(-0, 0, 0);
    font-size: 1em;
    line-height: 50px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .lg-actions .lg-prev:before, .lg-actions .lg-prev:after,
    .lg-actions .lg-next:before,
    .lg-actions .lg-next:after {
        display: none;
    }

    .lg-actions .lg-prev:hover,
    .lg-actions .lg-next:hover {
        background: #C7B29A;
        color: #000000;
    }

.lg-actions .lg-prev {
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 35%;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 0;
}

.lg-actions .lg-next {
    left: 0;
    border-top-right-radius: 35%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 35%;
}

.lg-outer .lg-thumb-item {
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .lg-outer .lg-thumb-item.active {
        opacity: 1;
    }

.footer-link .footer-title .widget-title {
    padding-right: 23px;
}
.grid-container {
    text-align:right;
}
    /*=============================================>>>>>
= MEDIA QUERIES =
===============================================>>>>>*/
    @media (max-width: 1279px) {
        .container {
            width: auto;
            padding-right: 40px;
            padding-left: 40px;
        }

        .site-header .nav-social {
            right: 40px;
        }

        .site-header .form-search {
            left: 40px;
        }

        .posts .post {
            width: 46.8%;
        }

        .posts.posts-list .post {
            width: 100%;
        }

        .featured-posts .post .entry-header .entry-header-title h2 {
            font-size: 1.8571428571em;
        }
    }

    @media (max-width: 1023px) {
        .site-header {
            text-align: center;
        }

            .site-header .logo {
                margin-bottom: 30px;
            }

            .site-header .nav-social,
            .site-header .form-search {
                position: relative;
                right: 0;
                top: 0;
                -webkit-transform: translate(-0);
                transform: translate(-0);
            }

            .site-header .nav-social {
                margin: 0 0 30px;
            }

            .site-header .form-search input[type="search"] {
                width: 250px;
            }

        .site-footer .widget {
            margin: 0 0 30px;
        }

        .nav-main {
            position: fixed;
            right: 0;
            top: 0;
            width: 0;
            height: 100%;
            padding: 0;
        }

            .nav-main .container {
                width: 250px;
                height: 100%;
                overflow: hidden;
                overflow-y: auto;
                background: #E8E8E8;
                box-sizing: border-box;
                color: #000000;
                -webkit-transform: translate(+100%, 0);
                transform: translate(+100%, 0);
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

                .nav-main .container ul {
                    padding-top: 40px;
                }

                    .nav-main .container ul .nav-main-item {
                        display: block;
                        padding: 0;
                    }

                        .nav-main .container ul .nav-main-item .nav-main-link:before {
                            display: none;
                        }

                        .nav-main .container ul .nav-main-item .nav-main-sub {
                            position: relative;
                            right: 0;
                            top: 0;
                            display: none;
                            width: auto;
                            padding: 15px 0;
                            visibility: visible;
                            opacity: 1;
                            -webkit-transform: translate(-0);
                            transform: translate(-0);
                        }

                            .nav-main .container ul .nav-main-item .nav-main-sub ul {
                                box-shadow: none;
                            }

                        .nav-main .container ul .nav-main-item:hover .nav-main-sub {
                            -webkit-transform: translate(-0);
                            transform: translate(-0);
                        }

                        .nav-main .container ul .nav-main-item.active > a {
                            color: #C7B29A;
                            text-shadow: none;
                        }

                        .nav-main .container ul .nav-main-item.active .nav-main-sub {
                            display: block;
                        }

            .nav-main .hamburger {
                display: block;
            }

        .nav-main-visible .nav-main .container {
            -webkit-transform: translate(-0);
            transform: translate(-0);
        }

        .posts .post {
            width: 100%;
            margin: 0 0 80px;
        }

        .featured-posts .post .entry-header .entry-header-title {
            position: relative;
            background: #E8E8E8;
            padding: 40px 40px 80px;
        }

        .logo {
            width: 40%;
        }
    }

    @media (max-width: 1023px) {
        h1 {
            font-size: 2.1428571429em;
        }

        .container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .site-footer .site-footer-inner {
            padding-top: 30px;
        }

        .page-heading {
            padding: 40px;
        }

            .page-heading h1 {
                font-size: 2.1428571429em;
            }

        .post .entry-header .entry-header-title {
            padding: 80px 40px 0;
        }

        .post .entry-header blockquote {
            padding: 80px 40px 40px;
        }

        .post .entry-content {
            padding: 40px;
        }

        .post .entry-footer {
            padding: 40px;
        }

        .posts .post {
            margin-bottom: 40px;
        }

        .posts.posts-list .post {
            margin-bottom: 40px;
        }

        .comments-list .children {
            padding-right: 0;
        }

        .error-404 {
            padding: 0;
        }
    }

    @media (max-width: 400px) {
        @-ms-viewport {
            width: device-width;
        }
    }
th {
    text-align:right;
}
td {
    text-align:right;
}
