/*
Theme Name: Azure Basic Child  
Template: azure-basic
*/


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: "Montserrat", serif;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

:focus {
  outline: none;
  outline-offset: 0;
}

a {
  color: #730909;
  text-decoration: none;
}
a:hover {
  color: #222;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  clear: both;
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}


/*--------------------------------------------------------------
>>> ACCESSIBILITY
--------------------------------------------------------------*/

[hidden] {
  display: none;
}

audio:not([controls]) {
  display: none;
}




/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}

/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
#content { 
	width: 100%; 
}
#sidebar { 
	display: none;
}
.wide #primary {
	max-width: 100%;
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 0;
}
.singlewidth #primary {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}
.wide #sidebar, .singlewidth #sidebar {
	display: none;
}
#primary ol {
	list-style-type: decimal;
	margin-left: 35px;
}
#primary ul {
	list-style-type: disc;
	margin-left: 35px;
}
#primary ul ul {
	list-style-type: circle;
}
#primary li {
	padding-bottom: 8px;
}

/*    Framework Styles        */
/*---------------------------*/

#container-full { 
	width: 100%; 
}
#top-header { 
	position: relative;
}
#top-header-section { 
	width: 100%; 
	position: relative;
}
.top-gradient-bar {
    width: 100%;
    height: 12px; 
    background: linear-gradient(
        90deg,
        #7f180a 0%,
        #ce8311 25%,
        #ce8311 40%,
        #7f180a 70%,
        #ce8311 90%,
		#7f180a 100%
    );
}
#main { 
	padding: 20px 0 30px 0; 
	position: relative;
	z-index: 300;
}
article { 
 	padding: 0;
}

.innerbanner {
	width: 100%;
	position: relative;
	margin: 0 0 -80px;
}
.innerbanner img {
	width: 100%;
}
.hometext {
  	position: absolute;
  	bottom: 5%;
  	left: 0;
  	right: 0;
  	max-width: 750px;
  	margin: 0 auto;
  	width: 100%;
  	font-size: 16px;
  	color: #fff;
  	padding: 0 15px;
  	font-weight: 500;
	z-index: 400;
}
.hometext h1 {
  	font-size: 40px;
  	color: #fff;
  	text-align: left;
  	font-weight: 900;
  	text-shadow: 2px 2px #000;
	text-transform: uppercase;
	line-height: 62px;	
}
.innertext {
  	position: absolute;
  	max-width: 1400px;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	top: 80px;
  	color: #fff;
  	font-size: 58px;
  	font-weight: 400;
	padding: 0 15px;
	z-index: 500;
	text-shadow: 2px 2px #000;
	text-align: center;
}
.inner-border {
	width: 200px;
	height: 5px;
	margin: 10px auto 5px;
	display: block;
	background-color: #fbb907;
}
.bold700 {
	font-weight: 700;
}


.slantbg {
	background-image: url(/wp-content/uploads/2026/03/greyslantbg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin: 50px 0;
}
.gallerywidth {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 200px 15px;
}


.nav-contact {
	position: absolute;
	top: 0;
	right: 8%;
}
.nav-contact a {
	background-color: #750a09;
	padding: 8px 50px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
}
.nav-contact a:hover {
	background-color: #FBB907;
}


/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


/* ===============================
   PRIMARY MENU DROPDOWN STYLES (DISABLED)
   Remove commented out to use again
   ===============================


nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { clear: both; display: inline-block; }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 
                                           
*/	


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }




/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 40px; 
	color: #222;
	font-weight: 700;
}
h2 { 
	font-size: 30px; 
	color: #730808;
	font-weight: 700;
	font-family: "Kaushan Script", cursive;
	text-align: center;
}
h3 { 
	font-size: 28px; 
	color: #222;
	font-weight: 700;
	text-align: center;
}
h3 span {
	font-weight: 400;
}
h4 { 
	font-size: 16px; 
	color: #222;
	font-weight: 600;
}

 
hr {
	margin: 30px auto;
	background: #ddd;
	background-color: #ddd;
	color: #ddd;
	width: 80%;
	float: none;
	height: 1px;
	border: none;
}

/* Top Navigation */

#access { 
    z-index: 500; 
}
#access ul {
	text-align: right;
}		  
#access a { 
	color: #fff; 
}
#access ul li:hover ul  {
	padding: 5px;
}





.featured-thumb { margin-bottom: 10px; }
 

		  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

#footer-bottom { 
	background: #fff; 
	padding: 0; 
	clear: both;
    width: 100%; 
}
.columns {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  gap: 20px;   
  box-sizing: border-box;
}

