/**!
Theme Name: Be.mate
Theme URI: http://preview.nosolutions.rs/bemate-demo
Author: Themestreet
Author URI: http://themestreet.net/
Description: Easiest All-in-One Service Business Wordpress theme compatible with <a href="https://gorilladesk.com" target="_blank">Gorilla Desk Software</a>
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: be-mate
Tags: Gorilla desk, PowerCart, Themestreet

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.

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


/*--------------------------------------------------------------
# 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.8em;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


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


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

body {
    margin: 0;
}


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


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


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


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


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

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.2em;
    color: #333333;
    margin: 0px;
}

p {
    margin: 5px 0;
    font-size: 18px;
    line-height: 1.8em;
    color: #666666;
}

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


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

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 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: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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


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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

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

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

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


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

select {
    border: 2px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-branding.container.top_area_header {
    font-size: 0;
}

header .custom-logo-link {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.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 ul a {
    width: 200px;
    text-align: left;
}

.site-branding.container {
    font-size: 0;
    width: 80% !important;
    padding: 0px !important;
}

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


/* Small menu. */

.toggled,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 992px) {
    .toggled {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    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%;
}


/* additional */

footer .wpcf7 .text_in_form {
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    font-weight: 600;
    font-size: 18px;
    padding-left: 3%;
}

.header-main ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.header-main li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header-main li+li {
    margin-left: 20px;
}

.header-main li .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 280px;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s all;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header-main li .sub-menu li {
    border-bottom: 1px solid #ebebeb;
    display: block;
    margin-left: 0;
}

.header-main li .sub-menu li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.header-main li .sub-menu a {
    display: block;
    transition: 0.2s all;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #333;
    font-size: 16px;
}

.header-main li a {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    transition: all 0.2s;
}

.header-main li a:hover {
    opacity: 0.7;
}

.header-main li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-main li:last-child .sub-menu {
    right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.header-main li .mobile-submenu-trigger {
    display: none;
}

.header-main.fixed {
    position: fixed;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    top: 0;
}

.mobile_call_us {
    display: none;
}

@media screen and (max-width: 991px) {
    .offer_home_col .elementor-column-wrap.elementor-element-populated {
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }
    .top_area_left {
        padding: 8px 0;
        font-size: 14px !important;
    }
    .mobile_call_us {
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none;
        transition: all 0.4s;
        padding: 15px 0;
    }
    .mobile_call_us img {
        max-height: 12px;
        margin-right: 6px;
    }
    .header-main li .sub-menu a {
        font-weight: 500;
        padding-bottom: 3%;
        padding-top: 3%;
        font-size: 16px;
    }
    .header-main li .sub-menu {
        right: 0;
        visibility: visible;
        opacity: 1;
        position: relative;
        left: 0;
        transform: none;
        -webkit-transform: none;
        box-shadow: none;
        top: 0;
        margin: 0;
        display: block;
        width: 100%;
        padding: 0;
        padding-left: 0px;
        padding-left: 7%;
    }
    .header-main li .sub-menu li {
        border-bottom: none;
    }
    .header-main ul {
        width: 80%;
        display: none;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 20;
        background: #fff;
        margin: 0 auto;
        visibility: hidden;
        opacity: 0;
        transition: 0.2s all;
    }
    .header-main .mobile-submenu-trigger {
        display: block !important;
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.1);
        width: 30px;
        text-align: center;
        height: 100%;
        max-height: 51px;
        cursor: pointer;
    }
    .header-main .mobile-submenu-trigger i {
        position: absolute;
        color: #fff;
        top: 18px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transition: 0.2s all;
    }
    .header-main .mobile-submenu-trigger.active i {
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
    }
    .header-main .nav-trigger {
        border: 1px solid #e2e2e2 !important;
        width: 50px;
        height: 45px;
        cursor: pointer;
        padding: inherit;
        background: transparent !important;
        float: right;
        margin-top: -70px;
        clear: both;
        margin-right: 35px;
    }
    .menu_inside .header-main .nav-trigger {
        border: 1px solid #e2e2e2 !important;
        width: 50px;
        height: 45px;
        cursor: pointer;
        padding: inherit;
        background: transparent !important;
        float: right;
        margin-top: -90px !important;
        clear: both;
    }
    .header-main li {
        display: block;
    }
    .header-main li+li {
        margin-left: 0;
    }
    .header-main li a {
        display: block;
        color: #3d3733 !important;
        padding: 10px 5%;
        font-size: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        width: 100%;
        font-weight: 500;
        text-transform: none;
        font-family: "Montserrat";
        text-align: left;
    }
    .header-main li a:hover {
        opacity: 0.7;
    }
    .header-main .toggled ul {
        right: 0;
        visibility: visible;
        opacity: 1;
    }
    .main-navigation ul ul a {
        width: auto !important;
    }
    .menu-item-has-children a::after {
        display: none;
    }
    .menu-item-has-children a {
        background-color: rgba(0, 0, 0, 0.03);
        font-weight: 700 !important;
    }
    .sub-menu a {
        background: none !important;
        font-weight: 500 !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;
}

.sticky_block {
    position: sticky !important;
    top: 30px !important;
}

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

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

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

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


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


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


/* 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 {
    max-height: 160px !important;
    width: auto !important;
}


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

.reviews_box h3 {
    margin-top: 0;
}

.icon_how_we_work {
    margin-top: -65px;
    min-height: 310px;
    background-image: url(https://preview.nosolutions.rs/demo2/wp-content/uploads/2020/07/dark-fish-skin.png);
}

.elementor-button-info a {
    width: 100%;
}

.menu_inside ul {
    margin: 0;
    text-align: center;
}

.menu_inside li {
    display: inline-block;
    margin: 0 15px;
}

.menu_inside li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
}

.entry-content {
    margin-top: 0;
}

.top_area_text {
    display: inline-block;
    width: 60%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: right;
}

.top_area_text a {
    color: #333333;
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s;
    font-family: "Montserrat";
}

.widget-area.option-1 {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px;
    text-align: center;
}

.widget-area.option-2 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0 20px;
}

.widget-area.option-3 {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding: 0 20px;
}


/*Contact form footer */

footer .wpcf7 {
    background: #fff;
    padding: 60px 40px 85px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
}

footer .wpcf7 p {
    color: #333 !important;
    font-size: 0;
}

@media only screen and (min-width: 600px) {
    footer .wpcf7 {
        margin-top: -120px;
        z-index: 99999999;
    }
    footer .wpcf7 br {
        display: none !important;
    }
    footer .wpcf7 input,
    footer .wpcf7 textarea {
        border-radius: 0 !important;
        max-height: 150px;
    }
    footer .wpcf7 .Address {
        max-width: 100%;
        display: block;
    }
    footer .wpcf7 .City {
        max-width: 100%;
        display: block;
    }
    footer .wpcf7 .textarea-785 {
        max-width: 100% !important;
        display: block !important;
    }
    footer .wpcf7 .Areyouacurrentcustomer {
        max-width: 100% !important;
        display: inline-block !important;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.8;
    }
    footer .wpcf7 .Areyouacurrentcustomer span {
        margin-left: 0;
    }
    footer .wpcf7 input {
        background: #e8e8e8 !important;
        padding: 10px 10px;
        border: none;
    }
    footer .wpcf7 textarea {
        background: #e8e8e8 !important;
        padding: 10px 10px;
        border: none;
        margin-bottom: 10px;
    }
}

.prefooter {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
}

.subfooter {
    padding: 60px 0 20px 0;
}

.z0 {
    z-index: -1;
}

.page {
    margin: 0 !important;
}

.fs0 {
    font-size: 0;
}

@media only screen and (max-width: 800px) {
    .widget-area.option-2 {
        width: 100%;
    }
    footer .row {
        display: block !important;
    }
}

@media only screen and (max-width: 985px) {
    .top_area_text {
        margin-right: 57px;
    }
}

@media only screen and (max-width: 600px) {
    .top_area_text {
        display: none;
    }
    .custom-logo-link {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .menu-toggle.nav-trigger {
        display: none;
    }
}

.elementor-editor-active .z0 {
    z-index: 1 !important;
}

.elementor-editor-active .fs0 {
    font-size: 20px !important;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    max-width: 50%;
    padding-left: 3%;
    margin-bottom: 3%;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100% !important;
    background: #eee;
    border: none;
    padding: 13px;
}

.wpcf7-form-control-wrap.Areyouacurrentcustomer {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.wpcf7-form-control-wrap.textarea-785 {
    display: block;
    width: 100% !important;
}

.wpcf7-form-control-wrap.textarea-785 {
    display: block;
    width: 100% !important;
    max-width: 100%;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    background: #eee;
    border: none;
    padding: 13px;
    margin-bottom: 20px;
}

.wpcf7-list-item.first {
    display: block;
}

#primary-menu-page {
    padding-left: 0 !important;
}

.nav_page .custom-logo-link {
    display: none;
}

.nav_page h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .menu_inside .menu-toggle.nav-trigger {
        top: 50%;
        margin-right: 0px !important;
    }
    .post-grid-excerpt {
        max-height: 160px !important;
    }
    footer .wpcf7 .text_in_form {
        font-size: 16px;
        padding-left: 0%;
        color: #666 !important;
    }
    footer .wpcf7-list-item-label {
        font-size: 16px;
        line-height: 1.8;
    }
    footer .wpcf7-form-control-wrap {
        padding: 0;
        display: block;
        max-width: 100%;
    }
    .menu_inside {
        background-color: #fff !important;
    }
    .top_area_text {
        display: none;
    }
    .top_area_right {
        display: none !important;
    }
    .top_area_left {
        width: 100% !important;
        text-align: center;
    }
    .top_area_left br {
        display: none;
    }
    .custom-logo-link {
        text-align: left;
    }
    .custom-logo {
        padding: 10px 0;
        max-height: 70px;
    }
    .nav_page .menu-primary-container {
        display: inline-block;
        width: 50%;
    }
    #primary-menu-page li {
        display: block;
        text-align: left;
        position: relative;
    }
    #primary-menu-page li::before {
        position: absolute;
        content: "";
        left: -7px;
        border-left: 2px solid;
        height: 60%;
        bottom: 20%;
    }
    .nav_page .custom-logo-link {
        display: inline-block;
        width: 49%;
        text-align: left;
        vertical-align: top;
    }
}

