/**
  * Theme Name: GrandSpace
  * Theme URI: https://labinator.com/wordpress-marketplace/themes/grandspace/
  * Description: Labinator GrandSpace is a modern multipurpose fully responsive WordPress theme. It follows a feature-rich multi-concept design with highly customizable header, footer, and blog layouts. It has built-in Megamenu and comes with 915+ Google web fonts and 8,000+ font icons. The theme is compatible with all browsers and fully supports right-to-left (RTL) languages, WPML, BuddyPress, bbPress, and WooCommerce. It is well coded, properly tested, and perfectly validated to work with PHP 7.3+ and all of its options are built-in directly into the native WordPress live customizer. It is also SEO-friendly, translation ready, and made to work with all popular page builders.
  * Version: 1.1.6
  * Requires at least: 5.7.2
  * Requires PHP: 7.3
  * Tested up to: 5.7.2
  * Author: Labinator
  * Author URI: https://labinator.com/
  * Text Domain: grandspace
  * Domain Path: /languages/
  * License: GNU General Public License v3
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
  * Tags: blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, e-commerce, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, grid-layout, left-sidebar, microformats, one-column, post-formats, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
**/

/* CSS CONTENT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Base style
		1.1. Base Layouts
		1.2. Base Classes
	2. WordPress Default style
	3. Theme style
		3.1. Theme Classes
		3.2. Theme Typography
		3.3. Theme Elements
	4. Plugins style
		4.1. Contact Form 7
		4.2. WooCommerce

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* 1. BASE STYLE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* 1.1. BASE LAYOUTS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 29px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.boxed-layout {
    background: #eee;
}

body.boxed-layout, .boxed-layout .nav-container, .boxed-layout .main-container, .boxed-layout nav {
    max-width: 1366px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

body.boxed-layout .vc_row .container, body.boxed-layout .vc_row .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

body.boxed-layout .vc_row, body.boxed-layout .vc_row .row {
    margin-left: 0;
    margin-right: 0;
}

body.boxed-layout nav .col-lg-1 {
    width: 10%;
}

body.boxed-layout nav .col-lg-10 {
    width: 80%;
}

@media all and ( max-width: 1600px ) {
    nav .col-lg-1 {
        width: 10%;
    }

    nav .col-lg-10 {
        width: 80%;
    }
}

@media all and ( max-width: 1280px ) {
    nav .col-lg-1 {
        width: 15% !important;
    }

    nav .col-lg-10 {
        width: 69% !important;
    }
}

.main-container {
    clear: both;
}

@media all and (min-width: 1480px) {
    .wide-container .container {
        width: 1400px;
    }
}

/* 1.2. BASE CLASSES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.display-table {
    border: none;
    border-radius: 0;
    padding: 0;
    display: table;
    width: 100%;
}

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

@media all and ( max-width: 768px ) {
    .display-table {
        display: block;
    }

    .display-cell {
        display: block;
        width: 100% !important;
    }

    .display-none-sm {
        display: none;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .text-left-sm {
        text-align: left !important;
    }
}

@media all and (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }
}

.auto-width {
    width: auto !important;
}

.vertical-top {
    vertical-align: top;
}

.spacing-text-s {
    letter-spacing: 1px;
}

.spacing-text {
    letter-spacing: 2px;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

@media all and (max-width: 1100px) {
    .col-md-push-1 {
        left: 0;
    }
}

@media all and (max-width: 768px) {
    .pull-left-sm {
        float: left !important;
    }

    .overflow-hidden-xs {
        overflow: hidden;
    }
}

@media all and (max-width: 768px) {
    .pull-left {
        float: none !important;
        clear: both;
        overflow: hidden;
    }

    .pull-right {
        margin-top: 12px;
        float: none !important;
        display: block;
    }

    .post-wrap .pull-left {
        float: left !important;
        overflow: visible;
    }

    .post-wrap .pull-right {
        float: right !important;
        margin-top: 0;
    }
}

@media all and (max-width: 600px) {
    .post-wrap .pull-right [rel='tag'] {
        margin-top: 10px;
    }
}

@media all and (max-width: 990px) {
    .hidden-sx {
        display: none !important;
    }
}

@media all and (max-width: 768px) {
    .hidden-sm-xs {
        display: none !important;
    }
}

@media all and (min-width: 1024px) {
    .show-sm {
        display: none !important;
    }
}

@media all and (max-width: 1023px) {
    .hide-sm {
        display: none !important;
    }

    .show-sm {
        display: block !important;
    }
}

@media all and (min-width: 768px) {
    .show-xs {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .hide-xs {
        display: none !important;
    }

    .show-xs {
        display: block !important;
    }
}

.inherit {
    color: inherit !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

@media (max-width: 991px) {
    .inline-block.visible-sm, .inline-block.visible-xs {
        display: inline-block !important;
    }
}

.display-block {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
}

.right {
    right: 0;
}

.relative {
    position: relative;
    z-index: 2;
}

.border-none {
    border: none !important;
}

.clearboth {
    clear: both;
}

.clearfloat {
    float: none;
}

.container {
    position: relative;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .left-menu + .main-container .container, .right-menu + .main-container .container {
        width: 900px;
    }
}

@media (min-width: 768px) {
    .md-absolute {
        position: absolute;
    }

    .md-valign {
        top: 50%;
        transform: translateY(-50%);
        transform: translate3d(0, -50%, 0);
    }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
    .container {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .container {
        width: 440px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 295px;
    }
}

.normal-font {
    font-weight: normal;
}

.text-left {
    text-align: left;
}

@media all and (max-width: 768px) {
    .text-left-xs {
        text-align: left;
    }

    .text-left-xs-force {
        text-align: left !important;
    }
}

.text-right {
    text-align: right;
}

@media all and (max-width: 768px) {
    .text-right-xs {
        text-align: right;
    }
}

.text-center {
    text-align: center;
}

.text-center-force {
    text-align: center !important;
}

@media all and (max-width: 768px) {
    .text-center-xs {
        text-align: center;
    }
}

.opacity-show {
    opacity: 1 !important;
}

.exbold {
    font-weight: 700 !important;
}

.bold {
    font-weight: 600 !important;
}

.thin {
    font-weight: 100 !important;
}

@media all and (max-width: 767px) {
    .thin {
        font-weight: 300 !important;
    }
}

.text-left {
    text-align: left !important;
}

@media all and (max-width: 767px) {
    .text-left-xs {
        text-align: left !important;
    }
}

.vertical.text-center {
    text-align: left;
}

@media all and (max-width: 766px) {
    .mobile-hide {
        display: none;
    }
}

p:empty {
    display: none;
}

br:empty {
    margin-bottom: 0 !important;
}

li.overflow-hidden:last-child,
li.overflow-hidden:last-child h6 {
    margin-bottom: 0;
}

.hide-icon i {
    display: none !important;
}

.plus-cursor {
    cursor: url(assets/img/plus-cursor.png) 25 25, auto;
}

.move-cursor {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.pointer {
    cursor: pointer
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* 2. WORDPRESS DEFAULT STYLE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.wpb_column .wpb_wrapper {
    position: relative;
}

@media ( max-width: 768px ) {
    .wpb_column {
        padding-bottom: 20px;
    }

    .wpb_column:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .wpb_column[class*='vc_custom'] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.bypostauthor {
}

.post-content ul, .post-content ol, .wpb_text_column ul, .wpb_text_column ol {
    margin: 0 0 20px;
    padding: 0
}

.post-content ul ul, .post-content ol ol, .wpb_text_column ul ul, .wpb_text_column ol ol {
    margin: 0 0 0 40px
}

.screen-reader-text {
    display: none !important
}

.alignleft, .aligncenter, .alignright, .alignnone {
    margin-bottom: 25px
}

.alignnone {
    display: block
}

.alignleft {
    float: left;
    margin: 0 30px 30px 0 !important
}

.alignright {
    float: right;
    margin: 0 0 30px 30px !important
}

.text-center .alignleft {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-center .alignright {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.small-width {
    width: 30%;
    margin-bottom: 0 !important
}

.med-width {
    width: 40%;
    margin-bottom: 0 !important
}

@media all and (max-width: 768px) {
    .small-width, .med-width {
        width: 100%;
        text-align: center;
    }
}

figure.aligncenter a {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.wp-caption {
    max-width: 100%;
    text-align: center
}

.wp-caption img {
    margin-bottom: 10px
}

.gallery {
    margin-bottom: 20px !important;
}

.gallery .gallery-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative
}

.gallery .gallery-item dt {
    margin: 0;
}

.gallery .gallery-item .wp-caption-text {
    text-shadow: 0 0 2px #000;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
}

.gallery .gallery-item:hover .wp-caption-text {
    opacity: 1;
}

.gallery .gallery-item img {
    border: 2px solid transparent !important
}

.gallery-caption {
    margin: 20px 0;
    max-width: 100%;
    text-align: center;
    z-index: 999
}

.wp-caption-text, .gallery-caption-text {
    margin: 6px 0;
    font-style: italic;
    font-size: 95%;
    line-height: 120%
}

/* 3. THEME STYLE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* 3.1 THEME CLASSES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post-content hr, .comment-content hr, .wpb_text_column hr, .image-carousel-item hr {
    clear: both
}

.post-content span.pull-right, .post-content span.pull-left, .wpb_text_column span.pull-right, .wpb_text_column span.pull-left {
    float: right;
    display: inline-block;
    width: 300px;
    margin: 0 0 20px 20px;
    font-size: 22px;
    line-height: 30px
}

.post-content span.pull-right, .wpb_text_column span.pull-right {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right
}

.post-content span.pull-left, .wpb_text_column span.pull-left {
    float: left;
    margin: 0 20px 20px 0
}

.post-content table tr, .post-content table td, .comment-content table tr, .comment-content table td, .wpb_text_column tr, .wpb_text_column td {
    padding: 10px 15px;
    border: 1px solid #ccc
}

.post-content table, .comment-content table, .wpb_text_column table {
    text-align: left;
    width: 100%;
    margin-bottom: 25px
}

.post-content table td, .post-content table th, .comment-content table td, .comment-content table th, .wpb_text_column table td, .wpb_text_column table th {
    padding: 15px
}

.post-content table tr:nth-child(even), .post-content table thead tr, .comment-content table tr:nth-child(even), .comment-content table thead tr, .wpb_text_column table thead tr, .wpb_text_column table tr:nth-child(even) {
    background: #f5f5f5
}

.post-content li ol, .post-content li ul, .comment-content li ol, .comment-content li ul, .wpb_text_column li ol, .wpb_text_column li ul {
    margin-bottom: 0 !important
}

.wpb_text_column li {
    margin-bottom: 0 !important
}

.post-content ul, .comment-content ul, .wpb_text_column ul {
    list-style: square;
    list-style-position: inside;
    margin-left: 20px;
    padding-left: 0;
}

.post-content ol, .comment-content ol, .wpb_text_column ol {
    list-style-position: inside;
    margin-left: 20px;
    padding-left: 0;
}

.comments .no-comments {
    display: none;
}

@media (max-width: 768px) {
    .headings-title .widgettitle, .vc_row .widgettitle {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-bottom: 5px;
    }

    .headings-title .widgetsubtitle, .vc_row .widgetsubtitle {
        font-size: 14px !important;
        line-height: 20px !important;
        padding-top: 0 !important;
    }

    .headings-title .widgetsubtitle.behind-left, .vc_row .widgetsubtitle.behind-left {
        font-size: 80px !important;
        line-height: 80px !important;
    }
}

@media (max-width: 480px) {
    .headings-title .widgetsubtitle.behind-left ~ .icon-content, .vc_row .widgetsubtitle.behind-left ~ .icon-content {
        display: none;
    }
}

.hide-avatar img {
    display: none !important;
}

.admin-bar.page-template-default section.page {
    min-height: 429px;
}

.page-template-default section.page {
    min-height: 461px;
}

/* 3.2. THEME TYPOGRAPHY - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h6, .h6 {
    font-size: 0.83333em;
}

h5 {
    font-size: 1em;
}

h4 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.44em;
}

h2 {
    font-size: 1.728em;
}

h1 {
    font-size: 2.0736em;
}

h3,
h2 {
    line-height: 1.2;
}

h1 {
    line-height: 1;
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.728em;
    }

    h2 {
        font-size: 2.0736em;
    }

    h1, h1.large {
        font-size: 2.48832em;
    }
}

@media (min-width: 1024px) {
    h2 {
        font-size: 2.48832em;
    }

    h1 {
        font-size: 2.98598em;
    }
}

@media (min-width: 1360px) {
    h1 {
        font-size: 3.58318em;
    }
}

.u-textBigger {
    font-size: 1.2em;
}

.u-textSmaller {
    font-size: 0.83333em;
}

.lg-text {
    font-size: 72px !important;
    line-height: 1.2;
}

.l-text {
    font-size: 55px !important;
    line-height: 1.2;
}

.m-text {
    font-size: 36px !important;
    line-height: 1.2;
}

.ms-text {
    font-size: 24px !important;
    line-height: 1.2;
}

.xs-text {
    font-size: 16px !important;
    line-height: 1.7;
}

.sms-text {
    font-size: 14px !important;
    line-height: 1.3;
}

.s-text {
    font-size: 11px !important;
    line-height: 1.2;
}

.container .col-sm-3 .ms-text {
    font-size: 20px !important;
}

@media (max-width: 640px) {
    .lg-text {
        font-size: 2.0736em !important;
    }

    .l-text {
        font-size: 1.728em !important;
    }

    .m-text {
        font-size: 1.2em !important;
    }

    .ms-text {
        font-size: 0.83333em !important;
    }
}

p {
    margin-bottom: 35px;
}

p.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.sub {
    font-size: 13px;
}

a, a:visited, a:focus, a:active, a:hover {
    text-decoration: none;
    outline: none;
}

ul {
    list-style: none;
}

ul.bullets {
    list-style: inside;
}

ul[data-bullet] li {
    line-height: 32px;
}

ul[data-bullet] li i:first-child {
    margin-right: 16px;
. scale(1.5);
    display: inline-block;
}

ul[data-bullet] {
    list-style: none !important;
}

ul.lead li {
    font-size: 16px;
    line-height: 40px;
}

dd {
    margin-bottom: 25px;
}

dt {
    margin-bottom: 10px;
    font-size: 18px;
}

select {
    max-width: 100%;
}

textarea {
    height: 140px;
}

.label a,
.label a:hover {
    color: #fff;
}

.bg-dark:not(.image-bg) hr {
    border-color: #555;
}

.list-inline {
    margin-left: 0;
}

.list-inline > li {
    padding: 0 8px;
}

.list-inline > li:last-child {
    padding-right: 0;
}

.list-inline > li:first-child {
    padding-left: 0;
}

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

th, td {
    line-height: 24px !important;
}

video {
    max-width: 100%;
}

.box-zoom .box-mask.mask-overlay, .bg-overlay .bg-mask.mask-overlay {
    width: -moz-calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: -moz-calc(100% - 16px);
    height: -webkit-calc(100% - 16px);
    height: calc(100% - 16px);
    margin: 8px;
    text-align: center;
}

/* 3.2. THEME ELEMENTS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Tooltips */
.tooltip {
    font-weight: 600;
    font-size: 13px;
}

