/*
Theme Name: Lucida
Theme URI: https://catchthemes.com/themes/lucida
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Lucida, the WordPress Theme for Magazine and Blogs represents simplicity and clarity. Lucida is completely responsive and minimalistic, all you need for Magazine and Blog Websites. The clean, super user-friendly interface and HTML5 and CSS3 codes used make it so stress-free to both use and view. Its vast range of features make it adept to be used in almost any site. With Lucida, create an individual online presence while worrying nothing of coding. Lucida takes care of everything. This theme is translation ready. Check out Theme Instructions at https://catchthemes.com/theme-instructions/lucida/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/lucida/
Version: 1.9.1
Requires at least: 5.6
Tested up to: 6.4
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: lucida
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Padding/Margin
 * 6.0 - Forms
 * 7.0 - Navigation
 * 8.0 - Accessibility
 * 9.0 - Alignments
 * 10.0 - Clearings
 * 11.0 - Header Top Area
 * 12.0 - Header Area
 * 13.0 - Promotion Area
 * 14.0 - Featured Content Area
 * 15.0 - Content
 * 16.0 - Widgets
 * 17.0 - Comments
 * 18.0 - Media
 * 19.0 - Captions
 * 20.0 - Galleries
 * 21.0 - Footer
 * 22.0 - Extra Elements
 * 23.0 - Media Queries
 */


/**
 * 1.0 - Reset
 */

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

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	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 {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

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


/**
 * 2.0 - Genericons
 */

.genericon:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.posted-on a:before,
.byline a:before,
.cat-links span + a:before,
.tags-links span + a:before,
.comments-link a:before,
.edit-link a:before,
.dropdown-toggle:after,
.menu-item-has-children a:after,
.page_item_has_children a:after,
.menu-toggle:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
	line-height: 1;
	font-family: 'Genericons';
    text-decoration: inherit;
    vertical-align: text-bottom;
}

.menu-toggle:before {
    content: "\f419";
    font-size: 18px;
    line-height: 1.22;
    margin-right: 5px;
}

.menu-toggle.toggled-on:before {
    content: "\f406";
}

#search-toggle:before {
    content: "\f400";
}

#scrollup:before {
	content: '\f432';
}

#feature-slider .cycle-prev:before {
    content: "\f431";
    -webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
}

#feature-slider .cycle-next:before {
    content: "\f431";
    -webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
}

.entry-meta .posted-on a:before {
	content: "\f307";
}

.entry-meta .author a:before {
	content: "\f304";
}

.edit-link a:before {
	content: "\f411";
}

.cat-links span + a:before {
	content: "\f301";
}

.tags-links span + a:before {
	content: "\f302";
}

.entry-meta .comments-link a:before {
	content: "\f300";
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea,
.site-description {
	color: #1a1a1a;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	clear: both;
	margin-bottom: 10px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 1.2;
}

.ctdate {
	line-height: 34px;
}

#feature-slider .cycle-pager span {
    font-size: 45px;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
    font-size: 70px;
    line-height: 70px;
}

#scrollup:before {
	font-size: 26px;
}

.site-title {
	font-size: 28px;
}

h1,
.entry-title,
.page-title,
#featured-content #featured-heading {
	font-size: 26px;
}


h2,
.archive-post-wrap .entry-title,
.sidebar.sidebar-after-posts-pages .widget-title,
.sidebar.sidebar-before-posts-pages .widget-title,
.sidebar.sidebar-before-content .widget-title,
.sidebar.sidebar-after-content .widget-title,
.sidebar.sidebar-before-footer .widget-title,
.site .widget_lucida_social_icons .genericon,
.header-top-bar .genericon.genericon-menu {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4,
#promotion-message h2,
#header-highlights-content .header-highlight-content-wrap .entry-title,
.sticky-label,
.comments-title,
#search-toggle,
.genericon.genericon-menu {
	font-size: 20px;
}

h5,
.sidebar .widget-title,
.news-ticker-label,
.sidebar .entry-title,
.footer-widget-area .entry-title {
	font-size: 18px;
}

.lucida-nav-menu a,
.entry-meta span a:before {
	font-size: 16px;
}

.header-top-bar,
.lucida-nav-menu ul a,
#header-top-menu .menu a,
.header-top-bar .header-right-social-icons .genericon,
.entry-summary,
.sidebar .widget,
#supplementary .widget,
.main-pagination,
.page-links,
#breadcrumb-list .wrapper,
.site-description,
#secondary .widget-area,
.sidebar-primary .two-column .entry-title,
.sidebar-primary .three-column .entry-title,
.sidebar-primary .four-column .entry-title,
#colophon .widget-area {
	font-size: 14px;
}


h6,
#site-generator,
.nav-footer .menu a {
    font-size: 13px;
}

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

b,
strong {
	font-weight: bold;
}

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

address {
	margin: 0 0 1.5em;
}

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

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

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

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

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.hentry {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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


body {
	background-color: #1a1a1a;
}

.site,
#header-featured-image .wrapper,
#feature-slider .wrapper,
.sidebar-before-footer .wrapper {
	display: block;
	max-width: 100%;
	width: 100%;
}

.wrapper,
#feature-slider .entry-container {
    width: 100%;
}

.sidebar-header-right .wrapper {
	width: auto;
}

a {
	color: #f45050;
	cursor: pointer;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #1a1a1a;
	outline: none;
	text-decoration: none;
}

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

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

ul {
	list-style: none;
}

ol {
	list-style: none;
}

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

.widget ul {
	margin-left: 1em;
}

.widget ul > li {
    list-style-type: disc;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
}

table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: bold;
	margin: 0 0 2em;
	width: 100%;
}

th {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	color: #666;
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

td {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	padding: 8px;
}

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

q {
	quotes: "\201c" "\201d";
}

q:before {
	content: open-quote;
}

q:after  {
	content: close-quote;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

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

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

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

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

.displayblock,
#heading,
#primary,
#secondary,
#comments {
	display: block;
}

.displaynone {
	display: none;
}

.sticky {
	display: block;
}

/**
 * 5.0 - Padding/Margin
 */

.page-header {
	padding: 15px 15px 0 15px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	padding: 5px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 20px;
}

.site-main,
.hentry,
.sidebar,
.widget,
.woocommerce-wrap,
.no-results,
.not-found,
#comments,
#nav-below,
.post-navigation,
#infinite-handle {
	padding: 15px;
}

#header-highlights-content .entry-container {
	padding: 15px 30px;
}

#feature-slider .entry-container {
	padding: 0 30px;
}

.header-top-bar .widget,
.sidebar.sidebar-header-right,
.sidebar.sidebar-after-posts-pages,
.sidebar.sidebar-before-posts-pages {
	padding: 0;
}

.sidebar.sidebar-before-footer {
	padding-left: 0;
	padding-right: 0;
}
.sidebar.sidebar-before-footer .widget {
	padding: 0;
	text-align: center;
}

#promotion-message,
#promotion-message .wrapper,
#featured-content,
#supplementary,
#main .woocommerce-wrap .products {
	padding-top: 15px;
}

#promotion-message,
#promotion-message .wrapper,
#supplementary,
#main .woocommerce-wrap .products {
	padding-bottom: 15px;
}

.archive-post-wrap {
	padding-bottom: 10px;
}

.entry-header {
	padding-bottom: 15px;
}

#featured-content .widget,
.entry-header .entry-meta {
	margin: 0;
}

.logo-left #site-header {
	padding-left: 10px;
}

.logo-right #site-header {
	padding-right: 10px;
}

#breadcrumb-list .wrapper {
    padding: 15px 0;
}

