/*!
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, "Barlow Semi Condensed", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Barlow Semi Condensed 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: 0px;
}

.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: 0em;
	margin-bottom: 0em;
}

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

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

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

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

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

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

.post,
.page {
	margin: 0px;
}

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

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

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

/*--------------------------------------------------------------
## 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;
	width: 100%;
}

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



/*
SegoeUI-Bold.ttf
SegoeUI-Bold.woff
SegoeUI-Regular.eot
SegoeUI-Regular.ttf
SegoeUI-Regular.woff
SegoeUIBlack-Italic.eot
SegoeUIBlack-Italic.ttf
SegoeUIBlack-Italic.woff
SegoeUIBlack.eot
SegoeUIBlack.ttf
SegoeUIBlack.woff

*/


@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-SemiBold.eot');
    src: url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-SemiBold.woff') format('woff'),
        url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-ExtraBold.eot');
    src: url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-ExtraBold.woff') format('woff'),
        url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-Medium.eot');
    src: url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-Medium.woff') format('woff'),
        url('https://broadwayvascular.vast.dev/wp-content/themes/vast/fonts/BarlowSemiCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*


MEDIUM

font-family: 'Barlow Semi Condensed';
font-weight: 500;


BOLD

font-family: 'Barlow Semi Condensed';
font-weight: 600;


EXTRA BOLD
font-family: 'Barlow Semi Condensed';
font-weight: bold;


*/


/*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%;
    background-color: #FCFCFC;
}


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%;
    margin-top: 0px !important;

    -webkit-font-smoothing: antialiased;

	font-family: 'Barlow Semi Condensed';
	font-weight: normal;
	font-style: normal;
    font-size: 20px;
    color: #282828;
    letter-spacing: 0px;
    line-height: 0px;
/*    line-height: normal;*/


}


p{
    /*line-height: 28px;*/

}



body {
    background: #FCFCFC;
	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;
	margin-top: 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;
    /*font-weight: normal;*/

}


h1, h2, h3, h4, h5, h6{
    font-weight: bold;
/*    margin-bottom: 30px;
    font-weight: 600;*/

}


h1{
    font-size: 36px;
    line-height: 46px;
    margin: 0px;
    margin-bottom: 30px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
}

h2{
    font-size: 24px;
    line-height: 34px;
    margin: 0px;
    margin-bottom: 30px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
}

h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0px;
    margin-bottom: 30px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;

}

h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 30px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 30px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
}

: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-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
}


strong{

    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
}



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-start: 7px;


    -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: inherit;
    margin-bottom: inherit;
}

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: #172833;
    background-color: #ffffffbd;
    padding: 0px;
    float: left;
    margin: 7px 0px 0px 0px!important;
    font-size: 16px;
    line-height: 20px;
}


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

}

.entry-content{
	margin-top: 80px;
}

/*.page-id-4871 .entry-content{
	margin-top: 0px;
}
*/


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





/*home page header styles*/


/*.page-id-4871 .container {
}


.page-id-4871 .main_logo_white{
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 300px;
    opacity: 1.0;
    transition: all 0.5s ease;
}

.page-id-4871 .main_logo_white_scrolled{
	opacity: 0.0;
	transition: all 0.5s ease;
}

.page-id-4871 .main_logo_green{
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 300px;
    opacity: 0.0;
    transition: all 0.5s ease;
}

.page-id-4871 .main_logo_green_scrolled{
	opacity: 1.0;
	transition: all 0.5s ease;
}
*/


.instagram_logo{

}

.instagram_logo_light{
	width: 16px;
	position: fixed;
	left: 163px;
	top: 39px;
	opacity: 0.0;
	transition: all 0.5s ease;
}

.page-id-4871 .instagram_logo_light{
    width: 16px;
    position: fixed;
    left: 161px;
    top: 39px;
    opacity: 1.0;
    transition: all 0.5s ease;
}

.page-id-4871 .instagram_logo_light_scrolled{
    width: 16px;
    position: fixed;
    left: 161px;
    top: 39px;
    opacity: 0.0;
    transition: all 0.5s ease;
}

.instagram_logo_dark{
    width: 16px;
    position: fixed;
    left: 161px;
    top: 39px;
    opacity: 1.0;
    transition: all 0.5s ease;
}

.page-id-4871 .instagram_logo_dark{
    width: 16px;
    position: fixed;
    left: 161px;
    top: 39px;
    opacity: 0.0;
    transition: all 0.5s ease;
}

.page-id-4871 .instagram_logo_dark_scrolled{
    width: 16px;
    position: fixed;
    left: 161px;
    top: 39px;
    opacity: 1.0;
    transition: all 0.5s ease;
}




.linkedin_logo{

}

.linkedin_logo_light{

	width: 16px;
	position: fixed;
	left: 191px;
	top: 38px;
	opacity: 0.0;
	transition: all 0.5s ease;
}

.page-id-4871 .linkedin_logo_light{
	width: 16px;
	position: fixed;
	left: 191px;
	top: 38px;
	opacity: 1.0;
	transition: all 0.5s ease;
}

.page-id-4871 .linkedin_logo_light_scrolled{
	width: 16px;
	position: fixed;
	left: 191px;
	top: 38px;
	opacity: 0.0;
	transition: all 0.5s ease;
}

.linkedin_logo_dark{
	width: 16px;
	position: fixed;
	left: 191px;
	top: 38px;
	opacity: 1.0;
	transition: all 0.5s ease;
}

.page-id-4871 .linkedin_logo_dark{
	width: 16px;
	position: fixed;
	left: 191px;
	top: 38px;
	opacity: 0.0;
	transition: all 0.5s ease;
}

.page-id-4871 .linkedin_logo_dark_scrolled{
	width: 16px;
	position: fixed;
	left: 191px;
	top: 38px;
	opacity: 1.0;
	transition: all 0.5s ease;
}










/*.page-id-4871 .menu-list{
	color: white;
	transition: all 0.5s ease;

}

.page-id-4871 .menu-list_scrolled{
	color: #282828;
	transition: all 0.5s ease;

}



.page-id-4871 .sub-menu{
	background: #262626;
	transition: all 0.5s ease;

}

.page-id-4871 .sub-menu_scrolled{
	    background: #ffffff;
	transition: all 0.5s ease;

}*/


.menu-important_header-container_wrapper{

    position: fixed;
    width: 100%;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    background: #F5F5F5;
    height: 30px;
    margin: 0px;
}

.menu-important_header-container_wrapper_inner{
    display: block;
    position: fixed;
    padding: 0px 30px 0px 30px;
    max-width: 1800px;
    width: 100%;
    margin: auto;
    right: 0px;
    left: 0px;

}


.menu-important_header_left-container{
float: left;
}

#important_header_left{
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-size: 12px;
    line-height: 27px;
    display: block;
    height: 30px;
    text-align: left;

    margin: 0px;
}

#important_header_left li{
	    float: left;
    margin-right: 10px;
}

#important_header_left *{
	border: 0px;
	display: block;
}


.menu-important_header_right-container{
	float: right;
}

#important_header_right{
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-size: 12px;
    line-height: 27px;
    display: block;
    height: 30px;
    text-align: right;
    margin: 0px;

}

#important_header_right li{
	float: left;
    margin-left: 10px;
}

#important_header_right *{
	border: 0px;
	display: block;
}


.container {
    position: fixed;
    width: 100%;
    z-index: 999999999;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: #ffffff;
    height: 80px;

/*	background: -moz-linear-gradient(top,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c000000', endColorstr='#00000000',GradientType=0 ); 
*/


/*background: linear-gradient(to bottom, rgb(0 0 0 / 77%) 0%,rgba(0,0,0,0) 100%);*/
	transition: all 0.5s ease;
    
}


.container_inner{

    height: 80px;
/*    padding: 0px 25px;*/
    margin: 0 auto;
    position: relative;
    clear: both;
/*    max-width: 1800px;*/

}



/*
.scrolled{
    background-color: #ffffff!important;
    transition: all 0.5s ease;
}
*/



/*.main_logo_white{
    opacity: 0.0;
}

.main_logo_white_scrolled{
	opacity: 0.0;
	transition: all 0.5s ease;
}*/

.logo_resort{
/*    margin: auto;*/
    max-width: 430px;
}

.logo_resort img{
/*    margin: auto;*/
    max-width: 357px;
}

/*.main_logo_green_scrolled{
	opacity: 1.0;
	transition: all 0.5s ease;
}
*/





/*custom nav menu start*/


/*site logo*/

.site_logo{
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 80px;
}



.home_logo {
	display: none;
}

.main_logo {
	display: block;
    width: 300px;
    /*image-rendering: -webkit-optimize-contrast;*/

    /*display: none;*/
}


#main_logo_swap{
-webkit-transition: all .3s;
}



/*
.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: 38px;
    top: 29px;
    right: 20px;
    -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: #ffffff;
	width: 100%;
	height: 100%;
	top: 60px;
	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{
    color: #282828;

}
.menu-list li {
    color: #282828;
    float: left;
    background: none;
    display: block;
    text-align: left;
    /* padding: 5px 0px 5px 0px; */
    margin: 5px 12px 5px 12px;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    width: inherit;
    opacity: 1.0;
    transition: opacity .3s;
}

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

/*	opacity: .9;*/
	transition: opacity .3s;

}

header a{
	opacity: 1.0;
	transition: opacity .3s;
}

header a:hover{
/*	opacity: .9;*/
	transition: opacity .3s;
}



.menu-list li a{
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    height: 25px;
}

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

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

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


.menu_left1{
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    width: 410px!important;
    height: 80px;
    margin: 0px!important;
    background-color: #ffffff!important;
}

/*.menu_left2{
    position: fixed;
    left: 85px;
}

.menu_left3{
    position: fixed;
    right: 20px;
    top: -3px;
    font-size: 10px!important;
    font-weight: normal!important;
}*/

/*.menu_left4{
    position: fixed;
    left: 163px;
    top: 26px;
}

.menu_left5{
    position: fixed;
    left: 183px;
    top: 26px;
}*/


.sub-menu{
	width: 330px;
    opacity: 0;
    margin-left: -25px;
    background: #ffffff;
    display: none;
    position: absolute;
    padding: 15px 10px 10px 15px;
    z-index: -99999;
    transition: opacity .3s;
}



.menu  > :last-child > .sub-menu{
    margin-left: -233px;
}

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

.menu-item-has-children{

}


.menu-item-has-children::after {
    content: " > ";
    display: block;
    float: right;
    position: relative;
    margin-top: -35px;
    margin-right: -10px;
    padding-left: 10px;
    font-size: 10px;
}


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


.current-menu-item{
/*    color: #ffffff!important;*/
    border-bottom: 3px solid #c5291b;
    width: fit-content!important;
}

.current-category-ancestor{
	    color: #FFFBF8!important;
    border-bottom: 3px solid #c5291b;
}




#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: #fff;
	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: #2a54a5;
  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: 25px;
	top: -8px;
	-webkit-transition-property: top,-webkit-transform;
	transition-property: top,transform;
}

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

	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: #2a54a5;

	width: 25px;
}

