/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* general */

:root {
    --red-21: #f0002d;
    --black: #3c3c3c;
    --gray: #5d6061;
    --gray-bg: #f3f3f3;
    --gray-charts: #a8a8a8;
}


body, button, input, select, textarea {
    font-family: "Lato", sans-serif;
    font-display: swap;
}

ul {
    margin-left: 25px;
}

img {
    width: auto;
    height: auto;
}

figcaption, .wp-block-image figcaption {
	color: #5d6061;
	font-size: 16px;
	margin-top: 0px;
	font-style: italic;
}

picture {
    width: 100%;
}

/* show recaptcha only on contact-us, schedule demi, merchandising lp and monthly email pages */
/*body:not(.page-id-112):not(.page-id-397):not(.page-id-3977):not(.page-id-4113) .grecaptcha-badge {*/
/*    display: none;*/
/*}*/

.grecaptcha-badge {
    visibility: hidden;
}

/* copied from the parent styles, not working by unknown reason */
.nav-float-right .navigation-stick {
    width: 100% !important;
    left: 0;
}

/* general end */


/* lightbox  - start */
/*
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
*/

/* add top paddibng to this class in % to create the aspect retio of the iframe */
/*
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.featherlight iframe {
    padding: 30px !important
}

.featherlight-iframe .featherlight-content {
    overflow-y: hidden !important;
    background-color: transparent !important;
}

.featherlight:last-of-type {
    background: rgba(0,0,0,.85) !important;
}

.featherlight .featherlight-close-icon {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
}

@media (max-width: 768px) {
    body {
        font-size: 17px;
    }
}

@media (max-width: 500px) {
    .featherlight iframe {
        padding: 0px !important
    }
    
    .featherlight .featherlight-close-icon {
        right: 4px !important;
        top: 6px !important;
    }
}

/* lightbox end */


/* common for all pages */

.devider {
    display: flex;
}

.main-title {
	color: #c70034;
    font-size: 37px;
    font-weight: 300;
}

/* play movie button */
.success_stories_grid .success_story .image-container.play-icon:after, 
.story-image-container .play-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 50;
    content: "";
    display: block;
    pointer-events: none;
}

.play, 
.section-banner .heading .play-icon, 
.customers .img_block.play-icon:after {
    background: url(/wp-content/uploads/success_story_play.png) no-repeat center center!important;
    background-size: 50px 50px!important;
}

/* call to action button */
.btn-solid {
    background: #f0002d;
    border: 1px solid #f0002d;
	margin: 0;
    padding: 0;
    line-height: 20px; /*38px;*/
    width: 166px;
	color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    border-radius: 60px;
	text-transform: uppercase;
    padding:11px 0px;
}

button.btn-solid {
    line-height: 36px;
    padding: 0px 10px;
}

.btn-solid:hover,
.btn-solid:focus, 
.btn-solid:active {
    color: #fff;
}

.btn-solid:hover{
    background: #3c3c3c;
    border-color: #3c3c3c; 
    text-decoration: none;
}

/* form general */
.wpcf7-not-valid-tip {
    color: #f0002d
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
     border-color: #f0002d !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
}

/* list types */
.clean-list {
	list-style: none;
}

.checkboxes-list,
.solution-section .content-container ul {
	list-style: none;
	margin-left: -3px;
    margin-top: 18px;
}

.checkboxes-list li,
.solution-section .content-container ul li {
	position: relative;
	padding-left: 37px;
	list-style-type: none;
	padding-bottom: 18px;
}

.checkboxes-list li::before,
.solution-section .content-container ul li::before {
	position: absolute;
	top: 1px;
	left: 0px;
	background-image: url("/wp-content/uploads/action_arrow.png");
	background-size: cover; 
	width: 27px;
	height: 27px;
	display: block;
	content: "";
}

/* pagination */
.blog .paging-navigation,
.archive .paging-navigation,
.search-results .paging-navigation {
    margin-top: 54px;
    margin-bottom: -3px;
    text-align: center;
}

.prev page-numbers span {
    padding-right: 6px;
}

.next page-numbers span {
    padding-right: 6px;
}

