/** paul font */

@font-face {
    font-family: 'paulicons';
    src:url('../fonts/paulicons.eot?g19jpv');
    src:url('../fonts/paulicons.eot?#iefixg19jpv') format('embedded-opentype'),
    url('../fonts/paulicons.woff?g19jpv') format('woff'),
    url('../fonts/paulicons.ttf?g19jpv') format('truetype'),
    url('../fonts/paulicons.svg?g19jpv#paulicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="Paul-icon-"], [class*=" Paul-icon-"] {
    font-family: 'paulicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ggt-is-blog .post .entry-title {
    font-size: 30px;
    line-height: 40px;
}

.Paul-icon-info:before {
    content: "\e600";
}

.Paul-icon-cart:before {
    content: "\e601";
}

.Paul-icon-search:before {
    content: "\e602";
}

body {
    overflow-x: hidden;
}

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

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none#header-toggle-mobile;
}

.block-link {
    display: block;
    text-decoration: none;
}

.block-link:hover,
.block-link:visited,
.block-link:focus,
.block-link:active {
    text-decoration: none;
}

#main-wrapper,
#site-footer {
    position: relative;
}

#main-wrapper,
#blog_inner {
    overflow: hidden; /* this is for top/bottom margins */
}

/** navigation */

#site-header,
#logo-wrap,
#header-sidebar,
    /*#main-wrapper,*/
#site-footer,
#site-double-logo-wrap {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-wrap {
    position: relative;
    z-index: 2; /* this is to overlap header toggle*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#logo-wrap {
    z-index: 6;
}

#site-header .menu,
#site-header .menu ul {
    list-style-type: none;
}

#site-header .menu li {
    position: relative;
}

#site-header .menu li.menu-item-has-children > ul {
    display: none;
}

#site-header .menu li.menu-item-has-children:hover > ul {
    display: block;
}

#fs-block {
    position: relative;
    left: 0;
    top: 0;
    height: 100vh;
}

.cover-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fixed-image {
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.logo_dark,
.logo_dark {
    display: block;
}

.section-light .logo .logo_dark {
    display: none;
}

.section-dark .logo .logo_light {
    display: none;
}

/** page-header */

#fs-block {
    overflow: hidden;
    z-index: 0;
}

.fs-block-inner {
    display: block;
    height: 100%;
    width: 100%;
}

.fs-block-movable {
    width: 100%;
    height: 100%;
}

.image-elastic .fs-block-movable,
.image-fixed .fs-block-movable {
    position: fixed;
}

.l-header-vertical.header-not-transparent.l-header-no-toggle .image-elastic .fs-block-movable,
.l-header-vertical.header-not-transparent.l-header-no-toggle .image-fixed .fs-block-movable {
    width: calc(100% - 320px);
}

.header-content-outer {
    padding: 50px;
    display: table;
    height: 100%;
    z-index: 2;
    position: relative;
}

.main-image {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 101%;
    left: 0;
    top: -2px;
    background-size: cover;
    background-position: center center;
}

.header-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.header-content-wrap {
    width: 320px;
}

.header-title {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}

.header-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.2em;
    opacity: 0.5;
    margin-bottom: 60px;
    position: relative;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}

.header-content:after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.title-crumbs {
    /*width: 100%;*/
    /*padding: 30px;*/
}

#site-footer {
    /*padding: 30px;*/
}

.overlay_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.overlay_pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}

.ggt-slides-wrap {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fs-block-inner.ggt-slide {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.ggt-slide {
    opacity: 0;
}

.ggt-slide.slide-in {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.ggt-slide.slide-out {
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.ggt-slide.current {
    opacity: 1;
    z-index: 3;
}

.ggt-slide .header-content-outer {
    padding: 120px;
}

.ggt-pagination-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 50px 0;
    z-index: 35;
    text-align: center;
}

.slider-playpause {
    display: inline-block;
    vertical-align: top;
    margin: 4px 15px;
}

.slider-btn {
    display: block;
    font-size: 16px;
    font-weight: 300;
    height: 10px;
    line-height: 16px;
    position: relative;
    width: 8px;
}

a.slider-btn.slider-play:before {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 6px solid;
    content: "";
    position: absolute;
    border-color: transparent transparent transparent white;
}

a.slider-btn.slider-pause:before {
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: white;
}

a.slider-btn.slider-pause:after {
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: white;
}

.ggt-slider-pagination {
    display: inline-block;
}

.ggt-point {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid;
    margin: 0 3px;
    display: inline-block;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.ggt-point:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-radius: 50%;
    margin: auto;
    -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;
}

.ggt-point.current:before,
.ggt-point:hover:before {
    width: 1px;
    height: 1px;
}

.slider-progress {
    margin-left: 10px;
    width: 100px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
}

.slider-progress-inner {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.progress-value {
    width: 0%;
    height: 3px;
    top: -1px;
    position: relative;
}

.ggt-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 30;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 60px;
}

.ggt-prev,
.ggt-next {
    position: absolute;
    top: 0;
    width: 60px;
    height: 45px;
    overflow: hidden;
    z-index: 0;
}

.ggt-prev {
    left: 0;
    border: none;
    border-right: 2px solid;
}

.ggt-next {
    right: 0;
    border: none;
    border-left: 2px solid;
}

.ggt-next:before {
    font-family: "ggticons";
    content: "\ed41";
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -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;
    position: absolute;
}

.ggt-prev:before {
    font-family: "ggticons";
    content: "\ed32";
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -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;
    position: absolute;
}

.ggt-next:hover:before,
.ggt-prev:hover:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.header-btn {
    border: 2px solid;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 25px 0;
    padding: 10px 15px 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    -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;
    white-space: nowrap;
}


.header-btn:hover,
.header-btn:active,
.header-btn:focus {
    text-decoration: none;
}

.header-btn:after {
    font-family: "ggticons";
    content: "\ed1a";
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 0 13px;
    text-decoration: none;
    vertical-align: middle;
}

.header-bg-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.morph-shape {
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
}

#fs-video {
    position: absolute;
}

#video-controls {
    position: absolute;
    text-align: center;
    z-index: 12;
    bottom: 0;
    top: 0;
    width: 150px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
}

#video-controls .controls-wrap {
    display: inline-block;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.header-content-wrap {
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.l-header-left .content-align-left.content-valign-center #video-controls {
    left: 420px;
    right: auto;
}

.l-header-right .content-align-left.content-valign-center #video-controls {
    right: 420px;
    left: auto;
}

