/*
Theme Name: Catch Flames Pro
Theme URI: https://catchthemes.com/themes/catch-flames-pro/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Catch Flames Pro is a Simple, Clean, Lightweight, Box Shaped Full-Width responsive WordPress theme that automatically adapts to the screen's size, ensuring that your content is always displayed beautifully no matter what device visitors are using. Catch Flames Pro is wider, bigger and looks luxuriously spacious. It uses Three Columns Layout as it's default layout and can be changed to Two Columns or One Column as per your need. This theme can be consider as the successor of our popular Catch Box Pro theme as this theme is well crafted after numerous feedback from our existing users. It is based in HTML5, CSS3 and very own Catch Themes easy to use Theme Options panel, which make this theme highly customizable and flexible. Make your beautiful yet professional website in no time. This theme is compatible with popular plugins such as WPML, qTranslate, mqTranslate, Polylang, WooCommerce, Jetpack, WP-PageNavi, Contact Form 7 and so on. This theme is translation ready and is currently translated in Brazilian Portuguese, French and Spanish. Check out Theme Instructions at https://catchthemes.com/theme-instructions/catch-flames-pro/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/catch-flames/
Version: 4.2.8
Requires at least: 5.6
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: catch-flames-pro
Tags: blog, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: catch-flames-pro
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #f1f1f1;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, .sticky {
	display: block;
}
small {
	font-size: smaller;
}
figure {
	margin: 0;
}
figure  a {
	display: block;
	line-height: 0;
}


/* =Genericons
----------------------------------------------- */

.site .genericon,
#slider-nav .slide-previous:before,
#slider-nav .slide-next:before,
#main-slider .cycle-prev:before,
#main-slider .cycle-next:before,
#searchform .search-label:before {
	-webkit-box-sizing: content-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    content-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         content-box;
	width: 20px;
	height: 20px;
	font-family: 'Genericons';
	font-size: 20px;
	line-height: 1;
}
a.genericon:focus,
a.genericon:active,
a.genericon:hover {
	text-decoration: none;
}

#main-slider .cycle-prev:before {
    content: "\f430";
}

#main-slider .cycle-next:before {
    content: "\f429";
}

#searchform .search-label:before {
	content: "\f400";
}
.search-label span {
	display: none;
}
#slider-nav .slide-previous:before {
	content: "\f430";
}
#slider-nav .slide-next:before {
	content: "\f429";
}
#slider-nav .slide-previous:before,
#slider-nav .slide-next:before,
#main-slider .cycle-prev:before,
#main-slider .cycle-next:before {
	display: block;
	font-size: 40px;
	line-height: 40px;
	width: 40px;
	height: 40px;
}


/* =Structure
----------------------------------------------- */

.site {
	display: block;
	overflow: hidden;
	width: 100%;
}
.wrapper {
	margin: 0 auto;
	width: 1260px;
}
.two-columns .wrapper,
.two-columns #main-slider.normal-width {
	width: 1170px;
}
#header-image {
    display: block;
    overflow: hidden;
    width: 100%;
}
#sidebar-header-top {
    width: 100%;
}
#sidebar-header-right {
	float: right;
}
#primary {
	float: left;
	width: 750px;
}
#content,
#featured-content {
	width: 100%;
}
#secondary {
	float: right;
    overflow: hidden;
    width: 340px;
}
.two-columns #secondary {
	width: 400px;
}

/* Left-Sidebar, Content on Right */
.left-sidebar #primary {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}

/* No Sidebar */
.no-sidebar #primary {
    float: none;
    margin: 0 auto;
}

/* No Sidebar One Column */
.one-column.no-sidebar .site {
	width: 750px;
	margin: 0 auto;
}
,
.one-column.no-sidebar #main-slider {
	width: 740px;
}
.one-column.no-sidebar #header-top {
	width: 750px;
}
.one-column.no-sidebar #header-top .wrapper,
.one-column.no-sidebar #header-content .wrapper,
.one-column.no-sidebar #supplementary .wrapper,
.one-column.no-sidebar #site-generator .wrapper {
    width: 96%;
}
.one-column.no-sidebar #top-logo {
	max-width: 70%;
}
.one-column.no-sidebar #top-logo a {
	text-align: left;
}
.one-column.no-sidebar #top-logo img {
    height: auto;
    max-width: 100%;
}
.one-column.no-sidebar .wrapper,
.one-column.no-sidebar #primary {
	width: 100%;
}
.one-column.no-sidebar #supplementary.two .widget-area,
.one-column.no-sidebar #site-generator .copyright,
.one-column.no-sidebar #site-generator .powered {
	width: 340px;
}
.one-column.no-sidebar .entry-header,
.one-column.no-sidebar .entry-content,
.one-column.no-sidebar .entry-summary,
.one-column.no-sidebar .post footer,
.one-column.no-sidebar #comments {
	width: auto;
}

/* No Sidebar Full Width */
.no-sidebar.full-width #primary,
.woocommerce-nosidebar #primary {
	width: 100%;
}
.no-sidebar.full-width #content {
    margin: 0;
}

/* Three Columns Layout, Style 1
 * Left Sidebar Smaller */
.three-columns #primary {
    float: left;
    width: 640px;
}
.three-columns .content-sidebar-wrap {
    float: right;
    width: 1000px;
}
.three-columns #third-sidebar {
    float: left;
	width: 240px;
}

/* Three Columns Layout, Style 2
 * Sidebars on Right */
.three-columns.three-columns-sidebar .content-sidebar-wrap {
    float: left;
}
.three-columns.three-columns-sidebar #third-sidebar {
    float: right;
}

/* Three Columns Layout, Style 3
 * Equal Sidebars */
.three-columns.equal .content-sidebar-wrap {
    float: right;
    width: 900px;
}
.three-columns.equal #primary {
    width: 540px;
}
.three-columns.equal #third-sidebar {
    width: 340px;
}

.widget.widget_catchflames_social_widget {
	padding-bottom: 12px;
}
.sidebar-three-columns .widget_search #s {
    padding-right: 1%;
    width: 80%;
}

/* Attachments */
.no-sidebar .single-attachment .entry-header,
.no-sidebar .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.no-sidebar .image-attachment .entry-description {
	padding: 1em 0 0;
	text-align: center;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Margins and Paddings
----------------------------------------------- */

#header-content,
.one-column.no-sidebar #header-content,
#site-generator .wrapper {
	padding: 20px 0;
}
#main,
#footer-sidebar,
#main-slider.normal-width,
.no-sidebar.one-column #main-slider {
    padding: 20px 0 0;
}
.hentry,
.no-results,
#author-info,
#disqus_thread,
#content .error404,
.widget,
#comments {
	margin-bottom: 20px;
	padding: 20px;
}
.home.one-column.no-sidebar #content nav#nav-below,
.archive.one-column.no-sidebar #content nav#nav-below {
	padding-bottom: 20px;
}
#sidebar-header-top,
.one-column.no-sidebar #main,
.one-column.no-sidebar #supplementary {
	padding-top: 20px;
}
.one-column #primary #content {
	margin: 0 auto;
}
#respond form {
	margin-top: 15px;
}


/* =Global
----------------------------------------------- */

html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body,
input,
textarea {
	color: #444;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.62em;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
body {
	background: #f1f1f1;
}
.hentry,
.widget,
.no-results,
#author-info,
#disqus_thread,
#content .error404,
#comments {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
    position: relative;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.62em
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 2em;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 30px;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 30px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 2em;
	overflow: auto;
	padding: 0.75em 2em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 2em;
}
ins {
    background: none;
    text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
button,
input,
select,
textarea {
    max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ccc;
	color: #888;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	width: 98%;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	padding: 6px 10px;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	font-size: 13px;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* close commented backslash hack */
.displayblock {
	display: block;
}
.displaynone {
	display: none;
}

/* =Clearing
----------------------------------------------- */
.clear {
	clear: both;
}
#main:after,
.wrapper:after,
#header-menu:after,
.hentry:after,
.widget:after,
#access-footer:after,
#footer-menu:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#ie7 .social-profile ul {
    display: block;
    height: 1%;
    overflow: hidden;
}
#ie7 .social-profile ul li {
	padding-bottom: 10px;
}

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

#branding {
	background-color: #fff;
	color: #111;
}
#top-logo {
	float: left;
	display: block;
}
#access-top {
	float: left;
}
#header-top .wrapper {
	position: relative;
}
.has-header-top.menu-logo #access-top {
	float: right;
}
#top-logo a {
	display: block;
	line-height: 0;
	text-align: center;
}
#top-logo img {
    padding: 8px 0;
	height: auto;
    margin: 0 auto;
	max-height: 46px;
    max-width: 100%;
}
#header-image {
	background-color: #fff;
}
#header-image a {
	line-height: 0;
}
#branding img,
#header-image img {
	border: none;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
	padding: 0;
}
#header-image img {
	width: 100%;
}
#logo-wrap {
	display: inline-block;
    float: left;
    max-width: 100%;
}
#site-logo {
	float: left;
    line-height: 0;
	max-width: 100%;
}
#site-logo a {
	line-height: 0;
}
#site-logo.title-right {
    padding-right: 20px;
}
#site-logo.title-left {
    padding-left: 20px;
}
#site-details {
	float: left;
}
#site-title {
	padding: 0;
	font-size: 36px;
	font-weight: bold;
    line-height: 1.3;
}
#site-title a {
	color: #111;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.3;
}

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.ew-about a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),
.comment-content a {
    text-decoration: underline;
}

.entry-content a:not(.more-link):not(.button):hover,
.entry-content a:not(.more-link):not(.button):focus,
.entry-summary a:not(.more-link):not(.button):hover,
.entry-summary a:not(.more-link):not(.button):focus,
.ew-about a:not(.more-link):not(.button):hover,
.ew-about a:not(.more-link):not(.button):focus,
.widget_text a:not(.more-link):not(.button):hover,
.widget_text a:not(.more-link):not(.button):focus,
.comment-content a:hover,
.comment-content a:focus {
    text-decoration: none;
}

/* =Extra Header
-------------------------------------------------------------- */

#header-extra {
	float: right;
	padding: 6px 0;
}
#header-extra #header-social-toggle,
#header-extra #header-search-toggle {
    background-color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    height: 34px;
    margin-left: 10px;
    padding: 7px;
    width: 34px;
}

#header-social,
#header-search {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
    height: auto;
    padding: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 46px;
    width: 500px;
	z-index: 100;
}
#header-social .social-profile,
#header-search #searchform {
	float: right;
}
#header-search {
	padding-bottom: 10px;
}
#header-search #searchform input#s {
	background-color: #fff;
	border-color: #eee;
	color: #000;
	width: 480px;
}


/* =Menu
-------------------------------------------------------------- */

#header-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	top: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	z-index: 99999;
}
#header-top.fixed-header {
	position: fixed;
}
.admin-bar #header-top.fixed-header {
	margin-top: 32px;
}
#access-top .menu {
    margin: 0;
  	position: relative;
    text-align: center;
}
#access-top ul li {
    display: inline-block;
    list-style: none;
    position: relative;
}
#access-top ul.menu a {
	color: #666;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 15px;
	white-space: nowrap;
}
#access-top ul.menu ul {
	background: #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	left: -999em;
    width: 205px;
    margin: 0;
	position: absolute;
	top: 100%;
    opacity: 0;
    z-index: 9999;
}
#access-top ul.menu ul li {
	display: block;
    float: none;
}
#access-top ul.menu ul ul {
	left: 100%;
	top: 0;
	border-top: 1px solid #eee;
	border-left: none;
}
#access-top ul.menu li:hover > ul,
#access-top ul.menu li.focus > ul {
	left: auto;
	opacity: 1;
}

#access-top ul.menu ul li:hover > ul,
#access-top ul.menu ul li.focus > ul {
	left: 100%;
}

