/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
@charset "UTF-8";

:root {
    --website-white: #ffffff;
    --website-black: #000000;
    --website-heading-color: #101010;
    --website-green-color: #1B7C3E;
    --website-text-color: #707070;
}

body,
p,
span,
label,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
    font-family: "Segoe UI", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

.page-template-front-page h1 {
    font-size: 50px;
    line-height: 68px;
    font-weight: 900;
    color: var(--website-white);
    font-family: 'Lato', sans-serif !important;
}

.page-template-front-page h2,
.single-product h2 {
    font-size: 30px;
    line-height: 41px;
    font-weight: 900;
    color: var(--website-heading-color);
    font-family: 'Lato', sans-serif !important;
}

.page-template-front-page h4 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: var(--website-heading-color);
    font-family: 'Lato', sans-serif !important;
}

.page-template-front-page p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
}

.page-template-front-page a {
    color: var(--website-text-color);
    font-size: 17px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    text-decoration: none;
}

.page-template-front-page a:hover {
    color: var(--website-text-color);
    text-decoration: none;
}

.page-template-front-page li {
    color: var(--website-text-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

img {
    object-fit: cover;
    vertical-align: middle;
}

.border-radius-5px {
    border-radius: 5px;
}

.color-white {
    color: var(--website-white) !important;
}

.slick-prev {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 1;
}

.slick-prev:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../assets/images/slider-left-arrow-icon.png);
    height: 64px;
    width: 64px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-next {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 1;
}

.slick-next:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../../assets/images/slider-right-arrow-icon.png);
    height: 64px;
    width: 64px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.single-template-banner-section-left-content .slick-next:before {
    background-image: url(../../assets/images/slider-right-arrow.svg);
    top: 30px;
    right: 30px;
}

.single-template-banner-section-left-content .slick-prev:before {
    background-image: url(../../assets/images/slider-left-arrow.svg);
    top: 30px;
    left: -135px;
}

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
    font-family: 'Segoe UI', sans-serif !important;
}

/* ------------------------------------------- CUSTOM CSS STARTS HERE --------------------------------------------- */

.single-template-desktop-header {
    padding: 32px 0;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
}

.single-template-desktop-header-navbar li {
    display: inline-block;
    margin-left: 28px;
}

.single-template-desktop-header-navbar li a {
    font-size: 17px;
    line-height: 22px;
    color: var(--website-heading-color);
    font-weight: 400;
}

.single-template-banner-section-content {
    padding: 39px 15px 25px 15px;
}

.left-content-back-to-templates-button a {
    font-weight: 700;
    color: var(--website-green-color) !important;
    font-size: 17px;
}

.left-content-back-to-templates-button a img {
    margin-right: 12px;
}

.left-content-banner-heading h1 {
    font-size: 40px;
    color: var(--website-heading-color);
    line-height: 45px;
}

.single-template-banner-section-right-content {
    padding: 66px 61px 80px 41px;
    background-color: var(--website-green-color);
    height: 731px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 16%);
}

.download-free-sample-button p {
    font-weight: 700 !important;
    color: var(--website-green-color) !important;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.single-template-banner-section-right-content p {
    color: var(--website-white);
    margin-bottom: 48px;
    padding-bottom: 48px;
}

.right-content-price-tag h4.price-tag {
    font-size: 25px;
}

.single-product div#header_main {
    border: none;
    box-shadow: 0 5px 12px rgb(0 0 0 / 16%);
}

figure.woocommerce-product-gallery__wrapper:after {
    content: '';
    background-image: url(https://wordpress-648364-3230448.cloudwaysapps.com/wp-content/uploads/2023/02/arrow-icons.png);
    position: absolute;
    top: 20px;
    right: 33px;
    width: 165px;
    height: 65px;
    background-repeat: no-repeat;
}

main.template-page.content.av-content-full.alpha.units h3,
main.template-page.content.av-content-full.alpha.units a {
    font-weight: 400 !important;
}

main.template-page.content.av-content-full.alpha.units strong {
    color: var(--website-text-color) !important;
    font-weight: 400;
}

.single-product #header {
    background: var(--website-white);
}

.single-product #header li a {
    color: var(--website-green-color);
}

.single-template-banner-section-left-content {
    margin-bottom: 16px;
}

.right-content-price-tag h4.price-tag img {
    margin-right: 8px;
    height: 18px;
}

.thumbnails img {
    box-shadow: 0 5px 10px rgb(0 0 0 / 16%);
}

.woocommerce-additional-fields {
    display: none;
}

.woocommerce-shop .inner_product.main_color.wrapped_style.noLightbox.av-product-class- {
    width: 260px !important;
    border-radius: 5px;
}

.woocommerce-cart div#wc-stripe-payment-request-wrapper,
.woocommerce-cart p.pay-through-link-text,
.woocommerce-cart p#wc-stripe-payment-request-button-separator {
    display: none !important;
}

.single-template-banner-section-right-content p,
.right-content-top-list ul {
    border-bottom: 1px solid var(--website-white);
}

.right-content-top-list li {
    line-height: 20px;
}

.single-template-banner-section-right-content ::marker {
    font-size: 24px;
}

.single-template-banner-section-right-content ul {
    padding-inline-start: 20px;
}

.single-template-banner-section-right-content li {
    position: relative;
}

.woocommerce-product-gallery {
    opacity: 1 !important;
}

.wpcf7-not-valid-tip {
    top: 64px;
    position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid white;
    border-radius: 5px;
    color: white;
}


.single-template-banner-section-right-content li:before {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 7px;
    left: -20px;
    background-color: var(--website-white);
    border-radius: 50%;
}

.right-content-button a,
.single-product .right-content-button button {
    background-color: var(--website-white) !important;
    padding: 15px 0;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: var(--website-heading-color) !important;
    font-family: 'Segoe UI', sans-serif;
    margin-bottom: 48px;
}

.right-content-bottom-list li {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}

.single-template-description-section-images-section .slick-list.draggable {
    width: 100% !important;
}

.single-template-description-section-images-section .slick-track {
    float: left;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    height: 52px;
}

