/*
Theme Name:     brooklyn
Theme URI:      http://blogzillastudio.com/brooklyn
Description:    Child theme for the Twenty Sixteen theme
Author:         Blogzilla Studio
Author URI:     http://blogzillastudio.com/
Template:       twentysixteen
Version:        0.1.0
*/

@import url("style.css");

a

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 * 16.0 - Blogzilla
 *    16.0-1 - >= Blogzilla Media - Mobile
 *    16.0-2 - >= Blogzilla Media - iPad
 *    16.1 - >= Blogzilla - Image Slider
 *    16.2 - >= Blogzilla - Mailchimp and Jetpack
 *    16.3 - >= Blogzilla - CHPC Slider
 *    16.4 - >= Blogzilla - Contact Form
 *    16.5 - >= Blogzilla - Add to Any
 *    16.6 - >= Blogzilla - Category Filter
 *    16.7 - >= Blogzilla - Pin It Button
 *    16.8 - >= Blogzilla - WooCommerce
 *    16.9 - >= Blogzilla - Portfolio
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

html,
body,
.site {
	width:100%;
	height:100%;
}

/*index page*/
body.page-template-splash.page .slick-slider,
body.page-template-splash.page footer {
	display:none;
}
body.page-template-splash.page {
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size:cover;
	height:initial;
}

body.page-template-splash.page .site {
	background:none;
}

body.page-template-splash.page .site-inner {
	height:100%;
}

body.page-template-splash.page .site-header-menu {
	width:100%;
	position:absolute;
	top:0;
}
body.page-template-splash.page .main-navigation {
	border:none;
}
body.page-template-splash.page .main-navigation a {
	color:#fff;
}
body.page-template-splash.page .main-navigation a:hover,
body.page-template-splash.page .main-navigation a:focus {
	color: #a4a4a2;
	outline: 0;
}
body.page-template-splash.page .main-navigation ul ul a {
	color:#424040;
}

body.page-template-splash.page .site-header-main {
	margin:150px 0 0 0;
}

body.page-template-splash.page .site-branding .site-title a {
	color:#fff;
}

body.page-template-splash.page .site-main > article {
	border:none;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}

body.page-template-splash.page .site-content,
body.page-template-splash.page .site-main,
body.page-template-splash.page .entry-content {
	margin:0 auto !important;
}

body.page-template-splash.page .site-content {
	margin-bottom:50px !important;
}

body.page-template-splash.page #primary {
	padding:0 5%;
}

body.page-template-splash.page blockquote {
	font-family:'Open Sans', sans-serif;
	font-style:normal;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
}

body.page-template-splash.page a.enterBtn {
	display: table;
    background: #fff;
    margin: auto;
    margin-top: 20px;
    padding: 10px 60px;
    font-size: 13px;
    color: #b4b4b4;
    font-weight: normal;
    letter-spacing: 4px;
}

body.page-template-splash.page a.enterBtn:hover {
background: #616161;
color: #ffffff;
}


/*index page end*/


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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	outline: 0;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before,
ul.socialmedia a:before,
ul.postbottom a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #424040;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
	/*padding:0 3%;*/
}

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

blockquote {
	border: none;
	border-left-width: 0px;
	color: #424040;
	font-size: 20px;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	letter-spacing: .1px;
	text-align: center;
	}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #424040;
	display: block;
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #424040;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #424040;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 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: #ffffff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #424040;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

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

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #424040;
	font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
	color: #424040;
	font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
	color: #424040;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #424040;
	font-family: 'Open Sans', sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: none;
	border: 1px solid #424040;
	border-radius: 0px;
	color: #424040;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 3px;
	line-height: 1;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 10px;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #acacac;
	border: 1px solid #acacac;
	background: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: none;
	background-image: none;
	border: 1px solid #d1d1d1;
	color: #424040;
	padding: 0.875em !important;
	width: 100%;
	border-radius: 0px;
}

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;
	border-color: #424040;
	color: #424040;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #424040;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 20px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #9f8b63;
	text-decoration: none;
	outline: 0;
}

a:hover,
a:focus,
a:active {
	color: #9f8b63;
}

a:focus {
	outline: 0;
}

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

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a {
	box-shadow: none;
	color: #9f8b63;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,0);
	padding-bottom: 3px;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: none;
	color:#9f8b63;
	border-bottom: 1px solid #9f8b63;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

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

.main-navigation {
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #b1b1b1;
	width: 100%;
	margin: 0 auto !important;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

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

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #424040;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em;
	text-transform: uppercase;
	font-size: 9.5px;
	letter-spacing: 5px;
	font-weight: 300;
	outline: 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #a4a4a2;
	outline: 0;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 400;
	outline: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
	outline: 0;
}

.no-js .main-navigation ul ul {
	display: block;
	outline: 0;
}

.main-navigation ul .toggled-on {
	display: block;
	outline: 0;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #424040;
	outline: 0;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 0px;
	outline: 0;
}

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

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 26px;
	left: 1px;
	position: relative;
	width: 55px;
	margin-top: -15px;
	outline: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #424040;
	outline: 0;
}

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

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

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

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
	outline: 0;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
	outline: 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
	outline: 0;
	text-align: center;
}

.social-navigation li {
	float: none;
	margin: 0 0.4375em 0.4375em 0;
	outline: 0;
	display: inline-block;
}

.social-navigation a {
	border: none;
	border-radius: 50%;
	color: #5b5b5b;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
	outline: 0;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #424040;
	outline: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f204";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f209";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 1px solid #424040;
	border-bottom: 1px solid #424040;
	clear: both;
	font-family: 'Open Sans', sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #424040;
	display: block;
	padding: 1.75em 0;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #424040;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
	letter-spacing: 3px;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #424040;
}

.post-navigation div + div {
	border-top: 1px solid #424040;
}

.pagination {
	border-top: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin: -26px 0px 0px 0px !important;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #ffffff;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #a4a4a2;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #424040;
	font-size: 15px;
	line-height: 30px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
	background: #ffffff;
	border: 1px solid #ffffff;
}

.pagination .nav-links:before {
	content: "/ Older";
	left: 50%;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	width: auto;
	text-align: left;
	top: 1px;
}

.pagination .nav-links:after {
	content: "Newer";
	right: 50.8%;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	line-height: 2.7;
	width: auto;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: none;
	font-weight: 400;
}

.pagination .prev,
.pagination .next {
	background-color: rgba(255,255,255,0);
	color: rgba(255,255,255,0);
	display: inline-block;
	height: 30px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 2;
	font-size: 0px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 15px;
	height: 53px;
	line-height: 35px;
	position: relative;
	width: auto;
	color: #424040;
	background: #ffffff;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: rgba(255,255,255,0);
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 50.8%;
}

.pagination .prev:before {
	content: "Newer";
	right: 54px;
	top: -1px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	width: auto;
}

.pagination .next {
	left: 50%;
}

.pagination .next:before {
	content: "/ Older";
	left: 0px;
	top: -1px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	width: auto;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #424040;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/*Responsive Menu*/
#click-menu.admin-bar-showing {
	margin:0 !important;
}

#click-menu {
	padding:0 !important;
	right:30px !important;
}

#responsive-menu.admin-bar-showing {
	padding:0 !important;
}

#responsive-menu-container #responsive-menu #responsive-menu-title {
	padding:20px !important;
	font-family: 'madina_scriptregular';
	text-align:center !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	text-indent:15px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
	text-indent:0;
}

#responsive-menu-container .responsive-menu-search-box {
	border-radius:0 !important;
	background: none !important;
    color: #424040;
    font-size: 15px;
    letter-spacing: 2.5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    border:0 !important;
    border-bottom: 1px solid #424040 !important;
    background-image: url("../png/search.png") !important;
    background-repeat: no-repeat !important;
    background-position-x: 97% !important;
    background-position-y: center !important;
    background-position: 97% !important;
    padding: 12px !important;
}
/*Responsive Menu End*/





/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #424040;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	left: -9999em;
	outline: 0;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: 'Open Sans', sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

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

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: none;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
	letter-spacing:2.5px;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 7px;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #424040;
	outline: 0;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #a4a4a2;
	color: #fff;
	display: block;
	font-weight: 700;
	outline: 0;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #a4a4a2;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #424040;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #424040;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
	outline: 0;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #a4a4a2;
	color: #a4a4a2;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	max-width: 100%;
	/*height:100%;*/
	position: relative;
}

.site-content {
	word-wrap: break-word;
	margin-top:30px !important;
}

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

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	padding: 2.625em 7.6923% 5px 7.6923%;

	padding-bottom:0 !important;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	margin: 0.875em auto;
}

.site-title {
	/*font-size: 120px;
	font-size:89px;*/
	font-size:72px;
	font-size:5.538em;
	line-height: normal !important;
	font-family: 'madina_scriptregular';
	text-transform: capitalize;
	letter-spacing: 0px;
	text-align: center;
}

.site-branding .site-title a {
	color: #424040;
	outline: 0;
	font-weight: normal;
	padding:0 5%;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #424040;
}

.site-description {
	color: #424040;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #424040;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em auto;
	padding: 0.769230769em;
	/*display: block;*/
	outline: 0;

	display:none;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #424040;
	color: #424040;
	outline: 0;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #424040;
	border-color: #424040;
	color: #fff;
	outline: 0;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: 0;
}

