/*
	Theme Name: Bloom Theme
	Theme URI: http://www.restored316designs.com/themes
	Description: Bloom is a mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Restored 316
	Author URI: http://www.restored316designs.com/
	
	Version: 1.0.3
 
	Tags: vintage, ecommerce, woocommerce, category index, 
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
 
/* 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
		- Category Index
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- Above Header
	- Plugins
		- Genesis Responsive Slider
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary & Secondary Navigation
		- Responsive Navigation
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- bloom Blue
		- bloom Green
		- bloom Pink
		- bloom Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


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

/* Baseline Reset (normalize.css 2.1.2)
	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-bloom:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#fff;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
--------------------------------------------- */

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

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


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

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

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

body {
	background: #fff url(images/bg.jpg);
	color: #3d3d3d;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.425;
}

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: #fff;
	color: #fff;
}

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

a {
	color: #94af64;
	text-decoration: none;
}

a:hover {
	color: #f1bd98;
}

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

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

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-bloom: normal;
}

.more-link {
	border: 1px solid #f6f3f3;
	display: table;
	margin: 10px auto;
	padding: 10px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3d3d3d;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 23px;
	color: #3d3d3d;
}

h4 {
	font-size: 25px;
	color: #3d3d3d;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 12px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

.gallery img {
	border: 1px solid #f6f3f3 !important;
	padding: 5px;
}

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

input,
select,
textarea {
	background-color: #fff;
	color: #3d3d3d;
	border: 1px solid #3d3d3d;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #3d3d3d;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #3d3d3d;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #3d3d3d;
	border: 0px solid #3d3d3d;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 13px 25px;
	text-transform: uppercase;
	width: auto;
}

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

.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.6;
	margin-bottom: 40px;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

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

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


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

/* Site Containers
--------------------------------------------- */
.site-container {
    background: rgba(0, 0, 0, 0) url("../../uploads/2016/05/main-section.jpg") repeat-y scroll 0 0;
	box-shadow: 0 0 0px #ddd;
	margin: 0px auto;
margin-top: 40px !important;
	max-width: 1120px;
	overflow: hidden;
	padding: 0px;
}

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

.bloom-home .site-inner {
	clear: both;
	padding: 0 40px 40px;
}

.wrap {
	margin: 0 auto;
	max-width: 1120px;
}

.wrap1 {
    border: 0px solid #f6f3f3;
}

/* 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: 868px;
}

.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: 710px;
}

.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: 565px;
}

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

.bloom-landing .site-container {
	max-width: 772px;
}

.bloom-landing .site-inner,
.bloom-landing .entry {
	padding: 30px;
}

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

.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;
}

/* ## Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
	border: none;
}

.category-index .featured-content .entry:nth-of-type(2n),
.category-index .featured-content .entry:nth-of-type(2n+1) {
	min-height: 275px;
}

.category-index .featured-content .entry:nth-of-type(2n) {
	float: right;
	margin: 0;
	width: 48%;
}

.category-index .featured-content .entry:nth-of-type(2n+1) {                                
	float: left;
	margin-bottom: 0;                                        
	width: 48%;        
}

.category-index .featured-content .entry:nth-of-type(2n+1) {
	margin-right: 15px;
}

.category-index .entry-title,
.home-featured .entry-title {
	text-align: center;
}

.category-index .widget {
	padding: 20px 0px;
}

.content .category-index .widget-title {
    border-bottom: 0px solid #fceaca;
    border-top: 0px solid #fceaca;
    padding: 12px 32px;
    text-align: center;
}

.category-index .more-from-category a {
	border: 1px solid #3d3d3d;
	clear: both;
	display: table;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.category-index h2.entry-title {
	line-height: 1;
}

.category-index ul li {	
	border-bottom: 1px dotted #ddd;
	float: left;
	font-size: 16px;
	margin: 3px 5px;
	width: 23%;
}


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

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

.avatar {
	float: left;
}

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

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

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #fff url(images/search.png) no-repeat 15px 10px;
	background-size: 15px 15px;
	padding: 10px 10px 10px 44px;
	border: 1px solid #3d3d3d;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 12px;
}

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

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

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

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

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

.wp-caption-text {
	font-size: 12px;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}





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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box,
.sticky {
	background-color: #fff;
	border: 1px solid #fceaca;
	margin-bottom: 48px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	margin: 0;
}

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

.author-box h1 {
	font-size: 16px;
	margin-bottom: 4px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 24px;
	color: #3d3d3d;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

.entry-title a {
	padding-left: 0px;
}

.page .entry-title,
.archive .entry-title,
.featured-content .entry-title a,
.featured-content .entry-title {
	padding-left: 0;
}

.entry-title a,
.sidebar .widget-title a {
        font-family: 'Open Sans Condensed', sans-serif;
	color: #3d3d3d;
	text-decoration: none;
}
.screen-reader-text {
display: none;
}
.entry-title a:hover {
	color: #3d3d3d;
}

.content .home-top .entry-title {
        font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
}

.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 17px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3,
.widget-title,
.widgettitle {
        color: #3d3d3d;
        font-family: 'Open Sans Condensed', sans-serif;
	font-size: 23px;
	letter-spacing: 1.5px;
	line-height: 1;
	margin-bottom: 16px;
	padding-top: 20px !important;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
        border-bottom: 1px solid #7f7f7f;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


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

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

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	padding: 0;
}

.featured-content .entry p {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 8px;
}

/* Above Header
--------------------------------------------- */

.above-header {
	clear: both;
        height: 0px;
	overflow: hidden;
	padding: 0px;
}

.above-header-left {
	float: left;
	width: 20%;
}

.above-header-right {
	float: right;
	width: 30%;
}

.above-header .widget {
	margin-bottom: 0;
}

.above-header .search-form input[type="search"] {
	border: 1px solid #fceaca;
}


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

/* Genesis Responsive Slider
--------------------------------------------- */

.content li,
.content .widget li {
	margin: 0;
	padding: 0;
}

.content #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.content .slide-excerpt {
	background: transparent;
	margin: 0 0 8%;
	opacity: 1;
	width: 100%;
}