@media (max-width: 768px) {
    .btn-solid {
        width: 160px;
        font-size: 17px;
        padding: 9px 0px 8px;
    }
    
    .main-title {
        font-size: 27px;
    }
}

/* common for all pages - end */



/* header */
.site-header {
    box-shadow: none;
    border-bottom: 1px solid #c4c3c3;
    height: 94px;
    z-index: 15;
}

.site-logo {
    position: relative;
}

.site-logo::after  {
    display: block;
    display: none;
    position: absolute;
    width: 46px;
    height: 46px;
    right: -49px;
    top: 20px;
    translate: 0px -50%;
    background-image: url("/wp-content/uploads/pride_flag.png");
    background-size: 46px auto;
    background-repeat: no-repeat;
    content: "";
    opacity:0;
    animation: 0.5s fadeIn;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.site-header .header-image {  
    margin-top: -6px;
    margin-left: 4px;
    height: 24px;  /* set here and not in them to have exact height for general exect header height */
    width: 100%;
}


.site-header .inside-header.grid-container {
	max-width: 1270px;
}

.main-navigation, .main-navigation ul ul {
    margin-top: -3px;
}

.sticky-enabled .main-navigation.is_stuck {
	box-shadow: 0 1px 5px rgb(100 100 100 / 30%);
	padding-top: 4px;
	padding-bottom: 4px;
}

.sticky-enabled .main-navigation.is_stuck.main-navigation .inside-navigation {
   
    justify-content: flex-end;
	padding-right: 15px;
	padding-left: 15px;
}

/* main menu */
#primary-menu > ul > li {
	margin-left: 5px;
	margin-right: 5px;
}

#primary-menu > ul > li:first-of-type {
    margin-left: 0px;
}

#primary-menu > ul > li:last-of-type {
    margin-right: 0px;
}

.main-navigation .main-nav>ul>li >a {
	border-radius: 20px;
	letter-spacing: 0.015em;
}

.main-navigation:not(.mobile-header-navigation) .main-nav>ul>li:first-child > a,
.main-navigation:not(.mobile-header-navigation) .main-nav>ul>li:nth-of-type(3) > a {
    cursor: default;
    pointer-events: none;
}

.main-navigation .main-nav>ul> li:last-child > a {
	color: #ffffff;
    background-color: #f0002d;
}

.menu-item-has-children .dropdown-menu-toggle {
	padding-right: 8px;
	padding-left: 5px;
}

/* sub-menu */
.main-navigation .main-nav ul ul {
	padding-top: 15px;	
}

.main-navigation ul ul li {
	background-color: white;
}

.main-navigation .main-nav ul ul li a {
	padding: 9px 20px;
	text-transform: capitalize; 
	box-shadow: 0px 0px 0 rgb(0 0 0 / 10%);	
}

.main-navigation.is_stuck .main-nav ul ul {
	padding-top: 5px;	
}

/* small desktop header */
@media (max-width: 1230px) {
    .main-navigation a {
        font-size: 15px;
    }
}

/* small desktop header */
@media (max-width: 1190px) {
    .site-header {
        height: 90px;
    }
    
    .inside-header {
        padding: 31px 15px 29px 15px;
    }
    
     .site-header .header-image {
        margin-top: -6px;
        height: 21px;
    }
    
    .nav-float-right #site-navigation {
        margin-top: -3px;
    }
    
    #primary-menu > ul > li {
        margin-left: 0px;
        margin-right: 0px;
    } 
    
    .main-navigation .main-nav ul ul {
        padding-top: 10px;
    }
    
    .main-navigation .main-nav ul ul {
        padding-top: 12px;
    }

}

/* small desktop header */
@media (max-width: 1120px) {
    .main-navigation a {
        font-size: 14px;
    }
}

/* tablet header */
@media (max-width: 1090px) {
    
    .site-header {
        height: 80px;
    }
    
    .inside-header {
        padding: 31px 15px 23px 15px;
    }
    
    .site-header .header-image {
        margin-top: -8px;
        height: 21px;
    }
    
    .nav-float-right #site-navigation {
        margin-top: -9px;
    }
    
    .main-navigation .main-nav ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 7px;
        padding-left: 2px;
    }
    
    .main-navigation .main-nav ul ul {
        padding-top: 10px;
    }
}

