/*
Theme Name: Story
Theme URI: http://pexetothemes.com
Author: Pexeto
Author URI: http://pexetothemes.com/
Description: Premium Responsive Wordpress Theme by Pexeto.
Version: 1.6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:light, white, one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
/*-----------------------------------------------------------------------------------
1.CSS Reset
2.Basic Typography

3.Basic Document Structure and Styling
  3.1.Tables, Forms / Inputs and Text Area
  3.2.Content Elements
  3.3.Navigation Menu
  3.4.Basic Structure And Containers (Containers, Sidebars, Footer etc.)
  3.5.WordPress Default Elements 
  3.6.Comments 

4.Theme Colors & Stylings
  4.1.Navigation
  4.2.Sidebars
  4.3.Footer
  4.5.Blog 
  4.6.Services Boxes
  4.7.Sliders (Content Slider, Thumbnails Slider, Nivo Slider)
  4.8.Quick Gallery

5.Widgets and Page Templates
6.Others
7.Responsive And Media Queries
8.Updates

-----------------------------------------------------------------------------------*/
/* ###################  LESS ###################### */
/* Vertivacal align any element */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ------------------------------- 1. CSS Reset ------------------------------- */
html,
body,

span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* ---------- END CSS Reset ---------- */
/*------------------------------- 2. Basic Typography ------------------------------- */
hr {
  margin: 5px 0;
  height: 1px;
  border: 0;
  background-color: #b3b3b1;
}
p {
  margin: 7px 0;
  padding: 0;
}
ol {
  margin-left: 20px;
  list-style-type: decimal;
}

dl {
  margin-left: 20px;
}
dt {
  font-weight: bold;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}

cite {
  font-style: normal;
  font-size: 110%;
}
q {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* Blockquote */
blockquote {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font: italic 120%/170% Georgia, "Times New Roman", Times, serif;
}
blockquote p {
  font-weight: 300;
}
blockquote small {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-weight: bold;
}
/* ------------------------------- END Basic Typography ------------------------------- */
/* ------------------------------- 3. Basic Document Structure and Stylings ------------------------------- */
/* ----------- 3.1 Tables, Forms / Inputs and Text Area --------------- */
input,
textarea,
select,
input[type=search],
button {
  max-width: 100%;
  font-size: 100%;
}
input[type=text],
input[type=password],
textarea,
input[type=search],
input[type=email],
input[type=date],
input[type=time],
input[type=url],
input[type=number],
input[type=tel] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #fcfcfc;
  font-size: 12px;
  margin-bottom: 5px;
}@media screen and (max-width: 640px) {
	input[type=text],
	input[type=password],
	textarea,
	input[type=search],
	input[type=email],
	input[type=date],
	input[type=time],
	input[type=url],
	input[type=number],
	input[type=tel] {
	font-size: 15px;
	}}
textarea {
  padding: 2%;
  max-width: 96%;
  line-height: 1.5em;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 24px 30px;
  margin-bottom: 8px;
}
fieldset legend {
  padding: 0 8px;
}
input[type="text"]:disabled {
  opacity: 0.5;
}
/* --- form focus --- */
textarea:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=search]:focus {
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  background: #ffffff;
}
/* ------ Tables -------- */
.mtable {
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}


.mtable th {
  font-weight: bold;
}
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
  text-align: left;
  line-height: 20px;
}
.table-bordered {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* -------------------- 3.2 Content Elements -------------------- */
/* Buttons */
button,
.button,
input[type="submit"],
input[type="button"],
#submit {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 2px 0;
  padding: 12px 25px;
  background: none;
  background-image: none;
  background-color: #9290bf;
  /* button color */

  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  border: 0px;
}@media screen and (max-width: 640px) {
	button,
	.button,
	input[type="submit"],
	input[type="button"],
	#submit {
		font-size:15px;
	}}

