/*
Theme Name:angel
Theme URI: https://kayapati.com/demos/demo-theme
Author: Kayapati 
Author URI: https://themeforest.net/user/kayapati/
Description: Wordpress CMS Theme
Version: 3.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: angel
Tags: two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
	overflow-x:hidden; 
}

body p{
	padding-bottom: 15px;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	outline: none!important;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin-bottom: 0.67em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-angelcing: 0;
}

td,
th {
	padding: 10px 20px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	margin-top: 0px;
	clear: both;
	color: #000;
}

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

blockquote {
    margin: 30px 0;
    background: #f9f9f9;
    padding: 30px;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    font-style: italic;
    border-left: 5px solid #000000;
    background-image: url(images/blog-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}
article.hentry blockquote p:last-child{
	padding-bottom: 0px;
}
blockquote blockquote:not(.alignleft):not(.alignright), blockquote:not(.alignleft):not(.alignright)  {
	margin-left: 0;
}

blockquote:before,
blockquote:after {
	content: "";
	display: table;
}

blockquote:after {
	clear: both;
}

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

blockquote cite,
blockquote small {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.75;
}

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

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

blockquote.alignleft,
blockquote.alignright {
	border: 0 solid #1a1a1a;
	border-top-width: 4px;
	padding: 18px 0 0;
	width: -webkit-calc(50% - 14px);
	width: calc(50% - 14px);
}
blockquote p {
    padding-left: 0;
    font-style: italic;
}
address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monoangelce;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 0em 1.5em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid rgba(204,204,204,.5);
}

table a {
	color: #007acc;
}

table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

table th,
.mce-item-table th,
table caption {
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}
caption{
	padding: 0 0 10px 0!important;
}
table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	padding: 7px;
	vertical-align: baseline;
}

.blog-post-content-wrapper dl {
    margin-left: 23px;
}
.blog-post-single-content .alignright.size-thumbnail {
    margin-top: 20px;
}
p{
	margin: 0px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #ff4519;
    color: #fff;
    padding: 6px 25px;
    border: none;
    font-size: 14px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

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

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #333;
	text-decoration:none;
}

a:visited {
	color: #333;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page-links {
    clear: both;
    margin: 15px 0;
    display: block;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/
.top-header-wrapper {
    display: block;
    background: #f2f2f2;
    overflow: hidden;
    padding: 2px 0;
}

.top-header-wrapper a {
    display: inline-block;
    padding-right: 15px;
}

.top-header-wrapper .one_half_last {
    text-align: right;
}

.top-header-wrapper .one_half_last span {
    margin-left: 15px;
    color: #353535;
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/
#kaya-header-content-wrapper{
    position: relative;
}
nav#header-navigation {
    background: #000;
    margin:20px 0 0px;
} 
.main-pages-slider-wrapper {
    position: fixed;
    width: 100%;
} 
div#login-register-nav {
    float: left;
}
.social_icons{
    /*background: #000;*/
    width: 100%;
    padding: 30px;
    text-align:center;
}
.social_icons a{
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}
/*--------------------------------------------------------------
# Logo Section
--------------------------------------------------------------*/
div#header #logo {
    position: relative;
} 
/*--------------------------------------------------------------
# Login/Register
--------------------------------------------------------------*/
.header-right-section {
    float: left;
    position: relative;
}
ul#login-register-menu {
    list-style:  none;
    float:right;
}
ul#login-register-menu li{
    display:inline-block;
    margin-left:4px;
}
ul#login-register-menu li a{
    background: rgba(152, 152, 152, 0.5);
    padding: 3px 10px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
}

/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
ul.sub-menu li:last-child a {
    border-bottom: none !important;
}
.sub-menu{
	margin: 0 auto!important;
}
/*--------------------------------------------------------------
# Page title bar
--------------------------------------------------------------*/
.kaya-page-titlebar-wrapper .page-title{
	margin: 0px;
	margin-bottom: 0px!important;
}
.kaya-page-titlebar-wrapper{
	position: relative;
	padding-right: 30px !important;
	padding-left: 30px !important;
}
/*-------------------------------------------------------------
 #sidebar
 ------------------------------------------------------------*/
