/*
Theme Name: Real Estate Theme Child
Theme URI: https://www.premiumpress.com
Template: RT10
Author: Mark Fail - PremiumPress
Author URI: https://www.premiumpress.com
Description: Theme Developed By PremiumPress.
Version: 1.0.1
Updated: 2026-05-31 

*/

html{
	--greenColor: #006E49;
	--brandColor:  #8c52fe;
}


/** Components Start **/

h4, h5, h6{
	color: var(--brandColor) !important;
}

a.btn-primary{
	background: var(--brandColor) !important;
}


html .bg-primary,
html .bg-primary:hover,
html .bg-primary:focus,
html a.bg-primary:focus,
html a.bg-primary:hover,
html button.bg-primary:focus,
html button.bg-primary:hover,
html .badge-primary{
	background: var(--brandColor) !important;
}

/** Components End **/

header img{
	max-width:120px !important; 
}

header ul.ml-n4{
	margin:0 !important;
}

/** Custom CSS **/

/* HomePage */
.blog section.hero1 .bg-image{
	background-image:url(https://www.vmpingatlan.com/wp-content/uploads/2026/05/house-hero-scaled.jpg) !important;
/* 	position:relative; */
}

.blog section.hero1 .bg-image:after{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.5), 
    rgba(0, 0, 0, 0.2)    
  );
  pointer-events: none;  

}



.ppt-modal-wrap.modal-video .ppt-modal-item.w-500{
	max-width:1200px !important;
}

.ppt-modal-wrap.modal-video .ppt-modal-item.w-500 .mejs__container{
	width: 1200px !important;
	height:auto !important;
}


/** Public View Control **/

header [data-ppt-btn].btn-secondary{
	display:none;
}

.logged-in header [data-ppt-btn].btn-secondary{
	display:block;
}


/** My Account Page **/

.page-template-tpl-page-account #notifybox  a{
	background-color: var(--greenColor);
}
.page-template-tpl-page-account #notifybox .text-warning{
	color: var(--greenColor) !important;
}


/** Footer **/
.bg-primary.footer-txt-light{
	background: var(--brandColor) !important;
}
