@charset 'utf-8';
/*
 Theme Name:   Blessing Child
 Theme URI:    http://blessing.ancorathemes.com/
 Description:  Blessing - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     blessing
 Version:      2.1
 Tags:         light, inheritable theme-options
 Text Domain:  ancora
*/



/* =Theme customization starts here
-------------------------------------------------------------- */

.my-text {
    font-size: 20px;
}


/* =====================================================
   BASE STYLES (DESKTOP FIRST)
===================================================== */

.gallery-menu-wrapper {
    width: 100%;
    position: relative;
}

.page-horizontal-menu ul {
    display: flex;
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
		justify-content: center;	
}

.page-horizontal-menu li {
    display: inline-block;
}

.page-horizontal-menu a {
    text-decoration: none;
    padding: 8px 4px;
    font-weight: 500;
    display: inline-block;
}

/* Active item */
.page-horizontal-menu li.current-menu-item a {
    border-bottom: 2px solid #1e73be;
}

/* Hide hamburger on desktop */
.gallery-menu-toggle {
    display: none;
}

/* =====================================================
   MOBILE STYLES (HAMBURGER OVERLAY)
===================================================== */

@media (max-width: 768px) {

    /* Wrapper aligns hamburger to right */
    .gallery-menu-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    /* Show hamburger */
    .gallery-menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 26px;
        cursor: pointer;
        padding: 10px;
        z-index: 1002;
			  color:#592131;
    }

    /* Overlay menu (does NOT push images) */
    .page-horizontal-menu {
        position: absolute;
        top: 100%;
        right: 0;
        width: 240px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        display: none;
        z-index: 1001;
    }

    .page-horizontal-menu ul {
        flex-direction: column;
        gap: 0;
    }

    .page-horizontal-menu li a {
        padding: 12px 16px;
        display: block;
        border-bottom: 1px solid #eee;
    }

    /* Show menu when active */
    .gallery-menu-wrapper.active .page-horizontal-menu {
        display: block;
    }
}


.my-title  h3, h3.section_title{
	margin-top: 0px !important;
}

.my-text-one{
	font-size:17px;
}

.my-our-contacts {
    width: 55%;
}

.my-img-txt figure figcaption, .sc_image figcaption {
    font-size: 18px;
}

.page-id-2478 .page_content_wrap {
    background-color: #fff;
    background-image: none;
}

@media (max-width: 479px) {
    .menu_main_responsive_button:before {
        font-size: 3.75em !important;
        color: #621d2e !important;
    }
}

/*Review Plugin Start*/
.ti-profile-img {
    display: none;
}

.ti-row {
    margin-left: 20%;
}

/*Review Plugin End*/