/*!
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
# Callout Boxes
# Infinite scroll
# Media
	## Captions
	## Galleries

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
/*	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "aktiv-grotesk, sans-serif 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%;
}

/*hide broken image icons*/
img[alt]:after {  
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 2;  
  text-align: center;
  content: attr(alt);
}



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: #fff0;
    border-radius: 3px;
    background: #256EFF;
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    padding: 10px 20px;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #fff0;
	    background: #1f5cd6;
}

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: #256EFF;
}

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

a:hover,
a:focus,
a:active {
	color: #256EFF;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.tool__product{ 
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 92px;
	padding: 16px 32px;
	margin: 40px 0;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(154,160,185,.05),0 15px 40px rgba(166,173,201,.2);
	cursor: pointer;
	transition: box-shadow .2s ease;
}
.tool__product-icon{
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	margin-right: 24px;
	background: url("https://stylegirlfriend.com/wp-content/uploads/2022/08/2-hangers-ico-1.jpg") no-repeat;
}
.tool__product-copy-container {
	display: flex;
	align-items: center;
	width: 100%;
}
.tool__product-copy {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.tool__product-headline {
	letter-spacing: 0; 
	font: normal 400 18px/32px aktiv-grotesk,Arial,sans-serif; 
	font-weight: 700;
}
.tool__product-note {
	letter-spacing: 0;
	font: normal 400 16px/24px aktiv-grotesk,Arial,sans-serif;
}
.tool__product-button {
	display: flex;
	flex: 0 0 auto;
	align-items: center;  
	justify-content: center;  
	width: fit-content;  
	height: 32px;  
	padding: 0 16px;  
	margin-left: 24px;  
	border-radius: 16px;  
	background-color: #256eff;  
	color: #fff;  
	font-size: 16px; 
	text-transform: uppercase;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Callout Boxes
--------------------------------------------------------------*/



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


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

/*Vast custom styles*/

/*

fonts from Adobe fonts


font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal;



font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal;

font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: italic;

font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal;

font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: italic;




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



*/



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



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


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



/*
regular
font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal;

medium
font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal;

xbold
font-family: aktiv-grotesk, sans-serif;
font-weight: 800;
font-style: normal;

black
font-family: aktiv-grotesk, sans-serif;
font-weight: 900;
font-style: normal;

*/
/*custom grid desktop start*/

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

.half{
  width: 50%;
}

.one-third{
  width: 33.3332%;
}

.two-thirds{
  width: 66.6665%
}

.one-quarter{
  width: 25%;
}

.three-quarters{
  width: 75%;
}

.one-fifth{
  width: 20%;
}

.two-fifths{
  width: 40%;
}

.three-fifths{
  width: 60%;
}

.four-fifths{
  width: 80%;
}

/*custom grid desktop end*/











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

.home{


    margin: 0;
    height: 100%;
}


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

#main{
        line-height: inherit;

}

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


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

    font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;




    font-size: 20px;
    line-height: 0px;
        color: #1A1818;
    letter-spacing: 0px;

        line-height: initial;
        hyphens: none!important;
}


p{

}



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

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


.page-id-8 {

    background: #1D1D1D;

}


.post-thumbnail img{
width: 100%;
}



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

header a{
    color: inherit!important;
}


.entry-header{
	margin-top: 140px;
}

.entry-title{
	    font-weight: 600;
    font-family: aktiv-grotesk, sans-serif;
    text-align: center;

/*        text-align: left;
    padding-left: 39px;*/
}

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


.page_title_universal {

	position: fixed;
	margin-left: -9999999px;

}

footer{

}

footer a{
    color: #e4e4e4;
    transition: all .2s ease;

}

footer a:hover{
    color: #256EFF;
    transition: all .3s ease;

}

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

}


h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    font-family: aktiv-grotesk, sans-serif;
    margin-bottom: 30px;
    padding-top: 30px;
}



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

h1{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: aktiv-grotesk, sans-serif;
}

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

h3 a{
    color: #3097CC;
}


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


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


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

}

a:focus {
  outline: none!important;
}


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


strong{

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



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


}



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


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

li{
    line-height: inherit;
    /*margin-left: 20px;*/
    /*margin-bottom: 10px;*/
}

article{


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

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

figure img{

}


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


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

    display: none;
}


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





#page{
  overflow: hidden;
}

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

}



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


.container_inner{

    /*max-width: 1286px;*/
    height: 65px;
    padding: 0px 20px 0px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;

}


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

*/


.page-id-52402 .nav-menu{
	display: none;
}


.page-id-52402 .site-footer{
	display: none;
}



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












/*custom nav menu start*/


/*site logo*/

.site_logo{
    position: fixed;
    top: 12px!important;
    left: 35px;
    right: auto;
    /* width: 100%; */
    z-index: 999;
    text-align: center;
    height: 0px;
}

.site_logo2{
    position: fixed;
    top: 49px;
    left: 35px;
    /* right: 0px; */
    /* width: 100%; */
    z-index: 999;
    text-align: center;
    height: 0px;
    font-size: 13px;
}


.home_logo {
	display: none;
}

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



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

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


/*.site_logo {

    background-color: #1E1E1E;

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

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

}*/


.site_logo_open  {

	/*background-color: white;*/

}



	
	
.howmenu{
	position: absolute;
	left: 0px;
}

.mobileonly{
	display: none!important;
}

.shopforyou{
    color: #256eff!important;
    background-color: #ffffff!important;
    padding: 5px 10px!important;
    margin-top: -8px!important;
    border-radius: 2px!important;
    -webkit-transition: all .3s;
    /* border-bottom: 0 solid #256eff!important; */
    border: 3px solid #256eff;
        -webkit-transition: all .3s;

}

.shopforyou:hover{
        background-color: #256eff!important;
        border-color: #256eff!important;
        color: white!important;
        -webkit-transition: all .3s;
}


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

	.shopforyou{
	color: inherit!important;
    background-color: inherit!important;
    padding: inherit!important;
    margin-top: inherit!important;
    border-radius: inherit!important;
    -webkit-transition: all .3s;

        position: relative!important;
    left: auto!important;
    border-bottom: inherit;
        border: 0px solid #256eff;
}


.howmenu{
    position: relative;

display: none!important;
}




.mobileonly{
	display: block!important;
}

}



/* 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: 13px;
    /* right: 0px; */
    -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;
    display: inline-block;
}

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

.menu-list {
	opacity: 1; 
	text-align: center;
	float: right;
	margin-top: 10px;

}

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

}

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



.menu-list li {
    float: left;
    background: none;
    color: #02182B;
    display: block;
    text-align: left;
    /* padding: 0px 0px 1px 15px; */
    margin: 0px 0px 0px 35px;
    font-size: 15px;
    line-height: 22px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    width: inherit;
}

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


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

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

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

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



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

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


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


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


.sub-menu * {
	 width: 150px!important;
	     height: 34px;
}

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

.current-menu-item{
	color: #02182B;
    border-bottom: 3px solid #256EFF;
}


#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: #1d2959;
	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: #1d2959;
  content: "";
	border-radius: 5px;
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: 0.4s,0s;
  transition-delay: 0.4s,0s;
}

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

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

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

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

	-webkit-transition-delay: 0s,.4s;
	transition-delay: 0s,.4s;
	background-color: #1d2959;

	width: 31px;
}

.open .burger span::before {

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

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


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

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

/*custom nav end*/



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

.nav-menu {
    

}

.menu-list {
    opacity: 0;
    padding-top: 0px;
    position: fixed;
    width: 100%;
    height: 0px;
    overflow: hidden;
}

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

.menu-list li {
    float: none;

    font-size: 25px;
    line-height: 40px;
}



.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-top: 4px;
}



#burger-wrap {
    display: block;
}




.site_logo {
    width: 266px;
    top: 23px;
    left: 12px;
}

.site_logo2 {
    top: 42px;
    left: 15px;
    right: auto;
    text-align: left;
}




.burger {
    right: 0px;
    top: 4px;
}

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

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

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










}











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


/*flexible fields start*/



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


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

}

.flexible_content_area_main_full_width{
	    display: block;
    /*height: 100vh;*/

    height: calc(100vh + -150px);
}

.flexible_content_area_limited_width{
max-width: 1320px;
    margin: 0 auto;
    padding: 20px;
    font-size: 17px;
    line-height: 24px;
}

.flexible_content_area_limited_width img{
	margin: 0px;

}

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

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


.flexible_hero_a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 1280px;
    margin: auto;
    margin-bottom: -35px;
}

.flexible_hero_a_title_wrapper{
    position: relative;
    max-width: 370px;
    z-index: 1;
    background-color: white;
    margin-left: -30px;
    margin-top: 30px;
    padding: 25px 25px 25px 25px;
}


.flexible_hero_a_title{
    float: left;
    text-align: left;
    font-size: 26px;
    line-height: 32px;
    font-style: normal;
    margin-bottom: 20px;
    color: #211E1F;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
}

.flexible_hero_a_subtitle{
	width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
    float: left;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

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


.flexible_hero_a_image{
    /*max-width: 950px;*/
    position: relative;
    /*height: 0;*/
    /*padding-bottom: 30%;*/
    overflow: hidden;
}

.flexible_hero_a_image img{
    width: 100%;
image-orientation: none;
    aspect-ratio: 9/4;
    object-fit: cover;
}


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


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

    opacity: .6;
}









.flexible_hero_b{

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

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


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

}

.flexible_hero_b_subtitle{
display: none;
}


.flexible_hero_b_image{


}

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


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

*/










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


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


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


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

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


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

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


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


.flexible_portfolio_grid_repeater_button a{

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

}

.flexible_portfolio_grid_repeater_button a:hover{

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















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

.flexible_gallery_a_inner{
	width: 100%;
	max-width: 1400px;
	display: flex;
}

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









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

.flexible_gallery_b_inner{
	max-width: 1800px;

	    display: flex;
    width: 100%;
}

.flexible_gallery_b_gallery_image_wrapper{
    width: 33.33333%;

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

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

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





.grid-sizer2,
.grid-item2 { 

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



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





    .grid-sizer2,
    .grid-item2 { 


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





}




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

    .grid-sizer2,
    .grid-item2 { 


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

}










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


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

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


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

}

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

}


















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

}


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

.flexible_slider_portfolio_button_block_layout{

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

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

}

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




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



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


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

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

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

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

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


*/










/*flexible slick slider*/

.flexible_slider_portfolio2{
background-color: white;
    /* padding: 0px 25px; */
    height: calc(80vh + -75px);
    /* height: 100%; */
    width: 100%;
    /* max-width: 1586px; */
    margin: auto;
    margin-top: 75px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}


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







.slick-slide:nth-child(1n+1) {
  background-color: #EF3E36;


}


.slick-slide:nth-child(2n+1){

  background-color: #256EFF;

}




.flexible_slider_portfolio2_slides_cta_area{
    width: 50%;
    float: left;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    height: calc(80vh + -175px);
    color: white;
}


.flexible_slider_portfolio2_slides_cta_area_inner{
	max-width: 80%;
}

.flexible_slider_portfolio2_slides_title{
width: 100%;
    font-size: 38px;
    line-height: 41px;
    position: relative;
    float: left;
    display: inline-block;
font-family: aktiv-grotesk, sans-serif;
font-weight: 800;
font-style: normal;

/*max-width: 80%;*/

}




.flexible_slider_portfolio2_slides_button{
    position: relative;
    float: left;
    display: inline-block;
    border: 3px solid #ffffff;
    border-radius: 6px;
    color: white;
    padding: 8px 20px 9px 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-top: 30px;
    transition: all 400ms;
}

.flexible_slider_portfolio2_slides_button:hover{
    background-color: #00000052;
    transition: all 200ms;
}



.flexible_slider_portfolio2_slides_image{
display: block;
    width: 50%;
    float: left;
    height: calc(80vh + -100px);
}

.flexible_slider_portfolio2_slides_image_mobile{
display: block;
}


.slick-slider{
	width: 100%;
	max-width: 100%;
	margin: 0 auto!important;
	height: calc(80vh + -175px);
}

.slick-track{
	height: calc(80vh + -175px);
	width: 100%!important;
}

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

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

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

.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: 17px!important;
    /* left: 0px!important; */
    right: 17px!important;
    width: 100px!important;
    font-size: 34px!important;
    z-index: 99999!important;
    margin: 0 auto!important;

    display: none!important;
}


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


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


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






.flexible_slider_portfolio2_mobiletext{

display: none;
}


.flexible_slider_portfolio2_logos{

    width: 100%;
    height: 100px;
    background-color: #ececec;

}


.flexible_slider_portfolio2_logos_inner{

    z-index: 999999;
    display: inline-flex;
    margin: auto;
    color: white;
    line-height: initial;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    padding: 0px 70px 10px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    max-width: 1300px;
}

.flexible_slider_portfolio2_logos_inner img{

        padding: 0px 30px 3px 30px;
    display: flex;
    align-items: center;
    justify-content: center;




}

.flexible_slider_portfolio2_logos_inner a{



  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}


.flexible_slider_portfolio2_logos_text{
width: 100%;
    text-align: center;
    font-size: 11px;
    height: 20px;
    padding-top: 4px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #c1c1c1;
}






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


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

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

.flexible_center_section1_title{
    font-size: 20px;
    line-height: 25px;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0px 20px 35px 35px;
}

.flexible_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: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 600px;
    border-left: 5px solid #011F5B;
    padding-left: 32px;
}

.flexible_center_section1_text *{
	    color: #1C1C1C;
}

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

