
/*-----------------------------------------------

    Project:	POL theme
    Author:	GoGetThemes
    Version:	1.0

    [MAIN STYLESHEET: main.css]


    TABLE OF CONTENTS:

    1.0 Global styles
    2.0 Header
    3.0 Fullscreen Section
        3.1 Fullscreen slider
        3.2 Fullscreen video
    4.0 Breadcrumbs
    5.0 Popups
    6.0 Header sidebar
    7.0 Navigation
    8.0 Footer
    9.0 Buttons
    10.0 Extra header
    11.0 GGT Widgets
        11.1 GGT Recent Posts
        11.2 GGT Recent Comments

-----------------------------------------------*/

/*-------------------------------
    1.0 Global styles
--------------------------------*/


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 */
}

#site-header,
#logo-wrap,
#header-sidebar,
#main-wrapper,
#top-header-extra,
#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;
}

.page-template-page-custom #page-container {
    border-radius: 2px;
}
.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;
}

.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;
}

.bypostauthor{
    box-sizing: border-box;
}

.owl-post-gallery .owl-item li{
    text-align: center;
}

article.post img{
    border-radius: 2px;
    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;
}

.logo .img-responsive {
    margin: 0;
}

#page-wrapper {
    overflow: hidden;
}

/*-------------------------------
    2.0 Header
--------------------------------*/

#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;
}

.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;
}

.logo_dark,
.logo_dark {
    display: block;
}

.section-light .logo .logo_dark {
    display: none;
}

.section-dark .logo .logo_light {
    display: none;
}

/*-------------------------------
    3.0 Fullscreen section
--------------------------------*/

#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 {
    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: 440px;
}

.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: normal;
    margin-bottom: 20px;
    position: relative;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: .6;
}

.header-content-wrap .header-content-text{
    opacity: 0.5;
}

.header-content:after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -30px;
    left: 0;
}

a.theme-btn.header-btn {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 25px 80px 25px 35px;
    position: relative;
    text-transform: none;
    white-space: nowrap;
}

/*-------------------------------
    3.1 Fullscreen slider
--------------------------------*/

.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 {

}

.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: 0 15px;
    height: 20px;
}

.slider-btn {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 300;
    height: 34px;
    line-height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 34px;
    border-radius: 50%;
    background: #fff;
}

.ggt-slider-counter {
    display: inline-block;
    margin-left: 36px;
    margin-top: 0;
    font-size: 17px;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    opacity: 0.5;
}

.ggt-slide-num:after {
    content: "/";
    margin: 0 4px;
    display: inline-block;
    margin-top: -5px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 20px;
}

.ggt-slide-num,
.ggt-slide-of {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
    margin-bottom: 2px;
}

a.slider-btn.slider-play:before {
    width: 0;
    height: 0;
    top: 0;
    left: 14px;
    margin: auto;
    bottom: 0;
    border: 8px solid;
    content: "";
    position: absolute;
    border-color: transparent transparent transparent white;
}

a.slider-btn.slider-pause:before {
    width: 4px;
    height: 14px;
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
}

a.slider-btn.slider-pause:after {
    width: 4px;
    height: 14px;
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
}

.ggt-slider-pagination {
    display: inline-block;
}

.ggt-point {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    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: none;
    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: 100%;
    height: 100%;
}

.ggt-point:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    border: 2px solid rgba(255,255,255,0.3);
    -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:after,
.ggt-point:hover:after {
    opacity: 1;
}
.slider-progress {
    margin-left: 10px;
    width: 100px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    overflow: hidden;
}

.slider-progress-inner {
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-radius: 18px;
    background: #fff;
    border: 3px solid #fff;
}

.progress-value {
    height: 100%;
    top: 0;
    min-width: 12px;
    position: relative;
    border-radius: 16px;
}

.ggt-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 30;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 132px;
}