.tooltip-inner {
    border-radius: 3px;
    padding: 9px 24px 12px 24px;
}

/* Spacer */
.lab-spacer.line {
    width: 100px !important;
    border-width: 7px !important;
    border-color: rgba(0, 0, 0, 0.2);
}

.text-center .lab-spacer.line {
    margin-left: auto;
    margin-right: auto;
}

@media ( max-width: 768px ) {
    .lab-spacer.line {
        display: none !important;
    }
}

/
/
@media ( max-width: 768px ) {
    .col-md-offset-1, .col-sm-offset-1 {
        margin-left: 0 !important;
    }
}

/* Gallery */
.lab-slider .item {
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.image-slider .slides li > img, .image-slider .slides, #content .wpb_text_column .image-slider .slides:last-child {
    margin: 0 !important;
    list-style: none !important
}

.slides, .flex-control-nav, .flex-direction-nav, .lightbox-gallery, .lightbox-gallery ul, .lightbox-gallery li {
    list-style: none !important;
    margin: 0 !important
}

.lightbox-gallery {
    margin: -8px !important;
}

/* Hero Slider */
.image-bg li h6 {
    margin-bottom: 5px;
}

.image-bg ul + ul {
    margin-top: -20px;
}

.row .image-slider.fullscreen {
    margin-bottom: 0;
}