.flexible_center_section1_text h3{
	    font-weight: 700;
	    font-size: inherit;
}


/*read more plugin*/
.yrm-btn-wrapper span {
	font-size: 17px!important;
    line-height: 25px!important;
    color: #011F5B!important;
    font-family: acumin-pro-condensed, sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
}

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

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


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

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

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

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



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

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



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










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



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

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

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

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

.flexible_center_section2_text a{

}


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

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

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


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




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

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

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









/*flexible_grid_a start*/

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


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


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



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

.flexible_grid_a_block_image{

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

    transition: all 200ms;

}


.flexible_grid_a_block_image img{


    filter: brightness(1);

    image-rendering: -webkit-optimize-contrast;

    transition: all 400ms;

}


.flexible_grid_a_block_image img:hover{


    filter: brightness(.8);

    transition: all 400ms;

}


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

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

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

}

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


.flexible_grid_a_block_buttons_wrapper{
	display: flex;
	width: 100%;
    display: none;

}


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


}





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


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


}

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



/*flexible_grid_a end*/







/*flexible_grid_b start*/

.flexible_grid_b{
	width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
    padding: 50px 10px 20px 10px;
/*    background-color: #FFF5F4;*/
}

.flexible_grid_b_inner{
    max-width: 1276px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}


.flexible_grid_b_text{
    width: 100%;
    font-size: 35px;
    line-height: 37px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #02182B;
    padding: 5px 10px 40px 10px;
}

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


.flexible_grid_b_block_image{
display: flex;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    justify-content: center;
}

.flexible_grid_b_block_image img{
	width: 50%;
    image-rendering: -webkit-optimize-contrast;
        /*aspect-ratio: 4/6;*/
}

.flexible_grid_b_block_supertitle{
    width: 50px;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0px 0px 15px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
}

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

.flexible_grid_b_block_title{
    width: calc(100% + -50px);
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    padding: 15px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
}

.flexible_grid_b_block_subtitle{
	width: 100%;
    font-size: 15px;
    line-height: 21px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: none;
}

.flexible_grid_b_block_text{
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0px 0px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    float: left;
}

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


.flexible_grid_b_block_buttons_wrapper{
display: inline-flex;
}


.flexible_grid_b_block_button{
	font-size: 13px;
    line-height: 20px;
    padding: 4px 13px 4px 13px;
    border: 2px solid #211E1F;
    border-radius: 5px;
    width: fit-content;
    background-color: #00abea00;
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: all 200ms;
}

.flexible_grid_b_block_button:hover{
    color: white;
    border: 2px solid #011F5B;
    background-color: #011F5B;
    transition: all 200ms;
}

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

    display: none;
}

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

    display: none;

}
/*flexible_grid_b end*/







/*flexible_grid_c start*/

.flexible_grid_c{
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #F5F5F5;
}

.flexible_grid_c_inner{
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-height: 445px;
    overflow: hidden;
}


.flexible_grid_c_text{
    width: 100%;
    font-size: 35px;
    line-height: 37px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #02182B;
    padding: 5px 10px 40px 10px;
    display: none;
}

.flexible_grid_c_block{
    width: 100%;
    padding: 30px 10px 20px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    margin-left: 10%;
}


.flexible_grid_c_block_image{
    display: inline-block;
    position: relative;
    width: 40%;
    padding-bottom: 20px;
    box-sizing: border-box;
    /* max-height: 400px; */
    margin: auto;
    text-align: center;
    margin-left: 0%;
}

.flexible_grid_c_block_image img{
	width: auto;
    image-rendering: -webkit-optimize-contrast;
    /* aspect-ratio: 4/6; */
    max-height: 626px;
    margin: auto;
}


.flexible_grid_c_block_image:before{
    content: "$10 a month";
    background-color: #256dfd;
    padding: 17px 0px 0px 0px;
    line-height: 17px;
    position: absolute;
    font-size: 13px!important;
    width: 73px;
    height: 70px;
    text-align: center;
    color: white;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    top: -21px;
    right: 42px;
    font-size: 12px;
    transform: rotate( 
0deg
 );
    border-radius: 35px;
    box-shadow: 4px 3px 1px #00000024;
}




.flexible_grid_c_block_title_wrapper{
    width: 60%;
    padding: 0px;
    padding-top: 40px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
}

.flexible_grid_c_block_title{
    width: calc(100% + -50px);
    font-size: 35px;
    line-height: 37px;
    text-align: left;
    padding: 0px 0px 35px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
}

.flexible_grid_c_block_subtitle{
width: 100%;
    font-size: 15px;
    line-height: 21px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0px 0px 30px 0px;
}

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


.flexible_grid_c_block_buttons_wrapper{
	display: flex;
}


.flexible_grid_c_block_button{
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px 9px 20px;
    border-radius: 3px;
    width: fit-content;
    background-color: #EF3E36;
    color: white;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    transition: all 200ms;
}

.flexible_grid_c_block_button:hover{
    color: white;
    background-color: #b52d27;
    transition: all 200ms;
}


/*flexible_grid_c end*/




/*flexible_grid_f start*/

.flexible_grid_f{
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
    /* padding: 70px 10px 10px 10px; */
    padding: 50px 0px 0px 0px;
    background-color: #F5F5F5;
}

.flexible_grid_f_inner{
/*    max-width: 1276px;*/
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    min-height: 390px;
    overflow: hidden;
    background-color: #ef3e36;
        overflow: visible;
}


.flexible_grid_f_text{
    width: 100%;
    font-size: 35px;
    line-height: 37px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #02182B;
    padding: 5px 10px 40px 10px;
    display: none;
}

.flexible_grid_f_block{
    width: 100%;
    padding: 0px 0px 0px 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
     align-items: center; 
    justify-content: center;
    margin-left: 0%;
}


.flexible_grid_f_block_image{
    display: inline-block;
    position: relative;
    width: 50%;
    padding-bottom: 0px;
    box-sizing: border-box;
    /* max-height: 400px; */
    margin: auto;
    text-align: center;
    margin-bottom: 0px;
    height: 100%;
    margin-left: 0%;
}

.flexible_grid_f_block_image img{
	width: auto;
   image-rendering: -webkit-optimize-contrast;
    aspect-ratio: initial;
    max-height: 100%;
    margin: 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.starburst {
  background: #256eff;  
  width: 3em;
  font-size: 1.2rem;
  height: 3em;
  text-align: center;
  color: #fff;
  font-weight:600;
  text-transform:uppercase;
  font-family: aktiv-grotesk, sans-serif;
}

.starburst,
.starburst span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.starburst span {
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(45deg);
}

.starburst:before,
.starburst:after ,
.starburst span:before,
.starburst span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  transform: rotate(30deg);
}

.starburst:after {
  transform: rotate(-30deg);
}

.starburst span:after {
  transform: rotate(30deg);
}
.starburst span:before {
  transform: rotate(-30deg);
}

.example {
  position: absolute;
  top: 2%;  
  margin-top: -1.25em;
  margin-left: -1.25em;
}

#example-1 {
  left: -1%;
  z-index: 1;
}

.flexible_grid_f_block_title_wrapper{
    width: 50%;
    padding: 0px;
    padding-top: 0px;
    padding-right: 15px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
}

.flexible_grid_f_block_title{
    width: calc(100% + -50px);
        font-size: 45px;
    line-height: 45px;
    text-align: left;
    padding: 0px 0px 30px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    color:#fff;
    float: left;
}

.flexible_grid_f_block_subtitle, .cate-description{
width: 100%;
    font-size: 17px;
    line-height: 21px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px;
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    color:#fff;
    padding: 0px 0px 20px 0px;
}

.cate-description {
	margin-top: 20px;
}
.flexible_grid_f_block_subtitle p{
	margin-bottom: 15px;
}


.flexible_grid_f_block_buttons_wrapper{
	display: flex;
}

.flexible_grid_f_block_button {
    position: relative;
    float: left;
    background:#fff;
    display: inline-flex;
    border: none;
    border-radius: 6px;
    color: #104dc5;
    padding: 14px 20px 12px 20px;
    line-height: 1;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 600!important;
    font-style: normal;
    margin-top: 20px;
    font-size:.85rem;
    transition: all 400ms;
    align-items:center;
    text-transform:uppercase;
}
.flexible_grid_f_block_button:hover {
    background:#256EFF;
    color:#fff;
}
.styles_icon__HBalD {
  margin-left:5px;
  margin-top:2px;
}


/*flexible_grid_f end*/


/*flexible_grid_d start*/

.flexible_grid_d{
	width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
padding: 45px 10px 35px 10px;
    background-color: #F07971;
}

.flexible_grid_d_inner{
    max-width: 1266px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}


.flexible_grid_d_text{
    width: 100%;
    font-size: 28px;
    line-height: 26px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #ffffff;
    padding: 5px 10px 45px 10px;
    text-align: center;
}

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


