/*
Theme Name: Xtensio
Theme URI: https://xtensio.com/
Description: This is a child theme for Genesis Framework.
Author: StudioPress ( Customized by XTENSIO)
Author URI: https://www.studiopress.com/

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks
Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6.side-left-1
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Forms
	- Lists
    - Preview Styles
- Structure and Layout
	- Site Container
	- Site Inner
    - Utility Classes
	- Grids and Layouts (Temmplates, Solutions, Testimonials, Pricing, Mentions, Blog, How to Guides) 
- Common Classes
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Custom 
	- Bugs and Fixes
- Plugins and Components
    - Animation Typography
	- WPForms
	- CSS only Elements
    - Ads
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
	- Mega Menu
- Content Pages
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- From min-width
	- Up to max width
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
    box-sizing: border-box;
    overflow-x: hidden !important;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: 'Proxima Nova';
    src: url("/wp-content/themes/xtensio-gen/assets/fonts/ProximaNova-Light.woff") format("woff"),
        url("/wp-content/themes/xtensio-gen/assets/fonts/ProximaNova-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("/wp-content/themes/xtensio-gen/assets/fonts/ProximaNova-Regular.woff2") format("woff2"),
        url("/wp-content/themes/xtensio-gen/assets/fonts/ProximaNova-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("/wp-content/themes/xtensio-gen/assets/fonts/ProximaNova-Bold.woff2") format("woff2"),
        url("/wp-content/themes/xtensio-gen/assets/assets/fonts/ProximaNova-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    color: #042b3e;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden !important;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    transition: all 0.2s ease-in-out;
}

a {
    color: #ee7271;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
    color: #76d5e5;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;

}

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

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid currentColor;
    clear: both;
    color: #eee;
    margin: 1.65em auto;
}

b,
strong {
    font-weight: 700;
}

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

mark {
    background: #ddd;
    color: #042b3e;
}

blockquote {
    margin: 30px;
}

.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.esg-absolute a,
.esg-absolute a:hover {
    font-weight: bold !important
}

.wpforms-form button[type="submit"] {
    font-weight: bold !important
}

.esg-grid a {
    border: none;
    text-decoration: none;
    font-weight: bold !important
}

.esg-loadmore {
    font-weight: bold !important
}


/* Headings and text
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proxima Nova', sans-serif;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-weight: 300;
    font-size: 45px;
}

h2 {
    font-weight: 300;
    font-size: 32px;
}

h3 {
    font-weight: 700;
    font-size: 31px;
}

h4 {
    font-weight: 300;
    font-size: 26px;
}


h5 {
    font-weight: 400;
    font-size: 21px;
}

h6 {
    font-weight: 300;
    font-size: 15px;
}

p {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    color: #042b3e;
}

.entry-content h4 {
    margin-top: 40px;
}

.global-cta-pink a,
.btn-try-dark-blue a,
li.header-cta-button a {
    font-weight: 600 !important;
}

p a {
    font-weight: 700
}

.site-inner ul a {
    font-weight: bold !important
}

.undline {
    text-underline-offset: .15em
}

h4.htg-template-link a {
    font-weight: bold !important
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #042b3e;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: none;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

:-ms-input-placeholder {
    color: #042b3e;
    opacity: 1;
}

::placeholder {
    color: #042b3e;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    background-color: #042b3e;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #114666;
    border-width: 0;
    color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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

.bonus-how-to-guide-link a {
    color: #30BD9C !important;
    text-decoration: underline;
}

.bonus-how-to-guide-link a:hover {
    color: #66D8C4 !important;
}

.blurb-features {
    margin-bottom: 60px;
    display: grid !important;
    gap: 20px !important;
}

li.join-demo a:hover {
    color: #76d5e5 !important;
}

.global-cta-white a {
    line-height: 1em !important;
    font-size: 16px !important;
    color: #fff;
    padding-top: 17px !important;
    padding-right: 30px !important;
    padding-bottom: 17px !important;
    padding-left: 30px !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block !important;
    text-align: center;
    border-radius: 0px !important;
    font-family: "Proxima Nova", sans-serif !important;
    font-weight: 600 !important;
}

.btn-try-dark-blue a {
    border: 1px solid #3c688f;
    font-size: 16px;
    padding-top: 17px !important;
    padding-right: 30px !important;
    padding-bottom: 17px !important;
    padding-left: 30px !important;
}

.btn-try-dark-blue a:hover {
    color: #ffffff !important;
    background-color: #3c688f !important;
    border: 1px solid #ffffff !important;
}

.global-cta-pink a {
    line-height: 1em !important;
    font-size: 16px !important;
    color: #fff;
    padding-top: 17px !important;
    padding-right: 30px !important;
    padding-bottom: 17px !important;
    padding-left: 30px !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block !important;
    text-align: center;
    border-radius: 0px !important;
    font-family: "Proxima Nova", sans-serif !important;
    font-weight: 600 !important;
}

.global-cta-pink a:hover {
    background-color: #76d5e5 !important;
    ;
}

.button-primary a {
    line-height: 1em !important;
    padding-top: 17px !important;
    padding-right: 30px !important;
    padding-bottom: 17px !important;
    padding-left: 30px !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block !important;
    font-family: "Proxima Nova", sans-serif !important;
    font-weight: 600 !important;
    min-width: 150px !important
}

.button-primary a:hover {
    background-color: #76d5e5 !important
}

.button-white-on-red a {
    line-height: 1em !important;
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 17px !important;
    padding-right: 30px !important;
    padding-bottom: 17px !important;
    padding-left: 30px !important;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block !important;
    text-align: center;
    border-radius: 0 !important;
    font-family: "Proxima Nova", sans-serif !important;
}

.button-white-on-red a:hover {
    background-color: #76D5E5 !important;
}

.button-white-on-red a {
    line-height: 1em !important;
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 17px !important;
    padding-right: 30px !important;
    padding-bottom: 17px !important;
    padding-left: 30px !important;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block !important;
    text-align: center;
    border-radius: 0 !important;
    font-family: "Proxima Nova", sans-serif !important;
}

.button-white-on-red a:hover {
    background-color: #76D5E5 !important;
}

.btton-cta a {
    line-height: 1em !important;
    font-size: 16px !important;
    color: #fff;
    padding-top: 17px !important;
    padding-right: 30px !important;
    padding-bottom: 17px !important;
    padding-left: 30px !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block !important;
    text-align: center;
    border-radius: 0px !important;
    font-family: "Proxima Nova", sans-serif !important;
    font-weight: 600 !important;
    margin-top: 15px
}

.btton-cta a:hover {
    background-color: #76D5E5 !important
}

.global-cta-white a {
    font-weight: bold !important
}

/* Lists
--------------------------------------------- */
ul.list-normal li {
    margin-bottom: 5px;
}

ul.list-normal li:before {
    content: '\203A';
    display: inline-block;
    width: 15px;
    margin-left: -15px;
    color: #66D8C4;
    font-weight: bold;
}

.directory-container a {
    color: #4C7BA0;
}

.directory-container a:hover {
    color: #76D5E5 !important;
}

ul.wsp-pages-list li li {
    list-style: none !important;
}

.directory-container li:before {
    content: '\203A';
    display: inline-block;
    width: 15px;
    margin-left: -15px;
    color: #66D8C4;
    font-weight: bold;
}

/*Lists*/
ul.list-checkmark,
ul.list-numbers {
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 40px;
}

ul.list-checkmark li {
    margin-bottom: 0px;
    padding-left: 5px;
    padding-bottom: 10px;
}

ul.list-checkmark li:before {
    content: '';
    background: none !important;
    display: inline-block;
    transform: rotate(45deg) !important;
    height: 18px !important;
    width: 9px;
    border-bottom: 3px solid #30BD9C !important;
    border-right: 3px solid #30BD9C !important;
    margin-right: 18px !important;
    margin-left: -26px !important;
}

ul.list-template-numbers {
    margin-bottom: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: 20px
}

ul.list-template-numbers li:before {
    background-image: none !important;
    font-family: 'Proxima Nova', sans-serif;
    background-color: #FE9797;
    border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: 900;
    line-height: inherit;
    margin-right: 20px;
    margin-bottom: 0px;
    text-align: center;
    width: 30px;
    vertical-align: middle;
    height: 30px;
    font-size: 15px;
    padding-top: 3px;
    margin-left: -50px;
    background-size: 40px !important;
}

ul.list-numbers-1 li:before {
    content: '1';
}

ul.list-numbers-2 li:before {
    content: '2';
}

ul.list-numbers-3 li:before {
    content: '3';
}

ul.list-numbers-4 li:before {
    content: '4';
}

ul.list-numbers-5 li:before {
    content: '5';
}

ul.list-numbers-6 li:before {
    content: '6';
}

ul.list-numbers-7 li:before {
    content: '7';
}

ul.list-numbers-8 li:before {
    content: '8';
}

ul.list-numbers-9 li:before {
    content: '9';
}

ul.list-numbers-10 li:before {
    content: '10';
}

.normal-list-num2 li:before {
    content: '\203A';
    display: inline-block;
    width: 15px;
    margin-left: 0;
    color: #66D8C4;
    font-weight: 700;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 20px;
    line-height: 1
}

.normal-list-num2 li a {
    font-size: 16px !important
}

body.single-how-to-guides ul.list-template-numbers {
    margin-bottom: 0 !important
}

.normal-list-num ul li:before {
    content: '\203A';
    display: inline-block;
    width: 5px;
    margin-left: -25px;
    color: #66D8C4;
    font-weight: 700;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 20px;
    line-height: 1
}