.right-content-bottom-list {
    display: inline-block;
}

.single-template-description-section-content.container {
    border-bottom: 1px solid var(--website-text-color);
}

.single-product .single-product-main-image p {
    font-size: 17px;
    font-family: 'Segoe UI', sans-serif;
    color: var(--website-text-color);
    line-height: 22px;
}

#top div.product .woocommerce-tabs {
    margin: 0 0 70px 0 !important;
}

.single-product h1.product_title.entry-title {
    font-size: 38px;
    line-height: 45px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 900;
}

.single-product .woocommerce-tabs #tab-description ul,
.single-product #top .woocommerce-tabs .commentlist .description ul {
    list-style-type: none;
    list-style-position: inside;
}

.single-product .template-shop .single-product-main-image .images a {
    border-style: none;
    border-width: 0;
    padding: 0;
}

.single-product figure.woocommerce-product-gallery__wrapper img {
    height: 731px !important;
    border-radius: 5px;
}

.single-product .thumbnails a img {
    border-radius: 0 !important;
    height: 142px !important;
    width: 129px !important;
    border: 2px solid transparent !important;
}

.single-product .summary.entry-summary {
    display: none;
}

span.woocommerce-Price-amount.amount {
    font-size: 18px;
}

.right-content-bottom-list {
    margin-top: 15px;
}

.right-content-top-list ul {
    padding-bottom: 36px;
    margin-bottom: 40px;
}

.right-content-top-list li a {
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff !important;
}

.right-content-top-list {
    margin-top: 16px;
}

div .products li a,
div .product a {
    color: #fff;
}

.single-template-banner-section-right-content li a:hover {
    color: #fff;
}

#top .thumbnail_container img {
    border-radius: 5px !important;
    width: 260px !important;
    height: 315px !important;
    object-fit: cover;
}

.single-product .avia_cart_buttons {
    display: none;
}

.html_header_transparency #top .avia-builder-el-0 .container,
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
    padding-top: 88px !important;
}

.single-product .inner_product_header {
    padding: 0 !important;
    border: none !important;
    margin-top: 20px;
}

.single-product .thumbnails a img:hover {
    border: 2px solid var(--website-green-color) !important;
}

.single-product span.image-overlay.overlay-type-image {
    display: none !important;
}

.single-product .thumbnails a {
    width: 129px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.single-product .thumbnails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
}

.single-product .single-product-main-image h4,
.single-product .single-product-main-image strong {
    font-size: 17px;
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: 700;
    color: var(--website-heading-color) !important;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 24px;
}

.website-footer-section p {
    font-family: 'Segoe UI', sans-serif;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    display: none;
}

.single-product .woocommerce-Tabs-panel {
    border: none !important;
    padding: 0 !important;
}

.single-product .product_meta {
    display: none;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    padding: 0 !important;
}

.single-product .single-product-main-image {
    width: 58%;
    margin-right: 12px;
    padding-bottom: 4px;
}

.single-product .left-content-back-to-templates-button {
    display: inline-block;
}

.single-product .single-template-banner-section-right-content {
    margin-top: 88px !important;
}

.single-product .single-template-banner-section-right-content h4 {
    color: var(--website-white);
    font-size: 17px;
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: 700;
}

.single-template-banner-section-right-content li {
    font-family: 'Segoe UI', sans-serif !important;
}

.single-product .single-template-banner-section-right-content p {
    font-size: 17px;
    line-height: 22px;
    font-family: 'Segoe UI', sans-serif;
    color: #ffffff !important;
}

.single-template-contact-us-button {
    background-color: #F1FFF6;
}

.single-template-contact-us-button p {
    width: 369px;
    color: var(--website-heading-color);
    font-size: 17px;
    line-height: 22px;
    font-family: 'Segoe UI', sans-serif;
}

.single-template-description-section-single-image img {
    border: 2px solid transparent;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    height: 142px;
}

.single-template-description-section-single-image img:hover {
    border: 2px solid var(--website-green-color);
}

.left-content-pink-card img {
    border-radius: 5px;
    height: 731px;
    width: 100%;
}

a.download-free-sample-button p {
    margin-bottom: 0;
}

a.download-free-sample-button p img {
    margin-left: 20px;
}

a.download-free-sample-button {
    background-color: #F1FFF6;
    padding: 21px 45px 21px 30px;
    width: 571px;
    margin: 32px 0;
}

.single-template-description-trending-templates {
    padding: 60px 80px 48px 80px !important;
    background-color: #F9F9F9;
    margin-top: 20px;
}

.single-product .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    display: none;
}

.single-template-description-trending-templates h2,
.related-products-heading h2 {
    font-size: 30px !important;
    font-weight: 900 !important;
    font-family: 'Lato', sans-serif !important;
    color: var(--website-heading-color) !important;
    margin-bottom: 32px !important;
    text-align: center !important;
}

.single-product div#tab-description {
    background-color: transparent;
}

.related-products-heading h2 {
    text-align: start !important;
}

.trending-templates-single-template {
    width: 227px;
    margin: auto;
    margin-bottom: 32px;
}

.trending-templates-single-template p,
.related-templates-single-template p {
    font-size: 14px;
    line-height: 19px;
    margin-right: 12px !important;
    font-family: 'Segoe UI', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: var(--website-text-color);
}

.related-templates-single-template {
    width: 227px;
}

header#header {
    padding: 32px 0;
}

.single-product header#header {
    padding: 0;
}

.page-id-1110 .av_header_transparency span.avia-menu-text,
.page-id-344 .av_header_transparency span.avia-menu-text,
.page-id-350 .av_header_transparency span.avia-menu-text {
    color: #101010;
}

.page-id-1110 .av_header_transparency .av-logo-container svg,
.page-id-344 .av_header_transparency .av-logo-container svg,
.page-id-350 .av_header_transparency .av-logo-container svg {
    filter: unset;
}

.page-id-1110 header#header,
.page-id-344 header#header,
.page-id-350 header#header {
    border-bottom: 1px solid #ebebeb;
}

.av_header_transparency .av-logo-container,
.header-scrolled.header-scrolled-full .av-logo-container {
    height: 35px !important;
    line-height: 35px !important
}