.content-valign-center .header-content-inner {
    vertical-align: middle;
}

.content-valign-top .header-content-inner {
    vertical-align: top;
}

.content-valign-bottom .header-content-inner {
    vertical-align: bottom;
}

.content-align-center .header-content-outer,
.content-align-right .header-content-outer {
    width: 100%;
}

.content-align-center .header-content-wrap {
    margin: 0 auto;
}

.content-align-right .header-content-wrap {
    margin: 0 0 0 auto;
}

.content-align-center .header-content:after {
    left: 0;
    right: 0;
    margin: auto;
}

.content-align-right .header-content:after {
    left: auto;
    right: 0;
}

.header-content-wrap.off {
    opacity: 0;
}

#video-controls.off .controls-wrap {
    opacity: 0;
}

#video-controls .controls-wrap:hover {
    opacity: 1;
}

#playvideo, #mutevideo {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    padding: 0;
    vertical-align: middle;
    width: 60px;
    line-height: 60px;
    background: black;
    margin: 0 5px;
}

#site-header .logo,
#site-header .logo img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#playvideo i,
#mutevideo i {
    font-size: 18px;
    vertical-align: middle;
}

.title-crumbs {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.title-crumbs .breadcrumbs-content-wrap {
    position: relative;
    z-index: 1;
    display: block;
}

.image-type-elastic.elastic-frame {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-type-video .elastic-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-type-video .breadcrumbs-bg-wrap {
    width: 100%;
    height: 100%;
}

.bg-type-video iframe,
.bg-type-video video {
    width: 1920px;
    height: 1080px;
}

.bg-type-color .elastic-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-crumbs .image-type-elastic.elastic-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-crumbs .image-type-elastic.elastic-frame .breadcrumbs-bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.bg-type-color .breadcrumbs-bg-wrap {
    width: 100%;
    height: 100%;
}

.breadcrumbs span, .breadcrumbs a {
    margin: 0 5px;
}
.breadcrumbs {
    opacity: .4;
}
.header-bg-wrap {
    z-index: 0;
}

.header-bg-video .header-bg-wrap {
    overflow: hidden;
}

.header-bg-video .header-bg-wrap .fallback_bg,
.bg-type-video .fallback_bg {
    z-index: -1;
}

.video-container iframe,
.video-container video {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.video-container.video-ready iframe,
.video-container.video-ready video {
    opacity: 1;
}

.breadcrumbs-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.breadcrumbs-shadow:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.breadcrumbs-shadow:after {
    content: "";
    display: block;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.breadcrumbs-shadow.breadcrumbs-shadow-type1:before {
    background-image: url(../img/shadows/shadows-1.png);
}

.breadcrumbs-shadow.breadcrumbs-shadow-type1:after {
    background-image: url(../img/shadows/shadows-1.png);
}

.breadcrumbs-shadow.breadcrumbs-shadow-type2:before {
    background-image: url(../img/shadows/shadows-2.png);
}

.breadcrumbs-shadow.breadcrumbs-shadow-type2:after {
    background-image: url(../img/shadows/shadows-2.png);
}

.breadcrumbs-shadow.breadcrumbs-shadow-type3:before {
    background-image: url(../img/shadows/shadows-3.png);
}

.breadcrumbs-shadow.breadcrumbs-shadow-type3:after {
    background-image: url(../img/shadows/shadows-3.png);
}

/** Cart & Search popups */

.site-cart-inner,
.site-search-inner {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    padding-top: 120px;
    padding-bottom: 150px;
}

.site-cart-inner .logo,
.site-search-inner .logo {
    position: absolute;
    top: 50px;
    left: 50px;
}

#site-cart-fixed-wrap .site-cart-inner ul.cart_list li,
#site-cart-fixed-wrap .site-cart-inner ul.product_list_widget li {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 45%;
    margin: 2.2%;
}

.popup-container {
    display: block;
    width: 640px;
    position: relative;
    margin: 0 auto;
    top: 0;
    padding: 30px;
}

.site-search-inner .search-form {
    font-size: 0;
    margin: 30px auto;
    width: 80%;
}

.site-search-inner label {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    font-weight: bold;
    width: 70%;
}

.site-search-inner .search-field {
    width: 100%;
    border: 3px solid;
    height: 60px;
    font-size: 10px;
    font-weight: 400;
    padding: 12px 32px;
    text-transform: uppercase;
}

.site-search-inner .search-submit {
    width: 30%;
    border: 3px solid white;
    margin: 0;
    height: 60px;
    vertical-align: top;
    background: transparent;
    color: #000;
    line-height: 54px;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
}

#site-cart-fixed-wrap .site-cart-inner ul.cart_list li img,
#site-cart-fixed-wrap .site-cart-inner ul.product_list_widget li img {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.mini-cart-info-wrap {
    display: block;
    padding: 12px 0;
}

#site-cart-fixed-wrap .site-cart-inner .cart_list {
    text-align: left;
    padding-bottom: 60px;
    border-bottom: 1px solid;
    margin-bottom: 50px;
}

#site-cart-fixed-wrap .total {
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 60px;
}