.normal-list-num ul {
    margin-left: 30px
}

.normal-list-num li {
    margin-bottom: 10px
}

/* Preview Styles */
.ov-lay-image-cont a:after {
    content: 'Use This Template\203A' !important;
    position: absolute !important;
    width: 100% !important;
    height: auto !important;
    background: rgba(255, 255, 255, .8);
    transition: all 0.5s !important;
    color: #114666 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    bottom: 0 !important;
    top: 0 !important
}

.gov a:after {
    background: rgba(102, 216, 196, .9) !important;
    font-size: 20px !important
}

.yov a:after {
    background: rgba(255, 204, 102, .9) !important;
    font-size: 20px !important
}

.bov a:after {
    background: rgba(118, 213, 229, .9) !important;
    font-size: 20px !important
}

.b2ov a:after {
    background: rgba(124, 163, 198, .9) !important;
    font-size: 20px !important
}

.piov a:after {
    background: rgba(254, 151, 151, .9) !important;
    font-size: 20px !important
}

.piov2 a:after {
    background: rgba(136, 223, 255, .9) !important;
    font-size: 20px !important
}

.puov a:after {
    background: rgba(127, 90, 240, .9) !important;
    font-size: 20px !important
}

.pu2ov a:after {
    background: rgba(217, 211, 231, .9) !important;
    font-size: 20px !important
}

.purple-ov a:after {
    background: rgba(85, 24, 144, .9) !important;
    font-size: 20px !important;
    color: #fff !important
}

.g2ov a:after {
    background: rgba(202, 226, 218, .9) !important;
    font-size: 20px !important
}

.yov2 a:after {
    background: rgba(252, 213, 92, .9) !important;
    font-size: 20px !important
}

.grov a:after {
    background: rgba(239, 243, 244, .9) !important;
    font-size: 20px !important
}

.grov3 a:after {
    background: rgba(242, 242, 242, .9) !important;
    font-size: 20px !important
}

.buov3 a:after {
    background: rgba(106, 48, 196, .9) !important;
    font-size: 20px !important
}

.rose a:after {
    background: rgba(235, 153, 185, .9) !important;
    font-size: 20px !important
}*/

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
    word-wrap: break-word;
}

/* Site Inner
--------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 140px 30px 0;
}

/* Utility Classes
--------------------------------------------- */
.container-1200 {
    max-width: 1200px;
    margin: 0 auto;

}
.container-1410 {
    max-width: 1410px;
    margin: 0 auto;
}

.container-1200-gap2 {
    max-width: 1200px;
    margin: 0 auto;
    gap: 2em;
}

.container-1200-htg {
    display: flex !important;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2em;
    padding-bottom: 5% !important;
    padding-top: 5% !important;
}

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

.flex-align-end {
    align-items: flex-end;
}

.flex-align-center {
    align-items: center;
}

.bg-color-coral {
    background-color: #ee7271;
}

.bg-color-light-blue {
    background-color: #76d5e5;
}

.bg-color-dark-blue {
    background-color: #042B3E;
}

.bg-color-dark-blue a {
    background-color: #042B3E !important;
}

.mxwidth450 {
    max-width: 450px;
}

.mt-50 {
    display: flex;
}

.max-w-675 {
    max-width: 675px
}

.max-h-50 {
    max-height: 50px !important
}

.max-h-25 {
    max-height: 25px !important
}
.minh60 {
    min-height: 60px
}
.minh80 {
    min-height: 80px
}
.minh120 {
    min-height: 120px
}
.mh10{
	margin-left:5px !important;
	margin-right:5px !important;
}


.mw880 {
    max-width: 880px !important;
    margin-left: auto !important;
    margin-right: auto !important
}
.mw880b{
	max-width:880px !important;
}

.mb0 {
    margin-bottom: 0px !important
}

.mb10 {
    margin-bottom: 10px !important
}
.mt-25{
	margin-top:-25px !important;
}

.pl24 {
    padding-left: 24px
}

.pr24 {
    padding-right: 24px
}

.pl48 {
    padding-left: 48px
}

.pr48 {
    padding-right: 48px
}

.pb24 {
    padding-bottom: 24px
}
.pt30 {
	padding-top:30px !important;
}

.b1 {
    border: 1px solid #f5f5f5;
}
.mt10 {
    margin-top: 10px !important;
}
.mt-50 {
    margin-top: -50px;
}
.mt-20 {
    margin-top: -20px
}

.ml50 {
    margin-left: 50px
}

.ml70 {
    margin-left: 70px
}

.hide {
    display: none !important;
}
.hide-above-1250{
    display:none;
}
.mb10{
	margin-bottom:10px !important;
}

ul.mtop {
    margin-top: 10px !important;
}

.margin-40 {
    margin-top: -40px !important
}
.min-w-275{
	min-width:275px !important;
}

section#block-7 {
    margin-bottom: 0px !important
}

section#block-10 {
    margin-bottom: 0px !important
}

section#block-13 {
    margin-bottom: 0px !important
}

ul.border-1 {
    border: 1px solid #f2f2f2;
    padding: 20px;
    width: 100%;
    text-align: center
}


.sm5 {
    margin-top: 5px !important;
    margin-bottom: 10px !important
}

/* Grids and Layouts
--------------------------------------------- */

/* General Grids*/
span.eg-search-clean {
    display: none !important;
}

.esg-display-none.esg-filterbutton.hiddensearchfield.esg-fgc-182 {
    display: none;
}

.filter-fields-search {
    position: absolute;
    left: 28%;
    z-index: 2;
    bottom: 2px;
}

.minheight100 {
    min-height: 100vh !important;
}

.rel-temp-2rows {
    min-height: 361px !important;
}

.rel-temp-2rows-853 {
    min-height: 361px !important;
}

.rel-temp-1167 {
    min-height: 1167px !important;
}

.rel-ex-1row {
    min-height: 361px !important;
}

.eg-blog-grid-wrapper .esg-entry-content {
    z-index: auto !important
}


/* HTG Variations Grid */
.eg-templates-skin-content,
.eg-variations-content {
    min-height: 50px !important;
    max-height: 50px !important;
    z-index: 999 !important
}
.eg-templates-see-variations-skin-content,
.eg-see-variations-variations-content {
    min-height: 50px !important;
    max-height: 50px !important;
    z-index: 999 !important
}

.eg-templates-skin-element-52-a,
.eg-templates-skin-element-54-a,
.eg-variations-element-52-a,
.eg-variations-element-54-a {
    z-index: 9999 !important
}

.eg-templates-skin-element-55,
.eg-templates-skin-element-56,
.eg-variations-element-55,
.eg-variations-element-56 {
    display: block !important
}

.eg-templates-see-variations-skin-element-52-a,
.eg-templates-see-variations-skin-element-54-a,
.eg-variations-element-52-a,
.eg-variations-element-54-a {
    z-index: 9999 !important
}

.eg-templates-see-variations-skin-element-55,
.eg-templates-see-variations-skin-element-56,
.eg-variations-element-55,
.eg-variations-element-56 {
    display: block !important
}
/*FIX Safari Grids */
.esg-entry-content {
    position: relative;
    z-index: auto;
}

.esg-media-cover-wrapper {
    z-index: auto !important;
}

.fa-list-xtensio .fal {
    width: 34px;
    text-align: center;
}

.fa-list-xtensio li {
    margin-bottom: 15px;
}

