/*
Theme Name: FBFW
Description: WP Theme for For Keeps Ministries
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
/*Load Webfonts for Apple devices*/
@font-face {
    font-family: 'Lato';
    src: url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-bol-webfont.eot');
    src: url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-bol-webfont.woff') format('woff'),
         url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-bol-webfont.ttf') format('truetype'),
         url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-bol-webfont.svg#lato') format('svg');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'Lato';
    src: url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-reg-webfont.eot');
    src: url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-reg-webfont.woff') format('woff'),
         url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-reg-webfont.ttf') format('truetype'),
         url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-reg-webfont.svg#lato') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Lato';
    src: url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-regita-webfont.eot');
    src: url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-regita-webfont.woff') format('woff'),
         url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-regita-webfont.ttf') format('truetype'),
         url('http://forkeepsministries.com/wp-content/themes/fbfw/fonts/lato-regita-webfont.svg#lato') format('svg');
    font-weight: normal;
    font-style: italic;

}
/*  HTML5 RESETS  ============================================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
img {
	border: none;
}

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

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col { 
		margin: 1% 0 1% 0%;
	}
/*  GLOBAL STYLES  ============================================================================= */
.wrapper2 {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	background: #ffffff;
}
a:link {
	text-decoration: none;
	color: #01c750;
}
a:visited {
	text-decoration: none;
	color: #5f6662;
}
a:hover {
	text-decoration: none;
	color: #31a1dc;
}
a:active {
	text-decoration: none;
	color: #01c750;
}
body {
	font-family: 'Lato', Calibri, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-size: 0.8em;
}
.wrapper {
	background: #ffffff;
}
.blue {
	width: 100%;
}
.margin-top {
	margin-top: 0 !important;
}
a.button {
	background: #008a37;
	border-radius: 5%;
	font-weight: 700;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
}
.events-button {
	display: block;
	float: left;
}
.events-button a {
	background: #008a37;
	border-radius: 5%;
	font-weight: 700;
	padding: 5%;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
a.mobile-header-button {
	font-size: 0.75em;
	text-transform: none !important;
	/*padding-top: 15% !important;
	padding-bottom: 15% !important;*/
	padding: 1em !important;
	display: block;
	
	/*margin-top: 1%;
	margin-bottom: 1.5%;*/
}
.logo {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.right {
	text-align: right;
}
h1 {
	text-transform: uppercase;
	color: #31a1dc;
	font-weight: 700;
	font-size: 1.125em;
}
h2 {
	font-size: 0.875em;
	font-weight: 700;
}
.breadcrumbs {
	font-size: 0.625em;
}
.shop-breadcrumbs {
	margin-top: 0 !important;
}
.breadcrumbs a {
	color: #4d4d4d !important;
}
.breadcrumbs-container {
	border-bottom: 1px solid #008a37;
}
.divider {
	border-top: 1px solid #008a37;
	border-bottom: none;
}
.pricing {
	float: left;
}
.secondary-nav {
	display: none;
}
.plus {
	color: #000000;
	display: inline;
	float: right;
	margin-right: 5%;
	font-weight: 700;
	font-size: 1.25em;
}

/*  GRID OF TWO   ============================================================================= */

textarea { /*responsive textarea*/
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 85%;
}

.video-container { /*responsive video*/
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed { /*responsive video*/
	margin-left: 25%;
	margin-right: 25%;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.search-box {
	border: 1px solid #ffffff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	background: none;
	color: #ffffff;
}
input#searchsubmit {
	display: none;
}
html, body {
	margin-top: 0;
}
/*a.button:hover {
	background:  #31a1dc;
}*/
iframe, object, embed { /*responsive iframe*/
        max-width: 100%;
} 
/*SLIDESHOW OVERRIDES*/
.soliloquy-caption, .soliloquy-caption-inside {
	background:rgba(49,161,220,1) !important;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.soliloquy-caption-inside {
	font-family: 'Lato', Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
}
#categories {
	display: inline;
}
#categories li {
	display: inline;
}
li.categories { 
list-style-type: none;
font-weight: 700;
 }  
li.categories ul {
	list-style-type: none;
	display: inline;
	font-weight: 400 !important;
	margin-left: 1%;
}
li.categories ul li {
	margin-right: 0.5%;
	
}
.cat-8 {
	display: none;
}

p.woocommerce-result-count {
	display: none;
}
.woocommerce input {
	text-shadow: none !important;
}
.woocommerce a.button, .woocommerce a.view, .woocommerce input.button {
	background: #008a37 !important;
	color: #ffffff !important;
}
input.plus, input.minus {
	display: none !important;
}
li.product-category .count {
	display: none !important;
}
.sidebar .menu li {
	margin-left: 0 !important;
}
.sidebar li {
	margin-left: 4%;
}
.products li img {
	max-width: 100%;
}
.tabs {
	display: none;
}
.product_meta {
	display: none;
}
input.minus, input.plus {
	display: none;
}
.quantity input {
	border: 1px solid #008a37;
	
}
.col-1-single-product .single_add_to_cart_button {
	background: #008a37;
	border-radius: 5%;
	border-color: #008a37;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
.quantity {
	display: inline;
}
.images img {
	max-width: 100%;
}
.related h2 {
	text-transform: uppercase;
	color: #31a1dc;
}
.nav-links {
	border-top: 1px solid #008a37;
	padding-top: 2%; 
	padding-bottom: 8%;
}
.next-page {
	display: block;
	float: right;
	line-height: 1.5em !important;
}
.previous-page {
	display: block;
	float: left;
	line-height: 1.5em !important;
}
.complimentary-tickets {
	text-transform: uppercase;
	color: #31a1dc;
}
.wpcf7 input[type=submit] {
	border-radius: 5%;
	border-color: #008a37;
	font-family: 'Lato', Calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: 700;
	background: #008a37;
	font-size: 1em; 
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
	border: 1px solid #008a37;
	font-size: 1.125em;
	font-family: 'Lato', Calibri, Arial, Helvetica, sans-serif;
	width: 100%;
}
.wpcf7 p {
	font-weight: 700;
}
.ribbon {
  position: relative;
   /*font-size: 0.875em !important;*/
   height: 28px;
   background: #008a37;
   font-family: inherit;
   text-align: center;
   }
.ribbon h3 {
   color: #ffffff;
   margin: 0px;
   padding-top: 0.5%;
   font-weight: 700;
   /*padding: 14px 10px;*/
   }
.ribbon:before, .ribbon:after {
   content: '';
   position: absolute;
   display: block;
   bottom: 0em;
   border: 14px solid #008a37;
   /*z-index: -1;*/
   }
.ribbon:before {
   left: -2em;
   border-right-width: 14px;
   border-left-color: transparent;
   
   }
.ribbon:after {
   right: -2em;
   border-left-width: 14px;
   border-right-color: transparent;
   
   }
   .storewide-announcement-wrapper {
	position: relative;
}
.woocommerce .quantity input.qty {
-webkit-border-top-right-radius:2px !important;
-webkit-border-bottom-right-radius:2px !important;
-moz-border-radius-topright:2px !important;
-moz-border-radius-bottomright:2px !important;
border-top-right-radius:2px !important;
border-bottom-right-radius:2px !important;
border-right:1px solid #c7c0c7 !important;
}
.cart-contents {
	background: url(images/cart-desktop.png) no-repeat !important;
	/*background-size: cover;*/
	display: inline-block;
	width: 37px;
	text-align: center;
	height: 28px;
	padding-top: 1.5%;
	margin-right: 1%;
	margin-left: 1%;
}
.cart-count {
	/*background: url(images/cart-bg.png) !important;
	background-size: cover;
	background-repeat: no-repeat;*/
	padding-right: 20%;
	margin-bottom: 2%;
	position: relative;
	top: -15px;
	left: 5px;
}
a.cart-contents  {
	font-size: 1.125em;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	
}
h2.entry-title {
	display: block;
}
.page-numbers li {
	display: inline-block;
}
/*.page-numbers li:nth-child(2),*/ .page-numbers li:nth-child(1) {
	margin-left: 0 !important;

}
.woocommerce-pagination .current {
	background: #31a1dc;
	border-radius: 5%;
	font-weight: 700;
	color: #ffffff !important;
	text-decoration: none;
}
.page-numbers li a {
	background: #008a37;
	border-radius: 5%;
	font-weight: 700;
	color: #ffffff !important;
	text-decoration: none;
}
a.more-link {
	background: #008a37;
	border-radius: 5%;
	font-weight: 700;
	color: #ffffff !important;
	padding: 1%;
}
.leftcol ul, .leftcol ol {
	margin-left: 5%;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin-right: 3%;
}
.alignright {
	float: right;
	margin-left: 3%;
}
/*
stylesheet for use with responsive video shortcode plugin.
Provides the CSS that makes the video responsive.
*/
 
.wptuts-video-container {
	margin-top: 3%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.wptuts-video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.menu-about-submenu-container, .menu-celebrations-submenu-container {
	margin-bottom: 5%;
}
#cheryl-social-media {
	list-style-type: none !important;
}
#cheryl-social-media li {
	display: inline;
	margin-left: 0 !important;
}
.taxonomy-title {
	margin-top: 4%;
}
.for-keeps-couples-img {
	float: left;
}
.for-keeps-couples-text {
	vertical-align: middle; 
	display: table-cell;
}
.sidebar .current-menu-item a {
	color: #31a1dc !important;
	font-weight: 700;
}
.sidebar .current-post-ancestor a {
	font-weight: 700;
	color: #31a1dc !important;
}
/*  REFORM FOR DESKTOP */
@media only screen and (min-width: 960px) {
.wrapper2, .wrapper, .wrapper3 {
	width: 960px !important;
}
}
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio:0) {
	.for-keeps-couples-text {
	padding-left: 5%;
	}
}
@media only screen and (min-width: 769px) {
	#equal-columns {
		overflow: hidden;
		min-height: 100%;
	}
	.leftcol, .sidebar {
	margin-bottom: -99999px !important;
	padding-bottom: 99999px;
	}
.logo {
	margin-top: -4%;
}
.blue {
	background: url(images/desktop-bar-bg.png) repeat-x;
}
	.desktop-top-bar {
	margin-top: 0 !important;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	height: 30px;
}
.sidebar h2 {
	color: #31a1dc;
	text-transform: uppercase;
}
.desktop-top-bar img {
	margin-right: 1%;
}
.desktop-fb {
	margin-left: 1%;
	margin-top: 0.4%;
}
.desktop-cart, .search-box, #searchform {
	float: right;
}
.contribute-desktop {
	float: right;
	margin-top: -0.5%;
	background: url(images/contribute-desktop.png) no-repeat;
	background-size: 100% 100%;
	width: 99px;
	height: 66px;
	margin-right: 0.5%;
}
.contribute-desktop a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-top: 8%;
	font-size: 1.4em;
	margin-left: 7%;
}
.search-box {
	margin-top: 0.7%;
	margin-right: 1%;
}
	.desktop-top-bar {
		display: block;
	}
	.mobile-blue-bar {
		display: none;
	}
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.5em;
		line-height: 1.5em;
	}
	h3 {
		font-size: 1.125em;
		line-height: 1.125em;
	}
	p {
		font-size: 1em;
		line-height: 1.5em;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	a.button {
		font-size: 1.125em;
		padding: 2%;
		line-height: 2em;
	}
	.leftcol {
	margin-top: 0 !important;
}
.leftcol_content {
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 1%;
	padding-bottom: 5%;
}
	.span_2_of_2 {
	width: 100%;
}
.sidebar-content {
	margin-top: 5%;
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
}
.span_1_of_2 {
	width: 61.7%;

}
.sidebar {
	width: 38%;
	background: #fffcf1;
	float: right;
	border-left: 1px solid #31a1dc;
}
.no-bottom-margin {
	margin-bottom: 0 !important;
}
.no-top-margin {
	margin-top: 0 !important;
}
.col { /*  ADD MARGINS FOR DESKTOP */
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.breadcrumbs {
	font-size: 0.75em;
	margin-bottom: 3.5%;
}
.shop-breadcrumbs {
	font-size: 0.75em;
}
.footer {
	padding-left: 2%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	color: #ffffff;
}
.footer-margin {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
body {
	background: #ecf4d8;
}
.wrapper, .wrapper3 {
	border-left: 1px solid #31a1dc;
	border-right: 1px solid #31a1dc;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
.wrapper2 {
	border-left: 1px solid #31a1dc;
	border-right: 1px solid #31a1dc;
}
.mobile-menu {
	display: none;
}
#mobile-social {
	display: none;
}
/*Navigation - Desktop*/
	body:first-of-type ul#menu-main-navigation {
	display:inline-table;border-spacing:0px 0;}
body:first-of-type ul#menu-main-navigation>li{
	display:table-cell;float:none;}
ul#menu-main-navigation li {display: inline-table; text-align: center; border-right: 1px solid #ffffff; padding-top: 1%; padding-bottom: 1%;}
ul#menu-main-navigation>li:nth-child(1){width:8%}ul#menu-main-navigation>li:nth-child(2){width:7%}ul#menu-main-navigation>li:nth-child(3){width:20%}ul#menu-main-navigation>li:nth-child(4){width:20%}ul#menu-main-navigation>li:nth-child(5){width:7%}ul#menu-main-navigation>li:nth-child(6){width:8%}ul#menu-main-navigation>li:nth-child(7){width:14%}ul#menu-main-navigation>li:nth-child(8){width:12%}

* html ul#menu-main-navigation li a{
	display:inline-block;}