#site-cart-fixed-wrap .total strong {
    font-weight: 500;
}

#site-cart-fixed-wrap .product-name {
    display: table-cell;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
}

#site-cart-fixed-wrap .line,
#site-search-fixed-wrap .line {
    display: table-cell;
    width: 100%;
    padding: 0 12px;
    white-space: nowrap;
    height: 0;
    position: relative;
}

#site-cart-fixed-wrap .line:before,
#site-search-fixed-wrap .line:before {
    content: "";
    width: 80%;
    left: 10%;
    position: absolute;
    top: 50%;
    height: 1px;
}

#site-cart-fixed-wrap .quantity {
    display: table-cell;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 300;
}

#site-cart-fixed-wrap .title-wrap,
#site-search-fixed-wrap .title-wrap {
    display: table-row;
    width: 100%;
}

#site-cart-fixed-wrap .title-wrap .left-line,
#site-search-fixed-wrap .title-wrap .left-line,
#site-cart-fixed-wrap .title-wrap .right-line,
#site-search-fixed-wrap .title-wrap .right-line {
    display: table-cell;
    width: 50%;
}

#site-cart-fixed-wrap .title-wrap h2 {
    display: table-cell;
    white-space: nowrap;
}

#site-cart-fixed-wrap a.button {
    font-size: 10px;
    margin: 0 5px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 14px 32px;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    color: #fff;
    background-color: #686868;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#site-cart-fixed-wrap a.button:hover {
    padding-left: 12px;
    padding-right: 52px;
}

#site-cart-fixed-wrap a.button:hover:after {
    font-size: 20px;
    position: absolute;
    padding: 0 10px;
    line-height: 10px;
    display: inline-block;
    font-family: 'ggticons';
    content: "\ed74";
}

.close-btn {
    position: absolute;
    text-align: center;
    top: 50px;
    right: 50px;
    display: block;
    width: 90px;
    height: 90px;
    border: 1px solid;
    border-radius: 50%;
    z-index: 10;
}

.close-label {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    font-weight: 300;
    font-style: italic;
}

.close-btn:before,
.close-btn:after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.close-btn:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-btn:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header-cart-wrap,
#header-cart-wrap-mobile {
    position: relative;
}

.header-cart-info {
    pointer-events: none;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 9px;
    text-align: center;
    line-height: 17px;
    top: 3px;
    right: -7px;
}

#site-cart-fixed-wrap a.remove {
    font-size: 22px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: red;
    text-decoration: none;
    background: transparent !important;
    font-weight: 300;
    border: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#site-cart-fixed-wrap a.remove:hover {
    background: red !important;
    color: white;
}

/**
 * Inline layout for breadcrumbs
 */

.title-crumbs.layout-inline .breadcrumbs-content-wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.title-crumbs.layout-inline .title-wrap {
    vertical-align: middle;
    display: table-cell;
    width: 45%;
    text-align: left;
}

.title-crumbs.layout-inline .breadcrumbs-wrap {
    vertical-align: middle;
    display: table-cell;
    width: 45%;
    text-align: right;
}

.title-crumbs.layout-inline .breadcrumbs-content-wrap .breadcrumbs-wrap,
.title-crumbs.layout-inline .breadcrumbs-content-wrap .title-wrap h1 {
    line-height: 1em;
    margin: 0;
    padding: 0;
}

/**
 * Sidebar + overlay
 */

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

.header-sidebar-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.sidebar-bg-wrap {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}

#header-sidebar {
    z-index: 200;
}

#sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 200;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body:not(.l-header-left) #sidebar-overlay {
    left: -420px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.l-header-left #sidebar-overlay {
    right: -420px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.header-sidebar-on #sidebar-overlay,