/* tablet header */
@media (max-width: 1030px) {
    .inside-header {
        padding: 20px 15px 24px 15px;
    }
    
    .site-header .header-image {
        margin-top: 0px;
        height: 15px;
    }
    
    .nav-float-right #site-navigation {
        margin-top: 3px;
    }
    
    .main-navigation .main-nav ul li a {
        padding-left: 13px;
        padding-right: 13px;
    }
    
    .main-navigation a {
        font-size: 14px;
    }
    
    .main-navigation .main-nav ul ul {
        padding-top: 8px;
    }
}

/* mobile header */
@media (max-width: 945px) {
	
	#page {
		margin-top: 1px;
	}
	
	#mobile-header {
		box-shadow: 0 1px 5px rgb(100 100 100 / 30%);
        height: 35px;
        max-height: 35px;
        position: relative;
        z-index: 15;
	}

	.mobile-header-navigation.toggled .site-logo.mobile-header-logo {
		display: none;
	}
	
	/* mobile logo */
	.mobile-header-navigation .site-logo.mobile-header-logo {
		transform: translateX(-50%);
		position: absolute;
		left: 50%;
		margin-left: 0px;
	}
    
    .mobile-header-navigation .site-logo.mobile-header-logo img {
        height: 19px;
        width: 135.5px;
        padding: 0px;
        margin-top: 2px;
    }

    .site-logo::after  {
        width: 28px;
        height: 28px;
        right: -23px;
        top: 14px;
        translate: 0px -50%;
        background-size: 28px auto;
    }

	/* mobile navigation*/
    .main-navigation, .main-navigation ul ul {
        margin-top: 0px;
    }

	.main-navigation .inside-navigation {
		position: relative;
		padding-top: 0px;
		padding-bottom: 0px;
        height: 35px;
        max-height: 35px;
	}

    .main-navigation.has-branding .menu-toggle,
    .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
        order: 0 !important;
        height: 35px;
    }
    
    .main-navigation ul ul {
        box-shadow: none;

    }

	.main-navigation.toggled .main-nav .sf-menu>li:last-child {
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}
	
	.main-navigation.toggled .main-nav .sf-menu>li:last-child>a {
		display: block;
		text-align: center;
		width: 186px;
        padding: 5px 0px;
	}
	
	/* sticky header and sticky menu */
	#mobile-header.is_stuck {
		box-shadow: 0 1px 3px rgb(100 100 100 / 20%);
	}
	
	.sticky-enabled .main-navigation.is_stuck.main-navigation .inside-navigation {
		height: 35px;
	}
	
	.main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
		position: absolute;
		left: 0px;
	}

    .menu-toggle {
        margin-top: 0px;
    }
	
	.sticky-enabled .main-navigation.is_stuck {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.main-navigation.toggled .main-nav ul li[class*="current-menu-"] > a,
	.main-navigation .main-nav ul li.sfHover > a {
		color: black;
		background-color: #f3f3f3;
	}
    
    .main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a {
        background-color: transparent;
        position: relative;
    }
	
	.toggled #mobile-menu {
		left: 0px;
		position: absolute;
		width: 100%;
		top: 35px;
		padding-bottom: 20px;
		background: white;
        z-index: 51;
        /* border-bottom: 1px solid #ccc; */
        box-shadow: 0 1px 3px rgb(100 100 100 / 20%);
	}
    
    /* fix to make all the parent menun item clickable to open sub-menu,
       and not just the down arrow */
    .main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        right: 2px;
        top: 0px;
    }
    
    /* AMP Mobile CSS */
    .main-navigation.mobile-header-navigation {
        box-shadow: 0 1px 5px rgb(100 100 100 / 30%); 
    }
    
    nav.toggled button.dropdown-menu-toggle.toggled-on + .sub-menu {
        left: 10px !important;
        padding-top: 5px;
    }
    
    /* exit mobile version button */
    body:not(.logged-in) #amp-mobile-version-switcher {
	   display: none;
    }
    
    /* make pressing on a menu item open sub-menu */
    .main-navigation .main-nav ul .menu-item-has-children > button.dropdown-menu-toggle {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        background-color: transparent;
    }
    
    .main-navigation .main-nav ul .menu-item-has-children:hover > button.dropdown-menu-toggle {
        background-color: transparent;
    }
}
/* mobile header - end */

