/*
Theme Name: PivotalTheme5.2
Theme URI: 
Author: Pivotal Marketing
Author URI: https://www.pivotalmarketing.co.uk
Description: The 2023 Pivotal theme for WordPress built on Bootstrap 5.2.
Version: 21.0
License URI: https://www.pivotalmarketing.co.uk

CSS and actions to maintain
***************************
1*  Standard Styling
2*  Topbar, Header, Sticky
3*  Page Titles
4*  Parallax
5*  Soliloquy / Slider
6*  Menu
7*  Sidebar
8*  Blog / Case Studies
9*  Testimonials
10* Contact form
11* Woocommerce
12* Footer
13* Copyright
14* 404 / Search
15* Breakpoints

*/
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* 

font-family: "Arvo", serif;
font-family: "Poppins", sans-serif;

Colors: 

#521035 
#6c3250
#e3bbd1
#f8e9f3 
#f2eaf2

*/



@import url("/css/carousel.css");
@import url("/css/codepen.css");

/* *1 */

html {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3B;
}

body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    font-weight: 400;
    color: #3C3C3B;
}


h1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #6c3250;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 40px 0;
    font-family: 'Poppins', sans-serif;
    color: #6c3250;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    color: #6c3250;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

h4 {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #6c3250;
}

h5 {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: #6c3250;
}

h6 {
    font-size: 1rem;
    color: #8D1738;
    font-family: 'Poppins', sans-serif;
    color: #6c3250;
}

p,
ul,
ol {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
    color: #3C3C3B;
    font-family: 'Poppins', sans-serif;
}


img {
    max-width: 100%;
    height: auto;
}

a {
    color: #6c3250;
    text-decoration: none;
}

a:hover {
    color: #6c3250;
    text-decoration: underline;
}

.fa::before,
.fab::before {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.clear {
    clear: both;
}

.pull-left {
    text-align: left;
}

.pull-right {
    text-align: right;
}

hr {
    border-top: 1px solid #c0c0c0;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

span {
    color: #92677D;
}

upper {
    text-transform: uppercase;
}

center {
    text-align: center;
}

.center {
    text-align: center;
}

.centered {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-5%, -50%);
}

.centred {
    display: block;
    margin: 0 auto;
}

.asc {
    align-self: center;
}

.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.container-fluid {
    padding: 0;
}

.container {
    max-width: 100% !important;
    width: 1270px;
}

section {
    padding: 40px 0;
}

section.lpbg {
    background: #F2EAF2;
}

.spacer20 {
    height: 20px;
}

.spacer40 {
    height: 40px;
}

.wac {
    text-align: center;
}

.white {
    color: #fff;
}

.pulse {
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
    margin: 0 auto;
    display: table;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    padding-top: 50px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
    }
}


@keyframes pulse {
    0% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

.minibasket-dt {
    display: block;
}

.minibasket-mob {
    display: none;
}


.hvr-float-shadow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}



/* End New Animated Caption Formattting */

/***** Standard button *****   see Codepen for transition buttons  *****/

.btn-default {
    border: 1px solid #6c3250;
    background: #6c3250;
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
    width: fit-content;
    margin: 0 auto 0 0;
    display: block;
}

.btn-default:hover {
    border: 1px solid #efefef;
    background: #fff;
    color: #6c3250;
}


.btn-default:hover a {
    color: #6c3250;
}



/****** Standard post image *****/

/* *2 */

/***** Topbar *****/

.topbar {
    background: #EFC7DF;
    padding: 10px 0;
    margin: 0;
    color: #913469;
    font-size: .8rem;
    font-weight: 400;
    transition: 2s ease;
    display: block;
}

.topbar a {
    color: #913469;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 400;
}


.topbar img {
    max-height: .9rem;
    margin-right: 5px;
    display: inline-block;
}

.tb1 {}

.tb2 {
    text-align: center;
    color: #913469;
    font-weight: 500;
}

.tb3 {}

.menu-bar {
    background: #521035;
}

.mob-only-menu {
    display: none;
}

.banner-bar {
    background: #f2eaf1;
    font-size: .8rem;
    font-weight: 400;
    padding: 10px;
    color: #4f0f36;
    transition: 2s ease;
}

.banner-bar img {
    max-height: .9rem;
    margin-right: 5px;
    display: inline-block;
}


.header h1 {
    text-align: center;
}


.custom-logo {
    display: block;
    margin: 10px auto 10px 0;
    width: auto;
    max-height: 50px;
    transition: all .5s cubic-bezier(0, 0.5, 0.2, 1);
}

.grecaptcha-badge {
    visibility: hidden;
}


.login {}

.login p {
    display: inline-block!important;
    font-size: .8rem;
    margin-bottom: 0;
}

.login img {
    max-height: 13px;
    margin: 0 5px 0 10px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: 23px;
    top: 15px;
    left: unset;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 8px 24px 8px 46px;
    border-radius: 20px;
}

/***** Header *****/

.cky-notice-btn-wrapper .cky-btn {
    width: auto;
}

/* header with transparent background - To give header/menu/logo a background remove postition:absolute; */

.header {
    padding: 0;
    background: #fff;
    width: 100%;
    transition: 2s ease;
    z-index: 9999;
    top: 0;
    width: 100%;
    position: absolute;
}

/***** Sticky Header *****/

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    box-shadow: 0px 0px 11px #00000055;
    background: #fff;
    position: fixed;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {}

.sticky .header-right {}

.sticky .topbar,
.sticky .banner-bar {
    height: 0;
    display: none;
    transition: 2s ease;
}

/* *3 */

.content {
    padding-top: 168px;
}


.show-mobile {
    display: none !important;
}

header bdi {
    color: #510f36;
}


/***** front page / homepage *****/

.box-sh {
    padding: 20px;
    margin: 20px 0;
    border-radius: 20px;
    box-shadow: 10px 10px 20px 0px #4f0f3547;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    text-align: center;
}

.box-sh a:hover {
    text-decoration: none;
}

