/*
	Theme Name: Suko
	Theme URI: http://vowthemes.com/demo/suko/
	Description: Suko - Spa Salon Responsive WordPress Theme
	Author: php_xpert
	Author URI: https://themeforest.net/user/php_xpert/portfolio
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Version: 1.0
	Text Domain: suko
	License: GNU General Public License
	License URI: license.txt
*/

/*
	## Theme
		- Table	
		- SelectBox Dropdown Arrow Setting
		- Visual Composer
	
	## Global
		- Set Margin
		- Set Padding
		- Site Layout
		- Bootstrap Custom
		- Default Navigation
		- Sticky Navigation
		- User Menu

	## WordPress Needs
		- Alignments
		- Media
		- Captions
		- Galleries
		- Comments
		- Password Form
		- Error 404
		- Post Navigation
		- Page Title
		- Breadcrumb
		- Pagination
		- Page Links

	## Widgets
		- Widget: Search
		- Widget: Recent Comments
		- Widget: Recent Entries
		- Widget: Categories & Archives
		- Widget: Tags
		- Widget: Calendar
		- Widget: Pages
		- Widget: Meta
		- Widget: RSS
		- Widget: Nav Menu
		- Widget: Text	

	## Blog
		- Post Formats
		- Entry Content
		- Sticky Posts
		- Entry Title
		- Entry Meta

	## Responsive
		- Min Width: 992
		- Min Width: 992 to Max Width: 1199
		- Max Width: 991
		- Max Width: 782
		- Max Width: 767
		- Min Width: 600
		- Min Width: 768
		- Min Width: 768 to Max Width: 991
		- Max Width: 991
		- Min Width: 320 to Max Width: 600
		- Max Width: 767
		- Max Width: 479
		- Max Width: 400
		
*/

