/** 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;
}

.no-padding {
    padding: 0 !important;
}
.ggt-is-blog .post .entry-title {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.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,
#fs-block {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease 0s;
}
#logo-wrap-mobile {
    display: inline-block;
    width: 50%;
}
#logo-wrap-mobile {
    display: inline-block;
    width: 50%;
}

#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;
}

#menu-wrap nav {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#logo-wrap {
    z-index: 6;
}
.sub-menu .menu-item.menu-item-has-children a .nav-text {
}
.sub-menu .menu-item.menu-item-has-children .sub-menu a .nav-text {
    border: 0;
}
.sub-menu .menu-item.menu-item-has-children .sub-menu a {
    display: block !important;
}
.sub-menu .menu-item.menu-item-has-children a {
    /*display: none !important;*/
}
.menu-item.menu-item-has-children .sub-menu {
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);*/
}
.l-header-vertical .menu-item.menu-item-has-children .sub-menu .sub-menu {
    box-shadow: 0 0 0;
    margin-left: 5px !important;
    margin-top: 0 !important;
}

.menu-item .sub-menu a::before {
    content: "\f125";
    font-family: ionicons;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 8px;
}

.menu-item .sub-menu a:hover:before {
    left: 10px;
    opacity: 0;
    z-index: 1;
}
.l-header-vertical .menu-item .sub-menu a:hover::before {
    opacity: 0;
}
.menu-item.menu-item-has-children .sub-menu .nav-text {
    left: 0;
    transition: all 0.2s ease-in-out 0s ;
}

#site-header .menu,
#site-header .menu ul {
    list-style-type: none;
}
#site-header ul.sub-menu::before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#site-header .menu li {
    position: relative;
}
.sub-menu .menu-item.current-menu-item {
    background: rgba(0,0,0,.1);
}
#site-header .menu li.menu-item-has-children > ul {
    display: none;
}

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

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

.menu-click-open #site-header .menu li.menu-item-has-children.menu-level-open > 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;*/
/*}*/
.section-dark .logo .logo_dark {
    display: none;
}

#menu-extra-mobile .block-link i {
    color: #000;
}


/** 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 {
    bottom: 200px;
    left: 50px;
    padding: 50px;
    position: absolute;
    z-index: 2;
}

.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: 400px;
}
.header-title h1 {
    font-size: 80px;
    line-height: 80px;
}
.tp-caption a,
.tp-caption a:hover {
    color: inherit;
}


.header-content {
    margin: 10px 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 {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000000 !important;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px !important;
    line-height: 30px;
    margin: 25px 0;
    padding: 15px 40px 15px 40px;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    white-space: nowrap;
}


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

.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: 0;
}

#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-center.content-valign-bottom .header-content-wrap {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50%;
}
.content-align-center.content-valign-bottom .header-content-outer {
    bottom: 100px;
}

.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;
}

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

#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;
    margin: 0 auto 50px;
    padding: 30px;
    position: relative;
    top: 0;
    width: 640px;
}
.popup-inner-header {
    background: #fff;
    height: 100px;
}
.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 {
    border: 0 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    height: 60px;
    padding: 12px 32px;
    width: 100%;
    background: #fff !important;
}

.site-search-inner .search-submit {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    height: 60px;
    line-height: 54px;
    /*margin: 0 0 0 4%;*/
    margin: 0 0 0 0;
    padding: 0;
    text-transform: uppercase;
    vertical-align: top;
    width: 25%;
}
.section-dark .site-search-inner .search-field{
	border: 1px solid !important;
	border-right: none !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size: 22px;
	color: #adadad !important;
}
.search-container .search-submit:hover {
}
.section-dark .button:hover, .section-dark input[type="submit"]:hover, .section-dark .header-btn:hover{
	background: #59b0a3 !important;
}

#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 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    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 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

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

#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;
}

#site-cart-fixed-wrap .title-wrap,
#site-search-fixed-wrap .title-wrap {
    text-align: center;
}