.flexible_grid_d_block_image{
display: inline-block;
    position: relative;
    width: 65px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.flexible_grid_d_block_image img{
	width: 100%;
    image-rendering: -webkit-optimize-contrast;
        /*aspect-ratio: 4/6;*/
        margin-left: -10px;
}


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

.flexible_grid_d_block_title{
    width: calc(100% + -20px);
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    padding: 15px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    float: left;
    color: white;
}

.flexible_grid_d_block_subtitle{
	width: 100%;
    font-size: 15px;
    line-height: 21px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: none;
}


.flexible_grid_d_block_buttons_wrapper{
display: none;
}


.flexible_grid_d_block_button{
	font-size: 13px;
    line-height: 20px;
    padding: 2px 13px 4px 13px;
    border: 2px solid #211E1F;
    border-radius: 5px;
    width: fit-content;
    background-color: #00abea00;
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: all 200ms;
}

.flexible_grid_d_block_button:hover{
    color: white;
    border: 2px solid #011F5B;
    background-color: #011F5B;
    transition: all 200ms;
}


/*flexible_grid_d end*/







/*flexible_grid_e start*/

.flexible_grid_e{
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    /* color: #ffffff; */
    margin-top: 0px;
    padding: 0px;
    background-color: #FFF5F4;
}

.flexible_grid_e_inner{
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}


.flexible_grid_e_text{
    width: 100%;
    font-size: 35px;
    line-height: 37px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #02182B;
    padding: 5px 10px 40px 10px;
    display: none;
}

.flexible_grid_e_block{
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 0%;
}


.flexible_grid_e_block_image{
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.flexible_grid_e_block_image img{
    width: 350px;
    image-rendering: -webkit-optimize-contrast;
    aspect-ratio: 5/6;
    object-fit: cover;
}


.flexible_grid_e_block_title_wrapper{
padding: 25px 50px 0px 15px;
    width: calc(100% + -350px);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.flexible_grid_e_block_title_wrapper_inner{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    padding-left: 15%;
    padding-right: 15px;
}

.flexible_grid_e_block_title{
    width: calc(100% + -100px);
    font-size: 35px;
    line-height: 37px;
    text-align: left;
    padding: 0px 0px 35px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
}

.flexible_grid_e_block_subtitle{
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0px 0px 0px 0px;
}


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

.flexible_grid_e_block_subtitle img{
	max-width: 261px;
}

.flexible_grid_e_block_buttons_wrapper{
    display: flex;
}


.flexible_grid_e_block_button{
    font-size: 16px;
    line-height: 20px;
    padding: 6px 16px 7px 17px;
    border: 2px solid #EF3E36;
    border-radius: 3px;
    width: fit-content;
    background-color: #EF3E36;
    color: white;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    transition: all 200ms;
}

.flexible_grid_e_block_button:hover{
    color: white;
    border: 2px solid #011F5B;
    background-color: #011F5B;
    transition: all 200ms;
}


/*flexible_grid_e end*/




/*flexible_grid_g start*/

.flexible_grid_g{
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
    padding: 70px 10px 65px 10px;
    background-color: #FCFCFC;
}

.flexible_grid_g_inner{
    max-width: 1266px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}


.flexible_grid_g_text{
    width: 100%;
    font-size: 35px;
    line-height: 37px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    /*color: #ffffff;*/
    padding: 5px 10px 50px 10px;
    text-align: center;
}

.flexible_grid_g_block{
    width: 25%;
    padding: 5px 15px 20px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.flexible_grid_g_block_image{
    position: relative;
    max-width: 70px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.flexible_grid_g_block_image img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
        /*aspect-ratio: 4/6;*/
}


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

.flexible_grid_g_block_title{
width: 100%;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    padding: 15px 0px 25px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
}

.flexible_grid_g_block_subtitle{
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}


.flexible_grid_g_block_buttons_wrapper{
display: none;
}


.flexible_grid_g_block_button{
    font-size: 13px;
    line-height: 20px;
    padding: 2px 13px 4px 13px;
    border: 2px solid #211E1F;
    border-radius: 5px;
    width: fit-content;
    background-color: #00abea00;
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: all 200ms;
}

.flexible_grid_g_block_button:hover{
    color: white;
    border: 2px solid #011F5B;
    background-color: #011F5B;
    transition: all 200ms;
}


/*flexible_grid_g end*/








/*flexible_grid_h start*/

.flexible_grid_h{
  width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
    padding: 90px 10px 100px 10px;
    /*background-color: #F07971;*/
}

.flexible_grid_h_inner{
    max-width: 1266px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}


.flexible_grid_h_text{
    width: 100%;
    font-size: 35px;
    line-height: 37px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    /*color: #ffffff;*/
    padding: 5px 10px 70px 10px;
    text-align: center;
}

.flexible_grid_h_block{
    width: 16.666667%;
    padding: 5px 10px 20px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}


.flexible_grid_h_block_image{
    display: inline-block;
    position: relative;
    max-width: 150px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin: auto;
}

.flexible_grid_h_block_image img{
  width: 100%;
    image-rendering: -webkit-optimize-contrast;
        /*aspect-ratio: 4/6;*/
	opacity: 1;

    transition: all 200ms;

}

.flexible_grid_h_block_image img:hover{
	opacity: .8;
    transition: all 200ms;

}


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

.flexible_grid_h_block_title{
    width: calc(100% + -20px);
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    padding: 15px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    float: left;
    color: white;
}

.flexible_grid_h_block_subtitle{
  width: 100%;
    font-size: 15px;
    line-height: 21px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: none;
}


.flexible_grid_h_block_buttons_wrapper{
display: none;
}


.flexible_grid_h_block_button{
  font-size: 13px;
    line-height: 20px;
    padding: 2px 13px 4px 13px;
    border: 2px solid #211E1F;
    border-radius: 5px;
    width: fit-content;
    background-color: #00abea00;
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: all 200ms;
}

.flexible_grid_h_block_button:hover{
    color: white;
    border: 2px solid #011F5B;
    background-color: #011F5B;
    transition: all 200ms;
}



.flexible_grid_h_bottom_button_wrapper{
	width: 100%;
	margin: auto;
}
.flexible_grid_h_bottom_button{
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px 9px 20px;
    border-radius: 3px;
    width: fit-content;
    background-color: #256EFF;
    color: white;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: auto;
    transition: all 200ms;
}

.flexible_grid_h_bottom_button:hover{
    color: white;
    background-color: #104dc5;
    transition: all 200ms;
}





/*flexible_grid_h end*/








/*flexible_grid_i start*/

.flexible_grid_i{
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
    padding: 02px 10px 10px 10px;
    background-color: #FCFCFC;
}

.flexible_grid_i_inner{
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}


.flexible_grid_i_text{
    width: 100%;
    font-size: 35px;
    line-height: 37px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    /*color: #ffffff;*/
    /*padding: 5px 10px 50px 10px;*/
    text-align: center;
}

.flexible_grid_i_block{
    width: 100%;
    padding: 25px 15px 20px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.flexible_grid_i_block_image{
    position: relative;
    max-width: 70px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.flexible_grid_i_block_image img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
        /*aspect-ratio: 4/6;*/
}


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

.flexible_grid_i_block_title{
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 15px 0px 50px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
    text-align: left;
}

.flexible_grid_i_block_subtitle{
width: 100%;
    font-size: 17px;
    line-height: 23px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

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


.flexible_grid_i_block_buttons_wrapper{
display: none;
}


.flexible_grid_i_block_button{
    font-size: 13px;
    line-height: 20px;
    padding: 2px 13px 4px 13px;
    border: 2px solid #211E1F;
    border-radius: 5px;
    width: fit-content;
    background-color: #00abea00;
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: all 200ms;
}

.flexible_grid_i_block_button:hover{
    color: white;
    border: 2px solid #011F5B;
    background-color: #011F5B;
    transition: all 200ms;
}


/*flexible_grid_i end*/








/*flexible_grid_j start*/

.flexible_grid_j{
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
    padding: 70px 10px 65px 10px;
    background-color: #FCFCFC;
}

.flexible_grid_j_inner{
    max-width: 1266px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}


.flexible_grid_j_text{
    width: 100%;
    font-size: 35px;
    line-height: 37px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    /*color: #ffffff;*/
    padding: 5px 10px 50px 10px;
    text-align: center;
}

.flexible_grid_j_block{
    width: 25%;
    padding: 5px 15px 20px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.flexible_grid_j_block_image{
    position: relative;
    max-width: 70px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.flexible_grid_j_block_image img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
        /*aspect-ratio: 4/6;*/
}


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

.flexible_grid_j_block_title{
width: calc(100% + -20px);
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    padding: 15px 0px 25px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
}

.flexible_grid_j_block_subtitle{
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}


.flexible_grid_j_block_buttons_wrapper{
display: none;
}


.flexible_grid_j_block_button{
    font-size: 13px;
    line-height: 20px;
    padding: 2px 13px 4px 13px;
    border: 2px solid #211E1F;
    border-radius: 5px;
    width: fit-content;
    background-color: #00abea00;
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: all 200ms;
}

.flexible_grid_j_block_button:hover{
    color: white;
    border: 2px solid #011F5B;
    background-color: #011F5B;
    transition: all 200ms;
}


/*flexible_grid_j end*/











.flexible_grid_j{
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
    background-color: #FCFCFC;
}


.questions{
width: 100%;
    padding: 25px 0px 5px 0px;
    background-color: #ee3e36;
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
    color: white;

}


.formkit-form[data-uid="1eb58e052f"] {
margin: 0 auto!important;
    margin-top: 0px!important;
        padding: 15px;
}

.formkit-form{
    float: left!important;

    width: 100%!important;
    margin: 20px 0px!important;
}

.formkit-guarantee{
    float: left!important;
    width: 100%!important;

}

.seva-fields{
    width: 100%!important;
	
}


.blg-info{
	    width: 100%;
}

/*@media only screen and (max-width: 710px){

.formkit-form{
    float: left!important;

}

}*/




/*faq*/


.flexible_accordion{
    background-color: #F2F6FF;
    clear: both;
    float: left;
    width: 100%;
    padding: 60px 20px;
}


.flexible_accordion_title{

	max-width: 700px;
    margin: 0 auto;
    clear: both;
    width: 100%;
    font-size: 35px;
    line-height: 37px;
    position: relative;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    padding: 5px 10px 10px 0px;
    text-align: left;
}



.flexible_accordion_block{
    max-width: 700px;
    margin: auto;
    clear: both;
    padding: 30px 0px 20px 0px;
}


.flexible_accordion_question {
    cursor: pointer;
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    padding: 0px 0px 15px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
    color: #1A1818;
    transition: all 200ms;
}


.flexible_accordion_question:hover{
	color: #256EFF;
	transition: all 200ms;
}




.flexible_accordion_answer {
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    margin: 0 auto;
    padding: 0px 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
}

.flexible_accordion_answer a{
	font-weight: 800!important;
	color: #256EFF;
}


.flexible_accordion_answer {
  overflow: hidden;
  display: none;
}






/*flexible pricing start*/



.flexible_pricing{
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    color: #02182B;
    margin-top: 0px;
    padding: 60px 10px 50px 10px;
    background-image: url(https://stylegirlfriend.com/wp-content/uploads/2021/08/shot.png);
    background-size: cover;
    float: left;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flexible_pricing_inner{
    max-width: 1340px;
    margin: 0 auto;
        display: flex;
    justify-content: center;
}


.flexible_pricing_block_layout{
    width: calc(33.333% + -40px);
    padding: 25px 30px 25px 30px;
    margin: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 3px 7px #0000006e;
}




.flexible_pricing_block_layout:nth-child(4):before{
	content: "MOST POPULAR!";
    background-color: #256dfd;
    padding: 17px 0px 0px 0px;
    line-height: 15px;
    position: absolute;
    font-size: 11px!important;
    width: 73px;
    height: 70px;
    text-align: center;
    color: white;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    top: -37px;
    right: 13px;
    font-size: 12px;
    transform: rotate(
0deg
);
    border-radius: 35px;
    box-shadow: 4px 3px 1px #00000024;
}




.flexible_pricing_block_title{
    font-size: 29px;
    line-height: 32px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #02182B;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 27px;
    border-bottom: 4px solid #02182B;
}


.flexible_pricing_block_onetime, .flexible_pricing_block_yearly{
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
        font-weight: 800;
    font-style: normal;
    font-size: 33px;
    line-height: 40px;
/*     width: 100px; */
    float: left;
    margin-bottom: 12px;
	    margin-right: 10px;
}


.flexible_pricing_block_onetime{
	text-decoration: line-through;
	opacity: .3;
}


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

del {
    opacity: .3!important;
}



.flexible_pricing_block_subtitle{
    font-size: 16px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #02182B;
    width: calc(100% + -20px);
    float: left;
}

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

.flexible_pricing_block_image img{
width: 100%;

}

.flexible_pricing_block_content{

}

.flexible_pricing_block_content p{
	margin-bottom: 17px;
}


.startbutton{
    padding: 12px 15px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: white;
    background-color: #256EFF;
    border-radius: 5px;
    margin: 0 auto;
    float: none;
    display: block;
    width: 100%;
    box-shadow: 0px 2px 3px #0000006e;
    transition: all 200ms;

}

.startbutton:hover{
	background-color: #1847a5;
	color: white;
    transition: all 200ms;

}



.giftbutton{
    padding: 10px 15px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #256EFF;
    background-color: white;
    border-radius: 3px;
    border: 3px solid #256EFF;
    float: none;
    display: block;
    width: fit-content;

        margin-left: 155px;
    margin-top: 15px;
    position: absolute;

    transition: all 200ms;

}


/*.giftbutton{
    padding: 10px 15px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #256EFF;
    background-color: white;
    border-radius: 3px;
    border: 3px solid #256EFF;
    float: left;
    display: block;
    width: fit-content;
    margin: 10px 10px 30px 0px;
    position: relative;
    transition: all 200ms;

}*/

.giftbutton:hover{
	background-color: #256EFF;
	color: white;
    transition: all 200ms;

}


.giftbutton2{
    padding: 10px 15px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #256EFF;
    background-color: white;
    border-radius: 3px;
    border: 3px solid #256EFF;
    float: none;
    display: block;
    width: fit-content;

    /*margin-left: 155px;*/
    margin-top: 15px;
    /*position: absolute;*/

    transition: all 200ms;

}

.giftbutton2:hover{
	background-color: #256EFF;
	color: white;
    transition: all 200ms;

}


.mwb_wgm_delivery_via_email, #mwb_wgm_message, #mwb_wgm_from_name, .mwb_from, .mwb_delivery_method{

    margin: 14px 0px;
}

.mwb_wgm_delivery_method {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 0px rgb(0 0 0 / 12%);
    margin-bottom: 15px;
    padding: 11px;
    margin-top: 13px;
}

#mwb_wgm_to_email_send{
	display: none!important;
}

.mwb_wgm_method{
	display: none!important;
}



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

.read-link{
	float: left;
    width: 100%;
    font-weight: 400!important;
    color: #02182B!important;
}

.read_div * li{
	    margin-bottom: 8px;
}


/*custom toggle*/


.pricingtablecontainer {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  margin: 50px -10px;
  padding: 30px 0;
}

.pricingtable {
  padding: 0 10px;
  max-width: 25%;
  min-width: 250px;
  flex: 1 0 100%;
}
.js-yearlypricing {
  /*display: none;*/
}
.pricingtable ul {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  position: relative;
  padding: 10px;
}
.pricingtable li {
  display: flex;
  border-bottom: 1px solid #DBDBDB;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.pricingtable li.disable {
  opacity: 0.5;
  text-decoration: line-through;
}
.pricingtable__head {
  border: none !important;
  text-transform: uppercase;
  font-weight: bold;
}
.pricingtable__highlight {

}
.pricingtable__popular {
  background: #F0C80F;
  border: none !important;
  border-radius: 5px 5px 0 0;
  color: white;
  padding: 5px !important;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}
.pricingtable__btn {
  border: none !important;
}
.pricingtable .popular {
  box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricingtable .popular .pricingtable__highlight {
  background: #F0C80F;
}
.pricingtable .silver .pricingtable__highlight {
  background: #00CE6C;
}
.pricingtable .diamond .pricingtable__highlight {
  background: #65B2DE;
}
.pricingtable .platinum .pricingtable__highlight {
  background: #A182D2;
}

.slideToggle {
    display: flex;
    justify-content: center;
    margin: 0px 0;
    margin-left: -30px;
    display: none;
}
.slideToggle i {
  margin: 0 15px;
}

.form-switch {
    align-items: center;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: white;
        font-size: 17px;
}

.form-switch i {
    position: relative;
    display: inline-block;
    width: 69px;
    height: 30px;
    border: 3px solid #ffffff;
    border-radius: 15px;
    transition: all 0.3s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -1px;
    width: 21px;
    height: 20px;
    background-color: #bfbfbf;
    border-radius: 15px;
    transform: translate3d(4px, 3px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i::after {
    transform: translate3d(38px, 3px, 0);
}


/*flexible pricing end*/








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

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

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


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


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


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


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

}

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


}

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

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


/*flexible fields end*/

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




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

/*custom blog page start*/


.custom_page_title_hero{
	margin-top: 75px;
	min-height: 160px;
	background-color:#256EFF;



}

.custom_page_title_hero_text{
    max-width: 1110px;
    color: white;
    display: block;
    text-align: left;
    font-size: 60px;
    line-height: 60px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    padding: 50px 10px 50px 10px;
    margin: auto;
    width: 100%;
}

.typed-me{
	color: #ef3e36;
}


.blog_page_subtitle_area{
background-color: #f3f3f3;
}

.blog_page_subtitle{
	max-width: 1276px;
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    padding: 15px 10px 10px 10px;
    margin: auto;
    width: 100%;
    /*padding-right: 50%;*/
    font-family: Georgia;
    font-weight: bold;
}


.blog_page_subtitle2{
    max-width: 1276px;
    display: block;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    padding: 0px 10px 20px 10px;
    margin: auto;
    width: 100%;
    /*padding-right: 50%;*/
    font-family: Georgia;
}

.blog_page_top_area_wrapper{
	margin-top: 60px;
	margin-bottom: 15px;
	width: 100%;
}

.blog_page_top_area{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.blog_page_top_area_section{
    width: 100%;
    float: left;
    display: inline-flex;
/*    padding: 30px 0px;*/

        padding: 65px 0px 30px 0px;
}

.blog_page_top_area_section_home{
width: 100%;
    display: flex;
	float: left;

	    flex-direction: row;
    flex-wrap: wrap;
}


/*.blog_page_top_area_section_title{
    color: #02182B;
    display: block;
    text-align: left;
    font-size: 30px;
    line-height: 37px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    padding: 10px 10px 20px 20px;
    display: inline-block;
    width: 100%;
    position: absolute;
    margin-top: -50px;
}*/


.blog_page_top_area_section_title {
    color: #02182B;
    display: block;
    text-align: left;
    font-size: 40px;
    line-height: 40px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    padding: 20px 10px 20px 20px;
    display: inline-block;
    width: 100%;
    position: absolute;
    margin-top: -80px;
    text-align: center;
    border-top: 2px solid #e2e2e2;
}


.blog_page_top_area_section_title_home{
    color: #02182B;
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    padding: 40px 10px 20px 10px;
    width: 100%;
}




.blog_page_top_area_block{
    width: 100%;
    line-height: 0;
    padding: 0px;
/*    margin-top: 45px;*/
}

.blog_page_top_area_block_inner{
    display: flex;
    align-items: center;
    padding: 10px 10px;
    /* border-bottom: 2px solid #8080805c; */
    flex-direction: column;
}

.blog_page_top_area_block_home{
	width: 33.33334%;
	padding: 10px;
}

.blog_page_category{
display: none;
}

.blog_page_image{
		width: 100%;
    display: inline-block;
    position: relative;
    opacity: 1;
    transition: all 400ms;
    background-color: #c9dbea;
    position: relative;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.blog_page_image:hover{

    opacity: .9;
    transition: all 200ms;

}


.blog_page_image img{

     aspect-ratio: 6/4; 
     object-fit: cover;
    width: 100%;
}



.blog_page_title{

width: 100%;
    position: relative;
    /* bottom: 12px; */
    /* left: 15px; */
    /* background-color: #02182B; */
    /* color: white; */
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 800;
    font-size: 23px;
    line-height: 30px;
    padding: 10px 20px 15px 0px;

}

.blog_page_excerpt{
display: none;
}


.blog_page_view{
    padding: 10px;
    /* background-color: #ef3e36; */
    /* color: white; */
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 800;
    font-size: 17px;
    text-align: right;
    padding: 25px 20px 10px 10px;
    position: absolute;
    width: 100%;
    left: 0px;
        margin-top: -45px;
}

/*bottom classes*/

.blog_page_bottom_area_section{
width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.blog_page_bottom_area_section a{
	width: 100%;
}


.blog_page_bottom_area_block{
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}



.blog_page_bottom_area_block a{

}


.blog_page_bottom_area_image{
    width: 60%;
    /* display: inline-block; */
    position: relative;
    opacity: 1;
    transition: all 400ms;
    aspect-ratio: 6/4;
    justify-content: center;
    background-color: #256eff;
}



.blog_page_bottom_area_image img{

	aspect-ratio: 6/4;
	width: 100%;
	    object-fit: cover;
margin-bottom: 0px;
}

.blog_page_bottom_area_text_wrapper{
    display: flex;
    flex-flow: column;
    width: 40%;
    justify-content: center;
}



.blog_page_bottom_area_title{

    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    /* background-color: #02182B; */
    /* color: white; */
    /* display: block; */
    text-align: left;
    font-size: 33px;
    line-height: 40px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    padding: 10px 25px 0px 15px;

}

.blog_page_bottom_area_excerpt{
display: block;
    max-width: 100%;
    font-size: 22px;
    line-height: 27px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    padding: 0px 25px 15px 15px;
}

.blog_page_bottom_area_category{

display: block;
    /* max-width: 75%; */
    color: white;
    font-size: 11px;
    letter-spacing: 2px;
    width: fit-content;
    line-height: 23px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    background-color: black;
    padding: 0px 10px;
    margin-left: 15px;
    float: left;
}

.blog_page_bottom_area_category a{
display: block;
    /* max-width: 75%; */
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    width: fit-content;
    line-height: 23px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    background-color: black;
    padding: 3px 12px;
    margin-left: 15px;
    float: left;
}

.read_blog_now {
    font-weight: 800;
    font-size: 14px;
    padding: 5px 10px;
    border: 2px solid black;
    width: fit-content;
    margin-left: 15px;
    margin-top: 12px;
}

.blog_page_filter{
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 7px;
    padding-top: 39px;
}

.blog_page_filter *{
font-family: aktiv-grotesk, sans-serif;
    font-weight: 600;
    font-style: normal;
    /* padding: 6px 20px; */
    border-radius: 2px;
    /* background: #256eff; */
    height: 35px;
}


.blog_page_filter{
	width: 100%;
    background-color: #256eff;
    height: 125px;
}


.blog_page_break{
width: 100%;
    background-color: #256eff;
    height: 125px;
}


.searchandfilter ul li{
	float: left;
	    margin: 5px;
}

.alm-btn-wrap{
	margin: 0 auto;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    float: left;
    width: 140px;
        margin: 10px 0px;
}



/*blog page load more styles*/


.ajax-load-more-wrap{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.alm-listing {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.alm-reveal{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.alm-item {
    width: 33.33334%;
    line-height: 0;
    padding: 10px;
        display: block;
}

.alm-item img{
	aspect-ratio: 6/4;
	width: 100%;
}

.alm-item h3 {
    width: 80%;
    position: absolute;
    bottom: 12px;
    left: 15px;
    background-color: #02182B;
    color: white;
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 25px 15px 15px;
}


.alm-item .entry-meta{
	display: none;
}

.alm-item p{
	display: none;
}

/*custom blog page end*/

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

/*.item{
	width: 33.3334%;
	float: left;
}
*/


/*isotope*/

/*#isotope-list {
  margin: auto;
}

.item {
  display: inline-block;
  height: 250px;
  margin: 5px;
  overflow: hidden;
  text-align: center;
  width: 250px;
}

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

*/




/* Start: Recommended Isotope styles */
 
/**** Isotope Filtering ****/
 
/*.isotope-item {
  z-index: 2;
}
 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
 
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 
 
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}*/
 
/* End: Recommended Isotope styles */









/*post page*/


.post_page_hero_wrapper{
    margin-top: 75px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;

        hyphens: none;
        width: 100%;
}


.post_page_hero_title_wrapper{
	background-color: #F07971;
    width: 50%;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    font-style: normal;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 48px;
    line-height: 47px;
    font-weight: 900;
    color: white;
}

.post_page_hero_title{
    padding-left: 10%;
    padding-right: 5%;
    font-size: 45px;
    color: white!important;
    line-height: 47px!important;
}

.post_page_hero_title h1{
padding-left: 10%;
    padding-right: 5%;
}

.post_page_hero_subtitle{
	    max-width: 80%;
    flex-direction: column;
    justify-content: center;
    display: flex;

        font-family: aktiv-grotesk, sans-serif;
    font-size: 22px;
    line-height: 28px;
}







.post_page_hero_thumbnail{
    width: 50%;
        position: relative;
    width: 50%;
/*    padding-bottom: 35%;*/
    float: left;
/*    height: 0;*/
    object-fit: cover;
}

.post_page_hero_thumbnail {
    max-width: 50%;
    /*width: 800px;*/
    /*min-height: 300px;*/
    background-color: #ef3e36;
}

.post_page_hero_thumbnail img{
	    width: 100%!important;
    height: 100%!important;
/*    position: absolute;*/
    left: 0;
    object-fit: cover;
}


.post_page_subtitle{
    font-size: 20px;
    padding-left: 10%;
    padding-right: 5%;
	padding-top: 10px;
	text-align: left;
}

.post_page_author{
    margin-bottom: 40px;
    display: block;
    font-family: Georgia;
    font-weight: normal;
    /* width: 100%; */
    /* text-align: center; */
    margin-top: 24px;
    font-size: 17px;
    width: 100%;
    float: left;
}

.post_page_author a{
    font-style: italic;
    font-weight: 400!important;
    text-decoration: none!important;
    background-image: none!important;
}

.avatar{
width: 100px!important;
    float: left;
    margin-right: 20px;
    height: 100px!important;
    margin-top: -6px;
    border-radius: 51px;
}



/*cat page colors*/

.category-style * .post_page_hero_title_wrapper{
	background-color: #EF3E36;
}

.category-grooming  * .post_page_hero_title_wrapper{
	background-color: #256EFF;
}

.category-life  * .post_page_hero_title_wrapper{
	background-color: #02182B;
}





.entry-content{
    max-width: 900px;
    margin: 0 auto;

	font-family: aktiv-grotesk, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 10px;
padding: 15px;
}


.article-content * .entry-content{
    max-width: 70%;
    padding-left: 40px!important;
    margin: 0 auto;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
    padding: 15px;
    float: left;
}


/*widen pages*/



.page-id-57080 .entry-content, .page-id-25 .entry-content, .page-id-29167 .entry-content, .page-id-37900 .entry-content, .page-id-22732 .entry-content  {

    max-width: 1000px!important;

}


.formkit-form{
	    width: 100%;
}

.formkit-fields{
	float: left;
}

.article-content ul{
	    list-style: none;
	        /*list-style-type: disc;*/
	        float: left;
}


.article-content ul li::marker{
	display: none!important;
}

.article-content ul li::before{
    content: "•";
    color: #ee3d35;
    display: inline-block;
    width: 18px;
    line-height: 28px;
    /* font-size: 25px; */
    margin-left: -1px;
    margin-top: 0px;

}

.article-content ul {

    margin-top: 20px!important;
        margin-left: 20px!important;
}


.article-content ul li {
    padding-left: 0px!important;
    margin-bottom: 12px!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    position: relative!important;
    font-size: 20px!important;
    line-height: 30px!important;
    margin: 0px!important;
}







/*Category page:  archive.php styles*/

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


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

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


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



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


.archive_page_post_title{

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

}


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



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

}




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

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

}






/*gravity forms*/

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

}

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

}


/*overrides*/


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

::-webkit-input-placeholder { 

	color: #7a30ff;

}

.gform_wrapper textarea {

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

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




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

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



/*button*/

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


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



/*error*/

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


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


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

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


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


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

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






}



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

/*gravity forms*/


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

.gf_custom_50{
	width: 100%!important;

}

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





/*footer*/


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

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

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

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

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

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


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


.footer_area p img{
    width: auto;
    max-height: 42px;
    padding: 9px;
    opacity: 1;
    transition: all .2s;

}

.onsale{
	display: none;
}


.footer_area p img:hover{
	opacity: .6;
	transition: all .2s;

}
.rounded{
    font-size: 15px;
    font-weight: 600;
    font-family: aktiv-grotesk, sans-serif;
    margin-bottom: 10px;
}

.textwidget{

}



.footer_area_1{

}


.footer_area_1 img{
    width: 87px;
    height: auto;
    padding: 0px 0px 40px 0px;
}

.footer_area_2{

}

.footer_area_3{

}

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

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




/*disable buy button on sub page*/

/*https://stylegirlfriend2.vast.dev/product/monthly-style-subscription/*/

/*.postid-55508 .single_add_to_cart_button{
	display: none!important;
}*/

.variations{
	/*display: none!important;*/

}

.single_add_to_cart_button {
	/*display: none!important;*/
}

.woocommerce-variation-price{
	/*display: none!important;*/

}

#fc-substep__fields--contact{
/*	display: none!important;*/

}
div.woocommerce form .woocommerce-billing-fields__field-wrapper:not(:last-child), div.woocommerce form .woocommerce-billing-only-fields__field-wrapper:not(:last-child) {
    padding-bottom: 0px;
}


/*woo shop page custom*/

.single-product table.variations td.label > label {
    display: none !important;
}


.variations{
	    margin-left: -34px;
	    margin-bottom: 8px;
	    font-size: 15px;
}

.variations * {
    font-weight: 900;
        padding: 5px;
}



.single_variation_wrap{

}
/*
#wc-stripe-payment-request-button-separator{
	display: none!important;
}

#wc-stripe-payment-request-wrapper{
	display: none!important;

}*/



.fc-content{
margin-top: 120px!important;
}

.fc-content *{
    font-size: 17px!important;
    line-height: 26px!important;
}

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 {
    border: 1px solid #dedede!important;
    border-bottom: 1px solid #e4e4e4!important;
    border-radius: 6px!important;
    padding: 6px!important;
}

.fc-wrapper #payment ul.wc_payment_methods>li.wc_payment_method>input[type=radio]:first-child:checked+label {
    background-color: #fff!important;
}

.fc-wrapper #payment ul.payment_methods>li.wc_payment_method .payment_box {
    background-color: #fff!important;
}


.fc-wrapper .fc-expansible-form-section__content--coupon_code .fc-coupon-code__apply{
	top: -6px!important;
	    right: 11px!important;
    height: 38px!important;
    line-height: 12px!important;
    border-radius: 17px!important;
}



div.woocommerce form .fc-step__substep[data-substep-id=billing_address] {
    background-color: #ffffff!important;
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 0px 0 0 #0f834d!important;
}

.ElementsApp, .ElementsApp .InputElement {
    font-size: 14px!important;
}

.ElementsApp, .ElementsApp .InputElement {
    color: #31325F;
    line-height: 2;
    font-size: 16px;
    height: 32px;
}

.InputContainer *{
    font-size: 14px!important;

}


.fc-wrapper .fc-place-order .fc-place-order-button{
	    /*width: 100%!important;*/
	        text-transform: capitalize;
}

.fc-wrapper .fc-inside div.place-order {
    padding: 6px 20px 0!important;
}

.fc-place-order {
    padding: 0px 0!important;
}

.fc-place-order-button{
	border-radius: 29px!important;
}




.wc-credit-card-form{
	margin-top: 15px;
}

#wc-stripe-payment-request-wrapper{
/*    height: 0px!important;
    padding: 0px!important;
    float: left;
    margin-left: 38px;
    margin-top: -77px;
    margin-bottom: 135px;*/
}

#wc-stripe-payment-request-button-separator{
	display: none!important;
}

#wc-stripe-custom-button{
display: none;
    width: 100%;
    border: 1px solid;
    border-color: #fff0;
    border-radius: 3px;
    background: #256EFF;
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 800;
    line-height: 20px!important;
    padding: 10px 20px!important;
    cursor: pointer;
    height: 42px!important;
    /* width: 100%!important; */
    border-radius: 29px!important;
}

.is-active{
	display: block!important;
}

.checkout-two-column-layout .two-column-layout-right {
    box-shadow: 5px 10px 12px #88888800;
    margin-bottom: 30px;
}


.woocommerce-checkout .express-one-page-checkout-main h3.border_html {

    background-color: #232323;

}




form.woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner {
    padding: 30px 30px 37px 30px!important;
    border: 0px solid #d6d8d8!important;
    background-color: #f5f5f5!important;
}


.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-checkout-order-review-title {
    color: #272727!important;
    font-size: 21px!important;
    text-transform: capitalize!important;
}

body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep .fc-step__substep-title {
    color: #272727!important;
    font-size: 21px!important;
    text-transform: capitalize!important;
}

.fc-wrapper .fc-express-checkout__title {
    color: #272727!important;
    font-size: 21px!important;
    text-transform: capitalize!important;
}






.fc-wrapper .fc-step__substep[data-substep-id=contact_login] {

    display: none!important;
}





div.woocommerce form .fc-step__substep[data-substep-id=contact] .fc-step__substep-title {
    visibility: hidden;
    position: relative;

    display: none;
}


div.woocommerce form .fc-step__substep[data-substep-id=contact] .fc-step__substep-title:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: ""!important;
}





div.woocommerce form .fc-step__substep[data-substep-id=billing_address] .fc-step__substep-title {
    visibility: hidden;
    position: relative;
}


div.woocommerce form .fc-step__substep[data-substep-id=billing_address] .fc-step__substep-title:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Contact Info"!important;
}





div.woocommerce form .fc-step__substep[data-substep-id=payment] .fc-step__substep-title {
    visibility: hidden;
    position: relative;
}


div.woocommerce form .fc-step__substep[data-substep-id=payment] .fc-step__substep-title:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Payment Info"!important;
}






body.woocommerce-checkout .fc-content.fc-container{
	max-width: 100%!important;
}


.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 .flex-viewport {
    margin-bottom: 10px!important;
}


.woocommerce-product-gallery__wrapper{
	margin: 0px;
}

.flex-active-slide{
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	top: 5px!important;
    right: 26px!important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: calc(20% + -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;
}



/*single product*/


.woo_single_wrapper{
}

.woo_single_wrapper_product{
    background-color: #F2F6FF;
    /* float: left; */
    clear: both;
    display: flex;
    margin-top: 75px;

}

.single-product div.product {
    margin: 0 auto;
    max-width: 1286px;
    margin-top: 40px;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
    width: 50%;
    padding: 0px 20px 0px 20px;
}



.woocommerce_single_product_page_wrapper_right {
    float: left;
    width: calc(50% + -31px);
    background-color: white;
    margin: 0px 0px 20px 15px;
    padding: 25px 50px 0px 25px;
    border-radius: 5px;
    color: #02182B;
    display: block;
    text-align: left;
/*    font-size: 30px;
    line-height: 35px;*/
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    box-shadow: 0px 0px 4px #00000017;
}


.woocommerce_single_product_page_wrapper_right .price{
	/*display: none;*/
}

.woocommerce-variation-price .price{
	display: block;
}

.woocommerce_single_product_summary{
	margin-bottom: 0px;
}

.product_title {
    color: #02182B;
    display: block;
    text-align: left;
    padding: 0px 0px 15px 0px;
    font-size: 31px;
    line-height: 31px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    border-bottom: 3px solid #02182B;
    max-width: 80%;

}

.price{
	    padding: 10px 0px 0px 0px;
	        font-size: 30px;
	            font-weight: 800;
}



.is-menu.is-first form {
    top: -7px!important;
}

.is-menu.is-dropdown form{
	min-width: 425px!important;
}


.is-form-style input.is-search-input{
	border-radius: 0!important;
}

.is-menu.is-first .search-close {
    top: 1px!important;
}

.is-form-style button.is-search-submit {
    margin: 0px!important;
}



.is-menu.full-width-menu.open .search-close, .is-menu.is-dropdown form[style="display: block;"]+.search-close, .is-menu.sliding.open .search-close {
    position: fixed!important;
    right: 33px!important;
    top: 24px!important;
}

.is-menu.is-first form {
    top: -7px!important;
    position: fixed!important;
    left: 24px!important;
    top: 17px!important;
}

#primary-menu{
	margin-right: 28px;
}

.is-menu a {

    position: fixed!important;
    right: 30px!important;
}

.is-form-style input.is-search-input{
	    border: solid 0px #ccc!important;
}


.is-menu.is-dropdown form {
    min-width: 345px!important;
    right: 24px!important;
    position: fixed;
    top: 15px;
    max-width: 345px;
        border: 1px solid #bdbdbd;
}



.reset_variations{
	display: none!important;

}

.quantity{
	display: none;
}

.woocommerce-product-details__short-description{
    font-size: 16px;
    line-height: 20px;
    padding: 25px 0px 0px 0px;
}

.woocommerce-product-details__short-description p{
	margin-bottom: 10px;
}

.woocommerce-product-details__short-description a{
color: #256eff!important;
}

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

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






.woo_single_wrapper_custom_fields{
	position: relative;

}




.product_description {
    margin: 0 auto;
    font-size: 17px;
    line-height: 23px;
    padding: 20px 0px 20px 0px;
    background-color: #F2F6FF;
    clear: both;
}

.product_description_inner{

    max-width: 800px;
    margin: 0 auto;
}

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

/*woo styles*/

.woocommerce{
	    line-height: initial;
}

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

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

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

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

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


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


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

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


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



/*product title in shop*/

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


/*product button in shop*/

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

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

}