a.edu-btn {
    background-color: #3c688f;
    border-radius: 0px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

a.edu-btn:hover {
    color: #ffffff !important;
    background-color: #76D5E5 !important;
}

/*Mentions Grid*/

.eg-mentions-grid-wrapper .esg-entry-media-wrapper {
    z-index: 0 !important;
    max-width: 90px !important;
    max-height: 90px !important;
    border: 1px solid #f6f6f6 !important;
    margin: 0 auto !important;
}

.eg-mentions-grid-wrapper::before {
    content: url('/wp-content/themes/xtensio-gen/assets/icons/icon_quotations_alt2.svg');
    left: 50%;
    position: absolute;
    top: -16px;
    background: #f8f8f8;
    margin-left: -16px;
    border-radius: 31px;
    z-index: 2;
}

.esg-grid .mainul li.eg-mentions-grid-wrapper {
    margin-top: 20px;
}

/*Testimonials Grid*/

.eg-testimonials-skin-wrapper .esg-entry-media-wrapper {
    z-index: 0 !important;
    max-width: 90px !important;
    max-height: 90px !important;
    border: 1px solid #f6f6f6 !important;
    margin: 0 auto !important;
    border-radius: 90px;
}

.eg-testimonials-skin-wrapper::before {
    content: url('/wp-content/themes/xtensio-gen/assets/icons/icon_quotations_alt2.svg');
    left: 50%;
    position: absolute;
    top: -16px;
    background: #f8f8f8;
    margin-left: -16px;
    border-radius: 31px;
    z-index: 2;
}

.esg-grid .mainul li.eg-testimonials-skin-wrapper {
    margin-top: 20px;
}


/*Templates Layout*/
button.clipboard {
    background-color: transparent;
    padding: 0px;
    color: #1ab9d3 !important;
    font-weight: 300;
}

span.copyinfo {
    font-size: 13px;
    font-style: italic;
}

/*FIX Overlay Thumbnail*/
.bonus-how-to-guide-link {
    margin-top: 8%;
}

.ov-lay-image-cont a:after {
    content: "Use This Template\203A" !important;
    position: absolute !important;
    width: 100% !important;
    height: auto !important;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #114666 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    right: 0;
    bottom: 0 !important;
    margin: auto;

}

.ov-lay-image-cont a:hover:after {
    opacity: 1;
}

.dblock {
    display: block;
}

.esg-nav-by-shortcode.sort-temp.templates-filter.esg-fgc-2.templates-filter.esg-filters {
    margin-right: -30px;
}

.temp-grid.gb-2-col-wideright>.gb-layout-column-wrap {
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
}
.cat-grid.gb-2-col-wideright>.gb-layout-column-wrap {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
}

.darkblue-link-last a {
    color: #4C7BA0;
    font-weight: 300 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.darkblue-link a {
    color: #052B3E;
    font-weight: 300 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    margin-right: 20px;
}

.darkblue-link a:hover {
    color: #76D5E5;
}

.darkblue-link-last a:hover {
    color: #76D5E5;
}

.jlivedemo {
    margin-left: 40px;
    margin-bottom: 40px
}

.jlivedemo a:hover {
    color: #76D5E5 !important;
}

.active .tabtitlelabel:hover {
    color: #FFFFFF;
}

.tabtitlelabel:hover {
    color: #76D5E5;
}

.tabtitlelabel .fa-chevron-right {
    margin-left: -18px;
    margin-right: 3px;
    font-size: 13px;
    color: #76D5E5;
}

.gut-9ae17e91-a62e-475d-90fe-e0a4fd2a11fc .t-btn-container .t-btn {
    font-weight: 400 !important;

}

.t-btn-container .t-btn .tabsubtitle {
    opacity: 1 !important;
    font-weight: 300 !important;
}

.xt-more {
    margin-left: 40px !important;
}

.t-btn:after {
    top: 0;
    bottom: unset !important;
}

.tabsubtitle {
    display: none;
}

.active .tabsubtitle {
    display: block;
}

.test-cs {
    margin-bottom: -15px;
}

p.stt {
    margin-bottom: 5px !important;
    margin-top: 8px !important;
}

.std {
    margin-top: -10px !important;
    margin-left: 10px !important;
    padding-right: 10px;
}

.std p {
    font-size: 16px !important;
}

.std p.has-theme-secondary-color {
    margin-left: -5px;
    line-height: 31px !important;
    padding-left: 10px !important;
}

.sltb,
.std {
    display: flex !important;
}

.templates-filter .esg-sortbutton {
    background-color: transparent !important;
    margin-right: -13px !important;

}

.templates-filter .esg-sortbutton-order {
    height: 40px !important;
    margin-right: 7px !important;
    opacity: 1 !important;
    line-height: 40px !important;
}

.templates-filter .esg-sortbutton-order:hover {
    text-decoration: none !important;
    opacity: 0.4 !important;
}

.templates-filter .esg-sortbutton-order:hover:before {
    content: '\e099';
}

[class^="eg-icon-"]:before,
[class*=" eg-icon-"]:before {
    font-family: "Font Awesome 6 Pro" !important;
}

.eg-icon-ok-1:before {
    content: '\f00c';
    margin-top: 4px;
}

.esg-sortbutton-order.eg-icon-down-open.tp-desc:before {
    content: '\f062';
}

.esg-sortbutton-order.eg-icon-down-open.tp-asc:before {
    content: '\f062';
}

.eg-icon-search:before {
    content: '\f002';
    margin-top: 16px;
}

.templates-filter .esg-sortbutton-order,
.templates-filter .esg-cartbutton-order {
    vertical-align: middle !important;
    font-size: 17px !important;
    color: #052B3E !important;
    margin-left: 0px !important;
}

.esg-grid {
    font-family: 'Proxima Nova', sans-serif !important;
}

.templates-filter .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,
.templates-filter .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {
    width: 50px !important;
    background-color: #EE7272;
    line-height: 45px !important;
}

.templates-filter .esg-filter-wrapper.eg-search-wrapper .eg-search-submit:hover {
    background-color: #76D5E5 !important;
}

.top-templates-heading {
    margin-top: -20px;
}

.templates-filter .esg-filter-wrapper.eg-search-wrapper .eg-search-input {
    width: 767px !important;
    height: 48px !important;
}

.templates-filter .esg-sortbutton-wrapper {
    display: flex !important;
	justify-content: flex-end !important;
}

.m-top-left p a:hover {
    color: #76D5E5 !important;
}

.m-top-left {
    margin-top: -50px;
    margin-bottom: 40px;
    margin-left: 27px;
}

.m-top-left i.fal {
    margin-top: 10px;
}

.eg-templates-skin-content {
    padding-top: 0px !important;
}

.eg-templates-see-variations-skin-content {
    padding-top: 0px !important;
}

.templates-filter .esg-filter-wrapper.eg-search-wrapper .eg-search-input {
    width: 100%;
    border: none;
    background-color: #eff3f47a;
    text-decoration: none !important;
}

.templates-filter .esg-filterbutton {
    display: flex !important;
}

.templates-filter .esg-filterbutton :first-child {
    order: 2 !important;
}

.templates-filter .esg-filterbutton .esg-filter-checked {
    order: 1 !important;
}

.mood-ul {
    padding-left: 0px !important;
}

h4.htg-template-link {
    margin-top: 20px !important
}

/*Blog Layout*/
.menu-secondary span.wp-block-navigation-item__label {
	line-height: 0;
	height: 0;
	padding-left:10px !important;
	padding-right:10px !important;
	vertical-align: baseline;
	width: auto;
	color: #052b3e;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	background: 0 0;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	outline: 0;
}
.menu-secondary span.wp-block-navigation-item__label:hover {
    color: #76d5e5 !important;
}

.menu-secondary li.current-post-parent a,
.menu-secondary li.current-menu-item a {
    text-decoration: underline;
}

.category .site-inner,
.blog .site-inner {
    padding-top: 80px !important;
}

/*Tag and Cat Pages*/
#archive-how-to-guides {
    min-height: 100vh !important;
}

.tag .archive-description {
    display: block !important;
    height: 100% !important;
}

.category .archive-description {
    display: block !important;
}

h1.archive-title {
    text-align: center;
}

.category-9 .archive-title {
    display: none;
}

.category-20 .archive-title {
    display: none;
}

.category-277 .archive-title {
    display: none;
}


blockquote.wp-block-quote p,
blockquote.wp-block-quote cite {
    font-family: 'Proxima Nova' !important;
}

.eg-search-wrapper {
    line-height: 50px !important;
}

/*PRICING PAGE */
body.pricingpage li.header-cta-button {
    display: none !important;
}

.shell {
    max-width: calc(1320px + 15px * 2) !important;
    padding: 0 !important;
}

.tabs .tabs__titles {
    margin: 0 auto !important;
}

.slide__head {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

p.use_for {
    margin-bottom: 0px;
}

.btn-pink_xt_prc {
    border: 1px solid #ee7271;
}

.btn-pink_xt_prc:hover {
    background: #ffffff;
    color: #ee7271 !important;
}

.toggle .toggle__label {
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 225px;
}

.toggle {
    margin-top: -20px;
}

ul.list-features {
    padding-left: 0 !important;
    text-align: center;
}

.swiper-pagination-bullet-active {
    background-color: #052b3e !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 49%;
    transform: translateX(-51%);
}

.btn-blue_xt_prc-2 {
    color: #fff;
    background-color: #3C688F;
    border: 1px solid #3C688F;
}

.btn-blue_xt_prc-2:hover {
    color: #3C688F !important;
    background-color: #ffffff;
}

.toggle .toggle__pill {
    background-color: #00bd9c !important;
}

td,
th {
    vertical-align: middle;
}

body.pricingpage h3.widgettitle {
    margin-bottom: 20px;
}

.slider .slide__head h4 {
    margin-top: 10px !important;
}

.slider .slide__head p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

ul.list-features {
    padding-left: 10px;
}

ul.list-features p,
.compare-plans {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.compare-plans p .btn:hover {
    background: #76D5E5 !important;
}

a.btn,
a.yt-btn {
    color: #ffffff !important;
    font-weight: 400;
}

.table-features thead th {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    vertical-align: middle;
}

.table-features td {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

p.tooltip__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.table-features table tbody tr {
    border: none !important;
}

.tooltip__info p {
    font-size: 11px !important;
    line-height: 14px !important;
}

.table-features tbody {
    border: none !important;
}

.table-features td p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.light_green {
    color: rgb(117, 183, 59) !important;
}

.btn-blue2_xt_prc-2 {
    color: #052B3E !important;
    background-color: #76d5e5;
    border: 1px solid #76d5e5;
}

.btn-blue2_xt_prc-2:hover {
    background-color: transparent;
    color: #76d5e5 !important
}

a.btn-light_green {
    color: rgb(117, 183, 59) !important;
}

.btn-light_green:hover {
    background: rgb(117, 183, 59) !important;
}

.btn-light_green {
    border: 1px solid rgb(117, 183, 59) !important;
}

a.edu-btn {
    background-color: #4c7ba0;
    border-radius: 0px;
}

/* INTEGRATIONS PAGE*/
.no-und-hover a {
    text-decoration: underline;
}

.side-left-1-int {
    top: 45px;
    left: 365px;
}

.side-left-2-int {
    top: 80px;
    left: 275px;
}

.side-left-3-int {
    top: 155px;
    left: 340px;
}

.side-right-1-int {
    top: 155px;
    right: 280px;
}

.side-right-2-int {
    top: 105px;
    right: 350px;
}

.side-right-3-int {
    top: 45px;
    right: 270px;
}

/*ENTERPRISE-PAGE*/
.enterprise-form .wpforms-field-label {
    font-weight: 100 !important;
}

button.enterprise-form-submit {
    font-weight: 300 !important;
    background-color: #ee7271 !important;
}

button.enterprise-form-submit {
    font-weight: 300 !important;
    background-color: #ee7271 !important;
}

button.enterprise-form-submit:hover {
    background-color: #76d5e5 !important;
    color: #fff !important;
}

.text-link-arrow a {
    display: inline !important;
    text-decoration: underline !important;
}

.text-link-arrow a:hover {
    color: #76D5E5 !important;
}

.enterprise-container-center {
    text-align: center !important
}

span.link-to-temp a {
    color: #124666ad;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Proxima Nova", sans-serif;
    display: inline-block;
}

span.link-to-temp a:hover {
    color: #042b3e;
    text-decoration: underline;
}

#enterprise-grid .esg-loadmore-wrapper {
    display: none;
}

/* Common Classes
---------------------------------------------------------------------------- */


/* Titles
--------------------------------------------- */

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

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

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
    margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}

/* Custom
--------------------------------------------- */
.hidden {
    display: none !important;
}

.no-margin {
    margin: 0 !important;
}
.text-below-search {
    margin-left: auto !important;
    margin-right: auto !important;
}

.no-pad {
    padding: 0 !important;
}

.margin10 {
    margin-bottom: 10px !important;
}

.margin5 {
    margin-bottom: 5px !important;
}

.mleft30 {
    margin-left: 30px;
}

.mleft40 {
    margin-left: 40px;
}

.hide {
    display: none !important;
}

.max-height-search {
    max-height: 49px;
}

.algn-cent {
    text-align: center !important;
}

.lowcse {
    text-transform: lowercase !important;
}

:focus {
    outline: none !important;
}

.undline {
    text-decoration: underline !important;
}

a.ft-menu-bold {
    font-weight: 700 !important;
    color: #042b3e;
}

a.ft-menu-bold :hover {
    color: #4C7BA0;
}

/* Text Button with arrow*/

.below-cta-text {
    text-align: center !important;
    font-size: 14px;
    color: #124666 !important;
    font-weight: 300 !important;
}

.weight400 {
    font-weight: 400;
}

/* Text Button with arrow*/
p.pink-hover a:hover {
    color: #ee7271 !important;
}

/* Text Button green*/
p.link-green a {
    color: #30BD9C !important;
}

p.link-green a:hover {
    color: #66D8C4 !important;
}

p.white-link a {
    color: #ffffff;
    text-decoration: underline;
}

p.white-link a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Text Button Dark-Blue*/
.dark-blue-link a {
    color: #114666 !important;
    text-decoration: underline;
}

.dark-blue-link a:hover {
    color: #76D5E5 !important;
}

/* Text Button Heavy-Blue*/
.dark2-blue-link a {
    color: #052b3e;
    text-decoration: underline;
}

.dark-blue2-link a:hover {
    color: #76D5E5 !important;
}

.blue-text-link {
    color: #7ad0f3 !important;
}

.blue-text-link:hover {
    color: #042b3e !important;
}

:focus {
    color: #042b3e;
    outline: none;
}

/* Bugs and Fixes
--------------------------------------------- */

.disney-logo img {
    margin-bottom: -7px !important;
}

p.preimage img {
    width: 30px !important;
    margin-right: 5px;
}

.wp-custom-logo .title-area {
    padding-top: 0 !important;
}

.ovt-mg {
    margin-bottom: 5px;
}

.grids-section.above-footer.grids-is-advanced.alignfull {
    padding: 0 !important
}

.footer-logo-2023 {
    width: 230px !important
}

.app-title {
    display: none !important
}

ul.list-normal-indent li {
    margin-left: 50px !important
}

ul.list-normal-indent {
    padding-bottom: 50px
}

.site-container header.site-header a:hover {
    color: #052b3e !important;
    opacity: 50% !important
}

body.white-logo-nav .site-container header.site-header a:hover {
    color: #ffffff !important;
    opacity: 60% !important
}

body.single-how-to-guides {
    margin-bottom: 100px
}

body.single-xtensio-templates {
    margin-bottom: 100px
}

.templates-page .site-inner {
    padding-top: 0px !important
}

.eg-icon-search:before {
    color: #ffffff !important
}

.templates-filter .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {
    margin-left: -2px !important
}

.esg-nav-by-shortcode {
    display: block !important;
}

.xtensio-templates .global-cta-pink {
    display: flex;
}

.footer-btn a {
    color: #fff !important;
}
.wp-block-buttons.is-content-justification-center{
    display:flex !important;
    justify-content: center !important;
}
.btns-home-cats {
    flex-flow:wrap !important;
    padding-left: 5%!important;
    padding-right: 5%!important;
}

.border-module {
    border: 1px solid #032B3D;
    margin-top: -45px
}

.drag-corner-bottom {
    margin-top: -52px
}

p.stt {
    font-size: 18px;
    color: #042b3e;
    margin-left: 10px
}

a.schema-faq-question {
    color: #042b3e
}

.esg-entry-cover {
    min-height: 420px
}

.esg-media-cover-wrapper {
    margin-bottom: 20px
}

.esg-nav-by-shortcode.sort-temp.templates-filter.esg-fgc-2.templates-filter.esg-filters {
    margin-right: -5px !important
}

i.fal.fa-circle-info.fa-xl.info {
    padding-right: 12px;
    font-size: 1.8em !important
}

.esg-display-none-i.esg-filterbutton.hiddensearchfield.esg-fgc-309 {
    min-height: 0px !important;
	display:none !important;
}

.alert-container .wp-block-media-text.alignwide {
    grid-template-columns: 6% !important;
    display: flex !important;
    gap: 1em !important;
}

span.upd {
    visibility: hidden
}

.esg-display-none-i.esg-filterbutton.hiddensearchfield.esg-fgc-2 span {
    display: none !important
}

p.entry-meta {
    display: none
}

.bonus-how-to-guide-link,
.dblock {
    position: relative;
    z-index: 999999
}

ul.features-fa-icons-list li {
    margin-top: 10px
}

ul.features-fa-icons-list {
    margin-bottom: 60px;
    margin-left: 15px
}

ul.features-fa-icons-list li i {
    min-width: 25px
}

ul.list-template-numbers {
    margin-left: 50px !important
}

.col60-40.gb-layout-columns-2>.gb-layout-column-wrap {
    grid-template-columns: 0.6fr 0.4fr
}

.bundle-img-container {
    padding-top: 0 !important
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
    margin-bottom: 40px;
}

.widget p:last-child,
.widget ul>li:last-of-type {
    margin-bottom: 0;
}

.widget ul>li {
    margin-bottom: 6px;
}

.widget ul>li:last-of-type {
    padding-bottom: 0;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget-area.header-widget-area {
    float: right;
}

.widget-wrap p {
    display: none !important;
}

.white {
    background-color: #fff !important;
    -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 10%) !important;
    box-shadow: 0 0 10px 10px -10px rgb(0 0 0 / 10%) !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}

header.site-header.white .wrap {
    max-width: 100%;
    -webkit-transition: max-width 0.4s;
    -o-transition: max-width 0.4s;
    transition: max-width 0.4s;
}

.site-header .header-widget-area {
    display: block;
}

.white .header-widget-area {
    display: block;
}

body.transp-header-color {
    margin-top: -10px !important;
}

/* Plugins and Components
---------------------------------------------------------------------------- */

/* Type Animation
---------------------------------------------------------------------------- */
.typed-cursor {
    display: none;
}

/* CSS Only Elements
---------------------------------------------------------------------------- */

/*Testimonial carroussel CSS only*/

@-webkit-keyframes scroll-test {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-620px*3));
    }
}