.ggt-prev,
.ggt-next {
    height: 80px;
    overflow: visible;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    z-index: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.ggt-prev {
    left: 0;
    border: none;
}

.ggt-next {
    right: 0;
    border: none;
}

.ggt-next:hover,
.ggt-prev:hover{
    height: 132px;
    -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;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.ggt-next:before {
    font-family: materialdesignicons;
    content: "\f1ef";
    font-size: 32px;
    line-height: 55px;
    position: absolute;
    right: 22px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    -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-prev::before {
    content: "\f1ee";
    font-family: materialdesignicons;
    font-size: 32px;
    line-height: 55px;
    position: absolute;
    left: 22px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    -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-prev:after,
.ggt-next:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 100%;
    z-index: 1;
    top: 0;
}

.ggt-next:after{
    right: 0;
}

.ggt-prev:after{
    left: 0;
}

.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);
}

.nav-title-wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: 132px;
    height: 132px;
    position: absolute;
    width: 158px;
    padding: 0;
}

.ggt-next .nav-title-wrap{
    left: 132px;
}

.ggt-prev .nav-title-wrap{
    right: 132px;
}

.nav-title-holder {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
}

.nav-hover {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 290px;
    background: inherit;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.ggt-next .nav-img-wrap {
    left: 0;
    position: absolute;
}

.ggt-prev .nav-img-wrap {
    right: 0;
    position: absolute;
}

.nav-img-holder {
    display: inline-block;
    vertical-align: top;
    width: 132px;
    height: 132px;
    background-size: cover;
    background-position: center center;
}

.nav-title-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.13);
}

.header-title h2 {
    font-weight: 200;
    font-size: 50px;
    line-height: 1.2em;
}

.ggt-next .nav-hover{
    right: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ggt-prev .nav-hover{
    left: 100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ggt-prev:hover .nav-hover,
.ggt-next:hover .nav-hover{
    -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.header-btn:hover,
.header-btn:active,
.header-btn:focus {
    text-decoration: none;
}

.header-btn:after {
    font-family: materialdesignicons;
    content: "\f1ef";
    font-size: 30px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    top: 50%;
    right: 8px;
    margin-top: -10px;
    text-decoration: none;
    vertical-align: middle;
    position: absolute;
}

a.header-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.09);
    height: 100%;
    width: 46px;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

a.header-btn:hover:before{
    width: 100%;
}

.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-block .overlay_bg {
    z-index: 2;
}

/*-------------------------------
    3.2 Fullscreen video
--------------------------------*/

#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;
    white-space: normal;
    -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;
}

.content-valign-center #video-controls{
    bottom: 70px;
    top: auto;
}

#fs-block .video-container.video-ready.selfhosted_video video {
    z-index: 1;
    position: relative;
}

.video-container video::-webkit-media-controls {
    display:none !important;
}

/*-------------------------------
    4.0 Breadcrumbs
--------------------------------*/

.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);
}

/**
 * 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;
}

/*-------------------------------
    5.0 Popups
--------------------------------*/

.site-cart-inner,
.site-login-inner,
.site-search-inner {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    padding-top: 0;
}

.site-cart-inner .logo,
.site-login-inner .logo,
.site-search-inner .logo {
    position: relative;
    top: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    text-align: center;
}

.popup-top-area {
    position: relative;
    min-height: 140px;
}

#site-cart-fixed-wrap .site-cart-inner ul.cart_list,
#site-cart-fixed-wrap .site-cart-inner ul.product_list_widget{
    padding-left: 0;
}

#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: 100%;
    margin: 0 0 2px;
}

.popup-container {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    top: 0;
    padding: 0;
}
.popup-container .title-wrap {
    color: #fff;
    text-align: left;
    padding: 10px 10px;
}

.popup-container .title-wrap i {
    color: #888;
    font-size: 26px;
    line-height: 26px;
    vertical-align: top;
    margin-right: 10px;
}

.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: 3px solid;
    font-size: 12px;
    font-weight: 300;
    height: 60px;
    padding: 12px 32px;
    width: 100%;
}

.site-search-inner .search-submit {
    background: transparent none repeat scroll 0 0;
    border: 3px solid white;
    color: #000;
    font-size: 12px;
    height: 60px;
    line-height: 54px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 30%;
}

#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: left;
    margin: 0;
    width: 110px;
    height: auto;
    box-shadow: none;
}

.mini-cart-info-wrap {
    display: block;
    padding: 20px 0 0 160px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#site-cart-fixed-wrap .site-cart-inner .cart_list {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}

#site-cart-fixed-wrap .total {
    text-transform: uppercase;
    margin: 40px 0 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 0 30px;
}