/*woo checkout*/


.woocommerce {
/*    line-height: initial;
    max-width: 700px;
    margin: auto;
    padding: 75px 0px;*/
}

.woocommerce-cart-form{
	margin-top: 100px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #ffffff;
    clear: both;

    display: none!important;
}



.woocommerce-error{

    /*display: block!important;*/
}

.woocommerce-error {
    background-color: #256eff!important;
    color: white!important;
    /*padding: 2px 7px!important;*/
}

.woocommerce-checkout {
    margin-top: 22px;
    clear: both;
    height: 100%;
    float: left;
    width: 100%;
}

/*.checkout{
	padding: 38px;
    padding-bottom: 59px;
    border-radius: 9px;
    box-shadow: 2px 5px 20px #00000040;
}*/

.checkout {
    padding: 38px;
    padding-bottom: 59px;
    border-radius: 9px;
    border: 1px solid #d8d8d8;
}


fieldset{
    padding: 0px!important;
    border: 0px solid white!important;
    margin: 0px;
}



.col2-set{
	width: 100%;
    float: left;
}

.col2-set .form-row-first, .col2-set .form-row-last {
    width: 100%!important;
}


#order_review_heading{
	display: none;
}



#billing_first_name{
width: 100%;
}

#billing_last_name{
width: 100%;

}

