/**
 * Main CSS File for Paijatua theme
 * @since   1.0
 */

/* Primary default color: #e11925 */
 
/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	border: 1px solid #ebebeb;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

img {
	margin: 0;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

img:hover {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

/* Clearing floats */

.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 20px;
	line-height: 2.181818182;
	color: #636363;
}

/* Shared Post Format styling */

article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 13px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */

input,
textarea {
	border: 1px solid #eee;
	border-radius: 2px;
	font-family: inherit;
	padding: 5px;
	background: #fafafa;
}

input {
	line-height: normal;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */

embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 100%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	width: 100%;
}

/* Navigation */

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}

#nav-above {
	display: none;
}

#nav-below { 
	margin-bottom: 180px !important;
}

.assistive-text {
	text-decoration: underline;
}

.paged #nav-above {
	display: block;
}

.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */

.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}

.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}

.author.archive .author-avatar {
	margin-top: 0;
}

/* =Main content and comment content
-------------------------------------------------------------- */

html {
	font-size: 87.5%;
	height: 100%;
	overflow-x: hidden;
}

body {
	min-height: 100%;
	font-size: 14px;
	font-family: "Source Sans Pro", Arial, Sans-Serif !important;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	font-weight: 400;
	background: #fff;
}

.container-fluid {
	max-width: 1170px;
	margin: 0 auto;
}

.login {
	padding: 5px 20px 20px 20px;
	background: #eee;
}

#wrapper {
	margin-top: 100px;
	margin-bottom: 120px;
	text-align: center;
}

.wrap {
	margin-right: auto !important;
	margin-left: auto !important;
	position: relative !important;
	min-height: 1px !important;
}

.push { 
	margin-top: 0px; 
	width: 100%; 
	display: inline-block;
}

#sb-site, .sb-site-container {
	background: #ffffff;
	overflow-x: hidden;
}

a,
a:link {
	outline: none;
	color: #e11925;
	text-decoration: none;
}

a:hover {
	color: #e11925;
}

a:active {
	color: #e11925;
}

a:visited {
	color: #e11925;
}

.entry-content {
	color: #555;
}

.entry-content a:link,
.entry-content a:hover,
.entry-content a:active,
.entry-content a:visited {
	color: #e11925;
}

.entry-content h1,
.comment-content h1 {
	font-size: 38px;
	font-weight: 400;
	font-family: "oswaldregular", "Source Sans Pro", Arial, Sans-Serif;
	letter-spacing: 0.8px;
	color: #222;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 26px;
	font-weight: 400;
	font-family: "oswaldregular", "Source Sans Pro", Arial, Sans-Serif;
	letter-spacing: 0.8px;
}

.entry-content h3,
.comment-content h3 {
	font-size: 21px;
	font-weight: 400;
	font-family: "oswaldregular", "Source Sans Pro", Arial, Sans-Serif;
	letter-spacing: 0.8px;
	color: #666;
}

.entry-content h4,
.comment-content h4 {
	font-size: 21px;
	font-weight: 400;
	font-family: "oswaldregular", "Source Sans Pro", Arial, Sans-Serif;
	letter-spacing: 0.8px;
}

.entry-content h5,
.comment-content h5 {
	font-size: 18px;
	font-weight: 400;
	font-family: "oswaldregular", "Source Sans Pro", Arial, Sans-Serif;
	letter-spacing: 0.8px;
}

.entry-content h6,
.comment-content h6 {
	font-size: 16px;
	font-weight: 400;
	font-family: "oswaldregular", "Source Sans Pro", Arial, Sans-Serif;
	letter-spacing: 0.8px;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	font-weight: 400;
	letter-spacing: 0.8px;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	font-weight: 400;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	font-weight: 400;
}

.entry-content blockquote,
.comment-content blockquote {
	font-weight: 400;
}

.entry-header .entry-title {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
}
.entry-header .entry-title a {
	text-decoration: none;
}

.entry-header .entry-title a:hover {
	text-decoration: none;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/raleway-extrabold-webfont.eot');
    src: url('../fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-extrabold-webfont.woff') format('woff'),
         url('../fonts/raleway-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Styling Header 
---------------------------------------------------------- */

#header_wrap_top { 
	width: 100%; 
	height: 40px;
	position: relative;
	background: #fff;
	margin: 0px;
	display: inline-block;
	border-top-width: 0px; 
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	z-index: 1000;
	margin: 0 auto;
	margin-bottom: -5px;
	max-width: 1170px;
}

#header_wrap_top .textwidget { 
	color: #555;
}

.header_item_top_left { 
	width: auto; 
	height: auto; 
	display: block; 
	position: relative; 
	float: left;  
	font-size: 13px;
	margin-top: 8px;
}

.header_item_top_right { 
	width: auto; 
	height: auto; 
	position: relative;
	float: right; 
	font-size: 13px;
}

.top_right_left { 
	width: auto; 
	position: relative;
	float: left; 
	margin-top: 4px;
	margin-right: 8px;	
}

.top_right_right { 
	width: auto; 
	position: relative;
	float: right;
	margin-top: 2px;
}

.header_top_left_text, .header_right_social_icons, .header_right_search_box {
	float: left;
	margin-right: 10px;
}

.header_top_left_text_second, .header_right_widget_area_one, .header_right_widget_area_one {
	float: left;
}

#header_left { 
	width: auto; 
	height: auto; 
	display: inline-block; 
	margin-top: 21px; 
	position: absolute;
	z-index: 9999;
}

#header_right { 
	width: 80%;
	float: right;
	margin-top: 0px;
}

