/*

	Theme Name: Modern Blogger Pro

	Description: A Premium WordPress Theme

	Author: Lindsey Riel

	Author URI: http://www.prettydarncute.com/

	Version: 2.0

 

	Tags: pink, black, gold, teal, responsive, ecommerce, portfolio, html5, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

 

	Template: genesis

	Template Version: 2.0.0



*/





/* Import Fonts

--------------------------------------------- */



@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Lobster+Two|Montserrat);





/*

HTML5 Reset

---------------------------------------------------------------------------------------------------- */



/* Baseline Reset (normalize.css 2.1.2)

	Link: http://necolas.github.com/normalize.css/

--------------------------------------------- */



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:#545454}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: #fff url('images/background.png') fixed repeat;

	color: #545454;

	font-family: 'Lato', sans-serif;

	font-size: 18px;

	font-size: 1.8rem;

	font-weight: 300;

	line-height: 1.5;

}



a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus {

	-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: #545454;

	color: #fff;

}



::selection {

	background: #545454;

	color: #fff;

}



a {

	color: #a9bb13;

	text-decoration: none;

}



a img {

	margin-bottom: -4px;

	margin-bottom: -0.4rem;

}



a:hover {

	color: #7cb5a1;

}



p {

	margin: 0 0 24px;

	margin: 0 0 2.4rem;

	padding: 0;

}



strong {

	font-weight: 700;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



blockquote {

	color: #999;

}



blockquote {

	margin: 0;

	padding: 24px 40px;

	padding: 2.4rem 4rem;

}



pre {

	background: #545454;

	color: #ccc;

	overflow: scroll;

	padding: 0 2rem;

	padding: 0 20px;

	white-space: pre;

}



cite {

	font-style: normal;

}



/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #545454;

	font-family: 'Lobster Two', sans-serif;

	font-weight: 300;

	line-height: 1.2;

	margin: 0;

	margin-bottom: 16px;

	margin-bottom: 1.6rem;

	padding: 0;

}



.sidebar h2 {

	margin-bottom: 5px;

	margin-bottom: 0.5rem;

}



h1 {

	color: #a9bb13;

	font-size: 36px;

	font-size: 3.6rem;

}



h2 {

	color: #fd0886;

	font-size: 30px;

	font-size: 3rem;

}



h3 {

	color: #f16b10;

	font-size: 24px;

	font-size: 2.4rem;

}



h4 {

	color: #7cb5a1;

	font-size: 20px;

	font-size: 2rem;

}



h5 {

	font-family: 'Montserrat', sans-serif;

	font-size: 18px;

	font-size: 1.8rem;

	text-transform: uppercase;

}



h6 {

	font-family: 'Montserrat', sans-serif;

	font-size: 16px;

	font-size: 1.6rem;

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	text-transform: uppercase;

}



/* Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video {

	max-width: 100%;

}



img {

	border: none;

	height: auto;

	width: auto; /* IE8 */

}



/* Forms

--------------------------------------------- */



input,

select,

textarea {

	background: #fff;

	border: 1px solid #ddd;

	border-radius: 3px;

	box-shadow: 1px 1px 3px #eee inset;

	color: #999;

	font-family: 'Montserrat', sans-serif;

	font-size: 11px;

	font-size: 1.1rem;

	padding: 16px;

	padding: 1.6rem;

	width: 100%;

}



input {

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	text-transform: uppercase;

}



input:focus,

textarea:focus {

	border: 1px solid #aaa;

	outline: none;

}



::-moz-placeholder {

	color: #999;

}



::-webkit-input-placeholder {

	color: #999;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	background: #fd0886;

	border: none;

	box-shadow: none;

	color: #fff;

	cursor: pointer;

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	padding: 16px 24px;

	padding: 1.6rem 2.4rem;

	text-transform: uppercase;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"] {

	background: #f15123;

}



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;

	margin-bottom: 4rem;

	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;

	padding: 0.6rem 0;

}



	





/*

Structure and Layout

---------------------------------------------------------------------------------------------------- */



/* Site Containers

--------------------------------------------- */



.wrap {

	margin: 0 auto;

	max-width: 1148px;

}



.site-inner {

	background: #fff;

	border-bottom: 1px solid #ddd;

	border-bottom-left-radius: 20px;

	border-bottom-right-radius: 20px;

	border-left: 1px solid #ddd;

	border-right: 1px solid #ddd;

	clear: both;

	margin: 0 auto;

	max-width: 1148px;

	padding: 20px 10px 20px 20px;

	padding: 2rem 1rem 2rem 2rem;

}



.site-container {

	background: #fff url('images/hdot.png') repeat-x;

	border: 10px solid #fff;

	border-top-left-radius: 20px;

	border-top-right-radius: 20px;

	margin: 20px auto;

	max-width: 1168px;

}





/* 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: 740px;

}



.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;

}



.sidebar-content-sidebar .content {

	padding-left: 40px;

}



.full-width-content .content {

	width: 100%;

}



/* Primary Sidebar */



.sidebar-primary {

	float: right;

	margin-top: -28px;

	margin-top: -2.8rem;

	width: 340px;

}



.sidebar-content .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary {

	float: left;

}



/* Secondary Sidebar */



.sidebar-secondary {

	float: left;

	width: 180px;

}



.content-sidebar-sidebar .sidebar-secondary {

	float: right;

}



/* Column Classes

	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

--------------------------------------------- */



.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 {

	border-radius: 50%;

	float: left;

}



.alignleft .avatar {

	background: #fff;

	border: 1px solid #ddd;

	border-radius: 300px;

	margin-right: 24px;

	margin-right: 2.4rem;

	padding: 10px;

	padding: 1rem;

	-webkit-border-radius: 300px; 

	-moz-border-radius: 300px; 

}