.header-image {
	clear: both;
	margin: 0.875em auto 50px auto;
}

.header-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-height: 114px;
}

.header-image a {
	display: block;
	outline: 0;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}


/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3em;
	position: relative;
	border-bottom: 1px solid #424040;
	/*padding-bottom: 8px;*/
	
	padding:0 !important;
}

.site-main > article img {
	width:100%;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}



.entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 30px;
	letter-spacing: 1.8px;
	font-weight: light !important;
	text-transform: uppercase;
}

.entry-title a {
	color: #424040;
	outline: 0;
	font-weight: 400;
}

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

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: none;
}

a.post-thumbnail {
	display: none;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.25;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: .6px;
	text-align: center;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 19px;
	line-height: 1.25;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: .8px;
	font-weight: 400;
	text-align: center;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 25px;
	line-height: 1.2173913043;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .3px;
	font-weight: 400;
	text-align: center;
}

.entry-content h5,
.entry-summary h5,
.comment-content h5,
.textwidget h5 {
	font-size: 20px;
	line-height: 1.1052631579;
	margin-top: 1.25em;
	margin-bottom: 20px;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: .3px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	margin: 15px 0px 30px 0px !important;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #424040;
	font-size: 15px;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #424040;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #424040;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #424040;
	outline: 0;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #424040;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #424040;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

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

.page-header {
	border-top: 1px solid #424040;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2173913043;
	color: #424040;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

.taxonomy-description {
	color: #424040;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #424040;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #424040;
	border-color: #424040;
	color: #fff;
	outline: 0;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #a4a4a2;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #424040;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #424040;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 20px;
	line-height: 1.473684211;
	margin-bottom: 5px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: block;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3125;
	padding-top: 1.217391304em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: -26px;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	padding: 20px;
	background: none;
	margin: 10px auto;
	border: 1px solid #424040;
}

.comment-list .children .comment-body {
	background: none;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #424040;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
	display: none;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 2px;
}

.comment-metadata,
.pingback .edit-link {
	color: #424040;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #424040;
	outline: 0;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #a4a4a2;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #424040;
	border-radius: 0px;
	color: #424040;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #a4a4a2;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #424040;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
	font-weight: normal;
}

.comment-form .form-submit input#submit:hover {
	/*border: 1px solid #acacac;*/
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #424040;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #424040;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #424040;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
	outline: 0;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #424040;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0 0px 1.75em;
}

.site-info {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.6153846154;
	text-align: center;
	letter-spacing: 5px;
	text-transform:uppercase;
}

.site-footer .site-title {
	text-transform:uppercase;
	letter-spacing: 5px;
}

.site-info a {
	color: #ffffff;
	outline: 0;
}

.site-info a:hover,
.site-info a:focus {
	color: #ffffff;
}

.site-footer .site-title {
	/*font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;*/
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

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

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
	outline: 0;
}

.entry-content img {
	width:100%;
	margin-bottom: 5px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
	outline: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #424040;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - 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: #424040;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

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


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #424040;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 20px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #424040;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 14px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 14px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


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



/*320px*/
@media screen and (min-width: 24.615em) {
}




@media only screen and (max-device-width: 909px)
and (min-device-width: 0px) {
	body.page-template-splash.page .site-header-main {
		margin:50px 0 0 0;
	}
}


/**
 * 14.1 - >= 710px
 */


@media screen and (min-width: 44.375em) {
	.twentysixteen .site-main {
		margin: 0 auto;
	}
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 0px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		margin: 0px;
	}

	.site-main {
		margin-bottom: 5.25em;
	}

	.site-header {
		padding: 3.9375em 7.6923%;
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.site-title {
		/*font-size: 120px;
		font-size:89px;
		line-height: 1;
		font-family: 'honeycombregular', script;*/
		font-family: 'madina_scriptregular';
		font-size:72px;
		font-size:5.538em;
		text-transform: capitalize;
		letter-spacing: 0px;
		text-align: center;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 14px;
		font-size: 1.0rem;
		margin: 1.3125em auto;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
		margin-bottom:0 !important;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em auto;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 13px;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.site-main > article {
		margin-bottom: 3em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 7.6923%;
	}

	.entry-title {
		font-size: 20px;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
		text-align: left;
		font-weight:light;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: 0px;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

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

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
		display: none;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


@media screen and (max-width: 879px) {
	#ctf-category-selector,
	#ctf-tag-selector,
	input#ctf-submit.button {
		float:none !important;
		font-weight: normal;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {

	.header-image.fixed {
		margin-top: -16px;
	}

	.site-content.fixed {
		margin: 63px auto 0 auto;
	}

	.site-header-main.fixed {
		margin-bottom: 63px;
	}

	.site-header-menu.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 999;
		background: white;
		margin: 0px 0px 2em 0px;
		border-bottom: 1px solid #b1b1b1;
	}

	.site-header-menu.fixed .main-navigation {
		border-bottom: none;
	}

	.site-header {
		padding: 4.25em 0px 1em 0px;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
		text-align: center;
	}

	.main-navigation .primary-menu > li {
		display: inline-block;
		float: none;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 1.65625em 2.5em;
		white-space: nowrap;
		outline: 0;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		/*color: #424040;*/
		color:#a4a4a2;
		outline: 0;
	}

	.main-navigation ul ul {
		border:solid 1px #b1b1b1;
		border-top:none;
		display: block;
		left: 50%;
		margin-left: -75px;
		margin-top: -1px;
		position: absolute;
		z-index: 99999;
		top: 42px;
		width: 150px;
		opacity: 0;
		visibility: hidden;
	}

	.main-navigation ul ul ul {
		top: 0px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul ul li {
		background-color: #b6b2ac;
	}

	.main-navigation ul ul ul li:hover {
		background-color: #b6b2ac;
	}

	.main-navigation ul ul ul li a:hover {
		color:#a4a4a2;
	}

	.main-navigation ul ul li {
		border: none;
		border-bottom-width: 0;
	}

	.main-navigation ul ul li:hover {
		border: none;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 100%;
		outline: 0;

		padding:10px 0;
		line-height: 2;
	}

	.main-navigation ul ul a:hover {
	/*color: #9d9b9b;*/
	color:#a4a4a2;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: ##222224 transparent;
		border-width: 0 10px 10px;
		right: 43%;
		top: -9px;

		display:none;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 9px 9px;
		right: 44%;
		top: -8px;
		display: none;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: 50%;
		opacity: 1;
		visibility: visible;
	}

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

	.main-navigation .menu-item-has-children > a:after {
	content: none;
	position: absolute;
	right: 0.625em;
	top: 0.8125em;
	}

	.main-navigation .menu-item-has-children > a {
	margin: 0;
	padding: 1.65625em 2.875em;
	outline: 0;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		padding: 0;
		max-width: 1000px;
		margin: 0 auto;
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 65%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 70%;
		padding: 0;
		width: 30%;
	}

	.widget {
		/*font-size: 13px;
		font-size: 0.8125rem;*/
		font-size:11px;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 0;
		letter-spacing:2.5px;
	}

	.widget .widget-title {
		margin-bottom: .875em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 14px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		font-family: 'Open Sans', sans-serif;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 20px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 15px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 14px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 14px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
		outline: 0;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 1.75em 0px;
		background: #222224;
		
		margin:auto;
		clear:both;
	}

	.site-footer .social-navigation {
		margin: 0px auto 10px auto;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		display: flex;
		width: 100%;
	}

	.site-info {
		margin: 1.538461538em auto 0.538461538em auto;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

/**
 Blogzilla Add
 */

	.menu-social-media-container {
		margin: 0 auto;
	}

/**
 - End Blogzilla Add
 */


	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 0px;
		margin-left: 0px;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7.0em;
	}

	.site-header {
		padding: 4.25em 0px 1em 0px;
	}

	.site-branding {
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.header-image {
		margin: -16px auto 57px auto;
	}

	.site-header-menu {
		margin-top: 0px;
		/*margin-bottom: 12px;*/
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 3.5em;
		letter-spacing:2.5px;
	}

	.site-main > article {
		padding-bottom: 8px;
		margin-bottom: 3.0em;
		border-bottom: 1px solid #424040;
	}

	.entry-title {
		font-size: 18px;
		line-height: 1.325;
		margin-bottom: 1.25em;
		text-align: left;
                letter-spacing: 2.5px;
		font-weight: light;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		line-height: 1.304347826;
		margin-bottom: 5px;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.25;
		margin-top: 0px;
		margin-bottom: 5px;
		text-transform: uppercase;
		letter-spacing: 3.8px;
		text-align: center;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 19px;
		line-height: 1.25;
		font-family: 'Open Sans', sans-serif;
		margin-top: 0px;
		margin-bottom: 20px;
		letter-spacing: 3.8px;
		font-weight: 400;
		text-align: center;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 25px;
		line-height: 1.2173913043;
		margin-top: 0px;
		margin-bottom: 20px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 3.8px;
		font-weight: 400;
		text-align: center;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: .3px;
		font-size: 14px;
		margin-bottom: 20px;
		margin-top: 0px;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
		text-align: center;
	}

	.entry-content h5,
	.entry-summary h5,
	.comment-content h5 {
		font-size: 20px;
		line-height: 1.1052631579;
		margin-top: 1.25em;
		margin-bottom: 20px;
		letter-spacing: 0px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		text-transform: uppercase;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: 0px;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		margin-top: 0.1538461538em;
		width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		    display: block;
    margin-bottom: 0.5384615385em;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 6px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 0px;
	}


	body:not(.search-results) article:not(.sticky) .posted-on {
		display: block;
		margin-bottom: 2.5384615385em;
		text-align: center;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 3px;
		font-family: 'Open Sans', sans-serif;
		color:#5f5c5c;
		border: 1px solid #424040;
		width: 60px;
		height: 60px;
		line-height: 60px;
		position: absolute;
		left: -75px;
		margin: 0px;
		padding-left: 3px;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


@media screen and (max-width: 999px) {
	.site-content {
		/*padding:5%;*/
	}
}



/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 20px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 20px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 15px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 15px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 20px;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
		font-weight:light;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		line-height: 1.304347826;
		margin-bottom: 5px;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 15pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #424040 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #424040 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #424040 !important; /* Make sure color schemes don't affect to print */
		outline: 0;
	}

	code,
	hr {
		background-color: #424040 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #424040 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #a4a4a2 !important; /* Make sure color schemes don't affect to print */
		outline: 0;
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #424040 !important; /* Make sure color schemes don't affect to print */
		outline: 0;
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

/**
 * 16.0 - Blogzilla
 */

@font-face {
    font-family: 'honeycombregular';
    src: url('../honeycomb-webfont.html');
    src: url('../honeycomb-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('../honeycomb-webfont-2.html') format('woff2'),
         url('../honeycomb-webfont-3.html') format('woff'),
         url('../honeycomb-webfont-4.html') format('truetype'),
         url('../honeycomb-webfont-5.html#honeycombregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'madina_scriptregular';
    src: url('../woff2/madina_script-webfont.woff2') format('woff2'),
         url('../woff/madina_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media screen and (min-width: 56.875em) {
	.page-template-full-width-page .content-area
	{
	  float: left;
	  margin-right: -100%;
	  width: 100%;
	}

	.page-template-splash .content-area
	{
	  float: left;
	  margin-right: -100%;
	  width: 100%;
	}
}

body.error404 p,
body.search p {
	text-align: center;
	}

body.error404 form#searchform.searchform,
body.search form#searchform.searchform {
	/*width: 50%;*/
	margin: 0 auto;
	}

body.page-template-splash h1.entry-title,
body.page-template-splash header.entry-header {
	display: none;
	}

.topbutton {
	height:40px;
	width:40px;
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:1;
	background-image: url("../png/topbutton.png");
	background-repeat:no-repeat;
	display:none;
	opacity: .9;
	background-size: cover;
	}

.site-header-main {
	margin-bottom: 1em;
	}

.header-image.fixed {
	margin-top: -16px;
	}

.site-content.fixed {
	margin: 63px auto 0 auto;
	}

.site-header-menu.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: white;
	margin: 0px 0px 2em 0px;
	border-bottom: 1px solid #b1b1b1;
	}

.site-header-menu.fixed .main-navigation {
	border-bottom: none;
	}

::selection {
	background: #222224; /* WebKit/Blink Browsers */
	color: #ffffff;
	}

::-moz-selection {
	background: #222224; /* Gecko Browsers */
	color: #ffffff;
	}

.site-header {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.entry-content {
	margin-bottom: 30px;
	}

.posted-on {
    display: block;
    margin-bottom: 2.5384615385em;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #424040;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
		left: -75px;
		margin: 0px;
padding-left: 3px;
}

.cat-links {
	margin-right: 7.6923%;
	margin-left: 0px;
	display: block;
	margin-bottom: 0.5384615385em;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	font-family: 'Open Sans', sans-serif;
	}

.cat-links a {
	color: #5f5c5c;
	outline: 0;
	}

.cat-links a:hover {
	color: #a4a4a2;
	}

.unveilcomments a {
	color: #424040;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-weight: 300;
	outline: 0;

	display:block;
	float:right;
	}

.unveilcomments a:hover {
	color: #424040;
	}

.unveilcomments a span {
	margin:0 !important;
	}

h2.entry-title {
	margin-bottom: 15px;
	hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	}

a time.entry-date.published {
	color: #424040;
	outline: 0;
	}

a time.entry-date.published {
	color: #424040;
	outline: 0;
	}

ul.socialmedia a {
	outline: 0;
	border: none;
	border-radius: 0;
	display: block;
	height: 16px;
	position: relative;
	width: 16px;
	outline: 0;
	color: #474747 !important;
	}

ul.socialmedia a:hover {
	color: #7d7d7d !important;
	text-decoration: none;
	border-bottom: none;
	}

.footersocial ul.socialmedia a {
	color: #ffffff !important;
	}

.footersocial ul.socialmedia a:hover {
	color: #9a9a9a !important;
	text-decoration: none;
	border-bottom: none;
	}

ul.socialmedia li:first-child {
	padding-left: 0px !important;
	}

ul.socialmedia li:last-child {
	padding-right: 7px !important;
	}

li.bloglovin {
	padding: 10px 0px 3px 15px !important;
	margin-bottom: -3.5px;
	}

.bloglovin a {
	display : block;
	width : 16px;
	height : 16px;
	background-image:url(../png/bloglovin.png);
	box-shadow: none;
	outline: 0;
	}

.bloglovin a:hover {
	display : block;
	width : 16px;
	height : 16px;
	background-image:url(../png/bloglovinhover.png);
	}

.dribble a:before {
	content: "\f201";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.facebook a:before {
	content: "\f204";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.flickr a:before {
	content: "\f211";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.instagram a:before {
	content: "\f215";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.linkedin a:before {
	content: "\f207";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.email a:before {
	content: "\f410";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.pinterest a:before {
	content: "\f209";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.rss a:before {
	content: "\f413";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.tumblr a:before {
	content: "\f214";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.twitter a:before {
	content: "\f202";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.vimeo a:before {
	content: "\f212";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.youtube a:before {
	content: "\f213";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.googleplus a:before {
	content: "\f206";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	font-size: 20px !important;
	margin-top: -1px;
	}

ul.socialmedia {
	display: inline-block;
	text-align: center;
	margin: 0;
	}

ul.socialmedia li {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	text-align: center;
	}

.widget ul {
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	line-height: 2.1;
	}

.widget ul a {
	color: #424040;
	outline: 0;
	}

.textwidget {
	text-align: center;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 12.5px;
	font-family: 'Karla', sans-serif;
	}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: 0;
	}

.footersocial {
	margin: auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: flex;
	width: 100%;
	}

.footersocial .widget {
	margin-bottom: 2.5em;
	padding: 0px;
	color: #ffffff;
	}

.social-widget-area {
	width: 100%;
	margin: 0 auto;
	}

a.more-link {
    border: solid 1px #999;
    display: table;
    margin: 20px auto -10px auto;
    padding: 10px 30px;
    clear: both;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: 4px;
    font-size: 12px;
    color: #424040;
	text-transform: uppercase;
}


a.more-link:hover,
.comment-form .form-submit input#submit:hover,
.wpcf7-form input[type="submit"]:hover,
input#ctf-submit.button:hover,
input#ctf-submit.button:focus,
.mc4wp-form-fields input[type="submit"]:hover,
.footersocial .mc4wp-form-fields input[type="submit"]:hover,
input#feedburner_email_widget_sbef_submit:hover,
.footersocial input#feedburner_email_widget_sbef_submit:hover {
	border-color:#222224;
	background:#222224;
	color:#fff;
}

.one_half {
	width: 48.5% !important;
	margin-right: 3% !important;
	float: left;
	}

.last_column {
	margin-right: 0 !important;
	}

.full_width, .one_half, .one_third,
.two_third, .one_fourth, .three_fourth,
.one_fifth, .two_fifth, .three_fifth,
.four_fifth, .one_sixth, .five_sixth {
	clear: none !important;
	}

.categorydiv {
	display: inline-block;
	max-width: 100%;
	margin: 0px 31px 0px 0px;
	vertical-align: top;
	overflow: hidden;
	}

.categorydiv:nth-child(3) {
	margin: 0px 0px 0px 0px;
	}

.categorydiv:nth-child(6) {
	margin: 0px 0px 0px 0px;
	}

.categorydiv:nth-child(9) {
	margin: 0px 0px 0px 0px;
	}

.categorydiv:nth-child(12) {
	margin: 0px 0px 0px 0px;
	}

.categorydiv:nth-child(15) {
	margin: 0px 0px 0px 0px;
	}

.categorydiv:nth-child(18) {
	margin: 0px 0px 0px 0px;
	}

.categorydiv:nth-child(21) {
	margin: 0px 0px 0px 0px;
	}

.categorydiv:nth-child(24) {
	margin: 0px 0px 0px 0px;
	}

.categorydiv:nth-child(27) {
	margin: 0px 0px 0px 0px;
	}

.categorydiv:nth-child(30) {
	margin: 0px 0px 0px 0px;
	}

.categoryphotos {
	max-width: 310px;
	max-height: 310px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	}

.categoryh2 {
	margin: 0 auto 25px auto !important;
	max-width: 310px;
	display: block;
	font-size: 12px !important;
	min-width: 310px;
	letter-spacing: 3px;
	text-align: center;
	padding: 0px 20px;
	height: 45px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	}

.mobileheaderbreak {
	display: none;
	}

.footersocial .widget.widget_search {
	max-width: 300px;
	margin: 0 auto 30px auto;
	}


/**
 * 16.0-1 - Blogzilla Media
 */

@media only screen and (max-device-width: 568px)
and (min-device-width: 320px) {

.cat-links {
    margin: 0 7.6923%;
}

.contentfooter {
margin: 10px 5% !important;
}

.related_post_title, h3.related_post_title, .wp_rp_wrap .related_post_title {
width: 21.4% !important;
font-size: 11px !important;
}

.slick-slider,
div.sliderborder.border {
	display: none;
	}

.topbutton {
	display: none !important;
	}

.mobileheaderbreak {
	display: block;
	line-height: 4px;
	}

.shop-widget-area {
	width: 100% !important;
	margin-bottom: 15px !important;
	}

body.page-template-splash .site-footer .menu-main-menu-container {
	display: none;
	}

body.page-template-splash .site-footer .main-navigation {
	border: none;
	}

body.page-template-portfolio-page .content-area {
	width: 90% !important;
	margin: 0 auto;
	}

.header-image.fixed {
	margin-top: -16px;
	}

.site-content.fixed {
	/*margin: 0px auto 0 auto;*/
	}

.site-header-menu.fixed {
	position: inherit;
	}

.container-fluid {
	padding: 0px;
	}

.categorywidget p {
	padding: 0px 10px;
	}

.main-navigation {
	width: 100%;
	}

#sb_instagram {
	display: none;
	}

.site-footer {
	background: #222224;
	}

.site-info {
	padding: 0px 10% 5% 10%;
	}

.footersocial {
	padding: 0px 10% 5% 10%;
	}

.woocommerce .woocommerce-ordering {
	width: 100% !important;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 100% !important;
	margin: 20px auto !important;
	}

.singleproductimagediv {
	width: 100% !important;
	margin-right: 0 !important;
	}

div.related.products {
	display: none;
	}

.singleproductbasicdetailsdiv {
	width: 100% !important;
	text-align: center;
	}

.singleproductdescriptionreviewsdiv {
	width: 100% !important;
	}

div.portfolio-detail-desc {
	width: 90% !important;
	}

.tlp-portfolio button {
	margin: 0px auto 10px auto !important;
	display: block;
	text-align: center;
	width: 75%;
	}

.tlp-col-xs-12 {
	width: 98% !important;
	}

.tlp-team .short-desc,
.tlp-team .tlp-team-isotope .tlp-content,
.tlp-team .button-group .selected,
.tlp-team .layout1 .tlp-content,
.tlp-team .tpl-social a,
.tlp-team .tpl-social li a.fa,
.tlp-portfolio button.selected,
.tlp-portfolio button:hover {
	border: 1px solid #424040 !important;
	}

.chpcs_image_carousel {
	display: none;
	}

.categorydiv {
	margin: 0px;
	}

#ctf-category-selector,
#ctf-tag-selector,
input#ctf-submit.button {
	display: block !important;
	margin: 0 auto 10px auto !important;
	width: 90% !important;
	font-weight: normal;
	}

.mc4wp-form-fields {
	margin: 0px auto 0 auto;
	display: block;
	text-align: center;
	max-width: 300px;
	padding: 0px;
}

.categoryphotos {
	max-width: 90%;
	max-height: 280px;
	display: block;
	margin: 0 auto 10px;
	overflow: hidden;
	}

h2.entry-title {
	margin-bottom: 0px;
	font-size: 20px;
	text-align: left;
	}

.entry-content {
	margin-top: 10px;
	}

.twentysixteen .site-main {
	width: 90%;
	}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 533px)
  and (orientation: landscape) {

.categoryphotos {
	/*height: 150px !important;*/
	}

.categoryh2 {
	font-size: 8.5px !important;
	letter-spacing: 1px !important;
	max-width: 155px !important;
	}

}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {

.twentysixteen .site-main {
	width: 90%;
	}

.woocommerce .woocommerce-breadcrumb {
	text-align: center;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

.woocommercenewbuy {
	width: 85% !important;
	}

.topbutton {
	display: none !important;
	}

#ctf-category-selector,
#ctf-tag-selector,
input#ctf-submit.button {
	margin: 0px 3.3% 10px 3.3% !important;
	max-width: 100% !important;
	font-weight: normal;
	}

.categorywidget form {
	width: 310px;
	margin: 0 auto;
	}

.categoryh2 {
	font-size: 9px !important;
	letter-spacing: 1px !important;
	margin-bottom: 30px !important;
	max-width: 140px !important;
	}

.categoryphotos {
	max-width: 100%;
	max-height: 150px;
	}
}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (orientation: landscape) {

.topbutton {
	display: none !important;
	}

#ctf-category-selector select,
#ctf-tag-selector select,
input#ctf-submit.button {
	font-size: 8.5px !important;
	font-weight: normal;
	}

.categoryphotos {
	margin-left: 0px;
	max-height: 165px !important;
	max-width: 165px !important;
	}

.categoryh2 {
	font-size: 8.5px !important;
	letter-spacing: 1px;
	max-width: 165px;
	}

.twentysixteen .site-main {
	width: 90%;
	}
}



@media only screen 
and (min-device-width : 569px) 
and (max-device-width : 768px)  {
	.site-content,
	.site-content.fixed {
		margin:0 3% !important;
	}
}



/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

h2.entry-title {
	text-align: left;
	}

.topbutton {
	display: none !important;
	}

.header-image.fixed {
	margin-top: -16px !important;
	}

.site-content.fixed {
	/*margin: 0px auto 0 auto !important;*/
	}

.site-header-menu.fixed {
	position: inherit !important;
	}

.chpcs_image_carousel {
	display: none;
	}

.categorydiv {
	max-width: 30.7%;
	}

.categoryh2 {
	font-size: 9px !iportant;
	letter-spacing: 1px;
	}

.twentysixteen .site-main {
	width: 95%;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px) 
  and (orientation: landscape) { 

.shop-widget-area,
.woocommerce .woocommerce-ordering {
	width: 35% !important;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 40% !important;
	margin: 0 4% 2.992em 4% !important;
	}

.header-image.fixed {
	margin-top: -16px !important;
	}

.site-content.fixed {
	/*margin: 0px auto 0 auto !important;*/
	}

.site-header-menu.fixed {
	position: inherit !important;
	}

.main-navigation {
	width: 100%;
	}

#sb_instagram {
	display: none;
	}

.site-footer {
    	background: #222224;
	}

.topbutton {
	display: none !important;
	}

body.page-template-splash .site-footer .menu-main-menu-container {
	display: none;
	}

body.page-template-splash .site-footer .main-navigation {
	border: none;
	}

.categorypagewidth {
	float: none !important;
	margin: 0 auto !important;
	width: 95% !important;
	}

#ctf-category-selector,
#ctf-tag-selector {
	margin-right: 3.3% !important;
	}

.categoryh2 {
	width: /*200px*/ auto !important;
	font-size: 8.5px !important;
	letter-spacing: 1px;
}

}

/* Landscape */
@media only screen 
  and (min-device-width: 435px) 
  and (max-device-width: 773px) 
  and (orientation: landscape) { 

.header-image.fixed {
	margin-top: -16px !important;
	}

.site-content.fixed {
	/*margin: 0px auto 0 auto !important;*/
	}

.site-header-menu.fixed {
	position: inherit !important;
	}

.main-navigation {
	width: 100%;
	}

#sb_instagram {
	display: none;
	}

.site-footer {
    	background: #222224;
	}

.topbutton {
	display: none !important;
	}

body.page-template-splash .site-footer .menu-main-menu-container {
	display: none;
	}

body.page-template-splash .site-footer .main-navigation {
	border: none;
	}

#ctf-category-selector,
#ctf-tag-selector,
input#ctf-submit.button {
	max-width: 30%;
	font-weight: normal;
	}

.categoryphotos {
	width: 215px !important;
	/*height: 215px !important;*/
	}

body.category .site-content {
	margin: 0 auto;
	}

.categoryh2 {
	width: 215px;
	font-size: 9px !important;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (orientation: landscape) { 

.twentysixteen .site-main {
	width: 95%;
	}

.chpcs_image_carousel {
	display: none;
	}

.sidebar {
	padding-right: 7.6923%;
	}

.shop-widget-area,
.woocommerce .woocommerce-ordering {
	width: 35% !important;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 40% !important;
	margin: 0 4% 2.992em 4% !important;
	}

.main-navigation {
	width: 100%;
	}

body.page-template-splash .site-footer .menu-main-menu-container {
	display: none;
	}

body.page-template-splash .site-footer .main-navigation {
	border: none;
	}

#sb_instagram {
	display: none;
	}

.site-footer {
    	background: #222224;
	}

.topbutton {
	display: none !important;
	}

.header-image.fixed {
	margin-top: -16px !important;
	}

.site-content.fixed {
	/*margin: 0px auto 0 auto !important;*/
	}

.site-header-menu.fixed {
	position: inherit !important;
	}

.categorypagewidth {
	float: none !important;
	margin: 0 auto !important;
	width: 95% !important;
	}

#ctf-category-selector,
#ctf-tag-selector {
	margin-right: 3.3% !important;
	}

.categorydiv {
	max-width: 30.7%;
	}

}


/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

.main-navigation {
	width: 100%;
	}

body.page-template-splash .site-footer .menu-main-menu-container {
	display: none;
	}

body.page-template-splash .site-footer .main-navigation {
	border: none;
	}

#sb_instagram {
	display: none;
	}

.site-footer {
    background: #222224;
	}

.topbutton {
	display: none !important;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) { 

.content-area.twentysixteen {
	width: 93% !important;
	}

.shop-widget-area,
.woocommerce .woocommerce-ordering {
	width: 30% !important;
	}

h2.entry-title {
	text-align: left;
	margin: 0 auto;
	}

.main-navigation {
	width: 100%;
	}

body.page-template-splash .site-footer .menu-main-menu-container {
	display: none;
	}

body.page-template-splash .site-footer .main-navigation {
	border: none;
	}

#sb_instagram {
	display: none;
	}

.site-footer {
    background: #222224;
}

.header-image.fixed {
	margin-top: -16px;
	}

.site-content.fixed {
	/*margin: 0px auto 0 auto;*/
	}

.site-header-menu.fixed {
	position: inherit;
	}

.chpcs_image_carousel {
	display: none;
	}

.categorywidget {
	padding: 0px 5%;
	}

#ctf-category-selector,
#ctf-tag-selector,
input#ctf-submit.button {
	display: block !important;
	margin: 0px auto 15px auto !important;
	width: 70%;
	font-weight: normal;
	}

.categorydiv {
    display: block;
    max-width: 100%;
    margin: 0 auto !important;
}

.categoryphotos {
    display: block;
    margin: 0 auto 10px auto;
}
}


/* Portrait */
@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 960px) 
  and (orientation: portrait) { 

.site-header-menu.fixed {
	position: inherit;
	margin: 0.875em 0;
	}

.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n),
.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
.woocommerce[class*=columns-] ul.products li.product:nth-child(2n),
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product {
	float: left;
	clear: none;
	}

.woocommercenewbuy {
	width: 100% !important;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 960px) 
  and (orientation: landscape) { 



.site-header-menu.fixed {
	position: fixed;
	margin: 0px 0px 2em 0px;
	}

.main-navigation a {
	padding: 1.65625em 2em;
}

.header-image.fixed {
	margin-top: -16px;
	}

.site-content.fixed {
	margin: 63px auto 0 auto;
	}

.categoryphotos,
.categoryh2 {
	max-width: 267.5px !important;
	max-height: 267.5px !important;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 335px) 
  and (max-device-width: 598px) 
  and (orientation: landscape) { 

.main-navigation {
	width: 100%;
	}

body.page-template-splash .site-footer .menu-main-menu-container {
	display: none;
	}

body.page-template-splash .site-footer .main-navigation {
	border: none;
	}

#sb_instagram {
	display: none;
	}

.site-footer {
    background: #222224;
}

.topbutton {
	display: none !important;
	}

.categoryh2 {
	font-size: 8.5px !important;
	letter-spacing: 1px;
	width: 175px !important;
	}
}


/* Landscape */
@media only screen 
  and (min-device-width: 387px) 
  and (max-device-width: 690px) 
  and (orientation: landscape) { 

h2.entry-title {
	text-align: left;
	}

.main-navigation {
	width: 100%;
	}

body.page-template-splash .site-footer .menu-main-menu-container {
	display: none;
	}

body.page-template-splash .site-footer .main-navigation {
	border: none;
	}

#sb_instagram {
	display: none;
	}

.site-footer {
    background: #222224;
}

.topbutton {
	display: none !important;
	}

.categoryphotos {
	/*height: 200px;*/
	}

.categoryh2 {
	font-size: 9px !important;
	letter-spacing: 1px;
	}
}


@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 640px) 
  and (orientation: landscape) { 

.shop-widget-area,
.woocommerce .woocommerce-ordering {
	width: 45% !important;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 47% !important;
	margin: 0 1.5% 2.992em 1.5% !important;
	}

.categorypagewidth {
	float: none !important;
	margin: 0 auto !important;
	width: 95% !important;
	text-align: center;
	}

#ctf-category-selector,
#ctf-tag-selector {
	margin-right: 3.3% !important;
	}

.categoryh2 {
	min-width: 30% !important;
	}

}


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

.responsive-menu-inner,
.responsive-menu-inner::before,
.responsive-menu-inner::after {
	background-color: #a4a4a2 !important;
	width: 20px !important;
	height: 2px !important;
	}

.responsive-menu-button {
	background: none !important;
	}

.responsive-menu-box {
	width: 20px !important;
	height: 12px !important;
	}

.responsive-menu-inner::after {
	bottom: -5px !important;
	}

.responsive-menu-inner::before {
	top: -5px !important;
	}

#responsive-menu-container {
	min-width: 250px;
	background: inherit !important;
	}

#responsive-menu-container #responsive-menu-wrapper {
	background: inherit !important;
	}

#responsive-menu-container #responsive-menu li.responsive-menu-item.responsive-menu-current-item > .responsive-menu-item-link {
	background-color: #a4a4a2 !important;
	color: #fff !important;
	border-color: #212121 !important;
	}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
	font-size: 13px !important;
	}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	line-height: 60px !important;
	border-top: 1px solid #ececec !important;
	border-bottom: 1px solid #ececec !important;
	color: #424242 !important;
	background-color: inherit !important;
	}

.responsive-menu-boring.is-active .responsive-menu-inner::after {
	top: 0px !important;
	}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
	height: 60px !important;
	line-height: 60px !important;
	width: 60px !important;
	color: #424242 !important;
	border-left: 1px solid #ececec !important;
	background-color: #fff !important;
	}

#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover,
#responsive-menu-container #responsive-menu li.responsive-menu-item a:active {
	color: #fff !important;
	background-color: #a4a4a2 !important;
	border-color: #ececec !important;
	}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover,
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:active {
	color: #fff !important;
	border-color: #ececec !important;
	background-color: #a4a4a2 !important;
	}

}


