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


@import url("https://use.typekit.net/qcp0fen.css");

/*Vast custom styles*/

/*

fonts from Adobe fonts


font-family: 'Brutal_Type_W00_Light';
font-weight: 400;
font-style: normal;



font-family: 'Brutal_Type_W00_Light';
font-weight: 400;
font-style: normal;

font-family: 'Brutal_Type_W00_Light';
font-weight: 400;
font-style: italic;

font-family: 'Brutal_Type_W00_Light';
font-weight: 400;
font-style: normal;

font-family: 'Brutal_Type_W00_Light';
font-weight: 400;
font-style: italic;




@font-face {
    font-family: 'Butler';
    src: url('Butler-Medium.woff2') format('woff2'),
        url('Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



*/



@font-face {
    font-family: 'Brutal_Type_W00_ExtraBold';
    src: url('https://vast.dev/wp-content/themes/vast/fonts/adbeca22-897d-4df9-924a-feed217b40de.woff') format('woff'),
         url('https://vast.dev/wp-content/themes/vast/fonts/5b677d94-0a55-42b5-b99a-691eaff79393.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Brutal_Type_W00_Light';
    src: url('https://vast.dev/wp-content/themes/vast/fonts/c4c9c51d-08b0-4346-b0ac-e4802c9760fc.woff') format('woff'),
         url('https://vast.dev/wp-content/themes/vast/fonts/a399080b-fdcb-4575-a6cb-bfbe2a50d8c5.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Butler';
    src: url('https://vast.dev/wp-content/themes/vast/fonts/Butler-Medium.woff') format('woff'),
         url('https://vast.dev/wp-content/themes/vast/fonts/Butler-Medium.woff2') format('woff2');
    font-weight: 500;
    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: 'Brutal_Type_W00_Light';
	font-weight: 400;
	font-style: normal;




    font-size: 20px;
    line-height: 0px;
        color: #1A1818;
    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: #1D1D1D;

}


.page-id-776{
    background: #1D1D1D;

}


.page-id-776 .flexible_grid_f {
    padding-top: 100px;
}


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

header a{
    color: inherit!important;
}

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: 500;
    font-family: 'Brutal_Type_W00_Light';
    margin-bottom: 30px;
}



h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Brutal_Type_W00_Light';
}


h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Brutal_Type_W00_Light';
}

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: normal;
    font-family: 'Brutal_Type_W00_ExtraBold';
}


strong{

    font-style: normal;
    font-weight: normal;
    font-family: 'Brutal_Type_W00_ExtraBold';
}



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

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





#page{
  overflow: hidden;
}

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

}

.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-color: #fafafa00;
    transition: all 1.5s ease;
    height: 124px;
    /* background: rgba(255, 255, 255, 0.9); */
    /* background: -webkit-linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5550595238095238) 100%); */
    /* background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5550595238095238) 100%); */
}

/*.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: fixed;
    top: 50px;
    right: 50px;
    z-index: 999;
    text-align: center;
}

.home_logo {
	display: none;
}

.main_logo {
	display: block;
	    width: 188px;
}



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

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


/*.site_logo {

    background-color: #1E1E1E;

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

    mask: url(https://vast.dev/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 {
  background: none;
  width: 60px;
  height: 80px;
  top: 0;
  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;

	    margin-left: -61px;
}

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

.menu-list {
  /*margin-top: 100px;*/
  text-align: center;
  /*font-family: 'Open Sans', Helvetica;*/
  /*font-size: 30px;*/
  opacity: 0;
}

.list-open {
  opacity: 1;
  -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;
    clear: both;
    height: 100vh;

}

.menu-list li {
    background: none;
        color: #1D1D1D;
    display: block;
    text-align: center;
    padding: 10px;

	font-size: 35px;
    line-height: 70px;

    font-family: 'Brutal_Type_W00_Light';
    font-weight: 400;
    font-style: normal;
    margin: 0px;
}

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

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

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

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

.current-menu-item{

    color: #a7a7a7!important;
}