@keyframes scroll-test {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-620px*3));
    }
}

.test-container {
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    max-width: calc(620px*9);
}

.test-container .test-items {
    -webkit-animation: scroll-test 40s alternate infinite;
    animation: scroll-test 40s alternate infinite;
    display: flex;
    width: calc(620px*9);
    gap: 1.5em !important;
    scroll-behavior: smooth;
}

.test-container .test-entry {
    min-height: 290px;
    width: 620px;
    padding: 40px;
    background-color: #EFF3F4;
}

.sltb {
    position: absolute;
    bottom: 40px;
}

.test-items:hover {
    animation-play-state: paused;
}

/*POST DATE*/
.post-up-date p {
    padding: 0 !important;
    font-size: 14px;
    font-style: italic;
    margin-top: -20px;
}

/*Carroussel CSS only*/
@-webkit-keyframes scroll-home-slid {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-430px*3));
    }
}

@keyframes scroll-home-slid {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-430px*3));
    }
}

.slide-container {
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    max-width: calc(430px*10);
}

.slide-container .slide-items {
    -webkit-animation: scroll-home-slid 30s alternate infinite;
    animation: scroll-home-slid 30s alternate infinite;
    display: flex;
    width: calc(430px*10);
    gap: 1.5em !important;
    scroll-behavior: smooth;
}

.slide-container .slide-b {
    width: 430px;
}

.slide-container .slide-s {
    width: 338px;
}

.slide-items:hover {
    animation-play-state: paused;
}

.slide-b {
    position: relative;
}

.slide-s {
    position: relative;
}

.slide-s :hover .middle {
    opacity: 1;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.slide-b :hover .middle {
    opacity: 1;
}

.slide-s img {
    margin-bottom: -95px;
}

.middle a:hover {
    background-color: #4C7BA0 !important;
    box-shadow: none;
}

/*Ads*/
.editor-bottom-bar-ad {
    display: flex;
    justify-content: center;
    z-index: 1000;
    position: relative;
    font-family: 'Proxima Nova', sans-serif
}

#editor-bottom-bar-ad._bsa_hide {
    display: none
}