/**
 * 16.0-2 - Blogzilla Media - iPad
 */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

body.page-template-portfolio-page .content-area {
	width: 95% !important;
	margin: 0 auto;
	float: none;
	}

body.single-portfolio .container {
	width: 95% !important;
	}

.main-navigation {
	width: 100%;
	}

body.page-template-splash .site-footer .menu-main-menu-container {
	display: none;
	}

body.page-template-splash .site-footer .main-navigation {
	border: none;
	}

body.page-template-splash .site-main > article {
	border: none;
	}

.site-footer {
	background: #222224;
	padding-top: 1px;
	}

.chpcs_image_carousel {
	display: none;
	}

.categorypagewidth {
	float: none !important;
	margin: 0 auto !important;
	width: 95% !important;
	}

body.woocommerce .content-area {
	width: 95% !important;
	}

.categorydiv {
	display: inline-block;
	max-width: 100%;
	margin: 0px 3.5% !important;
	}

.site-main > article {
	z-index: 3;
	}

.sidebar {
	padding: 20%;
	}

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) and
(orientation:landscape) {

.sidebar {
	padding: 0;
	}

body.category .site-content {
	width: 95%;
	}

.categoryh2 {
	max-width: 285px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) and
(orientation:portrait) {

#ctf-category-selector,
#ctf-tag-selector,
input#ctf-submit.button {
	width: 80% !important;
	font-weight: normal;
	}

}