.woocommerce-page #site-cart-fixed-wrap .widget_shopping_cart_content .total .amount,
.woocommerce-page #site-cart-fixed-wrap .widget_shopping_cart_content .total .amount{
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#site-cart-fixed-wrap .total strong {
    font-weight: 500;
}

#site-cart-fixed-wrap .product-name {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#site-cart-fixed-wrap .quantity{
    color: #888;
}

#site-cart-fixed-wrap .line,
#site-search-fixed-wrap .line {
    display: none;
}

#site-cart-fixed-wrap .quantity {
    display: table-cell;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 300;
}

#site-cart-fixed-wrap .buttons {
    font-size: 0;
}

#site-cart-fixed-wrap .buttons a.button{
    width: 50%;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#site-cart-fixed-wrap .title-wrap,
#site-search-fixed-wrap .title-wrap {
    width: 100%;
    padding: 13px 20px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
}

#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: 13px;
    margin: 0 5px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 22px 32px;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    color: #fff;
    background-color: #444;
    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.checkout:after {
    /*font-size: 20px;*/
    /*position: relative;*/
    /*padding: 0 10px;*/
    /*line-height: 10px;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*font-family: 'MaterialDesignIcons';*/
    /*content: "\f141";*/
}

.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);
}
@media(min-width: 400px){
    .close-btn{
        display: none;
    }
}

.popup-top-area .logo a{
    text-align: center;
    display: inline-block;
}

#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: 0px;
    right: 5px;
}

#loginform {
    padding: 40px 0 60px 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.login-username,
.login-password{
    position: relative;
    display: inline-block;
}

.login-username:after,
.login-password:after {
    content: "";
    position: absolute;
    background: #222;
    width: 100%;
    height: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.input-filled.login-username:after,
.input-filled.login-password:after{
    height: 40px;
}

.login-remember label {
    color: #888;
    font-size: 11px;
}

#rememberme {
    margin-top: 10px;
    margin-right: 3px;
}

#loginform label[for="user_login"],
#loginform label[for="user_pass"] {
    position: absolute;
    left: 8px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#loginform.has-autofill label[for="user_login"],
#loginform .input-filled label[for="user_login"],
#loginform.has-autofill label[for="user_pass"],
#loginform .input-filled label[for="user_pass"]{
    color: #bbb;
    font-size: 10px;
    top: 100%;
    margin-top: -9px;
    left: 0;
    display: block;
    height: 10px;
}

#user_login,
#user_pass {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border: none;
    height: 40px;
    z-index: 1;
    position: relative;
    min-width: 150px;
    border-bottom: 2px solid #222;
}

input#user_login::-webkit-autofill,
input#user_pass::-webkit-autofill {
    background-color: transparent!important;
    background: transparent!important;
    border: none;
    height: 40px;
    min-width: 150px;
    border-bottom: 2px solid #222;
}

#site-cart-fixed-wrap a.remove {
    font-size: 22px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: block;
    text-align: center;
    border-radius: 0;
    position: absolute;
    color: red;
    text-decoration: none;
    background: transparent !important;
    font-weight: 300;
    border: 0;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -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 li:hover a.remove{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

#site-cart-fixed-wrap a.remove:hover {
    background: red !important;
    color: white;
}

.popup-container input,
#header-sidebar input{
    border-radius: 0; /** mobile safari default styles fix*/
}

#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;
}

/*-------------------------------
    6.0 Header sidebar
--------------------------------*/

.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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-search-on,
.header-cart-on,
.header-sidebar-on{
    overflow: hidden;
}

.header-sidebar-on #header-sidebar {
    -webkit-box-shadow: 0 0px 12px 6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 0px 12px 6px rgba(0, 0, 0, 0.38);
    box-shadow: 0 0px 12px 6px rgba(0, 0, 0, 0.38);
}

#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;
}


#header-sidebar .logo{
    padding: 30px;
    display: block;
    text-align: center;
}


#header-sidebar .logo a {
    display: inline-block;
}

/*-------------------------------
    7.0 Navigation
--------------------------------*/

#site-header .menu li a {
    white-space: nowrap;
}

.l-header-horizontal #site-header .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;
    margin-left: -3px;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    visibility: visible;
}

