/*
Theme Name: StudioTingo
Author: Unidad22
Author URI: https://www.unidad22.com/
Theme URI: https://www.unidad22.com/
Description: Custom, professional websites that work as hard as you do. We realize that your website exists to drive leads, generate sales and service your customers 24 hours a day, 7 days a week. Working with the best CMS software, beautiful custom designs, and intuitive UI, we do great web design that focus on your business goals.
Version: 22.6.27
Text Domain: u22-theme
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Developed By: Jonathan Cortes;
*/

/**
* Table of Contents:
*
* 1.0 - Reset
*   - Normalize
*   - Genericons
*   - Typography
*   - Elements
* 2.0 - Inputs Reset
*   - Forms
* 3.0 - Classes Default
* 4.0 - Navigation
* 5.0 - Header
*   - Breadcrumbs
* 6.0 - Slider
* 7.0 - Miscellaneous
*   - Accessibility
*   - Alignments
*   - Clearings
* 8.0 - Custom Widget or Module
*   - Default
* 9.0 - Content
*   - Entry Header
*   - Entry Meta
*   - Entry Content
*   - Post Formats
*   - Post/Paging Navigation
*   - Comments
*   - Attachments
*   - Author Bio
*   - Archives
*   - Search Results/No posts
*   - 404
*   - Multisite
* 10.0 - Sidebar
* 11.0 - Footer
* 12.0 - Media Queries
* 13.0 - Browsers (ie)
* ----------------------------------------------------------------------------
*/