@media only screen and
(min-device-width: 800px) and
(max-device-width: 1280px) and
(orientation:portrait) {

body.woocommerce .content-area {
	width: 90%;
	}

.categoryphotos {
	max-width: 325px;
	max-height: 325px;
	}

#ctf-category-selector,
#ctf-tag-selector,
input#ctf-submit.button {
	width: 70% !important;
	font-weight: normal;
	}

}
@media only screen and
(min-device-width: 481px) and
(max-device-width: 1024px) and
(orientation:landscape) {
  /* For landscape layouts only */

.categorydiv {
	margin: 0px 3.3% 0px 0px !important;
	}

.categorydiv:nth-child(3),
.categorydiv:nth-child(6),
.categorydiv:nth-child(9),
.categorydiv:nth-child(12),
.categorydiv:nth-child(15),
.categorydiv:nth-child(18),
.categorydiv:nth-child(21),
.categorydiv:nth-child(24),
.categorydiv:nth-child(27),
.categorydiv:nth-child(30) {
	margin: 0px 0px 0px 0px !important;
	}

.categoryphotos {
	max-width: 285px;
	max-height: 285px;
	}

.categoryh2 {
	min-width: 30%;
	}

#ctf-category-selector,
#ctf-tag-selector,
input#ctf-submit.button {
	width: 30.7% !important;
	display: inline-block !important;
	font-weight: normal;
	}

}


