body {
    background: #333;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/button-tray-down.png) right / 90% no-repeat #fff;
    background-size: 30px;
}
.btn.more-link {
    margin: 0;
}
.post .entry-content .btn-border {
    margin: 0 0 10px 0;
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 10px;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    line-height: 1.3;
}
/*
 * END Default WP Alignment Classes
 *****************************************************************************/


.right-pad #main-wrapper {
    /*padding-right: 90px;*/
}

body.custom-background {
    background: inherit;
}

.top-pad {
    margin-top: 120px;
}

.left-pad {
    margin-left: 120px;
}
.right-pad {
    margin-right: 120px;
}

#header-wpml {
    right: 100px;
    position: absolute;
    margin-top: -38px;
}

#header-wpml a {
    float: left;
    margin-right: 8px;
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sticky,
.gallery-caption,
.bypostauthor {
    color: inherit;
}

body.page-template-default #content-wrap, body.page-template-page-calendar-php #content-wrap {
    margin-bottom: 40px;
}

.size-large {
    max-width: 100%;
    height: 100%;
}

.menu-wrap-b .menu {
    display: block;
}

.menu-wrap-b .menu li {
    display: block;
    position: relative;
    z-index: 100;
}

.menu-wrap-b .menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.menu-wrap-b .menu li a:hover, .menu-wrap-b .menu li:hover > a {
}

.menu-blank-area {
    height: 110px;
    position: relative;
    width: 100%;
}

.menu-wrap-b .menu ul {
    display: none;
    left: 295px;
    top: auto;
    margin: 0;
    min-width: 250px;
    padding: 0;
    position: fixed;
    overflow-y: auto;
    transform: translateY(-45px);
    border-radius: 10px;
    width: 300px;
}
#main-menu .menu ul {
    background: transparent;
    padding: 0 20px;
}

/*.admin-bar .menu ul{*/
/*    top: 32px;*/
/*}*/

.hide-children .menu ul{
    display: none!important;
}

.menu-wrap-b .menu li:hover > ul {
    display: block;
}

.menu-wrap-b .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
/*.menu-wrap-b .menu ul li:hover {*/
/*    background: blueviolet;*/
/*}*/
.menu-wrap-b .menu ul li a {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.menu-wrap-b .menu ul ul {
    left: 275px;
    top: 0;
}
.menu-wrap-b .menu ul li:hover ul {
    top: 45px;
}

.admin-bar .menu ul ul {
    top: 32px;
}

.mobile-menu {
    display: none;
    width: 100%;
    padding: 11px;
    background: #3E4156;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile-menu:hover {
    background: #3E4156;
    color: #ffffff;
    text-decoration: none;
}

.slicknav_menu {
    margin-top: 0;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .slicknav_menu {
        display: none;
    }

    #main-menu-toggle {
        display: block;
        /*margin-top: -30px;*/
    }
}

#main-menu-toggle .btn-wrap {
    width: 24px;
    height: 24px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 999;
}
#main-menu-toggle.on {
    background: #000000;
}
#main-menu-toggle .btn-line {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: white;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}

#main-menu-toggle .btn-line.one {
    margin-top: -9px;
}

#main-menu-toggle .btn-line.two {
    margin-top: -10px;
}

#main-menu-toggle .btn-line.three {
    margin-top: 0px;
}

#main-menu-toggle .btn-line.four {
    margin-top: 10px;
    width: 50%;
}

#main-menu-toggle:hover .btn-line.four,
#main-menu-toggle.on .btn-line.four {
    width: 100%;
}

#main-menu-toggle.on .btn-line.one {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.no-csstransforms3d #main-menu-toggle.on .btn-line.one {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

#main-menu-toggle.on .btn-line.four {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.no-csstransforms3d #main-menu-toggle.on .btn-line.four {
    -webkit-transform: translate3d(100%, 0, 0);
    -moztransform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

#main-menu-toggle.on .btn-line.two {
    margin-top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.no-csstransforms3d #main-menu-toggle.on .btn-line.two {
    margin-top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#main-menu-toggle.on .btn-line.three {
    margin-top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.no-csstransforms3d #main-menu-toggle.on .btn-line.three {
    margin-top: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

/**
 * Menu
 */

#menu-wrap {
    background: #000000;
    left: 0;
    width: 300px;
    padding: 0;
    margin: 0;
    position: fixed;
    overflow: visible;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1000;
}

.admin-bar #menu-wrap {
    top: 0;
    padding-top: 32px;
}
/*.admin-bar #main-menu-toggle.on .btn-wrap {*/
/*    margin-top: 80px;*/
/*}*/
.initial-animate-done #main-menu-toggle, .menu-animation-off #main-menu-toggle {
    bottom: 0;
}

#menu-wrap ul {
    background: inherit;
    overflow: visible;
}

#menu-wrap.visible-menu {
    height: 100vh;
    pointer-events: all;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#menu-wrap:hover {
    opacity: 1;
}
#main-menu {
    text-align: left;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: margin-top 0.3s ease, opacity 0.3s ease;
    -moz-transition: margin-top 0.3s ease, opacity 0.3s ease;
    -o-transition: margin-top 0.3s ease, opacity 0.3s ease;
    transition: margin-top 0.3s ease, opacity 0.3s ease;
    z-index: 5;
    margin-bottom: 50px;
}
#main-menu nav {
    margin-bottom: 50px;
}

#main-menu ul li {
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#main-menu ul li a {
    opacity: 1;
}

.menu-animation-on #main-menu ul li a{
    opacity: 0;
    -webkit-transition: opacity 1.2s linear;
    -moz-transition: opacity 1.2s linear;
    -o-transition: opacity 1.2s linear;
    transition: opacity 1.2s linear;
}

#main-menu .sub-menu a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#main-menu ul li .sub-menu li:first-child a{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#main-menu ul li .sub-menu li:last-child a{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#main-menu ul li .sub-menu a {
    border-radius: 0;
}

#main-menu li a,
#main-menu li a:hover,
#main-menu li a:focus {
    text-decoration: none;
    border: none;
}
.menu-wrap-b #main-menu ul.sub-menu li ul.sub-menu li.menu-item a {
    border-radius: 0;
}
.menu-wrap-b #main-menu ul.sub-menu li ul.sub-menu li.menu-item:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.menu-wrap-b #main-menu ul.sub-menu li ul.sub-menu li.menu-item:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.visible-menu #main-menu ul li a {
    opacity: 1;
}

.visible-menu #main-menu ul li {
    top: 0;
}

.visible-menu #main-menu ul li:nth-child(0) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.visible-menu #main-menu ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.visible-menu #main-menu ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.visible-menu #main-menu ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.visible-menu #main-menu ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.visible-menu #main-menu ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.visible-menu #main-menu ul li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.visible-menu #main-menu ul li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.visible-menu #main-menu ul li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.visible-menu #main-menu ul li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.visible-menu #main-menu ul li:nth-child(10) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.visible-menu #main-menu ul li:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.visible-menu #main-menu ul li:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.visible-menu #main-menu {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#main-menu ul.menu li a {
    display: block;
    position: relative;
    border-radius: 10px;
    margin: 0 20px;
}
#main-menu ul.menu li li a {
    margin: 0;
    border-radius: 0;
}



#main-menu ul li:first-child {
    margin-top: 0;
}

#menu-wrap .logo-tagline {
    margin-top: 15px;
    display: inline-block;
}

@media(min-width: 768px){
    #menu-wrap.transparent_bg,
    #menu-wrap.transparent_bg ul,
    #menu-wrap.transparent_bg #main-menu-toggle {
        background: transparent;
    }

    /*#menu-wrap.transparent_bg #main-menu-toggle .btn-wrap {*/
    /*    opacity: 0;*/
    /*}*/
}

#menu-wrap.transparent_bg.animate-menu-out #main-menu-toggle .btn-wrap {
    opacity: 1;
}

.menu-wrap-b {
    z-index: 1;
    position: relative;
    height: 100vh;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.logo {
    position: relative;
    width: auto;
    height: auto;
    margin: 20px auto;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    margin-top: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.logo img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.logo-wrap {
    position: relative;
    display: flex;
    margin-top: 30px;
}
#menu-wrap .logo a span {
    font-weight: 500;
    width: 90%;
    margin: auto;
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
#main-menu nav,
#menu-social {
    margin-bottom: 20px;
}


#footer-bar {
    z-index: 998;
}

.logo-wrap:after {
    visibility: hidden;
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}

.menu-animation-on #menu-wrap.animate-menu .logo-wrap:after {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: logoBgPlay;
    animation-name: logoBgPlay;
}

@-webkit-keyframes logoBgPlay {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes logoBgPlay {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/**
 * Logo BG play out
 */

.menu-animation-on #menu-wrap.animate-menu-out .logo-wrap:after {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: logoBgPlayOut;
    animation-name: logoBgPlayOut;
}

@-webkit-keyframes logoBgPlayOut {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@keyframes logoBgPlayOut {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.menu-animation-on #menu-wrap {
    visibility: hidden;
}

#menu-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: 10px;
}


.menu-animation-on #menu-wrap.animate-menu:after {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: bgPlay;
    animation-name: bgPlay;
}

@-webkit-keyframes bgPlay {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes bgPlay {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.menu-animation-on #menu-wrap.animate-menu-out:before {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: bgPlay;
    animation-name: bgPlay;
}

.menu-animation-on #menu-wrap.animate-menu.initial-animate-done:before {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: bgPlayHeightOut;
    animation-name: bgPlayHeightOut;
}

@-webkit-keyframes bgPlayHeightOut {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@keyframes bgPlayHeightOut {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

/**
 * Menu bg play out
 */

.menu-animation-on #menu-wrap.animate-menu-out:after {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: bgPlayOut;
    animation-name: bgPlayOut;
}

@-webkit-keyframes bgPlayOut {
    0% {
        height: 100%;
        width: 100%;
    }

    100% {
        height: 100%;
        width: 0;
    }
}

@keyframes bgPlayOut {
    0% {
        height: 100%;
        width: 100%;
    }

    100% {
        height: 100%;
        width: 0;
    }
}

#menu-wrap.animate-menu {
    visibility: visible;
}

#menu-wrap .menu > li {

}

.menu-animation-on #menu-wrap .menu > li.menuItemPlay {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: menuItemPlay;
    animation-name: menuItemPlay;
}

/**
 * Menu item play out
 */

@-webkit-keyframes menuItemPlay {
    0% {
        opacity: 0;
        /*-webkit-transform: translateX(-20px);*/
    }

    100% {
        opacity: 1;
        /*-webkit-transform: translateX(0);*/
    }
}

@keyframes menuItemPlay {
    0% {
        opacity: 0;
        /*-moz-transform: translateX(-20px);*/
        /*-ms-transform: translateX(-20px);*/
        /*-o-transform: translateX(-20px);*/
        /*transform: translateX(-20px);*/
    }

    100% {
        opacity: 1;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }
}

.menu-animation-on #menu-wrap .menu > li.menuItemPlayOut {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: menuItemPlayOut;
    animation-name: menuItemPlayOut;
}

/**
 * Menu item play out
 */

@-webkit-keyframes menuItemPlayOut {
    0% {
        opacity: 1;
        /*-webkit-transform: translateX(0);*/
    }

    100% {
        opacity: 0;
        /*-webkit-transform: translateX(-20px);*/
    }
}

@keyframes menuItemPlayOut {
    0% {
        opacity: 1;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }

    100% {
        opacity: 0;
        /*-moz-transform: translateX(-20px);*/
        /*-ms-transform: translateX(-20px);*/
        /*-o-transform: translateX(-20px);*/
        /*transform: translateX(-20px);*/
    }
}

#menu-wrap .menu-wrap-b .menu > li.animation-off{
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: none;
    animation-name: none;
}

/*.animate-menu .logo-wrap:before {*/
/*    height: 100%;*/
/*}*/

.menu-animation-on .animate-menu .logo {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: logoPlay;
    animation-name: logoPlay;
}

