/*
Theme Name: TurfCommando.com
Theme URI: http://www.michigan-web-design-development.com
Author: Jake Woodbury
Description: Custom built wordpress theme by MIWDD
Version: 1.0
*/

/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

body {
	font-family: 'Montserrat', sans-serif;
	rgb(55, 55, 57);
	font-size: 18px;
	line-height:30px;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
  /*padding-top:15px;
  padding-bottom:15px;*/
  margin-top:8px;
}
h1,
.h1 {
	font-size: 40px;
  font-weight:normal;
  color:#00a7e1;
}
h2,
.h2 {
  color:#00006a;
	font-size: 30px;
  padding-bottom:5px;
}
h3,
.h3 {
  color:#00006a;
	font-size: 24px;
  line-height:34px;
}
h4,
.h4 {
	color:#1d3d7c;
	font-size: 22px;
}
h5,
.h5 {
	font-size: 20px;
  font-weight:bold;
}
a {
	color: #1c8ce1;
}
a:hover {
	color: #0033cc;
  text-decoration:underline;
}
/*hr {
    border: none;
    color: #e6e5e5;
    background-color: #e6e5e5; 
}*/

/* PERMANANT ELEMENTS
-------------------------------------------------- */

blockquote {
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 4em;
	line-height: 60px;
	float: right;
}

blockquote p {
	display: inline;
}

.vertical-align {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}
.center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.font-white {
  color:#fff;
}
.full-width {
  width:100%;
}
.desktop {
  display:block;
}
.mobile {
  display:none;
}
.mobile-margin {
  margin:10px;
}
.pagination {
    margin: 30px 0;
}
.page-numbers {
    border: 1px solid #1e3661;
    padding: 5px 10px;
    text-decoration: none;
}
.content {
  padding-bottom:30px;
  color:#555;
}
.content a {
  font-weight: bold;
}
/* GENERIC TEMPLATE/LAYOUT CONTENT
-------------------------------------------------- */

b,
strong {
	color: #000;
}

/* UNIQUE WEBSITE CONTENT (This can be deleted per website)
-------------------------------------------------- */


.bg-spring {
	background-image: url("images/bg-spring.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.bg-summer {
	background-image: url("images/bg-grass-shorter.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.bg-fall {
	background-image: url("images/bg-fall.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.bg-winter {
	background-image: url("images/bg-winter.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.bg-mulch {
	background-image: url("images/bg-mulch.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.bg-tree-leaves {
	background-image: url("images/bg-tree-leaves.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.bg-snowflakes {
	background-image: url("images/bg-snowflakes.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.bg-fall-leaves {
	background-image: url("images/bg-fall-leaves.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.bg-weeds {
	background-image: url("images/bg-weeds-big.jpg");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-green {
	background-color:#23a814;
}
.bg-blue {
	background-color:rgb(0, 0, 102);
}
.bg-nav {
	background-color:#23a814;
}
.bg-white-opacity {
	background-color:rgba(255, 255, 255, 0.5);
}
.white {
	color:#fff;
}
.white a {
	color:#fff;
}
.box-shadow {
	box-shadow: 0px 5px 5px #555;
}
.border-radius-5px {
	  border-radius:5px;
}
.blue-border {
	border-top:3px solid #00006a;
	border-bottom:3px solid #00006a;
}
.text-shadow {
	text-shadow: 3px 3px 5px #444;
}
.small-text {
  font-size:14px;
}
.large-text {
  font-size:26px;
}
.super-large-text {
  font-size:40px;
}
.bomb-large-text {
  font-size:55px;
}
.nuclear-large-text {
  font-size:75px;
}

.btn-nav {
  background-color: rgba(0, 0, 106, 0.3);
  border:1px solid #fff;
  padding: 12px 20px;
  color:#fff;
  font-size:18px;
  border-radius:5px;
  font-weight:bold;
  /*text-shadow:2px 2px #222;*/
}
.btn-nav:hover {
  background-color: rgba(0, 0, 106, 0.5);
  border:1px solid #fff;
  color:#fff;
}
.btn-primary {
  background-color: #23a814;
  border:1px solid #000;
  padding: 12px 20px;
  color:#fff;
  font-size:18px;
  border-radius:5px;
  font-weight:bold;
  /*text-shadow:2px 2px #222;*/
}
.btn-primary:hover {
  background-color: #52b547;
  border:1px solid #000;
  color:#fff;
}
.btn-secondary {
  background-color:#00006a;
  border:1px solid #00006a;
  padding: 10px 20px;
  color:#fff;
  border-radius:5px;
  font-size:18px;
  font-weight:bold;
}
.btn-secondary:hover {
  background-color:#22228a;
  border:1px solid #00006a;
  color:#fff;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 576px) {
	#mega-menu-max_mega_menu_2 li:last-child a {
		font-weight:bold !important;
		font-size:22px !important;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .site-header {
    color:#fff;
  }
  .dark-shadow {
    text-shadow: 2px 2px #333;
  }
  .img-overlay {
    position: relative;
    text-align: center;
  }
  .img-overlay-none {
    position: absolute;
  }
  .img-overlay-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img-overlay-centered-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img-overlay-centered-left {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
  }
  .img-overlay-centered-right {
    position: absolute;
    top: 45%;
    right: 15%;
  }
  .img-overlay-top-center {
    position: absolute;
    top: 0px;
    z-index: 100000;
    left: 0px;
    right: 0px;
  }
  .img-overlay-bottom-center {
    position: absolute;
    bottom: 20px;
    z-index: 100000;
    left: 0px;
    right: 0px;
  }
  .container {
    width:1140px;
  }
  .desktop {
    display:none;
  }
  .mobile {
    display:block;
  }
  .mobile-margin {
    margin:0px;
  }
  .vertical-start {
    justify-content: start;
  }
  .vertical-end {
    justify-content: flex-end;
  }
  .breadcrumbs {
    font-size:13px;
    color:#999;
  }
  .breadcrumbs a {
    color:#999;
  }  
  
  .bg-half-red {
	background: url("images/bg-half-red.jpg");
  }
  .bg-tan-horiz {
	background: url("images/bg-tan-horiz.jpg");
  }
  .bg-tan-horiz-left {
	background: url("images/bg-tan-horiz-left.jpg");
  }
  .position-bottom {
	position: absolute;
	bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .neg-margin {
    margin-top:-50px;
    position:relative;
  }


}

@media (max-width: 991px) {
  .content img {
    display: block;
    float: none;
    margin: auto;
  }
}