.alignright .avatar {

	background: #fff;

	border: 1px solid #ddd;

	border-radius: 300px;

	margin-left: 24px;

	margin-left: 2.4rem;

	padding: 10px;

	padding: 1rem;

	-webkit-border-radius: 300px; 

	-moz-border-radius: 300px; 

}



.search-form {

	width: 50%;

}



.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;

	height: auto;

	margin: 0 auto 24px;

	margin: 0 auto 2.4rem;

}



img.alignnone {

	margin-bottom: 12px;

	margin-bottom: 1.2rem;

	width: auto !important;

}



.alignleft {

	clear: both;

	float: left;

	text-align: left;

	width: auto !important;

}



.alignright {

	clear: both;

	float: right;

	text-align: right;

	width: auto !important;

}



img.alignleft,

.wp-caption.alignleft {

	margin: 0 24px 24px 0;

	margin: 0 2.4rem 2.4rem 0;

}



img.alignright,

.wp-caption.alignright {

	margin: 0 0 24px 24px;

	margin: 0 0 2.4rem 2.4rem;

}



.wp-caption-text {

	font-size: 14px;

	font-size: 1.4rem;

	margin: 0;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td {

	text-align: center;

}



/* Genesis

--------------------------------------------- */



.breadcrumb {

	margin-bottom: 20px;

	margin-bottom: 2rem;

}



.archive-description,

.author-box {

	background: #fff;

	margin-bottom: 40px;

	margin-bottom: 4rem;

}



.archive-description {

	margin-bottom: 4rem;

	padding: 40px 40px 24px;

	padding: 4rem 4rem 2.4rem;

}



.author-box {

	padding: 20px;

	padding: 2rem;

}



.author-box span {

	color: #fd0886;

}



.author-box-title {

	color: #fd0886;

	font-family: 'Lobster Two', sans-serif;

	font-size: 20px;

	font-size: 2rem;

	margin-bottom: 4px;

	margin-bottom: 0.4rem;

}



.author-box a {

	border-bottom: 1px solid #ddd;

}



.author-box p {

	margin: 0;

}



.author-box .avatar {

	background: #fff;

	border: 1px solid #ddd;

	border-radius: 300px;

	margin-right: 24px;

	margin-right: 2.4rem;

	padding: 4px;

	padding: 0.4rem;

	-webkit-border-radius: 300px; 

	-moz-border-radius: 300px; 

}



/* Headings

--------------------------------------------- */





time.entry-time {

	border-right: 1px solid #ddd;

	margin-right: 11px;

	margin-right: 1.1rem;

	padding-left: 4px;

	padding-left: 0.4rem;

	padding-right: 14px;

	padding-right: 1.4rem;

}



.entry-author {

	border-right: 1px solid #ddd;

	margin-right: 4px;

	margin-right: 0.4rem;

	padding: 0 14px 0 0;

	padding: 0 1.4rem 0 0;

}





.entry-title {

	color: #545454;

	font-family: 'Lobster Two', sans-serif;

	font-size: 36px;

	font-size: 3.6rem;

	font-weight: 300;

	line-height: 1;

}



h1.entry-title{

	font-size: 28px;

	font-size: 2.8rem;

	margin: 0 0 7px 0;

}



.entry-title a,

.sidebar .widgettitle a {

	color: #545454;

}



.entry-title a:hover {

	color: #000;

}



.widgettitle {

	color: #545454;

	font-family: 'Montserrat', sans-serif;

	font-size: 15px;

	font-size: 1.5rem;

	font-weight: 400;

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	margin: 0 0 14px;

	margin: 0 0 1.4rem;

	padding-bottom: 7px;

	padding-bottom: 0.7rem;

	text-align: center;

	text-stroke: 0px 0px 20px #000;

	text-transform: uppercase;

}



.widget-wrap {

	padding: 7px;

	padding: 20px 10px;

}



.sidebar .widgettitle a {

	border: none;

}



.archive-title {

	font-size: 20px;

	font-size: 2rem;

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

}





/*

Widgets

---------------------------------------------------------------------------------------------------- */



/* Featured Page and Featured Post

--------------------------------------------- */



.featured-content .entry {

	margin-bottom: 20px;

	margin-bottom: 2rem;

	padding: 0 0 24px;

	padding: 0 0 2.4rem;

}



.sidebar .featured-content .entry {

	margin-bottom: 0;

}



.site-header .featured-content .entry {

	display: inline !important;

	background: transparent;

	}



.featured-content .entry-title {

	border: none;

	font-size: 24px;

	font-size: 2.4rem;

	line-height: 1.0;

}



.featured-content .entry-title a {

	border: none;

}





/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget {

	background: #fff url('images/stripe.png') fixed repeat;

	border: 1px solid #eee;

	color: #545454;

}



.site-header .enews-widget {

	background: #fff;

	float: right;

	margin: 10px 0 0 0;

	margin: 1rem 0 0 0;

	padding: 0 10px 10px 10px;

	padding: 0 1rem 1rem 1rem;

	width: 70%;

}



.enews-widget input {

	display: inline !important;

	margin-bottom: 12px;

	margin-bottom: 1.2rem;

	width: 300px;

}



.enews-widget input:focus {

	border: 1px solid #ddd;

}



.enews-widget input[type="submit"] {

	background: #7cb5a1;

	color: #fff;

	margin: 0;

	width: 100px;

}



.enews-widget input:hover[type="submit"] {

	background: #fff;

	color: #545454;

}



/* Genesis Latest Tweets

--------------------------------------------- */



.latest-tweets ul li {

	margin-bottom: 16px;

	margin-bottom: 1.6rem;

}



/* 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;

	font-size: 1.6rem;

	padding: 16px;

	padding: 1.6rem;

}



div.gform_wrapper .ginput_complex label {

	padding: 0;

}



div.gform_wrapper li,

div.gform_wrapper form li {

	margin: 16px 0 0;

	margin: 1.6rem 0 0;

}



div.gform_wrapper .gform_footer input[type="submit"] {

	color: #fff;

	font-size: 14px;

	font-size: 1.4rem;

	padding: 10px;

	padding: 1rem;

}





/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header .wrap {

	border-left: 1px solid #ddd;

	border-right: 1px solid #ddd;

	border-top: 1px solid #ddd;

	border-top-left-radius: 20px;

	border-top-right-radius: 20px;

	padding: 30px 0;

	padding: 3rem 0;

}



.site-header {

	

}



/* Title Area

--------------------------------------------- */



.title-area {

	font-family: 'Lobster Two', sans-serif;

	float: left;

	margin-left: 20px;

	margin-left: 2rem;

	width: 460px;

}



.header-image .title-area {

	padding: 0;

}



.site-title {

	font-family: 'Lobster Two', sans-serif;

	font-size: 60px;

	font-size: 6rem;

	line-height: 6rem;

	margin: 10px 0 20px;

	margin: 1rem 0 2rem;

	text-align: center;

	text-transform: none;

}



.site-title a {

	color: #545454;

}



.site-title a:hover {

	color: #7cb5a1;

}



.site-description {

	border-bottom: 1px solid #ddd;

	border-top: 1px solid #ddd;

	color: #a9bb13;

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	font-size: 1.4rem;

	font-weight: 300;

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	line-height: 1;

	margin: 0;

	padding: 7px;

	padding: 0.7rem;

	text-align: center;

	text-transform: uppercase;

}



/* Full width header, no widgets */



.header-full-width .title-area,

.header-full-width .site-title {

	width: 100%;

}



.header-image .site-description {

	display: none;

	text-indent: -9999px;

}



.header-image .site-title a {

	display: block;

	text-indent: -9999px;

}



/* Logo, hide text */



.header-image .site-header .wrap {

	background: url(images/Logo.png) no-repeat left;

	padding: 0;

}



.header-image .site-title a {

	float: left;

	min-height: 164px;

	width: 100%;

}



/* Widget Area

--------------------------------------------- */



.site-header .widget-area {

	float: right;

	margin-right: 20px;

	text-align: right;

	width: 640px;

}



.site-header .widget-area h4 {

	margin-bottom: 0;

	margin-top: 0;

	padding: 4px;

	padding: 0.4rem;

}



.header-image .site-header .widget-area {

	padding: 40px 0;

	padding: 4rem 0;

}



.site-header .search-form {

	float: right;

	margin-top: 24px;

	margin-top: 2.4rem;

}



#ad-widget {

	height: auto;

	width: 100%;

}