#billing_phone{
width: 100%;

}

#billing_email{
width: 100%;

}


#account_username{
width: 100%;

}

#account_password{
width: 100%;

}

.woocommerce-checkout-review-order{
		width: 100%;
    float: left;
}


.woocommerce-checkout-review-order-table thead{
display: none;
}

#customer_details, #order_review{
font-family: aktiv-grotesk, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

#billing_alg_wc_checkout_field_1_field{
	display: none!important;

}

.woocommerce-additional-fields{
	display: none!important;

}

.select2-container {
    width: 200px!important;
}

.coupon{
	display: none!important;
}

.wc-proceed-to-checkout a{
	border: 1px solid;
    border-color: #fff0;
    border-radius: 3px;
    background: #256EFF;
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    padding: 10px 20px;
    cursor: pointer;
}

table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    padding: 15px!important;
}


table.shop_table_responsive tr td {
    max-width: 40px!important;
    padding: 15px!important;
}



.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #ffffff;
    display: none;
}


textarea::placeholder {
 color: #1A1818!important;
}


textarea::placeholder {
 color: #1A1818!important;
}

textarea {
 color: #1A1818!important;
    }

form input[type="text"] {
    color: #1A1818!important;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}



.woocommerce-input-wrapper *{
    color: #1A1818!important;

}

div.woocommerce-form-coupon-toggle div.woocommerce-info, div.woocommerce-form-coupon-toggle div.woocommerce-info a.showcoupon, .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
    color: #1A1818!important;
}


span.select2-selection.select2-selection--single::placeholder {
    color: #1A1818!important;
}

span.select2-selection__placeholder {
    color: #1A1818!important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
    text-decoration: none;
}

.required {
    color: #256eff;
    margin: 1px;
}


.woocommerce-Tabs-panel{
	display: none!important;

}

.woocommerce-tabs ul.tabs {
	display: none!important;
}


.payment_box payment_method_stripe{
    width: 100%!important;

}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%!important;
        border-radius: 7px;
}


.stripe-icon{
    width: 50px;
    float: left;
    margin: 6px;
    display: none;
}

#stripe-payment-data p{
display: none;
}


/*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{
    border: 1px solid #fdfdfd!important;
    border-bottom: 1px solid #e4e4e4!important;
    border-radius: 0px!important;
    padding: 6px!important;	
}*/

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    float: left;
     width: auto!important; 
    margin: 15px 0px!important;
    padding: 12px 25px!important;
}




.payment_methods{
	    display: inline-block;
    list-style: none;
        line-height: 27px;
        width: 100%;
}

.woocommerce-billing-fields__field-wrapper p{
	margin-bottom: 25px;
}

.woocommerce-billing-fields h3{
display: none;
}


tr.cart_item {
	width: 100%;
}


tr.cart-subtotal {
text-align: left;
}


tr.order-total {
text-align: left;
}















/*filter*/


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

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {


    font-weight: 400!important;
}




/*style gf styles migrated and edited */



.shop-inner-wrapper{
/*    max-width: 1368px;*/
    margin: 0 auto;
}

.shop-nav{
	margin-top: 70px;
}


.item-img{
	transition: all .2s;
}

.item-img:hover{
	opacity: .8;
	transition: all .2s;
}


.shop-now{
	display: none;
}




.items-per-page{
	display: none;

}

.shop-page-nav{
	/*display: none;*/

}

.collections-main{
	/*display: none;*/
display: block;
}

.collections-wrap{
	/*display: none;*/
display: block;
width: 100%;
}

.collection{
	    display: none;
float: left;
    width: calc(25% + -4px);
    padding: 0px 0px 8px 0px;
        margin: 2px 2px 20px 2px;
    padding-bottom: 17%;
    position: relative;
    height: 0;
}

/*only show first 4*/
.collection:nth-child(-n+4) {
	display: block;
}

.collection a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.collection a img{
    opacity: 1.0;
    transition: all .2s;
    max-height: 100%;
    object-fit: cover;
/*    width: 355px;*/
    width: 100%;

    height: inherit;

}

.collection * img:hover{
	opacity: .8;
    transition: all .2s;

}







.collection-title{

    text-align: center;
    font-weight: 400;
    font-size: 11px;
    padding: 15px 0px 15px 0px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #212121;
    color: white;
    margin-top: -5px;
    position: absolute;
    bottom: -17px;
    line-height: 28px;
    width: 100%;

}

.collection-hero{
	/*display: none;*/
	display: flex;
	flex-directon: column;
	    background-color: #256eff;
	    width: 100%;
}

.collection-hero img{
/*	width: 50%;*/
max-width: 50%;
    height: fit-content;
    image-orientation: none;
    object-fit: cover;
}





.collection-hero .col{
    padding: 50px;
    background-color: #256eff;
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
    font-family: aktiv-grotesk, sans-serif;
    color: white;
    font-size: 13px;
}