#editor-bottom-bar-ad .ad-hide {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    background: #E3E5E6
}



#editor-bottom-bar-ad  {
    position: fixed;
    bottom: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07)
}

#editor-bottom-bar-ad .ad-bar {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
    padding: 12px 15px;
    max-width: 600px;
    text-decoration: none;
    box-shadow: inset 0 0 1px hsla(0, 0%, 0%, .15);
    flex-flow: row nowrap
}

#editor-bottom-bar-ad .ad-img {
    margin-right: 20px;
    line-height: 0;
    max-height: 50px;
    position: relative;
    max-width: 200px;
    padding: 3px 8px
}

#editor-bottom-bar-ad .ad-img img {
    display: block;
    margin: 0 auto;
    height: 100%;
    max-height: 50px;
    position: relative
}

#editor-bottom-bar-ad .ad-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-grow: 1;
    flex-flow: row nowrap
}

#editor-bottom-bar-ad .ad-details {
    display: flex;
    margin-right: 20px;
    flex-flow: column nowrap;
    color: #052B3E
}

#editor-bottom-bar-ad .ad-tagline {
    margin-bottom: 3px;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

#editor-bottom-bar-ad .ad-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 600px;
    letter-spacing: 1px
}

#editor-bottom-bar-ad .ad-cta {
    padding: 10px 16px;
    padding-left: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    transition: all .3s ease-in-out;
    transform: translateY(-1px);
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #EE7271
}

#editor-bottom-bar-ad .ad-via {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #444;
    border-top: 0;
    border-top-left-radius: 3px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 5px, hsla(0, 0%, 0%, .025) 5px, hsla(0, 0%, 0%, .025) 10px) hsla(203, 11%, 95%, .4)
}
.two-col-ad #editor-bottom-bar-ad {
    margin-left: -23%;
}
@media only screen and (min-width:320px) and (max-width:759px) {

    #editor-bottom-bar-ad,
    #editor-bottom-bar-ad .ad-main {
        flex-flow: column nowrap
    }

    #editor-bottom-bar-ad .ad-img,
    #editor-bottom-bar-ad .ad-details {
        margin: 0
    }

    #editor-bottom-bar-ad .ad-img {
        margin-bottom: 15px
    }

    #editor-bottom-bar-ad .ad-company {
        letter-spacing: 1px
    }

    #editor-bottom-bar-ad .ad-details {
        font-size: 14px;
        text-align: left
    }

    body.single-how-to-guides {
        margin-bottom: 200px
    }

    body.single-xtensio-templates {
        margin-bottom: 200px
    }

    #editor-bottom-bar-ad .ad-main {
        align-items: start
    }
	.2col #editor-bottom-bar-ad {
	margin-left:auto !important
}
}

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1410px;
}

/* Title Area
--------------------------------------------- */
img.custom-logo {
    width: 100px !important;
    height: 48px !important;
}

.title-area {
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
}

.wp-custom-logo .title-area {
    max-width: 350px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}

.wp-custom-logo .custom-logo-link {
    display: block;
}

.wp-custom-logo .title-area img {
    width: auto;
}

.site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #042b3e;
    text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.white-logo-nav .site-inner {
    padding-top: 0px !important
}

.white {
    z-index: 99999999 !important
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
}

.genesis-nav-menu a {
    color: #042b3e;
    display: block;
    font-size: 16px;
    font-weight: 400;
    outline-offset: -1px;
    padding-bottom: 8px;
    padding-top: 19px;
    text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    color: #EE7272;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 100%;
}

.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    font-size: 14px;
    position: relative;
    word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
    position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    display: block;
    left: auto;
    opacity: 1;
}

#genesis-mobile-nav-primary {
    display: none !important;
}

nav.nav-secondary {
    background-color: #ffffff !important;
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    width: 100%;
    position: fixed;
    z-index: 5;

}

ul#menu-blog-menu li {
    padding-left: 10px;
    padding-right: 10px;
}

/*WHITE-LOGO-NAV PAGES*/
body.white-logo-nav header .custom-logo {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(22deg) brightness(108%) contrast(110%);
}

body.white-logo-nav header.white .custom-logo {
    filter: none !important;
}

body.white-logo-nav header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
}

body.white-logo-nav header.white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #052b3e;
}

body.white-logo-nav header.white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    color: #76d5e5;
}

body.white-logo-nav header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    color: #fff;
}

body.white-logo-nav header.white #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    color: #052b3e;
}

body.white-logo-nav header.white #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after:hover {
    color: #76d5e5;
}

body.white-logo-nav header.white ul#menu-header-right-menu li.header-cta-button a {
    color: #fff !important;

}

li.header-cta-button a {
    color: #fffffF !important;
}

body.white-logo-nav header ul#menu-header-right-menu li a {
    color: #fff;
}

body.white-logo-nav header.white ul#menu-header-right-menu li a {
    color: #052b3e;
}

body.white-logo-nav header.white ul#menu-header-right-menu li a:hover {
    color: #EE7272;
}

body.white-logo-nav header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
    color: #fff !important;
}

body.white-logo-nav header.white #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
    color: #052b3e !important;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.js .nav-primary {
    display: none;
    position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
    display: none;
}

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #042b3e;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #0073e5;
}

.menu-toggle {
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.menu-toggle.activated::before {
    content: "\f335";
}

.site-header .dashicons-before::before {
    transition: none;
}

.site-header .menu-toggle::before {
    float: left;
    margin-right: 5px;
    position: relative;
    text-rendering: auto;
    top: 1px;
}

.sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
    transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
    clear: left;
    width: 100%;
}

ul#menu-header-right-menu {
    vertical-align: baseline;
    width: auto;
    display: flex;
    color: #052b3e;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-weight: normal;
    outline: none;
    margin-right: 0px;
}

ul#menu-header-right-menu li {
    padding: 2px 12px 2px 12px;
}

li.header-cta-button a {
    background-color: #ee7271;
    line-height: 1em;
    color: #fff;
    padding-top: 17px !important;
    padding-right: 30px !important;
    padding-bottom: 17px !important;
    padding-left: 30px !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-radius: 0px !important;
    font-weight: 600 !important;
    margin-top: 0px;
}

li.header-cta-button a:hover {
    background-color: #76d5e5 !important;
    color: #ffffff !important;
}

header.site-header .header-cta-button {
    display: none;
}

header.white .header-cta-button {
    display: inline-table;
}

ul#menu-solutions-by-function {
    margin-top: 0px !important;
}

nav.menu-solutions-xtensio-for-container {
    margin-top: 0px !important;
}

li.menu-by-title {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    display: block;
    visibility: inherit;
    margin-bottom: 0px !important;
}

li.menu-by-title a {
    color: #c1c1c1;
}

li.menu-by-title a:hover {
    color: #c1c1c1 !important;
}

/* Footer Menu
--------------------------------------------- */

.site-footer .wrap nav.nav-secondary {
    display: none;
}

li.footer-menu-link {
    font-size: 16px !important;
}

li.menu-first-item-top-spacing {
    padding-top: 19px !important;
}

.footer-widgets-1 {
    margin-top: -2%;
}

ul#menu-company {
    margin-bottom: 60px;
}

/* Mega Menu
--------------------------------------------- 
/** Push menu onto new line **/
#mega-menu-wrap-primary {
    clear: both;
    margin-left: 20px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffffff !important;
    border-radius: 0;
    width: 310px !important;
    border-top: 3px solid #ee7271 !important;
    padding: 13px 17px !important;
    margin-top: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: left;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 12px 0px 12px !important;
}

#mega-menu-wrap-primary li.mega-menu-item img.mega-menu-logo {
    vertical-align: middle;
    margin-right: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: '\2303' !important;
    transform: rotate(180deg) !important;
    color: #052b3e;
    font-weight: 300 !important;
    margin: -2px 0 0 6px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:hover:after {
    color: #76D5E5 !important
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
    content: '\002CBC'!important;
    transform: rotate(90deg) !important;
    font-size: 30px !important;
    font-family: inherit !important;
    color: #114666 !important;
    margin: 0 8px 0 0;
    opacity: 0.9;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before {
    content: '\00FF0B'!important;
    transform: rotate(45deg) !important;
    font-size: 40px!important;
    font-family: inherit !important;
    color: #114666;
    margin: 0;
    opacity: 0.9;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    margin-top: 20px;
}

li.templates-mega-menu {
    background: #ffffff !important;
    border-radius: 0;
    border-top: 3px solid #ee7271 !important;
    padding: 13px 17px !important;
}

li.solutions-mega-menu {
    background: #ffffff !important;
    border-radius: 0;
    border-top: 3px solid #ee7271 !important;
    padding: 13px 17px !important;
}

p.menutitle {
    display: block !important;
    margin-top: -30px !important;
    color: #042b3e;
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 0;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0
}



#mega-menu-wrap-primary #mega-menu-primary p.meg-block-title {
    margin-bottom: 0
}

p.meg-block-title {
    color: #042b3e;
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0
}

/* Content Pages
---------------------------------------------------------------------------- */

/*HomePage*/
.home-section-decoration {
    position: absolute;
}

.top-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.top-left-pic {
    top: 10%;
    left: 7%;
}
.side-left-1 {
    top: 22%;
    left: 10%;
}

.side-left-2 {
	top: 35%;
    left: 14%;
}

.side-right-1 {
    top: 20%;
    right: 15%;
}

.side-right-2 {
    top: 30%;
    right: 8%;
}

.side-right-3 {
    top: 18%;
    right: 5%;
}

.bottom-pic {
   top: 40%;
   right: 20%;
}