#burger-wrap {
    position: fixed;
    top: 0;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 80px;
}

.burger {
  position: fixed;
  top: 80px;
  left: 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: #7a30ff;
  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: #FFF;

}

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

background: #FFF;

}
*/





.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: #7a30ff;
  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: #7a30ff;

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









/*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;
	line-height: 25px;

}

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


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

.flexible_hero_a_title_wrapper{
    position: absolute;
    left: 39px;
    bottom: 20px;
    z-index: 1;
}


.flexible_hero_a_title{
	width: 100%;
    text-align: left;
    font-size: 113px;
    line-height: 110px;
    font-family: 'Brutal_Type_W00_ExtraBold';
    font-style: normal;
    margin-bottom: 20px;
    color: white;
    transition: all 400ms;
}

.flexible_hero_a_subtitle{
    width: 100%;
    text-align: center;
    font-family: 'Brutal_Type_W00_Light';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 20px;
    transition: all 1000ms;
}


.flexible_hero_a_image{
    width: 100%;
}

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

/*.flexible_hero_a_image_mobile {
	display: none;
}*/


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



/*.home_video_wrapper{
	display: block;
}

.home_video_wrapper_mobile{
	display: none;

}*/






.flexible_hero_b{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: calc(100vh + -0px);
    overflow: hidden;
    background-color: #ffffff;
}

.flexible_hero_b_title_wrapper{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    background-color: #7a30ff;
    height: 20vh;
    z-index: 2;
    width: 25%;
padding-left: 100px;
}


.flexible_hero_b_title_wrapper{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    background-color: #7a30ff;
    height: 20vh;
    z-index: 1;
    /*width: 25%;*/
padding-left: 100px;
}



.flexible_hero_b_title{
    width: 100%;
    position: absolute;
    bottom: 21px;
    right: 50px;
    text-align: right;
    font-size: 25px;
    line-height: 31px;
    font-family: 'Brutal_Type_W00_ExtraBold';
    font-style: normal;
    margin-bottom: 20px;
    color: white;
    transition: all 400ms;

}

.flexible_hero_b_subtitle{
    width: 100%;
    text-align: center;
    font-family: 'Brutal_Type_W00_Light';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 20px;
    transition: all 1000ms;
}


.flexible_hero_b_image{
	display: block;

    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 75%;
    z-index: 1;

}

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


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




.flexible_hero_b_band{
	position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    background-color: #7a30ff;
    height: 20vh;
    mix-blend-mode: overlay;
}









.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: 500;
    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: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 3px 15px 3px 15px;
    border: 2px solid #1A1818;
    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 20px 15px 20px;
    background-color: white;

    min-height: 150px;
}

.flexible_gallery_a_inner{
	max-width: 1200px;
}

.flexible_gallery_a_gallery_image{
	width: 15.6666%;
	-webkit-filter: grayscale(100%);
}


.flexible_gallery_a_subtitle{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Brutal_Type_W00_ExtraBold';
    color: #c1c1c1;
    text-align: center;
    margin-top: 5px;
}







.flexible_gallery_b{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 70px 20px 70px 20px;
    background-color: #F2F2F2;

}

.flexible_gallery_b_inner{
	max-width: 1800px;
}

.flexible_gallery_b_gallery_image{
	width: 100%;
    padding: 40px;
}


.flexible_gallery_b_subtitle{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Brutal_Type_W00_ExtraBold';
    color: #c1c1c1;
    text-align: center;
    margin-top: 5px;
}






.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%, #1A1818a6 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: 'Brutal_Type_W00_Light'!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_slider_portfolio_b{
	background-color: #1E1E1E;
    padding: 0px 0px;
    height: calc(66vh + -50px);

}

.flexible_slider_portfolio_b_inner{
    /*margin-bottom: -15px;*/
}