#access-top ul.nav ul li {
    display: block;
}
#access-top ul.menu ul li a {
    width: 100%;
    font-size: 13px;
	font-weight: normal;
    display: inline-block;
	text-align: left;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
	white-space: normal;
}
#access-top ul.menu ul li a:hover {
	background-color: #f8f8f8;
}
#access-top ul.menu li:hover > a,
#access-top ul.menu ul :hover > a,
#access-top ul.menu a:focus {
	color: #1982d1;
	text-decoration: none;
}
#access-top ul.menu .current-menu-item > a,
#access-top ul.menu .current-menu-ancestor > a,
#access-top ul.menu .current_page_item > a,
#access-top ul.menu .current_page_ancestor > a,
.sidebar-top .widget_nav_menu ul.menu li:hover > a,
.sidebar-top .widget_nav_menu ul.menu a:focus,
.sidebar-top .widget_nav_menu .menu .current-menu-item > a,
.sidebar-top .widget_nav_menu .menu .current-menu-ancestor > a,
.sidebar-top .widget_nav_menu .menu .current_page_item > a,
.sidebar-top .widget_nav_menu .menu .current_page_ancestor > a {
	color: #1982d1;
}
.sidebar-top .widget_nav_menu {
	background-color: #222;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
.sidebar-top .widget_nav_menu ul.menu {
	float: right;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.sidebar-top .widget_nav_menu ul.menu li {
	float: left;
	position: relative;
}
#header-menu #access,
#footer-menu {
	background-color: #222;
}
#header-menu ul.menu,
#footer-menu ul.menu {
	list-style: none;
	margin: 0;
	text-align: center;
}
#header-menu ul.menu li,
#footer-menu ul.menu li {
    display: inline-block;
    position: relative;
    text-align: left;
}
#header-menu ul.menu a,
#footer-menu ul.menu a {
	color: #eee;
	font-size: 14px;
	padding: 0 20px;
	line-height: 3.5em;
}
#header-menu ul.menu a,
#footer-menu ul.menu a,
.sidebar-top .widget_nav_menu ul.menu a {
	text-decoration: none;
	white-space: nowrap;
}
.sidebar-top .widget_nav_menu ul.menu a {
	color: #444;
	font-size: 14px;
	padding: 0 10px 12px;
	line-height: 1.5;
}
#header-menu ul.menu a,
.sidebar-top .widget_nav_menu ul.menu a {
	display: block;
}
#header-menu ul.menu ul li a,
.sidebar-top .widget_nav_menu ul.menu ul li a,
#footer-menu ul.menu ul li a {
	white-space: normal;
}
#header-menu ul.menu ul,
.sidebar-top .widget_nav_menu ul.menu ul,
#footer-menu ul.menu ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	opacity: 0;
	float: left;
	margin: 0;
	position: absolute;
	left: -999em;
	list-style: none;
	width: 205px;
	z-index: 99999;
}
#header-menu ul.menu ul,
#footer-menu ul.menu ul {
	top: 48px;
}
.sidebar-top .widget_nav_menu ul.menu ul {
	border-top: 3px solid #1982d1;
	top: 2.2em;
}
#header-menu ul.menu ul ul,
.sidebar-top .widget_nav_menu ul.menu ul ul,
#footer-menu ul.menu ul ul {
	top: 0;
}
#header-menu ul.menu ul a,
#footer-menu ul.menu ul a {
	background-color: #f9f9f9;
}
#header-menu ul.menu ul a,
.sidebar-top .widget_nav_menu ul.menu ul a,
#footer-menu ul.menu ul a {
	border-bottom: 1px dotted #ccc;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.5em;
	padding: 10px;
	width: 205px;
}
.sidebar-top .widget_nav_menu ul.menu ul a {
	background-color: #fff;
}
#header-menu ul.menu li:hover > a,
#header-menu ul.menu ul :hover > a,
#header-menu ul.menu a:focus,
#footer-menu ul.menu li:hover > a,
#footer-menu ul.menu ul :hover > a,
#footer-menu ul.menu a:focus {
	background-color: #efefef;
	color: #373737;
}
.sidebar-top .widget_nav_menu ul.menu li:hover > a,
.sidebar-top .widget_nav_menu ul.menu ul :hover > a,
.sidebar-top .widget_nav_menu ul.menu a:focus {
	color: #1982d1;
}
#header-menu ul.menu li:hover > a,
#header-menu ul.menu a:focus,
#footer-menu ul.menu a:hover,
#footer-menu ul.menu a:focus {
	background-color: #e5e5e5;
	color: #373737;
}
#header-menu ul.menu li:hover > ul,
#header-menu ul.menu li.focus > ul,
.sidebar-top .widget_nav_menu ul.menu li:hover > ul,
.sidebar-top .widget_nav_menu ul.menu li.focus > ul,
#footer-menu ul.menu li:hover > ul,
#footer-menu ul.menu li.focus > ul {
	left: auto;
	opacity: 1;
}

#header-menu ul.menu ul li:hover > ul,
#header-menu ul.menu ul li.focus > ul,
.sidebar-top .widget_nav_menu ul.menu ul li:hover > ul,
.sidebar-top .widget_nav_menu ul.menu li.focus > ul,
#footer-menu ul.menu ul li:hover > ul,
#footer-menu ul.menu ul li.focus > ul {
	left: 100%;
}

#header-menu .menu .current-menu-item > a,
#header-menu .menu .current-menu-ancestor > a,
#header-menu .menu .current_page_item > a,
#header-menu .menu .current_page_ancestor > a,
#footer-menu .menu .current-menu-item > a,
#footer-menu .menu .current-menu-ancestor > a,
#footer-menu .menu .current_page_item > a,
#footer-menu .menu .current_page_ancestor > a {
	font-weight: bold;
}
#header-menu #access-secondary {
	background-color: #dedede;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	clear: both;
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
}
#header-menu #access-secondary ul.menu {
	font-size: 13px;
}
#header-menu #access-secondary ul.menu a {
	color: #373737;
	line-height: 3em;
}
#header-menu #access-secondary ul.menu ul {
    list-style: none;
    top: 3.2em;
}
#header-menu #access-secondary ul.menu ul a {
    line-height: 1.5em;
}
#header-menu #access-secondary ul.menu ul ul {
	top: 0;
}
#footer-menu ul.menu ul {
    float: left;
    list-style: none outside none;
    margin: 0;
}
#footer-menu ul.menu a {
    display: block;
}


/* =Search Form
----------------------------------------------- */

#searchform input#s {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	padding: 5px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
#searchform input#searchsubmit {
	display: none;
}

.widget_catchflames_social_search_widget #social-search {
	margin-bottom: 10px;
	float: right;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
}
.page-header {
    background-color: #FFFFFF;
    border-bottom: 2px solid #CCCCCC;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    margin: 0 0 2em;
    padding: 2em 5%;
}
.page-header .page-title, .page-header p {
	margin: 0;
}
.page-title {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 2em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 0.3em;
}
.single-post .entry-header .entry-title,
#content .image-tall .entry-title,
#content .image-square .entry-title {
	padding-bottom: 0;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
#content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#content .featured-image {
	margin-bottom: 10px;
}
#content .image-full-width .featured-image {
    margin: -20px -20px 10px;
}
#content .image-full-width .featured-image img {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#content .has-post-thumbnail.image-left .featured-image {
    display: inline;
    float: left;
    width: 200px;
}
#content .has-post-thumbnail.image-left .entry-container {
    display: inline;
    float: right;
    width: 380px;
}
.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
	width: 1000px;
}
#content .has-post-thumbnail.image-tall .featured-image,
#content .has-post-thumbnail.image-square .featured-image {
    display: inline;
    float: left;
}
#content .has-post-thumbnail.image-tall .entry-container,
#content .has-post-thumbnail.image-square .entry-container {
    display: inline;
    float: right;
}
.two-columns #content .has-post-thumbnail.image-left .featured-image {
	width: 300px;
}
.two-columns #content .has-post-thumbnail.image-left .entry-container {
    width: 390px;
}
#content .has-post-thumbnail.image-tall .featured-image,
#content .has-post-thumbnail.image-square .featured-image {
    width: 200px;
}
.two-columns #content .has-post-thumbnail.image-tall .entry-container,
.two-columns #content .has-post-thumbnail.image-square .entry-container {
    width: 490px;
}
.three-columns #content .has-post-thumbnail.image-tall .entry-container,
.three-columns #content .has-post-thumbnail.image-square .entry-container {
    width: 380px;
}
.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
    width: 280px;
}
.entry-content,
.entry-summary {
	padding: 20px 0 0;
}
#content .image-tall .entry-summary ,
#content .image-square .entry-summary {
	padding-top: 15px;
}
.type-page .entry-content {
	padding: 0;
}
.entry-content h1,
.comment-content h1 {
    font-size: 24px;
}
.entry-content h2,
.comment-content h2 {
    font-size: 22px;
}
.entry-content h3,
.comment-content h3 {
    font-size: 20px;
    font-weight: bold;
	margin: 0 0 0.8125em;
}
.entry-content h4,
.comment-content h4 {
    font-size: 18px;
    margin: 0 0 0.5em;
}
.entry-content h5,
.comment-content h5 {
    font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
    font-size: 14px;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 10px;
}
.entry-content table,
.comment-content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 2em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	color: #666;
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	padding: 8px;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 2em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
    clear: both;
    display: block;
    float: right;
	margin: 0 0 2em;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .post footer,
.error404 .entry-header,
.error404 .entry-content {
    margin: 0 auto;
    width: 100%;
}
.no-sidebar .entry-meta .edit-link a {
    margin: 0.35em;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
a.more-link {
	white-space: nowrap;
}
/* Images */
.entry-content img,
.comment-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
.widget img {
	height: auto;
	max-width: 100%;
	text-align: center;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
img.size-full,
img.size-large,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 2em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.2em;
	padding: 10px 0 0 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 2em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 2em;
}
#content .gallery-columns-5 .gallery-item {
    padding: 0 1%;
    width: 18%;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding: 0 1%;
}
#content .gallery-columns-5 .gallery-item img,
#content .gallery-columns-4 .gallery-item img,
#content .gallery-columns-3 .gallery-item img {
    padding: 6% !important;
    max-width: 86%;
}
#content .gallery-columns-3 .gallery-item {
    padding: 0 1%;
    width: 31.33%;
}
#content .gallery-columns-1 .gallery-item img {
	max-width: 97%
}
#content .gallery dd.gallery-caption {
	margin-bottom: 1em;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 2em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
	padding-top: 2em;
}
.archive #author-info {
	border-bottom: 1px solid #ccc;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
    display: inline;
    float: left;
    width: 13%;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	height: auto;
    max-width: 90%;
    padding: 5%;
}
#author-description {
    display: inline;
    float: right;
    width: 82%;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {

}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {

}
.entry-header .comments-link .leave-reply {

}


/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	right: 5px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 2em;
	text-align: center;
}
.no-sidebar blockquote.pull {
	margin: 0 -22.25% 2em;
}
.pull.alignleft {
	margin: 0 2em 0 0;
	text-align: right;
	width: 33%;
}
.no-sidebar .pull.alignleft {
	margin: 0 2em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 2em;
	text-align: left;
	width: 33%;
}
.no-sidebar .pull.alignright {
	margin: 0 -22.25% 0 2em;
}
.no-sidebar blockquote.pull.alignleft,
.no-sidebar blockquote.pull.alignright {
	width: 33%;
}


/* =Slider
-------------------------------------------------------------- */

#main-slider {
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#main-slider.normal-width {
    display: block;
    margin: 0 auto;
    width: 1260px;
}
#main-slider .slides,
#main-slider .slider-image {
	margin: 0;
	padding: 0;
	width: 100%;
}
#main-slider img {
	box-shadow: none;
	display: block;
    margin: 0 auto;
    width: 100%;
}
#main-slider.normal-width img,
.one-column.no-sidebar #main-slider img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#main-slider .entry-container {
	bottom: 20%;
	color: #fff;
    display: block;
    left: 25%;
    position: absolute;
	text-align: center;
    width: 50%;
}
#main-slider .entry-header .entry-title {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 0;
}
#main-slider .entry-header .entry-title a {
    color: #fff;
	cursor: pointer;
}
#main-slider .entry-content {
    font-size: 20px;
    padding-top: 10px;
}
#main-slider .more-link {
	display: none;
}
#controllers {
    bottom: 2%;
    list-style: none outside none;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
	z-index: 999;
}
#controllers a,
#controllers span {
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background-color: #fff;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	color: #333;
	font-weight: 600;
	line-height: 24px;
	margin: 0 4px;
	text-indent: -48px;
	overflow: hidden;
}
#controllers a:hover,
#controllers a.active,
#controllers span:hover,
#controllers span.cycle-pager-active {
	background-color: #000;
}
.slide-previous,
.slide-next,
#main-slider .cycle-prev,
#main-slider .cycle-next {
	top: 50%;
    display: block;
	margin-top: -24px;
	opacity: 0;
	filter: alpha(opacity=0);
    position: absolute;
    z-index: 999;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slide-previous,
#main-slider .cycle-prev {
	left: -20px;
}
.slide-next,
#main-slider .cycle-next {
	right: -20px;
}
#main-slider:hover .slide-previous,
#main-slider:hover .cycle-prev {
	left: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#main-slider:hover .slide-next,
#main-slider:hover .cycle-next {
	right: 20px;
	opacity: 1;
    filter: alpha(opacity=100);
}
#slider-nav a,
#main-slider .cycle-prev,
#main-slider .cycle-next {
	background-color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