body:not(.l-header-left).header-sidebar-on #sidebar-overlay {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#sidebar-close {
    position: absolute;
    top: 50px;
    text-transform: uppercase;
    left: auto;
    right: 50px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 12px;
}

.l-header-left #sidebar-close:after,
body:not(.l-header-left) #sidebar-close:before {
    font-family: "ggticons";
    content: "\ed73";
    font-size: 38px;
    display: inline-block;
    line-height: 12px;
    font-weight: 200;
    margin: 0 12px;
    vertical-align: top;
}

.l-header-left #sidebar-close {
    left: 50px;
    right: auto;
}

.l-header-left #sidebar-close:after {
    font-family: "ggticons";
    content: "\ed74";
}

#sidebar-overlay .logo {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -420px;
    margin-left: 0;
}

.l-header-left #sidebar-overlay .logo {
    margin-left: -420px;
    margin-right: 0;
}

#sidebar-overlay .logo img {
    height: auto;
}

#page-wrapper {
    overflow: hidden;
}

/**
 * Top/Bottom columns menu
 */

.menu li a {
    white-space: nowrap;
}

.l-header-horizontal .menu li {
    text-align: left;
}

.l-header-horizontal .menu > li.columns-block ul {
    display: inline-block;
}

.l-header-horizontal .menu > li.columns-block ul li {
    display: inline-block;
    min-width: 100px;
}

.l-header-horizontal .menu > li.columns-block ul li ul li {
    display: block;
}

.l-header-horizontal .menu > li.columns-block > ul {
    white-space: nowrap;
}

.l-header-horizontal .menu > li.columns-block > ul > li {
    display: inline-block;
    visibility: visible;
    vertical-align: top;
    text-align: left;
}

.l-header-horizontal.menu-column-titles-off #site-header .menu > li.columns-block > ul > li > a {
    display: none;
}

.l-header-horizontal.menu-column-titles-on #site-header .menu > li.columns-block > ul > li > a {
    cursor: default;
    opacity: 0.5;
    margin-left: 25px;
    padding-left: 0;
}

.menu-column-titles-on #site-header #menu-wrap .menu > li.columns-block > ul > li > a{
    padding-left: 0;
    margin-left: 21px;
}

.menu-column-titles-on #site-header #menu-wrap .menu > li.columns-block > ul > li > a:before{
    display: none;
}

.l-header-horizontal.menu-column-titles-on #site-header .menu > li.columns-block > ul > li > a .nav-text:before {
    opacity: 1;
    width: 100%;
}

.l-header-horizontal .menu > li.columns-block > ul > li > ul {
    position: relative;
    top: 100%;
    left: 0;
}

.l-header-horizontal .menu > li:not(.columns-block) > ul > li > ul > li > ul {
    position: relative;
    top: 100%;
    left: 0;
}

.l-header-horizontal.l-header-top #menu-wrap .menu > li.columns-block > ul > li > ul {
    position: relative;
    top: 100%;
    left: 0;
}

.l-header-horizontal #site-header .menu > li.menu-item-has-children.columns-block > ul > li > ul {
    display: block;
}

.l-header-horizontal #site-header .menu > li.menu-item-has-children.columns-block > ul > li > ul > li > ul {
    position: relative;
}

#site-header .menu li,
#site-header .menu li a {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.l-header-horizontal #site-header .menu li ul li ul li ul li a,
.l-header-horizontal #site-header .menu > li:not(.columns-block) ul li ul li a {
    padding-left: 10px;
    position: relative;
}

@media (min-width: 768px) {
    .l-header-horizontal #site-header .menu li ul li ul li ul li a,
    .l-header-horizontal #site-header .menu > li:not(.columns-block) ul li ul li a {
        line-height: 9px;
        opacity: 0.5;
        font-size: 9px;
        letter-spacing: 0;
    }

    .l-header-horizontal #site-header .menu li.columns-block ul li ul li ul li,
    .l-header-horizontal #site-header .menu li:not(.columns-block) ul li ul li {
        line-height: 9px;
    }
}

.l-header-horizontal #site-header .menu li ul li ul li ul {
    padding: 6px 0;
}

#site-header #menu-wrap .menu li li li li.menu-item-has-children > a:before {
    content: "";
    border-radius: 50%;
    width: 2px;
    height: 2px;
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    left: -5px;
    margin: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#site-header #menu-wrap .menu li ul li > a {
    padding-left: 12px;
}

/*.l-header-vertical #site-header #menu-wrap .menu li ul li > a {*/
    /*padding-left: 35px;*/
/*}*/

.l-header-vertical #site-header #menu-wrap .menu li ul li > a {
    padding-left: 45px;
}

.l-header-vertical #site-header #menu-wrap .menu li ul li > a:before{
    left: 30px;
}

.l-header-vertical #site-header #menu-wrap .menu li ul ul li > a {
    padding-left: 60px;
}

.l-header-vertical #site-header #menu-wrap .menu li ul ul li > a:before{
    left: 45px;
}

.l-header-vertical #site-header #menu-wrap .menu li ul ul ul li > a {
    padding-left: 75px;
}

