.main-navigation ul.nav-menu{
    gap: 20px;
}
header.site-header .branding .branding-info .top-bar .phone-top{
    max-width: inherit;
}
.top-bar .social-menu{
    margin-top: 2px;
    margin-right: 0;
}
.free-quote-btn {
    padding: 10px;
    color: #fff;
    background-color: #0f77cc;
    position: relative;
    border: 0;
    cursor: pointer;
    outline: 0;
    text-shadow: none;
    font-weight: normal;
    min-width: 170px;
    margin-left: 10px;
    height: 44px;
}
/* Active state */
#overlay.active {
    opacity:1;
    visibility:visible;
}
/* Overlay styling */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
#overlay.active {
    opacity: 1;
    visibility: visible;
}
/* Popup styling */
#myPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 99999;
    text-align: center;
    opacity:0;
    visibility:hidden;
    transition: all 0.3s ease;
  
}
#myPopup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.form-popup {
    padding: 30px;
    background: #fff;
    min-width: 500px;   
}
.relateive-wrap{
    position: relative;
}
.form-popup .title-wrap{
    display: none;
}
.form-popup h3{
    margin-bottom: 30px;
}
.form-popup form input[type=text], 
.form-popup form textarea {
    border: 1px solid #ddd;
}
.close-popup{    
    color: rgba(0, 0, 0, 0.54);
    padding: 10px;
    overflow: visible;
    font-size: 1.2rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    position: absolute;
    border: none;
    height: 42px;
    width: 42px;
}
.close-popup:hover{
    background-color: rgba(0, 0, 0, 0.08);
}
.d-flex {
   display: flex;
  flex-wrap: wrap;
  gap: 20px;
 
}
.blog article{
    padding: 0
}
.flex-item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  box-sizing: border-box; 
}

/* Blog layout */    
.blog-header,
.single-post .entry-header{
    text-align: center;
}
.blog-single{
	padding-top: 30px;
}
.blog-grid{
    padding: 30px;
}
.read-more{
	display: none;
}
.blog-card__date{
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.blog-card__title{
    letter-spacing: normal;
}
.blog-card__title,
.blog-card__title a{
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
}
.blog-card__meta,
.blog-card__excerpt{
	color: #888;
}
.blog-categories-list ul li{
	display: flex;
	align-items: center;
    position: relative;
	font-size: 0.95rem;
	color: #888;
}
.blog-categories-list ul li a{
	font-weight: normal;
	color: #099343;
	margin-right: 5px;
}
.blog-categories-list ul li a::after{
	position: absolute;
    right: 0;
}
.review-us-button {
    color: #fff !important;
}
.social-menu li a .fa{
	font-size: 1rem;
	line-height: 1.9;
}
.reviews-top .wp-google-powered {
    display: none;
}
header.site-header .branding .branding-info .top-bar .reviews-top{
	width: 320px!important;	
}
.wp-gr .grw-review-inner{
	padding: 0!important;
	margin-bottom: 0!important;
	gap: 0 !important;
}
.wp-gr.rpi a.wp-google-name,
.wp-gr .wp-google-time{
		color: #fff!important;
}
.wp-gr .rpi-stars{
	margin-left: 58px;
}
.grw-row .grw-header,
.wp-google-feedback,
.grw-review svg{
	display: none;
}
.reviews-top .wp-gr .grw-header .grw-img{
	border-radius: 0;
	border: 1px solid #fff!important;
}
@media screen and (max-width: 1300px) {
    .main-navigation ul.nav-menu{
        gap: 0;
    }
    .nav-wrapper .mobile-quote-btn-cont{
      top: 0!important;
      max-width: 160px;
    }
    .nav-wrapper .mobile-quote-btn-cont a{
        font-size: 1rem;
        line-height: 2.75;
        position: static;
    }
    .nav-wrapper .mobile-quote-btn{
        max-width: 160px!important;
    }
    .main-navigation ul.nav-menu li a{
		padding-left: .35rem;
		padding-right: .35rem;
	}
}
@media screen and (min-width: 1000px) {
    .site-header .branding .branding-info .top-bar .phone-top a {
        min-width: 178px;
    }
    
}
@media (max-width: 768px) {
  .flex-item {
    flex: 1 1 100%;
    max-width: 100%;     
  }
  .blog article{
    padding: 15px 15px 0;
  }
}