@-webkit-keyframes logoPlay {
    0% {
        opacity: 0;
        /*-webkit-transform: translateX(-100%);*/

    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes logoPlay {
    0% {
        opacity: 0;
        /*-moz-transform: translateX(-100%);*/
        /*-ms-transform: translateX(-100%);*/
        /*-o-transform: translateX(-100%);*/
        /*transform: translateX(-100%);*/
    }

    100% {
        opacity: 1;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }
}

/**
 * Logo out
 */

.menu-animation-on .animate-menu-out .logo {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: logoPlayOut;
    animation-name: logoPlayOut;
}

@-webkit-keyframes logoPlayOut {
    0% {
        opacity: 1;
        /*-webkit-transform: translateX(0);*/
    }

    100% {
        opacity: 0;
        /*-webkit-transform: translateX(-100%);*/
    }
}

@keyframes logoPlayOut {
    0% {
        opacity: 1;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }

    100% {
        opacity: 0;
        /*-moz-transform: translateX(-100%);*/
        /*-ms-transform: translateX(-100%);*/
        /*-o-transform: translateX(-100%);*/
        /*transform: translateX(-100%);*/
    }
}

#main-menu-toggle {
    cursor: pointer;
    font-style: normal;
    height: 60px;
    width: 60px;
    left: 20px;
    position: fixed;
    z-index: 9999;
    top: 20px;
    border-radius: 10px;
}
.admin-bar #main-menu-toggle {
    top: 45px;
}
.admin-bar #main-menu-toggle.on {
    top: 50px;
}
#main-menu-toggle.on {
    top: 20px;
    left: 20px;
}
#main-menu-toggle.on, #main-menu-toggle.on .btn-wrap,
#main-menu-toggle::after,
#menu-wrap.transparent_bg.initial-animate-done #main-menu-toggle.on {
    background: #232323;
}

.initial-animate-done #main-menu-toggle,
.menu-animation-off #main-menu-toggle {
    visibility: visible;
}

.btn-wrap {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 999;
}

.animate-menu #main-menu-toggle {
    visibility: visible;
}

.menu-animation-on .animate-menu #main-menu-toggle::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 0;
    z-index: -1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: togglePlayAfter;
    animation-name: togglePlayAfter;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@-webkit-keyframes togglePlayAfter {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes togglePlayAfter {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes togglePlay {
    0% {
        height: 0;
        /*-webkit-transform: translateX(-300px);*/

    }

    100% {
        height: 120px;
        /*-webkit-transform: translateX(0);*/
    }
}

@keyframes togglePlay {
    0% {
        height: 0;
        /*-moz-transform: translateX(-300px);*/
        /*-ms-transform: translateX(-300px);*/
        /*-o-transform: translateX(-300px);*/
        /*transform: translateX(-300px);*/
    }

    100% {
        height: 120px;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }
}

.visible-menu #main-menu-toggle {
    visibility: visible;
    margin-top: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#main-menu ul {
    list-style: outside none none;
    padding: 0;
}

/**
 * End of menu
 */

/*================ FOOTER =================*/

#page-footer {
    position: relative;
}

.social-button {
    bottom: 0;
    height: 60px;
    position: fixed;
    z-index: 25;
}

.social-button:before {
    border-radius: 50%;
    bottom: 20px;
    content: "\e703";
    font-family: icomoon;
    font-size: 16px;
    height: 30px;
    left: 50px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

}

#social-icons {
    margin-bottom: 0;
}

#page-footer #social-icons {
    margin-bottom: 0;
    position: relative;
    top: 60px;
    left: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#page-footer .social-button:hover #social-icons {
    top: 10px;
}

.social-button:hover:before {
    bottom: 60px;
}

#playpause {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.audio-player {
    bottom: 0;
    position: fixed;
    right: 0px;
    z-index: 20;
}


.tooltip-.menu-wrap-b .menu ul ul {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*============= Image Slider ==============*/
.slide-inner {
    bottom: 100px;
    left: 0;
    position: absolute;
    width: 30%;
    z-index: 999;
}

.slide-caption {
    background: none repeat scroll 0 0 #EB4F1E;
    color: #FFFFFF;
    font-size: 50px;
    left: 0;
    line-height: 50px;
    padding: 20px;
    z-index: 999;
    font-family: lato;
    font-weight: 100;
}

.slide-content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
}

.slide-button {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFFFFF;
    margin: 3px 2px 0 0;
    padding: 20px;
    position: absolute;
    right: 0;
}

.slide-button:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: -3px;
    content: "";
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: -1;
}

/*============= Sidebar ==============*/
.logo {
    text-align: center;
}

#logo-tagline {
    display: block;
}

.page-sidebar #sidebar-logo {
    text-align: center;
}

/*        .menu > ul {
            padding: 10px 15px;
        }
        .menu .menu_item:before {
            border: 1px solid rgba(255, 255, 255, 0.2);
            -webkit-border-radius:15px;
            -moz-border-radius:15px;
            border-radius:15px;
            content: "";
            display: inline-block;
            height: 5px;
            width: 5px;
            margin-right: 10px;
        } */

.social {
    width: 100%;
    margin: 20px auto 0;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.social-hover {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
}

.social-hover:hover .social {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.social-hover:hover:before {
    opacity: 0;
}

.social-hover:before {
    content: '\e7a7';
    font-family: icomoon;
    font-size: 16px;
    left: 48%;
    position: absolute;
    top: 30px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-default .social ul {
    padding: 0;
}

.sidebar-default .social li {
    display: inline-block;
    list-style: none outside none;
}

.sidebar-default .social a {
    height: 35px;
    font-size: 16px;
    padding: 9px 0 0 11px;
    width: 35px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/*.portfolio-filter {
    display: block;
    height: 30px;
    list-style: none outside none;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 10px;
    vertical-align: middle;
}*/

/* ============= Blog ========== */

.close-popup {
    cursor: pointer;
    z-index: 14;
}

.popup-inner .close-popup {
    position: absolute;
    right: 80px;
    top: 80px;
    font-style: italic;
}

.close-popup:before {
    content: "\e694";
    font-family: "ggticons";
    font-size: 1em;
    height: 36px;
    left: -34px;
    position: absolute;
    text-align: center;
    width: 36px;
    font-style: normal;
}

#contacts-popup .close-popup {
    cursor: pointer;
    z-index: 14;
    position: absolute;
    top: 50px;
    font-style: italic;
    font-weight: 500;
    right: 50px;
    font-size: 13px;
    opacity: 0.7;
    letter-spacing: 1px;
}

#contacts-popup .close-popup span{
    text-decoration: underline;
}

#contacts-popup .close-popup:before {
    font-size: 23px;
    content: "\e694";
    font-family: "ggticons";
    height: 36px;
    left: -48px;
    position: absolute;
    text-align: center;
    width: 46px;
    font-style: normal;
}

.popup-inner .content {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid;
    margin: 0;
    padding: 20px;
    position: absolute;
    right: -300px;
    top: 100px;
    width: 300px;
    z-index: 2;
}

.portfolio-content-buttons {
    position: absolute;
    right: 0;
    top: 110px;
}

.single-portfolio .portfolio-content-buttons {
    top: 40px;
}

.portfolio-content-buttons #frame-share, .frame-share {
    border-radius: 15px;
    cursor: pointer;
    height: 30px;
    padding: 4px;
    position: absolute;
    right: -203px;
    top: 15px;
    transition: all 0.2s ease-in-out 0s;
    width: 233px;
    z-index: 111;
}

.portfolio-content-buttons .image-share.float-left.share-block {
    left: 100px;
}

.portfolio-content-buttons #frame-share:hover {
    opacity: 1;
    right: -135px;
}



.page h1 {
    vertical-align: middle;
    padding-left: 10px;
}

.page-template-page-singlehome.page h1 {
    height: auto;
    padding-left: 0;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin-bottom: 0;
    padding: 10px;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb > div {
    display: inline-block;

}

body.page-template-default #content-wrap {
    padding: 20px 50px 20px 50px;
}

body.page-template-page-calendar-php #content-wrap {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 20px;
    padding: 20px 50px 20px 50px;
}

.popup-inner article {
    margin-top: 100px;
}

.popup-inner .entry-meta {
    margin: 0;
    text-transform: uppercase;
}

.comment-respond {
    margin-bottom: 30px;
}

.popup-inner .entry-content {
    padding: 20px 0 0;
}

.popup-inner h2 {
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 3px;
}

.popup-inner .title {
    position: absolute;
}

.popup-inner .title:before {
    content: "";
    width: 30px;
    height: 2px;
    top: -12px;
    position: absolute;
}

.popup-content .container {
    margin: 0 auto;
    padding: 0;
}

.blog .entry-meta {
    display: inline-block;
    margin: 10px 0 15px 0;
}
.entry-tags {
    clear: both;
}
.tag-links {
    align-content: center;
}
.tag-links a {
    display: inline-flex;
    margin: 0 10px 0 0;
    padding: 5px 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    opacity: .4;
}
.tag-links a::before {
    content: "\edfc";
    font-family: remixicon;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    left: 0;
}

.tag-links a:hover {
    opacity: 1;
}

.blog-sidebar {
    margin: 0;
    padding: 0;
}

.blog h3 a {

}

.blog .entry-content {
    padding: 20px 0;
}

#crumbs li:before {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.3;
}

#crumbs ul {
    left: 5px;
    padding: 0;
    position: relative;
    top: -1px;
}

#crumbs li {
    display: inline-block;
    list-style: none;
}

#crumbs .current {
    border-bottom: 2px solid;
    padding: 0;
}

.page-numbers.current {

}
.navigation.paging-navigation .pagination {
    margin: 0;
}
.pagination .screen-reader-text {
    display: none;
}
.page-numbers.dots, .page-numbers.dots:hover {
    border: 0;
    background: transparent;
    color: #ffffff;
}
.page-numbers {
    border: 2px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 45px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 10px;
}

.next.page-numbers {
    padding: 0 10px;
    width: auto;
}

.prev.page-numbers {
    padding: 0 10px;
    width: auto;
}

.pagination {
    display: inline-block;
    margin: 20px 0 60px;
    padding-left: 0;
}
.navigation.pagination {
    margin: 0 0 20px 0;
}

.post-format {
    margin-right: 5px;
}

.post-gallery.owl-carousel .owl-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.post-gallery img {
    max-width: 100%;
    min-width: 100%;
}

.tag-pagination .page-links-title {
    text-transform: uppercase;
}

.tag-pagination .page-links > a {
    display: inline-block;
    height: 30px;
    line-height: 29px;
    margin-right: 4px;
    margin-left: 4px;
    text-align: center;
    width: 30px;
}

.tag-pagination .entry-content {
    padding: 20px;
    margin-bottom: 20px;
}

.format-standard table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 10px;

}

.format-standard thead {
    display: inline-table;
}
.format-standard thead {
    display: block;
}

.format-standard th {
    padding: 20px;
}

.format-standard td {
    padding: 10px;
    text-align: center;
}

.format-standard tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.format-standard tr:last-child {
    border: none;
}

.wp-caption {
    max-width: 100%;
}
.wp-block-table.is-style-stripes {
    border-radius: 10px;
}