/** Fonts **/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./fonts/HelveticaNeue/HelveticaNeueRegular.woff2') format('woff2'),
        url('./fonts/HelveticaNeue/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aviano';
    src: url('./fonts/Aviano/Aviano.woff2') format('woff2'),
        url('./fonts/Aviano/Aviano.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Marcellus';
    src: url('./fonts/Marcellus/Marcellus-Regular.woff2') format('woff2'),
        url('./fonts/Marcellus/Marcellus-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alex Brush';
    src: url('./fonts/Alex_Brush/AlexBrush-Regular.woff2') format('woff2'),
        url('./fonts/Alex_Brush/AlexBrush-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**
 * 1.0 - Normalize
 */
html{
    font-family: 'Marcellus';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    transition: none;
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template,
.hidden{
    display: none;
}

a {
    background-color: transparent;
    color: #222977;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

a:active,
a:hover {
    opacity: 0.8;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 15px;
}

code,
kbd,
pre,
samp {
    font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; 
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

select {
    text-transform: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6px;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"]{
    display:none;
}
input[type="checkbox"] + span.wpcf7-list-item-label::before,
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/checks.png) no-repeat;
    cursor: pointer;
    transition: none;
    top: 11px;
    margin-right: 15px;
    position: relative;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked + label::before {
    background-position: -30px 0 ;
    transition: none;
}
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="radio"] + label::before {
    background-position: -60px 0;
    width: 30px;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::before,
input[type="radio"]:checked + label::before {
    background-position: -90px 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 24px;
    min-width: inherit;
    padding: 12px;
}

fieldset >:last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: hidden;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak-as: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body, button,
input, select, textarea {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
    margin: 0 0 15px 0;
    line-height: 1.3;
    font-family: 'Marcellus';
    text-transform: uppercase;
}

h1 {
    font-size: 60px;
    letter-spacing: 3.42px;
}

h2 {
    font-size: 58px;
    letter-spacing: 3.42px;
}

h3 {
    font-size: 50px;
    letter-spacing: 2.95px;
}

h4 {
    font-size: 40px;
    letter-spacing: 2.95px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 24px;
}

p {
    margin: 0 0 20px;
    font-family: 'Marcellus';
    font-size: 20px;
    line-height: 32px;
    color: #6B6B6B;
}

p:empty {
    display: none;
}

dfn, cite,
em, i {
    font-style: italic;
}

blockquote {
    border: 1px solid #fff;
    margin: auto;
    padding: 20px;
    width: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 20px;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote >:last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

code,kbd,tt,
var,samp,pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    line-height: 1.3125;
    margin: 0 0 24px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    white-space: pre;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 2px 4px;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/**
 * 4.0 - Elements
 */

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;

    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;

    outline: none;
}

.transition *,
.transition *:before,
.transition *:after{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.no-transition, .no-transition *,
.responsive-menu-container,
.rev_slider_wrapper, .rev_slider_wrapper *{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

ul,
ol {
    margin:0;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 20px;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 25px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 24px;
}

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

del {
    opacity: 0.8;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 24px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 5px;
    vertical-align: top;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

::selection {
    background-color: #9c9c9c;
    color: #fff;
}

::-moz-selection {
    background-color: #9c9c9c;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*Scroll bar*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #999999;
}
::-webkit-scrollbar-thumb:active {
    background: #999999;
}
::-webkit-scrollbar-track {
    background: #efefef;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #efefef;
}
::-webkit-scrollbar-track:active {
    background: #efefef;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

/**
* 2.0 Inputs Reset
* -----------------------------------------------------------------------------
**/


/**
 * 3.0 - Forms
 */

input {
    line-height: normal;
}


/* Buttons */
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    outline: 0;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    margin-bottom: 24px;
}

.post-password-form label {
    color: #565656;
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 6px;
}

.post-password-form >:last-child {
    margin-bottom: 0;
}

.search-form {
    position: relative;
}

input[type="search"].search-field {
    color: #565656;
    background: #f2f2f2;
    width: 100%;
}

.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 34px;
    position: relative;
}

.search-submit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

/**
* 3.0 Class Default
* ----------------------------------------------------------------------------
**/
.single-product .slider {
    /*display: none;*/
} 
.site-logo {
    max-width: 250px;
}
.single-product .slider {
    background-image: none !important;
    border-bottom: 1px solid;
}	


.center-page {
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;
}

.clear,
.center-page:after,
.navigation:after{
    clear: both;
}

.inline-block{
    display: inline-block;
    vertical-align: top;
}

.inline-block-middle{
    display: inline-block;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

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

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

.width100{
    width: 100%;
}

.width50 {
    width: 50%;
}

.vcenter{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.iex .vcenter{
    display: table;
    width: 100%;
}
.iex .vcenter>div{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.object-cover, .object-cover img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video .thumbnail {
    z-index: 9999;
    position: relative;
}

.video .play{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 86px;
    height: 86px;
    margin: auto;
    padding: 0;
    border-radius: 50%;
    font-size: 9999;
}

/*Aspect Ratio
*[class*='aspect-ratio']{
    position: relative;
    width: 100%;
}
.aspect-ratio-1-1{
    padding-top: 100%;
}
.aspect-ratio-3-4{
    padding-top: 75%;
}
.aspect-ratio-16-9{
    padding-top: 56.25%;
}
*[class*='aspect-ratio'] .ap{
    position: absolute;
    top: 0;
}*/

.grid{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);/*change repeat(x, 1fr) in responsive*/
}

.page-template-page-no-breadcrumb .header-bottom{
    display: none;
}

.breadcrumbs {
    font-style: italic;
    padding-top: 10px;
}

.breadcrumbs.no-hero {
    border-top: 1px solid #7E7E7E;
}

.breadcrumbs #breadcrumbs {
    padding: 5px 10px 5px;
}

.breadcrumbs p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.breadcrumbs a {
    color: #000000;
    margin-right: 5px;
}

.breadcrumbs p a:hover {
    color: #fff;
}

.breadcrumbs p span {
    margin-left: 5px;
}

.hide {
    display: none;
}

.show {
    display: initial;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

.no-appearance,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.box-shadow{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
}

.bigger-than-container{
    background: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    right: 50%;
    width: 100vw;
    height: 100%;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button{
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 25px 10px;
    text-align: center;
    text-indent: 0;  
    letter-spacing: 1px;  
}

button:hover, button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active {
    opacity: 0.8;
    outline: none;
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],  
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea, select{
    border: 1px solid #cfcfcf;
    color: #fff;
    padding: 20px 15px;
    background: transparent;
    text-transform: uppercase;
    font-family: 'Marcellus';
    font-size: 16px;
}

input[type="search"]{
    margin-bottom: 0;
}

select:focus {
    outline: 0;
}

textarea {
    max-height: 165px;
}

a[class*="-btn"],
.button{
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 900;
    font-family: 'Marcellus';
    letter-spacing: 2px;
}
a[class*="-btn"]:hover,
.button:hover{
    text-decoration: none;
    opacity: 0.8;
}
.primary-btn,
.button{
    color: #fff;
    font-size: 21px;
    background: #000;
}
.secondary-btn,
.tertiary-btn{
    font-size: 18px;
    color: #000;
    border-bottom: 2px solid;
    padding: 10px 0 !important;
}
.tertiary-btn{
    color: #fff;
}
.full-btn{
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

/**
* 4.0 Navigation
* -----------------------------------------------------------------------------
**/

.main-menu {
    position: relative;
    padding-top: 15px;
}

.main-menu li{
    display: inline-block;
    margin-left:-4px;
}

.main-menu li .dropdown-toggle {
    display: none;
}

.main-menu li a {
    color: #030303;
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2.5px;
}

.main-menu li li a {
    color: #030303;
}

.main-menu li.has-button > a {
    padding-bottom: 8px;
}

.main-menu ul > li:not(.has-button):hover > a:before,
.main-menu ul > li:not(.has-button).current-menu-ancestor > a:before,
.main-menu ul > li:not(.has-button).current-page-ancestor > a:before,
.main-menu ul > li:not(.has-button).current_page_item > a:before,
.main-menu ul > li:not(.has-button).current-menu-item > a:before {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main-menu ul > li:not(.has-button) > a:before {
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    transform: scale(0, 1);
    width: 100%;
    top: -5px;
    position: relative;
}

.main-menu ul li.current-menu-ancestor a,
.main-menu ul li.current-page-ancestor a,
.main-menu ul li.current_page_item a,
.main-menu ul li.current-menu-item a,
.main-menu ul li a:hover{
    color: #000;
}

.main-menu ul li.current-menu-ancestor a:hover,
.main-menu ul li.current-page-ancestor a:hover,
.main-menu ul li.current_page_item a:hover,
.main-menu ul li.current-menu-item a:hover{
    color: #000;
}

.main-menu ul li a:hover {
    color: #000;
}

.main-menu ul {
    margin: 0px;
    padding: 0px;
    font-size: 0;
}

.main-menu .sub-menu {
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    background-color: #fff;
    max-height: 0;
    min-width: 200px;
    overflow: hidden;
    position: absolute;
    transition: max-height 0.5s;
    z-index: 99999;
}

.main-menu .sub-menu:hover {
    overflow: visible;
}

.main-menu .sub-menu li {
    display: block;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
    text-align: left;
    width: 100%;
}

.main-menu .sub-menu li.current-menu-ancestor a,
.main-menu .sub-menu li.current-page-ancestor a,
.main-menu .sub-menu li.current_page_item a,
.main-menu .sub-menu li.current-menu-item a {
    color: #d93734;
}

.main-menu .sub-menu li a {
    display: block;
    padding: 5px 20px;
    font-size: 16px;
}

.main-menu .sub-menu li .sub-menu {
    left: 100% !important;
    margin: 0 !important;
    top: 0px !important;
    width: 100%;
}

.main-menu .sub-menu li .sub-menu li {
    padding-left: 10px;
    padding-right: 10px;
}

.main-menu li:hover > .sub-menu,
.main-menu li ul li:hover > .sub-menu {
    -moz-box-shadow: 0 5px 10px -5px #c5c5c5;
    -webkit-box-shadow: 0 5px 10px -5px #c5c5c5;
    box-shadow: 0 5px 10px -5px #c5c5c5;
    max-height: 500px;
}
a.rmp-menu-item-link {   
    text-transform: capitalize;
}
/**
* 5.0 Header
* ----------------------------------------------------------------------------
**/
.header-top-bar {
    text-align: center;
    padding: 15px 0;
}
.header-top-bar a{
    color: inherit;
}
.header-top-bar .close {
    padding: 0;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #0000004d;
    font-size: 14px;
    line-height: 18px;
    border-radius: 50%;
    right: 25px;
}
.header-top-bar.closed{
    display: none;
}
.header-bar{
    background: #f2f2f2;
    border-bottom: 1px solid #cfcfcf;
}
.header-bar-left,
.header-bar-right{
    padding: 10px 0;
}

.header-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 15px 0;
    max-width: calc(100% - 40px);
}


/*Company Info*/
ul.company-info {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul.company-info li i {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
ul.company-info li a{
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}

ul.company-info li {
    display: inline-block;
}

.wpb_wrapper ul.company-info{
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.wpb_wrapper ul.company-info li{
    max-width: 256px;
    width: 100%;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 auto 15px;
}
.wpb_wrapper ul.company-info li i{
    display: block;
    font-size: 36px;
    color: #fff;
    margin: 0 auto;
    border: 1px solid;
    padding: 22px;
    max-width: 83px;
    margin-bottom: 30px;
}
.wpb_wrapper ul.company-info li a{
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
    font-family: 'Playfair Display';
    color: #fff;
}

/*
* Social Networks
*/
.social-networks{
    margin: 0 !important;
}
ul.social-networks li{
    list-style: none;
    display: inline-block;
    margin-left: -4px;
    padding: 0px 5px;
}
ul.social-networks li i{
    margin: 0;
    transition-duration: 0.1s;
}
.social-networks li a{
    font-size: 24px !important;
    font-weight: 400 !important;
}
.social-networks .facebook i{
    color: #3b5998;
}
.fa-facebook-f:before {
    content: "\f39e" !important;
}
.social-networks .twitter i{
    color: #1da1f2;
}
.social-networks .google-plus i{
    color: #ea4335;
}
.social-networks .instagram i{
    color: #cd486b;
}
.social-networks .youtube i{
    color: #cd201f;
}
.social-networks .pinterest i{
    color: #bd081c;
}
.social-networks .linkedin i{
    color: #0077b5;
}
.social-networks .whatsapp i{
    color: #25D366;
}
.social-networks .snapchat i{
    color: #fcff00;
}
.social-networks .tripadvisor i{
    color: #00af87;
}
/* .social-networks i:hover{
    opacity: 0.6;
} */
span.company-address a {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
}

/**
* 6.0 Slider
* -----------------------------------------------------------------------------
**/

.slider {
    position: relative;
}

.slider-container .tparrows {
    background-repeat: no-repeat;
    height: 59px;
    width: 59px;
}

.slider-container .tparrows:hover {
    opacity: 0.7;
}

.slider-container .tparrows.tp-leftarrow {
    background-position: left center;
}

.slider-container .tparrows.tp-rightarrow {
    background-position: right center;
    right: 0;
}
        
.internal .slider,
.banner-section {
    min-height: 420px;
    margin-top: 10px;
}
.single-product.internal .slider, .banner-section {
    min-height: 0;
    margin-top: 0;
}
/**
* 7.0 Miscellaneous
* -----------------------------------------------------------------------------
**/


/**
 * 7.0 - Accessibility
 */


/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}


/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999px;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999px;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/**
* 8.0 - Alignments
*/


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

blockquote.alignleft {
    margin: 5px 12px 12px 0;
}

blockquote.alignright {
    margin: 5px 0 12px 12px;
}

blockquote.aligncenter {
    margin-bottom: 18px;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}


/**
* 8.0 Custom Widget or Module
* -----------------------------------------------------------------------------
**/

.widget-title {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}

.header-right .widget{
    display: inline-block;
    margin-left: 10px;
}

.quote-list a{
    font-family: 'Marcellus';
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #000;   
    padding: 5px 10px;
    transition-duration: 0.1s; 
}

.quote-list i{
    font-size: 16px;
}

.quote-list i:before{
    transition-duration: 0.1s;
}

.quote-list a:hover{
    box-shadow: inset 200px 0 0 0 #000;
    color: white;
}

select#gtranslate_selector {
    padding: 0;
    width: 140px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding: 0 8px;
    background: url('images/dropdown.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    font-size: 14px;
    text-transform: none;
    color: #000;
}

img.wplg-default-thumbnail.wplg-gallery-thumbnail {
    height: 275px !important;
}
.wplg-textpanel-textwrapper{
    display: none;
}
button.wplg_gallery_loadmore {
    color: #ffffff;
    background: #000000;
    height: 63px !important;
    width: 186px;
    margin-top: 40px;
}
button.wplg_gallery_loadmore label{
    font-size: 21px !important;
    font-family: 'Marcellus';
    cursor: pointer;
}
.wplg_gallery_loadmore:hover, 
.wplg_gallery_loadmore.loadmore-loader {
    border: #000 1px solid;
    background: transparent !important;
    color: #000;
}


/* Responsive Menu < 3.0 */

.responsive-menu {
    display: none;
}

.responsive-menu-container {
    position: relative;
}

#responsive-menu {
    height: auto !important;
    margin-top: 45px;
}

#responsive-menu.RMOpened {
    min-width: 220px;
}

#responsive-menu ul li {
    padding-bottom: 0;
    padding-top: 0;
}

#responsive-menu .RMImage {
    margin: auto !important;
    display: block !important;
}

#responsive-menu .sub-menu {
    max-height: 100%;
    max-width: 100%;
}

#responsive-menu #responsive-menu-title {
    display: none;
}

#click-menu {
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.appendLink {
    text-align: center;
    width: 50px;
}

.widget ul,
.widget ol {
    margin: 0;
}

.widget li {
    padding: 5px 0;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}

.widget .widget-title:empty {
    margin-bottom: 0;
}


/* Calendar widget */

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 24px;
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}


/* Recent Posts widget */

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-size: 13px;
    line-height: 1.615384615;
    margin-bottom: 7px;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}


/* RSS widget */

.widget_rss .rsswidget img {
    margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 7px;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 30px;
}

.widget_rss li:last-child:last-child {
    margin-bottom: 0;
}


/* Tag Cloud widget */

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin: 0 2px 6px 0;
    padding: 7px 6px 7px;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #8ac058;
    outline: 0;
}


/* Search widget */

.search-form {
    margin: auto;
    max-width: 300px;
    position: relative;
}


/**
* 9.0 Content .site-content
* ----------------------------------------------------------------------------
**/

.site {
    overflow: hidden;
}

.site-content {
    padding-bottom: 8px;
    padding-top: 32px;
    position: relative;
}

/* Templates */

.home .page-title-container .entry-header {
    max-width: 50%;
}

.template-fullwidth .article-container {
    min-width: 100%;
}

.template-internal #main,
.single .article-container,
.archive .article-container,
.blog .article-container,
.category .article-container,
.search .article-container{
    width: 75%;
}

.template-internal .sidebar-container,
.single .sidebar-container,
.archive .sidebar-container,
.blog .sidebar-container,
.category .sidebar-container,
.search .sidebar-container {
    width: 20%;
}

.archive .article-container h2,
.blog .article-container h2,
.category .article-container h2,
.search .article-container h2 {
    margin-bottom: 8px;
}

.archive .hentry,
.blog .hentry,
.category .hentry,
.search .hentry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.archive .hentry a img,
.blog .hentry a img,
.category .hentry a img,
.search .hentry a img {
    transition: all .5s ease-in-out;
}

.archive .hentry a img:hover,
.blog .hentry a img:hover,
.category .hentry a img:hover,
.search .hentry a img:hover {
    transform: scale(0.97);
}

.archive .hentry a img {
    width: 100%;
}

.archive h2.entry-title {
    display: inline-block;
}

span.title-line {
    width: 100%;
    display: block;
    border-top: 1px solid #e2e2e2;
    margin: 20px 0;
}


/* Contact Form 7 */

.wpcf7-form {
    width: 100%;
}
.wpcf7-form .form-group {
    margin: 0 auto 12px;
}
.wpcf7-form .form-group .wpcf7-text,
.wpcf7-form .form-group .wpcf7-textarea {
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
    color: #fff;
}
.wpcf7-form .wpcf7-response-output {
    margin: 10px auto;
    padding: 8px 20px;
    text-align: center;
}
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
    width: 100%;
}
.wpcf7-form select,
.wpcf7-form textarea{    
    width: 100%;
}
div.wpcf7-response-output {
    margin: 15px 0;
    padding: 10px;
}
div.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-list-item-label {
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
    margin-right: 15px;
}
span.wpcf7-list-item {
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #fff;
}
#responsive-form{
    margin:0 auto;
    width:100%;
}
.form-row{
    width: 100%;
}
.form-row:after {
    content: '';
    display: block;
    clear: both;
}
.column-100, .column-90, .column-80, .column-70, .column-60, 
.column-50, .column-40, .column-30, .column-20, .column-10{
    float: left;
    position: relative;
    padding: 0.65rem 0;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 835px) { 
    .form-row{
        display: inline-block;
    }
    .column-100, .column-90, .column-80, .column-70, .column-60, 
    .column-50, .column-40, .column-30, .column-20, .column-10{
        padding: 22px 2px;
    }
    .column-90{
        width: 90%;
    }
    .column-80{
        width: 80%;
    }
    .column-70{
        width: 70%;
    }
    .column-60{
        width: 60%;
    }
    .column-50{
        width: 50%;
    }    
    .column-40{
        width: 40%;
    }
    .column-30{
        width: 30%;
    }
    .column-20{
        width: 20%;
    }
    .column-10{
        width: 10%;
    }
}

/* Responsive Menu */

#responsive-menu-container #responsive-menu-title {
    text-align: center;
}

.responsive-menu-button .responsive-menu-box {
    height: 40px;
}


/* Visual Composer */

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000 !important;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000 !important;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000 !important;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000 !important;
    }
}

