/*!
Theme Name: Vast
Theme URI: http://underscores.me/
Author: Vast
Author URI: http://vast.dev
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vast
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Vast is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
/*	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: normal;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4169e1;
}

/*a:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active {
	/*color: #191970;*/
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: normal;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*Vast custom styles*/







/*
@font-face {
    font-family: 'Butler';
    src: url('http://localhost/vast/wp-content/themes/vast/fonts/Butler-Medium.woff') format('woff'),
         url('http://localhost/vast/wp-content/themes/vast/fonts/Butler-Medium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}*/

/*



font-family: questa-grande, serif;

font-weight: 400;

font-style: normal;




Nimbus Sans Regular

font-family: nimbus-sans, sans-serif;

font-weight: 400;

font-style: normal;


Nimbus Sans Bold

font-family: nimbus-sans, sans-serif;

font-weight: 700;

font-style: normal;


/*custom grid desktop start*/

.whole, .full{
  width: 100%;
}

.half{
  width: 50%;
}

.one-third{
  width: 33.3332%;
}

.two-thirds{
  width: 66.6665%
}

.one-quarter{
  width: 25%;
}

.three-quarters{
  width: 75%;
}

.one-fifth{
  width: 20%;
}

.two-fifths{
  width: 40%;
}

.three-fifths{
  width: 60%;
}

.four-fifths{
  width: 80%;
}

/*custom grid desktop end*/











.wrappp{
    max-width: 1100px!important;
}

.home{


    margin: 0;
    height: 100%;
}


article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary{
        /*line-height: 0;*/
}

#main{
        line-height: inherit;

}

#primary{
        /*line-height: 0;*/
}


html{
    margin: 0;
    height: 100%;
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px !important;
    font-style: normal;


    font-family: nimbus-sans, sans-serif;

	font-weight: 400;
	font-style: normal;




    font-size: 20px;
    line-height: 0px;
        color: #211E1F;
    letter-spacing: 0px;
}


p{

}



body {
    /*background: rgb(45, 45, 45);*/
    /*background: white;*/
    background: #FFF;
    
    margin: 0px;
    -webkit-text-size-adjust: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /*line-height: 0;*/
    margin: 0px!important;
}


.page-id-8 {

    /*background: #211E1F;*/

}





header{
/*    z-index: 3000;
    position: absolute;
    color: white!important;
    width: 100%;
    height: 50px;*/
}

header a{
    color: inherit!important;
    display: block;
}

footer{

}

footer a{
    /*color: #e4e4e4;*/
}

footer a:hover{
    /*color: #FFFF10;*/
}

h1, h2, h3, h4, h5, h6, p, pre {
    margin: 0px 0px 0px 0px;

}


h1, h2, h3, h4, h5, h6{
    font-weight: 400;
    font-family: questa-grande, serif;
    margin-bottom: 30px;
}


h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: questa-grande, serif;
}


h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: nimbus-sans, sans-serif;
}

h3 a{
    color: #3097CC;
}


:focus {
    outline: -webkit-focus-ring-color auto 0px!important;
}


img {
    border: 0;
    -ms-interpolation-mode: bicubic;
/*    max-width: 100%!important;
    height: auto;*/
}


a {
color: inherit;
text-decoration: none;
/*font-family:"SizmoW01Regular";*/
/*text-decoration: underline;*/
/*color: #3e68ca;*/

}

a:focus {
  outline: none!important;
}


b, strong {
    font-style: normal;
    font-weight: 700;
}


strong{

    font-style: normal;
    font-weight: 700;
}



p{
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;


}



input, select, textarea{
  max-width: 100%!important;
}


ul, menu, dir{
  webkit-margin-before: initial;
    -webkit-margin-after: initial;
    -webkit-margin-start: initial;
    -webkit-margin-end: initial;
    -webkit-padding-start: initial;
    /* float: left; */
    /*line-height: 0;*/
    text-align: left;
        -webkit-margin-before: 0em;
}

li{
    line-height: inherit;
    margin-left: 20px;
    margin-bottom: 5px;
}

article{


    padding-bottom: 0px;
    padding-top: 0px;
}

figure{
/*    width: 100%!important;
    max-width: 100%!important;
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;*/
}

figure img{

}


figcaption{
/*    color: #4A4A4A;
    font-size: 14px;
    line-height: 19px;
    background-color: white;
    position: absolute;
    padding: 20px;
    bottom: 50px;
    right: 0px;
    max-width: 300px;*/
}


.wp-caption-text{
    color: #4A4A4A;
    font-size: 14px;
    line-height: 19px;
    background-color: #ffffffbd;
    position: absolute;
    padding: 20px;
    bottom: 50px;
    right: 50px;
    max-width: 300px;

    display: none;
}


.caption_custom{
    color: #4A4A4A;
    font-size: 14px;
    line-height: 19px;
    background-color: white;
    position: absolute;
    padding: 20px;
    bottom: 50px;
    right: 0px;
    max-width: 300px;
}




.site-header{
	    /*margin-bottom: 100px;*/
}


#page{
  overflow: hidden;
}

#content{
  /*margin-top: 80px;*/
  /*overflow: hidden;*/

}




.page-id-8 .container  {
/*	background: linear-gradient(0deg, #00abea00 0%, #211E1F 100%);
	height: 124px;*/
}




.container {
    position: fixed;
    width: 100%;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background: #ffffffde;
    transition: all 1.5s ease;
    height: 100px;
    
}


.container_inner{

    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    clear: both;

}


/*.page-id-8 .container {
    background: rgba(255, 255, 255, 0.0);
}

*/



.scrolled{
    /*background-color: rgb(250 250 250 / 15%);*/
    transition: all 1.5s ease;
}












/*custom nav menu start*/


/*site logo*/

.site_logo{
    position: relative;
    top: 3px;
    left: 20px;
    width: 260px;
    z-index: 999;
    text-align: center;
    float: left;
}



.home_logo {
	display: none;
}

.main_logo {
	display: block;
    width: 250px;
    image-rendering: -webkit-optimize-contrast;
}



/*
.page-id-8 .home_logo {
	display: block;
}

.page-id-8 .main_logo {
	display: none;
}
*/


/*.site_logo {

    background-color: #1E1E1E;

    -webkit-mask: url(http://localhost/vast/wp-content/uploads/2020/04/cloud_shop_logo_2020.svg) no-repeat center;

    mask: url(http://localhost/vast/wp-content/uploads/2020/04/cloud_shop_logo_2020.svg) no-repeat center;

}*/


.site_logo_open  {

	/*background-color: white;*/

}




/* Burger */

/* Relative Code Starts Here */

#top-nav {
	position: fixed;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14),0px 0px 5px rgba(0, 0, 0, 0.14);
}