#slider-nav a:hover {
	text-decoration: none;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.no-sidebar .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.no-sidebar .format-aside .entry-content {
	padding: 2em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.no-sidebar .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.no-sidebar .format-link .entry-content {
	padding: 2em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 2em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.no-sidebar .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.no-sidebar .format-status .entry-content {
	padding: 2em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	background-color: #eee;
	padding-top: 0;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ccc;
	margin-top: -7px;
	padding: 20px;
	overflow: hidden;
}
.no-sidebar .indexed.format-image footer.entry-meta {
	padding: 20px 3%;
    width: 94%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
    background: none;
    margin-bottom: 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #666;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}

/* =chat
----------------------------------------------- */
/* Wrapper for entire chat transcript. */
.chat-transcript {
    background-color: #f4f4f4;
    margin-bottom: 2em;
    padding: 2em 2em 0.1em;
}

/* Individual section of the chat. */
.chat-row {
    clear: both;
}

/* Individual speaker in the chat. */
.chat-speaker-xxx { }

/* Chat author. */
.chat-author cite {
    font-weight: bold;
    text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 2em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 2em 0 0.625em;
}


/* Featured post */
section.featured-post {
	float: left;
	margin: -2em -8.9% 2em;
	padding: 2em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 2em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 2em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 2em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ccc;
	display: block;
	height: 328px;
	margin: 2em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 2em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ccc;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

/* Featured Content Area */
#featured-content {
	background-color: #fff;
	padding-top: 20px;
	text-align: center;
}

#featured-content .wrapper {

}

.featured-heading-wrap {
    padding: 10px 20px 0;
}

.featured-content-wrap {
    clear: both;
    display: block;
    overflow: hidden;
}

.featured-content-wrap .entry-container {
    margin-top: 20px;
    text-align: left;
}

.featured-content-wrap .featured-content-image {
	display: block;
	line-height: 0;
}

.featured-content-wrap .hentry {
	float: left;
	margin: 0;
	padding: 10px;
}

.featured-content-wrap .widget {
	clear: none;
}

.featured-content-wrap .entry-title {
    font-size: 22px;
    font-weight: normal;
}

#featured-content.layout-four .hentry {
	width: 25%;
}

#featured-content.layout-three .hentry {
	width: 33.33%;
}

#featured-content.layout-two .hentry {
	width: 50%;
}

#featured-content.layout-four .hentry:nth-child(4n+1),
#featured-content.layout-three .hentry:nth-child(3n+1),
#featured-content.layout-two .hentry:nth-child(2n+1) {
	clear: both;
}

#featured-content figure a {
    display: block;
    line-height: 0;
}

/* Promotion Headline */
#promotion-message {
	background-color: #222;
	color: #eee;
}

#promotion-message .entry-title {
	color: #eee;
}

#promotion-message p {
    margin-bottom: 5px;
}

#promotion-message .left-section {
    float: left;
    max-width: 80%;
    padding: 20px;
}

#promotion-message .right-section {
    float: right;
    max-width: 20%;
    padding: 20px;
    text-align: center;
}

#promotion-message .promotion-button {
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #000;
    display: inline-block;
    margin-top: 7px;
	padding: 10px 25px;
}

#promotion-message .promotion-button:hover,
#promotion-message .promotion-button:focus {
	background-color: #5cb85c;
	border-color: #398439;
	color: #fff;
	text-decoration: none;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
    background: f9f9f9;
    overflow: hidden;
    text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 2em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
    border: 1px solid #ccc;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 97%;
    padding: 1%;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #bbb;
	background: #eee;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 0.8em;
}
#content nav#nav-below {
	padding-bottom: 20px;
}
#content nav a {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}
#nav-below .wp-pagenavi {
	float: right;
}
#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
#nav-below #wp_page_numbers ul li a,
.page-link span,
.page-link a span {
	border: none;
	float:left;
	height:32px;
	background:#ddd;
	color:#555;
	text-align:center;
	font-size:14px;
	line-height:30px;
	display:block;
	padding:0 12px;
	text-decoration:none;
}
#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-link span {
	margin: 0 0 0 10px;
}
#nav-below .wp-pagenavi span.pages,
.page-link span.pages {
	color: #555;
	background: none;
	padding: 2px 0 0 0;
}
#nav-below .wp-pagenavi a:hover,
#nav-below #wp_page_numbers ul li a:hover,
.page-link a span:hover {
	background:#444;
	color:#fff;
}
#nav-below .wp-pagenavi span.current,
#nav-below #wp_page_numbers ul li.active_page a,
.page-link span {
	background:#444;
	color:#fff;
	font-weight: normal;
}
#nav-below #wp_page_numbers {
    background: none repeat scroll 0 0 transparent;
    float: right;
    margin: 0;
    width: auto;
}
#nav-below #wp_page_numbers ul {
	border: none;
    list-style: none;
}
#nav-below #wp_page_numbers ul li {
    color: #aaa;
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin-left: 10px;
}
#nav-below #wp_page_numbers ul li.page_info {
	background: none;
	border: none;
}


/* Singular navigation */
#nav-single {
    float: right;
    position: relative;
    right: 3%;
    text-align: right;
    top: 12px;
    z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


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

.widget {
    clear: both;
}
.sidebar-top .widget_catchflames_social_widget {
	margin-bottom: 10px;
}
#secondary .widget_catchflames_social_widget {
    padding-bottom: 10px;
}
.sidebar-top .widget {
	background-color: transparent;
	border: none;
	border-radius: 0;
	float: right;
	margin: 10px 0 0;
	padding: 0;
}
.sidebar-top .widget:first-child {
	margin-top: 0;
}
.sidebar-top .widget.widget_catchflames_social_widget {
	margin-top: 0;
}
.sidebar-top .social-profile ul li {
	margin: 10px 0 0 10px;
}
.widget .widget-title,
.widget .widget-title a {
    color: #222;
	font-size: 18px;
    font-weight: bold;
	padding-bottom: 10px;
}
.sidebar-top .widget-title {
    border: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.widget .widget-title a:hover {
	color: #1982d1;
	text-decoration: none;
}
.widget .paddingtop {
    display: block;
    padding-top: 0.5em;
}
.widget-area,
.widget ul {
    font-size: 13px;
    line-height: 1.5;
}
.widget ul {
    margin: 0 0 0 1em;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
}
.widget a {
	font-weight: 400;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search #searchsubmit {
	background: #ccc;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Twitter */
.widget_twitter li {
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


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

#comments-title {
    font-weight: bold;
	margin-bottom: 20px;
}
.commentlist {
	margin: 0;
	list-style: none;
}
.commentlist .children {
	margin-left: 44px;
	list-style: none;
}
#comments article {
    border-bottom: 4px double #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#comments article header {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
#comments article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
#comments article header cite,
#comments article header time {
	display: block;
	margin-left: 64px;
}
#comments article header cite {
	font-style: normal;
}
#comments cite b {
	font-weight: normal;
}
#comments article header time {
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
#comments article header a {
	color: #5e5e5e;
}
#comments article header a:hover {
	color: #1982d1;
	text-decoration: none;
}
#comments article header cite a {
	color: #444;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #444;
	text-decoration: underline;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #1982d1;
}


/* Post author highlighting */
#comments .bypostauthor cite span {
    background: #1982d1;
    border: 1px solid #106fb7;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
}

/* Comment Form */
#respond #reply-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
#respond form label {
	display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	padding: 10px;
}
#respond form input[type="text"] {
	width: 60%;
}
#respond form textarea {
	width: 100%;
}
#respond form p.comment-form-comment,
#respond form p.form-allowed-tags {
	margin: 0;
}
#respond form p.form-submit {
	margin: 20px 0 0;
}
#respond form p.form-allowed-tags,
#respond form p.form-allowed-tags code {
	font-size: 12px;
}
.required {
	color: red;
}


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

#colophon {
	background-color: #f1f1f1;
	clear: both;
}
#footer-sidebar {
	border-top: 1px solid #ccc;
}
#site-generator {
	background-color: #fff;
	clear: both;
	font-size: 13px;
}
#supplementary .widget {
	background-color: #fff;
	color: #373737;
	margin-bottom: 20px;
}
#supplementary .widget a {
	color: #1982d1;
}
#supplementary .widget-title,
#supplementary .widget-title a {
	color: #222;
}
#supplementary .widget ul {

}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	width: 620px;
}
.two-columns #supplementary.two .widget-area {
	width: 575px;
}
#supplementary.two .widget-area + .widget-area {
	float: right;
}


/* Three Footer Widget Areas */
#supplementary.three .widget-area {
    float: left;
    margin-right: 2%;
    width: 32%;
}
#supplementary.three #third.widget-area {
	margin-right: 0;
}

/* Four Footer Widget Areas */
#supplementary.four .widget-area {
    float: left;
    margin-right: 2%;
    width: 23.5%;
}
#supplementary.four #fourth.widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator a {
	color: #000;
}
#site-generator .sep {
	margin: 0 7px;
}
#site-generator .copyright,
#site-generator .powered {
    display: inline;
    width: 620px;
}
.two-columns #site-generator .copyright,
.two-columns #site-generator .powered {
    width: 490px;
}
#site-generator .copyright {
	clear: both;
	float: left;
    text-align: left;
}
#site-generator .powered {
	float: right;
    text-align: right;
}
/* Social Profile */
#site-generator .social-profile {
    clear: both;
    float: right;
}
.social-profile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-profile ul li {
	margin: 0 0 10px 10px;
	float: left;
}
.widget .social-profile {
    margin-left: -10px;
}
.widget_catchflames_social_search_widget .social-profile {
	float: right;
}
.social-profile ul li a {
	display: block;
	background: url(//pyrofeuer.de/wp-content/themes/catch-flames-pro/images/social-profiles.png) no-repeat right top;
	width: 34px;
	height: 34px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-indent: -99999px;
}
.social-profile ul li a:active {
	-moz-box-shadow: inset 0 0 6px #000;
	-webkit-box-shadow: inset 0 0 6px #000;
	box-shadow: inset 0 0 6px #000;
}
.social-profile ul li.facebook a {
	background-position: 0 0;
}
.social-profile ul li.facebook a:hover {
	background-position: 0 -44px;
}
.social-profile ul li.twitter a {
	background-position: -44px 0;
}
.social-profile ul li.twitter a:hover {
	background-position: -44px -44px;
}
.social-profile ul li.rss a {
	background-position: -88px 0;
}
.social-profile ul li.rss a:hover {
	background-position: -88px -44px;
}
.social-profile ul li.you-tube a {
	background-position: -132px 0;
}
.social-profile ul li.you-tube a:hover {
	background-position: -132px -44px;
}
.social-profile ul li.linkedin a {
	background-position: -176px 0;
}
.social-profile ul li.linkedin a:hover {
	background-position: -176px -44px;
}
.social-profile ul li.tumblr a {
	background-position: -220px 0;
}
.social-profile ul li.tumblr a:hover {
	background-position: -220px -44px;
}
.social-profile ul li.viemo a {
	background-position: -264px 0;
}
.social-profile ul li.viemo a:hover {
	background-position: -264px -44px;
}
.social-profile ul li.slideshare a {
	background-position: -264px 0;
}
.social-profile ul li.slideshare a:hover {
	background-position: -264px -44px;
}
.social-profile ul li.dribbble a {
	background-position: -308px 0;
}
.social-profile ul li.dribbble a:hover {
	background-position: -308px -44px;
}
.social-profile ul li.my-space a {
	background-position: -352px 0;
}
.social-profile ul li.my-space a:hover {
	background-position: -352px -44px;
}
.social-profile ul li.aim a {
	background-position: -396px 0;
}
.social-profile ul li.aim a:hover {
	background-position: -396px -44px;
}
.social-profile ul li.myspace a {
	background-position: -352px 0;
}
.social-profile ul li.myspace a:hover {
	background-position: -352px -44px;
}
.social-profile ul li.flickr a {
	background-position: -440px 0;
}
.social-profile ul li.flickr a:hover {
	background-position: -440px -44px;
}
.social-profile ul li.pinterest a {
	background-position: -484px 0;
}
.social-profile ul li.pinterest a:hover {
	background-position: -484px -44px;
}
.social-profile ul li.google-plus a {
	background-position: -528px 0;
}
.social-profile ul li.google-plus a:hover {
	background-position: -528px -44px;
}
.social-profile ul li.wordpress a {
	background-position: -572px 0;
}
.social-profile ul li.wordpress a:hover {
	background-position: -572px -44px;
}
.social-profile ul li.deviantart a {
	background-position: -616px 0;
}
.social-profile ul li.deviantart a:hover {
	background-position: -616px -44px;
}
.social-profile ul li.slideshare a {
	background-position: -660px 0;
}
.social-profile ul li.slideshare a:hover {
	background-position: -660px -44px;
}
.social-profile ul li.instagram a {
	background-position: -704px 0;
}
.social-profile ul li.instagram a:hover {
	background-position: -704px -44px;
}
.social-profile ul li.skype a {
	background-position: -748px 0;
}
.social-profile ul li.skype a:hover {
	background-position: -748px -44px;
}
.social-profile ul li.soundcloud a {
	background-position: -792px 0;
}
.social-profile ul li.soundcloud a:hover {
	background-position: -792px -44px;
}
.social-profile ul li.email a {
	background-position: -837px 0;
}
.social-profile ul li.email a:hover {
	background-position: -837px -44px;
}
.social-profile ul li.contactus a {
	background-position: -837px 0;
}
.social-profile ul li.contactus a:hover {
	background-position: -837px -44px;
}
.social-profile ul li.xing a {
	background-position: -882px 0;
}
.social-profile ul li.xing a:hover {
	background-position: -882px -44px;
}
.social-profile ul li.specificfeeds a {
	background-position: -927px 0;
}
.social-profile ul li.specificfeeds a:hover {
	background-position: -927px -44px;
}
.social-profile ul li.meetup a {
	background-position: -971px 0;
}
.social-profile ul li.meetup a:hover {
	background-position: -971px -44px;
}
.social-profile ul li.goodreads a {
	background-position: -1015px 0;
}
.social-profile ul li.goodreads a:hover {
	background-position: -1015px -44px;
}
.social-profile ul li.github a {
	background-position: -1059px 0;
}
.social-profile ul li.github a:hover {
	background-position: -1059px -44px;
}
.social-profile ul li.vk a {
	background-position: -1103px 0;
}
.social-profile ul li.vk a:hover {
	background-position: -1103px -44px;
}
.social-profile ul li.spotify a {
	background-position: -1147px 0;
}
.social-profile ul li.spotify a:hover {
	background-position: -1147px -44px;
}
.social-profile ul li.thread a {
	background-position: -1191px 0;
}
.social-profile ul li.thread a:hover {
	background-position: -1191px -44px;
}
.social-profile ul li.bluesky a {
	background-position: -1236px 0;
}
.social-profile ul li.bluesky a:hover {
	background-position: -1236px -44px;
}
img#wpstats {
	display: none;
}

