/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: https://www.PixelMeDesigns.com
	Author: Pixel Me Designs
	Author URI: https://www.PixelMeDesigns.com
	Version: 3.0.2
  
	Template: genesis
	Template Version: 3.0.2
 
	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 768px
		- max-width: 580px

*/

@font-face {
    font-family: 'Ball Pen';
    src: url('webfont/Ball Pen.woff') format('woff2'),
         url('webfont/Ball Pen.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,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-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
    color: #2d2d2d;
font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.7625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #8cdcdc;
	text-decoration: none;
	transition: .5s;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #fdcf3a;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 40px 40px 24px;
	background: #e7f8f8;
	padding: 4%;
}



.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d2d2d;
	text-transform: uppercase;
letter-spacing: 1px;
	margin: 0 0 5px;
font-weight: 600;
line-height: 1.5;
}

h1 {
	font-size: 28px;
}
h2{
	font-size: 28px;
}

.entry-title {
color: #2d2d2d;
	font-size: 32px;
}

.single .content .entry-title{
	text-align: center;
}

.entry-title a{
color: #2d2d2d;
	font-size: 32px;
}

.category .content .entry-title,
.category .content .entry-title a,
.tag .content .entry-title,
.tag .content .entry-title a,
.search .content .entry-title,
.search .content .entry-title a{
	font-size: 18px;
}

h2 a:hover {
	text-decoration: none;
}


h3 {
	font-size: 24px;
}

h4 {
	font-size: 26px;
}