.nav-menu {
    /* width: 100%; */
    background: none;
    height: 80px;
    top: 21px;
    right: 15px;
    -webkit-transition: width 0.2s ease, height 0.4s ease;
    -moz-transition: width 0.2s ease, height 0.4s ease;
    -o-transition: width 0.2s ease, height 0.4s ease;
    transition: width 0.2s ease, height 0.4s ease;
    position: relative;
    float: right;
}

.open {
	position: fixed;
	background-color: white;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}

.menu-list {
	opacity: 1; 
	text-align: center;
	

}

.list-open {
    opacity: 1!important;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.64s ease;
    -webkit-transition-delay: 0.34s;
    -moz-transition-delay: 0.34s;
    -o-transition-delay: 0.34s;
    transition-delay: 0.34s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative!important;
    clear: both;
    height: auto;
    padding-top: 150px;

}

/*.page-id-8 .menu-list li  {
	color: white;
}
*/



.menu-list li {

    float: left;
    background: none;
    color: #211E1F;
    display: block;
    text-align: left;
    padding: 4px 0px 0px 0px;
    margin: 20px;
    font-size: 17px;
    line-height: 12px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    /* color: black; */
    font-style: normal;
}

.menu-list li:hover {
	/*background: #fff;*/
	/*color: black;*/
	cursor: pointer;
}


.menu-list li a{
	padding-bottom: 10px;
}

li .social-icons:hover {
	background: none;
}

.social-icons {
	margin-top: 20px;
	font-size: 24px
}

.social-icons a {
	margin: 18px;
	color: #fff;
}



.sub-menu{
	width: 224px;
	/*margin-top: 25px;*/
	height: 0;
    opacity: 0;
    margin-left: -20px;
    background: white;
    display: none;
    position: absolute;
    z-index: -99999;
    transition: opacity .3s;
}

.menu-item-has-children{
	/*opacity: 0;*/
}


/*.page-id-8 .menu-item-has-children:hover .sub-menu{
    background: #211E1F;
}*/


.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	height: auto;
	background: #fff;
    z-index: 99999;
	display: block;
	transition: opacity .3s;
}


/*
.page-id-8 .current-menu-item{
    color: #ffffff!important;
border-bottom: 6px solid #39B149;
}
*/

.current-menu-item{
    /*color: #ffffff!important;*/
border-bottom: 6px solid #39B149;
}


#burger-wrap {

    display: none;

    position: fixed;
    top: 0;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 80px;
}

.burger {
	position: fixed;
    top: 10px;
    right: 33px;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 80px;
	border-radius: 50%;
	border: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: transparent;
}

.burger span {
	width: 30px;
	display: block;
	position: absolute;
	top: 28px;
	left: 16px;
	right: 16px;
	height: 3px;
	background-color: #211E1F;
	border-radius: 15px;
	-webkit-transition: background 0.3s .3s;
	transition: background 0.3s .3s;
	-o-transition: background 0s 0s;
	-webkit-transition-delay: 0.4s,0s;
	transition-delay: 0.4s,0s;
}



/*home page ID cutsom css*/

/*.page-id-8 .burger span {

	background-color: white;

}



.page-id-8 .burger span::after, .page-id-8 .burger span::before {

	background-color: white;
}
*/


.open .burger span {
	background: 0 0 transparent;
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-o-transition: all 0s ease;
	-webkit-transition-delay: 0s,0s;
	transition-delay: 0s,0s;
}

.burger span::after,
.burger span::before {

  position: absolute;
  display: block;
  left: 0;
  /*width: 100%;*/
  height: 3px;
  background-color: #211E1F;
  content: "";
	border-radius: 5px;
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: 0.4s,0s;
  transition-delay: 0.4s,0s;
}

.burger span::before {
	width: 30px;
	top: -8px;
	-webkit-transition-property: top,-webkit-transform;
	transition-property: top,transform;
}

.burger span::after {
	width: 30px;

	bottom: -8px;
	-webkit-transition-property: bottom,-webkit-transform;
	transition-property: bottom,transform;
}

.open .burger span::after,
.open .burger span::before {

	-webkit-transition-delay: 0s,.4s;
	transition-delay: 0s,.4s;
	background-color: #211E1F;

	width: 31px;
}

.open .burger span::before {

	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .burger span::after {
	bottom: 1px; /* Fix for codepen, set to zero for normal use */
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Disable scrollbar on Chrome and Safari browsers! */

/*html::-webkit-scrollbar { width: 0 !important; height: 0 !important; }*/

/*custom nav end*/



/*mobile menu css*/
@media screen and (max-width: 1025px) {

.nav-menu {
    

}

.menu-list {
    opacity: 0; 
        position: absolute;
}

.menu-list li {
    float: none;
}


.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    background: #ffffff00;
    display: block;
    position: absolute;
}


.sub-menu {
    opacity: 1;
    background: #ffffff00;
    display: block;
    position: absolute;
}



#burger-wrap {
    display: block;
}




.site_logo {
	width: 225px;
    top: 7px;
    left: 20px;
}

.burger {
    right: 10px;
    top: 23px;
}

.burger span{
	width: 30px;
	height: 2px;
}

.burger span::before {
    width: 30px;
    height: 2px;
}

.burger span::after {
    width: 30px;
    height: 2px;
}


/*mobile menu*/

.menu-list li {
    font-size: 25px;
    line-height: 40px;
    /* color: white; */
    text-align: center;
}







}





/*flexible fields start*/



.flexible_content_area_spacer{
    position: relative;
    height: 40px;
    width: 40px;
}


.flexible_content_area_full_width{
	max-width: 100%;
	margin: 0 auto;

}

.flexible_content_area_limited_width{
	max-width: 800px;
	margin: 0 auto;
}

.flexible_content_area_main_limited_width p{
    font-size: 20px;
    line-height: 21px;
    width: 100%;
    float: left;
    display: inline-block;
    font-weight: 400;
    margin-top: 30px;
    color: #211E1F;
}

.flexible_hero_a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    /*height: calc(100vh + -108px);*/
    overflow: hidden;
}

.flexible_hero_a_title_wrapper{
    position: relative;
    width: 100%;
    max-width: 1000px;
    z-index: 1;
}


.flexible_hero_a_title{
    float: left;
    text-align: left;
    font-size: 90px;
    line-height: 81px;
    font-family: questa-grande, serif;
    font-style: normal;
    margin-bottom: 20px;
    color: #211E1F;
    border-top: 9px solid #39B149;
    padding-top: 18px;
    margin-top: 20px;
    transition: all 200ms;
}

.flexible_hero_a_subtitle{
    width: 100%;
    text-align: left;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #8D8D8D;
    margin-bottom: 20px;
    float: left;
    transition: all 200ms;
}

.flexible_hero_a_subtitle p{
    max-width: 750px;
}