/*  ## Theme
- - - - - - - - - - - - - - - - - - - - */
img {
	max-width: 100%;
	height: auto;
}
a:active,
a:hover {
	outline: 0 none !important;	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

/* - Table */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}
table, th, td {
	border: 1px solid hsla(0, 0%, 20%, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0.4em;
	text-align: center;
	word-wrap: break-word;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

article[class*="type-"] table tr a {
	color: #777;
}

h6{
	font-size: 15px;
}
h5{
	font-size: 16px;
}
h4{
	font-size: 18px;
}
h3 {
	line-height: 32px;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Raleway",sans-serif;
    font-weight: bold;
    color: #000;
}
/*body .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}*/
/*body .vc_column_container >.vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
*/
address,ol,ul,li,dd,dt {
	line-height: 23px;
}

.no-topheader {
	margin-top: 100px;
}
.navbar-fixed-top .no-topheader  {
	margin-top: 0;
}
.setmenu-info a {
	color: #fff;
	font-size: 26px;
	padding-right: 15px;
	float: right;
	text-decoration: none;
	outline: none;
}

body.single-post .has-post-thumbnail .enetry-header {	
	margin-top: 10px;
}

body.single-post .enetry-header {
	margin-bottom: 15px;
}

/* - SelectBox Dropdown Arrow Setting */
.select_box {
	position: relative;
}

.woocommerce select,
.widget select {
	width: 100%;
	padding: 0 10px;
	height: 40px;
	max-width: 100%;
	border: 1px solid #ddd;
	background-color: transparent;
	box-shadow: none;
	-moz-appearance: none!important; 
	-webkit-appearance: none!important; 
	cursor: pointer;
	position: relative;
	z-index: 2;
	color: #777;
	border-radius: 0;
	outline: none;
}
.woocommerce select::-ms-expand {
	display: none;
}
.widget select::-ms-expand {
    display: none;
}
.widget select option,
.widget select:active,
.widget select:focus {
	outline: none !important;
}
.woocommerce select option,
.widget select option {
	line-height: 28px;
	font-size: 14px;
	padding-bottom: 5px;
}

/* - Bootstrap : Checkbox */
.wp-core-ui .quicktags-toolbar input.button.button-small {
	width: auto;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-left: 0;
}
.multiselect-container {
	border: 0 none;
	border-radius: 0;
	width: 100%;
}

/* - Visual Composer */
.wpb_revslider_element.wpb_content_element {
	margin-bottom: 0 !important;
}

/*  ## Global
- - - - - - - - - - - - - - - - - - - - */
.fixedlayout.container {
	margin: 0 auto;
	padding: 0;
}
.beforepage-shortcode {
	padding-bottom: 35px;
}
.afterpage-shortcode {
	padding-bottom: 35px;
}

/* - Set Margin */
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Set Padding */
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}

/* - Site Layout */
.page-banner-section {
	margin-top: 91px;
	max-height: 357px;
}
.site-main.page_spacing {
	padding: 85px 0;
}
.site-main .full-content {
	padding: 0;
}

/* - Bootstrap Custom */
.container {
    max-width: 100%;
}

.owclearfix::before,
.owclearfix::after {
	content: " ";
	display: table;
}
.owclearfix::after {
	clear: both;
}
.owpull-left {
	float: left;
}
.owpull-right {
	float: right;
}

.owclearfix-cnt2::before,
.owclearfix-cnt2::after {
	content: " ";
	display: table;
}
.owclearfix-cnt2::after {
	clear: both;
}

.owclearfix-cnt3::before,
.owclearfix-cnt3::after {
	content: " ";
	display: table;
}
.owclearfix-cnt3::after {
	clear: both;
}

/* - Default Navigation */
.site-header.navbar-fixed-top {
	background: #000 none repeat scroll 0 0;
	min-height: 70px;
}
.navigation-block {
    background-color: #fff;
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}
.site-header.navbar-fixed-top .navbar-nav {
	margin: 15px 0 0;
}
.site-header.menu-absolute:not(.navbar-fixed-top) {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	padding-top: 28px;
}
.site-header.menu-default {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #555;
	min-height: 75px;
}

/* - Sticky Navigation */
.sticky-nav {
    background-color: rgba(255, 255, 255, 0.97);
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1;
    border-bottom: 1px solid #eee;
	display: block;
	position: fixed;
}

body.admin-bar .header-main.navbar-fixed-top {
    margin-top: 32px;
}

/* - User Menu */
.user-account {
	position: relative;
}
.account-menu {
	background-color: #000;
	border: 1px solid #212121;
	list-style: outside none none;
	padding: 5px 10px;
	position: absolute;
	top: 43px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateZ(0);
	transform: translateY(10%);
	transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
}
.user-icon:hover .account-menu {
	visibility: visible; 
	opacity: 1;
	transform: translateX(0%);
	transition-delay: 0s;
}
.user-account .account-menu a {
	color: #fff;
	line-height: 25px;
	font-size: 14px;
}
.account-menu > li {
	line-height: normal;
	text-align: left;
}

/*  ## WordPress Needs
- - - - - - - - - - - - - - - - - - - - */
.screen-reader-text {
	visibility: hidden;
	display: none;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.site .avatar {
	border-radius: 50%;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
audio,
canvas {
	display: inline-block;
}
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
	border: 0 none;
	width: 100%;
	
}
p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* - Captions */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #777;
	line-height: 1.5;
	padding: 0.5em 0;
}

.footer-main .wp-caption-text {
	color: #fff;
}

.post-category  {
	margin-bottom: 10px;
}
.post-category a {
	color: #999;
	text-transform: capitalize;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	text-decoration: none;
}
.post-category a:hover {
	color: #56b224;
}
.post-category > span{
	text-transform: uppercase;
	color: #030303;
	font-size: 15px;
	font-weight: 600;
	margin-top: 0;
	word-wrap: break-word;
	padding-bottom: 20px;
	position: relative;
}
.post-category > span::after{
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
.post-category > span:last-of-type::after {
    content: "";
	padding: 0;
}
.post-meta,
.post-meta a {
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
.post-meta em::after {
	content: "|";
	padding-left: 5px;
	padding-right: 5px;
}

blockquote {
	border-left: none;
	margin: 15px 0 15px;
	display: inline-block;
	width: 100%;	
	border-left: 5px solid #56b224;
    font-family: "Raleway",sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 26px;
    padding: 10px 20px;
    position: relative;
}

blockquote p {
	color: #56b224 !important;
	font-style: normal !important;
	font-family: "Raleway",sans-serif !important;
	position: relative;
	font-weight: 400!important;
	font-size: 18px;
	z-index: 1;
	line-height: 26px;
	letter-spacing: 0.56px;
	margin-bottom: 20px;
	word-wrap: break-word;
}
blockquote p i {
	font-size: 102px;
	color: #e3e3e3;
	position: absolute;
	left: -25px;
	top: 10px;
	z-index: -1;
} 

/* - Galleries */
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 7px;
	vertical-align: top;
	width: 100%;
}
.tag-gallery h2 {
	font-size: 18px;
	line-height: 26px;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
	font-size: 14px;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* - Comments */
.comment-body {
	position: relative;
}
.comment-list > li.depth-1 {
	padding-left: 0;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
    float: left;
    margin-right: 16.5px;
    width: 31.7%;
}
.comments-area .comment-form-url {
    margin-right: 0;
}
#commentform .form-submit {
	display: inline-block;
	width: 100%;
}
.comments-area > h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}
.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}
.comments-area {
	margin-top: 0;
	display: inline-block;
	width: 100%;
	padding: 0;
}
.comments-area .comments-area {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    font-style: italic;
    resize: none;
    height: 202px;
}
.comments-area p.form-submit {
    text-align: right;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #c7c7c7;
}
.comments-area p.form-submit .button-1 {
	background-color: #bfa682;
	border-color: #bfa682;
	color: #fff;
	line-height: normal;
	margin-left: 19px;
	padding: 0.618em 1em;
	font-size: 13px;
	border: 0 none;
	text-transform: uppercase;
}
.comment-form input[type="submit"]{
	color: #fff;
    border-radius: 0;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 15px 0 0;
   	padding: 12px 18px;
    text-decoration: none;
    text-transform: uppercase;
	float: left;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	background-color: #56b224;	
	border: 1px solid transparent;
}
.comment-form input[type="submit"]:hover {
    background-color: transparent;
	border-color: #56b224;
	color: #000;
}
.comment-author.vcard {
    display: inline;
}
.comment-author .says {
	color: #000;
	font-size: 12px;
}
.comment-author.vcard img {
	background-color: #ddd;
	position: absolute;
	left: 0;
	border-radius: 100%;
}
.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}
.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}
.comments-area .commentlist ul {
    margin-left: 70px;
}
.comments-area .commentlist li {
    list-style: none;
}
.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}
.comments-area .comment p {
    color: #777777;
    font-size: 14px;
    line-height: 25px;
}
.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
.comment-meta {
    background: none repeat scroll 0 0 transparent;
    color: indigo;
    padding: 0;
    text-align: left;
}
.comments-area > :last-child {
    margin-bottom: 0;
}
.comments-title,
.comment-reply-title {	
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 28px;
	margin-top: 15px;
}
.comments-title {
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: 24px;
	font-weight: 500;
	color: #333333;	
	padding: 0;
	margin: 0;
}
.comment-list {
    list-style: none;
    margin: 0;
	padding-left: 0;
}
.comments-area .children {
    padding-left: 15px;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    padding: 1.6em 0;
}
.comment-list article {
	border-bottom: 1px solid #ddd;
}
.comment-list .children {
    list-style: none;
    margin: 0 0 0 10px;
}
.comment-list .children > li {
    padding-left: 0.5em;
}
.comments-area .children .comment:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.comments-area .pingback {
	display: inline-block;
	width: 100%;
}
.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
	text-transform: capitalize;
}
.comment-author .avatar {
	float: left;	
	text-transform: capitalize;
}
.comments-area .pingback .comment-body a  {
	color: #777;
}
.comments-area .pingback  {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment-metadata,
.pingback .edit-link {
	color: #333;
	font-weight: 500;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
    width: 100%;	
	text-transform: capitalize;
}
.pingback .edit-link a {
	border: 1px solid #777;
	display: inline-block;
	padding: 5px 20px;
}
.comment-metadata a,
.pingback .edit-link a {
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-left: 0;
	margin-top: 15px;
	text-decoration: none;
	text-transform: capitalize;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
	border-color: #000;
}
.comment-author .fn  a.url {
	float: none;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;	
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #000000;
	text-transform: capitalize;
	letter-spacing: 0.64px;
	margin-top: 0;
	font-weight: 500;
	margin-bottom: 0;
}
.reply,
.comment-meta,	
.comment-content {
	padding-left: 105px;
}
.comment-content a {
	color: #777;
}
.comments-area label {
    min-width: 100px;
}
.comment-metadata .edit-link {
    margin-left: 1em;
}
.pingback .edit-link:before {
    top: 5px;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-content > :last-child {
    margin-bottom: 0;
}
.comment-list .reply a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 1s ease 0s;	
	margin-top: 10px;	
	font-weight: 500;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	text-decoration: none;
	margin-top: 5px;
	position: relative;
}
.comment-list .reply a:hover,
.comment-list .reply a:focus {
    color: #56b224;
}
.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    min-height: 50px;
    outline: none;
    padding: 10px 18px;
    position: relative;
	width: 100%;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.comment-form textarea {
	padding: 18px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-weight: 700;
    padding-top: 1.6em;
}
.comment-navigation + .no-comments {
    border-top: 0;
}
.form-allowed-tags code {
    white-space: normal;
}
.form-submit {
    margin-bottom: 0;
}
.required {
    color: #c0392b;
}
.comment-reply-title small {
    font-size: 100%;
}
.comment-reply-title small a {
    border: 0 none;
    float: right;
    height: 17px;
    overflow: hidden;
    width: 15px;
	text-decoration: none;
	display: none;
}
.comment-respond .logged-in-as  a{
	color: #777777;
	font-size: 14px;
	letter-spacing: 0.28px;
	line-height: 24px;
	text-decoration: none;
}

.comments-area .comment-list .children .depth-3 .comment-form-author,
.comments-area .comment-list .children .depth-3 .comment-form-email,
.comments-area .comment-list .children .depth-3 .comment-form-url {
	width: 100%;
	padding: 5px 0;
}

/* - Password Form */
.post-password-form {
	position: relative;
}
.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}
.post-password-form input[type="submit"] {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	background-color: #56b224;	
	border: none;
    bottom: 0;
    color: #ffffff;
    padding: 8px 18px;
    position: relative;
	margin-top: 5px;
    right: 0;
	outline: none;
}
.post-password-form input[type="password"] {
	border: 1px solid rgba(119, 119, 119, 0.49);
    font-size: 14px;
    padding: 10px 60px 10px 10px;
    width: 100%;
	outline: none;
	margin-top: 5px;
}
.post-password-form input[type="submit"]:hover {
	background-color: rgb(119, 119, 119);
	background-color: #777;
	color: #fff;
}