ul#menu-main-navigation>li{
	margin:0;width:12%;}

ul#menu-main-navigation li:nth-child(8) {
	border-right: none !important;
}
ul#menu-main-navigation {
	background: #a1cc44;
	display: inline-block;
	list-style-type: none;
	width: 100%;
}
ul#menu-main-navigation a {
	color: #000000;
	text-decoration: none;
}
ul#menu-main-navigation li:hover>a,ul#menu-main-navigation li a.pressed{
	font-weight: 700;
	color: #ffffff;
	background: #31a1dc;
}
ul#menu-main-navigation li:hover {
	background: #31a1dc;
}
ul#menu-main-navigation .current-menu-item, ul#menu-main-navigation .current-page-ancestor, /*ul#menu-main-navigation .current-post-parent,*/ ul#menu-main-navigation .current-menu-parent, ul#menu-main-navigation .current_page_parent, ul#menu-main-navigation .current-category-ancestor, ul#menu-main-navigation .current-post-ancestor {
	background: #31a1dc;
}
ul#menu-main-navigation .current-menu-item a, ul#menu-main-navigation .current-page-ancestor a, /*ul#menu-main-navigation .current-post-parent a,*/ ul#menu-main-navigation .current-menu-parent a, ul#menu-main-navigation .current_page_parent a, ul#menu-main-navigation .current-category-ancestor a, ul#menu-main-navigation .current-post-ancestor a {
	color: #ffffff;
	font-weight: 700;
}
ul#menu-main-navigation ul {
	display: none;
}
.search-container {
	margin-top: 2%;
}
.sidebar .menu li {
	display: block;
	font-size: 1.125em;
	line-height: 1.5em;
}
.sidebar .menu li a, .sidebar .menu li a:visited {
	color: #008a37;
}
.sidebar .menu li a:hover {
	color: #31a1dc;
}
/*Shop Pages*/
.col-1-single-product {
	width: 61.7%;
	float: left;

}
.images {
	width: 31%;
	float: right;
	margin-left: 5%;
	margin-right: 2%;
}
.images img {
	float: right;
	max-height: 295px;
	
}
.products {
	list-style-type: none;
	clear: both;
}
.products img {
	height: 115px;
	width: auto;
}
.products li {
	display: inline-block;
	vertical-align: top;
	width: 20.5%;
	margin-top: 1%;
	margin-right: 5%;
}
.products li:nth-child(4n+4) {
	margin-right: 0 !important;
}
.products li a {
	line-height: 2em;
}
.woocommerce-ordering {
	margin-top: -4%;
	margin-right: 2%;
}
span.amount {
	display: block;
}
.col-1-single-product .price {
	font-size: 1.5em;
	font-weight: 700;
	display: inline;
}
.col-1-single-product .stock {
	font-size: 1.5em;
	font-weight: 700;
	display: inline;
}
.pricing {
	display: inline;
}
.quantity {
	margin-bottom: 2%;
}
.quantity input {
	width: 4%;
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 700;
	vertical-align: top !important;
}
.col-1-single-product .single_add_to_cart_button {
	font-size: 1.25em;
}
.woocommerce .count {
	display: none;
}
.contents-wrapper {
	margin-left: 2%;
	padding-top: 1%;
	padding-bottom: 5%;
}
.product-category-title, .related-products-title {
	margin-bottom: 1%;
}
.related {
margin-top: 5%;
margin-right: 2%;	
clear: both;
}
.woocommerce .login {
	border: none !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.woocommerce .login input.button {
	
}
.woocommerce form .form-row {
	padding-left: 0 !important;
}
.woocommerce-ordering {
	float: right;
}
.woocommerce-pagination-wrapper {
	margin-top: 2%;
	margin-right: 2%;
}
.woocommerce-pagination {
	float: left;
	width: 87%;
}
.woocommerce-pagination-skip {
	float: left;
	margin-right: 0.5%;

}
.woocommerce-pagination .current {
	padding: 3px;
}
.page-numbers li {
margin-right: 3px;
	margin-left: 3px;
}
.page-numbers li a {
	padding: 3px;
}
.page-numbers li:last-child {
	margin-left: -3px !important;
	margin-right: 0 !important;
}
.plus {
		display: none;
	}
	#mobile-nav {
		display: none;
	}