/* Single Blog Sidebar */
#single-right-sidebar {
    padding: 90px 0 !important;
    position: relative;
    font-size: 14px;
}

#single-right-sidebar #searchform input[type="submit"] {
    content: "\e910";
    font-family: 'LabLineIcons';
    font-size: 13px;
    color: #d33;
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    margin: 0;
    background: transparent;
    border-width: 0;
    cursor: pointer;
    z-index: 1;
    min-width: auto;
    padding: 0;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#single-right-sidebar #searchform:after {
    content: "\e910";
    font-family: 'LabLineIcons';
    font-size: 13px;
    color: #d33;
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    margin: 0;
    background: transparent;
    border-width: 0;
    cursor: pointer;
    z-index: 1;
    min-width: auto;
    padding: 0;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#single-right-sidebar .widget .title {
    text-transform: uppercase;
}

/* Footer */
footer.one-column .col-sm-12 {
    text-align: center
}

footer.three-column .col-md-4, footer.two-column .col-sm-6 {
    text-align: left
}

footer.footer-widget .widget_nav_menu ul li {
    clear: left
}

footer.footer-widget .widget_nav_menu, footer.footer-widget .widget_nav_menu > div {
    clear: both;
}

footer.footer-widget .widget_nav_menu > div:after {
    display: table;
    content: " ";
    clear: both;
}