/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -3%;
	margin-right: -3%;
	padding-left: -3%;
	padding-right: -3%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -3%;
	margin-right: -3%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 3%;
}

/* =Contactform7
----------------------------------------------- */
#content span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FF0018;
    font-size: 12px;
    left: 5px;
    line-height: 12px;
    padding: 2px;
    top: 0;
}

/* =WooCommerce
----------------------------------------------- */

#main #catchflames-woocommerce .product {
	background-color: transparent;
	border: none;
}
#catchflames-woocommerce .hentry {
	padding: 0;
}

/* =Jetpack
----------------------------------------------- */
#content #infinite-handle {
	display: block;
	padding-bottom: 20px;
    text-align: center;
}
#content #infinite-handle span {
	background: none transparent;
	display: block;
	padding: 0;
}
#content #infinite-handle span button {
	background-color: #444;
	color: #eee;
	display: inline;
	font-size: 16px;
	padding: 10px 30px;
	width: 100%;
}
#content #infinite-handle span button:hover,
#content #infinite-handle span button:focus {
	background-color: #222;
	color: #fff;
}

#commentform .comment-subscription-form {
	margin-top: 20px;
	margin-bottom: 0;
}

/* =Scrollup
----------------------------------------------- */

a#scrollup {
	background-color: #000;
	bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	display: none;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
	padding: 5px;
	position: fixed;
	right: 20px;
	text-decoration: none;
	vertical-align: top;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	z-index: 999;
}
a#scrollup:before {
	content: '\f432';
}
a#scrollup:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		font-family: Georgia, serif;
		font-size: 10pt;
		background: none;
		color: black;
	}
	#page {
		width: 100%;
		margin: 0; padding: 0;
		background: none;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#header-content {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#main .content-sidebar-wrap {
		width: 100%;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.no-sidebar #content {
		margin: 0;
		width: 100%;
	}
	.no-sidebar .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar footer.entry-meta,
	.no-sidebar #comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-title,
	.featured-content-wrap .entry-title,
	.no-sidebar .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.no-sidebar #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}
	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ccc;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin: 0 auto 2em;
		padding: 2em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 2em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 2em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}
	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}
	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ccc;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}
/**
 * Theme Name:     Catch Flames Pro Child
 * Author:         MK
 * Template:       catch-flames-pro
 * Text Domain:	   catch-flames-pro-child
 * Description:    Catch Flames Pro is a Simple, Clean, Lightweight, Box Shaped Full-Width responsive WordPress theme that automatically adapts to the screen
 *//* empty *//**
 * Theme Name:     Catch Flames Pro Child
 * Author:         MK
 * Template:       catch-flames-pro
 * Text Domain:	   catch-flames-pro-child
 * Description:    Catch Flames Pro is a Simple, Clean, Lightweight, Box Shaped Full-Width responsive WordPress theme that automatically adapts to the screen
 */
/*
Theme Name: Catch Flames Pro
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - General Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Blocks - General Styles
--------------------------------------------------------------*/

/* Captions */
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	border: none;
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	padding: 14px;
	text-align: center;
}

.no-sidebar .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

.no-sidebar .alignwide {
	margin-left  : calc( -96vw / 2 + 100% / 2 );
    margin-right : calc( -96vw / 2 + 100% / 2 );
	max-width: 96vw;
}

.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
	width: auto;
}

/* 985px */
@media screen and (min-width: 61.5625em) {
	.no-sidebar .alignfull  {
		margin-left  : calc( -95vw / 2 + 100% / 2 );
	    margin-right : calc( -95vw / 2 + 100% / 2 );
		max-width: 95vw;
	}
}

/* 1024px */
@media screen and (min-width: 64em) {
	.no-sidebar.full-width-layout .alignfull {
		margin-left  : calc( -100vw / 2 + 100% / 2 );
	    margin-right : calc( -100vw / 2 + 100% / 2 );
	    max-width    : 100vw;
	}

	.no-sidebar:not(.full-width-layout) .alignwide {
	    margin-left: -69px;
	    margin-right: -69px;
	    max-width: 1216px;
	}

	.no-sidebar.full-width .alignwide {
		max-width: 1440px;
	}
}

/* 1280px */
@media screen and (min-width: 80em) {
	.no-sidebar:not(.full-width-layout) .alignwide {
	    margin-left: -120px;
	    margin-right: -120px;
	}
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 100px;
	font-weight: 500;
	line-height: 0.6;
	margin: 11px 14px 0 -10px;
}

/* Image */
.wp-block-image {
	margin-bottom: 1.750em;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin: 0.375em 2.222222222222222em 1.75em 0;
}

.wp-block-image figure.alignright {
	margin: 0.375em 0 1.75em 2.222222222222222em;
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.750em;
	margin-left: 0;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

.wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
}

/* Quote */
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 0 1.em;
	padding: 0 0 0 1.166666666666667em;
}

.rtl .wp-block-quote,
.rtl .wp-block-quote.is-large,
.rtl .wp-block-quote.is-style-large {
	padding: 0 1.4em 0 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border-top: 0;
	border-bottom: 0;
	border-left: 3px solid #1982d1;
	margin: 0.375em 1.75em 1.75em 0;
	padding: 20px;
	font-style: italic;
}

.rtl .wp-block-quote:not(.is-large):not(.is-style-large) {
	padding: 0 30px 0 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large):before {
	content: none;
}

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	color: inherit;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.615384615384615;
	text-align: left;
}

.rtl .wp-block-quote cite,
.rtl .wp-block-quote.is-large cite,
.rtl .wp-block-quote.is-large footer,
.rtl .wp-block-quote.is-style-large cite,
.rtl .wp-block-quote.is-style-large footer {
	text-align: right;
}

.wp-block-archives-list li,
.wp-block-categories-list li {
	margin-bottom: 0.55em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: disc;
}

/* Audio */
.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */
.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