#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%;
}

.popup-inner .title-wrap h2 {
    display: table-cell;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 20px;
}

#site-cart-fixed-wrap a.button {
    margin: 0 5px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 14px 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    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 {
    background: #999999;
    border: 0 solid;
    display: block;
    height: 100px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 10;
}

.close-label {
    display: none;
    bottom: -50px;
    font-size: 10px;
    font-family: inherit;
    left: 0;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}

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

.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 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    pointer-events: none;
    position: absolute;
    right: -4px;
    text-align: center;
    top: -4px;
    width: 16px;
    z-index: 1;
}
.header-cart-info:before {
    bottom: 0px;
    content: "";
    height: 10px;
    left: 4px;
    position: absolute;
    -webkit-transform: skewY(-45deg);
    -moz-transform: skewY(-45deg);
    transform: skewY(-45deg);
    width: 11px;
    z-index: -1;
}

#site-cart-fixed-wrap a.remove {
    right: -15px;
    position: absolute;
    top: 10px;
    background: #ff0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 22px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 30px;
    border: 2px solid #ff0000;
}

#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 {
    content: "\f124";
    display: inline-block;
    font-family: "ionicons";
    font-size: 14px;
    font-weight: 200;
    line-height: 12px;
    margin: 0 22px;
    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: 200px;
}

.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 > li.columns-block > ul > li:before {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 1px;
    z-index: 999;
}
.l-header-horizontal .menu > li.columns-block > ul > li:first-child::before {
    display: none;
}

.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: 0px;
}

.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 {
    letter-spacing: 4px;
    font-size: .9em;
}
.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-vertical #site-header #menu-wrap .menu ul.sub-menu .menu-level-open ul.sub-menu {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
    border-left: 2px solid;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.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 {
    left: 0px;
    position: relative;
    top: 100%;
    width: 100%;
}

.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.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;

}

.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 {

        opacity: 0.5;
    }

    .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: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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: 0;
    position: relative;
    width: 100%;
}

/*.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 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 10px 15px 50px;
}

.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: 48px;
}
.l-header-vertical .menu-item .sub-menu .sub-menu .menu-item::before {
    left: 28px;
}

.l-header-vertical .menu-item .sub-menu .menu-item::before {
    left: 30px;
    position: absolute;
    right: inherit;
}
.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;
    z-index: 20;
}
.l-header-horizontal #site-header #menu-wrap .menu .menu-item-object-custom.columns-block ul.sub-menu li:hover {
    background-color: transparent;
}
.l-header-horizontal #site-header #menu-wrap .menu .menu-item-object-custom.columns-block ul.sub-menu a:hover .nav-text {
    opacity: 1;
}
.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 {
    min-width: 200px;
    margin: 0;
    padding: 0;
    position: relative;
}

#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: 0;

}
.l-header-horizontal #site-header.section-dark .menu > li:not(.columns-block) > ul {

}

.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;
    width: 100%;
}

.l-header-vertical #site-header #menu-wrap .menu li ul {
    margin: 8px 0 10px;
}
.l-header-vertical #site-header #menu-wrap ul.sub-menu li:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*#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.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 {
    display: inline-block;
    padding: 0px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.section-dark #site-header .menu li > a .nav-text {
    color: #ffffff;
}

.section-light #site-header .menu li > a .nav-text {
    color: #000000;
}

#site-header .menu li > a .nav-text::before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 0;
    z-index: -1;
}
#site-header li .sub-menu li.menu-item a .nav-text {
    padding: 10px 25px;
}

.section-dark#site-header #mainmenu li.menu-item a .nav-text,
.section-dark##site-header #mainmenu .sub-menu li.menu-item a .nav-text {
    color: #ffffff;
}
header.section-dark .logo_light {
    display: none;
}
header.section-dark .logo_dark {
    display: block !important;
}


/*#site-header .sub-menu li:hover .nav-text {*/
/*color: #fff;*/
/*}*/

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