@media only screen and (max-width: 500px) {
    .contact .wpcf7-form-control-wrap {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }
    .nav_page .menu-primary-container {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .nav_page .custom-logo-link {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .menu_inside .nav_page .custom-logo-link {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }
}

.header-main.fixed {
    background: #fff;
    opacity: 0.95;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

button.menu-toggle.nav-trigger:hover,
button.menu-toggle.nav-trigger:focus,
button.menu-toggle.nav-trigger:active {
    border: none;
}

.page-template-page-sidebar #primary {
    width: 70%;
    display: inline-block;
}

.page-template-page-sidebar #secondary {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin-top: 70px;
    background: #fafafa;
    padding: 25px;
    height: 100%;
    margin-bottom: 130px;
}

@media only screen and (max-width: 911px) {
    .page-template-page-sidebar #primary {
        width: 100%;
        display: block;
    }
    .page-template-page-sidebar #secondary {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }
}

.page-template-page-sidebar #secondary .widget {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    border-radius: 4px;
    padding: 20px 25px;
}

.page-template-page-sidebar #secondary .widget h2 {
    margin: 0 !important;
}

.page-template-page-sidebar #secondary .widget ul {
    margin: 0;
    padding: 0;
}

.page-template-page-sidebar #secondary .widget li {
    list-style: none;
}