.flex-control-paging {
    display: none;
}


/* Icon */

.entry-content .vc_icon_element {
    font-size: inherit;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content {
    margin-bottom: 0;
    padding: 5px 0;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content p {
    margin: 0;
    line-height: 24px;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner {
    height: auto;
    margin: 0 6px;
    vertical-align: middle;
    width: auto;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner .vc_icon_element-icon {
    bottom: 0;
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
}

.wpb_posts_slider .wpb_flexslider .flex-caption {
    padding: 30px 45px;
    text-align: center;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border {
    padding: 2px !important;
}
.wpb_single_image .vc_box_border.vc_box_border_grey, 
.wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    background-color: #C2C2C2 !important;
}

.vc-custom-buttons-wrap {
    position: relative;
    z-index: 5;
}

.vc_gitem-col.col-post-right-image {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.vc-internal-border-wrap {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/*Custom Text*/
.custom-text{
    position: relative;
}
.custom-text *{
    margin-bottom: 0;
}
.custom-text img {
    height: 75px;
    margin-right: 15px;
}
.custom-text .title{
    line-height: 1;
}
.custom-text .title a{
    position: relative;
}
.custom-text .title:hover a:after{
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

/*Content Column*/
.content-column{
    max-width: 600px !important;
    padding: 20px !important;
    margin: 0 auto;
}

div.bg-left-top{
    background-position: left top !important;
}
div.bg-left-bottom{
    background-position: left bottom !important;
}       
div.bg-right-top{
    background-position: right top !important;
}
div.bg-right-bottom{
    background-position: right bottom !important;
}

/*Parallax*/
body:not(.ios) .parallax {
    background-attachment: fixed;
}

/*
* Color box
*/
.vc_row-o-equal-height .wpb_wrapper{
    height:100%;
}
.vc-color-box{
    padding: 20px;
    height: 100%;
}
.vc-color-box *{
    color: #fff;
}
.vc-color-box h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px !important;
}
.color-box-content.left {
    width: 75%;
}

@media screen and (min-width: 768px) {
    .move-up .vc_figure {
        margin-top: -200px !important;
    }    
}

.video-content {
    position: relative;
}

.video-content .video-text *{
    color: #fff;
}
.video-content .video-text{
    position: absolute;
    z-index: 1;
}

.video-content .video-text.top{
    max-width: 970px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 90px;
}

.video-content .video-text.bottom-right {
    max-width: 450px;
    width: 100%;
    text-align: right;
    bottom: 100px;
    right: 6%;
}
.video-content .video-text.bottom-right span{
    font-size: 18px;
}

.video-content .video-text.bottom{
    bottom: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 16px 0;
}
.video-content .video-text.bottom h6{
    margin: 0;
    font-family: 'Marcellus';
}
.video-content .video-text.bottom p{
    margin: 0;
}

.video-content .play-button{
    background: url('images/play-button.svg');
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 99px;
    height: 99px;
    z-index: 99;
    font-size: 0;
}

.video-content.text-position-top .play-button {
    top: 70px;
}

.video-content .thumb-img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Slider Bakery*/
.owl-stage-outer .box-img img {
    height: 280px !important;
    object-fit: cover;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 2px !important;
    background: #000 !important;
}
.owl-theme button.owl-dot.active span {
    border: 1px solid #fff;
    outline: 1px solid;
}
a.he-box:hover {
    opacity: 1;
}

/*Rows Slider*/
.rows-slider-no-arrows .slick-arrow{
    display: none !important;
}
.rows-slider ul.slick-dots {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.rows-slider ul.slick-dots li{
    margin: 0 3px;
    padding: 0;
}
.rows-slider .slick-dots li button{
    border-radius: 50%;
    background: transparent;
    border: 3px solid;
    padding: 2px;
}
.rows-slider .slick-dots li button:after{
    content: '';
    width: 10px;
    display: inline-block;
    height: 10px;
    border-radius: 50%;
}
.rows-slider .slick-dots li.slick-active button:after{
    background: white;
}

.bg-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / 30%);
    height: 100%;
    margin: auto;
    display: block !important;
    left: 0;
    top: 0;
}

/*Gallery*/
.wpb_image_grid .wpb_image_grid_ul {
    display: grid;
    height: auto !important;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item{
    position: static !important;
}
/* .wpb_image_grid .wpb_image_grid_ul img {
    padding: 4px;
} */

/* WooCommerce */
.woocommerce ul.products, 
.woocommerce-page ul.products,
.entry-content .woocommerce ul{
    list-style: none;
    margin: 0;
}
.woocommerce ul.products li, 
.woocommerce-page ul.products li {
    text-align: center;
}
.woocommerce ul.products li .button{
    margin-top: 0;
    background: transparent;
    color: #000;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    text-decoration: underline;
    text-transform: capitalize;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}
.woocommerce ul.products li .price{
    display: none;
}
h2.woocommerce-loop-product__title {
    text-align: left;
    font-family: 'Marcellus';
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 18px;
    letter-spacing: normal;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 100%;
}

.woocommerce form .form-row textarea,
.woocommerce .select2-container .select2-choice {
    -moz-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
    -webkit-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
    box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
}
.woocommerce input:not(input[type='submit']),
.woocommerce select,
.woocommerce textarea{
    color: #000;
}
.woocommerce .select2-container .select2-choice {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    margin-bottom: 13px;
    padding: 4px 0 5px 14px;
    text-indent: 6px;
}

.woocommerce .apb-room-selected_item > h6 {
    font-size: 18px;
}

.woocommerce .apb-room-selected_item,
.woocommerce .apb-room-seleted_current {
    padding: 10px 20px;
}

.woocommerce .woocommerce-checkout .apb-room-selected_content span {
    font-size: 16px;
}

.woocommerce #order_review .place-order .button:hover {
    background-color: #699442;
}

div#product-gallery {
    margin-bottom: 40px;
}
.woocommerce-product-gallery__wrapper * {
    transition: none;
}
figure.woocommerce-product-gallery__wrapper {
    text-align: center;
    margin-bottom: 15px;
}
.summary.entry-summary{
    margin-bottom: 20px;
}
.woocommerce-product-gallery__image img {
    object-fit: cover;
    /*aspect-ratio: 109 / 77;*/
    max-width: 100%;
    width: 545px;
    max-height: 363px;
    margin-bottom: 55px;
    border: 1px solid#C4C4C4;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    margin: 0 20px 20px 0;
    cursor: pointer;
    border: 1px solid #cfcfcf;
}

.related.products>h2{
    text-align: center;
    margin-bottom: 60px;
}
.woocommerce .related ul li.product img, 
.woocommerce .related ul.products li.product img.ajax-loading {
    width: 100%;
    border: 2px solid #C2C2C2;
}

.woocommerce-error,.woocommerce-info,.woocommerce-message{
	padding:1em 2em;
	margin:0 0 2em !important;
	position:relative;
	background-color:#f7f6f7;
	color:#515151;
	border-top:3px solid #a46497;
	list-style:none outside;
	width:auto;
	word-wrap:break-word
}
.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{
	clear:both
}
.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{
	float:right
}
.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{
	list-style:none outside!important;
	padding-left: 0!important;
	margin-left: 0!important;
    padding-top: 0!important;
}
.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{
	direction:ltr;
	unicode-bidi:embed
}
.woocommerce-message{
	border-top-color:#8fae1b
}
.woocommerce-info{
	border-top-color:#1e85be
}
.woocommerce-error{
	border-top-color:#b81c23
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid label{
    color: #a00;
}
p.price {
    display: none;
}
.mfp-title {
    display: none;
}
.pswp__caption__center {
    display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 30px;
}
ul.wc_payment_methods.payment_methods.methods{
    margin: 0 0 25px;
}
li.wc_payment_method img:first-child {
    margin-left: 15px;
}

.single-product .quantity{
    display: none
}
.single-product .price{
    font-family: 'Marcellus';
    font-size: 28px;
    letter-spacing: 1.65px;
    color: #7D7D7D;
    font-weight: 300;
    text-transform: uppercase;
}
.single-product .product_meta {
    display: none;
}

.woocommerce.single-product .product .yith-ywraq-add-to-quote {
    margin: 5px 0 30px;
}
.yith-ywraq-add-to-quote a, 
.yith_ywraq_add_item_browse_message a {
    font-size: 21px !important;
    font-weight: 400;
    margin: 15px auto 0;
    padding: 21px 15px;
    min-width: 185px;
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
}

.woocommerce.columns-3 ul.products li.product img{
    width: 100%;
}
.woocommerce.columns-3 ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.woocommerce.columns-3 ul.products li .button {
    font-size: 18px;
}

/*Reviews*/
#reviews{
	outline:none
}
#reviews #comments{
	padding-top:0
}
#reviews .comment-reply-title{
	display:none
}
#reviews .commentlist{
	list-style:none;
	margin-left:0
}
#reviews .commentlist li{
	margin-bottom:2.617924em;
	list-style:none;
	clear:both
}
#reviews .commentlist li:before, #reviews .commentlist li:after{
	content:"";
	display:table
}
#reviews .commentlist li:after{
	clear:both
}
#reviews .commentlist li .comment_container{
	border-radius:3px
}
#reviews .commentlist li .comment_container:before,#reviews .commentlist li .comment_container:after{
	content:"";
	display:table
}
#reviews .commentlist li .comment_container:after{
	clear:both
}
#reviews .commentlist li .comment_container .comment-text{
	width:81.8181818182%;
	float:right;
	margin-right:0
}
#reviews .commentlist li .comment_container .comment-text .star-rating{
	float:right;
	font-size:.875em;
	line-height:1;
	height:1em
}
#reviews .commentlist li:last-child{
	border-bottom:0;
	margin-bottom:0
}
#reviews .commentlist li time{
	opacity:.5;
	font-size:.875em
}
#reviews .commentlist li .avatar{
	width:9.0909090909%;
	float:left;
	margin-right:9.0909090909%;
	height:auto
}
#reviews .commentlist li p.meta{
	margin-bottom:1em
}
#reviews .commentlist li p.meta strong{
	line-height:1
}
#reviews .commentlist li p.meta time{
	display:block
}
#reviews .commentlist li p.meta .verified{
	font-style:normal;
	font-size:.875em
}
#reviews .commentlist li p.meta .woocommerce-review__dash{
	display:none
}
#reviews .commentlist li ul.children{
	margin:0;
	width:81.8181818182%;
	float:right;
	margin-right:0;
	padding-top:1.618em
}
#reviews .commentlist li ul.children .avatar{
	width:11.1111111111%;
	float:left;
	margin-right:11.1111111111%
}
#reviews .commentlist li ul.children .comment-text{
	width:77.7777777778%;
	float:right;
	margin-right:0
}
#reviews .commentlist li ul.children li{
	margin-bottom:1.618em
}
#reviews .commentlist li ul.children li:last-child{
	margin-bottom:0
}
#reviews .comment-form-rating{
	clear:both
}
#reviews .comment-form-rating label{
	display:block
}

