/*
Theme Name:petfinder
Theme URI: https://kayapati.com/demos/demo-theme
Author: Kayapati 
Author URI: https://themeforest.net/user/kayapati/
Description: <p> petfinder Wordpress CMS Theme</p>
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: petfinder
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: monospace, monospace;
	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-spacing: 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:2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	margin-top: 0px;
	clear: both;
	color: #000;
	line-height: 120% !important;
}

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, monospace;
	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", monospace;
	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: disc;
}

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: #6504b5;
    color: #fff;
    padding:6px 24px!important;
    border: none;
    font-size: 13px !important;
    border-radius: 30px !important;
    -webkit-box-shadow: 0 1px 3px rgba(77,71,81,.2);
    box-shadow: 0 1px 3px rgba(77,71,81,.2);
}

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;
	border-radius:10px!important;
    -webkit-box-shadow: 0 1px 3px rgba(77,71,81,.2);
    box-shadow: 0 1px 3px rgba(77,71,81,.2);
}

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;
}

/*--------------------------------------------------------------
# Top Header Section
--------------------------------------------------------------*/
.header-right-section{
	float: right;
	padding-top: 10px;
}
#login-register-nav {
    float: left;
}
#login-register-nav ul{
	list-style: none;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 0;
}
#login-register-nav ul li{
	display: inline-block;
	border-right: 1px solid #ccc;
}
#login-register-nav ul li:last-child{
	border-right:none;
}
#login-register-nav{
	position: relative;
	background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 100px;
}
.menu_shop_cart_icon{
	background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 5px 10px;
    margin-left: 12px;
    font-size: 13px;
}
#login-register-nav:before{
    position:absolute;
    content:'\f007';
   	font-family: FontAwesome;
   	left: 10px;
}
#login-register-nav ul li a {
    font-size: 13px;
    padding: 10px;
}
#login-register-nav:hover{
	background: #6504b5;
    border: 1px solid #6504b5;
}
#login-register-nav:hover li{
    border-right: 1px solid #991dff;
}
#login-register-nav:hover li a,
#login-register-nav:hover:before{
    color:#fff !important;
}
/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/
#kaya-header-content-wrapper .container {
    padding:20px 30px;
    width: 1200px;
    display: table;
}
#main-nav{
	float:left;
}

#header-navigation ul li.current-menu-item.current_page_item a:before,
#header-navigation ul li a:hover:before,
.shortlist-align:hover:before,.current-menu-item a:before {
    position:absolute;
    content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top:4px solid #fff;
	top:0;
	left:0;
	right:0;
	margin:0px auto;
}
#header-navigation ul li.current-menu-item.current_page_item a:after,
#header-navigation ul li a:hover:after,
.shortlist-align:hover:after,.current-menu-item a:after  {
    position:absolute;
    content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom:4px solid #fff;
	bottom:-1px;
	left:0;
	right:0;
	margin:0px auto;
}
#header-navigation .sub-menu li a:after,
#header-navigation .sub-menu li a:hover:after,
#header-navigation .sub-menu li a:before,
#header-navigation .sub-menu li a:hover:before{
	display: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.drop-shadow {
    position:  absolute;
    width:  100%;
    background-image: url(images/shadow.png) !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    height: 70px;
}
/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
#logo {
    float: left;
    padding-top: 10px;
}

