/*
Theme Name: Parallax Frame Pro
Theme URI: https://catchthemes.com/themes/parallax-frame-pro/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Parallax Frame Pro is an advanced version of Parallax Frame free theme. A hand-crafted WordPress theme for corporate and business websites, Parallax Frame uses Parallax scrolling effects to enhance the user experience and increase your clientele. Simple, clean and fully responsive; the HTML5 and CSS3 codes used in building the theme make it a breeze to work with. Parallax Frame helps you create a website as unique as yourself, making you stand out from the rest of the crowd. For more details, check out the Parallax Frame Theme Instructions at https://catchthemes.com/theme-instructions/parallax-frame-pro/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/parallax-frame/. This theme is translation ready.
Version: 1.8.1
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: parallax-frame-pro
Domain Path: /languages/
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photography, portfolio

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. Reset
2. Typography
3. Elements
4. Padding/Margin
5. Forms
6. Navigation
7. Accessibility
8. Alignments
9. Clearings
10. Header Area
11. Header Highlight Content
11. Promotion Area
12. Featured Content Area
13. Content
14. Widgets
15. Comments
16. Media
17. Captions
18. Galleries
19. Footer
20. Extra Elements
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 10px;
}

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

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

#feature-slider .entry-title,
#header-featured-image .entry-title,
#hero-section .entry-title,
.section-title {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

h2 {
	font-size: 28px;
}

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

h3,
#featured-content .entry-title,
#header-highlights-content .entry-title,
#supplementary .widget-title {
	font-size: 24px;
}

.genericon.genericon-menu,
.widget_parallax_frame_social_icons .genericon,
#search-toggle,
.widget-title {
	font-size: 22px;
}

h4,
.comments-title {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6,
.entry-meta span a:before,
.sidebar-header-right .widget-title,
.site-main #infinite-handle span button {
	font-size: 16px;
}

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

.parallax-frame-nav-menu .sub-menu a,
.parallax-frame-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a,
#breadcrumb-list .wrapper,
.entry-meta,
#site-generator,
.site-description,
.main-pagination .wp-pagenavi a,
.main-pagination .wp-pagenavi span,
.page-links span {
	font-size: 14px;
}

.site-description,
.main-pagination .wp-pagenavi a,
.main-pagination .wp-pagenavi span,
.page-links span {
	line-height: 30px;
}

.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
.site {
	width: 100%;
}

.wrapper {
	width: 1280px;
	margin: 0 auto;
}

a {
	color: #1e73be;
    text-decoration: none;
}

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

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 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;
}

.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,
.parallax-frame-nav-menu a,
.sidebar-header-right .widget_nav_menu a {
	display: block;
}

.displaynone {
	display:  none;
}

.sticky {
	display: block;
}

/* Genericons */
.genericon:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
#content-prev:before,
#content-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 {
	-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;
}

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

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

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

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

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

/*--------------------------------------------------------------
4. Padding/Margin
--------------------------------------------------------------*/
.site {
	margin: 0 auto;
}

.wrapper,
.sidebar.sidebar-before-content .wrapper .widget,
.sidebar.sidebar-after-content .wrapper .widget,
#content .woocommerce-wrap {
	padding: 0 20px;
}

#promotion-message .section,
#content .wrapper,
.hentry,
.no-results,
.not-found,
.sidebar,
#comments,
.main-pagination,
.post-navigation,
#infinite-handle,
#supplementary .widget,
#site-generator,
.sidebar.sidebar-before-content .wrapper,
.sidebar.sidebar-after-content .wrapper {
	padding: 20px;
}

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

.nav-header-right .wrapper,
#feature-slider .wrapper,
#header-highlights-content .wrapper,
#header-top .wrapper,
#portfolio .wrapper,
.sidebar.sidebar-before-content,
.sidebar.sidebar-after-content {
	padding: 0;
}

#promotion-message .wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

#portfolio .portfolio-heading-wrap,
#portfolio .portfolio-content-wrap,
#featured-content .featured-heading-wrap {
	padding-top: 20px;
}

.section-title,
.widget-title,
#feature-slider .entry-title,
#hero-section .entry-title,
#header-featured-image .entry-title,
#logo-slider-title {
    margin-bottom: 20px;
}

.site-title,
.site-description,
#featured-content p {
	margin-bottom: 0;
}

#site-branding,
.nav-primary .menu a,
.primary-search-icon,
.secondary-menu {
	-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

.site-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

#site-branding {
	padding: 30px 20px;
}

.header-background #site-branding {
	padding: 20px;
}

.sidebar.sidebar-header-right {
	padding-top: 0;
	padding-bottom: 0;
}

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

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

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

.page-header .page-title {
    margin-bottom: 0;
    padding-bottom: 10px;
}

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

.blog #main .hentry,
.archive #main .hentry {
	padding-bottom: 0;
}

.archive-post-wrap,
.widget-wrap {
	padding-bottom: 20px;
}

#logo-slider,
.page-content,
.entry-content,
.entry-summary,
#promotion-message p {
	margin: 0;
}

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

#hero-section .readmore a,
#promotion-message .right a {
	padding: 10px 25px;
}

#promotion-message .right a {
	margin-top: 7px;
}

#hero-section .readmore {
    margin: 0;
    padding: 20px 0 0;
}

#feature-heading {
    margin: 0 20px;
    padding: 20px 0 0;
}

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

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

#hero-section .hentry,
#hero-section .featured-image,
#featured-content .cycle-slideshow .hentry,
.sidebar-header-right .widget:last-child {
	margin-bottom: 0;
}
.primary-search-icon {
	display: inline-block;
	padding: 26px 0;
	position: relative;
}
.header-background .primary-search-icon {
	padding: 17px 0;
}
#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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px 10px;
}

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

p,
.hentry .featured-image,
#main .entry-header {
    margin-bottom: 20px;
}

#main .entry-meta {
	margin-bottom: 0;
}

blockquote {
	margin: 20px 40px;
}

#promotion-message .right {
	padding-top: 0;
}