blockquote {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

code {
    white-space: inherit !important;
}
.single-blog-nav-arrow {
    margin-bottom: 10px;
}

.single-blog-nav-arrow > nav {
    position: relative;
}

.post-arrow-next {
    position: absolute;
    right: 0;
    top: -29px;
}

.post-arrow-prev,
.post-arrow-next {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

article.sticky {
    color: #FFFFFF;
}

article.sticky .tag-links a {
    color: #FFFFFF;
}

article.sticky .entry-title > a {
}

.page-template-page-blog-php h3 {
    margin: 30px 0;
    vertical-align: middle;
}

.comment-form-author > input,
.comment-form-email > input,
.comment-form-url > input {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 5px 10px;
    width: 100%;
}
.comment-respond .comment-form-author {
    width: 49%;
    float: left;
}
.comment-respond .comment-form-email {
    width: 49%;
    float: right;
}
.comment-respond .form-submit {
    display: block;
    float: none;
    clear: both;
}

/*============= WIDGETS ==============*/



.flickr img {
    margin: 1%;
    width: 48%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.widget.tweets ul {
    padding: 0;
}

.tweets .jtwt_tweet {
    list-style: none outside none;
    margin: 10px 0;
    padding: 20px 20px 20px 30px;
    width: 100%;
}

.tweets .jtwt_tweet_text > a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.tweets .jtwt_tweet_text:before {
    content: "\e668";
    font-family: icomoon;
    font-size: 17px;
    height: 30px;
    left: 25px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.tweets .jtwt_date {
    border-radius: 25px;
    padding: 5px 10px 4px 10px;
}


.widget_search .screen-reader-text {
    font-size: 0;
    position: absolute;
    text-transform: uppercase;
}
.screen-reader-text {
    font-weight: normal;
}
.widget.widget_archive select,
.widget.widget_categories select {
    width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 1px -1px 3px inset rgba(0,0,0,.1);
}
.widget.widget_archive .screen-reader-text {
    display: none;
}

.widget_search .search-field {
    background: none repeat scroll 0 0 #F5F5F5;
    padding-left: 10px;
    height: 30px;
    width: 100%;
}

.widget_search .search-submit {
    border: 0 none;
    height: 30px;
    padding: 0px 20px 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.widget_tag_cloud a {
    display: inline-block;
    margin: 2px 0;
    padding: 5px 10px;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.widget_pages ul {
    padding: 0;
}
.widget.widget_pages a {
    position: relative;
    padding-left: 10px;
}


.widget_pages .page_item_has_children .children .children li {
    border-left: 0 none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-right: 0 none;
    border-top: 0 none;
}

.widget_pages .page_item_has_children .children .children li:last-child {
    border: 0;
}

.widget_pages li {
    list-style: none outside none;
    margin: 10px 0;
}


.widget_pages .page_item_has_children {
}

.widget_pages .page_item_has_children .children .page_item_has_children {
    background: #fff;
}

.widget_pages .page_item_has_children .children .page_item_has_children li {
    background: rgba(0, 0, 0, 0);
}

.widget_pages .page_item_has_children li {
    background: none repeat scroll 0 0 #FFFFFF;
}



/*============= SHORTCODES ==============*/



/*============= Portfolio Single Page ==============*/

.single-portfolio-image {

}

.single-portfolio-description {

}

.gallery-item > img {
    width: 100%;
    height: auto;
}

.fix {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-thumb-scroll li {
    display: inline-block;
}

#portfolio-content {
    left: 0;
    position: relative;
    top: -11px;
}

.portfolio-back-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.5);
    padding: 25px;
}

.portfolio-back-button:hover {
    background: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, 0);
}

.portolio-item-navigation {
    height: auto;
    position: relative;
}

.portfolio-item-title h2 {
    margin: 20px 0;
    padding: 0;
}

.portfolio-item-title {
    left: 55px;
    margin-right: 150px;
    padding: 1px;
    position: relative;
}

.single-portfolio-left-panel .portfolio-item-title {
    padding: 0 50px 0 50px;
    position: relative;
}

.single-portfolio-left-panel .portolio-item-navigation {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.single-portfolio-left-panel .portfolio-item-title h2 {
    margin-bottom: 20px;
}

.portfolio-back {
    display: inline-block;
    left: 0;
    position: absolute;
}

.prev_item {
    bottom: 20px;
    height: 25px;
    left: 50px;
    margin: 0;
    padding: 4px;
    position: absolute;
    text-align: center;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.prev_item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.prev_item:before {
    content: "\ea67";
    font-family: icomoon;
    font-size: 25px;
    left: -4px;
    position: relative;
    top: -4px;
}

.next_item {
    bottom: 20px;
    height: 25px;
    padding: 4px;
    position: absolute;
    right: 50px;
    text-align: center;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.next_item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}

.next_item:before {
    content: "\e8ba";
    font-family: icomoon;
    font-size: 25px;
    left: -4px;
    position: relative;
    top: -4px;
}

.portfolio-item-description {
    margin: 50px 0 50px 0px;
}

.portfolio-item-description > h5,
.portfolio-item-details > h5 {
    letter-spacing: 5px;
    color: rgba(0, 0, 0, .5);
}

.portfolio-item-date,
.portfolio-item-client {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.portfolio-tags {
    padding: 10px 0;
}

.portfolio-tags > li {
    display: inline-block;
    list-style: none outside none;
    margin: 5px;
}

.portfolio-tags a:after {
    content: " \\";
    left : 10px;
    position : relative;
    padding-right : 20px;
    color: rgba(0, 0, 0, .3);
}

.portfolio-tags a {
    color: rgba(0, 0, 0, 0.5) !important;
}

.portfolio-button > a {
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 1) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.portfolio-button > a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5) !important;
    display: inline-block;
    padding: 20px;
    text-align: center;
    width: 100%;
}

/*============= Team Memders page ==============*/

.page-template-page-about-us-php .content-wrap {
    padding: 50px 150px 50px 150px;
}

.team-content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 40px;
}

.team-image img {
    width: 100%;
}

.team-item {
    padding: 30px 0 30px 0px;
}

.team-text {
    padding: 10px 40px 30px 40px;
    margin-top: 0px;
}

/*============= Contact form page ==============*/
.page-template-page-contact-php .content-wrap {
    position: relative;
}

.gmap-wrap {
    bottom: 10px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
}

#map_canvas {
    height: 100%;
    width: 100%;
}

.map-marker {
    display: inline-block;
    color: #111111;
    position: absolute;
    top: 200px;
    font-weight: 500;
    width: 420px;
    vertical-align: middle;
    z-index: 5;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 35px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.map-marker:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 46px;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
}

.marker-button {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 6px 20px 6px 20px;
    border: 2px solid;
    margin: 10px;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#contacts-popup {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    position: fixed;
    right: 90px;
    width: 680px;
    top: 0;
    height: 100vh;
    z-index: 100;
}

/*#contacts-popup:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: -24px;*/
    /*top: 50%;*/
    /*z-index: 12;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-width: 0 25px 25px 0;*/
    /*border-color: transparent #fff transparent transparent;*/
/*}*/

.contacts-popup-inner {
    padding: 120px 80px;
    overflow-y: auto;
    height: 100%;
}

#contacts-popup.on {
    display: block;
}

#contacts-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
}

#contacts {

}

#contact-form h3 {
    text-align: center;
    line-height: 2.5em;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.9;
    font-size: 28px;
    margin-bottom: 30px;
}

#contact-form-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}

.cf-label {
    float: left;
    display: inline-block;
    width: 30%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right;
    padding-top: 12px;
    padding-right: 35px;
}

.cf-label strong {
    display: block;
    opacity: 0.3;
}

.contacts-iconblock {
    padding: 0;
    margin: 0;
}

.page-template-page-contact-us-php h1 {
    z-index: 1;
    position: relative;
}

.page-template-page-contact-us-php .content-wrap {
    padding-top: 40%;
    min-height: 1000px;
}

.page-template-page-contact-us-php #page-content {
    padding: 22px;
}

.contact-info i {
    font-size: 56px;
    vertical-align: middle;
}

.contacts-icon {
    margin-bottom: 95px;
    position: relative;
}

.contacts-title {
    font-size: 14px;
    font-weight: 600;
}

.contacts-txt {
    margin-top: 8px;
    line-height: 1.7em;
    font-size: 14px;
    opacity: 0.5;
}

.contacts-icon:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 100px;
    bottom: -52px;
    left: 0;
    right: 0;
    margin: auto;
}

.wpcf7-form-control {
    width: 100%;
    border: 0;
    background: rgba(0, 0, 0, .05);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4em;
    outline: none;
    margin-bottom: 12px;
}

span.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}

.wpcf7-form-control.wpcf7-textarea {
    padding: 20px 30px;
    height: 200px;
}
.wpcf7-submit {
    display: inline-block;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wpcf7-text {
    height: 50px;
}

.wpcf7-form p {
    line-height: 40px;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
    top: 0;
}

/*============= Footer ==============*/

.footer .social li {
    float: left;
    display: block;
    list-style: none;
}

.footer .social a {
    padding: 10px;
}

#back-top a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 20px;
    display: block;
    height: 30px;
    line-height: 50px;
    position: fixed;
    right: 60px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 30px;
    z-index: 9999;
}

#back-top a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#back-top a:before {
    content: "\ea89";
    font-family: 'icomoon';
    height: 30px;
    left: 0px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}

/*============= PORTFOLIO ==============*/

.animated-grid-effect-animated .grid-item .portfolio-content {
    border: 25px solid;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.93);
    transform: scale(0.93);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.animated-grid-effect-animated .portfolio-content > span {
    bottom: 30px;
    display: block;
    font-weight: 900;
    left: 20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.animated-grid-effect-animated .grid-inner:hover .portfolio-content span {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.animated-grid-effect-animated .grid-item .portfolio-content {
    position: absolute;
    display: none;
    /*opacity: 0;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animated-grid-effect-animated .grid-item:hover .portfolio-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.animated-grid-effect-animated .grid-item:hover .portfolio-content:before {
    top: -36px;
}

.animated-grid-effect-animated .grid-item:hover .portfolio-image {
    display: block;
    transform: translateY(-50px);
}

.animated-grid-effect-animated .grid-item .portfolio-image {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px) scale(1);
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}

/*============= WooComerce ==============*/
.sbHolder a {
    color: #999;
}
.sbSelector {
    color: #999 !important;
}


.archive.woocommerce a:hover .star-rating span, .woocommerce #respond .stars a:hover {
    color: #FF0000;
}

.archive.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    color: #000;
}

.single-product.woocommerce a:hover .star-rating span, .woocommerce #respond .stars a:hover {

    color: #FF0000;
}

.single-product.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    color: #000;
}

.archive.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
    cursor: pointer;
    left: auto;
    line-height: 11px;
    overflow: visible;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    white-space: nowrap;
    display: inline-block;
    margin: 20px;
}

.woocommerce a.button.added,
.woocommerce-page a.button.added {
    padding-right: 52px;
}

.single-product.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
#searchsubmit {
    cursor: pointer;
    font-family: inherit;
    left: auto;
    overflow: visible;
    padding: 10px 18px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    white-space: nowrap;
    display: inline-block;
    margin-top: 28px;
}
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit {
    margin-top: 10px;
}

.widget #searchsubmit {
    margin-left: 0;
}

.single-product.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button {
    margin: 0;
}

#tab-description,
#tab-additional_information,
#tab-reviews {
    padding: 0 25px 15px 25px;
    box-shadow: 0 0 0;
}

.archive.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.single-product.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.woocommerce .amount {
    display: inline;
    /*font-size: 15px;*/
    /*font-weight: 400;*/
    /*line-height: 17px;*/
    text-decoration: none;
}

.archive.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
div.product .price del {
    margin: 0;
    /*padding: 3px 14px;*/
    display: inline-block;
    opacity: .5;
}

.woocommerce-cart-form__cart-item.cart_item .quantity .input-text {
    margin-left: 0;
}

.archive.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
div.product .price ins {
    display: inline;
    text-align: left;
    clear: both;
    float: none;
    /*padding: 8px 14px;*/
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 0;
    margin-left: 0;
}

.archive.woocommerce ul.products li.product .price ins .amount,
.woocommerce-page ul.products li.product .price ins .amount,
div.product .price ins .amount {
    font-size: 19px;
}

.archive.woocommerce ul.products li.product .price ins:after,
.woocommerce-page ul.products li.product .price ins:after {
    content: "\A";
    white-space: pre; /** line-break */
}

.description_tab.active {
    padding: 10px 10px;
}

.description_tab,
.additional_information_tab,
.reviews_tab {
    padding: 10px 10px;
}

.reviews_tab.active {
    padding: 10px 10px;
}

.reviews_tab {
    padding: 10px 10px;
}
.products.columns-2 {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.products.columns-2 li.product {
    float: left;
    position: relative;
    text-align: center;
    background: #ffffff;
    margin: 30px;
    list-style: none;
    border-radius: 10px;
    padding: 0 0 20px 0;
}
.woocommerce .products.columns-2 li.product {
    padding: 0 0 20px 0;
}
.products.columns-2 li.product.first {
    width: 44%;
}
.products.columns-2 li.product.last {
    float: right;
    width: 44%;
}
.products.columns-2 li.product img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
    font-size: 1.2em;
    margin-top: 20px;
    line-height: 1.5;
}
.woocommerce ul.products li.product.sale .price,
.woocommerce-page ul.products li.product.sale .price {
     margin-top: 20px;
     display: block;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    opacity: .5;
}
.woocommerce-ordering {
    width: 200px;
    float: right;
}
.archive.woocommerce-page .page-title {
    display: none;
}
.woocommerce-pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 60px;
}
.woocommerce-pagination ul.page-numbers {
    border: 0;
}
.single-product .content-pad .product {
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.woocommerce-grouped-product-list .type-product.product-type-simple {
    background: beige;
    padding: 10px 20px !important;
    display: flex;
    line-height: 1.3;
    align-items: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-grouped-product-list-item__quantity {
    padding: 0;
}
.woocommerce-grouped-product-list-item__label {
    padding: 0 10px;
}
.woocommerce-grouped-product-list .type-product.product-type-simple .woocommerce-grouped-product-list-item__quantity .quantity {
    display: flex;
    align-content: center;
    align-items: center;
}
.single-product .content-pad .product .single_add_to_cart_button.button {
    margin: 10px 0 10px 0;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    position: relative;
    /* border: 1px solid; */
    margin: 50px;
}
.woocommerce-product-gallery__trigger {
    font-size: 0;
    position: absolute;
    left: 20px;
    top: 30px;
}
.woocommerce-product-gallery__trigger::before {
    content: "\f2db";
    font-family: remixicon;
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 10px;
    line-height: 50px;
}
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}

.woocommerce-product-gallery figure {
    margin: 0
}
.woocommerce-product-gallery .flex-viewport {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer;
    width: 23.5%;
    margin: 10px 10px 0 0;
}
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4) {
    margin-right: 0;
}
.woocommerce-cart.page .post-inside table tr th,
.woocommerce-cart.page .post-inside table tr td {
    border: 0;
}
.shop_table.shop_table_responsive {
    width: 100%;
}
.wc-proceed-to-checkout {
    text-align: right;
}
.cart-subtotal td,
.order-total td {
    text-align: right;
}
.woocommerce-page .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    margin: 20px 0 0 0;
}