.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: 12px;
}

.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;
    z-index: 1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s 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;
}

.l-header-horizontal .menu > li.columns-block > ul{
    overflow: hidden;
}

.l-header-horizontal .menu > li.columns-block > ul > li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1000%;
    background: rgba(255,255,255,0.2);
    top: -50%;
    z-index: 20;
    right: 0;
}

.l-header-horizontal #site-header #menu-wrap .menu li.columns-block > ul > li > ul > li > a{
    padding-right: 50px;
}

.menu-column-titles-on #menu-wrap .menu li.columns-block > ul > li > a,
.menu-column-titles-on #menu-wrap .menu li.columns-block > ul > li:hover > a{
    background: transparent;
}

.l-header-horizontal .menu > li.columns-block > ul > li:last-child:after{
    display: none;
}

.l-header-horizontal #site-header .menu > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #000;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.l-header-horizontal #site-header .menu > li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    opacity: 0.1;
    background: #000;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.l-header-horizontal #site-header .menu > li:hover:before,
.l-header-horizontal #site-header .menu > li.menu-level-open:before{
    height: 5px;
}

.l-header-horizontal #site-header .menu > li:hover:after,
.l-header-horizontal #site-header .menu > li.menu-level-open:after{
    height: 100%;
}

@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: 10px 40px 10px 50px;
}

/*.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: 65px;
}

.l-header-vertical #site-header #menu-wrap .menu li ul ul li > a {
    padding-left: 90px;
}

.l-header-vertical #site-header #menu-wrap .menu li ul ul ul li > a {
    padding-left: 115px;
}

.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 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;
}

.l-header-vertical{

}

.l-header-vertical #menu-extra{
    vertical-align: middle;
    font-size: 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.l-header-vertical.header-transparent #menu-extra{
    border-bottom: 1px solid transparent;
}

.header-transparent #mainmenu:before, .header-transparent #mainmenu:after{
    display: none;
}

.l-header-vertical #menu-extra .header-extra-btn{
    width: 33.33%;
    text-align: center;
    height: 100%;
    font-size: 28px;
    position: relative;
    margin: 0;
    border-right: 1px solid rgba(0,0,0,0.08);
}

.l-header-left.l-header-toggle:not(.header-is-open) #site-header{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.l-header-vertical.header-transparent #menu-extra .header-extra-btn{
    border-right: 1px solid transparent;
}

.l-header-vertical #menu-extra .header-extra-btn:after{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.08);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.l-header-vertical #menu-extra .header-extra-btn:hover:after{
    opacity: 1;
}

.l-header-vertical .header-extra-btn a{
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}

.l-header-vertical .header-cart-info {
    top: 12px;
    right: 32px;
}

.l-header-vertical #site-header .menu li a {
    padding-top: 22px;
    padding-right: 0;
    padding-bottom: 22px;
    padding-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    position: relative;
    display: block;
    overflow: hidden;
}

.l-header-vertical.header-transparent #site-header .menu li a{
    border-bottom: 1px solid transparent;
}

#site-header .menu > li.columns-block > ul > li > ul > li,
#site-header .menu > li:not(.columns-block) ul li {
    position: relative;
    /*padding-left: 25px;*/
}

.l-header-horizontal #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;
    overflow: hidden;
    vertical-align: top;
}

.l-header-vertical #site-header #menu-wrap .menu li > a:after{
    content: "";
    border-radius: 50%;
    background: rgba(0,0,0,0.05);
    width: 450px;
    height: 450px;
    top: 50%;
    left: -450px;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.l-header-vertical.header-transparent.l-header-no-toggle #site-header #menu-wrap .menu li > a:after{
    display: none;
}

.header-transparent.l-header-no-toggle #menu-wrap .menu li ul li:hover > a {
    background: transparent;
}

.l-header-vertical #site-header #menu-wrap .menu li:hover > a:after {
    left: -70px;
}

.l-header-vertical #site-header #menu-wrap .menu li ul {
    margin: 0;
}

#site-header .menu li ul li > a:before {
    content: "";
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    top: 0;
    left: 25px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.l-header-vertical #site-header .menu li ul li > a:before {
    left: 38px;
}