.page-template-page-sidebar #secondary .widget .search-field {
    width: 100%;
    margin-bottom: 7px;
}

.page-template-page-sidebar #secondary .widget .search-submit {
    width: 100%;
    color: #fff !important;
    border: none !important;
}

.title_border h2 {
    position: relative;
    margin-bottom: 50px !important;
}

.elementor-image-box-title {
    margin: 0 0 10px;
}

.title_border_left h2,
.title_border_left_services h2 {
    position: relative;
    margin-bottom: 30px !important;
}

.faq .elementor-toggle-item {
    border: 2px #e7e7e7 solid;
    margin-bottom: 20px !important;
    border-radius: 4px;
}

.title_border_left h1 {
    font-size: 40px !important;
    position: relative;
    margin-bottom: 30px !important;
}

.top_area_left {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    font-size: 16px;
}

.top_area_right {
    text-align: right;
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

.top_area_right img {
    max-width: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

.top_area_right_phone {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    padding: 15px 30px;
    transition: all 0.2s;
    font-size: 20px;
    display: inline-block;
}

a.top_area_right_link {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
    margin-left: 5px;
    padding: 22px 0 22px 30px;
    font-size: 20px;
}

.nav_page .sub-menu li {
    text-align: left !important;
}

.menu-item-has-children a {
    position: relative;
    padding-right: 15px;
}

.menu-item-has-children a::after {
    position: absolute;
    content: "";
    background: url("inc/images/down.png");
    background-size: auto;
    background-size: auto;
    background-size: auto;
    width: 9px;
    height: 9px;
    background-size: cover;
    bottom: 33px;
    right: 0px;
}

.menu_inside .menu-item-has-children a::after {
    bottom: 30px;
}

.offer_home_col {
    text-align: center;
}

.offer_home_col .elementor-widget-button {
    max-width: 200px;
    margin: 0 auto;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.offer_home_col p {
    margin: 0;
}

#text-1 p,
#text-1 h2 {
    color: #fff !important;
}

.elementor-image-box-title {
    color: #ff8b56;
    transition: all 0.4s;
}

.elementor-image-box-title:hover {
    color: #fff;
    transition: all 0.4s;
}

.services_section h3 {
    min-height: 40px;
}

.services_section .elementor-image-box-content {
    position: relative;
}

.services_section .elementor-image-box-title a {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.services_section .elementor-image-box-title a:hover {
    color: #fff !important;
}

.specific_service p {
    margin: 0;
    padding: 0;
}

.specific_service .elementor-image img {
    border-radius: 4px;
}

.elementor-tab-title.elementor-active {
    padding-bottom: 0 !important;
}

.faq .elementor-accordion-item {
    border: 2px #e7e7e7 solid !important;
    margin-bottom: 20px !important;
    border-radius: 4px;
}

.or_dial {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 10px auto 0 !important;
    display: block;
    color: #333333 !important;
}

.elementor-testimonial-meta.elementor-has-image.elementor-testimonial-image-position-top {
    text-align: center;
    position: absolute;
    top: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.elementor-testimonial-content {
    margin-top: 165px;
}

.elementor-testimonial-wrapper .elementor-testimonial-image img {
    max-height: 100px;
    width: auto !important;
}

.specific_service iframe {
    border-radius: 4px;
}

.rounded_image .attachment-full.size-full {
    border-radius: 50%;
}

.post-grid-inner {
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    background: #fff;
}

.post-grid-thumbnail {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.post-grid-text-wrap {
    padding: 5px 30px;
    /* min-height: 310px !important;*/
}

.blog_post p {
    padding-bottom: 1em;
    margin: 0;
}

.blog_post img {
    border-radius: 6px !important;
}

.post-grid-excerpt {
    max-height: 105px;
    overflow: hidden;
    margin-bottom: 25px;
}

.post-grid-excerpt p {
    margin: 0px !important;
}

.steps img {
    width: 100% !important;
}

footer input,
footer textarea {
    border-radius: 0 !important;
}

.contact .wpcf7-form-control-wrap {
    width: 50%;
}

.contact p {
    font-size: 0;
}

.contact input,
.contact textarea {
    border-radius: 5px;
}

.contact .Areyouacurrentcustomer {
    font-size: 16px;
    line-height: 1.8;
}

.contact .Areyouacurrentcustomer span {
    margin-left: 0;
}

.contact .text_in_form {
    font-size: 16px;
}

.contact .wpcf7-form {
    margin-left: -3%;
}

.contact .text_in_form {
    font-size: 16px;
    margin-top: 0;
    padding-left: 3%;
}

.beactive {
    position: relative;
}

.beactive.intro {
    display: block;
    visibility: visible;
    opacity: 1;
    padding: 5%;
    border: 2px solid #e7e7e7;
}

.menu_inside .intro li {
    display: block;
}

.beactive.intro {
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0 auto;
    top: 100px;
}

.menu_inside .intro li a {
    text-transform: none;
}

.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5em;
}

footer p strong {
    font-family: "Montserrat";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff !important;
    letter-spacing: 1px;
    line-height: 1.6em;
}

footer p {
    font-weight: 400;
    line-height: 2em;
    font-size: 18px;
}

.menu_inside .custom-logo {
    max-height: 80px !important;
}

.menu_inside .custom-logo {
    padding: 2px 0;
    max-height: 70px;
}

.menu_inside .elementor-column {
    width: 80%;
    margin: 0 auto;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700;
    color: #ff0000;
}

.elementor-button {
    line-height: inherit !important;
    padding: 10px 20px !important;
}

@media only screen and (max-width: 1170px) {
    .homepage-header .elementor-inner-column .elementor-column-wrap {
        padding: 30px !important;
        margin-bottom: 0px !important;
    }
}

.elementor-tab-title a {
    font-weight: 600 !important;
}

@media only screen and (max-width: 980px) {
	header .custom-logo-link {
    width: 60% !important;
}
.header-main .nav-trigger {
    margin-top: -65px !important;
}
	.menu_inside .elementor-column-wrap.elementor-element-populated {
    padding: 0px !important;
}
.menu_inside .elementor-column {
    width: 85% !important;
    margin: 0px auto;
}
	.menu_inside .nav_page .custom-logo-link {
    width: 65% !important;
}
    .homepage-header .elementor-inner-column .elementor-column-wrap {
        padding: 0px !important;
        margin-bottom: 30px !important;
    }
.custom-logo {
    max-height: 100px !important;
    margin: 10px 0;
}
    h3.elementor-image-box-title {
        margin-bottom: 10px !important;
        font-size: 20px !important;
    }
    .elementor-231 .elementor-element.elementor-element-54cdac8 {
        width: 100% !important;
        max-width: 100% !important;
    }
.menu_inside {
    padding: 5px 0 0px !important;
    height: auto;
}
    .recommendations-title h2 {
        font-size: 25px !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em !important;
}

.pre-title-text h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.classic-text p {
    font-size: 22px !important;
    font-weight: 500;
    line-height: 1.6em !important;
    color: #fff;
    margin: 0px !important;
}

.service-number-count h4 {
    margin: 20px 0 5px 0 !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase !important;
    color: #666666 !important;
}

.blog_post h4 {
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase !important;
    color: #666666 !important;
}

.blog_post h2,
.blog_post h3,
.blog_post h4 {
    margin: 10px 0 !important;
}

.h2-title h2 {
    font-size: 42px !important;
    font-weight: 700;
    line-height: 1.2em;
}

.h2-title-coupon h2 {
    font-size: 42px !important;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center !important;
}

.steps h4,
.separate-services-title h3,
.h3-title {
    font-size: 25px !important;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2px;
    text-transform: uppercase;
}

.get-started-title h4 span {
    font-size: 25px !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}

p.elementor-image-box-description {
    font-size: 18px !important;
}

.testimonials-section .elementor-testimonial-content {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.8em !important;
}

.coupon-section span.elementor-heading-title.elementor-size-default {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.8em !important;
}

.services-blurb h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.coupon-section h2 {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.2em;
}

.area-town h4 {
    font-weight: 500;
    line-height: 1.8em !important;
    font-size: 18px !important;
    font-family: "Nunito";
    margin-bottom: 0px;
    margin-left: 10px;
    color: #666;
}

.services-blurb .elementor-widget-container {
    padding: 30px 30px 30px 30px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #e7e7e7;
    border-radius: 10px 10px 10px 10px;
}

.left-column {
    padding-right: 60px;
}

@media only screen and (min-width: 1100px) {
    .services-header h1 {
        font-size: 60px !important;
        line-height: 1.2em !important;
    }
    h3.elementor-image-box-title {
        font-size: 30px !important;
        line-height: 1.2em;
        margin-bottom: 0px;
    }
    .homepage-header h1.elementor-heading-title.elementor-size-default {
        font-size: 42px !important;
    }
    h2,
    .blog_post h2 {
        font-size: 42px !important;
    }
    h3,
    .blog_post h3 {
        font-size: 30px !important;
        margin: 0px 0 10px 0 !important;
    }
    h4 {
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .services-column-gap {
        padding-right: 60px;
    }
    .services-icons-single {
        padding-bottom: 20px !important;
    }
}

@media only screen and (max-width: 768px) {
    .column-30 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 600px) {
    .services-header h1 {
        font-size: 48px !important;
        line-height: 1.2em !important;
    }
    .homepage-header h1.elementor-heading-title.elementor-size-default {
        font-size: 42px !important;
    }
    h1 {
        font-size: 48px !important;
    }
    h2,
    .blog_post h2 {
        font-size: 42px !important;
    }
    h3,
    .blog_post h3 {
        font-size: 30px !important;
        margin: 0px 0 10px 0 !important;
    }
    h4 {
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .column-30 {
        padding: 30px !important;
    }
}

@media only screen and (max-width: 599px) {
    .services-header h1 {
        font-size: 36px !important;
        line-height: 1.2em !important;
    }
    h3.elementor-image-box-title {
        font-size: 22px !important;
        line-height: 1.2em;
        margin-bottom: 0px;
    }
    .h2-title h2 {
        font-size: 32px !important;
    }
    .homepage-header h1.elementor-heading-title.elementor-size-default {
        font-size: 32px !important;
    }
    h1 {
        font-size: 36px !important;
    }
    h2,
    .blog_post h2 {
        font-size: 32px !important;
    }
    h3,
    .blog_post h3 {
        font-size: 22px !important;
        margin: 0px 0 10px 0 !important;
    }
    h4 {
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .classic-text p {
        font-size: 20px !important;
    }
    .column-30 {
        padding: 30px !important;
    }
    .elementor-button {
        line-height: inherit !important;
        padding: 10px 20px !important;
        display: block !important;
        width: 80%;
        margin: 0 auto;
    }
    .services-icons-single {
        padding-bottom: 40px !important;
    }
    .services-icons-single .elementor-image-box-title {
        margin: 0px !important;
    }
    .offer_home_col a.elementor-cta__button.elementor-button.elementor-size-lg {
        width: 80% !important;
    }
}

.elementor-widget-text-editor {
    line-height: 1.8em !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    resize: none;
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    margin: 4px 4px 4px 0px !important;
}

.column-30 .elementor-column-wrap {
    padding: 0px !important;
}

.header-icon-set span {
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 5px !important;
}

.stars-rating-logos p.elementor-image-box-title {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.8em;
}

.stars-rating-logos p.elementor-image-box-description {
    font-size: 18px !important;
    font-style: italic;
    font-weight: 500;
    line-height: 1.8em;
}

.elementor-widget-elementor-blog-posts .type-post .post-grid-inner {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #e7e7e7;
    border-radius: 10px 10px 10px 10px;
}

.services-icons-single figure.elementor-image-box-img {
    margin-bottom: 15px !important;
}

section#custom_html-2 p {
    color: #fff !important;
}

section#custom_html-2 h2.widget-title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px !important;
}

.footer-icons-main {
    margin-top: 20px;
}

p.footer-icons {
    display: table-cell;
}

p.footer-icons-right {
    display: table-cell;
    padding-left: 15px;
}

p.footer-icons-right i {
    font-size: 32px;
    margin-top: 10px;
    padding-right: 10px;
}

.fa-facebook-square:before,
.fa-twitter-square:before,
.fa-google-plus-square:before,
.fa-instagram-square:before {
    background: radial-gradient(white 58%, transparent 50%);
}

i.fab.fa-facebook-square {
    color: #3b5998;
}

i.fab.fa-twitter-square {
    color: #00aced;
}

i.fab.fa-google-plus-square {
    color: #dd4b39;
}

i.fab.fa-instagram-square {
    color: #ea2c59;
}

.prefooter .copyright a {
    color: #f7f7f7 !important;
    text-decoration: none;
    font-weight: 700;
}

small.copyright {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 18px;
}

.elementor-13 .elementor-element.elementor-element-9d7d1fc .elementor-icon-list-text {
    line-height: 1.8em;
}

.elementor-cta__description.elementor-cta__content-item.elementor-content-item {
    padding-bottom: 5px !important;
}

.wildlife-icons:hover h3.elementor-icon-box-title {
    color: #fff !important;
}

.elementor-image-box-content {
    margin-top: -10px !important;
}

.elementor-background-overlay {
    background-blend-mode: overlay !important;
}

.elementor-testimonial__text p {
    color: #ffda24 !important;
    font-style: normal !important;
    text-align: center !important;
}

.elementor-testimonial__text {
    text-align: left !important;
}

.elementor-testimonial__cite {
    text-align: left !important;
}

@media only screen and (min-width: 981px) {
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        display: none !important;
    }
    .thank-you-section p.elementor-heading-title {
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 1.8px;
    }
}

.who-user h4.elementor-image-box-title {
    font-size: 20px !important;
}

section#custom_html-2 p a {
    color: #fff !important;
    text-decoration: none;
}


/* Hide social bar if no reviews 
.social_hidden {
	display: none;
}*/

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 18px !important;
    line-height: 1.8em !important;
}

.footer-icons-main p:nth-child(3) {
    padding-left: 30px;
}

#powercart_widget_form_coupons #widget_form_coupons #container_types_list .type_content:before {
    padding-right: 30px !important;
}

.area-town .elementor-icon {
    margin: 0 auto;
    display: block;
}

.area-town i.fas.fa-map-marker-alt {
    font-size: 200px;
    margin: 0 auto;
}

.location-section .elementor-text-editor.elementor-clearfix {
    font-size: 18px;
}
.post-grid-text-wrap {
    min-height: 310px;
}
.location-header p {
    color: #fff;
}
footer .wpcf7 {
    margin-top: -120px;
    z-index: 99999999;
    position: relative;
}
p.footer-icons-right img {
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.header-main li .sub-menu .sub-menu li {
    padding-left: 15px;
    position: relative;
}

.header-main li .sub-menu .sub-menu li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    left: 0;
    bottom: 22px;
}
.header-main li .sub-menu .sub-menu {
    position: relative;
    display: contents;
}