.flex-control-nav.flex-control-thumbs {
    padding: 0;
}
.flex-control-nav.flex-control-thumbs li img {
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}
.summary.entry-summary .price {
    margin-top: 20px;
}
.summary.entry-summary .price .amount {
    font-size: 1.2em;
    margin: 0 20px 0 0;
}
.product-type-simple .entry-summary .cart {
    display: flex;
    align-items: center;
    background: beige;
    border-radius: 10px;
    padding: 15px 25px;
    margin: 30px 0;
}
.variations {
    position: relative;
    margin-top: 30px;
}
.variations tr {
    display: flex;
    width: 100%;
    align-items: center;
}
.variations label {
    color: #000;
    font-size: 15px;
    padding: 0 20px 0 0;
    margin: 0;
    font-weight: normal;
}
.single_variation_wrap {
    display: flex;
    align-items: center;
    background: beige;
    border-radius: 10px;
    margin: 20px 0;
    padding: 15px 25px;
}
.woocommerce-variation.single_variation {
    padding: 0 0 0 5px;
}
.woocommerce-variation-add-to-cart {
    display: flex;
}
.woocommerce-variation-add-to-cart .quantity {
    display: flex;
    align-items: center;
}
.quantity .screen-reader-text {
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    opacity: .5;
    padding-left: 0;
    margin-bottom: 0;
    min-width: 110px;
}
.quantity .input-text {
    width: 60px;
    border-radius: 10px;
    border: 0;
    padding: 5px 10px 5px 15px;
    margin-right: 20px;
}
.woocommerce-product-gallery__image {
    border-radius: 10px;
}
.single_variation_wrap .single_add_to_cart_button.button,
.product-type-simple .single_add_to_cart_button.button{
    padding: 10px 15px;
    margin: 0 10px;
}
.cart-collaterals .wc-proceed-to-checkout a {
    margin-left: 0;
}
.product_meta {
    display: block;
}
.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: block;
    padding: 5px 0;
}
.tabs.wc-tabs {
    padding: 0;
    border-top-left-radius: 10px;
    margin: 0;
    border-top-right-radius: 10px;
}
.woocommerce-tabs .panel {
    margin-bottom: 0;
    background: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tabs.wc-tabs li a {
    display: flex;
    padding: 10px 15px 10px 25px;
    border-radius: 10px;
}
.tabs.wc-tabs li.active a {
    background: #fff;
}
.tabs.wc-tabs li a::before {
    font-family: remixicon;
    font-size: 22px;
    position: relative;
    left: -10px;
    opacity: .5;
}
.tabs.wc-tabs #tab-title-description a:before {
    content: "\ecef";
}
.tabs.wc-tabs #tab-title-additional_information a:before {
    content: "\eeb9";
}
.tabs.wc-tabs #tab-title-reviews a:before {
    content: "\ef44";
}
.single-product .content-pad .product .summary.entry-summary {
    margin: 50px 50px 50px 0;
}
.woocommerce-tabs h2,
.related.products h2,
span.comment-reply-title,
.cart_totals h2,
.woocommerce-billing-fields h3,
h3.order_review_heading,
.woocommerce-additional-fields h3,
h3#order_review_heading,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title,
.woocommerce-Address-title.title h3{
    font-size: 1.2rem;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin: 50px;
}
.woocommerce p.stars,
.woocommerce-page p.stars {
    position: relative;
    font-size: 1em;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star';
}

.woocommerce div.product .star-rating,
.woocommerce-page div.product .star-rating {
    overflow: hidden;
    position: relative;
    margin-left: 8px;
    height: 20px;
    display: block;
    letter-spacing: 4px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 18px;
    width: 112px;
    font-family: 'star';
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    content: "\73\73\73\73\73";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span,
.woocommerce #respond .stars a {
    position: relative;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
    font-family: "WooCommerce";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 19px;
    text-align: center;
    margin: auto;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
    width: 45px;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
    content: "\e021";
}
.woocommerce p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1.active:after {
    content: "\e020";
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
    width: 65px;
}
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
    content: "\e021\e021";
}
.woocommerce p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2.active:after {
    content: "\e020\e020";
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
    width: 85px;
}
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
    content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3.active:after {
    content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
    width: 100px;
}
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
    content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4.active:after {
    content: "\e020\e020\e020\e020";
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
    width: 120px;
}
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5.active:after {
    content: "\e020\e020\e020\e020\e020";
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star';
}

.woocommerce div.product .star-rating,
.woocommerce-page div.product .star-rating {
    overflow: hidden;
    position: relative;
    margin-left: 8px;
    height: 20px;
    display: block;
    letter-spacing: 4px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 18px;
    width: 112px;
    font-family: 'star';
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    content: "\73\73\73\73\73";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
    line-height: 2em;
    display: flex;
    align-items: center;
}
.woocommerce-page .woocommerce-product-rating .woocommerce-review-link {
    margin-left: 20px;
    opacity: .5;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
    /*margin: .5em 4px 0 0;*/
    float: left;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
    display: block;
    margin:auto;
    float: none;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
    margin: 10px 0 0 0;
}


.comment-form-rating .stars a {
    background: white;
    line-height: 40px;
    display: inline-block;
    font-size: 0;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #cccccc;
    transition: none;
}
.woocommerce-Reviews .commentlist {
    padding: 0;
    list-style: none;
}
.woocommerce-Reviews .commentlist li {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 30px 0;
}
.woocommerce-Reviews .commentlist .comment_container {
    display: flex;
    align-items: start;
}
.woocommerce-Reviews .commentlist .meta {
    display: inline-block;
}
.woocommerce-Reviews .commentlist .comment-text {
    width: 90%;
}
.woocommerce-Reviews .commentlist .avatar {
    border-radius: 40px;
    margin-right: 20px;
}
#review_form_wrapper {
    margin-top: 50px;
}
#review_form_wrapper .comment-form-comment textarea {
    width: 100%;
    padding: 15px 15px;
}
.woocommerce-product-attributes.shop_attributes {
    width: 100%;
}

.related.products {
    background: rgba(0,0,0,.8);
    padding: 50px 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}
.related .products.columns-4 {
    padding: 0;
    list-style: none;
}
.woocommerce .related .products.columns-4 li.product {
    width: 23%;
    margin: 0 20px 0 0;
    padding: 0 0;
    text-align: center;
    border-radius: 10px;
}
.woocommerce .related .products.columns-4 li.product:nth-child(4) {
    margin-right: 0;
}
.woocommerce .related .products.columns-4 li.product img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}
.single-product.woocommerce div.woocommerce-notices-wrapper div.woocommerce-message a {
    margin-right: 15px;
}
.woocommerce-page.page .post-inside article {
    margin: 0;
    padding: 50px;
    background: #ffffff;
    border-radius: 10px;
}

a.remove {
    background: coral;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.shop_table .product-thumbnail img {
    max-width: 140px;
}
.shop_table th, .shop_table td {
    padding: 20px;
}
.shop_table td.product-remove, .shop_table td.product-thumbnail {
    padding: 15px;
}
.shop_table .product-quantity .quantity {
    display: flex;
    align-items: center;
    font-size: inherit;
    justify-content: space-between;
}
.shop_table .product-quantity .quantity .input-text {
    background: rgba(0,0,0,.05);
}
.shop_table .quantity .screen-reader-text {
    font-size: inherit;
    opacity: 1;
    line-height: inherit;
    padding: 0;
}
.shop_table tr {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.shop_table tr:last-child {
    border: 0;
}
#coupon_code {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 7px 20px;
    width: auto;
}
.cart-collaterals {
    background: beige;
    margin-top: 10px;
    padding: 50px 50px;
    border-radius: 10px;
}
.woocommerce-error {
    background: coral;
    border-radius: 10px;
    color: #fff;
    list-style: none;
    padding: 10px 20px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
    border-radius: 10px;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {

    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 5px 20px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 10px;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
    padding: 0 20px;
}
.select2-container {
    color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 40px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    display: block;
    margin-bottom: 40px;
}
.showcoupon {
    padding: 10px 20px;
    background: beige;
    border-radius: 10px;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
    margin-top: 30px;
}
h3#order_review_heading {
    margin-top: 50px;
    margin-bottom: 30px;
}
#order_review {
    background: beige;
    border-radius: 10px;
    padding: 50px 50px;
}
.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
}
.wc_payment_methods.payment_methods.methods {
    list-style: none;
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
}
.checkout_coupon.woocommerce-form-coupon {
    display: flex;
    border-radius: 10px;
    background: beige;
    padding: 20px 20px;
    margin: 0;
    align-items: center;
}
.form-row.form-row-first {
    padding-right: 20px;
}
.form-row.form-row-last .button {
    margin: 0;
}
.checkout_coupon.woocommerce-form-coupon #coupon_code {
    width: 100%;
}
.checkout_coupon.woocommerce-form-coupon p {
    line-height: 1.5;
    margin: 0;
}
.wc_payment_method p{
    padding: 10px 19px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    background: rgba(0,0,0,.1);
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 20px 30px;
    border-radius: 10px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    list-style: none;
    padding: 30px 30px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    position: relative;
    display: flex;
    padding: 0 10px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li::before {
    content: "\eb81";
    font-family: remixicon;
    font-size: 22px;
    position: relative;
    left: -10px;
    color: green;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    background: beige;
    border-radius: 10px;
    padding: 50px 50px;
    display: block;
}
.woocommerce-order-details .woocommerce-table__product-name.product-name {
    width: 80%;
}
.woocommerce-order-details__title {
    margin-bottom: 20px;
}
.woocommerce-column__title {
    margin-bottom: 20px;
    margin-top: 50px;
}
.woocommerce-customer-details address {
    padding: 50px 50px;
    background: rgba(0,0,0,.05);
    border-radius: 10px;
}
.woocommerce-customer-details--phone {
    font-size: 2rem;
    margin-top: 20px;
}
.woocommerce-customer-details--email {
    border: 2px dashed rgba(0,0,0,.2);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    background: #fff;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-radius: 10px;
    list-style: none;
    display: inline-flex;
    background: #000;
}
.woocommerce-MyAccount-navigation li a {
    padding: 10px 25px;
    display: block;
    border-right: 2px solid rgba(255,255,255,.15);
    color: #fff !important;
}
.woocommerce-MyAccount-navigation li:last-child a {
    border: 0;
}
.woocommerce-MyAccount-navigation li.is-active a {
    position: relative;
}
.woocommerce-MyAccount-navigation li.is-active a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    z-index: 1;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    width: 100%;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr {
    border: 0;
}
.woocommerce-Address-title.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-Address-title.title h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content .edit {
    background: rgba(0,0,0,.1);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 10px;
    float: right;
}
.woocommerce-MyAccount-content .woocommerce-Button.button {
    margin: 10px 0 0 0;
}
.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
    margin-right: 20px;
}

.added_to_cart.wc-forward {
    position: relative;
}
.added_to_cart.wc-forward::before {
    content: "\eb81";
    font-family: remixicon;
    font-size: 22px;
    color: green;
    position: absolute;
    left: 0;
}
.woocommerce-mini-cart-item.mini_cart_item a {
    white-space: normal;
    z-index: 999;
    color: #fff;
    width: 70%;
    align-items: center;
    padding-right: 20px;
    line-height: 1.4;
}

.woocommerce-mini-cart-item.mini_cart_item .remove.remove_from_cart_button {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 0;
    /* bottom: 0; */
    /* margin: ; */
    text-align: center;
    padding: 0;
}
.woocommerce-mini-cart-item.mini_cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 90px;
    border-radius: 10px;
}



/*============= General classes ==============*/

.loadmore {
    border: 2px solid;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 150px;
}

#main-wrapper {
    overflow: hidden;
}

#footer_power {
    text-align: center;
    text-transform: uppercase;
}

#footer-widgets {
    padding: 50px 80px;
}

#page-footer .widget {
    margin: 0 15px;
}

.bottom-pad #page-footer {
    /*padding-bottom: 90px;*/
}

.float-left {
    float: left;
}

article .owl-carousel .owl-item {
    width: 100%;
    overflow: hidden;
}

article .owl-carousel .owl-item .cover-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.comment-form {
    border: none;
    margin-top: 20px;
}

.logged-in-as > a {
    padding: 5px 10px 5px 10px;
}

.comment-form-comment label,
.comment-form-rating label {
    display: block;
    font-weight: 500;
}

.comment-form-comment textarea {
    border: 2px solid #ccc;
    background: #ffffff;
    border-radius: 10px;
}