.box-sh:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.box-sh a {}

.box-sh h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.box-sh p {
    font-size: .9rem;
    line-height: 1.3rem;
}


.img-overlay {
    height: 200px;
    width: 200px;
    background-size: 200px;
    margin: 0 auto;
    border-radius: 100px;
    filter: brightness(1.5) contrast(.8);
}

.img-overlay img {
    opacity: 0;
}

.home .box-sh .img-overlay {
    height: 180px;
    width: 180px;
}

.pilot-six-box {
    padding: 30px;
    text-align: center;
    border: 10px solid #f8f3f7;
}

.pilot-six-box img {
    margin-bottom: 30px;
}

.pilot-six-box h5 {
    font-size: 1.4rem;
    font-weight: 600;
}

.bshadow {
    background: #ffffff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 20px;
    box-shadow: 10px 10px 20px 0px #4f0f3547;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    height: 100%;
    text-align: center;
}


.bshadow:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.howitworks {
    background: #f8f3f7;
    padding: 200px 0;
}

.howitworks img {
    margin-bottom: 25px;
}

.howitworks h5 {
    font-size: 1.4rem;
    font-weight: 600;
}

.howitworks p {}


.howitworks .arrow-icon:nth-of-type(4n+1) .bshadow::before {
    background: url(/wp-content/uploads/2025/01/arrow-top.png) 0 0 no-repeat;
    background-size: contain;
    content: "";
    width: 300px;
    height: 135px;
    top: -135px;
    position: absolute;
    display: inline-block;
}

.howitworks .arrow-icon:nth-of-type(4n-1) .bshadow::after {
    background: url(/wp-content/uploads/2025/01/arrow-bottom.png) 0 0 no-repeat;
    background-size: contain;
    content: "";
    width: 300px;
    height: 135px;
    bottom: -135px;
    position: absolute;
    display: inline-block;
}

.howitworks .arrow-icon:last-of-type .bshadow::before {
    background: none;
}


.hiw-arrows-mob {
    display: none;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    cursor: pointer;
    width: auto;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1rem;
    font-weight: 600;
    background: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {}

/* Style the collapsible content. Note: hidden by default */
.aboutcontent {
    padding: 0;
    margin: 0 0 40px 0;
    display: none;
    overflow: hidden;
    background-color: #fff;
}

.collapsible:after {
    content: '\02795';
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
    filter: opacity(0.5);
}

.active:after {
    content: "\2796";
    filter: opacity(0.5);
    /* Unicode character for "minus" sign (-) */
}

/***** Page title area *****/



.header-wrap {
    padding: 50px 0;
    object-fit: cover;
}


.header-wrap h1,
h1.page-title {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #6c3250;
    text-align: left;
}

.header-right {}

p.menu-title {
    text-align: center;
    margin: 10px 0;
    color: #3a3748;
    font-weight: 500;
}


.page-title {
    color: #222;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}


/************************** Image Overlay with tint colour ****************************/
.image-overlay {
    background: green;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: white;
}

.image-overlay p {
    margin: 0;
}

.image-overlay img {
    object-fit: cover;
    opacity: 0.6;
}

.image-overlay .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/************************** Smooth scroll instructions ****************************/
/* https://github.com/cferdinandi/smooth-scroll */
/* Functions.php to enqueue :  wp_enqueue_script ("smooth-scroll", get_stylesheet_directory_uri()."/js/dist/js/smooth-scroll.js");    */
/* Footer script to include:  <script> 	var scroll = new SmoothScroll('a[href*="#"]');  </script>
   - See full script including speed of scroll in the footer.php of this theme  */

/* Then add links to page: e.g.  <a data-scroll href="#bazinga">Anchor Link</a>   &   <div id="bazinga">Scroll End</div>  */
/* Upload the JS  to /js/dist/js/smooth-scroll.js */

/* *4 */

/***** Parallax Images *****/

.parallax h1 {
    font-size: 3em;
    line-height: 1.2em;
    text-shadow: 2px 2px 8px #212121;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.parallax-200-1 {
    background-color: #fff;
    background-image: url("/wp-content/uploads/2018/06/test-solilowuy.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    padding: 20px;
}


/***** New Ai Slider *****/

.slider-ooaf {
    position: absolute;
    width: 50%;
    position: absolute;
    top: 25%;
    left: 5%;
}

.slider-ooaf h2 {
    font-size: 4rem;
    margin: 0 0 20px 0;
}

.slider-ooaf p {
    font-size: 1.2rem;
}

.slider-ooaf button.one {
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    background: #510f36;
    color: #ffffff;
}

.slider-ooaf button.two {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 20px;
    background: #f2eaf1;
    color: #510f36;
}

.slider-ooaf-mob {
    display: none;
}

.lp-bg {
    background: #f8f3f7;
}

/***** Soliloquy / Slider *****/

.soliloquy-container {
    margin-bottom: 0 !important;
}

.soliloquy-outer-container {}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(0, 0, 0, 0) !important;
    transition: 1s ease;
    text-align: left !important;
    color: #3a3748 !important;
}

.soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    padding-bottom: 0;
}

.soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
}

.soliloquy-container h2 {
    font-family: 'Arvo', serif;
    color: #fff;
    font-size: 5rem;
    line-height: 5.5rem;
}

.soliloquy-container h3 {
    font-family: 'Arvo', serif;
    color: #cdc3ce;
    font-size: 2.5rem;
    line-height: 3rem;
}

.soliloquy-container h3:last-of-type {
    margin: 5px 0 15px 0;
}

.soliloquy-container a {
    color: #6c3250;
    background: #fff;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 2.5rem;
    border-radius: 5px;
}

.soliloquy-container a:hover {
    color: #6c3250;
    background: #F9E9F4;
    text-decoration: none;
}

.soliloquy-container {
    background: none !important;
    height: auto !important;
}

.sol-text-outer {
    width: fit-content !important;
    display: block !important;
    margin: auto !important;
    text-align: center !important;
    background: rgb(135 49 105 / 60%);
    padding: 10px 10px 0 10px;
}