.star-rating{
	overflow: hidden;
	position: relative;
	width: 83px;
    height: 15px;
    display: inline-block;
}
.star-rating:before,
.star-rating span:before{
	content: "";
    background-image: url('images/stars-empty.png');
	top: 0;
	left: 0;
	position: absolute;
    width: 100%;
    height: 100%;
}
.star-rating:before{
	opacity: .25;
	float: left
}
.star-rating span{
    background-image: url('images/stars-full.png');
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

p.stars{
	display:inline-block;
	margin:0
}
p.stars a{
	position:relative;
	height:1em;
	width:1em;
	text-indent:-999em;
	overflow:hidden;
	display:inline-block;
	text-decoration:none;
	font-weight:400
}
p.stars a:before{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:1em;
	height:1em;
	line-height:1;
	font-family:"Font Awesome 5 Free";
	content:"\f005";
	font-size:.95em;
	color:#43454b;
	text-indent:0;
	opacity:.25;
    font-weight: 600;
}
p.stars a:hover~a:before{
	color:#43454b;
	opacity:.25
}
p.stars.selected a.active:before{
	color:#7f54b3;
	opacity:1
}
p.stars.selected a.active~a:before{
	color:#43454b;
	opacity:.25
}
p.stars.selected a:not(.active):before{
	color:#7f54b3;
	opacity:1
} 
p.stars.selected a.active:before, p.stars:hover a:before, 
p.stars.selected a:not(.active):before, p.stars.selected a.active:before {
    color: #FCD500;
}

/*Tabs*/
ul.tabs.wc-tabs {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
    margin-top: 15px;
}
ul.tabs.wc-tabs li a{
    color: #757679;
}
ul.tabs.wc-tabs li.active a{
    color: #0051A2;
    font-weight: 600;
}
.woocommerce-Tabs-panel{
    padding: 25px 10px;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    margin-left: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}

/*Cart*/
.shop_table thead {
    background: #f2f2f2;
    color: #000;
}
.shop_table .product-remove{
    width: 55px;    
}
.shop_table .product-thumbnail img{
    width: 95px;
}
.shop_table th,
.shop_table td {
    padding: 10px
}
.shop_table tr {
    border-bottom: 1px solid #DCDCDC;
}
a.remove{
    background: #D31214;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 155px;
}
.cart_totals .woocommerce-shipping-totals ul{
    margin: 0;
}

/*Checkout*/
form.checkout.woocommerce-checkout h3 {
    font-size: 24px;
    text-transform: uppercase;
}
input#terms{
    display: inline-block;
}
ul.wc_payment_methods.payment_methods.methods{
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #cbcbcb;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 60px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}

/*My account*/
.woocommerce .woocommerce-MyAccount-navigation ul{
    margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
    border-bottom: 1px solid #cbcbcb;
    padding: 5px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    font-weight: bold;
}

/*
* Theme elements
*/
.theme-element .vc_row,
.theme-element .row{
    width: 100%;
    margin: 0 auto;
}
.theme-element .vc_row.vc_row-o-equal-height{
    max-width: 1180px;
}

/*
* Carousel
*/
.u22-carousel-logos-wrapper {
    margin: 40px auto;
    overflow: hidden;
}
.u22-carousel-logo {
    text-align: center;
    position: relative;
    display: inline-block;
}
.u22-carousel-logo img {
    height: 160px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto 20px;
}
.u22-carousel-logo a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*Testimonials*/
.u22-testimonial{
    text-align: center;
}
.testimonial-quote {
    font-style: italic;
}
span.testimonial-author,
span.testimonial-position {
    display: block;
}
.slick-dots{
    list-style: none;
    margin: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button{
    padding: 10px;
    line-height: 1;
    font-size: 0;
}

/**
* 9.1 Entry Header
* ----------------------------------------------------------------------------
**/

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}


/**
* 9.2 Entry Meta
* ----------------------------------------------------------------------------
*/

.entry-meta {
    clear: both;
    font-size: 14px;
}

.entry-meta a {
    color: #f07724;
}

.entry-meta a:hover {
    color: #8ac058;
}

.entry-meta > span {
    margin-right: 20px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.featured-post:before {
    content: "\f308";
    font-family: "Genericons";
    margin-right: 2px;
}

.entry-meta .date a:before {
    content: "\f303";
    font-family: "Genericons";
}

.comments-link a:before {
    content: "\f300";
    font-family: "Genericons";
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.entry-meta .author a:before {
    content: "\f304";
    font-family: "Genericons";
    position: relative;
    top: -1px;
}

.categories-links a:first-child:before {
    content: "\f301";
    font-family: "Genericons";
}

.tags-links a:first-child:before {
    content: "\f302";
    font-family: "Genericons";
    position: relative;
    top: -1px;
}

.edit-link a:before {
    content: "\f411";
    font-family: "Genericons";
    position: relative;
    top: 2px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}


/**
* 9.3 Entry Content
* ----------------------------------------------------------------------------
**/

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.entry-content blockquote {
    background: #e0e0e0;
    margin: 20px 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}

.entry-content ul,
.entry-content ol{
    margin: 0 0 35px 25px;
}
.entry-content li ul, 
.entry-content li ol {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 20px;
}
.entry-content li {
    margin-bottom: 0;
    padding-top: 10px;
}

.entry-content p {
    margin-bottom: 25px;
}

.entry-content body:not(.home) .section-book-now p,
body:not(.home) .entry-content .section-book-now p,
.entry-content .vc_grid-item .room-types p,
.vc_grid-item .entry-content .room-types p {
    color: #fff;
}

.entry-footer {
    margin-top: 25px;
}

.entry-footer * {
    font-size: 15px;
}

.entry-footer > span {
    margin-right: 8px;
}

.entry-footer .avatar {
    margin-right: 5px;
}

.entry-footer .posted-on .updated {
    display: none;
}

.entry-content >:last-child,
.entry-summary >:last-child,
body:not(.search-results) .entry-summary >:last-child,
.page-content >:last-child,
.comment-content >:last-child,
.textwidget >:last-child {
    margin-bottom: 0;
}

.more-link {
    white-space: nowrap;
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 15px 15px 0;
    width: 42px;
}

.author-description >:last-child {
    margin-bottom: 0;
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.75;
    margin: 0;
}

.author-bio {
    color: #686868;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 15px;
    overflow: hidden;
}

.author-link {
    white-space: nowrap;
}

.entry-attachment {
    margin-bottom: 15px;
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 15px;
}

.entry-caption >:last-child {
    margin-bottom: 0;
}

.content-bottom-widgets {
    margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
    margin-bottom: 30px;
}


/* Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 0;
    padding: 5px 10px;
    text-decoration: none;
}


/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    line-height: 1.473684211;
    margin-bottom: 12px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}

/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    line-height: 1.473684211;
    margin-bottom: 20px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}


/**
* 9.5 Post/Paging Navigation
* ----------------------------------------------------------------------------
**/

.post-navigation {
    border-bottom: 2px solid #e2e2e2;
    border-top: 2px solid #e2e2e2;
    clear: both;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 15px auto;
    padding: 5px 0;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6153846154;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.post-navigation .post-title {
    display: inline;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    font-size: 18px;
    padding: 0 5px;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #007acc;
}

.post-navigation div + div {
    border-top: 4px solid #1a1a1a;
}

.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.nav-links .page-numbers {
    margin-right: 15px;
}

.nav-links .page-numbers.current {
    color: #8ac058;
}

.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
}

.paging-navigation a {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

.paging-navigation .meta-nav {
    border-radius: 50%;
    color: #e63f2a;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    text-decoration: none;
}

.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}

.pagination{
    text-align: center;
    margin-top: 50px;
}
.pagination li {
    list-style: none;
    display: inline-block;
    line-height: 1;
    background: #D5C7E2;
}
.pagination li.active{
    background: #592C82;    
}
.pagination li a{
    color: #fff;
    padding: 10px 15px;
    display: block;
}

/**
* 9.6 Comments
* ----------------------------------------------------------------------------
**/

.comments-area {
    margin: 5% 7.6923% 5%;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 24px;
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 17px;
}

.comments-title {
    margin-bottom: 17px;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 24px 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 12px;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 6px;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 12px;
    position: relative;
    width: 28px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.comment-metadata,
.pingback .edit-link {
    font-size: 13px;
    line-height: 1.6153846154;
}

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

.comment-metadata a,
.pingback .comment-edit-link {
    color: #222977;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #8ac058;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 7px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 21px 17px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-top: 30px;
    padding: 7px 7px 6px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #8ac058;
    outline: 0;
}

.comment-form {
    padding-top: 24px;
}

.comment-form label {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6153846154;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    line-height: 1.6153846154;
    margin-bottom: 30px;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    margin: 0;
    padding-top: 24px;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #007acc;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #8ac058;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}


/**
* 9.7 Attachments
* ----------------------------------------------------------------------------
**/

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    float: left;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

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

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}


/**
* 9.8 Author Bio
* ----------------------------------------------------------------------------
**/

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    /* gallery & video post formats */
    width: 100%;
}

.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}

.single .author-info {
    padding: 50px 0 0;
}

.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0;
}

.single-format-status .author-description {
    color: #f7f5e7;
}

.author-description .author-title {
    clear: none;
    margin: 0 0 8px;
}

.author-link {
    color: #f07724;
    margin-left: 2px;
}

.author.archive .author-link {
    display: none;
}


/**
* 9.9 Archives
* ----------------------------------------------------------------------------
**/

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}