.form-submit > input {
    padding: 10px 15px 10px 15px;
    border: 0;
}

#content-wrap .with-padding {
    padding: 15px;
}

#popup-window {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 101;
    width: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
}

#popup-window img {
    width: 100%;
    height: auto;
}

#popup-window .close-window {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -40px;
    margin-top: 0;
    cursor: pointer;
}

#popup-window .close-window:before {
    content: '\e98e';
    font-family: ggticons;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    height: 30px;
}

#popup-window .popup-html {
    background: white;
    color: black;
}

.popup-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

.gallery-info {
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (min-width: 361px) and (max-width: 480px) {
    .gallery-info {
        left: 16%;
    }

    .logo {
        top: 30px;
        width: auto;
        margin-top: 90px;
    }

}

@media screen and (min-width: 300px)  and (max-width: 360px) {
    .logo {
        top: 60px;
        width: auto;
    }

    .video-content-wrap {
        height: 70%;
    }

    #kenburns-title, #video-title {
        width: 90%;
    }

    #gallery-list-scroll-horizontal .gallery-title {
        width: auto
    }

    .gallery-info {
        left: 11%;
    }

    .home-image-wrap {
        bottom: auto;
    }

    .home-image-title {
        width: 90%;
    }

    .filter-button-bg {
        top: 150px;
    }

    .portfolio-content h2 {
        font-size: 140%;
        line-height: 140%;
    }

    .columns6 .grid-item .portfolio-content h2 {
        font-size: 140%;
        line-height: 140%;
    }

    .portfolio-item-title {
        left: 0;
        margin-right: 0;
    }

    .portfolio-item-title h2 {
        font-size: 17px;
        line-height: 17px;
    }

    .single-portfolio-left-panel .portfolio-item-title {
        margin-bottom: 70px;
    }

    .menu-blank-area {
        display: none;
    }

    #contacts, #contact-form-wrap {
        margin-top: 0
    }
}

.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        clear: both;
        float: none;
        margin: 0 0 2.992em;
        width: 100%;
    }

    .archive.woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        margin-right: 1em;
    }

    .archive.woocommerce ul.products li.product .price del,
    .archive.woocommerce ul.products li.product .price del .amount,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del .amount {
        font-size: 14px;
    }

    .woocommerce .amount,
    .woocommerce .product .price {
        font-size: 16px;
    }

    li.product .add_to_cart_button {
        display: block;
        margin: 10px 20px;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        margin: 0 2% 2% 0;
        padding: 0;
        position: relative;
        width: 48%;
    }

    .archive.woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        margin-right: 1em;
    }

    .archive.woocommerce ul.products li.product .price del,
    .archive.woocommerce ul.products li.product .price del .amount,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del .amount {
        font-size: 16px;
    }

    .woocommerce .amount,
    .woocommerce .product .price {
        font-size: 18px;
    }

    .woocommerce ul.products li.product .add_to_cart_button {
        display: block;
        margin: 10px 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .archive.woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        margin-right: 1em;
    }

    .archive.woocommerce ul.products li.product .price del,
    .archive.woocommerce ul.products li.product .price del .amount,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del .amount {
        font-size: 18px;
    }

    .woocommerce .amount,
    .woocommerce .product .price {
        font-size: 22px;
    }

    .woocommerce ul.products li.product .add_to_cart_button {
        text-align: center;
        display: block;
        margin: 10px 20px;
    }
}

/**
 * Phones
 */

#portfolio-content {
    top: 0;
}

@media (max-width: 640px) {
    #page-footer {
        position: relative;
        background-color: #333333;
    }

    #page-footer .social-button {
        position: relative;
    }

    #page-footer #social-icons {
        top: 0;
        left: 0;
    }

    #page-footer .social-button:hover #social-icons {
        top: 0;
    }

    .social-button:before {
        display: none;
    }

    .single-portfolio-left-panel .portolio-item-navigation {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .single-portfolio-left-panel .portfolio-item-title {
        margin-bottom: 0;
    }

    .portfolio-item-title h2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #gallery-list-bg {
        height: auto;
    }

    .gallery-list-item {
        display: inline-block;
        margin: 13px;
        position: relative;
        width: 40%;
    }
}

#portfolio-content {
    min-height: 100vh;
}

.loadingspin:before {
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

body.portfolio-slider #page-content {
    padding: 0;
}

.gallery-title {
    position: relative;
    z-index: 1;
}

.widget_recent_entries a {

}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
#searchsubmit {
    border: 0px solid;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    padding: 5px 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 10px;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {

}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {

}

#pf-featured {
    height: 100vh;
    width: 100%;
}

.cover-only {
    background-size: cover;
    background-position: center center;
}

#pf-inner-gallery {
    margin-right: 0;
}



#page-title {
    position: absolute;
    z-index: 10;
    font-size: 20px;
    left: 100px;
    padding-left: 25px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    display: inline-block;
    top: 20px;
    opacity: 1;
}
#page-title.title-animation {
    opacity: 0;
    transition: all .2s ease-in-out;
}

.admin-bar #page-title {
    top: 45px;
}
#page-title::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    /* opacity: .2; */
    border-radius: 10px;
}
/*.admin-bar .fixed-bg-image #page-title {*/
/*    top: 45px;*/
/*}*/


/*.admin-bar #page-title {*/
/*    top: 47px*/
/*}*/

#page-title h1 {
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1rem;
}

.fs-image {
    height: 100vh;
    width: 100%;
    background-size: cover !important;
    background-position: center center;
}

.content-pad {
    /*padding-right: 90px;*/
}

.with-line {
    position: relative;
    margin-bottom: 45px;
    font-weight: 600;
}

.with-line:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 40px;
    left: 0;
    height: 2px;
    background: #efefef;
}

/**
 * Masonry blog
 */

.page-template-page-blog .grid-item {
    margin-bottom: 30px;
    padding-bottom: 50px;

}

.page-template-page-blog.sidebar-left .grid-item {
    padding: 0 0 0 30px;
}

.page-template-page-blog.sidebar-right .grid-item {
    padding: 0 30px 0 0;
}

.page-template-page-blog #grid-wrap {
    padding: 0;
}

article.post {
    padding: 0;
    margin-bottom: 30px;
    border-radius: 10px;
}

.page-template-page-blog .grid-inner {
    margin-bottom: 30px;
}

.page-template-page-blog .content-pad {
    padding-right: 120px;
    margin-top: 120px;
    padding-left: 90px;
}

#content-wrap {
    margin-top: 120px;
}


.is-blog article.post {
    margin-bottom: 30px;
    border-radius: 10px;
}
.is-blog article.post .portrait-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

article.post {
    padding: 0;
    margin: 0;
}

article img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.header-pad {
    padding: 50px 50px 0 50px;
    max-width: 100%;
}
.has-drop-cap:not(:focus)::first-letter {
    font-weight: normal;
}
.image-outer {
    position: relative;
}