.widgettitle{
	color: #2d2d2d;
    text-align: center;
	font-size: 15px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.wp-caption {
padding: 5px;
}


img {
	height: auto;
max-width: 100%;
}

.screen-reader-text{
display: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #2d2d2d;
	color: #2d2d2d;
	font-size: 12px;
	padding: 10px;
	width: 100%;
	box-shadow: none;
}

input:focus,
textarea:focus {
	border: 2px solid #2d2d2d;
	outline: none;
}

::-moz-placeholder {
	color: #2d2d2d;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #2d2d2d;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],

.button,

.entry-content .button {
	background-color: #f7d76f;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
	transition: .5s;
	letter-spacing: 2px;
text-transform: uppercase;
	font-weight: 600;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #fdcf3a;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1240px;
}

.site-inner {
	clear: both;
	padding-top: 140px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 330px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 110px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	position: absolute;
	width: 0px;
}

.sticky {
}

 .aligncenter {
	
display: block;
	
margin: 0 auto 5px;

}

img.centered,
.content .entry .aligncenter {
	display: block;
	margin: 0 auto 15px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}


.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content{
overflow: hidden;
}

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 17px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
	font-size: 17px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.home .site-header{
border: none;
}

.site-header .wrap {
max-width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
width: 150px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
background: url(/wp-content/uploads/2020/05/move-pray-love-black-and-white-logo.png) no-repeat;
background-position: center !important;
background-size: contain !important;
image-rendering: -webkit-optimize-contrast;
min-height: 71px;
width: 150px;
float: left;
margin: 0px auto;
}


.site-header .wrap {
	padding: 0;
}

.site-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
	padding: .5% 2%;
	min-height: 0;
	transition: .5s;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.shrink {
	-webkit-box-shadow: 0 1px rgba(34, 34, 34, 0.1);
	-moz-box-shadow:    0 1px rgba(34, 34, 34, 0.1);
	box-shadow:         0 1px rgba(34, 34, 34, 0.1);
	padding: .2% 2%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.site-header.shrink .menu{
padding-top: 0;
}

.site-header.shrink .site-title a {
min-height: 50px;
width: 105px;
}

.site-header.shrink .widget-area{
padding-top: 8px;
}

.site-header.shrink .headsearch{
	top: 10px;
}

.site-header.shrink #social{
/* 	top: 18px; */
}

.elementorheader.shrink{
	-webkit-box-shadow: 0 1px rgba(34, 34, 34, 0.1);
	-moz-box-shadow:    0 1px rgba(34, 34, 34, 0.1);
	box-shadow:         0 1px rgba(34, 34, 34, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	width: 180px
}
/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	width: 900px;
}

.site-header .widget-area {
	padding: 20px 0 0;
}

.headsearch {
  display: inline-block;
  position: relative;
  height: 20px;
	float: right;
	position: absolute;
	right: 130px;
	top: 28px;
}

.headsearch input[type="text"] {
  height: 20px;
  font-size: 16px;
  display: inline-block;
  background: #eee;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
	padding: 20px;
}

.headsearch input[type="text"]:focus {
  width: 700px;
  z-index: 1;
 background: #f5f5f5;
  cursor: text;
	width: 200px;
	border-radius: 10px;
	font-size: 14px;
}

.headsearch input[type="submit"] {
  height: 20px;
  width: 20px;
  display: inline-block;
  color: #2d2d2d;
  float: right;
  background: url(images/search.png) center center no-repeat;
	background-size: 20px 20px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .4s ease;
}

.headsearch input[type="submit"]:hover {
  opacity: 0.8;
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */



/* Site Header Navigation
--------------------------------------------- */

.site-header {
margin: 0px auto;
font-size: 15px;
}

.site-header .menu{
	width: auto;
	clear: both;
	text-align: right;
	text-transform: uppercase;
letter-spacing: 1px;
	float: left;
}

.site-header .menu-item {
	display: inline-block;
	text-align: left;
}

.site-header .menu-item a {
	border: none;
	color: #2d2d2d;
	display: block;
	padding: 3px 10px;
	position: relative;
	transition: .5s;
}

.site-header .menu-item a:hover {
	color: #8cdcdc;
}

.site-header .current-menu-item > a {
	color: #2d2d2d;
}

.site-header .sub-menu {
background: #2d2d2d;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.site-header .sub-menu a{
	color: #fff;
background: none;
	font-size: 10px;
	padding:10px;
	position: relative;
	width: 200px;
}

.site-header .sub-menu a:hover {
color: #fff;
	background: #4a4a4a;
}

.site-header .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.site-header .menu-item:hover {
	position: static;
}

.site-header .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
clear: both;
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
}

.nav-primary .wrap{
text-align: center;
margin: 0px auto;
overflow: hidden;
}

.nav-primary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-primary a {
	border: none;
	color: #2d2d2d;
	display: block;
	padding: 13px 14px;
	position: relative;
}

.nav-primary > .menu-item > a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #2d2d2d;
}

.nav-primary a:hover{
color: #4da1a7;
}

.nav-primary .sub-menu{
border: 1px solid  #4da1a7;
	color: #a0a0a0;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-primary .sub-menu a{
	color: #a0a0a0;
background: none;
	font-size: 12px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.nav-primary .sub-menu a:hover {
color: #4da1a7;
}

.nav-primary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.nav-primary .menu-item:hover {
	position: static;
}

.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary > .first > a {
	padding-left: 0;
}

.nav-primary > .last > a {
	padding-right: 0;
}

.nav-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

.nav-primary > .right > a {
	display: inline;
	padding: 0;
}

.nav-primary > .rss > a {
	margin-left: 48px;
}

.nav-primary > .search {
	padding: 14px 0 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
clear: both;
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
	color: #2d2d2d;
}

.nav-secondary .wrap{
text-align: center;
margin: 0px auto;
overflow: hidden;
}

.nav-secondary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-secondary a {
	border: none;
	color: #2d2d2d;
	display: block;
	padding: 12px 14px;
	position: relative;
}

.nav-secondary > .menu-item > a {
	text-transform: uppercase;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #2d2d2d;
}


.nav-secondary a:hover{
color: #4da1a7;
}

.nav-secondary .sub-menu{
border: 1px solid  #4da1a7;
	color: #2d2d2d;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-secondary .sub-menu a{
	color: #a0a0a0;
background: none;
	font-size: 14px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.nav-secondary .sub-menu a:hover {
color: #4da1a7;
}

.nav-secondary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.nav-secondary .menu-item:hover {
	position: static;
}

.nav-secondary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.blogpage .content .entry{
	width: 48%;
	display: inline-block;
	vertical-align: top;
padding: 2%;
}

.blogpage .content .entry-title,
.blogpage .content .entry-title a{
font-size: 20px;
}

.entry-content a {
text-decoration: underline;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
}

.entry-meta a{
	color: #999;
}

.entry-header .entry-meta {
	margin-bottom: 15px;
}

.entry-footer .entry-meta {
	margin: 20px auto;
padding: 2%;
background: #f5f5f5;
text-align: center;
display: none;
}

.single .entry-footer .entry-meta {
display: block;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
font-size: 12px;	
margin: 10px auto 40px;
width: 100%;	
text-align: center;	
clear: both;
text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 600;
}



.archive-pagination li {	
display: inline;
}



.archive-pagination li a {	
color:  #2d2d2d;	
cursor: pointer;
display: inline-block;
padding: 4px 10px;
	border-bottom: 1px solid #fff;
}



.archive-pagination li a:hover,
.archive-pagination li.active a {
color:  #2d2d2d;	
border-bottom: 1px solid #2d2d2d;
background: none;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
	padding: 40px;
	clear: both;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	clear: both;
}

.comment-respond a,

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
display: none;
}

.entry-comments{
border: 10px solid #f5f5f5;
padding: 4%;
border-radius: 10px;
}

.entry-comments h3{
	font-size: 34px;
	text-transform: uppercase;
letter-spacing: 2px;
	text-align: center;
	position: relative;
z-index: 1;
}

.entry-comments h3:after{
    background: #F9CF46;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
	width: 18%;
margin: 0 auto ;
}

.comment-header,
.author-box-title{
	text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
color: #2d2d2d;
	font-size: 12px;
}

.comment-header a{
color: #2d2d2d;
}

.comment-reply{
color: #fff;
background: #81D5D7;
padding: 2px;
width: 60px;
font-size: 10px;
	text-transform: uppercase;
letter-spacing: 2px;
	text-align: center;
}

.comment-reply a{
color: #fff;
}

.comment-list li.bypostauthor article {
    background: #f4f4f4;
    Padding: 10px 30px;
border-radius: 10px;
}

.comment-respond{
	background: #f5f5f5;
	padding: 4%;
	margin: 40px auto;
border-radius: 10px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 5px;
}

.sidebar .enews-widget {
	background-color: #333;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #2d2d2d;
	color: #ddd;
	clear: both;
	padding: 20px 0 100px;
}

.footer-widgets-1,
.footer-widgets-2{
	width: 100%;
	font-size: 20px;
	letter-spacing: 1px;
text-align: center;
}


.footer-widgets a {
	color: #fff;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Back to Top Button
--------------------------------------------- */
.topButton{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	padding-top: 5px;
	background-color: #f7d76f;
	color: #fff;
	opacity:0.6;
	text-decoration: none;
	text-align: center;
	z-index: 9999;
}

.topButton:hover{
	opacity:1;
	color: #fff;
	transition:1s;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #fff;
	color: #2d2d2d;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 0;
	text-align: left;
}

.design{
display: inline-block;
text-align: right;
float: right;
}

.site-footer a {
text-decoration: none;
	color: #2d2d2d;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */

.newsletter{ 
margin: 0 auto;
	overflow: hidden;
 } 

.footer-widgets{
margin: 200px auto 0;
}

.footer-widgets .newsletter{
	background: #f6f6f6;
	padding: 4%;
max-width: 1000px;
margin: -140px auto 50px;
	text-align: center;
    z-index: 99;
    position: relative;
}

.sidebar .newsletter{
	background: #f6f6f6;
margin: 0 auto;
padding: 10% 4%;
	text-align: center;
}

.footer-widgets .newsletter h5{
	font-size: 14px;
	letter-spacing: 2px;
	display: block;
	margin: 15px auto 30px;
}

.sidebar .newsletter h5{
	font-size: 14px;
	margin: 0 auto 40px;
}

.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 23%; 
padding: 12px; 
margin: 0 .5%;
	vertical-align: top;
display: inline-block;
	float: left;
}

 .newsletter input[type="submit"],
.newsletter button{ 
background: #ed4194;
 padding: 12px; 
margin: 0 .5%;
 color: #fff;
	vertical-align: top;
display: inline-block;
width: 22%; 
	float: right;
	margin: -40px auto 0;
 }

 .newsletter input[type="submit"]:hover,
.newsletter button:hover{ 
background: #fdcf3a; 
}

.sidebar .newsletter input[type="text"],
.sidebar .newsletter input[type="email"], 
.sidebar .newsletter input[type="submit"],
.sidebar .newsletter button{
	width: 80%;
	margin: 15px auto;
display: block;
	float: none;
}

/* Social Icons 
------------------------------------------------------------ */

#social{
margin: 0px auto;
position:relative;
width: 110px;
height: 20px;
}

.site-header #social{
	position: absolute;
right: 20px;
top: 34px;
}

#social li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}

#social li, #social a{
height: 20px;
display:block;
}