.user-profile p {

	font-size: 14px;

	font-size: 1.4rem;

	font-weight: 300;

	line-height: 1rem;

}



.user-profile a {

	display: block;

	font-family: Lobster Two, sans-serif;

}



.site-header .user-profile {

	float: right;

	margin-right: 8px;

	margin-right: 0.8rem;

	padding: 10px;

	padding: 1rem;

	text-align: center;

	width: 75%;

}



.site-header .user-profile h4 {

	margin: -4px 0 7px 0;

	margin: -0.4rem 0 0.7rem 0;

	text-align: center;

}



/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	clear: both;

	color: #999;

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	font-size: 1.4rem;

	font-weight: 300;

	line-height: 1.5;

	margin: 0;

	max-width: 1148px;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	margin: 0;

	padding: 0;

	text-align: left;

}



.genesis-nav-menu a {

	border: none;

	color: #fff;

	display: block;

	padding: 22px 24px;

	padding: 2.2rem 2rem;

	position: relative;

}



.genesis-nav-menu a:hover {

	color: #fff;

}



.genesis-nav-menu .current-menu-item > a,

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	background-color: #f16b10;

	color: #fff;

}



.genesis-nav-menu .sub-menu .current-menu-item > a {

	color: #fff;

}



.genesis-nav-menu > .menu-item > a {

	text-transform: uppercase;

}



.genesis-nav-menu .sub-menu {

	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: 200px;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

	background: #fff;

	border: 1px solid #eee;

	border-top: none;

	color: #f16b10;

	font-size: 12px;

	font-size: 1.2rem;

	letter-spacing: 0;

	padding: 16px 20px;

	padding: 1.6rem 2rem;

	position: relative;

	width: 200px;

}



.genesis-nav-menu .sub-menu .sub-menu {

	margin: -54px 0 0 199px;

}



.genesis-nav-menu .menu-item:hover {

	position: static;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}



.genesis-nav-menu > .first > a {

	padding-left: 0;

}



.genesis-nav-menu > .last > a {

	padding-right: 0;

}



.genesis-nav-menu > .right {

	color: #fff;

	display: inline-block;

	float: right;

	list-style-type: none;

	padding: 28px 0;

	padding: 2.8rem 0;

	text-transform: uppercase;

}



.genesis-nav-menu > .right > a {

	display: inline;

	padding: 0;

}



.genesis-nav-menu > .rss > a {

	margin-left: 48px;

	margin-left: 4.8rem;

}



.genesis-nav-menu > .search {

	padding: 14px 0 0;

	padding: 1.4rem 0 0;

}



.genesis-nav-menu .search-form {

	width: 100%;

}



/* Site Header Navigation

--------------------------------------------- */



.site-header .sub-menu {

	border-top: 1px solid #eee;

}



.site-header .sub-menu .sub-menu {

	margin-top: -55px;

}



/* Primary Navigation

--------------------------------------------- */



.nav-primary {

	background: #fd0886;

	margin: 0 auto;

	max-width: 1148px;

	text-align: center;

}



.nav-secondary {

	background: #fff;

	line-height: 1.5;

	margin: 0 auto;

	max-width: 1148px;

	text-align: center;

}



.nav-secondary .wrap {

	border-left: 1px solid #ddd;

	border-right: 1px solid #ddd;

	max-width: 1148px;

}



.nav-secondary .genesis-nav-menu a {

	border: none;

	color: #545454;

	display: block;

	padding: 18px 18px;

	padding: 1rem 1.8rem;

	position: relative;

}