.sidebar .archive-meta {
    padding-right: 316px;
}


/**
* 9.10 Search Results/No posts
* ----------------------------------------------------------------------------
**/

.page-title {
    width: 100%;
}

.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}

.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}

.search-form input {
    padding: 6px;
}


/**
* 9.11 404
* ----------------------------------------------------------------------------
**/

.error404 .page-title {
    margin: 0;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    width: auto;
}

.error404 .page-title:after {
    color: #454545;
    content: "\f423";
    font-family: "Genericons";
    font-size: 25vw;
    line-height: 1;
    left: 0px;
    overflow: hidden;
    width: 100%;
    right: 0;
    top: 25px;
    display: block;
}

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

.error404 .page-header p,
.error404 .page-content p {
    text-align: center;
}


/**
* 9.12 Multisite
* ----------------------------------------------------------------------------
**/

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.mu_alert {
    margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}

.site-main .mu_register input[type="submit"] {
    width: auto;
}


/**
* 10.0 Sidebar
* ----------------------------------------------------------------------------
**/

.sidebar-container ul li {
    list-style-position: inside;
}

/**
* 11.0 Footer site-footer
* ----------------------------------------------------------------------------
**/

.site-footer {
    position: relative;
}

.site-footer ul[class*='menu']{
    margin-bottom: 44px;
}
.site-footer ul[class*='menu'] li {
    padding: 0 10px;
    display: inline-block;
    margin-left: -4px;

}
.site-footer ul[class*='menu'] li a{
    text-transform: uppercase;
    color: #000;   
    font-weight: 800;
    letter-spacing: 1px; 
}
.site-footer ul[class*='menu'] li:hover a {
    box-shadow: inset 200px 0 0 0 #000;
    color: white !important;
    padding: 5px 10px;
}