.sol-text-inner {
    border: 1px solid #fff !important;
    border-bottom: none !important;
    padding: 50px 100px;
}

/***** Mega Menu Styling ******/

#mega-menu-wrap-primary,
.navbar-default {
    background: #521035;
    border: 0px;
    float: none;
    padding: 0;
}

ul.mega-sub-menu {
    /*    padding-top:  25px!important;*/
    /*    padding-bottom: 25px!important;*/
    padding: 0px 10px !important;
}



#mega-menu-wrap-topbar .mega-menu-toggle .mega-toggle-block-1:after {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    color: #fff;
    margin: 0 0 0 5px;
    position: relative;
}

#mega-menu-wrap-topbar #mega-menu-topbar input,
#mega-menu-wrap-topbar #mega-menu-topbar img {
    max-height: 200px;
    margin: 0 auto;
    display: block;
    width: auto;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #6c3250;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.2rem;
}

#mega-menu-wrap-topbar ul {
    padding: 0;
}

#mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-tabbed > ul.mega-sub-menu {
    border-bottom: 10px solid #e3bbd1;
}

#mega-menu-wrap-topbar #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    padding: 25px;
}

#mega-menu-wrap-topbar li ul.menu li:last-of-type {
    font-weight: 600;
    margin-top: 10px;
}

#mega-menu-wrap-topbar li {
    list-style: none;
}

#mega-menu-wrap-topbar li a {
    color: #6c3250;
}

#mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #6c3250;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.2rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    font-weight: bold;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    font-weight: bold;
}

ul.mega-sub-menu h4.mega-block-title {
    display: none !important;
}

.menu-bar ul.menu li:first-of-type {
    color: #6c3250;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.2rem;
    font-weight: 700;
}

/* 7* */



/***** video *****/

#video {
    position: relative;
    padding-bottom: 42.5%;
    height: 0;
    border: 0;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-list .animal h3 {
    text-align: center;
    margin-bottom: 5px;
}

.video-list .animal h4 {
    margin-bottom: 5px;
    color: #3a3749;
}

.video-list .animal p {
    margin: 0 0 7px 0;
    line-height: 1.25rem;
}

.video-list .animal p.price {
    height: 50px;
}

.video-list .animal p.price span {
    color: darkorange;
    font-size: 1.75rem;
    line-height: 3rem;
}

.video-list .animal p.price span span {
    display: block;
    font-size: 1rem;
    color: white;
    background: darkorange;
    padding: 4px 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.25rem;
}

.video-list .animal .btn-default {
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    width: auto;
    font-size: .8rem;
    text-decoration: none !important;
}

.video-list {
    padding: 10px 30px 30px;
    background: #e6f6ff;
    margin: 15px 0;
    display: block;
}

.video-list img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.post-type-archive-virtual-training .video-list {
    position: relative;
    padding: 10px 15px;
}

.video-list:hover {
    background: #d1eeff;
}

.video-list .embed-responsive-16by9 {
    min-height: unset;
}

.video-list iframe {
    max-height: 250px;
    width: 100%;
    position: unset;
    height: 200px;
    cursor: default;
    pointer-events: none;
}

.video-list .ytp-chrome-top,
.ytp-chrome-bottom {
    display: none !important;
}

.archive .Yes {
    display: none;
}

.video-list h4 {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 600;
    text-align: center;
    color: #00a2ff;
    margin: 10px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-list p {
    margin-bottom: 10px;
    text-align: center;
}


.video-single {
    padding: 10px 30px;
    min-height: 100%;
    height: 100%;
    margin: 15px 0;
}


.video-single .embed-responsive-16by9 {
    min-height: unset;
}

.video-single iframe {
    height: 450px;
    max-width: 1000px;
    width: -webkit-fill-available;
    display: block;
    margin: 0 auto 30px auto;
}

.video-single .ytp-chrome-top,
.ytp-chrome-bottom {
    display: none !important;
}

.video-single h2 {
    margin: 0 0 5px 0;
    text-align: center;
}

.video-single p {}

.video-single small p {
    text-align: center;
    margin-bottom: 20px;
}


.post-type-archive-events-list ul {
    line-height: 3rem;
}

/***** sidebar *****/

.blog-sidebar {
    text-align: right;
    background: #efefef;
    padding: 15px 10px;
    margin-bottom: 45px;
}

.blog-sidebar .textwidget {
    margin-bottom: 40px;
}

.blog-sidebar p {
    text-align: center;
}

.blog-sidebar h4 {
    text-align: center;
}


p.blog-author {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
    padding-right: 15px !important;

}

p.blog-pub {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
    padding-right: 15px !important;
}

p.blog-read {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
}

p.blog-up {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    line-height: 1.25rem;
    display: inline-block;
}

.entry-header ::before,
.entry-header ::after {
    position: unset !important;
}

/* 8* */

/***** Main Blog  *****/


.single-post h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

.single-post .container .blog-con img {
    margin: 0 0 20px 40px;
}

.blog-info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px 0 0 0;
    text-align: center;
    background: #000000b0;
    margin-top: -30px;
    color: #fff;
    transition: 1s ease;
}

.blog-info p.blog-post-meta {
    color: #efefef;
    margin: 0;
}

.blog-container {
    position: relative;
    border: 3px solid transparent;
}

.blog-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 1s ease;
    backface-visibility: hidden;
}

.blog-image img {
    display: block;
    margin: 0 auto;
    max-height: 250px;
    width: auto;
}

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

.blog-container:hover .blog-image {
    filter: grayscale(1);
}

.blog-container:hover .blog-middle {
    opacity: 1;
}

.blog-container:hover .blog-info {
    opacity: 0;
}

.blog-text {
    background-color: #5dc5ea;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}

.blog-middle a,
.blog-middle a:hover {
    text-decoration: none;
}

.blog-post p {}

.blog-post p:hover {
    text-decoration: none;
}

.blog-cols {
    padding: 0 10px;
}

.blog-con .blog-img img {
    margin: 0 auto 20px auto;
    display: block;
    object-fit: cover;
    height: 200px;
    width: 100%;
    max-height: 200px;
}

.blog-cols h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
    text-transform: none;
}

