/*
Theme Name: Cando
Theme URI: https://nikanadv.ir/demo/cando
Author: NikanCo
Author URI: https://Nikanadv.ir
Description: Cando template.
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zardkooh

*/

/* Wordpress */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Lists ------------------------------------- */
.elementor-text-editor ul, .elementor-text-editor ol {
	margin: 0 15px 15px 0;
}
.elementor-text-editor ul {
	list-style: disc;
}
.elementor-text-editor ul ul {
	list-style: circle;
}
.elementor-text-editor ul ul ul {
	list-style: square;
}
.elementor-text-editor ol {
	list-style: decimal;
}
.elementor-text-editor li {
	line-height: 1.5;
	margin: 3px 10px 0 0;
}
.elementor-text-editor li > ul,
.elementor-text-editor li > ol {
	margin: 5px 10px 0 0;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}
.reset-list-style li {
	margin: 0;
}
.elementor-slideshow__footer {
	background: none;
}
/* Wordpress */

/* VC */
.vc_figure {
	border-radius:5px;
	overflow: hidden;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.wpb_single_image.wpb_content_element {
    margin-bottom: 15px;
}
.no-left-padding .vc_column-inner {
	padding-left:0 !important;
}
.no-right-padding .vc_column-inner {
	padding-right:0 !important;
}
.wpb_wrapper {
	height: 100%;
}
/* VC */

/* 404 page */
.page-404 {
    padding: 20px 0;
    text-align: center;
    line-height: 22px;
}
.page-404-title {
    text-align: center;
}
.page-404-title h1 {
	font-size: 36px;
    line-height: 1.222;
	margin: .67em 0;
	color: #e8a817;
	font-family: 'dana-en';
}
.page-404-title h1 span {
	font-size: 14px;
	color: #c3c7d3;
	display: block;
}
.page-404-links {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
}
.page-404-link {
    border-radius: 8px;
    padding: 10px 25px;
    color: #fff;
    border: none;
    text-decoration: none;
	position: relative;
    overflow: hidden;
    background-color: #e8a817;
    border-radius: 15px 15px 0 15px;
}
.page-404-link:after {
    content: "\e96a";
	margin-right: 10px;
}
.page-404-image {
    width: 90%;
    max-width: 50%;
    margin: auto;
}
.page-404-image img {
    width: 100%;
}
.page-404 .search-box {
	position: relative;
	margin: 20px auto 10px;
	width:30%;
}
.page-404 .search-box input {
	border: none !important;
	background-color: #f3f6f9 !important;
	border-radius: 10px !important;
	line-height: 2 !important;
	padding: 5px 10px 5px 40px !important;
	font-size: 13px !important;
	width:100% !important;
	text-align: right !important;
	box-shadow: none !important;
	height: 35px !important;
}
.page-404 .search-box input::placeholder {
    color: #96a6b9 !important;
	font-style: normal !important;
} 
.page-404 .search-box input:-ms-input-placeholder {
    color: #96a6b9 !important;
	font-style: normal !important;
} 
.page-404 .search-box input::-ms-input-placeholder {
    color: #96a6b9 !important;
	font-style: normal !important;
}
/* 404 page */