/**
 * 16.1 - Blogzilla - Image Slider
 */

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0px !important;
	background: none !important;
	}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../png/controls.png) no-repeat 0 -32px !important;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../png/controls.png) no-repeat -43px -32px !important;
}

input#s.blogzillasearch.textbox {
	color: #424040;
	font-size: 10px;
	letter-spacing: 8px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #424040;
	border-top: none;
	border-left: none;
	border-right: none;
	background-image: url("../png/search.png");
	background-repeat: no-repeat;
	background-position-x: 97%;
	background-position-y: center;
	background-position: 97%;
	padding: 12px !important;
	text-transform: uppercase;
	}

body.blog .site-content {
	max-width: 100%;
	margin-top: 0px;
	}

.post-slider-content {
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	}

/**
 * 16.2 - Blogzilla - Mailchimp and Jetpack
 */

.widget-area .jetpack_subscription_widget #subscribe-email input {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2.65px;
	margin: 15px auto 10px auto;
	text-align: center;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #202020;
	width: 85%;
	display: block;
	}

#subscribe-submit input[type="submit"] {
	vertical-align: top;
	padding: 10px 20px !important;
	border-radius: 0;
	background: none;
	border: 1px solid #424040;
	color: #424040;
	margin: 20px auto 0px auto;
	display: block;
	width: 85%;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	}

