/*
 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
*/
.inside-article h2.entry-title {
    font-weight: 500;
    font-size: 33px;
}
.copyright-bar{
	    display: flex;
    justify-content: space-between;
    width: 100%;
	
	
}
body{
	 font-family: "Poppins", sans-serif;
}
.site-footer .site-info{
background:#554b4a;	
	color:#fff;
	
    font-size: 16px;
}
.site-footer .site-info a{
background:#554b4a;	
	color:#fff;
	text-decoration:none;
    font-size: 16px;
}
.site-footer .footer-link ul li{
	display: inline-block;
    padding: 0px 15px;
}
.site-footer .footer-link{
	text-align: center;
}
.site-footer .footer-link ul li a{
	    color: #1f3334;
    text-transform: uppercase;
    padding: 0px;
    position: relative;
    display: block;
    line-height: 20px;
    text-decoration: none;
	    font-size: 14px;
	    font-family: "Poppins", sans-serif;
}
.footer-widgets{
	    border-top: 1px solid #dadada;
	padding: 15px;
}
.rank-math-breadcrumb{
	background:url(https://vibgyor-interior.com/blog/wp-content/uploads/2024/04/breadcrumb-1.jpg);
	    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0px 10px;
}

h1, h2, h3, h4, h5{font-family: "Afacad Flux", sans-serif;}


.rank-math-breadcrumb h1 {
    color: white;
	text-align:center;
	    font-family: "Afacad Flux", sans-serif;
	font-size: 35px;
    line-height: 46px;
}
.rank-math-breadcrumb .bread-crumbs {
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: inherit;
	    font-size: 12px;
   
}
.rank-math-breadcrumb .bread-crumbs li {
    margin-right: 32px;
    padding-left: 0;
    color: #ffff;
    position: relative;
    margin-bottom: 0px;
}
.rank-math-breadcrumb .bread-crumbs a {
    color: #ffff;
    text-decoration: none;
}
.rank-math-breadcrumb .bread-crumbs li:first-child::after {
content: "\f101";
    font-family: fontawesome;
    position: absolute;
    top: 2px;
    right: -23px;
    left: auto;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    font-weight: 400;
    font-size: 11px;
    color: #ffff;
}
.inside-header{
	padding: 5px 8.5px;
}

.main-navigation .main-nav ul li a{     text-transform: uppercase;
	    font-size: 12px;
	 font-family: "Poppins", sans-serif;
	    font-weight: 500;
	letter-spacing: 2px;
}
.main-navigation .main-nav ul li a {
 
    position: relative;
}
.main-navigation .main-nav ul li a::before {
    content: '';
    position: absolute; 
    top: 0; 
    left: 0;
    width: 0;
    height: 1px; 
    background-color: #554b4a; 
    transition: width 0.4s ease;
}
.main-navigation .main-nav ul li a::after{
	 content: ''; 
    position: absolute; 
    bottom: 0; 
    width: 0; 
    height: 1px; 
    background-color: #554b4a;
    transition: width 0.4s ease; 
}
.main-navigation .main-nav ul li a:hover::before {
    width: 100%; 
}
.main-navigation .main-nav ul li a:hover::after {
    width: 100%; /* Expand width to 100% on hover */
    right: 0; 
}
.site-footer .footer-link ul li a::after{
	 content: ''; 
    position: absolute; 
    bottom: 0; 
    width: 0; 
    height: 1px; 
    background-color: #554b4a;
    transition: width 0.4s ease; 
}
.site-footer .footer-link ul li a:hover::after {
    width: 100%; /* Expand width to 100% on hover */
    left: 0; 
}
.inside-site-info{
	padding: 20px 40px 0px;
}
.offside-js--is-open .slideout-overlay{
	    opacity: 0;
}
.main-navigation.offside{
	width: 22%;
}
.main-navigation .menu-bar-item{
   position: absolute;
/*     top: -35%; */
    right: -12%;
    padding: 21px 23px;
    background-color: #554b4a;
}
.wpcf7-form-control-wrap input{
	border-bottom:1px solid grey;
	border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
}
.pro-menu-bars::after{
	    content: "\f104";
    font-family: fontawesome;
    position: absolute;
      top: 16%;
    right: 37%;

   
    width: auto;
    height: auto;
    border-radius: 0;
    /* background-color: transparent; */
    font-weight: 400;
    font-size: 25px;
    color: #ffff;
}
.pro-menu-bars svg{
	display:none;
}
.icon-content{
	padding-left:20px
}
.wt-icon-box-wraper{
	    display: flex;
}
.main-navigation .main-nav ul li a{
	line-height: 19.6px;
}@media only screen and (max-width: 767px) {

	.main-navigation .menu-bar-item{
		    position: absolute;
    top: 0%; 
    right: 0;
	}
	.hide-on-mobile{
		        display: block!important;
	}
.main-navigation.offside {
    width: 100%;
}

}
@media only screen and (min-width: 767px){
	#menu-main-menu-1{
		display:none;
	}
	
}
@media screen and (min-width: 1280px) and (max-width: 1360px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1034px !important;
  }

}
/* 	.inside-navigation .main-nav{
		order: 2 !important;
	} */
.sub-menu{
	    background: #1f3334 !important;
	
}
.sub-menu li a{
	    color: #ffff !important;
	letter-spacing: 0px !important;
}

@media only screen and (min-width: 767px) {
	.icon-arrow-right{
		display:none;
	}
.icon-arrow{
	display:none;
}
}
.footer-widget-1 #block-7{
	    display: flex;
    
	    gap: 78px;
    border-right: 1px solid #e0dfdf;
    margin-right: 53px;

}
#block-14{
	    margin-bottom: 18px;
}
.footer-widget-2 #block-15{
	 display: flex;
    gap: 35px;