.blog-cols h3::before {
    display: none;
}

.blog-cols p {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 8px 0;
    font-size: .9rem;
    line-height: 1.5rem;
}

.blog-cols p.blog-post-meta {
    font-size: .85rem;
    font-weight: 600;
    color: #521035;
}

select.filter-blog {
    background: #3589b2;
    border: none;
    border-radius: 15px;
    width: auto;
    color: #fff;
    padding: 7px;
    font-size: 1rem;
    font-weight: 300;
    margin: 0 auto;
    display: block;
}

.searchandfilter ul {
    padding: 0;
}

form.searchandfilter input[type=submit] {
    background: #3a3748;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff !important;
}

form.searchandfilter input[type=submit]:hover {
    background: #3589b2;
    color: #fff;
    border: none;
}

.dgwt-wcas-search-form {
    max-width: 100%;
}

/***** Single Blog *****/

.featured-image {
    width: 300px;
    float: left;
    margin: 5px 20px 0 0;
}

/***** Case studies *****/

.case-study-excerpt {}

/* 9* */

/***** Testimonials *****/


blockquote {
    background: #e7f6fb;
    border-radius: 30px;
    padding: 10px 30px;
}

blockquote a {
    color: #3a3748;
}

/*
blockquote::before {
    content: url(/wp-content/uploads/2022/12/quote-right-2.png);
    left: 270px;
    margin-top: 40px;
}

blockquote::after {
    content: url(/wp-content/uploads/2022/12/quote-left-2.png);    
    right: 270px;
    margin-top: -410px;
}
*/

.strong-view-id-1 .wpmtst-testimonial-content {
    text-align: left !important;
    margin: 0 !important;
}

.strong-view-id-1.strong-view.wpmtst-modern .wpmtst-testimonial-content p:last-of-type {
    font-size: 1rem !important;
    font-style: italic;
    line-height: 1.5rem !important;
}

.strong-view-id-1.strong-view.wpmtst-modern .wpmtst-testimonial-field {
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
}

/* 10* */
/***** Contact Form CF7 WPCF7  *****/

form.wpcf7-form {
    max-width: fit-content;
    margin: 0 auto;
}

form p:first-of-type,
form p:nth-of-type(2) {
    margin: 0 !important;
}

.wpcf7-spinner {
    display: none;
}

#wpcf7-f5-o1 {
    padding: 50px;
}

.wpcf7-form-control-wrap {
    width: -webkit-fill-available;
}

[type=submit] {
    width: 100%;
    padding: 0 20px;
    margin-left: 0;
    background: #521035;
    font-weight: 500;
    color: #f2eaf2;
    border: 2px solid #521035;
    width: 100%;
    font-size: 1.2rem;
    padding: 5px;
}

[type=submit]:hover {
    background: #e3bbd1;
    color: #521035;
    border: 2px solid #e3bbd1;
}

.form-control {
    background: rgba(255, 255, 255, 0.6);
}

label {
    width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    border: none;
    border-radius: 5px;
    width: 100%;
    color: #3C3C3B;
    padding: 7px;
    font-size: .9rem;
    font-weight: 300;
    margin-bottom: 16px;
}

select {
    height: 42px;
    text-align: center;
}

.pilot2 h4 {
    font-size: 1.2rem;
    margin: 20px 0;
}

.pilot2 button,
.pilot2 input,
.pilot2 optgroup,
.pilot2 select,
.pilot2 textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: left;
}

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

.pilot2 .wpcf7-checkbox input,
.pilot2 .wpcf7-radio input,
.pilot2 .wpcf7-acceptance input {
    margin-right: 10px;
    width: auto;
}

.pilot2 .wpcf7-acceptance {
    margin: 25px 0 10px 0;
    text-align: center;
    display: flow;
}

.pilot2 input.wpcf7-submit {
    width: auto;
    padding: 10px 25px;
    margin: 20px auto;
    display: block;
}


body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 0;
    background: #4f0f35;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
    width: fit-content;
    min-height: 0 !important;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    color: #fff;
}

.woocommerce-checkout .content {
    padding-top: 0;
}

.woocommerce-cart span,
.woocommerce-checkout span {
    color: #4f0f35;
}

.woocommerce-error {
    border-top-color: #4e0e36;
}

::placeholder {
    color: #3C3C3B !important;
    font-size: .9rem;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3C3C3B !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3C3C3B !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3C3C3B !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

.entry-header input,
footer input {
    background: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
    color: #3a3748;
    padding: 7px;
    font-size: .9rem;
    font-weight: 300;
}

textarea {
    height: 100px;
}

input.btn-default {
    max-width: 300px;
    padding: 15px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
}

input.btn-default:hover {
    background: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}

.um-account-main div.um-account-heading {
    align-items: unset !important;
    margin: 10px 0 !important;
}

div.um-account-heading i {
    margin-right: 20px !important;
    font-size: unset !important;
    position: relative !important;
    top: 0px !important;
}

.woocommerce-account .addresses .title h3 {
    float: none;
    text-transform: capitalize;
    letter-spacing: 0;
    text-align: left;
}

/* 11* */
/***** woocommerce home slider *****/

.swiper-slide {
    padding: 15px !important;
}

#wps-slider-section img,
.sp-wcsp-slider-area #sp-wcsp-slider-section-1265 .sp-wcsp-cat-item .sp-wcsp-cat-thumbnail {
    width: 250px;
    height: 250px;
    border: none;
    object-fit: cover;
}

.sp-wcsp-slider-area #sp-wcsp-slider-section-1265 .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name a {
    font-weight: 600;
}

.um a.um-button,
.um a.um-button.um-disabled:active,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:hover,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus {
    background: #4e0e36 !important;
}

.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
    color: #fff !important;
}