.site-footer .widget a:hover {
    color: #8ac058;
}

.site-footer-menu .sub-menu{
    display: none;
}

.up {
    position: fixed;
    right: 2%;
    bottom: 0;
    z-index: 2;
    width: 55px;
}

.social-sidebar{
    position: fixed;
    right: 0;
    z-index: 2;
    top: 45%;
}
.social-sidebar ul.social-networks li {
    display: block;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 7px;
}
.social-sidebar ul.social-networks li i{
    /* color: #000; */
    font-size: 30px;
}

.footer-bottom .company-info{
    margin-bottom: 40px;
}
.footer-bottom ul.social-networks li{
    border: 1px solid #000;
    margin: 0 6px;
    width: 41px;
    height: 41px;
    line-height: 36px;
}
.footer-bottom ul.social-networks i{
    /* color: #000; */
}
.footer-bottom ul.social-networks  li.facebook{
    border-color: #3b5998;
}
.footer-bottom ul.social-networks li.instagram{
    border-color: #cd486b;
}
.footer-bottom ul.social-networks li:hover{
    background: #000;
}
.footer-bottom ul.social-networks li:hover i{
    color: #fff;
}

.copyright p{
    font-size: 16px;
    font-family: 'Oxygen';
}

/*
* Gravity Forms
*/
/*.gform_wrapper .top_label .gfield_label{
    display:none !important;
}*/
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 4px 0 0 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background:initial;
    border: 0;
}
.gform_wrapper li.gfield.gfield_error input[type=email], .gform_wrapper li.gfield.gfield_error input[type=number], 
.gform_wrapper li.gfield.gfield_error input[type=password], .gform_wrapper li.gfield.gfield_error input[type=tel], 
.gform_wrapper li.gfield.gfield_error input[type=text], .gform_wrapper li.gfield.gfield_error input[type=url], 
.gform_wrapper li.gfield.gfield_error textarea{
    background:#A71933;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin:0 1em 0 0;
}
.gf_left_half {
    float: left;
}
body .gform_wrapper label.gfield_label+div.ginput_container{
    margin:0 0 8px 0 !important;
}

