@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@400;700&display=swap');

:root{
    --darker: #005E5D;
    --lighter: #00B8B5;
    --font-h1: 2.5rem;
    --font-h2: 2.2rem;
    --font-big-text: 1.3rem;
    --font-medium-text:1.25rem;
    --font-smaller-text: 1.1rem;
}


body{
    margin: 0;
    /* background: radial-gradient(50% 50% at 0% 0%, #00B8B5 0%, #005E5D 100%); */
    background: radial-gradient(40% 70vh at 0% 0%, var(--lighter) 0%, var(--darker) 100%), url(../images/main_bg_new.png) no-repeat top left / 25%;
    background-repeat: no-repeat;
    background-blend-mode:multiply;

}


body, div, p, h1, h2, h3, form, ul, ol {
    font-family: 'Alegreya', serif;
}

p {
    overflow-wrap: normal;
}

h1{
    font-size: var(--font-h1);
    font-weight: 400;
    line-height: var(--font-h1);
}

h2{
    margin-top: 0;
    font-size: var(--font-h2);
    font-weight: 400;
    line-height: var(--font-h2);
}
h3 {
    font-weight: normal;
    margin: 0;
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.1;
}
header{
    padding:2.45rem 0 0;    
    position: relative;
}

ol {
    padding-left:0;
}

ol li {
    margin-bottom: 2rem;
    list-style-position: inside;
}

.main-wrapper{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3.85rem;
}

.content-wrap{
   /* padding-bottom:90px;*/
}

.logo-wrapper{
    text-align:center;
    margin-bottom: 2.45rem;
}

.logo-wrapper a{
    display:inline-block;
}

.logo-wrapper p{
    margin: 0;
    /* font-size: 0.938rem; */
    font-size: 1.25rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.menu-wrapper{
    background-color: rgba(255,255,255,0.15);
}

.top-menu{
    display: flex;
    /* grid-template-columns: auto auto auto auto auto auto auto; */
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0.7rem 0;
    justify-content: space-between;
}

.left-separator{
    /* padding-left: 6.65rem;
    border-left:1px solid #ffff; */
}

.seperator-menu{
    pointer-events: none;
}

.top-menu a{
    font-family: 'Arial';
    /* font-family: 'Alegreya', serif; */
    font-size: 0.9rem;
    text-decoration: none;
    color: #ffff;
    text-transform: uppercase;
}

.top-menu .current-menu-item a,.top-menu .current-menu-ancestor a{
    /* font-weight: 600; */
    color: #cee5e5;
}


.footer-menu .menu-item-object-custom{
    display:none;
}

.top-menu a:hover, .top-menu a.selected {
    color: #cee5e5;
}

footer a {
    color: #ffff;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 0.7rem
}

footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}


.social{
    /* text-align:center; */
}

.copyright{
    display: flex;
}