.um .um-cover-add:hover,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-item-meta a,
.um .um-member-less a:hover,
.um .um-member-more a:hover,
.um .um-member-name a:hover,
.um .um-members-pagi a:hover,
.um .um-profile-subnav a.active,
.um .um-tip:hover,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #6c3250 !important;
}

#sp-woo-product-slider-766.sp-wps-custom-template .wps-product-image .wpsf-product-img,
#sp-woo-product-slider-766.sp-wps-theme_one .wps-product-image {
    border: none !important;
}

.sp-wcsp-slider-area #sp-wcsp-slider-section-1265 .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name a:hover {
    color: #955b89;
    text-decoration: none;
}

#wps-slider-section #sp-woo-product-slider-766 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover,
#wps-slider-section #sp-woo-product-slider-766 .wpsf-cart-button a.added_to_cart,
.sp-wcsp-slider-area #sp-wcsp-slider-section-1265 .sp-wcsp-cat-item .sp-wcsp-shop-now:hover {
    background: #6b2452;
}

.sub-area .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
}

.sub-area .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 0;
}

.stockists-area in-footer .wpcf7 form.sent .wpcf7-response-output {
    border-color: #4f0f35;
}


/***** woocommerce *****/

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}

.woocommerce .header-wrap {
    text-align: left;
    padding: 50px 0px;
    object-fit: cover;
}

.woocommerce ul.products li.product {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    text-align: center;
}

.woocommerce ul.products li.product a {
    display: block;
}

.woocommerce ul.products li.product a img {
    border-radius: 0;
    border: 1px solid #fff;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.woocommerce ul.products li.product a img:hover {
    border: 1px solid #6c3250;
}

.mark,
mark {
    display: none;
}

.woocommerce ul.products li.product .button {
    background: #6c3250;
    color: #fff;
    font-weight: 300;
    font-size: .9rem;
    border-radius: 5px;
    padding: 9px 18px;
    line-height: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
#wps-slider-section #sp-woo-product-slider-444 .wpsf-product-title,
.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 1rem;
    color: #3C3C3B;
    font-weight: 500;
    height: auto;
    margin-bottom: 0px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background: #6c3250;
    color: #fff;
    font-weight: 300;
    font-size: .9rem !important;
    border-radius: 5px;
    padding: .618em 1em;
    margin: 0;
    line-height: 1rem;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    text-decoration: none;
    color: #fff;
    background: #6b2452;
}

span.woocommerce-Price-amount.amount {
    color: #6d3250;
    font-weight: 500;
    font-size: 1.2rem;
}

.cart-customlocation a,
.cart-customlocation span.woocommerce-Price-amount.amount {
    font-size: 0.9rem;
    color: #111;
}


#wps-slider-section #sp-woo-product-slider-444 .wpsf-product-title a:hover {
    color: #3C3C3B;
}

.wpsf-product-price span.woocommerce-Price-amount {
    color: #6d3250;
    font-weight: 500;
    font-size: 1.2rem;
}


.wp-block-product-new .woocommerce-price-suffix {
    color: #832f69;
    font-size: 0.975em;
    font-weight: 400;
}

span.woocommerce-Price-currencySymbol {
    color: #6d3250;
}

.woocommerce ul.products li.product .price {
    margin: 0;
}

.woocommerce ul.products li.product .price span {
    color: #6d3250;
    font-weight: 500;
    font-size: 1.2rem;
}

.woocommerce-price-suffix {
    color: #832f69;
    font-size: .875em;
    font-weight: 400;
}

#wps-slider-section #sp-woo-product-slider-444 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button),
#wps-slider-section #sp-woo-product-slider-766 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button),
.sp-wcsp-slider-area #sp-wcsp-slider-section-1265 .sp-wcsp-cat-item .sp-wcsp-shop-now {
    color: #444444;
    background: #873169;
    color: #fff;
    font-weight: 300;
    font-size: .9rem;
    border-radius: 5px;
    border: none;
    margin-top: 1em;
}

.woocommerce ul.products li.product .price small {
    color: #832f69;
}

#wps-slider-section #sp-woo-product-slider-444.sp-wps-theme_one .wps-product-image {
    border-radius: 20px !important;
    border: none !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    padding: 5px 10px;
    border: 1px solid #efefef;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: #efefef 1px solid;
    border-radius: 10px;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 0 auto;
    width: fit-content;
    position: unset;
    float: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #4e0e36 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #4e0e36 !important;
    border: 1px solid #ffffff !important;
}

/***** Single product *****/

#swipebox-close {
    filter: drop-shadow(0px 2px 9px #000)!important;
}

.single-product .header-wrap {
    display: none;
}

.single-product h1 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    font-size: 2rem;
}

.woocommerce .single-product div.product {
    position: unset;
}

body + .sticky {
    padding-top: 200px;
}

.product_meta {
    display: none;
}

.woocommerce div.product form.cart .button {
    background: #EFC7DF;
    color: #6c3250;
    width: auto;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    background: transparent;
    border: 1px solid #d9d9d9;
    color: #3C3C3B;
    border-radius: 5px;
}

.summary div.product p.price,
.summary div.product span.price,
.summary,
div.product .stock {
    color: #3C3C3B;
}

.summary div.product p.stock {
    font-size: .8rem;
    font-weight: 400;
}

.summary p.price {
    margin-top: 15px;
    color: #3C3C3B;
}

.summary bdi {
    font-weight: 600;
    font-size: 1.5rem;
    color: #6c3250;
}

.summary tbody,
.summary td,
.summary tfoot,
.summary th,
.summary thead,
.summary tr {
    border: 1px solid #efefef;
    border: 0;
    padding: 0;
}

.woocommerce div.product form.cart .variations select {
    border: 1px solid #efefef;
    border-radius: 10px;
    width: fit-content;
}

.woocommerce-product-gallery {
    margin-bottom: 50px;
}

.summary .woocommerce-price-suffix {
    font-size: 1rem;
    font-weight: 600;
    color: #6c3250;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #3C3C3B;
    font-size: .8rem !important;
    margin-bottom: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}