/*--------------------------------------------------------------
5. 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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	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 */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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 */
	-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;
	box-sizing:         content-box;
}

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="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

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

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding-top: .5em;
	padding-bottom: .5em;
}
/*--------------------------------------------------------------
6. Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

.nav-previous {
	text-align: left;
}

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

.post-navigation span {
	display: block;
}

.post-navigation a:hover {
	text-decoration: none;
}

.nav-header-right .wrapper {
	float: right;
	margin-right: -18px;
}

.sidebar-header-right .widget_nav_menu {
    position: relative;
    z-index: 199;
}

/* Primary Menu */
.fixed-header {
	background-color: transparent;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fixed-header.header-background {
	padding: 0;
	background-color: #000;
}

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

.nav-primary .menu {
	float: left;
}

.nav-primary .menu a {
	color: #fff;
	font-weight: bold;
	padding: 37px 20px;
	text-transform: uppercase;
}
.header-background .nav-primary .menu a {
	padding-top: 27px;
	padding-bottom: 27px;
}
.nav-primary .menu li a:hover,
.nav-primary .menu li a:focus,
.nav-primary .menu li:hover > a,
.nav-primary .menu li:focus > a {
	color: #1e73be;
}

.nav-primary .menu .current-menu-item > a,
.nav-primary .menu .current-menu-ancestor > a,
.nav-primary .menu .current_page_item > a,
.nav-primary .menu .current_page_ancestor > a {
	color: #1e73be;
}

.nav-primary .menu .sub-menu a,
.nav-primary .menu .children a {
    background: #444;
    background: rgba(0,0,0,0.7);
	border: none;
	padding: 15px 20px;
}

.nav-primary .menu .sub-menu .sub-menu,
.nav-primary .menu .children .children {
	border: none;
	margin: -51px 0 0 200px;
}

.nav-primary .menu .sub-menu li a:hover,
.nav-primary .menu .sub-menu li a:focus,
.nav-primary .menu .children li a:hover,
.nav-primary .menu .children li a:focus {
	color: #1e73be;
}

.nav-secondary {
    background-color: #f2f2f2;
    position: relative;
    z-index: 197;
}

.nav-footer {
	background-color: #000;
	padding-top: 20px;
	text-align: center;
}

#colophon .nav-footer a {
	color: #fff;
}

#colophon .nav-footer .current-menu-item a,
#colophon .nav-footer .current_page_item a {
    color: #1e73be;
}

.parallax-frame-nav-menu li,
.sidebar-header-right .widget_nav_menu li {
    display: inline-block;
	float: left;
    text-align: left;
}

.nav-footer .parallax-frame-nav-menu li {
	float: none;
}

.parallax-frame-nav-menu a,
.sidebar-header-right .widget_nav_menu a {
	color: #666;
    padding: 10px 20px;
}

.parallax-frame-nav-menu li a:hover,
.parallax-frame-nav-menu li a:focus,
.sidebar-header-right .widget_nav_menu li a:hover,
.sidebar-header-right .widget_nav_menu li a:focus {
	color: #1e73be;
	text-decoration: none;
}

/* Hover Parent */
.parallax-frame-nav-menu li:hover > a,
.sidebar-header-right .widget_nav_menu li:hover > a {
}

.parallax-frame-nav-menu .current-menu-item > a,
.parallax-frame-nav-menu .current-menu-ancestor > a,
.parallax-frame-nav-menu .current_page_item > a,
.parallax-frame-nav-menu .current_page_ancestor > a,
.sidebar-header-right .widget_nav_menu .current-menu-item > a,
.sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
	color: #1e73be;
}

.parallax-frame-nav-menu .sub-menu,
.parallax-frame-nav-menu .children,
.sidebar-header-right .widget_nav_menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 200;
}

.sidebar-header-right .widget_nav_menu .sub-menu {
	border-top: 1px solid #eee;
}

.parallax-frame-nav-menu .sub-menu a,
.parallax-frame-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	position: relative;
	width: 200px;
}

.parallax-frame-nav-menu .sub-menu a,
.parallax-frame-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a {
	border-top: none;
}

.nav-secondary .parallax-frame-nav-menu .sub-menu a,
.nav-secondary .parallax-frame-nav-menu .children a {
	background-color: #f2f2f2;
	border-color: #f9f9f9;
}

.parallax-frame-nav-menu .sub-menu li a:hover,
.parallax-frame-nav-menu .sub-menu li a:focus,
.parallax-frame-nav-menu .children li a:hover,
.parallax-frame-nav-menu .children li a:focus,
.sidebar-header-right .widget_nav_menu .sub-menu li a:hover,
.sidebar-header-right .widget_nav_menu .sub-menu li a:focus {
	color: #1e73be;
}

.parallax-frame-nav-menu .sub-menu .sub-menu,
.parallax-frame-nav-menu .children .children,
.sidebar-header-right .widget_nav_menu .sub-menu .sub-menu {
	border-top: 1px solid #eee;
	margin: -43px 0 0 249px;
}

.nav-secondary .sub-menu .sub-menu,
.nav-secondary .parallax-frame-nav-menu .children .children  {
	border-color: #f9f9f9;
}

.parallax-frame-nav-menu .menu-item:hover,
.parallax-frame-nav-menu .page_item:hover,
.sidebar-header-right .widget_nav_menu .menu-item:hover {
	position: static;
}

.parallax-frame-nav-menu .menu-item:hover > .sub-menu,
.parallax-frame-nav-menu .page_item:hover > .children,
.sidebar-header-right .widget_nav_menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

#logo-icon {
    float: left;
}
#logo-icon a {
	display: block;
	line-height: 0
}
#logo-icon img {
    max-height: 44px;
    padding: 6px 0;
    width: auto;
}

/* Menu Search */
#search-toggle {
    background-color: transparent;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 44px;
    text-align: center;
    width: 44px;
}

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

#header-container {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    bottom: -56px;
    clear: both;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

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

#search-container {
    background: #444;
    background: rgba(0,0,0,0.7);
    clear: both;
    height: 76px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 98px;
    width: 400px;
}

.header-background #search-container{
    top: 78px;
}

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