.collection-hero h2{
font-weight: 700;
    font-size: 35px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.collection-hero p{
    font-size: 16px;
    line-height: 22px;
        margin-top: 15px;
}



/*collection custom page*/


.page-id-55735 .collection:nth-child(-n+4){

}


.page-id-55735 .collection {
    display: block;
}



.page-id-55735 .main-shop-area{
	display: none;
}




.page-id-55735 .shop-page-nav{
	display: none;

}


.page-id-55735 .placeholder{
	display: none;

}

nav.shop-nav {
  border-bottom: 0px solid #d9d9d9;
  padding: 0 22px; }

  nav.shop-nav a, nav.shop-nav span {

	font-size: 12px;
     font-weight: 400; 
    text-transform: initial;
    letter-spacing: 1px;
    transition: all .2s;
}


    nav.shop-nav a:hover, nav.shop-nav span:hover {

      color: #256EFF;

  }


  nav.shop-nav div.selected-shop-nav-item {
    display: none;
    height: 63px;
    overflow: hidden; }
    nav.shop-nav div.selected-shop-nav-item span {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      float: left; }
    nav.shop-nav div.selected-shop-nav-item div {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      float: right;
      width: 12px;
      height: 15px;
      margin-top: 23px;
      transition: all .2s; }
      nav.shop-nav div.selected-shop-nav-item div svg {
        stroke: #171717;
        stroke-width: 3px;
        width: 100%;
        height: 100%; }
      nav.shop-nav div.selected-shop-nav-item div.rotate-arrow {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
  nav.shop-nav ul {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    max-width: 929px;
    margin: 0 auto; }
    nav.shop-nav ul::after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      font-size: 0;
      line-height: 0;
      letter-spacing: 0; }
    nav.shop-nav ul li {
      display: inline-block;
      position: relative; }
      nav.shop-nav ul li > a {
        padding: 33px 0;
        display: inline-block; }


      nav.shop-nav ul li .dd {

	    position: absolute;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    top: 100%;
	    position: absolute;
	    white-space: nowrap;
	    position: absolute;
	    background-color: #f5f5f5;
	    padding: 38px;
	    opacity: 0;
	    pointer-events: none;
	    transition: all .3s;
	    z-index: 100;

    }

        nav.shop-nav ul li .dd a {

			color: #1A1818;
		    text-transform: inherit;
		    font-size: 12px;
		    font-weight: 400;
		    margin-bottom: 22px;
		    display: block;
		    letter-spacing: 1px;

      }
          nav.shop-nav ul li .dd a:last-child {
            margin-bottom: 0; }

          nav.shop-nav ul li .dd a:hover {

                color: #256EFF;

        }
      nav.shop-nav ul li a:hover + .dd,
      nav.shop-nav ul li .dd:hover {
        opacity: 1;
        pointer-events: all; }






           
  div.shop-inner-wrapper div.main-shop-area {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    width: calc(100% + 20px);
    margin-left: -10px; 
clear: both;
    float: left;
    margin-bottom: 50px;

}
/*    div.shop-inner-wrapper div.main-shop-area::after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      font-size: 0;
      line-height: 0;
      letter-spacing: 0; 

  }*/


    div.shop-inner-wrapper div.main-shop-area a.main-shop-item {
      display: inline-block;
      width: 18.348624%;
      vertical-align: top;
      margin: 0 10px 44px; 
  }

  a.main-shop-item:last-child {
float: left;
}

      div.shop-inner-wrapper div.main-shop-area a.main-shop-item div.item-img {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%; }

        div.shop-inner-wrapper div.main-shop-area a.main-shop-item div.item-img img {

          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          max-width: 100%;
          max-height: 100%;
          margin: auto; 
          
/*    max-width: 150px;
    max-height: 150px;*/

    max-width: 66%;
    max-height: 66%;

        }
      div.shop-inner-wrapper div.main-shop-area a.main-shop-item span.item-name {

        display: block;
        font-family: Georgia;
        font-weight: normal;
        width: 100%;
        text-align: center;
        margin-top: 24px;
        font-size: 17px; 

    }

      div.shop-inner-wrapper div.main-shop-area a.main-shop-item span.item-manufacturer {

	display: block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 600;
    font-style: normal;

    }


      div.shop-inner-wrapper div.main-shop-area a.main-shop-item.placeholder {
        margin-bottom: 0; }
    div.shop-inner-wrapper div.main-shop-area a.main-shop-item:hover div.item-img div.shop-now {
      opacity: 1; }
  div.shop-inner-wrapper div.shop-page-nav {
    text-align: center;
    margin-bottom: 80px; 
    margin-top: 33px;
}


    div.shop-inner-wrapper div.shop-page-nav a {
    text-transform: uppercase;
    letter-spacing: .9px;
    font-weight: 900;
    padding: 30px;
    font-size: 27px;
    transition: all .2s;

  }
      div.shop-inner-wrapper div.shop-page-nav a:hover {
        color: #256EFF;


         }
      div.shop-inner-wrapper div.shop-page-nav a:hover svg {
        stroke: #256EFF; }
      div.shop-inner-wrapper div.shop-page-nav a svg {
        width: 8px;
        height: 12px;
        stroke: #171717;
        stroke-width: 3px;
        margin-left: 5px;
        transition: all .2s; }
      div.shop-inner-wrapper div.shop-page-nav a:first-child {
        margin-right: 50px; }
        div.shop-inner-wrapper div.shop-page-nav a:first-child svg {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          margin-left: 0;
          margin-right: 5px; }
      div.shop-inner-wrapper div.shop-page-nav a:only-child {
        margin-right: 0; }
        div.shop-inner-wrapper div.shop-page-nav a:only-child svg {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0);
          margin-left: 5px;
          margin-right: 0; }





/*custom old styles*/


/*.main-shop-area{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1276px;
    padding: 0px 10px;
}

.main-shop-area a{
    position: relative;
    float: left;
    width: calc(25% + -0px);
    display: inline-flex;
    flex-direction: column;
    padding: 20px 10px 30px 10px;
    transition: all 0.3s ease;
}

.item-img{

}

.item-img img{

	height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}*/














/*blog article*/


.article-content {
/*  -webkit-hyphens: auto;*/
/*  -moz-hyphens: auto;*/
/*  -ms-hyphens: auto;*/
/*  hyphens: auto;*/
/*  word-wrap: break-word;*/
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  color: #171717;
  line-height: 27px;
  font-weight: normal; 


    display: inline-block;
}
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h5,
  .article-content h6 {
    clear: both;
    margin: 0 0 5px 0px;
    padding-top: 30px;
    text-align: left;
    font-family: aktiv-grotesk, sans-serif;
    color: #171717;
    line-height: 24px;
    /*text-transform: uppercase;*/
    font-weight: 700; }
    @media (max-width: 660px) {
      .article-content h1,
      .article-content h2,
      .article-content h3,
      .article-content h5,
      .article-content h6 {
        /*line-height: 1em; */
    } 
    }
  .article-content h2 {
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    /*letter-spacing: 2.67px;*/
    font-weight: 600;
    /*font-family: 'ITC Franklin Gothic Std', sans-serif; */

}

  .article-content h2 span {

    font-weight: 600!important;

}


  .article-content h3 {
/*    font-family: 'imogen_agnesregular'; */
/*font-family: 'ITC Franklin Gothic Std', sans-serif;*/
    font-size: 24px;
    line-height: 27px;
    /*font-weight: 400;*/
    text-transform: inherit; }
  .article-content h4 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 24px 0 !important;
    /*font-family: 'ITC Franklin Gothic Std'; */
}
  .article-content h5 {
    font-size: 24px !important;
    /*font-family: aktiv-grotesk, sans-serif;*/
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-transform: uppercase; }
    .article-content h5:before, .article-content h5:after {
      background-color: #171717;
      content: '';
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: inherit;
      width: 50%;
      bottom: .3em; }
    .article-content h5:before {
      right: 2em;
      margin-left: -50%; }
    .article-content h5:after {
      left: 2em;
      margin-right: -50%; }

  .article-content h6 {
/*    font-size: 16px;
    font-family: 'Georgia', sans-serif;
    line-height: 27px;
    border: solid 1px #171717;
    padding: 24px;
    font-weight: normal;
    text-transform: none; */



    font-size: 24px!important;
    line-height: 27px!important;

    font-family: Georgia!important;
    font-weight: normal!important;

  }


  .article-content b,
  .article-content strong {
    font-weight: bold; }
  .article-content address {
    font-family: aktiv-grotesk, sans-serif;
    font-style: italic;
    font-weight: normal; }
  .article-content a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ef3e36;
    /*background-image: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%);*/
    background-image: none;
    text-decoration: none;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 1em;
    /*font-weight: bold;*/
    text-shadow: 2px 1px rgba(255, 255, 255, 0.1), -1px 1px rgba(255, 255, 255, 0.1); }
    .article-content a:hover {
      /*color: black; */

  }
    .article-content a:active {
      color: #ef3e36; }
    .article-content a:visited {
      color: #ef3e36; }
  .article-content abbr[title],
  .article-content acronym {
    border-bottom: 1px dotted #171717;
    cursor: help; }
  .article-content cite {
    color: #d9d9d9;
    font-size: 0.875em;
    padding-left: .5em; }
  .article-content code,
  .article-content kbd,
  .article-content tt,
  .article-content var,
  .article-content samp,
  .article-content pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-family: monospace, serif;
    color: black; }
  .article-content dfn,
  .article-content em,
  .article-content i {
    font-style: italic; }
  .article-content em {
    color: black; }
  .article-content pre {
    box-sizing: border-box;
    background: white;
    padding: 1em 2em;
    margin-bottom: 24px;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .article-content p {
    margin: 1.5em 0; }
  .article-content small {
    font-size: smaller; }
  .article-content big {
    font-size: 125%; }
  .article-content sup,
  .article-content sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .article-content sup {
    bottom: 1ex; }
  .article-content sub {
    top: .5ex; }
  .article-content img {
    image-rendering: optimizeSpeed;
    max-width: 100%;
    height: auto;
    vertical-align: middle; 
width: 100%;
}
  .article-content figure {
    margin: 0; }
  .article-content figcaption {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    color: rgba(23, 23, 23, 0.8);
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    margin: 12px 0 0;
    display: block;
    font-family: 'Georgia', sans-serif;
    font-weight: normal; }
  .article-content .blog-img + figcaption {
    margin: -10px 0 1.5em; }
  .article-content .twitter-tweet {
    margin: 0 auto 1.5em !important; }
  .article-content fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0; }
  .article-content legend {
    white-space: normal; }
  .article-content hr {
    background-color: #d9d9d9;
    border: 0;
    height: 1px;
    margin-bottom: 23px; }
  .article-content embed,
  .article-content iframe,
  .article-content object,
  .article-content video {
    margin-bottom: 2em;
    width: 100%; }
  .article-content p > embed,
  .article-content p > iframe,
  .article-content p > object,
  .article-content span > embed,
  .article-content span > iframe,
  .article-content span > object {
    margin-bottom: 0; }
  .article-content blockquote,
  .article-content q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    text-align: center;
    color: black;
    font-size: 1.875em;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 1em 2em;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 2px; }
    .article-content blockquote cite,
    .article-content blockquote small,
    .article-content q cite,
    .article-content q small {
      color: #171717;
      font-size: 0.625em;
      display: block;
      margin-top: .5em;
      padding: 0; }
    .article-content blockquote em,
    .article-content blockquote i,
    .article-content blockquote cite,
    .article-content q em,
    .article-content q i,
    .article-content q cite {
      font-style: normal; }
    .article-content blockquote strong,
    .article-content blockquote b,
    .article-content q strong,
    .article-content q b {
      font-weight: 400; }
  .article-content table {
    margin-bottom: 2em;
    width: 100%;
    color: black;
    border: 1px solid white;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px; }
  .article-content th,
  .article-content td {
    border: 1px solid white;
    font-size: 1em; }
  .article-content caption,
  .article-content th,
  .article-content td {
    font-weight: normal;
    text-align: left;
    padding: .5em .8em; }
  .article-content th {
    border-width: 0 1px 1px 0; }
  .article-content td {
    border-width: 0 1px 1px 0; }
  .article-content thead th {
    color: black;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.6em;
    text-align: center; }
  .article-content tbody th {
    font-size: 1em;
    text-align: right; }
  .article-content tbody tr:nth-of-type(even) {
    background-color: white; }
  .article-content dl {
    margin-bottom: 48px; }
  .article-content dt {
    color: black;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.6em; }
  .article-content dd {
    margin-bottom: 1em; }
  .article-content ul {
    margin: 0 0 1.5em;
    padding: 0;
    font-size: 14px; }
    .article-content ul li {
      padding-left: 30px;
      margin-bottom: 12px;
      line-height: 22px;
      font-family: 'Georgia', sans-serif;
      font-weight: normal;
      position: relative; }
/*      .article-content ul li::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        content: ' ';
        background-color: #f6ae2d;
        width: 18px;
        height: 7px; }*/
      .article-content ul li:last-child {
        margin-bottom: 0; }
  .article-content ol {
    margin: 0;
    padding: 0;
    list-style: decimal-leading-zero inside;
    font-size: 1em;
    margin-bottom: 48px; }
    .article-content ol li {
      margin: 0 0 .2em; }
    .article-content ol ol {
      margin: 0 0 .5em 3em;
      list-style: lower-roman; }
      .article-content ol ol ol {
        list-style: lower-alpha; }
  .article-content .alignnone {
    max-width: 100%; }
  .article-content .alignleft {
    float: left;
    margin: 0 1.5em 0 0;
    max-width: 50%;
    max-width: 100%; }
    @media (max-width: 660px) {
      .article-content .alignleft {
        max-width: 40%; } }
  .article-content .alignright {
    float: right;
    margin: 0 0 0 1.5em;
    max-width: 50%;
    max-width: 100%; }
    @media (max-width: 660px) {
      .article-content .alignright {
        max-width: 40%; } }
  .article-content .aligncenter {
    max-width: 100%; }
  .article-content .wp-caption-text {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    color: rgba(23, 23, 23, 0.8);
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    margin: -10px 0 1.5em;
    display: block; }
  .article-content .double-img {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    display: block;
    overflow: auto; }
    .article-content .double-img::after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      font-size: 0;
      line-height: 0;
      letter-spacing: 0; }
    .article-content .double-img .col {
      display: inline-block;
      width: 48%;
      vertical-align: top;
      margin-bottom: 4%; }



/*more clean up*/