.nav-secondary .genesis-nav-menu a:hover {

	color: #fd0886;

}



li.home a  {

	background: url(images/littlehome.png) center no-repeat;

	text-indent: -9999px;

}



.nav-primary a:hover,

.nav-primary .current-menu-item > a {

	background-color: #f15123;

	color: #fff;

}



.nav-primary .sub-menu a:hover {

	color: #fff;

}





/*

Slider and Ad Widget

---------------------------------------------------------------------------------------------------- */



#slider {

	margin: 0 0 20px 0;

	margin: 0 0 2rem 0;

	width: 720px;

}



#genesis-responsive-slider {

	background: #fff;

	border: 1px solid #ddd !important;

}



.adspace {

	display: block;

	max-width: 740px;

	padding: 0 !important;

}





/* Entries

--------------------------------------------- */



.entry {

	background: #fff;

	border-radius: 3px;

	margin-bottom: 40px;

	margin-bottom: 4rem;

	padding: 10px 30px 24px 10px;

	padding: 1rem 3rem 2.4rem 10px;

}



.entry-content a {

	color: #f15123;

}



.entry-content a:hover {

	color: #545454;

}



.entry-content .attachment a,

.entry-content .gallery a {

	border: none;

}



.entry-content ol,

.entry-content p,

.entry-content ul,

.quote-caption {

	margin-bottom: 26px;

	margin-bottom: 2.6rem;

}



.entry-content ol li,

.entry-content ul li {

	margin-left: 40px;

	margin-left: 4rem;

}



.entry-content ol li {

	list-style-type: decimal;

}



.entry-content ul li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul,

.entry-content .wp-caption p {

	margin-bottom: 0;

}



.entry-meta {

	clear: both;

	color: #545454;

	font-family: 'Montserrat', sans-serif;

	font-size: 11px;

	font-size: 1.1rem;

	padding: 4px 0;

	padding: 0.4rem 0;

	text-transform: uppercase;

}



.entry-header {

	margin-bottom: 20px;

	margin-bottom: 2rem;

}



.page .entry-header {

	border-left: none !important;

}



.page h1.entry-title {

	margin: 0 0 7px 0 !important;

}



.entry-header .entry-meta {

	border-top: 1px solid #ddd;

	margin-bottom: 0;

	margin-bottom: 0;

}



.entry-footer .entry-meta {

	padding: 4px 10px;

	padding: 0.4rem 1rem;

}



.entry-comments-link {

	padding: 0 0 0 7px;

	padding: 0 0 0 0.7rem;

}



.entry-categories,

.entry-tags {

	display: block;

}



/* Entry Navigation

--------------------------------------------- */



.navigation {

	clear: both;

	font-size: 14px;

	font-size: 1.4rem;

	margin: 40px 0;

	margin: 4rem 0;

}



.entry .navigation a {

	border-bottom: 1px solid #ddd;

}



.pagination li {

	display: inline;

}



.pagination li a {

	background: #545454;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	padding: 8px 12px;

	padding: 0.8rem 1.2rem;

}



.pagination li a:hover,

.pagination li.active a {

	background: #f15123;

}



/* Comments

--------------------------------------------- */



.entry-comments,

#respond {

	background: #fff;

	font-family: 'Montserrat', sans-serif;

	font-size: 16px;

	font-size: 1.6rem;

	font-weight: 300;

}



.commentnumber {

	color: #545454;

	float: right;

	font-family: 'Montserrat', sans-serif;

	font-size: 60px;

	margin: 0px 10px 0 -10px;

	margin: 0 1rem 0 -1rem;

	padding: 10px;

	padding: 1rem;

}



#reply-title {

	border-bottom: double #ddd;

	color: #fd0886;

	font-family: 'Montserrat', sans-serif;

	font-weight: 300;

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	padding: 10px;

	padding: 1.0rem;

	text-align: center;

	text-transform: uppercase;

}



#respond label {

	color: #7cb5a1;

	font-family: 'Montserrat', sans-serif;

	font-weight: 300;

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	padding: 10px 0;

	padding: 1.0rem 0;

	text-align: left;

	text-transform: uppercase;

}



.logged-in-as {

	font-size: 10px;

	font-size: 1rem;

	text-transform: uppercase;

}



.entry-comments,

.ping-list,

#respond {

	margin-bottom: 40px;

	margin-bottom: 4rem;

}



.entry-comments a,

#respond a {

	border-bottom: 1px solid #ddd;

}



.entry-comments .comment-author {

	margin: 0;

}



.comment-author cite {

	font-family: 'Montserrat', sans-serif;

	font-weight: 300;

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	text-transform: uppercase;

}



#respond input[type="email"],

#respond input[type="text"],

#respond input[type="url"] {

	width: 50%

}



#respond label {

	display: block;

	margin-right: 12px;

	margin-right: 1.2rem;

}



.comment-list li,

.ping-list li {

	list-style-type: none;

	margin-top: 24px;

	margin-top: 2.4rem;

	padding: 32px;

	padding: 3.2rem;

}



.comment-list li li {

	margin-right: -32px;

	margin-right: -3.2rem;

}



li.comment {

	background: #f5f5f5;

	border: 2px solid #fff;

	border-right: none;

}



.comment .avatar {

	background: #fff;

	border: 1px solid #ddd;

	border-radius: 50%;

	padding: 10px;

	padding: 1rem;

	margin: 0 16px 24px 0;

	margin: 0 1.6rem 2.4rem 0;

}



.bypostauthor {

	background: #fff;

}



.form-allowed-tags {

	display: none;

	font-size: 14px;

	font-size: 1.4rem;

	padding: 24px;

	padding: 2.4rem;

}