/* Pagination */
.main-pagination .wp-pagenavi,
.page-links {
	float: right;
}

.main-pagination .wp-pagenavi a,
.main-pagination .wp-pagenavi span,
.page-links span {
	border: none;
	float: left;
	text-align: center;
	display: block;
	padding: 4px 15px;
	text-decoration: none;
}

.page-links span {
	margin-left:  10px;
}

.page-links span,
.page-links a:hover span {
	background-color: #000;
	color: #fff;
}

.page-links a span {
	background-color: #f2f2f2;
	color: #404040;
}

.page-links span.pages {
	background-color: transparent;
	color: #404040;
	margin-left: 0;
	padding: 0;
}

.main-pagination .wp-pagenavi a,
.main-pagination .wp-pagenavi span {
	margin: 0 0 0 10px;
}

.main-pagination .wp-pagenavi span.pages {
    background-color: transparent;
    border: none;
    color: #404040;
    font-size: 16px;
    margin: 0;
    padding: 6px;
}

.main-pagination .wp-pagenavi span.current{
	font-weight: normal;
}

.main-pagination {
	text-align: center;
	margin: 0 auto;
}

.main-pagination .pagination a,
.main-pagination .pagination span {
	padding: 8px 15px;

}

.main-pagination .prev {
	float: left;
}

.main-pagination .next {
	float: right;
}

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

.main-pagination .wp-pagenavi a,
.main-pagination .wp-pagenavi span,
.main-pagination a,
.site-main #infinite-handle span button,
.main-pagination .pagination a,
.main-pagination .pagination span,
.post-navigation a {
	background-color: #fff;
	border: 2px solid #1e73be;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
    color: #1e73be;
    display: inline-block;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

.main-pagination a,
.post-navigation a,
.site-main #infinite-handle span button {
	padding: 15px 30px;
	text-transform: uppercase;
}

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

.main-pagination a:hover,
.main-pagination a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.main-pagination .pagination .current,
.main-pagination .wp-pagenavi span.current,
.main-pagination .wp-pagenavi a:hover,
.main-pagination .wp-pagenavi a:focus,
.main-pagination #wp_page_numbers ul li a:hover,
.main-pagination #wp_page_numbers ul li a:focus {
	background-color: #1e73be;
	border-color: #1e73be;
	color: #fff;
	text-decoration: none;
}

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

/* 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #1e73be;
	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 */
}

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

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

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

/*--------------------------------------------------------------
9. Clearings
--------------------------------------------------------------*/
.clear:after,
.hentry:after,
.archive-post-wrap:after,
.wrapper:after,
.parallax-frame-nav-menu:after,
.featured-content-wrap:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
.main-pagination:after,
.page-links:after,
#site-generator:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------------------------------------------------
10. Header Area
--------------------------------------------------------------*/
#masthead {
	width: 100%;
}

body.header-bg {
    padding-top: 98px;
}
.header-bg #masthead {
	background-color: #000;
}
.nav-primary {
	float: right;
}
#site-branding,
#site-logo,
#site-header {
	display: inline-block;
	float: left;
}

#site-branding,
#site-logo {
	max-width: 100%;
}

#site-logo a {
    display: block;
    line-height: 0;
}

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

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

.site-title {
    font-weight: bold;
    text-transform: uppercase;
}

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

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

.site-description {
	color: #ddd;
	font-style: italic;
}

.sidebar-header-right,
.sidebar-header-right .widget-wrap {
	float: right;
}

.sidebar-header-right .search-submit {
	display: none;
}

#header-featured-image {
	clear: both;
	display: block;
	min-width: 100%;
	min-height: 100%;
	padding: 200px 0;
	text-align: center;
}

#header-featured-image.default {
	background-image: url("images/gallery/header-bg.jpg");
}

/*--------------------------------------------------------------
11. Header Highlight Content
--------------------------------------------------------------*/
#header-highlights-content {
	background-color: #404040;
}

.header-highlight-heading-wrap {
	padding: 50px 0 20px;
}

#header-highlights-content .section-title {
	color: #fff;
	text-align: center;
}

#header-highlights-content .wrapper {
	width: 100%;
}

#header-highlights-content .hentry {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
}

#header-highlights-content figure {
	display: block;
	line-height: 0;
}

#header-highlights-content #large-featured-image {
	width: 100%;
	float: none;
	text-align: center;
}

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

#header-highlights-content .entry-container {
	background: #444;
    background: rgba(0,0,0,0.7);
    bottom: 0;
    display: block;
    left: 0;
    padding: 20px 10px;
    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 {
	text-align: center;
	color: #fff;
}

#header-highlights-content a {
	color: #1e73be;
}

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

#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: #1e73be;
}

#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;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    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: #1e73be;
    border-color: #993333;
    color: #fff;
}

/*--------------------------------------------------------------
11. Promotion Area
--------------------------------------------------------------*/
#promotion-message .left,
#promotion-message .right {
	display: block;
	text-align: center;
	width: 100%;
}

#hero-section .readmore {
	clear: both;
	display: block;
}

#promotion-message .right a,
#hero-section .readmore a {
    background-color: #1e73be;
	border: 2px solid #1e73be;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	display: inline-block;
}

#promotion-message .right a:hover,
#promotion-message .right a:focus,
#hero-section .readmore a:hover,
#hero-section .readmore a:focus {
    background-color: #fff;
    color: #1e73be;
	text-decoration: none;
}

/*--------------------------------------------------------------
12. Featured Content Area
--------------------------------------------------------------*/
#featured-content {
	background-image: url("images/gallery/bg-featured-content.jpg");
    color: #fff;
}
#featured-content a {
	color: #1e73be;
}
#featured-content a:hover,
#featured-content a:focus {
	color: #fff;
}
#featured-content.border-top {
	border-top: 1px solid #eee;
	border-bottom: none;
}

#featured-content .featured-heading-wrap,
.header-highlight-heading-wrap,
.portfolio-heading-wrap {
	max-width: 1240px;
	margin: 0 auto;
    text-align: center;
}

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

