/*
Theme Name: MayeCreate Theme
Theme URI: http://www.mayecreate.com/
Author: Tim Scheman, Tyler Ernst, Creative Director Monica Pitts
Author URI: http://www.mayecreate.com/
Description: Parent Theme built on Bootstrap v3.3.5. Updated to 5.1.3 on 10-10-22 - TE
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-size: 2.5rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	background-repeat: repeat-y !important;
	background-size: 100% auto !important;
	background-position: top center !important;
}

.skip a, #skip a { 
	position:absolute; 
	left:-10000px; 
	top:auto; 		
	width:1px; 
	height:1px; 
	overflow:hidden;
	background: #000;
	color: #fff;
} 
.skip a:focus, #skip a:focus { 
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 10px;
    z-index: 99999999999999;
    overflow: visible;
    padding: 20px 30px;
} 

/* PRINT STYLE SHEET
==========================================	*/
@media print {
	a:link:after, a:visited:after {    
		content: "";  
	}
	#mobile_menu {
		display:none !important;
	}
} 

/* GLOBAL STUFF
==========================================	*/
.cleared, .clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
form {
	padding:0 !important;
	margin:0 !important;
	font-size: 1.7rem;
}

.divider {
	border-bottom: 4px double #731012;
	margin: 25px 0;
}
.container {
	max-width: 1170px;
	width: 96%;
	margin: 0 auto;
}
.navbarborder {
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px double #731012;
	border-bottom: 1px double #731012;
}
	
.credits {
	font-size: 15px;
	font-size: 1.5rem;
	color: #ffffff;
}

footer a:link, footer a:visited{
	font-size: 15px;
	font-size: 1.5rem;
	color: #ffffff;
}

footer a:hover, footer a:active, footer a:focus{
	font-size: 15px;
	font-size: 1.5rem;
	color: #731012;
}

#navbarTop.navbar .container, #navbarBottom.navbar .container {
	display: block;
}
.navbar:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	clear: both;
}
/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/

a, a:link, a:visited {
	color: #793E00;
	text-decoration:none; 
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
a:hover, a:active, a:focus{
	color: #97463E;
	text-decoration:none; /* change to none if you don't want links to be underlined wehn hovered */
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	border-color: transparent;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	margin-bottom: .25em;
	-webkit-font-smoothing: antialiased;
}
h1, h1.entry-title, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	font-family: 'Lora', serif;
	font-size: 55px;
	font-size: 5.5rem;
	color: #5F3030;
	text-align: center;
}
h2, .h2, h2{
	font-family: 'Lora', serif;
	font-size: 45px;
	font-size: 4.5rem;
	color: #5F3030;
}
h3, .h3, h3{
	font-family: 'Lora', serif;
	font-size: 30px;
	font-size: 3rem;
	color: #721012;
}
h4, .h4, h4{
	font-family: 'Lora', serif;
	font-size: 30px;
	font-size: 3rem;
	color: #000000;
}
h5, .h5, h5{
	font-family: 'Lora', serif;
	font-size: 30px;
	font-size: 3rem;
	color: #97463E;
}
h6, .h6, h6{
	font-family: 'Lora', serif;
	font-size: 25px;
	font-size: 2.5rem;
	color: #ffffff;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p {
	font-size: 25px;
	font-size: 2.5rem; /* 10 ÷ $rembase */
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin:1em 0 1em 2em;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:inside;
}
ol {
	list-style-position:inside; 
}
li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li {
	margin:0.2em 0;
	padding:0;
}
ul li {
	padding-left:.8em;
}
.commentlist {
	margin:0 0 25px 0;
}
.commentlist li {
	list-style:none;
	margin:15px 0;
	padding:20px;
	background:rgba(235, 235, 235,.75);
}

/* footer widgets
==========================================	*/

.widget-title {
	text-align: left;
	margin:  5px 0 25px 0;
	padding-bottom:15px;
	border-bottom: 3px dashed #731012;	
}
footer .widget-title {
	font-size:25px;
	font-size:2.5rem;
	color:#fff;
	text-align:center;
}

