/*
Theme Name: Models
Theme URI: https://kayapati.com/demos/demo-theme
Author: Venisha IT 
Author URI: https://themeforest.net/user/kayapati/
Description:Model Agency Wordpress CMS Theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: Models
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;
}

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;
	text-decoration: none;
}

a:active,
a:hover {
	outline: none;
}

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;
	margin-right: 10px;
}

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: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #1a1a1a;
	color: #686868;
	font-size: 19px;
	font-style: italic;
	line-height: 1.4736842105;
	margin-bottom: 28px;
	overflow: hidden;
	padding:24px;
	background: rgba(127,127,127,.3);
}

blockquote:not(.alignleft):not(.alignright) {
	margin-left:0px;
}

blockquote 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;
}
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;
	padding: 0px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 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 #d1d1d1;
}

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-size: 16px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	padding: 7px;
	vertical-align: baseline;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 9px 12px;
}

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;
	border-radius: 3px;
	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: royalblue;
}

a:visited {
	color: purple;
}

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: table;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: table;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
#kaya-header-content-wrapper{
	background: #f1f1f1;
	padding:30px 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#logo{
	float: left;
}
#logo h1{
	margin: 0px;
    line-height: 1em;
    margin-bottom: 10px;
}
#logo p{
	margin: 0px;
	padding-bottom: 0px!important;
}
#logo h1.site-title a{
	text-decoration: none;
}
/*--------------------------------------------------------------
## Header Menu
--------------------------------------------------------------*/
#header-navigation{
	background:#fff;
    width: 100%;
    display: table;
}
#header-navigation ul{
	list-style: none;
	margin:0px;
}
#header-navigation a{
	text-decoration: none;
	transition: all 0.6s ease 0s;
}
#header-navigation ul ul ul {
    margin-top: 0px!important;
    top: 0!important;
}
/*--------------------------------------------------------------
# Page title bar
--------------------------------------------------------------*/
.kaya-page-titlebar-wrapper{
	background: #dedede;
	padding: 30px 0;
}
.kaya-page-titlebar-wrapper .page-title{
	margin: 0px;
}
/*-------------------------------------------------------------
 #sidebar
 ------------------------------------------------------------*/
#sidebar ul {
    list-style: none;
    padding: 0;
}
#sidebar li {
    padding: 3px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#kaya-footer-content-wrapper{
	background: #f1f1f1;
	padding:15px 0;
	overflow: hidden;
}
.footer-menu-wrapper ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer-menu-wrapper ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#kaya-footer-content-wrapper a,
.kaya-page-content-footer a {
    text-decoration: none;
}