.blog #main .hentry,
.archive #main .hentry,
.sidebar .entry-header,
.sidebar-primary .widget,
.sidebar-secondary .widget {
	padding-bottom: 0;
}

.nav-header-right .wrapper,
#header-featured-image .wrapper,
#feature-slider .wrapper,
#featured-content .entry-header,
.sidebar-header-top,
.sidebar-header-bottom,
.sidebar-before-content,
.sidebar-after-content,
#promotion-message .widget {
	padding: 0;
}

.sidebar .widget-title,
.site-footer .widget-title,
.sidebar .entry-title,
.site-footer .entry-title {
	margin-bottom: 15px;
}

#feature-slider .entry-title {
	margin-bottom: 5px;
}

.header-top-bar p,
.header-top-bar .widget figure,
#promotion-message .widget,
.site-description,
#featured-content p,
.single-post .hentry,
.sidebar .widget:last-child,
#supplementary .widget {
	margin-bottom: 0;
}
.sidebar.sidebar-before-posts-pages .widget,
.sidebar.sidebar-after-posts-pages .widget {
	margin-bottom: 15px;
}

.page-header .page-title {
	line-height: 1;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.hentry,
.widget {
	margin: 0 0 15px;
}

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

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

.site-title,
#header-top-menu,
#promotion-message p,
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

#promotion-message .right .promotion-button {
	margin-top: 7px;
	padding: 5px 15px;
}

#featured-content .featured-heading-wrap,
#header-highlights-content .header-highlight-heading-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 15px 0;
	text-align: center;
}

#featured-content .entry-content {
	margin-top: 0;
}

#featured-content .entry-container {
	margin-top: 20px;
}

p {
	margin-bottom: 20px;
}

.hentry .featured-image,
.widget figure {
    margin-bottom: 15px;
}

.sidebar-header-right .widget {
    margin-bottom: 10px;
}

#search-toggle:before {
    margin-top: 12px;
}

#scrollup:before {
    margin-top: 7px;
}

.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .comments-link,
.entry-meta .cat-links {
	margin-right: 10px;
}

blockquote {
	margin: 20px 40px;
}

#site-generator {
	padding: 25px 0;
}

.nav-footer,
.copyright {
	padding: 5px 0;
}

.entry-meta span a:before {
	margin-right: 3px;
}

#content,
#header-highlights-content {
	margin: 30px 0;
}

.sidebar.sidebar-before-posts-pages .widget,
.sidebar.sidebar-after-posts-pages .widget {
	padding: 0 15px;
}

#site-header,
.sidebar.sidebar-header-right .widget,
.sidebar.sidebar-before-posts-pages .widget .widget-wrap,
.sidebar.sidebar-after-posts-pages .widget .widget-wrap {
	padding: 15px 0;
}

#menu-toggle-header-right {
	margin: 20px 0;
}

.header-top-bar .wrapper,
#promotion-message .wrapper,
#breadcrumb-list .wrapper,
#masthead .wrapper,
#menu-toggle-primary,
#menu-toggle-secondary {
	padding-left: 30px;
	padding-right: 30px;
}


/**
 * 6.0 - Forms
 */

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: #1a1a1a;
	box-shadow: none;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	text-transform: uppercase;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #f45050;
	box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #f45050;
	box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

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

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	color: #1a1a1a;
	border: 1px solid #f45050;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/**
 * 7.0 - Navigation
 */

#site-header-top-menu,
#site-header-right-menu,
#site-header-menu,
#site-secondary-menu {
	display: none;
}

#site-header-top-menu.toggled-on,
#site-header-right-menu.toggled-on,
#site-header-menu.toggled-on,
#site-secondary-menu.toggled-on,
.no-js #site-header-top-menu,
.no-js #site-header-right-menu,
.no-js #site-header-menu,
.no-js #site-secondary-menu {
	display: block;
}

#site-header-right-menu.toggled-on,
#site-header-top-menu.toggled-on {
    clear: both;
    display: block;
    margin: 20px 0;
    text-align: left;
    width: 100%;
}

#site-header-top-menu.toggled-on .header-right-social-icons {
    float: none;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

#primary-menu {
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    text-align: center;
}

#secondary-menu {
	background-color: #f6f7f7;
	text-align: center;
}
.site .lucida-nav-menu {
	margin: 0;
}

.site .lucida-nav-menu li {
	list-style: none;
}

.lucida-nav-menu li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.lucida-nav-menu a {
	background-color: #fff;
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.lucida-nav-menu .sub-menu a,
.lucida-nav-menu .menu .children a {
	background-color: #fff;
}

#secondary-menu .lucida-nav-menu a,
#secondary-menu .lucida-nav-menu .sub-menu a {
	background-color: #f6f7f7;
}

.lucida-nav-menu a:hover,
.lucida-nav-menu a:focus {
	color: #f45050;
}

.lucida-nav-menu .current-menu-item > a,
.lucida-nav-menu .current-menu-ancestor > a,
.lucida-nav-menu .current_page_item > a,
.lucida-nav-menu .current_page_ancestor > a,
.header-top-bar .lucida-nav-menu .current-menu-item > a,
.header-top-bar .lucida-nav-menu .current-menu-ancestor > a {
	color: #f45050;
}

.lucida-nav-menu ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .lucida-nav-menu ul {
	display: block;
}

.lucida-nav-menu .toggled-on {
	display: block;
}

.lucida-nav-menu {
	border-bottom: 1px solid #d1d1d1;
}

.lucida-nav-menu .menu-item-has-children > a,
.lucida-nav-menu .page_item_has_children > a {
	margin-right: 56px;
}

#menu-toggle-header-top {
    background-color: transparent;
    color: #777;
    float: right;
    padding: 5px 10px;
}

#menu-toggle-header-right {
	background-color: transparent;
	color: #1a1a1a;
    float: right;
    padding: 5px 10px;
}

#menu-toggle-primary,
#menu-toggle-secondary {
	background-color: transparent;
	color: #1a1a1a;
	display: block;
	text-align: center;
	width: 100%;
}

#menu-toggle-header-top:hover,
#menu-toggle-header-right:hover,
#menu-toggle-primary:hover,
#menu-toggle-secondary:hover,
#menu-toggle-header-top:focus,
#menu-toggle-header-right:focus,
#menu-toggle-primary:focus,
#menu-toggle-secondary:focus,
#menu-toggle-header-top.toggled-on,
#menu-toggle-header-right.toggled-on,
#menu-toggle-primary.toggled-on,
#menu-toggle-secondary.toggled-on {
	color: #f45050;
}

#site-header-menu.toggled-on,
#site-secondary-menu.toggled-on {
	text-align: left;
	border-top: none;
}

#site-header-menu.toggled-on,
#site-secondary-menu.toggled-on {
	padding: 20px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #f45050;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

/* Menu Search */
#search-toggle {
    background-color: transparent;
    cursor: pointer;
    float: right;
    height: 49px;
    line-height: 52px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 42px;
}

#search-toggle:hover,
#search-toggle:focus {
	background-color: transparent;
    color: #f45050;
}

#search-container {
    background-color: #fff;
    top: 49px;
    clear: both;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.nav-primary .search-submit {
	display: none;
}

.nav-primary .search-form {
	border: 1px solid #d1d1d1;
    padding: 30px;
}

.nav-primary .search-field {
	border-color: #eee;
	-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;
	width:  100%;
}

.nav-primary .search-field:focus {
	border-color: #666;
	color: #000;
}

.ctdate {
	display: inline-block;
	float: left;
	padding-right: 0.875em;
}

.nav-footer .wrapper {
    text-align: center;
    vertical-align: middle;
}

.nav-footer .lucida-nav-menu,
.nav-footer .lucida-nav-menu li {
	border: none;
}