#site-header .menu li.current-menu-item > 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;
}

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

.admin-bar #mobile-header-bar {
    top: 32px;
}

#mobile-header-bar {
    display: none;
}
.mobile-menu .menu-item a {
    background: #fff none repeat scroll 0 0;
    padding: 20px 10px !important;
}
.mobile-menu .menu-item a{
	background: none;
}

/** Boxed version */

.page-template-page-boxed {
    margin: 0 auto;

}
.page-template-page-boxed .fs-block {

}
.page-template-page-boxed .main-image {

}
.page-template-page-boxed .header-inner-wrap {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.page-template-page-boxed header {
    left: 0;
    margin: auto !important;
    right: 0;

}

/** 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: 0px;
}

.post.type-post.sticky {

}

.stats-number {
    font-family: inherit !important;
}

.post-wrap {
    padding: 30px 25px;

}

.post-left {
    position: relative;
}


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

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

.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: 0;
    padding: 20px;
}
.tag-links a {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px !important;
    opacity: 0.5;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase !important;
}
.tag-links a::before {
    bottom: 0;
    content: "";
    height: 55%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    z-index: -1;
}

.edit-link {
    display: block;
    margin-top: 30px;
}

.blog-date {
    display: inline-block;
    left: -20px;
    letter-spacing: 1px !important;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase !important;
    width: 200px;
}
.entry-summary {
    margin: 20px 0 40px;
    line-height: 1.8em;
}
.entry-summary iframe {
    border: 2px solid;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}

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

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

.read-more-link:after {
    font-family: 'ionicons';
    content: "\f125";
    font-size: 15px;
    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 */

.wpb_widgetised_column .widget_meta ul, .wpb_widgetised_column .textwidget {
    list-style: outside none none;
    margin: 0;
    padding: 10px 40px;
}
.vc_row .wpb_widgetised_column .widget_meta ul {
    padding: 10px 40px;
}
.yikes-easy-mc-form {
    position: relative;
}
.EMAIL-label.yikes-mailchimp-field-required {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
button.yikes-easy-mc-submit-button {
    background: transparent none repeat scroll 0 0;
    border: 0 solid;
    border-radius: 0;
    box-shadow: 0 0 0;
    display: inline-block !important;
    font-size: 0;
    height: 52px;
    position: absolute;
    right: -20px;
    top: 3px;
    vertical-align: middle;
    width: 100px !important;
}
button.yikes-easy-mc-submit-button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.footer-w.widget input.yikes-easy-mc-email {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 0px solid rgba(255, 255, 255, 0.1);
}
button.yikes-easy-mc-submit-button::after {
    color: #ffffff;
    content: "\f125";
    font-family: ionicons;
    font-size: 20px;
    left: -10px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transition: all 0.3s ease-in-out 0s;
}

button.yikes-easy-mc-submit-button:hover::after {
    left: 20px;
    opacity: 0.3;
}
button.yikes-easy-mc-submit-button::before {
    color: #ffffff;
    content: "\f2eb";
    font-family: ionicons;
    font-size: 30px;
    left: 30px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease-in-out 0s;
}
button.yikes-easy-mc-submit-button:hover::before {
    left: 40px;
}

#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: 10px 10px 0 5px;
    padding: 0;
}

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

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

.widget_nav_menu ul li li li a {
    padding-left: 50px;
}
.widget_nav_menu ul li::before {
    content: "";
    display: block;
    height: 100%;
    right: 25px !important;
    line-height: 40px;
    position: absolute;
    top: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
}



.widget_nav_menu ul li a {
    position: relative;
}





.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 .menu-item .current-menu-item a {
    font-family: inherit;
    text-transform: inherit;
}

.widget_nav_menu ul li li a:after {
    display: none;
}
#page-container .widget_nav_menu {
    margin-top: 0;
    padding: 0;
}
#page-container .widget_nav_menu h5 {
    margin: 30px 20px;
}
.footer-w.widget.widget_nav_menu .menu {
    padding: 0 30px 30px;
}