#featured-content .entry-title,
#featured-content .entry-title a {
	color: #fff;
	text-align: center;
}

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

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

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

#featured-content.layout-five .hentry {
	width: 20%;
}

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

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

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

#featured-content .featured-content-wrap {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}

#content-controls {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#content-prev,
#content-next {
    background: #444;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    line-height: 15px;
    padding: 5px;
}
#content-next {
    margin-left: 5px;
}

#featured-content .featured_content_slider_wrap {
    clear: both;
    overflow: hidden;
    width: 100%;
}

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

/*--------------------------------------------------------------
13. Content
--------------------------------------------------------------*/
#main {
	float: left;
	width: 900px;
}

.sidebar-primary {
	float: right;
	width: 340px;
}

.archive-post-wrap,
.page-header .page-title {
    border-bottom: 1px solid #eee;
}

.entry-title,
.entry-title a,
.page-title,
.sidebar {
	color: #404040;
}

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

.entry-title a:hover,
.entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus,
.sidebar a:hover,
.sidebar a:focus {
	color: #1e73be;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus {
	text-decoration: none;
}

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

/* Two Columns (Content Right, Left Sidebar) */
.content-right #main {
	float: right;
}

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

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
    display: inline;
    width: 40%;
}

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

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

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

/* One Column (No Sidebar, Content Width) */
.no-sidebar.content-width #main {
    display: block;
    float: none;
    margin: 0 auto;
    width: 900px;
}

/* One Column (No Sidebar, Full Width) */
.no-sidebar.full-width #main {
    width: 100%;
}

.no-sidebar.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
    width: 33%;
}

.no-sidebar.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
    width: 64%;
}

/*--------------------------------------------------------------
14. Widgets
--------------------------------------------------------------*/
#header-top .wrapper {
	width: 100%;
}

#header-top .widget,
#header-top .widget-wrap,
#header-top .hentry {
	margin: 0;
	padding: 0;
}

.sidebar .hentry {
	margin-bottom: 10px;
	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 {
    background-color: #f2f2f2;
    border: 1px solid #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;
    padding: 10px 20px;
    width: 100%;
}

.widget figure a {
	display: block;
	line-height: 0;
}

.widget-area .widget ul li {
    padding: 5px 0;
}

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

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

.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-primary .ctfeaturedpostpageimage .entry-title {
	font-size: 18px;
}

.sidebar-primary .featured-image,
.sidebar-primary .ctfeaturedpostpageimage .entry-title,
.sidebar-primary .ctfeaturedpostpageimage .entry-meta {
	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 {
	line-height: 0;
	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: #e8554e;
}

.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: #1e73be;
	color: #fff;
}

/* Newsletter Widget */
.ctnewsletter .ct-newsletter-wrap {
    background-color: #f9f9f9;
    clear: both;
    display: block;
    padding: 30px;
}

.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: #1e73be;
	color: #fff;
	margin: 0;
}

.ctnewsletter .ct-newsletter-wrap #subbutton:hover {
    background-color: #404040;
    color: #fff;
}

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

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

.ctninstagram .hentry a {
	display: block;
	line-height: 0;
}

.ctninstagram .genericon-instagram {
    background-color: #517fa4;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 20px;
}

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

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

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

/* Tad 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: #f9f9f9;
    color: #404040;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}

.cttagcloud .ct-tag-cloud-wrap.box a:hover,
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a:hover {
	background-color: #1e73be;
	color: #fff;
	text-decoration: none;
}

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

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

.ctfeaturedpostpageimage .left .featured-image,
.ctfeaturedpostpageimage .right .entry-container {
    float: left;
}

.ctfeaturedpostpageimage .right .featured-image,
.ctfeaturedpostpageimage .left .entry-container {
	float: right;
}

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

/*--------------------------------------------------------------
15. 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;
    line-height: 0;
    margin-right: 10px;
    padding: 0;
}

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

.hentry .featured-image a {
    display: block;
    line-height: 0;
}

/*--------------------------------------------------------------
17. Captions
--------------------------------------------------------------*/
caption {
	font-weight: bold;
}

.wp-caption {
	background-color:  #f3f3f3;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	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;
}

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

#main .gallery img {
    border: 1px solid #eee;
    padding: 5px;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
19. Footer
--------------------------------------------------------------*/
#colophon a,
#colophon a:active {
	color: #fff;
}

#colophon a:hover,
#colophon a:focus {
	color: #ddd;
	text-decoration: none;
}

#supplementary {
	background-color: #181818;
	background-image: url("images/gallery/supplementary-bg.jpg");
	color: #ddd;
}

#site-generator {
    background-color: #000;
    color: #ddd;
    overflow: hidden;
    padding: 23px 0;
    text-align: center;
}

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

#supplementary.two .widget-area {
	width: 50%;
}

#supplementary.three .widget-area {
	width: 33.33%;
}

#supplementary.four .widget-area {
	width: 25%;
}

#supplementary .widget-title,
#supplementary .widget-title a {
	color: #fff;
}

#footer-left-content,
#footer-right-content {
	padding: 7px 0;
}

/*--------------------------------------------------------------
10. Extra Elements
--------------------------------------------------------------*/
/* parallaxframe Scrollup */
#scrollup {
    background-color: #fff;
    border: 2px solid #1e73be;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    color: #1e73be;
    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: #1e73be;
    color: #fff;
    text-decoration: none;
}

/* parallaxframe breadcrumb */
#breadcrumb-list {
	background-color: #ddd;
}

#breadcrumb-list span {
    color: #666;
	display: block;
   	float: left;
   	font-style: italic;
}

#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: #1e73be;
	display: inline-block;
	padding: 5px 10px;
}

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

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

/* jQuery Cycle 2 Custom CSS */
#feature-slider {
    clear: both;
    color: #000;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

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

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

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

#feature-slider .cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 101;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
}

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

#feature-slider .cycle-pager span:hover,
#feature-slider .cycle-pager span:focus,
#feature-slider .cycle-pager span.cycle-pager-active {
    color: #e8554e;
}

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

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