.top-right-pic {
    top: 8%;
    right: 7%;
}

/*Solutions*/
.single-solution nav.nav-secondary {
    display: none !important;
}

.single-solution header.entry-header {
    display: none !important;
}

/*Promopages*/
.two-cols-left-text {
    max-width: 680px;
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.two-cols-left-text .global-cta-pink {
    text-align: left !important;
}

.overtitle {
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-left: 3px;
    text-transform: uppercase;
    margin-bottom: 7px !important;
}

/*Templates*/
.xtensio-templates-template-default .nav-secondary,
.xtensio-templates-template-default .entry-header,
.xtensio-templates-template-default .entry-footer {
    display: none;
}

button.clipboard:hover {
    background-color: transparent !important;
}

.xtensio-templates .global-cta-pink {
    margin-top: 7%;
}

.much-more-inline {
    display: inline-block !important;
}

/*Templates-*Alert-Container*/
.alert-container .wp-block-media-text.alignwide {
    grid-template-columns: 5% !important;
}

.alert-container picture {
    display: inline-block;
    width: 50px !Important;
}

/*Templates *FAQS*/
#rank-math-faq .rank-math-list-item {
    margin-bottom: 1em;
    margin-top: 1em;
    border-bottom: 1px solid #f2f3f3;
}

.rank-math-question {
    cursor: pointer;
    position: relative;
    display: block;
    padding-right: 1em;
    margin-right: 1em;
    font-weight: 300;
    margin-top: 0px;
}

.rank-math-question:after {
    position: absolute;
    right: 5px;
    top: 0;
    content: '\2303' !important;
    transform: rotate(180deg);
    color: #052b3e !important;
    transition: all 150ms ease-in-out;
}

.rank-math-question.collapse:after {
    transform: rotate(0deg);
}

.rank-math-question:hover {
    opacity: 0.8;
}

h3.rank-math-question.faq-htg {
    font-size: 18px !important;
}

.rank-math-question strong {
    font-weight: 500 !important;
}

.rank-math-question {
    font-weight: 500 !important;
}

.rank-math-question {
    font-weight: 500 !important;
}

/* Table of Contents Schema*/
.toc li a {
    font-weight: 600 !important;
    color: #042b3ea1 !important;
}

.toc li a:hover {
    color: #042b3e !important;
}

.toc li a.mPS2id-highlight {
    color: #042b3e !important;
    border-bottom: 1px solid #052b3eb0
}

/*How-to-Guides*/
body.transp-header-color header.site-header {
    position: fixed;
}

.how-to-guides-template-default .nav-secondary,
.how-to-guides-template-default .entry-header,
.how-to-guides-template-default .entry-footer {
    display: none;
}

.how-to-guides-template-default .site-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left:0px;
    padding-right:0px;
}

h4.htg-template-link a {
    font-size: 18px !important;
    color: #114666;
    font-weight: 400 !important;
    text-decoration: underline;
}

h4.htg-template-link a:hover {
    color: #76D5E5;
}

.htg-top-section {
    min-height: 100%;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 6% !important;
}
.post-up-date-center {
    padding: 0 !important;
    font-size: 14px;
    font-style: italic;
    margin: 0 auto !important;
    text-align: center !important;
}

.htg-top-section-2023 {
    min-height: 100%;
}

.toc-red li {
    text-decoration: underline !important;
}

.fw-normal li a {
    font-weight: 400 !important;
}

.banner-htg-2 {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: #f2f2f2 1px solid;
}
.banner-htg-3 {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
	border: #76D5E5 1px solid;
}
.banner-htg-3 p{
	font-size:20px !important; 
}

.htg-side-bar p.written-by {
    font-size: 12px !important;
    margin-bottom: 14px !important
}
.htg-side-bar .htg-post-update div p {
    font-size: 13px !important;
    font-style: italic
}

p.pinfo-htg {
    margin-bottom: 10px !important
}

.banner-htg {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #EFF3F4
}

.banner-htg p {
    font-size: 13px !important
}

.banner-htg p.p-1 {
    font-size: 16px !important;
    line-height: 1.33 !important;
    margin-bottom: 10px
}

body.single-how-to-guides h3 {
    font-size: 24px !important;
    font-weight: normal !important
}

body.single-how-to-guides h4 {
    font-size: 20px !important;
    font-weight: normal !important
}

.htg-post-update p {
    font-size: 16px !important;
    margin-top: -28px;
    margin-bottom: 0
}

.indx-htg li {
    font-size: 16px !important
}

.indx-htg li:before {
    margin-right: 10px !important;
    font-size: 13px !important;
    height: 20px !important;
    width: 20px !important;
    padding-top: 0px !important;
    margin-bottom: 3px !important;
    padding-left: 0;
    margin-left: -30px !important
}

ul.indx-htg {
    margin-bottom: 10px !important;
    margin-top: 5px !important
}

ul.list-template-numbers.indx-htg {
    margin-left: 30px !important
}

ul.step-htg {
    margin-bottom: 25px !important;
    margin-top: -5px !important
}

.step-htg li:before {
    margin-right: 15px !important;
    margin-top: -3px !important;
    line-height: 1.5 !important
}

/*FIX-WEBP-HTG*/
.box-inner .gb-container-inside .gb-container-image-wrap {
    overflow-y: clip;
}

/*Single-Posts*/
.single-post .entry-header,
.single-post .entry-footer {
    display: none;
}
.post-mt-neg{
	margin-top:-55px !important;
}

/*New Post - Layout*/
.text-is-white {
    color: #ffffff !important;
}

.simple-text-tagline {
    margin-top: 15px !important;
}

.new-post-h3 {
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.new-htg-h3 {
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.new-htg-h2 {
    font-size: 32px !important;
    font-weight: 600 !important;
}

.banner-np {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: #f2f2f2 1px solid !important;
}

.has-background-dim {
    background-color: black !important;
}

/*Bundle-Posts*/

.white-bundle-btn {
    min-width: 300px
}

.white-bundle-btn a:hover {
    color: #fff !important;
    background-color: #363636 !important;
    box-shadow: none !important
}

.black-bundle-btn {
    border: 1px solid #363636 !important;
    min-width: 300px !important
}

.black-bundle-btn a:hover {
    color: #363636 !important;
    background-color: transparent !important;
    box-shadow: none !important
}

.force-full-container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.force-full-container .mw880 {
    padding-left: 7% !important;
    padding-right: 7% !important
}

.top-blog-bundle .post-up-date {
    text-align: center
}

.prev-link-post a strong:hover {
    text-decoration: underline !important
}


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

.sidebar {
    font-size: 16px;
    line-height: 1.5;
}

.sidebar .widget {
    margin-bottom: 40px;
}

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

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #fff;
    clear: both;
    padding: 60px 0;

}

.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
}

.footer-widget-area {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
    margin-bottom: 0;
}

.footer-widget-area li a {
    color: #042b3e;
    ;
}

.footer-widget-area li a:hover {
    color: #7ad0f3;
}

.footer-widget-area li a.join-demo {
    color: #ee7271;
}

.footer-widget-area li a.join-demo:hover {
    color: #7ad0f3;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 30px;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}

.social-footer {
    float: left;
    width: 35%;
}

.copyright-footer {
    width: 59%;
    float: left;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {

    /* Site Header
	--------------------------------------------- */
    .admin-bar .site-header {
        top: 32px;
    }

    /* Genesis Menu
	--------------------------------------------- */

    .genesis-nav-menu .menu-item {
        display: inline-block;
    }

    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-nav-menu>.menu-bold>a {
        font-weight: 700;
    }

    .genesis-nav-menu>.menu-highlight>a {
        background-color: #042b3e;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .genesis-nav-menu>.menu-highlight>a:focus,
    .genesis-nav-menu>.menu-highlight>a:hover {
        background-color: #0073e5;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 180px;
    }

    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
    }

    .genesis-nav-menu .sub-menu a {
        border: 1px solid #eee;
        border-top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px;
    }

    /* Responsive Menu
	--------------------------------------------- */

    .js .nav-primary {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

    /* Header Menu
	--------------------------------------------- */

    .nav-primary {
        clear: none;
        float: left;
        width: auto;
    }

    .nav-primary .genesis-nav-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }

    li.join-demo a {
        color: #ee7271 !important;
    }

    /* Site-Inner
	--------------------------------------------- */

    .site-inner {
        max-width: 1410px;
    }

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

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

    .sidebar-content .content {
        float: right;
    }

    .full-width-content .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

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

    .sidebar {
        float: right;
        width: 30%;
    }

    .sidebar-content .sidebar {
        float: left;
    }

    /* After Entry
	--------------------------------------------- */

    .after-entry {
        padding: 40px 60px;
    }

    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Column Classes
	--------------------------------------------- */

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%;
    }

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }

    .one-third,
    .two-sixths {
        width: 31.623931623931625%;
    }

    .four-sixths,
    .two-thirds {
        width: 65.81196581196582%;
    }

    .one-fourth {
        width: 23.076923076923077%;
    }

    .three-fourths {
        width: 74.35897435897436%;
    }

    .one-sixth {
        width: 14.52991452991453%;
    }

    .five-sixths {
        width: 82.90598290598291%;
    }

    .first {
        clear: both;
        margin-left: 0;
    }

    /* Footer Widgets
	--------------------------------------------- */

    .footer-widgets .wrap {
        max-width: 1410px;
    }

    .footer-widget-area {
        float: left;
        margin-bottom: 0;
    }

    .footer-widgets-1 {
        width: 16%;
    }

    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        width: 16%;
    }
}

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

    table {
        table-layout: auto;
        word-break: normal;
    }

}
/*up to max-width*/
@media screen and (max-width:1720px) {
    .variations .esg-entry-cover {
        min-height: 370px
    }

    .variations .esg-media-cover-wrapper {
        margin-bottom: 20px
    }

    body.templates-page .esg-entry-cover {
        min-height: 390px
    }
}