/** recent posts */

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

.widget_recent_entries li {
    padding: 15px 0;
    position: relative;
    line-height: 20px;
}
.widget_recent_entries li .post-date {
    display: block;
    font-family: inherit;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 0.5;
    top: 0;
}

.widget_recent_comments ul {
    list-style-type: none;
    padding-left: 0;
}
.widget_recent_comments ul a,
.widget_recent_comments ul .comment-author-link {
    margin-right: 10px;
}
.widget .recentcomments > a {
    margin-left: 10px !important;
}

.widget_recent_comments ul a.url,
.widget_recent_comments ul .comment-author-link {

}

.widget_recent_comments ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
}

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

/** pagination */


.page-numbers {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navigation .pagination .page-numbers:hover, .navigation .pagination .page-numbers.current {
    background: none repeat scroll 0 0 #000;
    color: #fff;
}
nav .pagination {
    margin: 10px 10px 40px;
}
.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 {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: 2px solid;
    margin-bottom: 50px;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-top: 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:  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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

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

#commentform textarea {
    width: 96.7%;
}

#commentform label {
    padding: 3px 0;
}

#commentform #submit {
    border: 0 solid;
    display: block;
    padding: 15px 35px;
    text-transform: uppercase;
    width: auto;
    height: auto;
}

#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;
    height: 100px;
    margin-right: 20px;
    width: 100px;
}

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

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

ol.comment-list {
    display: inline-block;
    background: #dfdfdf none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.comment-info {
    padding: 10px 0;
}
li.comment {
    margin: 30px;
}

.fn,
.says {

}

.fn,
.says,
.comment-metadata {
    font-size: 15px;
}
time {
    font-size: 11px;
    letter-spacing: 0px;
    opacity: 0.5;
}

.comment-content {
    padding: 30px 20px 40px 40px;
}

li.comment > article {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.search-submit {
    border: 0;
    padding:  3px 20px;
}

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

.comment-buttons {
    bottom: -10px;
    left: 0;
    position: absolute;
}
.comment-form {
    letter-spacing: 0;
    padding: 10px 30px;
    text-transform: none;
}
.comment-buttons a {
    background: #f7f7f7 none repeat scroll 0 0 !important;
    display: block;
    font-size: 12px;
    padding: 0 15px;
    text-transform: uppercase !important;
}

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

#comments h4.comments-title,
.comment-reply-title {
    font-size: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    padding: 20px 30px;
}


.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;
}


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


.footer-soc .social-icons a:hover .social-line:after,
#header-sidebar .social-icons a:hover .social-line:after {
    bottom: -10px;
}
.social-icons.list-inline > li {
    display: inline-block;
    text-align: center;
}


.footer-soc .social-icons li,
#header-sidebar .social-icons li {
    position: relative;
    padding-bottom: 15px;
}
.subscribe-footer {
    margin: 0 auto;
    padding: 90px 0 10px;
}
.empty-footer {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #fff;
}
.footer-w .edit-link {
    display: none;
}