.l-header-vertical #site-header .menu li ul li li > a:before {
    left: 63px;
}

.l-header-vertical #site-header .menu li ul li li li > a:before {
    left: 88px;
}

.l-header-vertical #top-header-extra {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.l-header-vertical .header-extra-left {
    padding: 35px 35px 20px;
    opacity: 0.7;
}

.l-header-vertical .header-extra-block{
    color: #fff;
}

.l-header-vertical .header-extra-login i {
    color: #fff;
    opacity: 0.5;
}

.l-header-vertical .header-extra-right .header-extra-block {
    padding: 15px;
}

.l-header-vertical .header-extra-right {
    background: rgba(0,0,0,0.1);
    width: 100%;
    text-align: right;
}

.l-header-vertical .header-extra-right #site-login-btn{
    background: rgba(0,0,0,0.2);
}

.l-header-vertical .header-extra-block.header-extra-phone,
.l-header-vertical .header-extra-block.header-extra-mail {
    display: block;
    padding: 0;
}

#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;
    z-index: 1;
}

#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.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;
    float: right;
}

#mobile-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    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;
}

.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;
}
.l-layout-global #site-header .header-bg-wrap, #header-toggle-wrap {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0, 0.20);
}

/*-------------------------------
    8.0 Footer
--------------------------------*/

#respond {
    margin-left: 40px;
}

.footer-soc {
    padding-top: 40px;
    position: relative;
}
.footer-w.widget {
    padding: 10px 20px;
}
.footer-soc .social-icons a,
#header-sidebar .social-icons a{
    padding: 18px;
    border-radius: 0;
    border: none;
    margin: 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-icons {
    margin-top: 60px;
}