.ribbon {
	width: 97%;
}
.ribbon h3 {
	 font-size: 1.125em !important;
}
.storewide-announcement-wrapper {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1%;
}
.container {
	display: none;
}
/*Homepage*/
.home-section {
	margin-bottom: 5%;
}
.home-marriage-minute-container blockquote {
	margin-left: 6%;
	margin-right: 5%;
	font-size: 1.125em;
	font-style: italic;
	
}
.home-marriage-minute-container {
	background: url(images/quotes.png) no-repeat;
	background-size: 560px 80px;
}
.home-ministry-resources {
	margin-top: 4%;
	margin-bottom: 7%;
}
.home-ministry-resources h4 {
	margin-bottom: 1%;
}
.textwidget {
	margin-bottom: 5%;
}
#tab-description ol, #tab-description ul {
	margin-left: 2%;
	line-height: 1.5em;
}
#tab-description {
	margin-right: 2%;
}
.page-description {
	margin-right: 2%;
}
.page-description pre {
	font-family: 'Lato', Calibri, Helvetica, Arial, sans-serif !important;
}
.archive-container {
	margin-bottom: 8%;
}
.sidebar-content h2 {
	margin-top: 5%;
}
.widget-h2 {
	margin-bottom: -2%;
}
.sidebar ul {
	line-height: 1.5em;
}
.sidebar .attachment-full {
	margin-top: -3%;
}
.contact-page-social-media {
	margin-top: 2%;
}
.for-keeps-couples img {
	margin-right: 5%;
}
/*Hide some administrative mobile menu items */
.menu-item-455, .menu-item-456, .menu-item-457, .menu-item-458, .menu-item-462, .menu-item-157 {
	display: none !important;
}
.wp-audio-shortcode {
	margin-top: 2%;
	margin-bottom: 2%;
}
.home-dynamic-sidebar {
	margin-top: 5%;
}
.contact-page-social-media-right-margin {
	margin-right: 2%;
}
.soliloquy-caption-inside {
font-size: 1.5em !important;
}
.home-news-title {
	margin-top: 3%;
}
}
@media only screen and (max-width: 768px) {
	.desktop-menu-container {
		display: none;
	}
	.footer-margin {
		padding-top: 0.5%;
		padding-bottom: 0.5%;
	}
	.footer {
		margin-left: 2.5%;
		color: #ffffff;
	}
.blue {
	background: #31a1dc !important;
}
	.desktop-menu {
		display: none;
	}
	.sidebar {
		clear: both;
	width: 100%;
}
.desktop-top-bar {
	display: none;
}
.mobile-blue-bar {
	display: block;
}
.breadcrumbs {
font-size: 1em;
margin-bottom: 3.5%;
}
.leftcol a.button {
	padding: 2%;
	line-height: 1.875em;
}
.sidebar {
	margin-top: 5%;
	margin-bottom: 5%;
}
p {
	margin-top: 3%;
	margin-bottom: 3%;
	line-height: 1.5em;
}
.cart {
	float: right;
	margin-top: 1%;
	border: none;
}
.search {
	border: none;
}
.search-link {
	float: right;
	margin-right: 3%;
	margin-top: 1%;
}
.mobile-blue-bar {
	padding: 2%;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h1 {
	margin-bottom: 0.25em;
	font-size: 2em;
}
h2 {
		font-size: 1.5em;
}
.sidebar h2 {
		text-transform: uppercase;
		color: #31a1dc;
		font-size: 2em;
}
h3 {
	line-height: 1.25em;
}
.menu {
	list-style-type: none;
}
.menu li a {
	color: #01c750;
	text-decoration: none;
	font-weight: 400 !important;
}
/*Shop*/
.products {
	list-style-type: none;
}
.products li:nth-child(2n+1) {
	margin-right: 5%;
}
.products li {
	width: 47%;
	display: block;
	float: left;
	margin-top: 3%;
	margin-bottom: 3%;
}
.products img {
	height: 174px;
	width: auto;
}
.products li a {
	font-size: 1.5em;
	line-height: 1.7em;
	display: block;
}
.woocommerce-ordering {
	display: block;
	clear: both;
}
.products .button {
	clear: both;
	display: block !important;
	float: left;
	font-size: 1.25em !important;
	padding: 2%;
	margin-top: 3%;
}
form.cart {
	display: block;
	float: left;
}
#tab-description {
	margin-top: 12%;
}
.quantity input {
	font-size: 1.65em;
	vertical-align: top;
	line-height: 1em;
	width: 10%;
}
.single_add_to_cart_button {
	padding: 1%;
	margin-left: 2%;
	font-size: 1em;
}
/*.related .products li {
	width: 100%;
	clear: both;
}
.related .products li img {
	float: left;
}
.related .products li a {
	float: right;
}*/
.stock {
	margin-top: 1% !important;
	font-size: 1.125em;
	font-weight: 700;
}
.price {
	font-weight: 700;
	font-size: 1.125em;
}
.related h2 {
	margin-top: 2%;
}
.ribbon {
	width: 100%;
}
.ribbon h3 {
	 font-size: 1.125em !important;
}
.storewide-announcement-wrapper {
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 3%;
}
.woocommerce-pagination-wrapper {
	display: block;
	margin-top: 2%;
	margin-right: 2%;
	clear: both;
}
.woocommerce-pagination {
	width: 87.5%;
	padding-bottom: 7%;
}
.woocommerce-pagination-skip {
	display: block;
	margin-right: 2%;
	padding-bottom: 25px;
}
.woocommerce-pagination .current {
	padding: 10px;
}
.page-numbers li {
margin-right: 3%;
}
.page-numbers li:last {
	margin-right: 0 !important;
}
.page-numbers li a {
	padding: 10px;
}
.products {
	display: block;
}
.archive-container {
	margin-bottom: 5%;
}
.sidebar-content h2 {
	margin-top: 5%;
}
.widget-h2 {
	margin-bottom: -3%;
}
.sidebar ul {
	line-height: 2em;
}
.contact-page-social-media {
	margin-top: 5%;
}
/*Mobile Menu*/
.nav li {
	line-height: 2.5em;
}
	a.active, a.active-mobile-social {
			color: #000000 !important;
			 display: block;
		background: #ffffff !important;
	}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 90% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 90% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
	.nav li {
		width: 100%;
		/*background: #008a37;*/
		background: #cde8da;
	}
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    } 
	.container {
    width: 100%;
    max-width: 768px;
    /*margin: 10px auto;*/
}
.follow {
	display: block;
	background: #00aaa6;
	padding-top: 2%;
	padding-bottom: 2%;
	
}
.follow li {
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;	
}
.follow li:nth-child(1) {
	/*margin-left: 8%;*/ /*Use this when there are 5 social media icons*/
	margin-left: 40% !important;
}
.mobile_search_box {
	background: #005847;
	padding-top: 2%;
	padding-bottom: 2%;
}
.mobile_search_box input {
	margin-left: auto;
	margin-right: auto;
}
.toggleMenu {
    display:  none;
    /*padding: 10px 15px;*/
    color: #fff;
	float: left;
	margin-right: 1.3% !important;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#175e4c;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color: #000000;
	text-decoration: none;
	font-weight: 700;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 3px solid #ffffff;
}
.nav > li:nth-child(1) {
	border-top: none !important;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	width: 100%;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #d6ecf8;
    position: relative;
    z-index:100;
    border-top: 3px solid #ffffff;
	color: #000000 !important;
}
.hover {
	background: #31a1dc !important;
	font-weight: 700;
}
.hover a {
	color: #ffffff !important;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.mobile_search_box .search-box {
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 1.5em;
}
.follow li:nth-child(1) {
	margin-left: 20%;
}
.home-section {
	margin-bottom: 5%;
}
.home-ministry-resources-container h3 {
	margin-bottom: 3%;
}
.home-ministry-resources {
	margin-bottom: 3%;
	line-height: 1.5em;
}
.home-ministry-resources-button a.button {
	line-height: 1.5em;
	padding: 2% !important;
}
.home-ministry-resources-button {
	margin-bottom: 5%;
}
.wptuts-video-container {
	margin-bottom: 3%;
}
.entry-meta {
	margin-top: 1%;
}
.wp-audio-shortcode {
	margin-top: 3%;
	margin-bottom: 3%;
}
.menu-my-account-container {
	margin-top: 2.5%;
}
.contact-page-social-media-right-margin {
	margin-right: 5%;
}
.cart-count {
left: 8px;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
	width: 96%;
}
.wpcf7 textarea {
	width: 98%;
}
.soliloquy-control-paging {
	display: none !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:0) {
	.quantity input {
		width: 8%;
		font-size: 1.5em;
	}
	.cart-count p {
		position: relative;
		left: 0px;
		top: -17px;
	}
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio:0) { 
.quantity input {
	width: 15%;
}
.follow-link {
	width: 60px;
}
.for-keeps-couples-text {
	padding-left: 5%;
	}
}
@media only screen and (min-width: 343px) and (max-width: 768px) {
	a.mobile-header-button {
		font-size: 1em;
		
	}
	 a.mobile-header-button {
		margin-right: 5%;
	}

}
@media only screen and (max-width: 480px) {
	.products li a {
		font-size: 1.125em;
	}
	.ribbon h3 {
	 font-size: 1em !important;
}
.ribbon {
	width: 99%;
}
.storewide-announcement-wrapper {
	margin-left: 5%;
	margin-right: 5%;
}
.follow li:nth-child(1) {
	margin-left: 15%;
}
.follow {
	padding-top: 5%;
	padding-bottom: 5%;
}
.cart-count {
top: -9px;
left: 7px;
}
.soliloquy-caption-inside {
	font-size: 0.875em !important;
	line-height: 0.875em !important;
}
.mobile_search_box input {
	width: 70%;
}
.mobile_search_box {
	padding-bottom: 5%;
}
}
@media only screen and (max-width: 400px) {
	.ribbon h3 {
		font-size: 0.875em !important;
		padding-top: 1.5%;
	}
	.storewide-announcement-wrapper {
	margin-left: 8%;
	margin-right: 7%;
}
.quantity input {
	font-size: 1.5em;
}
.for-keeps-couples img {
	width: 100px;
	height: 65px;
	margin-right: 8%;
}
.soliloquy-item-image {
	margin-bottom: 25px;
}
}
@media only screen and (max-width: 350px) {
	.follow li:nth-child(1) {
	margin-left: 8%;
}
a.mobile-header-button {
		font-size: 0.875em;
	}
	.quantity input {
		font-size: 1.3em;
	}
	.products .button {
		font-size: .875em;
	}
}
@media only screen and (max-width: 320px) {

}
@media print {
	.wrapper, .desktop-menu-container, .sidebar, .wrapper3, .breadcrumbs, .related .products, .related-products-title, .storewide-announcement-wrapper, .shop-breadcrumbs, .quantity, .single_add_to_cart_button, .paging-navigation {
		display: none;
	}
	.leftcol {
		float: none;
		clear: both;
		font-family: Calibri, Arial, Helvetica, sans-serif;
	}
	h1 {
		font-size: 32px;
		margin-bottom: 5px;
	}
	h2 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	body {
		font-size: 14px;
		line-height: 18px;
	}
	.home-section {
		margin-bottom: 10px;
	}
	.button {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	p {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.images {
		float: right;
		margin-left: 20px;
	}
	.divider {
		border-top: none;
	}
	
}