.flexible_hero_a_image{
    width: 100%;
}

.flexible_hero_a_image img{
    width: 100%;
}


.flexible_hero_a_image p{
	width: 100%;
    height: 100vh;
}


#home_video{
    height: 100vh;
    object-fit: contain;
    /* object-fit: fill; */
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;

    opacity: .6;
}









.flexible_hero_b{

    position: relative;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
    /* max-height: 300px; */
    height: 0;
    padding-bottom: 23%;
    overflow: hidden;
}

.flexible_hero_b_title_wrapper{
    width: 1050px;
    justify-content: left;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0 auto;
    color: #FCE254;
}


.flexible_hero_b_title{
	font-size: 53px;
    line-height: 47px;
    font-weight: 400;
    max-width: 50%;

}

.flexible_hero_b_subtitle{
display: none;
}


.flexible_hero_b_image{


}

.flexible_hero_b_image img{
    width: 100%;
   -webkit-filter: grayscale(100%) brightness(83%);
}


/*.flexible_hero_b_image_mobile{
	-webkit-filter: grayscale(100%) brightness(83%);
	display: none;
}

*/










.flexible_portfolio_grid{
    display: inline-block;
    width: 100%;
    padding: 20px 0px 20px 0px;
}


.flexible_portfolio_grid_inner{
    max-width: 1240px;
    padding: 0px 10px;
    margin: 0 auto;
        display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.flexible_portfolio_grid_repeater{
    width: calc(50% + 0px);
    padding: 0px 10px 50px 10px;
    overflow: hidden;
    position: relative;
    float: left;
}


.flexible_portfolio_grid_repeater_image{
    width: 100%;
    height: auto;
}

.flexible_portfolio_grid_repeater_image img{
	height: 100%;
    object-fit: cover;
    z-index: 0;
}


.flexible_portfolio_grid_repeater_title{
    width: 100%;
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0px;
}

.flexible_portfolio_grid_repeater_text{
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px;
}


.flexible_portfolio_grid_repeater_button {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 22px;
}


.flexible_portfolio_grid_repeater_button a{

    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 3px 15px 3px 15px;
    border: 2px solid #211E1F;
    border-radius: 2px;
    width: fit-content;
    background-color: #00abea00;
    transition: all 200ms;

}

.flexible_portfolio_grid_repeater_button a:hover{

    border: 2px solid #22263B;
    color: white;
    background-color: #22263B;
    transition: all 200ms;
}















.flexible_gallery_a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0px 10px 0px 10px;
    background-color: white;
}

.flexible_gallery_a_inner{
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.flexible_gallery_a_gallery_image{
    width: 33.3334%;
    padding: 10px;
}









.flexible_gallery_b{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 70px 0px 70px 0px;
    display: flex;
    width: calc(100% + 25px);
}

.flexible_gallery_b_inner{
	max-width: 1800px;

	    display: flex;
    width: 100%;
}

.flexible_gallery_b_gallery_image_wrapper{
    width: 33.33333%;

        overflow: hidden;
    /*border-radius: 5px;*/
    /*margin: 0 0 8px 8px;*/
    background-color: #333;
    color: white;
    position: relative;
}

.flexible_gallery_b_gallery_image{
    object-fit: cover;
    width: 100%;
    height: 100%;

    vertical-align: middle;
    max-width: 100%;
}





.grid-sizer2,
.grid-item2 { 

	width: calc(33.3334% + -15px);
    margin-bottom: 15px;
}



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





    .grid-sizer2,
    .grid-item2 { 


        width: calc(50% + -15px);
    }





}




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

    .grid-sizer2,
    .grid-item2 { 


        width: calc(100% + -15px);
    }

}










.flexible_quote_block{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
	padding: 100px 20px 60px 0px;
    background-color: #1D1D1D;
    color: white;
}


.flexible_quote_block_inner{
	max-width: 1200px;
	width: 100%;
}

.flexible_quote_block_quote{
    color: white;
    border-left: 5px solid #FFFF10;
    font-family: 'Butler';
    text-align: left;
    font-size: 55px;
    line-height: 48px;
    padding-left: 40px;
    padding-right: 30px;
    margin-bottom: 45px;
    max-width: 900px;
}


.flexible_quote_block_name{
	color: white;
	font-family: 'Brutal_Type_W00_ExtraBold';
	font-size: 25px;
	line-height: 20px;
	    padding-left: 40px;
	margin-bottom: 5px;

}

.flexible_quote_block_sub_name{
	color: white;
	font-family: 'Brutal_Type_W00_ExtraBold';
	font-size: 15px;
	line-height: 20px;
	    padding-left: 40px;

}


















/*flexible slick slider*/
/*
.flexible_slider_portfolio{
	background-color: #1E1E1E;
    padding: 0px 0px;
    height: calc(100vh + -50px);

}


.flexible_slider_portfolio_button_block{
    height: calc(100vh + -50px);
    width: 100%;
    padding: 0% 10%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.flexible_slider_portfolio_button_block_layout{

    width: 33%;
    min-width: 300px;
    float: left;
    display: block;
    text-align: center;
        padding: 10px 0px 10px 0px;
}

.flexible_slider_portfolio_button{
    font-size: 55px;
    line-height: 67px;
    font-weight: normal;
    color: white;
    text-align: center;
	transition: all 400ms;

}

.flexible_slider_portfolio_button:hover{
    color: #00ABEA;
	transition: all 200ms;
}




.flexible_slider_portfolio_cover{
        background: linear-gradient(0deg, #00abea45 0%, #211E1Fa6 100%);
    height: calc(100vh + -50px);
    width: 100%;
background-color: #faebd75c; 
    z-index: 1;
    position: absolute;
}



.slick-slider{
	max-width: 100%;
	margin: 0 auto!important;
}


.slick-list {
    width: calc(100% + -0px);
    margin: 0 auto!important;
}

.slider-nav{
	display: none!important;
}

.slick-slide img {
	width: 100%;
    height: calc(100vh + -50px);
    object-fit: cover;
}

.slick-prev:before, .slick-next:before {

    font-family: nimbus-sans, sans-serif!important;
    font-size: 40px!important;
    line-height: 1!important;
    opacity: 1!important;
    color: white;

}




.slick-prev  {
    left: -15px!important;
}

.slick-prev:before {
    content: '<'!important;
}

.slick-next {
    right: -15px!important;
}

.slick-next:before {
    content: '>'!important;
}


*/










/*flexible slick slider*/

.flexible_slider_portfolio2{
	background-color: white;
    padding: 0px 0px;
    height: calc(80vh + -50px);
/*margin-top: -100px;*/
margin-bottom: 60px;
}


