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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Theme Fix & Custom CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    color: #2b325e;
    background: #f4f5f7;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    font-weight: bold;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(43, 50, 94, 0.62);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(43, 50, 94, 0.62);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(43, 50, 94, 0.62);
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0 !important;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: Public Sans Web;
    font-style: normal;
    font-weight: 100;
    font-display: fallback;
    src: url(fonts/PublicSans-Thin.woff2) format("woff2"),
        url(fonts/PublicSans-Thin.woff) format("woff"),
        url(fonts/PublicSans-Thin.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: normal;
    font-weight: 200;
    font-display: fallback;
    src: url(fonts/PublicSans-ExtraLight.woff2) format("woff2"),
        url(fonts/PublicSans-ExtraLight.woff) format("woff"),
        url(fonts/PublicSans-ExtraLight.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(fonts/PublicSans-Light.woff2) format("woff2"),
        url(fonts/PublicSans-Light.woff) format("woff"),
        url(fonts/PublicSans-Light.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(fonts/PublicSans-Regular.woff2) format("woff2"),
        url(fonts/PublicSans-Regular.woff) format("woff"),
        url(fonts/PublicSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: url(fonts/PublicSans-Medium.woff2) format("woff2"),
        url(fonts/PublicSans-Medium.woff) format("woff"),
        url(fonts/PublicSans-Medium.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url(fonts/PublicSans-SemiBold.woff2) format("woff2"),
        url(fonts/PublicSans-SemiBold.woff) format("woff"),
        url(fonts/PublicSans-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(fonts/PublicSans-Bold.woff2) format("woff2"),
        url(fonts/PublicSans-Bold.woff) format("woff"),
        url(fonts/PublicSans-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: normal;
    font-weight: 800;
    font-display: fallback;
    src: url(fonts/PublicSans-ExtraBold.woff2) format("woff2"),
        url(fonts/PublicSans-ExtraBold.woff) format("woff"),
        url(fonts/PublicSans-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: normal;
    font-weight: 900;
    font-display: fallback;
    src: url(fonts/PublicSans-Black.woff2) format("woff2"),
        url(fonts/PublicSans-Black.woff) format("woff"),
        url(fonts/PublicSans-Black.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: italic;
    font-weight: 100;
    font-display: fallback;
    src: url(fonts/PublicSans-ThinItalic.woff2) format("woff2"),
        url(fonts/PublicSans-ThinItalic.woff) format("woff"),
        url(fonts/PublicSans-ThinItalic.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: italic;
    font-weight: 200;
    font-display: fallback;
    src: url(fonts/PublicSans-ExtraLightItalic.woff2) format("woff2"),
        url(fonts/PublicSans-ExtraLightItalic.woff) format("woff"),
        url(fonts/PublicSans-ExtraLightItalic.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(fonts/PublicSans-LightItalic.woff2) format("woff2"),
        url(fonts/PublicSans-LightItalic.woff) format("woff"),
        url(fonts/PublicSans-LightItalic.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(fonts/PublicSans-Italic.woff2) format("woff2"),
        url(fonts/PublicSans-Italic.woff) format("woff"),
        url(fonts/PublicSans-Italic.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: italic;
    font-weight: 500;
    font-display: fallback;
    src: url(fonts/PublicSans-MediumItalic.woff2) format("woff2"),
        url(fonts/PublicSans-MediumItalic.woff) format("woff"),
        url(fonts/PublicSans-MediumItalic.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: italic;
    font-weight: 600;
    font-display: fallback;
    src: url(fonts/PublicSans-SemiBoldItalic.woff2) format("woff2"),
        url(fonts/PublicSans-SemiBoldItalic.woff) format("woff"),
        url(fonts/PublicSans-SemiBoldItalic.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(fonts/PublicSans-BoldItalic.woff2) format("woff2"),
        url(fonts/PublicSans-BoldItalic.woff) format("woff"),
        url(fonts/PublicSans-BoldItalic.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: italic;
    font-weight: 800;
    font-display: fallback;
    src: url(fonts/PublicSans-ExtraBoldItalic.woff2) format("woff2"),
        url(fonts/PublicSans-ExtraBoldItalic.woff) format("woff"),
        url(fonts/PublicSans-ExtraBoldItalic.ttf) format("truetype");
}

@font-face {
    font-family: Public Sans Web;
    font-style: italic;
    font-weight: 900;
    font-display: fallback;
    src: url(fonts/PublicSans-BlackItalic.woff2) format("woff2"),
        url(fonts/PublicSans-BlackItalic.woff) format("woff"),
        url(fonts/PublicSans-BlackItalic.ttf) format("truetype");
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: Public Sans Web;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin: 0;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

.wpf_submit_button {
    background: #2b325e !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 4px !important;
    transition: all 0.5s ease !important;
    width: 100% !important;
    height: 48px !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.wpf_submit_button:hover {
    color: rgba(255, 255, 255, 1) !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

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

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

/* ul {
	list-style: none;
} */

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 0;
}

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

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

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

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

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

input[type="date"] {
    display: block;
    vertical-align: middle;
    line-height: 44px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: rgba(43, 50, 94, 0.8);
    transition: all 0.5s ease;
    text-decoration: none;
}

a:visited {
    color: #2b325e;
}

a.btn:visited {
    color: white;
}

a:hover,
a:focus {
    color: rgba(43, 50, 94, 1);
    text-decoration: none;
}

a:active {
    color: rgba(43, 50, 94, 0.62);
}

a:focus {
    outline: 0;
}

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

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#esta-top-header {
    font-size: 24px;
    color: black;
    font-weight: bold;
    color: white;
    background: #2b325e;
    width: 100%;
    height: 80px;
    display: block;
    align-items: center;
}

#esta-top-header .logo {
    max-width: 293px;
    position: relative;
    z-index: 2;
}

#esta-top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-contact {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: -13px;
    display: flex;
    align-items: center;
}

.header-contact a {
    color: #1da1f2;
    font-weight: normal;
    margin: 8px;
}

.header-contact a:hover {
    color: rgba(255, 255, 255, 1);
}

.mobile-header-contact {
    display: none;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: white;
    transition: padding 0.3s ease;
}

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

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

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

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

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

.main-navigation li {
    float: left;
    position: relative;
    margin-right: 24px;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

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

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.main-navigation button {
    background: none;
    border: 1px solid white;
    border-radius: 2px;
}

.burger-icon {
    width: 24px;
}

.mobile-navigation {
    display: none;
}

.current-menu-item a {
    color: rgba(43, 50, 94, 1);
    font-weight: 700;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    background: white;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease;
}

.hide-menu {
    display: none !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

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

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

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

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

.page-containers {
    padding: 40px !important;
    margin-top: -190px;
    z-index: 2 !important;
    position: relative;
}

.entry-content h2 {
    margin-bottom: 24px;
}

.entry-content h2:not(:first-child) {
    margin-top: 40px;
}

.entry-content p:not(:last-child) {
    margin-bottom: 16px;
}

.page-titles {
    font-size: 32px !important;
    letter-spacing: -0.8px !important;
    margin-bottom: 32px !important;
    margin-left: 40px !important;
}

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Theme Fix & Custom CSS
--------------------------------------------------------------*/
.wp-block-image {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.wp-block-column {
    margin: 0;
}

.ugb--has-background,
.ugb-has-background {
    padding: 0;
}

.site-header {
    position: relative;
    background: #2b325e;
}

.wp-block-cover,
.wp-block-cover-image {
    margin: 0;
}

.post,
.page {
    margin: 0;
}

.btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 4px !important;
    transition: all 0.5s ease !important;
    width: 100% !important;
    height: 48px !important;
    cursor: pointer !important;
}

.blue-btn {
    background: #2b325e !important;
}

.blue-btn:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.green-btn {
    color: white;
    background: #41c156;
}

.green-btn:hover {
    color: white;
    background: #4ce065;
}

/*--------------------------------------------------------------
## Image Separator
--------------------------------------------------------------*/
.image-separator {
    background: url("https://e-viza-gov.com/wp-content/uploads/2026/02/immigration-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 315px;
    position: relative;
}

.image-separator .separator-overlay {
    background: rgba(43, 50, 94, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
.hero {
    background: url("https://e-viza-gov.com/wp-content/uploads/2026/02/hero-flipped.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -130px;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
}

.hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hero .hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        220deg,
        rgba(86, 97, 151, 0.3) 0%,
        #2b325e 100%
    );
    z-index: 0;
}

.hero .main-title {
    max-width: 523px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
}

.hero .separator {
    height: 4px;
    max-width: 523px;
    background: white;
    margin-bottom: 26px;
}

.hero .sub-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    max-width: 523px;
    color: white;
    margin-bottom: 32px;
}

.hero .button-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 29px;
    max-width: 523px;
}

.hero .button-group a {
    width: 100%;
    height: 48px;
}

.hero-extra-desc {
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    max-width: 523px;
}

.hero-btn {
    max-width: 523px;
}

/*--------------------------------------------------------------
## Benefits
--------------------------------------------------------------*/
.benefits {
    padding-top: 55px;
    padding-bottom: 75px;
    background: #f4f5f7;
}

.benefits .wp-block-column {
    background: #ffffff;
    border-radius: 4px;
    padding: 25px 20px 35px 20px;
}

.benefit-img {
    text-align: center;
    background: rgba(43, 50, 94, 0.03);
    border-radius: 100%;
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 24px;
}

.benefits img {
    height: 64px;
}

.benefits h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    color: #2b325e;
}

.benefits p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    color: #2b325e;
}

/*--------------------------------------------------------------
## Home Text Block
--------------------------------------------------------------*/
.home-text-block {
    margin: auto;
    margin-top: -260px;
    padding: 64px 40px 60px 40px;
    background-color: white;
    position: relative;
    z-index: 2;
    border-radius: 4px !important;
}

.home-text-block .main-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 32px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.home-text-block .sub-title {
    font-size: 24px;
    line-height: 44px;
    letter-spacing: -0.8px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 24px;
}

.home-text-block p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.33px;
}

.home-text-block .read-more-btn {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-text-block .read-more-btn span:first-child {
    font-size: 20px;
    line-height: 44px;
    font-weight: 700;
    text-align: right;
}

.home-text-block .read-more-btn .read-more-icon {
    display: flex;
}

.home-text-block .read-more-btn img {
    margin-left: 8px;
}

.home-block-list {
    display: flex;
    margin-top: 40px;
}

.home-block-list ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.home-block-list ul:last-child {
    margin-left: 100px;
}

.home-block-list ul li img {
    margin-right: 10px;
}

/*--------------------------------------------------------------
## Form Button
--------------------------------------------------------------*/
.form-button {
    background-color: rgba(43, 50, 94, 0.1) !important;
    width: 100%;
    height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-button .esta-btn-blue {
    text-align: center;
}

.form-button .esta-btn-blue a {
    border-radius: 4px;
}

/*--------------------------------------------------------------
## Apply Form
--------------------------------------------------------------*/
.apply-form {
    margin-left: 0;
    margin-bottom: 40px;
    background: white;
    position: relative;
    z-index: 2;
    border-radius: 4px !important;
    max-width: 745px;
}

.apply-form-top-container .ugb-container__content-wrapper {
    display: flex;
    justify-content: space-between;
}

.ugb-container__content-wrapper p {
    padding-left: 0px;
    padding-right: 0px;
}

.form-box-title-desc,
.checkbox-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.apply-form-top-container .right-info {
    max-width: 357px;
    margin-top: 0;
    padding-top: 0;
}

.apply-form-top-container .right-info p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.apply-form-top-container .right-info .ugb-container__content-wrapper {
    display: flex;
    flex-direction: column;
}

.form-box-titles {
    margin-top: 80px;
    margin-bottom: 48px;
    background: rgba(43, 50, 94, 0.1);
    padding: 15px 48px;
}

.first-box-title {
    margin-top: 0;
}

.form-box-titles span {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.8px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    line-height: 36px;
    max-width: 705px;
}

.form-box-title-desc {
    line-height: 24px;
    letter-spacing: -0.33px;
    max-width: 705px;
}

/* .wpf_form_wrapper form.wpf_label_top .wpf_form_group .wpf_form_control {
	background: none;
	border: none;
	border-bottom: 1px solid #efefef;
	border-radius: 0;
} */

input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    background: #f4f5f7 !important;
    height: 44px;
    padding: 0 !important;
    padding-left: 14px !important;
    color: #2b325e !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border: none !important;
    border-radius: 0 !important;
}

input[type="checkbox"] {
    cursor: pointer;
    min-width: 12px;
    min-height: 12px;
    font-size: 12px;
    display: inline-block !important;
}

.wpf_form_wrapper
    .wpf_form_group
    .form-check
    .wpf_form_control.form-check-input {
    width: 24px !important;
    display: inline-block !important;
    zoom: 2;
}

input:focus,
select:focus,
textarea:focus {
    background-color: white !important;
    border-bottom: 2px solid #2b325e !important;
    font-size: 20px !important;
    letter-spacing: -0.42px !important;
}

.wpf_form_wrapper form.wpf_label_top .wpf_form_group {
    margin-bottom: 16px !important;
    /* padding-left: 48px;
	padding-right: 48px; */
    max-width: 800px;
}

.wpf_form_wrapper {
    margin-top: 40px;
}

textarea.wpf_form_control {
    padding-top: 14px !important;
}

.wpf_input_content select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-border-radius: 0px !important;
    background-image: url("https://e-viza-gov.com/wp-content/uploads/2019/09/dropdown-arrow-box.svg") !important;
    background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
    position: relative;
}

/* .dropdown-right {
	position: relative;
}

.dropdown-right:after {
	content: '';
	background-image: url("https://e-viza-gov.com/wp-content/uploads/2019/09/dropdown-arrow-box.svg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 44px;
	position: absolute;
	top: 38px;
	right: 92px;
	border-left: 1px solid rgba(43,50,94,0.10);
} */

.apply-form-plain-text {
    color: rgba(43, 50, 94, 0.62);
    margin-bottom: 24px;
    padding-left: 48px;
    padding-right: 48px;
    max-width: 800px;
}

.apply-form-plain-text p {
    padding-left: 0;
    padding-right: 0;
}

.apply-form-plain-text span {
    display: block;
    margin-bottom: 8px;
}

.apply-form-plain-text ul {
    list-style-type: none;
    margin-left: 12px;
}

.apply-form-plain-text ul > li:before {
    content: "-";
    position: relative;
    left: -10px;
}

.apply-form-plain-text p:not(:last-child) {
    margin-bottom: 16px;
}

.more-info {
    max-width: 800px;
    text-align: right;
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 40px;
}

.apply-form-more-info {
    font-weight: 600;
    margin-bottom: 32px;
    color: rgba(43, 50, 94, 0.62);
}

.apply-form-more-info:hover {
    color: rgba(43, 50, 94, 1);
}

.wpf_form_submissions {
    clear: both;
    margin-top: 40px;
    margin-bottom: 0;
}

.clear-fix {
    clear: both;
}

.wpf_input_label {
    color: rgba(43, 50, 94, 0.62);
    font-weight: 600;
    margin-bottom: 14px;
}

.form-check {
    display: flex;
}

.form-check:not(:last-child) {
    margin-bottom: 40px;
}

.form-check .form-check-input {
    margin-right: 8px;
    position: relative;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #2b325e !important;
    border: none !important;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: rgba(43, 50, 94, 0.1) !important;
    border: none !important;
}

.flatpickr-months .flatpickr-month {
    color: #2b325e !important;
}

span.flatpickr-weekday {
    color: rgba(43, 50, 94, 0.62) !important;
}

.flatpickr-day {
    color: #2b325e !important;
}

.flatpickr-day.selected {
    color: white !important;
}

.wpf_form_wrapper form.wpf_label_top .more-info-field {
    margin-bottom: 24px !important;
}

.form-check label {
    font-weight: 600;
}

.checkbox-link {
    margin-top: 20px;
}

.checkbox-link a {
    color: rgba(43, 50, 94, 0.62);
}

.form-padding-fix {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.apply-form-top-container {
    background-color: transparent !important;
    box-shadow: none !important;
}

.disable-for-form {
    display: none !important;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.ugb-blog-posts {
    grid-row-gap: 48px !important;
    margin-top: -190px !important;
}

.ugb-blog-posts__item {
    display: flex;
    background: white;
    padding: 40px;
    position: relative;
    border-radius: 4px;
}

.ugb-blog-posts__featured-image {
    min-width: 270px;
    max-height: 270px;
    margin-bottom: 0 !important;
    position: relative;
}

.ugb-blog-posts__featured-image .blog-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        220deg,
        rgba(86, 97, 151, 0.3) 0%,
        #2b325e 100%
    );
    z-index: 2;
}

.ugb-blog-posts__featured-image a {
    height: 100% !important;
    padding-bottom: 0 !important;
    display: block;
}

.ugb-blog-posts__featured-image a img {
    position: relative !important;
    width: 270px;
    height: 270px;
}

.blog-right {
    width: 100%;
    margin-left: 40px;
}

.ugb-blog-posts .ugb-blog-posts__title a {
    font-size: 24px;
    margin-bottom: 24px;
    letter-spacing: -0.8px;
    display: block;
}

.ugb-blog-posts__read_more .read-more-btn {
    font-size: 20px;
    line-height: 44px;
    font-weight: 700;
    text-align: right;
    display: flex;
    margin-top: 24px;
    float: right;
}

.ugb-blog-posts__read_more .read-more-btn .read-more-icon {
    display: flex;
    margin-left: 10px;
}

.single-blog-block {
    background: white;
    padding: 40px;
    margin-top: -190px;
    position: relative;
    border-radius: 4px;
}

.single-blog-block .entry-title {
    margin-bottom: 24px;
}

.single-post-entry-meta {
    text-align: right;
    width: 100%;
    font-weight: 700;
    margin-top: 40px;
}

.post-nav-bg {
    background: white;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.post-nav-bg .post-navigation {
    width: 100%;
}

.wpf_submit_button {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Form CTA
--------------------------------------------------------------*/
.form-cta {
    background: rgba(43, 50, 94, 0.2);
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 40px;
}

.form-cta .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-cta .description {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.5px;
    font-weight: 700;
    max-width: 770px;
    margin-bottom: 40px;
    text-align: center;
}

.form-cta .button-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    width: 522px;
}

.form-cta .button-group a {
    width: 100%;
}

.form-cta-btn {
    max-width: 280px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
    background: white;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 16px;
}

.footer-top {
    display: flex;
    margin-bottom: 48px;
}

.footer-top img {
    opacity: 0.4;
    min-width: 80px;
}

.footer-top .footer-desc {
    margin-left: 40px;
    line-height: 32px;
}

.footer-bottom ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 80px;
    padding-left: 120px;
}

.footer-bottom .menu-block {
    max-width: 300px;
}

.footer-bottom ul li {
    display: block;
    margin-bottom: 24px;
}

.footer-bottom ul li a {
    font-weight: 500;
}

.copyright {
    text-align: center;
    color: rgba(43, 50, 94, 0.64);
    font-size: 12px;
    letter-spacing: 0.4px;
    padding-left: 20px;
    padding-right: 20px;
}

/*--------------------------------------------------------------
## Form Steps
--------------------------------------------------------------*/
.form-steps {
    background-color: transparent !important;
    margin-top: 40px;
    margin-bottom: 40px;
}

.form-steps .benefits {
    padding-top: 0;
    padding-bottom: 0;
}

.policy-button {
    background: #41c156 !important;
    color: white !important;
    font-family: Poppins;
    text-shadow: none !important;
}

.cookie-notice-visible {
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08) !important;
}

.woocommerce-checkout .col-1 {
    width: 100% !important;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: 50% !important;
}

.woocommerce-checkout .form-row {
    padding: 0 !important;
}

.woocommerce-checkout .form-row-first {
    padding-right: 16px !important;
}

.woocommerce-checkout .form-row-last {
    padding-left: 16px !important;
}

.woocommerce-checkout .select2-selection {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-border-radius: 0px !important;
    background-image: url(https://e-viza-gov.com/wp-content/uploads/2019/09/dropdown-arrow-box.svg) !important;
    background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    background: #f4f5f7 !important;
    height: 44px;
    padding: 0 !important;
    padding-left: 14px !important;
    color: #2b325e !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 16px !important;
    top: 7px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 8px 6px 0 6px !important;
    border-color: #9599af transparent transparent transparent !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[data-selected] {
    background: #2b325e !important;
}

.select2-results__option {
    padding: 10px !important;
}

.select2-dropdown {
    border: 1px solid #efefef !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #2b325e !important;
    padding-left: 0 !important;
    font-weight: normal;
}

#order_review_heading {
    margin-top: 32px;
    margin-bottom: 16px;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .order-total td {
    text-align: right !important;
}

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

.woocommerce-billing-fields h3:first-child {
    margin-bottom: 24px !important;
    font-size: 24px !important;
}

.woocommerce-checkout .place-order {
    padding: 24px !important;
    display: flex;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
    padding-left: 0 !important;
}

.woocommerce button.button {
    white-space: pre !important;
    background: #2b325e !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 4px !important;
    transition: all 0.5s ease !important;
    height: 48px !important;
    cursor: pointer !important;
}

.woocommerce button.button:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.woocommerce-checkout .payment_method_payop p {
    padding-left: 0 !important;
    color: #2b325e !important;
}

.woocommerce-checkout .wc_payment_methods {
    display: none;
}

.privacy-policy-link {
    color: rgba(65, 193, 86, 0.8) !important;
}

.privacy-policy-link:hover {
    color: rgba(65, 193, 86, 1) !important;
}

.drag-and-drop {
    padding-bottom: 32px;
}

.privacy-policy-page li {
    list-style: disc;
}

.privacy-policy-page li:not(:last-child) {
    margin-bottom: 8px;
}

.privacy-policy-page ul {
    margin-left: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.privacy-policy-page p {
    padding-left: 0;
}

.privacy-policy-page h4 {
    margin-bottom: 8px;
}

.facebook img {
    width: 24px !important;
}

.facebook-footer {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.facebook-footer img {
    max-width: 24px;
}

.go-back-button {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.go-back-button img {
    max-width: 16px;
    margin-right: 8px;
    height: 24px;
}

.wpf_required_sign {
    color: red;
}

.custom-language {
    display: inline-block;
    float: right;
    padding-right: 100px;
}

/* .fixed-header .custom-language {
	padding-right: 0 !important;
} */

.mobile-header-right {
    display: flex;
    align-items: center;
}

.sub-pages {
    background: white !important;
    border-radius: 4px !important;
    margin-top: -190px !important;
    padding: 24px !important;
    position: relative;
    z-index: 99;
}

.wpf_form_wrapper_35 form.wpf_label_top .wpf_form_group {
    padding-left: 48px;
    padding-right: 48px;
}

.ugb-container.ugb-container--v2
    > .ugb-inner-block
    > .ugb-block-content
    > .ugb-container__wrapper {
    padding: 0 !important;
}

.ugb-3ca9583-wrapper.ugb-container__wrapper {
    background-color: transparent !important;
}

.ugb-5644c7a-wrapper.ugb-container__wrapper {
    background-color: transparent !important;
}

.ugb-container.ugb-container--v2
    > .ugb-inner-block
    > .ugb-block-content
    > .ugb-container__wrapper {
    box-shadow: none !important;
}

.right-info {
    display: block !important;
}

.right-info h1,
.right-info p,
.right-info h4 {
    color: #2b325e !important;
}

.footer-logo {
    margin-right: 40px;
}

.facebook-mobile {
    display: none;
}

ol,
ul {
    padding-left: 0;
}

#cookie-notice .cn-button {
    margin: 0 !important;
    padding: 8px 16px;
}

.cn-text-container {
    margin-bottom: 0 !important;
    margin-right: 24px !important;
}

.cn-close-icon {
    top: 16px !important;
}

/*--------------------------------------------------------------
### Responsive CSS
--------------------------------------------------------------*/
@media (max-width: 1220px) {
    .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .home-text-block {
        margin-left: 40px;
        margin-right: 40px;
    }

    .apply-form {
        margin-right: 40px;
        padding-left: 0;
        padding-right: 0;
        max-width: 775px !important;
    }

    .form-steps .benefits {
        padding-left: 0;
        padding-right: 0;
    }

    .copyright {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1085px) {
    .cn-text-container {
        margin-bottom: 16px !important;
    }
}

@media (max-width: 960px) {
    .ugb-blog-posts__excerpt {
        font-size: 14px;
    }

    .ugb-blog-posts .ugb-blog-posts__title a {
        margin-bottom: 16px;
    }

    .blog-right {
        margin-left: 24px;
    }

    .ugb-blog-posts__read_more .read-more-btn {
        margin-top: 4px;
    }
}

@media (max-width: 900px) {
    .benefit-img {
        height: 96px;
        width: 96px;
    }

    .benefits img {
        height: 48px;
        width: 48px;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 16px;
    }

    .footer-bottom ul {
        grid-column-gap: 32px;
    }

    .apply-form {
        margin-right: 16px;
    }
}

@media (max-width: 782px) {
    .benefits {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }

    .home-text-block .main-title {
        font-size: 28px;
    }

    .home-text-block .sub-title {
        font-size: 24px;
    }

    .home-block-list ul:last-child {
        margin-left: 48px;
    }

    .home-block-list ul li {
        align-items: flex-start;
    }

    .home-block-list ul li img {
        position: relative;
        top: 3px;
    }

    .footer-bottom ul {
        grid-column-gap: 24px;
        padding-left: 40px;
    }

    .footer-top .footer-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-bottom ul li {
        margin-bottom: 16px;
    }

    .footer-bottom ul li a {
        font-size: 14px;
    }

    .ugb-blog-posts.ugb-blog-posts--columns-1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .ugb-blog-posts__item {
        flex-direction: column;
    }

    .blog-right {
        margin-left: 0;
    }

    .ugb-blog-posts__item {
        padding: 24px;
    }

    .ugb-blog-posts {
        grid-row-gap: 24px !important;
        grid-column-gap: 24px !important;
    }

    .ugb-blog-posts__featured-image a img {
        width: 100%;
        height: auto;
        display: block;
    }

    .ugb-blog-posts .ugb-blog-posts__title a {
        margin-top: 8px;
    }

    .ugb-blog-posts__featured-image {
        width: 100%;
        height: auto;
        min-width: auto;
        max-height: 100%;
    }

    .form-steps .benefits {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .form-steps .benefits .wp-block-column:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .form-steps .benefits .wp-block-column:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .form-steps .benefits .wp-block-column:nth-child(3) {
        grid-area: 2 / 1 / 3 / 3;
    }

    .apply-form-top-container .ugb-container__content-wrapper {
        flex-direction: column;
    }

    .apply-form {
        width: 100% !important;
    }

    .apply-form-top-container .right-info {
        max-width: 100%;
    }
}

@media (max-width: 1399px) {
    #esta-top-header .logo {
        max-width: 270px;
    }

    .header-contact {
        top: -9px;
    }

    .custom-language {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .header-contact {
        font-size: 12px;
    }

    #esta-top-header .logo {
        max-width: 250px;
        top: 5px;
    }

    .main-navigation a {
        font-size: 14px;
    }

    .header-contact {
        top: -5px;
    }

    .custom-language {
        display: inline-block;
        float: right;
        padding-right: 0;
    }
}

@media (max-width: 690px) {
    .main-navigation {
        height: auto;
        padding-bottom: 24px;
    }
    .main-navigation .container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .custom-language {
        float: none;
    }
}

@media (max-width: 670px) {
    .header-contact {
        font-size: 10px;
    }

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

    .woocommerce-checkout .form-row-last {
        padding-left: 0 !important;
    }

    .woocommerce-checkout .place-order {
        flex-direction: column;
    }

    .woocommerce-checkout .woocommerce-privacy-policy-text p {
        padding-right: 0 !important;
        margin-bottom: 32px !important;
    }

    .footer-bottom ul {
        padding-left: 0;
    }
}

@media (max-width: 599px) {
    .main-navigation {
        padding-left: 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-text-block {
        margin-left: 20px;
        margin-right: 20px;
    }

    .apply-form {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    #esta-top-header {
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 20px;
        height: 64px;
        display: flex;
    }

    #esta-top-header .logo {
        max-width: 150px;
        top: 0;
    }

    #esta-top-header .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }

    #esta-top-header .container a {
        display: inline-grid;
    }

    .mobile-navigation {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        display: flex;
        transition: all 1s ease;
        background: none;
    }

    .menu-main-menu-container {
        position: absolute;
        top: 118px;
        left: 0;
        background: white;
        width: 100%;
        height: auto;
        z-index: 999999;
    }

    .mobile-navigation li {
        float: none;
        display: block;
        padding: 20px;
        margin-right: 0;
        line-height: normal;
    }

    .desktop-navigation {
        display: none;
    }

    .mobile-navigation .menu-toggle {
        display: flex;
        padding: 0;
    }

    .hero {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero .main-title {
        font-size: 26px;
        line-height: 32px;
    }

    .hero .sub-title {
        font-size: 22px;
        line-height: 26px;
    }

    .hero .button-group {
        grid-column-gap: 20px;
    }

    .hero .button-group a {
        font-size: 16px;
    }

    .home-text-block {
        padding: 64px 32px 64px 32px;
    }

    .home-text-block .main-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .home-text-block .sub-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .home-text-block p {
        font-size: 14px;
        line-height: 28px;
    }

    .home-text-block .read-more-btn span:first-child {
        font-size: 16px;
    }

    .home-text-block .read-more-btn img {
        width: 18px;
    }

    .home-block-list {
        flex-direction: column;
    }

    .home-block-list ul:last-child {
        margin-left: 0;
    }

    .form-cta .description {
        font-size: 20px;
        line-height: 28px;
    }

    .form-cta .button-group a {
        font-size: 16px;
    }

    .form-cta .button-group {
        grid-column-gap: 16px;
        width: 390px;
    }

    .footer-bottom ul {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-top .footer-desc {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-top .footer-desc {
        margin-left: 24px;
    }

    .ugb-blog-posts.ugb-blog-posts--columns-1 {
        grid-template-columns: 1fr;
    }

    .fixed-header {
        position: inherit;
    }

    .fixed-mobile-header {
        position: fixed;
        width: 100%;
        background: white;
        top: 0;
        left: 0;
    }

    .wpf_form_wrapper form.wpf_label_top .wpf_form_group {
        padding-left: 24px;
        padding-right: 24px;
    }

    .form-box-titles {
        padding: 48px 24px;
    }

    .form-box-titles span {
        font-size: 24px;
        line-height: 30px;
    }

    .form-box-title-desc {
        font-size: 18px;
        line-height: 28px;
    }

    .apply-form-plain-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .page-titles {
        margin-left: 24px !important;
    }

    .header-contact .container {
        justify-content: center;
    }

    .hero-support {
        font-size: 12px;
    }

    .form-steps .benefits {
        padding-left: 0;
        padding-right: 0;
    }

    .header-contact {
        display: none;
    }

    .mobile-header-contact {
        display: block;
        top: 0;
        margin-bottom: 16px;
        text-align: center;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-header-left {
        padding-left: 16px;
    }

    .mobile-header-right {
        padding-right: 8px;
    }

    .mobile-header-contact a {
        margin: 8px;
    }

    .copyright {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-header-right a {
        margin: 0;
    }

    .mobile-header-right .facebook {
        margin-right: 8px;
    }

    .menu-main-menu-swedish-2-container,
    .menu-main-danish-menu-container,
    .menu-main-menu-finnish-container,
    .menu-main-menu-norwegian-bokmal-container {
        position: absolute;
        width: 100%;
        background: white;
        top: 118px;
        z-index: 999;
        margin-right: -20px;
        border-bottom: 2px solid #2b325e;
    }

    .footer-top {
        display: block;
    }

    .footer-logo {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 520px) {
    .mobile-header-contact {
        flex-direction: column;
    }
    .mobile-header-left {
        padding-left: 0;
        margin-bottom: 16px;
        margin-top: 8px;
        display: flex;
        align-items: center;
    }
    .mobile-header-right {
        padding-right: 0;
    }
    .menu-main-menu-container,
    .menu-main-menu-swedish-2-container,
    .menu-main-danish-menu-container,
    .menu-main-menu-finnish-container,
    .menu-main-menu-norwegian-bokmal-container {
        top: 166px;
    }
    .facebook-mobile {
        display: block;
        width: 24px;
    }
    .facebook {
        display: none;
    }
}

@media (max-width: 414px) {
    #esta-top-header .logo {
        width: 220px;
    }

    .burger-icon {
        width: 20px;
    }

    .hero {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .hero .main-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .hero .sub-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 48px;
    }

    .hero .separator {
        margin-bottom: 16px;
    }

    .hero .button-group {
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
    }

    .benefits {
        grid-template-columns: 1fr;
    }

    .home-text-block {
        padding: 40px 24px 40px 24px;
    }

    .home-block-list ul li {
        font-size: 14px;
    }

    .home-block-list ul li img {
        width: 18px;
    }

    .form-cta {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .form-cta .description {
        font-size: 18px;
        line-height: 28px;
    }

    .form-cta .button-group a {
        font-size: 16px;
    }

    .form-cta .button-group {
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
        width: 100%;
    }

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

    .footer-top img {
        margin-bottom: 24px;
    }

    .footer-top .footer-desc {
        margin-left: 0;
        text-align: center;
    }

    .footer-bottom ul {
        flex-direction: column;
    }

    .footer-bottom .menu-block {
        max-width: 100%;
    }

    .footer-bottom .menu-block:not(:last-child) {
        margin-bottom: 24px;
    }

    .footer-bottom ul li {
        text-align: center;
    }

    .footer-bottom ul li a {
        font-size: 14px;
    }

    .footer-top .footer-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .ugb-blog-posts .ugb-blog-posts__title a {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .ugb-blog-posts__excerpt {
        font-size: 12px;
        line-height: 22px;
    }

    .ugb-blog-posts__read_more .read-more-btn {
        margin-top: 24px;
    }

    .ugb-blog-posts__read_more .read-more-btn {
        font-size: 16px;
    }

    .ugb-blog-posts__read_more .read-more-btn .read-more-icon {
        width: 18px;
        position: relative;
        top: 1px;
    }

    .form-box-titles {
        font-size: 24px;
    }

    .single-blog-block {
        padding: 20px;
    }

    .hero-btn {
        margin: auto;
    }

    .form-steps .benefits {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .form-steps .benefits .wp-block-column:nth-child(1) {
        grid-area: 1;
    }

    .form-steps .benefits .wp-block-column:nth-child(2) {
        grid-area: 2;
    }

    .form-steps .benefits .wp-block-column:nth-child(3) {
        grid-area: 3;
    }
}

@media (min-width: 1400px) {
    #esta-top-header {
        display: block;
    }
    .main-navigation {
        padding-left: 217px;
    }
}

@media (min-width: 600px) {
    .contact-desc {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
}