#sidebar ul {
    list-style: none;
    padding: 0;
    margin:0px;
}
#sidebar li{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: block;
}
#sidebar li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
#sidebar ul li ul{
    border-top:1px solid #e5e5e5;
    margin-top: 5px;
    padding-top: 5px;
}
.tagcloud a{
    background-color: #fff;
    border: 1px solid #efeeee;
    padding: 5px 20px;
    float: left;
    color: #333;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 14px!important;
    margin-right: 5px;
    margin-bottom: 5px;
} 
.tagcloud a:hover{
    background-color: #000000;
    border: 1px solid #c2185b;
    color: #fff;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    transition: all ease 0.5s;
    color: #fff!important;
}
span.copyright {
    text-align: center;
    display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#kaya-footer-content-wrapper{
	overflow: hidden;
    clear: both;
    padding: 15px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
h2.entry-title{
	margin-top: 0px;
}
article.sticky{
	background: rgba(127,127,127,0.1);
}
.blog article.hentry.sticky{
    background: #f9f9f9;
    padding:30px 30px 40px;
    border: 1px solid rgba(206, 206, 206, 0.3);
}
.blog article.hentry,
.archive article.hentry{
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(206, 206, 206, 0.5);
    padding-bottom: 40px;
}
.blog article.hentry.sticky ul {
    margin-bottom: 0;
}

.post-meta {
    font-style: italic;
}
.post-meta > span {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-right: 16px;
}
.post-meta > span a{
	color: #000;
}
.post-meta > span:after{
    content: '/';
    position: absolute;
    top: 0;
    margin-left:9px;
    color: #afafaf;
}
.post-meta > span:last-child:after{
	display: none;
}
.post-meta span i {
    margin-right: 5px;
    color: #b7b7b7;
}
.post-title h2 {
    margin-bottom: 0;
}
.blog-post-single-content img{
	margin-bottom: 15px;
}
.post-desc {
    float: left;
    padding: 20px 0 0;
    width: 100%;
}
.post-desc p:last-child, .blog-post-single-content p:last-child{
	padding-bottom: 0px;
	clear: both;
}
.post-desc strong{
	color: #141412;
}
.post-title-wrapper h2{
	font-size: 33px;
}
.post-desc .gallery, .format-gallery  .gallery {
    width: 60%;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.post-desc .gallery-item img {
    width: 100%;
}
.form-submit input[type="submit"]{
	border:none;
}
h2.comments-title,
h3#reply-title,
h3.related-products-title{
    position: relative;
    margin-bottom:60px;
}
h3.related-products-title{
    margin-bottom:40px;
}
h2.comments-title:before,
h3#reply-title:before,
h3.related-products-title:before  {
    position: absolute;
    content:'';
    bottom:-10px;
    width:150px;
    height:3px;
    background-color:#000000;
}
.comment-author.vcard img {
    float: left;
}
b.fn {
    float: left;
    margin-left: 30px;
}
span.says {
    float: left;
    display: none;
}
.comment-metadata {
    margin-left: 60px;
    clear: both;
    text-align: left;  
}
.comment-content {
    margin-left:60px;
    padding-top: 8px;
}
.comment-content p {
    margin:0px;
    padding-bottom: 15px;
}
.comment-content p:last-child {
    padding: 0;
}
.reply {
    margin-left:60px;
    position: relative;
    margin-top: 10px;
    clear: both;
}
.reply a{
	color: #000000 !important;
}
.reply a:after {
    position: absolute;
    content: "\2192";
    padding-left: 5px;
}
ol.comment-list li {
    clear: both;
}
li.comment {
    list-style: none;
}
form#commentform {
    overflow: hidden;
    display: block;
    clear: both;
    margin-bottom: 30px;
}
ol.comment-list .children {
    padding-left:25px !important;
}
ol.comment-list .comment-body {
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
h3#reply-title {
    margin: 30px 0 30px 0;
    padding: 0;
}
.nav-links {
    margin: 45px 0 60px;
    width: 100%;
    float: left;
}
.nav-next a{
	position: relative;
    background: #f2f2f2;
    display: table;
    padding:10px 50px 10px 30px;
    border: 1px solid #e6e6e6;
}
.nav-previous a{
	position: relative;
    background: #f2f2f2;
    display: table;
    padding:10px 30px 10px 50px;
    border: 1px solid #e6e6e6;
}

.nav-next a:hover,
.nav-previous a:hover{
    background: #000000;
    border: 1px solid #000000;
    color: #fff!important;
}
.nav-next a:after{
    position: absolute;
    content: "\2192";
    padding-left: 10px;
}
.nav-previous a:after{
	position: absolute;
    content: "\2190";
    left: 23px;
    top: 10px;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
p.form-submit {
    float: left;
}
p.comment-form-url {
    margin-right: 0!important;
}
p.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 31.3%;
    margin-right: 3% !important;
}

p.form-submit {
    margin-top: 30px !important;
}
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label{
    float: left;
}
p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input{
    float: left;
    width: 100%;
}
.comment-respond form p {
    padding-bottom: 0;
}
p.comment-notes {
    padding:0px 0px 20px 0!important;
}
.single article.hentry ul {

}

div#comments {
    display: block;
    float: left;
    width: 100%;
}
.single-post-tags{
	clear: both;
	overflow: hidden;
	display: block;
	margin-top: 20px;
}
.attachment-template-default .kaya-page-titlebar-wrapper {
    background: #f2f2f2!important;
}
a.more-link {
    clear: both;
    display: block;
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    text-align: center;
    margin-bottom: 30px;
}
ul.page-numbers li{
	padding:0px;
	display: inline-block;
}
ul.page-numbers li a, .page-links a{
    background: #f9f9f9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.page-links a, .page-links > span{
	display: inline-block!important	;
	text-align: center;
}
ul.page-numbers li a:hover, .page-links a:hover{
    background: #000000;
    color: #fff!important;
}
.pagination .current, .page-links > span{
	background: #000000;
	color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.pagination a.next,
.pagination a.prev{
    position: relative;
    padding: 0 20px 0 16px;
}
/*----------------------------------------------------
 # Error Page
 -----------------------------------------------*/ 
.error404 .widget.widget_recent_entries {
    margin-top: 30px;
}  
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
	overflow:hidden;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.comments-area ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.widget_search .search-field{
	width: 156px;
}
.search-results article.hentry {
    margin-bottom: 40px;
}
.search-results article.hentry p{
	padding-bottom: 15px;
}
.search-results article.hentry h2{
	margin:0px 0px 10px;
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
a.scrolltop {
    position: fixed;
    background: #131313;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    bottom: 30px;
    right: 30px;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}
a.scrolltop:hover {
    background:#000000;
    color: #fff;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
}

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

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

.wp-caption-text {
	text-align: center;
    font-style: italic;
    font-size: 14px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
	display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    line-height: 0;
    margin-bottom: 1.5%;
    margin-right: 1.5%;
}

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

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

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

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

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

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

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

.gallery-columns-9 .gallery-item {
	max-width: 9.61%;
}
.gallery-caption {
	display: block;
    margin-top: 0;
    line-height: 21px;
    margin-top: 5px;
}

/*--------------------------------------------------------------
## Single Page
--------------------------------------------------------------*/
ul.tabs_content_wrapper li {
    display:inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
}
ul.tabs_content_wrapper li a {
    display: block;
    text-align: center;
}
.single-page-meta-content-wrapper ul li {
    position:relative;
    padding-left:25px;
    padding-bottom: 6px;
}
.single-page-meta-content-wrapper ul li:before {
    position:absolute;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    color: #ff4519;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 0;
}
.post_single_page_img_details h3 {
    /*text-align: center;*/
    font-size: 22px;
    /*margin-bottom: -30px;*/
}
.cpt_posts_add_remove{
	float: left;
}
.pods_cpt_single_compcard {
    float: left;
}
.pods_cpt_single_compcard a{
	background: #ff4519;
	color: #ffffff;
    display: block;
    text-align: center;
    padding: 8px 20px;
    margin-left: 10px;
    border: 1px solid rgba(204,204,204,.2);
}
.single-page-meta-content-wrapper {
    margin-top:20px;
}
.post_single_page_details{
	margin-bottom: 30px;
}
.cpt_posts_add_remove {
    display: block;
    margin-top:0px;
    text-align: center;
}
.single .general-meta-fields-info-wrapper{
    position: relative;
}
.cpt_posts_add_remove .fa-plus:before{
    content:'\f08a';
}
.cpt_posts_add_remove .fa-minus:before{
    content:'\f004';
}
.single .general-meta-fields-info-wrapper {
	float: left;
    width: 84%;
    margin-left: 30px;
    background: #fff;
    margin-top: 15px;
    position: relative;
    padding: 20px;
    font-size: 13px;
    border: 1px solid #eaeaea;
}
.single .general-meta-fields-info-wrapper:before {
	content:'';
	position:absolute;
	left:-10px;	
	width: 0;
	height: 0;
	border-top:15px solid transparent;
	border-right: 15px solid #fff;
	border-bottom:15px solid transparent;
}	
.single-page-top-content .general-meta-fields-info-wrapper ul li{
	display: inline-block;
    width: auto;
    margin-right: 5px;
    border-right: 1px solid #e6e6e6;
    padding-right: 5px;
    margin-bottom: 9px;
}    
ul.tabs_content_wrapper li a {
    background: #000;
    color: #fff;
    margin-right:10px;
    padding:5px 15px; 
}
.single_tabs_content_wrapper .tab-active a {
    background-color: #ff4519;
    color: #fff;
}
.single_tabs_content_wrapper ul li a:hover {
    background-color: #ff4519;
    color: #fff;
}
.tag-cloud {
    background: #fbfbfb;
    display:  block;
    overflow:  hidden;
    padding:  30px;
    border: 1px solid #f3f3f3;
    margin: 30px 0;
}
.single-page-meta-content-wrapper h2, .single-page-meta-content-wrapper h3, .tag-cloud h3{
	display: table;
}
.tag-cloud h3{
    text-align:left;
    font-size: 25px;
    margin-bottom: 15px !important;
}
.general-meta-fields-info-wrapper li strong{
     color: #ff4519;
}
.single-page-top-content img {
	float: left;
    border:10px solid #fff;
    border-radius: 500px 500px 500px 500px;
    box-shadow: 5px 12px 9px -6px #bfbfbf;
}
.single-page-top-content {
    margin-bottom: 10px;
}
.single-page-top-content {
    display: table;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
}
/*--------------------------------------------------------------
## Grid View Style
--------------------------------------------------------------*/
.grid-view-container{
	border-bottom: 5px solid rgba(0, 0, 0, 0.05);
}	
.grid-view-image {
    position:  relative;
}
.grid-view-image .general-meta-fields-info-wrapper{
	opacity: 0.8;
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.72);
    transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    line-height: 18px;
    font-size: 13px;
}
.general-meta-fields-info-wrapper ul li {
    display: block;
    width: 100%;
}
.general-meta-fields-info-wrapper p{
	padding-bottom: 0px;
}
.post-meta-general-info span{
	display: block;
}
.title-container{
	background: #fff;
	border: 1px solid #ececec;
	border-top: none;
	padding: 10px 20px 5px;
	display: table;
    width: 100%;	
}
h3.post-title {
    text-align: center;
    font-size: 18px;
}
.title-container h3, 
.title-container a {
    margin: 0;
    padding: 0;
}
.grid-view-image img {
    display: table;
}
.kaya-post-content-wrapper .general-meta-fields-info-wrapper ul li {
    color: #fff;
}
.grid-view-image .general-meta-fields-info-wrapper,
.grid-view-image .shortlist-wrap a.item_button.btn.action.add{
	display: none;
}
.grid-view-image:hover .general-meta-fields-info-wrapper,
.grid-view-image:hover .shortlist-wrap a.item_button.btn.action.add{
	display: block;
}
.grid-view-image:hover .general-meta-fields-info-wrapper{
	width: 100%;
}
/*--------------------------------------------------------------
## Shortlist
--------------------------------------------------------------*/
a.item_button i{
	color: #fff;
}
a.item_button .fa-plus:before {
    content: "\f08a";
}
a.item_button .fa-minus:before {
    content: "\f004";
}
.shortlist-wrap {
    transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
}
.shortlist-align a,
.toggle_search_icon {
    text-align: center;
    margin: 0px auto;
    display: block;
    padding:17px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12156862745098039);
    cursor: pointer;
}
.shortlist-align {
    clear: both;
}
/*--------------------------------------------------------------
## Single Page Related Post
--------------------------------------------------------------*/
.related_posts ul{
    list-style: none;
    padding: 0px;
}
.related_posts li {
    display: inline-block;
    width:32.09%;
    margin-right: 1.5%;
}
.related_posts li:last-child {
    margin-right:0;
}
.related_posts .post-title {
    font-size: 22px;
}
.related_posts img {
    display: table;
}
.related_posts {
    border-top: 6px double #eaeaea;
    padding-top: 30px;
    margin-top: 30px;
}
.related_posts h3 {
    padding-bottom: 10px;
}
/*--------------------------------------------------------------
## Search Box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Search Box
--------------------------------------------------------------*/
.toggle_search_wrapper{
  position: absolute;
  display: none;
  opacity: 0;
  right:0;
  top:100px;
  z-index:9999;
  background: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 0px 20px -1px rgba(0,0,0,.5);
  -webkit-box-shadow:0px 0px 20px -1px rgba(0,0,0,.5);
  -moz-box-shadow:0px 0px 20px -1px rgba(0,0,0,.5);
}
.toggle_search_field{
  width: 350px;
  margin:0px auto;
  background: #FFFFFF;
  padding:40px 15px 0px;
}
.toggle_search_wrapper.container span.search_close {
  width: 30px;
  height: 30px;
  font-size: 16px;
  float: right;
  clear: both;
  overflow: hidden;
  background-color: #ff5400;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0;
}