.content .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.content .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.content #genesis-responsive-slider h2 a {
	background: rgba(246,243,243,.9);
	color: #f1bd98;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0;
	overflow: visible;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
	text-transform: uppercase;
	width: 100%;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -48px 0;
	background-size: 88px 96px;
	height: 48px;
	right: 10px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 44px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -48px -48px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 10px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -48px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -25px 0 0 45%;
	text-align: left;
	width: 20%;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
	background-color: rgba(246,243,243,0.7) !important;
}

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

.sidebar .enews-widget,
.sidebar .user-profile {
	border: 0px solid #fceaca;
	padding: 5px 5px 5px;
}

.sidebar .enews-widget .widget-title,
.sidebar .user-profile .widget-title {
	margin-top: 15px;
}

.sidebar .enews-widget input {
	margin-bottom: 17px;

	border: 1px solid #3d3d3d;
        font-size: 14px;
}

.sidebar .enews-widget input[type="submit"] {
	width: 100%;
}

.after-entry .enews-widget input {
	margin: 10px 0px;
	width: 90%;
}



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

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

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

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	padding: 13px;
}

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

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

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

#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

.content .share-count {
	background: #555;
	padding: 3px 5px;
}

.content .sd-social-icon .sd-content ul li a.sd-button,
.content .sd-social-text .sd-content ul li a.sd-button,
.content .sd-content ul li a.sd-button,
.content .sd-content ul li .option a.share-ustom,
.content .sd-content ul li.preview-item div.option.option-smart-off a,
.content .sd-content ul li.advanced a.share-more,
.content .sd-social-icon-text .sd-content ul li a.sd-button,
.content .sd-social-official .sd-content > ul > li > a.sd-button,
.content #sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
	background: #fff !important;
	border: 1px solid #f6f3f3 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #3d3d3d !important;
	padding: 15px 5px !important;
}

.content div.sharedaddy h3.sd-title {
	float: left;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	width: 20%;
}


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

.site-header {
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0;
    background: rgba(0, 0, 0, 0) url("../../uploads/2016/05/top-piece-1.jpg") no-repeat scroll center top;
	padding-top: 40px !Important;
}

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

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

.title-area {
	float: left;
	letter-spacing: 2px;
	padding: 0 0px;
	width: 1100px;
	text-align: center;
	text-transform: uppercase;
}

.site-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 10px;
	line-height: .85;
}

.site-title a,
.site-title a:hover {
	color: #3d3d3d;
	display: inline-block;
	margin: 0;
	text-decoration: none;
}

.site-description {
	color: #3d3d3d;
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

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

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

/* Logo, hide text */

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

.header-image .site-title > a {
	background-position: center center !important;
	background-size: 1100px 352px !important;
	float: left;
			padding-top: 30px;
	min-height: 352px;
	width: 100%;
}

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

/* Widget Area
--------------------------------------------- */

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

.site-header .search-form {
	float: right;
	margin-top: 16px;
	width: 50%;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu:before,
.genesis-nav-menu:after {
    border-bottom: 1px solid #7f7f7f;
    content: "";
    display: inline-block;
    width: 10%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #3d3d3d;
	display: block;
	padding: 0px 31px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #3d3d3d;
}

.genesis-nav-menu .sub-menu {
	border: 1px solid #f6f3f3;
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 177px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	padding: 12px 16px;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #3d3d3d;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -33px 0 0 174px;
}

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-bloom-type: none;
	padding: 16px 20px 14px;
	text-transform: uppercase;
	display: none;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #3d3d3d;
}

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

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	padding: 14px 14px 14px 44px;
}

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

.site-header ul.genesis-nav-menu {
	margin-top: 15px;
}

