/*
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: #003049;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

:focus {
  outline: 2px dashed #C41F33;
  outline-offset: 4px;
}

a {
  color: #003049;
  text-decoration: none;
}
a:hover {
  color: #C72D39;
}

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: 1000px;
	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: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}
.wide #sidebar, .singlewidth #sidebar {
	display: none;
}
.wide #primary ol, .singlewidth #primary ol {
	list-style-type: decimal;
}
.wide #primary ul, .singlewidth #primary ul {
	list-style-type: disc;
}
.wide #primary li, .singlewidth #primary li {
	padding-bottom: 8px;
}

/*    Framework Styles        */
/*---------------------------*/

#container-full { 
	width: 100%; 
}
#top-header { 
	background: #fff; 
	padding: 0 0 30px 0; 
	display: none;
}
#top-header-section { 
	width: 100%; 
}
#main { 
	padding: 0 0 30px 0; 
}
article { 
 	padding: 0;
}
.homebanner {
	width: 100%;
	position: relative;
}
.homebanner img {
	width: 100%;
}
.innerbanner {
	width: 100%;
	position: relative;
}
.innerbanner img {
	width: 100%;
}
.homebanner .hometext {
  position: absolute;
  bottom: 50px;
  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: 1000px;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	bottom: 100px;
  	color: #fff;
  	font-size: 26px;
  	font-weight: 700;
	padding: 0 15px;
	z-index: 500;
}

/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


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: bold;
}
h1 span {
	font-size: 30px;
	font-weight: 600
}
h2 { 
	font-size: 30px; 
	color: #222;
	font-weight: bold;
}
h3 { 
	font-size: 30px; 
	color: #222;
	font-weight: bold;
}
h4 { 
	font-size: 16px; 
	color: #222;
	font-weight: bold;
}

 
hr {
	margin: 30px auto;
	background: #ddd;
	background-color: #ddd;
	color: #ddd;
	width: 80%;
	float: none;
	height: 1px;
	border: none;
}

/* Top Navigation */

#access { 
	padding: 15px 0 5px; 
    z-index: 500; 
	width: 75%;
	float: right;
}
#access ul {
	text-align: right;
}		  
#access a { 
	color: #fff; 
	padding: 4px 8px;
	text-transform: uppercase;
}

#access a:hover { 
	color: #CB342F; 
}

#access ul li:hover ul  {
	background-color: rgb(0, 0, 0, .08);
	padding: 5px;
 }





.featured-thumb { margin-bottom: 10px; }
 

		  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

#footer-bottom { 
	background: #000; 
	padding: 0 0 10px 0; 
	clear: both;
    width: 100%; 
	display: none;
}
.columns {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}
.column1 { 
    width: 33%; 
	float: left;
}
.column2 { 
    width: 33%; 
	float: left;
}
.column3 { 
    width: 33%; 
	float: left;
}

.column4 { 
	display: none;
}

#footer-content { 
	padding-top: 25px; 
}


#site-credits { 
	padding: 15px 0 0 0; 
}
#theme-credit { 
	padding: 0 0 5px 0;
	font-size: 12px; 
}


*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	width: 30%;
	float: left;
}
.logo img {
	max-width: 250px;
	width: 100%;
	height: auto;
}
.homebg {
  background-image: url('http://butlerforge.com/wp-content/uploads/2025/09/homebg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 16px;
}

.homebg .hometext {
  position: static;   
  bottom: auto;
  left: auto;
  right: auto;
  z-index: auto;
  text-shadow: none;  
  color: inherit;     
}
.contactbg {
	background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 12px;
	margin: 50px 0 100px;
}
.contactbg h2 {
	text-align: center;
	margin-bottom: 35px;
}
.contactbg h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.contact h3 {
	text-align: left;
}
.contact {
  display: flex;
  gap: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  /* subtle glass effect (optional) */
  -webkit-backdrop-filter: blur(2px);
  padding: 20px;
  border-radius: 12px;
	margin: 0 0 50px;
}

.contact .contact-box {
  flex: 1 1 0;
  min-width: 240px;
}

.contact .contact-box h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-transform: uppercase;
}

.contact address {
  font-style: normal;
  line-height: 1.5;
}

.contact a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.formbg {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 12px;
}

/* Accessibility: hide-only utility */

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gform_wrapper.gravity-theme .gfield textarea {
    font-family: "Montserrat", serif;
}
.gform_wrapper.gravity-theme input[type=tel] {
	border: 1px solid #ccc;
}

/*    Responsive Styles        */
/*---------------------------*/


@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) {
  .homebg {
    padding: 40px 16px;
  }

  .contact {
    flex-direction: column;
  }
}

@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;
  }
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
}

@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) {
}