/*

Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {

	color: #999;

	text-align: center;

}



.sidebar p {

	line-height: 1.5;

}



.sidebar img {

	margin-bottom: 10px;

	margin-bottom: 0.1rem;

}



.sidebar p:last-child,

.sidebar ul {

	margin: 0;

}



.sidebar li {

	border-bottom: 1px dashed #ddd;

	font-size: 14px;

	font-size: 1.4rem;

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.6rem;

	padding: 0 0 4px 0;

	padding: 0 0 0.4rem 0;

	text-transform: uppercase;

	word-wrap: break-word;

}



.sidebar ul > li:last-child {

	margin-bottom: 0;

}



.widget_archive {

	border-bottom: none !important;

}



.sidebar .widget {

	background: #fff;

	margin: 14px 0 0 14px;

	margin: 1.4rem 0 0 1.4rem;

	padding: 0 0 10px 0;

	padding: 0 0 1rem 0;

}



.sidebar .search-form {

	width: 100%;

}



.sidebar .enews-widget {

	background: #f5f5f5 url(images/stripe.png) repeat;

}





/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {

	background: #fff;

	border: 1px solid #ddd;

	color: #999;

	clear: both;

	margin: 20px auto 10px 0;

	margin: 2rem auto 1rem 0;

	max-width: 1148px;

	padding: 40px 0 16px;

	padding: 4rem 0 1.6rem;

}



.footer-widgets-1,

.footer-widgets-3 {

	width: 350px;

}



.footer-widgets-2 {

	width: 360px;

}



.footer-widgets-1 {

	margin-right: 40px;

	margin-right: 4rem;

}



.footer-widgets-1,

.footer-widgets-2 {

	float: left;

}



.footer-widgets-3 {

	float: right;

}



.footer-widgets a {

	color: #999;

}



.footer-widgets a:hover {

	color: #ccc;

}



.footer-widgets .widget {

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

}



.footer-widgets .widgettitle {

	color: #545454;

}



.footer-widgets li {

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.6rem;

	word-wrap: break-word;

}



.footer-widgets .search-form {

	width: 100%;

}



.footer-widgets .search-form input:focus {

	border: 1px solid #ddd;

}





/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	color: #545454;

	font-family: 'Montserrat', sans-serif;

	font-size: 10px;

	font-size: 1rem;

	font-weight: 300;

	letter-spacing: 1px;

	padding: 10px 0 10px 0;

	padding: 1rem 0 1rem 0;

	text-align: center;

	text-transform: uppercase;

}



.site-footer a {

	border-bottom: 1px solid #ddd;

}



.site-footer p {

	margin: 0;

}



/*

Portfolio Page

---------------------------------------------------------------------------------------------------- */



.portfolio .entry-title {

	text-align: center;

}



.post-type-archive-portfolio .navigation {

	clear: both;

	text-transform: uppercase;

}



.portfolio-featured-image a img {

	background-color: #fff;

	border: 1px solid #ddd;

	padding: 10px;

	padding: 1rem;

	transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-webkit-transition: all 0.2s ease-in-out;

}



.portfolio.type-portfolio.entry {

	float: left;

	padding: 0 22px;

	padding: 0 2.2rem;

}



.single-portfolio .type-portfolio.entry {

	float: none;

	padding: 0;

}



.portfolio-featured-image a img:hover {

	background-color: #ddd;

}



.single-portfolio #content {

	text-align: center;

}



.archive-portfolio #content {

	text-align: center;

}



.single-portfolio img {

	background: #fff;

}



.portfolioblurb {	

	font-size: 18px;

	text-align: center;

	width: 100%;

}



.portfolioblurb .textwidget {

	margin-bottom: 4rem;

}



.portfolioblurb h4 {

	font-size: 30px;

	font-size: 3rem;

	margin-bottom: 0.5rem;

	padding-bottom: 0;

}



.single-portfolio h1 {

	padding-top: 1rem;

}



.post-type-archive-portfolio .portfolio .entry-content {

	display: none;

}





/*

Misc.

---------------------------------------------------------------------------------------------------- */



.instagram-image {

	background-color: #fff;

	border: 1px solid #ddd;

	height: 145px;

	margin: 0 0 10px 10px !important;;

	padding: 10px !important;

	text-align: center !important;

	width: 145px;

}



.site-header .instagram {

	float: right;

}



.site-header .simple-social-icons ul li {

	margin:  0 12px 12px !important;

}



.button-alt {

	background-color: #ddd;

}



/*

Woo

---------------------------------------------------------------------------------------------------- */



ul.products li.product a img { 

	width:auto; height: auto;

}



.related ul.products li.product img, .related ul li.product img, 

.upsells.products ul.products li.product img, .upsells.products ul li.product img { 

	width: auto; height: auto; 

}



.woocommerce input.button {

	font-size: 10px !important;

	font-size: 1rem !important;

	letter-spacing: 0 !important;

	line-height: 2.5 !important;

}



.attachment-shop_catalog, .attachment-shop_single {

	background-color: #fff !important;

	border: 1px solid #ddd;

        margin: 4px 0 8px !important;

	padding: 4px !important;

}



ul.products li.product h3 {

	padding: 0 !important;

}



.related ul.products li.product img, .related ul li.product img, .upsells.products ul.products li.product img, .upsells.products ul li.product img {

	width: auto !important;

}



.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {

	list-style-type: none !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) {



	.header-image .site-header .wrap {

		background: url(images/LogoX2.png) no-repeat left;

		background-size: 300px 164px;

	}



}