/*--------------------------------------------------------------
# Header Navigation
--------------------------------------------------------------*/
#header-navigation{
	background: #6504b5;
}
#header-navigation .container{
	display: table;
	padding: 0 30px;
	position: relative;
    z-index:9;    
}
#header-navigation .container a{
	padding: 20px 10px;
}
/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
ul.sub-menu li a,
ul.sub-menu li a:hover,
body #header-navigation #user-dashboard-menu li a{
	padding:15px 25px !important;
}
.top-nav a span.sub-arrow{
	display: none;
}
#header-navigation img.gravatar,
#header-navigation img.avatar,
#header-navigation img.um-avatar {
    width: 13px;
    border-radius: 100%;
}
/*--------------------------------------------------------------
# Page title bar
--------------------------------------------------------------*/
.kaya-page-titlebar-wrapper{
	background: #dedede;
	padding: 30px 0;
	text-align: left;
	box-shadow: 2px 4px 10px rgba(179, 179, 179, 0.2);
}
.kaya-page-titlebar-wrapper .page-title{
	margin-bottom: 0px!important;
}
.single-talent .kaya-page-titlebar-wrapper,
.single .kaya-page-titlebar-wrapper {
	display: none;
}
/*-------------------------------------------------------------
 #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;
}

.tagcloud a{
    float: left;
    color: #333;
    font-size: 14px!important;
    margin-right: 10px;
    margin-bottom: 5px;
    text-decoration: underline !important;
} 
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#kaya-footer-content-wrapper{
	overflow: hidden;
	padding: 15px 0;
	background: #222a3e;
}
#kaya-footer-content-wrapper .container{
	padding: 0px;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog article.hentry,
.archive article.hentry{
    overflow: hidden;
    margin-bottom:20px;
    padding-bottom:20px;
}
.blog article.hentry.sticky ul {
    margin-bottom: 0;
}
.post-meta {
    border-top: 1px solid #efeef1;
    border-bottom: 1px solid #efeef1;
    padding: 3px 0;
}
.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;
}
.post-desc strong{
	color: #141412;
}
.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;
    font-size: 25px;
}
h2.comments-title:before,
h3#reply-title:before,
h3.related-products-title:before  {
    position: absolute;
    content: '';
    background: #be76f9;
    width: 10%;
    height: 3px;
    bottom: -9px;
}
h2.comments-title:after,
h3#reply-title:after,
h3.related-products-title:after  {
        position: absolute;
    content: '';
    background: #6504b5;
    width: 5%;
    height: 3px;
    bottom: -9px;
    left: 0;
}
.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: #ffffff;
    display: table;
    padding:10px 50px 10px 30px;
    border-radius:6px;
    -webkit-box-shadow: 0 1px 3px rgba(77,71,81,.2);
    box-shadow: 0 1px 3px rgba(77,71,81,.2);
}
.nav-previous a{
	position: relative;
    background: #FFFFFF;
    display: table;
    padding:10px 30px 10px 50px;
    border-radius:6px;
    -webkit-box-shadow: 0 1px 3px rgba(77,71,81,.2);
    box-shadow: 0 1px 3px rgba(77,71,81,.2);
}

.nav-next a:hover,
.nav-previous a:hover{
    background: #6504b5;
    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;
}
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;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    background-color: #6504b5;
    border-radius: 30px 30px 30px 30px;  
    display:table;
    padding:5px 20px;
    margin-top:25px;
}
.woocommerce-page section.kaya-page-titlebar-wrapper {
    display: none;
}
.post_image {
    position: relative;
    line-height: 0;
}
.date-format {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #6504b5;
    color: #fff;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    line-height: 28px;
    text-align: center;
    padding-top: 20px;
}
span.date-day {
    font-size: 35px;
    display: block;
    margin-bottom: 5px;
}
span.date-month {
    font-size: 20px;
}
.blog-post-content-wrapper,
.blog-post-single-content {
    background: #fff;
    display: block;
    padding: 30px;
    overflow: hidden;
    border-radius:0 0 10px 10px;
    -webkit-box-shadow: 0 1px 3px rgba(77,71,81,.2);
    box-shadow: 0 1px 3px rgba(77,71,81,.2);
}
.post_image img {
    border-radius: 10px 10px 0 0;
}
.two_third article img{
	display: block;
}
.post-title-wrapper h2 {
    padding-bottom: 12px;
}
h2.widget-title {
    padding-bottom: 10px;
}
/*--------------------------------------------------------------
# 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;
     border-radius:3px;
    -webkit-box-shadow: 0 1px 3px rgba(77,71,81,.2);
    box-shadow: 0 1px 3px rgba(77,71,81,.2);
}
.page-links a, .page-links > span{
	display: inline-block!important	;
	text-align: center;
}
ul.page-numbers li a:hover, .page-links a:hover{
    background: #6504b5 !important;
    color: #fff!important;
}
.pagination .current, .page-links > span{
	background: #6504b5;
	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;
        border-radius:3px;
    -webkit-box-shadow: 0 1px 3px rgba(77,71,81,.2);
    box-shadow: 0 1px 3px rgba(77,71,81,.2);
}
.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;
}
.column-extra{
	width: 100% !important;
}

/*--------------------------------------------------------------
## Single Page
--------------------------------------------------------------*/
.general-meta-fields-info-wrapper ul li {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 14px;
}
.single .general-meta-fields-info-wrapper {
    margin-bottom: 35px;
    background: #6504b5;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(77,71,81,.2);
    box-shadow: 0 1px 3px rgba(77,71,81,.2);
    padding: 30px;
    color: #ecd7fd;   
}
ul.tabs_content_wrapper li {
    display: inline-block;
    margin-right: 10px;
}
ul.tabs_content_wrapper li a {
    display: block;
    background: #f2f2f2;
    color: #7a7a7a;
    border: 1px solid #e5e5e5;
   	padding: 5px 15px;
}
li.tab-active a,
.pods_cpt_single_compcard a{
    background: #ff3333 !important;
    color: #fff !important;
    border: 1px solid #ff3333 !important;
    display: table;
}
.pods_cpt_single_compcard a{
	padding:7px 15px;
	margin:10px 0 0 15px; 
	float: left;
}
.cpt_posts_add_remove {
    display: table;
    padding: 8px 20px;
    margin: 10px 0 30px;
    float: left;
}    
 .single-page-meta-content-wrapper,
 .tag-cloud, .single-page-widget-area,
 .widget, .client-form  {
 	margin-bottom:30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(77,71,81,.2);
    box-shadow: 0 1px 3px rgba(77,71,81,.2);
    background:#fff;
    overflow:hidden;
    padding:30px;
}
#gallery.single-page-meta-content-wrapper {
 	border-radius: 0px;
    box-shadow: none;
    background:transparent;
    padding:0px;
}
.post_single_page_img_details .one_fourth h2 {
    line-height:  120%;
    margin-bottom: 6px;
    font-size: 38px;
}
.post_single_page_img_details .one_fourth h4 a{
    font-size: 18px;
    margin-bottom: 30px;
    color:#ff3333;
    display: block;
}
.post_single_page_img_details .one_fourth img {
    margin-bottom: 20px;
}
.tagcloud {
    float: left;
}
.tag-cloud h3 {
    font-size: 27px;
    margin-bottom: 16px !important;
    padding-top: 10px;
}
.post_single_page_details h3,
.single-title, .tag-cloud h3 {
    margin-bottom: 10px;
    color: #6504b5;
    font-weight: bold !important;
    font-size: 30px;
}
body .single-page-meta-content-wrapper h2, 
body .single-page-meta-content-wrapper h3, 
body .single-page-meta-content-wrapper hr{
	display: block !important;
	color: #6504b5;
}
h2.single-title {
    position:  relative;
    margin-bottom: 30px;
}
h2.single-title:before{
    position:absolute;
    content:'';
    background:#be76f9;
    width:10%;
    height:3px;
    bottom:-9px;
}
h2.single-title:after{
    position:absolute;
    content:'';
    background:#6504b5;
    width:5%;
    height:3px;
    bottom:-9px;
    left:0
}
/*--------------------------------------------------------------
## Grid View Style
--------------------------------------------------------------*/
.grid-view-image{
    position:relative;
}
.grid-view-image:before {
    content: "";
    display: block;
    height: 18px;
    border-radius: 100% 100% 0 0;
    position: absolute;
    bottom: 0;
    right: -5px;
    left: -5px;
    background-color: #fff;
    z-index: 1;
}
.title-meta-data-wrapper{
    position:absolute;
    bottom:0;
    background:#6504b5;
    color: #fff;
    width: 100%;
    height: 100%;
}
.grid-view-container a img {
    display: block;
}
.post-meta-general-info {
    padding: 15px;
}
.post-meta-general-info span {
    display: block;
}
.grid-view-container .title-meta-data-wrapper{
    display:none;
}
.grid-view-container:hover .title-meta-data-wrapper{
    display:block;
}

