/*
Theme Name:  Children's Love Ministries  
Author: Aubergine 262
Author URI: https://aubergine262.com/
Description: A custom theme for  Children's Love Ministries  
Version: 1.0
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

::-moz-selection {
	background: #05a352;
	color: #fff;
}
::selection {
	background: #05a352;
	color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 17px;
}

body {
	color: #2f171c;
	line-height: 1.5;
	margin: 0;
    overflow-x: hidden;
}

a {
	color: #2f171c;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	color: #4d1f32;
	outline: 0;
}
.White a:hover,
.White a:active{
	color: #f9f9f9;
}

a:hover {
	text-decoration: underline;
}

h1,
h3,
h5{
	clear: both;
	font-family: PrequelRegular, "sans-serif";
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 300;
}
h2,
h4,
h6{
	clear: both;
	font-family: 'PT Sans', 'sans-serif';
	line-height: 1.3;
	font-weight: 300;
}

h1,h2 {
	font-size: 40px;
	margin: 0 0 15px;
}

h3,h4 {
	font-size: 30px;
	margin: 0 0 15px;
}

h5,h6 {
	font-size: 20px;
	margin: 0 0 15px;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
	font-size:17px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

* {
	outline: none !important;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.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-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #2f171c;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #2f171c;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: 0;
}

/* Buttons */
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	outline: none;
	background: transparent; /* Old browsers */
	background-image: url('images/button-blue.png');
	background-size: 100% 100%; /*cover;  [  Uses some JS to swap the sizing  ]      */
	border: none;
	color: #fff;
	display: inline-block;
	/*padding: 11px 24px 10px;*/
	padding: 11px 24px 14px;
	text-decoration: none;
	font-size: 18px;
	font-family: PrequelRegular, "sans-serif";
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.3;
	padding-top: 18px;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