@media only screen and (max-width: 1139px) {



	.site-container {

		max-width: 980px;

	}



	.wrap, .site-inner, .footer-widgets {

		max-width: 960px;

	}



	.nav-primary {

		max-width: 974px;

	}



	.site-header .widget-area {

		padding-top: 20px;

		padding-top: 2rem;

		width: 400px;

	}



	.site-header .enews-widget {

		width: 	100%;

	}



	.site-header .wrap {

		padding-bottom: 1rem;

	}



	.genesis-nav-menu a {

		padding: 10px 24px;

		padding: 1rem 2.4rem;

	}



	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 740px;

	}



	.content {

		width: 620px;

	}



	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content,

	.content-sidebar-sidebar .content {

		width: 400px;

	}



	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.sidebar-primary,

	.title-area {

		width: 300px;

	}



	.site-header .user-profile {

		float: none !important;

		margin: 10px auto;

		text-align: center;

	}



	.instagram-image { 

		height: 125px;

		width: 125px;

	}



	.title-area {

		margin-left: 0;

	}



	.site-header .enews-widget input[type="submit"], 

	.site-header .enews-widget input {

		width: 100%;

	}



	#slider {

		width: 100%;

	}



}



@media only screen and (max-width: 1023px) {



	.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,

	.title-area,

	.wrap {

		width: 100%;

	}



	.sidebar-primary {

		margin-top: 0px;

	}



	.site-header .instagram, .site-header .simple-social-icons {

		display: inline;

	}



	.site-header .widget-area {

		margin: 0 auto;

		width: 100%;

	}



	.nav-primary {

		border-radius: 0;

	}



	.header-image .site-header .wrap {

		background-position: center top;

	}



	.header-image .site-header .widget-area {

		padding: 0;

	}



	.site-inner {

		background: none;

		padding-left: 5%;

		padding-right: 5%;

	}



	.archive-description,

	.author-box,

	.entry,

	.entry-comments,

	.entry-footer .entry-meta,

	.sidebar .widget,

	#respond {

		padding: 2rem;

	}



	.site-header {

		padding: 0;

	}



	.site-inner {

		background: none;

		outline: none;

	}



	.genesis-nav-menu li,

	.site-header ul.genesis-nav-menu,

	.site-header .search-form {

		float: none;

	}



	.genesis-nav-menu,

	.site-description,

	.site-header .title-area,

	.site-header .search-form,

	.site-title {

		text-align: center;

	}



	.genesis-nav-menu a,

	.genesis-nav-menu > .first > a,

	.genesis-nav-menu > .last > a {

		padding: 20px 16px;

		padding: 2rem 1.6rem;

	}



	.site-header .search-form {

		margin: 16px auto ;

		margin: 1.6rem auto;

	}



	.genesis-nav-menu li.right {

		display: none;

	}



	.entry-footer .entry-meta {

		margin: 0;

		padding-top: 12px;

		padding-top: 1.2rem;

	}



	.site-footer {

		padding: 24px 0;

		padding: 2.4rem 0;

	}



	.footer-widgets {

		padding: 40px 5% 16px;

	}



	.footer-widgets-1 {

		margin: 0;

	}



	.sidebar .entry {

		border: none !important;

	}

	

	.sidebar-content-sidebar .content {

		padding-left: 0px;

	}

	

	.site-header .enews-widget {

		float: none;

		padding: 0 10px 10px 10px;

		width: 100%;

	}



	.portfolio.type-portfolio.entry {

		margin: 0 2rem 2rem 2rem;

		padding: 2rem;

	}



	#slider {

		background: #fff;

		border: double #ddd;

	}



}



@media only screen and (max-width: 767px) {



	.entry {

		margin-bottom: 40px;

		margin-bottom: 4rem !important;

	}



	.five-sixths,

	.four-fifths,

	.four-sixths,

	.one-fifth,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fifths,

	.three-fourths,

	.three-sixths,

	.two-fifths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		margin: 0;

		width: 100%;

	}



	.site-description {

		border: 0;

	}



	.site-header .enews-widget {

		border: 0;

	}



	.woocommerce-page li.product {

		display: block;

		width: 100% !important;

	}



 	.entry-content {

		overflow: visible !important;

		width: 100%;

	}



	.product-thumbnail {

		display: none !important;

	}



	.woocommerce-cart .entry {

		border: 0 !important;

		padding: 0 !important;

	}



	.woocommerce-cart .site-inner {

		padding-left: 8px !important;

	}

}





/*

Color Options

---------------------------------------------------------------------------------------------------- */



/* Teal & Pink

---------------- */



body.theme-tealpink  {

	background: #fff url('images/chevron.png') fixed repeat;

}



.theme-tealpink .entry-meta a {

	color: #ff8584;

}



.theme-tealpink button,

.theme-tealpink input[type="button"],

.theme-tealpink input[type="reset"],

.theme-tealpink input[type="submit"] {

	background: #ff8584;

}



.theme-tealpink button:hover,

.theme-tealpink input:hover[type="button"],

.theme-tealpink input:hover[type="reset"],

.theme-tealpink input:hover[type="submit"] { 

	background: #2cb1a3;

}



.theme-tealpink #respond label {

	color: #ff8584;

}



.theme-tealpink #reply-title {

	color: #2cb1a3;

}



.theme-tealpink .author-box span,

.theme-tealpink .author-box-title {

	color: #2cb1a3;

}



.theme-tealpink h1,

.theme-tealpink h3 {

	color: #ff8584;

}



.theme-tealpink h2,

.theme-tealpink h4 {

	color: #2cb1a3;

} 



.theme-tealpink .widgettitle {

	color: #ff8584;

}



.theme-tealpink .site-description {

	color: #ff8584;

}



.theme-tealpink a {

	color: #2cb1a3;

	text-decoration: none;

}



.theme-tealpink a:hover {

	color: #ff8584;

}



.theme-tealpink .genesis-nav-menu a {

	color: #fff;

}



.theme-tealpink .genesis-nav-menu .sub-menu a {

	color: #ff8584;

}



.theme-tealpink .nav-secondary .genesis-nav-menu a {

	color: #ff8584;

}



.theme-tealpink .nav-secondary .genesis-nav-menu a:hover {

	color: #2cb1a3;

}



.theme-tealpink .enews-widget input[type="submit"] {

	background: #ff8584;

}



.theme-tealpink .nav-primary {

	background-color: #2cb1a3;

}