.flexible_slider_portfolio2_cover{
/*	background: linear-gradient(0deg, #00abea00 0%, #211E1F 100%);
    height: 185px;
    width: 100%;
    z-index: 1;
    position: absolute;*/
}


/*.flexible_slider_portfolio2_title{
	position: absolute;
    display: inline-block;
    right: 0%;
    bottom: -56px;
    background-color: #ffffff;
    width: 750px;
    border-top: 11px solid #39B149;
    padding: 31px 30px;
    font-size: 62px;
    line-height: 63px;
    letter-spacing: -3px;
    font-weight: 400;
    font-family: questa-grande, serif;
    z-index: 999999;
}*/

.flexible_slider_portfolio2_title {
    position: absolute;
    display: inline-block;
    right: 0%;
    bottom: -56px;
    background-color: #ffffff;
    width: 850px;
    border-top: 11px solid #39B149;
    padding: 23px 38px 28px 38px;
    font-size: 62px;
    line-height: 65px;
    letter-spacing: -3px;
    font-weight: 400;
    font-family: questa-grande, serif;
    z-index: 999999;
}




.flexible_slider_portfolio2_slides_cta_area{
    position: absolute;
    display: inline-block;
    right: 0%;
    bottom: -5%;
    background-color: #ffffff;
    width: 750px;
    border-top: 11px solid #39B149;
    padding: 35px 30px;
	display: none;

}

.flexible_slider_portfolio2_slides_title{
	position: absolute;
    display: inline-block;
    right: 0%;
    bottom: -56px;
    background-color: #ffffff;
    width: 750px;
    border-top: 11px solid #39B149;
    padding: 31px 30px;
    /* width: 100%; */
    font-size: 69px;
    line-height: 67px;
    letter-spacing: -3px;
    font-weight: 400;
    /* position: relative; */
    font-family: questa-grande, serif;
    z-index: 999999;

}

.flexible_slider_portfolio2_slides_subtitle{
	width: 100%;

	font-size: 25px;
	line-height: 25px;
	font-weight: 400;

	position: relative;
	float: left;
	display: inline-block;
	padding-bottom: 15px;
	display: none;
}

.flexible_slider_portfolio2_slides_text{
	width: 100%;

	font-size: 20px;
	line-height: 21px;
	position: relative;
	float: left;
	display: inline-block;
	padding-bottom: 20px;
	display: none;

}


.flexible_slider_portfolio2_slides_button{
	position: relative;
    float: left;
    display: inline-block;
    border: 3px solid #211E1F;
    background-color: #211E1F;
    color: white;
    padding: 8px 20px 12px 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    transition: all 200ms;
	display: none;

}

.flexible_slider_portfolio2_slides_button:hover{
    background-color: white;
    color: #211E1F;
    transition: all 200ms;
}



.flexible_slider_portfolio2_slides_image{
display: block;
}

.flexible_slider_portfolio2_slides_image_mobile{
display: none;
}


.slick-slider{
	max-width: 100%;
	margin: 0 auto!important;
}


.slick-list {
    width: calc(100% + -0px);
    margin: 0 auto!important;
}

.slider-nav{
	display: none!important;
}

.slick-slide img {
	width: 100%;
    height: calc(80vh + -50px);
    object-fit: cover;
}

.slick-prev:before, .slick-next:before {
    font-family: nimbus-sans, sans-serif!important;
    font-size: 40px!important;
    line-height: 1!important;
    opacity: 1!important;
    color: white;
}

.slick-prev  {
    left: -15px!important;
}

.slick-prev:before {
    content: '<'!important;
}

.slick-next {
    right: -15px!important;
}

.slick-next:before {
    content: '>'!important;
}


.slick-dots {
	bottom: 25px!important;
    left: 50px!important;
    width: 100px!important;
    font-size: 34px!important;
    z-index: 99999!important;
}


.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #39B149!important;
}


.slick-dots li button:before {
    font-size: 51px!important;
    text-align: center!important;
    opacity: 1!important;
    color: white!important;
}









/*

.flexible_slider_portfolio_b{
	background-color: #1E1E1E;
    padding: 0px 0px;
    height: calc(66vh + -50px);

}

.flexible_slider_portfolio_b_inner{

}



.flexible_slider_portfolio_b_cover{
background: linear-gradient(0deg, #00abea45 0%, #211E1F4a 100%);
    height: -webkit-fill-available;
    width: 100%;
    z-index: 1;
    position: absolute;
}




.slider-nav_b{
	display: none!important;
}





.flexible_slider_portfolio_b .slick-slide img {
    width: 100%;

     height: -webkit-fill-available; 
     object-fit: cover; 
}


.flexible_slider_portfolio_b_images_text_wrapper{
	position: absolute;
    color: white;
    white-space: inherit;
    z-index: 999999999999;
    width: 100%;
    max-width: 700px;
    height: 100%;
    transform: translate(calc(50% - 200px), calc(50% - 100px));
}



.flexible_slider_portfolio_b_images_caption{
    font-size: 50px;
    line-height: 49px;
    font-family: nimbus-sans, sans-serif;
    font-weight: normal;
}


.flexible_slider_portfolio_b_images_title{
font-size: 25px;
    line-height: 25px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    padding-top: 22px;
}


.slick-dots {
    bottom: 80px!important;
    font-size: 34px!important;
    z-index: 99999!important;
}


.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #c5c5c5!important;
}


.slick-dots li button:before {
    font-size: 51px!important;
    text-align: center!important;
    opacity: 1!important;
    color: white!important;
}


*/






.flexible_center_section1{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 70px 20px 70px 20px;
}