/* Other Stuff */
i.none, h5:empty {
    display: none !important;
}

i.icon {
    width: auto;
    height: auto;
    line-height: initial;
    vertical-align: initial;
    margin-left: 0px;
}

.row:empty {
    display: none;
}

.feature.bordered i.none + h5 {
    font-size: 72px;
    line-height: 80px;
}

.overlay::before {
    display: block;
}

.border-radius-0, .border-radius-0 img {
    border-radius: 0 !important;
}

.border-radius-m, .border-radius-m img {
    border-radius: 5px;
}

.border-radius-l, .border-radius-l img {
    border-radius: 25px;
}

.border-radious-top {
    border-radius: 4px 4px 0 0;
}

.border-radious-bottom {
    border-radius: 0 0 4px 4px;
}

.image-round img {
    border-radius: 3px;
}

.image-round-100 img {
    border-radius: 50%;
}

.image-circle-min img {
    border-radius: 50%;
    max-width: 172px;
}

.width-full {
    width: 100%;
}

.height-full {
    height: 100%;
}

.admin-bar nav.fixed, .admin-bar nav.absolute, .admin-bar .pswp {
    top: 32px;
}

.admin-bar .vertical-bottom {
    bottom: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar nav.fixed, .admin-bar nav.absolute, .admin-bar .pswp {
        top: 46px;
    }

    .admin-bar .vertical-bottom {
        bottom: 46px;
    }
}

