/*
	Theme Name: Responsive Mag
	Theme URI: http://wordpress.org/responsive-mag
	Description: Magazine style layout, HTML 5, responsive WordPress Theme having 6 different color options to chose from. It is made with SEO in mind and it is very fast and using schema.org structure for search engines. It can be used as stand-alone theme or as a starter theme for a custom project.
	Author: Apometre
	Author URI: http://apometre.org/
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: black, green, blue, red, orange, gray, purple, white, two-columns, responsive-layout, fluid-layout, featured-images, full-width-template, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, custom-menu
	Text Domain: apometre
*/


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

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

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

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

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

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

.clearfix:before,
.site-container:before,
.main-navigation:before,
.site-content:before,
.content-area:before,
.content:before,
.post:before,
.sidebar:before,
.navigation:before,
.entry-header:before,
.entry-meta:before,
.entry-content:before,
.entry-summary:before,
.entry-footer:before,
.site-foote:before {
	content: " ";
	display: table;
}

.clearfix:after,
.site-container:after,
.main-navigation:after,
.site-content:after,
.content-area:after,
.content:after,
.post:after,
.sidebar:after,
.navigation:after,
.entry-header:after,
.entry-meta:after,
.entry-content:after,
.entry-summary:after,
.entry-footer:after,
.site-foote:after {
	clear: both;
	content: " ";
	display: table;
}

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

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

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

body {
	color: #555;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

a,
button,
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: #95a5a6;
	color: #fff;
}

::selection {
	background-color: #95a5a6;
	color: #fff;
}

a {
	color: #16a085;
	text-decoration: none;
}

a:hover {}

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

strong {
	font-weight: bold;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "“";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #95a5a6;
	color: #fff;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

h1,
.entry-title {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3,
.comments-title {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 5px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #1abc9c;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	width: auto;
}

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

.button {
	display: inline-block;
}

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

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

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

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

th,
td {
	text-align: left;
}

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

td {
	border-top: 1px solid #eeeee8;
	padding: 6px 0;
	padding: 0.6rem 0;
}

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

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

.site-container {
	background-color: #fff;
	box-shadow: 0 0 5px #aaa;
	border-top: 8px solid #95a5a6;
	margin: 0 auto 25px auto;
	margin: 0 auto 2.5rem auto;
	width: 1060px;
	overflow: hidden;
	padding: 20px;
	padding: 2rem;
}

.site-content {
	clear: both;
	padding-top: 32px;
	padding-top: 3.2rem;
}

.content-area {
	float: left;
	width: 650px;
}

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

.content-area #layout-2 {
	width: 310px;
	float: left;
}

.content-area #layout-3 {
	width: 310px;
	float: right;
}

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

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

.site-header {
	background-color: #1abc9c;
	padding: 45px;
	padding: 4.5rem;
	overflow: hidden;
	text-align: center;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-shadow: 0 1px 1px #000;
}

.site-title a,
.site-title a:hover {
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
	text-shadow: 0 1px 1px #000;
}

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

.nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
	background-color: #16a085;
	border-bottom: 5px solid #1abc9c;
}

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

.nav-menu a {
	display: block;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
	position: relative;
	text-decoration: none;
}

.nav-menu > li:hover a,
.nav-menu a:hover,
.nav-menu .current-menu-item > a {
	background-color: #fff;
}

.nav-menu .sub-menu {
	left: -9999px;
	opacity: 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: 184px;
	z-index: 99;
}

.nav-menu > li:hover .sub-menu a,
.nav-menu .sub-menu a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	position: relative;
	width: 184px;
	background-color: #1abc9c;
}

.nav-menu > li:hover .sub-menu a:hover,
.nav-menu .sub-menu a:hover {
	background-color: #16a085;
}

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

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

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

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

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

.nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
}

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

.nav-menu > .right > a:hover {
	color: #76d2c5;
}

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

.content .post {
	padding: 0;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	border-bottom: 1px solid #ddd;
}

.entry-title {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
}