.kaya-page-content-footer{
	padding:80px 0 50px;
}
.kaya-page-content-footer p{
	margin: 0px;
}
.footer-menu-wrapper .current-menu-item {
    background: transparent;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
h2.entry-title{
	margin-top: 0px;
	margin-bottom:12px;
}
article.hentry p{
	margin: 0px;
}
article.hentry ul{
	margin-bottom: 0px;
}
article.sticky{
	background: rgba(127,127,127,0.1);
	padding: 30px;
}
.post-meta-data {
    margin-bottom:15px;
    background: #f9f9f9;
    border: 1px solid #ccc;
}
.post-meta-data div {
    display: inline-block;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 0 12px;
}
.blog .two_third article,
.archive .mid-content article,
.blog-page-content-wrapper article{
	margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px; 
}

.blog article .description{
	overflow: inherit;
}
.nav-links {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-previous, .nav-next  {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 5px 20px;
}
.post .description {
    overflow: inherit;
}
.post .post_image{
	margin-right: 0px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#sidebar .widget{
    margin: 0 0 1.5em;
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 25px;
    overflow: hidden;
}
.widget h2{
	margin: 0px;
	margin-bottom: 20px;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments ol{
	list-style: none;
	padding: 0px;
	margin:0px;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.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: rgba(127,127,127,.5);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    bottom: 30px;
    right: 30px;
    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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}
.gallery-item {
	display: inline-block;
    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.15%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
}

.gallery-columns-9 .gallery-item {
	max-width: 8.6%;
}

.gallery-caption {
	display: block;
    margin-top: 0;
    line-height: 21px;
}

/*--------------------------------------------------------------
## Header Top Nav
--------------------------------------------------------------*/
.header-top-nav {
    background: #ffffff;
    width: 100%;
    display: table;
}
.register-login {
    float: left;
}
.header-top-nav-social-icons {
    float: left;
}
.register-login ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.register-login ul li {
    display: inline-block;
   text-decoration: none;
    border-right: 1px solid #ccc;
   
}
.register-login ul li a{
	padding: 14px 10px;
	color: #333;
    font-size: 13px;
    line-height: 100%;
    text-decoration: none;
    display: block;
}
.right_section_social_icons a {
    margin-left: 3px;
    padding-top: 4px;
    display: inline-block;
}
.right_section_social_icons a {
    margin-top: 4px;
}

/*--------------------------------------------------------------
## Header Right Section
--------------------------------------------------------------*/
.header-right-section {
    float: right;
}
.header_right_section ul {
    list-style: none;
    margin:0px; 
}
/*--------------------------------------------------------------
## Top Bar Right Section
--------------------------------------------------------------*/
.top_bar_right_section {
    float: right;
}
.top_bar_right_section ul li{
    display: inline-block;
    padding:6px 10px;
    border-left:1px solid #ccc;
}
.top_bar_right_section ul li a{
    text-decoration:none;
}
.top_bar_right_section ul {
    margin: 0;
}
/*--------------------------------------------------------------
## Remove and editable css
--------------------------------------------------------------*/
#header-navigation ul > li a {
   border-right: 1px solid #dedede;
}
.menu ul ul li a {
	border-right: none;
}
#header-navigation {
   border-bottom: 3px solid #ff5722;
}
.header_right_section{
	float: right;
}
.header_right_section div{
    float:left;
    margin-right:20px;
}
.header_right_section i {
    border-radius: 100%;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.header_right_section p {
    padding-bottom: 0px;
    margin-top: -6px;
    text-align: left;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
}
.header_right_section h4{
    margin-right: 5px;
    font-size: 18px;
}
.header_right_section span{
	float:right;
	margin-left: 13px;
}
/*--------------------------------------------------------------
## Taxnomy Css
--------------------------------------------------------------*/
.kaya-post-content-wrapper ul{
	list-style: none;
	padding: 0px;
}
.general-meta-fields-info-wrapper li{
	display: table!important;
}
.kaya-post-content-wrapper li img{
	display: table;
}
.general-meta-fields-info-wrapper,
.cpt-post-content-wrapper .description{
    padding:0px 15px;
    text-align:center;
}
.single-models .general-meta-fields-info-wrapper,
.single-models .cpt-post-content-wrapper .description{
    padding:0px;
    text-align:inherit;
}
#kaya-mid-content-wrapper a{
	transition: all 0.6s ease 0s;
}
#kaya-mid-content-wrapper {
    overflow: hidden;
    min-height: 350px;
    clear: both;
}
.cpt-post-content-wrapper .description .post-meta-info-wrapper ul li{
	display: block;
}
.figure.alignnone{
margin-bottom:0px!important;
}

/*--------------------------------------------------------------
## Taxnomy Single Css
--------------------------------------------------------------*/
.single_page .single_page_details h3{
	margin:0px;
	padding: 0px;
	margin-left: 30px;
}
.single_page .single_page_details ul {
    padding: 0px;
}
.single_page .single_page_details ul li {
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
}
.single_page .general-meta-fields-info-wrapper{
	margin-left: 15px;
}
img.single_page_img {
    width: 56%;
}
.single_page_details {
    width: 44%;
    float: right;
}
.single-page-meta-content-wrapper h3 {
    background: transparent!important;
    padding: 0!important;
    border-bottom: 3px solid #ff5722!important;
    letter-spacing: 0px!important;
    padding-top: 30px !important;
    display: table;
    padding-bottom: 5px !important;
}
.single-pet .general-meta-fields-info-wrapper{
	padding: 15px 0px;
	text-align: left;
}
.single_page_details .general-meta-fields-info-wrapper{
	position:inherit;
}
.rescuer_infomation h5{
	margin-bottom: 0px;
}
.rescuer_socialmedia_content_wrapper {
    display: block;
    margin-top: 40px;
    overflow: hidden;
    clear: both;
    margin-bottom: 40px;
}
a.set_card {
    background: #f8f8f8!important;
    color: #757575;
    border: 1px solid #ececec;
    padding:10px 30px;
    margin-top:30px;
    display:table;

}
/* Social Share Icons */
.kta_social_share_icons ul {
    list-style: none;
    margin: 0px;
    text-align: right;
}

.kta_social_share_icons ul li {
    display: inline-block;
}

.kta_social_share_icons ul li a {
    height: 40px;
    display: block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}