.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: 1100px) {


	.menu-important_header-container_wrapper{
		display: none;
	}

	.container{
		top: 0px;
		    height: 60px;
	}

	.entry-content{
		    margin-top: 60px;
	}

.nav-menu {
    

}

.menu-list {
    opacity: 0;
    padding-top: 100px;
    position: fixed;
}

.menu-desktop-menu-container{
	height: calc(100vh + -110px);
    width: 100%;
    overflow: auto;
        padding: 10px 10px 75px 10px;
}

.menu-list li {
	float: none;
	line-height: 20px;
	margin-left: 9px;
	width: fit-content;

	margin: 20px 0px 0px 4px;
}


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


.sub-menu {
opacity: 1;
    background: #ffffff00;
    display: block;
    position: relative;
    /*height: fit-content;*/
    z-index: 999999999999;
    padding: 0px;
    width: auto;
    margin-left: 20px;
}

.menu-item-has-children::after{
	display: none;
}


#burger-wrap {
    display: block;
}




.site_logo {
/*    width: 100px;*/
/*    top: 10px;*/
/*    left: 0px;*/

/*top: 20px;*/
}
/*
.page-id-4871 .main_logo_green {
    width: 220px;
}
.page-id-4871 .main_logo_white{
    width: 220px;

}

.main_logo_green {
    width: 220px;
}
.main_logo_white{
    width: 220px;
	
}


.page-id-4871 .instagram_logo_light, .page-id-4871 .instagram_logo_dark, .instagram_logo_dark{
	    left: 25px;
    top: 35px;
}

.page-id-4871 .linkedin_logo_light, .page-id-4871 .linkedin_logo_dark, .linkedin_logo_dark{
	left: 53px;
    top: 34px;
}


.main_logo {
    width: 100px;
}
*/
.container_inner{
height: 60px;
	        max-width: 100%;
}
.menu_left1{
	height: 60px;
}

.site_logo{
	    height: 60px;
}

.logo_resort img {
    max-width: 266px;
}



.burger {
    right: 6px;
    top: 1px;
}

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

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

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


/*mobile menu*/

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

.menu-list li a{
	height: 35px;
    color: #282828!important;
}
/*
.page-id-4871 .sub-menu {
    background: inherit!important;
    color: #282828!important;
}

.menu_left1, .menu_left2, .menu_left3 {
	position: relative;
	left: auto;
	right: auto;
}*/


.burger span{
    background-color: #2a54a5;
}
.burger span::after, .burger span::before{
    background-color: #2a54a5;

}





}




/*Default Gutenberg Fields Start*/

.gutenberg_breadcrumbs{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    float: left;
    padding: 10px 25px 10px 25px;
}
.breadcrumb_last{
	    color: #828282;
}

.wp-block-table{
padding: 20px;
max-width: 1800px;
margin: auto;
    font-size: 18px;
    line-height: 27px;
/*    min-width: 800px;*/
}

.wp-block-table .has-fixed-layout{
    min-width: 800px;

}


.wp-block-table thead {
    border-bottom: 1px solid #282828;
}

.wp-block-table td, .wp-block-table th{
	border: .5px solid #282828;
    padding: 20px;
    text-align: left;
    vertical-align: baseline;
}


/*gutenberg fields start*/



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


.gutenberg_content_area_full_width{
	max-width: 100%;
	margin: 0 auto;
	max-width: 1800px;
}

.gutenberg_content_area_main_full_width{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-size: 18px;
    line-height: 27px;
}

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



.gutenberg_content_area_limited_width{
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-size: 18px;
    line-height: 27px;
}

.gutenberg_content_area_limited_width img{
	margin: 0px;

}

.gutenberg_content_area_main_limited_width p{
margin-bottom: 30px;
}

.gutenberg_content_area_main_limited_width a{
    color: #CF3E30;
    /* border-bottom: 2px solid #011f5b; */
    font-style: normal;
    font-weight: 600;
    font-family: 'Futura PT Demi';
}

.gutenberg_content_area_main_limited_width ul{
	margin-bottom: 30px;
}






.gutenberg_content_area_limited_width_dark{
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2;

    color: #ffffff;
    margin-top: 0px;
    padding: 35px 20px 35px 20px;
    background-color: #021827;
    z-index: 1;
}

.gutenberg_content_area_limited_width_dark img{
	margin: 0px;

}


.gutenberg_content_area_main_limited_width_dark{
	max-width: 700px;
}

.gutenberg_content_area_main_limited_width_dark p{
margin-bottom: 30px;
}




blockquote  {
    border-left: 5px solid #3A8244;
    margin: 10px 0px 40px 30px;
    padding: 0px 10px 0px 22px;
    color: #172833;
    font-size: 28px;
    line-height: 35px;
  	font-family: 'Futura PT';
    font-weight: 500;
}

blockquote:before {
  color: #172833;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}






/*gutenberg_hero_a start*/


.gutenberg_hero_a{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
/*    aspect-ratio: 5/1;*/
    max-width: 1840px;
    margin: auto;
    max-height: calc(100vh + -180px);

}

.gutenberg_hero_a_image{

}

.gutenberg_hero_a_image img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
/*    aspect-ratio: 5/1;*/
    object-fit: cover;
    max-height: calc(100vh + -180px);
}


.gutenberg_hero_a_cover{
    background: linear-gradient( 0deg , rgb(0 0 0 / 13%) 0%, rgb(255 255 255 / 0%) 100%);
    float: none!important;
    margin: 0 auto;
    padding-bottom: 0px;
    display: inline-block;
    object-fit: cover;
    height: calc(100vh + 50px);
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;

    display: none;
}

.gutenberg_hero_a_title_wrapper{
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    /* background-color: white; */
    padding: 25px 45px 30px 70px;
    max-width: 100%;
    min-width: 100%;
    color: white;
    text-align: center;
}


.gutenberg_hero_a_title{
	font-size: clamp(32px, 8vw, 130px);
    line-height: normal;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;

}


.gutenberg_hero_a_text{
    line-height: normal;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-size: clamp(10px, 2vw, 30px);
}


/*.gutenberg_hero_a_title strong{

	font-weight: 900;
    font-style: italic;
    line-height: 137px;
    font-size: 90px;

}*/


.gutenberg_hero_a_title_line{
    width: 75px;
    height: 9px;
    margin-top: 29px;
    background-color: #ED2024;
}




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

    /*opacity: .6;*/
}



/*video code*/




/*#videoId{
    width: 100%;
    height: auto;
}*/

#videoId {
    width: 100vw;
    height: 100vh;
    height: calc(100vh + 50px);
    object-fit: contain;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}

#videoId2 {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 1;
    aspect-ratio: 9/3.5;
}



/*hide controls for html video player*/


video::-webkit-media-controls {
  display: none;
}



.image-force-full-width{
    width: 100%;
}


.homevideo{
  display: block;
}

.homevideomobile{
  display: none;
}









/*gutenberg_hero_b start*/


.gutenberg_hero_b{
    display: inline-flex;
    position: relative;
    width: 100%;
    margin: auto;
    background-color: #F7F4F4;
    min-height: 200px;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.gutenberg_hero_b_inner{
    display: inline-flex;
    position: relative;
    width: 100%;
    margin: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    height: -webkit-fill-available;
    max-width: 1750px;
    padding: 50px 95px 0px 95px;
}


.gutenberg_hero_b_title_wrapper{
	display: inline-flex;
    width: 75%;
    justify-content: flex-start;
}


.gutenberg_hero_b_title{
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
/*    font-size: clamp(32px, 4vw, 64px);
    line-height: clamp(42px, 3vw, 62px);*/

    font-size: 64px;
    line-height: 64px;
    margin: 0px;
}


.gutenberg_hero_b_title_line{
    width: 75px;
    height: 9px;
    margin-top: 29px;
    background-color: #ED2024;
}


.gutenberg_hero_b_button_wrapper{
    width: 25%;
    display: inline-flex;
    justify-content: flex-end;
}

.gutenberg_hero_b_button{
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1.5px;
    border-radius: 20px;
    display: inline-block;
    padding: 13px 35px 16px 35px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    background-color: #ED2024;
    filter: brightness(100%);
    transition: all 200ms;
}

.gutenberg_hero_b_button:hover{
filter: brightness(85%);
    transition: all 200ms;
}

/*gutenberg_hero_c start*/


.gutenberg_hero_c{
    display: block;
    position: relative;
    width: 100%;
/*    overflow: hidden;*/
    margin: auto;
    max-width: 1754px;
    margin: auto;
    padding: 25px;
    aspect-ratio: 4/1;
}

.gutenberg_hero_c_inner{
    display: inline-flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    height: -webkit-fill-available;
    background-color: #c5291b;
}

.gutenberg_hero_c_image{
    aspect-ratio: 2/1;
}

.gutenberg_hero_c_image img{
	width: 100%;
    image-rendering: -webkit-optimize-contrast;
    aspect-ratio: 2/1;
    object-fit: cover;
}

.gutenberg_hero_c_title_wrapper{
    bottom: 0px;
    left: 0px;
    padding: 0px 25px 0px 25px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    text-align: left;
}

.gutenberg_hero_c_title{
    font-size: 48px;
    line-height: 58px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    margin: 0px;
    color: white;
}

.gutenberg_hero_c_title_line{
    width: 75px;
    height: 9px;
    margin-top: 29px;
    background-color: #ED2024;
}





.gutenberg_hero_d{
    z-index: 99999999999;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-image: linear-gradient(to right, #042b45, #042b45);
    background-size: 100% 165px;
    background-repeat: no-repeat;
    overflow: visible;
    margin-bottom: 10px;
}

.gutenberg_hero_d_image{
    position: relative;
    overflow: hidden;
    width: 60%;
    margin-bottom: -30px;
}

.gutenberg_hero_d_image img{
    width: 100%;
    image-orientation: none;
    /* aspect-ratio: 6/4; */
    object-fit: cover;
    margin-top: 120px;
}



.gutenberg_hero_d_title_wrapper{
    z-index: 1;
    width: 40%;
    padding-left: 50px;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    margin-top: 120px;

}

.gutenberg_hero_d_supertitle{
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    max-width: 400px;
    color: #ED2024;
}

.gutenberg_hero_d_title{
    text-align: left;
    font-size: 41px;
    line-height: 47px;
    width: 100%;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    max-width: 400px;
}

.gutenberg_hero_d_title p{
    margin-top: 10px;
}

.gutenberg_hero_d_subtitle{
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    /* max-width: 434px; */
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    padding-top: 20px;
}

.gutenberg_hero_d_subtitle p{

}




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


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


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


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

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


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

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


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


.gutenberg_portfolio_grid_repeater_button a{

    font-weight: normal;
    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;

}

.gutenberg_portfolio_grid_repeater_button a:hover{

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















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

.gutenberg_gallery_a_inner{
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.gutenberg_gallery_a_title::before {
    content: " ";
    display: inline-flex;
    background: #ED2024;
    width: 75px;
    height: 9px;
    margin-bottom: 30px;
}

.gutenberg_gallery_a_title{
	display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0px 30px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0px;
    font-size: 47px;
    line-height: 47px;
}

.gutenberg_gallery_a_gallery_image{
/*    width: 50%;*/
    padding: 40px;
}


.gutenberg_gallery_a_gallery_image img{
    width: 150px;
}
.gutenberg_gallery_a_gallery_image p{
    margin-top: 7px;
    font-size: 16px;
    line-height: 20px;
}






.gutenberg_gallery_b{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 0px 30px 0px;
    display: flex;
    width: calc(100% + 20px);
    background-color: #042b45;
    margin-top: -75px;
    z-index: -1;
}

.gutenberg_gallery_b_inner{
	max-width: 100%;

	    display: flex;
    width: 100%;
}

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

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

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

.gutenberg_gallery_b_gallery_image_wrapper p{
    color: #ffffff;
    float: left;
    height: initial;
    font-size: 14px;
    line-height: 20px;
    /* background-color: #042b45; */
    position: absolute;
    bottom: 10px;
    left: 14px;
    padding: 4px 12px;
    display: block;
    text-shadow: 3px 3px 14px black;
}



.grid-sizer2,
.grid-item2 { 

	width: calc(33.33334% + -20px);
    margin-bottom: 20px;
}


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

.grid-sizer2,
.grid-item2 { 

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

}


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





    .grid-sizer2,
    .grid-item2 { 


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





}




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

    .grid-sizer2,
    .grid-item2 { 


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

}










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


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

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


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

}

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

}


















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

}


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

.gutenberg_slider_portfolio_button_block_layout{

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

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

}

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




.gutenberg_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: sofia-pro, 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;
}