.site-header .genesis-nav-menu:before,
.site-header .genesis-nav-menu:after {
	border: none;
	width: 0;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary,
.nav-secondary {
	text-align: center;
}

.nav-primary .sub-menu a {
	padding: 16px 15px;
}

.nav-primary .sub-menu a:hover,
.nav-secondary .sub-menu a:hover {
	background-color: #fff;
	color: #3d3d3d;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #3d3d3d;
}

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

/* Home Page
--------------------------------------------- */

.home-top {
	clear: both;
	overflow: hidden;
}

.home-top-left {
	float: left;
	width: 66%;
}

.home-top-right {
	border: 1px solid #f6f3f3;
	float: right;
	min-height: 413px;
	padding: 20px;
	text-align: justify;
	width: 31.6239%;
}

.home-top .widget,
.home-bottom .widget {
	margin-bottom: 10px;
}

.home-top input {
	margin-bottom: 5px;
	padding: 12px;
	width: 100%;
}

.home-middle .widget-title {
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

.home-middle .widget_text {
	border-top: 1px solid #f6f3f3;
	border-bottom: 1px solid #f6f3f3;
	font-style: italic;
	margin: 20px 0 0;
	padding: 20px;
	text-align: center;
}

.home-middle .enews-widget {
	border: 1px solid #f6f3f3;
	margin: 20px 0;
	padding: 20px 40px;
}

.home-middle .enews-widget .widget-title {
	margin-bottom: 15px;
}

.home-middle .enews-widget input,
.home-featured .enews-widget input {
	float: left;
	margin-right: 1%;
	width: 24%;
}

.home-middle input[type="submit"],
.home-featured input[type="submit"] {
	float: right;
	margin-right: 0;
}

.home-bottom {
	overflow: hidden;
	text-align: center;
}

.home-bottom .featuredpage h4 {
	background: rgba(246,243,243,.9);
	border: none;
	color: #3d3d3d;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	top: 125px;
	width: 80%;
	z-index: 9;
}

.home-bottom .widget_text {
	margin-bottom: 40px;
}

.home-bottom .featured-content .entry {
	border: none;
}

.home-featured {
	overflow: hidden;
}

.home-featured .featured-content .entry:nth-of-type(4n+1),
.home-featured .featured-content .entry:nth-of-type(4n+2),
.home-featured .featured-content .entry:nth-of-type(4n+3),
.home-featured .featured-content .entry:nth-of-type(4n) {
	float: left;
	padding: 10px;
	width: 25%;
}

/* Portfolio
--------------------------------------------- */

.bloom-portfolio .portfolio {
	float: left;
	padding: 0 20px 0px;
	width: 33.33333333%;
}

.bloom-portfolio .portfolio img {
	opacity: 1;
}

.bloom-portfolio .portfolio img:hover {
	opacity: .8;
}

.bloom-portfolio .entry {
	border: none;
	margin-bottom: 20px;
}

.bloom-portfolio .entry-title {
	font-size: 13px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.bloom-portfolio .entry-title a,
.single-portfolio .entry-title {
	padding-left: 0;
}

.bloom-portfolio .entry-meta,
.single-portfolio .entry-meta {
	display: none;
}

.bloom-portfolio .portfolio:nth-of-type(3n+1) {
	clear: left;
}

.single-portfolio .content {
	text-align: center;
}

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

.above-blog-slider {
	border: 1px solid #f6f3f3;
	margin-bottom: 50px;
	padding: 10px;
}

.above-blog-slider .widget {
	margin: 0;
}

.entry,
.page.page-template-page_blog-php .entry {
	margin-bottom: 18px;
	padding-bottom: 12px;
}

.page.page-template-page_blog-php .featuredpost .entry {
	border-bottom: 1px solid #f6f3f3;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	padding: 0;
}

.entry-content a:hover {
	color: #3d3d3d;
}

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

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

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

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

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

.entry-header .entry-meta {
	text-align: center;
        margin-top: 0px;
}

.content article {
    position: relative;
}

.content article .my-date {
    position: absolute;
    top: -8px;
    left: -41px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 0px;
    height: 56px;
    letter-spacing: 1px;
    line-height: 3.4;
    text-align: center;
    text-transform: uppercase;
    width: 0px;
    height: 0px;
}

.entry-footer .entry-meta {
	border-bottom: 1px solid #f6f3f3;
	border-top: 1px solid #f6f3f3;
	overflow: hidden;
}

.entry-comments-link,
.entry-categories,
.entry-tags {
	float: left;
	padding: 20px;
	width: 33%;
}

.entry-categories {
	border-right: 1px solid #f6f3f3;
	border-left: 1px solid #f6f3f3;
}


.entry-meta {
	font-size: 15px;
	text-transform: uppercase;
}

.entry-meta a {
	font-style: italic;
	text-decoration: none;
}

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

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	border: 1px solid #f6f3f3;
	margin: 32px 0 15px;
	padding: 5px;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
}

.after-entry p {
	margin-bottom: 20px;
}

/* Related Posts
--------------------------------------------- */

.related-posts {
    overflow: hidden;
    margin: 20px 0 50px;
}

.related-posts h3 {
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
 
.related-list li {
  float: left;
  list-style-type: none;
  padding: 0 10px;
  text-align: center;
  width: 25%;
}
 
.related-list img {
  border: 1px solid #f6f3f3;
  display: block;
  margin: 0 auto;
  padding: 3px;
}

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

.archive-pagination {
	font-size: 14px;
	margin: 40px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #f6f3f3;
	color: #3d3d3d;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #3d3d3d;
}

.adjacent-entry-pagination {
	border: 1px solid #f6f3f3;
	margin: 10px 0;
	padding: 10px;
}

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

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

p.form-submit,
.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-bloom-type: none;
	margin-top: 24px;
	padding: 32px;
}

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

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

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

p.subscribe-to-comments {
	padding: 24px 0 16px;
}

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

.sidebar {
	display: inline;
}

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

.widget li {
	list-style-type: none;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
	word-wrap: break-word;
}

.sidebar .widget li:nth-of-type(3n+1) {
	background:  rgba(247,245,238, .3);
}

.sidebar .widget li:nth-of-type(3n+2) {
	background:  rgba(247,245,238, .6);
}

.sidebar .widget li:nth-of-type(3n) {
	background:  rgba(247,245,238, .9);
}

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

.sidebar .widget {
    background: #fff none repeat scroll 0 0;
    color: #666666 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 15px 10px 12px 10px;
    text-align: center;
}

.widget {
	margin-bottom: 32px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	margin: 0px auto;
	max-width: 1120px;
	padding: 0px 36px 0;
}

.footer-widgets .menu li {
	display: inline;
	padding: 0 15px;
	text-transform: uppercase;
}

.footer-widgets .widget_nav_menu {
	text-align: center;
}

.footer-widgets-1
	width: 98%;

.footer-widgets-2,
.footer-widgets-3 {
	width: 1%;
}

.footer-widgets-3 {
	width: 1%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: CENTER;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 0px;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .enews .widget-title {
	float: left;
	width: 40%;
}

.footer-widgets .enews form {
	float: right;
	width: 58%;
}

.footer-widgets .enews input {
	border: 1px solid #f6f3f3;
	float: left;
	padding: 7px;
	width: 77%;
}

.footer-widgets .enews input[type="submit"] {
	float: right;
	width: 20%;
}




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

.site-footer {
	font-size: 12px;
	font-weight: 400;
	padding: 16px;
	text-align: center;
}

.site-footer a {
	color: #3d3d3d;
	text-decoration: none;	
}

.site-footer a:hover {
	color: #f1bd98;
}

.site-footer p {
	margin: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Bloom Teal
--------------------------------------------- */

body.bloom-teal,
.bloom-teal .site-footer a
.bloom-teal .site-footer a:hover,
.bloom-teal .archive-pagination li a:hover,
.bloom-teal .content article .my-date,
.bloom-teal .entry-content a:hover,
.bloom-teal .nav-primary .responsive-menu-icon::before,
.bloom-teal .genesis-nav-menu > .right > a:hover,
.bloom-teal .genesis-nav-menu a,
.bloom-teal .site-title a,
.bloom-teal .site-title a:hover,
.bloom-teal input, 
.bloom-teal select, 
.bloom-teal textarea,
.bloom-teal .entry-content code,
.bloom-teal .home-bottom h4,
.bloom-teal .content #genesis-responsive-slider h2 a,
.bloom-teal .entry-title a:hover {
	color: #999;
}

.bloom-teal .genesis-nav-menu:before, 
.bloom-teal .genesis-nav-menu:after,
.bloom-teal .above-header .search-form input[type="search"],
.bloom-teal .wrap1,
.bloom-teal .comment-respond h3,
.bloom-teal .entry-comments h3,
.bloom-teal .entry-pings h3,
.bloom-teal .widget-title,
.bloom-teal .widgettitle,
.bloom-teal .home-middle .widget_text,
.bloom-teal .above-blog-slider,
.bloom-teal .home-top-right,
.bloom-teal .sidebar .enews-widget,
.bloom-teal .sidebar .user-profile,
.bloom-teal .content article .my-date,
.bloom-teal .entry-footer .entry-meta,
.bloom-teal .entry-categories,
.bloom-teal .more-link,
.bloom-teal .content .category-index .widget-title,
.bloom-teal .category-index .more-from-category a,
.bloom-teal .related-list img,
.bloom-teal .adjacent-entry-pagination,
.bloom-teal .archive-description, 
.bloom-teal .author-box, 
.bloom-teal .sticky,
.bloom-teal input, 
.bloom-teal select, 
.bloom-teal textarea,
.bloom-teal .footer-widgets .enews input,
.bloom-teal button, 
.bloom-teal input[type="button"], 
.bloom-teal input[type="reset"], 
.bloom-teal input[type="submit"], 
.bloom-teal .button, .entry-content .button,
.bloom-teal .home-top .widget_text,
.bloom-teal td,
.bloom-teal tbody,
.bloom-teal .genesis-nav-menu .sub-menu,
.bloom-teal .archive-pagination li a,
.page.page-template-page_blog-php.bloom-teal .featuredpost .entry {
	border-color: #eee;
}

.bloom-teal a,
.bloom-teal .site-description,
.bloom-teal .genesis-nav-menu a:hover,
.bloom-teal .genesis-nav-menu .sub-menu .current-menu-item > a,
.bloom-teal .content #genesis-responsive-slider h2 a:hover,
.bloom-teal .archive-pagination li a,
.bloom-teal h1, 
.bloom-teal h2, 
.bloom-teal h3, 
.bloom-teal h4, 
.bloom-teal h5, 
.bloom-teal h6 {
	color: #1fb8b3;
}

.bloom-teal .content .sd-social-icon .sd-content ul li a.sd-button, 
.bloom-teal .content .sd-social-text .sd-content ul li a.sd-button, 
.bloom-teal .content .sd-content ul li a.sd-button, 
.bloom-teal .content .sd-content ul li .option a.share-ustom, 
.bloom-teal .content .sd-content ul li.preview-item div.option.option-smart-off a, 
.bloom-teal .content .sd-content ul li.advanced a.share-more, 
.bloom-teal .content .sd-social-icon-text .sd-content ul li a.sd-button, 
.bloom-teal .content .sd-social-official .sd-content > ul > li > a.sd-button, 
.bloom-teal .content #sharing_email .sharing_send, 
.bloom-teal .sd-social-official .sd-content > ul > li .digg_button > a {
	border-color: #eee !important;
	color: #1fb8b3 !important;
}

.bloom-teal a:hover {
	color: #777;
}

.bloom-teal .entry-content code,
.bloom-teal .home-bottom .featuredpage h4,
.bloom-teal .content #genesis-responsive-slider h2 a {
	background-color: #eee;
}

.bloom-teal .sidebar .widget li:nth-of-type(3n+1) {
	background:  rgba(238,238,238, .3);
}

.bloom-teal .sidebar .widget li:nth-of-type(3n+2) {
	background:  rgba(238,238,238, .6);
}

.bloom-teal .sidebar .widget li:nth-of-type(3n) {
	background:  rgba(238,238,238, .9);
}

/* Bloom Pink
--------------------------------------------- */

body.bloom-pink,
.bloom-pink .site-footer a
.bloom-pink .site-footer a:hover,
.bloom-pink .archive-pagination li a:hover,
.bloom-pink .content article .my-date,
.bloom-pink .entry-content a:hover,
.bloom-pink .nav-primary .responsive-menu-icon::before,
.bloom-pink .genesis-nav-menu > .right > a:hover,
.bloom-pink .genesis-nav-menu a,
.bloom-pink .site-title a,
.bloom-pink .site-title a:hover,
.bloom-pink input, 
.bloom-pink select, 
.bloom-pink textarea,
.bloom-pink .entry-content code,
.bloom-pink .home-bottom h4,
.bloom-pink .content #genesis-responsive-slider h2 a,
.bloom-pink .entry-title a:hover {
	color: #999;
}

.bloom-pink .genesis-nav-menu:before, 
.bloom-pink .genesis-nav-menu:after,
.bloom-pink .above-header .search-form input[type="search"],
.bloom-pink .wrap1,
.bloom-pink .comment-respond h3,
.bloom-pink .entry-comments h3,
.bloom-pink .entry-pings h3,
.bloom-pink .widget-title,
.bloom-pink .widgettitle,
.bloom-pink .home-middle .widget_text,
.bloom-pink .above-blog-slider,
.bloom-pink .home-top-right,
.bloom-pink .sidebar .enews-widget,
.bloom-pink .sidebar .user-profile,
.bloom-pink .content article .my-date,
.bloom-pink .entry-footer .entry-meta,
.bloom-pink .entry-categories,
.bloom-pink .more-link,
.bloom-pink .content .category-index .widget-title,
.bloom-pink .category-index .more-from-category a,
.bloom-pink .related-list img,
.bloom-pink .adjacent-entry-pagination,
.bloom-pink .archive-description, 
.bloom-pink .author-box, 
.bloom-pink .sticky,
.bloom-pink input, 
.bloom-pink select, 
.bloom-pink textarea,
.bloom-pink .footer-widgets .enews input,
.bloom-pink button, 
.bloom-pink input[type="button"], 
.bloom-pink input[type="reset"], 
.bloom-pink input[type="submit"], 
.bloom-pink .button, .entry-content .button,
.bloom-pink .home-top .widget_text,
.bloom-pink td,
.bloom-pink tbody,
.bloom-pink .genesis-nav-menu .sub-menu,
.bloom-pink .archive-pagination li a,
.page.page-template-page_blog-php.bloom-pink .featuredpost .entry {
	border-color: #eee;
}

.bloom-pink a,
.bloom-pink .site-description,
.bloom-pink .genesis-nav-menu a:hover,
.bloom-pink .genesis-nav-menu .sub-menu .current-menu-item > a,
.bloom-pink .content #genesis-responsive-slider h2 a:hover,
.bloom-pink .archive-pagination li a,
.bloom-pink h1, 
.bloom-pink h2, 
.bloom-pink h3, 
.bloom-pink h4, 
.bloom-pink h5, 
.bloom-pink h6 {
	color: #f8acb8;
}

.bloom-pink .content .sd-social-icon .sd-content ul li a.sd-button, 
.bloom-pink .content .sd-social-text .sd-content ul li a.sd-button, 
.bloom-pink .content .sd-content ul li a.sd-button, 
.bloom-pink .content .sd-content ul li .option a.share-ustom, 
.bloom-pink .content .sd-content ul li.preview-item div.option.option-smart-off a, 
.bloom-pink .content .sd-content ul li.advanced a.share-more, 
.bloom-pink .content .sd-social-icon-text .sd-content ul li a.sd-button, 
.bloom-pink .content .sd-social-official .sd-content > ul > li > a.sd-button, 
.bloom-pink .content #sharing_email .sharing_send, 
.bloom-pink .sd-social-official .sd-content > ul > li .digg_button > a {
	border-color: #333 !important;
	color: #ef5488 !important;
}

.bloom-pink a:hover {
	color: #3d3d3d;
}

.bloom-pink .entry-content code,
.bloom-pink .home-bottom .featuredpage h4,
.bloom-pink .content #genesis-responsive-slider h2 a {
	background-color: #eee;
}

.bloom-pink .sidebar .widget li:nth-of-type(3n+1) {
	background:  rgba(238,238,238, .3);
}

.bloom-pink .sidebar .widget li:nth-of-type(3n+2) {
	background:  rgba(238,238,238, .6);
}

.bloom-pink .sidebar .widget li:nth-of-type(3n) {
	background:  rgba(238,238,238, .9);
}

/* Bloom Gold
--------------------------------------------- */

body.bloom-gold,
.bloom-gold .site-footer a
.bloom-gold .site-footer a:hover,
.bloom-gold .archive-pagination li a:hover,
.bloom-gold .content article .my-date,
.bloom-gold .entry-content a:hover,
.bloom-gold .nav-primary .responsive-menu-icon::before,
.bloom-gold .genesis-nav-menu > .right > a:hover,
.bloom-gold .genesis-nav-menu a,
.bloom-gold .site-title a,
.bloom-gold .site-title a:hover,
.bloom-gold input, 
.bloom-gold select, 
.bloom-gold textarea,
.bloom-gold .entry-content code,
.bloom-gold .home-bottom h4,
.bloom-gold .content #genesis-responsive-slider h2 a,
.bloom-gold .entry-title a:hover {
	color: #999;
}

.bloom-gold .genesis-nav-menu:before, 
.bloom-gold .genesis-nav-menu:after,
.bloom-gold .above-header .search-form input[type="search"],
.bloom-gold .wrap1,
.bloom-gold .comment-respond h3,
.bloom-gold .entry-comments h3,
.bloom-gold .entry-pings h3,
.bloom-gold .widget-title,
.bloom-gold .widgettitle,
.bloom-gold .home-middle .widget_text,
.bloom-gold .above-blog-slider,
.bloom-gold .home-top-right,
.bloom-gold .sidebar .enews-widget,
.bloom-gold .sidebar .user-profile,
.bloom-gold .content article .my-date,
.bloom-gold .entry-footer .entry-meta,
.bloom-gold .entry-categories,
.bloom-gold .more-link,
.bloom-gold .content .category-index .widget-title,
.bloom-gold .category-index .more-from-category a,
.bloom-gold .related-list img,
.bloom-gold .adjacent-entry-pagination,
.bloom-gold .archive-description, 
.bloom-gold .author-box, 
.bloom-gold .sticky,
.bloom-gold input, 
.bloom-gold select, 
.bloom-gold textarea,
.bloom-gold .footer-widgets .enews input,
.bloom-gold button, 
.bloom-gold input[type="button"], 
.bloom-gold input[type="reset"], 
.bloom-gold input[type="submit"], 
.bloom-gold .button, .entry-content .button,
.bloom-gold .home-top .widget_text,
.bloom-gold td,
.bloom-gold tbody,
.bloom-gold .genesis-nav-menu .sub-menu,
.bloom-gold .archive-pagination li a,
.page.page-template-page_blog-php.bloom-gold .featuredpost .entry {
	border-color: #eee;
}

.bloom-gold a,
.bloom-gold .site-description,
.bloom-gold .genesis-nav-menu a:hover,
.bloom-gold .genesis-nav-menu .sub-menu .current-menu-item > a,
.bloom-gold .content #genesis-responsive-slider h2 a:hover,
.bloom-gold .archive-pagination li a,
.bloom-gold h1, 
.bloom-gold h2, 
.bloom-gold h3, 
.bloom-gold h4, 
.bloom-gold h5, 
.bloom-gold h6 {
	color: #cda437;
}

.bloom-gold .content .sd-social-icon .sd-content ul li a.sd-button, 
.bloom-gold .content .sd-social-text .sd-content ul li a.sd-button, 
.bloom-gold .content .sd-content ul li a.sd-button, 
.bloom-gold .content .sd-content ul li .option a.share-ustom, 
.bloom-gold .content .sd-content ul li.preview-item div.option.option-smart-off a, 
.bloom-gold .content .sd-content ul li.advanced a.share-more, 
.bloom-gold .content .sd-social-icon-text .sd-content ul li a.sd-button, 
.bloom-gold .content .sd-social-official .sd-content > ul > li > a.sd-button, 
.bloom-gold .content #sharing_email .sharing_send, 
.bloom-gold .sd-social-official .sd-content > ul > li .digg_button > a {
	border-color: #eee !important;
	color: #cda437 !important;
}

.bloom-gold a:hover {
	color: #777;
}

.bloom-gold .entry-content code,
.bloom-gold .home-bottom .featuredpage h4,
.bloom-gold .content #genesis-responsive-slider h2 a {
	background-color: #eee;
}

.bloom-gold .sidebar .widget li:nth-of-type(3n+1) {
	background:  rgba(238,238,238, .3);
}

.bloom-gold .sidebar .widget li:nth-of-type(3n+2) {
	background:  rgba(238,238,238, .6);
}

.bloom-gold .sidebar .widget li:nth-of-type(3n) {
	background:  rgba(238,238,238, .9);
}

/* Bloom custom
--------------------------------------------- */

/* This is the color of all your text */
body.bloom-custom,
.bloom-custom .site-footer a
.bloom-custom .site-footer a:hover,
.bloom-custom .archive-pagination li a:hover,
.bloom-custom .content article .my-date,
.bloom-custom .entry-content a:hover,
.bloom-custom .nav-primary .responsive-menu-icon::before,
.bloom-custom .genesis-nav-menu > .right > a:hover,
.bloom-custom .genesis-nav-menu a,
.bloom-custom .site-title a,
.bloom-custom .site-title a:hover,
.bloom-custom input, 
.bloom-custom select, 
.bloom-custom textarea,
.bloom-custom .entry-content code,
.bloom-custom .home-bottom h4,
.bloom-custom .content #genesis-responsive-slider h2 a,
.bloom-custom .entry-title a:hover {
	color: #999;
}

/* This is the color of all your borders */
.bloom-custom .genesis-nav-menu:before, 
.bloom-custom .genesis-nav-menu:after,
.bloom-custom .above-header .search-form input[type="search"],
.bloom-custom .wrap1,
.bloom-custom .comment-respond h3,
.bloom-custom .entry-comments h3,
.bloom-custom .entry-pings h3,
.bloom-custom .widget-title,
.bloom-custom .widgettitle,
.bloom-custom .home-middle .widget_text,
.bloom-custom .above-blog-slider,
.bloom-custom .home-top-right,
.bloom-custom .sidebar .enews-widget,
.bloom-custom .sidebar .user-profile,
.bloom-custom .content article .my-date,
.bloom-custom .entry-footer .entry-meta,
.bloom-custom .entry-categories,
.bloom-custom .more-link,
.bloom-custom .content .category-index .widget-title,
.bloom-custom .category-index .more-from-category a,
.bloom-custom .related-list img,
.bloom-custom .adjacent-entry-pagination,
.bloom-custom .archive-description, 
.bloom-custom .author-box, 
.bloom-custom .sticky,
.bloom-custom input, 
.bloom-custom select, 
.bloom-custom textarea,
.bloom-custom .footer-widgets .enews input,
.bloom-custom button, 
.bloom-custom input[type="button"], 
.bloom-custom input[type="reset"], 
.bloom-custom input[type="submit"], 
.bloom-custom .button, .entry-content .button,
.bloom-custom .home-top .widget_text,
.bloom-custom td,
.bloom-custom tbody,
.bloom-custom .genesis-nav-menu .sub-menu,
.bloom-custom .archive-pagination li a,
.page.page-template-page_blog-php.bloom-custom .featuredpost .entry,
.woocommerce form.bloom-custom .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form.bloom-custom .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form.bloom-custom .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form.bloom-custom .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page.bloom-custom form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page.bloom-custom form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page.bloom-custom form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page.bloom-custom form .form-row.validate-required.woocommerce-invalid select {
	border-color: #eee !important;
}

/* This is the color of all your links */
.bloom-custom a,
.bloom-custom .site-description,
.bloom-custom .genesis-nav-menu a:hover,
.bloom-custom .genesis-nav-menu .sub-menu .current-menu-item > a,
.bloom-custom .content #genesis-responsive-slider h2 a:hover,
.bloom-custom .archive-pagination li a,
.bloom-custom h1, 
.bloom-custom h2, 
.bloom-custom h3, 
.bloom-custom h4, 
.bloom-custom h5, 
.bloom-custom h6 {
	color: #f8acb8;
}

/* This is the border and text color of the social sharing icons */
.bloom-custom .content .sd-social-icon .sd-content ul li a.sd-button, 
.bloom-custom .content .sd-social-text .sd-content ul li a.sd-button, 
.bloom-custom .content .sd-content ul li a.sd-button, 
.bloom-custom .content .sd-content ul li .option a.share-ustom, 
.bloom-custom .content .sd-content ul li.preview-item div.option.option-smart-off a, 
.bloom-custom .content .sd-content ul li.advanced a.share-more, 
.bloom-custom .content .sd-social-icon-text .sd-content ul li a.sd-button, 
.bloom-custom .content .sd-social-official .sd-content > ul > li > a.sd-button, 
.bloom-custom .content #sharing_email .sharing_send, 
.bloom-custom .sd-social-official .sd-content > ul > li .digg_button > a {
	border-color: #eee !important;
	color: #1fb8b3 !important;
}

/* This is the color of the links when you hover */
.bloom-custom a:hover {
	color: #777;
}

/* This is the color of the block behind text on the home and slider */
.bloom-custom .entry-content code,
.bloom-custom .home-bottom .featuredpage h4,
.bloom-custom .content #genesis-responsive-slider h2 a {
	background-color: #eee;
}