.flexible_slider_portfolio_b_cover{
background: linear-gradient(0deg, #00abea45 0%, #1A18184a 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: auto;*/
     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: 'Brutal_Type_W00_Light';
    font-weight: normal;
}


.flexible_slider_portfolio_b_images_title{
font-size: 25px;
    line-height: 25px;
    font-family: 'Brutal_Type_W00_Light';
    font-weight: 400;
    padding-top: 22px;
}

/*slick dots*/


.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: 100px 20px 100px 20px;
    background-color: #7a30ff;
    color: white;
}



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

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

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

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

.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{
	width: 300px;
	padding-left: 20px;
	clear: both;
    display: inline-block;
    position: relative;
}




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

.flexible_center_section1_image img{
	mix-blend-mode: hard-light;
}














.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: #7a30ff;*/
}

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







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

}


/*possible fix for safari*/
/*
.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: rgba(255, 255, 16, 1);
	z-index: 0;
	mix-blend-mode: color-burn;
	transition: all 150ms;
}
*/



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

.flexible_cta_1_inner{
    max-width: 700px;
    width: 100%;
    padding: 140px 20px 100px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 2000px;*/
}


.flexible_cta_1_title{
	font-family: 'Brutal_Type_W00_ExtraBold';
    font-size: 49px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 40px;
}


.flexible_cta_1_text{
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 50px;

}

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


}

.flexible_cta_1_button{
	font-family: 'Brutal_Type_W00_ExtraBold';
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	padding: 15px 25px;
	background-color: white;
	border: 2px solid #7a30ff;
	border-radius: 5px;
    transition: all 200ms;
}

.flexible_cta_1_button:hover{
	color: white;
	background-color: #7a30ff;
	border: 2px solid #7a30ff;
    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: 'Brutal_Type_W00_Light';
    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: 500;
    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: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 3px 15px 3px 15px;
    border: 2px solid #1A1818;
    border-radius: 2px;
    width: fit-content;
    background-color: #00abea00;
    transition: all 200ms;
}

.archive_page_post_button a:hover{
	color: white;
	background-color: #1A1818;
    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*/


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

::-webkit-input-placeholder { 

	color: #7a30ff;

}

.gform_wrapper textarea {

    border-color: #7a30ff;
    margin-top: 39px;
        margin-left: 10px!important;
}

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




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



/*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 #7a30ff;
    font-size: 25px;
    line-height: 30px;
     color: #7a30ff;
     margin: 10px;
     padding: 10px;
     background-color: white;
         font-family: 'Brutal_Type_W00_ExtraBold';
         padding-right: 16px;
             width: calc(100% + -16px)!important;
    margin-left: 10px!important;
}


#gform_submit_button_1:hover{
	background-color: #7a30ff;
	color: white;
	cursor: pointer;
}



/*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 #7a30ff!important;
	font-size: 25px!important;
	line-height: 30px!important;
	color: #7a30ff!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 #7a30ff!important;
	font-size: 25px!important;
	line-height: 30px!important;
	color: #7a30ff!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;
}

.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*/


.purple_tri{
	position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: -35px;
    z-index: 99;
}

.purple_tri img{
    width: 40px;
    margin: 0 auto;
    /* margin-top: -38px; */
    margin-bottom: -5px;
    position: relative;
}

.site-footer{
    background-color: #1D1D1D;
    float: left;
    width: 100%;
}

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

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

.footer_area{
    float: left;
    color: #6F6F6F;
    text-align: center;
    padding: 0px 40px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
}

.rounded{
    font-size: 15px;
    font-weight: normal;
    font-family: 'Brutal_Type_W00_Light';
    margin-bottom: 10px;
}

.textwidget{

}



.footer_area_1{

}


.footer_area_1 img{
    width: 120px;
    padding: 0px 0px 0px 0px;
}

.footer_area_2{

}

.footer_area_3{

}

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

.footer_area_6{
    font-size: 12px;
    line-height: 18px;
    text-align: center;
        padding: 100px 0px 0px 0px;
}







/*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: 'Brutal_Type_W00_Light';
    font-weight: 400;
    font-style: normal;
	margin-bottom: 40px;

}

.product_meta{
    font-family: 'Brutal_Type_W00_Light';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.woocommerce_breadcrumb{
	    font-family: 'Brutal_Type_W00_Light';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
	margin-bottom: 40px;
}

.product_date{
    font-family: 'Brutal_Type_W00_Light';
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
	margin-bottom: 40px;
}

.product_description{
	font-family: 'Brutal_Type_W00_Light';
    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: 'Brutal_Type_W00_Light';
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5px
}

.product_provenance{
	font-family: 'Brutal_Type_W00_Light';
    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 #1A1818;
    color: #1A1818;
    width: fit-content;
    padding: 3px 15px 3px 15px;
    border-radius: 2px;
    font-family: 'Brutal_Type_W00_Light';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

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

}






/*filter*/


.wpfPriceRangeField#wpfMinPrice, .wpfPriceRangeField#wpfMaxPrice{
	font-style: normal!important;
    font-family: 'Brutal_Type_W00_Light'!important;
    font-weight: 400!important;
}

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {


    font-weight: 400!important;
}