.header_right_slide_menu {
	width: 28px;
	height: 28px;
	font-size: 24px;
	border-radius: 3px;
	padding: 2px;
	margin-top: 20px;
	position: relative; 
	float: right;
	display: none;
}

#paijatua-menu-id {
	text-align: right;
}

#header{
	float: left;
	width: 100%;
	z-index: 1000;
	position: relative;
	padding: 0px;
}

#navi { 
	margin: 0 auto;
	width: 100%; 
	position: relative; 
	display: block; 
	background: #fff;
	background-position: center center;
	z-index: 1000;
	max-width: 1170px;
	margin: 0 auto;
}

.nav-container { 
	width: auto; 
	margin: 0 auto;
	height: 100px;
}

.header-push {
	margin-top: 0px;
}

/* Sizes for the bigger menu */

#header.large {
	min-height: 100px; 
}

#header.large .mega_dropdown li a {
	line-height: 50px !important;
	padding-top: 8px !important;
	margin-top: -3px !important;
}

#header_left img {
	width: 150px; 
	height: auto;
}

#header.fixed img {
	width: 150px; 
	height: auto;
}

#header.large #navi { 
	min-height: 100px; 
	transition: height 0.1s ;
	-moz-transition: height 0.1s;
	-webkit-transition: height 0.1s;
	-o-transition: height 0.1s;
}

#header.large .main-navigation li ul li a {
	margin-top: -1px;
	line-height: 2;
}

/* Sizes for the smaller menu */

.sticky-header {
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 99999;
	border-bottom: 1px solid #ccc;
	display: none;
}

.sticky-header .main-navigation li a {
	line-height: 2.7;
}

.sticky-header .main-navigation li ul li a {
	margin-top: -1px;
	line-height: 2;
}

.sticky-header .main-navigation li ul li:first-child {
	margin-top: 3px;
}

.sticky-header img{ 
	width: 120px; 
	height: auto;
	margin-top: 2px;
}

.sticky-header .sub-menu { 
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.header-container, .header-container-relative {
	position: relative; 
	width: auto;
}

.fixed-header {
	width: 100%;
	position: relative;
	display: block;
	height: 250px;
	z-index: 99999;
}

.shadow {
	width: 100%; 
	height: 60px;  
	background-size: 100%; 
	background-repeat: no-repeat; 
	margin: 0 auto; 
	position: absolute;
	z-index: 999 !important;
}

.z-index {
	position: relative;
	z-index: 999;
}

.radius {
	border-radius: 10px;
}

.radius500 {
	border-radius: 500px;
	width: 80px;
	height: 80px;
	color: #0082ff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.radius500:hover {
	background: #0082ff !important;
	color: #fff !important;
}

.radius500 .fa {
	margin-top: 12px;
}

.white-font {
	color: #fff;
}

.white-font a:link, .white-font a:hover, .white-font a:visited, .white-font a:active {
	color: #fff !important;
}

.circle {
	width: auto;
	display: inline-block;
	position: absolute;
	padding: 0 5px 0 2px;
	margin-top: -26px;
	color: #e11925;
}

.width {
	width: 35% !important;
	margin-bottom: 15px !important;
}

/* Styling Sticky Burger 
---------------------------------------------------------- */

.sticky-burger {
	padding: 5px 15px;
	font-size: 28px;
	border-radius: 5px;
	color: #fff;
	background: #24c0d7;
	position: fixed;
	z-index: 99999;
	right: 50px;
	top: -375px;
	cursor: pointer;
}

.sticky-burger-2 {
	padding: 5px 15px;
	font-size: 28px;
	border-radius: 5px;
	color: #fff;
	background: #24c0d7;
	position: relative;
	display: inline-block;
	z-index: 99999;
	right: 50px;
	top: 2px;
	cursor: pointer;
}

.content-set-black-box {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: -1;
	opacity: 0;
}

.sb-slidebar-right {
	right: 0px !important;
}

/* Styling Menu 
---------------------------------------------------------- */

.main-navigation li a {
	line-height: 5;
	font-size: 14px;
	color: #555;
	padding: 13px;
	font-weight: 400;
	font-family: "Source Sans Pro", Arial, Sans-Serif;
	letter-spacing: 0.8px;
}

.main-navigation li a:hover, .main-navigation a:hover {
	background: #fff;
	color: #e11925;
}

.sub-menu {
	padding-top: 0px;
	margin-top: 0px;
	width: 180px;
}

.sub-menu .sub-menu {
	padding-top: 0px !important;
	border-top: 0;
}

.sb-slidebar .sub-menu {
	display: block !important;
	position: relative !important;
}

.sb-slidebar .main-navigation li ul {
	opacity: 1;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: -1;
	visibility: visible;
}

.sb-slidebar .main-navigation li ul ul {
	top: 0;
	left: 0;
}

.main-navigation li ul a {
	border-width: 0px;
	border-radius: 0px;
}

.main-navigation li ul li a {
	margin-top: 0px;
	background: #fff;
	color: #555;
	padding: 10px;
	line-height: 2;
	font-size: 14px;
	border: 1px solid #eee;
	display: block;
}

.main-navigation .mega_main_menu_ul li ul li a {
	border: 0px solid #fff !important;
}

.main-navigation li ul li:hover > a {
	background: #fff;
	color: #e11925;
}

.main-navigation li ul li a:hover {
	background: #fff;
	color: #e11925;
}

.main-navigation li:hover  > a {
	background: #fff;
	color: #e11925;
}

.main-navigation li .current-menu-item > a, .main-navigation .current {
	background: #fff;
	color: #e11925;
}

.main-navigation .current-menu-ancestor > a {
	background: #fff;
	color: #e11925;
}

.main-navigation .current_page_item > a {
	background: #fff;
	color: #e11925;
}

.main-navigation li .current_page_item > a {
	background: #fff;
	color: #e11925;
}

.main-navigation .current_page_ancestor > a {
	background: #fff;
}

.main-navigation li .current_page_ancestor > a {
	background: #fff;
	color: #e11925;
}

/* Megamenu
---------------------------------------------------------- */

.submenu-wrap {
	width: 100%;
	display: none;
	background: transparent;
	position: absolute;
}

.submenu {
	min-height: 150px;
	max-width: 1170px;
	margin: 0 auto;
	background: #eee;
	display: block;
	position: relative;
	padding: 20px 20px 40px 20px;
	margin-top: 32px;
}

.sticky-header .submenu {
	margin-top: 10px;
}

.submenu .attachment-shop_thumbnail {
	display: none;
}

.submenu ul li a  {
	font-weight: 400 !important;
}

.mega-menu {
	cursor: pointer;
	height: 47px;
}

/* Infobar 
---------------------------------------------------------- */

.infobar { 
	height: 150px;
	background: #e11925;
	margin-bottom: 0px;
	border-top: 1px solid #ccc;
}

.infobar_wrap { 
	margin-top: 36px; 
	width: 100%;
	text-align: left;
	font-family: "oswaldregular";
}

.infobar_wrap h2 {
	color: #fff;
	margin-left: -2px;
}

.breadcrumb_outer {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.breadcrumb_wrap { 
	color: #555; 
	font-size: 14px;
	padding: 5px 0 5px 0;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.breadcrumb_wrap a:link, .breadcrumb_wrap a:hover, .breadcrumb_wrap a:visited, .breadcrumb_wrap a:active {  
	color: #555;
}

/* Arrow
---------------------------------------------------------- */

.arrow {
	min-height: 120px;
	z-index: 999;
}

.arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(114, 153, 194, 0);
	border-top-color: #7299c2;
	border-width: 30px;
	margin-left: -30px;
}

.z-index {
	position: relative;
	z-index: 999;
}

.white-font, .white-font h1, .white-font h2, .white-font h3 {
	color: #fff;
}

.white-font a:link, .white-font a:hover, .white-font a:active, .white-font a:visited {
	color: #fff !important;
}

/* Sidebar 
---------------------------------------------------------- */

.widget-area .widget {
	padding: 20px 0px 20px 0px;
}

.widget-area .widget:first-child {
	padding: 0px 0px 20px 0px;
}

.widget-area .widget h3 {
	font-size: 14px;
	font-weight: 400;
	margin: -10px 0 0 0 !important;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: 400;
}

.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	font-weight: 400;
	padding: 0px 15px 0px 15px;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	font-weight: 400;
}

.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
	font-weight: 400;
}