.single-product .header-scrolled.header-scrolled-full .av-logo-container .av-contains-svg {
    max-height: 100% !important;
}

.single-product .header-scrolled.header-scrolled-full .av-logo-container {
    height: 88px !important;
    line-height: 88px !important;
}

.single-product .header-scrolled.header-scrolled-full .avia-menu.av-main-nav-wrap {
    margin-top: 12px;
}

.woocommerce-shop div#header_main,
.woocommerce-checkout div#header_main,
.woocommerce-cart div#header_main {
    border: none;
}

.woocommerce-shop .av_header_transparency .av-logo-container svg,
.woocommerce-checkout .av_header_transparency .av-logo-container svg,
.woocommerce-cart .av_header_transparency .av-logo-container svg {
    filter: unset;
}

.woocommerce-shop .av_header_transparency .avia-menu.av-main-nav-wrap,
.woocommerce-checkout .av_header_transparency .avia-menu.av-main-nav-wrap,
.woocommerce-cart .av_header_transparency .avia-menu.av-main-nav-wrap {
    margin-top: -26px;
}

.woocommerce-shop .av_header_transparency header#header,
.woocommerce-cart .av_header_transparency header#header,
.woocommerce-checkout .av_header_transparency header#header {
    padding: 0;
}

.av_header_transparency .av-logo-container .av-contains-svg,
.header-scrolled.header-scrolled-full .av-logo-container .av-contains-svg,
.av_header_transparency .av-logo-container .av-contains-svg svg,
.header-scrolled.header-scrolled-full .av-logo-container .av-contains-svg svg {
    max-height: 35px !important;
}



.woocommerce-checkout .av_header_transparency .av-logo-container .av-contains-svg,
.woocommerce-checkout .header-scrolled.header-scrolled-full .av-logo-container .av-contains-svg,
.woocommerce-checkout .av_header_transparency .av-logo-container .av-contains-svg svg,
.woocommerce-checkout .header-scrolled.header-scrolled-full .av-logo-container .av-contains-svg svg {
    max-height: 35px !important;
}

.header-scrolled.header-scrolled-full .avia-menu.av-main-nav-wrap {
    margin-top: -34px;
}

.single-product .avia-menu.av-main-nav-wrap {
    margin-top: 0;
}

.single-product .header-scrolled.header-scrolled-full .avia-menu.av-main-nav-wrap {
    margin-top: -8px;
}

.av-section-color-overlay-wrap,
.av-section-color-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(15, 50, 75, 0.8) 39%, rgba(61, 116, 156, .5) 79%, rgba(39, 61, 183, 0) 100%) !important;
}

.woocommerce-cart .header-scrolled.header-scrolled-full .avia-menu.av-main-nav-wrap,
.woocommerce-shop .header-scrolled.header-scrolled-full .avia-menu.av-main-nav-wrap,
.woocommerce-checkout .header-scrolled.header-scrolled-full .avia-menu.av-main-nav-wrap {
    margin-top: -24px;
}

.logo svg {
    height: 35px !important;
    max-height: 35px !important;
}

.single-product .logo svg {
    margin-top: 26px;
}

.av_header_transparency .av-logo-container svg {
    filter: invert(1) brightness(3.5);
}

span.avia-menu-text {
    color: var(--website-white);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
}

ul.sub-menu span.avia-menu-text {
    color: var(--website-text-color);
}

nav.main_menu {
    margin-top: 2px;
}

#top .av_header_transparency .avia-menu-fx {
    width: 0 !important;
}

.header-scrolled.header-scrolled-full span.avia-menu-text {
    color: var(--website-black);
}

.header-scrolled.header-scrolled-full div#header_main {
    border: none;
}

.header-scrolled.header-scrolled-full .avia-menu-fx {
    height: 0;
}

.av-main-nav ul {
    left: 12px;
    margin-top: 12px;
}

li#menu-item-search {
    display: none;
}

.header-scrolled.header-scrolled-full nav.main_menu {
    margin-top: 10px;
}

.woocommerce-shop .header-scrolled.header-scrolled-full nav.main_menu,
.woocommerce-cart .header-scrolled.header-scrolled-full nav.main_menu,
.woocommerce-checkout .header-scrolled.header-scrolled-full nav.main_menu {
    margin-top: 0;
}

.woocommerce-shop .header-scrolled.header-scrolled-full nav.main_menu .av_header_transparency .av-logo-container svg,
.woocommerce-cart .header-scrolled.header-scrolled-full nav.main_menu .av_header_transparency .av-logo-container svg,
.woocommerce-checkout .header-scrolled.header-scrolled-full nav.main_menu .av_header_transparency .av-logo-container svg {
    filter: unset !important;
}

.single-product span.avia-menu-text,
.woocommerce-shop span.avia-menu-text,
.woocommerce-cart span.avia-menu-text,
.woocommerce-checkout span.avia-menu-text {
    color: var(--website-black);
}

.header-scrolled.header-scrolled-full header#header {
    border-bottom: 1px solid rgb(112 112 112 / 15%);
}

.header_bg {
    border-bottom: 1px solid var(--website-black);
}



.trending-templates-single-template h4,
.single-product .related.products h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif !important;
    color: var(--website-heading-color) !important;
    padding-right: 20px !important;
}

.single-product .inner_product.main_color.wrapped_style.noLightbox.av-product-class- {
    border: none;
}

div#av_section_1 {
    background-color: #ffffff;
    border-top: none;
}

.trending-templates-single-template:last-child {
    margin-bottom: 0;
}

.single-product .single-product-main-image p:last-child {
    margin-bottom: 14px;
}

.trending-templates-image img {
    border-radius: 5px;
    height: 310px;
    width: 227px;
}

.single-template-related-templates-section {
    padding: 48px 0;
}

.website-footer-section {
    padding-bottom: 26px;
    background-color: var(--website-green-color);
}

.footer-form-container .input-field {
    width: 100%;
    margin: 0 7.5px;
}

#top.woocommerce-page select {
    width: 100% !important;
}