body.safari .button,
body.safari button,
body.safari input[type="submit"],
body.safari input[type="button"],
body.safari input[type="reset"] {
	-webkit-transition: none;
	transition: none;
}
.button.blue,
button.blue,
input.blue[type="submit"],
input.blue[type="button"],
input.blue[type="reset"] {
	background-image: url('images/button-blue.svg');
}
.button.green,
button.green,
input.green[type="submit"],
input.green[type="button"],
input.green[type="reset"] {
	background-image: url('images/button-green.svg');
}
.button.orange,
button.orange,
input.orange[type="submit"],
input.orange[type="button"],
input.orange[type="reset"] {
	background-image: url('images/button-orange.svg');
}
.button.purple,
button.purple,
input.purple[type="submit"],
input.purple[type="button"],
input.purple[type="reset"] {
	background-image: url('images/button-purple.svg');
}
.button.yellow,
button.yellow,
input.yellow[type="submit"],
input.yellow[type="button"],
input.yellow[type="reset"] {
	background-image: url('images/button-yellow.svg');
}
.button.white,
button.white,
input.white[type="submit"],
input.white[type="button"],
input.white[type="reset"] {
	background-image: url('images/button-white.svg');
	color: #2f171c;
}
.button.brown,
button.brown,
input.brown[type="submit"],
input.brown[type="button"],
input.brown[type="reset"] {
	background-image: url('images/button-brown.svg');
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
	opacity:0.8;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.button.white:focus, button.white:focus, input.white[type="submit"]:focus, input.white[type="button"]:focus, input.white[type="reset"]:focus {
	color: #2f171c !important;
}

body.safari .button:hover,
body.safari .button:focus,
body.safari button:hover,
body.safari button:focus,
body.safari input[type="submit"]:hover,
body.safari input[type="button"]:hover,
body.safari input[type="reset"]:hover,
body.safari input[type="submit"]:focus,
body.safari input[type="button"]:focus,
body.safari input[type="reset"]:focus {
	-webkit-transition: none;
	transition: none;
}
a.button.white:hover {
	color: initial;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	outline: none;
	opacity:0.8;
}
/*.button:visited,*/
/*button:visited,*/
/*input[type="submit"]:visited,*/
/*input[type="button"]:visited,*/
/*input[type="reset"]:visited {*/
	/*color: #fff;*/
/*}*/

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

/* Transition animations */
.animation-element.slide-up {
	opacity: 0;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(0px, 100px, 0px);
	-webkit-transform: translate3d(0px, 100px, 0px);
	-o-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	transform: translate3d(0px, 100, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.animation-element.slide-right {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(100px, 0px, 0px);
	-webkit-transform: translate3d(100px, 0px, 0px);
	-o-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	transform: translate3d(100px, 0px, 0px);
}

.animation-element.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}


.site-width{
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 1px 10px;
}
.Blue{
	color: #000000;
}
.Brown{
	color: #2f171c;
}
.Green{
	color: #6EAE41;
}
.Grey{
	color: #999;
}
.Orange{
	color: #f2652a;
}
.Purple{
	color: #05a352;
}
.White{
	color: #ffffff;
}
.Yellow{
	color: #fcaf26;
}
.bgGreen{
	background-color: #000000;
}
.bgBrown{
	background-color: #2f171c;
}
.bgGreen{
	background-color: #6EAE41;
}
.bgGrey{
	background-color: #f9f9f9;
}
.bgOrange{
	background-color: #f2652a;
}
.bgPurple{
	background-color: #05a352;
}
.bgWhite{
	background-color: #ffffff;
}
.bgYellow{
	background-color: #fcaf26;
}
.obgGreen{
	background-color: rgba(59,146,203,0.8);
}
.obgBrown{
	background-color: rgba(47,23,28,0.8);
}
.obgGreen{
	background-color: rgba(110,174,68,0.8);
}
.obgGrey{
	background-color: rgba(245,245,245,0.8);
}
.obgOrange{
	background-color: rgba(242,101,42,0.8);
}
.obgPurple{
	background-color: rgba(108,14,09,0.8);
}
.obgWhite{
	background-color: rgba(255,255,255,0.8);
}
.obgYellow{
	background-color: rgba(252,175,38,0.8);
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
	width:100%;
	display: block;
}


.site-width ol,
.site-width ul{
	list-style-type: none;
	padding: 0 0 0 35px;
}
.site-width ol li,
.site-width ul li{
	position: relative;
}
.site-width ul li:before{
	content: '';
	background-image: url('images/flower-motif-tint-blue.png');
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 2px;
	left: -32px;
}
.site-width ul li{
	margin-bottom: 3px;
	padding-right: 2px;
}
.site-width ol{
	counter-reset: everylife-counter;
}
.site-width ol li:before {
	content: counter(everylife-counter) '.';
	counter-increment: everylife-counter;
	color: #000000;
	display: block;
	position: absolute;
	top: 0;
	left: -19px;
}

.site-footer{
	background-color: #000000;
	color: #ffffff;
	padding:30px 0 0;
}
.site-footer a{
	color: #ffffff;
	text-decoration: none;
}
.site-footer .sidebar-container{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.site-footer ul.menu{
	padding: 0;
	margin:0;
}
.site-footer ul.menu li:before{
	display: none;
}

.sub-footer a {
	color: #f699285;
}
.sub-footer {
	border-top: solid 1px #ffffff;
	/*padding:15px 0 35px;*/
	padding:17px 0 15px;
	color: #f699285;
	margin-top: 15px;
}
.sub-footer .column-one{
	width: 20%;
	display: inline-block;
}
.sub-footer .column-two{
	width: 60%;
	display: inline-block;
	text-align: center;
}
.sub-footer .column-three{
	width: 20%;
	display: inline-block;
	text-align: right;
}

.sub-footer .column-two ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.sub-footer .column-two ul li{
	display: inline-block;
	margin-right: 3%;
}
.sub-footer .column-two ul li:last-child{
	margin-right: 0;
}
.sub-footer .column-two ul li:before{
	display: none;
}




/*Header*/
/*.head-content-tint {
	display: inline-block;
	background: #000;
}*/
.site-logo {
	max-width: 200px;
}
#navbar{
	position: relative;
	z-index:100;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	/*float: right;*/
	width: 100%;
	top: 0;
	background-color: transparent;
	padding: 5px 0 10px;
}
#navbar .site-width{
	position: relative;
}
#primary-menu {
	margin: 0;
	padding: 0;
	text-align: center;
}
#primary-menu li {
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
	padding-right: 0px;
}
.site-width nav div #primary-menu li:before {
	display: none;
}
#primary-menu li a {
	display: block;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