.widget-area .widget a {
	color: #e11925;
	font-weight: 400;
	font-size: 14px;
}

.widget-area #s {
	width: 43.66666666666%; /* define a width to avoid dropping a wider submit button */
}

.widget-title { 
	margin-bottom: 10px !important;
}

.post-date { 
	color: #555 !important; 
	font-size: 11px !important;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	font-size: 14px;
	line-height: 28px;
}

.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}

.widget-area .widget > ul > li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #eee;
}

.widget-area .widget li:before {
	content: '\25b8';
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 13px;
	display: block;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.846153846;
	color: #686868;
}

#wp-calendar th,
#wp-calendar td {
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}

#wp-calendar caption {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #ebebeb;
	margin-bottom: 5px;
}

#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}

.widget_ label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* Search 
---------------------------------------------------------- */

.search_field { 
	background: transparent !important; 
	font-size: 14px; 
	color: #555 !important; 
	padding: 10px !important; 
	margin-top: 2px; 
	background-image: url(../images/search-icon.png) !important;
	background-position: 5px center !important;
	background-repeat: no-repeat !important;
	background-size: 14px !important;
	cursor: pointer;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#searchsubmit { 
	display: none; 
}

#s { 
	border: 1px solid #ebebeb; 
	padding: 10px; 
	width: 100% !important;
}

.search-results .product { 
	background: #fff !important; 
	padding: 0 !important;
}

/* Overlay
----------------------------------------------- */

.header_search {
	cursor: pointer;
	margin-right: 5px;
	float: left;
	position: relative;
	color: #333;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,59,130,0.9);
	z-index: 9999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay .center {
	text-align: center;
	position: relative;
	top: 50%;
	height: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/* Blog 
---------------------------------------------------------- */

.blog-wrap {
	text-align: left; 
	margin-bottom: 50px;
}

.blog-wrap a:link,
.blog-wrap a:hover,
.blog-wrap a:active,
.blog-wrap a:visited
 {
	color: #e11925;
}

.blog-wrap h1,
.blog-wrap h2,
.blog-wrap h3,
.blog-wrap h4,
.blog-wrap h5,
.blog-wrap h6 {
	margin-top: 5px !important;
}

.blog-wrap p {
	margin-top: 10px !important
}

#blog_header_wrap {
	width: 100%; 
	height: auto; 
	display: inline-block;
	margin-bottom: -10px !important;
}

.blog_h1 {
	width: 75%; 
	height: auto; 
	margin: 0 0 -5px 0; 
	float: left; 
	text-align: left;
}

.blog_h1 .entry-title a:link {
	font-size: 28px;
	font-weight: 400;
	font-family: "Source Sans Pro", Arial, Sans-Serif;
	color: #444;
}

.post { 
	margin-bottom: 80px; 
}

.comments-link { 
	width: auto; 
	margin-bottom: 20px; 
	margin-top: -5px !important;
	font-size: 13px !important;
}

.content-left { 
	width: 48%; 
	float: left; 
	position: relative; 
}

.content-right { 
	width: 48%; 
	float: right; 
	position: relative; 
}

.attachment-post-thumbnail { 
	display:none; 
}

.leave-reply { 
	margin-right: 10px;
}

#content p {
	line-height: 25px;
}