.entry-header {
	border-bottom: 1px solid #ddd;	
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.sticky {}

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

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

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

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

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

.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-header .entry-meta {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.bypostauthor {}

.attachment-thumb-bottom {
	float: left;
	margin-right: 15px;
}

.entry-time.updated {
	display: none;
	visibility: hidden;
}

/* Entry Navigation
--------------------------------------------- */

.paging-navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

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

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar .widget-title {
	color: #555;
}

.sidebar .widget-title a {
	color: #555;
	text-decoration: none;
}

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

.sidebar .widget {
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
}

.widget li {
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.widget ul ul {
	border-top: 1px dotted #ddd;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 10px;
	padding-top: 1rem;
}

.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

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

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

.site-footer {
	background-color: #1abc9c;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 20px;
	padding: 2rem;
	text-align: center;
}

.site-footer a {
	text-decoration: none;	
}

.site-footer a:hover {
	text-decoration: underline;	
}

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

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

#reply-title {
	padding-top: 30px;
}

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-content {
	clear: both;
}

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

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

.comment-respond label {
	display: block;
	margin-right: 12px;
	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;
}

.comment {
	border: 1px solid #eeeee8; 
	border-right: none; 
}

.comment.depth-1 {
	border-right: 1px solid #eeeee8; 
}

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

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

.search-form input[type="search"] {
	background: #fff url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
}

.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 24px;
	margin: 0 auto 2.4rem;
}

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

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

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

a.alignleft,
a.alignright {
     max-width: 100%;
}

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.screen-reader-text {
	display: none;
	visibility: hidden;
}
.gallery-caption {}

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

img#wpstats {
	display: none;
}

/* 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 {
	border: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

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

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

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

	.site-container {
		max-width: 960px;
	}

	.content-area {
		width: 590px;
	}

	.content-area #layout-2, 
	.content-area #layout-3  {
		width: 280px;
	}

	.sidebar {
		width: 300px;
	}

}

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

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

	.content-area,
	.content-area #layout-2, 
	.content-area #layout-3,
	.sidebar {
		width: 100%;
	}

	.attachment-thumb-top {
		display: block;
		margin: 0 auto;
	}

	.entry-header,
	.entry-footer {
		text-align: center;
	}
	
	.site-header {
		padding: 24px;
		padding: 2.4rem;
	}
	
	.nav-menu li,
	.site-header ul.nav-menu,
	.site-header .search-form {
		float: none;
	}

	.nav-menu,
	.site-description,
	.site-footer p,
	.site-title {
		text-align: center;
	}

	.nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}
	
	.nav-menu li.alignleft,
	.nav-menu li.right {
		display: none;
	}

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

	.site-footer {
		padding: 20px;
		padding: 2rem;
	}

}

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

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
		width: 94%;
	}

	.five-sixths,
	.four-sixths,
	.home-bottom-left,
	.home-bottom-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.nav-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}
	
	.nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 199px;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}

}


/*
Blue color
---------------------------------------------------------------------------------------------------- */

body.blue button,
body.blue input[type="button"],
body.blue input[type="reset"],
body.blue input[type="submit"],
body.blue .button,
body.blue .entry-content .button,
body.blue .site-header,
body.blue .nav-menu > li:hover .sub-menu a,
body.blue .nav-menu .sub-menu a,
body.blue .site-footer {
	background-color: #3498db;
}

body.blue .nav-menu {
	border-bottom: 5px solid #3498db;
}

body.blue button:hover,
body.blue input:hover[type="button"],
body.blue input:hover[type="reset"],
body.blue input:hover[type="submit"],
body.blue .button:hover,
body.blue .entry-content .button:hover,
body.blue .nav-menu,
body.blue .nav-menu > li:hover .sub-menu a:hover,
body.blue .nav-menu .sub-menu a:hover {
	background-color: #2980b9;
}

body.blue a {
	color: #2980b9;
}

/*
Red color
---------------------------------------------------------------------------------------------------- */

body.red button,
body.red input[type="button"],
body.red input[type="reset"],
body.red input[type="submit"],
body.red .button,
body.red .entry-content .button,
body.red .site-header,
body.red .nav-menu > li:hover .sub-menu a,
body.red .nav-menu .sub-menu a,
body.red .site-footer {
	background-color: #e74c3c;
}