.flex-viewport {
    margin-bottom: 25px;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
    margin-right: 10px !important;
    border: 1px #fff solid;
}

.flex-control-thumbs li:hover {
    border: 1px #510f36 solid;
}

#wps-slider-section img,
.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img {
    border: 1px #fff solid;
}

#wps-slider-section img:hover,
.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img:hover {
    border: 1px #510f36 solid;
}

#wps-slider-section #sp-woo-product-slider-766.wps-product-section .wpsp-pagination-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
#sp-wcsp-slider-section-1265 .sp-wcsp-pagination span.swiper-pagination-bullet-active {
    background-color: #832f69;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}

.woocommerce div.product div.images img {
    max-width: 400px !important;
    margin: 0 auto !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-right: 2px solid #b1afaf;
    border-radius: 0;
    margin: 0;
    position: unset;
    background: #fff;
    padding: 0 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    color: #b1afaf;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #6c3250;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type {
    border-right: none;
}

.woocommerce-Tabs-panel h2 {
    margin: 10px 0;
    font-size: 1.5rem;
}

.related.products h2 {
    font-size: 1.5rem;
}

.woocommerce div.product h3 {
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
    margin-top: 20px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: none;
}

.ppp select {
    height: 42px;
    text-align: center;
    width: auto;
    border: #efefef 1px solid;
    border-radius: 10px;
}

.woocommerce nav.woocommerce-pagination ul {
    display: block;
    margin: 40px 0;
}

.woocommerce ul.products li,
.woocommerce-page ul.products li {
    clear: none !important;
    display: inline-block;
}

.aws-search-result .aws_result_title {
    color: #020202 !important;
}

.aws-container .aws-show-clear .aws-search-field {
    padding: 0 20px;
}

.aws-container .aws-search-field {
    background: transparent;
}

.aws-container .aws-search-form {
    border: 2px solid #6c3250;
    border-radius: 20px;
}

.aws-container .aws-search-field,
.aws-container .aws-search-field:focus {
    background-color: transparent;
    border: none;
}

.aws-container .aws-search-form .aws-form-btn,
.aws-container .aws-search-form .aws-form-btn:hover {
    background: transparent;
    border: none;
}

.aws-search-result ul li,
.aws-search-result .aws_result_price,
span.woocommerce-Price-amount.amount {
    font-size: .9rem;
}

.aws-search-result ul li {
    border-bottom: none;
}

.aws-search-result .aws_result_link {
    padding: 5px 8px;
}

.aws-search-result .aws_search_more a {
    color: #6c3250;
    font-weight: 600;
}

.cky-notice-btn-wrapper {
    display: inline-block !important;
}

/***** Form fields / Trade register *****/

.um-row _um_row_1 {
    margin: 0 !important;
}

#um_field_522_password_criteria label {
    font-size: 13px !important;
    font-style: italic !important;
    font-weight: 400 !important;
}

#um_field_522_password_criteria .um-field-area {
    display: none;
}

.um-field-type_terms_conditions {
    display: grid !important;
    margin-top: -30px !important;
}

.um-field-type_terms_conditions .um-field-area {
    display: block !important;
}

.um-row-heading {
    color: #3d3d3d;
    font-weight: 600;
    margin-bottom: 20px;
}

.um-field-area .um-field-half {
    width: 100%;
}


.um-field-type_terms_conditions .um-field-area:nth-child(1) {
    display: block !important;
    order: 2;
}

.um-field-type_terms_conditions .um-field-area:nth-child(2) {
    display: block !important;
    order: 1;
}

.woocommerce-account .addresses .title .edit {
    float: none;
    padding-bottom: 20px;
    display: block;
}

.woocommerce-MyAccount-content h3 {
    text-transform: none;
    letter-spacing: 0px;
    text-align: left;
}

input.woocommerce-form__input {
    float: left;
    width: auto;
    margin-right: 10px;
}

.login p {
    display: block;
}

.woocommerce-MyAccount-content footer {
    background: #fff;
    padding: 0;
}

.woocommerce-MyAccount-content footer input {
    width: auto;
    font-size: 1rem;
}

p.shopmagic-optin input {
    border: none;
    border-radius: 0;
    width: auto;
    color: inherit;
    padding: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: inherit;
}

.login {
    display: ruby;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    padding: 0;
}

/* 12* */
/***** Footer *****/

.three-boxes {
    margin-top: 100px;
}

.three-boxes-inner {
    background: #fff;
    padding: 50px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 10px 10px 20px 0px #4f0f3547;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.three-boxes a:hover {
    text-decoration: none;
}

.three-boxes-inner:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.three-boxes-inner .img-overlay {
    max-height: 250px;
    border-radius: 100%;
    margin-top: -125px;
    margin-bottom: 30px;
    filter: brightness(1.2) contrast(1.1);
}

.three-boxes-inner img {
    max-height: 250px;
    border-radius: 100%;
    margin-top: -125px;
    margin-bottom: 30px;
}

.three-boxes-inner h4 {
    font-family: 'Arvo', serif;
    font-size: 1.5rem;
    height: 60px;
}

.page-template-aboutus {}

.page-template-aboutus .col-12.col-md-6 {
    margin-bottom: 100px !important;
}

.page-template-aboutus .three-boxes {
    margin: 50px 0 !important;
}


.page-template-aboutus .three-boxes-inner {
    padding: 50px 50px 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}


section.sub-area {
    background: #521035;
    text-align: center;
}

section.sub-area h3 {
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
}

section.sub-area a {
    text-align: center;
    color: #6c3250;
    background: #fff;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
    width: fit-content;
}

section.sub-area a:hover {
    color: #6c3250;
    background: #F9E9F4;
    text-decoration: none;
}

.stockists-area {
    background: #f2eaf2;
}

.trustpilot-area {}

.sub-area form {
    margin-top: 20px;
}

.sub-area form p {
    display: inline-flex;
}