#feature-slider .cycle-prev,
#feature-slider .cycle-next {
    background: #444;
    background: rgba(0,0,0,0.6);
    -moz-border-radius:     4px;
    -webkit-border-radius:  4px;
    border-radius:          4px;
    color: #fff;
    cursor: pointer;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 47%;
    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 {
	background-color: #e8554e;
}

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

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

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

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

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

#header-featured-image .hentry {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

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

#feature-slider .entry-title,
#feature-slider .entry-title a,
#header-featured-image .entry-title,
#header-featured-image .entry-title a {
    color: #fff;
}

#feature-slider .entry-container {
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 101;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#feature-slider .entry-header,
#header-featured-image .entry-header,
#feature-slider .entry-content,
#header-featured-image .entry-content {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
}

#feature-slider .entry-content,
#header-featured-image .entry-content {
	color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#feature-slider .entry-content a {
	color: #fff;
}

#header-featured-image .entry-content a {
	color: #e8554e;
}

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

#feature-slider .entry-content p:last-child,
#header-featured-image .entry-content p:last-child {
    margin-bottom: 0;
}

#feature-slider .readmore,
#header-featured-image .readmore {
	clear: both;
	display: block;
}

#feature-slider .readmore a,
#header-featured-image .readmore a {
    background-color: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
    margin-top: 30px;
    padding: 8px 30px;
}

#feature-slider .readmore a:hover,
#feature-slider .readmore a:focus,
#header-featured-image .readmore a:hover,
#header-featured-image .readmore a:focus {
    background-color: #1e73be;
    border-color: #1e73be;
    color: #fff;
	text-decoration: none;
}

.disabled {
    opacity: .5;
    filter:alpha(opacity=50);
}

/* Social Icons */
.widget_parallax_frame_social_icons .widget-wrap {
	margin-left: -10px;
}

.widget_parallax_frame_social_icons .widget-title {
	margin-left: 10px;
}

.site .widget_parallax_frame_social_icons a.genericon {
	background-color: #f2f2f2;
	border: 1px solid #eee;
	border-radius: 3px;
	-moz-border-radius:	3px;
	box-sizing: content-box;
	-webkit-border-radius:	3px;
    -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: #404040;
    font-size: 30px;
    margin: 0 0 5px 10px;
    padding: 10px;
}

.site .widget_parallax_frame_social_icons a.genericon:hover {
	background-color: #000;
	border-color: #000;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Disable Responsive */
.disable-responsive .wrapper {
    width: 1280px;
}

.disable-responsive #fixed-header,
.disable-responsive #content,
.disable-responsive #colophon,
.disable-responsive #feature-slider,
.disable-responsive #promotion-message,
.disable-responsive #featured-content {
    min-width: 1300px;
}

.disable-responsive #footer-left-content,
.disable-responsive #footer-right-content {
    width: 620px;
}

.main-content-wrap {
	margin-top: 78px;
}

.parallax-effect,
#featured-content,
#supplementary,
#logo-slider {
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}


.parallax-effect {
	background-color: #fff;
	padding: 265px 0;
}

#featured-content,
#supplementary,
#logo-slider {
	background-color: #222;
}

#promotion-message,
#featured-content,
#hero-section,
#logo-slider,
#footer-full-width,
#supplementary,
#portfolio {
	padding: 50px 0;
}

#portfolio {
	padding-bottom: 0;
}

.entry-title.large-title {
	font-size: 40px;
	font-weight: bold;
}

.entry-title.large-title,
.entry-title.large-title a {
	color: #fff;
}

#logo-slider {
	background-image: url("images/gallery/bg-logo-slider.jpg");
}

#logo-slider .hentry {
	margin-bottom: 0;
}

#supplementary .widget-area .widget:last-child {
	margin-bottom: 0;
}

#feature-slider .cycle-slideshow .hentry {
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 100%;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
}

#feature-slider .more-botton {
    clear: both;
    display: block;
    margin-top: 30px;
}

#feature-slider .more-botton a {
    background-color: #1e73be;
    border: 2px solid #1e73be;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}

#feature-slider .more-botton a:hover,
#feature-slider .more-botton a:focus {
    background-color: #f2f2f2;
    color: #e8554e;
    text-decoration: none;
}

#logo-slider-title {
	text-align: center;
	color: #fff;
}

#logo-slider.layout-eight .hentry {
	width: 12.5%;
}

#logo-slider.layout-seven .hentry {
	width: 14.28%;
}

#logo-slider.layout-six .hentry {
	width: 16.66%;
}

#logo-slider.layout-five .hentry {
	width: 20%;
}

#logo-slider.layout-four .hentry {
	width: 25%;
}

#logo-slider.layout-three .hentry {
	width: 33.33%;
}

#logo-slider.layout-eight .hentry:nth-child(8n+1),
#logo-slider.layout-seven .hentry:nth-child(7n+1),
#logo-slider.layout-six .hentry:nth-child(6n+1),
#logo-slider.layout-five .hentry:nth-child(5n+1),
#logo-slider.layout-four .hentry:nth-child(4n+1),
#logo-slider.layout-three .hentry:nth-child(3n+1) {
	clear: both;
}

#logo-slider .featured-content-image a {
	opacity: 1;
}

#logo-slider .featured-content-image a:hover,
#logo-slider .featured-content-image a:focus {
	opacity: 0.7;
}

#portfolio {
    overflow: hidden;
    width: 100%;
}

#portfolio .wrapper {
	clear: both;
	display: block;
	width: 100%;
}

#portfolio img {
	width: 100%;
}

.portfolio-heading-wrap {
    display: block;
    overflow: hidden;
    text-align: center;
}

#portfolio .hentry {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	width: 25%;
}

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

#portfolio .hentry .featured-image {
	line-height: 0;
	margin: 0;
}

#portfolio .hentry .entry-title {
	font-size: 22px;
}

#portfolio .hentry .entry-container {
	background: #303030;
	background: rgba(48,48,48,0.9);
    bottom: 0;
    padding: 10px;
    position: absolute;
    opacity: 0;
    text-align: center;
    width: 100%;
}