.theme-tealpink .genesis-nav-menu .current-menu-item > a,

.theme-tealpink .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.theme-tealpink .nav-primary a:hover,

.theme-tealpink .nav-primary .current-menu-item > a {

	background-color: #ff8584;

	color: #fff;

}



.theme-tealpink .simple-social-icons ul li a {

	background: #2cb1a3 !important;

}



.theme-tealpink .simple-social-icons ul li a:hover {

	background-color: #ff8584 !important;

}



.theme-tealpink .navigation li a:hover,

.theme-tealpink .navigation li.active a {

	background: #2cb1a3;

}





/* Gold & Black

---------------- */



body.theme-goldblack  {

	background: #000;

}



.theme-goldblack .entry-meta a {

	color: #d9a53a;

}



.theme-goldblack button,

.theme-goldblack input[type="button"],

.theme-goldblack input[type="reset"],

.theme-goldblack input[type="submit"] {

	background-color: #000;

	color: #d9a53a;

}



.theme-goldblack button:hover,

.theme-goldblack input:hover[type="button"],

.theme-goldblack input:hover[type="reset"],

.theme-goldblack input:hover[type="submit"] { 

	background-color: #000;

	color: #d9a53a;

}



.theme-goldblack #respond label {

	color: #d9a53a;

}



.theme-goldblack #reply-title {

	color: #000;

}



.theme-goldblack .author-box span,

.theme-goldblack .author-box-title {

	color: #000;

}



.theme-goldblack h1,

.theme-goldblack h3 {

	color: #d9a53a;

}



.theme-goldblack h2,

.theme-goldblack h4 {

	color: #000;

} 



.theme-goldblack .widgettitle {

	color: #d9a53a;

}



.theme-goldblack .site-description {

	color: #d9a53a;

}



.theme-goldblack a {

	color: #000;

	text-decoration: none;

}



.theme-goldblack a:hover {

	color: #d9a53a;

}



.theme-goldblack .genesis-nav-menu a {

	color: #fff;

}



.theme-goldblack .genesis-nav-menu .sub-menu a {

	color: #d9a53a;

}



.theme-goldblack .nav-secondary .genesis-nav-menu a {

	color: #d9a53a;

}



.theme-goldblack .nav-secondary .genesis-nav-menu a:hover {

	color: #000;

}



.theme-goldblack .enews-widget input[type="submit"] {

	background: #fff url('images/glitter.png') repeat;

	color: #000;

}



.theme-goldblack .enews-widget input[type="submit"]:hover {

	color: #fff;

}



.theme-goldblack .nav-primary {

	background-color: #000;

}



.theme-goldblack .genesis-nav-menu .current-menu-item > a,

.theme-goldblack .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.theme-goldblack .nav-primary a:hover,

.theme-goldblack .nav-primary .current-menu-item > a {

	background-color: #d9a53a;

	color: #fff;

}



.theme-goldblack .simple-social-icons ul li a {

	background: #fff url('images/glitter.png') repeat !important;

}



.theme-goldblack .simple-social-icons ul li a:hover {

	background-color: #000 !important;

	background-image: none !important;

}



.theme-goldblack .navigation li a:hover,

.theme-goldblack .navigation li.active a {

	background: #d9a53a;

}





/* Black & Pink

---------------- */



body.theme-blackpink  {

	background: #000;

}



.theme-blackpink .site-title a {

	color: #000;

}



.theme-blackpink .entry-meta a {

	color: #fd5a87;

}



.theme-blackpink button,

.theme-blackpink input[type="button"],

.theme-blackpink input[type="reset"],

.theme-blackpink input[type="submit"] {

	background-color: #000;

	color: #fd5a87;

}



.theme-blackpink button:hover,

.theme-blackpink input:hover[type="button"],

.theme-blackpink input:hover[type="reset"],

.theme-blackpink input:hover[type="submit"] { 

	background-color: #000;

	color: #fd5a87;

}



.theme-blackpink #respond label {

	color: #fd5a87;

}



.theme-blackpink #reply-title {

	color: #000;

}



.theme-blackpink .author-box span, .theme-blackpink .author-box-title {

	color: #000;

}



.theme-blackpink h1,

.theme-blackpink h3 {

	color: #fd5a87;

}



.theme-blackpink h2,

.theme-blackpink h4 {

	color: #000;

} 



.theme-blackpink .widgettitle {

	color: #fd5a87;

}



.theme-blackpink .site-description {

	color: #fd5a87;

}



.theme-blackpink a {

	color: #000;

	text-decoration: none;

}



.theme-blackpink a:hover {

	color: #fd5a87;

}



.theme-blackpink .genesis-nav-menu a {

	color: #fff;

}



.theme-blackpink .genesis-nav-menu .sub-menu a {

	color: #fd5a87;

}



.theme-blackpink .nav-secondary .genesis-nav-menu a {

	color: #fd5a87;

}



.theme-blackpink .nav-secondary .genesis-nav-menu a:hover {

	color: #000;

}



.theme-blackpink .enews-widget input[type="submit"] {

	background-color: #000;

	color: #fff;

}



.theme-blackpink .enews-widget input[type="submit"]:hover {

	background-color: #fd5a87;

}



.theme-blackpink .nav-primary {

	background-color: #000;

}



.theme-blackpink .genesis-nav-menu .current-menu-item > a,

.theme-blackpink .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.theme-blackpink .nav-primary a:hover,

.theme-blackpink .nav-primary .current-menu-item > a {

	background-color: #fd5a87;

	color: #fff;

}



.theme-blackpink .simple-social-icons ul li a {

	background: #000 !important;

}



.theme-blackpink .simple-social-icons ul li a:hover {

	background-color: #fd5a87 !important;

}



.theme-blackpink .navigation li a:hover,

.theme-blackpink .navigation li.active a {

	background: #fd5a87;

}