.menu_opener{
    position: absolute;
    color: #fff;
    font-size: .9rem;
    z-index: 300;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.menu_opener {
    display: none;
}

.menu_opener_image{
    padding-right: .2rem;
    fill: #7b4d4d;
    height: 1.4rem;
    width: 1.75rem;
    z-index: 100;
}

    a,a:hover,a:active,a:link{
        text-decoration: none;;
    }
    
    .footer-wrapper{
        display: flex;
        justify-content: space-between;
        padding: 5rem 0;
        border-top: 1px solid;
        font-family: Times New Roman;
        font-style: normal;
        font-weight: normal;
        font-size: var(--font-smaller-text);
        line-height: 1.4rem;
        color: #FFFFFF;
    }
  
    .content-wrapper{
        text-align:center;
        padding-top:2.5rem;
        padding-bottom:5rem;
        font-family: Times New Roman;
        font-style: normal;
        font-weight: normal;
        font-size: var(--font-big-text);
        line-height: 2rem;
        color: #FFFFFF;
    }

    .slider{
        padding:0;
        margin:0;
        display:flex;   
        margin-top:2.5rem;  
    }

    .slider li{
        width:25%;
        height: 24.375rem;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        transition-property: width;
    	transition-duration: 1s; 
    }

    .slider.sl-count-1 li{
        width:50%;
    }

    .slider.sl-count-2 li{
        width:50%;
    }

    .slider.sl-count-3 li{
        width:33.3%;
    }

    .slider.sl-count-4 li{
        width:25%;
    }

    .slider.sl-count-5 li{
        width:20%;
    }
   
    .slider li a{
        background-size: cover!important;
        background-position: center;
        width: 100%;
        height: 24.375rem;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: inline-block;
        transition-property: width;
        transition-duration: 1s;
        position: relative;
    }

    .caption{
        opacity: 0;
        position: absolute;
        right:1rem;
        bottom:0.7rem;
        transition-property: opacity;
        transition-duration: 1s;
        text-decoration: none;
        display: inline-block;
        /* color: #005e5d;
        background-color: #ffff; */
        color: #ffff;
        background-color: #005e5d;
        padding: 0.35rem;
        font-size: var(--font-smaller-text);
    }

    .mb-show{
        display: none;
    }

    .page-content{
        display: flex;
        padding: 4.9rem 0 6.3rem;
        align-items: flex-start;
    }

    .page-content h1{
        margin-top:0;
    }


    
    .categ-content{
        width: 35%;
        float: left;
        text-align: left;
        padding-right: 3.5rem;
        padding-bottom: 2.5rem;
        font-family: 'Times New Roman';
        font-style: normal;
        font-weight: normal;
        font-size: var(--font-big-text);
        line-height: 2rem;
        color: #FFFFFF;
    }

    .gallery{
        float: right;
        width: 65%;
        margin-top:2rem;
    }



    .info-page .categ-content{
        width: 50%;
    }

    .info-page .gallery{
        width: 50%;
    }

    .gal-img-wrap img,.gallery img{
        width:100%;
        height:auto;
    }

    .gal-img-wrap p{
        font-style: normal;
        font-weight: normal;
        font-size: var(--font-smaller-text);
        color:#ffff;
        margin: 0 0 1rem;
    }

    .page-template-page-categories .slider{
        margin-top:0;
    }

    .page-template-page-categories .page-content,.page-template-page-stones-types .page-content{
        padding-top:0;
    }

    .page-template-page-stones-types h2{
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 1rem;
        margin-bottom: 1.4rem;
    }

    .page-template-page-stones-types .two-image-wrapper .stones-list{
        margin-bottom: 1.4rem;
    }

    .page-template-page-categories h1,.page-template-page-stones-types h1{
        color:#fff;
        padding-top:4.9rem;
        margin-top: 0;;
    }

    .content_404{
        color: #ffff;
        min-height: 45vh;
        padding-top: 40px;
        font-size: var(--font-big-text);
    }
    


    /* SUB MENU ON CATEGORY PAGE */
    /* #submenu, #submenubottom{position:absolute;top: 0;width:285px;margin-left:-2px;background-color: rgba(0,109,106,0.3);padding: 4px 4px 8px;}.info #submenu{width: 430px;} */
/*#submenu.top{top:0;margin-top:39px;}#submenubottom {bottom: 0;top:auto}.stock #submenu.top{margin-top:0}.stock #submenubottom{background-color:transparent}
#submenu li, #submenubottom  li{    
    float: left;
    margin: 0 1.05rem;
    list-style-type: none;
}
#submenu li.right, #submenubottom  li.right{margin-right:0;}
#submenu li.left, #submenubottom  li.left{margin-left:0;}
#submenu.engraved li{margin-left:6px;}
#submenu li a, #submenu li a:visited, #leftcontent #submenubottom li a, #leftcontent #submenubottom li a:visited{    

    font-size: 0.80rem;
    text-align: center;
    padding-top: 52px;
    background-image: url(../images/submenu_new.png);
    background-repeat: no-repeat;
    line-height: 1.3em;
    float: left;
    width: 63px;
    height: 20px;
    color: #dafdfc;
    font-family: 'Alegreya', serif;
}

#submenu li a#exterior{  background-position: -823px 2px;}
#submenu li a#exterior.selected, #submenu li a#exterior:hover{background-position:-823px -73px;}
#submenu li a#interior{  background-position: -896px 2px;}
#submenu li a#interior.selected, #submenu li a#interior:hover{background-position:-896px -73px;}
#submenu li a.selected, #submenu li a:hover{color: #fff;}
#submenu.about li a, #submenu.about li a:visited{height:10px;}
#submenu li a#symbol{background-position: 8px -2px;}
#submenu li a#symbol.selected, #submenu li a#symbol:hover{background-position:8px -76px;}
#submenu li a#head{background-position:-63px 0;}
#submenu li a#head.selected, #submenu li a#head:hover{background-position:-63px -75px;}
#submenu li a#memorial{background-position:-144px 0;}
#submenu li a#memorial.selected, #submenu li a#memorial:hover{background-position:-144px -75px;}
#submenu li a#info {background-position: -957px 0;width: 63px;}
#submenu li a#info.selected, #submenu li a#info:hover{background-position:-957px -75px;}
#submenu li a#holed{background-position:-216px 0;}
#submenu li a#holed.selected, #submenu li a#holed:hover{background-position: -216px -77px;}
#submenu li a#standing{background-position: -289px -2px;}
#submenu li a#standing.selected, #submenu li a#standing:hover{background-position:-289px -75px;}
#submenu li a#circles{background-position: -373px 0;}
#submenu li a#circles.selected, #submenu li a#circles:hover{background-position:-373px -75px;}
#submenu li a#carved{background-position:-442px 0;white-space:nowrap}
#submenu li a#carved.selected, #submenu li a#carved:hover{background-position:-442px -75px;}
#submenu li a#about{background-position:-513px 0;}
#submenu li a#about.selected, #submenu li a#about:hover{background-position:-513px -75px;}
#submenu li a#pricing{background-position:-587px 0;}
#submenu li a#pricing.selected, #submenu li a#pricing:hover{background-position:-587px -75px;}
#submenu li a#stonetypes{background-position:-672px 0;}
#submenu li a#stonetypes.selected, #submenu li a#stonetypes:hover{background-position:-672px -75px;}
#submenu li a#installation{background-position:-749px 0;}
#submenu li a#installation.selected, #submenu li a#installation:hover{background-position:-749px -75px;}
#leftcontent #submenubottom li a, #leftcontent #submenubottom li a:visited{background-image:url("../images/stock_submenu.png");}
#submenu li a.ext, #submenubottom li a.ext{background-image:url("../images/stock_submenu.png");background-position:7px 2px;}
#submenu li a.ext.selected, #submenu li a.ext:hover, #submenubottom li a.ext.selected, #submenubottom li a.ext:hover{background-image:url("../images/stock_submenu.png");background-position:7px -73px;}
#submenu li a.int, #submenubottom li a.int{background-image:url("../images/stock_submenu.png");background-position:-78px 2px;}
#submenubottom li a.int.selected, #submenubottom li a.int:hover, #submenu li a.int.selected, #submenu li a.int:hover{background-image:url("../images/stock_submenu.png");background-position:-78px -73px;}

.icon-list{
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-top: 2.5rem;
}

#submenu .icon-list li:first-child{
    margin-left: 0;
}*/

.item-content-wrapper{
    max-width: 50rem;
    text-align: center;
    margin: 4.9rem auto 3.75rem auto;
    color: #ffff;
    font-family: Crimson Text;
    font-style: normal;
    font-weight: normal;
    font-size: var(--font-big-text);
    line-height: 1.5;
}

.item-content-wrapper p:last-of-type{
    margin-bottom:0;
}

.next-link svg{
    transform: rotate(180deg);
}

.item-content-wrapper .readmore{
    display: block;
    margin-top: 15px;
}

.item-content-wrapper .readmore svg path{
    fill: #cee5e5;
}

.item-content-wrapper .readmore:hover svg path {
    fill: #FFFFFF;
}

.next-prev-link svg path {
    fill: #cee5e5;
}

.next-prev-link a:hover path{
    fill: #FFFFFF;
}

.item-content-wrapper .readmore svg{
    display: block;
    margin: 0 auto;
    transform: rotate(270deg);
}

.page-content-wrapper{
    margin: 4.9rem auto 3.75rem auto;
    color: #ffff;
    font-family: Crimson Text;
    font-style: normal;
    font-weight: normal;
    font-size: var(--font-big-text);
    line-height: 1.5;
}

.page-content-wrapper a,.item-content-wrapper a,.categ-content a{
    color: #cee5e5;
}

.page-content-wrapper a:hover,.item-content-wrapper a:hover,.categ-content a:hover{
    color: #ffff;
}

.item-content-wrapper.leftwrp{
    text-align:left;
}

.item-content-wrapper h2{
    padding-top:2.45rem;
    margin-bottom:0;
}

.int-gallery h2{
    text-align: center;
    color:#ffff;
    padding-top:2.45rem;
    margin-bottom:2.45rem;
}

.sec-text{
    padding: 2.5rem;
    /* margin: 2.5rem auto; */
    /* color: #ffff; */
    /* font-size: 1.2rem; */
    max-width: 50rem;
    text-align: center;
    margin: 3.75rem auto;
    color: #ffff;
    font-family: Crimson Text;
    font-style: normal;
    font-weight: normal;
    font-size: var(--font-big-text);
    line-height: 1.5;
}

.sec-text ul{
    padding: 0;
    text-align: left;
    list-style-type: disc;
    /* list-style-position: inside; */
    max-width: 80%;
    margin: 0 auto;
}

.sec-text ul li{
    margin:5px 0;
}


.stone-wrapper-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 2.8rem;
    column-gap: 0.5rem;
    max-width: 100%;
    margin-bottom: 1.8rem;
    
}