.image-btn-wrap {
    position: absolute;
    width: 160px;
    height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.format-gallery .image-outer .image-btn-wrap {
    width: 320px;
}

/*article.has-thumbnail .image-btn-wrap,*/
/*article.has-thumbnail .image-btn-wrap .comments-link a,*/
/*article.format-gallery:not(.content-gallery) .image-btn-wrap,*/
/*article.format-gallery:not(.content-gallery) .image-btn-wrap .comments-link a{*/
/*    color: white;*/
/*}*/

.image-btn-wrap .image-btn {
    text-align: center;
    display: flex;
    width: 100px;
    height: 100%;
    float: left;
    top: 0;
    padding: 12px 10px;
    position: absolute;
    /* overflow: hidden; */
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    align-items: center;
}

/*.image-btn-wrap .image-btn.gallery-btn:hover {*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*}*/

.image-btn-wrap .image-btn.blog-gallery-prev::before {
    position: absolute;
    color: white;
    font-family: 'remixicon';
    content: "\ea60";
    font-size: 22px;
    left: 18px;
    top: 0;
    margin: auto;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    border: 2px solid;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    bottom: 0;
    width: 50px;
}

.image-btn-wrap .image-btn.blog-gallery-next::before {
    position: absolute;
    color: white;
    font-family: 'remixicon';
    content: "\ea6c";
    font-size: 22px;
    width: 50px;
    left: auto;
    right: 30px;
    top: 0;
    margin: auto;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    border: 2px solid;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    bottom: 0;
}

.image-btn-wrap .image-btn.blog-gallery-next,
.image-btn-wrap .image-btn.blog-gallery-prev {
    cursor: pointer;
}
.blog-gallery-prev.image-btn.gallery-btn {
    left: 20px;
}
.blog-gallery-next.image-btn.gallery-btn {
    right: 20px;
}
.blog-gallery-prev .btn-label,
.blog-gallery-next .btn-label {
    font-size: 12px;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blog-gallery-prev:hover .btn-label,
.blog-gallery-next:hover .btn-label {
    opacity: 1;
    transform: translateY(0);
}
.btn-label {
    text-transform: uppercase;
    position: absolute;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    color: #fff;
    letter-spacing: 2px;
}
.blog-gallery-next .btn-label {
    right: 100px;
}
.blog-gallery-prev .btn-label {
    left: 100px;
}

/*.image-outer {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    min-height: 80px;*/
/*}*/

article.post:hover .image-btn-wrap .image-btn.blog-date,
.image-btn.comments-link .image-btn.blog-date{
    color: black;
}

.image-outer .image-btn-wrap .image-btn.comments-link:hover,
.no-thumbnail:not(.format-gallery) .image-outer .image-btn-wrap .image-btn.comments-link,
.content-gallery.format-gallery .image-btn.comments-link{
    background: white;
    color: black;
}

.image-outer .image-btn-wrap .image-btn.comments-link:hover a{
    color: black;
}

.image-btn-wrap .image-btn.comments-link {
    position: relative;
}

.image-btn-wrap .image-btn.comments-link a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 110px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    bottom: 18px;
    margin: 0 auto;
    display: inline-block;
}

.image-btn-wrap .image-btn.comments-link::before {
    position: absolute;
    font-family: 'remixicon';
    content: "\eb4d";
    font-size: 22px;
    left: 0;
    right: 0;
    top: 9px;
    margin: auto;
}

.blog-date {
    display: flex;
    align-items: center;
}

/*.blog-date .day {*/
/*    font-size: 25px;*/
/*    letter-spacing: 3px;*/
/*}*/

/*.blog-date .month {*/
/*    text-transform: uppercase;*/
/*    margin-top: 12px;*/
/*    letter-spacing: 1px;*/
/*    font-size: 0.7em;*/
/*    line-height: 1.5em;*/
/*    opacity: 0.5;*/
/*}*/

/*.blog-date .year {*/
/*    margin-top: 0;*/
/*    letter-spacing: 1px;*/
/*    font-size: 0.7em;*/
/*    line-height: 1em;*/
/*    opacity: 0.5;*/
/*}*/

article.post:hover .image-btn-wrap .image-btn .month,
article.post:hover .image-btn-wrap .image-btn .year,
article.post:hover .image-btn-wrap .image-btn .day,
article.post:hover .image-btn-wrap .comments-link:before,
article.post:hover .image-btn-wrap .comments-link a,
article.post:hover .image-btn-wrap .btn-label,
article.post:hover .image-btn.blog-gallery-next:before,
article.post:hover .image-btn.blog-gallery-prev:before,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .image-btn .month,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .image-btn .year,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .image-btn .day,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .comments-link:before,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .comments-link a,
.content-gallery.format-gallery .image-btn-wrap .image-btn .month,
.content-gallery.format-gallery .image-btn-wrap .image-btn .year,
.content-gallery.format-gallery .image-btn-wrap .image-btn .day,
.content-gallery.format-gallery .image-btn-wrap .comments-link:before,
.content-gallery.format-gallery .image-btn-wrap .image-btn-wrap .comments-link a{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

article.post h3,
article.post h3 a {
    position: relative;
    margin: 5px 0 10px 0;
    word-break: break-word;
}

.single-post article.post h3,
.single-post article.post h3 a {
    margin: 5px 0 30px 0;
}

.format-link h2.entry-title:after {
    display: none;
}



article.post.format-aside h2.entry-title {
    margin-bottom: 38px;
}

article.post.format-aside:hover h2.entry-title:after {
    width: 100%;
}

article.post.format-link h2.entry-title {
    margin-bottom: 10px;
}

article.post .entry-content {
    padding: 10px 50px 50px;
}
article.post .entry-content iframe {
    max-width: 100%;
}
article.post .entry-content .effect-group-container {
    margin-top: 20px;
    display: block;
    margin-left: -2px;
}
.post-format-icon{
    position: absolute;
    right: 30px;
}

.post-format-icon:before{
    font-size: 50px;
    font-family: 'ggticons';
    content: "\eb6d";
    color: rgba(0,0,0,0.1);
    line-height: 80px;
}

.format-quote .post-format-icon:before{
    content: "\e7eb";
}

.format-aside .post-format-icon:before{
    content: "\ebad";
}

.format-status .post-format-icon:before{
    content: "\e65f";
}

.format-link .post-format-icon:before{
    content: "\e82e";
}

.format-audio .post-format-icon:before{
    content: "\e641";
}

.format-video .post-format-icon:before{
    content: "\e6fb";
}

.format-image .post-format-icon:before{
    content: "\e8a2";
}

.format-gallery .post-format-icon:before{
    content: "\e8a8";
}

.post-categories {
    margin-top: 8px;
    display: block;
    list-style: none outside none;
    padding: 0;
}

.post-categories li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 22px;
}

.post-categories li a {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: rgba(0,0,0,.1);
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    opacity: .5;
}

/*.post-categories li a {*/
/*    color: #aaa;*/
/*    padding-bottom: 3px;*/
/*}*/

/*.post-categories li a:hover {*/
/*    color: #000;*/
/*    border-bottom: 1px solid #aaa;*/
/*}*/

.format-quote .quote-wrap {
    border-left: 2px solid;
    padding-left: 18px;
}

.format-image .header-pad {
    color: white;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
}

article.post.format-image h2,
article.post.format-image h2 a,
article.post.format-image .edit-post a {
    color: white;
}

.format-image .image-outer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

article.post.format-image:hover .header-pad {
    opacity: 0;
}

aside.widget {
    /*color: #000;*/
    /*background: white;*/
    margin-bottom: 30px;
}

.widget {
    padding: 30px;
}
.textwidget img,
.textwidget select {
    max-width: 100%;
}
.textwidget img {
    border-radius: 10px;
}
.widget.ggt_about_widget {
    padding: 0;
}

.ggt_about_widget img {
    width: 100%;
    height: auto;
}

.ggt_about_widget .soc-label {
    display: none;
}

.ggt_about_widget a:after {
    display: none;
}

.widget .content-wrap {
    padding: 30px;
}

.widget .widget-title {
    margin-bottom: 32px;
    position: relative;
}

.widget-title:after {
    content: "";
    width: 76px;
    height: 12px;
    bottom: -18px;
    left: 0;
    position: absolute;
}

.author-name {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.author-text {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-bottom: 45px;
    position: relative;
}

.widget .social-icons a:before,
.widget .social-icons a {
    line-height: 20px;
    font-size: 20px;
}

.widget .social-icons li {
    margin-right: 10px;
    margin-bottom: 12px;
}

.widget .social-icons li:first-child {
    padding-left: 5px;
}

.author-text:after {
    content: "";
    width: 38px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #eee;
}

.post-gallery .owl-item {
    height: 480px;
    width: 100%;
}

div.ppt {
    display: none;
    visibility: hidden;
}

.video-icon {
    position: absolute;
    color: #FFFFFF;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    left: 0;
    margin: auto;
    line-height: 60px;
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
}

.video-icon::before {
    content: "\f00a";
    font-family: "remixicon";
    position: absolute;
    margin: 0 auto;
    text-align: center;
    border: 3px solid;
    border-radius: 50px;
    font-size: 20px;
    width: 70px;
    height: 70px;
    line-height: 65px;
}
.video-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.with-shadow:before {
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

article.post:hover .with-shadow:before {
    opacity: 1;
}

.portrait-img {
    width: 100%;
    height: 640px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.link-wrap {
    height: 60px;
    position: relative;
    margin-left: 60px;
    padding-left: 35px;
    line-height: 60px;
    border: 2px solid #eee;
}

.link-wrap:before {
    width: 60px;
    height: 60px;
    font-size: 38px;
    text-align: center;
    display: block;
    left: -62px;
    position: absolute;
    top: -2px;
    background: #eee;
    font-family: "ggticons";
    content: "\e82d";
    color: #000;
}

.link-wrap:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #eee;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.link-wrap:hover:after {
    width: 100%;
}

.link-wrap a {
    z-index: 1;
    color: #000;
    text-transform: uppercase;
    position: relative;
    font-size: 0.9em;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
}

article.post .link-wrap a:hover {
    color: #000;
}

.blog {
    margin: auto;
}
#blog-content {
    padding: 0 15px;
}

/*div.wp-block-button a.wp-block-button__link {*/
/*    color: #fff;*/
/*}*/
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    border-radius: 10px;
    color: #fff;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
    border-radius: 10px;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before {
    border-radius: 10px;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
    border-radius: 10px;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
    border-radius: 10px;
}
.wp-block-cover__video-background {
    border-radius: 10px;
}
div.wp-block-cover.has-background-dim p a {
    color: #fff;
}
.wp-block-button.is-style-squared a, .wp-block-button__link.wp-block-button.is-style-squared a {
    border-radius: 0;
}
.section-dark #blog-content div.wp-block-button a.wp-block-button__link,
.section-light #blog-content div.wp-block-button a.wp-block-button__link {
    color: #fff;
}
.section-dark .is-style-outline > .wp-block-button__link:not(.has-background),
.section-dark .wp-block-button__link.is-style-outline:not(.has-background),
.section-light .is-style-outline > .wp-block-button__link:not(.has-background),
.section-light .wp-block-button__link.is-style-outline:not(.has-background) {
    color: #32373c;
}
.wp-block-button.alignright {
    text-align: right;
}
.wp-block-gallery.is-cropped .blocks-gallery-item a {
    display: flex;
    align-items: end;
}
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
    bottom: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wp-block-quote {
    padding: 20px 30px;
    margin: 50px 50px;
}
:root .has-cyan-bluish-gray-background-color {
    border-radius: 10px;
}
:root .has-very-light-gray-color {
    color: #eee;
    border-radius: 10px;
    margin: 30px 0;
}
.entry-content > ol,
.entry-content > ul,
.blocks-gallery-grid, .wp-block-gallery,
.wp-block-cover.has-background-dim,
#gallery-1,
#gallery-1 img,
.wp-block-archives-dropdown,
.wp-block-calendar,
.wp-block-categories-dropdown,
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments,
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search,
.wp-block-button,
.wp-block-columns,
.wp-block-code,
.wp-block-preformatted,
.wp-block-table,
blockquote{
    margin: 30px auto;
}

#gallery-31 img,
.gallery img {
    padding: 0;
    margin: auto;
}
blockquote.twitter-tweet {
    background: #1da1f2;
    color: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    margin: 30px 30px;
}
blockquote.twitter-tweet,
blockquote.twitter-tweet a,
blockquote.twitter-tweet p {
    font-size: 1.2em;
    font-weight: normal;
    color: #ffffff !important;
}
blockquote {
    border: 0 !important;
    padding: 20px 30px !important;
    position: relative;
    margin: 30px auto;
}
blockquote::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
blockquote.wp-block-quote {
    margin: 20px 0;
}
.wp-block-calendar #wp-calendar {
    border-radius: 10px;
    padding: 30px 30px;
}
.wp-block-calendar table caption {
     display: block;
     padding: 10px 10px;
     width: auto;
}
.wp-block-calendar thead {
    display: inline-table;
    text-align: center;
    width: 100%;
}
.wp-block-calendar table th {
    font-weight: normal;
    background: #ddd;
    text-align: center;
    padding: 10px;
    width: 14%;
}
.wp-block-calendar tbody {
    width: 100%;
    display: inline-table;
}
.wp-block-calendar tbody td {
    padding: 20px;
}
.wp-block-calendar tbody td#today {
    background: #fff;
}
.wp-calendar-nav-prev,
.wp-calendar-nav-next {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
    background: rgba(0,0,0,.05);
    padding: 20px 30px;
    border-radius: 10px;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 1em;
    opacity: .5;
    margin-bottom: 20px;
}
.wp-block-latest-comments__comment {
    padding: 20px 20px;
    border-radius: 10px;
    background: rgba(0,0,0,.05);
}
.wp-block-latest-posts__list.wp-block-latest-posts {
    padding: 20px;
    background: rgba(0,0,0,.05);
    border-radius: 10px;
    position: relative;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.wp-block-latest-posts__list.wp-block-latest-posts li {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts {
    background: rgba(0,0,0,.05);
    border-radius: 10px;
    display: flex;
}
.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts li {
    padding: 0;
    background: transparent;
    border: 0;
}
.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts a {
    background: #fff;
    padding: 10px 20px;
    display: block;
    border-radius: 10px;
}
.wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
    margin-bottom: 0;
}
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__button {
    background: rgba(0,0,0,.05);
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 5px 20px;
}
.wp-block-rss {
    padding: 0;
    position: relative;
}
.wp-block-rss__item {
    position: relative;
    list-style: none;
    padding-left: 25px;
}
.wp-block-rss__item::before {
    content: "\eb81";
    position: absolute;
    left: 0;
    font-family: remixicon;
    font-size: 17px;
    opacity: .2;
}
.wp-block-group.has-background {
    border-radius: 10px;
    padding: 30px 30px;
}
.page-links {
    margin: 10px auto;
    display: flex;
    align-items: center;
}
.page-links .page-links-title {
    margin-right: 10px;
}
.page-links a,
.post-page-numbers.current{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    margin: 0 5px;
}
.post-page-numbers.current {
    background: rgba(0,0,0,.05);
}
.wp-block-table tbody {
    width: 100%;
    display: inline-table;
}




/*#content-wrap{*/
/*padding: 0 120px;*/
/*}*/

.blog-readmore {
    margin-left: 5px;
    color: #aaa;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a.blog-readmore:after {
    content: "+";
    margin-left: 2px;
    color: inherit;
}

.edit-link {
    padding: 5px 0;
    margin: 12px 0;
    display: inline-block;
}

.post-permalink {
    border: 2px solid black;
    padding: 6px 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 0.9em;
    margin-top: 8px;
    color: #000;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.image-outer .post-permalink {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.no-csstransforms3d .image-outer .post-permalink {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

article.post:hover .image-outer .post-permalink {
    opacity: 1;
    visibility: visible;
}

.fixed-bg-image {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.fixed-bg-image::before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}

.no-thumbnail .image-btn-wrap{
    right: auto;
}

.no-thumbnail.format-gallery .image-btn-wrap{
    right: 0;
}

.format-image.no-thumbnail .header-pad{
    color: inherit;
    position: relative;
    left: 0;
    top: 0;
}

article.post.format-image.no-thumbnail:hover .header-pad{
    opacity: 1;
}

article.post img {
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
}

.no-comments .image-btn-wrap{
    width: 80px;
}

:not(.single-post) .no-comments.format-gallery .image-btn-wrap {
    width: 100%;
    top: 50%;
}

/**
 * Select
 */

.sbHolder,
.chosen-container-single .chosen-single,
.chosen-container-single.chosen-container-active .chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
    position: relative;
    border: 2px solid rgba(225,225,225,.4);
    box-shadow: none;
    padding: 5px 50px 5px 15px;
    line-height: 30px;
    height: auto;
    border-radius: 10px;
}

.sbHolder li a,
.sbHolder a.sbSelector {
    color: #000;
    padding: 10px 0;
}
.sbHolder li {
    padding: 10px 0;
}

.sbToggle {
    position: absolute;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 6px;
}

.sbToggle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #555 transparent transparent transparent;
}

.sbSelector {

}

table.variations td {
    padding-bottom: 5px;
}
table.variations td.label {
    min-width: 90px;
    text-align: left;
}
table.variations .var-label label,
.quantity_label {
    position: relative;
    color: #bbb;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 34px;
    margin-left: 20px;
}
.variations .quantity {
    border: 1px solid;
    display: flex;
    align-items: center;
}
.quantity_label {
    float: left;
    min-width: 166px;
    line-height: 42px;
    display: inline-block;
    margin-left: -2px;
    padding-left: 20px;
}
.variations .value {
    display: flex;
    align-items: center;
}
a.reset_variations {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff !important;
    line-height: 1em;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    right: -90px;
    border-radius: 10px;
    background: coral;
    padding: 10px 20px;
}

a.reset_variations:hover {
    border-color: #bbb;
}

.sbOptions {
    padding: 6px 12px;
    list-style-type: none;
    line-height: 20px;
    position: absolute;
    background: white;
    width: calc(100% + 4px);
    z-index: 1;
    border: 0px solid #ddd;
    top: 42px;
    left: -2px;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0px 10px 50px -10px rgba(0,0,0,.6);
}

.tagcloud a {
    border: 2px solid;
    color: #000;
    display: inline-block;
    margin: 0.1em 0.1em 0.1em 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 10px;
}

/** search */

.widget.widget_search {
    padding: 0;
}

.widget.widget_search .widget-title {
    display: none;
}