/* header end */


/* custom fsfooter */

.fs-footer.section-wrap {
    background-color: #f7f7f7;
    padding-top: 85px;
    padding-bottom: 0px;
}

.fs-footer.section-wrap.white-bg {
    background-color: #ffffff;
}

.fs-footer a {
    color: #3c3c3c;
}

.fs-footer .top-menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid #9b9b9b;
    padding-bottom: 61px;
}

.fs-footer.section-wrap h2 {
    font-size: 24px;
    color: #3c3c3c;
    margin-left: 0px;
    font-weight: 900;
    text-align: left;
}

.fs-footer .top-menus .menu {
    font-size: 14.5px;
    margin-left: 0px;
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 323px;
}

.fs-footer .top-menus .menu li {
    margin-top: 0.5em;
}

.fs-footer .top-menus .menu a {
    display: block;
    padding: 1px 46px 1px 0px;
}

.fs-footer .top-menus .menu-column {
    flex: 1 1 16.5%;
}

.top-menus .menu-column.wide {
    flex: 1 1 34%;
}

.fs-footer .bottom-bar {
    margin-top: 42px;
    border-top: 2px solid #9b9b9b;
    height: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 9.5px;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.rights-column {
    flex: 1 1 33%;
}

.rights-column p {
    margin-bottom: 0px;
}

.privacy-menu-column {
    flex: 1 1 50.5%;
}

.socials-column {
    flex: 1 1 16.5%;
}

.privacy-menu-column .menu {
    display: flex;
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}

.privacy-menu-column .menu li {
    margin-right: 22px;
}

@media screen and (max-width: 1300px) {
    .fs-footer .top-menus .menu a {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1130px) {
    .fs-footer .top-menus .menu-column:nth-of-type(1) {
        flex: 1 1 22%;
    }
    
    .fs-footer .top-menus .menu-column:nth-of-type(2) {
        flex: 1 1 16%;
    }

    .top-menus .menu-column.wide {
        flex: 1 1 36%;
    } 
    
    .fs-footer .top-menus .menu-column:nth-of-type(4),
    .fs-footer .top-menus .menu-column:nth-of-type(5)
    {
        flex: 1 1 13%;
    }
}

@media screen and (max-width: 950px) { 
    .fs-footer .top-menus .menu-column:nth-of-type(1) {
        flex: 1 1 33.33%;
        order: 1;
    }
    
    .fs-footer .top-menus .menu-column:nth-of-type(2) {
        flex: 1 1 33.33%;
        order: 3;
    }

    .top-menus .menu-column.wide {
        flex: 1 1 66.66%;
        order: 2;
    } 
    
    .fs-footer .top-menus .menu-column:nth-of-type(4),
    .fs-footer .top-menus .menu-column:nth-of-type(5)
    {
        flex: 1 1 33.33%;
        order: 4;
    }
    
    .fs-footer .top-menus .menu {
        margin-bottom: 33px;
        height: 343px;
    }
    
    .fs-footer .top-menus .menu-column:nth-of-type(2) .menu,
    .fs-footer .top-menus .menu-column:nth-of-type(4) .menu,
    .fs-footer .top-menus .menu-column:nth-of-type(5) .menu {
        height: 289px;
        margin-bottom: 13px;
    }
    
}

@media screen and (max-width: 600px) {
    .fs-footer.section-wrap {
        padding-top: 35px;
    }
    
    .site-footer .section-wrap .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .fs-footer .top-menus .menu-column {
        flex: 1 1 100% !important;
    }
    
    .fs-footer.section-wrap h2 {
        font-size: 20px;
        border-bottom: 2px solid #9b9b9b;
        padding-bottom: 12px;
    }
    
    .fs-footer .top-menus {
        padding-bottom: 0px;
    }
    
    .fs-footer .top-menus .menu-column:nth-of-type(1) .menu {
        max-height: 190px;
    }
    
    .fs-footer .top-menus .menu {
        height: unset !important;
        margin-bottom: 48px !important;
        max-height: 310px;
    }
    
    .fs-footer .top-menus .menu a {
        padding-right: 40px;
        min-width: 198px;
    }
}

@media screen and (max-width: 450px) {
    .fs-footer .top-menus .menu-column {
        flex: 1 1 100% !important;
    }
    
    .fs-footer .top-menus .menu {
        max-height: unset !important;
    }
}



/* custom fs footer - end */
	

/* footer  - generate press */
.fs-footer.white-bg + .footer-widgets {
    background-color: white;
}

.sidebar .widget, .footer-widgets .widget {
    font-size: 9.5px;
    letter-spacing: 0.1px;
}

.footer-widgets-container.grid-container {
    max-width: 1270px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0px;
}

.inside-footer-widgets>div {
    display: flex;
    align-items: center;
}

.inside-footer-widgets>div.footer-widget-1 {
	flex: 1 1 33.5%;
}

.inside-footer-widgets>div.footer-widget-2 {
	flex: 1 1 50.5%;
}

.inside-footer-widgets>div.footer-widget-2 .widget ul li {
    margin-bottom: 0px;
}

.inside-footer-widgets>div.footer-widget-2 .widget ul li a {
    padding-bottom: 3px;
}

.inside-footer-widgets>div.footer-widget-3 {
	flex: 1 1 16.5%;
}

.widget ol, .widget ul {
	display: flex;
	justify-content: flex-start;
}

.widget ul li {
	padding-right: 20px;
    margin-bottom: .6em;
}

.footer-widget-3 #lsi_widget-4 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.footer-widget-3 .lsi-social-icons {
    display: flex !important;
}

.footer-widget-3 .lsi-social-icons li {
    display: block;
    margin-right: 5px !important;
    margin-bottom: 0px !important;
}

.footer-widget-3 .lsi-social-icons li a {
    padding: 4px;
}

#lsi_widget-4 {
    margin-top: -1.5px !important;
    margin-bottom: -6px !important;
}