.comments-area{
	display: none;
}



.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}



/*.formkit-form[data-uid="45336e374f"][min-width~="600"] .formkit-fields[data-stacked="false"] .formkit-submit {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 34px;
    line-height: 1px;
    padding: 5px 20px!important;
    margin: 0px!important;
}*/


.formkit-form h2 {
    font-size: 1.5em;
    margin: 1em 0;
    line-height: 43px;
    text-align: left;
    text-transform: inherit;
    text-align: center;
    font-weight: 600;
}


.formkit-submit {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 34px;
    line-height: 1px;
    padding: 5px 20px!important;
    margin: 0px!important;
}


/*fix button link color*/


.wp-block-button__link{
	color: white!important;
}





.postid-55508 .single_add_to_cart_button {

display: none!important;


}





/*.crp_related {
    max-width: 1320px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    color: #353F50;
    margin-top: 0px;
    width: calc(100% + -15px);
    padding-right: 15px;
}*/

.crp_related h3 {
    margin-left: 0px;
    padding: 20px 0px;
}


.crp_related {
    max-width: 30%;
    margin: 0 auto;
    clear: both;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    color: #353F50;
    margin-top: 42%;
    padding-right: 40px;
}


/*
.crp_related ul {
    display: flex;
    flex-wrap: initial;
    flex-direction: row;
    margin: 0px!Important;
}*/

.crp_related ul {
    display: flex;
    flex-wrap: initial;
    flex-direction: column;
    margin: 0px!Important;
}


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

    aspect-ratio: 6/4;
}*/

.crp_related ul li {
    width: 100%;
    padding: 0px 15px 40px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    aspect-ratio: 6/4;
}


.crp_related > *  li::before {
    content: ""!important;
}


.crp_related  h3{
	margin-left: 20px;
}

.crp_thumb {
    width: 100%;
    display: inline-block;
    position: relative;
    opacity: 1;
    transition: all 400ms;
    aspect-ratio: 6/4;
    object-fit: cover;
    background-color: #c9dbea;
}


.crp_title {
    width: 80%;
    position: absolute;
	bottom: 56px;
    left: 34px;
    background-color: #02182B;
    color: white;
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 25px 15px 15px;
}



/*embed*/

.tf-v1-widget iframe {
    height: 100vh!important;
}


.pagination{
    margin: auto;
    width: fit-content;
    text-align: center;
    padding: 0px 5px 50px 5px;
}

.page-numbers{
    font-weight: 700;
    font-size: 25px;
    padding: 5px 12px;
    margin: 5px;

    	background-color: black;
	color: white;
	transition: all .2s ease;
}

.page-numbers:hover{
	background-color: #256eff;
	color: white;
	transition: all .2s ease;
}


.current{
	background-color: #256eff;
	color: white;
	transition: all .2s ease;
}


.wp-block-media-text{
	    /*display: inherit!important;*/
}

.wp-block-image {
    margin: inherit!important;
}

.article-content p {
    /*margin: inherit!important;*/

        margin: 10px 0px 10px 0px!important;
        width: 100%;
    float: left;
}


.post_page_subtitle {
    line-height: 25px;
}

.post_page_author {
    margin-bottom: 10px;
}



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

	.article-content p {
    float: left;
}

.wp-block-image {
    /*float: left;*/
}

}




.wp-block-buttons{
	float: left!important;
	display: block!important;
	    margin: 25px 0px!important;
	    width: 100%!important;
}


body .is-layout-flex {
    display: inline-flex;
}


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

/*Responsive Styles Start*/


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

/*Responsive Large Screen Start*/

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





.flexible_grid_a{
	max-width: 2000px;
}

.flexible_grid_a_block {
    width: 25%;
}



.flexible_slider_portfolio2_slides_title{
	font-size: 50px;
	line-height: 50px;
}

.slick-slide img{
	/*height: auto;*/
}


}

/*Responsive Large Screen End*/

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

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

/*Responsive Small Screen Start*/

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


	.article-content * .entry-content{
		max-width: 100%;
        padding-left: 15px!important;
	}

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

    padding: 20px;
    float: left;
        display: inline-block;
            clear: both;
}

.crp_related {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    clear: both;
    float: right;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    color: #353F50;
    margin-top: 0%;
    padding-right: 40px;
    flex-direction: column;
}

.crp_related ul {
    flex-direction: column;
    margin: 0px!important;
}

.crp_related ul li {
    width: 100%;
    padding: 0px 15px 40px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    aspect-ratio: 6/4;
}
.crp_related ul li {
    width: 100%;
    padding: 0px!important;
    margin-bottom: 20px!important;
}


	.article-content h2{
    font-size: 21px!important;
    line-height: 23px!important;
	}


	.article-content h3{
		    font-size: 21px!important;
    line-height: 23px!important;
	}

	.article-content h5{
		    font-size: 21px!important;
    line-height: 23px!important;
	}


	div.shop-inner-wrapper div.shop-page-nav{
		float: left;
    width: 100%;
	}

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


/*style gf migrated styles mobile*/

  nav.shop-nav div.selected-shop-nav-item {

    display: none; 


}


  nav.shop-nav ul {

    display: block;
    padding: 0; 

}

    nav.shop-nav ul li {

	display: block;
    margin-top: 3px;
    width: 33%;
    float: left;

  }
  
      nav.shop-nav ul li a {
        display: block;
        padding: 10px 0; }

  div.shop-inner-wrapper div.main-shop-area a.main-shop-item {
    width: 50%; 

    margin: 0px;
}

.flexible_slider_portfolio2_title{
	left: 0px;
}


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

.flexible_grid_a_block {
    width: 50%;
}






.flexible_hero_a_title {

}

.flexible_hero_a_subtitle {

}


.flexible_hero_a_image{
}

.flexible_hero_a_image img {

}



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


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


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


.flexible_hero_b_image{
	/*display: none;*/


}




.flexible_grid_c {
    margin-top: 0px;
}


.flexible_grid_c_block_layout{
	margin-top: 0px;
	padding: 0px 0px 20px 0px;
}

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


.flexible_grid_c_block_layout:nth-child(odd) {
    flex-direction: row;
}

.flexible_grid_c_block_image {
     margin-bottom: 0px; 
}

.flexible_grid_c_block_text_wrapper{
	    margin-top: auto;
	    width: 100%;
	        padding: 0px 20px 0px 20px;
}

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

}




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

.flexible_center_section1_text {
}




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


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

.flexible_center_section2_inner_a {
    width: auto;
}

.flexible_center_section2_text {
    margin-left: 30px;
}

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



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

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





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



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




/*woo tablet*/

/*shop page*/


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

#secondary {
    width: 250px;
}



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


/*single product*/









/*woo tablet*/

/*shop page*/


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

#secondary {
    width: 250px;
}



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


/*single product*/




	.blog_page_top_area_block_home{
		width: 100%;

		display: flex;
    flex-direction: row;
	}

.blog_page_top_area_block_inner{
display: flex;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 2px solid #8080802b;
    flex-direction: row;
}


.blog_page_top_area_section > .blog_page_top_area_block:nth-last-child(2) *{
    border-bottom: 0px solid #8080802b;
}


/*.blog_page_top_area_block:nth-child(3) { 
border-bottom: 0px solid #8080802b;
}
*/

.blog_page_image {
    width: 45%;
}

.blog_page_title{
    width: 55%;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;

}



.is-menu.full-width-menu.open .search-close, .is-menu.is-dropdown form[style="display: block;"]+.search-close, .is-menu.sliding.open .search-close {
    position: relative!important;
    left: auto!important;
    top: auto!important;
    right: auto!important;
}

.is-menu.is-first form {
    top: auto!important;
    position: relative!important;
    left: auto!important;
    top: auto!important;
}

.is-menu a {

    position: relative!important;
    left: auto!important;
}

.is-menu.is-dropdown form {
    min-width: 425px!important;
    left: -1px!important;
    position: relative;
    top: -39px;
    max-width: 300px;
    display: block!important;
}

.tool__product {
	flex-direction: column;
}
.tool__product-icon {
	margin-right:0;
}
.tool__product-copy-container {
	flex-direction: column;
}
.tool__product-headline,
.tool__product-note{
	text-align: center;
}


}


/*Responsive Tablet Screen End*/

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



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

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


	.fc-content{
		    margin-top: 29px!important;
	}

	.fc-content * {
    font-size: 12px!important;
    line-height: 12px!important;
}

body.woocommerce-checkout div.woocommerce .fc-wrapper .fc-step__substep .fc-step__substep-title {
    margin: 0 0 8px!important;
}


body.woocommerce-checkout form.woocommerce-checkout .fc-wrapper .fc-step__substep .fc-step__substep-title {
    font-size: 13px!important;
}

.checkout {
    padding: 5px!important;
    padding-bottom: 59px!important;
    border-radius: 0px!important;
    border: 0px solid #d8d8d8!important;
}

body div.woocommerce form .form-row.woocommerce-validated:not([class*=woocommerce-invalid]):not(.fc-no-validation-icon) .select2-selection:after, body div.woocommerce form .form-row.woocommerce-validated:not([class*=woocommerce-invalid]):not(.fc-no-validation-icon):not(.fc-select2-field) .woocommerce-input-wrapper:after {
    font-size: 15px!important;
    top: 6px!important;
}


div.woocommerce form .woocommerce-billing-only-fields__field-wrapper {
    margin-top: -15px!important;
}





	.custom_page_title_hero{
		       min-height: 120px;
	}


	.custom_page_title_hero_text{
font-size: 28px;
    line-height: 38px;
    padding: 40px 10px 40px 10px;
}

.blog_page_bottom_area_title{
	    font-size: 16px;
    line-height: 20px;
        margin-top: 0px;
}

.blog_page_bottom_area_excerpt{
	display: none;
}


.flexible_pricing_inner{
	    display: flex;
    justify-content: center;
    flex-direction: column;
}


.crp_related{
width: calc(100% + 0px);
    padding-right: 0px;
    padding: 20px;
    float: left;

}

.crp_related ul {
    flex-direction: column;
        margin: 0px!important;
}


.crp_related ul li {
    width: 100%;

    padding: 0px!important;
    margin-bottom: 20px!important;
}

.crp_title{
	    bottom: 20px;
    left: 20px;
}

.crp_related h3 {
    margin-left: 0px;
    padding: 20px 0px;
}



.blog_page_subtitle, .blog_page_subtitle2{
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
}


	.col2-set{
	width: 100%;
}

.col2-set .form-row-first, .col2-set .form-row-last {
    width: 100%!important;
}


.woocommerce-checkout-review-order{
		width: 100%;
}




.collection {
width: calc(50% + -4px);
    padding-bottom: 35%;
}

.collection-title{
	bottom: -1px;
}

.flexible_grid_i_block {
    width: 100%;
    padding: 5px 20px 20px 15px;
}



.flexible_hero_a {
	flex-direction: column;
}

.flexible_hero_a_title_wrapper {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 25px 25px 25px 25px;
}


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


.flexible_center_section1_text {
	    padding-left: 20px;
}




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

.flexible_grid_a_title{
	padding-left: 20px;
}


.flexible_grid_b{
}


.flexible_grid_b_block {
    width: 100%;
}

.flexible_grid_b_block_image, .flexible_grid_b_block_title_wrapper{
    width: 100%;
}


.flexible_grid_c_block{
	margin-left: 0%;
}

.flexible_grid_f_block{
	margin-left: 0%;
}


.flexible_grid_d_block {
    width: 100%;
}

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

}

.flexible_grid_d_block_buttons_wrapper {
    display: none;
}





.flexible_grid_e_block_image {
    width: 100%;
    margin-left: 0%;
}

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

.flexible_grid_e_block_title_wrapper_inner{
	padding-left: 0%;
    padding-right: 0px;
}

.flexible_grid_g_block{
	    width: 100%;
    padding: 20px 10px 35px 10px;
}

.flexible_grid_g_block_image {
    padding-bottom: 0px;
}


.flexible_grid_h_block {
    width: 33.33334%;
}



.flexible_grid_j_block{
	    width: 100%;
    padding: 20px 10px 35px 10px;
}

.flexible_grid_j_block_image {
    padding-bottom: 0px;
}




/*
.flexible_slider_portfolio2_slides_image{
display: block;
}

.flexible_slider_portfolio2_slides_image_mobile{
display: block;
}
*/



.flexible_slider_portfolio2 {
    /*height: auto;*/

        height: calc(90vh + 18px);
}



.flexible_slider_portfolio2_slides_cta_area{
    width: 100%;
height: calc(45vh + -120px);

}


.flexible_slider_portfolio2_slides_cta_area_inner{
	    max-width: 100%;
	    padding: 0px 15px;

}

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

.flexible_slider_portfolio2_slides_button{
	    margin-top: 14px;
}


.flexible_slider_portfolio2_slides_image_mobile{
	width: 100%;
      height: calc(45vh + -45px);

}

.flexible_slider_portfolio2_slides_image{
	width: 100%;
height: calc(45vh + -70px);

}

.flexible_slider_portfolio2_logos_text{
	padding-top: 8px;
}

.slick-slider {
height: calc(90vh + -75px);
}

.slick-track{
    height: calc(90vh + -180px);
}


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

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


.flexible_slider_portfolio2_mobiletext {
    display: inline-flex;
    z-index: 999;
    line-height: 22px;
    font-size: 14px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
    background-color: #585858;
    color: white;
    padding: 13px 10% 20px 10%;
    float: left;
}



.flexible_slider_portfolio2_logos {
    width: 100%;
    height: 125px;
    background-color: #F2F2F2;
}