.footer-soc .social-icons li,
#header-sidebar .social-icons li {
    position: relative;
    padding-bottom: 0;
}
.social-label {
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    opacity: 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-bottom .socicon {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.footer-soc .social-icons li:hover .social-label,
#header-sidebar .social-icons li:hover .social-label{
    opacity: 1;
}

.follow-subtitle {
    opacity: 0.7;
    padding: 5px;
}
.footer-content {
    padding: 40px 0px;
}
.footer-bottom {
    padding: 13px 40px;
    position: relative;
    z-index: 1;
}

.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-col.section-dark .ggt_recent_post,
.footer-col.section-dark .widget_recent_entries li,
.footer-col.section-dark .ggt-comment {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-col.section-light .ggt_recent_post,
.footer-col.section-light .ggt-comment {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.footer-col .ggt_recent_post:last-child,
.footer-col .ggt-comment:last-child {
    border: 0 solid;
}
.site-info {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 0 12px 30px;
}
.footer-bottom > div {
    margin-top: 15px;
}

#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{
    border-radius: 2px;
    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 {
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;
}
.social-icons {
    margin-left: 40px;
    margin-top: 5px;
}

/*-------------------------------
    9.0 Button
--------------------------------*/

.theme-btn,
.single-product.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
#searchsubmit,
.woocommerce a.wc-forward.added_to_cart,
.archive.woocommerce a.wc-forward.added_to_cart,
.single-product.woocommerce a.button.wc-forward.added_to_cart,
#commentform #submit{
    padding: 12px 20px;
    font-size: 0.9em;
    display: inline-block;
    margin: 15px 0;
    border: none;
    overflow: hidden;
    border-radius: 2px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: box-shadow 0.15s ease;
    -moz-transition: box-shadow 0.15s ease;
    -ms-transition: box-shadow 0.15s ease;
    -o-transition: box-shadow 0.15s ease;
    transition: box-shadow 0.15s ease;
    -webkit-box-shadow: 0 5px 12px 3px rgba(0,0,0,0.015),0 5px 12px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 0 5px 12px 3px rgba(0,0,0,0.015),0 5px 12px 0 rgba(0,0,0,0.08);
    box-shadow: 0 5px 12px 3px rgba(0,0,0,0.015),0 5px 12px 0 rgba(0,0,0,0.08);
}

.ggt-vc-button i {
    display: inline-block;
    position: relative;
    font-weight: inherit;
    font-size: 1.8em;
    line-height: inherit;
    vertical-align: middle;
    opacity: 0.5;
    z-index: 5;
}

.theme-btn:hover,
.single-product.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover,
#searchsubmit:hover,
.woocommerce a.wc-forward.added_to_cart:hover,
.archive.woocommerce a.wc-forward.added_to_cart:hover,
.single-product.woocommerce a.button.wc-forward.added_to_cart:hover,
#commentform #submit:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.theme-btn:hover,
.theme-btn:active,
.theme-btn:focus,
.theme-btn:visited{
    text-decoration: none;
}

.theme-btn.btn-small {
    font-size: 11px;
    line-height: 10px;
    padding: 13px 17px;
    border-radius: 2px;
}

.theme-btn.btn-small i{
    font-size: 2em;
}

.theme-btn.btn-std {
    font-size: 13px;
    padding: 10px 23px;
}

.theme-btn.btn-large {
    font-size: 1.1em;
    padding: 20px 28px;
}

.theme-btn.btn-large i {
    font-size: 1.3em;
}

.theme-btn.icon-left i{
    margin-right: 0.8em;
}

.theme-btn.icon-right i{
    margin-left: 0.8em;
}

a.ggt-vc-button.hover-onhover,
a.ggt-vc-button.hover-wave-ripple{
    position: relative;
}

/*a.ggt-vc-button.hover-onhover:after,*/
/*.ggt-iconbox-border.hover-onhover:after{*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*background-color: rgba(0,0,0,0.1);*/
    /*width: 300px;*/
    /*height: 300px;*/
    /*border-radius: 50%;*/
    /*z-index: 3;*/
    /*-webkit-transform: translateY(50%) translateX(-50%) scale(0);*/
    /*-moz-transform: translateY(50%) translateX(-50%) scale(0);*/
    /*-ms-transform: translateY(50%) translateX(-50%) scale(0);*/
    /*-o-transform: translateY(50%) translateX(-50%) scale(0);*/
    /*transform: translateY(50%) translateX(-50%) scale(0);*/
    /*-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
    /*-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
    /*-ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
    /*-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
    /*transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
/*}*/

a.ggt-vc-button.hover-onhover:after,
.ggt-iconbox-border.hover-onhover:after,
.single-product.woocommerce a.button:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after,
#searchsubmit:after,
.woocommerce a.wc-forward.added_to_cart:after,
.archive.woocommerce a.wc-forward.added_to_cart:after,
.single-product.woocommerce a.button.wc-forward.added_to_cart:after,
#commentform #submit:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.1);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

/*.ggt-iconbox-border.hover-onhover:after{*/
    /*width: 500px;*/
    /*height: 500px;*/
/*}*/

/*a.ggt-vc-button.hover-onhover:hover:after,*/
/*.ggt-vc-iconbox:hover .ggt-iconbox-border.hover-onhover:after{*/
    /*-webkit-transform: translateY(50%) translateX(-50%) scale(2);*/
    /*-moz-transform: translateY(50%) translateX(-50%) scale(2);*/
    /*-ms-transform: translateY(50%) translateX(-50%) scale(2);*/
    /*-o-transform: translateY(50%) translateX(-50%) scale(2);*/
    /*transform: translateY(50%) translateX(-50%) scale(2);*/
/*}*/

a.ggt-vc-button.hover-onhover:hover:after,
.single-product.woocommerce a.button:hover:after,
.woocommerce-page a.button:hover:after,
.woocommerce button.button:hover:after,
.woocommerce-page button.button:hover:after,
.woocommerce input.button:hover:after,
.woocommerce-page input.button:hover:after,
.woocommerce #respond input#submit:hover:after,
.woocommerce-page #respond input#submit:hover:after,
.woocommerce #content input.button:hover:after,
.woocommerce-page #content input.button:hover:after,
#searchsubmit:hover:after,
.woocommerce a.wc-forward.added_to_cart:hover:after,
.archive.woocommerce a.wc-forward.added_to_cart:hover:after,
.single-product.woocommerce a.button.wc-forward.added_to_cart:hover:after,
#commentform #submit:hover:after{
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
}

.ggt-vc-iconbox:hover .ggt-iconbox-border.hover-onhover:after{
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
}

.ggt-vc-btn-text {
    position: relative;
    z-index: 5;
}

.ggt-iconbox-border.hover-onhover{
    overflow: hidden;
}

/*-------------------------------
    10.0 Extra header
--------------------------------*/

#top-header-extra .social-icons{
    margin: 0;
}