/* hide footer bottom with all-right reserved */
.site-info {
	display: none;
}

@media (max-width: 600px) {
    .footer-widgets-container {
        padding: 18px 40px 41px;
        display: flex;
    }
    
    .inside-footer-widgets {
        flex-direction: column;
    }
    
    .inside-footer-widgets>div {
        flex: 1 1 100% !important;
    }
    
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 11px;
    }
    
    .widget ul li {
        padding-right: 14px;
    }
	
	.footer-widget-3 .lsi-social-icons li: last-child {
		margin-right: 0px;
	}
    
    #lsi_widget-4 {
        margin-top: 0px !important;
    }
}
/* footer generate-press end */


/* common for new pages 2020 */

.section-wrap {
	padding-top: 65px;
	padding-bottom: 65px;
    position: relative;
}

.section-wrap .container {
	margin: 0 auto;
	background-color: transparent;
	width: 1270px;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 100%;
}

.section-wrap h2 {
	text-align: center;
	margin: 0 auto;
	color: #c70034;
	max-width: 100%;
}

.section-wrap h3,
.section-wrap h4
 {
	text-align: center;
	color: black;
	font-weight: 400;
	font-size: 25px;
	max-width: 100%;
}

.section-wrap h2.home-title,
.section-wrap h2.shopify-title,
.section-wrap h2.shopify-plus-title,
.section-wrap h2.bigcommerce-title,
.section-wrap h2.magento-title,
.section-wrap h2.microsoft-title,
.section-wrap h2.woocommerce-title,
.section-wrap h2.custom-title,
.section-wrap h2.retail-merch-lp-title {
	display: none;
}

.section-wrap h3.home-title,
.section-wrap h3.shopify-title,
.section-wrap h3.shopify-plus-title,
.section-wrap h3.bigcommerce-title,
.section-wrap h3.magento-title,
.section-wrap h3.microsoft-title,
.section-wrap h3.woocommerce-title,
.section-wrap h3.custom-title,
.section-wrap h2.retail-merch-lp-title {
	display: none;
}

.section-wrap .text-under-logos {
	color: #5d6061;
	font-size: 25px;
	font-weight: 400;
	margin-top: 49px;
	text-align: center;
	line-height: 1.2em;
 }

