/*
Theme Name: MayeCreate Child
Theme URI: http://www.mayecreate.com/
description: MayeCreate Design Child Theme
Author: Tyler Ernst, Rebecca Thomas, Creative Director Monica Pitts
Author URI: http://www.mayecreate.com/
Template: mayecreate-theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* NOTE TO THE THEME DEV: DONT FORGET TO CHANGE THE SCREENSHOT.PNG TO A SCREENSHOT OF THE CLIENT SITE */
/*
font-family: 'Open Sans', sans-serif;
font-family: clarendon-urw,serif;
font-weight: 300;
font-style: normal;
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	color: #212121;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
} 
.divider, .wp-block-separator {
	margin: 30px auto;
	border-bottom: 2px solid #1C5E90;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}
.container {
	max-width: 1640px; /* CHANGE ME TO MATCH YOUR WEBSITE DESIGN */
	width: 95%;
}
body #cookie-notice .cookie-notice-container {
	color: #fff !important;
}
body #cookie-notice .cookie-button {
	background: #1c5e90 !important;
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
	border-radius: 2px;
	}

/* 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: #1C5E90;
	text-decoration:none; 
	font-weight: 700;
	-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: #144161;
	text-decoration: underline; /* change to none if you don't want links to be underlined wehn hovered */
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	border-color: transparent;
}
.pagehead {
    height: auto;
	margin-bottom: 40px;
}
.pagehead .page-header {
	margin-top: 0;
	border-color: transparent;
	height: auto;
}

 .pagehead .page-header .entry-title{
	position: static;
	top: 50%;
	color: #212121;
	text-shadow:none;
}

h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	line-height: 120%;
	margin: 0 0 20px 0;
	-webkit-font-smoothing: antialiased;
	font-family: clarendon-urw,serif;
	font-weight: 300;
}
h1, h1.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 0;
}
h2, .h2 {
	font-size: 38px;
	font-size: 3.8rem;
}
h3, .h3 {
	font-size: 35px;
	font-size: 3.5rem;
	color: #1B496B;
	font-weight: 400;
}
h4, .h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	font-size: 3.0rem;
}
h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 25px;
	font-size: 2.5rem;
}
h6, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
}
.alt {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	font-size: 16px;
	font-size: 1.6rem; /* 10 ÷ $rembase */
	margin:0 0 20px 0;
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin-left: 40px;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
ol {
	list-style-position:outside; 
}
li ol, li ul {
	margin:10px 0 10px 30px;
	padding:0;
}
li {
	margin:10px 0;
	padding:0;
}
ul li {
	list-style-image: url("img/ul_li.png");
}
ol li {
    counter-increment: count-me;
	list-style:none;
}
ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.3em;
    top: .05em;
    color: #1C5E90;
    font-weight: bold;
}