.nav-footer .lucida-nav-menu a {
	margin: 0;
}

.nav-footer .lucida-nav-menu li {
	display: inline-block;
	float: none;
}

.nav-footer .lucida-nav-menu li a {
	padding: 5px 10px;
}

.nav-footer .lucida-nav-menu .menu-item-has-children > a:after {
	display: none;
}

#site-generator .lucida-nav-menu li a {
    color: #1a1a1a;
}

#site-generator .lucida-nav-menu .current-menu-item a,
#site-generator .lucida-nav-menu li a:hover,
#site-generator .lucida-nav-menu li a:focus {
    color: #f45050;
}

/* Pagination/Infiniate Scroll */
.site-main .comment-navigation,
.site-main .paging-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.post-navigation span {
	display: block;
}

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

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

#main .comment-navigation,
#main .posts-navigation,
#main .post-navigation {
	overflow: hidden;
}

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

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

.post-navigation .nav-next .nav-next {
	width: 100%;
}

.posts-navigation .nav-links a,
.pagination .nav-links a,
.pagination .nav-links .current,
.pagination .nav-links .dots,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background-color: #fff;
	border: 1px solid #f45050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
    color: #f45050;
    display: inline-block;
	text-transform: uppercase;
}

.wp-pagenavi a,
.wp-pagenavi span,
.page-links a,
.page-links span {
    background-color: #fff;
    border: 1px solid #f45050;
}

.pagination .nav-links a,
.pagination .nav-links .current,
.pagination .nav-links .dots {
    padding: 5px 12px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 2px;
    padding: 8px 12px;
}

.posts-navigation .nav-links a,
.site-main #infinite-handle span button {
	background-color: #fff;
	border: 2px solid #f45050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
    color: #f45050;
    display: inline-block;
    padding: 7px 21px;
	text-transform: uppercase;
}

.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .current,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page-links span,
.page-links a:hover,
.page-links a:focus,
.page-links a:hover span,
.page-links a:focus span {
	background-color: #f45050;
	border-color: #f45050;
	color: #fff;
}

.page-links a span {
	background-color: transparent;
	border: none;
	color: #f45050;
	padding: 0;
}

.wp-pagenavi .pages,
.page-links span.pages {
	border: none;
	background-color: transparent;
	color: #1a1a1a;
	padding-left: 0;
}

/* Infinite Scroll */
.site-main #infinite-handle span {
    background-color: transparent;
    padding: 0;
}

.site-main #infinite-handle span button {
	width: 100%;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.pagination .nav-links {
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span,
.page-links a,
.page-links span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    padding: 5px 12px;
}

.pagination .prev {
	float: left;
}

.pagination .next {
	float: right;
}

.wp-pagenavi {
    text-align: right;
}

.main-pagination {
	padding: 15px;
}

.woocommerce-pagination {
	padding-top: 15px;
}

/**
 * 8.0 - Accessibility
 */

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


/**
 * 9.0 - Alignments
 */

.alignleft {
	display: inline;
	float: left;
	margin: 7px 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 7px 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}


/**
 * 10.0 - Clearings
 */

.clear:after,
.clearfix:after,
.header-top-bar:after,
.header-highlight-content-wrap:after,
.hentry:after,
.entry-content:after,
.archive-post-wrap:after,
.wrapper:after,
.lucida-nav-menu:after,
.featured-content-wrap:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
#nav-below:after,
.page-links:after,
.post-navigation:after,
.nav-links:after,
.sidebar:after,
#site-generator:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}


/**
 * 11.0 - Header Top Area
 */

.header-top-bar {
	background-color: #fff;
	border-bottom: 1px solid #d1d1d1;
	color: #777;
	display: block;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	width: 100%;
}

#site-header-top-menu {
	float: right;
}

.header-right-social-icons {
	float: right;
	display: inline-block;
}

.header-top-bar .lucida-nav-menu a,
.header-top-bar .header-right-social-icons a {
	color: #777;
}

.header-top-bar .header-right-social-icons a:hover,
.header-top-bar .header-right-social-icons a:focus {
	color: #fff;
}

.nav-header-top .wrapper {
	width: auto;
}

.fixed-header-top .header-top-bar.hidden {
	position: relative;
	visibility: hidden;
}

.admin-bar.fixed-header-top .header-top-bar {
    top: 46px;
}

.fixed-header-top .header-top-bar,
.admin-bar.fixed-header-top .header-top-bar.sticky {
    top: 0;
    position: fixed;
    z-index: 200;
}


/**
 * 11.0 - Header Area
 */

#masthead {
	background-color: #fff;
}

#site-branding,
#site-logo,
.sidebar-header-right {
	max-width: 100%;
	text-align: center;
}

/* Active Header Right */
.active-header-right #site-branding,
.active-header-right #site-logo,
.active-header-right #site-header {
	display: inline-block;
	float: left;
	text-align: left;
}
.sidebar-header-right .widget-wrap {
	float: right;
	text-align: left;
}


#site-logo a {
    display: block;
}

#site-header.logo-enable.logo-left {
    padding-left: 10px;
}

#site-header.logo-enable.logo-right {
    padding-right: 10px;
}

.site-title a {
	color: #111;
}

.site-title a:hover,
.site-title a:focus {
	color: #f45050;
	text-decoration: none;
}

#header-featured-image {
	background-color: #fff;
	clear: both;
	width: 100%;
	text-align: center;
}

#masthead .search-field {
	float: right;
	font-size: 14px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 90%;
	max-width: 250px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color:#888;
}


/**
 * 13.0 - Promotion Area
 */

#promotion-message {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
}

#promotion-message a {
	color: #f45050;
}

#promotion-message a:hover,
#promotion-message a:focus {
	color: #fff;
}

#promotion-message .right .promotion-button {
    background-color: #fff;
	border: 2px solid #eee;
	color: #000;
	display: inline-block;
}

#promotion-message .right .promotion-button:hover,
#promotion-message .right .promotion-button:focus {
	background-color: #f45050;
	border-color: #993333;
	color: #fff;
	text-decoration: none;
}


/**
 * 14.0 - Featured Content Area
 */

#featured-content {
	background-color: #fff;
	margin-top: 15px;
}

#feature-heading {
    border-bottom: 1px solid #eee;
}

#featured-content .featured-content-image {
	display: block;
}

#featured-content .featured-content-image img {
	width: 100%;
}

#featured-content .hentry {
	border: none;
	float: left;
}

#featured-content .entry-title,
#featured-content .entry-title a {
	color: #1a1a1a;
}

#featured-content .entry-title a:hover,
#featured-content .entry-title a:focus {
	color: #f45050;
}


/**
 * 15.0 - Content
 */

.site-content .wrapper {
    background-color: #f6f7f7;
    border-bottom: 3px solid #cfcfcf;
}

.content-area {
	float: left;
	max-width: 100%;
	width: 100%;
}

.site-main {
	background-color: #fff;
}

.site-main,
.sidebar-primary,
.sidebar-secondary {
	width: 100%;
}

.sidebar-primary,
.sidebar-secondary {
	clear: both;
}

.sidebar-primary .widget,
.sidebar-secondary .widget {
	width: 100%;
}

.archive-post-wrap,
.products,
.sidebar.sidebar-before-posts-pages .widget .widget-wrap,
.sidebar.sidebar-after-posts-pages .widget .widget-wrap,
.page-header .page-title {
    border-bottom: 1px solid #eee;
}