.center  {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	clear: both !important;
}

.article-footer {
	width: auto; 
	height: 95px; 
	border-top: 1px solid #eee; 
	border-bottom: 1px solid #eee; 
	margin-top: 20px; 
	position: relative;
}

.article-footer-left-wrap {
	width: 40%;
}

.article-footer-right-wrap {
	width: 40%; 
	height: auto; 
	float: right; 
	text-align: right; 
	margin-top: 35px; 
	color: #777;
}

.article-footer-left-content {
	width: auto; 
	float: left; 
	display: inline-block; 
	background: #e11925; 
	color: #fff; 
	border: 0px solid #eee; 
	border-radius: 3px 30px 30px 30px; 
	padding: 15px; 
	margin: 20px 0px 20px 0px; 
}

.article-footer-left-content a:link,
.article-footer-left-content a:hover,
.article-footer-left-content a:visited,
.article-footer-left-content a:active {
	color: #fff;
}

/* WPML Language Switcher
---------------------------------------------------------- */

.lang_sel_sel { 
	background-color: #fff !important; 
	border: 1px solid #eee !important; 
	color: #555 !important; 
}

.iclflag {
	margin-top: -4px !important;
}

/* Polylang
---------------------------------------------------------- */

.languages {
	width: auto;
	height: auto;
	text-align: right;
	float: right;
}

.lang-item {
	float: left;
	margin-right: 10px;
}

.lang-item  img {
	width: 25px !important;
}

.lang-item:last-child {
	margin-right: -12px;
}

/* Social Profiles
---------------------------------------------------------- */

.social-youtube, .social-linkedin, .social-flickr, .social-twitter, .social-google, .social-fb {
	display: none;
}

#social-wrap {
	width: auto;
	height: auto;
	display: block;
	position: relative;
}

/* Blockquote 
----------------------------------------------- */

blockquote {
	border-left: 5px solid #555; 
	background: #eee;
	padding: 10px;
	font-size: 14px !important;
	font-family: "Source Sans Pro", Arial, Sans-Serif !important;
}


/* Visual Composer 
---------------------------------------------------------- */

.entry-content { 
	border: 0 !important; 
}

.wpb_map_wraper { 
	padding: 0 !important; 
}

body .wpb_content_element .ui-tabs .ui-tabs-nav li,
body .wpb_content_element .ui-accordion .ui-accordion-header {
	border: 0px solid #f5f5f5;
	background: #f5f5f5;
	margin-bottom: 10px;
}

body .wpb_content_element .ui-tabs .ui-tabs-nav li.ui-state-active,
body .wpb_content_element .ui-accordion .ui-accordion-header.ui-state-active,
body .wpb_tabs .ui-tabs .ui-tabs-panel {
	border: 0px solid #f5f5f5;
	background: #f5f5f5;
	margin-bottom: 10px;
}
 
body .wpb_content_element .ui-tabs .ui-tabs-nav li:hover,
body .wpb_content_element .ui-accordion .ui-accordion-header:hover {
	border: 0px solid #f5f5f5;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.wpb_toggle_content,
.wpb_tab .ui-tabs-panel .ui-widget-content ,
.ui-tabs-panel, .wpb_accordion_content { 
	background: #fff !important; 
	margin-bottom: 10px; 
	padding: 20px; 
	border-width: 1px !important; 
	border-style: solid !important;
	border-color: #eee !important;
}

/* Visual Composer Addons
----------------------------------------------- */

.ubtn {
	margin: 0 !important;
}

.wcmp-product-list li{
	list-style-type: none !important;
	margin-left: 0px !important;
}

.wcmp-product-list li span.amount {
	float: right !important;
	margin-top: 3px !important;
}

.wcmp-product-list li .star-rating {
	display: none !important;
}

.wcmp-product-list li ins span.amount {
	margin-top: 5px !important;
	font-weight: bold !important;
}

.wcmp-product-list li img {
	margin-right: 10px !important;
}

.wcmp-product-list li {
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
}

/* Progress bar
---------------------------------------------------------- */

.vc_single_bar {
	border: 4px solid #eee;
	border-radius: 5px !important;
}

.entry-meta {
	clear: both;
}

.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}

.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 14px;
	line-height: 15px;
	color: #757575;
}

.comments-link a,
.entry-meta a {
	color: #757575;
}

.comments-link a:hover,
.entry-meta a:hover {
	color: #e11925;
}