.l-header-vertical #site-header #menu-wrap .menu li ul ul ul li > a:before {
    left: 60px;
}

.l-header-horizontal #site-header #menu-wrap .menu li.columns-block ul {
    position: absolute;
}

.l-header-horizontal #site-header #menu-wrap .menu li.columns-block ul ul {
    position: relative;
}

.l-header-horizontal.l-header-bottom #menu-wrap .menu > li.columns-block > ul > li > ul {
    bottom: 0;
    left: 0;
}

#site-header .menu > li.columns-block > ul > li > ul > li,
#site-header .menu > li:not(.columns-block) ul li {
    position: relative;
    padding-left: 25px;
}

#site-header .menu > li:not(.columns-block) ul li ul li {
    padding-left: 10px;
}

.l-header-horizontal #site-header .menu > li:not(.columns-block) > ul {
    padding: 10px 10px 15px 0;
}

.l-header-horizontal #site-header .menu li ul li a {
    position: relative;
}

#site-header .menu > li > ul > li > ul > li > a {
    position: relative;
}

#site-header #menu-wrap .menu li a{
    padding-left: 35px;
}

.l-header-vertical #site-header #menu-wrap .menu li a{
    padding-left: 30px;
}

.l-header-vertical #site-header #menu-wrap .menu li ul {
    margin: 8px 0 10px;
}

#site-header #menu-wrap .menu li a:before {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 40%;
    left: 15px;
    border-style: solid;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 7px;
    border-right-width: 7px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#site-header #menu-wrap .menu li li a:before {
    left: -3px;
}

.l-header-vertical #site-header #menu-wrap .menu li li a:before {
    left: 15px;
}

#site-header #menu-wrap .menu li.menu-item-has-children > a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 2px center;
    transform-origin: 2px center;
}

#site-header .menu li > a,
#site-header .menu li > a:hover,
#site-header .menu li > a:active,
#site-header .menu li > a:focus {
    text-decoration: none;
}

#site-header .menu li > a .nav-text {
    position: relative;
}

#site-header .menu li > a .nav-text:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#site-header .menu li:hover > a .nav-text:before {
    opacity: 1;
    width: 100%;
}

#site-header .menu > li > a .nav-text:before {
    display: none;
}

#sidebar-close-mobile {
    display: none;
}

#menu-extra-mobile {
    display: none;
    float: right;
}

#mobile-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 42px;
    width: 100%;
    background: black;
    z-index: 201;
}

.admin-bar #mobile-header-bar {
    /*top: 46px;*/
}

#mobile-header-bar {
    display: none;
}

#header-toggle-mobile {
    font-size: 40px;
    width: 42px;
    text-align: center;
    line-height: 42px;
}

/** blog */

article.post {
    margin-bottom: 60px;
}

#blog_wrap {
    /*border-right: 1px solid rgba(0,0,0,0.2);*/
}

article.post h2 {
    margin: 0;
}

.post-media-wrap {
    margin-bottom: 40px;
    margin-right: 30px;
}

.post.type-post.sticky {
    margin-right: 30px;
}

.post-wrap {
    margin: 0 25px;
}

.post-left {
    padding-top: 40px;
    position: relative;
}

.post-left:before {
    opacity: .3;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 1px;
    width: 50px;
}

.post-right {
    padding-right: 8%;
    padding-left: 8%;
}

.cat-links ul {
    list-style-type: none;
    margin: 20px 11px 40px;
    padding: 0 0 30px;
}

.cat-links ul li {
    line-height: 1.7em;
    font-size: 0.9em;
    position: relative;
}

.cat-links ul li:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -12px;
}

.tag-links {
    display: block;
    margin: 30px;
    padding: 0;
}

.tag-links a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
}

.tag-links a::before {
    bottom: 0;
    content: "";
    height: 30%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.edit-link {
    display: block;
    margin-top: 30px;
}
.blog-date {
    text-transform: uppercase;
    font-size: 12px;
}

.entry-summary {
    margin: 20px 0 40px;
    line-height: 1.8em;
}

.comments-link,
.read-more-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}

.comments-link:before {
    font-family: 'ggticons';
    content: "\e7c9";
    font-size: 20px;
    line-height: 14px;
    margin-right: 15px;
    vertical-align: middle;
}

.read-more-link:after {
    font-family: 'ggticons';
    content: "\ed1a";
    font-size: 20px;
    line-height: 14px;
    margin-left: 12px;
    vertical-align: middle;
}

.owl-post-gallery .gallery-item {
    height: 380px;
    background-size: cover;
    background-position: center center;
}

.owl-post-gallery .owl-prev {
    left: 30px;
}

.owl-post-gallery .owl-next {
    right: 30px;
}

/** widgets */

#main-wrapper aside.widget:last-child {
    border-bottom: none;
}

.widget ul {
    list-style-type: none;
}

.widget img {
    max-width: 100%;
    height: auto;
}

.widget select {
    width: 100%;
}

/*.widget-title {*/
/*padding: 25px 40px;*/
/*}*/

/** custom menu */

.widget_nav_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget_nav_menu ul li a {
    display: block;
    padding: 12px 0;
    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;
}