/* File */
.wp-block-file .wp-block-file__button {
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-top: 2em;
	padding: 10px 20px;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #1982d1;
    background-color: transparent;
    border: 2px solid;
    background-image: none;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Editor Font Size */
.has-huge-font-size {
	font-size: 32px;
	line-height: 1.3;
}

.has-large-font-size {
	font-size: 28px;
	line-height: 1.166666666666667;
}

.has-normal-font-size {
	font-size: 16px;
	line-height: 1.75;
}

.has-small-font-size {
	font-size: 13px;
	line-height: 1.5;
}

/* Code */
.wp-block-code {
	background: transparent;
	border: 0;
	padding: 0;
}

.wp-block-code cite:before,
.wp-block-code small:before {
	content: "\2014\00a0";
}

.wp-block-quote__citation {
	font-size: 16px;
}

/* Pullquote */
.wp-block-pullquote {
	border-left: 0;
	border-top: 3px solid;
	border-bottom: 3px solid;
    color: inherit;
    margin: 0 0 1.75em;
    padding: 0;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 20px 30px;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: none;
    width: 100%;
    padding-left: 0;
    text-align: left;
}

.wp-block-pullquote.alignleft {
	margin: 0.375em 2.222222222222222em 1.75em 0;
}

.wp-block-pullquote.alignright  {
	margin: 0.375em 0 1.75em 2.222222222222222em;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
	color: inherit;
	display: block;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5;
	text-transform: none;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: inherit;
}

/* Table */
.wp-block-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-table thead th {
	background-color: #fafafa;
	font-weight: 700;
}

/*.wp-block-table th,
.wp-block-table td {
	border: 1px solid;
}*/

.wp-block-table th,
.wp-block-table td {
	/*padding: 0.7777777777777778em 1.555555555555556em;
	border-color: #ddd;*/
	border-top: 0;
	border-left: 0;
}

.wp-block-latest-posts.is-grid li {
    margin-bottom: 0.55em;
}

.wp-block-latest-posts.is-grid {
	padding-left: 20px;
}


/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */
.wp-block-button {
	margin-top: 1.750em;
	margin-bottom: 1.750em;
}

.wp-block-button.alignleft,
.wp-block-button.alignright {
	margin-top: 0;
}

.wp-block-button__link {
	display: inline-block;
	line-height: 1.62em;
	padding: 6px 10px;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	font-size: 13px;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */
.wp-block-separator {
	border: 0;
	margin: 1.5em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media & Text */
.wp-block-media-text {
	margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

.wp-block-latest-posts li {
	margin-bottom: 0.55em;
}

.wp-block-latest-posts.is-grid {
	list-style: disc;
}

.rtl .wp-block-latest-posts.is-grid li {
	margin: 0 0.55em 0 0;
}

.wp-block-latest-posts__post-date {
	color: inherit;
	display: block;
	font-size: 13px;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

/* Comments */
.wp-block-latest-comments__comment {
	border-top: 1px solid;
	font-size: inherit;
	margin: 0;
	padding: 1.75em 0;
}

.wp-block-latest-comments article {
	margin-bottom: 0;
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	float: none;
	width: 100%;
}

.wp-block-latest-comments a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-latest-comments__comment-meta {
	font-size: inherit;
	margin-bottom: 14px;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}

.wp-block-latest-comments__comment-excerpt >:last-child {
	margin-bottom: 0;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	font-weight: 400;
	text-decoration: none;
}

.wp-block-latest-comments__comment-date {
	color: inherit;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 7px 0 0;
	text-transform: capitalize;
}

.wp-block-quote.is-large {
	border: none;
}


.wp-block-pullquote:not(.alignleft):not(.alignright) blockquote:before {
	top: -28px;
}

.wp-block-pullquote blockquote:before {
	content: none;
}

/* ## >= 1024px */
@media screen and (min-width: 64em) {
	.has-huge-font-size {
		font-size: 42px;
	}

	.has-large-font-size {
		font-size: 34px;
	}

}

/* 1366px */
@media screen and (min-width: 85.375em) {
	.has-huge-font-size {
		font-size: 48px;
	}

	.no-sidebar .alignfull {
	    margin-left: calc( -100vw / 2 + 100% / 2 );
	    margin-right: calc( -100vw / 2 + 100% / 2 );
	    max-width: 100vw;
	}
}

/* 1600px */
@media screen and (min-width: 100em) {
	.has-huge-font-size {
		font-size: 56px;
	}

	.has-large-font-size {
	    font-size: 42px;
	}
}


/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

.wp-block-file .wp-block-file__button,
.wp-block-button__link {
	background-color: #e6e6e6;
	color: #7c7c7c;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
	background-color: #ebebeb;
	color: #5e5e5e;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover,
.wp-block-button__link.is-style-outline:focus {
	background-color: #ebebeb;
	color: #5e5e5e;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
	border-color: transparent;
}

.wp-block-pullquote {
	border-color: #1982d1;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border: 0;
	padding: 0 30px;
	margin: 0 0 1.75em 0;
}

.wp-block-latest-comments__comment {
	border-color: #1982d1;
}

/*White*/
.wp-block-button .wp-block-button__link.has-white-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-white-color,
.has-white-color {
	color: #fff;
}

.wp-block-button .wp-block-button__link.has-white-background-color,
.has-white-background-color {
	background-color: #fff;
}

/*Black*/
.wp-block-button .wp-block-button__link.has-black-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-black-color,
.has-black-color {
	color: #111;
}

.wp-block-button .wp-block-button__link.has-black-background-color,
.has-black-background-color {
	background-color: #111;
}

/*Gray*/
.wp-block-button .wp-block-button__link.has-gray-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-gray-color,
.has-gray-color {
	color: #f4f4f4;
}

.wp-block-button .wp-block-button__link.has-gray-background-color,
.has-gray-background-color {
	background-color: #f4f4f4;
}

/*yellow*/
.wp-block-button .wp-block-button__link.has-yellow-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-yellow-color,
.has-yellow-color {
	color: #e5ae4a;
}

.wp-block-button .wp-block-button__link.has-yellow-background-color,
.has-yellow-background-color {
	background-color: #e5ae4a;
}

/*Blue*/
.wp-block-button .wp-block-button__link.has-blue-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-blue-color,
.has-blue-color {
	color: #1982d1;
}

.wp-block-button .wp-block-button__link.has-blue-background-color,
.has-blue-background-color {
	background-color: #1982d1;
}
/**

	Genericons v.3.3

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */

@font-face {
    font-family: 'Genericons';
    src: url(//pyrofeuer.de/wp-content/themes/catch-flames-pro/css/genericons/Genericons.eot);
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url(//pyrofeuer.de/wp-content/themes/catch-flames-pro/css/genericons/Genericons.ttf) format('truetype'),
         url(//pyrofeuer.de/wp-content/themes/catch-flames-pro/css/genericons/Genericons.svg#genericonsregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(https://pyrofeuer.de/wp-content/themes/catch-flames-pro/css/genericons/Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }/* =Mobile Menu
-------------------------------------------------------------- */

.mobile-menu,
.mobile-menu-text,
.no-sidebar.one-column #access-top {
	display: none;
}
.no-sidebar.one-column #mobile-fixed-header {
	display: inline-block;
	float: left;
	height: 30px;
	margin: 0;
	width: 30px;
	overflow: hidden;
}
.no-sidebar.one-column #mobile-fixed-header.mobile-menu a {
	color: #000;
	padding: 5px;
}
.mobile-top-nav-open #mobile-fixed-header .genericon-menu:before,
.mobile-header-left-nav-open #mobile-header-menu .genericon-menu:before,
.mobile-header-right-nav-open #mobile-header-right-menu .genericon-menu:before,
.mobile-footer-nav-open #mobile-footer-menu .genericon-menu:before {
	content: "\f406";
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


/* =Screen Size Max 1344px
-------------------------------------------------------------- */

@media screen and (max-width: 1344px) {
	.wrapper,
	#main-slider.normal-width {
		width: 1200px;
	}
	#content .has-post-thumbnail.image-left .featured-image {
		width: 170px;
	}
	#content .has-post-thumbnail.image-left .entry-container {
		width: 370px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container {
		width: 340px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 940px;
	}

	/* Three Columns Layout, Style 1
 	* Left Sidebar Smaller */
	.three-columns .content-sidebar-wrap {
		width: 960px;
	}
	.three-columns #primary {
		width: 600px;
	}
	.three-columns #third-sidebar {
		width: 220px;
	}

	/* Three Columns Layout, Style 3
	 * Equal Sidebars */
	.three-columns.equal .content-sidebar-wrap {
		width: 870px;
	}
	.three-columns.equal #secondary,
	.three-columns.equal #third-sidebar {
		width: 310px;
	}

	#supplementary.two .widget-area,
	#site-generator .copyright,
	#site-generator .powered {
		width: 590px;
	}
}


/* =Screen Size Max 1280px
-------------------------------------------------------------- */

@media screen and (max-width: 1280px) {
	.wrapper,
	#main-slider.normal-width,
	.two-columns .wrapper,
	.two-columns #main-slider.normal-width {
		width: 1100px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 840px;
	}
	.two-columns #primary {
		width: 740px;
	}
	.two-columns #secondary {
		width: 340px;
	}
	.two-columns #content .has-post-thumbnail.image-left .featured-image {
		width: 290px;
	}
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container {
		width: 480px;
	}
	#content .has-post-thumbnail.image-left .featured-image {
		width: 140px;
	}
	#content .has-post-thumbnail.image-left .entry-container {
		width: 340px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 160px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
	    width: 320px;
	}
	/* Three Columns Layout, Style 1
 	* Left Sidebar Smaller */
	.three-columns .content-sidebar-wrap {
		width: 860px;
	}
	.three-columns #primary {
		width: 540px;
	}
	.three-columns #secondary {
		width: 300px;
	}

	/* Three Columns Layout, Style 3
	 * Equal Sidebars */
	.three-columns.equal .content-sidebar-wrap {
		width: 820px;
	}
	.three-columns.equal #secondary,
	.three-columns.equal #third-sidebar {
		width: 260px;
	}

	#supplementary.two .widget-area,
	.two-columns #supplementary.two .widget-area,
	#site-generator .copyright,
	#site-generator .powered {
		width: 540px;
	}
}


/* =Screen Size Max 1152px
-------------------------------------------------------------- */

@media screen and (max-width: 1152px) {
	.wrapper,
	#main-slider.normal-width,
	.two-columns .wrapper,
	.two-columns #main-slider.normal-width {
		width: 1040px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 780px;
	}
	#content .has-post-thumbnail.image-left .featured-image {
		width: 140px;
	}
	#content .has-post-thumbnail.image-left .entry-container {
		width: 320px;
	}
	.two-columns #content .has-post-thumbnail.image-left .featured-image {
		width: 230px;
	}
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container {
		width: 420px;
	}
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 340px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 140px;
	}

	/* Two Columns Layout
 	* Left Sidebar
	* Right Sidebar */
	.two-columns #primary {
		width: 680px;
	}

	/* Three Columns Layout, Style 1
 	* Left Sidebar Smaller */
	.three-columns .content-sidebar-wrap {
		width: 820px;
	}
	.three-columns #primary {
		width: 520px;
	}
	.three-columns #secondary {
		width: 280px;
	}
	.three-columns #third-sidebar {
		width: 200px;
	}

	/* Three Columns Layout, Style 3
	 * Equal Sidebars */
	.three-columns.equal .content-sidebar-wrap {
		width: 790px;
	}
	.three-columns.equal #secondary,
	.three-columns.equal #third-sidebar {
		width: 230px;
	}

	.two-columns #supplementary.two .widget-area,
	.two-columns #site-generator .copyright,
	.two-columns #site-generator .powered,
	#supplementary.two .widget-area,
	#site-generator .copyright,
	#site-generator .powered {
		width: 510px;
	}
}


/* =Screen Size Max 1100px
-------------------------------------------------------------- */

@media screen and (max-width: 1100px) {
	.wrapper,
	.two-columns .wrapper,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width {
		width: 960px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 700px;
	}
	#content .has-post-thumbnail.image-left .featured-image {
		width: 120px;
	}
	.two-columns #content .has-post-thumbnail.image-left .featured-image {
		width: 140px;
	}
	.two-columns #content .has-post-thumbnail.image-left .entry-container {
		width: 400px;
	}
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container {
		width: 340px;
	}
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 320px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 120px;
	}

	/* Two Columns Layout
 	* Left Sidebar
	* Right Sidebar */
	.two-columns #primary {
		width: 600px;
	}
	.two-columns #supplementary.two .widget-area,
	.two-columns #site-generator .copyright,
	.two-columns #site-generator .powered {
		width: 470px;
	}

	/* Three Columns Layout, Style 1
 	* Left Sidebar Smaller */
	.three-columns .content-sidebar-wrap {
		width: 740px;
	}
	.three-columns #primary {
		width: 500px;
	}
	.three-columns #secondary {
		width: 220px;
	}

	/* Three Columns Layout, Style 3
	 * Equal Sidebars */
	.three-columns.equal .content-sidebar-wrap {
		width: 730px;
	}
	.three-columns.equal #primary {
		width: 500px;
	}
	.three-columns.equal #secondary,
	.three-columns.equal #third-sidebar {
		width: 210px;
	}

	#supplementary.two .widget-area,
	#site-generator .copyright,
	#site-generator .powered {
		width: 470px;
	}
}


/* =Screen Size Max 900px
-------------------------------------------------------------- */

@media screen and (max-width: 1000px) {
	.wrapper,
	.two-columns .wrapper,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width {
		width: 900px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 640px;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 140px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container {
		width: 340px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 150px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 330px;
	}

	/* Two Columns Layout
 	* Left Sidebar
	* Right Sidebar */
	.two-columns #supplementary.two .widget-area,
	.two-columns #site-generator .copyright,
	.two-columns #site-generator .powered {
		width: 440px;
	}

	/* Three Columns Layout */
	.three-columns .content-sidebar-wrap,
	.three-columns.equal .content-sidebar-wrap {
		width: 100%;
	}
	.two-columns #primary,
	.three-columns #primary,
	.three-columns.equal #primary {
		width: 540px;
	}
	.three-columns #secondary,
	.three-columns.equal #secondary {
		width: 340px;
	}
	.three-columns #third-sidebar,
	.three-columns.equal #third-sidebar {
		margin-left: -20px;
    	width: 920px;
	}
	.three-columns #third-sidebar .widget {
		clear: none;
		display: inline;
		float: left;
		margin-left: 20px;
		width: 440px;
	}
	.three-columns #third-sidebar .widget:nth-child(2n+1) {
		clear: both;
	}

	/* Four Footer Widget Areas */
	#supplementary.four .widget-area {
		float: left;
		margin-right: 20px;
		width: 440px;
	}
	#supplementary.four #second.widget-area {
		margin-right: 0;
	}

	#supplementary.two .widget-area,
	#site-generator .copyright,
	#site-generator .powered {
		width: 440px;
	}
}


/* =Screen Size Max 940px
-------------------------------------------------------------- */