.flexible_center_section1_inner{
	max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flexible_center_section1_inner_a{
    flex-direction: row;
    width: 100%;
}

.flexible_center_section1_title{
    font-size: 49px;
    line-height: 56px;
}

.flexible_center_section1_text{
    font-family: questa-grande, serif;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flexible_center_section1_text a{

}


.flexible_center_section1_text >  ul {
	list-style-type: none;
}

.flexible_center_section1_text *  li {
	margin-bottom: 10px;
}

.flexible_center_section1_text * li:before {
    display: inline-block;
    margin-right: 13px;
    line-height: 7px;
    margin-bottom: 8px;
    margin-left: -30px;
    content: "\2043";
    vertical-align: middle;
    color: #FFFF10;
    font-size: 50px;
}


.flexible_center_section1_inner_b{
    max-width: 700px;
    clear: both;
    display: inline-block;
    position: relative;
    padding-top: 30px;
}




.flexible_center_section1_image_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.flexible_center_section1_image{
	width: 100%;
    /*background-color: #211E1F;*/
}

.flexible_center_section1_image img{
	/*mix-blend-mode: hard-light;*/
	image-rendering: -webkit-optimize-contrast;
}














.flexible_center_section2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 100px 20px 100px 20px;
    background-color: #1D1D1D;
    color: white;
}



.flexible_center_section2_inner{
    display: flex;
    max-width: 1130px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.flexible_center_section2_inner_a{
    flex-direction: row;
  	width: calc(100% + -300px);
}

.flexible_center_section2_title{
    font-size: 49px;
    line-height: 56px;
    margin-bottom: 50px;
}

.flexible_center_section2_text{
    font-size: 25px;
    line-height: 28px;
    margin-left: 100px;
}

.flexible_center_section2_text a{

}


.flexible_center_section2_text >  ul {
  list-style-type: none;
}

.flexible_center_section2_text *  li {
  margin-bottom: 20px;
}

.flexible_center_section2_text * li:before {
    display: inline-block;
    margin-right: 13px;
    line-height: 7px;
    margin-bottom: 8px;
    margin-left: -30px;
    content: "\2043";
    vertical-align: middle;
    color: #FFFF10;
    font-size: 50px;
}


.flexible_center_section2_inner_b{
  	width: 300px;
  	padding-left: 20px;
    clear: both;
    display: inline-block;
    position: relative;
}




.flexible_center_section2_image_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.flexible_center_section2_image{
 	width: 100%;
    /*background-color: #211E1F;*/
}

.flexible_center_section2_image img{
    /*mix-blend-mode: hard-light;*/
}









/*flexible_grid_a start*/

.flexible_grid_a{
    width: 100%;
    /*max-width: 1280px;*/
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    color: #211E1F;
}


.flexible_grid_a_title{
    font-family: questa-grande, serif;
    font-size: 40px;
    line-height: 45px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}


.flexible_grid_a_title::after {
    content: '';
    height: 9px;
    width: 40px;
    margin-top: 9px;
    margin-left: 15px;
    background-color: #39B149;
}



.flexible_grid_a_block_wrapper{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.flexible_grid_a_block{
	width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.flexible_grid_a_block_image{

    display: inline-block;
    width: 100%;
    position: relative;

    transition: all 200ms;

}


.flexible_grid_a_block_image img{


    filter: brightness(1);

    image-rendering: -webkit-optimize-contrast;

    transition: all 400ms;

}


.flexible_grid_a_block_image img:hover{


    filter: brightness(.8);

    transition: all 400ms;

}


/*.flexible_grid_a_block_title{
	font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
}*/

.flexible_grid_a_block_title {
    font-size: 25px;
    line-height: 20px;
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: questa-grande, serif;
}


.flexible_grid_a_block_subtitle{
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 20px;
    display: none;
}

.flexible_grid_a_block_text{
    font-size: 20px;
    line-height: 21px;
    width: 100%;
    float: left;
    display: inline-block;
    font-weight: 400;
    display: none;

}

.flexible_grid_a_block_text p{
	margin-bottom: 15px;
}




.flexible_grid_a_block_buttons_wrapper{
    display: flex;
    width: 100%;
    /* display: none; */
    flex-wrap: nowrap;
    justify-content: center;
}


.flexible_grid_a_block_button{
    margin-right: 10px;
    /* border: 3px solid #211E1F; */
    background-color: white;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 7px 20px 10px 20px;
    margin-top: 5px;
    transition: all 200ms;
    margin: auto;
    width: 100%;

}



.page-id-8 .flexible_grid_a_block_buttons_wrapper{

display: none;

}



/*

.flexible_grid_a_block_button:hover{
	border: 3px solid #FCE254;
	background-color: #FCE254;
    transition: all 200ms;
}
*/

.flexible_grid_a_block_button2{
	margin-right: 10px;
	border: 3px solid #211E1F;
	background-color: white;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	display: inline-block;
    padding: 7px 20px 10px 20px;
    margin-top: 5px;
    transition: all 200ms;


}

.flexible_grid_a_block_button2:hover{
	border: 3px solid #FCE254;
	background-color: #FCE254;
    transition: all 200ms;
}



/*flexible_grid_a end*/







/*flexible_grid_b start*/

.flexible_grid_b{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    color: #211E1F;
}

.flexible_grid_b_block{
    width: 33.33334%;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.flexible_grid_b_block_image{

    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;

}

.flexible_grid_b_block_image img{
	    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}


.flexible_grid_b_block_title_wrapper{
	width: 100%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.flexible_grid_b_block_title{
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    font-weight: 700;
    /*color: #969696;*/
}

.flexible_grid_b_block_subtitle{
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 20px;
    display: none;
}

.flexible_grid_b_block_text{
    font-size: 20px;
    line-height: 21px;
    width: 100%;
    float: left;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 15px;
    display: none;
}

.flexible_grid_b_block_text p{
    margin-bottom: 15px;
}


.flexible_grid_b_block_buttons_wrapper{
display: flex;
display: none;
}


.flexible_grid_b_block_button{
	margin-right: 10px;
	border: 3px solid #211E1F;
	background-color: white;
	color: #211E1F;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	display: inline-block;
    padding: 7px 20px 10px 20px;
    transition: all 200ms;
}

.flexible_grid_b_block_button:hover{
	border: 3px solid #FCE254;
	background-color: #FCE254;
    transition: all 200ms;
}

.flexible_grid_b_block_button2{
	margin-right: 10px;
	border: 3px solid #211E1F;
	background-color: white;
	color: #211E1F;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	display: inline-block;
    padding: 7px 20px 10px 20px;
    transition: all 200ms;
}

.flexible_grid_b_block_button2:hover{
	border: 3px solid #FCE254;
	background-color: #FCE254;
    transition: all 200ms;
}
/*flexible_grid_b end*/








/*flexible_grid_c start*/

.flexible_grid_c{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    color: #211E1F;
}

.flexible_grid_c_block{
    width: 33.3334%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.flexible_grid_c_block_image{

    display: inline-block;
    position: relative;
    width: 100%;
    box-sizing: border-box;

}

.flexible_grid_c_block_image img{
    image-rendering: -webkit-optimize-contrast;
}



/*flexible_grid_c end*/









/*flexible_grid_d start*/

.flexible_grid_d{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    color: #211E1F;
}

.flexible_grid_d_block{
	width: 100%;
    padding: 50px 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
}



.flexible_grid_d_block_title_wrapper{
    width: 100%;
    max-width: 700px;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.flexible_grid_d_block_title{

}

.flexible_grid_d_block_title p{
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    width: 100%;
    float: left;
    display: inline-block;
    font-family: questa-grande, serif;
    display: flex;
}

.flexible_grid_d_block_title p:last-child::after{
	    content: '';
    height: 9px;
    width: 40px;
    margin-top: 22px;
    margin-left: 15px;
    background-color: #39B149;
}





.flexible_grid_d_block_title::after{

}


.flexible_grid_d_block_text{
    font-size: 20px;
    line-height: 21px;
    width: 100%;
    float: left;
    display: inline-block;
    font-weight: 400;
    margin-top: 30px;
    color: #8D8D8D;
}

.flexible_grid_d_block_text p{
    margin-bottom: 15px;
}

/*.flexible_grid_d_block_text a{
	text-decoration: underline;
}*/

.flexible_grid_d_block_text a {
    text-decoration: none;
    font-weight: 700;
}


/*flexible_grid_d end*/












/*flexible_grid_f start*/


.flexible_grid_f{
    width: calc(100% + 0px);
    padding-left: 25px;
    clear: both;
    float: left;
    position: relative;
    z-index: 1;
}

.flexible_grid_f_block_layout{
    max-width: 1800px;
    margin: 0 auto;
	margin-bottom: -70px;
}


.flexible_grid_f_title{
    font-size: 49px;
    line-height: 59px;
    text-align: right;
    padding: 100px 20px 30px 20px;
    color: white;
    max-width: 1130px;
    margin: 0 auto;
}


.flexible_grid_f_block_layout_a_inner{
    display: flex;
    align-items: center;
	cursor: pointer;
}


.flexible_grid_f_block_layout_a_inner:hover{
	cursor: pointer;
}


.flexible_grid_f_block_layout_a_inner img{
}


.flexible_grid_f_block_image_a_wrapper{
    width: 100%;
    float: left;
    clear: both;
    display: inline-block;
    position: relative;
}


.flexible_grid_f_block_image_a{
    margin-bottom: -0px;
}

.flexible_grid_f_block_image_a img{
    width: 100%;
    height: unset!important;
   -webkit-filter: grayscale(100%);
    mix-blend-mode: luminosity;

}


.flexible_grid_f_block_image_a_colorize{
}

.flexible_grid_f_block_layout_a_inner_overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);*/
}

.flexible_grid_f_block_layout_a_inner_overlay_inner{
	position: absolute;
    right: 20px;
    bottom: 20px;
}

.flexible_grid_f_block_image_a_title{
    font-family: 'Brutal_Type_W00_ExtraBold';
    font-size: 45px;
    line-height: 40px;
    text-align: right;
    color: white;
}

.flexible_grid_f_block_image_a_text{
	font-size: 19px;
    line-height: 23px;
    color: white;
    text-align: right;
}

.flexible_grid_f_block_image_a_button{
/*    width: fit-content;
    font-size: 16px;
    line-height: 23px;
    padding: 3px 15px 4px 15px;
    color: white;
    background-color: #FC5B66;
    transition: all 200ms;*/

display: none;

}

.flexible_grid_f_block_image_a_button:hover{
    background-color: #D9444E;
    transition: all 150ms;
}


.flexible_grid_f_block_layout_a_inner_underlay{


	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
	background-color: #FFFF10;

    z-index: -1;

}



/*grid f isotope setup*/

.grid-sizer1,
.grid-item1 { 

	width: calc(33.3334% + -25px);
    margin-bottom: 25px;
}



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



.flexible_grid_f_block_layout{
	    margin-bottom: 0px;
}

    .grid-sizer1,
    .grid-item1 { 


        width: calc(50% + -25px);
    }

    .flexible_grid_f_block_layout_a_inner_overlay{
    	display: block!important;
    }

    .flexible_grid_f_block_layout_a_inner_underlay{
   		 background-color: #000000;
    }

	.flexible_grid_f_block_image_a_title {
	    color: #FFFF10;
	}



}




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

    .grid-sizer1,
    .grid-item1 { 


        width: calc(100% + -25px);
    }

}











.flexible_cta_1{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    /*background-color: white;*/
    color: white;
}

.flexible_cta_1_image{
    width: 100%;
    background-color: #27bd3d;
    height: 300px;
    object-fit: cover;
}

.flexible_cta_1_image img {
mix-blend-mode: multiply;
    object-fit: cover;
    height: 300px;
        width: -webkit-fill-available;
}


.flexible_cta_1_image_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.flexible_cta_1_inner{
    max-width: 1000px;
    width: 100%;
    padding: 70px 20px 70px 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.flexible_cta_1_title{
font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 22px;
}


.flexible_cta_1_text{
		    font-family: nimbus-sans, sans-serif;
	    font-weight: 700;
	font-size: 37px;
	line-height: 37px;
	text-align: center;
	margin-bottom: 50px;
	display: none;

}

.flexible_cta_1_text *{
	font-size: 25px;
	line-height: 30px;
	/*text-align: center;*/
    color: #211E1F;


}

.flexible_cta_1_button {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-size: 24px;
    /* letter-spacing: 0.5px; */
    line-height: 25px;
    text-align: center;
    padding: 10px 17px;
    background-color: #ffffff00;
    border: 4px solid #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all 200ms;
}

.flexible_cta_1_button:hover{
    background-color: #39B149;
    border: 4px solid #39B149;
    transition: all 200ms;
}


/*flexible fields end*/




/*Category page:  archive.php styles*/

.page-header{
	margin-top: 100px;
}


.archive_page_hero{
    margin-top: 75px;
    background-color: #22263B;
    color: white;
    min-height: 300px;
    text-align: center;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    clear: both;
}

.archive_page_hero_title{
	width: 100%;
    max-width: 600px;
    padding: 90px 0px 125px 0px;
    font-size: 60px;
    line-height: 60px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}


.archive_page_post_wrapper{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: -65px;
    max-width: 1240px;
    padding: 0px 10px;
}



.archive_page_post{
	position: relative;
    float: left;
    width: calc(50% + -0px);
    display: inline-block;
    padding: 20px 10px 30px 10px;
    transition: all 0.3s ease;
}


.archive_page_post_title{

    width: 100%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0px;

}


.archive_page_post_excerpt{
	width: 100%;
    font-size: 16px;
    line-height: 16px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px;
}



.archive_page_post_button  {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 22px;

}




.archive_page_post_button a {
	font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 3px 15px 3px 15px;
    border: 2px solid #211E1F;
    border-radius: 2px;
    width: fit-content;
    background-color: #00abea00;
    transition: all 200ms;
}

.archive_page_post_button a:hover{
	color: white;
	background-color: #211E1F;
    transition: all 200ms;

}






/*gravity forms*/

.gf_custom_100{
width: 100%!important;
float: left;

}

.gf_custom_50{
width: 50%!important;
float: left;
clear: none!important;

}


/*overrides*/


button, input, optgroup, select, textarea {
    color: #8D8D8D;
}

body  #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {
     border: 1px solid #8D8D8D;
    font-size: 20px;
    line-height: 30px;
     color: #8D8D8D;
     margin: 10px;
     padding: 10px;
}

::-webkit-input-placeholder { 

	color: #8D8D8D;

}

.gform_wrapper textarea {

    border-color: #8D8D8D;
    margin-top: 0px;
        margin-left: 10px!important;
}

.gform_wrapper select {
    border: 1px solid #8D8D8D;
        margin-top: 2px;
       margin-left: 10px!important;
}


/*button*/

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%!important;
     border: 1px solid #8D8D8D;
    font-size: 25px;
    line-height: 30px;
     color: #8D8D8D;
     margin: 10px;
     padding: 10px;
     background-color: white;
    font-family: nimbus-sans, sans-serif;
         padding-right: 16px;
             width: calc(100% + -16px)!important;
    margin-left: 10px!important;
}


#gform_submit_button_1:hover{
	background-color: #211E1F;
	color: white;
	cursor: pointer;
}





.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%!important;
        border-radius: 3px;
    height: 50px;
}

.gform_wrapper li.hidden_label input {
    margin-top: 8px!important;
}


/*drop downs*/
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select{
	    padding: 12px 0 12px 3px!important;
    margin-top: 10px!important;
    border-radius: 3px!important;
}







/*error*/

.gform_wrapper div.validation_error {
	margin-bottom: 25px;
	padding: 16px 0 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
	font-weight: normal!important;
	border: 0px solid #211E1F!important;
	font-size: 25px!important;
	line-height: 30px!important;
	color: #211E1F!important;
	margin: 10px!important;
	padding: 10px!important;
}


.validation_message{
		margin-bottom: 25px;
	padding: 16px 0 16px 0;
	clear: both;
	width: 100%;
	text-align: left!important;
	font-weight: normal!important;
	border: 0px solid #211E1F!important;
	font-size: 25px!important;
	line-height: 30px!important;
	color: #211E1F!important;
	margin: 10px!important;
	padding: 10px!important;
}


.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgb(255 223 224 / 0%)!important;
    margin-bottom: 6px!important;
    border-top: 0px solid #c89797!important;
    border-bottom: 0px solid #c89797!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
    box-sizing: border-box;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 8px!important;
}