.widget_nav_menu ul li a:hover {
    opacity: 1;
}

.widget_nav_menu ul li {
    position: relative;
}

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

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

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

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

.widget_nav_menu ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.widget_nav_menu ul li:hover:before {
    width: 3px;
    opacity: .2;
}

.widget_nav_menu ul li a {
    position: relative;
}

.widget_nav_menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.widget_nav_menu ul li a:hover:before {
    width: 3px;
}

.widget_nav_menu ul li li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    left: 20px;
    height: 2px;
    width: 2px;
}

.widget_nav_menu ul li li a:after {
    left: 40px;
}

.widget_nav_menu ul li li li a:after {
    left: 55px;
}

.widget_nav_menu ul li li li li a:after {
    left: 70px;
}

/** recent posts */

.widget_recent_entries ul {
    list-style-type: none;
    padding-left: 0;
}

.widget_recent_entries li {
    padding: 12px 0 10px;
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 30px;
}

.widget_recent_entries li .post-date {
    display: block;
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
    top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget_recent_comments ul {
    list-style-type: none;
    padding-left: 0;
}
.recentcomments {
    font-size: 10px;
}
.widget_recent_comments ul a,
.widget_recent_comments ul .comment-author-link {
    display: block !important;
}

.widget_recent_comments ul a.url,
.widget_recent_comments ul .comment-author-link {
    text-transform: uppercase;
}

.widget_recent_comments ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    padding: 10px 0 20px 0;
    text-transform: uppercase;
}

.widget_recent_comments ul a:not(.url) {
    text-transform: none;
}

/** pagination */

.page-numbers {
    font-size: 1.1em;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navigation .pagination .page-numbers:hover, .navigation .pagination .page-numbers.current {
    background: none repeat scroll 0 0 #000;
    color: #fff;
}

.pagination a {
    background: none repeat scroll 0 0 #f5f5f5;
    margin: 0 5px;
}

.page-numbers:hover,
.page-numbers.current {

}

.post_link {
    border-bottom: 2px solid;
    display: inline-block;
    margin: 25px 0;
    text-transform: uppercase;
}

.format-quote .entry-summary {
    padding-left: 25px;
    border-left: 3px solid;
    padding-top: 10px;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.format-quote .entry-summary p {

}

.single-post .entry-content {
    margin: 20px 0;
    line-height: 1.7em;
}

.post-password-required .entry-content  {
    background: #000;
    padding: 40px 30px;
    color: #fff;
    margin-top: 50px;
}
.post-password-required .entry-content input {
    padding: 3px 10px;
    margin:  0 3px;
    border: 0;
}
.post-password-required .entry-content label {
    margin-top: 30px;
    color: #fff;
    opacity: 0.6;
    padding-right: 3px;
}


.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33%;
    display: inline-block;
}

#commentform input {
    width: 90%;
    height: 40px;
    margin-bottom: 10px;
}

#commentform textarea {
    width: 96.7%;
}

#commentform label {
    text-transform: uppercase;
    padding: 3px 0;
}

#commentform #submit {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    padding: 5px 25px;
    margin: 0;
    margin-top: 12px;
    height: 38px;
    line-height: 1em;
    background: transparent;
    border: 2px solid;
}

#form-allowed-tags {
    width: 96.7%;
    padding: 18px;
    font-size: 0.9em;
}

#form-allowed-tags code {
    display: block;
    color: inherit;
    background-color: transparent;
}

.avatar-wrap {
    float: left;
    width: 35px;
    margin-right: 20px;
}

.avatar-wrap img {
    width: 100%;
    height: auto;
}

.comment-list,
.comment-list ol,
.comment-list ul {
    list-style-type: none;
}

.fn,
.says {

}

.fn,
.says,
.comment-metadata {
    text-transform: uppercase;
    font-size: 0.9em;
}

.comment-content {
    padding: 20px;
    font-size: 0.9em;
    line-height: 1.7em;
    padding-left: 0;
}

li.comment > article {
    padding-bottom: 40px;
    position: relative;
}

li.comment > article:after {
    opacity: .3;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 30px;
    left: 0;
    position: absolute;
}

.search-submit {
    background: #000;
    color: #fff !important;
    border: 0;
    padding:  3px 20px;
}

.search-field {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 2px 10px;
}

.comment-buttons {
    position: absolute;
    top: 5px;
    right: 20px;
}

.comment-buttons a {
    display: inline-block;
    padding: 6px 14px;
    text-transform: uppercase;
    font-size: 0.9em;
}

.comment-buttons .reply,
.comment-buttons .edit-link {
    display: inline-block;
    margin: 0 4px;
}

#comments h4.comments-title {
    padding: 40px 0 50px 40px;
    position: relative;
}

#comments h4.comments-title:before {
    content: "";
    width: 50px;
    height: 1px;
    top: 0;
    left: 40px;
    position: absolute;
    opacity: 0.3;
}

#respond {
    margin-left: 40px;
}

.footer-soc {
    padding-top: 40px;
    position: relative;
}