#instagram {
background: url(images/instagram.png) center no-repeat ;
background-size: 20px 20px;
left: 0px;
width: 20px;
height: 20px;
}


#instagram:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#facebook {
background: url(images/facebook.png) center no-repeat ;
background-size: 20px 20px;
left: 30px;
width: 20px;
height: 20px;
}


#facebook:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#youtube {
background: url(images/youtube.png) center no-repeat ;
background-size: 20px 20px;
left: 60px;
width: 20px;
height: 20px;
}


#youtube:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#contact {
background: url(images/contact.png) center no-repeat ;
background-size: 20px 20px;
left: 90px;
width: 20px;
height: 20px;
}


#contact:hover {
filter:alpha(opacity=80); opacity:0.8;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}

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

 
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*
Homepage Widgets
---------------------------------------------------------------------------------------------------- */

.home .site-inner{
max-width: 100%;
	padding-top: 80px;
}

#home-photo,
#home-about,
#home-categories,
#home-boxes,
#home-video,
#home-meet,
#home-blog{
width: 100%;
clear: both;
overflow: hidden;
position: relative;
clear: both;
padding: 5% 2%;
}

#home-photo{
background: #f6f6f6;
	padding: 0;
}

.home-photo,
#home-photo .wrap{
	max-width: 100%;
}

#home-photo .widget{
width: 48.85%;
display: inline-block;
vertical-align: top;
}

#home-photo .widget:last-of-type{
padding: 13% 2% 0;
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
}

.home-photo{
position: relative;
}

.home-photo h4 {
    font-size: 26px;
    background: #f9cf45;
    padding: 5px 20px;
	font-size: 34px;
    position: absolute;
    top: 15%;
    left: 45%;
}


.home-photo h5 {
    font-size: 26px;
    background: #ffffff !important;
    padding: 5px 20px;
	font-size: 20px;
    position: absolute;
    top: 26%;
    left: 46%;
}

.home-photo a{
    font-family: 'Ball Pen';
color: #ed4194;
font-size: 45px;
	text-transform: none;
	margin-top: 40px;
	display: block;
}

.home-photo img.alignnone{
	margin: 0 auto -7px;
}

#home-about{
	padding: 5% 2% 0;
}

.home-about{
	text-align: center;
	text-transform: uppercase;
letter-spacing: 2px;
font-size: 15px;
}

.home-about strong{
	font-size: 14px;
	margin: 25px auto 5px;
	display: block;
}

#home-categories{
	overflow: visible;
}

.box1,
.box2,
.box3{
display: inline-block;
vertical-align: top;
width: 32%;
margin: 0 .5% 0 0;
position: relative;
border: 10px solid #fff;
}