.page-title,
.entry-title,
.entry-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.entry-meta,
.entry-meta a {
    color: #888;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus {
	color: #f45050;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.archive-post-wrap .entry-footer {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* Three Columns ( Content, Secondary Sidebar, Primary Sidebar ) */
.content-left .site-main {
	float: left;
}

.content-left .sidebar-secondary {
	float: right;
}

/* Three Columns ( Primary Sidebar, Secondary Sidebar, Content ) */
/* Two Columns (Content Right, Left Sidebar) */
.content-right .content-area {
	float: right;
}

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

.layout-two-columns .site-main,
.layout-one-column.content-width .site-main {
	max-width: 100%;
	width: 100%;
}

/* No Sidebar ( Content Width ) */
.layout-one-column.content-width .content-area {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
}

/* No Sidebar ( One Column ) */
.layout-one-column.fixed-width .site {
	display: block;
	margin: 0 auto;
    width: 940px;
}

.layout-one-column.fixed-width.fixed-header-top .header-top-bar {
	width: 100%;
}

.layout-one-column.fixed-width .site-main,
.layout-one-column.fixed-width .wrapper,
.layout-one-column.fixed-width .content-area {
	width: 100%
}

.layout-one-column.fixed-width .header-top-bar .wrapper,
.layout-one-column.fixed-width #promotion-message .wrapper,
.layout-one-column.fixed-width #breadcrumb-list .wrapper,
.layout-one-column.fixed-width #masthead .wrapper,
.layout-one-column.fixed-width #menu-toggle-primary,
.layout-one-column.fixed-width #menu-toggle-secondary,
.layout-one-column.fixed-width .supplementary .wrapper,
.layout-one-column.fixed-width #site-generator .wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

/* No Sidebar ( Full Width ) */
.layout-one-column.full-width .content-area,
.layout-one-column.full-width .site-main {
	max-width: 100%;
    width: 100%;
}

/* Layout Options with Featured Image on Left */
.has-post-thumbnail .archive-post-wrap .featured-image,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .featured-image,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .featured-image {
	display: block;
    width: 100%;
}

.has-post-thumbnail .archive-post-wrap img {
	width: 100%;
}

.has-post-thumbnail .archive-post-wrap .featured-image,
.has-post-thumbnail .archive-post-wrap .entry-container,
.ctfeaturedpostpageimage .featured-image,
.ctfeaturedpostpageimage .entry-container {
    float: none;
}

.has-post-thumbnail .archive-post-wrap .entry-container,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .entry-container,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .entry-container {
	display: block;
    width: 100%;
}

.hentry.sticky {
	position: relative;
}

.hentry .sticky-label {
	display: none;
}

.hentry.sticky .sticky-label {
	display: block;
}

.hentry.sticky .sticky-label {
    background-color: #f45050;
    color: #fff;
    float: right;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.hentry.sticky.has-post-thumbnail .sticky-label {
    position: absolute;
    top: 15px;
    left: 15px;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	width: 48%;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    width: 48%;
}

.entry-content blockquote.alignleft {
    margin-left: 20px;
}


.entry-content blockquote.alignright {
    margin-left: 40px;
}


/**
 * 16.0 - Widgets
 */

.widget-area .hentry {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget_search .search-field {
	width: 100%;
}

/* Calender widget */
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	font-weight: normal;
	text-align: center;
}

.widget_calendar #wp-calendar caption {
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.widget_calendar #wp-calendar #today {
	background-color: #f45050;
	color: #fff;
}

/* Advertisement Image Widget */
.ct-advertisement-image .ads-image {
	text-align: center;
}

.ct-advertisement-image .ads-image a {
	display: inline-block;
	margin: 0 auto;
}
.ct-advertisement-image .ads-image img {
    display: block;
}

.ctadvertisement .ads-image-wrap {
	text-align: center;
}

/* Featured Post-Page-Embed Widget */
.ctadvertisement .hentry:last-child,
.ctfeaturedpostpageimage .hentry:last-child {
	margin-bottom: 0;
}

.ctfeaturedembed .four-column .type-embed,
.ctfeaturedpostpageimage .four-column .hentry {
	margin-left: 4%;
	width: 22%;
}
.sidebar-after-content .ctfeaturedpostpageimage .four-column .hentry {
	margin-left: 1.33%;
	width: 24%;
}
.ctfeaturedembed .three-column .type-embed,
.ctfeaturedpostpageimage .three-column .hentry {
    margin-left: 4%;
    width: 30.66%;
}

.ctfeaturedembed .two-column .type-embed,
.ctadvertisement .two-column .ads-hentry,
.ctfeaturedpostpageimage .two-column .hentry {
	margin-left: 4%;
	width: 48%;
}

.ctfeaturedembed .four-column .type-embed:nth-child(4n+1),
.ctfeaturedembed .three-column .type-embed:nth-child(3n+1),
.ctfeaturedembed .two-column .type-embed:nth-child(2n+1),
.ctfeaturedpostpageimage .four-column .hentry:nth-child(4n+1),
.ctfeaturedpostpageimage .three-column .hentry:nth-child(3n+1),
.ctfeaturedpostpageimage .two-column .hentry:nth-child(2n+1),
.ctadvertisement .two-column .ads-hentry:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.sidebar .entry-title,
.footer-widget-area .entry-title {
    font-weight: 300;
}

.sidebar .featured-image,
.sidebar .ctfeaturedpostpageimage .entry-title,
.sidebar .ctfeaturedpostpageimage .entry-meta,
.sidebar-secondary .featured-image {
	margin-bottom: 5px;
}

.ctfeaturedpostpageimage .left .featured-image,
.ctfeaturedpostpageimage .right .featured-image {
    width: 25%;
}

.ctfeaturedpostpageimage .center .featured-image {
	text-align: center;
}

.ctfeaturedpostpageimage .left .entry-container,
.ctfeaturedpostpageimage .right .entry-container  {
    width: 75%;
}

.ctfeaturedpostpageimage .left .entry-container  {
    padding-left: 15px;
}

.ctfeaturedpostpageimage .right .entry-container  {
    padding-right: 15px;
}

.ctfeaturedpostpageimage .left .no-featured-image .entry-container,
.ctfeaturedpostpageimage .right .no-featured-image .entry-container {
	width: 100%;
	padding: 0;
}

/* Gallery Widgets */
.ctgallerypostpageimage .hentry {
	position: relative;
}

.ctgallerypostpageimage .hentry .featured-image {
	margin: 0;
}

.ctgallerypostpageimage .hentry .entry-container {
	background: #303030;
	background: rgba(48,48,48,0.9);
	padding: 10px 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: normal;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .2s 0 linear;
    -moz-transition: all .2s 0 linear;
    -ms-transition: all .2s 0 linear;
    -o-transition: all .2s 0 linear;
    transition: all .2s 0 linear;
}

.ctgallerypostpageimage .hentry .entry-container>.vcenter {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-55%) scale(1.2);
    -ms-transform: translateY(-55%) scale(1.2);
    transform: translateY(-55%) scale(1.2);
    -webkit-transition: all .2s 0 linear;
    -moz-transition: all .2s 0 linear;
    -ms-transition: all .2s 0 linear;
    -o-transition: all .2s 0 linear;
    transition: all .2s 0 linear;
}

#featured-grid-content .grid-box:hover .caption>.vcenter {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.ctgallerypostpageimage .hentry:hover .entry-container {
    box-shadow: inset 0 0 50px 0 rgba(0,0,0,.1);
    opacity: 1;
}

.ctgallerypostpageimage .hentry .entry-container,
.ctgallerypostpageimage .entry-title,
.ctgallerypostpageimage .entry-title a {
	color: #fff;
}

.ctgallerypostpageimage .entry-title a:hover {
	color: #f45050;
}

.ctgallerypostpageimage .genericon-picture {
    background-color: #fff;
    -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
    color: #222;
    font-size: 20px;
    height: 20px;
    padding: 3px;
    width: 20px;
}