#portfolio .hentry:hover .entry-container {
    opacity: 1;
    width: 100%;
}

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

#portfolio .hentry .entry-title a:hover,
#portfolio .hentry .entry-title a:focus,
#portfolio .hentry .entry-meta a:hover,
#portfolio .hentry .entry-meta a:focus {
	color: #1e73be;
}

#portfolio .hentry .entry-meta p {
	margin-bottom: 0;
}

#hero-section .featured-image {
	float: right;
    width: 40%;
}

#hero-section .has-post-thumbnail .entry-container {
    float: left;
    padding-right: 40px;
    width: 60%;
}

.contact-map {
	margin-bottom: 10px;
}

#footer-full-width {
	background-color: #111;
	color: #bbb;
	text-align: center;
}

#footer-full-width .wrapper {
	width: 100%;
}

#footer-full-width .widget-title {
	color: #fff;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#footer-full-width .widget:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Responsive Style
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
2. Mobile Menus
--------------------------------------------------------------*/
.mobile-menu,
.mobile-menu-anchor,
.mobile-menu-text {
	display: none;
}

.mobile-menu-anchor.secondary-menu {
	display: inline-block;
}

.mobile-menu-anchor a.genericon-menu {
	color: #fff;
}

.mobile-menu-anchor a.genericon-menu:hover,
.mobile-menu-anchor a.genericon-menu:focus {
	color: #1e73be;
	text-decoration: none;
}

.genericon-menu {
	padding: 12px;
}

.secondary-menu {
    margin-top: 25px;
}

.header-background .secondary-menu {
	margin-top: 15px;
}

.mobile-header-left-nav-open #mobile-header-left-menu .genericon-menu:before,
.mobile-secondary-nav-open #mobile-secondary-menu .genericon-menu:before,
.mobile-header-right-nav-open #mobile-header-right-menu .genericon-menu:before {
	content: "\f406";
}

.mobile-header-right-nav-open #masthead {
    padding-right: 260px;
}

.mobile-header-right-nav-open #masthead .wrapper {
	width: auto;
}

.mobile-header-left-nav-open #masthead {
    padding-left: 260px;
}

.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 15px;
	background: #333;
	color: #fff;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-box-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
}

.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 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	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(255, 255, 255, 0.9);
}

.sidr>p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d;
}

.sidr ul li {
	display:block;
	margin: 0;
	line-height: 48px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #1a1a1a;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
	border-top: none;
	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 {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
}

.sidr ul li a,
.sidr ul li span {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.sidr ul li ul {
	border-bottom: none;
	margin: 0;
}

.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px;
}

.sidr ul li ul li:last-child {
	border-bottom: none;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
	border-top: none;
	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 {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
	color: #ccc;
	padding-left: 20px;
}

.sidr ul li ul li ul li a,
.sidr ul li ul li ul li span {
	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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 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: #333;
	background: #fff;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
	background: rgba(255, 255, 255, 0.9);
}

/*--------------------------------------------------------------
4. x <= 1366px
--------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	.wrapper {
		width: 1220px;
	}
	#main {
		width: 840px;
	}
}

/*--------------------------------------------------------------
5. x <= 1280px
--------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	.wrapper {
		width: 1100px;
	}

	#main {
	    width: 720px;
	}

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

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

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

	#supplementary.two .widget-area {
		width: 50%;
	}
}

/*--------------------------------------------------------------
6. x <= 1152px
--------------------------------------------------------------*/
@media screen and (max-width: 1152px) {
	.wrapper {
		width: 1040px;
	}

	.wrapper,
	.sidebar.sidebar-before-content .wrapper .widget,
	.sidebar.sidebar-after-content .wrapper .widget,
	#content .woocommerce-wrap {
		padding: 0 15px;
	}

	#site-branding,
	.header-background #site-branding,
	#promotion-message .section,
	#content .wrapper,
	.hentry,
	.no-results,
	.not-found,
	.sidebar,
	#comments,
	.main-pagination,
	.post-navigation,
	#infinite-handle,
	#supplementary .widget,
	#site-generator,
	.sidebar.sidebar-before-content .wrapper,
	.sidebar.sidebar-after-content .wrapper {
		padding: 15px;
	}

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

	.nav-primary .menu a,
	.header-background .nav-primary .menu a {
		padding: 20px 15px;
	}

	.secondary-menu,
	.header-background .secondary-menu {
	    margin-top: 9px;
	}

	.parallax-frame-nav-menu a,
	.sidebar-header-right .widget_nav_menu a {
	    padding: 10px 15px;
	}

	#main {
	    width: 680px;
	}

	.sidebar-primary {
	    width: 330px;
	}
	#search-container,
	.header-background #search-container {
		top: 68px;
	}
	.primary-search-icon,
	.header-background .primary-search-icon {
	    padding: 12px 0;
	}
}