.stone-wrapper{
    cursor:pointer;
    position: relative;
    break-inside: avoid-column;
}
/* .page-id-425 .stone-wrapper{
    margin-bottom:2.8rem;
} */
.stone-wrap{
    position: relative;
}

.stone_thumb img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.stone_thumb:hover img{
    opacity:0.7;
}

.stone-wrapper:hover .stone_thumb {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    opacity: 0.7;
    }

    .stone-wrapper:hover .stone_thumb img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .readmore{
        color: #ffff;
        font-size: var(--font-big-text);
    }

    .moretext {
        display: none;
        padding: 15px 0;
    }

    .moreless-button .readmore_svg{
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .moreless-button.active .readmore_svg{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .readless_svg{
        display:none;
    }

    .moreless-button.active .readmore_svg{
        display:none;
    }

    .moreless-button.active .readless_svg{
        display:inline;
    }
      
    .parvus__overlay {
        background-color: rgba(0,94,93,0.8)!important;
    }

    .parvus__btn,.parvus__btn:hover{
        background-color: #ffff;
        color: #005e5d;
    }

    .parvus__slide figure {
        /* max-width: 90%!important; */
        margin: 0 auto!important;
    }

    .parvus__slide img{
        /* width: 100%!important;
        max-width: 100%!important; */
    }

    .parvus__slide figcaption{
        background: #ffffff;
        text-align: left!important;
        /* max-width: 68vw; */
    }

    .parvus__slide figure { display: table; }

    .parvus__slide figcaption { display: table-caption; caption-side: bottom ; }

    a,a:hover,a:active,a:link{
        text-decoration: none;;
    }

    .parvus-zoom__indicator,.parvus__counter{
        display:none!important;
    }

    .stone_thumb, .stone_thumb img {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        object-fit: cover;
        width: 100%;
        object-position: center;
        max-height:350px;
    }

    .stone_thumb {
        overflow: hidden;
    }

.stone_details{
    text-align: left;
    color: #ffff;
    padding: 0.7rem 0.35rem 0;
    font-size: var(--font-small-text);
    line-height: 1.5;
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.stone-wrapper .stone_details > ul {
    list-style-position: outside;
    padding-left: 1.3rem;
    margin: 0.35rem 0 0;
}
.page-template-page-stones-types .stone_details{
    padding: 0 1.2rem 1.2rem;    
}

.page-template-page-stones-types .stone_details > p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.for_mob{
    /* display:none; */
}

.prevlink{
    float:left;
    cursor: pointer;
    position: relative;
}

.prevlink span{   
    line-height: 1.8rem;
    margin-right: 10px;
}

.prevlink span svg{
    pointer-events: none;
}

.sec-text a,.sec-text a:hover{
    text-decoration:none;
    color:#fff;
}

.single-image-wrapper img{
    width:100%;
    height:auto;
}

.next-prev-link{
    display: flex;
    justify-content: space-between;
    font-size: var(--font-smaller-text);
}

.next-prev-link a,.stones-list .stone_details a{
    color: #cee5e5;
}


.next-prev-link a:hover,.next-prev-link a:active,.next-prev-link a:focus,.stones-list .stone_details a:hover,.stones-list .stone_details a:active,.stones-list .stone_details a:focus{
    color: #ffffff;
}

.two-image-wrapper .stones-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

#wpcf7-f6-p19-o1{
    margin:0 auto;
    /* background-color: #006D6A;
    padding:15px 30px; */
    color:#ffff;
    font-size:20px;
}

.form-row{
    padding: 15px 0;
    display: grid;
    grid-template-columns: 1fr;
    position:relative;
    /* overflow: hidden; */
}

.form-row.noflex{
    display: block;
    text-align: right;
    padding-top: 38px;
}

.form-row.noflex.captcha-text{
    padding-top: 15px;
    font-size: 0.9rem;
}

.captcha-text a{
    text-decoration: none;
    color:#cee5e5;
}

.form-row input, .form-row textarea{
    padding: 5px;
    line-height: 20px;
    width: 100%;
    /* max-width: fit-content; */
    max-width: unset;
    -webkit-appearance:none;  
   -webkit-border-radius:3px;
   border-radius:3px;
   border: none;
   font-size: var(--font-big-text);
   /* background: #cee5e5; */
   box-sizing: border-box;
}
.form-row label{
    font-size: var(--font-big-text);
}

.form-row input[type="submit"]{
    padding: 20px 15px;
    color: #005E5D;   
    font-size: var(--font-big-text);
    font-family: 'Alegreya', serif;
    float: none;
    /* margin-right: 4px; */
    width: 50%;
}

.wpcf7-spinner{
    position:absolute;
    left:0;
}

a{
    color:#ffff;
}
/* SUBMENU END */


#button {
    display: inline-block;
    background-color: rgba(255,255,255,0.15);
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    /* bottom: 1.875rem; */
    bottom:5.5rem;
    right: 1.875rem;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  .wpcf7 form .wpcf7-response-output{
      margin:0;
  }

  .contact-wrapper form{
    max-width: 75%;
    margin: 0 auto;
    color: #fff;
    margin-top: 2.8rem;
  }

  .stone_details.title-top{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

      /*== start of code for tooltips ==*/
      .prevlink {   
        position: relative;
    }
    
    
    /*== common styles for both parts of tool tip ==*/
    .prevlink::before,
    .prevlink::after {
        left: 55%;
        opacity: 0;
        position: absolute;
        z-index: -100;
    }
    
    .prevlink:hover::before,
    .prevlink:focus::before,
    .prevlink:hover::after,
    .prevlink:focus::after {
        opacity: 1;
        /* transform: scale(1) translateY(0); */
        z-index: 100; 
    }
    
    
    /*== pointer tip ==*/
    .prevlink::before {
        border-style: solid;
        border-width: 0.6em 0.3em 0 0.3em;
        border-color: #222 transparent transparent transparent;
        bottom: 75%;
        content: "";
        margin-left: -0.5em;
    } 
    
    .prevlink:hover::before,
    .prevlink:focus::before {
        /* transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s; */
    }
    
    
    /*== speech bubble ==*/
    .prevlink::after {
        background: #222;
        border-radius: 0.5rem;
        bottom: 135%;
        color: #fff;
        content: attr(data-tip);
        font-size: 1rem;
        margin-left: -8.75em;
        padding: 0.5rem;
        width: 14.5em;
        line-height: 1.5rem;
    }
    
    .prevlink:hover::after,
    .prevlink:focus::after  {
        /* transition: all .65s cubic-bezier(.84,-0.18,.31,1.26); */
    }

    .prevlink:hover svg path{
        fill: #FFFFFF;
    }

    .page-template-page-stones-types h3{
        padding-top: 0.35rem;
    }

    .contact-wrapper .wpcf7-not-valid-tip{
        color: #dd9236;
        margin-top: 0.21rem;
    }

    .contact-wrapper .wpcf7 form.invalid .wpcf7-response-output, .contact-wrapper .wpcf7 form.unaccepted .wpcf7-response-output, .contact-wrapper .wpcf7 form.payment-required .wpcf7-response-output{
        border:none;
        color: #dd9236;
        font-size: var(--font-big-text);
        padding-left:0;
    }
    
    .stone_details a{
        color: #cee5e5;
    }

    .parvus__slide a{
        color:var(--darker);
    }

  /* .page-id-425 .stone_thumb, .page-id-425 .stone_thumb img{
    max-height: unset;
  }
  

  .page-id-425 .stone_thumb, .page-id-425 .stone_thumb img{
    max-height: unset;
  } */

  .page-id-425 .stone-wrapper-list {
    margin-bottom: 6.3rem;
  }  

  .page-template-page-contact .categ-content>p{
    margin-top: 4.5rem;
  }

@media (min-width: 1200px){
.home .content-wrapper{
    max-width: 66%;
    margin: 0 auto;
}

}

@media (max-width: 1600px) {
    .page-template-page-stones-types .prevlink::after,.page-template-page-about .prevlink::after{
        left: 7.3rem;
        text-align: center;
    }
}

  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  @media (max-width: 1024px){
    #submenu li{
        margin: 0 0.35rem 1rem;
    }

    .slider.sl-count-1 li,.slider.sl-count-2 li,.slider.sl-count-3 li,.slider.sl-count-4 li,.slider.sl-count-5 li{
        width:auto;
    }


    .page-template-page-contact .categ-content{
        width: 70%;
        padding-right: 0;
        margin: 0 auto;
    }
     
    /* .page-id-425 .stone-wrapper-list {
        column-count: 2;
    } */

  }


  @media (max-width: 1024px) and (min-width: 767px){
    .slider {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 15px;
    }

    .slider li{
        width: auto;
        height: auto;
    }

    .slider li a{
        background: none;
    display: block;
    height: auto;
    }

    .caption{
        opacity: 1;
        position: absolute;
        right: 1rem;
        left: 1rem;
        bottom: 0.7rem;
        display: inline-block;
        text-align: center;
    }

    .sliding_panel .mb-show{
        display: block;
        width: 100%;
        height: auto;
    }
  }


  @media (max-width: 992px){
    .top-menu a{
        font-size: 1.4rem;
        letter-spacing: 0.05em;
    }

    .top-menu li{
        padding:0 0.7rem;
    }

    body {
        background: radial-gradient(50% 50% at 0% 0%, var(--lighter) 0%, var(--darker) 100%), url(../images/main_bg_new.png) no-repeat top left / 40%;
    }

    .page-content{
        align-items: flex-start;
    }
    
    .page-template-page-contact .categ-content {
        width: 100%;
    }

    .page-template-page-contact .page-content{
        display:block;
    }
    .page-template-page-contact .categ-content,.page-template-page-contact .gallery{
        width:100%;
        float:none;
    }

    .top-menu .current-menu-item a, .top-menu .current-menu-ancestor a{
        color: #005E5D;
    }

    .contact-wrapper form{
        max-width:100%;
    }

    .page-template-page-stones-types .stone_details{
        padding-left: 0;
        padding-right: 0;    
     }

    }

    .grecaptcha-badge { visibility: hidden; }




@media (max-width: 992px){
    body{
        /*background-position: 0 10%;*/
    }

    .stone-wrapper-list {
        grid-template-columns: 1fr 1fr;
    }

    .sec-text{
        padding:1.25rem;
        line-height: 1.4rem;
        margin: 2.5rem 0;
        padding:0;
    }

    .sec-text ul {
        padding-left: 20px;
        line-height: 1.5;
    }

   .top-menu {
        display: block;
        background-color: #F2EFEE;
        z-index: 200;
        width: 100%;
        margin: 0;
        height: 100%;
        position: fixed;
        top: 7.625rem;
        left: -100%;
        -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
        -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
        -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
        transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
    }
    .is-open .top-menu{
        left: 0;
        padding: 1.4rem 1.4rem;
    }

    .menu_opener {
        display: block;
    }


    .top-menu li {
        white-space: nowrap;
        padding: 1rem 0;
    }

    .seperator-menu{
        display:none;
    }

    .top-menu li.left-separator {
        padding-left: 0;
        border: none;
        border-top: 0.5px solid #005E5D;
        padding-top: 2rem;
        margin-top: 1rem;
    }

    .top-menu li > a {
        display: block;
        font-size: 1.4rem;
        color: #005E5D;
        text-transform: none;
    }

    .main-wrapper{
        margin: 0 1.05rem;
    }

    .footer-wrapper {
        padding: 3.15rem 0;
    }

    .main-wrapper {
        padding: 0 1.05rem;
    }

    .logo-wrapper .logo{
        max-width:22rem;
        height:auto;
    }

    .logo-wrapper {
        margin-bottom: 0;
    }

    header {
        padding: 1.05rem 0;
        border-bottom: 0.5px solid #FFFFFF;
        margin-bottom: 2.5rem;
    }

    .menu_opener{
        left:1.75rem;
    }

    body {
        background: radial-gradient(70% 70vh at 0% 0%, var(--lighter) 0%, var(--darker) 100%), url(../images/main_bg_new.png) no-repeat top left / 55%;
    }

    .stone-wrapper .lightbox{
        position:relative;
        /* pointer-events: none; */
    }

    .stone-wrapper .stone_details{
        /* position: absolute;
        width: 90%;
        left: 5%;
        text-align: center;
        background: rgba(0, 94, 93, 0.5);
        bottom: 4px;
        padding: 2px; */
        padding-bottom:0;
    }

    .for_mob{
        display:inline;
    }

    /* .page-id-425 .stone-wrapper-list{
        column-count: 1;
    } */

    .top-menu a:hover, .top-menu a.selected {
        color: #005E5D;
    }

    .page-template-page-categories h1, .page-template-page-stones-types h1{
        padding-top:0;
    }

    .stone_details.title-top{
        
    }

    .stone_thumb, .stone_thumb img{
        display:block;
    }

    .stone-wrapper-list{
        row-gap: 1.8rem;
    }

    .page-id-425 .stone-wrapper-list {
        margin-bottom: 3.5rem;
    }
    

}

@media (max-width: 768px){
    .icon-list{
     flex-wrap: wrap;
    }
}


@media (max-width: 767px){

    :root{
        --font-h1: 2.1rem;
        --font-h2: 1.3rem;
        --font-big-text: 1.2rem;
        --font-medium-text:1.2rem;
        --font-smaller-text: 1.125rem;
    }
    

    .top-menu{
        top: 5.7rem;
    }

    .logo{
        max-width: 12.5rem;
        height: auto;   
    }

    footer{
        display: block;
        text-align: center;
        padding-top: 1.82rem;
        padding-bottom: 3.5rem;
    }

    footer ul{
        display:block;
    }

    .footer-wrapper{
        flex-flow:column;
    }

    .copyright {
      display:block;
    }

    .footer-menu{
        order:2;
    }

    .footer-menu-2{
        order:1;
    }

    .social{
        order:3;
    }

    .copyright{
        order:4;
    }

    .footer-menu,.footer-menu-2,.social{
        margin-bottom:1.4rem;
    }

    .logo-wrapper .logo{
        max-width:14rem;
        height:auto;
    }

    .logo-wrapper p {
        font-size: 0.7rem;
    }

    .slider{
        margin-top:1rem; 
        display: block;
    }

    .content-wrapper{
        padding-bottom: 0;
        padding-top: 1rem;
        line-height: 1.5;
    }

   .mb-show{
            display: block;
    }

    .footer-wrapper{
            padding-bottom:0;
    }

    .slider li {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .slider li a {
        background: none!important;        
        width: 100%;
        height: auto;
        display: block;      
    }

    .caption {
        opacity: 1;
        position: absolute;
        right: 1rem;
        left: 1rem;
        bottom: 0.7rem;
        display: inline-block;
        text-align: center;
    }

    .mb-show {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .mb-hide{
        display: none;
    }

    .page-content{
        display:block;
        padding:0;
    }
    
    .categ-content{
        width:100%;
        float:none;
        padding-right: 0;
        padding-bottom: 1rem; 
    }
    .gallery {
        float: none;
        width: 100%;
    }


    .item-content-wrapper,.sec-text{
        line-height: 1.2;
        text-align: left;
    }

    .item-content-wrapper{
        margin-top:0;
    }


    #wpcf7-f6-p19-o1{
        padding: 0;
        margin-bottom: 2.5rem;
    }

    .stone_details{
        font-size:var(--font-smaller-text);
        padding:0.35rem 0 0.35rem;
        line-height:1.4;

    }

    .stone_details h3,.stone_details li{
        font-size:var(--font-smaller-text);
        line-height:1.4;
    }

    .two-image-wrapper .stones-list{
        grid-template-columns: 1fr;
    }

    .page-template-page-about .page-content{
        display: flex; flex-flow: column; 
    }

    .page-template-page-about .categ-content{
        /* order : 2; */
    }
    .page-template-page-about .gallery{
        /* order: 1; */
        margin-bottom:1.5rem;
    }

    .page-template-page-about .info-page .categ-content{
        order : 1;
        width:100%;
    }

    .page-template-page-about .info-page .gallery{
        order: 2;
        width:100%;
    }

    .sec-text ul{
        max-width: 100%;
    }


    label,li{
        font-size: 1.3rem;
    }

    p{
        font-size:1.2rem;
    }

    p{
        line-height: 1.5;
    }
    label{
        line-height: 1.4;
    }

    .contact-wrapper form {
        max-width: 100%;
    }

    .prevlink::before,
    .prevlink::after {
        display:none;
    }

    .readmore{
        display: block;
        text-align: center;
    }

    .categ-content .slide-wrapper{
        margin-bottom:3rem;
    }

    .content_404{
        padding-top:0;
    }

    .contact-wrapper form{
        margin-top:0;
    }
}
 

@media (max-device-width : 767px) and (orientation : portrait) {     

.stone-wrapper-list {
    grid-template-columns: 1fr;
}


 }

 @media (min-width: 500px) {
    #button {
      margin: 30px;
    }
  }  


  @media (min-width: 1024px) {
    .page-template-page-contact .page-content, .page-template-page-stones-types .page-content{
        align-items: flex-start;
    }

}

@media (min-width: 1025px) {

    .slider li:hover{ width: 60% !important; }

    .slider li:hover .caption{
        opacity:1;
    }

}