body.red .nav-menu {
	border-bottom: 5px solid #e74c3c;
}

body.red button:hover,
body.red input:hover[type="button"],
body.red input:hover[type="reset"],
body.red input:hover[type="submit"],
body.red .button:hover,
body.red .entry-content .button:hover,
body.red .nav-menu,
body.red .nav-menu > li:hover .sub-menu a:hover,
body.red .nav-menu .sub-menu a:hover {
	background-color: #c0392b;
}

body.red a {
	color: #c0392b;
}

/*
Orange color
---------------------------------------------------------------------------------------------------- */

body.orange button,
body.orange input[type="button"],
body.orange input[type="reset"],
body.orange input[type="submit"],
body.orange .button,
body.orange .entry-content .button,
body.orange .site-header,
body.orange .nav-menu > li:hover .sub-menu a,
body.orange .nav-menu .sub-menu a,
body.orange .site-footer {
	background-color: #e67e22;
}

body.orange .nav-menu {
	border-bottom: 5px solid #e67e22;
}

body.orange button:hover,
body.orange input:hover[type="button"],
body.orange input:hover[type="reset"],
body.orange input:hover[type="submit"],
body.orange .button:hover,
body.orange .entry-content .button:hover,
body.orange .nav-menu,
body.orange .nav-menu > li:hover .sub-menu a:hover,
body.orange .nav-menu .sub-menu a:hover {
	background-color: #d35400;
}

body.orange a {
	color: #d35400;
}

/*
Gray color
---------------------------------------------------------------------------------------------------- */

body.gray button,
body.gray input[type="button"],
body.gray input[type="reset"],
body.gray input[type="submit"],
body.gray .button,
body.gray .entry-content .button,
body.gray .site-header,
body.gray .nav-menu > li:hover .sub-menu a,
body.gray .nav-menu .sub-menu a,
body.gray .site-footer {
	background-color: #95a5a6;
}

body.gray .nav-menu {
	border-bottom: 5px solid #95a5a6;
}

body.gray button:hover,
body.gray input:hover[type="button"],
body.gray input:hover[type="reset"],
body.gray input:hover[type="submit"],
body.gray .button:hover,
body.gray .entry-content .button:hover,
body.gray .nav-menu,
body.gray .nav-menu > li:hover .sub-menu a:hover,
body.gray .nav-menu .sub-menu a:hover {
	background-color: #7f8c8d;
}

body.gray a {
	color: #7f8c8d;
}

/*
Purple color
---------------------------------------------------------------------------------------------------- */

body.purple button,
body.purple input[type="button"],
body.purple input[type="reset"],
body.purple input[type="submit"],
body.purple .button,
body.purple .entry-content .button,
body.purple .site-header,
body.purple .nav-menu > li:hover .sub-menu a,
body.purple .nav-menu .sub-menu a,
body.purple .site-footer {
	background-color: #9b59b6;
}

body.purple .nav-menu {
	border-bottom: 5px solid #9b59b6;
}

body.purple button:hover,
body.purple input:hover[type="button"],
body.purple input:hover[type="reset"],
body.purple input:hover[type="submit"],
body.purple .button:hover,
body.purple .entry-content .button:hover,
body.purple .nav-menu,
body.purple .nav-menu > li:hover .sub-menu a:hover,
body.purple .nav-menu .sub-menu a:hover {
	background-color: #8e44ad;
}

body.purple a {
	color: #8e44ad;
}

/*
Force defaults
---------------------------------------------------------------------------------------------------- */

html .nav-menu a,
html .nav-menu > li:hover .sub-menu a,
html .nav-menu .sub-menu a,
html .site-title a,
html .site-title a:hover,
html .site-footer a,
html .site-footer a:hover {
	color: #fff;
}

html .nav-menu > li:hover a,
html .nav-menu a:hover,
html .nav-menu .current-menu-item > a {
	color: #555;
}

html a:hover {
	color: #000;
}