.header-extra-block {
    padding: 8px 16px 8px 8px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
}

#site-login-btn {
    display: inline-block;
    height: 100%;
    background: rgba(255,255,255,0.15);
    vertical-align: top;
    min-height: 100%;
    padding: 0 20px;
}

.header-extra-login i {
    font-size: 22px;
    line-height: 14px;
    vertical-align: middle;
    margin-right: 8px;
    color: #999;
}

.ggt-login-text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.header-extra-social .social-icons li {
    padding: 0 7px;
}

.header-extra-social a.socicon {
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.header-extra-social li:hover a.socicon {
    opacity: 1;
}

#wp-submit{
    opacity: 0;
    margin: 0;
    padding-right: 70px;
}
.wpcf7-form-control.wpcf7-submit {
    border: 0 none;
    font-weight: 400;
    padding: 15px 40px;
}
.wpcf7-form-control.wpcf7-text {
    border: 0 none;
    border-radius: 2px;
    padding: 10px;
}
.wpcf7-form-control.wpcf7-textarea {
    border: 0px solid;
    padding: 10px 10px;
    border-radius: 2px;
}
#wp-submit.is-ready{
    opacity: 1;
}

p.login-submit {
    padding: 0;
    position: relative;
    margin: 0;
    display: inline-block;
}

p.login-submit:after{
    content: "\f141";
    display: inline-block;
    font: normal normal normal 24px/1 MaterialDesignIcons;
    font-size: 18px;
    font-family: MaterialDesignIcons;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    opacity: 0.7;
}

/*-------------------------------
    11.0 GGT Widgets
--------------------------------*/

/*-------------------------------
    11.1 GGT Recent Posts
--------------------------------*/

.ggt_recent_post .recent_post_left {
    float: left;
    width: 90px;
    min-height: 90px;
}

.ggt_recent_post .recent_post_right {
    height: 100%;
    margin-left: 110px;
    padding-right: 20px;
    top: 0;
    vertical-align: top;
}

.ggt_recent_post.no-image .recent_post_right{
    margin-left: 0;
    text-align: left;
}

.ggt-rp-permalink {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ggt_recent_post:hover .ggt-rp-permalink {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ggt-rp-permalink a {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ggt-rp-permalink i {
    color: rgba(0,0,0,0.3);
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    top: 50%;
    font-size: 22px;
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    margin: -10px auto;
}

#header-sidebar .widget {
    padding: 0;
}

#header-sidebar .widget-title {
    margin: 0;
    padding: 18px 20px;
    margin-top: 2px;
    border: none;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

#header-sidebar .social-icons {
    padding: 0;
    margin: 0;
    font-size: 0;
}

#header-sidebar .social-icons li{
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#header-sidebar .social-icons li a{
    padding: 15px;
    font-size: 22px;
}

#top-header-extra a {
    background: transparent;
}

.ggt_recent_post:last-child {
    border-bottom: none;
}

.tagcloud {
    font-size: 0;
}

/*-------------------------------
    11.2 GGT Recent Comments
--------------------------------*/

.ggt-recentcomments{
    padding: 0;
    margin: 0;
}
.ggt-rc-image {
    float: left;
    width: 90px;
    padding: 10px 0px;
}

.ggt-recentcomments {
    padding: 0;
    margin: 0;
    position: relative;
}

.ggt-comment {
    padding: 15px 0 15px 15px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #333;
}

.ggt-comment:last-child{
    border: none;
}

.ggt-rc-permalink {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ggt-comment:hover .ggt-rc-permalink {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ggt-rc-permalink a {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ggt-rc-permalink i {
    color: rgba(0,0,0,0.3);
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    top: 50%;
    font-size: 22px;
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    margin: -10px auto;
}

.ggt-rc-right {
    margin-left: 110px;
    padding-right: 30px;
}

.ggt-comment.no-image .ggt-rc-right{
    margin-left: 0;
}

.ggt-comment-author-link {

}

.ggt-rc-post-link{
    display: block;
}

/*------------------------------------

    End of stylesheet

-------------------------------------*/