.footersocial .mc4wp-form-fields input,
.footersocial input#feedburner_email_widget_sbef_email {
	display: inline-block;
	/*max-width: 190px;*/
	border-bottom: 1px solid #ffffff !important;
	border-right: none;
	border-left: none;
	border-top: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 3px;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	/*padding: 0px 0px 5px 0px !important;
	margin-right: 20px;*/
	margin:0 auto;
	color: #ffffff;
	background: none;
	}

.footersocial input#feedburner_email_widget_sbef_email:active,
.footersocial input#feedburner_email_widget_sbef_email:hover {
	background: rgba(255,255,255,0);
}

.footersocial .mc4wp-form-fields p,
.footersocial form#feedburner_email_widget_sbef {
	/*display: inline-block;	
	max-width: 200px;
	margin: 8px 0px 0px 0px;*/
	
	display:block;
	max-width:250px;
	margin:8px auto;
	}

.footersocial .mc4wp-form-fields input[type="submit"],
.footersocial input#feedburner_email_widget_sbef_submit {
	vertical-align: top;
	padding: 10px 20px !important;
	border-radius: 0;
	background: rgba(255,255,255,0) !important;
	border: 1px solid #ffffff !important;
	color: #ffffff;
	display: inline-block;
	width:100%;
	font-size: 11px;
	}

.footersocial .mc4wp-form-fields input[type="submit"]:hover,
.footersocial input#feedburner_email_widget_sbef_submit:hover {
	border-color:#ffffff !important;
	background:#ffffff !important;
	color: #222224 !important;
}

.mc4wp-form-fields label {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2.65px;
	margin-bottom: 10px;
	}

.mc4wp-form-fields {
	margin: 20px auto 0 auto;
	display: block;
	text-align: center;
	}

.mc4wp-form-fields input,
input#feedburner_email_widget_sbef_email {
	display: inline-block;
	max-width: 100%;
	border-bottom: 1px solid #424040 !important;
	border-right: none;
	border-left: none;
	border-top: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 3px;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-align:center;
	padding: 0px 0px 5px 0px !important;
	/*margin-right: 20px;*/
	}

.mc4wp-form-fields input[type="submit"],
input#feedburner_email_widget_sbef_submit {
	vertical-align: top;
	padding: 10px 20px !important;
	border-radius: 0;
	background: none;
	border: 1px solid !important;
	border-color:#424040;
	color: #424040;
	margin: 20px auto 0px auto;
	display: block;
	width: 85%;
	font-size: 10px;
	font-weight: normal;
	}

.mc4wp-form-fields input[type="submit"]:hover,
input#feedburner_email_widget_sbef_submit:hover {
	/*border-color: #acacac !important;
	color:#a4a4a2;*/
	
	background:#222224;
}

.mc4wp-form-fields input:focus {
	background: none;
	}

.mc4wp-form-fields p {
	display: block;
	width: 100%;
	margin: 8px auto 0px;
	}

/**
 * 16.3 - Blogzilla - CHPC Slider
 */

.chpcs_image_carousel.border {
	margin: 20px 0px !important !important;
	position: relative;
	padding:0 !important;
	}

.chpcs_image_carousel {
	margin: 20px 0px !important;
	position: relative;
	padding:0 !important;
	}

.chpcs_image_carousel.border:after {
	content:""; 
	background: #424040; 
	position: absolute; 
	bottom: 0; 
	left: 30px; 
	height: 1px; 
	width: 1000px;
	}

.chpcs_image_carousel:after {
	content:""; 
	background: none !important; 
	position: absolute; 
	bottom: 0; 
	left: 30px; 
	height: 1px; 
	width: 1000px;
	}

.chpcs_foo_content {
	padding: 0px !important;
	/*margin: 0px 10px !important;*/

	margin:0 1px !important;
	}

.chpcs_title {
	clear: both;
	overflow: hidden;
	display: block;
	background: #ffffff;
	margin: -120px 0px 0px 0px;
	position: relative;
	padding: 15px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 3px;

	width:200px;
	height:120px;
	margin:0 auto;
	padding:0;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	}

.chpcs_title a {
	font-weight: normal;
	color: #424040;
	outline: 0;

	width:100% !important;
	height:100% !important;
	display:flex !important;
	justify-content:center;
	align-items:center;
	padding:0 5%;
	}

.chpcs_image_carousel .chpcs_prev {
	background: url(../png/leftarrow.png) !important;
	background-repeat: no-repeat !important;
	background-position-x: 50% !important;
	background-position-y: 50% !important;
	background-position: 50% 50% !important;
	color: rgba(255,255,255,0) !important;
	width: 18px !important;
	}

.chpcs_image_carousel .chpcs_next {
	background: url(../png/rightarrow.png) !important;
	background-repeat: no-repeat !important;
	background-position-x: 50% !important;
	background-position-y: 50% !important;
	background-position: 50% 50% !important;
	color: rgba(255,255,255,0) !important;
	width: 18px !important;
	}




.chpcs_image_carousel .chpcs_prev,
.chpcs_image_carousel .chpcs_next {
	background-color:rgba(51,51,51,0.2) !important;
	width:88px !important;
	height:100% !important;
	margin:0 !important;
	top:0 !important;
}



/**
 * 16.4 - Blogzilla - Contact Form
 */

img.ajax-loader {
	width:inherit;
}

div.wpcf7 img.ajax-loader {
	display: block;
	max-height: 10px;
	}

div.wpcf7 {
	max-width: 550px;
	display: block;
	margin: 0 auto;
	border: 1px solid #424040;
	padding: 40px 40px 0px 40px;
	}

.wpcf7-form p {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	}

.wpcf7-form input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #424040;
	padding: 6px !important;
	margin-bottom: 20px;
	}

.wpcf7-form textarea {
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #424040;
	height: 175px;
	}

.wpcf7-form input[type="submit"] {
	border: 1px solid #424040;
	padding: 10px !important;
	width: 40%;
	margin-bottom: 0px;
	}

.wpcf7-form input[type="submit"]:hover {
	/*border-color:#acacac;
	color:#a4a4a2;*/
	}

/**
 * 16.5 - Blogzilla - Add to Any
 */

div.addtoany_share_save_container.addtoany_content_bottom {
	display: none;
	}

.a2a_s_pinterest {
	background-image: none !important;
	}

.postbottom li {
	/*display: inline-block;
	padding: 5px 6px;*/
	text-align: center;

	float:left;
	}

.postbottom li.facebook {
	margin-left:-5px;
	}

.postbottom li a {
	outline: 0;
	border: none;
	border-radius: 0;
	display: block;
	/*height: 16px;*/
	position: relative;
	/*width: 16px;*/
	outline: 0;
	color: #474747 !important;
	}

.postbottom li a:hover {
	color: #7d7d7d !important;
	}

li.postbottom.facebook a:before {
	content: "\f204";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	font-size: 14px;
	}

li.postbottom.twitter a:before {
	content: "\f202";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	font-size: 14px;
	}

li.postbottom.pinterest a:before {
	content: "\f209";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	font-size: 13px;
	}

ul.postbottom {
	/*display: inline-block;*/
	list-style: none;
	/*margin: 0px 0px 0px -15px;*/
	}

.a2a_kit {
	/*display: inline-block !important;*/

	width:auto;
	right: 0;
	position: absolute;
	}

.a2a_kit ul.postbottom {
	float:left;
	margin:0;
	}

.a2a_kit ul.postbottom li.pinterest a span {
	display:none;
	}

.a2a_default_style a {
	padding:0 !important;
	}

.unveilcomments {
	/*display: inline-block;
	margin-left: 5px;*/
	
	width:auto;
	}

.contentfooter {
	clear:both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    	margin: 10px 0px;
	}


/**
 * 16.6 - Blogzilla - Category Filter
 */

.categorypagewidth {
	float: left;
	margin-right: -100%;
	width: 100%;
	}

#ctf-category-selector {
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	margin-right: 31px;
	width: 310px;
	}

#ctf-tag-selector {
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	margin-right: 31px;
	width: 310px;
	}