article.sticky .featured-post {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 5px;
	line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1 {
	line-height: 1.5;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
	line-height: 1.6;
}

.entry-content h3,
.comment-content h3 {
	line-height: 1.846153846;
}

.entry-content h4,
.comment-content h4 {
	line-height: 1.846153846;
}

.entry-content h5,
.comment-content h5 {
	line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
	line-height: 1.846153846;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 10px;
	line-height: 1.714285714;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 10px;
	line-height: 1.714285714;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code,
.comment-content code {
	font-family: "Consolas", "Monaco", "Lucida Console", "monospace";
	font-size: 14px;
	line-height: 2;
}

.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #555;
	font-family: "Consolas", "Monaco", "Lucida Console", "monospace";
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

.entry-content pre code,
.comment-content pre code {
	display: block;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #555;
	cursor: help;
}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.icon-desktop {
	margin: 0 5px 0 0;
	line-height: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}

.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-content table,
.comment-content table {
	color: #757575;
	font-size: 13px;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}

.entry-content th {
	color: #757575;
	font-size: 13px;
	padding: 0 10px 0 0;
}

.site-content article {
	margin-top: -13px;
	margin-bottom: 80px;
	border: 0 !important;
}

.site-content2 article {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0 !important;
}

.site-content {
	margin-bottom: 40px;
	border: 0 !important;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}

footer.entry-meta {
	font-size: 14px;
	line-height: 1.846153846;
	color: #757575;
	border-top: 0px solid #eee;
	border-bottom: 0px solid #eee;
	padding: 10px 0 10px 0;
	margin-bottom: 40px;
}

.single-author .entry-meta .by-author {
	display: none;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* Styling Footer 
---------------------------------------------------------- */

#footer_wrap { 
	width: 100%; 
	height: auto; 
	display: inline-block; 
	position: relative; 
	background: #333;
	background-position: center;
	margin: 0 0 -1px 0; 
	padding: 60px 0px 60px 0px;
	overflow: hidden;
	letter-spacing: 0.8px;
	margin: 0 auto;
}

#footer_inner_wrap {
	max-width: 1170px;
	margin: 0 auto;
}

#footer_wrap .col-md-3 a:link, #footer_wrap .col-md-4 a:link, #footer_wrap .col-md-6 a:link, #footer_wrap .col-md-3 a:visited, #footer_wrap .col-md-4 a:visited, #footer_wrap .col-md-6 a:visited { 
	color: #eee; 
}

#footer_wrap .col-md-3 a:hover, #footer_wrap .col-md-4 a:hover, #footer_wrap .col-md-6 a:hover { 
	color: #eee; 
}

#footer_wrap .widget_recent_entries ul li  span.post-date {
	color: #ccc;
}

#copyright { 
	width: 100%; 
	height: auto; 
	position: relative; 
	background: #111; 
	margin-top: -5px; 
	margin-bottom: 0px; 
	padding: 10px 0px 10px 0px;
	color: #eee;
	letter-spacing: 0.8px;
}

.footer_inner_wrap {
	max-width: 1170px;
	margin: 0 auto;
}

.footer_item_bottom_left, #copyright a:link, #copyright a:hover, #copyright a:visited { 
	color: #eee;
}

#footer_wrap .widget ul {
	padding: 0px;
}

#footer_wrap .widget > ul > li {
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #888;
}

#footer_wrap .widget > ul > li:last-child {
	padding: 5px 0 5px 0;
	border-bottom: 0px dotted #888;
}

#footer_wrap .widget_recent_entries li:before, #footer_wrap #recentcomments li:before {
	content: '\25b8';
}

#footer_wrap .product_list_widget li a {
	font-weight: 400;
}

#footer_wrap .widget .zframe-flickr-wrap-ltr {
	padding: 0px;
}

.footer_item_bottom_left {
	margin-top: 2px;
}

.footer_item_bottom_right {
	margin-top: 2px;
	text-align: right;
	color: #eee;
}

.footer_item_bottom_right #social-wrap {
	float: right;
}

.bottomMenu { 
	display: block; 
	width:auto; 
}

.bottomMenu ul { 
	display:inline; 
	float:right;
}

.bottomMenu li { 
	list-style-type: none; 
	display: inline; 
	font-size: 13px; 
	border-bottom: 1px dotted #ccc; 
	margin-right: 5px;
	padding-bottom: 2px;
}

.bottomMenu li a {
	color:#ccc;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
}

.bottomMenu li a:hover { 
	color:#ccc; 
	text-decoration: none;
}

.bottomMenu li:last-child > a {
	margin-right: 0px;
}

/* Footer Text Widget 
---------------------------------------------------------- */

.widget-title-footer { 
	color: #eee; 
	font-family: oswaldregular;
	font-size: 24px;
	text-transform: uppercase; 
	margin-bottom: 15px;
}

#footer_wrap .widget li { 
	font-size: 14px;
	line-height: 25px; 
	color: #eee; 
}

#footer_wrap .textwidget { 
	font-size: 14px;
	font-weight: 400;
	line-height: 25px; 
	color: #eee; 
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border: 0 !important;
}

.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}

.image-attachment div.attachment {
	text-align: center;
}

.image-attachment div.attachment p {
	text-align: center;
}

.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	font-size: 28px;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

article.format-aside h1 a {
	text-decoration: none;
	color: #555555;
}

article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #fafafa;
	border-left: 22px solid #eee;
}

article.format-aside p {
	font-size: 14px;
	color: #555;
}

article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */

article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}

article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */

article.format-link  {
	border: 1px solid #ccc !important;
	border-radius: 5px;
}

.format-link  {
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: #f9f9f9;
}

article.format-link .entry-content a {
	font-size: 28px;
	line-height: 1.090909091;
	text-decoration: none;
	word-break: break-all;
	word-wrap: break-word;
}

/* Quote posts */

article.format-quote  {
	border: 1px solid #ccc !important;
	border-radius: 5px;
}

.format-quote {
	background-color: #f9f9f9 !important;
	padding: 20px;
	text-align: center;
}

article.format-quote .entry-content p {
	margin: 0 0 20px 0;
}

article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */

.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.format-status .entry-header header {
	display: inline-block;
}

.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}

.format-status .entry-header h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}

.format-status .entry-header header a {
	color: #757575;
}

.format-status .entry-header header a:hover {
	color: #e11925;
}

