/*
Theme Name: MidlifeToolsForLiving.com
Theme URI: http://www.miwdd.com
Author: Jake Woodbury
Description: Custom built wordpress theme by MIWDD.com
Version: 1.0
*/

/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

body {
  font-size: 18px;
  overflow-x:hidden;
  font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
  margin-top:5px;
  font-weight:bold;
}
h1,
.h1 {
	font-size: 50px;
  color:rgb(36, 103, 141);
    font-family: 'Crete Round', serif;
	margin-bottom:20px;
}
h2,
.h2 {
  color:rgb(131, 114, 83);
	font-size: 44px;
}
h3,
.h3 {
  color:rgb(131, 114, 83);
	font-size: 30px;
}
h4,
.h4 {
	font-size: 22px;
	color:#4f778e;
}
h5,
.h5 {
	font-size: 20px;
  font-weight:bold;
}
a {
	color: #3b335c;
	font-weight:bold;
}
a:hover {
	color: rgb(32, 115, 179);
  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 {
  color:rgba(26,26,26,.7);
}
.content ul {
	/*list-style: none;*/
}
.med-text {
	font-size:17px;
}
.normal-text {
	font-size:22px;
}
.large-text {
  font-size:26px;
}
.super-large-text {
  font-size:40px;
}
.bomb-large-text {
  font-size:55px;
}
.nuclear-large-text {
  font-size:75px;
}

/* GENERIC TEMPLATE/LAYOUT CONTENT
-------------------------------------------------- */

b,
strong {
	color: #254e58;
}

/* UNIQUE WEBSITE CONTENT (This can be deleted per website)
-------------------------------------------------- */

body {
		background: url(images/bg-body.jpg);
}


.site-title{
	font-size: 49px;
    color: #fff;
    margin: 0 0 0 9px;
    display: block;
    font-weight: normal;
    padding: 25px 0;
    font-family: "Crete Round", Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    -webkit-text-stroke-width: 0.7px;
}
.bg-header-top {
	background: url(images/header-top.png) no-repeat;
	background-position:top center;
	background-size:cover;
	height:65px;
}
.bg-hero {
	background: url(images/bg-mountains.jpg) no-repeat;
	background-position: center -35px;
	background-size:cover;
	background-attachment:fixed;
	height:330px;
}
.bg-hero.extend{
	height:600px;
}
.bg-footer {
	background: url(images/bg-footer.jpg) no-repeat;
	background-position:top center;
	background-size:cover;
}
.bg-menu {
	background: url(images/bg-menu.png) no-repeat;
	background-position:center center;
	height:108px;
	margin-top:-75px;
	position:relative;
}
.bg-white-page {
	background-color:#f6f6f6;
}
.bg-brown {
	background-color:rgb(131, 114, 83);
}


.margin-top-main-bg{
	margin-top:-30px;
	z-index:1;
	padding-top:30px;
}

.content {
	color:rgb(131, 114, 83);
}
.content strong {
	color:rgb(131, 114, 83);
}
.content a {
	color:rgb(32, 115, 179);
}
.white {
	color:#fff;
}
.white a {
	color:#fff;
}



.btn-primary {
  background-color:rgb(36, 103, 141);
  border:2px solid rgb(36, 103, 141);
  padding: 10px 30px;
  color:#fff !important;
  border-radius:0px;
  font-size:18px;
  margin:5px;
}
.btn-primary:hover {
  background-color:rgb(36, 103, 121);
  border:2px solid rgb(36, 103, 121);
  color:#759087;
}


footer {
	color:#fff;
}
footer a{
	color:#fff;
}
footer .color-faded {
	color:#c1c1c1;
}
footer .color-faded a{
	color:#c1c1c1;
}
footer a {
	font-weight:normal !important;
}
/*
.bg-board{
	background: url(images/bg-boards-fwstudio.jpg) no-repeat;
	background-size:cover;
	background-position:top center;
}
.bg-home-hero{
	background: url(images/bg-home-hero-2-pixabay.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.bg-white-trans {
	background-color: rgba(255, 255, 255,.80); 
}
.logo {
	width:200px;
}



.white {
	color:#fff;
}
.white a {
	color:#fff;
}
.blue { color:#6ba0bf; }
.blue-dark {color:#4f778e;}
.blue-darker {color:#007392;}
.green {color:#7c9693;}

.border-bottom-brown {
	border-bottom:4px solid #c1c4bd;
}
.border-bucket {
	border:4px solid #6ba0bf;
	border-radius:10px;
}
.border-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.border-radius-top{
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.border-radius-bottom{
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.box-shadow {
	box-shadow:4px 4px 10px #666;
	position:relative;
}




.btn-secondary {
  background-color:#6a9fbf;
  border:1px solid #6a9fbf;
  padding: 10px 30px;
  color:#fff;
  border-radius:0px;
  font-size:18px;
}
.btn-secondary:hover {
  background-color:#bbd1e8;
  border:1px solid #bbd1e8;
  color:#4f778e;
}

*/



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 576px) {
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	
	.width-third {
		width:43%;
	}

  .container {
    width:1140px;
  }
  .desktop {
    display:none;
  }
  .mobile {
    display:block;
  }
  .mobile-margin {
    margin:0px;
  }
  .vertical-start {
    justify-content: start;
  }
  .vertical-end {
    justify-content: flex-end;
  }
  .banner-text {
    color:#fff;
  }
  .banner-text-shadow {
    text-shadow:3px 3px 5px #000;
  }
  .sidebox {
    border:1px solid #df2228;
    background-color:#df2228;
    color:#fdce09;
  }
  .nounderline:hover {
    text-decoration:none;
  }
  .breadcrumbs {
    font-size:13px;
    color:#999;
  }
  .breadcrumbs a {
    color:#999;
  }

  
}
@media (min-width: 1200px) {

}

@media (max-width: 991px) {
  .content img {
    display: block;
    float: none;
    margin: auto;
  }
}