#ctf-category-selector,
#ctf-tag-selector,
input#ctf-submit.button {
	float:left;
	font-weight: normal;
}


select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px !important;
	padding: 10px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px !important;
	background: rgba(255,255,255,0);
	border: 1px solid #424040;
	background-image: url("../png/downarrow.png");
	background-repeat: no-repeat;
	background-position-x: 97%;
	background-position-y: center;
	background-position: 97%;
	background-size: 15px;
	}

select::-ms-expand { /* for IE 11 */
	display: none;
	}

input#ctf-submit.button {
	background: #ffffff;
	color: #424040;
	border: 1px solid #424040;
	letter-spacing: 2px;
	font-size: 10px;
	padding: 10px 30px;
	font-family: 'Open Sans', sans-serif;
	line-height: 16px;
	width: 310px;
	font-weight: normal;
	}

input#ctf-submit.button:hover,
input#ctf-submit.button:focus {
	/*background: #424040;
	color: #ffffff !important;*/
	}

/**
 * 16.7 - Blogzilla - Pin It Button
 */

a.pinit-button {
	width: 70px !important;
	height: 70px !important;
	background: transparent url("../png/pinit.png") no-repeat 0 0 !important;
	background-size: 70px 70px !important;
	}


/**
 * 16.8 - Blogzilla - WooCommerce
 */

div.related.products ul.products li.product:nth-child(n+4) {
	display: none;
	}

.twentysixteen .site-main {
	margin: 0 auto !important;
	float: none !important;
	}

.content-area.twentysixteen {
	float: none !important;
	}

.blogzillashopper {
	text-align: center;
    	margin: 25px 0px 25px 0px;
	}

.shop-widget-area {
	width: 28.33%;
	margin: 0 3% 0 0;
	display: inline-block;
	}

.shop-widget-area .widget {
	margin-bottom: 0px;
	}

.shop-widget-area .widget .widget-title {
	display: none;
	}

.dropdown_product_cat {
	border: 1px solid #aaaaaa;
	padding: 10.5px;
	}

.woocommerce-ordering {
	display: inline-block !important;
	margin: 0px !important;
	line-height: 36px !important;
	float: none !important;
	}

body.single-product .content-area,
body.woocommerce-cart .content-area,
body.woocommerce .content-area,
body.woocommerce-checkout .content-area {
	width: 100%;
	margin: 0 auto;
	}

body.single-product .sidebar,
body.woocommerce-cart .sidebar,
body.woocommerce .sidebar,
body.woocommerce-checkout .sidebar {
	display: none;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 28.33%;
	margin: 0 7.5% 2.992em 0;
	}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0;
	}

.woocommerce ul.products li.product a img {
	border: 1px solid #aaaaaa;
	outline: 0;
	}

.product_title {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 1.4;
	display: inline-block;
	vertical-align: middle;
	}

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 10px;
	line-height: 1;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	padding: 10px;
	font-weight: 300;
	border-radius: 0px;
	left: auto;
	color: #424040;
	background-color: rgba(255,255,255,0);
	border: 1px solid #424040;
	white-space: nowrap;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	display: block;
	}

.woocommerceshare {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	margin-top: 15px;
	}

.woocommerceshare a {
	color: #424040;
	outline: 0;
	}

span.posted_in {
	border-bottom: 1px solid #424040;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	font-size: 11px;
	}

#posted_in {
	text-align: center;
	margin-bottom: 0px;
	}

.posted_in a {
	color: #424040;
	outline: 0;
	}

.woocommercenewbuy {
	font-size: 10px;
	line-height: 1;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	padding: 5px 0px;
	font-weight: 300;
	border-radius: 0px;
	left: auto;
	color: #424040;
	background-color: rgba(255,255,255,0);
	border: 1px solid #424040;
	white-space: nowrap;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: block;
	}

.woocommerce a.button {
	display: inline-block;
	background: none;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	}

.woocommerce ul.products li.product .price {
	color: #424040;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: 11px;
	display: inline-block;
	letter-spacing: 2px;
	}

.woocommerce ul.products li.product .button {
	margin-top: 1px;
	padding: 5px;
	}

a.added_to_cart.wc-forward {
	display: none;
	}

.product_title_div {
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0px 10%;
	margin: 5px 0px;
	}

.woocommerce .woocommerce-ordering select {
	border: 1px solid #aaaaaa;
	}

.woocommerce .woocommerce-ordering {
	width: 28.33%;
	}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: 11px;
	color: #424040;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	display: none;
	}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 2.8px;
	}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #424040;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1.8px;
	}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: rgba(255,255,255,0);
	color: #424040;
	-webkit-font-smoothing: antialiased;
	border: 1px solid #424040;
	border-radius: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	width: 40%;
	text-align: center;
	padding: 10px;
	}

body.single-product span.posted_in {
	display: none;
	}

body.single-product .woocommerceshare {
	text-align: left;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: rgba(255,255,255,0);
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
	}

input[type="number"] {
	background: none;
	background-image: none;
	border: 1px solid #424040;
	color: #424040;
	padding: 9px !important;
	width: 100%;
	border-radius: 0px;
	font-size: 11px;
	line-height: 1;
	margin-right: 5px;
	}

body.woocommerce h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	}

body.single-product .addtoany_share_save_container {
	display: none;
	}

.productdetailsmore {
	border-bottom: 1px solid #424040;
	margin-bottom: 20px;
	}

.woocommerce #reviews h3 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	text-align: left;
	}

body.single-product .comment-form label {
	color: #424040;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
	}

a.star-1,
a.star-2,
a.star-3,
a.star-4,
a.star-5 {
	color: #656565;
	}

.woocommerce #respond input#submit {
	width: 100%;
	}

.woocommerce #respond input#submit:hover {
	color: #aaaaaa;
	background-color: rgba(255,255,255,0);
	border: 1px solid #aaaaaa;
	}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #aaaaaa;
	}

body.single-product #content .twentysixteen div.product div.images,
body.single-product #content .twentysixteen div.product div.summary {
	width: 100%;
	}

.singleproductimagediv {
	float: left;
	width: 47%;
	margin-right: 5%;
	}

.singleproductbasicdetailsdiv {
	width: 48%;
	float: right;
	}

.singleproductdescriptionreviewsdiv {
	width: 48%;
	float: right;
	}

.singleproductdescriptionreviewsdiv div.related.products {
	display: none;
	}

div.related.products {
	width: 100%;
	}

div.related.products #posted_in,
div.related.products .product_title_div,
div.related.products .woocommercenewbuy {
	display: none;
	}

div.related.products ul.products li.product a img {
	border: none;
	outline: 0;
	}

div.related.products ul.products li.product {
	width: 32.6%;
	margin: 20px 1% 2.992em 0;
	}

div.related.products ul.products li.product:nth-child(3) {
	margin: 20px 0px 2.992em 0;
	}

div.related.products h2 {
	text-align: center;
	}

.woocommerce #content div.product .singleproductdescriptionreviewsdiv .woocommerce-tabs ul.tabs li {
	display: block;
	background: #fff;
	z-index: 2;
	border: none;
	}

li.description_tab,
li.description_tab.active {
	display: none !important;
	}

#tab-description {
	display: none !important;
	}

#tab-additional_information {
	display: block !important;
	}

#tab-reviews {
	display: block !important;
	}

.singleproductdescriptionreviewsdiv .woocommerce-tabs ul.tabs {
	padding: 0px;
	}

.singleproductdescriptionreviewsdiv .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	z-index: 2;
	border: none;
	}

.singleproductdescriptionreviewsdiv .woocommerce-tabs ul.tabs li a {
	display: none !important;
	outline: 0;
	}

a.woocommerce-review-link {
	color: #424040;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	padding-left: 5px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	}

.singleproductbasicdetailsdiv .woocommerce-product-rating {
	display: none;
	}

.woocommerce #reviews #comments h2 {
	display: none;
	}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	display: none;
	}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0px;
	border: none;
	border-radius: 0px;
	padding: 0px;
	}

.woocommerce .star-rating {
	height: 1.4em;
	line-height: 1.5;
	font-size: .85em;
	width: 5.4em;
	font-family: star;
}

.woocommerce .star-rating span:before {
	color: #656565;
	}

.comment_author_woo {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1.8px;
	color: #424040;
	}

.comment_time_woo {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .2px;
	color: #424040;
	}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0px;
	}

.woocommerce a.button:hover {
	background: rgba(255,255,255,0);
	}

.woocommercenewbuy:hover {
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
	}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0px;
	}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	padding: 1em 2em .8em 3.5em!important;
	margin: 20px 0 2em!important;
	position: relative;
	background-color: #ffffff;
	color: #424040;
	border: 1px solid #424040;
	list-style: none!important;
	width: auto;
	word-wrap: break-word;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	}

.woocommerce .woocommerce-message:before {
	content: "\e015";
	color: #424040;
	}

.woocommerce-cart table.cart input {
	margin: 1.4px 0px 0px 0px;
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
	width: 200px;
	border: 1px solid #aaaaaa;
	}