.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

/* =Comments
-------------------------------------------------------------- */

#commentform { 
	margin-bottom: 100px !important; 
}

.comment-reply-title { 
	font-size: 15px; 
}

.comment-notes { 
	display: none; 
}

article.comment { 
	padding: 10px; 
	border-radius: 5px; 
	margin: 5px;
}

.comment-content {
	position: relative;
	width: 60%;
	height: auto;
	padding: 10px;
	background: #fafafa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #eee solid 1px;
	margin-bottom: 10px;
}

.comment-content:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #eee transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 30px;
}

.comment-content:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #eee transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -16px;
	left: 30px;
}

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article {
	margin: 24px 0;
}

.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}

.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}

.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 14px;
	color: #5e5e5e;
}

.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comments-area article header a:hover {
	color: #e11925;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #eee;
}

.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}

a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 14px;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #e11925;
}

.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */

#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}

#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}

#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}

#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

#respond form label {
	display: block;
	line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}

#respond form p.form-allowed-tags {
	display: none;
}

.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}

.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}

.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}

.template-front-page .widget-area .widget li a {
	color: #757575;
}

.template-front-page .widget-area .widget li a:hover {
	color: #e11925;
}

.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* Go to Top 
----------------------------------------------- */

.go-top { 
	height: 40px;
	width: 40px; 
	position: fixed; 
	bottom: 2em; 
	right: 2em; 
	background: url(../images/icon_top.png); 
	background-size: cover;
	display: none; 
	z-index: 1000; 
}

/* Icons
----------------------------------------------- */

.fa-center { 
	width: auto; 
	height: auto; 
	text-align: center !important; 
	display: block; 
	margin-bottom: 30px; 
	margin-top: 30px; 
}

/* Tag Cloud 
---------------------------------------------------------- */

.tagcloud { 
	margin-bottom: 100px; 
}

.tagcloud a { 
	background: transparent; 
	padding: 5px; 
	margin: 5px 5px 0px 0; 
	display: block; 
	float:left; 
	border: 1px solid #999;
	text-decoration: none; 
	font-size: 13px !important;
} 

.tagcloud a:link { 
	color: #555;
	border-radius: 3px;
}

/* Boxed Layout 
---------------------------------------------------------- */

#boxed { 
	max-width: 1170px; 
	height: auto; 
	margin: 0 auto;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fff;
}

/* WooCommerce
----------------------------------------------- */

.woocommerce-product-gallery__image {
	margin: 5px;
}

#tab-description {
	box-shadow: none !important;
}

#pa_color, #calc_shipping_country { 
	padding: 5px; 
}

#content div.product { 
	background: #f2f !important; 
	width: auto !important; 
	
}

del { 
	font-size: 15px !important; 
}

h1, h2, h3, h4, h5, h6, li a { 
	font-weight: 400; 
}

.price { 
	font-size: 1.1em; 
	margin-bottom: 10px !important; 
}

.page-title { 
	display: none; 
}

.amount { 
	background-color: transparent !important; 
	padding: 3px; 
	border-radius: 3px; 
 
}

.shop_table, .woocommerce-info { 
	margin-top: 30px !important; 
}

.term-description p { 
	line-height: 25px; 
	margin-bottom: 20px; 
}

.buttons { 
	margin: 10px 0 0 -15px;
}

.buttons a:link, .return-to-shop a:link {
	color: #555;
}

.checkout-button {
	color: #fafafa !important;
}

.orderby { 
	padding: 5px; 
	background: #fafafa; 
}

.woocommerce-tabs { 
	text-align: left; 
}

.thumbnails { 
	margin-left: 0px; 
}

.summary { 
	text-align: left; 
}

.screen-reader-text { 
	margin-top: 0px; 
	margin-right: 5px;
}

.star-rating { 
	margin: 0 auto !important; 
	margin-bottom: 10px !important; 
}

.wcmp-product-list .star-rating {
	margin-top: 12px !important;
}

.wcmp-product-list .star-rating, .wcmp-product-list .amount {
	float: left !important;
}

.attachment-shop_thumbnail { 
	margin-bottom: 13px; 
}

.wp-post-image, .attachment-shop_catalog, .attachment-shop_thumbnail { 
	border: 0 !important; 
	box-shadow: none !important;
	margin: 0 auto !important;
}

.checkout-button { 
	text-shadow: none !important; 
}

.related h2 { 
	margin-bottom: 20px !important; 
}

.qty { 
	color: #555;
}

.plus, .minus { 
	height: 20px !important; 
}

.onsale { 
	background: #e11925; 
	color: #fff; 
	font-weight: 400 !important; 
	text-shadow: none !important; 
	padding: 3px 6px 3px 6px !important;
	z-index: 999 !important;
	margin: 5px 5px 0px 20px !important;
	border-radius: 0 !important;
}

.wcmp-product .onsale { 
	padding: 0px 6px 3px 6px !important;
}

.woo-sidebar { 
	max-width: 260px; 
	margin-bottom: 20px; 
}

.woo-sidebar .widget-title {
	border: 0;
	padding: 0;
	background: transparent;
}

h3.widget-title {
	font-size: 14px;
	font-family: "oswaldregular";
	letter-spacing: 1px;
}

.widget_shopping_cart_content .buttons {
	margin-left: 0px;
}

.products .product { 
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center !important; 
	padding: 0 0 10px 0 !important; 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	overflow: hidden;
}