.box1:after,
.box2:after,
.box3:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.box1{
	background: url(wp-content/uploads/2022/06/27-1.jpg) center no-repeat;
background-size: cover;
}

.box2{
	background: url(/wp-content/uploads/2020/12/image10.jpg) center no-repeat;
background-size: cover;
}

.box3{
	background: url(/wp-content/uploads/2021/01/home-box3-brooke-daron-sp.jpg) center no-repeat;
background-size: cover;
}

.box1 h4,
.box2 h4,
.box3 h4{
	position: absolute;
background: #fff;
	border: 2px solid #fff;
padding: 1% 2%;
	width: 70%;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: .5s;
}

.box1 h4:hover,
.box2 h4:hover,
.box3 h4:hover{
	background: none;
color: #fff;
}

#home-categories:before {
    background: #fbdb72;
    border-top: 180px solid #fff;
    content: "";
    display: block;
    right: 0;
    top: 0;
    height: calc(100% - 200px);
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.shop{
width: 44%;
display: inline-block;
vertical-align: top;
	float: left;
	position: relative;
}

.prayer{
width: 44%;
display: inline-block;
vertical-align: top;
	float: right;
	position: relative;
}

.shop{
	background: url(images/shop.jpg) center center no-repeat;
	background-size: cover;
}

.prayer{
	background: url(images/prayer.jpg) center center no-repeat;
	background-size: cover;
}

.shop:after,
.prayer:after{
  content: "";
  display: block;
  padding-bottom: 55%;
}

.shop:before,
.prayer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(255,255,255,.7);
    z-index: 98;
	transition: .5s;
}

.shop:hover:before,
.prayer:hover:before{
    background: rgba(255,255,255,.2);
}

.shop .info,
.prayer .info{
	position: absolute;
	width: 70%;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: .5s;
    z-index: 99;
}

.shop h5,
.prayer h5{
	font-size: 15px;
}

#home-video{
	background: #f6f6f6;
}

.homevid{
	float: left;
width: 65%;
}

.videoinfo{
	padding-top: 5%;
	float: right;
width: 30%;
}

.videoinfo{
text-transform: uppercase;
Letter-spacing: 1px;
font-size: 16px;
	text-align: center;
}

.videoinfo a{
background: #2d2d2d;
	border: 2px solid #2d2d2d;
padding: 5px 20px;
color: #fff;
text-align: center;
	font-weight: 600;
	font-size: 16px;
	transition: .5s;
}

.videoinfo a:hover{
background: none;
color: #2d2d2d;
}

.videoinfo .search-form{
	margin: 100px auto 0;
}

.meet img{
position: relative;
z-index: 98;
}

.meetbrooke img{
	float: left;
}

.meetdaron img{
	float: right;
}

.meetbrooke,
.meetdaron{
position: relative;
	overflow: hidden;
}

.meetbrooke{
	margin: 0 auto 60px;
}

.meetoverlay{
	position: absolute;
right: 0;
	top: 8%;
	width: 60%;
	background: #ee4797;
	padding: 8% 5%;
	color: #fff;
	text-align: center;
}

.meetoverlay h4{
	color: #fff;
	font-size: 43px;
}

.meetoverlay h5{
	letter-spacing: 2px;
	color: #fff;
}

.meetoverlay h4 span{
    font-family: 'Ball Pen';
font-size: 90px;
text-transform: none;
	font-weight: normal;
	margin-left: 15px;
}

.meetdaron .meetoverlay{
	background: #1f2850;
left: 0;
	top: 8%;
	right: auto;
}

.home-blog .widgettitle{
position: relative;
font-size: 34px;
	margin: 0 auto 25px;
}

.home-blog .featured-content{
margin: 0 auto 50px;
}


.home-blog .featured-content:last-of-type{
	margin-bottom: 0;
}

.home-blog .widgettitle:after{
    background: #F9CF46;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
	width: 10%;
margin: 0 auto;
}

.home-blog .widget:nth-of-type(4n+1) .widgettitle:after{
    background: #F9CF46;
}


.home-blog .widget:nth-of-type(4n+2) .widgettitle:after{
    background: #ee4e9b;
}


.home-blog .widget:nth-of-type(4n+3) .widgettitle:after{
    background: #f6f6f6;
}


.home-blog .widget:nth-of-type(4n+4) .widgettitle:after{
    background: #373a5f;
}

.instagram{
display: block;
position: relative;
	z-index: 98;
}

a.instatitle {
	font-family: 'Oswald', sans-serif;
background:#eb4393;
color: #fff;
	text-transform: uppercase;
Letter-spacing: 1px;
	font-size: 20px;
padding: 10px 20px;
	position: absolute;
right: 0;
	bottom: 55px;
	z-index: 99;
}


/*
Brooke Widgets
---------------------------------------------------------------------------------------------------- */

.brookepage .site-inner{
max-width: 100%;
	padding-top: 80px;
}

#brooke-photo,
#brooke-boxes,
#brooke-video,
#brooke-topics,
#brooke-footer{
width: 100%;
clear: both;
overflow: hidden;
padding: 5% 2%;
}