.grid-view-container .shortlist-wrap .add{
	display: none !important;
}
.grid-view-container:hover .shortlist-wrap .add{
	display:block!important;
}
#mid-container .shortlist-wrap a.remove{
	display: block !important;
}
.shortlist-page-wrapper .remove {
    display: block !important;
}
.shortlist-page-wrapper .general-meta-fields-info-wrapper ul li {
    display: block;
    margin-right: 0;
    width: 100%;
    border-bottom: none;
}
.shortlist-align {
    float: left;
    margin:0px 15px 0 10px;
    position: relative;
    z-index: 99999;
}
.shortlist-align a{
    display: block;
}
.page-template-shortlist a.item_button.btn.action.add{
	display: block!important;
}
.user-account .has-submenu ,
.user-account .has-submenu:hover {
    background:rgba(200, 200, 200, 0.3);
    padding: 8px 20px;
    margin-left:30px;
}
ul.shortlist_buttons li a {
    background: #f2f2f2;
    padding: 10px 30px;
    border: 1px solid #e4e4e4;
    display: table;
}
.overlay-hd {
    background-color: rgba(0,0,0,0.25);
    opacity: 1;
    transition: opacity 0.3s ease-out;
    position:  absolute;
    top: 0;
    height:  100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.grid-view-container:hover .overlay-hd {
    display: none;
}
span.shortlist-count {
    padding-left: 3px;
}
.post-content-slider-view .owl-prev {
    background: rgba(0, 0, 0, 0.4);
    padding:  17px;
    margin-left: 30px;
}
.post-content-slider-view .owl-next {
    background: rgba(0, 0, 0, 0.4);
    padding:  17px;
    margin-right: 30px;
}
ul.tabs_content_wrapper {
   display: none !important;
}
/*--------------------------------------------------------------
## Taxnomy Styles
--------------------------------------------------------------*/
.taxonomy-style .general-meta-fields-info-wrapper,
.post-meta-general-info {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.taxonomy-style .general-meta-fields-info-wrapper li{
    width:100% !important;
    border-bottom:none !important;
    padding:0px!important;
    margin:0px!important;
}
/*--------------------------------------------------------------
## Search Box
--------------------------------------------------------------*/
.toggle_search_wrapper{
    position: absolute;
    display: none;
    opacity: 0;
    top: 100px;
    z-index: 99999999;
    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);
    left: 0;
    right: 0 !important;
    width:60%;
    margin: 0px auto;
}
.toggle_search_field .widget{
	padding:0px;
	box-shadow: inherit; 
}
.toggle_search_field{
  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;
}
.toggle_search_icon {
    color: #000;
  	float: left;
  	font-size: 20px;
  	margin-right: 25px;
  	cursor: pointer;
}
span.search_close{  
    top: 0;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 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;
}
.grid-view-container h3{
    position:relative;
    text-align: center;
    background: #fff;
    padding:0 20px 15px 20px;
    border-radius:0 0 8px 8px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.grid-view-image img {
    border-radius: 8px 8px 0 0;
}
.grid-view-container a:hover h3{
    color:#6504b5;
}
.grid-view-container a:hover h3:before{
    background:#6504b5;
}
.post-content-wrapper h3 {
    margin-bottom: 20px !important;
}
@media print
{
.overlay-hd {display:none;}
}

.owl-carousel {
  height: auto;
  margin: 0 auto;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  height: auto;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-controls {
    top: 45% !important;
    width: 100%;
}
.owl-prev, .owl-next{
  background: #000;
  border-radius: 5px;
} 
.owl-prev{
	margin-left:20px;
}
.owl-next{
	margin-right:20px;
}
.owl-prev:hover, .owl-next:hover{
  background:#6504b5;
} 
.owl-nav, .owl-prev, .owl-next{
  padding:10px 20px;
}

#gallery {
    overflow: hidden;
    width: 100%;
}
#gallery h3{
    display: none !important;
}
.search-overlay-bg{
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:999;
	display: none;
}
a.item_button .fa-plus:before {
    content: "\f097";
}
a.item_button .fa-minus:before {
    content: "\f02e";
}