#primary-menu li a:after {
	content: '';
	display: block;
	background-image: url('images/nav-highlight.png');
	background-size: 100% 100%;
	height: 10px;
	background-repeat: no-repeat;
	position: absolute;
	left: 20%;
	bottom: 0;
	width: 60%;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}
#primary-menu > li.current-menu-item > a:after,
#primary-menu > li.current_page_item > a:hover:after,
#primary-menu > li > a:hover:after,
#primary-menu li ul.sub-menu li a:hover:after{
	opacity: 1;
}
#primary-menu li:hover ul.sub-menu{
	display: block;
}
#primary-menu li ul.sub-menu {
	position: absolute;
	z-index: 999;
	padding: 0;
	text-align: left;
	width: 200px;
	display: none;
}
#primary-menu li ul.sub-menu li{
	width: 100%;
	background-image: url('images/button-white.svg');
	background-size: 100% 100%;
}
#primary-menu li ul.sub-menu li a{

}
#primary-menu li ul.sub-menu li a:after {
	left: 10%;
	bottom: 4px;
	width: 38%;
}
.header-donate {
    position: absolute;
    top: 0;
    right: 10px;
}


.top-header {
	padding-bottom: 20px;
}
#navbar .site-width {
	position: relative;
}
.header-logo {
	text-align: center;
	padding-top:20px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	/*float: left;*/
	/*width: 100%;*/
}
.top-header-inner {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.is-sticky .top-header-inner {
	background-color: rgba(255,255,255,.6);
}
#navbar .header-logo img {
	width: 145px;
}
#navbar .header-logo {
	position: absolute;
	top: -100px;
	left: 0;
	padding: 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.is-sticky .header-logo {
	/*width: 25%;*/
}
.is-sticky #navbar {
	background-color: rgba(255,255,255,.6);
	/*padding: 5px 0;*/
}
.header-logo a {
	display: inline-block;
}
#masthead {
	position: relative;
}
#masthead .nav-full_screen {
	position: absolute;
	/*top: 0;*/
	left: 0;
	width: 100%;
	z-index: 999;
}
.img-browser_height .header-image,
.img-full_screen .header-image {
	position: relative;
	background-position: center;
	background-color: #CCCCCC;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.header-image img {
	width: 100%;
}
.img-browser_height .header-image img,
.img-full_screen .header-image img {
	position: absolute;
}
.header-content {
	position: absolute;
	top: 24%;
	width: 100%;
	left: 0;
	z-index: 999;
}
.img-img_size {
	position: relative;
}
.header-page-title {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}
.header-image-wrap {
	z-index: 50;
	margin-bottom: 40px;
}
.img-full_screen {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.header-page-title h1 {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 35px 5px;
	font-family: PrequelRegular, "sans-serif";
	font-weight: 300;
	margin: 0;
}
.img-img_size .header-image {
	overflow: hidden;
}

.menu-toggle {
	display:none;
}

.lets-chat-content p {
    font-size: 32px;
}

/* please note that in addition to these styles, I have added some code to the theme functions php file to disable front end civicrm */

/* CSS */
/* event admin link */
.site-width .crm-actions-ribbon ul { padding: 0; }
.site-width .crm-actions-ribbon ul li { display: inline-block; }
.site-width .crm-actions-ribbon ul li:before { width: 0; height: 0; background-image: none; }
.site-width .crm-actions-ribbon ul li .crm-hover-button { display: block; padding: 4px; cursor: pointer;}
.ac_results {
	display: none;
	position: absolute;
	top: 45px;
	width: 220px;
	left: 0px;
	margin: 0 !important;
	z-index: 15;
}
.ac_results:before {
	content:"";
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #2f2f2e transparent;
	position: absolute;
	top: -15px;
	left: 5px;
}
.ac_results-inner,
.crm-event-links-list-inner,
.crm-participant-list-inner {
	background-color: #2f2f2e;
	padding: 4px;
}
#crm-container .ac_results ul { margin: 0; }
#crm-container .ac_results li {
	display: block;
	margin: 0;
}
.crm-container .ac_results li a,
.crm-container .ac_results li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px;
}
.crm-container .ac_results li a:hover {
	background-color: #fff;
	color: #2f2f2e;
}
/* removing empty space (on mobile) and grey background on the civi pages - all the pages I looked at have this class on body 'page-id-5246' which seems rather odd. In any case, this is not a sustainable solution and should be addressed in the theme properly. The absolute positioning on this element is also not working when there's no image. Also the .header-content absolutely positioned at top 24% isn't workigng and some of the page is getting cut off */
.page-id-5246 .header-image {
	height: 0 !important;
	background-color: #fff;
}