*/




.gutenberg_cta, .gutenberg_cta2{
    width: 100%;
    float: left;
    display: flex;
    padding: 110px 20px 110px 20px;
    background: linear-gradient(#C9C9C9, #C9C9C9) no-repeat center/3px 100%;
}

.gutenberg_cta_inner, .gutenberg_cta2_inner{
    max-width: 475px;
    margin: 0 auto;
    text-align: center;
    background: #F7F7F7;
    padding: 40px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.gutenberg_cta_icon, .gutenberg_cta2_icon{
	width: 48px;
}

.gutenberg_cta_title, .gutenberg_cta2_title{
    margin-bottom: 16px;
    margin-top: 20px;
    font-size: 30px;
    line-height: 45px;
    padding: 0px 0px 0px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    letter-spacing: .2px;
    font-style: normal;
}

.gutenberg_cta_text, .gutenberg_cta2_text{
    font-size: 18px;
    line-height: 22px;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 30px;
    max-width: 350px;
}

.gutenberg_cta_button, .gutenberg_cta2_button{
    border: 2px solid #042b45;
    color: #042b45;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 9px;
    display: inline-block;
    padding: 13px 35px 13px 35px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    transition: all 200ms;
}

.gutenberg_cta_button:hover, .gutenberg_cta2_button:hover{
    border: 2px solid #042b45;
    background-color: #042b45;
    color: #ffffff;
    transition: all 200ms;
}





/* gutenberg_slider_portfolio1 start */


.gutenberg_slider_portfolio1{
    background-color: #375a57;
    padding: 0px;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}


.gutenberg_slider_portfolio1_cover{
/*    background: linear-gradient( 0deg , #1a56328a 0%, #003c18d4 100%);*/

        background: linear-gradient( 0deg , #1a5632b8 0%, #011c0c7a 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    mix-blend-mode: multiply;
}


.gutenberg_slider_portfolio1_title_wrapper{
    width: 100%;
    margin: auto;
    display: none;
}

.gutenberg_slider_portfolio1_title{

    z-index: 999999;
    color: #172833;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    padding: 0px 0px 30px 0px;
    max-width: 1280px;
    margin: auto;

}



.gutenberg_slider_portfolio1_title img{
    width: 100%;
}


.gutenberg_slider_portfolio1_slides_cta_area{
    position: absolute;
    bottom: 40px;
    left: 17px;
    /* width: 644px; */
    /* height: 180px; */
    padding: 27px 0px 0px 45px;
    display: inline-block;
    max-width: 650px;
    background-color: #fdfdfd00;
    z-index: 2;
}

.gutenberg_slider_portfolio1_slides_title_line{
    width: 75px;
    height: 9px;
    background-color: #ED2024;
    margin-bottom: 17px;

    display: none;
}

.gutenberg_slider_portfolio1_slides_title{
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px 0px 0px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    letter-spacing: -4px;
    font-size: 61px;
    line-height: 52px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: white;
}

.gutenberg_slider_portfolio1_slides_subtitle{
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    padding: 20px 0px 0px 0px;
    width: 100%;
    float: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    color: white;

    display: none;
}

.gutenberg_slider_portfolio1_slides_text{
    width: 100%;
    font-size: 20px;
    line-height: 21px;
    position: relative;
    float: left;
    display: inline-block;
    padding-bottom: 20px;
    display: none;
}

.gutenberg_slider_portfolio1_slides_button{
    margin-right: 10px;
    font-size: 15px;
    line-height: 15px;
    border-radius: 0px;
    display: inline-block;
    padding: 9px 20px 9px 20px;
    margin-top: 5px;
    font-family: 'Barlow Semi Condensed';
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
     border: 2px solid #ED2024; 
    box-shadow: inset 0 0 0 0 #ED2024;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.gutenberg_slider_portfolio1_slides_button:hover{

    box-shadow: inset 400px 0 0 0 #ED2024;
    color: white;
}


.gutenberg_slider_portfolio1 * img{
	aspect-ratio: 2/1;
}

.gutenberg_slider_portfolio1_slides_image{
    display: block;
}

.gutenberg_slider_portfolio1_slides_image_mobile{
    display: block;
}


.gutenberg_slider_portfolio1 * .slick-dots{
    bottom: 36px!important;
    /* left: 0px!important; */
    right: 70px!important;
    /* width: fit-content!important; */
    font-size: 34px!important;
    z-index: 99999!important;
    width: 10px!important;
    margin: 0 auto!important;
}

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


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


.gutenberg_slider_portfolio1 * .slick-dots li {
    width: 18px!important;
    height: 18px!important;
    margin: 0 2px!important;
}


.gutenberg_slider_portfolio1 * .slick-list{
    height: calc(100vh + -130px)!important;
}

.gutenberg_slider_portfolio1 * .slick-track{
    height: calc(100vh + -130px)!important;
}

.gutenberg_slider_portfolio1 * .slick-container{
    height: calc(100vh + -130px)!important;
}

.gutenberg_slider_portfolio1 * .slick-slide img{
    height: calc(100vh + -130px)!important;
}




/* gutenberg_slider_portfolio1 end */




/* gutenberg_slider_portfolio2 start */


.gutenberg_slider_portfolio2{
    background-color: #F5F5F5;
	padding: 130px 0px 150px 0px;
    /* height: calc(100vh + -200px); */
    /* height: 100%; */
    width: 100%;
    /* max-width: 1505px; */
    margin: auto;
    margin-top: 0px;
    display: flex;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
}


.gutenberg_slider_portfolio2_cover{
    background: #00000000;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    display: none;
}


.gutenberg_slider_portfolio2_title_wrapper{
    width: 100%;
    margin: auto;
    display: none;
}

.gutenberg_slider_portfolio2_title{

    z-index: 999999;
    color: #172833;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    padding: 0px 0px 30px 0px;
    max-width: 1280px;
    margin: auto;

}



.gutenberg_slider_portfolio2_title img{
    width: 100%;
}


.gutenberg_slider_portfolio2_slides_cta_area{
    position: relative;
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
}

.gutenberg_slider_portfolio2_slides_title_line{
    width: 75px;
    height: 9px;
    background-color: #ED2024;
    margin-bottom: 17px;
    margin: auto;
    margin-bottom: 30px;
}

.gutenberg_slider_portfolio2_slides_title{
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0px 30px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0px;
    font-size: 47px;
    line-height: 47px;
}

.gutenberg_slider_portfolio2_slides_subtitle{
	font-size: 17px;
    line-height: 21px;
    text-align: center;
    padding: 30px 20px 30px 20px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    float: left;
}

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

.gutenberg_slider_portfolio2_slides_text{
    width: 100%;
    font-size: 20px;
    line-height: 21px;
    position: relative;
    float: left;
    display: inline-block;
    padding-bottom: 20px;
    display: none;
}

.gutenberg_slider_portfolio2_slides_button{
    margin-right: 10px;
    border: 2px solid #283B66;
    background-color: white;
    color: #283B66;
    font-size: 15px;
    line-height: 15px;
    border-radius: 5px;
    display: inline-block;
    padding: 7px 20px 7px 20px;
    margin-top: 5px;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    transition: all 200ms;
    display: none;
}

.gutenberg_slider_portfolio2_slides_button:hover{
    border: 2px solid #283B66;
    background-color: #283B66;
    color: #F9EDEB;
    transition: all 200ms;
}


.gutenberg_slider_portfolio2 * img{
/*    aspect-ratio: 2/1;*/
}

.gutenberg_slider_portfolio2_slides_image{
    max-width: 200px;
    margin: auto;
}

.gutenberg_slider_portfolio2_slides_image_mobile{
    display: block;
}


.gutenberg_slider_portfolio2 * .slick-dots{
    position: absolute;
    bottom: -50px!important;
    left: 0px!important;
    right: 0px!important;
}

/* gutenberg_slider_portfolio2 end */





/*general slick*/

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


.slick-list {
	width: calc(100% + -0px);
    /*max-width: 1280px;*/
	max-width: 100%;
    margin: 0 auto!important;
    /*overflow: visible!important;*/
}

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

.slick-slide img {
    width: 100%;

/*    width: inherit;*/

    height: auto;

/*    height: inherit;*/

    /* height: calc(100vh + -200px); */
    object-fit: cover;
/*    aspect-ratio: 2/1;*/
/*    margin-bottom: -2px;*/
}




.slick-prev:before, .slick-next:before {
    font-family: sofia-pro, 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: 36px!important;
    /* left: 0px!important; */
    right: 49px!important;
    width: fit-content!important;
    font-size: 34px!important;
    z-index: 99999!important;
    margin: 0 auto!important;
}


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


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


.slick-dots li {
    width: 20px!important;
    height: 20px!important;
    margin: 0 2px!important;
}










.gutenberg_slider_portfolio3{
    /* background-color: #F9EDEB; */
    padding: 0px 0px 0px 0px;
    /* height: calc(100vh + -200px); */
    /* height: 100%; */
    width: 100%;
    /* max-width: 1505px; */
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}


.gutenberg_slider_portfolio3_cover{
    background: #00000000;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    display: none;
}


.gutenberg_slider_portfolio3_title_wrapper{
    width: 100%;
    margin: auto;
    display: none;
}

.gutenberg_slider_portfolio3_title{

    z-index: 999999;
    color: #172833;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    padding: 0px 0px 30px 0px;
    max-width: 1280px;
    margin: auto;

}



.gutenberg_slider_portfolio3_title img{
    width: 100%;
}


.gutenberg_slider_portfolio3_slides_cta_area{
	position: absolute;
    bottom: -1px;
    left: 0px;
    max-width: 25%;
    padding: 25px 0px 20px 0px;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 10px 30px;
}

.gutenberg_slider_portfolio3_slides_title{
    display: inline-block;
    width: 100%;
    font-size: 23px;
    line-height: 29px;
    float: left;
    text-align: left;
    padding: 0px 0px 0px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    letter-spacing: .2px;
    font-size: 35px;
    line-height: 45px;
    display: none;

}

.gutenberg_slider_portfolio3_slides_subtitle{
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    padding: 15px 0px 0px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    float: left;
}

.gutenberg_slider_portfolio3_slides_text{
    width: 100%;
    font-size: 20px;
    line-height: 21px;
    position: relative;
    float: left;
    display: inline-block;
    padding-bottom: 20px;
    display: none;
}

.gutenberg_slider_portfolio3_slides_button{
    margin-right: 10px;
    border: 2px solid #283B66;
    background-color: white;
    color: #283B66;
    font-size: 15px;
    line-height: 15px;
    border-radius: 5px;
    display: inline-block;
    padding: 7px 20px 7px 20px;
    margin-top: 5px;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    transition: all 200ms;
    display: none;
}

.gutenberg_slider_portfolio3_slides_button:hover{
    border: 2px solid #283B66;
    background-color: #283B66;
    color: #F9EDEB;
    transition: all 200ms;
}


.gutenberg_slider_portfolio3_slides_image{
    display: block;
}

.gutenberg_slider_portfolio3_slides_image_mobile{
    display: block;
}







.gutenberg_center_section1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 30px 20px 30px 20px;
    max-width: 1320px;
    margin: auto;
}


.gutenberg_center_section1_inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
    margin-left: -120px;
}

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

.gutenberg_center_section1_title{
    font-size: 20px;
    line-height: 25px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 600;
    font-style: normal;
    padding: 0px 20px 35px 35px;
}

.gutenberg_center_section1_text{
    font-size: 17px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    max-width: 600px;
    border-left: 5px solid #011F5B;
    padding-left: 32px;
}

.gutenberg_center_section1_text *{
	    color: #1C1C1C;
}

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

.gutenberg_center_section1_text h3{
	    font-weight: 600;
	    font-size: inherit;
}


/*read more plugin*/
.yrm-btn-wrapper span {
	font-size: 17px!important;
    line-height: 25px!important;
    color: #011F5B!important;
    font-family: 'Barlow Semi Condensed';
    font-weight: 600!important;
    font-style: normal!important;
}

.yrm-btn-wrapper {
    margin-bottom: -15px!important;
}

.gutenberg_center_section1_text a{
    color: #011f5b;
    border-bottom: 2px solid #011f5b;
}


.gutenberg_center_section1_text >  ul {
	/*list-style-type: none;*/
}

.gutenberg_center_section1_text *  li {
	margin-bottom: 5px;
}

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

.gutenberg_center_section1_text div{
    margin-bottom: 20px;
}



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

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



.yrm-content {
    color: inherit !important;
}










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



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

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

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

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

.gutenberg_center_section2_text a{

}


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

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

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


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




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

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

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











/*gutenberg_grid_a start*/

.gutenberg_grid_a{
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    color: #282828;
    margin-top: 0px;
    padding: 20px 95px 70px 95px;
}

.gutenberg_grid_a_title{
    width: 100%;
}

.gutenberg_grid_a_title p{
    padding: 25px 50px 20px 50px;
    text-align: right;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    font-size: 44px;
    line-height: 50px;
    color: #282828;
    float: right;
    letter-spacing: -.5px;
}

.gutenberg_grid_a_title p::before {
	content: " ";
    display: block;
    background: #1A5632;
    width: 190px;
    height: 5px;
    margin-bottom: 30px;
    float: left;
    margin-top: 20px;
    margin-right: 25px;
}


.gutenberg_grid_a_block{
    width: 100%;
    padding: 35px 5px 5px 5px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.gutenberg_grid_a_block:nth-child(even){
    flex-direction: row-reverse;
}

.gutenberg_grid_a_block_supertitle{
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 15px 0px;
	font-family: 'Barlow Semi Condensed';
	font-weight: 600;
	font-style: normal;
}

.gutenberg_grid_a_block_image_wrapper{
/*    background-color: #ED2024;*/
    /* aspect-ratio: 1/1; */
    width: 44%;
}

.gutenberg_grid_a_block_image{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.gutenberg_grid_a_block_image img{
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
/*	aspect-ratio: 1/1;*/
	object-fit: cover;

/*	filter: brightness(70%) grayscale(70%);

	transition: all 200ms;*/
}

.gutenberg_grid_a_block_image img:hover{


/*	filter: brightness(100%) grayscale(0%);

	transition: all 200ms;*/
}

.gutenberg_grid_a_block_title_wrapper::before {
    content: " ";
    display: inline-flex;
    background: #ED2024;
    width: 95px;
    height: 7.5px;
    margin-bottom: 30px;
}

.gutenberg_grid_a_block:nth-child(even) > .gutenberg_grid_a_block_title_wrapper{
    padding: 0px 90px 0px 00px;
}



.gutenberg_grid_a_block_title_wrapper{
    width: 56%;
    padding: 0px 0px 0px 90px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.gutenberg_grid_a_block_title_wrapper_inner{

}

.gutenberg_grid_a_block_title_icon{
    width: 40px;
    float: left;
    margin-top: 7px;
}

.gutenberg_grid_a_block_title_icon img{
    width: 100%;
}

.gutenberg_grid_a_block_title{
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    margin-bottom: 25px;
    font-style: normal;
    font-size: clamp(48px, 3vw, 55px);
    line-height: clamp(48px, 3vw, 55px);
}

.gutenberg_grid_a_block_text{
    width: 100%;
    font-size: 22px;
    line-height: 31px;
    text-align: left;
    padding: 15px 0px 15px 0px;
    float: left;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    color: #676767;
}

.gutenberg_grid_a_block_text p{
    margin-bottom: 25px;
}


.page-id-6348 .gutenberg_grid_a_block_text{

    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    float: left;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    color: #676767;
}


.page-id-6348 .gutenberg_grid_a_block_text p{
	margin-bottom: 10px
}



.gutenberg_grid_a_block_text ul{
/*	list-style: none;
	list-style-image: url('https://broadwayvascular.vast.dev/wp-content/uploads/2022/02/CTL_check_icon.svg');*/
}

.gutenberg_grid_a_block_text ul li{
	padding-left: 15px;
}


.gutenberg_grid_a_block_text ::marker {
}

.gutenberg_grid_a_block_text::after {
	content: " ";
    display: block;
    background: #ED2024;
    width: 75px;
    height: 9px;
    margin-top: 30px;
    display: none;
}

.gutenberg_grid_a_block_buttons_wrapper{
	float: left;
    margin-top: 15px;

}

.gutenberg_grid_a_block_button{
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1.5px;
    border-radius: 20px;
    display: inline-block;
    padding: 13px 35px 16px 35px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    background-color: #ED2024;
    filter: brightness(100%);
    transition: all 200ms;
}

.gutenberg_grid_a_block_button:hover{


    filter: brightness(85%);

    transition: all 200ms;
}

/*gutenberg_grid_a end*/





/*gutenberg_grid_b start*/

.gutenberg_grid_b{
	width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    color: #282828;
    margin-top: 0px;
    padding: 90px 0px 0px 0px;
    justify-content: center;
}


.gutenberg_grid_b_title_wrapper{
    display: inline-flex;
    width: 100%;
    max-width: 1750px;
    margin: auto;
    padding: 0px 90px 60px 90px;
    align-items: flex-start;
}

.gutenberg_grid_b_title::before {
    content: " ";
    display: inline-flex;
    background: #ED2024;
    width: 95px;
    height: 7.5px;
    margin-bottom: 30px;
    margin-left: 10px;
}

.gutenberg_grid_b_title{
    display: inline-flex;
    flex-direction: column;
    width: 30%;
}

.gutenberg_grid_b_title p{
	padding: 0px 20px 20px 5px;
    text-align: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    line-height: 51px;
}

.gutenberg_grid_b_image {
    width: 70%;
}

/*.gutenberg_grid_b_title p::after {
content: " ";
    display: block;
    background: #FFFDF8;
    width: 190px;
    height: 5px;
    margin-bottom: 30px;
    float: right;
    margin-top: 20px;
    margin-left: 25px;
}*/


.gutenberg_grid_b_block_wrapper{
    display: inline-flex;
    max-width: 1750px;
    width: 100%;
    padding: 0px 90px 0px 90px;
    flex-direction: row;
    flex-wrap: wrap;

}

/*.gutenberg_grid_b_block:first-child{
	width: 50%;
}
*/
.gutenberg_grid_b_block{
    width: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/*.gutenberg_grid_b_block:nth-child(even){
    flex-direction: row-reverse;
}*/


	.page-id-6357 .gutenberg_grid_b_block{

	width: 80%;
	max-width: 1100px;

}



.gutenberg_grid_b_block_image{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.gutenberg_grid_b_block:first-child > .gutenberg_grid_b_block_image img{
/*	aspect-ratio: 2/1;*/
}

.gutenberg_grid_b_block_image img{
width: 114px;
    image-rendering: -webkit-optimize-contrast;
    /* aspect-ratio: 1/1; */
    /* object-fit: cover; */
    padding: 0px 0px 20px 0px;
}

.gutenberg_grid_b_block_title_wrapper{
	width: 100%;
    padding: 0px 45px 45px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    left: 0px;
}

.gutenberg_grid_b_block_title_wrapper_inner{
    border-bottom: 3px solid #F2F2F2;
    width: 100%;
    padding-bottom: 10px;
}


/*providers page*/
	.page-id-6348 .gutenberg_grid_b_block_title_wrapper_inner {
    border-bottom: 0px solid #F2F2F2;
}

	.page-id-6348 .gutenberg_grid_b {
    padding: 0px 0px 0px 0px;
}

	.page-id-6348 .gutenberg_grid_a {
    padding: 20px 95px 50px 95px;
}



.page-id-6348 .gutenberg_grid_a_block:nth-child(even){
	    flex-direction: row;
}

.page-id-6348 .gutenberg_grid_a_block:nth-child(even) > .gutenberg_grid_a_block_title_wrapper{
	    padding: 0px 0px 0px 90px;
}




/*.gutenberg_grid_b_block_title_icon{
    width: 40px;
    float: left;
    margin-top: 7px;
}

.gutenberg_grid_b_block_title_icon img{
    width: 100%;
}*/

.gutenberg_grid_b_block_title{
	width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    float: left;
    text-align: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-style: normal;
}

.gutenberg_grid_b_block_text {
    padding: 15px 0px 15px 0px;
    
}


.gutenberg_grid_b_block_text p{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    float: left;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    color: #676767;
    margin-bottom: 20px;
}

.gutenberg_grid_b_block_text a{
	border-bottom: 1px solid #d1d1d1;
    padding-bottom: 1px;
}


.gutenberg_grid_b_block_text ul{
/*	list-style: none;
	list-style-image: url('https://broadwayvascular.vast.dev/wp-content/uploads/2022/02/CTL_check_icon.svg');*/
}

.gutenberg_grid_b_block_text ul li{
	padding-left: 15px;
}


.gutenberg_grid_b_block_text ::marker {
}

.gutenberg_grid_b_block_text::after {
	content: " ";
    display: block;
    background: #ED2024;
    width: 75px;
    height: 9px;
    margin-top: 30px;
    display: none;
}

.gutenberg_grid_b_block_buttons_wrapper{
	float: left;
}

.gutenberg_grid_b_block_button{
    color: #ffffff;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 1.5px;
    border-radius: 0px;
    display: inline-block;
    padding: 13px 0px 13px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    filter: brightness(100%);
    border-bottom: 2px solid white;
    transition: all 200ms;
}

.gutenberg_grid_b_block_button:hover{
    filter: brightness(85%);
    transition: all 200ms;
}

/*gutenberg_grid_b end*/







/*gutenberg_grid_c start*/

.gutenberg_grid_c{
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    color: #282828;
    margin-top: 0px;
    padding: 70px 0px 0px 0px;
}





.gutenberg_grid_c_block_wrapper{
	display: inline-flex;
    max-width: 1150px;
    padding: 0px 25px;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}



.gutenberg_grid_c_block_media{
	width: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.gutenberg_grid_c_block_title_wrapper::before {
    content: " ";
    display: inline-flex;
    background: #ED2024;
    width: 95px;
    height: 7.5px;
    margin-bottom: 30px;
}

.gutenberg_grid_c_block_title_wrapper{
    width: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
        padding: 0px 0px 0px 90px;
}

.gutenberg_grid_c_block_title_wrapper_inner{

}

.gutenberg_grid_c_block_title_icon{
    width: 40px;
    float: left;
    margin-top: 7px;
}

.gutenberg_grid_c_block_title_icon img{
    width: 100%;
}




.gutenberg_grid_c_block_title{
    padding: 0px 50px 30px 0px;
    text-align: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    line-height: 51px;
}

.gutenberg_grid_c_block_text{
    width: 100%;
    font-size: 22px;
    line-height: 31px;
    text-align: left;
    padding: 15px 0px 15px 0px;
    float: left;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    color: #676767;
}

.gutenberg_grid_c_block_text p{
    margin-bottom: 30px;
}


.gutenberg_grid_c_block_text ul{
/*  list-style: none;
  list-style-image: url('https://broadwayvascular.vast.dev/wp-content/uploads/2022/02/CTL_check_icon.svg');*/
}

.gutenberg_grid_c_block_text ul li{
  padding-left: 15px;
}


.gutenberg_grid_c_block_text ::marker {
}

.gutenberg_grid_c_block_text::after {
  content: " ";
    display: block;
    background: #ED2024;
    width: 75px;
    height: 9px;
    margin-top: 30px;
    display: none;
}

.gutenberg_grid_c_block_buttons_wrapper{
  float: left;
}

.gutenberg_grid_c_block_button{
    color: #ffffff;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 1.5px;
    border-radius: 0px;
    display: inline-block;
    padding: 13px 23px 13px 23px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    background-color: #ED2024;
    filter: brightness(100%);
    transition: all 200ms;
}

.gutenberg_grid_c_block_button:hover{
    filter: brightness(85%);

    transition: all 200ms;
}

/*gutenberg_grid_c end*/





/*gutenberg_grid_d start*/

.gutenberg_grid_d{
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    color: #FFFDF8;
/*    background-color: #282828;*/
    margin-top: 0px;
    padding: 35px 0px 50px 0px;
}

.gutenberg_grid_d_title{
    width: 100%;
    max-width: 1800px;
    margin: auto;
    padding: 0px 25px;
}

.gutenberg_grid_d_title p{
    padding: 25px 50px 20px 5px;
    text-align: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    font-size: 36px;
    line-height: 40px;
    color: #282828;
    float: left;
    letter-spacing: -.5px;
}

/*.gutenberg_grid_d_title p::after {
content: " ";
    display: block;
    background: #FFFDF8;
    width: 190px;
    height: 5px;
    margin-bottom: 30px;
    float: right;
    margin-top: 20px;
    margin-left: 25px;
}*/


.gutenberg_grid_d_block_wrapper{
    display: inline-flex;
    max-width: 1810px;
    padding: 0px 25px;
    margin: auto;
    width: 100%;
}

/*.gutenberg_grid_d_block:first-child{
  width: 50%!important;
}*/

.gutenberg_grid_d_block{
    width: 25%;

    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/*.gutenberg_grid_d_block:nth-child(even){
    flex-direction: row-reverse;
}*/

.gutenberg_grid_d_block_supertitle{
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  margin: 0 auto;
  text-align: left;
  padding: 0px 0px 15px 0px;
  font-family: 'Barlow Semi Condensed';
  font-weight: 600;
  font-style: normal;
}

.gutenberg_grid_d_block_image{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

/*.gutenberg_grid_d_block:first-child > .gutenberg_grid_d_block_image img{
  aspect-ratio: 2/1;
}*/

.gutenberg_grid_d_block_image img{
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
/*  aspect-ratio: 1/1;*/
  aspect-ratio: 2/1;
  object-fit: cover;
      padding: 5px;
}

.gutenberg_grid_d_block_title_wrapper{
    width: 100%;
    padding: 22px 20px 0px 5px;
    padding: 25px 5px 20px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    left: 0px;
}

.gutenberg_grid_d_block_title_wrapper_inner{
	width: 100%;

}

.gutenberg_grid_d_block_title_icon{
    width: 40px;
    float: left;
    margin-top: 7px;
}

.gutenberg_grid_d_block_title_icon img{
    width: 100%;
}

.gutenberg_grid_d_block_title{
  width: 100%;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
    float: left;
    text-align: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    color: #282828;

    display: none;
}

.gutenberg_grid_d_block_text{
  width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding: 15px 0px 15px 0px;
    float: left;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
/*    display: none;*/
color: #282828;

    display: none;

}

.gutenberg_grid_d_block_text p{
    margin-bottom: 5px;
}


.gutenberg_grid_d_block_text ul{
/*  list-style: none;
  list-style-image: url('https://broadwayvascular.vast.dev/wp-content/uploads/2022/02/CTL_check_icon.svg');*/
}

.gutenberg_grid_d_block_text ul li{
  padding-left: 15px;
}


.gutenberg_grid_d_block_text ::marker {
}

.gutenberg_grid_d_block_text::after {
  content: " ";
    display: block;
    background: #ED2024;
    width: 75px;
    height: 9px;
    margin-top: 30px;
    display: none;
}

.gutenberg_grid_d_block_buttons_wrapper{
  float: left;
  width: 100%;
}

.gutenberg_grid_d_block_button{
width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.5px;
    border-radius: 0px;
    display: inline-block;
    padding: 20px 40px 22px 23px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    /* text-transform: uppercase; */
    background-color: #ED2024;
    filter: brightness(100%);
    transition: all 200ms;
}

.gutenberg_grid_d_block_button:hover{
    filter: brightness(85%);

    transition: all 200ms;
}



.gutenberg_grid_d_block_button:after {
    content: url(https://broadwayvascular.vast.dev/wp-content/themes/vast/images/link_icon.svg);
    transform: scale(0.5);
    display: inline-block;
    position: absolute;
    top: 19px;
    margin-left: 9px;
}



/*gutenberg_grid_d end*/






/*gutenberg_grid_e start*/

.gutenberg_grid_e{
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    color: #FFFDF8;
    /* background-color: #282828; */
    margin-top: 0px;
    padding: 35px 0px 50px 0px;
    flex-direction: row;
    max-width: 1810px;
}

.gutenberg_grid_e_title{
    width: 100%;
    max-width: 1800px;
    margin: auto;
}

.gutenberg_grid_e_title p{
    padding: 25px 50px 20px 25px;
    text-align: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    font-size: 36px;
    line-height: 40px;
    color: #282828;
    float: left;
    letter-spacing: -.5px;
}

/*.gutenberg_grid_e_title p::after {
content: " ";
    display: block;
    background: #FFFDF8;
    width: 190px;
    height: 5px;
    margin-bottom: 30px;
    float: right;
    margin-top: 20px;
    margin-left: 25px;
}*/


.gutenberg_grid_e_block_wrapper{
display: inline-flex;
    max-width: 1810px;
    padding: 0px 25px;
    /* margin: auto; */
    flex-wrap: wrap;
}

/*.gutenberg_grid_e_block:first-child{
  width: 50%!important;
}*/

.gutenberg_grid_e_block{
    max-width: 16.666%;
    min-width: 10%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/*.gutenberg_grid_e_block:nth-child(even){
    flex-direction: row-reverse;
}*/

.gutenberg_grid_e_block_supertitle{
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  margin: 0 auto;
  text-align: left;
  padding: 0px 0px 15px 0px;
  font-family: 'Barlow Semi Condensed';
  font-weight: 600;
  font-style: normal;
}

.gutenberg_grid_e_block_image{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

/*.gutenberg_grid_e_block:first-child > .gutenberg_grid_e_block_image img{
  aspect-ratio: 2/1;
}*/

.gutenberg_grid_e_block_image img{
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
/*  aspect-ratio: 1/1;*/
  aspect-ratio: 1/1;
  object-fit: cover;
      padding: 5px;
}

.gutenberg_grid_e_block_title_wrapper{
	width: 100%;
    padding: 25px 20px 20px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
}

.gutenberg_grid_e_block_title_wrapper_inner{

}

.gutenberg_grid_e_block_title_icon{
    width: 40px;
    float: left;
    margin-top: 7px;
}

.gutenberg_grid_e_block_title_icon img{
    width: 100%;
}

.gutenberg_grid_e_block_title{
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
    float: left;
    text-align: center;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    color: #282828;
}

.gutenberg_grid_e_block_text{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 0px 0px 15px 0px;
    float: left;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    color: #282828;
}

.gutenberg_grid_e_block_text p{
    margin-bottom: 5px;
}


.gutenberg_grid_e_block_text ul{
/*  list-style: none;
  list-style-image: url('https://broadwayvascular.vast.dev/wp-content/uploads/2022/02/CTL_check_icon.svg');*/
}

.gutenberg_grid_e_block_text ul li{
  padding-left: 15px;
}


.gutenberg_grid_e_block_text ::marker {
}

.gutenberg_grid_e_block_text::after {
  content: " ";
    display: block;
    background: #ED2024;
    width: 75px;
    height: 9px;
    margin-top: 30px;
    display: none;
}

.gutenberg_grid_e_block_buttons_wrapper{
  float: left;
}

.gutenberg_grid_e_block_button{
    color: #ffffff;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 1.5px;
    border-radius: 0px;
    display: inline-block;
    padding: 13px 23px 13px 23px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    background-color: #ED2024;
    filter: brightness(100%);
    transition: all 200ms;
}

.gutenberg_grid_e_block_button:hover{
    filter: brightness(85%);

    transition: all 200ms;
}

/*gutenberg_grid_e end*/









/*gutenberg_grid_f start*/

.gutenberg_grid_f{
    width: 100%;
/*    max-width: 1480px;*/
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    color: #FFFDF8;
    background-color: #2A54A5;
    margin-top: 0px;
    padding: 90px 0px 70px 0px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.gutenberg_grid_f_block_wrapper{
    display: inline-flex;
    max-width: 100%;
    padding: 0px 25px;
    margin: auto;
}

.gutenberg_grid_f_block{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.gutenberg_grid_f_block_image{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}


.gutenberg_grid_f_block_image img{
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
/*	aspect-ratio: 1/1;*/
	object-fit: cover;
	padding: 5px;
}

.gutenberg_grid_f_block_title_wrapper{
    width: 100%;
    padding: 25px 10px 20px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    left: 0px;
}

.gutenberg_grid_f_block_title_wrapper_inner{
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.gutenberg_grid_f_block_title{
	width: 100%;
    padding-bottom: 65px;
    float: left;
    text-align: center;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-style: normal;
    font-size: clamp(48px, 3vw, 55px);
    line-height: clamp(48px, 3vw, 55px);
}

.gutenberg_grid_f_block_text{
    width: 100%;
}

.gutenberg_grid_f_block_text p{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0px 0px 30px 0px;
    float: left;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
}


.gutenberg_grid_f_block_text ul{
/*  list-style: none;
  list-style-image: url('https://broadwayvascular.vast.dev/wp-content/uploads/2022/02/CTL_check_icon.svg');*/
}

.gutenberg_grid_f_block_text ul li{
  padding-left: 15px;
}


.gutenberg_grid_f_block_text ::marker {
}

.gutenberg_grid_f_block_text::after {
  content: " ";
    display: block;
    background: #ED2024;
    width: 75px;
    height: 9px;
    margin-top: 30px;
    display: none;
}

.gutenberg_grid_f_block_buttons_wrapper{
  float: left;
}

.gutenberg_grid_f_block_button{
	color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1.5px;
    border-radius: 20px;
    display: inline-block;
    padding: 15px 35px 18px 35px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-style: normal;
    /* text-transform: uppercase; */
    filter: brightness(100%);
    border: 1.5px solid white;
    transition: all 200ms;
}

.gutenberg_grid_f_block_button:hover{
    filter: brightness(85%);
    transition: all 200ms;
}

/*gutenberg_grid_f end*/








/*gutenberg_grid_g start*/

.gutenberg_grid_g{
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    color: #282828;
    margin-top: 0px;
    padding: 5px 5px;
}

.gutenberg_grid_g_title{
    width: 100%;
}

.gutenberg_grid_g_title p{
    padding: 25px 50px 20px 50px;
    text-align: right;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    font-size: 44px;
    line-height: 50px;
    color: #282828;
    float: right;
    letter-spacing: -.5px;
}

.gutenberg_grid_g_title p::before {
    content: " ";
    display: block;
    background: #1A5632;
    width: 190px;
    height: 5px;
    margin-bottom: 30px;
    float: left;
    margin-top: 20px;
    margin-right: 25px;
}


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

/*.gutenberg_grid_g_block:nth-child(even){
    flex-direction: row-reverse;
}*/

.gutenberg_grid_g_block_supertitle{
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px 15px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 600;
    font-style: normal;
}

.gutenberg_grid_g_block_image{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.gutenberg_grid_g_block_image img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    aspect-ratio: 2/1;
    object-fit: cover;
}

.gutenberg_grid_g_block_title_wrapper{
    width: 100%;
    padding: 25px 10px 20px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* position: absolute; */
    background-color: #FFFDF8;
    right: 0px;
    bottom: 0;
}

.gutenberg_grid_g_block_title_wrapper_inner{

}


.gutenberg_grid_g_block_title{
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    float: left;
    text-align: left;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
}

.gutenberg_grid_g_block_text{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding: 15px 0px 15px 0px;
    float: left;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
}

.gutenberg_grid_g_block_text p{
    margin-bottom: 5px;
}


.gutenberg_grid_g_block_text ul{
/*  list-style: none;
    list-style-image: url('https://broadwayvascular.vast.dev/wp-content/uploads/2022/02/CTL_check_icon.svg');*/
}

.gutenberg_grid_g_block_text ul li{
    padding-left: 15px;
}


.gutenberg_grid_g_block_text ::marker {
}

.gutenberg_grid_g_block_text::after {
    content: " ";
    display: block;
    background: #ED2024;
    width: 75px;
    height: 9px;
    margin-top: 30px;
    display: none;
}

.gutenberg_grid_g_block_buttons_wrapper{
    float: left;
}

.gutenberg_grid_g_block_button{
    border: 2px solid #282828;
    color: #282828;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .5px;
    border-radius: 0px;
    display: inline-block;
    padding: 9px 18px 7px 18px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    transition: all 200ms;
}

.gutenberg_grid_g_block_button:hover{
    border: 2px solid #282828;
    background-color: #282828;
    color: #fffdf7;
    transition: all 200ms;
}

/*gutenberg_grid_g end*/









/*gutenberg_grid_h start*/

.gutenberg_grid_h{
    width: 100%;
    /*max-width: 1320px;*/
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    color: #172833;
    margin-top: 0px;
    padding: 0px;
    margin-top: 25px;
}

.gutenberg_grid_h_block{
    width: 100%;
    padding: 5px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}


.gutenberg_grid_h_block:nth-child(even) > .gutenberg_grid_h_block_title_wrapper:nth-child(2){
        left: 60px;
        right: auto;
}





.gutenberg_grid_h_block_image{
display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.gutenberg_grid_h_block_image img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
     aspect-ratio: 2/1; 
    object-fit: cover;
}


.gutenberg_grid_h_block_title_wrapper{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 60px;
}

.gutenberg_grid_h_block_title_wrapper_inner{
    display: inline-block;
    max-width: 500px;
    background-color: white;
    padding: 28px 30px;
    border-top: 8px solid #ED2024;
}



.gutenberg_grid_h_block_title{
    width: 100%;
    font-size: 23px;
    line-height: 47px;
    float: left;
    text-align: left;
    padding: 0px 0px 0px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;
    letter-spacing: .2px;
}


.gutenberg_grid_h_block_text{
	font-size: 15px;
    line-height: 23px;
    text-align: left;
    padding: 15px 0px 15px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    float: left;
}

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




/*gutenberg_grid_h end*/





.gutenberg_two_col{
    width: 100%;
    padding: 60px 0px 40px 0px;
    clear: both;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #172833;
}

.gutenberg_two_col_inner{
    max-width: 850px;
    /* max-width: 66%; */
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: auto;
    margin-right: -150px;

}


.gutenberg_two_col_field_1, .gutenberg_two_col_field_2{
	width: 50%;
font-family: 'Barlow Semi Condensed';
font-weight: bold;
font-style: normal;

}


.gutenberg_two_col_field_1 ul, .gutenberg_two_col_field_2 ul{

    list-style: none;
    list-style-image: url(https://broadwayvascular.vast.dev/wp-content/uploads/2022/02/CTL_check_icon.svg);
}

.gutenberg_two_col_field_1 ::marker, .gutenberg_two_col_field_2 ::marker {
    font-size: 49px;
}

.gutenberg_two_col_field_1 ul li , .gutenberg_two_col_field_2 ul li {
    padding-left: 15px;
    margin-bottom: 8px;

}


.gutenberg_grid_a_block_text ul {

}


/*gutenberg fields end




/*Category page:  archive.php styles

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


.archive_page_hero{
	min-height: 140px;
    max-width: 1296px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    clear: both;
    margin: 0 auto;
    margin-top: 20px;
}

.archive_page_hero_title_wrapper{
    width: 40%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding: 25px 30px 29px 20px;
    text-align: left;
    margin-right: -50px;
    /*margin-top: -50px;*/
    background-color: white;
    z-index: 9999;

}

.archive_page_hero_title p{
    float: left;
    text-align: left;
    font-size: 60px;
    line-height: 80px;
    font-style: normal;
    margin-bottom: 20px;
    color: #CF3E30;
    font-family: 'Grad';
    width: 100%;
    font-weight: normal;
}

.archive_page_hero_description p{
    color: #172833;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    width: 100%;
}


.archive_page_taxonomy_image{
	width: calc(60% + 50px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.archive_page_taxonomy_image img{
	    aspect-ratio: 2/1;
	    object-fit: cover;
}


.archive_page_cat_wrapper_title{
    float: left;
    padding-right: 30px;
    display: none;
}

.archive_page_cat_wrapper{
	width: 100%;
    float: left;
}

.archive_page_cat_wrapper_inner{
	width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1340px;
    padding: 0px 10px;
}


.archive_page_cat_wrapper li{

    float: left;
    display: block;
    /* margin: 0px; */
    /* padding: 10px; */
    /* transition: all 0.3s ease; */
    /*width: 100%;*/
    margin: 0px;

}

/*.archive_page_cat_wrapper li:hover{
	color: #CF3E30;
    transition: all 0.3s ease;

}*/





.archive_page_cat_wrapper_inner a{
    float: left;
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    font-size: 18px;
    line-height: 20px;
    color: #172833;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    transition: all 0.3s ease;
}

.archive_page_cat_wrapper_inner a:hover{
	color: #CF3E30;
    transition: all 0.3s ease;

}


.post_tags{
    width: 100%;
    display: block;
    float: left;
}

.post_tags a{
    color: #CF3E30;
    padding: 0px 15px 10px 0px;
    clear: both;
    display: inline-block;
}



.archive_page_cat_wrapper_single{
    display: block;
    margin: 0px;
    font-size: 15px;
    line-height: 20px;
    color: #172833;
    font-family: 'Futura PT Demi';
    font-weight: 600;
	width: 100%;
    transition: all 0.3s ease;

    display: none;
}


.archive_page_cat_wrapper_single a:hover{
	color: #CF3E30;
    transition: all 0.3s ease;
}


.archive_page_post_wrapper{
	width: 100%;

    float: left;
    margin-bottom: 30px;

}

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


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

.archive_page_post img{
	aspect-ratio: 1/1;
	width: 100%;
	object-fit: cover;
}


.archive_page_post_title{

	width: 100%;
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    padding: 15px 0px;
    font-style: normal;
    font-family: 'Futura PT';
    font-weight: 500;
}


.archive_page_post_excerpt{
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    padding: 0px 0px;
    font-style: normal;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
}



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

}




.archive_page_post_button  {
    font-size: 15px;
    line-height: 25px;
    padding: 4px 17px 4px 17px;
    border: 2px solid #283b66;
    border-radius: 5px;
    width: fit-content;
    background-color: #00abea00;
    color: #283b66;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    transition: all 200ms;

}

.archive_page_post_button:hover{
	color: white;
    border: 2px solid #283b66;
	background-color: #283b66;
    transition: all 200ms;

}




/*.archive_page_post_button a {
    font-size: 15px;
    line-height: 25px;
    padding: 4px 17px 4px 17px;
    border: 2px solid #283b66;
    border-radius: 5px;
    width: fit-content;
    background-color: #00abea00;
    color: #283b66;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    transition: all 200ms;

}

.archive_page_post_button a:hover{
	color: white;
    border: 2px solid #283b66;
	background-color: #283b66;
    transition: all 200ms;

}
*/







/*related posts plugin*/

.crp_related ul li:hover{
	    transform: scale(1.0)!important;
}

.crp_related ul li:hover {
    box-shadow: 0 5px 20px 3px rgba(0,0,0,.0)!important;
}


.crp_related ul li img {

	aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    opacity: 1.0;
	transition: all .5s ease;
}


.crp_related ul li img:hover{

    opacity: .8;
	transition: all .5s ease;
}


.crp_related   {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 1;
    /*display: flex;*/
    flex-wrap: wrap;
    color: #172833;
    margin-top: 0px;
    padding: 0px 5px;
}

.crp_related  h3{
    font-size: 20px;
    line-height: 32px;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: bold;
    font-style: normal;
    /*padding-bottom: 25px;*/
    padding-left: 15px;
    width: 100%;
}

.crp_related  ul{
    display: flex;
    flex-wrap: initial;
    flex-direction: row;
}

.crp_related ul li{
    width: 33.3334%;
    padding: 0px 15px 40px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0px;
}


/*.crp_related ul li:nth-child(3n+3) {
    border-right: 0px solid #CCCCCC;
}
*/


.crp_title{
    width: 100%;
    font-size: 28px;
    line-height: 44px;
    margin: 0 auto;
    text-align: left;
    padding: 15px 0px 5px 0px;
    font-family: 'Futura PT';
    font-weight: 500;
    font-style: normal;
}

.crp_excerpt{
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0px 0px 0px;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;

}




.crp_related h3{
	font-size: 15px;
    line-height: 21px;
 	font-family: 'Futura PT Demi';
    font-weight: 600;
    padding-left: 15px;
    width: 100%;
}



/*gravity forms*/

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

}

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

}




.gform_legacy_markup_wrapper .gform_body{
	    width: 42%!important;
    float: left!important;
}

.gform_legacy_markup_wrapper form {
    margin: 0 auto;
    margin-left: 60px!important;
}


.gform_legacy_markup_wrapper .gform_footer {

    clear: none!important;
    width: 44%!important;
    float: left!important;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 13px!important;
}


/*overrides*/


button, input, optgroup, select, textarea {
    color: #1d2959;
}

body  #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {
    border: 1px solid #1d2959;
    font-size: 12px;
    line-height: 30px;
    color: #8D8D8D;
    margin: 10px;
    padding: 10px;
    padding: 8px 10px 7px 10px;
    border-radius: 8px;
    background-color: #f9edeb;
    border: 3px solid #283b66;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    color: #283b66;
}

::-webkit-input-placeholder { 

	color: #1d2959;

}

.gform_wrapper textarea {
/*
    border-color: #1d2959;
    margin-top: 0px;
        margin-left: 10px!important;*/
}

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


.gform_title{
	width: 100%!important;
    padding: 0px 0px 0px 0px!important;
    font-size: 26px!important;
    letter-spacing: .2px!important;
    line-height: 80px!important;
    font-family: 'Barlow Semi Condensed'!important;
    font-weight: 800!important;
    font-style: normal!important;
    /*text-align: center!important;*/
}

.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 8px!important;
    display: inline-block!important;
    font-size: 25px!important;
    line-height: 35px!important;
    text-align: left!important;
    padding: 0px 0px 0px 0px!important;
/*    font-family: 'Barlow Semi Condensed'!important;*/
    font-weight: inherit!important;
    letter-spacing: 0.3px!important;
    font-style: normal!important;
}


.gform_wrapper .gfield_required{
	color: #042b45!important;
    display: inline-block;
    font-size: 11px!important;
    padding-left: 5px!important;
    font-style: normal!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] {
    
    border: 0px solid #ffffff;
    background: #f0f8ff00;
    transition: all 200ms;
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1.5px;
    border-radius: 20px;
    display: inline-block;
    padding: 13px 35px 16px 35px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    background-color: #ED2024;
    filter: brightness(100%);
    transition: all 200ms;
}


#gform_submit_button_2:hover{
    filter: brightness(85%);
    transition: all 200ms;
}
#gform_submit_button_3:hover{
    filter: brightness(85%);
    transition: all 200ms;
}
#gform_submit_button_4:hover{
	cursor: pointer;
    filter: brightness(85%);
    transition: all 200ms;
}

.gform_wrapper{
	margin: 0px!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;
}


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


.gform_confirmation_message{
	text-align: center;
}





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




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

.largeFooter{
	width: 100%;
    display: inline-flex;
    flex-direction: column;
}

.largeFooterInner{
    display: inline-flex;
    min-height: 500px;
}

.largeFooter_left{

	display: inline-flex;
    width: 50%;
    background-color: #F7F4F4;
    align-items: center;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 48px;
    justify-content: center;

}

.largeFooter_left_inner{
	max-width: 66%;
}

.largeFooter_right{

    display: inline-flex;
    width: 50%;
    background-color: #FCFCFC;
    align-items: center;
    justify-content: center;
    color: #676767;
    font-family: 'Barlow Semi Condensed';
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
}


.largeFooter_right_inner::before {
    content: " ";
    display: inline-flex;
    background: #ED2024;
    width: 40px;
    height: 3px;
    margin-bottom: 50px;
    margin-left: 15px;
}

.largeFooter_right_inner{
	max-width: 100%;
    width: 100%;
    padding: 0px 90px;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.largeFooter_right_inner_top{
    display: inline-flex;
    width: 100%;
}

.largeFooter_right_inner_bottom{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    padding: 35px 15px 15px 15px;
}


.footer_area{
/*	float: left;
    text-align: left;
    padding: 0px 25px 0px 25px;
    font-size: 12px;
    line-height: 16px;*/
}

.rounded{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.textwidget{

}

.textwidget p{
	margin-bottom: 9px;
}


.footer_area_1{
	width: 100%;
    padding: 15px;
}

.footer_area_2{
    width: 50%;
    padding: 15px;
}

.footer_area_3{
    width: 50%;
    padding: 15px;

}

.footer_area_3 img{
}

.footer_area_4{
	width: 100%;
	font-weight: 500;
}

.footer_area_4 img{
}

.footer_area_6{
    font-size: 8px;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: center;
    padding: 70px 0px 0px 0px;
    max-width: 466px;
    margin: 0 auto;
}



.footer_logos{
    max-width: 847px;
    width: 100%;
    margin: auto;
    margin-top: 47px;
    display: inline-flex;
    align-items: center;
}

.footer_logos img{
	max-height: 64px;
    width: 20%;
    padding: 10px;
    height: 100%;
    object-fit: contain;
}


/*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: sofia-pro, sans-serif;
    font-weight: normal;
    font-style: normal;
	margin-bottom: 40px;

}

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

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

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

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

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


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

.product_provenance{
	font-family: sofia-pro, sans-serif;
    font-weight: normal;
    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;

    display: none;
}



/*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: sofia-pro, sans-serif;
    font-weight: normal;
    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: sofia-pro, sans-serif!important;
    font-weight: 400!important;
}

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {


    font-weight: 400!important;
}


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


/*tablepress*/


.tablepress td, .tablepress th{
	    min-width: 100px;
}

.dataTables_wrapper{
	width: 100%;
}

.dataTables_scrollHeadInner{
    width: 100%!important;

}

.dataTables_wrapper .tablepress {
    width: 100%!important;
}


.tablepress td, .tablepress th{
	padding: 10px!important;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #e8e8e8!important;
}

.tablepress{
    font-size: 15px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    color: #172833;
}

.tablepress-table-name{
float: left;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    font-style: normal;
    margin-bottom: 20px;
    color: #211E1F;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed';
    margin-top: 40px;
}


.tablepress td, .tablepress th {
    min-width: 50%;
    width: 50%;
}



/*single post*/


.single_wrapper{
    display: flex;
    flex-direction: row;
    max-width: 950px;
    margin: auto;
    padding: 40px 20px 40px 20px;
}

.single_thumbnail{
width: 40%;
    float: left;
}

.single_thumbnail img{
	width: 100%;
}

.single_content_wrapper{
width: 60%;
    float: left;
    padding: 30px 20px 20px 45px;

}


.single_content_wrapper div{

    margin-bottom: 20px;

}


.single_content_wrapper h3{
	font-weight: 600;
    font-family: 'Barlow Semi Condensed';
    margin-bottom: 10px;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
}

.single_title{
font-family: 'Barlow Semi Condensed';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

.single_title_line{
    background-color: #011F5B;
	height: 5px;
	width: 225px;
}

.single_excerpt{
	font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 20px 0px;
}

.single_content{
font-family: 'Barlow Semi Condensed';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    padding: 20px 0px 0px 0px;
}

.single_content p{
	margin-bottom: 20px;
}

.single_content a{
    font-style: normal;
    color: #011f5b;
    border-bottom: 2px solid #011f5b;
}

.single_content a span{
	font-family: 'Barlow Semi Condensed';
    font-weight: 600!important;
}




/*insta-gallery*/


.insta-gallery-feed{
	padding: 0px 0px;
}

.insta-gallery-feed[data-feed_layout="masonry"] .insta-gallery-list .insta-gallery-item, .qligg-mfp-wrap[data-feed_layout="masonry"] .insta-gallery-list .insta-gallery-item, .insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list .insta-gallery-item, .qligg-mfp-wrap[data-feed_layout="gallery"] .insta-gallery-list .insta-gallery-item {
    min-width: 25%!important;
}

.insta-gallery-image-mask {
   background-color: rgb(0 0 0 / 37%)!important;
}




/*jobs*/

/*#highlight{
	padding-top: 180px;
}

#gnewtonCareerBody{
	padding-top: 180px;
	
}*/





/*Gutenberg Start*/

/*Adjust default breakpoints for Gutenberg*/

/*@media (max-width: 1100px) {

    .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }

	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis: 100% !important;

	}

	.wp-block-columns {
    flex-wrap: wrap!important;
	}

}
*/
/*Test Block start*/

.test_title{
    font-size: 100px;
}

/*Test Block end*/



/*before after plugin tweak*/


.twentytwenty-container{
	    max-width: 100%!important;
}

.bafg-twentytwenty-wrapper{
	margin-bottom: 10px;

}

.bafg-twentytwenty-container img{
	width: 100%;
}


.wp-block-image .alignleft{
	margin: 1.5em 1em 0.5em 0;

	line-height: 22px;
}

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

/*Responsive Styles Start*/






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

/*Responsive Large Screen Start*/

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


.container_inner{
    padding: 0px 25px 0px 0px;

}




.gutenberg_slider_portfolio2 {
    height: 100%;
}

.slick-slide img{
	height: auto;
}


/*.gutenberg_grid_f_block{
	width: 20%;
}*/


}




/*Responsive Large Screen End*/

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


/*Screen breaks at 1368*/

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

.gutenberg_grid_a_block_title br {
    display: none;
}

}


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

/*Responsive Small Screen Start*/

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

	.gutenberg_slider_portfolio2_slides_cta_area{
		width: 100%;
	}


/*	.page-id-4344 .gutenberg_content_area_main_full_width {

	padding-top: 100px;

}*/




/*responsive video*/

    .homevideo{
  display: none;
}


.homevideomobile{
  display: block;
      filter: brightness(.6);
}

.homevideomobile img{
    width: 100%;
}


.gutenberg_hero_a{
	    aspect-ratio: auto;
}

.gutenberg_hero_a_title_wrapper{
padding: 60px 20px 50px 20px;
    background-color: #2a54a5;
        position: relative;
}

.gutenberg_hero_a_title {
    font-size: 65px;
    line-height: 56px;
    text-align: left;
    margin-bottom: 17px;
}

.gutenberg_hero_a_text {
    font-size: 25px;
    line-height: 27px;
    text-align: left;
}


.gutenberg_hero_a{
    margin-bottom: 0px;
    height: auto;
    max-height: 100%;

}


.gutenberg_hero_a_image img {
    height: auto;
    max-height: 100%;
}




.gutenberg_hero_a_title {
/*    font-size: 30px;
    line-height: 35px;
    padding: 0px;
    margin-bottom: 60px;*/
}


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




.gutenberg_hero_b{
    aspect-ratio: auto;
    display: inline-flex;
    flex-direction: column;
}


.gutenberg_hero_b_inner{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    padding: 70px 25px;
}

.gutenberg_hero_b_title_wrapper {
    margin-bottom: 50px;
}

.gutenberg_hero_b_button_wrapper {
    width: 50%;
    display: inline-flex;
    justify-content: flex-start;
}





.gutenberg_hero_d{
    flex-direction: column;
}


.gutenberg_hero_d_image {
    width: 100%;
    margin-bottom: 0px;
}


.gutenberg_hero_d_title_wrapper {
	max-width: 100%;
    width: 100%;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}




.gutenberg_hero_c{
	display: inline-flex;
	    flex-direction: column;
	    aspect-ratio: auto;
	    padding: 0px;
}


.gutenberg_hero_c_inner {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.gutenberg_hero_c_title_wrapper{
    padding: 25px 25px 25px 25px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    align-items: flex-start;
    text-align: left;
}





.gutenberg_grid_a {
    margin-bottom: 0px;
    padding: 0px;
}

.page-id-6348 .gutenberg_grid_a{
	    margin-bottom: 0px;
    padding: 0px;
}

.gutenberg_grid_a_block {
    flex-direction: column;
    padding: 0px 0px;
    width: 100%;
}




.gutenberg_grid_a_block_image_wrapper {
    width: 100%;
}

.gutenberg_grid_a_block_image{
	    width: 100%;
}

.gutenberg_grid_a_block_title_wrapper {
    padding: 40px 0px;
    width: 100%;
}

.gutenberg_grid_a_block:nth-child(even) > .gutenberg_grid_a_block_title_wrapper{
    padding: 40px 0px!important;
    width: 100%;
}



.gutenberg_grid_a_block_title_wrapper_inner {
    padding: 20px;
}

.gutenberg_grid_a_block_title_wrapper::before {
    margin-bottom: 20px;
    margin-left: 20px;
}



.gutenberg_grid_b_title_wrapper{

    padding: 20px 0px;

    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;


}

.gutenberg_grid_b_title {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

.gutenberg_grid_b_title p{
	float: left;
	text-align: left;
	padding: 20px;
}

.gutenberg_grid_b_title p::after{
	display: none;
}

.gutenberg_grid_b_image {
    width: 100%;
}


.gutenberg_grid_b{
}






.gutenberg_grid_b_block_wrapper {
    flex-direction: column;
    padding: 0px;
}





.gutenberg_grid_b_block {
	padding: 0px;
	    width: 100%!important;

}

.gutenberg_grid_b_block {
    flex-wrap: wrap;
    flex-direction: column;
}

.gutenberg_grid_b_block:nth-child(even) {
}


.gutenberg_grid_b_block_title_wrapper::before {


    display: none;
}

.gutenberg_grid_b_block_title_wrapper_inner{

}


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


.gutenberg_grid_b_title::before{
	margin-left: 20px;
}


.gutenberg_grid_b_block_image {
	width: 100%;
	    padding: 0px 20px;
}

.gutenberg_grid_b_block_title {

}


.gutenberg_grid_b_block_text {
}


.gutenberg_grid_b_block_text ::marker {
}

.gutenberg_grid_b_block_buttons_wrapper {
}





.gutenberg_grid_h_block_title_wrapper_inner{
	max-width: 100%;
}

.gutenberg_grid_h_block_title_wrapper {
	position: relative;
    right: auto!important;
    left: auto!important;
}




.gutenberg_grid_f_block{
}

.page-id-5569 .gutenberg_grid_f_block{
	width: 50%;
}

.page-id-5256 .gutenberg_grid_f_block {
    width: 100%;
}



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



.gutenberg_grid_f_block_title br{
	display: none;
}


.gutenberg_grid_f_block_buttons_wrapper{
	width: 100%;
}

.gutenberg_center_section1_inner {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0px;

}




.gutenberg_center_section1_inner_a {
    /*width: auto;*/
}

.gutenberg_center_section1_text {
}




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


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

.gutenberg_center_section2_inner_a {
    width: auto;
}

.gutenberg_center_section2_text {
    margin-left: 30px;
}

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



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

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





.gutenberg_quote_block_quote, .gutenberg_quote_block_name, .gutenberg_quote_block_sub_name{
	    padding-left: 20px;
}



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





.gutenberg_two_col {
    padding: 20px;
}


.gutenberg_two_col_inner {
    flex-direction: column;
    margin-right: -20px;
    max-width: 100%;
}

.gutenberg_two_col_field_1, .gutenberg_two_col_field_2 {
    width: 100%;
}



.largeFooter {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.largeFooterInner {
	width: 100%;
    display: inline-flex;
    min-height: 500px;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
}


.largeFooter_left{
    width: 100%;
    padding: 20px;
    display: inline-flex;
    justify-content: flex-start;
}

.largeFooter_left_inner {
    max-width: 100%;
}

.largeFooter_right{
width: 100%;
}

.largeFooter_right_inner::before {
display: none;
}


.largeFooter_right_inner {
    max-width: 100%;
    width: 100%;
    padding: 25px 25px;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}


.footer_area_1 br{
	display: none;
}




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








.archive_page_post{
	    /*width: calc(33.3334% + -0px);*/
}



/*insta-gallery*/


.insta-gallery-feed[data-feed_layout="masonry"] .insta-gallery-list .insta-gallery-item, .qligg-mfp-wrap[data-feed_layout="masonry"] .insta-gallery-list .insta-gallery-item, .insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list .insta-gallery-item, .qligg-mfp-wrap[data-feed_layout="gallery"] .insta-gallery-list .insta-gallery-item {
    min-width: 50%!important;
}




}

/*Responsive Tablet Screen End*/

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



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

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


	.tablepress{
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: clip;
	}




.gutenberg_content_area_main_full_width{
	padding: 20px;
}







.gutenberg_hero_b {
flex-direction: column;
}

.gutenberg_hero_b_image {
    width: auto;
    
}

.gutenberg_hero_b_image img {
	    /*aspect-ratio: 2/1;*/
}



.gutenberg_hero_b_title_wrapper {
}




.gutenberg_hero_b_title {
    max-width: 100%;
}

.gutenberg_hero_b_subtitle{
    max-width: 100%;

}





.gutenberg_slider_portfolio1{
	padding: 0px;
}


.gutenberg_slider_portfolio1_slides_title{
	font-size: 40px;
    line-height: 40px;
}

.gutenberg_slider_portfolio1_slides_subtitle{
font-size: 15px;
    line-height: 16px;
}

.gutenberg_slider_portfolio1_slides_cta_area {
    bottom: 40px;
    left: 17px;
    padding: 0px;
    padding-right: 60px;
}

.gutenberg_slider_portfolio1 * .slick-dots {
    bottom: 37px!important;
    right: 25px!important;
}





.gutenberg_center_section1 {
    padding: 30px 25px 70px 0px;
}


.gutenberg_center_section1_text {
	    padding-left: 20px;
}









.gutenberg_grid_a_title p{
	float: left;
	text-align: left;
	    padding: 20px;
}

.gutenberg_grid_a_title p::before{
	display: none;
}







.gutenberg_grid_c{
	padding: 0px;
}


.gutenberg_grid_c_block_wrapper{
	flex-direction: column-reverse;
	    padding: 0px 15px;
}

.gutenberg_grid_c_block_image{
	width: 100%;
}


.gutenberg_grid_c_block{
	width: 100%;
padding: 0px 0px 20px 0px;
}

.gutenberg_grid_c_block_media{
    width: 100%;

}

.gutenberg_grid_c_block_title_wrapper {
    padding: 20px 0px;
    width: 100%;
}

.gutenberg_grid_c_block_title {
    width: 100%;
    padding: 10px 0px;
}


.gutenberg_grid_c_block_text{
padding: 10px 0px;
}

.gutenberg_grid_c_title p{
	    padding: 25px 50px 20px 20px;
}




.gutenberg_grid_d_title{
    padding: 0px 15px;
}


.gutenberg_grid_e_title p{
	padding: 15px;
	    width: 100%;
}



.gutenberg_grid_d_block_wrapper {
    flex-direction: column;
    padding: 0px 15px;
}

.gutenberg_grid_d_title{
	    padding: 0px 15px;
}

.gutenberg_grid_d_block{
width: 100%;
    flex-direction: column;
}

.gutenberg_grid_d_block_gallery_wrapper{
    flex-direction: column;
}

.gutenberg_grid_d_block_title_wrapper{
padding: 5px 5px 5px 5px;
}






.gutenberg_grid_e{
	padding: 0px;
}

.gutenberg_grid_e_block_wrapper{
	    padding: 0px 15px;
}

.gutenberg_grid_e_block{
	    padding: 0px;
	        flex-direction: column;
	            min-width: 50%;
	                max-width: 50%;
}


.gutenberg_grid_e_block_image {
    width: 100%;
    padding: 0px;
}

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






.gutenberg_grid_f{
	    margin-top: 0px;
/*	    padding: 0px;*/
}

.gutenberg_grid_f_title {
    padding: 15px;
}

.gutenberg_grid_f_title p{
	padding: 0px;
}

.gutenberg_grid_f_title p::after{
	display: none;
}

.gutenberg_grid_f_block{
    width: 100%!important;
    margin: 0px;
    padding: 0px;
}



.gutenberg_grid_f_block_title_wrapper {
    align-items: flex-start;
}



.gutenberg_grid_g {
    width: 100%;
}

.gutenberg_grid_g_title p{
padding: 15px;
    text-align: left;
        float: left;
}


.gutenberg_grid_g_title p::before{
	display: none;
}

.gutenberg_grid_g_line{
	display: none;
}

.gutenberg_grid_g_block {
    width: 100%;
    padding: 0px;
    flex-direction: column;
}



.gutenberg_grid_g_block_image {
    width: 100%;
}

.gutenberg_grid_g_block_title_wrapper{
    width: 100%;
    padding: 15px;
}






.footer_area_6 {
    max-width: 200px;
}



/*single*/

.single_wrapper {
    flex-direction: column-reverse;
    padding: 0px 20px 40px 20px;
}

.single_thumbnail {
    width: 100%;
}

.single_content_wrapper {
    width: 100%;
    padding: 30px 20px 20px 0px;
}


/*.one-third {
    width: 100%;
}*/

.footer_area {
    padding: 10px 10px;
    width: 100%;
}





.gutenberg_slider_portfolio_button_block{
	    flex-direction: column;
}






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




gutenberg_gallery_a_inner {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
}


.gutenberg_gallery_a_gallery_image {
        width: auto;

}





/*archive page*/


.archive_page_hero{
	flex-direction: column-reverse;
	margin-top: 0px;
	margin-bottom: 20px;
}


.archive_page_hero_title_wrapper {
    width: 100%;
    padding: 20px;
    margin-right: 0px;
}

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


.crp_related ul li {
    width: 100%;
}


.crp_related ul {
    flex-direction: column;
}






.archive_page_post_wrapper {
    padding: 0px 5px;
}


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



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


.gutenberg_slider_portfolio1_slides_image {
}


.gutenberg_slider_portfolio2_slides_cta_area {
/*	width: 100%;
	max-width: 100%;
    padding: 25px 25px 20px 25px;
    position: relative;
    bottom: 0px;
    right: 0px;*/
}


.gutenberg_slider_portfolio2{
}

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

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




.gutenberg_slider_portfolio3_slides_cta_area {
	width: 100%;
	max-width: 100%;
    padding: 10px 25px 20px 25px;
    position: relative;
    bottom: 0px;
    right: 0px;
}


.gutenberg_slider_portfolio3{
	padding: 0px;
}

.gutenberg_slider_portfolio3_slides_image{
	display: block;
}

.gutenberg_slider_portfolio3_slides_image_mobile{
	display: block;
}





.slick-container{
/*	display: inline-flex!important;
	flex-direction: column-reverse;*/
}



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

.slick-slide img {
/*	width: 100%;
	height: auto;
    object-fit: cover;*/
}







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


.gutenberg_left_cta_right_area img, .gutenberg_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;
}


}
