.footer-soc .social-icons a,
#header-sidebar .social-icons a{
    padding: 18px;
    border-radius: 0;
    border: none;
    margin: 20px 0;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-soc .social-icons a:before,
#header-sidebar .social-icons a:before{
    z-index: 1;
    position: relative;
}

.footer-soc .social-icons a:after,
#header-sidebar .social-icons a:after{
    background: white;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-soc .social-icons a:hover:after,
#header-sidebar .social-icons a:hover:after{
    height: 0;
}

#header-sidebar .social-icons {
    margin: 0;
    text-align: center;
}

.social-line {
    position: absolute;
    height: 0;
    width: 100%;
    display: block;
    left: 0;
    bottom: 0;
    background: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-soc .social-icons a:hover .social-line,
#header-sidebar .social-icons a:hover .social-line{
    height: 3px;
}

.social-line:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: #fff transparent transparent transparent;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-soc .social-icons a:hover .social-line:after,
#header-sidebar .social-icons a:hover .social-line:after {
    bottom: -10px;
}

.footer-soc-icons {
    margin-top: 60px;
}

.footer-soc .social-icons li,
#header-sidebar .social-icons li {
    position: relative;
    padding-bottom: 15px;
}

.social-label {
    font-size: 0.9em;
    opacity: 0;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer-soc .social-icons li:hover .social-label,
#header-sidebar .social-icons li:hover .social-label{
    opacity: 1;
}

.follow-subtitle {
    font-style: italic;
    line-height: 1.7em;
    padding: 5px;
    font-size: 1.2em;
    font-weight: 400;
    opacity: 0.6;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    padding: 50px 40px 50px 40px;
    margin-top: 40px;
}

.footer-logo {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    margin: 0 30px 0 0;
    line-height: 35px;
    padding: 8px 20px 8px 0;
    padding-right: 50px;
}

.footer-logo .logo,
.footer-logo .logo img {
    height: 100%;
    width: auto;
}

.site-info {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 0 12px 30px;
    font-style: italic;
}

#back2top {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back2top i {
    position: relative;
    z-index: 1;
    font-weight: 600;
}

#back2top:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back2top:hover:after{
    height: 0;
}

.b2t-line {
    position: absolute;
    height: 0;
    width: 100%;
    display: block;
    left: 0;
    top: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back2top:hover .b2t-line{
    top: 0;
    height: 3px;
}

.b2t-line:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #fff transparent;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back2top:hover .b2t-line:after {
    bottom: 100%;
}

#site-footer .widget {
    border-bottom: none;
}

#site-footer .widget-title {
    text-align: center;
    text-transform: none;
    position: relative;
    margin-bottom: 50px;
}



/** archive */

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

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

/** categories */

.widget_categories li {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

.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;
    font-weight: 200;
}

/** meta */

.widget_meta ul {
    padding: 0;
    padding-left: 20px;
}

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

/** rss */

.widget.widget_rss {
    padding: 0;
}

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

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

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

.widget_rss .rss-date {
    display: block;
    position: absolute;
    top: 30px;
    left: 60px;
    font-size: 12px;
}

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

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

.widget_rss cite {
    display: inline-block;
    background: #000;
    padding: 2px 12px;
    font-size: 10px;
    color: #eee;
    margin-top: 10px;
}

/** woo widgets */

.product_list_widget li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.product_list_widget li:first-child {
    padding-top: 20px;
}

.widget {
    padding: 25px 32px;
}

.widget.widget_nav_menu,
.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_nav_menu .widget-title,
.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: 25px;
}