.footer-form-container .input-field input,
.footer-form-container .input-field select {
    background-color: var(--website-green-color) !important;
    color: white !important;
    padding: 12px 15px !important;
    border: 1px solid var(--website-white) !important;
    height: 52px !important;
    text-align: center !important;
    font-size: 17px !important;
    margin-bottom: 0 !important;
    border-radius: 5px !important;
}

.footer-form-container .input-field input[type=submit] {
    background-color: var(--website-white) !important;
    color: var(--website-green-color) !important;
    font-weight: 700 !important;
}

.footer-form-container .input-field select {
    width: 100%;
    text-align: start !important;
    position: relative;
    -webkit-appearance: none !important;
    background: url("assets/images/caret-down.svg") no-repeat right 16px center !important;
}

.footer-form-container .input-field select option {
    color: var(--website-green-color);
    background-color: var(--website-white);
}

.footer-form-container .input-field ::placeholder {
    color: var(--website-white) !important;
    opacity: 1 !important;
}

.footer-form-container .input-field input:focus,
.footer-form-container .input-field select:focus {
    box-shadow: none;
    outline: none;
}

.single-product .template-shop {
    padding-top: 128px;
}

.website-footer-lower-left-part {
    width: 702px;
}

.html_visible_cart .cart_dropdown {
    right: 5% !important;
}

ul.woocommerce-error a {
    margin-right: 48px !important;
}

.avia-menu.av-main-nav-wrap {
    margin-right: 72px;
}

.website-footer-lower-container p,
.website-footer-lower-container a {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 8px;
    font-family: 'Segoe UI', sans-serif;
}

.website-footer-lower-container a:hover {
    color: var(--website-white);
}

.website-footer-lower-container {
    padding-top: 8px;
    border-top: 1px solid var(--website-white);
    margin-top: 42px;
}

.website-footer-lower-container li {
    display: inline-block;
}

.website-footer-lower-container li:last-child {
    margin-left: 16px;
}

.single-template-banner-section .slick-prev {
    top: 30px;
    right: 140px;
}

.single-template-banner-section .slick-next {
    top: 30px;
    right: 32px;
}