.ctgallerypostpageimage .genericon-picture:hover {
	background-color: #f45050;
	color: #fff;
}

/* Newsletter Widget */
.ctnewsletter .widget-wrap {
    background-color: #1a1a1a;
    color: #e1e1e1;
    padding: 30px 30px 15px;
}

.ctnewsletter .ct-newsletter-wrap {
    clear: both;
    display: block;
}

.ctnewsletter .ct-newsletter-wrap input {
    margin-bottom: 15px;
    width: 100%;
}

.ctnewsletter .ct-newsletter-wrap input {
    margin-bottom: 15px;
    width: 100%;
}

.ctnewsletter .ct-newsletter-wrap #subbutton {
    background-color: #f45050;
	color: #fff;
	margin: 0;
}

.ctnewsletter .ct-newsletter-wrap #subbutton:focus,
.ctnewsletter .ct-newsletter-wrap #subbutton:hover {
    background-color: #fbfbfb;
    color: #f45050;
}

/* Instagram Widget */
.ctninstagram ul {
	margin: 0;
}

.ctninstagram ul li {
	list-style: none;
	margin: 0;
}

.ctninstagram .genericon-instagram {
    background-color: transparent;
    border: 1px solid #e4405f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    color: #e4405f;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 20px;
}

.ctninstagram .genericon::before {
	vertical-align: middle;
}

.ctninstagram .genericon-instagram:hover,
.ctninstagram .genericon-instagram:focus {
	background-color: #f45050;
	color: #fff;
}

.ctninstagram span {
    margin-left: 5px;
}

.ctninstagram .clear {
	margin-bottom: 0;
}

.ctninstagram .hentry {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}

.sidebar-primary .ctninstagram .genericon-instagram {
	width: 100%;
}

/* Tag Cloud Widget */
.cttagcloud .ct-tag-cloud-wrap.default a {
	padding: 5px;
}

.cttagcloud .ct-tag-cloud-wrap.box a,
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
    background-color: #fcfcfc;
    color: #1a1a1a;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}

.site-footer .cttagcloud .ct-tag-cloud-wrap.box a,
.site-footer .cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
    background-color: #f9f9f9;
}

.cttagcloud .ct-tag-cloud-wrap.box a:hover,
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a:hover {
	background-color: #f45050;
	color: #fff;
}

.cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}


/**
 * 17.0 - Comments
 */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond form label {
	display: block;
}

.comments-title {
	margin-bottom: 20px;
}

.comment-body {
    border-bottom: 4px double #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-body .comment-meta {
	margin-bottom:  20px;
}

.comment-body .comment-author img {
    float: left;
    margin-right: 10px;
    padding: 0;
}


/**
 * 18.0 - Media
 */

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

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


/**
 * 19.0 - Captions
 */

caption {
	font-weight: bold;
}

.wp-caption {
	background-color:  #f3f3f3;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	max-width: 100%;
	padding: 5px 5px 0;
}

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

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

.wp-caption .wp-caption-text {
	margin: 8px 0;
}


/**
 * 20.0 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 14px;
	font-style: italic;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.two-columns .hentry,
#featured-content.layout-two .hentry,
#supplementary.two .widget-area,
.four-columns .hentry,
#featured-content.layout-four .hentry,
#supplementary.four .widget-area,
.six-columns .hentry,
.eight-columns .hentry {
	width: 100%;
}

.three-columns .hentry,
#featured-content.layout-three .hentry,
#supplementary.three .widget-area {
	max-width: 100%;
}

.five-columns .hentry {
	max-width: 100%;
}

.seven-columns .hentry {
	max-width: 100%;
}



/**
 * 21.0 - Footer
 */

.site-footer {
	background-color: #1a1a1a;
	color: #ddd;
}

.site-footer .widget-area a,
.site-footer .widget-area .widget-title,
.site-footer .widget-area .entry-title,
.site-footer .widget-area .widget-title a,
.site-footer .widget-area .entry-title a {
	color: #fff;
}

.site-footer .widget-area a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area .widget-title a:hover,
.site-footer .widget-area .widget-title a:focus,
.site-footer .widget-area .entry-title a:hover,
.site-footer .widget-area .entry-title a:focus {
	color: #f45050;
	text-decoration: none;
}

#supplementary .widget-area {
	float: left;
	width: 100%;
}

#supplementary.one .widget-area {
	text-align: center;
}

.nav-footer {
	background-color: #fff;
	color: #777;
}

#site-generator {
	background-color: #fff;
	color: #1a1a1a;
    text-align: center;
}

#site-generator a {
	color: #1a1a1a;
}

#site-generator a:hover,
#site-generator a:focus {
	color: #f45050;
}

.copyright a {
	font-weight: bold;
}



/**
 * 22.0 - Extra Elements
 */

/* Lucida Scrollup */
#scrollup {
    background-color: #888;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    bottom: 20px;
	right: 20px;
    text-align: center;
	text-decoration: none;
    width: 40px;
    z-index: 9999;
}

#scrollup:hover,
#scrollup:focus {
	background-color: #f45050;
    color: #fff;
    text-decoration: none;
}

/* Lucida breadcrumb */
#breadcrumb-list {
	background-color: #fff;
	text-align: center;
}

.active-header-right #breadcrumb-list {
	text-align: left;
}

#breadcrumb-list span {
	background-color: transparent;
	border: 1px solid #eee;
    color: #666;
	display: inline-block;
   	font-style: italic;
   	margin-left: -1px;
}

#breadcrumb-list span.sep {
       float: right;
       margin-left: 0;
       padding: 0 0 0 5px;
}

#breadcrumb-list span.sep,
#breadcrumb-list span.archive-text,
#breadcrumb-list span.search-text,
#breadcrumb-list span.tag-text,
#breadcrumb-list span.author-text {
       border: none;
}

#breadcrumb-list a,
#breadcrumb-list a span {
	color: #f45050;
	display: inline-block;
	padding: 5px 10px 3px;
}

#breadcrumb-list a:hover,
#breadcrumb-list a:hover span {
	color: #1a1a1a;
	text-decoration: none;
}

#breadcrumb-list .breadcrumb-current {
	background-color: #f6f7f7;
	padding: 5px 10px 3px;
}

/* jQuery Cycle 2 Custom CSS */
#feature-slider {
	background-color: #1a1a1a;
	display: block;
    position: relative;
    overflow: hidden;
    z-index: 101;
}

#feature-slider .cycle-slideshow {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#feature-slider .cycle-slideshow img {
    display: block;
    margin: 0 auto;
}

#feature-slider .cycle-pager {
    bottom: 15px;
    right: 15px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 101;
}

#feature-slider .cycle-pager span {
    clear: both;
    color: #f2f2f2;
    cursor: pointer;
    display: block;
    font-family: arial;
  	height: 20px;
    line-height: 20px;
    margin: 0 2px;
    width: 14px;
}

#feature-slider .cycle-pager span.cycle-pager-active {
    color: #f45050;
}

#feature-slider .cycle-pager > * {
    cursor: pointer;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
    display: block;
    text-align: center;
    width: 70px;
    height: 70px;
}

#feature-slider .cycle-prev,
#feature-slider .cycle-next {
    color: #fff;
    cursor: pointer;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 40%;
    text-decoration: none;
    -moz-transition:    all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
    z-index: 101;
}

#feature-slider .cycle-prev:hover,
#feature-slider .cycle-prev:focus,
#feature-slider .cycle-next:hover,
#feature-slider .cycle-next:focus {
	color: #f45050;
}

#feature-slider .cycle-prev {
    left: -20px;
}