/* These next three areas are the rotating colors of the links in your sidebar */
.bloom-custom .sidebar .widget li:nth-of-type(3n+1) {
	background:  rgba(238,238,238, .3);
}

.bloom-custom .sidebar .widget li:nth-of-type(3n+2) {
	background:  rgba(238,238,238, .6);
}

.bloom-custom .sidebar .widget li:nth-of-type(3n) {
	background:  rgba(238,238,238, .9);
}

/* This is the text color in the shop section for links, product title, etc. */
.woocommerce.bloom-custom #content div.product p.price,
.woocommerce.bloom-custom #content div.product span.price,
.woocommerce.bloom-custom div.product p.price,
.woocommerce.bloom-custom div.product span.price,
.woocommerce-page.bloom-custom #content div.product p.price,
.woocommerce-page.bloom-custom #content div.product span.price,
.woocommerce-page.bloom-custom div.product p.price,
.woocommerce-page.bloom-custom div.product span.price,
.woocommerce.bloom-custom #content div.product .stock,
.woocommerce.bloom-custom div.product .stock,
.woocommerce-page.bloom-custom #content div.product .stock,
.woocommerce-page.bloom-custom div.product .stock,
.woocommerce.bloom-custom #content div.product .out-of-stock,
.woocommerce.bloom-custom div.product .out-of-stock,
.woocommerce-page.bloom-custom #content div.product .out-of-stock,
.woocommerce-page.bloom-custom div.product .out-of-stock,
.woocommerce.bloom-custom ul.products li.product .price,
.woocommerce-page.bloom-custom ul.products li.product .price,
.woocommerce.bloom-custom .cart-collaterals .cart_totals .discount td,
.woocommerce-page.bloom-custom .cart-collaterals .cart_totals .discount td,
.woocommerce form.bloom-custom .form-row .required,
.woocommerce-page.bloom-custom form .form-row .required {
    color: #f8acb8 !important;
}