.products .button, .woo-sidebar .button, .cart .button, .place-order .button, .return-to-shop .button, .add_to_cart_button { 
	padding: 5px; 
	font-size: 14px;
	line-height: 1.5 !important;
	border-width: 1px !important; 
	border-style: solid !important;
	border-color: #eee;
	border-radius: 3px !important;
	text-shadow: none !important;
	color: #555 !important;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	font-weight: 200 !important;
}

.wcmp-product-image .add_to_cart_button { 
	border: none !important;
	color: #ccc !important;
	font-size: 20px !important;
}

.ui-slider-handle { 
	border-radius: 0 !important; 
	background: #eee !important; 
}

.added_to_cart { 
	display: none !important; 
}

#coupon_code { 
	padding: 8px !important; 
}

.attachment-shop_single { 
	width: auto !important; 
	height: auto !important; 
}

.count {
	display: none;
}

.woocommerce #content img,
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.price_slider_wrapper {
	margin-top: 25px;
}

#searchform .screen-reader-text {
	display: none;
}

.product_list_widget .star-rating { 
	margin-top: 5px !important;
	float: left !important;
}

.entry-summary .star-rating { 
	padding: 0 !important; 
	margin: 0 !important; 
}

.woocommerce-review-link {
	padding-top: 20px !important;
	display: block !important;
}

#reviews, #tab-description {
	padding: 20px !important;
}

.single_variation {
	margin-bottom: 10px !important;
}

.qty, .buttons_added {
	height: 37px !important;
}

td.label {
	color: #555;
	font-size: 14px;
}

.product-category h3 {
	font-size: 14px !important;
}


.wpb_widgetised_column aside {
	margin-bottom: 30px !important;
}

.wpb_widgetised_column .cat-item, .cat-item  {
	border-bottom: 1px solid #fff !important;
	padding: 10px !important;
	margin-left: 0px !important;
	background: #222;
	display: block;
}

.wpb_widgetised_column .cat-item a:link, .cat-item a:link { 
	display: block !important;
}

.cat-item a:link,
.cat-item a:hover,
.cat-item a:active,
.cat-item a:visited {
	color: #fff !important;
}

.children .cat-item {
	margin-left: -10px !important;
	padding: 0px !important;
}

.children .cat-item:before { 
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.22em 0 0.22em 0.32em;
    display: block;
    height: 0;
    width: 0;
    left: -0.6em;
    top: 1.1em;
    position: relative;
}

.wpb_widgetised_column ul.children .cat-item, ul.children .cat-item {
	border-bottom: 0px solid #eee !important;
}

.wpb_widgetised_column ul {
    list-style: none;
}

.wpb_widgetised_column .product-categories li:before, .product-categories li:before { 
    content: "";
    border-color: transparent #666;
    border-style: solid;
    border-width: 0.22em 0 0.22em 0.32em;
    display: block;
    height: 0;
    width: 0;
    left: -0.6em;
    top: 1.1em;
    position: relative;
}

.wpb_widgetised_column .product-categories, .product-categories {
	padding: 0 !important;
}

.cart-subtotal td, .shipping td, .order-total td, .cart_item td {
	font-size: 16px !important;
}

.cart-subtotal th, .shipping th, .order-total th {
	font-size: 16px !important;
}

.less-padding {
	padding: 0px 10px 10px 25px !important;
	margin-top: -10px;
}

.products .product img {
	display: block;
	max-width: 150px;
	max-height: 150px;
	width: auto;
	height: 150px !important;
	object-fit: cover !important;
}

footer .product_list_widget .amount {
	color: #fff;
	font-size: 12px;
	background: #444 !important;
}

#footer_wrap ins span.amount {
	font-size: 16px !important;
}

.return-to-shop {
	display: none;
}

.product-categories .children {
	padding-left: 20px !important;
}

.wc-proceed-to-checkout a.checkout-button {
	color: #555 !important;
	border: 1px solid #ccc;
}

.empty {
	padding-left: 5px !important;
}

.show-cart .empty {
	padding-left: 15px !important;
}

.page-numbers {
	padding: 5px;
	border: 1px solid #666;
}

img.attachment-shop_single {
	max-height: 300px;
}

img.attachment-shop_catalog.wp-post-image, img.woocommerce-placeholder.wp-post-image {
	width: auto !important;
	max-width: 100% !important;
}

/* Mega Main Menu
----------------------------------------------- */

.nav_search_box, .logo_link {
	display: none !important;
}

/* Slidebar
----------------------------------------------- */

.sb-toggle-right {
	color: #83ba3b;
	background: transparent;
}

/* Metaboxes
----------------------------------------------- */

h3.setting-name {
	padding: 0 !important;
}

#paijatua_meta{
	overflow: hidden;
	padding-bottom: 1em;
}

#paijatua_meta p{
	clear: both;
}

.paijatua-row-title{
	display: block;
	float: left;
	width: 200px;
}

.paijatua-row-content{
	float: left;
	padding-bottom: 1em;
}

.paijatua-row-content label{
	display: block;
	line-height: 1.75em;
}

/* Masonry
----------------------------------------------- */

#masonry_wrap { 
	float: left; 
	border-radius: 5px !important;
	background: #fff;
	border: 1px solid #ccc;
}

.audio_video-masonry {
	margin-bottom: -10px;
}

.paijatua_latest_item-masonry-first:hover img {
	transform: scale(1.1);
}		

.paijatua_latest_item-masonry a.paijatua_latest_info_simple, .paijatua_latest_item-masonry a.paijatua_latest_info_simple_zoom {
	display: inline-block;
	text-decoration: none;
	padding: 8px 14px;
	color: #fff;
	margin: 5px;
	position: relative;
	border-radius: 100px;
}