/* HEADER
==========================================  */
#branding-container {
	margin: 0;
	margin-left: 4%;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 70%;
	max-width: 200px;
}
#branding-container a.brand{
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
}
#branding-container a.brand img.site-logo{
	display: block;
	margin:0;
	padding: 0;
	width: 100%;
	height: auto;
}
#aboveNav{
	position: relative;
}
#aboveNav #branding-container{
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 75%;
	max-width: 325px;
	margin: auto;
	z-index: 1100;
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
	display: none;
}


/* NAVIGATION
==========================================  */
#navbarTop{
	display: none;
}
#navbarBottom{ /* Main Navbar */
	display: block;
	background:url(img/Header-BG.jpg);
	margin-bottom: 0px;
}
#main_nav{
	display: none;
}

/* NAVIGATION:: Slide Out Drawer
==========================================  */
#mobile_menu {
    display: block;
    position: absolute;
    float: right;
    height: 87.7px;
    right: 4%;
    top: 0;
}
#mobile_menu a{
/* use this rule to add a border around the menu togle button */
}
#mobile_menu select {
	width:85%;
	display:block;
	margin: 10px auto;
}
.navbar-header{
}
.nav-button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 34px;
	height: 34px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav-button:focus {
	outline: none;
}
.nav-button span {
	display: block;
    position: absolute;
    top: 16px;
    left: 7px;
    right: 7px;
    height: 2px;
    width: 20px;
    background: #7d2123;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #7d2123;
	content: "";
}
.nav-button span::before {
	top: -7px;
}
.nav-button span::after {
	bottom: -7px;
}
.nav-button-x{
	background-color: transparent;
}
.nav-button-x span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.nav-button-x span::before,
.nav-button-x span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-moz-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.nav-button-x span::before {
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
}
.nav-button-x span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	-moz-transition-property: bottom, -moz-transform;
	-o-transition-property: bottom, -o-transform;
	transition-property: bottom, transform;
}

/* NAVIGATION:: Slide Out Drawer (Open)
==========================================*/
.mm-opened .nav-button-x {
	background-color: transparent;
}
.mm-opened .nav-button-x span {
	background: none;
}
.mm-opened .nav-button-x span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-opened .nav-button-x span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-opened .nav-button-x span::before,
.mm-opened .nav-button-x span::after {
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.mm-menu {
 	background: #ffffff;
 	color: #7d2123;
	font-family: 'Open Sans', sans-serif;
}
.mm-listview > li > a, .mm-listview > li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    white-space: normal;
}
.mm-listview > li.active{
	background: #7d2123;
}
.mm-listview > li.active > a{
	color: #ffffff;
}
.mm-menu .mm-header > a {
 	color: #cb0032;
	text-transform: uppercase;
}

/* NAVIGATION:: Slide Out Drawer Searcch Box
==========================================  */
.mm-menu > .mm-panel {
    /*You can add padding-top here to make space 
    for the search box at the top of the dawer menu */
}
#drawer-menu .form-group {
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 10px 10px 10px 20px;
}

#drawer-menu .form-group .form-control {
    width: 80%;
    float: left;
    margin-right: 1%;
}


/* FOOTER 
==========================================  */
#footer_nav{
	display: none;
}

/* NAVIGATION: SCROLL STICK 
==========================================  */
@keyframes affixFadeIn{
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

#navigation.affix-top{
	z-index: 100;
	position: absolute;
	width: 100%;
}
#navigation.affix{
	animation: affixFadeIn 1s  ease-in;
	-webkit-animation: affixFadeIn 1s;
	z-index: 100;
	width: 100%;
}

/* NAVIGATION: BREADCRUMB
==========================================  */
.breadcrumb {
	display: none;
}


/* CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap{
	min-height: 500px;
}
#contentWrap, #page{
	padding-top: 2vw;
	padding-bottom: 2vw;
}
#homeContentWrap.scroll, #contentwrap.scroll{
	padding-top:240px;
}
#contentwrap .child{
	outline: 1px solid yellow;
	min-height: 25vh; /* this will come in handy if you want the child page sections to be full screen height */
	padding-top: 2vw;
	padding-bottom: 2vw;
}