/* This is the background color of the sale 'sticker' in the shop */
.woocommerce.bloom-custom span.onsale,
.woocommerce-page.bloom-custom span.onsale {
	background: #f8acb8 !important;
}



/*
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) {

	.search-form input[type="search"] {
		background-image: url(images/search-2x.png);
	}

}

@media only screen and (max-width: 1155px) {
.header-image .site-title > a {
background-position: center !important;
background-size: 100% !important;
display: block;
margin: 0 auto;
height: 103px;
}
	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

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

	.content {
		width: 550px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 272px;
	}
	
	.genesis-nav-menu:before,
	.genesis-nav-menu:after {
		border: none;
		width: 0;
	}

}

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

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area,
	.nav-primary,
	.nav-secondary,
	.enews-above-header .widget,
	.enews-above-header .enews-widget input,
	.site-title a, 
	.bloom-portfolio .portfolio {
		width: 100%;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto 0;
	}
	
	.site-header,
	.above-header-right {
		width: 100%;
	}
	
	.above-header-left {
		display: none;
	}
	
	.header-image .nav-primary, .header-image .nav-secondary {
		margin: 0;
	}

.entry-meta {
	font-size: 14px;
	padding-top: 20px;
}
	.entry-footer .entry-meta,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
	}

	.content div.sharedaddy .sd-content ul {
		float: none;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.home-top-left,
	.home-top-right {
		min-height: 0;
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	.footer-widgets .enews .widget-title,
	.footer-widgets .enews input,
	.footer-widgets .enews input[type="submit"],
	.footer-widgets .enews form {
		float: none;
		margin-bottom: 5px;
		width: 100%;
	}

	.site-footer {
		padding: 24px;
	}

}

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

	body {
		font-size: 14px;
	}

	.footer-widgets,
	.site-container {
		width: 94%;
	}

	.site-container {
		padding: 20px 5%;
	}

	.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%;
	}
	
	.home-featured .featured-content .entry:nth-of-type(4n+1), 
	.home-featured .featured-content .entry:nth-of-type(4n+2),
	.home-featured .featured-content .entry:nth-of-type(4n+3), 
	.home-featured .featured-content .entry:nth-of-type(4n),
	.woocommerce ul.cart_list li, 
	.woocommerce ul.product_list_widget li, 
	.woocommerce-page ul.cart_list li, 
	.woocommerce-page ul.product_list_widget li {
		width: 50% !important;
	}
	
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		padding: 1% !important;
		width: 50% !important;
	}

	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		padding: 12px;
	}

	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		padding: 10px 8px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 174px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 174px;
	}

	.entry-title {
		font-size: 30px;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer-widgets {
		padding: 20px 5% 0;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #f1bd98;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 20px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 0px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #f1bd98;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-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;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.related-list li {
		width: 50%;
	}

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

	.header-image .site-title > a {
		background-size: 100% !important;
	}
	
	.header-image .title-area {
		padding: 0 20px;
	}
	
	.entry-tags,
	.content article .my-date {
		display: none;
	}
	
	.entry-comments-link, 
	.entry-categories {
		width: 50%;
	}
	
	.entry-categories {
		border-right: none;
	}
	
	.entry-title a,
	.entry-title {
		padding-left: 0;
	}	
	
	.home-featured .featured-content .entry:nth-of-type(4n+1), 
	.home-featured .featured-content .entry:nth-of-type(4n+2),
	.home-featured .featured-content .entry:nth-of-type(4n+3), 
	.home-featured .featured-content .entry:nth-of-type(4n),
	.woocommerce ul.cart_list li, 
	.woocommerce ul.product_list_widget li, 
	.woocommerce-page ul.cart_list li, 
	.woocommerce-page ul.product_list_widget li,
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 100% !important;
	}	

}
	

}