/*!
Theme Name: cycleinn_dbn
Theme URI: http://dbnwebdesign.co.uk/
Author: DBN Web Design
Author URI: http://dbnwebdesign.co.uk/
Description: Designed by DBN Web Design, based on framework by Underscores.me (http://underscores.me)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cycleinn_dbn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cycleinn_dbn is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
     DBN
--------------------------------------------------------------*/

body { }
#page { background-color: rgba(0, 0, 0, 0.7); }
.nbm { margin-bottom: 0; }
.rancho { font-family: 'Rancho', cursive; font-size: 120%; line-height: 1.2em; }
img { border: 0; }
a, a:visited, a:hover, a:focus, a:active, a:focus, a:hover { color: #ccc; outline: 0; }
a { overflow-wrap: break-word; word-wrap: break-word; }
a:hover { text-decoration: none; color: #fff; }
h1, h2, h3, h1 a, h2 a, h3 a { color: #d6df24; }
p, ul, ol, div { color: #999; }
ul, ol { margin-left: 30px; padding-left: 0; }
strong { color: #aaa; }
button, input[type="button"], input[type="reset"], input[type="submit"] { 
	color: #ff3; background-color: #aaa; padding: 10px 20px; font-weight: bold; font-size: 28px;
}

.ctr { text-align: center; }
.clear { clear: both; }
.noclear { clear: none; }
.right { text-align: right; }
.btr { display: none; }
.nowrap { white-space: nowrap }

p:empty { display: none; }

.wpcf7-form p span { width: 100%; }
.wpcf7-form p span input { max-width: 100%; }

@media screen and (min-width: 600px) {
	#page { padding: 5px 5px 20px 5px; }
}


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

#page .site-header > div { margin: 0 auto; max-width: 1200px; }
#page .site-header > div.site-branding { background-color: #000; background-color: rgba(0, 0, 0, 0.9); border-top: 5px solid #777; border-right: 5px solid #777; border-left: 5px solid #777; }
.site-title { margin: 10px 10px 10px 8%; float: left; }
#call { margin: 20px 8% 2px 10px; float: right; }
#sid { margin: 2px 8% 10px 10px; clear: right; float: right; }
#ci-email { margin: 2px 8% 2px 10px; padding: 0 8px; clear: right; float: right; text-decoration: none; font-style: italic; font-weight: bold; color: #d6df24; }
ul.social-media { margin: 40px 0 0 0; padding: 0; list-style: none; text-align: center; }
ul.social-media li {
	margin: 0; padding: 0 5px; display: inline; list-style: none; font-size: 14px;
}
ul.social-media li img {
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
ul.social-media li img:hover {
	-moz-box-shadow: 0px 0px 3px #638420; -webkit-box-shadow: 0px 0px 3px #638420; box-shadow: 0px 0px 3px #638420;
}
.tag-line { margin: 10px 10px 10px 8%; clear: left; font-style: italic; }

#the-menu { background-color: #777; padding: 2px 10px 10px 10px; clear: both; }
.site-header .main-navigation { clear: none; width: 100%; padding-top: 5px; font-size: 18px; font-weight: bold; }
.site-header .main-navigation li { width:100%; font-size: 18px; font-weight: bold; }
.site-header .main-navigation a { padding: 2px; color: #d6df24; }
.site-header .main-navigation a:hover { background-color: #fff; }
.main-navigation ul ul { position: relative; float: none; top: auto; left: auto; background-color: #777; }
.main-navigation ul ul ul { left: 0; }
.main-navigation ul ul li:hover > ul { left: auto; }
.main-navigation.toggled .nav-menu ul { display: block; }
.site-header .main-navigation li li { margin-left: 5%; width: 95%; margin-right: 0; font-size: 90%; text-align: left; line-height: 1.1em; padding-bottom:5px; }
.site-header .main-navigation li li li { margin-left: 10%; width: 90%; }
.main-navigation ul ul a { width: 100%; }
.main-navigation button { padding: 2px 10px; font-size: 18px; }


@media screen and (min-width: 299px) {
}

@media screen and (min-width: 325px) {
}

@media screen and (min-width: 400px) {
}

@media screen and (min-width: 480px) {
}

@media screen and (max-width: 599px) {
	.site-title { margin: 0 5px; }
	.site-title img { display: block; }
	.tag-line { margin-top: 0; }
	#call,
	#sid, 
	#ci-email,
	ul.social-media { display: none; }
	.not-mobile { display: none; }
}

@media screen and (min-width: 600px) {
	.site-title { margin: 2px 2px 2px 2%; width: 45%; }
	#call { margin: 5px 2% 0 2px; }
	#sid { margin: 0 2% 2px 2px; }
	#ci-email { margin: 0 2% 0 2px; }
	ul.social-media { margin-top: 15px; }
	ul.social-media li { padding: 0; }

	.site-header .main-navigation { width: auto; float: right; }
	.site-header .main-navigation li { margin-right: 0; width: auto; font-size: 15px; }
	.site-header .main-navigation li:last-child { margin-right: 0; }
	.site-header .main-navigation a { padding: 2px 4px; }
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.5em; left: -999em; z-index: 99999;
	}
	.main-navigation ul ul ul { left: -999em; }
	.main-navigation ul ul li:hover > ul { left: 100%; }
	.site-header .main-navigation li li { margin-left: 0; width: 100%; text-align: center; }
	.site-header .main-navigation li li li { margin-left: 0; width: 100%; }
	.main-navigation ul ul a { width: 150px; }
}

@media screen and (min-width: 665px) {
}

@media screen and (min-width: 768px) {
	ul.social-media { margin-top: 40px; }
	ul.social-media li { padding: 0 5px; }
	.site-header .main-navigation li { margin-right: 5px; font-size: 16px; }
	.site-header .main-navigation a { padding: 2px 10px; }
}

@media screen and (min-width: 960px) {
	.site-title { margin: 10px 10px 10px 8%; width: auto; }
	#call { margin: 20px 8% 2px 10px; }
	#sid { margin: 2px 8% 10px 10px; }
	#ci-email { margin: 2px 8% 2px 10px; }
	.site-header .main-navigation li { margin-right: 10px; font-size: 18px; }
	.site-header .main-navigation a { padding: 2px 10px; }
}

@media screen and (min-width: 1050px) {
}

@media screen and (min-width: 1220px) {
}


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

#footer {
	margin: 0 auto; max-width: 1200px; padding: 1px 0; color: #00f; background-color: #fff;
	background-image: url(../../../images/footer-gradient.jpg); background-position: top; background-repeat: repeat-x;
	border-top: 5px solid #777; border-right: 5px solid #777; border-bottom: 5px solid #777; border-left: 5px solid #777;
}
#footer p { color: #00f; font-size: 12px; margin-top: 10px; font-family: Arial, Helvetica, sans-serif; }
#footer a { color: #00f; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
#footer a:hover { text-decoration: underline; }
#footer #wildideas {
	display: none;
	float: right; margin: 5px 20px 5px 20px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}
#footer #wildideas img { display: block; }
#footer #offer {
	display: none; float: left; margin: 15px 0 5px 160px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}
#footer #dbn { float: right; text-align: right; padding-top: 5px; padding-right: 20px; }
#footer #dbn p { font-size: 8px; font-style: italic; }
#footer #dbn img {
	margin-bottom: -10px; margin-right: 60px; background-color: rgba(255,255,255,0.2);
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}
#footer #wildideas:hover, #footer #offer:hover, #footer #dbn img:hover {
	background-color: rgba(0,0,255,0.2); 
	-moz-box-shadow: 0px 0px 3px #77f; -webkit-box-shadow: 0px 0px 3px #77f; box-shadow: 0px 0px 3px #77f;
}

#footer p.copyright { color: #444; font-size: 12px; margin: 20px 15px; font-weight: normal; }

#footer-1 {
	margin: 0 auto; max-width: 1200px; padding: 1px 0; color: #fff; background-color: #000; background-color: rgba(0, 0, 0, 0.9); 
	border-right: 5px solid #777; border-top: 5px solid #777; border-left: 5px solid #777;
}
#call-f { margin: 2px 8% 2px 10px; float: right; }
#sid-f { margin: 2px 8% 10px 10px; clear: right; float: right; }
#ci-email-f { margin: 2px 8% 2px 10px; padding: 0 8px; clear: right; float: right; text-decoration: none; font-style: italic; font-weight: bold; color: #d6df24; }
ul.social-media-f { margin: 2px 0 0 0; padding: 0; list-style: none; text-align: center; }
ul.social-media-f li {
	margin: 0; padding: 0 5px; display: inline; list-style: none; font-size: 14px;
}
ul.social-media-f li img {
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
ul.social-media-f li img:hover {
	-moz-box-shadow: 0px 0px 3px #638420; -webkit-box-shadow: 0px 0px 3px #638420; box-shadow: 0px 0px 3px #638420;
}




@media screen and (min-width: 299px) {
}

@media screen and (min-width: 325px) {
}

@media screen and (min-width: 400px) {
	ul.social-media-f { margin-top: 20px; }
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 600px) {
	#footer-1 { display: none; }
	#footer p.copyright { width: auto; display: inline-block; float: left; }
}

@media screen and (min-width: 665px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 960px) {
}

@media screen and (min-width: 1050px) {
}

@media screen and (min-width: 1220px) {
}


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

.site-content { position: relative; }
.site-content .sidebar-container { width: 100%; z-index: 1; }
.site-content .sidebar-inner { margin: 0 auto; max-width: 1200px; }
.site-content #secondary .widget-area { padding: 48px 10px 1px 10px; font-size: 12px; background-color: #000; background-color: rgba(0, 0, 0, 0.9); }
.site-content #tertiary .widget-area { padding: 20px 10px 1px 10px; font-size: 12px; }
.site-content .widget-title { font-size: 18px; font-weight: bold; color: #d6df24; margin-bottom: 5px; }
.site-content .widget-area ul, .site-content .widget-area ol { list-style: none; margin: 0; }

.search-field { width: 96%; }


@media screen and (min-width: 299px) {
}

@media screen and (min-width: 325px) {
}

@media screen and (min-width: 400px) {
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 601px) {
	.site-content #secondary { height: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
	.site-content #secondary .widget-area { float: left; width: 200px; padding: 48px 20px 1px 10px; background-color: transparent; }
	.site-content #tertiary { height: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
	.site-content #tertiary .widget-area { float: right; width: 200px; padding: 48px 20px 1px 10px; background-color: transparent; }
}

@media screen and (min-width: 665px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 960px) {
}

@media screen and (min-width: 1050px) {
}

@media screen and (min-width: 1220px) {
}


/*--------------------------------------------------------------
Main
--------------------------------------------------------------*/

.site-content { position: relative; }
#primary { margin: 0 auto; max-width: 1200px; padding: 1px 10px; background-color: #000; background-color: rgba(0, 0, 0, 0.9); border-right: 5px solid #777; border-left: 5px solid #777; }
#primary article { margin-bottom: 0; }
#primary h1 a, #primary h2 a, #primary h3 a { color: #d6df24; }
.cat-links { margin-right: 30px; }
.wp-fbrev .wp-facebook-text { color: #777 !important; }
.wp-fbrev a.wp-facebook-name { color: #d6df24 !important; }
.wp-fbrev .wp-facebook-powered span { color: #777 !important; }
.sfp-container { text-align: center; }
.fb_iframe_widget { margin: auto; }
.comment-form-author label,
.comment-form-email label,
.comment-form-url label { display: inline-block; min-width: 80px; }

.wp-caption .wp-caption-text { background-color: #777; color: #d6df24; margin: 0; padding: 3px; line-height: 1.1em; }

@media screen and (min-width: 299px) {
}

@media screen and (min-width: 325px) {
}

@media screen and (min-width: 400px) {
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 601px) {
	#primary { min-height: 250px; }
	.blog #primary,
	.archive #primary,
	.single #primary { padding-left: 260px; }
	
	#primary p,
	#primary ul,
	#primary ol,
	#primary td { font-size: 22px; }
	.wid600 { max-width: 600px; margin: auto; }
	.wid600l { max-width: 600px; }
	.columnpadding { padding-left: 5px; padding-right: 5px; }
	.leftborder { border-left: 3px solid #777; }
	
	.dbn-3left { padding: 0 35px 0 15px; width: calc( 100% - 340px ); }
	.dbn-1right { padding: 1px 0 0 0; width: 340px; }
}

@media screen and (min-width: 665px) {
}

@media screen and (min-width: 768px) {
	.wid780 { max-width: 780px; margin: auto; }
}

@media screen and (min-width: 960px) {
	.columnpadding { padding-left: 15px; padding-right: 15px; }
}

@media screen and (min-width: 1050px) {
	.wid1050 { max-width: 1050px; margin: auto; }
}

@media screen and (min-width: 1220px) {
}