@media screen and (max-width: 940px) {
	.wrapper,
	.two-columns .wrapper,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width {
		display: block;
		width: 740px;
	}
	#main-slider .entry-container {
		left: 10%;
		width: 80%;
	}
	#main-slider .entry-header .entry-title {
		font-size: 28px;
	}
	#header-content {
		padding-top: 15px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 480px;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 120px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container {
		width: 320px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 110px;
	}
	#top-logo img {
		padding: 5px 0;
		max-height: 40px;
	}
	#branding img {
		max-height: 45px;
	}
	#site-logo,
	#site-details {
		float: none;
	}
	#site-logo.title-right {
		padding-right: 0;
		padding-bottom: 10px;
	}
	#sidebar-header-right {
		clear: both;
		display: inline-block;
		float: none;
		padding-top: 10px;
		text-align: center;
		width: 100%;
	}
	.sidebar-top .widget {
		float: none;
	}
	.sidebar-top .social-profile ul li {
		display: inline-block;
		float: none;
	}
	.sidebar-top .widget.widget_nav_menu {
		margin: 0;
	}
	#branding .widget_search #s {
		display: block;
    	float: none;
   		margin: 0 auto;
		width: 50%;
	}
	.two-columns #primary,
	.three-columns #primary,
	.three-columns.equal #primary {
		width: 500px;
	}
	.two-columns #secondary,
	.three-columns #secondary,
	.three-columns.equal #secondary {
		width: 220px;
	}
	.three-columns #third-sidebar,
	.three-columns.equal #third-sidebar {
    	width: 760px;
	}
	.three-columns #third-sidebar .widget {
		width: 360px;
	}
	#supplementary.four .widget-area,
	#supplementary.two .widget-area,
	#site-generator .copyright,
	#site-generator .powered,
	.two-columns #supplementary.two .widget-area,
	.two-columns #site-generator .copyright,
	.two-columns #site-generator .powered {
		width: 360px;
	}
	#featured-content.layout-four .hentry {
	    width: 50%;
	}
	#featured-content.layout-four .hentry:nth-child(2n+1) {
		clear: both;
	}
	/* Mobile Menu */
	#logo-wrap {
		margin: 0;
		padding: 0;
	}
	.has-header-top #top-logo {
		text-align: center;
		width: 640px;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 670px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 680px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 700px;
	}
	.has-header-top.no-top-menu.no-top-social.no-top-search #top-logo {
		width: 100%;
	}
	#header-extra #header-social-toggle,
	#header-extra #header-search-toggle {
		height: 28px;
		margin-left: 2px;
		padding: 4px;
		width: 28px;
	}
	#header-social, #header-search {
		top: 34px;
	}
	.has-header-left-menu #logo-wrap {
		text-align: center;
		width: 700px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 660px;
		overflow: hidden;
	}
	#access-top,
	#access-header-sidebar,
	#header-menu,
	#header-menu #access-secondary,
	#access-footer {
		display: none;
	}
	.mobile-menu {
		display: inline-block;
		float: left;
		height: 40px;
		padding: 0;
		margin: 0;
		width: 40px;
		overflow: hidden;
	}
	.mobile-menu a {
		color: #000;
		padding: 10px;
	}
	#mobile-header-right-menu {
		float: right;
	}
	#mobile-footer-menu {
		display: block;
		float: none;
		margin: 0 auto;
	}
	#mobile-footer-menu.mobile-menu a {
		padding: 5px;
		color: #ddd;
	}
	/* Font Size */
	body,
	input,
	textarea {
		font-size: 15px;
		line-height: 1.62em;
	}
	#site-title {
	    font-size: 32px;
	    line-height: 1.2;
	}
	.entry-title {
		font-size: 24px;
		line-height: 1.2;
	}
	.entry-header .entry-format {
		font-size: 9px;
	}
	.entry-content h1,
	.comment-content h1 {
	    font-size: 22px;
	}
	.entry-content h2,
	.comment-content h2 {
	    font-size: 20px;
	}
	.entry-content h3,
	.comment-content h3 {
	    font-size: 18px;
	}
	.entry-content h4,
	.comment-content h4 {
	    font-size: 16px;
	}
	.entry-content h5,
	.comment-content h5 {
	    font-size: 14px;
	}
	.entry-content h6,
	.comment-content h6 {
	    font-size: 12px;
	}
	.widget-area,
	.widget ul {
	    font-size: 13px;
	    line-height: 1.5;
	}
	.widget .widget-title,
	.widget .widget-title a {
		font-size: 16px;
		line-height: 1.5;
	}
	#site-generator {
		font-size: 12px;
	}
}


/* =Screen Size Max 782px
-------------------------------------------------------------- */

@media screen and (max-width: 782px) {
	.admin-bar #header-top.fixed-header {
		margin-top: 46px;
	}
	.wrapper,
	.two-columns .wrapper,
	.one-column.no-sidebar .site,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar #header-top {
		width: 600px;
	}
	#main-slider .entry-container {
		left: 5%;
		width: 90%;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 340px;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 170px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container {
		width: 370px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 140px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 400px;
	}
	#sidebar-header-right {
		padding-top: 10px;
	}
	.has-header-top #top-logo {
		width: 500px;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 530px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 540px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 560px;
	}
	.has-header-left-menu #logo-wrap {
		width: 560px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 520px;
	}
	#site-logo.title-right {
		padding-right: 0;
	}
	#mobile-header-sidebar {
		float: none;
	}
	.no-sidebar #primary,
	.two-columns #primary,
	.three-columns #primary,
	.three-columns.equal #primary {
		width: 100%;
	}
	.two-columns #secondary,
	.three-columns #secondary,
	.three-columns.equal #secondary {
		clear: both;
		width: 620px;
		margin-left: -20px;
	}
	.two-columns #secondary .widget,
	.three-columns #secondary .widget {
		clear: none;
		display: inline;
		float: left;
		margin-left: 20px;
	}
	.two-columns #secondary .widget:nth-child(2n+1),
	.three-columns #secondary .widget:nth-child(2n+1) {
		clear: both;
	}
	.three-columns #third-sidebar,
	.three-columns.equal #third-sidebar {
		width: 620px;
	}
	.two-columns #secondary .widget,
	.three-columns #secondary .widget,
	.three-columns #third-sidebar .widget,
	.three-columns.equal #third-sidebar .widget {
    	width: 290px;
	}
	#supplementary.four .widget-area,
	.two-columns #supplementary.two .widget-area,
	#supplementary.two .widget-area {
		width: 290px;
	}
	.one-column.no-sidebar #supplementary.two .widget-area {
		width: 280px;
	}
	#site-generator .social-profile {
		width: 100%;
	}
	#site-generator .social-profile ul {
		text-align: center;
	}
	#site-generator .social-profile ul li {
		display: inline-block;
		float: none;
	}
	.one-column.no-sidebar #site-generator .copyright,
	.one-column.no-sidebar #site-generator .powered,
	.two-columns #site-generator .copyright,
	.two-columns #site-generator .powered,
	#site-generator .copyright,
	#site-generator .powered {
		display: block;
		width: 100%;
		text-align: center;
	}

}


/* =iPad Portrait
-------------------------------------------------------------- */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	.wrapper,
	.two-columns .wrapper,
	.one-column.no-sidebar .site,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar #header-top {
		width: 710px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 450px;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-left .featured-image {
		width: 200px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-left .entry-container {
		width: 450px;
	}

	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 169px;
	}
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container {
		width: 480px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 150px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 500px;
	}
	.has-header-top #top-logo {
		width: 610px;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 640px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 650px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 670px;
	}
	.has-header-left-menu #logo-wrap {
		width: 670px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 630px;
	}
	.two-columns #secondary,
	.three-columns #secondary,
	.three-columns.equal #secondary,
	.three-columns #third-sidebar,
	.three-columns.equal #third-sidebar {
		width: 730px;
	}
	.two-columns #secondary .widget,
	.three-columns #secondary .widget,
	.three-columns #third-sidebar .widget,
	.three-columns.equal #third-sidebar .widget {
		width: 305px;
	}
	#supplementary.four .widget-area,
	.two-columns #supplementary.two .widget-area,
	#supplementary.two .widget-area {
		width: 345px;
	}
	.one-column.no-sidebar #supplementary.two .widget-area {
		width: 327px;
	}
}


/* =Screen Size Max 640px
-------------------------------------------------------------- */

@media screen and (max-width: 640px) {
	.wrapper,
	.two-columns .wrapper,
	.one-column.no-sidebar .site,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar #header-top {
		width: 500px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .featured-image,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .featured-image,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .featured-image {
		width: 150px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 290px;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 120px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container {
		width: 320px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 100px;
	}
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 340px;
	}
	#header-social,
	#header-search {
		width: 475px;
	}
	#header-search #searchform input#s {
		width: 455px;
	}
	#header-content,
	.one-column.no-sidebar #header-content {
		padding: 10px 0;
	}
	.has-header-top #top-logo {
		width: 400px;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 430px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 440px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 460px;
	}
	.has-header-left-menu #logo-wrap {
		width: 460px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 420px;
	}
	.two-columns #secondary,
	.three-columns #secondary,
	.three-columns #third-sidebar,
	.three-columns.equal #secondary,
	.three-columns.equal #third-sidebar {
		width: 520px;
	}
	.two-columns #secondary .widget,
	.three-columns #secondary .widget,
	.three-columns #third-sidebar .widget,
	.three-columns.equal #third-sidebar .widget {
    	width: 240px;
	}
	#commentform .comment-subscription-form {
		margin-top: 10px;
	}
	#supplementary.four .widget-area,
	.two-columns #supplementary.two .widget-area,
	#supplementary.two .widget-area {
		width: 240px;
	}
	.commentlist .children {
		margin-left: 0;
	}
	#respond form input[type="text"] {
		width: 100%;
	}
	.one-column.no-sidebar #colophon #supplementary .widget-area {
		width: 100%;
	}
	#supplementary.three .widget-area {
		width: 48%;
	}
	#supplementary.three #second.widget-area {
		margin-right: 0;
		margin-left: 2%;
	}
	#supplementary.three #third.widget-area {
		width: 100%;
	}
	/* Font Size */
	#site-title {
	    font-size: 26px;
	}
	#site-description {
		font-size: 13px;
	}
	body,
	input,
	textarea {
		font-size: 14px;
	}
	.entry-title,
	.featured-content-wrap .entry-title {
		font-size: 20px;
	}
	.entry-header .entry-format {
		font-size: 9px;
	}
	#main-slider .entry-header .entry-title {
		font-size: 24px;
	}
	#main-slider .entry-content {
		font-size: 16px;
	}
	.entry-content h1,
	.comment-content h1 {
	    font-size: 20px;
	}
	.entry-content h2,
	.comment-content h2 {
	    font-size: 18px;
	}
	.entry-content h3,
	.comment-content h3 {
	    font-size: 16px;
	}
	.entry-content h4,
	.comment-content h4 {
	    font-size: 15px;
	}
	.entry-content h5,
	.comment-content h5 {
	    font-size: 14px;
	}
	.entry-content h6,
	.comment-content h6 {
	    font-size: 12px;
	}
	.widget-area,
	.widget ul {
	    font-size: 13px;
	    line-height: 1.5;
	}
	.widget .widget-title,
	.widget .widget-title a {
		font-size: 16px;
		line-height: 1.5;
	}
	#respond form p.form-allowed-tags,
	#respond form p.form-allowed-tags code,
	#commentform .comment-subscription-form,
	#site-generator {
		font-size: 12px;
	}
}


/* =Screen Size Max 568px
-------------------------------------------------------------- */

@media screen and (max-width:600px) {
	.admin-bar #header-top.fixed-header {
		margin-top: 0;
	}
}


/* =Screen Size Max 568px
-------------------------------------------------------------- */

@media screen and (max-width: 568px) {
	.wrapper,
	.two-columns .wrapper,
	.one-column.no-sidebar .site,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar #header-top {
		width: 440px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .featured-image,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .featured-image,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .featured-image {
		width: 15%;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 80%;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image,
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 100px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 280px;
	}
	#branding .widget_search #s {
		width: 80%;
	}
	#header-social,
	#header-search {
		width: 418px;
	}
	#header-search #searchform input#s {
		width: 396px;
	}
	.has-header-top #top-logo {
		width: 340px;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 370px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 380px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 400px;
	}
	.has-header-left-menu #logo-wrap {
		width: 400px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 360px;
	}
	.two-columns #secondary,
	.three-columns #secondary,
	.three-columns #third-sidebar,
	.three-columns.equal #secondary,
	.three-columns.equal #third-sidebar {
		width: 460px;
	}
	.two-columns #secondary .widget,
	.three-columns #secondary .widget,
	.three-columns #third-sidebar .widget,
	.three-columns.equal #third-sidebar .widget {
    	width: 210px;
	}
	#supplementary.four .widget-area,
	.two-columns #supplementary.two .widget-area,
	#supplementary.two .widget-area {
		width: 210px;
	}
	#promotion-message .left-section,
	#promotion-message .right-section {
		display: block;
	    float: none;
	    max-width: 100%;
	    padding: 20px 20px 0;
	    text-align: center;
	}
	#promotion-message .left-section {
		padding: 20px 20px 0;
	}
	#promotion-message .right-section {
		padding: 0 20px 20px;
	}
}


/* =iPhone 5 in landscape
-------------------------------------------------------------- */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
	.wrapper,
	.two-columns .wrapper,
	.one-column.no-sidebar .site,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar #header-top {
		width: 540px;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .featured-image,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .featured-image,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .featured-image {
		width: 15%;
	}
	.no-sidebar.full-width #content .has-post-thumbnail.image-left .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-tall .entry-container,
	.no-sidebar.full-width #content .has-post-thumbnail.image-square .entry-container {
		width: 80%;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image,
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 120px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 340px;
	}
	#header-social,
	#header-search {
		width: 498px;
	}
	#header-search #searchform input#s {
		width: 478px;
	}
	.has-header-top #top-logo {
		width: 440px
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 470px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 480px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 500px;
	}
	.has-header-left-menu #logo-wrap {
		width: 500px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 460px;
	}
	.two-columns #secondary,
	.three-columns #secondary,
	.three-columns #third-sidebar,
	.three-columns.equal #secondary,
	.three-columns.equal #third-sidebar {
		width: 560px;
	}
	.two-columns #secondary .widget,
	.three-columns #secondary .widget,
	.three-columns #third-sidebar .widget,
	.three-columns.equal #third-sidebar .widget,
	#supplementary.four .widget-area,
	.two-columns #supplementary.two .widget-area,
	#supplementary.two .widget-area {
		width: 260px;
	}
	.edit-link {
		display: none;
	}
}