@media screen and (min-width: 990px) {
    body.wide-layout {
        width: 97%;
        margin: 0 auto;
        background-color: #fff;
    }

    body.wide-layout .nav-container nav {
        box-shadow: none !important;
    }

    .nav-container nav::after {
        clear: both;
        content: "";
        display: block;
    }

    body.wide-layout .nav-container nav.fixed, body.wide-layout .nav-container nav.transparent {
        width: 97%;
        margin: 0 auto;
    }

    body.wide-layout .nav-container nav .nav-bar > .module.left,
    body.wide-layout .nav-container nav .nav-utility > .module.left {
        padding-left: 15px;
    }

    body.wide-layout .nav-container nav .nav-bar > .module-group.right .module:last-child,
    body.wide-layout .nav-container nav .nav-utility > .module.right {
        padding-right: 15px;
    }

    .nav-container nav .nav-bar .module, .nav-container nav .nav-bar .module-group {
        height: auto;
    }

    body.frame-layout {
        padding: 38px;
        background: none !important;
    }

    body.frame-layout .back-to-top {
        margin-bottom: 38px;
        margin-right: 38px;
    }

    body.frame-layout .tparrows {
        display: none !important;
    }

    .lab_frame {
        background-color: #fff;
        position: fixed;
        width: 100%;
        height: 38px;
        left: 0;
        z-index: 1000;
    }

    .lab_frame.frame--top {
        top: 0;
    }

    .lab_frame.frame--bottom {
        bottom: 0;
    }

    .lab_frame.frame--right {
        width: 38px;
        height: 100%;
        top: 0;
        right: 0;
        left: auto;
    }

    .lab_frame.frame--left {
        width: 38px;
        height: 100%;
        top: 0;
        left: 0;
        right: auto;
    }

    .admin-bar .lab_frame.frame--top {
        top: 32px;
    }

    .admin-bar.frame-layout .vertical-bottom {
        bottom: 70px;
    }

    .admin-bar.frame-layout nav.fixed, .admin-bar.frame-layout nav.absolute {
        top: 70px;
    }

    .frame-layout nav.fixed, .frame-layout nav.absolute {
        top: 38px;
    }

    .frame-layout nav.fixed:not(.side-menu), .frame-layout nav.absolute:not(.side-menu) {
        padding: 0 32px;
    }

    .frame-layout.has-offcanvas-nav nav.fixed, .frame-layout.has-offcanvas-nav nav.absolute {
        padding: 0 32px;
    }

    .frame-layout.has-offcanvas-nav nav.fixed.offcanvas-show, .frame-layout.has-offcanvas-nav nav.absolute.offcanvas-show {
        padding: 0;
    }

    .frame-layout .offcanvas-container .close-nav {
        right: 54px;
    }

    .frame-layout .nav-container nav.nav-show .nav-bar {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

.menu a .label {
    margin-left: 10px;
}

.modal-strip a {
    margin-left: 10px;
}

.bg-primary .color-primary {
    color: #fff !important;
}

/* 4. PLUGINS STYLE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* 4.1. CONTACT FORM 7 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.wpcf7 textarea {
    height: 110px;
}

@media (max-width: 600px) {
    div.wpcf7 textarea {
        height: 50px;
    }
}

div.wpcf7 input[type="submit"],
div.wpcf7 p {
    margin-bottom: 0;
}

div.wpcf7 p.sub {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 30px;
}

@media (max-width: 600px) {
    div.wpcf7 p.sub {
        display: none !important;
    }
}

div.wpcf7 img.ajax-loader {
    width: auto;
}

.wpcf7-checkbox .checkbox-option {
    margin-right: 20px;
    padding-bottom: 24px;
    position: relative;
}

.wpcf7-checkbox .checkbox-option span {
    position: absolute;
    top: 100%;
    left: 0;
    width: 999px;
}

.wpcf7 .select-option {
    margin-bottom: 0;
}

div.wpcf7-response-output {
    clear: both;
}

div.wpcf7 .form-container input {
    max-width: 245px;
    margin: 0 15px;
    border-radius: 5px !important;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
}

@media only screen and (max-width: 1200px) and (min-width: 990px) {
    div.wpcf7 .form-container input {
        max-width: 200px;
    }
}

div.wpcf7 .form-container input[type="submit"] {
    border: none;
}

.image-bg:not(.bg-light) .wpcf7-form .button-group input.wpcf7-text, .image-bg:not(.bg-light) .wpcf7-form .form-container input.wpcf7-text {
    background: rgba(255, 255, 255, 0.35);
    border: none;
    padding-right: 27px;
    padding-left: 27px;
    color: #fff;
}

.dark-input input.wpcf7-text {
    border-color: rgba(255, 255, 255, 0.1) !important;
    background: rgba(0, 0, 0, 0.1) !important;
    color: #0f0f0f !important;
}

@media (min-width: 990px) {
    section:not(.image-bg) div.wpcf7 .form-container .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
        margin-left: -1px;
    }
}

@media (max-width: 768px) {
    div.wpcf7 .form-container input {
        margin: 15px auto;
        display: block;
    }

    div.wpcf7 .form-container img.ajax-loader {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    div.wpcf7 .form-container input {
        height: 35px;
        line-height: 35px;
    }
}

.wpcf7-form input[type="submit"] {
    border-radius: 5px;
}

.image-bg .wpcf7-form input[type="submit"] {
    border-radius: 0;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

/* 4.2. WOOCOMMERCE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.tabbed-content .ratings i {
    display: block
}

.ratings > li {
    width: 100%
}

.btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    width: auto
}

.woocommerce .woocommerce-ordering select {
    padding-right: 45px
}

.woocommerce .cart button[type="submit"], .woocommerce .cart input {
    float: left
}

.woocommerce .quantity .qty {
    width: 100px;
    height: 41px
}

.cart .three-columns input {
    float: none
}

.cart .number {
    display: none
}

table.variations {
    width: 100%
}

.cart_form:hover * {
    color: #fff
}

.cart_form {
    width: auto;
    display: inline-block
}

.variations .label {
    background: transparent;
    text-align: left;
    padding: 0 !important;
}

.variations .label label {
    line-height: 50px !important;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: .95em;
}

.woocommerce-variation-price {
    margin-bottom: 10px;
}

.product_meta > span {
    display: block;
}

.product-single div.product > .onsale {
    display: none !important;
}

.main-container-wrapper {
    position: relative;
    height: auto;
    float: left;
    width: 100%
}

.absolute.transparent {
    box-shadow: 0 0 0 0 !important;
}

.grandspace-module-container .offcanvas-dark .logo-dark {
    display: inline !important;
}

.grandspace-module-container .offcanvas-dark .logo-light {
    display: none !important;
}

.grandspace-module-container .nav-container .absolute.nav-show .menu-line .menu--line {
    background: #000 !important;
}

.grandspace-module-container .absolute.transparent,
.grandspace-module-container .absolute.no-transparent {
    z-index: 9999 !important;
}

.grandspace-module-container .absolute.transparent.force,
.grandspace-module-container .absolute.no-transparent.force {
    z-index: 100000 !important;
}

.grandspace .close-nav .menu-line {
    background: #636363 !important;
    left: 20px !important;
    right: auto !important;
    padding: 9px 12px;
    border: 5px solid #636363;
}

.grandspace-shortcodes {
    float: left;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

.grandspace-menu-wrapper {
    z-index: 100 !important;
}

.admin-bar .grandspace-main-menu-wrapper {
    top: 31px;
    /* Firefox */
    height: -moz-calc(100% - 31px);
    /* WebKit */
    height: -webkit-calc(100% - 31px);
    /* Opera */
    height: -o-calc(100% - 31px);
    /* Standard */
    height: calc(100% - 31px);
}

@media screen and (max-width: 782px) {
    .admin-bar .grandspace-main-menu-wrapper {
        top: 45px;
        /* Firefox */
        height: -moz-calc(100% - 45px);
        /* WebKit */
        height: -webkit-calc(100% - 45px);
        /* Opera */
        height: -o-calc(100% - 45px);
        /* Standard */
        height: calc(100% - 45px);
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .grandspace-main-menu-wrapper {
        top: 0;
        /* Firefox */
        height: -moz-calc(100%) !important;
        /* WebKit */
        height: -webkit-calc(100%) !important;
        /* Opera */
        height: -o-calc(100%) !important;
        /* Standard */
        height: calc(100%) !important;
    }
}

@media screen and (max-width: 767px) {
    .grandspace-main-menu-wrapper ul {
        margin-left: 10px;
        margin-right: 10px;
    }

    .grandspace-main-menu-wrapper ul li a .grandspace-main-item {
        font-size: 24px;
        line-height: 36px !important;
    }

    .grandspace .footer-widget {
        position: relative !important;
    }

    .grandspace .footer-widget::before {
        content: " ";
        border-top: 1px solid #c3c3c3;
        left: 50%;
        margin-left: -75px;
        position: absolute;
        height: auto;
        width: 150px;
    }

    .grandspace-main-menu-wrapper ul {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        margin-top: 10px;
    }

    .grandspace-main-menu-wrapper ul li {
        float: none !important;
    }

    .grandspace .footer-widget .container {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .grandspace-main-menu-wrapper-inner-inner .grandspace {
        width: 100%;
        height: 100%;
        margin-top: 120px !important;
        vertical-align: top !important;
        display: block !important;
    }

    .grandspace-module-container .absolute.transparent,
    .grandspace-module-container .absolute.no-transparent {
        /*position:fixed;*/
        /*top:0 !important;*/
    }
}

/* MAIN MENU
**************************************************/
.grandspace-wrapper-two {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

/* the main menu */
.grandspace-main-menu-wrapper {
    width: 100%;
    height: 100%;

    text-align: center;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: 99998;

    background: rgba(0, 0, 0, .7);

    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.grandspace-main-menu-wrapper-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.grandspace-main-menu-wrapper-inner-inner {
    width: 100%;
    height: 100%;
    display: table;
}

,
grandspace-menu {
    width: 100%;
    height: 100%;
    display: table;
}

.grandspace-main-menu-wrapper-inner-inner .grandspace {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.grandspace-main-menu-wrapper ul {
    margin: 0px 60px 0 60px;
}

.grandspace-main-menu-wrapper li {
    list-style: none;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.grandspace-main-menu-wrapper ul.sub-menu {
    display: none;
}

.grandspace-main-menu-wrapper li a {
    display: inline-block;
}

.grandspace-main-menu-wrapper li.back a {
    background: rgba(0, 0, 0, .1);
    padding-left: 10px;
    padding-right: 10px;
}

.grandspace-main-menu-wrapper li.back a:hover {
    background: rgba(0, 0, 0, .3);
}

.grandspace-main-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    font-size: 50px;
    line-height: 67px;
    font-family: 'Montserrat', arial, tahoma, verdana;
    font-weight: 700;
    color: #c3c3c3;
    opacity: 1;

    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
}

.grandspace-main-menu-wrapper a, .grandspace-main-menu-wrapper a:hover {
    text-decoration: none;
}

.grandspace-main-menu-wrapper a:hover .grandspace-main-item {
    color: #fff;
    opacity: 1;
}

.grandspace-main-desc {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .19em;
    font-size: 14px;
    color: #c3c3c3;
    opacity: 1;
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
    height: 30px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.grandspace-main-menu-wrapper a:hover .grandspace-main-desc {
    opacity: 1;
}

/* the background color */
.grandspace-menu-wrapper.grandspace-menu-active {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99997;
}

/* allows for smooth fade out */
.grandspace-animation-out {
    -webkit-transition: opacity .3s ease, -webkit-transform 0s ease .3s;
    -moz-transition: opacity .3s ease, -moz-transform 0s ease .3s;
    transition: opacity .3s ease, transform 0s ease .3s;
}

/* activate main menu elements */
.grandspace-menu-active {
    opacity: 1;

    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    transform: translateY(0) !important;

    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    transform: translateX(0) !important;

    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

/* Lightbox CSS */
.grandspace .footer-widget {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.nav-container > nav:not(.nav-show),
.nav-container > nav:not(.nav-show) *,
.nav-container > nav {
    visibility: visible !important;
    opacity: 1 !important;
    /*display:inloneblock !important;*/
}

.offcanvas-show + div,
.offcanvas-show + span,
.offcanvas-show + section {
    display: none;
}

.offcanvas-light-wrapper,
.offcanvas-dark-wrapper {
    background: none !important;
}

.offcanvas-container {
    position: fixed;
    top: 0;
    right: 0 !important;
    z-index: 100000000;
    height: 100%;
}

.offcanvas-light .module.right,
.offcanvas-dark .module.right {
    margin-right: 40px;
}

@media all and (max-width: 767px) {
    .offcanvas-light .module.right,
    .offcanvas-dark .module.right {
        margin-right: 0;
    }
}

.show-xs .nav-container {
    background: #fff !important;
}

.show-xs .nav-container > nav {
    background-color: #FFF !important;
    background-color: #FFF !important;
}

.show-xs .nav-container.bg-dark {
    background: #000000 !important;
}

.show-xs .nav-container nav.bg-dark,
.show-xs .nav-container nav.bg-graydark {
    background-color: #0f0f0f !important;
    background-color: rgba(0, 0, 0, 0.81) !important;
}

/* In Case of Lightbox Menu */
.grandspace-module-container .force,
.grandspace-module-container .fixed.force,
.grandspace-module-container .nav-show.force,
.grandspace-module-container .absolute.force,
.grandspace-module-container .transparent.force,
.grandspace-module-container .transparent.nav-show.force,
.grandspace-module-container .absolute.transparent.fixed.force,
.grandspace-module-container .absolute.transparent.bg-dark.fixed.force {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    background: none !important;
}

.grandspace-module-container .force .logo-light {
    display: inline;
}

.grandspace-module-container .force .logo-none {
    display: none;
}

.grandspace-module-container .absolute.no-transparent,
.grandspace-module-container .absolute.transparent.fixed,
.grandspace-module-container .absolute.no-transparent.fixed {
    position: relative;
    top: 0;
}

.mCSB_container {
    height: 100%;
}

@media all and (min-width: 783px) {
    .admin-bar .nav-container nav.transparent.absolute.force {
        position: fixed !important;
        left: 0 !important;
        top: 31px !important;
    }

    .admin-bar .nav-container nav.no-transparent.absolute.force {
        position: fixed !important;
        left: 0 !important;
        top: 31px !important;
    }
}

@media all and (max-width: 782px) {
    .admin-bar .nav-container nav.transparent.absolute.force {
        position: fixed !important;
        left: 0 !important;
        top: 45px !important;
    }

    .admin-bar .nav-container nav.no-transparent.absolute.force {
        position: fixed !important;
        left: 0 !important;
        top: 45px !important;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .nav-container nav.transparent.absolute.force {
        top: 0 !important;
    }

    .admin-bar .nav-container nav.no-transparent.absolute.force {
        top: 0 !important;
    }
}

.site-scrolled .nav-container .fixed{position: fixed!important;-webkit-animation-timing-function: ease;-webkit-animation-name: slideDown;-webkit-animation-duration: 1s;}

.mega-menu > li{width: 335px ;float:left;}
li ul.subnav{margin-bottom:5px;}
.mega-menu li.menu-item-has-children{min-height: 150px;float: left;}

.mega-menu .menu-item-has-children > a:before{content:"+";font-weight:bold;float: right;
position: absolute;
left: 100px;}
.mega-menu .menu-item-has-children > a:hover:before, .mega-menu .menu-item-has-children a.sub_child:before {content:"-";font-weight:bold;float: right;
position: absolute;
left: 100px;}

