/*
 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
*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Outfit:wght@100..900&display=swap');
*{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
}
.tt{
    font-family: "Cormorant Garamond", serif;
}
.st{
    font-family:  "Cinzel Decorative", serif;;  
}
:root{
    --color-brown:  #2E1D18;
    --color-cream : #907860;
    --color-red:#EF4A53;
    --color-gr:#2D2D2D;
    --color-gb:#C3C3C3;
    --color-gl:#F0F0F0;
    --color-gw:#7A7A7A;
}

html {
    scroll-behavior: smooth;
    background-color: #ffffff;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}
h1.entry-title{
    display: none !important;
}
.site-content{
    flex-direction: column;
}
.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #8B8B8B;
    border-radius: 50%;
    color: #ffffff !important;
    justify-content: center;
    margin-left: 1rem;
}
.page-numbers.current {
    background: var(--color-red);
    color: #fff !important;
}
ul#menu-menu-main{
    list-style: none;
    margin-bottom: 0 !important;
}
.font-title{
    font-size: 1.7rem;
    text-transform: uppercase;
}
.font-sub-title{
    font-size: 1.5rem;
}

.font-w-200 {
    font-weight: 200;
}
.font-w-300{
    font-weight: 300;
}
.font-w-400{
    font-weight: 400;
}
.font-w-500{
    font-weight: 500;
}
.font-w-600{
    font-weight: 600;
}
.font-w-700{
    font-weight: 700;
}

.text-r{
    color: var(--color-red);
}
.text-c{
    color: var(--color-cream) ;
}
.text-b{
    color: var(--color-brown);
}
.text-d{
    color: var(--color-gr) ;
}
.text-w{
    color: #fff ;
}
.text-g{
    color: var(--color-gw) ;
}
.text-gb{
    color: var(--color-gb) !important;
}
.text-gl{
    color: var(--color-gl) ;
}
.text-gw{
    color: var(--color-gw) ;
}

.bg_gl{
    background: var(--color-gl);
}





.w-80-center{
    width: calc(100% - 20%);
    margin: auto;
}
.w-70-center{
    width: calc(100% - 30%);
    margin: auto;
}

.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
ิ.border-radius-20{
    border-radius: 20px !important;
    transition:  0.5s;
}
ิ.border-radius-top-20{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    transition:  0.5s;
}
.inside-site-info {
    display: none !important;
    
}
.swiper-pagination{
    z-index: 99 !important;
}



.c-b {
    color: #000 !important;

    .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        opacity: 1;
        background: #000;
    }
    
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: transparent !important;
        padding: 2px !important;
        border: 1px solid #000000 !important;
        position: relative;
        width: 12px;
        height: 12px;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        position: absolute;
        content: '';
        background: #000;
        border-radius: 5px;
        width: 6px;
        height: 6px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        
    }

}

.c-w {
    color: #fff !important;

    .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        opacity: 1;
        background: #fff;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: transparent !important;
        padding: 2px !important;
        border: 1px solid #ffffff !important;
        position: relative;
        width: 12px;
        height: 12px;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        position: absolute;
        content: '';
        background: #fff;
        border-radius: 5px;
        width: 6px;
        height: 6px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        
    }

}




/*! theme setup */

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
    margin-top: 0 !important;
}
.e-con-full, .e-con>.e-con-inner{
    padding-block-end: 0 !important;
    padding-block-start: 0 !important;
}
.e-con{
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
}
.separate-containers .site-main{
    margin: 0 !important;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{
    padding: 0;
}
p{
    margin-bottom: 0 !important;
}
.comments-area,
.entry-meta,
.entry-header,
.page-header-image-single{
    display: none !important;
    pointer-events: none !important;
}

button:hover,button:focus{
    background: transparent;
}

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

/*! theme setup */