.sub-area form [type=submit] {
    background: #521035;
    color: #f2eaf2;
    border: 2px solid #f2eaf2;
    margin-left: 5px;
    width: fit-content;
    font-size: 1rem;
}

.sub-area form [type=submit]:hover {
    background: #f2eaf2;
    color: #521035;
    border: 2px solid #f2eaf2;
    margin-left: 5px;
    width: fit-content;
    font-size: 1rem;
}

footer {
    background: #521035;
    color: #fff;
    padding: 40px 0;
}

footer h4 {
    font-size: 1.55rem;
    text-align: center;
    margin-bottom: 40px;
}

footer ul {
    list-style: none;
    display: ruby;
    padding: 0
}

footer li {
    padding: 0 10px;
    color: #fff;
    border-right: 2px solid #fff;
}

footer li:last-of-type {
    padding: 0 10px;
    color: #fff;
    border-right: none;
}

footer p {
    color: #fff;
    margin: 0;
    font-size: .8rem;
}

footer a {
    color: #fff;
    font-size: .8rem;
}

footer a:hover {
    color: #fff;
}

footer #block-34 a:hover {
    color: #521035;
    background: #fff;
}



.fb1 img {
    filter: brightness(55);
}

.fb1 {
    text-align: left;
    display: grid;
}

.fb2 {
    text-align: center;
    display: grid;
}

.fb2 img {
    max-height: 35px;
    margin-bottom: 20px;
}

.fb3 {
    text-align: right;
    display: grid;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
    width: 13px;
}

footer #block-34 a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 5px 8px;
}

#block-10,
#block-18,
#nav_menu-2 {
    align-self: end;
}

.whatsapp {
    position: fixed;
    bottom: 0;
    left: 25px;
    z-index: 999;
    background: #2db642;
    color: white;
    padding: 5px 8px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.whatsapp img {
    max-height: 27px;
    width: auto;
}

/* 13* */
/***** Copyright *****/


.copyright {
    background-color: #64273f;
    font-size: 0.75rem;
    color: #fff;
    padding: 15px 0;
}

.copyright a {
    color: #fff;
    margin-left: 15px;
}

.copyright p {
    line-height: 15px;
    font-size: 11px;
    margin-bottom: 0;
    color: #fff;
}

.copyright a:hover {
    color: #4CB3EA;
}

.copyright p.copyright-right {
    text-align: right;
}

.copyright p.copyright-left {
    text-align: left;
}


/* 14* */
/***** 404 / Search *****/

.page404 {
    margin-top: 50px;
    text-align: center;
    padding: 100px 30px;
}

.page404 h2 {
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 8px #212121;
}

.page404 p {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 8px #212121;
}

.page404 form#searchform.searchform {
    max-width: 300px;
    margin: 0 auto;
}



/* 15* */
/***** Resolution Break Point / Media Screens *****/

/***** 
Bootstrap Grid 

Size              Extra Small    Small         Medium        Large       Extra Large
                  <576px         >=576PX       >=768px       >=992px     >=1200px
Class Prefix      .col-          .col-sm-      .col-md-      .col-lg-    .col-xl-

*****/

@media (max-width:1500px) {

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 10%;
    }

    .slider-ooaf {
        top: 20%;
    }

    .slider-ooaf h2 {
        font-size: 3.5rem;
    }


    /*** body ***/

    /*** footer ***/
}