body #page .gform_wrapper ul li.gfield{
    margin-top: 0;
    padding-right: 0;
}
body #page .gform_wrapper.gf_browser_chrome select {
    padding: 6px 0 7px 3px;
    margin-top: 2px;
}
 #page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    margin-bottom: 0;
    margin-top: 2px;
}

/**
 * 11.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (min-width: 1600px) {
    /*Bigger than 1600*/
}

@media screen and (min-width: 1366px) {
    .primary-menu > li > a {
        padding-left: 0;
    }
    .widget-footer-top {
        margin-left: 5%;
        max-width: 35%;
    }
}

@media screen and (max-width: 1366px) {
    h1 {
        font-size: 50px;
        line-height: 52px;
    }
    
    h2 {
        font-size: 48px;
        line-height: 50px;
    }
    
    h3 {
        font-size: 45px;
    }
    
    h4 {
        font-size: 38px;
        line-height: 40px;
    }
    
    h5 {
        font-size: 28px;
        line-height: 30px;
    }
    
    h6 {
        font-size: 21px;
    }
    
    p {
        font-size: 18px;       
    } 
}

@media screen and (max-width: 1200px) {
    .lang-widget button,
    .lang-widget aside{
        display: inline-block !important;
    }
    h1 {
        font-size: 46px;
        line-height: 50px;
    }
    
    h2 {
        font-size: 43px;
        line-height: 45px;
    }
    
    h3 {
        font-size: 40px;
    }
    
    h4 {
        font-size: 30px;
        line-height: 34px;
    }
    
    h5 {
        font-size: 28px;
        line-height: 30px;
    }
    
    h6 {
        font-size: 16px;
    }
    
    p {
        font-size: 16px;       
    } 
}