.brooke-photo,
.brooke-boxes,
.brooke-video,
.brooke-topics,
.brooke-footer{
	overflow: hidden;
}

#brooke-photo{
	position: relative;
}

#brooke-photo:before {
    background: #ee4b9a;
    border-top: 400px solid #fff;
    content: "";
    display: block;
    right: 0;
    top: 0;
    height: calc(100% - 100px);
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.brooke-photo .welcome{
	background: url(wp-content/uploads/2022/08/IMG_7106.jpg) top center no-repeat;
	background-size: 100%;
	padding: 640px 500px 60px 100px;
font-size: 18px;
color: #fff;
}

.brooke1{
	background: url(/wp-content/uploads/2022/08/IMG_4509.jpg) center no-repeat;
background-size: cover;
	width: 46%;
	display: inline-block;
	vertical-align: top;
float: left;
	position: relative;
}

.brooke2{
	background: url(https://ourfarmerhouse.com/wp-content/uploads/2022/08/IMG_2856-scaled.jpg) center no-repeat;
background-size: cover;
	width: 46%;
	display: inline-block;
	vertical-align: top;
float: right;
	position: relative;
}

.brooke-text{
	position: absolute;
text-align: center;
	width: 80%;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: .5s;
}

.brooke1 h5,
.brooke2 h5{
	background: #fcd03f;
	color: #fff;
	font-size: 16px;
width: 70%;
	margin: 0 auto -6px;
	position: relative;
	z-index: 99;
	padding: 5px 10px;
}

.brooke1 h4,
.brooke2 h4{
	background: #000000;
	color: #fff;
	font-size: 22px;
width: 100%;
	position: relative;
	z-index: 98;
	padding: 5px 10px;
}

.brooke2 h5{
	background: #ee4b9a;
}

.brooke2 h4{
background: #000000;
}

.brooke1:after,
.brooke2:after{
  content: "";
  display: block;
  padding-bottom: 75%;
}


#brooke-video{
	background: #81d5d7;
}

#brooke-video a{
	background: #ee4b9a;
	border: 2px solid #ee4b9a;
}

#brooke-topics .widgettitle{
	font-size: 28px;
	margin: 0 auto 25px;
}

.brooke-box-1,
.brooke-box-2,
.brooke-box-3,
.brooke-box-4{
	width: 22%;
	margin: 0 .5%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.brooke-box-1{
	background: url(/wp-content/uploads/2020/05/Box-1-product.jpg) center no-repeat;
background-size: cover;
}

.brooke-box-2{
	background: url(/wp-content/uploads/2020/05/protein-box-4.jpg) center no-repeat;
background-size: cover;
}

.brooke-box-3{
	background: url(/wp-content/uploads/2020/05/protein-box-2.jpg) center no-repeat;
background-size: cover;
}

.brooke-box-4{
	background: url(images/brooke-home.jpg) center no-repeat;
background-size: cover;
}

.brooke-box-1:after,
.brooke-box-2:after,
.brooke-box-3:after,
.brooke-box-4:after{
  content: "";
  display: block;
  padding-bottom: 75%;
}

.brooke-box-1 h4,
.brooke-box-2 h4,
.brooke-box-3 h4,
.brooke-box-4 h4{
	position: absolute;
background: #fff;
	border: 2px solid #fff;
padding: 1% 2%;
	width: 70%;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: .5s;
	font-size: 18px;
	color: #2d2d2d;
}

.brooke-box-1 h4:hover,
.brooke-box-2 h4:hover,
.brooke-box-3 h4:hover,
.brooke-box-4 h4:hover{
	background: none;
color: #fff;
}

#brooke-footer{
	background: url(images/brooke-cookbook.jpg) top center no-repeat;
background-size: cover;
	padding: 10% 10% 30%;
	position: relative;
}

.brooke-footer{
	position: relative;
color: #ED4194;
}

.brooke-footer h5{
color: #ED4194;
}

.brooke-footer a{
	max-width: 400px;
	float: left;
	text-align: center;
color: #ED4194;
}

.brookepage .footer-widgets{
	margin: -20px auto 0;
}

.scripture2,
.scripture3{
	display: none;
}

.brookepage .scripture,
.daronpage .scripture{
	display: none;
}

.brookepage .scripture2{
display: block;
}

.daronpage .scripture3{
display: block;
}

.brookepage .footer-widgets .newsletter{
	background: #ED4294;
}

/*
daron Widgets
---------------------------------------------------------------------------------------------------- */

.daronpage .site-inner{
max-width: 100%;
	padding-top: 80px;
}

#daron-photo,
#daron-boxes,
#daron-video,
#daron-topics,
#daron-footer{
width: 100%;
clear: both;
overflow: hidden;
padding: 5% 2%;
}

.daron-photo,
.daron-boxes,
.daron-video,
.daron-topics,
.daron-footer{
	overflow: hidden;
}

#daron-photo{
	position: relative;
}

#daron-photo:before {
    background: #20244d;
    border-top: 400px solid #fff;
    content: "";
    display: block;
    right: 0;
    top: 0;
    height: calc(100% - 100px);
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.daron-photo .welcome{
	background: url(images/daron-top.png) top center no-repeat;
	background-size: 100%;
	padding: 600px 20px 20px 600px;
font-size: 18px;
color: #fff;
}