border-right: 1px solid #e0dfdf;
    margin-right: 25px;
}
.futdiv p a{
	    color: #333333;
    text-decoration: none;
	    font-size: 14px;

}
.futdiv p{
	   margin-bottom: 6px;

}
.site-footer h3{
	    font-size: 18px;
    line-height: 24px;
    color: #203334;
    margin-bottom: 15px;
   font-weight: 700;
}
.t-clr a{
	color: rgb(241 241 241) !important;
}
.footer-widget-3 p a{
	color: #333333;
    text-decoration: none;
	    font-size: 14px;
}
.footer-widget-3 p i{
	    font-size: 20px;
    margin-right: 10px;
}
.footer-widget-3 .social-media a i{
	    font-size: 16px;
	    color: #554b4a;
	margin-right: .5rem !important;
}
.footer-widgets .widget{
margin-bottom:18px;
}
.inside-article h2{ font-weight: 500;
	    font-size: 26px;
}
#block-17 .con p{
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
.site-footer .site-info .copyright-bar{
	    display: flex;
          flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
	}
	.footer-widget-1 #block-7{
		display: flex;
     gap: 0px;
		flex-direction: column;
		border-right: 0px;
	}
	.footer-widget-2 #block-15{
			display: flex;
     gap: 0px;
		flex-direction: column;
		border-right: 0px;
	}

	.site-footer .site-info .copyright-bar p{
		    text-align: center;
	}
	.footer-widgets-container{
		        padding-top: 30px;
        padding-right: 0px;
        padding-bottom: 30px;
        padding-left: 0px;
	}
	.copyright-bar p{
		margin-bottom:0px;
	}
	.footer-widget-1, .footer-widget-2 {
		   margin-bottom: 10px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.main-navigation.offside {
    width: 50%;
}
	#menu-main-menu-1{
		display: block;
	}
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
	.nav-float-right #site-navigation {
    margin-left: 84px;
}
	.main-navigation.offside {
    width: 42%;
}
	.main-navigation .main-nav ul li a {
    padding-left: 6px;
    padding-right: 6px;
	}
.menu-item-has-children .dropdown-menu-toggle {
    display: none;
	}}
.current_page_item{
	 border-top: 1px solid #554b4a;
    border-bottom: 1px solid #554b4a;
    
}

.main-navigation .main-nav ul li a{margin-left:5px; margin-right:5px}

@media only screen and (max-width: 766px) {
    .main-navigation .main-nav ul li a {
    border-top: 1px solid rgba(0, 0, 0, .2);
    color: #999; padding: 10px 12px;
}
}

/* Author Box Container */
.author-box {
    display: flex;
    align-items: center; /* Vertically align center */
    background-color: #f8f9fa; /* Light gray background */
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}

/* Avatar Image */
.author-box-avatar {
    margin-right: 30px;
    flex-shrink: 0; /* Prevents image from shrinking on mobile */
}

.author-box-avatar img {
    border-radius: 50%; /* Makes image circular */
    display: block;
}

/* Title and Bio */
.author-box-title {
    margin-bottom: 10px;
    font-size: 20px;
}

.author-box-bio {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.author-box-link {
    font-size: 14px;
    font-weight: bold;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .author-box {
        flex-direction: column;
        text-align: center;
    }

    .author-box-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
}




/* =========================================
   AUTHOR PAGE SPECIFIC FIXES
   ========================================= */

/* 1. FIX COLUMN CONFLICT
   Override GeneratePress grid classes ONLY on Author Page.
   GP adds width: 50% to .generate-columns, but since we are already 
   inside a 33% custom column, we must force the card to be 100% of that space.
*/
.author .custom-post-card.generate-columns {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 2. FIX BACKGROUND EDGE-TO-EDGE
   Remove default margins from the main container so background colors touch edges.
*/
.author .site-main {
    margin: 0 !important;
}

/* 3. LAYOUT SPACING
   Add padding since we removed the default container margins.
*/
.author-bio-wrapper,
.author-posts-wrapper {
    padding: 30px 0;
    width: 100%;
}

.bg-light {
    background-color: #f6f6f6;
}

/* 4. CUSTOM GRID SYSTEM
   Ensures your columns work independently of GeneratePress grid.
*/
.custom-flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.vertical-center {
    align-items: center;
}

.custom-col-100, .custom-col-70, .custom-col-30, .custom-col-33 {
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.custom-col-100 { width: 100%; }
.custom-col-70  { width: 70%; }
.custom-col-30  { width: 30%; }
.custom-col-33  { width: 33.33%; margin-bottom: 40px; }

/* 5. CARD STYLING & IMAGE FIX */
.custom-post-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee; /* Optional border for definition */
}

/* Ensure image fills the card width */
.card-image img {
    width: 100%; 
    height: 220px;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 25px;
    
}

.card-excerpt {
    margin-bottom: 20px;
    
}

.author .custom-post-card.generate-columns .card-title a{text-decoration:none; color: black;}
.author .custom-post-card.generate-columns .card-excerpt p{margin-bottom:0;}

/* 6. MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .custom-col-70, 
    .custom-col-30, 
    .custom-col-33 {
        width: 100%;
    }
    
    .author-bio-wrapper {
        text-align: center;
    }
    
    .vertical-center {
        flex-direction: column-reverse;
    }
    
    .author-avatar-box {
        margin-bottom: 25px;
    }
}