/* hiding printer icon, ical icons at top and icons in buttons */
#printer-friendly, .iCal_links-section, .crm-submit-buttons .crm-i { display: none; }

/* space between inputs */
.crm-section { margin-bottom: 24px; }

/* space between buttons */
.crm-submit-buttons .crm-button, .crm-submit-buttons .button { margin-right: 12px; }

/* top register now button */
.crm-actionlinks-top { margin-bottom: 24px; }

/* event date */
abbr[title] { border: 0 none; text-decoration: none; }

/* event info */
.crm-event-info-form-block .label { font-weight: bold; }

/* civi share links */
.crm-fb-tweet-buttons { overflow: hidden; margin-top: 24px; }
.crm-fb-tweet-buttons .label { min-width: 100px; float: left; margin-right: 12px; }

/* radio inputs and labels */
#editrow-communication_style_id input[type="radio"] { margin-right: 6px; }
#editrow-communication_style_id input[type="radio"] { margin-left: 12px; }
#editrow-communication_style_id input[type="radio"]:first-of-type { margin-left: 0; }

/* tables in civi forms e.g. sign up to multiple groups */
.crm-section table { font-size: 1rem; }

/* checkboxes */
input[type="checkbox"] { margin-right: 6px; }

/* description text in selects */
.crm-select2-row-description p { color: #aaa; font-size: 0.8rem; margin: 0; }

/* all text white */
#crm-main-content-wrapper {
	color: #fff;
}

/* Post Picker */
.post-picker {
    padding: 55px 0px 41px 0px;
}
.post-picker .main-title {
    text-align: center;
}
.post-picker-content {
    position: relative;
    padding: 25px 33px 50px;
}
.post-picker-inner {
    position: relative;
    z-index: 15;
}
.post-picker-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: 5;
}
.post-picker-content .read-more {
    position: absolute;
	bottom: -26px;
	left: 5%;
	width: 90%;
	text-align: center;
	z-index: 15;
}
.post-picker .feature_box .post-title {
	color: #fff;
}

/* Team Picker */
.team-picker {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 55px 0px 41px 0px;
}
.team-picker .team-member {
	text-decoration: none;
}
.team-members-picker:after {
	content: '';
	display: block;
	clear: both;
}
.picked-team-member {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.picked-team-member:nth-child(4n+1) {
	clear: left;
}
.team-picker .team-image {
	position: relative;
	padding: 2px;
	max-width: 200px;
	display: inline-block;
}
.team-picker .team-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/Circle-Overlay.svg);
	background-size: cover;
	z-index: 3;
}
.team-picker .team-image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.picked-team-member .team-name {
	font-family: PrequelRegular, "sans-serif";
	font-weight: 300;
	margin-top: 15px;
}
.picked-team-member .team-name,
.picked-team-member .team-role {
	width: 100%;
	max-width: 100%;
}
.team-members-picker .dropdown-team-info {
	position: relative;
	background-color: #fff;
	clear: left;
	color: #2f171c;
	text-align: left;
}
.team-members-picker .member-control {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
}
.team-members-picker .member-control a {
	color: #2f171c;
}
.team-members-picker .member-right-info {
	padding: 28px 30px 28px 30px;
	width: 70%;
}
.team-members-picker .member-right-info p:last-child {
	margin-bottom: 0;
}

/* popdown */
.popdown-row {
	overflow: hidden;
	display: none;
}
.popdown-row .site-width {
	position: relative;
}
.popdown-arrow {
	position: absolute;
	top: -65px;
	left: 0;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}
.popdown-close {
	position: absolute;
	top: -40px;
	right: 0;
	padding: 2px 8px;
	color: #fff;
}
.popdown-close.bgWhite {
	color: #000;
}