/*--------------------------------------------------------------
7. x <= 1100px (iPad Landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
	.wrapper {
		width: 960px;
	}

	#main {
	    width: 600px;
	}

	#feature-slider .cycle-prev,
	#feature-slider:hover .cycle-prev {
	    left: 40px;
	    opacity: 1;
	}

	#feature-slider .cycle-next,
	#feature-slider:hover .cycle-next {
	    right: 40px;
	    opacity: 1;
	}

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

/*--------------------------------------------------------------
8. x <= 990px (iPad Portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 990px) {
	.wrapper {
		width: 740px;
	}

	#logo-icon {
	    text-align: center;
	    width: 612px;
	}

	.no-mobile-left-menu #logo-icon {
    	margin-left: 44px;
	}

	.no-mobile-right-menu #logo-icon {
		margin-right: 44px;
	}

	.no-mobile-left-menu.no-mobile-right-menu #logo-icon {
		margin: 0;
		width: 100%
	}

	#site-branding,
	#main,
	.no-sidebar.content-width #main,
	.sidebar-primary {
	    width: 100%;
	}
	#site-branding,
	.header-background #site-branding {
		padding: 5px 0;
	}

	.sidebar-primary {
		clear: both;
		padding: 0;
	}

	.sidebar-primary .widget,
	#featured-content.layout-four .hentry,
	#supplementary.four .widget-area,
	#supplementary.three .widget-area,
	#supplementary.two .widget-area {
	    float: left;
	    padding: 10px;
	    width: 50%;
	}

	.one-column .layout-four .featured-content-wrap {
	    margin-left: 0;
	    width: 100%;
	}

	.one-column #featured-content.layout-four .hentry {
		float: left;
		margin-left: 0;
	    padding: 10px;
	    width: 50%;
	}

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

	#supplementary.four .widget-area,
	#supplementary.three .widget-area,
	#supplementary.two .widget-area {
		padding: 0;
	}

	#masthead .wrapper {
	    padding: 0 44px;
	    position: relative;
	}

	#mobile-header-left-menu {
	    left: 0;
	    position: absolute;
	    top: 0;
	}

	#mobile-header-right-menu {
	    position: absolute;
	    right: 0;
	    top: 0;
	}

	.header-background .primary-search-icon,
	.primary-search-icon {
		padding: 0;
	}

	.mobile-menu-one .primary-search-icon {
	    left: 0;
	    position: absolute;
	}

	.mobile-menu-one #search-container {
		left: 0;
		right: auto;
	}

	.mobile-menu-two .nav-primary {
	    float: none;
	    text-align: center;
	}

	.mobile-menu-two #search-container {
	    position: relative;
	    top: 0;
	}

	.mobile-menu-anchor {
		display: inline-block;
	}

	.secondary-menu,
	.header-background .secondary-menu {
	    margin-top: 0;
	}

	#site-logo,
	#site-header {
		display: block;
	    float: none;
	}

	.logo-left #site-header {
		padding-top: 8px;
		padding-left: 0;
	}

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

	#site-logo img {
		max-height: 150px;
	}

	/* Sidebar Header Right */
	.sidebar-header-right {
	    clear: both;
	    display: inline-block;
	    float: none;
	    text-align: center;
	    width: 100%;
	}

	.sidebar-header-right .widget-wrap {
	    float: none;
	}

	.mobile-header-left-nav-open .site-header {
		left: 260px;
	}

	.nav-primary .menu,
	.nav-header-right,
	.nav-secondary,
	.nav-footer {
		display: none;
	}

	#site-branding {
	    text-align: center;
	}

	#mobile-secondary-menu {
		display: block;
		width: 100%;
	}

	#mobile-footer-menu {
	    border-top: 1px solid #eee;
	    display: block;
	    padding: 0 10px;
	    width: 100%;
	}

	#feature-slider .cycle-prev,
	#feature-slider:hover .cycle-prev {
	    left: 20px;
	    opacity: 1;
	}

	#feature-slider .cycle-next,
	#feature-slider:hover .cycle-next {
	    right: 20px;
	    opacity: 1;
	}

	#feature-slider .cycle-prev:before,
	#feature-slider .cycle-next:before {
		font-size: 25px;
	    line-height: 30px;
	    width: 30px;
	    height: 30px;
	}
	#header-highlights-content .hentry,
	#portfolio .hentry {
		width: 50%;
	}

	/* Font Size */
	#feature-slider .entry-title,
	#header-featured-image .entry-title,
	#hero-section .entry-title,
	.section-title {
	    font-size: 32px;
	}

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

	h1,
	.entry-title {
		font-size: 28px;
	}

	h2 {
		font-size: 26px;
	}

	.entry-title {
		font-size: 24px;
	}

	.sidebar-primary .ctfeaturedpostpageimage .entry-title {
		font-size: 16px;
	}

	h3,
	#featured-content .entry-title,
	#header-highlights-content .entry-title,
	#supplementary .widget-title {
		font-size: 22px;
	}

	#featured-content .entry-title
	.widget-title {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	.header-highlight-heading-wrap {
		padding-top: 30px;
	}

	#promotion-message,
	#featured-content,
	#hero-section,
	#logo-slider,
	#footer-full-width,
	#supplementary {
	    padding: 30px 0;
	}

	#portfolio {
		padding: 30px 0 0;
	}

	#feature-slider .entry-title,
	#header-featured-image .entry-title {
		margin-bottom: 10px;
	}

	.sidebar-primary,
	#feature-slider .readmore a,
	#header-featured-image .readmore a {
		margin-top: 10px;
	}

	.widget-wrap {
		padding-bottom: 0;
		margin: 0;
	}

	#search-container,
	.header-background #search-container {
	    top: 46px;
	}

	.parallax-effect,
	#featured-content,
	#supplementary,
	#logo-slider {
		background-attachment: scroll;
		background-position: top;
		background-repeat: no-repeat;
	}
}


/*--------------------------------------------------------------
9. x <= 782px
--------------------------------------------------------------*/
@media screen and (max-width:782px) {
	.admin-bar .fixed-header {
	    top: 45px;
	}

	/* Font Size */
	#feature-slider .entry-title,
	#header-featured-image .entry-title,
	#hero-section .entry-title,
	.section-title {
	    font-size: 30px;
	}

	h1,
	.entry-title {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3,
	#featured-content .entry-title,
	#header-highlights-content .entry-title,
	#supplementary .widget-title,
	.entry-title {
		font-size: 22px;
	}

	#featured-content .entry-title,
	.widget-title {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	#hero-section .has-post-thumbnail .entry-container {
		padding-right: 20px;
	}

	#footer-right-content {
	    padding-top: 10px;
	}
}

/*--------------------------------------------------------------
10. x <= 767px
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.wrapper {
		width: 660px;
	}

	#logo-icon {
	    width: 532px;
	}

	#supplementary {
		height: 1%;
		overflow: hidden;
	}
}

/*--------------------------------------------------------------
11. x <= 700px
--------------------------------------------------------------*/
@media screen and (max-width: 700px) {
	.wrapper {
		width: 560px;
	}

	#logo-icon {
	    width: 432px;
	}

	#footer-left-content,
	#footer-right-content {
		display: block;
		text-align: center;
	    width: 100%;
	}
	#footer-right-content {
		padding-top: 0;
	}
}