.intro-section {
	height: 410px;
    background-size: cover;
    background-position: right 0px;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 23.33vw;
}

.intro-section .container {
	width: 1270px;
  padding: 0px 15px;
	max-width: 100%;
	background-color: transparent;
}

.intro-section h1 {
	color: black;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: -0.15px;
	max-width: 100%;
}

.intro-section h2 {
	color: black;
	font-size: 18px;
	line-height: 1.35em;
	text-align: left;
	font-weight: 400;
	max-width: 100%;
	margin-left: 0px;
}

.intro-section .reviews-info {
	display: inline-block;
	color: black;
}

.intro-section .reviews-info:hover {
	color: black;
}

.intro-section .reviews-info {
    margin-top: 41px;
}

.intro-section .reviews-info .reviews-grade {
	font-weight: 700;
	font-size: 14px;
}

.intro-section .reviews-info .stars {
	width: 53px;
    margin-bottom: -3px;
    margin-left: 3px;
}

.intro-section .reviews-info .reviews-remark {
	font-size: 12px;
	margin-left: 3px;
}

.intro-section .caption .trial-text {
	font-size: 12px;
    color: black;
	margin-top: 5px;
	letter-spacing: 0.03px;
}

/* common for new pages 2020  - end */


/* common sections */

/* section - end */

/* common image section */

.common-section-image .image-container {
    text-align: center;
    margin: 0 auto;
}

.common-section-image .image-desc {
    text-align: center;
}

/* common image section - end */

/* cookies policy */
.wpcc-container {
    z-index: 66666670 !important;
}

.wpcc-banner.wpcc-padding-large {
    padding: 2.2em 2em !important;
    box-shadow: 0 1px 5px rgb(100 100 100 / 30%);
}

.wpcc-compliance {
    margin-right: 10px;
}

.wpcc-btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 30px !important;
    width: 120px;
    background-color: var(--red-21) !important;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.wpcc-btn:hover {
    background-color: var(--black) !important;
}

.wpcc-banner .wpcc-message {
    text-align:  center;
    margin-left: 137px;
    font-size: 16px;
}

.wpcc-color-custom-1909365548 .wpcc-privacy,
.wpcc-color-custom-1909365548 .wpcc-privacy:active,
.wpcc-color-custom-1909365548 .wpcc-privacy:visited {
    color: var(--red-21) !important;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .wpcc-banner.wpcc-padding-large {
        padding: 2em 15px !important;
    }
}

@media screen and (max-width: 900px) {
    .wpcc-banner .wpcc-message {
        text-align:  left;
        margin-left: 0px;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .wpcc-message {
        margin-bottom: 0em !important;
    }
}

@media screen and (max-width: 736px) {
    .wpcc-banner.wpcc-bottom {
        flex-direction: column;
    }

    .wpcc-banner.wpcc-padding-large {
        padding: 15px 15px 20px !important;
    }

    .wpcc-banner .wpcc-message {
        text-align:  center;
        margin-right: 0em !important;
        width: 100%;
    }

    .wpcc-btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
}

@media screen and (max-width: 400px) {
    .wpcc-banner.wpcc-padding-large {
        padding: 7px 10px 10px !important;
    }

    .wpcc-banner.wpcc-bottom {
        align-items: center;
    }

    .wpcc-banner.wpcc-bottom {
        flex-direction: row;
    }

    .wpcc-btn {
        padding: 2px 5px !important;
        margin-top: 3px;
        font-size: 13px;
        width: 86px;
        text-align: center;
        margin-left: 10px;
    }

    .wpcc-banner .wpcc-message {
        text-align: left;
        font-size: 13px;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 325px) {
    .wpcc-btn {
        margin-left: 5px;
    }
}

/* cookies policy  - end */


/* sections general */
.edit-section {
    position: absolute;
    /*left: -15px; */
    top: 0px;
    color: white;
    background-color: #ec1b30;
    padding: 5px 20px;
    width: 90px;
    cursor: pointer;
    text-align: center;
    z-index: 2;
}

.edit-section:hover,
.edit-section:focus, 
.edit-section:active {
    color: white;
}

/* sections general  - end */