/* Bright & Happy

---------------- */



body.theme-brighthappy  {

	background: #fff url('images/background.png') fixed repeat;

}



.theme-brighthappy .site-title a {

	color: #f94060;

}



.theme-brighthappy .entry-meta a {

	color: #f94060;

}



.theme-brighthappy button,

.theme-brighthappy input[type="button"],

.theme-brighthappy input[type="reset"],

.theme-brighthappy input[type="submit"] {

	background-color: #f94060;

	color: #ebbf2e;

}



.theme-brighthappy button:hover,

.theme-brighthappy input:hover[type="button"],

.theme-brighthappy input:hover[type="reset"],

.theme-brighthappy input:hover[type="submit"] { 

	background-color: #f94060;

	color: #f7ae50;

}



.theme-brighthappy #respond label {

	color: #ebbf2e;

}



.theme-brighthappy #reply-title {

	color: #f94060;

}



.theme-brighthappy .author-box span,

.theme-brighthappy .author-box-title {

	color: #f94060;

}



.theme-brighthappy h1,

.theme-brighthappy h3 {

	color: #ebbf2e;

}



.theme-brighthappy h2,

.theme-brighthappy h4 {

	color: #f94060;

} 



.theme-brighthappy .widgettitle {

	color: #ebbf2e;

}



.theme-brighthappy .site-description {

	color: #f7ae50;

}



.theme-brighthappy a {

	color: #f94060;

	text-decoration: none;

}



.theme-brighthappy a:hover {

	color: #f7ae50;

}



.theme-brighthappy .genesis-nav-menu a {

	color: #fff;

}



.theme-brighthappy .genesis-nav-menu .sub-menu a {

	color: #f7ae50;

}



.theme-brighthappy .nav-secondary .genesis-nav-menu a {

	color: #f7ae50;

}



.theme-brighthappy .nav-secondary .genesis-nav-menu a:hover {

	color: #f94060;

}



.theme-brighthappy .enews-widget input[type="submit"] {

	background-color: #f94060;

	color: #fff;

}



.theme-brighthappy .enews-widget input[type="submit"]:hover {

	background-color: #f7ae50;

}



.theme-brighthappy .nav-primary {

	background-color: #f94060;

}



.theme-brighthappy .genesis-nav-menu .current-menu-item > a,

.theme-brighthappy .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.theme-brighthappy .nav-primary a:hover,

.theme-brighthappy .nav-primary .current-menu-item > a {

	background-color: #f7ae50;

	color: #fff;

}



.theme-brighthappy .simple-social-icons ul li a {

	background: #f94060 !important;

}



.theme-brighthappy .simple-social-icons ul li a:hover {

	background-color: #f7ae50 !important;

}



.theme-brighthappy .navigation li a:hover,

.theme-brighthappy .navigation li.active a {

	background: #f7ae50;

}





/* Bold & Fun

---------------- */



body.theme-boldfun  {

	background: #fff url('images/background.png') fixed repeat;

}



.theme-boldfun .site-title a {

	color: #192e5b;

}



.theme-boldfun .entry-meta a {

	color: #fe8497;

}



.theme-boldfun .entry-title a {

	color: #192e5b;

}



.theme-boldfun button,

.theme-boldfun input[type="button"],

.theme-boldfun input[type="reset"],

.theme-boldfun input[type="submit"] {

	background-color: #f94060;

	color: #fff;

}



.theme-boldfun button:hover,

.theme-boldfun input:hover[type="button"],

.theme-boldfun input:hover[type="reset"],

.theme-boldfun input:hover[type="submit"] { 

	background-color: #f94060;

	color: #a7bb2c;

}



.theme-boldfun #respond label {

	color: #192e5b;

}



.theme-boldfun #reply-title {

	color: #a7bb2c;

}



.theme-boldfun .author-box span,

.theme-boldfun .author-box-title {

	color: #fe8497;

}



.theme-boldfun h1,

.theme-boldfun h3 {

	color: #192e5b;

}



.theme-boldfun h2,

.theme-boldfun h4 {

	color: #f94060;

} 



.theme-boldfun .widgettitle {

	color: #95d4c3;

}



.theme-boldfun .site-description {

	color: #fda2a6;

}



.theme-boldfun a {

	color: #fe8497;

	text-decoration: none;

}



.theme-boldfun a:hover {

	color: #a7bb2c;

}



.theme-boldfun .genesis-nav-menu a {

	color: #fff;

}



.theme-boldfun .genesis-nav-menu .sub-menu a {

	color: #a7bb2c;

}



.theme-boldfun .nav-secondary .genesis-nav-menu a {

	color: #a7bb2c;

}



.theme-boldfun .nav-secondary .genesis-nav-menu a:hover {

	color: #ecc016;

}



.theme-boldfun .enews-widget input[type="submit"] {

	background-color: #a7bb2c;

	color: #fff;
	padding: 16px 12px;

}



.theme-boldfun .enews-widget input[type="submit"]:hover {

	background-color: #ecc016;
	padding: 16px 12px;

}



.theme-boldfun .nav-primary {

	background-color: #95d4c3;

}



.theme-boldfun .genesis-nav-menu .current-menu-item > a,

.theme-boldfun .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.theme-boldfun .nav-primary a:hover,

.theme-boldfun .nav-primary .current-menu-item > a {

	background-color: #a7bb2c;

	color: #fff;

}



.theme-boldfun .simple-social-icons ul li a {

	background: #ecc016 !important;

}



.theme-boldfun .simple-social-icons ul li a:hover {

	background-color: #fe8497 !important;

}



.theme-boldfun .site-header .widget-area h4 {

	color: #fe8497;

}



.theme-boldfun .entry-meta {

	color: #a7bb2c;

}



.theme-boldfun .entry-time {

	color: #ecc016;

}



.theme-boldfun .navigation li a:hover,

.theme-boldfun .navigation li.active a {

	background: #fe8497;

}