.single-template-banner-section .single-template-description-section-images-section .slick-slide.slick-current.slick-active img {
    border: 2px solid var(--website-green-color);
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--website-black);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 2;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.home header {
    position: fixed !important;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.homepage-banner-section {
    background-size: cover;
    margin-top: -200px;
    padding: 396px 0 190px 0;
}

.homepage-banner-left-content {
    width: 666px;
}

ul.sub-menu a {
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    text-transform: initial !important;
    font-weight: 400;
}

.featured-templates .related-templates-single-template h4 {
    margin-top: 5px;
}

.browse-by-categories .related-templates-single-template h4 {
    margin-top: 7px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid var(--website-white);
    color: var(--website-white);
    padding: 8px 0;
    border-radius: 5px;
}

.related-templates-single-template h4 {
    margin-top: 12px;
    margin-bottom: 8px;
}

.single-product .single-template-desktop-header-navbar li a {
    color: var(--website-heading-color) !important;
}

.single-template-desktop-header-navbar ul {
    margin: 0;
}

.homepage-banner-buttons a {
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-weight: 700;
}

a.banner-contact-button {
    background-color: var(--website-green-color);
    color: var(--website-white);
    width: 151px;
    margin-right: 12px;

}

a.banner-templates-button {
    background-color: var(--website-white);
    color: var(--website-heading-color);
    width: 162px;
}

header.single-template-desktop-header.homepage-banner .desktop-header-content {
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    position: relative;
}

header.single-template-desktop-header.homepage-banner .single-template-desktop-header-navbar li a {
    color: var(--website-white);
}

.homepage-rfi-templates a {
    text-decoration: underline;
    color: var(--website-green-color);
}

.single-product .inner-container li a,
.home .inner-container li a {
    padding: 0;
    margin-left: 24px;
}

.homepage-rfi-templates a img {
    margin-left: 12px;
}

.single-template-related-templates-section.homepage {
    padding: 23px 0 74px 0;
}

section.single-template-related-templates-section.risk-assessment-template.homepage {
    padding: 23px 0 92px 0;
}

.website-footer-upper-container p {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
}

.avia-menu.av-main-nav-wrap {
    margin-top: -24px;
}

.single-template-related-templates-section.homepage p {
    color: var(--website-text-color);
}

.homepage-browse-categories-section {
    padding-bottom: 60px;
}

.homepage-browse-categories-section .related-templates-single-template {
    width: 186px;
}

.homepage-browse-categories-section .related-templates-single-template .trending-templates-image img {
    width: 186px;
    height: 131px;
}

.homepage-featured-templates-section {
    padding: 90px 0 86px 0;
    overflow: hidden;
}

.browse-by-categories h2 {
    margin-bottom: 28px;
}

.homepage-featured-templates-section .slick-prev {
    top: 124px;
    left: -28px;
}

.homepage-featured-templates-section .slick-next {
    top: 124px;
    right: -16px;
}

.featured-templates h2 {
    margin-bottom: 34px;
}

.single-product .single-template-description-section-content a {
    width: 250px;
    color: var(--website-green-color);
    height: 52px;
    border: 1px solid var(--website-green-color);
    line-height: 52px;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
}

.single-product a.contact-us {
    background-color: var(--website-green-color);
    color: var(--website-white) !important;
    width: 200px;
    height: 52px;
    line-height: 52px;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Segoe UI', sans-serif;
    display: inline-block;
    border-radius: 5px;
}

.single-product .template-page.content.twelve.alpha.units {
    border-top: 1px solid var(--website-text-color) !important;
    padding-top: 4px;
}


@media screen and (min-width: 1220px) {
    .website-footer-upper-container {
        width: 981px;
        margin: auto;
    }
}

@media screen and (max-width: 1200px) {
    .homepage-banner-left-content {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .left-content-pink-card img {
        height: auto;
    }

    .related-templates-single-template {
        margin-bottom: 32px;
    }

    .related-templates-single-template:last-child {
        margin-bottom: 0;
    }

    .single-template-banner-section-right-content {
        padding: 24px;
        height: inherit;
    }

    .single-template-description-trending-templates {
        padding: 24px !important;
        margin-top: 48px;
        text-align: center;
    }

    .single-product figure.woocommerce-product-gallery__wrapper img {
        height: 100% !important;
    }

    .single-product h1 {
        font-size: 24px;
    }

    .single-product .single-template-banner-section-right-content {
        margin-top: 135px !important;
    }

    .single-template-contact-us-button p {
        width: inherit;
    }

    a.download-free-sample-button {
        padding: 24px;
        width: 100%;
    }

    .single-product h1.product_title.entry-title {
        font-size: 28px;
        line-height: 36px;
    }

}

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


    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block;
        margin-top: -24px;
    }

    .responsive #top .av-main-nav .menu-item {
        display: none !important;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

    .website-footer-upper-container p {
        margin-bottom: 40px !important;
    }

    .wpcf7-not-valid-tip {
        top: 60px;
        position: absolute;
    }

    .homepage-banner-section {
        padding: 280px 0 100px 0;
    }

    .single-template-description-section-single-image img {
        margin: auto;
    }

    .single-product h1.product_title.entry-title {
        margin-bottom: 24px !important;
    }

    .footer-form-container .input-field input[type=email],
    .footer-form-container .input-field input[type=text] {
        text-align: start;
    }

    .website-footer-lower-right-part ul {
        padding-left: 0;
        margin: 0;
    }

    .website-footer-lower-left-part {
        width: inherit;
    }

    .left-content-banner-heading h1 br {
        display: none;
    }

    .footer-form-container .input-field {
        margin: 0;
    }

    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    header.single-template-desktop-header.homepage-banner span {
        color: var(--website-white);
    }

    .homepage-featured-templates-section {
        padding: 48px 0;
    }

    .single-template-related-templates-section.homepage {
        padding: 24px 0 48px 0;
    }

    .related-templates-single-template h4 {
        padding-right: 12px;
    }

    .single-product .single-product-main-image {
        width: 100%;
        margin-right: 0;
    }

    .single-product .product.type-product {
        display: flex;
        flex-direction: column;
    }

    .single-product .single-template-banner-section-right-content {
        margin-top: 0 !important;
    }

}

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

    li.av-burger-menu-main.menu-item-avia-special {
        margin-top: 22px !important;
    }

    .responsive #top #wrap_all .container {
        width: 95% !important;
        max-width: 95% !important;
    }

    .av-logo-container svg {
        filter: unset !important;
    }

    /* .avia-menu.av-main-nav-wrap .av-burger-overlay:last-child {
        display: none !important;
    } */

    #top #wrap_all .av_header_transparency {
        background-color: transparent !important;
    }

    .responsive #top .av-main-nav .menu-item-avia-special {
        margin-top: 0;
    }

    header#header {
        padding: 16px 0;
    }

    .responsive #top .logo {
        width: 60% !important;
    }

    .av-burger-overlay-inner span.avia-menu-text {
        color: var(--website-heading-color);
    }

    .page-template-front-page h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .single-template-desktop-header {
        padding: 16px 0;
    }

    .single-product .template-shop {
        padding-top: 48px !important;
    }

    section.homepage-banner-section {
        background-position: center right;
    }

    .homepage-banner-section {
        padding: 350px 0 100px 0;
    }

    #top .thumbnail_container img {
        width: 100% !important;
    }
}

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

    .related-templates-single-template {
        width: inherit;
    }

    .single-template-description-trending-templates h2,
    .related-products-heading h2 {
        font-size: 24px !important;
        margin-bottom: 24px !important;
    }

    .single-template-banner-section-left-content .slick-prev:before,
    .single-template-banner-section-left-content .slick-next:before {
        height: 48px;
        width: 48px;
    }

    .single-template-banner-section-left-content .slick-next:before {
        top: 20px;
        right: 20px;
    }

    .single-template-banner-section-left-content .slick-prev:before {
        top: 20px;
        left: -70px;
    }

    figure.woocommerce-product-gallery__wrapper:after {
        display: none;
    }

    .inner-container img {
        width: 150px;
    }

    .single-template-banner-section .slick-prev:before,
    .single-template-banner-section .slick-next:before,
    .homepage-featured-templates-section .slick-next:before,
    .homepage-featured-templates-section .slick-prev:before {
        height: 48px;
        width: 48px;
    }

    .single-template-banner-section .slick-next {
        top: 16px;
        right: 16px;
    }

    .single-template-banner-section .slick-prev {
        top: 16px;
        right: 64px;
    }

    .single-template-desktop-header-logo img {
        width: 160px;
        object-fit: contain;
    }

    .homepage-featured-templates-section .related-templates-container img {
        margin: auto;
    }

    .homepage-featured-templates-section .slick-next {
        right: 0;
    }

    .homepage-featured-templates-section .slick-prev {
        left: 0;
    }

    .homepage-browse-categories-section .related-templates-single-template {
        width: inherit;
    }
}

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

    a.download-free-sample-button img.file-icon {
        display: none;
    }

    a.download-free-sample-button p {
        justify-content: space-between;
        width: 100%;
    }
}

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

    a.banner-contact-button {
        margin-right: 0;
        width: 100%;
        margin-bottom: 24px;
    }

    a.banner-templates-button {
        width: 100%;
    }
}

/* INNER PAGES CUSTOM CSS STARTS HERE */

@media screen and (min-width: 1220px) {
    .container {
        width: 1220px !important;
        max-width: 1220px !important;
    }

    .page-id-510 .container,
    .single-product .container,
    .woocommerce-shop .container,
    .woocommerce-cart .container,
    .woocommerce-checkout .container {
        width: 1310px !important;
        max-width: 1310px !important;
    }
}