@media (max-width:1300px) {

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 5%;
    }

    .sol-text-inner {
        padding: 30px 80px;
    }

    .soliloquy-container h2 {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .soliloquy-container h3 {
        font-size: 2.3rem;
        line-height: 2.8rem;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Large devices (desktops, up to 1200px)   .col-lg-   *****/
@media (max-width:1199px) {

    /*** header / menu ***/
    .soliloquy-container h1,
    .entry-header h1 {
        font-size: 2.7rem;
        line-height: 3rem;
    }

    .soliloquy-container h2 {
        font-size: 3rem;
        line-height: 4.5rem;
    }

    .soliloquy-container h3 {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }


    .slider-ooaf {
        top: 17%;
    }

    .slider-ooaf h2 {
        font-size: 3rem;
    }

    .slider-ooaf p {
        font-size: 1rem;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Medium devices (tablets, up to 992px)   .col-md-   *****/
@media (max-width:998px) {

    /*** header / menu ***/

    .show-mobile {
        display: block !important;
    }

    .show-mobile ::before,
    .show-mobile ::after {
        position: relative;
    }

    .hide-mobile {
        display: none;
    }

    .topbar {
        text-align: center;
    }

    .topbar .asc {
        padding: 10px;
    }

    .custom-logo {
        max-height: 55px;
        margin: 10px auto 5px;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Medium devices (tablets, up to 992px)   .col-md-   *****/
@media (max-width:991px) {

    /*** header / menu ***/

    .header-wrap {
        padding: 35px 0;
        text-align: center;
    }

    .sol-text-inner {
        padding: 20px 50px;
    }

    .soliloquy-container h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .soliloquy-container h3 {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .soliloquy-container a {
        font-size: .8rem;
        line-height: 1.5rem;
    }

    .content {
        padding-top: 188px;
    }

    .slider-ooaf {
        top: 18%;
    }

    .slider-ooaf h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .slider-ooaf p {
        line-height: 1.5rem;
        font-size: .9rem;
        margin-bottom: 10px;
    }

    .slider-ooaf button.one,
    .slider-ooaf button.two {
        padding: 5px 20px;
        font-size: .9rem;
    }

    /*** body ***/

    .three-boxes-inner {
        padding: 15px;
    }

    .three-boxes-inner h4 {
        font-size: 1.1rem;
        height: 50px;
    }

    .three-boxes-inner p {
        font-size: .9rem;
        line-height: 1.3rem;
    }

    .three-boxes-inner .img-overlay {
        margin-bottom: 25px;
    }

    .img-overlay {
        margin-bottom: 30px;
    }

    .fb1 img {
        display: block;
        margin: 0 auto 30px auto;
        max-height: 65px;
        width: auto !important;
    }

    .three-boxes {
        margin-top: 150px;
    }

    .wac {
        margin-bottom: 20px;
    }

    #block-9,
    #block-10,
    #block-18 {
        text-align: center;
    }

    #block-10 {
        margin-bottom: 25px;
    }

    .fb2 img {
        margin-bottom: 25px;
    }

    #block-34 {
        text-align: center;
        margin: 25px 0;
    }

    #block-27,
    #block-35,
    #block-36 {
        display: none;
    }

    /*** footer ***/
    footer p {
        font-size: .7rem;
    }

    footer a {
        font-size: .7rem;
    }

}

/***** Small devices (landscape phone, up to 768px)   .col-sm-   *****/
@media (max-width: 767px) {
    .content {
        padding-top: 257px;
    }

    .slider-ooaf {
        top: 23%;
    }

    .slider-ooaf h2 {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }

    .slider-ooaf p {
        line-height: 1.1rem;
        font-size: .75rem;
        margin-bottom: 5px;
    }

    .slider-ooaf button.one,
    .slider-ooaf button.two {
        padding: 5px 20px;
        font-size: .75rem;
    }

    html.mega-menu-primary-off-canvas-open {
        overflow: hidden;
        height: auto;
    }

    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        z-index: 9999999999999999;
    }

    /*** header / menu ***/


    .custom-logo {
        max-height: 55px;
        margin: 10px auto 5px 0;
    }

    .mob-only-menu {
        display: block;
    }

    .mob-only1 {
        order: 1;
    }

    .mob-only2 {
        order: 2;
    }

    .mob-only3 {
        order: 3;
    }

    .menu-bar {
        display: none;
    }

    .soliloquy-container p:nth-of-type(2),
    .soliloquy-container p:nth-of-type(3),
    .entry-header p:nth-of-type(2),
    .entry-header p:nth-of-type(3) {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .soliloquy-container h1,
    .entry-header h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .banner-bar .pull-right,
    .banner-bar .pull-left {
        text-align: center;
    }

    .tb2 {
        display: none;
    }

    .tb3 {
        font-size: .7rem;
    }

    section,
    .stockists-area {
        padding: 40px;
    }

    .howitworks h2 {
        margin-bottom: 0;
    }

    .box-sh .mt40 {
        margin-top: 40px;
    }

    /*** body ***/

    .arrow-icon {
        flex: auto;
        display: block !important;
        padding: 20px;
    }

    .bshadow::before,
    .bshadow::after {
        display: none !important;
    }

    .hiw-arrows-mob {
        display: block;
    }

    .hiw-arrows-mob img {
        max-height: 150px;
        width: auto;
        margin: 20px auto -20px auto;
    }


    .cart-customlocation a,
    .cart-customlocation span.woocommerce-Price-amount.amount {
        font-size: 0.7rem;
    }

    /*** footer ***/
    .copyright p.copyright-right,
    .copyright p.copyright-left {
        text-align: center;
    }
}


/***** Small devices (phones, up to 576px)   .col-   *****/
@media (max-width: 575px) {

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
    }

    .slider-ooaf {
        top: auto;
        position: relative;
        margin-top: -130px;
    }

    .slider-ooaf h2 {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    .slider-ooaf p,
    .slider-ooaf button.one,
    .slider-ooaf button.two {
        display: none;
    }

    .slider-ooaf-mob {
        display: block;
        padding: 20px 25px;
    }

    .slider-ooaf-mob p {
        line-height: 1.65rem;
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .slider-ooaf-mob button.one {
        line-height: 1.65rem;
        font-size: 1rem;
        width: auto;
        display: inline-block;
        padding: 10px 20px;
        background: #510f36;
        color: #ffffff;
    }

    .slider-ooaf-mob button.two {
        line-height: 1.65rem;
        font-size: 1rem;
        width: auto;
        display: inline-block;
        margin-left: 10px;
        padding: 10px 20px;
        background: #f2eaf1;
        color: #510f36;
    }

    .content {
        padding-top: 270px;
    }

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

    .minibasket-dt {
        display: none;
    }

    .minibasket-mob {
        display: block;
        text-align: center;
        padding: 5px;
    }

    .header-wrap h1,
    h1.page-title {
        font-size: 2.5rem;
        line-height: 3rem;
    }


    h2 {
        font-size: 2rem;
        margin: 0 0 15px 0;
    }

    .topbar .fbtns {
        padding: 3px 0 0 0;
    }

    span.contact:first-of-type {
        display: block;
        margin-bottom: 10px;
    }

    /*** header / menu ***/
    .woocommerce .hearder-wrap {
        padding: 70px 0 20px 0;
    }

    .entry-header {
        width: 90%;
    }

    .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
        width: 80% !important;
        margin: 0 10%;
    }



    .sol-text-inner {
        padding: 30px 30px;
    }


    .banner-bar {
        padding: 10px 2px;
    }

    section,
    .stockists-area {
        padding: 40px 20px;
    }
 
    /*** body ***/

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    #wps-slider-section #sp-woo-product-slider-444 .wpsf-product-title,
    .wc-block-grid__product .wc-block-grid__product-title {
        font-size: 0.9rem;
        height: 40px;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 40px 0 20px 0;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 10px;
    }

    /*** footer ***/
    #block-39 {
        text-align: center;
    }

    .howitworks .spacer40 {
        height: 5px;
    }

    .pilot-six-box {
        padding: 10px 0;
    }

    .arrow-icon {
        padding: 10px;
    }

    .howitworks {
        padding: 50px 20px !important;
    }

    #wps-slider-section img,
    .sp-wcsp-slider-area #sp-wcsp-slider-section-1265 .sp-wcsp-cat-item .sp-wcsp-cat-thumbnail {
        display: block;
        margin: 0 auto;
    }

    .login {
        display: -webkit-inline-box;
    }

    a.cart-customlocation {
        font-size: 0.7rem;
    }
}