span.search_close{  
    top: 0;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    left: 0;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    background: rgba(127,127,127,.3);
}

#search-select-wrapper {
    margin-bottom: 20px;
}
.select2-container{
	width: 100% !important;
}
#kaya-page-content-wrapper .select2.select2-container .select2-selection{
	height:40px !important;
	border:1px solid #ddd !important;
}
.advanced_search_wrapper select {
    padding: 7px 5px !important;
    font-size: 14px !important;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{
	height:19px;
	border-radius: 100%;
}
.ui-slider-horizontal {
    height: 0.2em !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.6em !important;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus{
	border:1px solid #ff3333 !important;
	background: #ff3333!important;
}
.ui-slider-horizontal{
	width:94% !important;
}

/*--------------------------------------------------------------
## Shortlist
--------------------------------------------------------------*/
.page-template-shortlist a.item_button.btn.action.add {
    display:none;
}
.page-template-shortlist a.item_button.action.remove {
    display:  block;
}
ul.shortlist_buttons li {
    margin-right: 10px;
}
ul.shortlist_buttons li a {
    background: #f7f7f7;
    padding: 5px 25px;
    border: 1px solid #e0e0e0;
}
.shortlist-align a:hover{
	color: #fff;
}
h1.site-title {
    font-size: 100px;
}


/*--------------------------------------------------------------
## Home Mid Content
--------------------------------------------------------------*/
.home #mid-content,
.home .kaya-page-titlebar-wrapper{
	display: none;
}
/*--------------------------------------------------------------
## Main Wrapper
--------------------------------------------------------------*/
.main-wrapper.ajax-search-results {
    padding-bottom: 50px;
    float: left;
    width: 1000px;
    margin-left: 30px;
    position: relative;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.slide-toggle {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
#footer_toggle {
    border-bottom: 13px solid #DB0007;
    border-left: 13px solid rgba(0, 0, 0, 0);
    border-right: 13px solid rgba(0, 0, 0, 0);
    border-top: 13px solid rgba(0, 0, 0, 0);
    bottom: -4px;
    height: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 0;
    position: relative;
    z-index: 999;
    cursor: pointer;

}
#bottom_toggle_footer {
 	background: none repeat scroll 0 0 #272727;
    color: #999999;
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 3;
}
.slide_toggle {
 	margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
#footer_toggle {
    border-bottom: 13px solid #ff4519!important;
}
.footer_toggle_line {
    border-bottom: 4px solid #ff4519;
    display: block;
}

.content-image {
    position: fixed;
    background: #000;	
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
## Shopping Css
--------------------------------------------------------------*/
a.menu_shop_cart_icon {
    display: block;
    text-align: center;
    padding: 12px;
    color: #fff;
    overflow: hidden;
}

/*--------------------------------------------------------------
## Post Image Link
--------------------------------------------------------------*/
.post-link i{
    position: absolute;
    margin: 0;
    background:rgba(255, 255, 255, 0.8313725490196079);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px; 
    display: none;
}
.grid-view-image:hover .post-link i{
	display: block;
}
.content-overlay {
    padding-top: 60px;
}
div#logo a {
    padding: 30px;
    display: block;
}
.page_left_section {
    float: left;
    width: 316px;
    margin-left: 30px;
    position: relative;
    z-index: 2;
}
.contant-info {
    background: #000;
    text-align: center;
    margin:30px 0;
    padding: 15px 15px 0 15px;
}
.shortlist-align,
a.menu_shop_cart_icon{
	position:relative;
	z-index: 2;
}
#header-navigation ul li a:before,
.shortlist-align:before,
a.menu_shop_cart_icon:before{
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 53px solid rgba(193, 193, 193, 0.050980392156862744);
    border-left: 320px solid hsla(0, 0%, 44%, 0);
    content: '';
    bottom: 0px;
    left: 0px;
    z-index:-1;
}  
.main-wrapper .header-left {
    display:none;
}
.header-left {
    margin-top: 30px;
}
.column3{
	width: 31.7%;
}
.column4{
	width: 23.4%;
}
.column-extra{
	width: 101.7%;
}

/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.alignfull {
 width: 100vw;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw;
 text-align: center;
}
 
.alignfull img {
 width: 100%;
}
.alignwide img {
 max-width: 1024px;
}
.entry__content .alignfull,
.entry__content .alignwide {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

@media print{
.content-image{
	display: none;
}
.main-wrapper.ajax-search-results{
	overflow: hidden;
}
footer, .toggle_search_icon, .overlay-hd {
	display:none;
}
#mid-content{
	border: none!important;
}
}