.daron1{
	background: url(images/daron-cover.jpg) center no-repeat;
background-size: cover;
	width: 46%;
	display: inline-block;
	vertical-align: top;
float: left;
	position: relative;
}

.daron2{
	background: url(images/daron-worshop.jpg) center no-repeat;
background-size: cover;
	width: 46%;
	display: inline-block;
	vertical-align: top;
float: right;
	position: relative;
}

.daron-text{
	position: absolute;
text-align: center;
	width: 80%;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: .5s;
}

.daron1 h5,
.daron2 h5{
	background: #face3e;
	color: #fff;
	font-size: 16px;
width: 70%;
	margin: 0 auto -6px;
	position: relative;
	z-index: 99;
	padding: 5px 10px;
}

.daron1 h4,
.daron2 h4{
	background: #20244d;
	color: #fff;
	font-size: 22px;
width: 100%;
	position: relative;
	z-index: 98;
	padding: 5px 10px;
}

.daron2 h5{
	background: #7bd2d2;
}

.daron2 h4{
background: #20244d;
}

.daron1:after,
.daron2:after{
  content: "";
  display: block;
  padding-bottom: 75%;
}


#daron-video{
	background: #2d2d2d;
	color: #fff;
}

#daron-video a{
	background: #face3e;
	border: 2px solid #face3e;
}

#daron-topics .widgettitle{
	font-size: 28px;
	margin: 0 auto 25px;
}

.daron-box-1,
.daron-box-2,
.daron-box-3,
.daron-box-4{
	width: 22%;
	margin: 0 .5%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.daron-box-1{
	background: url(images/daron-worshop.jpg) center no-repeat;
background-size: cover;
}

.daron-box-2{
	background: url(images/daron-teach.jpg) center no-repeat;
background-size: cover;
}

.daron-box-3{
	background: url(images/daron-bible.jpg) center no-repeat;
background-size: cover;
}

.daron-box-4{
	background: url(images/daron-marriage.jpg) center no-repeat;
background-size: cover;
}

.daron-box-1:after,
.daron-box-2:after,
.daron-box-3:after,
.daron-box-4:after{
  content: "";
  display: block;
  padding-bottom: 75%;
}

.daron-box-1 h4,
.daron-box-2 h4,
.daron-box-3 h4,
.daron-box-4 h4{
	position: absolute;
background: #fff;
	border: 2px solid #fff;
padding: 1% 2%;
	width: 80%;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: .5s;
	font-size: 17px;
	color: #2d2d2d;
}

.daron-box-1 h4:hover,
.daron-box-2 h4:hover,
.daron-box-3 h4:hover,
.daron-box-4 h4:hover{
	background: none;
color: #fff;
}

#daron-footer{
	background: url(images/daron-album.jpg) top center no-repeat;
background-size: cover;
	padding: 10% 10% 10%;
	position: relative;
}

.daron-footer{
	position: relative;
color: #2d2d2d;
}

.daron-footer h5{
color: #2d2d2d;
}

.daron-footer a{
	max-width: 400px;
	float: left;
	text-align: center;
color: #2d2d2d;
}

.daronpage .footer-widgets{
	margin: -20px auto 0;
}

.more-link{
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
font-size: 12px;
padding: 5px 10px;
	width: 190px;
color: #fff;
	background: #f7d76f;
	text-decoration: none !important;
	transition: .5s;
	font-weight: 600;
}

.more-link a{
	color: #fff;
}

.more-link:hover{
	background: #F9CF46;
}

.daronpage .footer-widgets .newsletter{
	background: #FACE3F;
}

/*
Recipe Index
---------------------------------------------------------------------------------------------------- */

.recipepage .site-inner{
max-width: 100%;
}

.recipes-top,
.recipes-bottom{
	width: 100%;
	overflow: hidden;
clear: both;
padding: 5% 2%;
}

.recipes-top{
	color: #fff;
	background: #ED4294;
	text-align: center;
}

.recipes-top h4{
	color: #fff;
}

.recipes-top .search-form{
	max-width: 400px;
	margin: 0 auto;
}

.recipes-bottom{
	max-width: 1240px;
	margin: 0 auto;
}

.recipes-bottom .widgettitle{
	font-size: 28px;
margin: 0 auto 25px;
	position: relative;
}

.recipes-bottom .widgettitle:after{
    background: #F9CF46;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
	width: 10%;
margin: 0 auto;
}

.recipes-bottom .widget:nth-of-type(4n+1) .widgettitle:after{
    background: #F9CF46;
}


.recipes-bottom .widget:nth-of-type(4n+2) .widgettitle:after{
    background: #ee4e9b;
}


.recipes-bottom .widget:nth-of-type(4n+3) .widgettitle:after{
    background: #f7d76f;
}


.recipes-bottom .widget:nth-of-type(4n+4) .widgettitle:after{
    background: #373a5f;
}

.more-from-category{
color: #2d2d2d;
text-align: center;
border: 2px solid #2d2d2d;
width: 160px;
	margin: 20px auto 100px;
	display: block;
	overflow: hidden;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
	font-size: 12px;
	padding: 10px;
clear: both;
}

.more-from-category a{
color: #2d2d2d;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {


}