@media screen and (min-width: 768px) {
    #pm-contactform #pm-mainform form>p span {
        flex-basis: 50%;
        padding: 5px;
    }

    #pm-contactform #pm-mainform form>p {
        display: flex;
        flex-wrap: wrap;
    }

    #top .avia-section .container {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    #pm-blogsection .av-masonry-pagination {
        width: 33%;
        margin-left: 33%;
    }

    #pm-choose #pm-portallinks section strong::before {
        content: "01.";
        position: absolute;
        left: -60px;
        font-family: montserrat;
        color: rgba(115, 112, 112, 0.1);
        font-size: 2em;
        font-weight: 500;
    }

    #pm-choose #pm-portallinks section:nth-child(3) strong::before {
        content: "02.";
    }

    #pm-clients h3:before,
    #pm-clients h3:after {
        content: "";
        width: 200px;
        margin-left: -220px;
        height: 1px;
        position: absolute;
        top: 10px;
        background: linear-gradient(90deg, rgba(92, 145, 200, 0) 0%, rgba(92, 145, 200, 0.7) 41%, rgba(63, 90, 118, .6) 76%, rgba(42, 70, 99, 1) 100%);
    }

    #pm-clients h3:after {
        margin-left: 20px;
        background: linear-gradient(90deg, rgba(42, 70, 99, 1) 0%, rgba(63, 90, 118, .6) 24%, rgba(92, 145, 200, 0.7) 59%, rgba(92, 145, 200, 0) 100%);
    }

    #pm-hero h2.av-special-heading-tag {
        width: 60%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif !important;
}

p {
    font-family: 'Segoe UI' !important;
    font-weight: 100 !important;
    font-size: 17px !important;
    line-height: 22px !important;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
    text-transform: none !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}

#pm-contactform #pm-mainform input[type="submit"] {
    margin: 5px;
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1em;
    font-family: montserrat;
    border-bottom: 5px solid #2e5830;
    border-radius: 5px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 40%);
    background-color: #3a7c3e;
}

#pm-contactform #pm-mainform form input,
#pm-contactform #pm-mainform form select {
    margin-bottom: 0;
    padding: 15px 10px;
}

#pm-contactform #pm-mainform form textarea {
    height: 100px;
    padding: 15px 10px;
}

#pm-contactsocial .avia_button_icon {
    margin: 0 auto;
    display: block;
    width: 50px;
    left: 0;
    height: 50px;
    font-size: 25px;
    line-height: 46px;
}

#pm-contactsocial .avia-button {
    min-width: 50px;
    min-height: 50px;
    border-radius: 100%;
    padding: 0;
}

#top #wrap_all .main_color h1,
#top #wrap_all .alternate_color h1 {
    text-transform: none;
}

div#pm-mainform {
    padding: 30px;
    position: relative;
    top: -150px;
    box-shadow: -6px 10px 20px rgb(0 0 0 / 20%);
}

.pm-headingunderline .av-special-heading-tag::after {
    content: "";
    width: 200px;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgba(42, 70, 99, 1) 0%, rgba(63, 90, 118, .6) 24%, rgba(92, 145, 200, 0.7) 59%, rgba(92, 145, 200, 0) 100%);
}

.responsive .container {
    max-width: 1310px !important;
}

#pm-blogmain h5 {
    text-transform: uppercase;
    letter-spacing: .1em;
}

time.av-magazine-time.updated {
    font-family: 'Lato';
}

.av-magazine-thumbnail img {
    height: 49px;
    width: 49px;
    border-radius: 5px;
}

#top .main_color .image-overlay,
#top .alternate_color .image-overlay {
    background-color: rgba(21, 37, 59, .6);
}

.image-overlay.overlay-type-extern .image-overlay-inside:before {
    display: none;
}

#pm-blogmain .slide-entry-title a {
    font-family: 'montserrat';
    font-size: 2rem;
    line-height: 1.3;
    color: #000000 !important;
}

#top .slide-meta,
#top .av-masonry-date {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px !important;
    line-height: 25px !important;
    font-family: 'Lato';
}

.avia-content-slider .slide-meta div,
.avia-content-slider .slide-meta time {
    font-size: 14px !important;
}

#pm-blogmain .read-more-link a {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: black !important;
    text-decoration: none !important;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Segoe UI';
    font-weight: 700;
}

#pm-blogmain .more-link-arrow:after {
    font-size: .6rem;
    padding: 0;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    margin-top: -3px;
    margin-left: 8px;
    border-radius: 100%;
    background-color: #397c3f;
    color: white;
    text-align: center;
    line-height: 1.5rem;
}

#pm-blogsection h3.av-special-heading-tag {
    letter-spacing: .2em;
    text-transform: uppercase;
    opacity: .5;
}

#pm-blogsection figcaption {
    background-color: #fff;
    padding-left: 0;
}

#pm-blogsection .special-heading-inner-border {
    height: 2px;
    margin-top: -1px;
    background: linear-gradient(90deg, rgba(42, 70, 99, 1) 0%, rgba(63, 90, 118, .6) 24%, rgba(92, 145, 200, 0.7) 59%, rgba(92, 145, 200, 0) 100%);
    opacity: .8;
    border: none;
}

#pm-blogsection figcaption h3 {
    font-family: 'montserrat' !important;
    font-size: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* adjust this value to restrict to the desired number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.av-masonry-date,
.av-masonry-text-sep,
.av-masonry-author {
    font-size: 11px !important;
}

#pm-blogsection .av-masonry-pagination {
    letter-spacing: .3em !important;
    color: #777;
    font-weight: 300 !important;
}

#top .av-masonry-load-more {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    font-family: 'Lato';
    color: #777777 !important;
}

#top .av-masonry-load-more:hover {
    letter-spacing: 0px !important;
}

#pm-blogsection .av-special-heading {
    padding-bottom: 30px !important;
}

::selection {
    background-color: #397c3d !important;
}

.main_color a,
.main_color .widget_first,
.main_color strong,
.main_color b,
.main_color b a,
.main_color strong a,
.main_color #js_sort_items a:hover,
.main_color #js_sort_items a.active_sort,
.main_color .av-sort-by-term a.active_sort,
.main_color .special_amp,
.main_color .taglist a.activeFilter,
.main_color #commentform .required,
#top .main_color .av-no-color.av-icon-style-border a.av-icon-char,
.html_elegant-blog #top .main_color .blog-categories a,
.html_elegant-blog #top .main_color .blog-categories a:hover {
    color: #397c3d !important;
}