/* Author Page styling*/
.author_meta_info {
    overflow: hidden;
    display: block;
    margin-bottom: 40px;

}
.author_meta_info ul{
	list-style: none;
	padding: 0px;
}
.author_meta_info ul li{
	  padding: 3px 0;
}
.author_biography {    
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.author_biography h3, .cpt-post-content-wrapper h3{
	background: rgba(204,204,204,.3);
	border: 1px solid rgba(127,127,127,.1);
	padding:2px 20px;
	margin-bottom: 30px;
}
.rescuer_infomation p.button a{
	padding-bottom: 0px;
    background: rgba(204,204,204,.5);
    width: auto;
    display: table;
    padding: 5px 15px;
}

/*--------------------------------------------------------------
## Advance Search Css
--------------------------------------------------------------*/
p.checkbox_wrapper label:first-child,
.pods_ui_slider_range label, p label:first-child{
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.advanced_search_wrapper p {
    padding-bottom: 20px;
}
input.search_data_submit {
    padding: 10px 30px;
    border-radius: 0;
    background: #000;
    color: #fff;
}
.advanced_search_wrapper select {
    padding: 5px 5px;
    font-size: 13px;
}
.advanced_search_wrapper input:not(.input_range_data):not(.search_data_submit), .advanced_search_wrapper select{
	padding: 3px;
}
.advanced_search_forms .ui-slider {
    width: 94%!important;
    margin: inherit;
}
/*end*/
.image-boxes img{
	display:table;
}
.image-boxes .figure.aligncenter{
	margin-bottom: 0px!important;
}
/* Main Slider Section */
.n2-ss-align{
	margin: 0px!important;
}
.main-pages-slider-wrapper .container{
	padding: 0px;
}
/* Page Content Wrapper Section */
#kaya-page-content-wrapper {
   box-shadow: 0px 2px 10px 0px #8a8888;
}
/*--------------------------------------------------------------
## Woocommerce Css
--------------------------------------------------------------*/
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce #review_form #respond p {
    padding-bottom: 0;
}
.woocommerce .star-rating span::before {
     font-family: star;
}
.woocommerce span.onsale{
	padding:0px;
}
span.price del, span.price ins {
    float: left;
}
span.price del {
    margin-right: 10px;
}
.woocommerce .price{
	padding:0px; 
}
.woocommerce ul.products li.product .price{
	margin-bottom: 0px;
}
/*--------------------------------------------------------------
## Styles
--------------------------------------------------------------*/
#logo {
	float:left;
}
#header-navigation {
    background: #000;
}
#header-navigation ul li a {
    color: #fff;
}
#header-navigation ul > li a {
    border-right: 1px solid #1f1f1f!important;
}



/* Post Image Hover*/
.cpt-post-content-wrapper h4{
	display:none;
}
.general-meta-fields-info-wrapper {
    position: absolute;
    bottom:50px;
}
.general-meta-fields-info-wrapper ul li {
    background: #fff;
    color: #000;
    padding: 3px 10px;
    margin-bottom: 5px;
    text-align: left;
	display:table;
	font-size: 13px;
}
.item a.img_hover_effect{
  display: inline-block;
  position: relative;
}
.item a.img_hover_effect::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 rgba(255,255,255,.5);
  transition: box-shadow .3s ease;
  z-index: 1;
}
.item:hover a.img_hover_effect::before{
  content: "";		
  display: block;
  box-shadow: inset 0 0 0 8px #ff5722;
}
.item:hover .general-meta-fields-info-wrapper ul li{
background:#ff5722;
color:#fff!important;
transition: box-shadow .3s ease;
}
.image-boxes .description {
    margin-bottom: 0;
    background: #f9f9f9;
    padding:30px;
    border: 1px solid #eaeaea;
    border-top: none;
}
.image-boxes .description h3{
	margin-bottom: 0px;
}

/* Image Box Image Hover*/
[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.image-boxes {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.image-boxes:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ff5722;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.image-boxes:hover:before, .image-boxes:focus:before, .image-boxes:active:before {
  left: 0;
  right: 0;
}

.image-boxes:hover .description a{
	color:#ff5722!important;
}

/* Search Box*/
.togglecheck label {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 15px;
}
#cmf-select0, #cmf-select1{
    width:47%;
}
#cmf-select0{
    margin-right:15px
}
#uwpqsf_id .ui-slider-range{
	background-color: #ff5722!important;
}
.ui-widget-header, .ui-widget-content{
	border:none!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
	border-radius:0px!important;
}
.ajax-search-results-page .general-meta-fields-info-wrapper,
.ajax-search-results-page .cpt-post-content-wrapper .description{
	padding:0 15px!important;
}
/* Shortlist Button*/
a.item_button {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    line-height: 66px!important;
    top: -42px!important;
    right: -40px!important;
    left:inherit!important;
    z-index: 1;
}
a.item_button i {
    position: relative;
    right: 25px;
    top: 6px;
}
.talent_image_details_wrapper a.item_button.add{
	display: none;
}
ul.shortlist_buttons a {
    background: #f2f2f2;
    border: 1px solid #dedede;
    padding: 5px 20px;
}
.custom_list_box ul {
    margin-top: 0px!important;
}