/*#main-container button,#main-container  .button ,#main-container input[type="submit"],#main-container input[type="button"],#main-container #submit { color: @color-white;}*/
button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
#submit:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  color: #ffffff;
}
button:active,
.button:active,
input[type="submit"]:active,
input[type="button"]:active,
#submit:active {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  bottom: -1px;
}
a.btn-alt {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}
input[type="submit"],
input[type="button"] {
  margin-top: -1px;
  border-style: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

/* Alighns */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.relative {
  position: relative;
}
img.alignright {
  margin: 8px 0 15px 15px;
}
img.alignnone {
  display: block;
  margin: 15px 15px 15px 0;
}
img.alignleft {
  margin: 8px 15px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 15px;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption.alignnone {
  margin: 5px 15px 15px 0;
}
.wp-caption.alignleft {
  margin: 5px 15px 15px 0;
}
.wp-caption.alignright {
  margin: 5px 0 15px 15px;
}
.wp-caption.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* Clearing floats */
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
}
.divider-line {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #000;
}
/* Selecton Color */
::selection {
  background: #fbf6d6;
  /* Safari */

  color: #555555;
}
::-moz-selection {
  background: #fbf6d6;
  /* Firefox */

  color: #555555;
}
.highlight1 {
  background-color: #FBF6D6;
}
.highlight2 {
  background-color: #FECBC6;
}
.post-info {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.post-info a {
  margin-right: 5px;
  margin-left: 5px;
}
.post-info a:hover {
  color: #fdd200;
  border-bottom: 1px solid;
}
.img-loading {
  padding: 0;
  background: url(images/cs-loader.gif) no-repeat center;
  background-size: 20px 20px;
}
.drop-caps {
  position: relative;
  top: 6px;
  float: left;
  margin-right: 0.2em;
  padding-bottom: 0.1em;
  text-transform: uppercase;
  font-size: 300%;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 0.8em;
}
.read-more {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 4px 0;
  line-height: 1em;
  border-bottom: 1px solid #fdd200;
  color: #fdd200;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.more-arrow {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-left: 3px;
  font-weight: normal;
  font-size: 18px;
}
.left-arrow,
.right-arrow,
.ps-left-arrow,
.ps-right-arrow,
.cs-arrows,
.nivo-nextNav,
.nivo-prevNav {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 100;
  display: block;
  margin-top: -35px;
  width: 43px;
  height: 70px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  background-color: rgba(37, 37, 37, 0.8);
  line-height: 50px;
  cursor: pointer;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.left-arrow,
.ps-left-arrow,
.cs-prev-arrow,
.nivo-prevNav {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.left-arrow:hover,
.right-arrow:hover,
.ps-left-arrow:hover,
.ps-right-arrow:hover,
.cs-arrows:hover,
.nivo-nextNav:hover,
.nivo-prevNav:hover {
  color: #252525;
}
.ps-left-arrow {
  left: 0;
  text-indent: -3px;
}
.ps-right-arrow {
  right: 0;
}
.left-arrow:hover,
.right-arrow:hover,
.ps-left-arrow:hover,
.ps-right-arrow:hover,
.cs-arrows:hover,
.nivo-nextNav:hover,
.nivo-prevNav:hover {
  background-color: #fdd200;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  cursor: pointer;
}

.content-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 4%;
  width: 92%;
  min-height: 400px;
}
.post-type-archive.woocommerce .content-box,
.post-type-archive.woocommerce-page .content-box,
.tax-product_cat.woocommerce .content-box,
.tax-product_tag.woocommerce .content-box {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
  min-height: 400px;
}
#sidebar {
  float: right;
  max-width: 24%;
  width: 24%;
}
.sidebar-box ul {
  margin-left: 0;
  list-style: none;
}
.sidebar-box input[type="text"],
.sidebar-box input[type="password"],
.sidebar-box textarea,
.sidebar-box input[type="search"] {
  padding: 8px 0;
  width: 100%;
  text-indent: 8px;
}
#sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}
#full-width {
  position: relative;
  max-width: 100%;
  min-height: 400px;
}
.page-template-template-portfolio-gallery-php #full-width,
.page-template-template-full-custom-php #full-width,
.page-template-template-blog-php #full-width,
.single-portfolio #full-width {
  padding: 0;
  background-color: transparent;
}
.page-template-template-portfolio-gallery-php #content-container {
  padding-top: 0;
  padding-bottom: 38px;
  overflow: hidden;
}
.layout-left #content {
  float: right;
  padding-right: 0;
  padding-left: 3.06%;
}
.layout-left #sidebar {
  float: left;
}
/*-------------- 3.5 Grid And Columns -------------------*/
.cols-wrapper {
  overflow: hidden;
}
/* single column */
.col {
  float: left;
  margin-right: 3.2%;
  margin-bottom: 30px;
}
/* 4 columns */
.cols-4 .col {
  width: 22.6%;
}
/* 3 columns */
.cols-3 .col {
  width: 31.2%;
}
/* 2 columns */
.cols-2 .col {
  width: 48.4%;
}
/* 1 column - for footer*/
.cols-1 .col {
  width: 100%;
}
.cols-5 .col {
  width: 17.44%;
}
.cols-5 .col:nth-of-type(5n),
.cols-4 .col:nth-of-type(4n),
.cols-3 .col:nth-of-type(3n),
.cols-2 .col:nth-of-type(2n) {
  clear: right;
  margin-right: 0;
}
/*----------------------- 3.6 Comments ---------------------------*/
#comments {
  margin-top: 50px;
}
.page-template-template-full-custom-php #comments {
  margin: auto;
  margin-top: 20px;
  width: 60%;
}
#comments textarea {
  width: 100%;
}
#comments ul {
  list-style: none;
}
.commentlist {
  margin-left: 0;
}
.commentlist .children {
  margin-left: 0;
  padding-left: 3%;
}
.comment-box {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  clear: both;
  margin-bottom: 20px;
  padding: 3%;
  background-color: #ffffff;
}
.avatar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 0 0 10px;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.comment-autor {
  float: left;
  margin-right: 20px;
  text-align: center;
}
.comment-autor img {
  width: 40px;
  height: auto;
}
.coment-autor-name {
  margin-right: 10px;
  text-transform: capitalize;
  font-weight: bold;
}
.coment-autor-name cite {
  font-size: 14px;
}
.comment-date {
  color: #b3b3b1;
  font-size: 12px;
}
.comment-info .reply {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: right;
  padding: 0 9px 2px 9px;
  color: #fdd200;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 2.2em;
}
.comment-info .reply a {
  position: relative;
  top: 1px;
  color: #fdd200;
}
.comment-info {
  float: right;
  padding: 0;
  width: 100%;
}
.comment-info {
  border-bottom: 0px;
  color: #fdd200;
  font-size: 19px;
  line-height: 1em;
}
#reply-title,
.comments-titile {
  margin-bottom: 25px;
  padding-bottom: 7px;
  border-bottom: 3px solid #bebebe;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  font-size: 18px;
}
#reply-title {
  margin-top: 20px;
}
.pexeto-contact-form label {
  display: block;
  line-height: 2.5em;
  font-size:13px !important;
}@media screen and (max-width: 640px) {
	.pexeto-contact-form label {
		font-size: 15px !important;
	}}