.flexible_slider_portfolio2_logos_inner {
    z-index: 999999;
    margin: auto;
    color: white;
    line-height: initial;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    padding: 12px 0px 0px 0px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 101px;
    width: 100%;
    max-width: 1300px;

}

.flexible_slider_portfolio2_logos_inner a {
    width: 33.33333%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexible_slider_portfolio2_logos_inner img {
    padding: 0px 5px 15px 5px;
    max-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.flexible_pricing{
	    padding: 45px 0px 50px 0px;
}

.flexible_pricing_block_layout{
    width: calc(100% + -30px);
    padding: 25px 10px 25px 10px;
    margin: 15px;
    margin-top: 20px;
    margin-bottom: 45px;
}

.flexible_pricing_block_title{
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 24px;
    margin-top: 10px;
}

.flexible_pricing_block_subtitle{
    width: calc(100% + -0px);
    font-size: 14px;
    line-height: 15px;
    min-height: 50px;
    margin-top: 15px;
}

.flexible_pricing_block_image {
    display: none;
}

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


.read_div {
    padding-left: 20px;
}

.flexible_pricing_block_layout:nth-child(3):before{
	top: -44px;
}


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


.flexible_grid_c_inner, .flexible_grid_c_block_image img{
	    max-height: 100%;
}

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


.flexible_grid_f_inner, .flexible_grid_f_block_image img{
	    max-height: 100%;
}



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

.flexible_grid_e_block_image img{
	max-height: initial;
	    width: 100%;
}

.flexible_grid_e_block_title {
    width: calc(100% + -0px);
    padding: 20px 0px 35px 0px;
}




.blog_page_top_area {
    flex-direction: column;
}

.blog_page_top_area_section{
    width: 100%;
    flex-direction: column;
    padding: 40px 15px;
    border-bottom: 2px solid #8080802b;
}


.blog_page_top_area_section_title {

    position: relative;
        padding: 0px 10px 15px 0px;
        margin: 0px;
        border: 0px;
}


.blog_page_bottom_area_block {
    width: 100%;
    padding: 20px 10px 10px 10px;
    border-bottom: 2px solid #8080802b;
    flex-direction: row;
}

.blog_page_top_area_block {
}

.blog_page_view {
    text-align: left;
    padding: 15px 20px 10px 0px;
    position: relative;
    width: 100%;
    left: 0px;
    margin: 0px;
}




.blog_page_bottom_area_block a{
	flex-direction: column;
}

.blog_page_bottom_area_image {
    width: 45%;
        background-color: white;
}


.blog_page_bottom_area_text_wrapper {
    width: 55%;
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0px;
}

.blog_page_bottom_area_category{
	    font-size: 8px;
	        line-height: 18px;
	        padding: 0px 7px;
}







.collection-hero {
    flex-direction: column;
}

.collection-hero img {
    max-width: 100%;
    width: 100%;
}

.collection-hero .col {
    width: 100%;
    padding: 20px;
}





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





.flexible_slider_portfolio_button_block{
	    flex-direction: column;
}






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




.flexible_gallery_a_inner {
    flex-direction: column;
}

.flexible_gallery_a_gallery_image {
        width: 100%;
}





.post_page_hero_wrapper{
    flex-direction: column-reverse;
}

.post_page_hero_title_wrapper {
    width: 100%;
    display: inline-flex;
    /* height: calc(50vh + -35px); */
    padding: 20px;
}

.post_page_hero_thumbnail {
    max-width: 100%;
    width: 100%;
    /*height: calc(50vh + -35px);*/

    min-height: auto;
/*    padding-bottom: 50%;*/
}

.post_page_hero_title {
padding-left: 10%;
    padding-right: 5%;
    font-size: 35px;
    color: white!important;
    padding-top: 10px!important;
    line-height: 39px!important;
}



.post_page_hero_title, .post_page_subtitle {
    padding-left: 0%;
    padding-right: 0%;
}


.article-content img {
    max-width: 100%;
    height: auto;
    width: 100%;
    /*height: calc(50vh + -35px);*/
    object-fit: cover;
}



/*archive page*/


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



/*woo phone*/


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

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

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

.single-product div.product {
    margin-top: 5px;
}

.single-product div.product .woocommerce-product-gallery {
    width: 100%;
    padding: 20px;
}


.single-product div.product .woocommerce-product-gallery{

}


/*woo shop page phone*/

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

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

#secondary {
    width: 100%;
}

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


/*mobile menu*/

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









}
/*Responsive Mobile Phone Screen End*/


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


/*Responsive Styles End*/

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


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





/*IE styles*/

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


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


.flexible_left_cta_right_area img, .flexible_right_cta_left_area img {

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

}


.homevideo {
    display: none!important;
}

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


.homevideomobile img{
    display: none!important;
}


}

.seva-form.formkit-form {
	margin: 0px auto;
}
.blg-info {
    background: #FFF5F4;
    border-radius: 10px;
    border: 1px solid #c5c5c5;
    margin-bottom: 0px;
    margin-top: 30px;
    padding: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
.blg-info .blg-cont {
    /* padding-top: 15px; */
    padding: 0px 0px;
}
.blg-info .blg-img {
    width: 102px;
    float: left;
    height: 102px;
    overflow: hidden;
    flex: 0 0 102px;
    border-radius: 50%;
    margin-right: 20px;
}
.blg-info .blg-img .avatar {
	margin-top: 0px!important;
}
.auth-name {
	font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .auth-name a:hover {
  	color:#171717;
  }
.blg-info .blg-img  img {
object-fit: cover;
}
.blg-info .blg-cont p {
    font-size: 15px;
    line-height: 1.4;
}

.author-social-links {
	position: relative;
	margin-top: 12px;
	overflow: hidden;
}
.author-social-links ul {
	list-style: none;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0px;
    margin: 0px 0px!important;
    width: 100%;
}
.author-social-links ul li {
	margin-right:12px!important;
	list-style: none;
}
 .author-social-links ul li a svg{
    width: 20px;
    height: 20px;
    fill: #ef3e36;
}
 .author-social-links ul li a:hover svg{
    fill: #171717;
}
.author-social-links ul li::before {
	display: none;
}

.author-social-links ul li a:hover i{
	color: #171717;
}
.entry-content .post_page_author {
	 display: flex;
	 align-items: center;
	 flex-wrap: nowrap;
	 margin-bottom: 20px;
}
.entry-content .post_page_author>.avatar {
	flex: 0 0 50px;
    height: 50px!important;
    width: auto!important;
    border-radius: 51px;
    overflow: hidden;
    display: block;
    margin: 0px!important;
    margin-right: 10px!important;
    padding: 0!important;
}
.entry-content .post_page_author>.avatar img {
    width: 50px!important;
    float: none;
    margin-right: 0px;
    height: 50px!important;
    margin-top: 0px;
    border-radius: 0px!important;
}

.category-banner {
    margin-top: 75px;
    background-color: #ef3e36;
    position:relative;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    position:relative;
    display:flex;
    flex-wrap: wrap;
}
.category-banner .cate_banner_wrap {
    padding: 0px 0px;
    width: 100%;
    max-width: 1100px;
    margin:0px auto;
    display:flex;
    flex-direction: row;
    height:auto;
    flex-wrap: wrap;
    align-items:flex-end;
    position:relative;
}
.category-banner .custom_page_title_hero {
  font-family: aktiv-grotesk,sans-serif;
   width: 50%;
   padding-bottom:5%;
    margin-top: 0px;
    min-height: auto;
    background-color: transparent;
}
.category-banner .cate_custom_page_title_text {
   color: #fff;
    display: block;
    font-family: aktiv-grotesk,sans-serif;
    text-align: left;
    font-size: 35px;
    line-height: 35px;
    padding: 0px 20px;
    font-weight: 800;
}
.category-banner .category_img {
        width: 50%;
    height: 100%;
    position: absolute;
    right: 0%;
    transform: translate(-0%, 0);
    top: 0px;
    /* width: 100%; */
    max-width: 1110px;
}
.category-banner .category_img img {
    object-fit:cover;
    height:100%;
    object-position:top;
    min-height:300px;
    width:100%;
    max-height:400px;
}
.cust-blog_post {
    position:relative;
    margin-top:30px;
}
.cust-blog_post .blog_page_bottom_area_section a {
    max-height:170px;
    margin-bottom:30px;
    overflow:hidden;
    display:flex;
    align-items: center;
}
.cust-blog_post  .blog_page_bottom_area_block {
  position:relative;
  align-items: center;
}
.cust-blog_post .blog_page_bottom_area_image {
  aspect-ratio: initial;
   height:100%;
   margin:0px;
   padding:0px;
   overflow:hidden;
   width: 50%;
}
.cust-blog_post .blog_page_bottom_area_text_wrapper {
   padding:20px;
   background:#fff;
   left:-30px;
   width:50%;
   position:relative;
}
.cust-blog_post .blog_page_bottom_area_title {
    float: left;
    text-align: left;
    font-size: 20px;
    line-height: 1.1;
    margin:0px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 800;
    font-style: normal;
    padding: 0px;
}
.cust-blog_post  .blog_page_bottom_area_excerpt {
    font-size: 14px;
    line-height: 1.1;
    margin-top:10px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    padding: 0 0px;
}
.cust-blog_post .blog_page_bottom_area_image img {
    aspect-ratio: initial;
    width: 100%;
    object-fit: cover;
    margin-bottom: -5px;
    height:100%; 
    object-position:center;
}

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

.flexible_grid_f_inner {
    min-height: auto;
}
.flexible_grid_f_block_subtitle {
	display: none;
}
.flexible_grid_f_block_title_wrapper {
	 margin-bottom: 20px;
}
}

@media only screen and (max-width: 767px){ 
	.flexible_slider_portfolio2_slides_button {
    position: relative;
    float: none;
    margin: 0px auto;
   }
   .flexible_grid_f_block_image {
   	position: initial;
   	height: auto;
   	width: 100%;
   }
   .flexible_grid_f_block {
   	  flex-direction: column-reverse;
   	  padding: 20px;
   	  overflow: visible;
   }
   .flexible_grid_f_block_image, .flexible_grid_f_block_title_wrapper {
   	 width: 100%;
   }
   .flexible_grid_f_inner {
    min-height: auto;
    overflow: visible;
   }
   #example-1 {
    left: inherit;
    z-index: 999999;
    right: 35px;
   }
   .flexible_grid_f_block_title {
   	padding-bottom: 0px;
   	padding-right: 92px;
   	 line-height: 36px;
    font-size: 36px;
   }
   .flexible_grid_f_block_buttons_wrapper {
    display: flex;
    position: absolute;
    bottom: 35px;
    right: 35px;
   }
   
   .flexible_slider_portfolio2_slides_title {
    text-align: center;
    margin-bottom: 20px;
    }
    .post_page_hero_title_wrapper {
    	  text-align: center;
    	  font-size: 32px;
         line-height: 36px;
    }
    .post_page_subtitle {
	    line-height: 25px;
	    margin-top: 10px;
    }
    .flexible_slider_portfolio2_slides_cta_area_inner {
    	text-align: center;
    }
    .cust-blog_post .blog_page_bottom_area_section a {
    max-height: initial;
    align-items: center;
    }

    .cust-blog_post .blog_page_bottom_area_image {
    aspect-ratio: initial;
    max-height: 300px;
        width: 100%;
   }
   .cust-blog_post .blog_page_bottom_area_text_wrapper {
    padding: 20px;
    background: #fff;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
        margin: 0px;
    }
 
}


@media only screen and (max-width: 600px){ 
    .flexible_grid_f_block_title {
   	 line-height: 32px;
    font-size: 32px;
   }
   .category-banner .category_img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .2;
     }
     .category-banner .custom_page_title_hero {
    font-family: aktiv-grotesk,sans-serif;
    width: 100%;
    }
    .category-banner {
    min-height: auto;
    }
 }  


  .blg-info .blg-cont {
    display: flex;
    flex-wrap: wrap;
    }
.blg-info .blg-cont p {
    word-break: break-word;
     }
.formkit-form {
    max-width: 100%!important;
    float: none!important;
    overflow: hidden;
    top: 20px;
}


@media only screen and (max-width: 481px){ 
     .flexible_grid_f_block_title {
   	 line-height: 26px;
    font-size: 26px;
   }
	.blg-info {
		 flex-wrap: wrap;
	}
	.blg-info .blg-img {
    width: 85px;
    float: left;
    height: 85px;
    overflow: hidden;
    flex: 0 0 85px;
    }    
	.auth-name {
    font-size: 1.2rem;
    word-break: break-word;
    margin-bottom: 7px;
    margin-top: 10px;
    font-weight: 500;
    }
}
/*//////////////icomoonfont//////////*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9tyfg4');
  src:  url('fonts/icomoon.eot?9tyfg4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9tyfg4') format('truetype'),
    url('fonts/icomoon.woff?9tyfg4') format('woff'),
    url('fonts/icomoon.svg?9tyfg4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal!important;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-spotify:before {
  content: "\ea94";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-dribbble:before {
  content: "\eaa7";
}
.icon-behance:before {
  content: "\eaa8";
}
.icon-github:before {
  content: "\eab0";
}
.icon-blogger:before {
  content: "\eab7";
}
.icon-tumblr:before {
  content: "\eab9";
}
.icon-soundcloud:before {
  content: "\eac3";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-wikipedia:before {
  content: "\eac8";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-pinterest2:before {
  content: "\ead2";
}
.icon-yelp:before {
  content: "\ead7";
}
.icon-chrome:before {
  content: "\ead9";
}