@media screen and (max-width: 1024px) {
    .primary-menu > li > a {
        padding-right: 12px;
    }
    .widget-header-right {
        top: 20px;
    }
}

/*Tablet devices*/

@media screen and (max-width: 990px) {
    .single .article-container,
    .single .sidebar-container,
    .template-internal #main,
    .template-internal .sidebar-container {
        float: none;
        margin: 0 auto 35px;
        width: 100% !important;
    }
    .home .page-title-container .center-page {
        padding: 0;
    }
    .home .page-title-container .entry-header {
        background: rgba(0, 0, 0, 0.3);
        min-width: 100%;
        text-align: center;
    }
    .internal-slider img {
        min-height: 300px;
    }
    .template-internal .slider {
        margin: auto;
        position: unset;
        width: auto;
    }
    .template-internal #main, .single .article-container, .archive .article-container, .blog .article-container, .category .article-container, .search .article-container,
    .template-internal .sidebar-container, .single .sidebar-container, .archive .sidebar-container, .blog .sidebar-container, .category .sidebar-container, .search .sidebar-container{
        width:100%;
    }
    .move-up .vc_figure {
        margin-top: -100px !important;
    }
}

@media screen and (max-width: 940px) {
    .move-up .vc_figure {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}

/* Mobile devices */

@media screen and (max-width: 767px) {
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .center-mobile,
    .center-mobile *{
        text-align: center !important;
    }
    /* h1 {
        font-size: 24px;
        line-height: 24px;
    }
    
    h2 {
        font-size: 22px;
        line-height: 22px;
    }
    
    h3 {
        font-size: 20px;
        line-height: 20px;
    }
    
    h4 {
        font-size: 18px;
        line-height: 18px;
    }
    
    h5 {
        font-size: 16px;
        line-height: 16px;
    }
    
    h6 {
        font-size: 14px;
        line-height: 14px;
    }
    
    p {
        font-size: 14px;
        line-height: 14px;        
    }  */

    div[class*="vc_custom"]:not(.custom-text) {
        /* padding-left: 15px !important;
        padding-right: 15px !important; */
        margin: 0 auto !important;
    }
    .content-column{
        max-width: 100% !important;
    }

    /* Override VC Elements */
    .vc_gitem-col.col-post-right-image {
        position: relative;
    }
    .footer-top div[class*="col-"]{
        width:100%;
        margin: 20px 0;
    }

    .video-content .video-text.bottom-right {
        bottom: 45px;
    }
    .video-content.text-position-top .play-button {
        top: 230px;
    }
}

@media screen and (max-width: 640px) {
    body #page .gform_wrapper ul li.gfield {
        width: 100%;
    }
    body #page .gform_wrapper ul li.gfield {
        margin-top: 0;
    }
    body #page .gform_wrapper.gf_browser_chrome select{
        padding-bottom: 0;
    }
    .video-content .video-text {
        position: static;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    .video-content .play-button {
        top: 0 !important;
        bottom: 0 !important;
    }
    .video-content .video-text *{
        color: #000;
    }
    .video-content .video-text.bottom h6{
        color: #fff;
    }
    img.wplg-default-thumbnail.wplg-gallery-thumbnail {
        height: 150px !important;
    }
    .wpb_wrapper ul.company-info {
        flex-direction: column;
    }
    .wpb_image_grid .wpb_image_grid_ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    h2{
        font-size: 32px;
    }
    h3{
        font-size: 30px;
    }
    .header-top-right {
        float: none;
        text-align: center;
    }
    .header-top-right ul li {
        display: block;
    }
    .header-top-right ul li:after {
        display: none;
    }
    .header-top {
        /* flex-direction: column; */
        padding: 10px 0;
    }
    .header-right.text-right {
        text-align: right;
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width: 320px) {

}