/* =Screen Size Max 480px
-------------------------------------------------------------- */

@media screen and (max-width: 480px) {
	.wrapper,
	.two-columns .wrapper,
	.one-column.no-sidebar .site,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar #header-top {
		width: 360px;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image,
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 60px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 240px;
	}
	#header-social,
	#header-search {
		width: 338px;
	}
	#header-search #searchform input#s {
		width: 318px;
	}
	.has-header-top #top-logo {
		width: 260px;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 290px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 300px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 320px;
	}
	.has-header-left-menu #logo-wrap {
		width: 320px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 280px;
	}
	.two-columns #secondary,
	.three-columns #secondary,
	.three-columns #third-sidebar,
	.three-columns.equal #secondary,
	.three-columns.equal #third-sidebar,
	.two-columns #secondary .widget,
	.three-columns #secondary .widget,
	.three-columns #third-sidebar .widget,
	.three-columns.equal #third-sidebar .widget {
		margin-left: 0;
    	width: 100%;
	}
	#supplementary.four .widget-area,
	.two-columns #supplementary.two .widget-area,
	#supplementary.two .widget-area,
	#supplementary.three .widget-area {
		width: 100%;
	}
	.edit-link {
		display: none;
	}
	#main-slider .entry-header .entry-title {
		font-size: 18px;
	}
	#main-slider .entry-content {
		font-size: 14px;
		line-height: 1.3;
		padding-top: 0;
	}
	#featured-content.layout-four .hentry,
	#featured-content.layout-three .hentry,
	#featured-content.layout-two .hentry {
		width: 100%;
	}
}


/* =Screen Size Max 400px
-------------------------------------------------------------- */

@media screen and (max-width: 400px) {
	.wrapper,
	.two-columns .wrapper,
	.one-column.no-sidebar .site,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar #header-top {
		width: 340px;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image,
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 50px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 230px;
	}
	.two-columns #content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-left .entry-container {
		width: 100%;
	}
	.two-columns #content .has-post-thumbnail.image-left .featured-image {
		padding-bottom: 10px;
	}
	#branding .widget_search #s {
		width: 90%;
	}
	#header-social,
	#header-search {
		width: 318px;
	}
	#header-search #searchform input#s {
		width: 298px;
	}
	.has-header-top #top-logo {
		width: 240px;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 270px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 280px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 300px;
	}
	.has-header-left-menu #logo-wrap {
		width: 300px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 260px;
	}
	#main-slider .entry-content {
		display: none;
	}
}


/* =Screen Size Max 360px
-------------------------------------------------------------- */

@media screen and (max-width: 360px) {
	.wrapper,
	.two-columns .wrapper,
	.one-column.no-sidebar .site,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar #header-top {
		width: 320px;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image,
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 50px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 210px;
	}
	#header-social,
	#header-search {
		width: 298px;
	}
	#header-search #searchform input#s {
		width: 278px;
	}
	.has-header-top #top-logo {
		width: 220px;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 250px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 260px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 280px;
	}
	.has-header-left-menu #logo-wrap {
		width: 280px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 240px;
	}
	#branding img {
		max-height: 35px;
	}
}


/* =Screen Size Max 320px
-------------------------------------------------------------- */

@media screen and (max-width: 320px) {
	.wrapper,
	.two-columns .wrapper,
	.one-column.no-sidebar .site,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar #header-top {
		width: 300px;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image,
	.three-columns #content .has-post-thumbnail.image-tall .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 40px;
	}
	#content .has-post-thumbnail.image-left .entry-container,
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 200px;
	}
	#header-social,
	#header-search {
		width: 278px;
	}
	#header-search #searchform input#s {
		width: 258px;
	}
	.has-header-top #top-logo {
		width: 200px;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 230px;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 240px;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 260px;
	}
	.has-header-left-menu #logo-wrap {
		width: 260px;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 240px;
	}
}


/* =Screen Size Max 300px
-------------------------------------------------------------- */

@media screen and (max-width: 300px) {
	.wrapper,
	.two-columns .wrapper,
	#main-slider.normal-width,
	.two-columns #main-slider.normal-width,
	.one-column.no-sidebar .site,
	.one-column.no-sidebar #header-top {
		width: 100%;
	}
	.one-column.no-sidebar #top-logo {
		width: 60%;
	}
	#header-social,
	#header-search {
		width: 96%;
	}
	#header-search #searchform input#s {
		width: 95%;
	}
	#content .has-post-thumbnail.image-left .featured-image,
	#content .has-post-thumbnail.image-left .entry-container {
		width: 100%;
	}

	.two-columns #content .has-post-thumbnail.image-tall .featured-image,
	.two-columns #content .has-post-thumbnail.image-square .featured-image,
	.three-columns #content .has-post-thumbnail.image-square .featured-image {
		width: 20%;
	}
	.two-columns #content .has-post-thumbnail.image-tall .entry-container,
	.two-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns #content .has-post-thumbnail.image-square .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-tall .entry-container,
	.three-columns.equal #content .has-post-thumbnail.image-square .entry-container {
		width: 80%;
	}
	#header-content,
	.one-column.no-sidebar #header-content {
		padding: 10px 0;
	}
	.has-header-top #top-logo {
		width: 66%;
	}
	.has-header-top.no-top-social #top-logo,
	.has-header-top.no-top-search #top-logo {
		width: 75%;
	}
	.has-header-top.no-top-menu #top-logo {
		width: 78%;
	}
	.has-header-top.no-top-social.no-top-search #top-logo {
		width: 86%;
	}
	.has-header-left-menu #logo-wrap {
		width: 86%;
	}
	.has-header-left-menu.has-header-right-menu #logo-wrap {
		width: 72%;
	}
	.hentry,
	.no-results,
	#author-info,
	#disqus_thread,
	#content .error404,
	.widget, #comments,
	.two-columns #secondary .widget,
	.three-columns #secondary .widget,
	.three-columns #third-sidebar .widget,
	.three-columns.equal #third-sidebar .widget {
		margin-bottom: 10px;
		padding: 2%;
    	width: 96%;
	}
	#branding .widget_search #s:focus {
		width: 70%;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus,
	input#s,
	#respond form input[type="text"],
	#respond form textarea,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	textarea {
 		font-size: 16px;
  	}
}

