﻿slider-heroslider-heroslider-heroslider-hero/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: Arial, sans-serif; 
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-weight: 500;
	}
	h1 {}
	h2 {}
	h3 {}
	h4 {}
	h5 {}
	h6 {}

p {
	margin: 0;
	}

.bold {
    font-weight: bold;
	}

.site-bg {
    background: url("/siteart/1.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-attachment: fixed;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

p a {
  color: #d9001d!important;
}
p a:hover {
  color: #000!important;
}

.buttons {
    max-width: 300px;
    width:100%;
    text-align: center;
    color: #fff;
    background: #d9001d;
    font-size: 18px;
    padding: 10px 0;
    margin-top: 10px;
    border: 2px solid #d9001d;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.buttons:hover {
    color: #d9001d;
    background: #fff;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background: rgba(255,255,255,.65);
    position: relative;
    z-index: 20;
	}

header {
	width: 90%;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
	}
.logo {
  width: 20%;
  margin: 10px 7.5%;
}
.logo img {
  width: 100% !important;
    display: inline-block;
}
.phones {
  width: 32.5%;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #d9001d;
  text-align: left;
  margin-top: 10px;
  line-height: 25px;
}
.phones a {
  color: #d9001d;
}
.phones a:hover {
  color: #000;
}
.emails {
  width: 32.5%;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #d9001d;
  text-align: right;
  margin-top: 10px;
  line-height: 25px;
}
.emails a {
  color: #d9001d;
}
.emails a:hover {
  color: #000;
}


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}
.menu-toggle.exit-click {
    display: none !important;
}

nav.primary {
	width: 100%;
    background: #d9001d;
    box-shadow: 10px 2px 6px #000;
	}
	nav.primary ul {
		width: 90%;
        margin: 0 auto;
        padding:0;
        max-width: 1400px;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				padding: 13px 38px 15px;
                display: block;
                text-decoration: none;
                font-weight: 600;
                text-transform: uppercase;
                color: #fff !important;
                font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
                border-top: 3px solid #d9001d;
                font-weight: bold;
                font-size: 16px;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
				}	
			nav.primary ul li a:hover {
				border-top: 3px solid #fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.sub-cat-btn-1 {
    background: url("/siteart/wheat.jpg");
      background-position-x: 0%;
      background-position-y: 0%;
      background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    margin-top: -185px;
    box-shadow: 0 -6px 16px #000;
    position: relative;
    z-index: 2;
}
.cta {
    width:33.33%;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-right: 3px solid #fff;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: rgba(217,0,29,.50);
    display: block;
}
.cta:last-child {
    border-right: 0px solid #fff;
}
.cta img {
    width: 15%!important;
    max-width: 100%;
    margin: 0 auto; 
    display: block;   
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.cta h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color:#fff;
}
.cta:hover {
  background: rgba(0,0,0,.50);
}
.cta:hover img {
  margin:-10px auto 10px auto;
}
.aboutmain {
    width: 100%;
    background: rgba(255,255,255,.80);
    padding: 100px 0; 
}
.aboutmain h2 {
  font-size: 26px;
  text-align: center;
  color: #000;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}
.aboutmain h1 {
  font-size: 34px;
  text-align: center;
  color: #d9001d;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  line-height: normal;
  margin: 0;
}
.aboutmain p {
  color: #000;
  text-align: center;
  font-size: 18px;
  width: 70%;
  margin: 20px 15% 0;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap-social {
    width: 100%;
    background: #fff;
    height: 100px;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.redfb {
    width: 60%;
    background: #d9001d;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.redfb h1 {
    color: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}
.redfb h1:hover {
  color: #000;
}
#triangle-bottomright {
  width: 0px;
  height: 0px;
  border-top: 100px solid #d9001d;
  border-right: 100px solid transparent;
}
.log {
  width: 15%;
  margin: 0 8%;
}
.log img {
    width: 100%;
    display: block;
    height: auto;
}
.submain {
    width: 100%;
    background: rgba(255,255,255,.80);
    padding: 100px 0 100px 0;
}
.titles {
    width: 80%;
    border-bottom: 2px solid #d9001d;
    font-size: 34px;
    color: #d9001d;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 10px;
}
.calendar {
    margin: 50px 0 10px;
}
.calendar h2 {
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 25px;
}
.calendar p {
  margin-top: 5px;
}
.submain p {
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
  width: 100%;
  margin: 20px 0 0 0;
    margin-top: 20px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.testimonals {
  font-style: italic;
}
.testimonals h2 {
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  margin: 0;
  padding: 20px 0 0 0;
}
.fulllocation {
    width: 50%;
    margin: 40px 0;
}
.fulllocation h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
/*===================== 
	slideshow styles 
=======================*/

.wrap-slider {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -20%;
}

.slider-hero {
    width:100%;
}
.slider-hero img {
    width:100%;
    display: block;
    height: auto;
    cursor:grab;
}


/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	width: 90%;
    margin: 0 auto;
    max-width: 1400px;
	}
.container-2 {
    width: 75%;
    margin: 0 auto;
    max-width: 1400px;
}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	width: 100%;
    background: #EDEDED;
    padding: 40px 0 !important;
	}
.halves {
  width: 48%;
}
.halves h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    border-bottom: 2px solid #d9001d;
    color: #d9001d;
    font-size: 25px;
    margin:20px 0 10px 0;
}
.littlehalf {
  width: 50%;
  color: #000;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 15px;
  line-height: 20px;
}
footer a {
  color: #000!important;
}
footer a:hover {
  color: #d9001d!important;
}
.footerlogo {
  width: 10%;
  margin: 20px 45% 0;
}
.footerlogo img {
    width:100%;
    display: block;
    height: auto;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1510px)  {
    nav.primary ul li a {
      padding: 13px 30px 15px;
    }
}

@media screen and (max-width: 1381px)  {
   nav.primary ul li a {
      padding: 13px 20px 15px;
    } 
}

@media screen and (max-width: 1270px)  {
    .wrap-social {
        height: 70px;
    }
}

@media screen and (max-width: 1225px)  {
   nav.primary ul li a {
      padding: 13px 20px 15px;
      font-size: 13px;
    } 
}


@media screen and (max-width: 1070px)  {

    .logo {
      width: 25%;
      margin: 10px 0%;
    }
    .phones {
      width: 37.5%;
      font-size: 16px;
    }
    .emails {
      width: 37.5%;
      font-size: 16px;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    

	nav.primary{display:none;}
	#menu-button{ 
		display: block;
        font-size: 32px;
        position: relative;
        z-index: 999;
        padding: 1%;
        width: 100%;
        background: #d9001d;
        box-sizing: border-box;
        text-align: center;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: bold;
	}
		#menu-button a {
			 color: #fff !important;
                text-decoration: none;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: url("/siteart/menuwheat.jpg");
          background-size: auto;
        background-size: cover;
		z-index: 9999; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			color: #ccc !important;
		}
    nav.mobile h3 {
      position: relative;
      padding: 12px 10px;
      color: #fff;
      font-size: 1.1em;
      font-weight: 600;
      font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #454545;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	nav.mobile ul li a:hover {
		background: #d9001d;
        color: #fff !important; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#fff; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}

}

@media screen and (max-width: 890px)  {
    .littlehalf {
      width: 100%;
      margin-top: 0px;
    }
    .redfb h1 {
      font-size: 18px;
    }
    .log {
      width: 20%;
      margin: 0 2%;
    }
    .footerlogo {
      width: 20%;
      margin: 20px 40% 0;
    }
}

@media screen and (max-width: 800px)  {
    .cta {
      font-size: 9px;
      padding: 10px 0;
    }
    .cta img {
      width:23%!important;
    }
    
}

@media screen and (max-width: 750px)  {
   
    header {
      justify-content: center;
      flex-wrap: wrap;
    }
    .logo {
      width: 100%;
      order: 1;
      margin: 5px auto;
      text-align: center;
    } 
    .logo img {
      max-width: 230px;
    }
    .phones {
      width: auto;
      text-align: right;
      order: 2;
    }
    .emails {
      box-sizing: border-box;
      padding: 0 0 0 5px;
      width: auto;
      text-align: left;
      order: 3;
    }
    .aboutmain {
      padding: 50px 0;
    }
    .aboutmain h2 {
      font-size: 18px;
    }
    .aboutmain h1 {
        font-size: 24px;
    }
    .aboutmain p {
        width: 100%;
        margin: 10px 0 0;
        font-size: 16px;
    }
    .submain {
      padding: 50px 0 75px 0;
    }
    .fulllocation {
      width: 100%;
    }
    .fulllocation h2 {
      text-align: center;
      font-size: 20px;
    }
    .fulllocation p {
        margin: 10px 0;
        text-align: center;
    }
    .titles {
      width: 100%;
    }
    
}

@media screen and (max-width: 650px)  {
    #triangle-bottomright {
      display: none;
    }
    .log {
      display: none;
    }
    .redfb {
      width: 100%;
    }
}

@media screen and (max-width: 540px)  {

    .cta {
      width: 100%;
      border-right: 0px solid #fff;
      border-bottom: 3px solid #fff;
    }
    .cta:last-child {
      border-bottom: 0px solid #fff;
    }
    .container-2 {
      width: 90%;
    }
    
}


@media screen and (max-width: 450px)  {
    .halves {
      width: 97%;
      margin-bottom: 20px;
    }
    .footerlogo {
      width: 35%;
      margin: 20px 32% 0;
    }
}

	