@media only screen and (max-width: 1400px) {
    .templates-filter .esg-filter-wrapper.eg-search-wrapper .eg-search-input {
        width: 60vw !important
    }

    .esg-nav-by-shortcode.sort-temp.templates-filter.esg-fgc-2.templates-filter.esg-filters {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .side-right-1-int {
        right: 15%;
    }

    .side-right-3-int {
        right: 13%;
    }

    .side-right-2-int {
        top: 85px;
        right: 18%;
    }

    .side-left-1-int {
        left: 19%;
    }

    .side-left-2-int {
        left: 13%;
    }

    .side-left-3-int {
        left: 18%;
    }
}

@media only screen and (max-width: 1340px) {
    .example-filter-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-input {
        min-width: auto;
    }
}
@media only screen and (min-width:1251px) and (max-width:1340px) {

    ul#menu-header-right-menu li {
        padding: 2px 7px !important;
    }
}

@media screen and (max-width:1280px) {
    .bundle-img-container .gb-container-inside .gb-container-content {
        max-width: 720px !important
    }
}

@media only screen and (max-width: 1250px) {
    .container-1200-htg{
        padding-left: 7% !important;
        padding-right: 7% !important;
    }
	.container-1410{
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .hide-1250{
        display: none;
    }
    .site-inner {
        padding: 95px 30px 0;
    }
    .b20 a:after {
        bottom: 20% !important;
        top: -80px !important
    }

    .b15 a:after {
        bottom: 15% !important
    }

    .home-hero {
        padding-top: 0px !important;
        margin-top: -20px;
        padding-left: 0%;
        padding-right: 0%;
    }
	.side-right-1 {
    	top: 12%;
    	right: 12%;
	}
	.side-right-1 {
    	top: 12%;
    	right: 12%;
	}
	.side-right-3 {
    	top: 16%;
    	right: 2%;
	}
	.top-right-pic {
    	top: 7%;
    	right: 2%;
	}
	.side-left-2 {
    	top: 20%;
    	left: 3%;
	}
    .genesis-nav-menu {
        padding-top: 12px;
    }

    body.white-logo-nav header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #052b3e;
    }

    body.white-logo-nav header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        color: #052b3e;
    }

    .only-desk {
        display: none !important;
    }

    .nav-primary {
        clear: none !important;
        display: block !important;
        float: right !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        width: auto !important;
    }

    header.site-header .header-cta-button {
        display: inline-table;
        margin-top: -15px;
    }

    h1.main-tagline-home {
        min-height: 165px;
    }

    .side-right-1-int {
        top: 170px;
        right: 15%;
        width: 110px;
        height: auto;
    }

    .side-right-3-int {
        top: -10px;
        right: 15%;
        width: 110px;
        height: auto;
    }

    .side-right-2-int {
        right: 12%;
        width: 110px;
        height: auto;

    }

    .side-left-1-int {
        top: -20px;
        left: 17%;
        width: 110px;
        height: auto;
    }

    .side-left-2-int {
        top: 15%;
        width: 110px;
        height: auto;
    }

    .side-left-3-int {
        left: 15%;
        width: 110px;
        height: auto;
    }

    .desk-dev {
        display: none;
    }

    .tab-dev {
        display: block;
    }

    .mob-dev {
        display: none;
    }

    body.single-xtensio-templates .site-inner {
        padding-top: 0px !important;
    }

    .template-top {
        padding-top: 100px !important;
        padding-bottom: 0 !important;
    }

    .template-top .gb-block-layout-column .global-cta-pink {
        display: flex;
    }

    .template-top .gb-block-layout-column .simple-text-tagline {
        text-align: left !important;
        margin-left: 0px;
        font-size: 15px;
        line-height: 25px;
    }

    .template-top .gb-block-layout-column.gb-is-vertically-aligned-top {
        align-self: center;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        padding: 35px 15px 20px 15px !important;
    }

    h4.mega-block-title {
        padding-top: 30px !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        margin-top: 3px;
    }

    a.mega-menu-link:hover {
        color: #76d5e5 !important;
    }

 

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
        opacity: 0.7;
        background: #ffffff;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
	li.templates-mega-menu {
        border-radius: 0;
        border-top: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0px !important;
        margin-top: -30px !important;
    }

    li.solutions-mega-menu {
        border-radius: 0;
        border-top: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0px !important;
        margin-top: -30px !important;
    }

    .mega-menu-flyout ul.mega-sub-menu {
        padding: 15px 32px !important;
        background-color: #fff !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-top: none !important;
        margin-bottom: 15px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        margin-top: 0px;
        padding: 0px 17px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect-mobile^="slide_"] li.mega-menu-item a.mega-menu-link.mega-menu-logo {
        text-align: left !important;
        height: 54px !important;
        margin-bottom: 20px;
        margin-left: -5px;
        margin-top: -23px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .mob-cta-below-flyout-menu .global-cta-pink a.mega-menu-link {
        display: none !important;
    }

    .mob-cta-below-flyout-menu {
        text-align: center;
        padding: 12px;
        margin-top: -30px;
    }

    .mob-cta-below-flyout-menu p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 10px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        line-height: normal !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 8px !important;
        margin-top: 15px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{
        margin-left:-14px !important;
    }

    .dblock {
        display: none !important;
    }

    .template-top .gb-block-layout-column.gb-is-vertically-aligned-top {
        align-self: auto !important;
    }

    .template-top {
        margin-bottom: 30px;
    }
    .site-header .wrap {
    display: flex;
    justify-content: space-between;
    }
    .widget-area.header-widget-area {
    margin-left: auto;
    }
	.side-left-2 {
    top: 20%;
	left:3%;
	}
	.side-left-1 {
    top: 23%;
	left:1%;
	}
	.bottom-pic{
		display:none;
	}
	.post-mt-neg{
	margin-top:-25px !important;
	}
}
@media screen and (max-width:1184px) {
    .site-header {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media only screen and (max-width: 1080px) {
    .side-right-1-int {
        top: 330px;
        right: 35%;
        width: 95px;
        height: auto;

    }

    .side-right-3-int {
        top: -35px;
        right: 25%;
        width: 95px;
        height: auto;
    }

    .side-right-2-int {
        right: 18%;
        top: 280px;
        width: 95px;
        height: auto;
    }

    .side-left-1-int {
        top: -20px;
        left: 25%;
        width: 95px;
        height: auto;

    }

    .side-left-2-int {
        left: 20%;
        width: 95px;
        height: auto;
        top: 310px;
    }

    .side-left-3-int {
        left: 40%;
        width: 100px;
        height: auto;
        top: 275px;
    }
}

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

    .above-footer-tagline .gb-block-layout-column-inner {
        padding-right: 0 !important;
    }

    .above-footer {
        background-image: none !important;
    }

    .border-module {
        border: none !important;
        margin-top: 0 !important
    }

}

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

    .eg-templates-skin-element-52,
    .eg-templates-skin-element-54,
    .eg-variations-element-52,
    .eg-variations-element-54 {
        display: none !important
    }

    .eg-templates-see-variations-skin-element-52,
    .eg-templates-see-variations-skin-element-54,
    .eg-variations-element-52,
    .eg-variations-element-54 {
        display: none !important
    }

    .templates-filter .esg-filter-wrapper.eg-search-wrapper .eg-search-input {
        width: 45vw !important
    }

    .b-s-t {
        width: 50vw !important
    }

    body.templates-page .esg-entry-cover {
        min-height: 90vw
    }

    .hide-below-960 {
        display: none !important
    }

    .sp-25-htg {
        height: 50px !important
    }

    .container-1200-htg {
        display: block !important;
    }
    .nav-secondary {
        display: none;
    }
	 .category .site-inner {
        padding-top: 80px !important;
    }

    .type-script {
        min-height: 120px !important;
        margin-top: 25px !important;
    }

    .site-header {
        padding-left: 25px !important;
        padding-right: 10px !important;
    }

    .home-top-section {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .side-left-1,
    .side-left-2,
    .side-right-3,
    .side-right-1,
    .side-right-2,
    .bottom-pic,
    .top-left-pic, 
	.top-right-pic {
        display: none !important;
    }

    .home-slid {
        margin-top: 100px;
        padding-top: 30px;
    }


    .side-right-1-int {
        top: 330px;
        right: 35%;
        width: 85px;
        height: auto;

    }

    .side-right-3-int {
        right: 10%;
        width: 85px;
        height: auto;
    }

    .side-right-2-int {
        right: 5%;
        top: 320px;
        width: 85px;
        height: auto;
    }

    .side-left-1-int {
        left: 15%;
        width: 85px;
        height: auto;
    }

    .side-left-2-int {
        left: 5%;
        top: 325px;
        width: 85px;
        height: auto;
    }

    .side-left-3-int {
        top: 300px;
        width: 85px;
        height: auto;
    }

    .top-section .alignfull {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }

    .m-top-left a {
        font-size: 16px;
    }

    .m-top-left i {
        font-size: 14px;
    }

    .m-top-left {
        margin-top: -40px !important;
        margin-left: 17px !important;
    }

    .h-f-c-o1.gb-2-col-wideright>.gb-layout-column-wrap {
        -ms-grid-columns: 1fr 1.25fr;
        grid-template-columns: 1fr 1.25fr;
    }

    .h-f-c-o2.gb-2-col-wideleft>.gb-layout-column-wrap {
        -ms-grid-columns: 1.25fr 1fr;
        grid-template-columns: 1.25fr 1fr;
    }

    .home-top-section {
        min-height: 325px !important;
    }

    .lg-h {
        gap: 1.5em !important;
        margin-right: 20%;
        margin-left: 20%
    }

    .esg-nav-by-shortcode.sort-temp.templates-filter.esg-fgc-2.templates-filter.esg-filters {
        margin-right: -15px;
    }
	.post-mt-neg {
		margin-top: -25px !important;
	}
}

@media only screen and (max-width: 900px) {
    .b-s-t {
        max-width: 80vw !important
    }
	   .temp-grid.gb-2-col-wideright>.gb-layout-column-wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 800px) {
    .template-top .gb-block-layout-column-gap-2 {
        grid-gap: 5px !important;
    }

    .template-top {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}

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

    .top-right-pic {
        display: none !important;
    }

    .home-hero.gb-block-container {
        margin: 0 auto !important;
    }

    h1.main-tagline-home {
        min-height: 220px;
    }
}

@media (max-width: 768px) {
    .jlivedemo {
        justify-content: center !important;
        margin-left: 0 !important;
    }

    .t-btn-container .t-btn {
        display: none !important;
    }

    .t-btn-container .active {
        display: block !important;
        margin-right: 0 !important;
    }

    .tabscroll .t-btn-container {
        overflow-x: hidden !important;
    }

    .xt-more {
        margin-left: 0px !important;
    }

    .t-btn-container .t-btn {
        white-space: normal !important;
    }
}

@media only screen and (max-width: 740px) {
    .gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
            "col1"
            "col2"
            "col3";
    }

    .ftemp {
        max-width: 625px;
        margin: 0 auto;
    }

    .m-top-left a {
        font-size: 22px !important;
    }

    .m-top-left i {
        font-size: 22px !important;
    }

    .m-top-left {
        align-items: center !important;
        justify-content: center !important;
    }

    .h-f-c-o1.gb-2-col-wideright>.gb-layout-column-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .h-f-c-o1.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        grid-template-areas:
            "col2"
            "col1";
    }

    .h-f-c-o2.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        grid-template-areas:
            "col1"
            "col2";
    }

    .h-f-c-o2.gb-2-col-wideleft>.gb-layout-column-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .home-top-section {
        min-height: 275px !important;
    }
}