.widget.widget_search .search-field {
    outline: none;
    height: 76px;
    border: none;
    padding: 12px 22px 12px 42px;
    color: inherit;
    background: inherit;
    width: calc(100% - 76px);
}

.widget.widget_search form {
    position: relative;
    background: rgba(0,0,0,.1);
}

.widget.widget_search .search-submit {
    outline: none;
    position: absolute;
    color: transparent !important;
    right: 0;
    top: 0;
    height: 76px;
    width: 76px;
    border: none;
    padding: 0;
    margin: 0;
    border-bottom-right-radius: 10px;
}

.widget.widget_search label {
    width: 100%;
    padding: 0;
    margin: 0;
}

.widget.widget_search label::before {
    pointer-events: none;
    font-family: 'remixicon';
    content: "\f0d1";
    position: absolute;
    z-index: 2;
    font-size: 22px;
    line-height: 76px;
    right: 27px;
    margin: auto;
}

.widget #s {
    display: block;
    margin: 2px 0 12px;
    height: 36px;
    border: 2px solid #ccc;
    background: white;
    padding: 8px 12px;
    outline: none;
    width: 100%;
    font-style: italic;
    font-size: 11px;
}

.widget_product_search label {
    font-weight: 400;
    font-size: 12px;
    color: #aaa;
}

.widget ul {
    list-style-type: none;
    padding-left: 20px;
}

ul.product-categories {
    padding: 12px 0 0 20px;
}

ul.product-categories li {
    position: relative;
    line-height: 2em;
    font-size: 11px;
}

ul.product-categories ul li:before {
    position: absolute;
    content: "-";
    left: -20px;
    color: #ccc;
    font-size: 16px;
    font-weight: 200;
    top: -1px;
}
.woocommerce-mini-cart.cart_list.product_list_widget {
    margin: 0;
    padding: 0;
}
.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0;
    position: relative;
}
a.remove {
    background: coral;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 20px;
    width: 30px !important;
}
.woocommerce-cart a.remove {
    position: relative;
    width: 40px !important;
    right: 0;
}
.remove.remove_from_cart_button {
    position: absolute;
    right: -40px;
}
.woocommerce-mini-cart-item.mini_cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 70px;
    border-radius: 10px;
    margin-right: 20px;
    float: left;
}
.woocommerce-mini-cart.cart_list.product_list_widget .quantity {
    display: flex;
    align-items: center;
    color: #fff;
    width: 35%;
}
.woocommerce-mini-cart__total.total {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid rgba(255,255,255,.2);
    padding-top: 10px;
}
.woocommerce-mini-cart__total.total strong {
    font-weight: normal;
}
.woocommerce-mini-cart__buttons.buttons a {
    margin: 20px 20px 0 0;
}

.product_list_widget li {
    padding-left: 32px;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.product_list_widget li del,
.product_list_widget li ins {
    display: block;
}

.product_list_widget li del {
    color: #ccc;
}
.product_list_widget li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}


.widget.widget_top_rated_products,
.widget.widget_recent_reviews,
.widget.widget_products,
.widget.widget_shopping_cart,
.widget.widget_recently_viewed_products,
.widget.widget_calendar,
.widget.ggt_timetable_widget,
.widget.ggt_contacts_widget,
.widget.ggt_recentposts_widget_entries{
    padding: 0;
}

.widget.widget_top_rated_products .widget-title,
.widget.widget_recent_reviews .widget-title,
.widget.widget_shopping_cart .widget-title,
.widget.widget_products .widget-title,
.widget.widget_recently_viewed_products .widget-title,
.widget.widget_calendar .widget-title,
.widget.ggt_timetable_widget .widget-title,
.widget.ggt_contacts_widget .widget-title,
.widget.ggt_recentposts_widget_entries .widget-title{
    margin-left: 32px;
    padding-top: 32px;
}

.reviewer {
    color: #aaa;
    font-size: 12px;
}

.widget_products li a {
    margin-bottom: 20px;
}

.widget_price_filter form {
    padding-top: 20px;
}

.widget_price_filter .price_label {
    text-align: left;
    position: absolute;
    color: #888;
    font-style: italic;
}

.widget_price_filter form button[type=submit] {
    left: 0;
    margin-top: 36px;
    margin-left: 0;
    position: relative;
}

/**
 * Calendar
 */

.widget.widget_calendar .widgettitle,
.widget.widget_search .widgettitle,
.widget.widget_nav_menu .widgettitle {
    padding: 30px 30px 0 30px !important;
}

#calendar_wrap {
    width: 100%;
    padding-top: 12px;
}

#calendar_wrap th {
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 10px 0;
}

#calendar_wrap td {
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 10px 0;
}

#calendar_wrap td:first-child,
#calendar_wrap th:first-child {
    text-align: center;
}

#calendar_wrap td:last-child,
#calendar_wrap th:last-child {
    text-align: center;
}

#wp-calendar {
    width: 100%;
}

#calendar_wrap caption {
    padding: 12px 0;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

#calendar_wrap #prev a,
#calendar_wrap #next a {
    display: inline-block;
    border: 2px solid;
    background: transparent;
    padding: 6px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    left: 1px;
    position: relative;
}

#calendar_wrap #prev {
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}

#calendar_wrap #next {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}

.timetable {
    padding-top: 20px;
}

.timetable .dayname {
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 38px;
    margin-right: 12px;
    text-align: center;
    width: 44px;
    line-height: 38px;
    height: 38px;
    background: #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.timetable .timeblock {
    position: relative;
    padding-left: 20px;
    margin-left: 82px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.timetable .row {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 38px;
    font-size: 12px;
}

.timeblock:before {
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.timetable .row:hover .timeblock:before {
    width: 6px;
}

.timetable .row:hover .timeblock {
    padding-left: 26px;
}

/**
 * Contacts
 */

.ggt_contacts_widget.widget .fn {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: 3px;
}

.ggt_contacts_widget.widget .fn strong{
    font-weight: 500;
}

.ggt_contacts_widget.widget .vcard {
    padding: 20px 32px 20px;
    line-height: 1.8em;
    font-size: 12px;
}

.ggt_contacts_widget.widget .contacts_label{
    font-weight: 700;
    margin-right: 6px;
}

/** recent posts */

.ggt_recentposts_widget_entries .blog-date{
    padding-top: 8px;
    display: block;
    float: left;
    padding: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ggt_recentposts_widget_entries a{
    display: block;
}

.ggt_recentposts_widget_entries .blog-date span{
    display: block;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.ggt_recentposts_widget_entries .blog-date span:first-child{
    margin-top: 12px;
}

.ggt_recentposts_widget_entries .post-item{
    border-top:1px solid;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ggt_recentposts_widget_entries .post-item:hover{
    border-color: rgba(0,0,0,0.06);
}

.ggt_recentposts_widget_entries .post-item:hover{
    background: #f8f8f8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ggt_recentposts_widget_entries ul.recent-box-cont{
    padding-top: 20px;
}

.ggt_recentposts_widget_entries .recent-box-cont .post-title {
    text-transform: uppercase;
    padding: 32px 12px 0 22px;
    display: block;
    line-height: 1.5em;
    margin-left: 100px;
}

#content-wrap{
    min-height:100vh;
}

.single-post .post-wrap {
    padding: 0 15px;
}

.post-inside{
    padding-bottom: 5px;
}

#comments-wrap {
    border-radius: 10px;
}

.comment-form-comment{
    position: relative;
}

#comments-wrap .comment-form-author,
#comments-wrap .comment-form-email,
#comments-wrap .comment-form-url{
    width: 32%;
    float: left;
    margin-right: 2%;
    display: block;
}

#comments-wrap .comment-form-url{
    margin-right: 0;
}

#comments-wrap #commentform label {
    left: 0;
    font-size: 10px;
    padding-top: 8px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    color: #aaa;
    font-weight: 500;
    letter-spacing: 2px;
}

#comments-wrap .comment-form-author > input,
#comments-wrap .comment-form-email > input,
#comments-wrap .comment-form-url > input {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ccc;
    padding: 5px 15px;
    height: 50px;
    margin-left: 0;
    width: 100%;
    outline: none;
    border-radius: 10px;
}

#comments-wrap .comment-form-comment{
    clear: both;
    padding-top: 16px;
}

#comments-wrap #respond {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
}
#comments-wrap .comment-list #respond {
    background: rgba(0,0,0,.05);
}

#comments-wrap .comment-form-comment textarea {
    width: 100%;
    outline: none;
    padding: 10px 15px;
    border-radius: 10px;
}
#reply-title small {
    font-size: 1rem;
    margin-left: 20px;
    letter-spacing: 0;
}
#comments-wrap .comment-form{
    padding: 0;
}



#comments-wrap #form-allowed-tags{
    padding: 12px 18px 18px;
    line-height: 1.7em;
    font-weight: 700;
    margin-top: 16px;
    background: rgba(246,246,246,1);
}

#comments-wrap #form-allowed-tags code{
    font-weight: 400;
    white-space: normal;
    color: #888;
    background-color: inherit;
}

#comments-wrap #submit {
    margin-top: 12px;
    outline: none;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#comments-wrap li.comment {
    /*background: white;*/

}

#comments-wrap li.comment article {
    background: rgba(0,0,0,.05);
    margin-bottom: 30px;
    position: relative;
    padding: 30px 30px;
    border-radius: 10px;
}

#comments-wrap #comments h2{
    margin-bottom: 30px;
}

#comments-wrap li.comment .comment-content {
    display: block;
    padding: 25px 0 0 0;
}

.comment-list {
    display: block;
    margin-bottom: 30px;
    list-style: none outside none;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px;
}

.comment-list .children {
    list-style: none outside none;
    margin: 20px 0 20px 20px;
    padding-left: 20px;
}

.comment-author.vcard {
    list-style: none outside none;
}

.comment-metadata a {
    color: #000000;
}

.comment-metadata {
    display: inline-block;
    padding: 0;
}
div.comment-metadata a {
    color: inherit;
}
.comment-buttons{
    position: absolute;
    top: 25px;
    right: 20px;
}
.comment-info .fn a {
    color: inherit;
}

.comment-buttons .edit-link a,
.single-post .post-edit-link a{
    margin: 0 5px 0 0;
    background: #ccc;
}

.comment-buttons .reply {

}

.comment-buttons .reply,
.comment-buttons .edit-link,
.logged-in-as a,
.single-post .post-edit-link {
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 10px;
}

.single-post .post-edit-link{
    margin-left: 0;
}

.logged-in-as a{
    margin: 0 5px 5px 0;
}

.avatar-wrap img{
    width: 50px;
    height: auto;
    border-radius: 50px;
}

.avatar-wrap{
    float: left;
    position: relative;
    margin-right: 20px;
}
.avatar-wrap:after{
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    height: 1px;
    width: 40px;
    background: #eee;
}

.comment-info {
    opacity: .5;
}

.comment-info b{
    font-weight: 600;
}

.content-gallery .blog-gallery-prev.image-btn,
.content-gallery .blog-gallery-next.image-btn{
    display: none;
}

.content-gallery.format-gallery .image-btn-wrap{
    right: auto;
}


.single-post .header-pad {
    position: relative;
    margin: auto;
    padding: 50px 50px 0 50px;
    max-width: 100%;
}
.single-post article.post .entry-content {
    padding: 0 50px 50px;
}
.single-post .blog-date {
    margin-bottom: 50px;
}

.single-post article.post.format-image:hover .header-pad {
    opacity: 1;
}

.single-meta {
    position: absolute;
    left: -230px;
    top: 30px;
    min-height: 180px;
    max-width: 200px;
}

.single-meta .header-pad{
    padding-left: 20px;
}

.single-meta .image-btn-wrap .image-btn.comments-link a,
.single-meta .image-btn-wrap .image-btn.comments-link:before,
.single-meta .blog-date .day,
.single-meta .blog-date .month,
.single-meta .blog-date .year{
    transform: none;
    opacity: 1;
    color: #000;
}

.single-meta .image-btn-wrap .image-btn.comments-link{
    background: rgba(247,247,247,1);
}

.single-meta .image-btn-wrap{
    top: 0;
    bottom: auto;
    width: 200px;
    position: relative;
    height: 100px;
}

.single-meta .image-btn-wrap .image-btn {
    width: 100px;
    height: 100%;
    padding: 20px 10px;
}

.header-pad{
    position: relative;
}

.single-meta .cat-links{
    position: relative;
    left: 0;
    margin-top: 20px;
}

.single-meta .cat-links .post-categories{
    padding-left: 22px;
}