.woocommerce-cart table.cart input:hover {
	background: rgba(255,255,255,0);
	border: 1px solid #424040;
	color: #424040;
	}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 1px solid #aaaaaa;
	padding: 6px 6px 5px;
	margin: 1px 5px 0 0;
	outline: 0;
	line-height: 1.6;
	font-size: 9px !important;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	width: auto !important;
	}

.woocommerce h2 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	}

.woocommerce-billing-fields h3 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	}

h3#order_review_heading,
h3#ship-to-different-address {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100% !important;
	}

.woocommerce .woocommerce-info:before {
	color: #424040;
	}

body.woocommerce-cart ::-webkit-input-placeholder { /* WebKit browsers */
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	opacity: 1;
	}

body.woocommerce-cart :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	opacity: 1;
	}

body.woocommerce-cart ::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	opacity: 1;
	}

body.woocommerce-cart :-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	opacity: 1;
	}

body.woocommerce-checkout ::-webkit-input-placeholder { /* WebKit browsers */
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	opacity: 1;
	}

body.woocommerce-checkout :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	opacity: 1;
	}

body.woocommerce-checkout ::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	opacity: 1;
	}

body.woocommerce-checkout :-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	opacity: 1;
	}

#add_payment_method #payment,
.woocommerce-checkout #payment {
	background: #ffffff;
	border-radius: 0px;
	border: 1px solid #aaaaaa;
	padding: 10px 20px;
	}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #aaaaaa;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 0px;
	}

.woocommerce .quantity .qty {
	width: 4.631em;
	}

.woocommerce ul.products li.product .price del {
	display: inline;
	}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -.5em .5em 0 0;
	}

.woocommerce span.onsale {
	min-height: 70px;
	min-width: 70px;
	padding: 0;
	font-weight: normal;
	position: absolute;
	text-align: center;
	line-height: 70px;
	top: -.5em;
	left: -.5em;
	margin: 0;
	border-radius: 0px;
	background-color: #222224;
	color: #ffffff;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	letter-spacing: 3px;
	}

.woocommerce div.product .out-of-stock {
	color: #424040;
	text-transform: uppercase;
	letter-spacing: 4px;
	}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	float: right;
	line-height: 2;
	}

table.shop_attributes {
	text-transform: uppercase;
	letter-spacing: 2px;
	}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	background: rgba(0,0,0,.0);
	font-style: normal;
	font-weight: normal;
	padding-left: 15px;
	}

.upsells.products .woocommerceshare,
.cross-sells .woocommerceshare,
.related.products .woocommerceshare {
	display: none;
	}

.upsells.products h1.product_title,
.cross-sells h1.product_title {
	font-size: 10px;
	letter-spacing: 1px;
	}

.upsells.products .product_title_div,
.cross-sells .product_title_div {
	min-height: 60px;
	line-height: 60px;
	}

.upsells.products .woocommercenewbuy,
.cross-sells .woocommercenewbuy {
	width: 100%;
	}

.upsells.products span.amount,
.cross-sells span.amount {
	display: none;
	}

div.upsells.products ul.products li.product:nth-child(3),
.cross-sells ul.products li.product:nth-child(3) {
	margin: 0 0 2.992em 0;
	}
.cross-sells ul.products li.product:nth-child(2) {
	margin: 0 7.5% 2.992em 0;
	}

.woocommerce .upsells.products span.onsale,
.woocommerce .cross-sells span.onsale {
	min-height: 40px;
	min-width: 40px;
	line-height: 40px;
	font-size: 8px;
	letter-spacing: 2px;
	}

.cross-sells #posted_in {
	display: none;
	}

.cross-sells .woocommerceshare {
	display: none;
	}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 28.33%;
	}

.woocommerce nav.woocommerce-pagination {
	margin-bottom: 20px;
	}

/**
 * 16.9 - Blogzilla - Portfolio
 */


#sb_instagram {
    margin: 0px auto;
    padding: 0 !important;
    box-sizing: border-box;
    background: white;
}

.footersocial #sb_instagram {
    margin: 0px auto;
}

.tlp-portfolio * {
	overflow: hidden;
	}

.tlp-portfolio .img-responsive {
	margin: 0px;
	}

body.page-template-portfolio-page .content-area {
	width: 100%;
	}

body.page-template-portfolio-page span.posted-on {
	display: none !important;
	}

body.page-template-portfolio-page h2.entry-title {
	display: none !important;
	}

.tlp-portfolio button {
	background: none !important;
	text-transform: uppercase !important;
	padding: 10px 0px !important;
	border-radius: 0px !important;
	font-size: 11.5px !important;
	font-weight: 300 !important;
	margin: 0px 40px;
	border: none !important;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1.8px !important;
	}

.tlp-team .short-desc,
.tlp-team .tlp-team-isotope .tlp-content,
.tlp-team .button-group .selected,
.tlp-team .layout1 .tlp-content,
.tlp-team .tpl-social a,
.tlp-team .tpl-social li a.fa,
.tlp-portfolio button.selected,
.tlp-portfolio button:hover {
	background: none !important;
	color: #424040 !important;
	border-bottom: 1px solid #424040 !important;
	}

.tlp-portfolio .layoutisotope .tlp-content h3 a {
	color: #424040 !important;
	text-decoration: none !important;
	border: none !important;
	box-shadow: none !important;
	outline: 0;
	font-weight: normal;
	}

.tlp-portfolio .button-group {
	margin: 15px 0px 25px 0px !important;
	text-align: center !important;
	}

.tlp-portfolio .layoutisotope .tlp-overlay,
.tlp-portfolio .layout1 .tlp-overlay,
.tlp-portfolio .layout2 .tlp-overlay,
.tlp-portfolio .layout3 .tlp-overlay,
.tlp-portfolio .slider .tlp-overlay {
	background: rgba(255,255,255,0.4) !important;
	}

.tlp-portfolio .layoutisotope .tlp-overlay .link-icon {
	display: none !important;
	}

.tlp-portfolio .layoutisotope .tlp-content h3 {
	margin: 0px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	letter-spacing: 4.5px !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', sans-serif;
	text-align: center !important;
	}

.tlp-portfolio .layoutisotope .tlp-portfolio-thum:hover img {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	}

.tlp-col-lg-3 {
	margin: 0px !important;
	padding: 0px 12px !important;
	}

.tlp-col-lg-3:before {
	width: 25% !important;
	margin: 0px !important;
	padding: 10px 12px !important;
	content: "";
	}

.tlp-portfolio .layoutisotope .tlp-portfolio-item .tlp-content {
	background: #ffffff !important;
	color: #424040 !important;
	border-bottom: none !important;
	position: absolute !important;
	top: 22px;
	width: calc(100% - 22px) !important;
	opacity: 0 !important;
	overflow: hidden;
	height: calc(100% - 22px);
	}

.tlp-portfolio .layoutisotope .tlp-portfolio-item .tlp-content:hover {
	background: #ffffff !important;
	opacity: 0.8 !important;
	}

.tlp-portfolio .layoutisotope .tlp-content .tlp-content-holder {
	padding: 0px 20px !important;
	margin-right: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	}

.portfolio-feature-img {
	display: none !important;
	}

div.portfolio-detail-desc {
	width: 100%;
	padding: 0px !important;
	margin: 0 auto 100px auto;
	float: none !important;
	}

body.single-portfolio .container {
	width: 100%;
	}

body.single-portfolio .tlp-portfolio-detail {
	padding: 0px !important;
	}

body.single-portfolio .row {
	margin-left: 0px;
	margin-right: 0px;
	}

h2.portfolio-title {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	}

body.single-portfolio img {
	margin-top: 4px;
	}

body.single-portfolio .addtoany_share_save_container {
	display: none;
	}

body.single-portfolio .others-info {
	display: none;
	}

.single-portfolio-share {
	display: none;
	}

.clearfix {
	display:block !important;
	clear:both !important;
}



.footersocial .widget ul a {
color: #ffffff;
}

.footersocial .widget ul a:hover {
color: #a4a4a2;
}

.footersocial .widget ul,
.footersocial .widget ul li {
    display: inline-block;
    text-align: center;
    letter-spacing: 5px;
    font-size: 9.5px;
}

.footersocial div.menu-footer-container ul li {
padding: 0px 15px;
}


div.menu-footer-container {
	text-align: center;
}

section#feedburneremailwidget-3 {
margin: 50px 0px;
}


div.categorywidget {
margin-bottom: 30px;
}

section.no-results.not-found {
text-align: center;
}

section.no-results.not-found form#searchform.searchform {
    max-width: 300px;
    margin: 0 auto;
}

#sb_instagram a:hover {
border-bottom: none;
}

.pinit-hover,
a.pinit-button:hover {
border-bottom: none;
}

.slick-slide figcaption {
    background: rgba(255,255,255,0.8) !important;
}

.slick-slide figcaption a .slick-post-title {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
}

@media only screen and (max-device-width: 568px)
and (min-device-width: 320px) {

.related_post_title, h3.related_post_title, .wp_rp_wrap .related_post_title {
width: 100% !important;
line-height: 40px !important;
}

ul.related_post {
width: 100% !important;
}

ul.related_post li {
width: 100% !important;
height: 250px !important;
}

ul.related_post li a.wp_rp_title {
padding: 30% 7% 68.6% 7% !important;
}

/*Marea Testing Menu*/
	
/*Marea Testing Menu End*/