/* User Dashboard Menu*/
#nav-user-dashboard-menu {
    position: relative;
}
ul#user-dashboard-menu li {
    display: block;
    float: inherit;
}
#user-dashboard-menu {
    right: 0!important;
    left: inherit !important;
}
#main-menu > a{
    color: #333;
    padding:20px 20px;
}
.shortlist-page-wrapper .item_button.action.remove{
    display:block!important;
    
}
 

/* Pagination*/
ul.page-numbers li {
    padding: 2px!important;
}
.pagination li a, .pagination li span {
    background-color: #f1f1f1;
    color: #333!important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    display: block;
    border: 1px solid #e0e0e0;
}
.pagination li span {
    background: #000;
    color: #fff !important;
    border: 1px solid #000000;
}
.caldera-grid br {
    display: none;
}

	
@media print{
	#header-navigation, .kaya-page-content-footer, #kaya-footer-content-wrapper, .shortlist_buttons{
		display:none!important;
	}
	.kaya-post-content-wrapper ul.column-extra{
		width: 100%!important;
	}	
	.kaya-post-content-wrapper ul li{
		width: 31.5%!important;
		max-width:100%!important;
	}
	#kaya-header-content-wrapper{
		clear: both!important;
	}
	#mid-content{
		padding: 0px!important;
		clear:both!important;
	}
	.print_content_wrapper{
		display: block!important;
	}
}

.toggle_search{
  background-color: #333;
  float: right;
  background: #fff;
  padding: 5px 13px 5px 5px;
  border-radius: 100px;
  cursor: pointer;
  margin-left: 14px;
  border: 1px solid #eaeaea;
  position: relative;
}
.toggle_search_wrap {
    float: right;
    position: relative;
}
.toggle_search_wrapper i {
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f2f2;
    padding: 15px;
    cursor: pointer;
}
.kaya_toggle_search {
    display: none;
    position: absolute;
    right: 0;
    z-index: 99999;
    width:400px!important;
    background: #fff;
    padding: 30px;
    margin-top:60px;
    box-shadow: 0px 0px 50px -14px rgba(0,0,0,0.7);
}
.shortlist-align i, .toggle_search i{
    background: #f2f2f2;
    padding: 10px;
    border-radius: 100px;
    margin-right: 7px;
}
.shortlist-align {
    float: left;
    background: #fff;
    padding: 5px 13px 5px 5px;
    border-radius: 100px;
    border: 1px solid #eaeaea;
    color: #000;
}
.shortlist-align a{
    color: #000;
}

#nav-user-dashboard-menu {
    position: relative;
    width: auto;
    display: table;
}
#main-nav {
    width: auto;
    display: table;
    float: left;
}
#header-navigation #user-dashboard-menu li a{
	border-bottom: none!important;
	padding:15px 20px; 
}
#header-navigation ul ul li a,
#user-dashboard-menu li a {
    border-right: none !important;
}

.top_header_right_section i {
    border-radius: 100%;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 11px;
}
.top_header_right_section span {
    float: left;
    margin-left: 13px;
}
.top_header_right_section {
    float: right;
    margin-left: 20px;
}
.top_header_right_section p{
	padding:0px; 
}
.menu ul li a{
	line-height: inherit!important;
}

/*Pods Input Form Styles */
.pods-pick-values{
padding:20px!important;
}
.pods-form-fields ul{
margin-left:0px !important;
}
ul li.pods-field {
    padding: 10px 0 !important;
    width: 100%;
    clear: both;
    overflow: hidden;
}
input#pods_cpt_categories {
    width: auto !important;
    float: left;
}
.pods-pick-values label {
    padding-bottom: 0!important;
    padding-top: 0!important;
    float: left!important;
    display: block!important;
}
.pods-field-label {
    display: block!important;
    width: 100%!important;
    float: none!important;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
ul.pods-form-fields li {
    margin-bottom: 20px;
}
.kaya-form{
	padding:0px !important;
}
.pods-slider-field {
    max-width: initial!important;
    width: 100%;
}
.ui-slider-horizontal {
    background: #565656!important;
    width: 100%!important;
    display: block;
}
.pods-pick-values li {
    float: left;
    display: block;
    width: 100%;
}
.pods-boolean label {
    margin-left: 34px!important;
}
.pods-pick-values li .pods-field {
    padding: 5px 0px 5px!important;
    clear: both;
    overflow: hidden;
}
.pods-form-front .pods-field-input .pods-boolean input {
    width: auto !important;
}
.pods-form-front .pods-file-add {
    margin: 0 !important;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0px!important;
}
ul#menu-userdashboard li a {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px 20px !important;
    display: block !important;
    margin-bottom: 2px;
    text-align: right;
}
div#nav-user-dashboard-menu > ul {
    background: rgba(97, 97, 97, 0.64);
}