.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
     padding-right: 15px!important; 
}


@media only screen and (min-width: 641px){

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
}






}



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

/*gravity forms*/


.gform_wrapper {
    margin-left: -10px;
    padding: 10px;
}

.gf_custom_50{
	width: 100%!important;

}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width: calc(100% + 0px)!important;
}
}





/*footer*/




.site-footer{
    background-color: white;
    float: left;
    width: 100%;
}

.largeFooter{
    float: left;
    width: 100%;
    padding: 70px 0px 40px 0px;
}

.largeFooterInner{
	    margin: 0 auto;
    max-width: 1000px;
}

.footer_area{
float: left;
    color: #525252;
    text-align: center;
    padding: 0px 40px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.rounded{
    font-size: 15px;
    font-weight: normal;
    font-family: nimbus-sans, sans-serif;
    margin-bottom: 10px;
}

.textwidget{

}



.footer_area_1{

}


.footer_area_1 img{
    width: 75px;
    padding: 0px 0px 50px 0px;
}

.footer_area_2{
    /*margin-top: 40px;*/
}

.footer_area_3{

}

.footer_area_3 img{
    width: 152px;
    padding: 0px 0px 0px 0px;
}

.footer_area_4{
    /*margin-top: 40px;*/

}

.footer_area_4 img{
width: 200px;
    padding: 60px 0px;
}

.footer_area_6{
font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 70px 0px 40px 0px;
    color: #c1c1c1;
}







/*woo shop page custom*/

.woocommerce_shop_page_wrapper{
    display: block;
    width: 100%;
    max-width: 1600px;
    min-height: 800px;
    padding: 135px 40px 40px 40px;
    margin: 0 auto;
}


.woocommerce_single_product_page_wrapper{
    display: flex;
    width: 100%;
    max-width: 1200px;
    min-height: 800px;
    padding: 135px 40px 40px 40px;
    margin: 0 auto;	
        margin-bottom: 50px;
}

.woocommerce_single_product_page_wrapper_left{
	width: 50%;
	float: left;
	margin-top: -15px;
}

/*image slider*/

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
   width: calc(100% + 15px)!important;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 40px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: calc(25% + -15px)!important;
    margin-right: 15px!important;
    margin-left: 0px!important;
    margin-bottom: 9px!important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1!important;
    width: 100%!important;
}