/* CALLOUTS
==========================================  */
#callouts{

}
#callouts a[role="button"]{
    position: relative;
    display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#callouts a[role="button"]:hover{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .5);
}
#callouts a[role="button"] h2{
    position: absolute;
    color: blue;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	bottom: 0;
    left: 5%;
    right: 5%;
    color: #ffffff;
}
#callouts a[role="button"]:hover h2{
	color: #000000;
}
#callouts a[role="button"] p{
	/* Style the callout body text here */
}
#callouts a[role="button"]:hover p{
	/* Style the hover state of the callout body text here */
}
#callouts a[role="button"] img{
	position: relative;
	width: 100%;
	padding: 0;
}



/* BLOG
==========================================  */
.card {
	display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.card:hover, .card:focus {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .25);
}
.card-image {
	padding:  0;
	position: relative;
	width: 100%;
}
.card-image img{
	width: 100%;
	height: auto;
}
.cardTitle{
	position: absolute;
	bottom: 18%;
	left: 5%;
	right: 5%;	
}
.cardTitle a{
	font-family: 'Roboto', sans-serif;
	color: #ffffff; 
	font-weight: 300;
}
.card-content{	
	padding: 5%;
	color: #000000;
}
.card-image .postDate{
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat{
	position: absolute;
	bottom: 3%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat a{
	color: #ffffff;
	font-weight: 300;
}


/* SIDEBARS
==========================================  */
.sidebarSection{
	display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sidebarSection .sidebarTitle{
	margin: 0;
	padding:  5%;
	background: #6d9e42;
	color: #fff;
}
ul.categoryList, 
ul.archiveYearList, 
ul.archiveYearList .archive-sub-menu{
	margin: 0;
}

ul.categoryList li,
ul.archiveYearList li, 
ul.archiveYearList .archive-sub-menu li{
	padding: 0;
	margin: 0;
}
ul.categoryList li a,
ul.archiveYearList li a, 
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5%;
	border-bottom: 1px solid #efefef;
}
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5% 8%;
	border-bottom: 1px solid #efefef;
}

/* FOOTER
==========================================  */
footer.site-footer {
	background-color: #eee;
	padding-top: 5vh;
	padding-bottom: 5vh;
}
footer.site-footer .aside{
	padding-top: 2vw;
	padding-bottom: 2vw;
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}

/* IMAGES
==========================================	*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	max-width:100%;
	height: auto;
	float:none;
	display:block;
	margin: 10px auto 16px auto;
}

/* Text meant only for screen readers.
==========================================	*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* BUTTONS: From Shortcodes
==========================================  */
a.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited{
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #cccccc;
	display: block;
	width: 100%;
	max-width: 290px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	margin: 12px auto;
	text-align: center;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus{
	background-color: #cccccc;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

/* Social Media Icon Links
============================================*/
ul.social{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}
ul.social li {
    display: inline-block;
    padding-left: .4em;
    padding-right: .4em;
}
ul.social li a .fa {
    font-size: 32px;
    color: #ffffff;
}
ul.social li a:hover .fa {
    font-size: 32px;
    color: #731012;
}

/* Collapsing Content
==========================================  */
.collapsingContent h2{
	position:relative; 
	padding-left: 30px;
}
.collapsingContent h2::before{
	position:absolute; 
	width: 100px; 
	height: 100%; 
	content: '\f056'; 
	font-family: FontAwesome; 
	left: 0; 
	color: #6c9e41;
}
.collapsingContent h2.collapsed::before{
	position:absolute; 
	content: '\f055'; 
	font-family: FontAwesome; 
	color: #6c9e41;
}

/* Responsive Videos
============================================*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-item{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9{
	padding-bottom: 56.25%;
	position: relative;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
    position: relative;
}

/* FEATURE POSTS
==========================================  */
#featuredPosts{
	/* Place to customize the home page featured posts */
}

/* HOME PAGE: FEATURE BOXES
==========================================  */
#callouts{
	/* Place to customize the home page callouts */
}

 
/* PAGE OF PAGES: NAVIGATION
==========================================  */
#childpageNav{
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 175px;
	width: 50px;
	outline: 1px solid #000;
	background: #ffffff;
}
#childpageNav li a{
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 2px solid #6c9d30;
}
#childpageNav li a:hover{
	text-decoration: none;
	border: 2px solid #000000;
	background: #000000;
}
#childpageNav li a:active, #childpageNav li a:focus{
	text-decoration: none;
	background: #6c9d30;
}