#feature-slider .cycle-next {
    right: -20px;
}

#feature-slider .cycle-slideshow .hentry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

#feature-slider .cycle-slideshow article:first-child {
    position: static;
    z-index: 100;
}

#feature-slider .slider-content-wrapper {
    bottom: 0;
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 101;
}

#feature-slider .entry-summary,
#feature-slider .entry-content,
#feature-slider .entry-title,
#feature-slider .entry-title a,
#feature-slider .entry-meta,
#feature-slider .entry-meta a {
	color: #fff;
}

#feature-slider .entry-title a:hover,
#feature-slider .entry-title a:focus,
#feature-slider .entry-meta a:hover,
#feature-slider .entry-meta a:focus {
	color: #f45050;
}

#feature-slider .entry-summary a,
#feature-slider .entry-content a
.entry-meta a {
	color: #f45050;
}

#feature-slider .entry-summary a:hover,
#feature-slider .entry-summary a:focus,
#feature-slider .entry-content a:hover,
#feature-slider .entry-content a:focus {
	color: #fff;
}

/* Social Icons */
.site .widget_lucida_social_icons .genericon {
	box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	color: #777;
    margin: 0 0 5px;
    padding: 10px 8px 6px;
    height: 28px;
    width: 28px;
}

.header-top-bar .header-right-social-icons .genericon {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	margin: 2px;
	width: 16px;
	height: 16px;
	margin-bottom: 0;
	padding: 8px;
}

.site-footer .widget_lucida_social_icons .genericon {
	color: #fff;
}

.site .widget_lucida_social_icons a.genericon:hover {
    color: #fff;
    text-decoration: none;
}

.site .widget_lucida_social_icons a.genericon-facebook-alt:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}

.site .widget_lucida_social_icons a.genericon-twitter:hover {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_lucida_social_icons a.genericon-googleplus-alt:hover {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.site .widget_lucida_social_icons a.genericon-mail:hover {
	background-color: #1d62f0;
	border-color: #1d62f0;
}

.site .widget_lucida_social_icons a.genericon-feed:hover {
	background-color: #dc622c;
	border-color: #dc622c;
}

.site .widget_lucida_social_icons a.genericon-wordpress:hover {
	background-color: #1b8be0;
	border-color: #1b8be0;
}

.site .widget_lucida_social_icons a.genericon-github:hover {
	background-color: #4183c4;
	border-color: #4183c4;
}

.site .widget_lucida_social_icons a.genericon-linkedin:hover {
	background-color: #007bb6;
	border-color: #007bb6;
}

.site .widget_lucida_social_icons a.genericon-pinterest:hover {
	background-color: #cb2027;
	border-color: #cb2027;
}

.site .widget_lucida_social_icons a.genericon-flickr:hover {
	background-color: #ff0084;
	border-color: #ff0084;
}

.site .widget_lucida_social_icons a.genericon-vimeo:hover {
	background-color: #aad450;
	border-color: #aad450;
}

.site .widget_lucida_social_icons a.genericon-youtube:hover {
	background-color: #bb0000;
	border-color: #bb0000;
}

.site .widget_lucida_social_icons a.genericon-tumblr:hover {
	background-color: #32506d;
	border-color: #32506d;
}

.site .widget_lucida_social_icons a.genericon-instagram:hover {
	background-color: #517fa4;
	border-color: #517fa4;
}

.site .widget_lucida_social_icons a.genericon-codepen:hover {
	background-color: #000;
	border-color: #000;
}

.site .widget_lucida_social_icons a.genericon-path:hover {
	background-color: #ff442c;
	border-color: #ff442c;
}

.site .widget_lucida_social_icons a.genericon-dribbble:hover {
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.site .widget_lucida_social_icons a.genericon-skype:hover {
	background-color: #12a5f4;
	border-color: #12a5f4;
}

.site .widget_lucida_social_icons a.genericon-digg:hover {
	background-color: #333;
	border-color: #333;
}

.site .widget_lucida_social_icons a.genericon-reddit:hover {
	background-color: #ff4500;
	border-color: #ff4500;
}

.site .widget_lucida_social_icons a.genericon-stumbleupon:hover {
	background-color: #eb4924;
	border-color: #eb4924;
}

.site .widget_lucida_social_icons a.genericon-pocket:hover {
	background-color: #f13753;
	border-color: #f13753;
}

.site .widget_lucida_social_icons a.genericon-dropbox:hover {
	background-color: #2281cf;
	border-color: #2281cf;
}

.site .widget_lucida_social_icons a.genericon-spotify:hover {
	background-color: #81b900;
	border-color: #73a500;
}

.site .widget_lucida_social_icons a.genericon-polldaddy:hover {
	background-color: #bc0b0b;
	border-color: #bc0b0b;
}

.site .widget_lucida_social_icons a.genericon-foursquare:hover {
	background-color: #f94877;
	border-color: #f94877;
}

.site .widget_lucida_social_icons a.genericon-twitch:hover {
	background-color: #6441a5;
	border-color: #6441a5;
}

.site .widget_lucida_social_icons a.genericon-cloud:hover {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_lucida_social_icons a.genericon-website:hover,
.site .widget_lucida_social_icons a.genericon-cart:hover,
.site .widget_lucida_social_icons a.genericon-phone:hover,
.site .widget_lucida_social_icons a.genericon-handset:hover {
	background-color: #42b41e;
	border-color: #42b41e;
}

.site .widget_lucida_social_icons a.genericon-link:hover {
	background-color: #2e6da4;
	border-color: #2e6da4;
}

.site .widget_lucida_social_icons a.custom-icon {
	border: none;
	background: transparent;
	padding: 0;
}

.site .widget_lucida_social_icons .icon-hover,
.site .widget_lucida_social_icons .has-hover:hover .icon-static {
	display: none;
}

.site .widget_lucida_social_icons .has-hover:hover .icon-hover {
	display: inline-block;
	text-decoration: none;
	border: none;
}

/* WooCommerce */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 20px;
}

/* Header Heighlight Content */
#header-highlights-content .hentry {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#header-highlights-content .entry-header {
	padding-bottom: 5px;
}

#header-highlights-content #large-featured-image {
	width: 100%;
}

#header-featured-image img,
#header-highlights-content img {
	width: 100%
}

#header-highlights-content .entry-container {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

#header-highlights-content p,
#header-highlights-content .entry-title,
#header-highlights-content .entry-title a,
#header-highlights-content .entry-meta a {
	color: #fff;
}

#header-highlights-content a {
	color: #f45050;
}

#header-highlights-content a:hover,
#header-highlights-content a:focus {
	color: #fff;
}

#header-highlights-content .header-highlight-content-wrap .entry-title,
#header-highlights-content .header-highlight-content-wrap .entry-meta {
	margin-bottom: 0;
}

#header-highlights-content .entry-title a:hover,
#header-highlights-content .entry-title a:focus,
#header-highlights-content .entry-meta a:hover,
#header-highlights-content .entry-meta a:focus {
	color: #f45050;
}

#header-highlights-content .entry-content {
	text-align: center;
}

#header-highlights-content .entry-content p {
	margin-bottom: 10px;
}

#header-highlights-content .entry-meta span {
	margin-right: 10px;
}

#header-highlights-content .button {
    background-color: #fff;
    border: 2px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 2px 10px;
}

#header-highlights-content .button:hover,
#header-highlights-content .button:focus {
    background-color: #f45050;
    border-color: #993333;
    color: #fff;
}

/* New Ticker */
#news-ticker {
    background-color: #1a1a1a;
    border-bottom: 1px solid #444;
}

.news-ticker-above-content #news-ticker {
	background-color: transparent;
	border-bottom: none;
	margin-top: 15px;
}