@media only screen and (max-width: 1340px) {
	
	.site-header .widget-area{
		width: 800px;
	}

	
	.site-header .menu{
		float: right;
		font-size: 12px;
/* 		margin-right: 0px; */
		padding-top: 5px;
	}
	
	.site-header.shrink .menu{
		padding-top: 8px;
	}
	
		.home-photo h4{
		font-size: 24px;
		top: 10%;
	}
	
	.home-photo h5{
		font-size: 18px;
			top: 22%;
	}
	
	#home-photo .widget:last-of-type {
    font-size: 13px;
}
	
	.home-photo a{
		font-size: 38px;
		margin-top: 20px;
	}
	
	.homevid{
	float: left;
width: 55%;
}

.videoinfo{
	padding-top: 5%;
	float: right;
width: 40%;
}

.brooke-photo .welcome{
	padding: 600px 500px 100px 40px;
}
	
	.daron-photo .welcome{
padding: 600px 0 0 500px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
overflow-x: hidden;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 850px;
	}

	.content {
		max-width: 680px;
	}

.full-width-content .content{
max-width: 100%;
}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 500px;
	}

	.sidebar-primary{
		width: 300px;
	}
	
	#brooke-photo:before,
	#daron-photo:before{
    border-top: 400px solid #fff;
    height: calc(100% - 100px);
}

.brooke-photo .welcome{
	padding: 520px 500px 100px 40px;
}
		
	.daron-photo .welcome{
padding: 540px 0 0 440px;
	}

}


@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.site-header{
		position: fixed;
width: 100%;
		clear: both;
		background: #fff;
		min-height: 56px;
	}
	
	.site-header .wrap{
overflow: hidden;
}
	
.header-image .site-title a {
min-height: 50px;
width: 105px;
position: absolute;
left: 10px;
}


	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.site-header .search-form {
		float: none;
	}

	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.content {
		max-width: 100%;
	}

	.home-about,
	.home-photo,
	.home-categories,
	.home-blog,
	.home-boxes,
	.home-video,
	.home-meet{
		overflow: hidden;
	}
	
	.footer-widgets .newsletter{
margin: 0 auto;
		max-width: 80%;
}
	
		.home-photo a{
		font-size: 28px;
		margin-top: 10px;
	}
	
	.box1 h4, .box2 h4, .box3 h4{
		font-size: 20px;
	}
	
	.home-photo h4 {
    top: 6%;
    font-size: 20px;
	}
	
	.home-photo a {
    font-size: 22px;
    margin-top: 0px;
}

	#brooke-photo:before {
    border-top: 200px solid #fff;
    height: calc(100% - 100px);
}

.brooke-photo .welcome{
	padding: 450px 300px 60px 40px;
}
	
#brooke-footer{
	padding: 10% 2% 30%;
}

		.daron-photo .welcome{
padding: 440px 0 0 370px;
	}
	
}

@media only screen and (max-width: 920px) {
	
	
		#brooke-photo:before,
	#daron-photo:before{
    border-top: 200px solid #fff;
    height: calc(100% - 100px);
}

.brooke-photo .welcome{
	padding: 380px 280px 30px 40px;
	font-size: 14px;
}
	
		.daron-photo .welcome{
padding: 360px 0 0 340px;
			font-size: 14px;
	}
	
}

@media only screen and (max-width: 768px) {

.header-image .site-title a {
min-height: 40px;
width: 85px;
position: absolute;
left: 10px;
	top: 7px;
}
	
	.site-header.shrink .site-title a{
min-height: 40px;
width: 85px;
	}
	
	.footer-widgets .newsletter{
margin: 0 auto 50px;
}
	
	.footer-widgets .newsletter input[type="text"],
.footer-widgets .newsletter input[type="email"], 
.footer-widgets .newsletter input[type="submit"],
.footer-widgets .newsletter button{
	width: 80%;
	margin: 15px auto;
display: block;
	float: none;
}
	
	#home-photo .widget {
    width: 100%;
    display: block;
}
	
	#home-photo h4,
	#home-photo h5{
		position: relative;
top: auto;
		left: auto;
		width: 100%;
		display: block;
		padding: 0;
		background: none;
	}
	
	#home-photo .widget:last-of-type{
	padding: 2% 10%;
}
	
	.home-photo a{
		font-size: 28px;
	}
	
	#home-categories:before{
		display: none;
	}
	
	.shop,
	.prayer{
		width: 48%;
	}
	
	.homevid,
	.videoinfo {
    padding: 4%;
		width: 100%;
		margin: 20px auto;
		display: block;
}
	
	.meetoverlay,
	.meetdaron .meetoverlay{
		position: relative;
top: auto;
left: auto;
		right: auto;
		width: 100%;
		display: block;
		overflow: hidden;
	}
	
	
		#brooke-photo:before,
	#daron-photo:before{
    border-top: 200px solid #fff;
    height: calc(100% - 100px);
}

.brooke-photo .welcome{
	padding: 320px 240px 30px 40px;
	font-size: 14px;
}
	
		.daron-photo .welcome{
padding: 300px 0 0 240px;
	}
	
	.meetoverlay h4{
	font-size: 23px;
}