.column1, .column2, .column3 {
  box-sizing: border-box;
}
.column1 {
  width: 50%;
	text-align: center;
}
.column1 img {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.column1-text {
	max-width: 400px;
	width: 100%;
	color: #868379;
	font-weight: 600;
}
.column1 h3 {
  color: #841f1f;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.column1 .yellow {
	color: #fbb907;
	padding: 0 5px;
}
.column2 {
  width: 50%;
	color: #868379;
	font-weight: 500;
	padding: 30px 0 0 20%;
}
.column2 a {
	color: #868379;;
}
.column2 a:hover {
	color: #730808;
}
.column2 h2 {
  text-decoration: underline 4px #fbb907;
  text-underline-offset: 22px;
  margin-bottom: 38px;
}
.column3 {
  width: 33.33%;
	display: none;
}
.column4 { 
	display: none;
}

#footer-content { 
	padding-top: 25px; 
}


#site-credits { 
	background-color: #730808;
	color: #fff;
}
#theme-credit { 
	padding: 15px;
	font-size: 12px; 
	max-width: 1200px;
  	width: 100%;
  	margin: 0 auto;
  	display: flex;
  	gap: 20px;   
  	box-sizing: border-box;
	align-items: center;
	font-weight: 600;
}
.theme-credit-left {
	text-align: left;
	width: 50%;
}
.theme-credit-right {
	text-align: right;
	width: 50%;
	letter-spacing: 3px;
}
.theme-credit-right a {
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  color: #730808;
  width: 30px;
  height: 30px;
  display: inline-flex;        
  align-items: center;         
  justify-content: center; 
  font-size: 16px;
  margin-left: 10px;
}
.theme-credit-right a i::before{
  position: relative;
  left: 1px;   
}