.single-meta .cat-links .post-categories li{
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.single-post .format-gallery .image-outer .image-btn-wrap {
    width: 100%;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.single-post .image-outer {
    min-height: 0;
}



.widgettitle {
    margin-bottom: 15px;
}


/** recent posts */

.widget_recent_entries ul {
    margin: 0;
    padding: 0 0 0 50px;
    position: relative;
}

.widget_recent_entries li {
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0;
}
.widget_recent_entries li::before {
    content: "\eced";
    width: 32px;
    height: 32px;
    position: absolute;
    text-align: center;
    left: 0;
    font-family: remixicon;
    line-height: 32px;
    border-radius: 20px;
}
.widget_recent_entries li a{
    padding-bottom: 3px;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.widget_recent_entries li a:hover{
    border-color: rgba(0, 0, 0, 0.2);
}

.widget_recent_entries .post-date {
    display: block;
    margin: 3px 0;
    padding: 3px 7px 3px 0;
    text-align: left;
    text-transform: none;
    color: #aaa;
    font-style: italic;
}

/** recent comments */

.widget.widget_recent_comments ul {
    padding: 0;
    padding-left: 45px;
}
.widget.widget_recent_comments ul li::before {
    content: "\ef44";
    position: absolute;
    left: -45px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-family: remixicon;
    border-radius: 20px;
    line-height: 32px;
}
.widget_recent_comments .recentcomments {
    list-style: none outside none;
    margin: 8px 0 12px 0;
    padding: 0;
}

.widget_recent_comments .url {
    position: relative;
    color: #aaa;
}

.widget_recent_comments li{
    position: relative;
}

.widget_recent_comments a {

}

.widget_recent_comments .comment-author-link{
    text-transform: none;
    color: #aaa;
}

.widget_recent_comments .recentcomments > a {
    padding-bottom: 3px;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.widget_recent_comments .recentcomments > a:hover{
    border-color: rgba(0, 0, 0, 0.2);
}

/** archive */

.widget_archive ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
}
.widget_archive li {
    position: relative;
    margin: 5px 0 0;
    padding: 5px 0;
}


/** categories */

.widget_categories .screen-reader-text {
    display: none;
}
.widget_categories li {
    position: relative;
    margin: 10px 0;
    padding: 0;
}
.widget_categories li a,
.widget.widget_archive a{
    position: relative;
    padding-left: 10px;
}
.widget.widget_categories a::before,
.widget.widget_pages a::before,
.widget.widget_archive a::before{
    content: "\ea6e";
    position: absolute;
    left: -30px;
    font-family: remixicon;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: -3px;
    font-size: 16px;
}
.widget.widget_categories a::before{
    content: "\ea6e";
}
.widget.widget_pages a::before{
    content: "\ea6c";
}


.widget_categories > ul > li{

}

.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.widget_categories ul ul{
    padding-left: 10px;
}

.widget_categories ul ul li:before{
    content: "-";
    position: absolute;
    left: -12px;
    font-size: 14px;
    color: #ccc;
    font-weight: 200;
}

/** meta */

.widget_meta ul {
    padding: 0;
}

.widget_meta li {
    margin: 5px 0 0;
    position: relative;
    padding: 5px 10px 5px 0;
}

/** nav menu */

.widget_nav_menu .menu {
    list-style: none outside none;
    padding: 0;
    padding-top: 20px;
}

.widget_nav_menu .menu-item {
    padding:0 ;
}

.widget_nav_menu{
    padding: 0;
}

.widget_nav_menu .widget-title{
    margin-left: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.widget_nav_menu .menu-item:hover {

}
.widget_nav_menu li .submenu-btn {
    display: none !important;
}
.widget_nav_menu li {
    position: relative;
    padding: 0;
}

.widget_nav_menu li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 12px 12px 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.widget_nav_menu li a:hover{
    background: rgba(246,246,246,1);
}

.widget_nav_menu ul.menu > li > a{
    font-weight: 600;
}

.widget_nav_menu ul.menu > li:first-child > a{
    border-top: 1px solid rgba(0,0,0,0.2);
}

.widget_nav_menu li li a{
    padding-left: 50px;
}

.widget_nav_menu li a::after {
    content: "\ea6c";
    position: absolute;
    left: auto;
    font-family: remixicon;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 13px;
    font-size: 16px;
    right: 20px;
}
.widget_nav_menu .sub-menu li a::after {
    background: transparent;
    opacity: .2;
}


.widget_nav_menu li li li a{
    padding-left: 90px;
}
.widget_nav_menu li ul.sub-menu .sub-menu li a {
    padding-left: 60px;
}
.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu li a {
    padding-left: 70px;
}
.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 80px;
}
.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 90px;
}
.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 100px;
}
.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 110px;
}
.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 120px;
}
.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 130px;
}
.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 140px;
}


.widget_nav_menu li ul{
    padding: 0;
}

.widget_nav_menu .menu-item-has-children {
    padding: 0;
    border-bottom: 0;
}

.widget_nav_menu .menu-item-has-children:after{
    top: 26px;
}

/** rss */

.widget.widget_rss{
    padding: 0;
}

.widget.widget_rss .widgettitle {
    display: flex;
    padding: 30px 30px 0px 30px;
    margin: 0;
    justify-content: space-between;
}

.widget_rss ul{
    padding: 0;
    padding-top: 20px;
}

.widget_rss li{
    position: relative;
    padding: 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.widget_rss .rss-date {
    display: block;
    position: relative;
    top: -10px;
    left: 0;
    opacity: .5;
}

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

.widget_rss .rss-date:before{
    font-style: normal;
}

.widget_rss a.rsswidget {
    margin-bottom: 10px;
    display: block;
}

.widget_rss cite{
    padding: 5px 20px;
    margin-top: 10px;
    border-radius: 10px;
    display: inline-block;
}

/** page */

.page .post-inside{
    /*padding-top: 30px;*/
}
.page .post-inside table tr th, .page .post-inside table tr td {
    padding: 10px 20px;
    border: 2px solid rgba(0,0,0,.2);
}

.page .post-inside article {
    margin: 0 0 30px 0;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    clear: both;
    display: flow-root;
}

.page article .content-inner {
    padding: 0;
    clear: both;
}

.page .post-inside h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.pass-right{
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: left;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.pass-right form{
    letter-spacing: 0;
    font-size: 1rem;
}
.pass-right,
.pass-left{
    padding: 70px;
}
.pass-left{
    text-align: right;
}
.pass-left .password-icon{
    font-size: 220px;
}

.passwrap {
    margin: 40px 0 0;
    position: relative;
    display: flex;
}
.passwrap input {
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 5px 10px;
}
.submit-wrap input {
    padding-left: 40px;
}
.password-window .submit-wrap::before {
    top: 18px;
    left: 30px;
}
.password-window .submit-wrap input[type="submit"] {
    padding: 3px 50px 3px 70px;
}

.password-window {
    width: 90%;
    height: auto;
    margin: auto;
    top: 35%;
    left: 0;
    bottom: auto;
    right: 0;
    position: absolute;
    text-align: center;
    padding: 0;
    font-size: 1.2em;
    font-family: inherit;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.password-window form{
    font-weight: normal;
    text-transform: none;
    margin-top: 15px;
}
.password-window input {
    height: 80px;
    line-height: 30px;
    margin: 0 20px 0 0;
    float: left;
    color: #ccc;
    background: #000;
    padding: 5px 20px;
    outline: none;
    font-size: 26px;
    border: 2px solid rgba(255,255,255,.2);
    border-radius: 10px;
}
.password-window input[type="submit"]{
    font-size: 14px;
    color: inherit;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 3px 82px 3px 30px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.submit-wrap {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.submit-wrap::before {
    font-size: 22px;
    color: #000;
    line-height: 40px;
    font-family: 'remixicon';
    position: absolute;
    left: 12px;
    content: "\eece";
}

.password-window .screen-reader-text{
    display: none;
}

.error404 .password-window label{
    float: left;
}

.error404 form.search-form:after { /** clearfix */
    content: " ";
    display: table;
    clear: both;
}

.error404 form.search-form{
    display: inline-block;
    position: relative;
}

.error404 form .search-wrap{
    pointer-event: none;
    display: inline-block;
    position: relative;
}

.error404 form label i{
    cursor: pointer;
    pointer-vents:none;
    position: absolute;
    right: 22px;
    line-height: 80px;
    font-size: 36px;
    top: 0;
    z-index: 1;
}

.error404 .password-window input[type="submit"] {
    pointer-event: all;
    font-family: 'ggticons';
    width: 80px;
    padding: 0;
    border: none;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.error404 #searchsubmit{
    margin: 0;
    border: none;
}
.error404 .password-window {
    top: 10%;
}
.password-window i {
     font-weight: normal;
}

h2.comments-title{
    color: #ffffff;
}
h2.comments-title,
#reply-title {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
}

#comments-wrap #comments{
    color: #000;
}

#map_canvas{
    width: 100%;
    height: 100%;
}

blockquote {
    border: none;
}
blockquote p {
    font-size: 1.4rem;
    font-weight: inherit;
    line-height: inherit;
}

.search-no-results .post-inside {
    background: bisque;
    border-radius: 10px;
    padding: 0;
}
.search-no-results .post {
    margin: 0;
    padding: 50px 50px 50px 50px;
}
.search-no-results .page-content .search-field {
    border: 2px solid rgba(0,0,0,.2);
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.search-no-results .page-content .search-submit {
    padding: 18px 25px;
    border: 0;
    border-radius: 10px;
}
.search-no-results .page-content .search-form {
    margin-top: 50px;
}
.search-no-results .page-header {
    margin: 0 0 10px 0;
}

.page-template-page-gallery-grid #main-wrapper,
.page-template-page-blog #main-wrapper,
.page-template-page-videolist #main-wrapper,
.page-template-default #main-wrapper,
.post-type-archive-product #main-wrapper,
.single-product #main-wrapper{
    min-height: 100vh;
}

.page-template-page-gallery-grid .content-pad,
.page-template-page-blog .content-pad{
    padding-bottom: 0;
}

.page-template-page-contact #page-footer{
    padding: 0;
    display: none;
}

#grid-wrap{
    min-height: 100vh;
}

/************
 * PRELOADER
 ************/

.spinner{
    position: relative;
    -webkit-transform: rotate(269deg);
    -moz-transform: rotate(269deg);
    -ms-transform: rotate(269deg);
    -o-transform: rotate(269deg);
    transform: rotate(270deg);
}

.path {
    stroke-dasharray: 190;
    stroke-dashoffset: 190;
    -webkit-animation: dash 5s ease-in-out infinite;
    animation: dash 15s ease-in-out infinite;
    /* stroke: red; */
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 772;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 772;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.spinner-wrap {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.spinner,
.progress-spinner{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.spinner-bg,
.progress-spinner-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.loader-logo {
    position: absolute;
    top: -100px;
    text-align: center;
    left: -70px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    width: 200px;
}
.loader-logo img {
    max-width: 100px;
}

.pp_social .facebook{
    width: 120px;
}

.absolute-link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    text-decoration: none;
}

.absolute-link:hover{
    text-decoration: none;
}

#pixproof_data > .grid {
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 30px;
}

#pixproof_data .button-download {
    margin-bottom: 0;
    display: inline-block;
    background: white;
    border: 0px solid;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    right: 80px;
    top: 60px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 10px;
}

.meta-box__title {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.entry__meta-box span:not(.meta-box__title){
    font-style: italic;
}

.proof-photo__container {
    position: relative;
}
.proof_gallery .flexbox {
    width: 100%;
    position: relative;
}
.proof_gallery article.post {
    margin-bottom: 30px;
}
#pixproof_data .proof-photo:hover .proof-photo__bg {
     background: transparent;
}

#content-wrap{
    position: relative;
}

.single #content-wrap {
    margin-bottom: 15px;
}

#pixproof_data .proof-photo__bg .flexbox__item {
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0px;
    background: transparent;
    display: flex;
}
#pixproof_data .proof-photo__bg .flexbox__item ul {
    display: flex;
}
#pixproof_data .proof-photo .nav--stacked > li > a {
    display: inline-block;
    width: auto;
    background: white;
    letter-spacing: 2px;
    margin: 0 10px 0 0;
    z-index: 10;
    border-radius: 10px;
    padding: 10px 30px;
}

.proof-photo__status {
    background: #01a401;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    bottom: 37px;
    z-index: 10;
    left: 150px;
    color: #fff;
}
#pixproof_data .proof-photo .nav--stacked > li > a.meta__action.select-action {
    padding: 10px 30px 10px 50px;
}
#pixproof_data .proof-photo.selected .proof-photo__status {
    background: #cccccc;
}
#pixproof_data .proof-photo:hover .separator {
    display: none;
}


#pixproof_data .proof-photo.selected .proof-photo__status span.ticker{
    display: none;
}

#pixproof_data .proof-photo__id {
    color: rgba(0,0,0,0.5);
}

#pixproof_data .nav > li > a {
    padding: 8px 16px;
}

#portfolio-gallery{
    margin-bottom: 10px; /** important for waypoint */
}