.meetoverlay h4 span{
font-size: 50px;
	margin-left: 5px;
}
	
	.meetoverlay h5 {
    font-size: 16px;
}
	
	.footer-widgets{
margin: 0 auto;
}
}
 

@media only screen and (max-width: 580px) {

	.site-inner{
		padding-top: 60px;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}
	
	.box1, .box2, .box3,
		.shop,
	.prayer{
		width: 80%;
		display: block;
		margin: 20px auto;
		border: none;
		float: none;
	}
	
	.home-blog{
		padding: 0 5%;
	}
	
	a.instatitle{
		position: relative;
top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		text-align: center;
		width: 100%;
		clear: both;
font-size: 15px;
		display: block;
	}
	
	.home-blog .entry,
	.category .content .entry,
	.tag .content .entry,
	.search .content .entry{
		width: 48%;
		padding: 2%;
	}
	
	.home-blog .entry:nth-of-type(2n+1),
	.category .content .entry:nth-of-type(2n+1),
	.tag .content .entry:nth-of-type(2n+1),
	.search .content .entry:nth-of-type(2n+1){
		clear: left;
	}
	
	h1,
	.home-blog .widgettitle{
    font-size: 18px;
}

	#brooke-photo:before,
	#daron-photo:before{
    border-top: 100px solid #fff;
    height: calc(100% - 100px);
}

.brooke-photo .welcome{
	padding: 340px 20px 20px;
}
	
		.daron-photo .welcome{
	padding: 250px 20px 20px;
}
	
	
	.brooke1,
	.brooke2,
	.brooke-box-1,
	.brooke-box-2,
	.brooke-box-3,
	.brooke-box-4,
	.daron2,
	.daron1,
	.daron-box-1,
	.daron-box-2,
	.daron-box-3,
	.daron-box-4{
		width: 80%;
		margin: 20px auto;
		float: none;
display: block;
	}
	
		.brooke1 h4, .brooke2 h4,
	.daron1 h4, .daron2 h4{
		font-size: 14px;
	}
	
	.brooke1 h5, .brooke2 h5,
	.daron1 h5, .daron2 h5{
		font-size: 10px;
		width: 80%;
	}
	
	#home-video a,
	#brooke-video a{
		font-size: 14px;
	}
	
	.videoinfo .search-form {
    margin: 20px auto 0;
}
	
.brooke-footer a,
	.daron-footer a{
	max-width: 130px;
}
	
	.brooke-footer h5,
	.daron-footer h5{
		font-size: 13px;
	}
	
	.blogpage .content .entry{
		width: 100%;
		display: block;
padding: 2% 6%;
	}
	
	.home-about {
		font-size: 12px;
	}
	
}

@media only screen and (max-width: 420px) {
	
.brooke-photo .welcome{
	padding: 240px 20px 20px;
}
	
		.daron-photo .welcome{
	padding: 200px 20px 20px;
}
	

}

/* Responsive Menu
--------------------------------------------- */
 
.responsive-menu-icon {
width: 50px;
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: left;
	color: #2d2d2d;
     position: absolute;
    top: 10px;
    right: 5px;
}
 
.responsive-menu-icon::before {
     content: "\f333";
    font: normal 24px/1 'dashicons';
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	color: #2d2d2d;
}

.site-header .menu.responsive-menu-icon::before {
	color: #2d2d2d;
}
 
@media only screen and (max-width: 1023px) {
	
	.site-header .menu,
	.site-header .sub-menu{
		background: #fff;
	}
	
	.site-header #social{
		right: 60px;
		top: 20px;
	}
	
	.site-header .headsearch{
right: 170px;
	top: 12px;
}

.site-header .menu{
width: 100%;
float: left;
	padding-top: 50px;
}
	
	.site-header .submenu{
		background: #fff;
	}
 
	.site-header .menu.responsive-menu > .menu-item > .sub-menu,
	.site-header .menu.responsive-menu {
		display: none;
	}
 
	.site-header .menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.site-header .menu.responsive-menu .menu-item {
		margin: 0;
		width: 100%;
	}
 
	.site-header .menu.responsive-menu .menu-item:hover {
		position: static;
	}
 
	.site-header .menu.responsive-menu .current-menu-item > a,
	.site-header .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.site-header .menu.responsive-menu a,
	.site-header .menu.responsive-menu a:hover {
		background: none;
		line-height: 1.2;
		padding: 10px 20px;
		text-align: left;
		width: 90%;
	}
	.site-header .menu.responsive-menu .current-menu-item > a,
	.site-header .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.site-header .menu.responsive-menu a,
	.site-header .menu.responsive-menu a:hover {
	color: #2d2d2d;
	}
 
	.site-header .menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
 
	.site-header .menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
 
	.site-header .menu.responsive-menu > .menu-item-has-children:before {
		content: "+";
		font: normal 16px/1 'Fontawesome';
		float: right;
		height: 16px;
		padding: 10px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
     position: absolute;
	}
	.site-header .menu.responsive-menu > .menu-item-has-children:before {
	color: #2d2d2d;
	}
 
	.site-header .menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "-";
	}
 
	.site-header .menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
 
	.site-header .menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.site-header .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.site-header .menu.responsive-menu .sub-menu li a,
	.site-header .menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 6px 20px;
		position: relative;
		width: 100%;
	}
 
}