.footer-w.widget_nav_menu ul li a {
    padding: 2px 0px;
}
.footer-w.widget_nav_menu ul li a:hover::before {
    width: 0;
}
.footer-w.widget ul.sub-menu{
    padding: 0 20px;
}
.site-footer .footer-w.widget {
    padding: 0 20px;
}
.footer-w.widget ul {
    margin: 0;
    padding: 0;
}
footer .menu-item.menu-item-has-children .sub-menu {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
footer .widget.widget_nav_menu .menu {
    padding: 0 0 !important;
}
.wpb_widgetised_column aside.widget {
    box-shadow: 0 0 0 0 transparent;
}
.wpb_widgetised_column .menu-item.menu-item-has-children .sub-menu {
    box-shadow: 0 0 0 0;
    padding: 0;
}
.wpb_widgetised_column .footer-w.widget_nav_menu ul li a:hover::before {
    display: none;
}
.wpb_widgetised_column .menu-item.current_page_item {
    font-weight: 500;
}
.widget_nav_menu ul li:hover::before {
    opacity: 1;
    width: 0;
}
.wpb_widgetised_column .wpb_wrapper aside.widget {
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    padding: 0;
}
.wpb_widgetised_column .widget.widget_nav_menu ul.menu {
    margin: 0;
    padding: 0;
}
.wpb_widgetised_column .menu-item {
    padding: 0;
    margin: 0;
}
.wpb_widgetised_column .menu .menu-item a {
    margin: 0;
    padding: 6px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.wpb_widgetised_column .menu .sub-menu .menu-item a {
    padding: 6px 40px;
    background: #f7f7f7;
}
.wpb_widgetised_column .menu-item:last-child {
    border-bottom: 0px solid;
}
.wpb_widgetised_column .menu .sub-menu .menu-item a::after {
    content: "";
    left: 20px;
}
.wpb_widgetised_column a {
    font-size: inherit;
}
#page-container .wpb_widgetised_column .wpb_wrapper h5.widget-title {
    margin: 0;
}
#page-container .wpb_widgetised_column .wpb_wrapper h5.widget-title {
    margin: 0;
    background: #f7f7f7;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.social-label {
    width: 60px;
    bottom: 20px;
    display: block;
    font-size: 10px;
    opacity: 0;
    letter-spacing: 3px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.social-icons.list-inline > li:hover .social-label {
    bottom: 30px;
    opacity: 1;
}
.social-icons a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    width: 40px;
}
.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-content {
    padding: 60px 20px;
}
.footer-w .post-date {
    margin: 0;
    padding: 0 0px;
}
.footer-w.widget_nav_menu ul li li li a:after,
.footer-w.widget_nav_menu ul li li a::after{
    left: -15px;
}
.footer-w.widget.widget_archive li:before {
    display: none;
}
.footer-bottom {
    position: relative;
    z-index: 1;
    padding: 50px 40px 50px 40px;
    margin-top: 40px;
}
#site-footer .widget-title {
    background: transparent none repeat scroll 0 0;
    border: 0 solid;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    margin: 20px 0px ;
}
footer a {
    font-size: 15px;
}

.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;
}
.footer-soc-icons {
    display: inline-block;
}
.site-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.top-button {
    display: inline-block;
    float: right;
    left: 5px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
}
.top-button .block-link {
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 40px;
}

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



/** 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-bottom: 30px;
    margin-left: 30px;
    margin-top: 30px;
}

.widget_rss ul {
    padding: 0;
}

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

.widget_rss .rss-date {
    color: #000;
    display: block;
    font-size: 11px;
    left: 60px;
    letter-spacing: 2px;
    opacity: 0.5;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
}

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

.widget_rss a.rsswidget {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget_rss cite {
    display: inline-block;
    background: #000;
    padding: 2px 12px;
    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: 30px 40px;
}
.section-light aside.widget,
.section-light article.post,
article.page,
.comments-area {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 20px 10px;
}
.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;
    margin-top: 35px;
}

.widget-title {
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.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;
}
.widget_pages ul li.page_item {
    position: relative;
    padding-left: 30px;
}
.widget_pages ul li.page_item::before {
    content: "\e988";
    font-family: ggticons;
    left: 0;
    position: absolute;
}
.widget_pages ul li.page_item.page_item_has_children li:before {
    content: "\e98d";
}

.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: 1px solid;
    color: #ccc;
    display: inline-block;
    line-height: 1em;
    margin: 0.3em 0.3em 0.3em 0;
    padding: 0.3em 0.5em;
    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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/** search */

.widget.widget_search {
    padding: 0;
}

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