*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	display: none;
}
.formbg {
    background-image: url('/wp-content/uploads/2026/02/formbg.png');
    background-size: 100% auto;  
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 1000px;             
    display: flex;
    align-items: flex-end;         
    padding-bottom: 60px;  
	margin-top: -288px;       
}
.formwidth {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.formwidth h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 50px;
}
.gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="text"] {
	height: 50px;
}
.gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme textarea {
	border: none;
	background-color: #320403;
	color: #fff;
	font-size: 12px;
}
.contact3 .gform_wrapper.gravity-theme input[type="email"], .contact3 .gform_wrapper.gravity-theme input[type="text"], .contact3 .gform_wrapper.gravity-theme textarea {
	border: none;
	background-color: #a3a3a3;
	color: #fff;
	font-size: 12px;
}
#gform_submit_button_1 {
	background-color: #fbb907;
	padding: 20px 75px;
	display: block;
	margin: 0 auto;
	color: #320403;
	letter-spacing: 4px;
	font-size: 12px;
	text-transform: uppercase;
}
::-webkit-input-placeholder { color:#ccc; }
:-moz-placeholder { opacity: 1; color:#ccc; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#ccc; } /* firefox 19+ */
:-ms-input-placeholder { color:#ccc; } /* ie */
input:-moz-placeholder { color:#ccc; }

.footertop {
	width: 100%;
}
.footertop img {
	width: 100%;
	height: auto;
	display: block;
}

.home1 {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home1 h2 {
	font-size: 40px;
}
.home1 h3 {
	font-size: 32px;
	margin-bottom: 4px;
}
.home1 h4 {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
}
.pagetop {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.pagetop h2 {
	font-size: 40px;
}
.pagetop h3 {
	font-size: 32px;
	margin-bottom: 4px;
}
.pagetop h4 {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
}
.yellow-border {
	background-color: #fbb907;
	height: 4px;
	width: 100px;
	margin: 30px auto;
}
.yellow-btn {
	background-color: #fbb907;
	border: none;
	padding: 15px;
	display: block;
	margin: 50px auto 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	width: 200px;
	font-size: 12px;
	color: #320403;
	text-align: center;
	font-weight: 600;
	border-radius: 4px;
}
.home2bg {
  background-image: url(/wp-content/uploads/2026/02/home2bg.png);
  background-size: 100% auto;
	background-repeat: no-repeat;
  margin: 0 0 50px;
  padding: 100px 0 0;
  min-height: 680px;
}
.home2 {
	max-width: 1530px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
  	display: flex;
  	gap: 30px;
}
.home2-item {
  flex: 1;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.home2 h3 {
	color: #fff;
}
.home2-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home2-overlay {
  position: absolute;
  width: 75%;
  height: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #fff;
}
.overlay-one {
  background: rgba(115, 8, 8, 0.8);
}
.overlay-two {
  background: rgba(113, 109, 98, 0.8);
}
.overlay-three {
  background: rgba(251, 185, 7, 0.8);
}
.home2-item:hover .home2-overlay {
  opacity: 0.7;
}
.home3 {
	max-width: 980px;
	width: 100%;
	margin: -70px auto 0;
	padding: 0 15px;
}
.home3 h2 {
	font-size: 40px;
}
.home3 h3 {
	font-size: 32px;
	margin-bottom: 4px;
}
.home3 h4 {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
}
.about1 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
    display: flex;
    gap: 40px;
	font-size: 15px;
}
.about1-item {
    flex: 1;
}
.about1-text {
	padding: 10px 20px;
}
.about1-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
.about1-item h3 {
    margin-bottom: 10px;
}
.about2 {
	max-width: 800px;
	width: 100%;
	margin: auto;
	padding: 200px 15px;
}
.about2 h3 {
	font-weight: 500;
	font-size: 36px;
}
.about3{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
    display:flex;
    gap:40px;
    text-align:center;
}

.about3-item{
    flex:1;
}

.about3-img {
    width: 300px;
    height: 300px;
    margin: 0 auto 20px;
    background:#cac8c3;
    border:5px solid #858076;
    border-radius:50%;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

.about3-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.about3-item h3{
    margin-bottom:5px;
}

.about3-position{
    margin:0;
}
.about4bg {
	background-image: url(/wp-content/uploads/2026/03/about4-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
  margin: 0 0 50px;
  padding: 175px 0 70px;
}
.about4-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.about4-wrap h3 {
	font-weight: 500;
  	font-size: 36px;
}
.about4 {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}
.about4-item {
  display:flex;
  flex-direction:column;
  align-items:center;
}
.about4-item img {
	width: 100%
	display: block;
}
.contact1 {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
.contact1 h3 {
	font-weight: 400;
}
.contact2 iframe {
  filter: grayscale(100%);
	margin: 100px 0;
}
.contact3 {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;    
}
.contact3 h3 {
	color: #730909;
}

.management {
	max-width: 1200px;
	width: 100%;
	margin: 30px auto 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.management-box {
  flex: 1;
  padding: 0 40px;
  border-radius: 6px;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f3f3f3 25%,
    #ffffff 70%
  );
}
.management a {
	text-align: center;
	color: #750a09;
	display: block;
}
.management img {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.management ul {
	margin: 20px 0;
}

.management2bg {
	background-image: url(/wp-content/uploads/2026/03/greyslantbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
  	margin: 0 0 50px;
  	padding: 175px 0 70px;
}
.management2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.management2bg img {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 115px;
}

.management3 {
  display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 100px auto;
  gap: 30px;
  flex-wrap: wrap;
}

.management3-box {
  flex: 1;
  padding: 0 40px;
  border-radius: 6px;
}
.management-width {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.portfolio {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.portfolio-item {
  flex: 1 1 calc(50% - 15px);
  display: flex;
  flex-direction: column;
}

.portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
}
.portfolio-item p {
	margin: 0;
}
.portfolio-content {
  background: #3f3f3f;
  color: #ffffff;
  padding: 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}
.portfolio2bg {
	background-image: url(/wp-content/uploads/2026/03/tall-grey-slant.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 100px 0 0;
	padding: 150px 0 0;
}
.portfolio2 {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.portfolio2bg img {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.portfolio2 h4 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
}



/*    Responsive Styles        */
/*---------------------------*/

@media only screen and (min-width:0px) and (max-width: 1250px) {
.innertext {
	font-size: 36px;
}
}
@media only screen and (min-width:0px) and (max-width: 1050px) {

}
@media only screen and (min-width:0px) and (max-width: 900px) {

}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.logo {
	display: block;
}
.logo img {
	max-width: 250px;
	width: 100%;
	height: auto;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.alignleft, img.alignleft {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.alignright, img.alignright {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.columns {
    flex-direction: column;
  }

.column1, .column2, .column3 {
    width: 100%;
	padding: 0 25px;
	text-align: center;
}
.formbg {
    background-size: cover;       
    background-position: center top;
    min-height: 825px;             
    padding: 60px 20px 40px;      
    align-items: flex-end;        
}
.formwidth {
    max-width: 100%;
}
.formwidth h2 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 30px;
	color: #222;
	text-align: left;
}
.home2 {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;   /* breathing room */
}
.home2-item {
    width: 100%;
}
.home2-overlay {
    width: 85%;        
    height: 85%;
    padding: 15px;
}
.home2-overlay h3 {
    font-size: 18px;
}
.about1{
    flex-direction:column;
    gap:30px;
}
.about3{
    flex-direction:column;
    gap:35px;
}
.management {
    flex-direction: column;
}
.portfolio-item {
    flex: 1 1 100%;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
#theme-credit{
    flex-direction: column;   
    align-items: stretch;     
    gap: 10px;
}
.theme-credit-left {
	width: 100%;
	text-align: center;
}
.theme-credit-right {
	width: 100%;
	text-align: center;
	order: -1;
}
.innerbanner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.innerbanner img {
  height: 100%;
  Width: auto;
  max-width: unset !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.innertext {
	top: 20px;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {

}

@media only screen and (min-width: 0px) and (max-width: 537px) {
	  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