/* Featured Image Slider
==========================================	*/
#featuredPostsSlider{
	margin-top: 5vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#featuredPostsSlider h2{
	padding-bottom: 2vh;
}

#featuredPostsSlider #lightSlider li{
	height: auto;
}

.lSSlideWrapper.usingCss{
	position: relative;
}

.lightSlider.lsGrab.lSSlide li{
	padding: 0;
}

.lSAction .lSPrev{
	background: url(img/left.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    left: 1%;
    bottom: 0;
    margin: auto;
}
.lSAction .lSNext{
	background: url(img/right.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    right: 1%;
    bottom: 0;
    margin: auto;
}

.home_callouts {
	text-align: center;
}

.home_callouts img {
	display:block;
	margin:0 auto 15px auto;
}
#cat {
	margin-bottom:15px !important;
	font-size: 1.7rem;
}
.sub_page_wrapper:link, .sub_page_wrapper:visited {
	text-align: center;
	display: block;
	margin:0 auto 25px auto;
}
.sub_page_wrapper span {
	display: block;
}
.sub_page_wrapper .image_wrapper {
	margin-bottom: 5px;
	position: relative;
}
.sub_page_wrapper .image_wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.sub_page_wrapper .image_wrapper:after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(95,48,48,.6);
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.sub_page_wrapper:hover .image_wrapper:after {
	opacity: 1;
}
.sub_page_wrapper .title_wrapper {
	color: #793E00;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.sub_page_wrapper:hover .title_wrapper {
	color: #97463E;
}
.sub_page_wrapper_outer:nth-child(even) {
	clear: left;
}
.sub_page_wrapper_outer_fix .sub_page_wrapper_outer:nth-child(even) {
	clear: none;
} 
.sub_page_wrapper_outer_fix .sub_page_wrapper_outer:nth-child(odd) {
	clear: left;
}
.content_wrapper {
	text-align: left;
	color: #333333;
}
.sub_page_wrapper_outer .button {
	background: #5F3030;
	color: #fff;
	padding: 15px 45px;
	margin: 10px auto;
	display: table;
	width: auto;
	font-family: 'Lora', serif;
	font-size: 20px;
}
.sub_page_wrapper_outer:hover .button {
	background: #97463E;
}




		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {

		    /* TYPOGRAPHY: HEADINGS
			==========================================  */
			/* TYPOGRAPHY: PARAGRAPHS
			==========================================  */
			/* TYPOGRAPHY: LIST ITEMS
			==========================================  */
			
			/* HEADER
		    ==========================================  */
		  	#branding-container {
				margin:0;
				padding-top: 25px;
				padding-bottom: 15px;
				width: auto;
				max-width: 300px;
			}
			#branding-container a.brand {
				font-size: 30px;
				color: #000000;
			}
			
			/* HOME SLIDER
			==========================================  */
			div#homefeatured {
				display: block;
		    	margin-left: auto;
				margin-right: auto;
				margin-bottom: 30px;
			}
			div#homefeatured #myCarousel{
				box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
			}
			
			div#homefeatured #myCarousel:hover{
				box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .25);
			}
			div#homefeatured .carousel{
		    	width: 100%;
			}
			div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img{
		    	width: 100%;
				height: auto;
			}
			div#homefeatured .slideDesc {
				display:none;
		    	position: absolute;
				background: rgba(255, 255, 255, .65);
				z-index: 4000;
				top: 10%;
				bottom: 10%;
				margin: auto;
				padding: 25px 50px;
				border-right: 11px solid #731012;
				width: 30%;
				text-align: left;
				height: 175px;
			}
			div#homefeatured .slideDesc .slideTitle{
				display: block;
				font-family: 'Lora', serif;
				font-size: 40px;
				font-size: 4rem;
				color: #000000;
			}
			div#homefeatured .slideDesc .slideText{
				display: block;
				font-family: 'Lato', sans-serif;
				font-size: 25px;
				font-size: 2.5rem;
				color: #000000;
			}
			
			div#homefeatured .slideDesc .btn.btn-mayecreate{
				margin-top: 5vh;
				width: 200px;
				color: #fff;
			}
			
			
			div#homefeatured .carousel-control{
		    	display: block;
				height: 75px;
				width: 25px;
				top: 0;
				bottom: 0;
				margin: auto;
				background: none;
			}
			div#homefeatured .carousel-control.left{
				background: url(img/left.png) no-repeat;
				background-size: contain;
				left: 3%;
			}
			div#homefeatured .carousel-control.right{
				background: url(img/right.png) no-repeat;
				background-size: contain;
				right: 3%;
			}
			.carousel-fade .carousel-inner .item {
			    -webkit-transition-property: opacity;
				transition-property: opacity;
			}
			.carousel-fade .carousel-inner .item,
			.carousel-fade .carousel-inner .active.left,
			.carousel-fade .carousel-inner .active.right {
				opacity: 0;
			}
			.carousel-fade .carousel-inner .active,
			.carousel-fade .carousel-inner .next.left,
			.carousel-fade .carousel-inner .prev.right {
				opacity: 1;
			}
			.carousel-fade .carousel-inner .next,
			.carousel-fade .carousel-inner .prev,
			.carousel-fade .carousel-inner .active.left,
			.carousel-fade .carousel-inner .active.right {
				left: 0;
			    -webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}
			.carousel-fade .carousel-control {
				z-index: 2;
			}
		  	/* NAVIGATION
			==========================================  */
			#mobile_menu {
				height: 68px;
			}
			
			/* SCROLL STICK NAVIGATION
			==========================================  */
			#navigation{
				margin-top:35px;
				margin-bottom:35px;
			}
			#navigation.affix{
				margin-top:0;
				width: 100%;
			}
			#navigation.affix #branding-container {
				max-width: 400px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			#navigation .navbar{
				margin-bottom: 0;
			}
			
			#navigation.affix .navbar-default {
				background-color: rgba(200,200,200,.9);
				border-color: #e7e7e7;
			}
			
			#navigation.affix #main_nav a {
		    	font-size: 17px;
		    	padding: 15px 10px;
		    }
			#navigation.affix #main_nav ul li:first-child a{
		    	padding: 15px 10px 15px 10px;
		    }
			
			/* BREADCRUMB NAVIGATION
			==========================================  */
			.breadcrumb {
				display: block;
				margin-left: 0;
			}

			/* CONTENT SECTIONS
			==========================================	*/

			/* BLOG
			==========================================  */

			/* SIDEBARS
			==========================================  */

			/* IMAGES
			==========================================	*/

			img.alignleft{
				float:left;
				display:block;
				margin: 15px 15px 15px 0;
			}
			.wp-caption.alignleft{
				float:left;
				display:block;
				margin: 5px 15px 15px 0;
			}
			img.alignright {
				float:right;
				display:block;
				margin:15px 0 15px 15px;
			}
			.wp-caption.alignright{
				float:right;
				display:block;
				margin: 5px 0 15px 15px;
			}
			img.aligncenter, .wp-caption.aligncenter{
				float:none;
				display:block;
				margin: 15px auto 15px auto;
			}
			
			/* BUTTONS
			==========================================  */
			.btn-mayecreate{
		    	display: inline-block;
		    	width: 32.9%;;
		  	}
			
			/* FEATURE POSTS
			==========================================  */
			#featuredPosts{
				/* Place to customize the home page featured posts */
			}

			/* HOME PAGE: FEATURE BOXES
			==========================================  */
			#callouts{
				/* Place to customize the home page callouts */
			}


		}


				/* Medium devices (desktops, 992px and up) */
				@media (min-width: 992px) {

					#top_nav:focus-within > ul > li:focus-within > ul.sub-menu {
						display: list-item;
					  }
					
					  #main_nav:focus-within > ul > li:focus-within > ul.sub-menu {
						display: list-item;
					  }
					
					  #top_nav:focus-within > ul > li > ul.sub-menu > li.menu-item-has-children:focus-within > ul.sub-menu {
						display: list-item;
						opacity: 1;
						display: block;
					  }
					
					  #main_nav:focus-within > ul > li > ul.sub-menu > li.menu-item-has-children:focus-within > ul.sub-menu {
						display: list-item;
						opacity: 1;
						display: block;
					  }
				    
				    /* TYPOGRAPHY: HEADINGS
					==========================================  */
					/* TYPOGRAPHY: PARAGRAPHS
					==========================================  */
					/* TYPOGRAPHY: LIST ITEMS
					==========================================  */

					/* HEADER
				    ==========================================  */
				    #branding-container {
				    	max-width: 345px;
				    }
				    #branding-container a.brand{
				    	text-transform: uppercase;
				    	font-size: 30px;
				    	color: #000000;
				    }
					/* HOME SLIDER
					==========================================  */
					div#homefeatured .carousel-control{
				    	height: 100px;
						width: 30px;
					}
					div#homefeatured .carousel-control.left{
						left: 7%;
					}
					div#homefeatured .carousel-control.right{
						right: 7%;
					}
				    
					div#homefeatured .slideDesc {
						display:block;
						position: absolute;
						background: rgba(255, 255, 255, .65);
						z-index: 4000;
						top: 10%;
						bottom: 10%;
						margin: auto;
						padding: 25px 50px;
						border-right: 11px solid #731012;
						width: 550px;
						text-align: left;
						height: 200px;
					}

				    /* TOP NAVIGATION
				    ==========================================  */
				    #navbarTop, #navbarBottom, #footer_nav{
				    	display: block;
				    }
					#navbarTop.navbar, #navbarBottom.navbar{
				    	border-radius: 0px;
						margin-bottom: 0px;
					}
				    #navbarTop.navbar .container, #navbarBottom.navbar .container{
				    	position: relative;
				    }
					
					.navbar-default {
						background-color: none !important;
						border-color: none !important;
						background:url(img/Header-BG.jpg);
					}
					
					#top_nav ul{
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #top_nav ul li{
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
				    }
				    #top_nav a{
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 17px;
				    	padding: 15px 10px;
				    	text-transform: uppercase;
				    	color: #ccc;
				    	font-weight: 100;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #top_nav a:hover {
				    	color: #000000;
				    	text-decoration:none;
				    	/* if you have different color for Nav link hover state, change it here */
				    }
				    #top_nav ul li:first-child a {
				    	padding: 15px 10px 15px 10px;
				    }
				    #top_nav li.current_page_item a { }
				    #top_nav li.current_page_parent a { }  


				    /* MAIN NAVIGATION
				    ==========================================  */
				    #main_nav{
				    	display: block;
				    }
				    
				    #main_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    }
				    #main_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 1%;
				    	background:none;
				    	display: block;
				    	position: relative;
				    }
					#main_nav ul ul{
				    	display: none;
				    	position: absolute;
				    	z-index: 9000;
				    	background: #dad5d2;
				    	margin: 0;
				    	padding: 0;
				    	width: 250px;
				    	min-width: 150px;
				    	max-width: 300px;
				    	border: 1px solid #731012;
				    	border-top: none;
				    }
					#main_nav ul li:hover ul{
				    	list-style: none;
				    	position: absolute;
				    	display: list-item;
					}
					#main_nav ul ul li{
				    	float: none;
				    }
				    #main_nav a {
				    	display: inline-block;
				    	text-decoration: none;
				    	font-size: 17px;
				    	padding: 10px;
						margin-top: 5px;
						margin-bottom: 5px;
				    	text-transform: uppercase;
				    	color: #000000;
				    	font-weight: 100;
					}
					#main_nav a:hover {
				    	/* if you have different color for Nav link hover state, change it here */
				    	color: #ffffff ;
						background: #731012;
						border-radius: 6px;
				    }
				    #main_nav ul ul li a {
				    	padding: 2px 10px;
				    	width: 100%;
				    }
				    #main_nav ul ul li:first-child a {
				    	padding: 10px;
				    }
				    #main_nav a:hover {
				    	text-decoration:none;
				    }
					#mobile_menu {
				    	display: none;
				    }

				    /* FOOTER NAVIGATION
				    ==========================================  */
				    #footer_nav{
				    	display: table;
				    }
				    #footer_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #footer_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 10px 0 10px;
				    	background:none;
				    }
					#footer_nav a {
						color: #000000;
				    	display:inline-block;
				    	margin:0;
				    	text-decoration:none;
				    	font-size: 16px;
				    	padding: 8px 8px;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #footer_nav a:hover {
				    	text-decoration:none;
						color: #ffffff;
				    	/* if you have different color for Nav link hover state, change it here */
				    }
				    #footer_nav ul li:first-child a {
				    	padding: 10px 15px 10px 0px;
				    }
				    #footer_nav li.current_page_item a { }
				    #footer_nav li.current_page_parent a { } 

				    /* CONTENT SECTIONS
					==========================================	*/

					/* BLOG
					==========================================  */

					/* SIDEBARS
					==========================================  */

					/* BUTTONS
				    ==========================================  */
				    .btn-mayecreate{
				    	display: block;
				    	width: 100%;
				    }
					.sub_page_wrapper_outer .button {
						font-size: 25px;
					}

					/* FEATURE POSTS
				  	==========================================  */
					#featuredPosts{
						/* Place to customize the home page featured posts */
					}
				  
				  	/* HOME PAGE: FEATURE BOXES
					==========================================  */
					 #callouts{
						/* Place to customize the home page callouts */
					}
				}

						/* Large devices (large desktops, 1200px and up) */
						@media (min-width: 1200px) { 

							.home_callouts img {
								display:block;
								margin:0 auto 15px auto;
								width: -webkit-fill-available;
							}
						    
						    /* TYPOGRAPHY: HEADINGS
							==========================================  */
							/* TYPOGRAPHY: PARAGRAPHS
							==========================================  */
							/* TYPOGRAPHY: LIST ITEMS
							==========================================  */

							/* HEADER
						    ==========================================  */
						    #branding-container {
						      max-width: 400px;
						    }
						    #branding-container a.brand{
						      font-size: 38px;
						    }
							
							/* HOME SLIDER
							==========================================  */
							div#homefeatured .carousel-control{
						    	height: 125px;
								width: 35px;
							}
							div#homefeatured .carousel-control.left{
								left: 10%;
							}
							div#homefeatured .carousel-control.right{
								right: 10%;
							}
							
							.carousel-inner {
								position: relative;
								width: 100%;
								overflow: hidden;
							}
							
							/* MAIN NAVIGATION
						    ==========================================  */
						    #main_nav a {
						      font-size: 17px;
						    }

							/* FEATURE POSTS
						  	==========================================  */
							#featuredPosts{
							/* Place to customize the home page featured posts */
							}
							.sub_page_wrapper_outer .button {
								font-size: 25px;
							}
						  
						  	/* HOME PAGE: FEATURE BOXES
							==========================================  */
							 #callouts{
							/* Place to customize the home page callouts */
							}
							
							
						}

								/* Extra Large devices (Apple 4K desktops, 1700px and up) */
								@media (min-width: 1700px) {

									/* Place to add stylesheets if you want to target monitors 
									bigger than a desktop. */
								}