.widget.widget_search .search-field {
    height: 50px;
    outline: medium none;
    padding: 5px 10px 5px 22px;
    font-weight: 100;
    opacity: .6;
}

.widget.widget_search form {
    position: relative;
}

.widget.widget_search .search-submit {
    border: medium none;
    color: transparent !important;
    height: 51px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.widget.widget_search label {
    width: 100%;
    padding: 0;
    margin: 0;
}
.widget.widget_search label::before {
    color: #fff !important;
    content: "\e616";
    font-family: "ggticons";
    font-size: 22px;
    line-height: 50px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    z-index: 2;
}


.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;
}
.wpb_widgetised_column aside.widget ul {
    padding: 20px 40px;
}
aside.widget ul {
    display: inline-block;
    width: 100%;
}
ul.product-categories {
    padding: 12px 0 0 20px;
}

ul.product-categories li {
    position: relative;
}

ul.product-categories ul li::before {
    color: #ccc;
    content: "+";
    font-size: 13px;
    font-weight: 200;
    left: -20px;
    position: absolute;
    top: 2px;
    opacity: .5;
}
.cat-item .children {
    position: relative;
    left: 20px;
}
.cat-item .count {
    font-size: 12px;
    left: 10px;
    opacity: 0.5;
    position: relative;
}

.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: 14px;
    line-height: 16px;
    text-align: center;
    padding: 10px 10px;
}
.format-aside .entry-summary > p {
    border-left: 2px solid;
    padding: 10px 30px;
    font-style: italic;
}
.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 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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: #000 none repeat scroll 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 40%;
}
#blog_wrap {

}


#commentform textarea,
#commentform input[type="text"] {
    border: 0px solid !important;
    box-shadow: 0 0px 1px 1px rgba(0,0,0,.2);
}

/**
 * Calendar
 */

#calendar_wrap {
    width: 100%;
    padding-top: 12px;
}
#wp-calendar caption {
    text-align: center;
}
#calendar_wrap tbody {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
thead {

}

#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 {
    background: #000 none repeat scroll 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    left: 1px;
    letter-spacing: 1px;
    margin: 0;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

#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.type-paul:before {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.loader-done #theme-preloader.type-paul: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;
}
.logo img {
    max-width: 100%;
    padding: 5px 15px 0 40px !important;
    vertical-align: middle;
    width: 100%;
}
.l-header-left .logo img {
    max-height: 200px;
    padding: 50px 30px 0 !important;
    text-align: center;
}

/** youtube preloader */

#loadingbar {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 1%;
    height: 2px;
    background: #b91f1f;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#loadingbar.left {
    left: 100%;
    right: 0px;
    width: 100%;
}

#loadingbar.up {
    left: 0px;
    top: 100%;
    width: 5px;
    bottom: 0px;
    height: 100%;
}

#loadingbar.down {
    left: 0;
    width: 5px;
    height: 0;
}

#loadingbar.waiting dd, #loadingbar.waiting dt {
    -moz-animation: pulse 2s ease-out 0s infinite;
    -ms-animation: pulse 2s ease-out 0s infinite;
    -o-animation: pulse 2s ease-out 0s infinite;
    -webkit-animation: pulse 2s ease-out 0s infinite;
    animation: pulse 2s ease-out 0s infinite;
}

#loadingbar dt {
    opacity: .6;
    width: 180px;
    right: -80px;
    clip: rect(-6px,90px,14px,-6px);
}

#loadingbar dd {
    opacity: .6;
    width: 20px;
    right: 0;
    clip: rect(-6px,22px,14px,10px);
}

#loadingbar dd, #loadingbar dt {
    position: absolute;
    top: 0;
    height: 2px;
    -moz-box-shadow: #b91f1f 1px 0 6px 1px;
    -ms-box-shadow: #b91f1f 1px 0 6px 1px;
    -webkit-box-shadow: #B91F1F 1px 0 6px 1px;
    box-shadow: #B91F1F 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#loadingbar.left dt {
    opacity: .6;
    width: 180px;
    left: -4px;
    clip: rect(-6px,185px,14px,25px);
}