/* - Error 404 */
.error_area {
	text-align: center;
}
.error-section {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 50px;
	margin-top: 50px;
}
.error-section img {
	margin-bottom: 20px;
}
.error-section > h3 {
	color: #000;
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 45px;
    margin: 0 0 21px;
	word-wrap: break-word;
}
.error-block {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.error-block > p {
	color: #000;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
}
.btn-error {
	padding: 15px 30px;
	background-color: #56b224;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 20px;
	margin-top: 7px;	
	font-weight: 600;
	border-radius: 25px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border: 2px solid transparent;
}
.btn-error:hover {
	background-color: #fff;
	color: #56b224;
	text-decoration: none;
	border-color: #56b224;
}
.bypostauthor{	
}

/* - Post Navigation */
.post-navigation {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
	width: 100%;
}
.post-navigation a {
	display: block;
}
.post-navigation span {
	display: block;
}
.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	z-index: 2;	
}
.post-navigation .nav-previous .post-title {
	float: left;
}
.post-navigation .nav-next .post-title {
	float: right;
}
.post-navigation .post-title {
	font-size: 12px;
	line-height: 1.3333;
	color: #333;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
    max-width: 80%;	
	margin-top: 5px;
}
.post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.section-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.page-header,
.post-header {
	margin: 0;
	border: 0 none;
	position: relative;
	z-index: 1;
	padding: 0;
}
.content-area .page-header {
	border-bottom: none;
	margin: 0;
	padding-bottom: 0;
}
.full-page-header {
	margin-bottom: 80px;
}
.page-heading {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header-menuabsolute .page-heading {
    top: 60%;
}

/* - Page Title */
.page-title {
	color: #727272;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	font-size: 30px;
}
.page-title h1 {
	color: #727272;
	font-size: 42px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding-bottom: 4px;
	letter-spacing: 2px;
}
.page-subtitle {
	display: block;
	font-size: 14px;
	margin-top: 15px;
}
.search .page-content {
	border-top: 3px solid #56b224;
	margin-bottom: 30px;
	margin-top: 15px;
	padding-top: 15px
}
.search .searchform {
	margin-top: 15px;
}
.search .searchform .form-control {
	border: 1px solid #ddd;
    box-shadow: none;
    display: inline-block;
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.search .searchform  .input-group-btn {
	background-color: #fff;
}	
.search .searchform .btn.btn-default {
	min-height: 50px;
	border: none;
	background-color: #56b224;	
	outline: none;
}
.search .searchform .btn.btn-default i {
	color: #fff;
}

/* - Breadcrumb */
.breadcrumb {
	background-color: transparent;
	margin: 0;
	color: #222225;
	padding: 0;
	float: right;
	font-size: 0;
}
.breadcrumb span {
    color: #fff;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 29px;
    margin: 0 12px;
    word-wrap: break-word;
    position: relative;
    text-transform: uppercase;
	font-size: 14px;
}
.breadcrumb span:last-of-type {
	margin-right: 0;
}
.breadcrumb span::after {
    color: #fff;
    content: "/";
    position: absolute;
    right: -17px;
    top: 1px;
}
.breadcrumb span:last-of-type::after {
	content: "";
}
.breadcrumb span > span::after {
	content: "";
}

/* - Pagination */
.pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.ow-pagination .pagination {
	margin-bottom: 0;
	margin-top: 0;
}	
.pagination .nav-links .page-numbers {
    color: #000000;
	display: inline-block;
	margin-right: 7px;
	text-decoration: none;
	background-color: #fff;	
	border: 1px solid rgba(0, 0, 0, 0.33);	
	border-radius: 0;
	font-size: 16px;
	line-height: 40px;
	margin: 0 4px 12px;
	padding: 0 16px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}
.pagination .nav-links .page-numbers.current {
	background-color: #56b224;
	color: #fff;
	border-color: #56b224;
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:focus {
	background-color: #56b224;
	border-color: #56b224;
	color: #ffffff;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	padding: 0 40px;
}

/* - Page Links */
.entry-content .page-links a span {
	line-height: normal;
	font-size: 14px;
}
.entry-content .page-links-title {
	margin-right: 10px;
}
.entry-content .page-links a,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	color: #000000;
	display: inline-block;
	margin-right: 7px;
	text-decoration: none;
	background-color: #fff;	
	border: 1px solid rgba(0, 0, 0, 0.33);	
	border-radius: 0;
	font-size: 16px;
	line-height: 40px;
	margin: 0 4px;
	padding: 0 16px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	margin-bottom: 15px;
}
.entry-content .page-links a:hover,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	background-color: #56b224;
	border-color: #56b224;
	color: #ffffff;
}
.comments-area .comment-content table a {
	color: #777;
}
.comments-area .comment-content h2 {
	line-height: 40px;
}

/*  ## Widgets
- - - - - - - - - - - - - - - - - - - - */
.widget {
	margin-bottom: 30px;
}
.widget:last-of-type {
	margin-bottom: 0;
}
.widget-area .widget {
	display: inline-block;
	width: 100%;
	font-size: 15px;
}
.widget-area .widget hr {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline-block;
	margin: 0 auto;
}
.widget-area .widget ul {
	list-style: none;
	color: #727272;
	font-size: 15px;
	margin: 0;
}
.widget-area .widget ul.children {
	padding-left: 10px;
}
.footer-main .widget ul,
.widget-area .widget ul:first-child {
	padding-left: 0;
}
.footer-main .widget ul {
	color: #fff;
	list-style: none;
	font-size: 14px;
}
.footer-main .widget > ul:first-of-type,
.widget-area .widget > ul:first-of-type {
	padding-left: 0;
}
.footer-main .widget ul li,
.widget-area .widget ul li  a{
	margin-bottom: 10px;
}
.footer-main .widget ul li:last-of-type,
.widget-area .widget ul li:last-of-type {
	margin-bottom: 0;
}
.footer-main .widget ul.sub-menu li,
.widget-area .widget ul.sub-menu li{
	margin-bottom: 0;
}
.footer-main .widget > ul > li:last-of-type,
.widget-area .widget > ul > li:last-of-type {
	margin-bottom: 0;
}
.widget-area .widget > ul > li:last-of-type a {
	margin-bottom: 0;
}

.widget-area .widget.widget_categories > ul li {
	margin-bottom: 0;
}
.widget.widget_categories > ul li > a {
	display: inline-block;
	margin-bottom: 10px;
}
.footer-main .widget.widget_info-text ul li i {
	margin-right: 8px;
}

/* - Info Text */
.widget-area .widget.widget_info-text .block-content i{
	margin-right: 10px;
}
.widget-area .widget.widget_info-text .block-content a {
	text-decoration: none;
	color: #737373;
}
.widget-area .widget.widget_info-text .block-content a:hover {
	color: #56b224;
}

/* - Widget: Search */
 .widget-area .widget_search {
	border: 0 none;
	padding: 0;
	width: 100%;
	display: inline-block;
}
.widget-area  .searchform {
	border: 1px solid #ddd;
	border-radius: 5px;
}
.widget_search .searchform .form-control {
	border: none;
    box-shadow: none;
    display: inline-block;
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.widget_search .input-group-btn {
	background-color: #333;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}	
.widget_search .btn.btn-default {
	min-height: 50px;
	border: none;
	background-color: #56b224;
}
.footer-main .widget_search .btn.btn-default {
	background-color: #000;
}
.widget_search .btn.btn-default:active,
.widget_search .btn.btn-default:hover,
.widget_search .btn.btn-default:focus {
	background-color: transparent;
}
.widget_search .btn.btn-default i {
	color: #fff;
}
.widget_search .input-group-btn:last-child > .btn,
.widget_search .input-group-btn:last-child > .btn-group {
    margin-left: 0;
} 

/* - Widget: Recent Comments */
.widget-area .widget_recent_comments ul li {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.widget-area .widget_recent_comments ul li span {
	text-transform: capitalize;
	margin-right: 5px;
}
.widget-area .widget_recent_comments ul li a {
	color: #737373;
	font-size: 14px;
	line-height: 22px;
	word-wrap: break-word;
	text-decoration: none;
	text-transform: capitalize;
}
.widget-area .widget_recent_comments ul li a:hover {
	color: #56b224
}

/* - Widget: Recent Entries */
.widget-area .widget_recent_entries ul li {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li:last-of-type a {
	margin-bottom: 0;
}
.widget.widget_recent_entries ul li a {
    display: inline-block;
	color: #737373;
	line-height: 22px;
	text-decoration: none;	
	text-transform: capitalize;
	font-size: 14px;
}
.widget.widget_recent_entries ul li a:hover {
	color: #56b224;
}

.footer-main .widget.widget_recent_entries ul li a {
	color: #fff;
}
.footer-main .widget.widget_recent_entries ul li a:hover {
	color: #000;
}

/* - Widget: Categories & Archives */
.widget.widget_archive > ul li,
.widget.widget_categories > ul li {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	display: inline-block;
	width: 100%;
}
.widget.widget_archive > ul li > a,
.widget.widget_categories > ul li > a {
	color: #737373;
	font-size: 15px;
	font-family: "Raleway",sans-serif;
	letter-spacing: 0.65px;
	line-height: 22px;
	word-wrap: break-word;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
}
.widget.widget_archive > ul li:hover > a,
.widget.widget_categories > ul li:hover > a {
	color: #56b224;	
}

.footer-main .widget.widget_archive > ul li > a,
.footer-main .widget.widget_categories > ul li > a {
	color: #fff;
}
.footer-main .widget.widget_archive > ul li:hover,
.footer-main .widget.widget_categories > ul li:hover,
.footer-main .widget.widget_archive > ul li:hover > a,
.footer-main .widget.widget_categories > ul li:hover > a {
	color: #000;
}

footer .woocommerce select,
footer .widget select {
	color: #fff;
	font-size: 14px;
}

/* - Widget: Tags */
.tagcloud {
    display: inline-block;
    width: 100%;
}
.tagcloud a {
	float: left;
	padding: 8px 18px;	
	color: #fff;
	margin-right: 8px;
	margin-bottom: 7px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-size: 13px !important;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	border: 1px solid transparent;
	font-weight: 600;
}
.widget-area .tagcloud a {
	background-color: #56b224;
}
.tagcloud a:hover {		
	border-color: #56b224;
	background-color: transparent;
	color: #000;
}
.tagcloud a:last-of-type {
	margin-right: 0;
}

/* - Widget: Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
	border: none;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
	border: none;
}
.widget_calendar caption {
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #56b224;
}
.widget_calendar tbody a {
    background-color: transparent;
    color: #fff;
    display: block;
	text-decoration: none;
    font-weight: 700;
}
.widget-area .widget_calendar tbody a {
	color: #777;
}
.widget_calendar tbody #today {
	background-color: #56b224;
    color: #fff;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    color: #777;
}
.widget_calendar #next a,
.widget_calendar #prev  a {
	color: #fff;
	text-decoration: none;
	background-color: #56b224;
	padding: 6px 15px;
	font-weight: 600;	
}
.footer-main .widget_calendar tbody #today {
	border: 1px solid #fff;
}
.footer-main .widget_calendar #next a,
.footer-main .widget_calendar #prev  a {
	border: 1px solid #fff;
}
.footer-main .widget_calendar #next a:hover,
.footer-main .widget_calendar #prev  a:hover {
	border: 1px solid #000;
	color: #000;
}

/* - Widget: Pages */
.widget-area .widget_pages > ul li {
	position: relative;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.widget_pages > ul li.current_page_item a {
	color: #56b224;
}
.widget_pages > ul li a {
	text-decoration: none;
	color: #737373;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	margin-bottom: 10px;
	display: inline-block;
}
.widget_pages > ul > li:last-of-type a {
	margin-bottom: 0;
}
.widget_pages > ul li a:hover {
	color: #56b224;
}

.footer-main .widget_pages > ul li a{
	color: #fff;
}
.footer-main .widget_pages > ul li a:hover {
	color: #000;
}

/* - Widget: Meta */
.widget_meta ul li a {
	color: #737373;
	font-size: 14px;
	line-height: 26px;
	word-wrap: break-word;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
}
.widget_meta ul li a:hover {
	color: #56b224;
}

.footer-main .widget_meta ul li a {
	color: #fff;
}
.footer-main  .widget_meta ul li a:hover{
	color: #000;
}

/* - Widget: RSS */
.widget-area .widget_rss ul li {
	padding: 8px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}
.widget-area .widget_rss ul li:hover::before,
.widget-area .widget_rss ul li::before {
	background: none;
}
.widget-area .widget_rss ul li > a {
	color: #727272;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
}

.widget-area .widget_rss ul li cite,
.widget-area .widget_rss ul li  .rss-date {
	color: #727272;	
	font-style: italic;
	display: block;
	margin-top: 5px;
}
.widget_rss .rsswidget {
	color: #727272;
	display: inline-block;
}
.footer-main .widget-area .widget_rss ul li cite,
.footer-main .widget-area .widget_rss ul li  .rss-date,
.footer-main .widget-area .widget_rss ul li > a,
.footer-main .widget_rss .rsswidget {
	color: #fff;
}
.rsswidget .rss-widget-icon {
	display: none;
}
.rssSummary {
	font-family: "Raleway",sans-serif;
	font-size: 15px;
	margin-top: 5px;
	color: #727272;
}
.footer-main .rssSummary {
	color: #fff;
}

/* - Widget: Nav Menu */
.widget_nav_menu .menu-primary-menu-container > ul:first-of-type {
	padding-left: 0;
}
.widget_nav_menu a {
    color: #737373;
	font-family: "Raleway",sans-serif;
	display: inline-block;
}
.widget_nav_menu a:hover {
	color: #56b224
}

.footer-main .widget_nav_menu a {
	color: #fff;
	font-size: 14px;
}
.footer-main .widget_nav_menu a:hover {
	color: #000;
}

.widget_nav_menu li:last-child {
	border-bottom: none;
}
.widget_nav_menu li .sub-menu {
	padding-bottom: 0;
	padding-left: 7px;
}
.footer-main .widget_nav_menu li .sub-menu {
	padding-left: 7px;
}
.widget_nav_menu li .sub-menu a {
	display: inline-block;
	margin-top: 0;
}

/* - Widget: Text */
.textwidget {
	font-size: 15px;
}
.textwidget option {
	max-width: 220px;
}
.textwidget p:first-of-type strong {
	display: inline-block;
	margin-bottom: 10px;
}
.textwidget .wp-caption {
	margin-bottom: 0;
}
.postform ,
.widget > select,
.textwidget select {
	width: 100%;
	height: 35px;
	border: 1px solid #ddd;
	outline: none;
}

.footer-section .widget_text .textwidget {
	color: #757575;
	font-weight: 300;
	line-height: 26px;
}
.footer-section .widget-title,
.footer-section .widget-title span {
	font-size: 15px;
	margin: 0 0 40px
}
.footer-section ul li a {
	color: #3c3c44;
}
.footer-section li {
	list-style: none;
}
.footer-section .widget > ul:first-of-type {
	padding-left: 0;
}

/*  ## Blog
- - - - - - - - - - - - - - - - - - - - */
.entry-cover {
	position: relative;
}
.post-detail {
	position: absolute;
	bottom: 26px;
	left: 30px;
}

/* - Post Format */
.format-video iframe,
.format-video video {
	min-height: 400px;
	width: 100%;
}
article[class*="type-"].format-gallery .carousel-control {
	width: 30px;
	height: 30px;
	line-height: 30px;
	box-shadow: none;
	background: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 14px;
	font-weight: 400;
	opacity: 1;	
	text-shadow: none;
	text-align: center;	
	color: #000;
	border: 1px solid #000;
}
article[class*="type-"].format-gallery .carousel-control::before {
	background-color: rgba(255, 255, 255, 0.3);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.format-audio audio {
	width: 100%;
}

/* - Entry Content */
article[class*="type-"] {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
article[class*="type-"]:last-of-type {
	margin-bottom: 0;
}
body.single-post article[class*="type-"] {
	text-align: left;
}
article[class*="type-"]:last-of-type .or-spacer {
	display: none;
}

/* - Sticky Posts */
article[class*="type-"].sticky {
	text-align: left;
}
.sticky-post {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 5px 10px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 0;
}

/* - Entry Title */
.entry-title {
	margin-top: 0;
}

.no-post-thumbnail .post-meta,
.no-post-thumbnail .post-meta a {
	color: #4b4e53;
}
.no-post-thumbnail .post-detail {
	bottom: auto;
	left: auto;
	margin-bottom: 15px;
	position: relative;
}
.no-post-thumbnail .post-excerpt {
	padding: 20px 0 0;
}

/* - Entry Meta */
.entry-meta {
	margin-bottom: 21px;
}
.entry-meta,
.entry-meta a {
	color: #999;
	text-transform: capitalize;
}
.entry-meta > span::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
.entry-meta > span:last-of-type:after {
    content: "";
	padding: 0;
}
.post-meta,
.post-meta a {	
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
.post-meta em::after {
	content: "|";
	padding-left: 5px;
	padding-right: 5px;
}
.footer-top {
    background-color: #56b224;
    color: #fff;
    padding: 35px 0;
}

/* - Footer Widget Settings */
.footer-main .widget-news-list .entry-content a:hover,
.footer-main .widget.woocommerce ul.product_list_widget li a:hover {
	color: #000;
}
.footer-main .tagcloud a {
	border: 1px solid #fff;
}

.footer-main .tagcloud a:hover {
	border-color: #000;
}

/* ## Responsive */

/* - Min Width: 992 */
@media (min-width: 992px) {
	
	.setmenu-info {
		display: inline-block;
		float: right;
		margin-bottom: 15px;
		margin-top: 24px;
	}
	.navbar-fixed-top .setmenu-info {
		margin-top: 21px;
	}

	.main-body {
		margin: 50px;
	}

	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt2:after {
		clear: none;
	}

	/* - Default Navigation */
	.menu-default,
	.menu-absolute {
		padding: 20px;
	}
}

/* - Min Width: 992 to Max Width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {	
	.no-topheader {
		margin-top: 70px;
	}
}

/* - Max Width: 991 */
@media (max-width: 991px) {
	
	.no-topheader {
		margin-top: 0;
	}
	.setmenu-info {
		display: inline-block;
		float: right;
		margin-bottom: 15px;
		margin-top: 0;
	}
	
	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt3:after {
		clear: none;
	}

	.body .site-header.menu-absolute:not(.navbar-fixed-top),
	.body .site-header.menu-default:not(.navbar-fixed-top) {
		background-color: #000;
		min-height: 75px;
		position: relative;
	}
	
	.primary-navigation .navbar-header {
		margin: 0;
	}
	
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-url {
		width: 100%;
	}
	
	.comments-area .children {
		padding-left: 0;
		margin-left: 5px;
	}
	.comment-list .children > li {
		padding-left: 0.2em;
	}
	
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		padding: 0 15px;
	}
}

/* - Max Width: 782 */
@media (max-width: 782px) {
	body.admin-bar .header-main.navbar-fixed-top  #slidepanel,
	body.admin-bar .header-main {
		margin-top: 0;
	}
	
	body.admin-bar .header-main.navbar-fixed-top {
		margin-top: 40px;
	}
}

/* - Max Width: 767 */
@media (max-width: 767px) {

	/* - Post Formats */
	.format-video iframe,
	.format-video video {
		min-height: auto;
		height: auto;
	}
	
	/* - Color Switcher */
	body .corner {
		display: none;
	}
	blockquote {
		padding: 10px;
	}

	/* - Sticky Posts */
	.sticky-post {
		display: inline-block;
		font-weight: 700;
		margin-bottom: 10px;
		position: relative;
		left: 0;
	}
	.widget-area {
		margin-top: 40px;
	}
	
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		padding: 0 15px;
		margin-bottom: 15px;
	}
	
	.pagebanner strong {
		font-size: 22px;
		line-height: 28px;
	}	
}

/* - Min Width: 600 */
@media (min-width: 600px) {
	body.admin-bar .header-main.navbar-fixed-top  #slidepanel {
		margin-top: 0 !important;
	}
}

/* - Min Width: 768 */
@media (min-width: 768px) {
	.site-main .content-left,
	.site-main .sidebar-left {
		float: left;
	}
	
	.site-main .content-right,
	.site-main .sidebar-right {
		float: right;
	}
}

/* - Min Width: 768 to Max Width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.site-main .content-left {
		padding-right: 15px;
	}
	.site-main .content-right {
		padding-left: 15px;
	}
}

/* - Max Width: 991 */
@media (max-width: 991px) {
	
	blockquote p {
		font-size: 17px;
	}
}

/* - Min Width: 320 to Max Width: 600 */
@media only screen and (min-width: 320px) and (max-width: 600px) {
	body.admin-bar .header-main.navbar-fixed-top {
		margin-top: 0;
	}
}

/* - Max Width: 767 */
@media (max-width: 767px) {
	
	/* - Post Formats */
	.format-video iframe,
	.format-video video {
		min-height: auto;
		height: auto;
	}
	
	/* - Widget Area */
	.widget-area {
		margin-top: 30px;
	}
	
	/* - Comment Form */
	.comment-metadata,
	.pingback .edit-link {
		float: left;
		text-align: left;
		margin-top: 0;
	}
	.comment-metadata a, 
	.pingback .edit-link a {
		float: left;
		margin-left: 0;
	}

	/* - Color Switcher */
	body .corner {
		display: none;
	}

	/* - Sticky Posts */
	.sticky-post {
		display: inline-block;
		font-weight: 700;
		margin-bottom: 10px;
		position: relative;
		left: 0;
	}
}

/* - Max Width: 479 */
@media (max-width: 479px) {

	/* - Comment Section */
	.comment-author.vcard img {
		width: 60px;
		height: 60px;
	}
	.comment-meta,
	.comment-content {
		padding-left: 70px;
	}	
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-url {
		width: 100%;
	}
	.comment-list .children {
		padding-left: 0px;
		margin: 0 0 0 2px;
	}
	.comment-list .children > li {
		padding-left: 0.1em;
	}	
	
	.footer-top {
		padding: 35px 0 10px;
	}
}

/* - Max Width: 400 */
@media (max-width: 400px) {
	
	.owclearfix-cnt2:after,
	.owclearfix-cnt3:after {
		clear: none;
	}
}


.all-service-thumb.owl-carousel .owl-item img {
    margin: 0px auto;
}

.widget.widget_info-text .block-content a {
    color: #fff;
}

.copyright p a {
    color: #67686a;
}

.contact-info-box {
    border-bottom: 1px solid #b9b9b9;
    padding: 15px 0px;
}
.contact-info-box:last-child
{border-bottom:none;
	
}
.contact-info-icon {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.contact-info-icon i {
    font-size: 25px;
    color: #a56abe;
}
.social-media .header-socials {
    float: none;
    text-align: left;
}
.contact-info {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
}

.contact-info h6 {
    font-size: 20px;
    color: #3c3c3c;
}
.contact-info a {
    color: #000;
}


.hours-box ul {
    padding: 0px;
}
.hours-box ul li {
    list-style: none;
    margin: 5px 0px;
}

.title-box {
    padding: 30px 0px;
}


.title-text {
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
}

.title-separator {
    border-bottom: 1px solid #a56abe;
    position: relative;
    padding-bottom: 10px;
   
}
.title-separator:after {
    content: "";
    width: 80px;
    height: 5px;
    background: #a56abe;
    position: absolute;
    left: 0px;
    bottom: -3px;
}

.contact-form {
    background: #f3f3f3;
    padding: 5%;
}
.contact-field {
    padding: 15px 0px;
}
.contact-field input {
    height: 40px;
    width: 100%;
}
.contact-field textarea {
    width: 100%;
    height: 100px;
}
select {
    width: 100%;
    height: 40px;
    border: 1px solid;
}

.contact-submit input[type="submit"] {
    background-color: #A56ABE;
    border-radius: 0 18px;
    border: 1px solid transparent;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 20px;
    margin-top: 18px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
}


.our-gallery-thumb .col-sm-6 {
    width: 100%;
}





































.highlight-box {
    max-width: 804px;
    margin: 0px auto;
    background: #a56abe;
    padding: 30px 0px 20px 0px;
   
    margin-top: -27px;
    text-align: center;
}
.highlight-box h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    margin: 0px;
}

.header1 .header-logo-box {
    background: none;
    box-shadow: none;
    border: none !important;
    padding: 0px !important;
    left: -40px;
    max-width: 180px;
}
.header1 .header-logo-box::after {
    display: none;

}

.header-socials {
    float: left;
}

.header-button {
    float: right;
    }

    .header-button a {
   background: #A56ABE;
   color: #ffffff;
    }
    .header-socials {
    float: left;
    padding-left: 10%;
}
.header-main.navbar-fixed-top .header-button
{
	display:none;
}



.table-box table thead tr th {
      font-size: 20px;
    background: #a56abe;
    color: #fff;
    border-bottom: none;
    text-align: left;
    padding: 20px;
    border: none;
}
.table-box table tbody tr td {
	color: #fff;
       border: none;
    border-top: 1px solid #cbcbcb;
    padding: 15px;
    background: #00000012;
    text-align: left;
}

.table-box h6 {
    color: #fff;
    font-weight: 900;
}
.table-box tbody tr td h1 {
   
    font-size: 30px;
    color: #ffffff;
    margin: 0px;
}


.ipl-skin-treatments-table-box tbody  td:nth-child(3) {
    border-top: none;
    text-align: center;
   padding: 0px;
}




.info-box h6 {
    font-weight: bold;
}


.header1 .header-logo-box a {
    left: 100px;
}
h2.woocommerce-loop-product__title {
    font-size: 24px !important;
    color: #a46abd;
    padding-left: 15px !important;
}
.woocommerce ul.products.columns-3 li.product a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.header1.navbar-fixed-top .header-logo-box img {
    background: none;
}

.topbar {
    background: #a56abe;
    text-align: center;
   padding-top: 10px;
    padding-bottom: 1px;
}
.topbar p {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    
}

.navbar-fixed-top {
    position: relative !important;
}
.photos-slider-note .opening-hours {
    display: none;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-success {
    width: 100%;
    background: #a56abe;
    border-color: #a56abe;
}

.table
{     border: none;
}

.product-box {
    border: 1px solid #d0c3d5;
    border-radius: 0px 40px 0px 40px;
    overflow: hidden;

    margin: 15px 0px;
}

.product-image img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.product-info {
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
}

.product-info h4 {
    font-family: "Lato",sans-serif;
    font-weight: bold;
}
.product-info .btn {
    background: #a56abe;
    color: #fff;
}

.product-info p {
    color: #a56abe;
    font-weight: bold;
}
.empty-space {
    padding: 100px 0px;
}
.vertical-middle
{
 display: flex;
 align-items: center;
}

.product-details-info h4 {
    font-family: "Lato",sans-serif;
    font-size: 40px;
    font-weight: 900;
}
.product-details-info h5 p {
    color: #a56abe;
    font-weight: bold;
    font-size: 30px;
}

.product-details-info .btn {
    background: #a56abe;
    color: #fff;
    padding: 10px 50px;
    font-size: 20px;
    margin-top: 15px;
}


.fixed-button {
    position: fixed;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-orientation: mixed;
    writing-mode: vertical-rl;
    z-index: 111;
}
.fixed-button a {
    background: #a56abe;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 30px 10px;
}
.fixed-button a:hover
{    color: #fff;
	background: #000000;
}

.zoom.bgset:hover img {
    opacity: 0;
}


.footer-main .menu li {
    display: inline-block;
    width: 49%;
	    margin-bottom: 15px !important;
}


.list-box {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.list-box li {
    position: relative;
    padding-left: 25px;
}
.list-box li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
}

.table-box h5 {
    font-size: 22px;
    color: #f1d8fb;
    
}








@media screen and (max-width: 1799px) {
}
@media screen and (max-width: 1200px) {
.nav>li>a {
    font-size: 14px;
}
.header-logo-box a img {
    max-width: 150px;
}
.header1.header-main .header-logo-box img {
    background: none;
}

}
@media screen and (max-width: 991px) {
	div#toggle {
    display: none;
}
}
@media screen and (max-width: 767px) {
.title-text {
    font-size: 24px;
   
}
.vertical-middle {
    display: block;
    align-items: center;
}

	.table-box {
    overflow: auto;
}
	.table-box .table {
    width: 767px;
    max-width: initial;
}
.nav>li>a {
    font-size: 20px !important;
    padding: 10px 0px !important;
    border-bottom: 1px solid #846392;
}
.pagebanner {
    background-size: cover !important;
    background-position: center center;
    min-height: 150px !important;
}
.footer-main .widget_nav_menu a {
 
    font-size: 14px;
}
.footer-main .menu li {
    margin-bottom: 5px !important;
}
.topbar p {
   
    font-size: 12px;
   
}
.header1.header-main .header-logo-box img {
    background: none;
    padding: 0px;
}
.header1 .header-logo-box a {
    left: 50px;
    margin: 0px;
}
div#toggle {
    display: none;
}
.topbar .owl-theme .owl-controls {
    margin: 0px;
}
.section-banner h3 {
    letter-spacing: 0px;
    font-size: 24px;
    padding: 15px 0px;
}
.section-title {
    margin-bottom: 15px;
}
.wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 15px;
}

.about-right {
    padding: 0px;
}
#our-gallery-thumb .col-xs-6 {
    padding: 0px;
}
.page-id-18 #our-gallery-thumb .col-xs-6 {
    padding: 0px 15px;
}


.product-details-info h4 {
    font-size: 24px;
   
}
.product-details-info h5 p {
    font-size: 22px;
}
}