.main_color a:hover,
.main_color h1 a:hover,
.main_color h2 a:hover,
.main_color h3 a:hover,
.main_color h4 a:hover,
.main_color h5 a:hover,
.main_color h6 a:hover,
.main_color .template-search a.news-content:hover,
.main_color .wp-playlist-item .wp-playlist-caption:hover {
    color: #397c3d !important;
}

#top div.container .av-masonry .av-masonry-sort {
    padding: 0px;
    background: transparent;
    line-height: 30px !important;
    margin-bottom: 15px;
    font-size: 0.9em;
    font-size: 17px !important;
    font-weight: 700 !important;
    font-family: 'Segoe UI' !important;
}

.main_color .meta-color,
.main_color .sidebar,
.main_color .sidebar a,
.main_color .minor-meta,
.main_color .minor-meta a,
.main_color .text-sep,
.main_color blockquote,
.main_color .post_nav a,
.main_color .comment-text,
.main_color .side-container-inner,
.main_color .news-time,
.main_color .pagination a,
.main_color .pagination span,
.main_color .tweet-text.avatar_no .tweet-time,
#top .main_color .extra-mini-title,
.main_color .team-member-job-title,
.main_color .team-social a,
.main_color #js_sort_items a,
.grid-entry-excerpt,
.main_color .avia-testimonial-subtitle,
.main_color .commentmetadata a,
.main_color .social_bookmarks a,
.main_color .meta-heading>*,
.main_color .slide-meta,
.main_color .slide-meta a,
.main_color .taglist,
.main_color .taglist a,
.main_color .phone-info,
.main_color .phone-info a,
.main_color .av-sort-by-term a,
.main_color .av-magazine-time,
.main_color .av-magazine .av-magazine-entry-icon,
.main_color .av-catalogue-content,
.main_color .wp-playlist-item-length,
.html_modern-blog #top div .main_color .blog-categories a,
.html_modern-blog #top div .main_color .blog-categories a:hover {
    color: #969696 !important;
}

/* .modern-quote .av-special-heading-tag {
    font-weight: 400 !important;
} */

.page-id-404 .modern-quote .av-special-heading-tag {
    font-weight: 300 !important;
}

h2.av-special-heading-tag strong {
    color: #000000 !important;
}

/* .page-id-291 #av_section_2 p .page-id-291 #pm-aboutanthony p,
.page-id-404 #av_section_2 p,
.page-id-404 #av_section_3 p,
.page-id-404 #av_section_4 p,
.page-id-404 #av_section_5 p {
    color: #707070 !important;
} */
p {
    color: #707070 !important;
}

.av-section-color-overlay-wrap P {
    color: #ffffff !important;
}

#top #pm-aboutanthony .container {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

h1.av-special-heading-tag {
    line-height: 68px;
    font-weight: 300 !important;
}

#top .pm-bidinner h3 {
    margin-bottom: 20px !important;
}

#top .pm-bidinner h4 {
    font-weight: 100;
    font-family: arimo, sans-serif !important;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4f78a2;
}

#top .pm-iconbutton .avia_button_icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    background: #397b3f;
}

#top .pm-iconbutton .avia_button_icon::before {
    line-height: 30px;
    margin-left: 1.5px;
    display: block;
    transition: all .5s ease-in-out;
}

#top .pm-iconbutton .avia-button:hover>span::before {
    transform: rotate(-90deg);
}

#top .avia-font-entypo-fontello,
body .avia-font-entypo-fontello,
html body [data-av_iconfont='entypo-fontello']:before {
    font-family: 'entypo-fontello';
}

#top .avia-button.avia-color-light {
    border: none !important;
}

#top .avia-button.avia-color-light {
    color: #ffffff !important;
}

span.avia_iconbox_title {
    display: inline !important;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 18px;
    font-weight: 100;
}

div#pm-portallinks span.avia_iconbox_title {
    color: #000000 !important;
}

#pm-hero #pm-hero-subtext h1 {
    font-family: 'arimo', sans-serif !important;
    font-weight: 100 !important;
    letter-spacing: .2em;
    font-size: 20px;
}

#pm-hero h1 {
    text-transform: uppercase !important;
}

#pm-hero #pm-hero-subtext p {
    font-family: lato !important;
    letter-spacing: .05em;
    width: 80%;
    margin-left: 10%;
    font-weight: 300 !important;
}

#pm-hero #pm-hero-subtext {
    width: 50%;
    margin-left: 25%;
}

#pm-choose p strong {
    color: #000000 !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#top .pm-iconbutton .avia_iconbox_title {
    color: black;
}

#top .pm-iconbutton .avia-button {
    border: none;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: .05em;
}

#pm-services .pm-serviceitem h4 {
    font-family: arimo, sans-serif !important;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .05em;
    font-size: 20px;
}

#pm-services .pm-serviceitem {
    padding: 15px;
}

#pm-services .pm-serviceitem::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    left: -3px;
    top: 5%;
    visibility: visible;
}

#pm-services .pm-serviceitem h4::before {
    content: "\2022";
    margin-left: -20px;
    position: absolute;
    opacity: .7;
}

#pm-services .pm-serviceitem p {
    opacity: .7;
    font-size: 14px !important;
}

#top .pm-button .avia-button {
    padding: 12px 30px;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: arimo, sans-serif;
    letter-spacing: .2em;
    border-style: solid !important;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0) !important;
    border-width: 1.5px !important;
}

.avia-buttonrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avia-buttonrow-wrap span {
    font-family: 'Segoe UI';
    font-size: 13px;
}

#top .scroll-down-link.av-custom-scroll-down-color {
    color: #ffffff !important;
}

span.avia_iconbox_title {
    font-family: 'Segoe UI';
}

#pm-cases .pm-singlecase p {
    text-transform: none;
    font-size: 22px !important;
    font-family: "montserrat" !important;
    line-height: 1.4em !important;
    font-weight: 400 !important;
}