@media screen and (min-width: 1600px) {
	.one-column.no-sidebar .site {
		width: 780px;
	}
	#main,
	#footer-sidebar,
	#main-slider.normal-width,
	.no-sidebar.one-column #main-slider {
		padding-top: 35px;
	}
	.hentry,
	.no-results,
	#author-info,
	#disqus_thread,
	#content .error404,
	.widget,
	#supplementary .widget,
	#comments {
	    margin-bottom: 35px;
	    padding: 35px;
	}
	.wrapper {
		width: 1350px;
	}
	.two-columns .wrapper,
	.two-columns #main-slider.normal-width {
		width: 1215px;
	}
	.three-columns .content-sidebar-wrap {
	    width: 1045px;
	}
	.three-columns.equal .content-sidebar-wrap {
		width: 945px;
	}
	#primary {
		width: 780px;
	}
	#secondary,
	.three-columns.equal #third-sidebar {
		width: 370px;
	}
	.three-columns #third-sidebar {
		width: 270px;
	}
	#supplementary.three .widget-area {
	    margin-right: 3%;
	    width: 31.33%;
	}
	.one-column.no-sidebar #header-top .wrapper,
	.one-column.no-sidebar #header-content .wrapper,
	.one-column.no-sidebar #supplementary .wrapper,
	.one-column.no-sidebar #site-generator .wrapper {
		width: 94%;
	}
	#content .featured-image {
		margin-bottom: 21px;
	}
	#content .image-full-width .featured-image {
		margin: -35px -35px 21px;
	}
}
.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;box-shadow:0 0 5px 5px #ebebeb inset}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size:100%;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff),color-stop(100%, #dfdfdf));background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:0;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #ebebeb inset}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:0;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:0}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:0;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #ebebeb inset}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;border-radius:2px;border:0;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}
.se-modal-wrapper{display:none}.se-blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:99999;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,.75);text-align:center}.se-blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.05em}.se-blocker.se-behind{background-color:transparent}.se-modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:1540px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:calc(100% - 120px);background:#fff;-webkit-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.se-modal:after,.se-modal:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;z-index:1}.se-modal:after{top:50%;left:50%;width:40px;height:40px;border:4px solid #212121;border-top-color:#3498db;border-radius:50%;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.se-modal.se-loaded:after,.se-modal.se-loaded:before{opacity:0;visibility:hidden}.se-modal-inner{height:100%;overflow:auto}.se-modal>iframe{width:100%;height:100%;border-width:0}.se-modal a.se-close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);z-index:2}.se-modal-spinner{display:none;position:fixed;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.se-modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:se-sk-stretchdelay 1.2s infinite ease-in-out;animation:se-sk-stretchdelay 1.2s infinite ease-in-out}.se-modal-spinner .se-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.se-modal-spinner .se-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.se-modal-spinner .se-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}@media screen and (min-width:1025px){.se-modal{width:90%}}@-webkit-keyframes se-sk-stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.5);transform:scaleY(.5)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes se-sk-stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.5);transform:scaleY(.5)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}/*! This file is auto-generated */
.wp-color-picker{width:80px;direction:ltr}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{min-height:30px;margin:0 6px 6px 0;padding:0 0 0 30px;font-size:11px}.wp-color-result-text{background:#f6f7f7;border-radius:0 2px 2px 0;border-left:1px solid #c3c4c7;color:#50575e;display:block;line-height:2.54545455;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#1d2327;border-color:#a7aaad;border-left:1px solid #8c8f94}.wp-picker-container{display:inline-block}.wp-color-result:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear,.wp-customizer .wp-picker-input-wrap .button.wp-picker-default,.wp-picker-input-wrap .button.wp-picker-clear,.wp-picker-input-wrap .button.wp-picker-default{margin-left:6px;padding:0 8px;line-height:2.54545455;min-height:30px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#50575e}.wp-picker-container .iris-picker{border-radius:0;border-color:#dcdcde;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:4rem;font-size:12px;font-family:monospace;line-height:2.33333333;margin:0;padding:0 5px;vertical-align:top;min-height:30px}.wp-color-picker::-webkit-input-placeholder{color:#646970}.wp-color-picker::-moz-placeholder{color:#646970;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#646970}.wp-picker-container input[type=text].iris-error{background-color:#fcf0f1;border-color:#d63638;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{border-color:#3582c4;border-style:solid;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent}.iris-picker .iris-palette:focus{box-shadow:0 0 0 2px #3582c4}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:5rem;font-size:16px;line-height:1.875;min-height:32px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:0 5px}.wp-picker-input-wrap .button.wp-picker-clear,.wp-picker-input-wrap .button.wp-picker-default{padding:0 8px;line-height:2.14285714;min-height:32px}.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear,.wp-customizer .wp-picker-input-wrap .button.wp-picker-default{padding:0 8px;font-size:14px;line-height:2.14285714;min-height:32px}.wp-picker-container .wp-color-result.button{padding:0 0 0 40px;font-size:14px;line-height:2.14285714}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.14285714}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}/* empty */.shopengine-wishlist{text-align:left;cursor:pointer}.shopengine-wishlist.badge{padding:6px 5px;margin-left:4px}.shopengine-wishlist.badge:focus{outline:0;background:inherit}.shopengine-wishlist.badge.active,.woocommerce .products .product .shopengine-wishlist.badge.active{color:#f03d3f}.shopengine-wishlist.badge.active .shopengine-icon-add_to_favourite_1::before,.woocommerce .products .product .shopengine-wishlist.badge.active .shopengine-icon-add_to_favourite_1::before{content:"\e907"}.shopengine-wishlist .shopengine-remove-action{color:#f03d3f;font-weight:700;font-size:1.2em;cursor:pointer}.shopengine-wishlist td:last-child,.shopengine-wishlist th:last-child{text-align:center}.parent-notification{position:fixed;right:-372px;bottom:10px;-webkit-transition:all .8s;transition:all .8s;z-index:99999}.parent-notification .shopengine-wishlist-message{background-color:#d4edda;padding:15px 25px;color:#28a745;border-style:solid;border-color:#28a745;border-width:0 0 0 5px;border-radius:5px 0 0 5px;-webkit-transition:all .8s;transition:all .8s;width:310px}.parent-notification .delete-message{background-color:#f8d7da;color:#dc3545;border-color:#dc3545}.parent-notification.top-right{bottom:initial!important;top:10px}.parent-notification.top-right .shopengine-wishlist-message{top:10px;bottom:initial}.parent-notification.active{right:0;-webkit-transition:all .5s;transition:all .5s}.parent-notification p{margin:0;line-height:1.5;font-size:18px;font-weight:600}.top-left{right:initial;left:-325px;top:10px;-webkit-transition:all .8s;transition:all .8s}.top-left.active{left:0;-webkit-transition:all .8s;transition:all .8s}.top-left .shopengine-wishlist-message{border-radius:0 5px 5px 0;border-width:0 5px 0 0;-webkit-transition:all .8s;transition:all .8s}.bottom-left{right:initial;left:-325px;-webkit-transition:all .8s;transition:all .8s;top:initial;bottom:10px}.bottom-left.active{left:0;-webkit-transition:all .8s;transition:all .8s}.bottom-left .shopengine-wishlist-message{border-radius:0 5px 5px 0;border-width:0 5px 0 0;-webkit-transition:all .8s;transition:all .8s}.shopengine-comparison h2{margin:0;padding-top:9px;padding-bottom:32px;color:#101010;font-size:36px;font-weight:600;line-height:1.25em;text-transform:capitalize;text-align:center}.shopengine-comparison .social-share{margin:0 0 8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.shopengine-comparison .social-share button{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;border:none;background:0 0;padding:0;margin:0;color:#c36}.shopengine-comparison .social-share button:hover{color:#336;outline:0}.shopengine-comparison .social-share button:focus{outline:0}.shopengine-comparison .social-share button:focus-visible{outline:0}.shopengine-comparison .social-share button:visited{color:#c36}.shopengine-comparison-modal>.se-modal-inner{padding:20px 40px 40px;background-color:#fff}.shopengine-comparison .comparison-table-wrap{overflow-x:auto}.shopengine-comparison .comparison-table-wrap table{width:100%;margin-bottom:0;border:1px solid #e7e7e7;border-collapse:collapse}.shopengine-comparison .comparison-table-wrap table th{padding:23px 30px 24px;color:#000;background-color:#fff;border-width:1px;border-color:#e7e7e7;font-size:16px;line-height:1.5em;text-transform:uppercase;min-width:200px}.shopengine-comparison .comparison-table-wrap table td{position:relative;padding:15px;color:#000;background-color:#fff;border-width:1px;border-color:#e7e7e7;font-size:15px;line-height:1.6em;text-align:center;z-index:0;min-width:250px}.shopengine-comparison .comparison-table-wrap table td:nth-child(even){background-color:#f7f9fb}.shopengine-comparison .comparison-table-wrap table td.first--row img{display:block;margin:5px auto 0}.shopengine-comparison .comparison-table-wrap table .comparison-add-to-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin:20px 0 10px 0}.shopengine-comparison .comparison-table-wrap table .comparison-add-to-cart a{font-size:13px;font-weight:500;line-height:1.2em;text-transform:uppercase;display:inline-block;padding:10px 20px;color:#fff;background:#101010;border-radius:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-comparison .comparison-table-wrap table .comparison-add-to-cart a:hover{color:#fff;background:#312b2b}.shopengine-comparison .comparison-table-wrap table .comparison-add-to-cart a::after{top:10px}.shopengine-comparison .comparison-table-wrap table .comparison-add-to-cart a.loading{padding-right:35px}.shopengine-comparison .comparison-table-wrap table .comparison-add-to-cart a.added_to_cart{display:none}.shopengine-comparison .comparison-table-wrap table .shopengine-comparison-color-attr{width:25px;height:25px;display:inline-block}.shopengine-comparison .comparison-table-wrap table .shopengine-comparison-color-attr:not(:last-child){margin-right:7px}.shopengine-comparison .comparison-table-wrap table .price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.shopengine-comparison .comparison-table-wrap table .price del{color:red;text-decoration-thickness:3px}.shopengine-comparison .comparison-table-wrap table .price del,.shopengine-comparison .comparison-table-wrap table .price ins{margin-right:5px}.shopengine-comparison .comparison-table-wrap table .price ins{text-decoration:none}.shopengine-comparison .comparison-table-wrap table .price .amount{color:inherit;font-weight:700}.shopengine-comparison .comparison-table-wrap table .price .price del,.shopengine-comparison .comparison-table-wrap table .price .shopengine-discount-badge{margin-left:5px}.shopengine-comparison .shopengine-remove-action{display:inline-block;padding:0;width:84px;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.05);box-shadow:0 5px 15px rgba(0,0,0,.05);font-size:14px;font-weight:500;line-height:30px;-webkit-transition:background-color .3s;transition:background-color .3s;z-index:1;cursor:pointer;margin:-5px auto 5px auto}.shopengine-comparison .shopengine-remove-action:not([href]):not([tabindex]){color:#f55145}.shopengine-comparison .shopengine-remove-action:not([href]):not([tabindex]):hover{color:#fff;background-color:#f55145}.shopengine-comparison .shopengine-remove-action>i{font-size:12px;vertical-align:1px}.shopengine-comparison-bottom-bar{position:fixed;top:100%;right:0;z-index:100;width:100%;background:#fff;border-top:1px solid #999;max-height:80%}.shopengine-comparison-bottom-bar.active{top:unset;bottom:0}.shopengine-comparison-bottom-bar.active .shopengine-comparison-button-area{position:absolute;bottom:100%;right:0;z-index:9}.shopengine-comparison-bottom-bar.active .shopengine-comparison-button-area .comparison-endpoint-bottom{display:inline-block}.shopengine-comparison-bottom-bar.active .shopengine-comparison-button-area .comparison-bottom-bar-toggle i.eicon-close{display:inline-block}.shopengine-comparison-bottom-bar.no-comparison-found .shopengine-comparison-button-area .comparison-endpoint-bottom{display:none}.shopengine-comparison-bottom-bar.no-comparison-found .shopengine-comparison-box{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.shopengine-comparison-bottom-bar .shopengine-comparison-button-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;float:right;position:fixed;bottom:0;right:90px}.shopengine-comparison-bottom-bar .shopengine-comparison-button-area a{display:inline-block;padding:6px 12px;color:#fff;background:#101010;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-comparison-bottom-bar .shopengine-comparison-button-area a:hover{color:#fff;background:#312b2b}.shopengine-comparison-bottom-bar .shopengine-comparison-button-area a.comparison-endpoint-bottom{display:none;margin-right:5px}.shopengine-comparison-bottom-bar .shopengine-comparison-button-area a.comparison-bottom-bar-toggle i.eicon-close{display:none}.shopengine-comparison-bottom-bar .shopengine-comparison-box{padding:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:10px}.shopengine-comparison-bottom-bar .shopengine-comparison-box .comparison-for-bottom-bar-item{position:relative}.shopengine-comparison-bottom-bar .shopengine-comparison-box .comparison-for-bottom-bar-item:hover a{visibility:visible;opacity:1}.shopengine-comparison-bottom-bar .shopengine-comparison-box .comparison-for-bottom-bar-item a{color:#f55145;position:absolute;top:5px;right:5px;cursor:pointer;visibility:hidden;opacity:0}.shopengine-comparison-bottom-bar .shopengine-comparison-box .comparison-for-bottom-bar-item a i{font-weight:700}.shopengine-comparison-bottom-bar .shopengine-comparison-box .comparison-for-bottom-bar-item img{width:100%}.shopengine-comparison-bottom-bar .shopengine-comparison-box .shopengine-no-comparison-product-for-bar{font-size:15px;margin:0}.shopengine-comparison.badge{padding:6px 5px;text-align:center;cursor:pointer}.shopengine-comparison.badge svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-comparison.badge.inactive{color:#101010}.shopengine-comparison.badge.inactive svg{fill:#101010!important}.shopengine-comparison.badge.active{color:#f03d3f}.shopengine-comparison-page{padding:60px 0}.shopengine-comparison-page .comparison-page-inner{max-width:1140px;margin:0 auto}.shopengine-no-comparison-product{margin:0;padding:0}.comparison-attribute-badge{-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,.1);box-shadow:0 0 2px 1px rgba(0,0,0,.1);padding:4px;border-radius:4px}@media (max-width:1024px){.shopengine-comparison h2{font-size:24px;line-height:36px}}@media (max-width:768px){.shopengine-comparison .comparison-table-wrap{overflow-y:hidden}.shopengine-comparison .comparison-table-wrap table td{padding:10px 15px}.shopengine-comparison-modal h2{padding:0 0 20px}.shopengine-comparison-modal .se-modal-inner{padding:20px}.shopengine-comparison-bottom-bar .shopengine-comparison-box{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.shopengine-comparison-bottom-bar .shopengine-comparison-box .comparison-for-bottom-bar-item a{visibility:visible;opacity:1}.shopengine-comparison-page{padding:40px 10px}.shopengine-no-comparison-product{font-size:15px;line-height:22px}}@media (max-width:480px){.shopengine-comparison .social-share a:not(:last-child) span{display:none}}.woocommerce ul.products li.product .woocommerce-LoopProduct-link .shopengine-special-badge{gap:var(--badge-gap-for-loop-product,0)}.woocommerce ul.products li.product .woocommerce-LoopProduct-link .shopengine-special-badge-image{width:var(--badge-width-for-loop-product,35px);margin-bottom:3px}.woocommerce ul.products li.product .woocommerce-LoopProduct-link .shopengine-special-badge-type-text{min-width:var(--badge-width-for-loop-product,35px);margin-bottom:3px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.woocommerce .product .shopengine-special-badge-type-attachment .shopengine-special-badge{gap:var(--badge-gap-for-single-product,0)}.woocommerce .product .shopengine-special-badge-type-attachment .shopengine-special-badge-image{width:var(--badge-width-for-single-product,70px)}.woocommerce .product .shopengine-special-badge-type-attachment .shopengine-special-badge-type-text{min-width:var(--badge-width-for-single-product,70px);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.shopengine-special-badge{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex}.shopengine-special-badge-type-text{display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#0130ca;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:14px;text-align:center;font-weight:600;line-height:1}.shopengine-special-badge-position-top_right{top:5px;right:5px}.shopengine-special-badge-position-top_left{top:5px;left:5px}.shopengine-special-badge-position-bottom_left{bottom:5px;left:5px}.shopengine-special-badge-position-bottom_right{bottom:5px;right:5px}.shopengine-special-badge-position-vertically{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-editor-active .shopengine-product-image .images .shopengine-special-badge,.elementor-editor-preview .shopengine-product-image .images .shopengine-special-badge,.single-product .shopengine-product-image .images .shopengine-special-badge{gap:var(--badge-gap-for-single-product,0)}.elementor-editor-active .shopengine-product-image .images .shopengine-special-badge .shopengine-special-badge-image,.elementor-editor-preview .shopengine-product-image .images .shopengine-special-badge .shopengine-special-badge-image,.single-product .shopengine-product-image .images .shopengine-special-badge .shopengine-special-badge-image{width:var(--badge-width-for-single-product,70px)}.elementor-editor-active .shopengine-product-image .images .shopengine-special-badge .shopengine-special-badge-type-text,.elementor-editor-preview .shopengine-product-image .images .shopengine-special-badge .shopengine-special-badge-type-text,.single-product .shopengine-product-image .images .shopengine-special-badge .shopengine-special-badge-type-text{min-width:var(--badge-width-for-single-product,70px);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.elementor-editor-active .shopengine-widget .products .product a .onsale,.elementor-editor-preview .shopengine-widget .products .product a .onsale,.woocommerce .shopengine-widget .products .product a .onsale{display:none}.elementor-editor-active .shopengine-widget .products .product a .shopengine-special-badge,.elementor-editor-preview .shopengine-widget .products .product a .shopengine-special-badge,.woocommerce .shopengine-widget .products .product a .shopengine-special-badge{gap:var(--badge-gap-for-loop-product,0)}.elementor-editor-active .shopengine-widget .products .product a .shopengine-special-badge .shopengine-special-badge-image,.elementor-editor-preview .shopengine-widget .products .product a .shopengine-special-badge .shopengine-special-badge-image,.woocommerce .shopengine-widget .products .product a .shopengine-special-badge .shopengine-special-badge-image{width:var(--badge-width-for-loop-product,35px);margin-bottom:3px}.elementor-editor-active .shopengine-widget .products .product a .shopengine-special-badge .shopengine-special-badge-type-text,.elementor-editor-preview .shopengine-widget .products .product a .shopengine-special-badge .shopengine-special-badge-type-text,.woocommerce .shopengine-widget .products .product a .shopengine-special-badge .shopengine-special-badge-type-text{min-width:var(--badge-width-for-loop-product,35px);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:3px}