.news-ticker-above-content #news-ticker .wrapper {
	background-color: #1a1a1a;
    border: 1px solid #444;
    padding: 0 30px;
}

.news-ticker-label {
    border-bottom: 1px solid #444;
    color: #f45050;
    display: inline-block;
    float: left;
    font-weight: 300;
    margin: 0;
    padding: 12px 0;
}

.new-ticket-content {
    display: inline-block;
    float: left;
    padding: 12px 0;
    width: 100%;
}

.news-ticker-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

.news-ticker-title,
.news-ticker-title a {
	color: #ddd;
}

.news-ticker-title a:hover,
.news-ticker-title a:focus {
	color: #f45050;
}

.active-header-right .new-ticket-content,
.active-header-right .news-ticker-label {
    float: left;
}

.active-header-right #news-ticker {
	text-align: left;
}

/**
 * 23.0 - 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 https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 480px) {
	#header-highlights-content .hentry {
	    width: 50%;
	}

	.two-columns .hentry,
	.four-columns .hentry,
	#featured-content.layout-two .hentry,
	#featured-content.layout-four .hentry,
	#supplementary.two .widget-area,
	#supplementary.four .widget-area {
	    width: 50%;
	}

	.three-columns .hentry,
	#featured-content.layout-three .hentry,
	#supplementary.three .widget-area {
		width: 33.33%;
	}

	.five-columns .hentry {
		width: 20%;
	}

	.six-columns .hentry {
		width: 16.66%;
	}

	.seven-columns .hentry {
		width: 14.28%;
	}

	.eight-columns .hentry {
		width: 12.5%;
	}

	.nine-columns .hentry {
		width: 11.11%;
	}

	.nine-columns .hentry:nth-child(9n+1),
	.eight-columns .hentry:nth-child(8n+1),
	.seven-columns .hentry:nth-child(7n+1),
	.six-columns .hentry:nth-child(6n+1),
	.five-columns .hentry:nth-child(5n+1),
	.four-columns .hentry:nth-child(2n+1),
	.three-columns .hentry:nth-child(3n+1),
	.two-columns .hentry:nth-child(2n+1),
	#featured-content.layout-two .hentry:nth-child(2n+1),
	#featured-content.layout-four .hentry:nth-child(2n+1),
	#featured-content.layout-three .hentry:nth-child(3n+1),
	#featured-content.layout-two .hentry:nth-child(2n+1),
	#supplementary.two .widget-area:nth-child(2n+1),
	#supplementary.four .widget-area:nth-child(2n+1) {
		clear: both;
	}

	/* Layout Options with Featured Image on Left */
	.excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image,
	.excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image,
	.sidebar-before-posts-pages .ctfeaturedpostpageimage .left .featured-image,
	.sidebar-before-posts-pages .ctfeaturedpostpageimage .right .featured-image,
	.sidebar-after-posts-pages .ctfeaturedpostpageimage .left .featured-image,
	.sidebar-after-posts-pages .ctfeaturedpostpageimage .right .featured-image {
		display: inline;
	    width: 38%;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	    width: 20%;
	}

	.excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image,
	.excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container,
	.ctfeaturedpostpageimage .left .featured-image,
	.ctfeaturedpostpageimage .right .entry-container {
	    float: left;
	}

	.excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image,
	.excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
	.ctfeaturedpostpageimage .right .featured-image,
	.ctfeaturedpostpageimage .left .entry-container {
		float: right;
	}

	.excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
	.excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container,
	.sidebar-before-posts-pages .ctfeaturedpostpageimage .left .entry-container,
	.sidebar-before-posts-pages .ctfeaturedpostpageimage .right .entry-container,
	.sidebar-after-posts-pages .ctfeaturedpostpageimage .left .entry-container,
	.sidebar-after-posts-pages .ctfeaturedpostpageimage .right .entry-container {
		display: inline;
		padding-left: 30px;
	    width: 62%;
	}

	.full-width .excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
	.full-width .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container {
	    width: 79%;
	}

	.sticky.has-post-thumbnail .archive-post-wrap .featured-image,
	.sticky .archive-post-wrap .entry-container,
	.sticky.has-post-thumbnail .archive-post-wrap .entry-container {
	    display: block;
	    padding: 0;
	    width: 100%;
	}

	.sidebar-primary .widget,
	.sidebar-secondary .widget {
		width: 50%;
		float: left;
	}

	.sidebar-primary .widget:nth-child(2n+1),
	.sidebar-secondary .widget:nth-child(2n+1) {
		clear: both;
	}

}

@media screen and (min-width:601px) {
	.admin-bar.fixed-header-top .header-top-bar,
	.admin-bar.fixed-header-top .header-top-bar.sticky {
	    top: 46px;
	}
}

@media screen and (min-width: 768px) {
	.wrapper,
	#feature-slider .entry-container {
	    width: 708px;
	    margin: 0 auto;
	}
}

@media screen and (min-width:782px) {
	.admin-bar.fixed-header-top .header-top-bar,
	.admin-bar.fixed-header-top .header-top-bar.sticky {
		top: 32px;
	}
}