#full-width #commentform {
  width: 60%;
}
.woocommerce #full-width #commentform {
  width: 100%;
}
.page-template-template-full-custom-php #full-width #commentform {
  width: 100%;
}
#full-width #commentform textarea,
#full-width #commentform select,
#full-width #commentform input[type=search] {
  width: 100%;
}
#commentform input[type="text"],
#commentform input[type="password"],
#commentform textarea,
#commentform input[type="search"] {
  margin-bottom: 7px;
  margin-top: 7px;
  padding: 12px 0;
  max-width: 100%;
  width: 100%;
  text-indent: 8px;
}
.pingback {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.ping-title {
  font-size: 12px;
}
.form-submit {
  padding: 0;
  margin-bottom: 0;
}
/*Contact Form*/
.pexeto-contact-form .error-box,
.pexeto-contact-form .info-box {
  display: none;
}
.pexeto-contact-form input[type="text"],
.pexeto-contact-form input[type="password"],
.pexeto-contact-form textarea,
.pexeto-contact-form input[type="search"] {
  margin-bottom: 8px;
  padding: 12px 2%;
  max-width: 96%;
  width: 96%;
/*  text-indent: 8px;*/
}
.pexeto-contact-form textarea {
  min-height: 170px;
}
.pexeto-contact-form .button {
  margin-top: 10px;
}
#full-width #submit-form {
  width: 600px;
}
/*reCaptcha*/
#recaptcha_image {
  max-width: 100%;
}
.contact-captcha-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.contact-captcha-container h6,
#recaptcha_image {
  padding: 5px 15px;
}
.recaptcha-input-wrap {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0 0 5px 5px;
  -moz-border-radius-topright: 0 0 5px 5px;
  border-top-right-radius: 0 0 5px 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
}
#recaptcha_response_field {
  margin: 0;
}
.recaptcha-reload {
  position: absolute;
  top: 22px;
  right: 20px;
}
.recaptcha-reload a {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/reload.png);
  background-size: 20px 20px;
}
.recaptcha-link {
  margin-top: 14px;
  font-size: 11px;
}
.recaptcha-link a {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.invalid input,
.invalid textarea,
#recaptcha_response_field.invalid,
input.invalid,
textarea.invalid {
  border: 1px solid #D3B5BA  !important;
  background-color: #F2DEDE !important;
}
#submit-form .invalid input,
#submit-form .invalid textarea,
#submit-form #recaptcha_response_field.invalid,
#submit-form input.invalid,
#submit-form textarea.invalid {
  color: #B45B5B;
}
.contact-loader {
  position: relative;
  top: 3px;
  left: 10px;
  display: inline-block;
  visibility: hidden;
  width: 16px;
  height: 16px;
  background: url("images/ajax-loader-small2.gif") no-repeat;
}