#pm-cases .pm-singlecase p::before {
    content: "“";
    position: absolute;
    font-size: 8em;
    color: rgba(63, 89, 118, 0.35);
    font-family: "playfair display";
    opacity: 0.2;
    left: -50px;
    top: 40px;
    visibility:hidden;
}

#pm-cases .pm-singlecase .avia-icon-list .av_iconlist_title {
    color: #969696;
    font-weight: 400 !important;
    opacity: .8;
    margin-left: 5px;
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
}

#pm-cases .pm-singlecase .avia-icon-list li {
    margin: 10px 0;
}

#top .av-iconlist-small .iconlist_icon {
    background: transparent !important;
}

#pm-cases .pm-largequote h2 strong {
    color: #4f78a3 !important;
}

#pm-cases h4.av-special-heading-tag {
    text-transform: uppercase;
    font-family: arimo, sans-serif !important;
    letter-spacing: 5px;
    font-weight: 100;
    opacity: .4;
}

#pm-cases .pm-singlecase .avia-icon-list li:first-child>.iconlist_icon {
    color: #2a4663 !important;
}

#pm-cases .pm-singlecase .avia-icon-list li:nth-child(2)>.iconlist_icon {
    color: #3f5a76 !important;
}

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0 !important;
}

#pm-clients h3 {
    font-family: arimo, sans-serif !important;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    letter-spacing: .2em;
    font-size: 16px;
    opacity: .6;
}

#pm-clients .slide-entry {
    padding: 30px !important;
}

#pm-cases .pm-singlecase .avia-icon-list li:nth-child(2)>.iconlist_icon {
    color: #3f5a76 !important;
}

#pm-cases .pm-singlecase .avia-icon-list li:nth-child(3)>.iconlist_icon {
    color: #4f78a3 !important;
}

#pm-cases .pm-singlecase .avia-icon-list li:nth-child(4)>.iconlist_icon {
    color: #5787b9 !important;
}

#pm-cases .pm-singlecase .avia-icon-list li:nth-child(5)>.iconlist_icon {
    color: #5c91c8 !important;
}

#pm-contactform #pm-contactsteps .iconlist_icon {
    width: 35px;
    height: 35px;
    top: 15px;
    left: 13px;
}

#pm-contactform #pm-contactsteps .iconlist-char {
    height: 18px;
    width: 18px;
    line-height: 18px;
    position: relative;
    top: -20px;
}

#pm-contactform #pm-contactsteps .iconlist-char::before {
    font-size: 18px;
}

.avia-icon-list .iconlist_title {
    font-family: 'Segoe UI' !important;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

div#pm-mainform p {
    color: #000000 !important;
}

section.av_textblock_section.av-kcdnryo8-464efb42c98f0642e88e6ccc2ad961cf p {
    color: #000000 !important;
}

.page-id-311 span.avia_iconbox_title {
    display: none !important;
}

.page-id-311 span.avia_button_icon.avia_button_icon_left {
    color: #ffffff;
}

.page-id-311 strong {
    color: #000000 !important;
}

.page-id-344 li {
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}

.av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 17px !important;
}

.av-magazine .av-magazine-content-wrap .av-magazine-title a {
    color: #000000 !important;
}


/*#top .av-inner-masonry {*/
/*    overflow: unset !important;*/
/*}*/

/*.av-fixed-size .av-masonry-entry .av-inner-masonry-content {*/
/*    bottom: -65px !important;*/
/*}*/
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer{
    height: 310px !important;
}
.av-inner-masonry.main_color .av-masonry-image-container{
    height: 160px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    background-size: 100% 100%;
}
/*.av-masonry-container.isotope {*/
/*    height: 400px !important;*/
/*}*/

/*#av-masonry-3 .av-masonry-container.isotope,*/
/*#av-masonry-4 .av-masonry-container.isotope {*/
/*    height: 320px !important;*/
/*}*/

/*#av-masonry-2 .av-fixed-size .av-masonry-entry .av-inner-masonry-content {*/
/*    bottom: -140px !important;*/
/*}*/

#pm-aboutanthony h5 {
    font-weight: 100;
    opacity: .6;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: 'Segoe UI' !important;
}

h2.av-special-heading-tag {
    font-family: 'montserrat' !important;
    font-weight: 400 !important;
}

.page-id-14 .av-section-color-overlay-wrap {
    background: unset !important;
}

.page-id-14 .av-section-color-overlay {
    background-color: #162028 !important;
}

div#pm-strategy span.avia_iconbox_title {
    color: #000000 !important;
}

.page-id-14 .iconlist_icon {
    font-size: 18px !important;
}

#pm-cases .pm-singlecase p::before {
    content: "â€œ";
    position: absolute;
    font-size: 8em;
    color: rgba(63, 89, 118, 0.35);
    font-family: "playfair display";
    opacity: .2;
    left: -50px;
    top: 40px;
}

body .column-top-margin {
    margin-top: 0 !important;
}

.avia-builder-el-69 span.avia_iconbox_title {
    color: #000000 !important;
}

.woocommerce-message a,
.woocommerce-message a:hover,
.woocommerce-error a,
.woocommerce-error a:hover,
a.checkout-button,
a.checkout-button:hover {
    color: #ffffff !important;
}

.woocommerce-error li {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px){
    .page-id-14 #pm-hero h2.av-special-heading-tag {
        font-size: 48px !important;
    }

    .page-id-14 .avia-buttonrow-wrap {
        flex-direction: column;
    }
}
header.entry-content-header {
    position: initial !important;
}
.av_textblock_section .avia_textblock li span{
    color:#707070;
    font-size:17px;
}
.av_textblock_section .avia_textblock li::marker{
    color:#707070;
}
/*#top #main .sidebar,*/
table.shop_table th.product-quantity,
table.shop_table td.product-quantity{
    display:none !important;
}
.homepage-banner-left-content h1{
    text-transform: none !important;
    width:70%;
    font-size:50px;
    font-family: "Segoe UI",sans-serif !important;
    font-weight: 400 !important;
    margin-bottom:1rem;
    padding-bottom:10px;
}
.woocommerce-order-received .woocommerce-order,
.woocommerce-cart .woocommerce-cart-form{
    width:60%;
}