#loadingbar.left dd {
    opacity: .6;
    width: 20px;
    left: 0;
    margin: 0;
    clip: rect(-6px,22px,14px,0px);
}

#loadingbar.left dd, #loadingbar.left dt {
    top: 0;
    height: 2px;
}

#loadingbar.down dt {
    opacity: .6;
    height: 180px;
    top: auto;
    bottom: -47px;
    clip: rect(-6px,20px,130px,-6px);
}

#loadingbar.down dd {
    opacity: .6;
    height: 20px;
    top: auto;
    bottom: 0;
    clip: rect(-6px,22px,20px,10px);
    margin: 0;
}

#loadingbar.down dd, #loadingbar.down dt {
    left: -5px;
    right: auto;
    width: 10px;
}

#loadingbar.up dt {
    opacity: .6;
    height: 180px;
    bottom: auto;
    top: -10px;
    clip: rect(13px,20px,190px,-6px);
}

#loadingbar.up dd {
    opacity: .6;
    height: 20px;
    bottom: auto;
    top: 0;
    clip: rect(-6px,22px,25px,10px);
    margin: 0;
}

#loadingbar.up dd, #loadingbar.up dt {
    left: -5px;
    right: auto;
    width: 10px;
}

@keyframes pulse {
    30% { opacity:0.6; }
    60% { opacity:0; }
    100% { opacity:0.6; }
}

@-moz-keyframes pulse
{
    30% { opacity:0.6; }
    60% { opacity:0; }
    100% { opacity:0.6; }
}

@-ms-keyframes pulse
{
    30% { opacity:0.6; }
    60% { opacity:0; }
    100% { opacity:0.6; }
}

@-webkit-keyframes pulse
{
    30% { opacity:0.6; }
    60% { opacity:0; }
    100% { opacity:0.6; }
}

.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;
}

.wpcf7-form-control {
    border: 0 solid;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
    padding: 10px 40px;
    width: auto;
}


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;
}

#site-search-fixed-wrap,
#site-cart-fixed-wrap,
#header-sidebar{
    opacity: 0;
}

.doc-ready #site-search-fixed-wrap,
.doc-ready #site-cart-fixed-wrap,
.doc-ready #header-sidebar{
    opacity: 1;
}

.is-ios #site-search-fixed-wrap,
.is-ios #site-cart-fixed-wrap,
.is-ios #header-sidebar{
    opacity: 0;
}

.is-ios #menu-extra-mobile{
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.is-ios.win-load #site-search-fixed-wrap,
.is-ios.win-load #site-cart-fixed-wrap,
.is-ios.win-load #header-sidebar{
    opacity: 1;
}

.is-ios.win-load #menu-extra-mobile{
    opacity: 1;
}
#blog_wrap .post-media-wrap .img-responsive {
    margin: 0 auto;
}
#blog_wrap input {
    color: black;
    max-width: 100%;
}
.error404 .page-content {
    box-shadow: 0 0 4px 1px #eee;
    margin: 20px 0;
    padding: 30px;
}
.error404 .page-content .search-field {
    background: #eee none repeat scroll 0 0;
    padding: 10px 20px;
}
.error404 .page-content .search-submit {
    padding: 10px 20px;
}
.error404 .page-content .search-form {
    margin: 20px 0;
}
@media(max-width: 767px){
	footer .menu .menu-item a{
		padding: 0 !important;
	}
	#logo-wrap-mobile{
		width: 75%;
	}
	.section-dark .site-search-inner .search-field{
		border-right: 1px solid !important;
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
	}
	.site-search-inner label, .site-search-inner .search-submit{
		width: 100% !important;
	}
	.close-btn{
		height: 50px;
		width: 50px;
	}
	.popup-inner .logo img{
		width: 100%;
	}
}