.edac-accessibility-statement{
	    text-align: center!important;
    max-width: 800px!important;
    margin: auto!important;
    padding: 15px!important;
    margin-top: -54px!important;
    color: white!important;
    font-size: 14px!important;
    line-height: 21px!important;
}


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

/*Responsive Styles Start*/


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

/*Responsive Large Screen Start*/

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


.flexible_hero_a_title{
	font-size: 130px;
    line-height: 126px;
    transition: all 400ms;
}

.flexible_hero_a_subtitle, .flexible_services_title{
    font-size: 30px;
    line-height: 30px;
    transition: all 500ms;
}


.flexible_hero_b_title{
    font-size: 40px;
    line-height: 50px;
    transition: all 1000ms;
}


/*.flexible_gallery_b_inner {
    max-width: 1600px;
}*/



.flexible_slider_portfolio_button{
	font-size: 60px;
}

}

/*Responsive Large Screen End*/

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

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

/*Responsive Small Screen Start*/

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


.site_logo {
	width: 140px;
    top: 7px;
    right: 20px;
}

.burger {
    left: 5px;
    top: 22px;
}

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

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

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


.flexible_hero_a {
    flex-direction: column-reverse;
    max-height: 100%;
        height: calc(100vh + -0px);
}


.flexible_hero_a_title_wrapper {
    left: 20px;
    bottom: 5px;
}


.flexible_hero_a_title {
	font-size: 50px;
    line-height: 52px;
    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_a {
    height: calc(100vh + -85px);
}

/*.flexible_hero_a_image {
	display: none;
}*/


.flexible_hero_a_image img {

}

/*.flexible_hero_a_image_mobile {
	display: block;
}*/

.flexible_hero_a_image_mobile img {
display: block;
    max-width: initial;
    object-fit: cover;
    height: 100vh;
}



.flexible_hero_b_title_wrapper {
    width: 100%;
    background-color: #7a30ff00;
    height: 180px;
}

.flexible_hero_b_band{
    height: 180px;

}

.flexible_hero_b_title {
    bottom: 36px;
    right: 20px;
}



.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 {
    margin-left: 30px;
}

.flexible_center_section1_inner_b {
    padding: 70px 20px 0px 20px;
    max-width: 500px;
    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: 500px;
    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) {




.one-third {
    width: 100%;
}

.footer_area {
    padding: 20px 10px;
    font-weight: 400;
}





/*.home_video_wrapper{
	display: none;
}

.home_video_wrapper_mobile{
	display: block;
}
*/


.flexible_quote_block_quote{
	    font-size: 45px;
    line-height: 42px;
}

.flexible_hero_b {

    height: calc(100vh + -80px);

}






.flexible_slider_portfolio_button_block{
	    flex-direction: column;
}






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






.flexible_gallery_a_gallery_image {
            width: calc(33.3% + -5px);
}





/*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(100vh + -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;
}


/*mobile menu*/

.menu-list li {
    font-size: 25px;
    line-height: 40px;
}









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


}
