.widget-title {
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.widget_recent_entries li:last-child,
.widget_recent_comments ul li:last-child{
    border: 0 solid;
}

.reviewer {
    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;
    font-style: italic;
}

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

.flickr img {
    margin: 1%;
    width: 48%;
    height: 100%;
    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;
}

.widget_search .search-field {
    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_pages .page_item_has_children .children .children li {
    border-left: 0 none;
    border-radius: 0;
    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: 5px 0 0;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.widget_pages .page_item_has_children {
}

.widget_pages .page_item_has_children .children .page_item_has_children {

}

.widget_pages .page_item_has_children .children .page_item_has_children li {

}

.widget_pages .page_item_has_children li {

}

.widget_pages .children {
    margin-bottom: 10px;
}

/** tags */

.tagcloud a {
    border: 2px solid;
    padding: 0.3em 0.5em;
    color: #ccc;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1em;
    margin: 0.3em 0.3em 0.3em 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/** 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;
    font-style: italic;
    width: calc(100% - 76px);
}

.widget.widget_search form {
    position: relative;
    width: 90%;
    margin-left: 9%;
}

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

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

.widget.widget_search label:before {
    pointer-events: none;
    font-family: 'ggticons';
    content: "\e616";
    position: absolute;
    z-index: 2;
    font-size: 32px;
    line-height: 76px;
    right: 22px;
    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;
}

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

.widget ul {
    list-style-type: none;
}

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

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

ul.product-categories ul li:before {
    position: absolute;
    content: "-";
    left: -20px;
    color: #ccc;
    font-size: 16px;
    font-weight: 200;
    top: -1px;
}

.product_list_widget a {
    font-weight: 500;
}

.product_list_widget .amount {
    font-size: 12px;
}

.product_list_widget li {
    border-bottom: 1px solid #eee;
    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;
}

.edit-link a {
    display: block;
    margin-bottom: 10px;
}

.vc_inline-link {
    font-size: 12px;
    line-height: 15px;
}
.post-categories a {
    font-size: 11px;
    padding: 10px 5px;
}
.section-dark .format-aside .entry-summary > p {
    border: 1px solid rgba(255,255,255,0.05);
    padding: 50px;
}
.section-light .format-aside .entry-summary > p {
    border: 1px solid rgba(0,0,0,0.05);
    padding: 50px;
}
.section-dark .page-links a{
    background: #000000;
    color: #fff;
}
.section-light .page-links a{
    background: #f5f5f5;
    color: #333;
}
.page-links-title {
    font-size: 13px;
}
.page-links a {
    font-size: 12px;
    margin: 0 0 0 5px;
    padding: 10px 15px;
}
.section-light .page-links > a:hover {
    background: none repeat scroll 0 0 #000;
    color: #fff;
}
.section-dark .page-links > a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
}
.post-edit-link {
    background: none repeat scroll 0 0 #000;
    border-radius: 1px;
    color: #fff !important;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 40%;
}

#blog_wrap {
    border-right: 1px solid;
}

aside.widget,
article.post {
    border-bottom: 1px solid;
}

#commentform textarea,
#commentform input[type="text"] {
    border: 2px solid;
}

/**
 * Calendar
 */

#calendar_wrap {
    width: 100%;
    padding-top: 12px;
}
#wp-calendar caption {
    text-align: center;
    background: #f5f5f5;
}

thead {
    border-top: 2px solid  #000;
}

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

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

#calendar_wrap td:first-child,
#calendar_wrap th:first-child {
    padding-right: 10px;
    width: 20%;
    text-align: right;
}

#calendar_wrap td:last-child,
#calendar_wrap th:last-child {
    padding-left: 10px;
    text-align: left;
    width: 20%;
}

#wp-calendar {
    width: 100%;
}

#calendar_wrap caption {
    padding: 12px 0;
}

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

#calendar_wrap #prev {
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 50px;
}

#calendar_wrap #next {
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 50px;

}

#site-cart-fixed-wrap .product_list_widget li {
    border: none;
}

/** new preloader */

/**
 * Theme preloader
 */

#theme-preloader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.preloader-inner {
    background-size: cover;
    background-position: center center;
    width: 420px;
    height: 420px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

#preloader-svg .preloader-rect {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
}

#theme-preloader.play .preloader-rect {
    -webkit-animation: dash 2s linear normal infinite;
    animation: dash 2s linear normal infinite;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.preloader-logo {
    position: absolute;
    text-align: center;
    width: 130px;
    top: 50%;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    background: black;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader-loading {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 12px 0;
    opacity: 0.5;
}

.preloader-line {
    position: absolute;
    top: 50%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    z-index: 1;
}

.preloader-line-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: white;
    -webkit-transition: width 3s linear;
    transition: width 3s linear;
}

/*.preloader-line-progress:after {*/
/*content: "";*/
/*width: 2px;*/
/*height: 5px;*/
/*background: inherit;*/
/*position: absolute;*/
/*right: 0;*/
/*top: -2px;*/
/*}*/

.doc-ready .preloader-line-progress {
    width: 100%;
}

#theme-preloader:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#theme-preloader:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: black;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.loader-done #theme-preloader:before {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.loader-done #theme-preloader:after {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.preloader-logo .logo{
    padding: 20px;
    width: 100%;
    text-align: center;
}

.preloader-logo .logo img {
    width: 100%;
    height: auto;
}

.bypostauthor{
    box-sizing: border-box;
}

.owl-post-gallery .owl-item li{
    text-align: center;
}

article.post img{
    max-width: 100%;
    height: auto;
}

article.post .wp-caption{
    max-width: 100%;
    height: auto;
}

article.post .entry-title{
    word-wrap: break-word;
}

article.post.format-link .post_link p{
    margin: 0;
}

textarea:focus, input:focus{
    outline: 0;
}

button:focus{
    outline: 0;
}

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

#portfolio_wrap > .vc_row,
#blog_wrap > .vc_row,
#page-container:not(.container) > .vc_row{
    margin-left: 0;
    margin-right: 0;
}

.l-header-vertical #site-header .menu li > a:before{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#header-sidebar .logo{
    padding: 30px;
    display: block;
    text-align: center;
}

#header-sidebar .logo a {
    display: inline-block;
}

.content-valign-center #video-controls{
    bottom: 70px;
    top: auto;
}

.popup-container input,
#header-sidebar input{
    border-radius: 0; /** mobile safari default styles fix*/
}

#fs-block .video-container.video-ready.selfhosted_video video {
    z-index: 1;
    position: relative;
}

.video-container video::-webkit-media-controls {
    display:none !important;
}

#main-wrapper .slick-slider .slick-dots {
    z-index: 10;
}