.paijatua_latest_item-masonry-first .paijatua_latest_mask {
	opacity: 0;
	background: rgba(255,255,255,0.3);
	transition: all 0.4s ease-in-out;
}

.paijatua_latest_item-masonry a.paijatua_latest_info_simple, .paijatua_latest_item-masonry a.paijatua_latest_info_simple_zoom {
	background: #e11925;
	color: #fff;
}
				
.paijatua_latest_item-masonry a.paijatua_latest_info_simple:hover, .paijatua_latest_item-masonry a.paijatua_latest_info_simple_zoom:hover {
	background: #fff;
	color: #e11925;
}

.paijatua_latest_item-masonry {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.paijatua_latest_item-masonry:last-child {
	margin-right: 0px;
}

.paijatua_latest_item-masonry .paijatua_latest_mask, .paijatua_latest_item-masonry .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.paijatua_latest_item-masonry img {
	display: block;
	position: relative;
	vertical-align: middle;
}

.paijatua_latest_item-masonry h2 {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 15px !important;
	font-weight: 200;
	padding: 5px;
	margin: 0 !important;
}

.paijatua_latest_item-masonry p {
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}

.paijatua_latest_item-masonry-first img {
	transition: all 0.2s linear;
}

.paijatua_latest_item-masonry-first:hover .paijatua_latest_mask {
	opacity: 1;
}

article.masonry-entry {
	border-radius: 5px !important;
	background: #fff;
	border: 1px solid #ccc !important;
	overflow: hidden;
}

article.masonry-entry  ul, .full-gallery ul {
	list-style-type: none !important;
}

article.masonry-entry  ul li, .full-gallery ul li {
	padding: 0 !important;
	margin: 0 !important;
}

article.masonry-entry .flexslider {
	margin: 0;
	padding: 0;
	border: 0;
}

.full-gallery .flexslider {
	margin: 0 0 40px 0;
	padding: 0;
	border: 0;
}

.masonry-thumbnail-first:hover img {
	transform: scale(1.1);
}		

.masonry-thumbnail a.paijatua_latest_info_simple, .masonry-thumbnail a.masonry-thumbnail_simple_zoom {
	text-decoration: none;
	width: 40px;
	height: 40px;
	padding: 10px 14px;
	margin: 5px;
	position: relative;
	border-radius: 100px;
}

.masonry-thumbnail-first .masonry-thumbnail_mask {
	opacity: 0;
	background: rgba(0,0,0,0.3);
	transition: all 0.4s ease-in-out;
}

.masonry-thumbnail a.paijatua_latest_info_simple, .masonry-thumbnail a.masonry-thumbnail_simple_zoom {
	background: #e11925;
	color: #fff;
}
				
.masonry-thumbnail a.paijatua_latest_info_simple:hover, .masonry-thumbnail a.masonry-thumbnail_simple_zoom:hover {
	background: #fff;
	color: #e11925;
}

.masonry-thumbnail {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.masonry-thumbnail:last-child {
	margin-right: 0px;
}

.masonry-thumbnail .masonry-thumbnail_mask, .masonry-thumbnail .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.masonry-thumbnail img {
	display: block;
	position: relative;
	vertical-align: middle;
}

.masonry-thumbnail h5 {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 15px !important;
	font-weight: 200;
	padding: 5px;
	margin: 0 !important;
}

.masonry-thumbnail p {
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}

.masonry-thumbnail-first img {
	transition: all 0.2s linear;
}

.masonry-thumbnail-first:hover .masonry-thumbnail_mask {
	opacity: 1;
}

.masonry-thumbnail_centerit {
	width: 100%;
	height: auto;
	position: absolute;
	top : 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.masonry-thumbnail_mask a:link {
	text-decoration: none;
}

.masonry_content { 
	width: 100%;
	height: auto; 
	float: left; 
	background: #fff;
	color: #666; 
	font-size: 14px;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.masonry_content h3 { 
	color: #666; 
	font-size: 18px !important; 
}

.masonry_content h3 a:link { 
	color: #666; 
	font-size: 18px !important; 
	text-decoration: none;
}

.masonry_content h5 { 
	color: #666; 
	font-size: 13px !important; 
}

.masonry_content h5 a:link { 
	color: #666; 
	font-size: 13px !important;
	text-decoration: none;
}

.masonry-date-and-time {
	padding: 20px !important;
}

.masonry-time-left {
	padding: 10px 0 10px 0;
	width: 45%;
	float: left;
	text-align: left;
}

.masonry-time-right {
	padding: 10px 0 10px 0;
	width: 45%;
	float: right;
	text-align: right;
}

.masonry-time-right a:link,
.masonry-time-right a:hover,
.masonry-time-right a:visited,
.masonry-time-right a:active {
	color: #e11925;
}

/* Contact Form 7
----------------------------------------------- */

.wpcf7-form-control { 
	padding: 10px; 
	border: 1px solid #ccc; 
	width: 100% !important; 
	font-size: 15px; 
}

.wpcf7-submit { 
	width: auto !important; 
}

/* Backup
----------------------------------------------- */

#backup-options td { 
	display: block; 
	margin-bottom: 20px; 
}

/* =Print
----------------------------------------------- */

@media print {

	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
		width: auto;
	}

	.vc_col-sm-4 {
		width: 30% !important;
		float: left !important;
	}

	.vc_col-sm-6  .vc_col-sm-6  {
		width: 40% !important;
		float: left !important;
	}

	#header_wrap_top, .nav-container, footer#footer_wrap, #copyright, .infobar, .breadcrumb_outer , .print {
		display: none;
	}

	a {
		text-decoration: none;
	}

	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
}