/*
Theme Name:     Firelight Customs
Description:    
Author:         Firelight Interactive
Template:       Minamaze_Pro

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.spacer {
  height: 30px;
  }
.spacer2 {
  height: 100px;
  }
  
#logo img {
	max-height: 80px;
	display: block;
	margin: 0 auto;
}

#logo {
    float: left;
    margin: 24px 0 20px 0;
}

#header-links {
    float: right;
    margin-top: 22px;
}
  
hr {
    background-color: #444444; 
    border: 0;
    height: 1px;
    margin-bottom: .5em;
}
.staffHR {
    background-color: #C5C5C4; 
    border: 0;
    height: 1px;
    margin:50px 0;
}


/*----  Changes colors of Site Title Header underline ------*/
#intro.option1 #intro-core:before {  
  border-bottom: 1px solid #d8d8d8!important;
}


h1 {
 color:#f16c21 !important; 
  font-size:34px !important; 
  font-weight:normal;
}
h4 {
 color:#515152 !important; 
  font-size:22px;
  font-weight:bold;
  margin:0px;
    text-align:center;
}
h5 {
 color:#515152 !important; 
  font-size:18px;
  font-weight:bold;
  text-align:center;
}


.dividerLine {
  width: 236px;
	height: 2px;
	background-color: #D1D1D1;
	margin: 0 auto;
  }

.divlineLeft {
  width: 350px;
	height: 1px;
	background-color: #e8e8e8;
	margin: 12px 0;
  }
  
#header #header-core .menu  li  a  {
    font-size: 14px;
    text-transform: uppercase;
	font-weight:normal;
}
  
#notification {
    border-bottom: 1px solid #222;
}
  
/*----  Changes colors, sizing of top notification Bar ------*/
.notifyTXT {
	color:#2b2b29;
	text-align:right;
    padding-right:22px;
  }
.notifyTXT a {
	color:#999999;
	font-size: 15px;
	text-align:right;
	line-height:1.2;
  text-transform:uppercase;
  }
.notifyTXT a:hover {
	color:#f16c21;
  }
#notification-core {
    text-align: center;
    color: white;
    padding: 2px 0 0 0;
}

/*----  Changes underline color beneath main nav bar ------*/
.header-style1 #header {
    border-bottom: 1px solid #333333;
}

/*----  Changes color of line below page titles ------*/
#intro.option1 #intro-core:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #444444;
}


.orangeBTN {
  font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #FFFFFF;
  margin: 0 auto;
  background-color:#f16c21; /*-- orange --*/
	width: 20%;
	text-align:center;
	margin: 0 auto;
  padding: .7em 1em;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  margin-bottom: 1.5em;
  text-decoration: none;
   -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in; 
	cursor: pointer;
  }

.orangeBTN:hover {
  background: #de5e16;
  color: #FFFFFF;
  text-decoration: none;
}

.orangeBTN2 {
  font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #FFFFFF;
  background-color:#f16c21; /*-- orange --*/
width:5em;
	text-align:center;
	margin: 0 auto;
  padding: .4em .8em;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  margin-bottom: 1.5em;
  text-decoration: none;
   -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in; 
	cursor: pointer;
  }

.orangeBTN2:hover {
  background: #de5e16;
  color: #FFFFFF;
  text-decoration: none;
}


.whiteBTN {
  font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
	width: 18%;
	text-align:center;
	margin: 0 auto;
  padding: .7em 1em;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  margin-bottom: 1.5em;
  text-decoration: none;
   -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in; 
	cursor: pointer;
  }

.whiteBTN:hover {
border: 1px solid #f16c21;
  color: #f16c21;
  text-decoration: none;
}

.BGstretch {
  background-color:#F9F9F9;
	width:100%;
	padding: 40px 0;
	padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px;
  }

.BGblack {
  background-color:#fff;
	width:100%;
	padding: 80px 0;
	padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px;
  }

/*----  adds spacing to buttons ------*/
.gpp-sc-button.medium {
    padding: 12px 24px;
  margin-right:12px;
    font-size: 18px;
}

/*----  fixes UL stuff ------*/
#listOrderFL  {
  margin: 0;
  padding: 0;
}
#listOrderFL li {
  margin: 0;
  padding: 4px 0 5px 0 !important;
color:#FFF;
  list-style: disc;
  line-height: 21px;
  font-size: 14px;
list-style-position:inside;
}

/*----  removes lines around blog posts ------*/
.blog-article {
    padding: 20px;
    margin-bottom: 30px;
    border: none;
}

/*----  adjust transparency on rollover of projects page ------*/
.da-thumbs article {
    background: #222;
    background: rgba(0, 0 ,0, 0.6) !important;
}
  
.whiteTXT {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: medium;
  font-size: 26px;
  color: #FFFFFF;
  text-align:center;
	}

.contactPage {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #f16c21;
  text-align:center;
	}

/*----  adjust right margin in bio popups ------*/
.three_fourth {
    width: 71.35%;
}



}
/*-------------- Gravity Forms adjustments - Spacing top and bottom for labels -----------------*/
.gform_wrapper .top_label .gfield_label {
    margin: .125em 0 0 0 !important;
}
/*-- Gravity Forms ------------------------------------------------- --*/
/*-- text input fields --*/
.gform_wrapper input[type=text]   {
  font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em !important;
  font-weight:normal;
  margin-bottom: 8px;
  padding: 12px 8px 12px 8px !important;
  -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
}		
/*-- textarea fields -- 'messages' --*/
.gform_wrapper textarea {
    padding: 12px 8px 12px 8px !important;
}

/*-- adjusts the space between fields --*/
body .gform_wrapper label.gfield_label+div.ginput_container {
   margin-top: -.375em !important;
}