.single-product div.product .woocommerce-product-gallery {
    display: grid;
}



/*lighbox overlay*/

.pswp {
    height: calc(100% + -75px)!important;
    top: 75px;
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 1!important;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgb(12 12 12 / 100%);
    color: black;
}




.woocommerce_single_product_page_wrapper_right{
    width: calc(50% + -100px);
    float: left;
    margin-left: 100px;
}

.woocommerce_single_product_summary{
	margin-bottom: 0px;
}

.product_title {
    font-size: 50px;
    line-height: 54px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
	margin-bottom: 40px;

}

.product_meta{
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.woocommerce_breadcrumb{
	    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
	margin-bottom: 40px;
}

.product_date{
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
	margin-bottom: 40px;
}

.product_description{
	font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
	margin-bottom: 40px;

}
.product_description p{
	margin-bottom: 10px;
}


.product_provenance_title{
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px
}

.product_provenance{
	font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
	margin-bottom: 40px;
}






/*woo styles*/

.woocommerce{
	    line-height: initial;
}

/*hide bread from including in general, but us php to show other palces with <?php woocommerce_breadcrumb(); ?>  */
#primary > .woocommerce-breadcrumb{
	display: none;
}

.woocommerce-breadcrumb {
/*    padding-top: 70px;
    max-width: 1600px;
    margin: 0 auto;*/
        /*display: none;*/
}

ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product img {
    width: 100%;
}

ul.products li.product.first {
    clear: none!important;
}


ul.products li.product {
    margin-left: 20px;
    margin-right: 0px!important;
    margin-bottom: 40px!important;
    width: calc(33.3334% + -20px)!important;
}


.products{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;

	float: right;
    width: calc(100% + -350px);
    margin-bottom: 100px!important;
}


#secondary{
    float: left;
    width: 350px;
}



/*product title in shop*/

ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px!important;
    line-height: 28px!important;
    margin-top: 10px!important;
    margin-bottom: 15px!important;
}


/*product button in shop*/

ul.products li.product .button {
    display: block;
    border: 2px solid #211E1F;
    color: #211E1F;
    width: fit-content;
    padding: 3px 15px 3px 15px;
    border-radius: 2px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

ul.products li.product .button:hover {
color: white;
background-color: #211E1F;
    transition: all 200ms;

}






/*filter*/


.wpfPriceRangeField#wpfMinPrice, .wpfPriceRangeField#wpfMaxPrice{
	font-style: normal!important;
    font-family: nimbus-sans, sans-serif!important;
    font-weight: 400!important;
}

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {


    font-weight: 400!important;
}