@media screen and (min-width: 900px) {
	.wrapper,
	#feature-slider .entry-container {
	    width: 850px;
	}

	.content-area {
		width: 490px;
	}

	.sidebar-primary {
		clear: none;
	    width: 360px;
	    float: right;
	}

	.sidebar-primary .widget {
		width: 100%;
	}

	.site-main,
	.sidebar.sidebar-secondary {
		width: 100%;
	}

	#feature-slider:hover .cycle-prev {
	    left: 50px;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}

	#feature-slider:hover .cycle-next {
	    right: 50px;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}

	#feature-slider .entry-container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#feature-slider .cycle-pager {
	    bottom: 30px;
	    right: 30px;
	}

	#header-highlights-content #large-featured-image {
		width: 50%;
	}

	#header-highlights-content .hentry {
	    width: 25%;
	}

	.four-columns .hentry,
	#featured-content.layout-four .hentry,
	#supplementary.four .widget-area {
	    width: 25%;
	}

	.four-columns .hentry:nth-child(2n+1),
	#featured-content.layout-four .hentry:nth-child(2n+1),
	#supplementary.four .widget-area:nth-child(2n+1) {
		clear: none;
	}

	.four-columns .hentry:nth-child(4n+1),
	#featured-content.layout-four .hentry:nth-child(4n+1),
	#supplementary.four .widget-area:nth-child(4n+1) {
		clear: both;
	}

	/* Padding/Margin */
	#promotion-message .wrapper,
	.header-top-bar .wrapper,
	#breadcrumb-list .wrapper {
		padding-right: 0;
		padding-left: 0;
	}

	#masthead .wrapper {
		padding: 15px 0;
	}

	.news-ticker-label {
	    border-right: 1px solid #444;
	    border-bottom: none;
	    max-width: 20%;
	    padding-right: 20px;
	}

	.new-ticket-content {
	    max-width: 80%;
	    padding-left: 20px;
	}

	/* Navigation */
	.nav-header-top {
		display: inline-block;
		float: left;
	}

	#site-header-top-menu,
	#site-header-right-menu,
	#site-header-menu,
	#site-secondary-menu,
	.lucida-nav-menu ul {
	    display: block;
	}

	#site-header-right-menu {
		float: right;
		text-align: left;
	}

	.lucida-nav-menu,
	.lucida-nav-menu > li {
		border: 0;
	}

	.lucida-nav-menu > li {
		float: left;
	}

	.lucida-nav-menu a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.lucida-nav-menu li:hover > a,
	.lucida-nav-menu li.focus > a {
		color: #f45050;
	}

	.lucida-nav-menu ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.lucida-nav-menu ul ul {
		top: -1px;
	}

	.lucida-nav-menu ul ul:before,
	.lucida-nav-menu ul ul:after {
		border: 0;
	}

	.lucida-nav-menu ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.lucida-nav-menu ul a {
		white-space: normal;
		width: 12.6875em;
	}

	#site-header-menu .lucida-nav-menu ul a {
		width: 220px
	}

	.lucida-nav-menu ul:before,
	.lucida-nav-menu ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.lucida-nav-menu ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		left: 9px;
		top: -9px;
	}

	.lucida-nav-menu ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		left: 11px;
		top: -7px;
	}

	.header-top-bar .lucida-nav-menu ul:before,
	.sidebar-header-right .lucida-nav-menu ul:before {
		right: 9px;
		left: auto;
	}

	.header-top-bar .lucida-nav-menu ul:after,
	.sidebar-header-right .lucida-nav-menu ul:after  {
		right: 11px;
		left: auto;
	}

	#secondary-menu .lucida-nav-menu ul:after {
		border-color: #f6f7f7 transparent;
	}

	.lucida-nav-menu li:hover > ul,
	.lucida-nav-menu li.focus > ul {
		left: 0;
		right: auto;
	}

	.header-top-bar .lucida-nav-menu li:hover > ul,
	.header-top-bar .lucida-nav-menu li.focus > ul,
	.sidebar-header-right .lucida-nav-menu li:hover > ul,
	.sidebar-header-right .lucida-nav-menu li.focus > ul {
		left: auto;
		right: 0;
	}


	.lucida-nav-menu ul li:hover > ul,
	.lucida-nav-menu ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.header-top-bar .lucida-nav-menu ul li:hover > ul,
	.header-top-bar .lucida-nav-menu ul li.focus > ul,
	.sidebar-header-right .lucida-nav-menu ul li:hover > ul,
	.sidebar-header-right .lucida-nav-menu ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.lucida-nav-menu .menu-item-has-children > a:after,
	.lucida-nav-menu .page_item_has_children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.lucida-nav-menu ul .menu-item-has-children > a,
	.lucida-nav-menu ul .page_item_has_children > a {
		padding-right: 2.0625em;
	}

	.lucida-nav-menu ul .menu-item-has-children > a:after,
	.lucida-nav-menu ul .page_item_has_children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.header-top-bar .lucida-nav-menu ul .menu-item-has-children > a:after,
	.sidebar-header-right .lucida-nav-menu ul .menu-item-has-children > a:after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.lucida-nav-menu .dropdown-toggle.toggled-on,
	.menu-toggle,
	#menu-toggle-primary,
	#menu-toggle-secondary {
		display: none;
	}

	/* Primary and Secondary Menu */
	#site-header-menu .search-enabled {
		position: relative;
	}

	#site-header-menu .search-enabled .lucida-nav-menu {
		padding-right: 40px;
	}

	.header-center #site-header-menu .search-enabled .lucida-nav-menu {
		padding-left: 40px;
	}

	#site-header-menu .wrapper,
	#site-secondary-menu .wrapper {
	    position: relative;
	    width: 100%;
	}

	#site-header-menu .lucida-nav-menu .menu-item-has-children > a:after,
	#site-header-menu .lucida-nav-menu .page_item_has_children > a:after {
		top: 1em;
	}

	.header-center #site-header-menu .wrapper,
	.header-center #site-secondary-menu .wrapper {
	    text-align: center;
	    vertical-align: middle;
	}

	.header-center #site-header-menu li,
	.header-center #site-secondary-menu li {
		display: inline-block;
		float: none;
	}

	#site-header-menu li li,
	#site-secondary-menu li li {
		display: block;
	}

	#site-header-menu ul ul li,
	#site-secondary-menu ul ul li {
		text-align: left;
	}

	#site-header-menu li a,
	#site-secondary-menu li a {
		padding: 14px 15px;
	}

	#site-header-menu li li a,
	#site-secondary-menu li li a {
		padding: 0.65625em 0.875em;
	}

	#site-header-menu .lucida-nav-menu .menu-item-has-children > a,
	#site-header-menu .lucida-nav-menu .page_item_has_children > a,
	#site-secondary-menu .lucida-nav-menu .menu-item-has-children > a,
	.lucida-nav-menu .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	#promotion-message {
		text-align: left;
	}

	#promotion-message .left {
		float: left;
	    max-width: 80%;
	}

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

	#promotion-message .right .promotion-button {
		padding: 10px 25px;
	}

	/* Typography */
	.site-title {
		font-size: 58px;
	}

	.active-header-right .site-title,
	#feature-slider .entry-title {
	    font-size: 38px;
	}

	h1,
	.entry-title,
	.page-title,
	#featured-content #featured-heading {
		font-size: 36px;
	}

	h2,
	.archive-post-wrap .entry-title,
	.sidebar.sidebar-after-posts-pages .widget-title,
	.sidebar.sidebar-before-posts-pages .widget-title,
	#header-highlights-content #large-featured-image  .entry-title,
	#featured-content .entry-title,
	.archive-post-wrap .entry-title,
	.sidebar.sidebar-before-content .widget-title,
	.sidebar.sidebar-after-content .widget-title,
	.sidebar.sidebar-before-footer .widget-title {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	h4,
	#promotion-message h2,
	#header-highlights-content .header-highlight-content-wrap .entry-title,
	.sticky-label,
	.comments-title {
		font-size: 22px;
	}
}

@media screen and (min-width: 1024px) {
	.wrapper,
	#feature-slider .entry-container {
	    width: 960px;
	}

	.content-area {
		width: 600px;
	}
}

@media screen and (min-width: 1200px) {
	.wrapper,
	#feature-slider .entry-container {
	    width: 1140px;
	}

	.content-area {
		width: 780px;
	}

	.site-main {
		float: right;
		width: 520px;
	}

	.sidebar.sidebar-secondary {
		clear: none;
		float: left;
	    width: 260px;
	}

	.sidebar-secondary .widget {
		width: 100%;
	}

	/* Typography */
	.site-title {
		font-size: 68px;
	}

	.active-header-right .site-title,
	#feature-slider .entry-title {
	    font-size: 48px;
	}

	h1,
	.entry-title,
	.page-title,
	#featured-content #featured-heading {
		font-size: 38px;
	}

	h2,
	.archive-post-wrap .entry-title,
	.sidebar.sidebar-after-posts-pages .widget-title,
	.sidebar.sidebar-before-posts-pages .widget-title,
	#header-highlights-content #large-featured-image  .entry-title,
	#featured-content .entry-title,
	.archive-post-wrap .entry-title,
	.sidebar.sidebar-before-content .widget-title,
	.sidebar.sidebar-after-content .widget-title,
	.sidebar.sidebar-before-footer .widget-title {
		font-size: 28px;
	}

	h3 {
		font-size: 26px;
	}

	h4,
	#promotion-message h2,
	#header-highlights-content .header-highlight-content-wrap .entry-title,
	.sticky-label,
	.comments-title {
		font-size: 24px;
	}

	h5,
	.sidebar .widget-title {
		font-size: 20px;
	}

	h6,
	#site-generator,
	.nav-footer .menu a {
	    font-size: 14px;
	}
}

@media screen and (min-width: 1360px) {
	.wrapper,
	#feature-slider .entry-container {
	    width: 1300px;
	}
	.content-area {
		width: 940px;
	}
	.sidebar-primary {
		width: 360px;
	}
	.site-main {
		width: 680px;
	}
	.sidebar-secondary .widget {
		width: 100%;
	}
}

/**
 * 23.14 Form Zoom Fix
 */

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