/*--------------------------------------------------------------
12. x <= 600px (iPhone 5 Landscape)
--------------------------------------------------------------*/
@media screen and (max-width:600px) {
	.wrapper {
		width: 520px;
	}

	.admin-bar .fixed-header.header-background {
		top: 0;
	}

	#logo-icon {
	    width: 392px;
	}

	/* Font Size */
	#feature-slider .entry-title,
	#header-featured-image .entry-title,
	#hero-section .entry-title,
	.section-title {
	    font-size: 28px;
	}

	h1,
	.entry-title {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h3,
	#header-highlights-content .entry-title,
	#supplementary .widget-title {
		font-size: 20px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 15px;
	}

	h6,
	#site-generator {
		font-size: 13px;
	}

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

/*--------------------------------------------------------------
13. x <= 540px (iPhone 4 Landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 540px) {
	.wrapper {
		width: 460px;
	}

	#logo-icon {
	    width: 332px;
	}

	#hero-section .featured-image,
	#hero-section .has-post-thumbnail .entry-container,
	#featured-content.layout-three .hentry {
		display: block;
	    float: none;
	    width: 100%;
	}

	#promotion-message, #featured-content,
	#hero-section,
	#logo-slider,
	#footer-full-width,
	#supplementary {
	    padding: 15px 0;
	}

	#portfolio,
	#portfolio .portfolio-heading-wrap,
	#portfolio .portfolio-content-wrap {
		padding-top: 15px;
	}

	#portfolio .portfolio-heading-wrap,
	.header-highlight-heading-wrap,
	#featured-content .featured-heading-wrap {
		padding-top: 15px;
	    padding-left: 15px;
	    padding-right: 15px;
	}

	#hero-section .has-post-thumbnail .entry-container,
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.post-navigation .nav-next,
	.nav-next {
		padding-top: 20px;
	}

	#portfolio .section-title {
	    margin-bottom: 15px;
	}

	#header-highlights-content .hentry,
	#portfolio .hentry,
	#portfolio.layout-three .hentry,
	.comment-navigation .nav-previous,
	.paging-navigation .nav-previous,
	.post-navigation .nav-previous,
	.nav-previous,
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.post-navigation .nav-next,
	.nav-next  {
		width: 100%;
	}

	.comment-navigation .nav-previous a,
	.paging-navigation .nav-previous a,
	.post-navigation .nav-previous a,
	.nav-previous a,
	.comment-navigation .nav-next a,
	.paging-navigation .nav-next a,
	.post-navigation .nav-next a,
	.nav-next a {
		display: block;
	}

	#feature-slider .readmore a,
	#feature-slider .readmore a:hover,
	#feature-slider .readmore a:focus,
	#header-featured-image .readmore a,
	#header-featured-image .readmore a:hover,
	#header-featured-image .readmore a:focus {
		background-color: transparent;
		margin: 0;
		padding: 0;
		border: none;
	}

	#feature-slider .entry-title,
	#header-featured-image .entry-title {
		margin: 0;
	}

	#feature-slider .entry-title a:hover,
	#feature-slider .entry-title a:focus,
	#feature-slider .readmore a:hover,
	#feature-slider .readmore a:focus,
	#header-featured-image .readmore a:hover,
	#header-featured-image .readmore a:focus {
		color: #e8554e;
	}

	/* Font Size */
	#feature-slider .entry-title,
	#header-featured-image .entry-title,
	#hero-section .entry-title,
	.section-title {
	    font-size: 26px;
	}

	#feature-slider .readmore a {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
14. x <= 479px (iPhone Portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 479px) {
	.wrapper {
		width: 400px;
	}

	#logo-icon {
	    width: 272px;
	}

	#content-prev, #content-next {
	    font-size: 20px;
	    line-height: 10px;
	}

	#content .has-post-thumbnail .archive-post-wrap .featured-image,
	#content .has-post-thumbnail .archive-post-wrap .entry-container,
	#promotion-message .section,
	.sidebar-primary .widget,
	#featured-content.layout-four .hentry,
	#supplementary.four .widget-area,
	#supplementary.three .widget-area,
	#supplementary.two .widget-area,
	.one-column #featured-content.layout-four .hentry {
		display: block;
	    float: none;
	    width: 100%;
	}

	#promotion-message .section {
		max-width: 100%;
	}

	#promotion-message .left {
		padding-bottom: 0;
	}

	#promotion-message .right {
		padding-top: 0;
	}

	#search-container {
		width: 320px;
	}

	.mobile-header-right-nav-open #masthead .wrapper,
	.mobile-header-left-nav-open #masthead .wrapper {
		width: 100%;
	}

	.mobile-header-right-nav-open #mobile-header-left-menu,
	.mobile-header-right-nav-open #site-branding {
		display: none;
	}

	.mobile-header-left-nav-open #mobile-header-right-menu,
	.mobile-header-left-nav-open #site-branding {
		display: none;
	}

	.mobile-header-right-nav-open #mobile-header-right-menu {
	    right: auto;
	    left: 20px;
	}

	.mobile-header-left-nav-open #mobile-header-left-menu {
	    right: 20px;
	    left: auto;
	}
}

/*--------------------------------------------------------------
15. x <= 400px
--------------------------------------------------------------*/
@media screen and (max-width: 400px) {
	.wrapper {
		width: 100%;
	}

	#logo-icon {
	    width: 70%;
	}
	.sidr {
		max-width: calc(100% - 50px);
	}

	.mobile-header-right-nav-open #mobile-header-right-menu {
	    left: 0;
	}
}

/*--------------------------------------------------------------
16. x <= 319px
--------------------------------------------------------------*/
@media screen and (max-width: 319px) {
	#logo-icon {
	    width: 55%;
	}

	.mobile-menu-one #site-branding,
	.mobile-menu-two #site-branding {
		clear: both;
		display: block;
	    padding: 0;
	    width: 100%;
	}

	#masthead .sidebar-header-right {
		padding-right: 0;
		padding-left: 0;
	}

	#site-generator {
		font-size: 13px;
	}

	#search-container {
		width: 280px;
	}
}

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