.logo{
    float: left;
    width: auto;
    height: 120px;
    margin: 20px;
}



#insta-gallery-feed-1 .insta-gallery-list {
    margin-top: 8px!important;
}



#gform_confirmation_message_1{
	line-height: 14px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Responsive Styles Start*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Responsive Large Screen Start*/

@media screen and (min-width: 1600px) {


.flexible_grid_a{
	max-width: 2000px;
}

.flexible_grid_a_block {
    width: 25%;
}



}

/*Responsive Large Screen End*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Responsive Small Screen Start*/

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


.flexible_grid_a{
	/*max-width: 2000px;*/
}

.flexible_grid_a_block {
    width: 50%;
}


.flexible_hero_a {
margin-top: 100px;
}


.flexible_hero_a_title_wrapper {
    left: 20px;
}


.flexible_hero_a_title {
    font-size: 70px;
    line-height: 70px;
    text-align: left;
    transition: all 400ms;
}

.flexible_hero_a_subtitle {
/*    font-size: 25px;
    line-height: 25px;
    text-align: left;*/
}



.flexible_hero_a_image img {

}



.flexible_hero_b {
    position: relative;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
    height: auto;
    padding-bottom: 0%;
}


.flexible_hero_b_title_wrapper {
    position: relative;
    width: 100%;
}


.flexible_hero_b_title {
    padding: 20px;
    padding-bottom: 15px;
    max-width: 100%;
}


.flexible_hero_b_image{
	/*display: none;*/


}

/*.flexible_hero_b_image_mobile{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    height: 75vh;
}

.flexible_hero_b_image_mobile img{
	width: 100%;
    max-width: initial;
    height: 75vh;
    position: absolute;
    object-fit: cover;
}*/




.flexible_center_section1_inner {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flexible_center_section1_inner_a {
    width: auto;
}

.flexible_center_section1_text {
}

.flexible_center_section1_inner_b {
    padding: 70px 20px 0px 20px;
    max-width: 900px;
    width: 100%;
}



.flexible_center_section2{
	    padding: 100px 20px 50px 20px;
}


.flexible_center_section2_inner {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flexible_center_section2_inner_a {
    width: auto;
}

.flexible_center_section2_text {
    margin-left: 30px;
}

.flexible_center_section2_inner_b {
    padding: 70px 20px 0px 20px;
    max-width: 900px;
    width: 100%;
}



.flexible_gallery_b{
	padding: 70px 0px 70px 0px;
}

.flexible_gallery_b_gallery_image {
    /*padding: 30px 0px;*/
}





.flexible_quote_block_quote, .flexible_quote_block_name, .flexible_quote_block_sub_name{
	    padding-left: 20px;
}



.flexible_cta_1_inner{
	    padding: 65px 20px 70px 20px;
}




/*woo tablet*/

/*shop page*/


.products {
    width: calc(100% + -250px);
}

#secondary {
    width: 250px;
}



ul.products li.product {
    width: calc(50% + -20px)!important;
}


/*single product*/
.woocommerce_single_product_page_wrapper_right {
    width: calc(50% + -40px);
    margin-left: 40px;
}










}

/*Responsive Tablet Screen End*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Responsive Mobile Phone Start*/
@media screen and (max-width : 767px) {


.logo {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 85px;
        margin: 0px;
}


.flexible_center_section1 {
    padding: 70px 20px 10px 20px;
}


.flexible_grid_a_block{
	width: 100%;
	padding: 20px;
}

.flexible_grid_a_title{
	padding-left: 20px;
}

.flexible_grid_b_block, .flexible_grid_c_block{
	/*flex-direction: column-reverse;*/

	    width: 50%;
}

.flexible_grid_b_block_image, .flexible_grid_b_block_title_wrapper, .flexible_grid_c_block_image, .flexible_grid_c_block_title_wrapper {
    width: 100%;
    padding: 10px 10px 10px 10px;
}







.flexible_cta_1_title {
    font-size: 30px;
    line-height: 30px;
}





.flexible_slider_portfolio2{
	margin-top: 100px;
    height: calc(80vh + -20px);
    margin-bottom: 30px;
}

/*mobile slider*/
.flexible_slider_portfolio2_title{
    left: auto;
    bottom: 0%;
    background-color: #ffffff;
    width: 100%;
    font-size: 43px;
    line-height: 43px;
    letter-spacing: -2px;
    padding: 19px 20px;
    bottom: -2px;
}

.slick-dots{
	display: none!important;
}



.flexible_slider_portfolio2_slides_image{
display: none;
}

.flexible_slider_portfolio2_slides_image_mobile{
display: block;
}



.one-third {
    width: 100%;
}

.footer_area {
    padding: 20px 10px;
}





.flexible_slider_portfolio_button_block{
	    flex-direction: column;
}






.flexible_portfolio_grid_repeater{
	    width: calc(100% + 0px);
}




.flexible_gallery_a_inner {
    flex-direction: column;
}

.flexible_gallery_a_gallery_image {
        width: 100%;
}





/*testimonial slider mobile*/

.flexible_slider_portfolio_b {
    height: calc(100vh + -50px);
}

.flexible_slider_portfolio_b_images_text_wrapper {
    width: 100%;
    max-width: 200px;
    height: 100px;
    transform: translate(calc(50% - 50px), calc(50% - -50px));
}

.flexible_slider_portfolio_b_images_caption {
     font-size: 25px;
    line-height: 27px;
}


.slick-slide img {
    height: calc(80vh + -50px);
}




/*archive page*/


.archive_page_post{
	width: calc(100% + -0px);
}



/*woo phone*/


.woocommerce_single_product_page_wrapper {
    flex-direction: column-reverse;
    padding: 110px 20px 40px 20px;
    margin-bottom: 0px;
}

.woocommerce_single_product_page_wrapper_left {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.woocommerce_single_product_page_wrapper_right {
    width: calc(100% + -0px);
    margin-left: 0px;
}



/*woo shop page phone*/

.woocommerce_shop_page_wrapper {
    padding: 110px 20px 40px 20px;
}

.products {
    width: calc(100% + -0px);
    /* flex-direction: column-reverse; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#secondary {
    width: 100%;
}

ul.products li.product {
    width: calc(100% + -0px)!important;
    margin-left: 0px;
}










}
/*Responsive Mobile Phone Screen End*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*Responsive Styles End*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*End theme CSS*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/





/*IE styles*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */


 /*    body{
    display: none!important;
}
*/


.flexible_left_cta_right_area img, .flexible_right_cta_left_area img {

    width: 99.999%!important;
    max-width: 999px!important;

}


.homevideo {
    display: none!important;
}

.homevideomobile {
    display: block!important;
    height: 700px;
}


.homevideomobile img{
    display: none!important;
}


}
