/* BUTTONS: Styles for Custom Button Block
==========================================  */
.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .post_nav_wrapper a:link, .post_nav_wrapper a:visited {
	background: #1C5E90;
	border-radius: 30px;
	border: 0 none;
	padding: 10px 20px;
	color: #fff;
	font-weight: 700;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button a:hover, .wp-block-button a:active, .btn-mayecreate:hover, .post_nav_wrapper a:hover, .post_nav_wrapper a:active {
	background: #212121;
	color: #fff;
	text-decoration: none;
}
.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	background: #1C5E90;
	color: #fff;
	font-weight: 700;
	padding: 10px 30px;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus, .wp-block-button.large a:hover, .wp-block-button.large a:active {
	background: #212121;
	color: #fff;
	text-decoration: none;
}
.btn-mayecreate.grey, a.btn-mayecreate.grey:link, a.btn-mayecreate.grey:visited, .wp-block-button.grey a:link, .wp-block-button.grey a:visited {
	background: #EEEEEE;
	color: #212121;
	font-weight: 400;
	padding: 14px 30px;
	text-align: left;
	font-family: clarendon-urw,serif;
	border-radius: 0;
	vertical-align: middle;
}
a.btn-mayecreate.grey:hover, a.btn-mayecreate.grey:active, a.btn-mayecreate.grey:focus, .wp-block-button.grey a:hover, .wp-block-button.grey a:active {
	background: #212121;
	color: #fff;
	text-decoration: none;
}
.btn-mayecreate.grey i {
	margin-right: 15px;
	font-size: 120%;
	vertical-align: top;
}
/* FOOTER
====================================  */
#feedback_bar {
	text-align: center;
	padding: 40px 0;
	background: #212121;
}
#feedback_bar h2 {
	color: #fff;
}
#feedback_bar .btn-mayecreate:link, #feedback_bar .btn-mayecreate:visited {
	margin: 0 auto;
}
#feedback_bar .btn-mayecreate:hover, #feedback_bar .btn-mayecreate:active {
	color: #144161;
	background: #fff;
}
#branding-container-footer {
	max-width: 345px;
	margin: 0 auto 20px auto;
}
#branding-container-footer img {
	display: block;
	margin: 0 auto;
}
footer.site-footer {
	text-align: center;
	background: #EEEEEE;
	padding: 50px 0;
}
footer.site-footer .menu {
	display: none;
}
footer.site-footer p {
	font-weight: 400;
}
footer.site-footer #credits p {
	font-size: 16px;
	font-size: 1.6rem;
}
/*footer.site-footer #credits p:first-child a {
	display: block;
}*/
footer.site-footer a:link, footer.site-footer a:visited {
	text-decoration: none;
	color: #212121;
	font-weight: 400;
}
footer.site-footer a:hover, footer.site-footer a:active {
	color: #1C5E90;
	text-decoration: underline;
}
footer.site-footer .additional_links a:link, footer.site-footer .additional_links a:visited {
	color: #144161;
}
footer.site-footer .additional_links strong a {
	font-weight: 700;
}
footer.site-footer .additional_links a:hover, footer.site-footer .additional_links a:active {
	color: #212121;
}
#credits a:link, #credits a:visited {
	text-decoration: none;
	font-weight: 700;
}
#credits a:hover, #credits a:active {
	text-decoration: underline;
}
/* HEADER
=======================================  */
#navbarBottom {
	padding: 0;
	background: #fff;
}
#navigation.affix .navbar-default {
	border-bottom: 2px solid #1C5E90;
	background: #fff;
}
.pagehead {
	background-color: #EEEEEE;
}
#branding-container {
	max-width: 275px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#navigation.affix #branding-container {
	max-width: 190px;
}
#navigation.affix #main_nav a:link, #navigation.affix #main_nav a:visited {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 5px 8px;
}
.nav-button span {
	background: #1C5E90;
}
.nav-button span::before, .nav-button span::after {
	background-color: #1C5E90;
}
.mm-listview > li.active {
	background: #1C5E90;
}
#internalfeatured {
	position: relative;
}
#pagehead_image {
	width: 100%;
	height: 200px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#pagehead_image #pagehead_image_inner {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#pagehead_image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,59,104,.75);
	z-index: 2;
	mix-blend-mode: hard-light;
}
#pagehead_title {
	padding: 50px 0;
}
/* PAGEBREAKS
======================================  */
.pagebreak .pagebreak_left_img, .pagebreak .pagebreak_right_img {
	position: relative;
	padding: 50px 0;
}
.pagebreak .pagebreak_left_img #pagebreak_img_inner, .pagebreak .pagebreak_right_img #pagebreak_img_inner {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pagebreak .pagebreak_left_img:before, .pagebreak .pagebreak_right_img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,59,104,.75);
	z-index: 2;
	mix-blend-mode: multiply;
}
.pagebreak_header {
	position: relative;
	z-index: 4;
	color: #fff;
	margin: auto;
	width: 90%;
	max-width: 1470px;
}
.home .pagebreak_fix:first-child {
	padding: 0;
}
.home .pagebreak_fix {
	background: #EEEEEE;
}
.home .pagebreak {
	background: #fff;
}
/*BLOG
============================ */
.post_nav_wrapper {
	text-align: center;
}
.post_nav_wrapper a:link, .post_nav_wrapper a:visited {
	display: inline-block;
}
.post_link_wrapper:link, .post_link_wrapper:visited {
	display: block;
	position: relative;
	/*background: #EEEEEE;
	max-width: 400px;
	margin: 0 auto 40px;*/
	margin: 0;
	padding: 30px;
}
.post_link_wrapper:hover, .post_link_wrapper:active {
	background: #1C5E90;
	text-decoration: none;
}
.post_link_wrapper * {
	-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;
}
.post_link_wrapper h3, .post_link_wrapper p, .post_link_wrapper h3 + p {
	color: #212121;
}
.post_link_wrapper p {
	font-weight: 400;
}
.post_link_wrapper:hover h3, .post_link_wrapper:hover p, .post_link_wrapper:hover h3 + p {
	color: #fff;
	text-decoration: none;
}
.post_inner_content {
	display: block;
	padding: 30px;
}
.post_date_wrapper p {
	margin-bottom: 0;
	font-size: 90%;
}
.posted_in_wrapper a:last-child span {
	display: none;
}
.single_img_wrapper {
	margin-bottom: 40px;
	position: relative;
	text-align: right;
}
.single_img_wrapper img {
	position: relative;
	z-index: 2;
}
.single_img_wrapper:before {
	width: 95px;
	height: 95px;
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	background: #BACEDD;
	bottom: -20px;
	right: -20px;
	border-radius: 50%;
}
.single_post_date_wrapper {
	display: table;
	margin: 0;
	background: #EEEEEE;
	padding: 5px 15px;
	position: relative;
}
.single_post_date_wrapper p {
	margin: 0;
}
.single_post_date_wrapper span {
	font-weight: 400;
}
/*CLIENT EDITS
============================ */
.post_link_wrapper_outer:nth-child(odd) .post_link_wrapper:link, .post_link_wrapper_outer:nth-child(odd) .post_link_wrapper:visited {
	background: #EEEEEE;
}
.post_link_wrapper_outer:nth-child(odd) .post_link_wrapper:hover, .post_link_wrapper_outer:nth-child(odd) .post_link_wrapper:active {
	background: #1C5E90;
}
.post_date_wrapper {
	margin-bottom: 10px;
	display: block;
}
/* SEARCH FORMS
=================================  */
.searchandfilter ul {
    margin: 0 0 40px 0;
}
.searchandfilter ul li ul {
	margin: 0;
}
.searchandfilter ul li {
    display: block;
    margin: 0 0 10px 0;
    list-style: none;
    padding: 0;
}
.searchandfilter ul li li {
	padding: 0;
	margin: 0;
}
.searchandfilter ul li label {
    display: block;
	font-size: 18px;
	font-size: 1.8rem;
}
.searchandfilter ul li select, .searchandfilter ul li input {
    max-width: 100%;
    border: 1px solid #212121;
    color: #212121;
    padding: 11px 15px;
    font-weight: 400;
    width: 100%;
	line-height: 120%;
}
.searchandfilter ul li .search-filter-reset {
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
	background: #1C5E90;
	line-height: 120%;
	text-decoration: none;
	border-radius: 30px;
	border:0 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;
}
.searchandfilter ul li .search-filter-reset:hover, .searchandfilter ul li .search-filter-reset:focus {
    color: #fff;
	background: #212121;
}
.searchandfilter .sf-date-prefix {
	display: none;
}
/*HOMEPAGE
============================ */
div#homefeatured {
	background: #EEEEEE;
}
div#homefeatured .slideDesc {
	background: none;
	z-index: 5;
}
.slideDesc_inner {
	margin: 0 auto;
	width: 90%;
}
div#homefeatured .slideDesc .btn-mayecreate {
	margin: 10px auto 0 auto !important;
}
div#homefeatured .slideDesc .slideTitle {
	/*color: #212121;*/
	font-family: clarendon-urw,serif;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 100%;
	margin-bottom: 10px;
}
div#homefeatured .slideDesc .slideText {
	/*color: #212121;*/
}
.carousel-indicators li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #fff;
	opacity: 1;
}
.carousel-indicators .active {
	background: #fff;
}
.carousel-indicators {
	width: 98%;
	margin: 0;
	text-align: right;
	justify-content: flex-end;
}
ol.carousel-indicators li::before {
	display: none !important;
}
div#homefeatured .carousel-inner>.item .slide_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
div#homefeatured .carousel-inner>.item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,59,104,.75);
    z-index: 2;
    mix-blend-mode: hard-light;
}
div#homefeatured {
	margin-bottom: 0;
}
/*ICON BUTTONS
============================ */
.icon_button:link, .icon_button:visited {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #212121;
	text-decoration: none;
}
.icon_button:hover, .icon_button:active {
	color: #1C5E90;
	text-decoration: none;
}
.icon_button * {
	-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;
}
.icon_button .icon_wrapper {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 135px;
	height: 135px;
}
.icon_button img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	max-width: 90%;
	max-height: 90%;
}
.icon_button .btn_icon_hover, .icon_button:hover .btn_icon {
	opacity: 0;
}
.icon_button:hover .btn_icon_hover, .icon_button .btn_icon {
	opacity: 1;
}
.icon_button .icon_wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	display: block;
	background: #BACEDD;
	width: 72%;
	height: 72%;
	border-radius: 50%;
	-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;
}
.icon_button:hover .icon_wrapper:before {
	width: 100%;
	height: 100%;
	background: #1C5E90;
}
.icon_button .icon_title {
	text-decoration: none;
	font-weight: 700;
}

        /* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			/*BLOG
			============================ */
			.single_img_wrapper {
				float: right;
				margin-left: 20px;
				max-width: 50%;
			}
            
        }

            /* Small devices (tablets, 992px and up) */
            @media (min-width: 992px) {
				/* TYPOGRAPHY
				===========================================  */
				body {
					font-size: 16px;
					font-size: 1.6rem;
				}
				/*h1, h1.entry-title {
					font-size: 50px;
					font-size: 5.0rem;
				}
				h2, .h2 {
					font-size: 45px;
					font-size: 4.5rem;
				}
				h3, .h3 {
					font-size: 40px;
					font-size: 4.0rem;
				}
				h4, .h4 {
					font-size: 35px;
					font-size: 3.5rem;
				}
				h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
					font-size: 30px;
					font-size: 3.0rem;
				}
				h6, .h6 { 
					font-size: 25px;
					font-size: 2.5rem;
				}*/
				p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
					font-size: 16px;
					font-size: 1.6rem;
				}
				/* FOOTER
				================================ */
				#feedback_bar h2 {
					display: inline-block;
					margin-bottom: 0;
					margin-right: 20px;
					vertical-align: middle;
				}
				#feedback_bar .btn-mayecreate:link, #feedback_bar .btn-mayecreate:visited {
					display: inline-block;
					margin: 0;
					vertical-align: middle;
				}
				footer.site-footer {
					text-align: left;
				}
				#branding-container-footer img {
					display: inline-block;
					margin: 0;
				}
				footer.site-footer p {
					margin-bottom: 15px;
				}
				footer.site-footer .menu {
					display: block;
					margin: 15px 0 0 0;
					padding: 0;
				}
				footer.site-footer .menu li {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				footer.site-footer .menu li a:link, footer.site-footer .menu li a:visited {
					padding: 0;
					margin: 0 0 15px 0;
					display: block;
				}
				footer.site-footer .additional_links {
					margin: 15px 0 0 0;
				}
				#branding-container-footer {
					margin: 0 0 20px 0;
				}
				/* HEADER
				=================================  */
				.pagehead {
					min-height: auto;	
				}
				.pagehead .container {
					padding-right: 35%;
				}
				#pagehead_title {
					padding: 100px 0;
				}
				#pagehead_image {
					position: absolute;
					right: 0;
					top: 0;
					width: 30%;
					height: 100%;
					background-size: cover;
				}
				#pagehead_image:after {
					content: '';
					position: absolute;
					top: 0;
					width: 74px;
					height: 100%;
					z-index: 3;
					background: url("img/pagebreak_right.png") left center no-repeat;
					background-size: auto 100%;
					left: 0;
				}
				/* MAIN NAVIGATION
				==========================================  */
				#branding-container {
					max-width: 190px;
				}
				#main_nav ul ul {
					background: #1C5E90;
					border: 0 none;
					border-radius: 0 0 30px 30px;
				}
				#main_nav a:link, #main_nav a:visited {
					font-size: 15px;
					font-size: 1.5rem;
					padding: 5px 8px;
					text-transform: none;
					color: #212121;
					font-weight: 700;
					border-radius: 30px;
				}
				#main_nav li.menu-item-has-children a:hover, #main_nav li.menu-item-has-children a:active {
					border-radius: 30px 30px 0 0;
				}
				#main_nav a:hover, #main_nav a:active, #main_nav a:focus, #main_nav > ul > li.active > a, #main_nav > ul > li:hover > a {
					/* if you have different color for Nav link hover state, change it here */
					color: #fff;
					background: #1C5E90;
				}
				#main_nav ul ul li a:link, #main_nav ul ul li a:visited {
					border-radius: 0 !important;	
					color: #fff;
					background: none;
				}
				#main_nav ul ul li:last-child a {
					border-radius: 0 0 30px 30px !important;
				}
				#main_nav ul ul li a:hover, #main_nav ul ul li a:active {
					background: #f8f8f8;
					color: #212121;
				}
				/*PAGEBREAKS
				==================================  */
				.pagebreak .pagebreak_left_img, .pagebreak .pagebreak_right_img {
					padding: 0;	
				}
				.pagebreak .pagebreak_left_img:after, .pagebreak .pagebreak_right_img:after {
					content: '';
					position: absolute;
					top: 0;
					width: 74px;
					height: 100%;
					z-index: 3;
				}
				.pagebreak .pagebreak_left_img:after {
					background: url("img/pagebreak_left.png") right center no-repeat;
					background-size: auto 100%;
					right: -1px;
				}
				.pagebreak .pagebreak_right_img:after {
					background: url("img/pagebreak_right.png") left center no-repeat;
					background-size: auto 100%;
					left: -1px;
				}
				.home .pagebreak .pagebreak_left_img:after {
					background: url("img/pagebreak_left_home.png") right center no-repeat;
					background-size: auto 100%;
				}
				.home .pagebreak .pagebreak_right_img:after {
					background: url("img/pagebreak_right_home.png") left center no-repeat;
					background-size: auto 100%;
				}
				.pagebreak_header {
					position: absolute;
					z-index: 4;
					height: 35%;
					top: 0;
					bottom: 0;
					margin: auto;
					width: 80%;
					left: 0;
					right: 0;
				}
				/*SEARCH FORMS
				============================ */
				.resource_sort_title, .searchandfilter, .searchandfilter ul, .searchandfilter ul li {
					display: inline-block;
					vertical-align: middle;
					margin-right: 15px;
				}
				.resource_sort_title {
					vertical-align: top;
				}
				.searchandfilter ul li label {
					display: inline-block;
				}
				.searchandfilter .sf-date-prefix {
					display: inline-block;
					padding-right:10px; 
					padding-left:10px; 
				}
				.searchandfilter ul li .search-filter-reset {
					margin: 0;
				}
				/*BLOG
				============================ */
				.single_post_date_wrapper:after {
					display: block;
					height: 100%;
					width: 13px;
					content: '';
					position: absolute;
					top: 0;
					right: -13px;
					background: url("img/single_post_date_after.png") top right no-repeat;
					background-size: cover;
				}
				/*HOMEPAGE
				============================ */
				div#homefeatured .slideDesc .slideTitle {
					font-size: 45px;
					font-size: 4.5rem;
				}
            }

                /* Small devices (tablets, 1024px and up) */
                @media (min-width: 1024px) {
					/*HOMEPAGE
					============================ */
					div#homefeatured .slideDesc {
						text-align: left;
						width: 50%;
					}
					div#homefeatured .slideDesc .btn-mayecreate {
						margin: 10px 0 0 0 !important;
					}
					div#homefeatured .slideDesc .slideTitle {
						font-size: 50px;
						font-size: 5rem;
						color: #212121;
					}
					div#homefeatured .slideDesc .slideText {
						color: #212121;
					}
					div#homefeatured .carousel-inner>.item .slide_img, div#homefeatured .carousel-inner>.item:before {
						width: 50%;
						right: 0;
						left: auto;
					}
					div#homefeatured .carousel-inner>.item:after {
						display: block;
						height: 100%;
						width: 57px;
						left: calc(50% - 1px);
						content: '';
						position: absolute;
						background: url("img/slide_angle.png") top left no-repeat;
						background-size: cover;
						z-index: 4;
					}
                }

                    /* Small devices (tablets, 1200px and up) */
                    @media (min-width: 1200px) {
						/* TYPOGRAPHY
						===========================================  */
						body {
							font-size: 18px;
							font-size: 1.8rem;
						}
						/*h1, h1.entry-title {
							font-size: 55px;
							font-size: 5.5rem;
						}
						h2, .h2 {
							font-size: 50px;
							font-size: 5.0rem;
						}
						h3, .h3 {
							font-size: 45px;
							font-size: 4.5rem;
						}
						h4, .h4 {
							font-size: 40px;
							font-size: 4.0rem;
						}
						h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
							font-size: 35px;
							font-size: 3.5rem;
						}
						h6, .h6 { 
							font-size: 30px;
							font-size: 3.0rem;
						}*/
						p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
							font-size: 18px;
							font-size: 1.8rem;
						}
						/* HEADER
						=============================  */
						#branding-container {
							max-width: 245px;
						}
						#main_nav a:link, #main_nav a:visited {
							font-size: 18px;
							font-size: 1.8rem;
							padding: 5px 10px;
						}
						.pagehead .container {
							padding-right: 45%;
						}
						#pagehead_title {
							padding: 140px 0;
						}
						#pagehead_image {
							width: 50%;
						}
						/*HOMEPAGE
						============================ */
						div#homefeatured .slideDesc .slideTitle {
							font-size: 55px;
							font-size: 5.5rem;
						}
                    }

                        /* Small devices (tablets, 1366px and up) */
                        @media (min-width: 1366px) {
							/*FOOTER
							============================ */
							/*footer.site-footer #credits p:first-child a {
								display: inline;
							}*/

                        }

                            /* Small devices (tablets, 1500px and up) */
                            @media (min-width: 1500px) {
								/* TYPOGRAPHY
								===========================================  */
								/*body {
									font-size: 20px;
									font-size: 2rem;
								}
								h1, h1.entry-title {
									font-size: 58px;
									font-size: 5.8rem;
								}
								h2, .h2 {
									font-size: 52px;
									font-size: 5.2rem;
								}
								h3, .h3 {
									font-size: 48px;
									font-size: 4.8rem;
								}
								h4, .h4 {
									font-size: 42px;
									font-size: 4.2rem;
								}
								h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
									font-size: 38px;
									font-size: 3.8rem;
								}
								h6, .h6 { 
									font-size: 33px;
									font-size: 3.3rem;
								}
								p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
									font-size: 20px;
									font-size: 2rem;
								}*/
								#branding-container {
									max-width: 325px;
								}
								#main_nav a:link, #main_nav a:visited {
									font-size: 20px;
									font-size: 2.0rem;
									padding: 5px 16px;
								}
								/*HOMEPAGE
								============================ */
								div#homefeatured .slideDesc .slideTitle {
									font-size: 60px;
									font-size: 6rem;
								}
                            }

                                /* Small devices (tablets, 1700px and up) */
                                @media (min-width: 1700px) {

                                }