@media only screen and (max-width: 720px) {
    .home-hero.gb-block-container {
        margin: 0 auto !important;
    }

    h1.main-tagline-home {
        min-height: 195px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 680px) {
    .side-right-1-int {
        top: 340px;
        right: 30%;
    }

    .side-left-3-int {
        top: 350px;
        left: 35%;
    }
}
@media only screen and (max-width: 600px) {
    .pl24{
        padding-left: 0px!important;
    }
    .pr48{
        padding-right:0px !important;
    }
    .slide-container {
        padding-top: 0px !important;
    }
    .htg-top-section-2023 {
		padding-top: 20% !important;
    }
    .hide-600{
        display: none;
    }
    .alert-container, .slide-container {
        margin-left: calc(-100vw/2 + 100%/2);
        margin-right: calc(-100vw/2 + 100%/2);
        max-width: 100vw;
    }
    .xtensio-templates .global-cta-pink {
        justify-content: center!important;
    }
    .site-inner {
        padding: 60px 30px 0;
    }
    .minh120 {
        min-height: 230px;
    }
    .w-220 {
        display: none;
    }

    .templates-page .site-inner {
        padding-top: 60px !important
    }

    .b-s-t {
        width: 75vw !important
    }

    .top-templates-heading {
        margin-top: -50px !important;
        padding: 0 !important
    }

    .prev-link-post {
        margin-top: 10%
    }

    h2.mw880 {
        max-width: 400px
    }

    .force-full-container {
        padding-top: 15% !important;
        padding-bottom: 20% !important
    }

    .prev-link-post {
        margin-top: 0% !important
    }

    .col60-40.gb-layout-columns-2>.gb-layout-column-wrap {
        grid-template-columns: 1fr
    }

    .short-col-fig:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-area: col1
    }

    .short-col-text:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: col2
    }

    .margin-40 {
        margin-top: 0px !important
    }

    .sppad20 {
        padding-bottom: 0% !important
    }

    .top-blog-bundle {
        padding-left: 10% !important;
        padding-right: 10% !important;
        margin-bottom: 0% !important
    }

    span.upd {
        display: block
    }

    .slide__head.seatscount {
        margin-bottom: 0px !important
    }

    .site-container {
        animation: none !important
    }

    .use-case-title-bottom a {
        border-bottom: 1px solid #52c3dd !important;
    }

    .lg-test {
        text-align: center !important;
        margin-top: 30px !important;
    }

    .footer-widgets {
        text-align: center !important;
    }

    .social-footer {
        width: 100% !important;
        text-align: center !important;
        float: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .copyright-footer p {
        font-size: 15px !important;
        line-height: normal !important;
    }
    .home-hero{
        padding-bottom:0px !important;
        margin-bottom:0px !important;
    }

    .slide-container,
    .wp-container-13 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .htg-top-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    li.menu-by-title {
        text-align: center;
    }

    .copyright-footer {
        width: 100%;
    }

    .no-pad {
        margin-top: 100px;
    }

    .home-slid {
        margin-top: 0;
        padding-top: 0px;
        margin-bottom: -28px !important;
    }

    .template-top.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        grid-template-areas:
            "col2"
            "col1" !important;
    }

    h1.wp-block-post-title,
    .simple-text-tagline,
    .temp-meta {
        text-align: center !important;
    }

    .template-top {
        display: block;
    }

    .temp-meta {
        margin-bottom: 15px;
    }

    .ov-lay-image-cont {
        margin-bottom: 0px !important;
    }

    .simple-text-tagline {
        font-size: 14px !important;
    }

    .f-m .filt-mob {
        display: flex !important;
        z-index: 99 !important;
    }

    .filt-desk {
        display: none !important;
    }
    .template-top .gb-block-layout-column .global-cta-pink {

        text-align: center !important;
    }

    .top-section .alignfull {
        padding-top: 0px !important;
        padding-bottom: 2% !important;
        margin-top: -7% !important;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .above-footer-tagline {
        padding: 7%;
    }

    .stest {
        height: 370px !important;
    }

    .esg-nav-by-shortcode.sort-temp.templates-filter.esg-fgc-2.templates-filter.esg-filters {
        margin-right: 0px;
    }

    .f-m {
        justify-content: space-between !important;
    }

    .temp-grid {
        margin-top: -40px !important;
    }

    .esg-filter-wrapper.dropdownstyle.filt-mob.templates-filter.esg-fgc-2 i:before {
        content: '\f078';
        font-size: 16px;
        margin-top: 13px;
        color: #052B3E;
    }

    .f-m span.esg-filter-checked {
        display: none !important;
    }

    .f-m .esg-filter-wrapper.dropdownstyle .esg-filterbutton {
        margin-bottom: 0px !important;
        margin-left: 5% !important;
    }

    .templates-filter .esg-dropdown-wrapper {
        left: 100px !important;
        background: #052B3E;
        top: 45px !important;
    }

    .templates-filter .esg-dropdown-wrapper .esg-filterbutton {
        background: #052B3E !important;
        color: #ffffff !important;
    }

    .templates-filter .esg-dropdown-wrapper .esg-filterbutton.selected {
        background: #76D5E5 !important;
    }

	.post-mt-neg {
		margin-top: 10px !important;
	}

}

@media only screen and (max-width: 520px) {
    .template-top {
        padding-bottom: 30px !important
    }

    .template-top {
        padding-left: 0% !important;
        padding-right: 0% !important;
        margin-bottom: 0% !important
    }

    .side-left-2-int {
        left: 0%;
        width: 75px;
        height: auto;
        bottom: -20px;
        top: auto;
    }

    .side-left-1-int {
        left: 0%;
        width: 75px;
        height: auto;
    }

    .side-right-3-int {
        right: 1%;
        width: 75px;
    }

    .side-right-2-int {
        right: 0%;
        top: auto;
        width: 75px;
        height: auto;
        bottom: -10px;
    }

    .side-left-3-int {
        left: 25%;
        width: 75px;
        height: auto;
    }

    .side-right-1-int {
        width: 75px;
        height: auto;
    }

    .desk-dev {
        display: none;
    }

    .tab-dev {
        display: none;
    }

    .mob-dev {
        display: block;
    }

    .template-top {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }

    .template-top .gb-block-layout-column .global-cta-pink {
        display: block;
        margin-top: 0;
    }

    .template-top .gb-block-layout-column .simple-text-tagline {
        text-align: center !important;
        margin-left: 0 !important;
    }
}

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

    h1.main-tagline-home {
        min-height: 240px;
    }

    li.header-cta-button a,
    .global-cta-pink a {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

}

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

    li.header-cta-button a,
    .global-cta-pink a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
   
}
@media only screen and (max-width: 390px) {
    .side-right-1-int {
        top: 35%;
        right: -8%;

    }
    .side-left-3-int {
        left: -8%;
        top: 40%;
}
@media only screen and (max-width: 386px) {
    #mega-menu-wrap-primary .mega-menu-toggle {
        top: -42px;
    }
}

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

    .wp-custom-logo .site-container .title-area {
        max-width: 100px !important;
    }
}
@media only screen and (max-width: 320px) {
    li.header-cta-button a {
        visibility: hidden;
    }
}