.h50{
	height: 50px;
}
.h40{
	height: 40px;
}
.h30{
	height: 30px;
}
.h20{
	height: 20px;
}
.h10{
	height: 10px;
}


.border-bottom{
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.no-padding{
	padding: 0;
}
.padding-left-zero{
	padding-left: 0;
}
.padding-right-zero{
	padding-right: 0;
}

/*All Buton Style*/
.btn{
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 40px;
	padding: 0 35px;
	color: #fff;
	margin-right: 10px;
	text-transform: uppercase;
}

.btn i{ line-height: inherit; }

.btn-round{
	border-radius: 50px;
}
/*.btn-primary*/

.btn-primary-outline{
	background-color: rgba(0,0,0,0);
	border-color: #fff;
}

/*.btn-secondary*/

.btn-secondary:hover,
.btn-secondary:focus{
	background-color: #d74b0a;
	border-color: #d74b0a;
}
.btn-secondary-outline{
	background-color: rgba(0,0,0,0);
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus{
	background-color: #d74b0a;
}
.btn-gray-outline{
	border-color: rgba(0, 0, 0, .1);
	color: inherit;
}

/*.btn-dark*/
.btn-dark-outline{
	background-color: #fff;
}

.header-left .lead,
.header-left h2,
.header-menu li a,
.header-left ul li a,
.video-content.subscrib-form,
.video-content h2,
.header-menu ul,
.header-menu li,
.blog-search form i,
a.scroll-top,
.copyright,
.play-video,
.play-video a,
.play-video h2,
.video-content,
.heading-text,
.subscribe-section h3,
.main-menu li a ,
.overlay,
.overlay p,
.overlay h1,
.overlay h2,
.overlay h3,
.overlay h4,
.overlay h5,
.overlay h6,
.dark-bg,
.primary-bg,
.secondary-bg,
.btn-primary-outline,
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-primary-outline,
.btn-gray-outline:hover,
.btn-gray-outline:focus,
a.scroll-top:hover,
a.scroll-top:focus,
.btn:hover,
.btn:focus,
.btn-primary-outline:hover,
.btn-primary-outline:focus{
	color: #fff;
}
/*.btn-info*/
.btn-info{
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.btn-info-outline{
	background-color: #fff;
	border-color: #5bc0de;
	color: #5bc0de;
}
.btn-info-outline:hover{
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.btn-lg{
	font-size: 16px;
	line-height: 50px;
	padding: 0 40px;
}
.btn-sm{
	font-size: 10px;
	line-height: 30px;
	padding: 0 15px;
}


/*Stylesheet*/
.section-padding{
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.section-no-padding{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section-top-padding{
	padding-top: 100px !important;
}
.section-bottom-padding{
	padding-bottom: 100px !important;
}

.display-flex{
	display: flex;
}
.vertical-align-middle{
	display: flex;
	align-items: center;
	text-align: center;
}

.form-control {
  height: 40px;
  margin-bottom: 20px;
  box-shadow: none;
  border-radius: 3px;
}
textarea{
	resize: none;
}
input.form-control{
	letter-spacing: 1px;
}

/*Amimation*/
.btn,
.header-area,
.main-menu li a,
.logo,
.subscribe-now a,
.main-menu li a,
.film,  
.graph,
.post-image-holder::after,
.post-image-holder img,
.play-video a,
.full-size-video::after,
.footer-social-icon li a,
.header-area,
.book-item-list.owl-theme .owl-nav>div,
.post-list.owl-theme .owl-nav>div,
.social-link a,
.social-link a i,
.blog-post-content h4 a,
.blog-post-content h3 a,
.read-more,
.read-more:hover,
.blog-post-single-item ul li a:hover,
.categories li a,
.recent-posts li a,
.toggle-menu,
.blog-post-pagination .pagination li a,
.book-description h2 a,
.header-menu li a,
.header-menu li,
.feature-icon-wrap{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mc-msg{
	margin: 10px 0;
}

/* ================================= */
/* ------------ HEADER ------------ */
/* ================================= */


.title {
	margin: 0 auto;
	max-width: 700px;
	margin-bottom: 60px;
}

.title h2 {
	font-size: 36px;
	margin-bottom: 15px;
}

.header-area-style2{
	padding: 10px 0;
}
.logo {
	display: block;
	padding: 5px 0;
	max-width: 190px;
	line-height: 68px;
}
.sticky-wrapper.is-sticky .header-area {
	width: 100%;
	z-index: 999999;
	padding: 0;		
	background: rgba(255,255,255,.98);
	box-shadow: 0 1px 8px -5px #808080;
}
.sticky-wrapper.is-sticky .nav-style-dark{
	background: rgba(0,0,0,.9);
}

/*subscribe-section*/
.subscribe-section h3{
	font-size: 36px;
}
.subscribe {
	margin: 35px auto 0;
	max-width: 800px;
}
.subscribe-now{
	float: right;
	padding: 18px 0 !important
}
.cssmenu ul li.subscribe-now:hover,
.cssmenu ul li.subscribe-now:focus{
	background-color: transparent;
}
.subscribe-now .btn{
	line-height: 40px !important;
	margin-right: 0 !important;
	padding: 0 35px !important;
	color: #fff !important;
}
.subscribe-now a.active.btn:focus,
.subscribe-now a.btn:focus{
	color: #fff;
}
.subscribe .form-control{
	margin-bottom: 0;
}
.subscribe input[type="submit"] {
	display: block;
	width: 100%;
}
.subscribe input[type="submit"]:hover{
	border: 1px solid;
}
.call-to-action h3{
	font-size: 36px;
}
/*Header-Area*/
.header-slider {
	/*background: url("../images/slider2.jpg") no-repeat scroll center center / cover ;*/
	background-color: #f2f2f2;
	min-height: 600px;
	padding: 100px 0;
	position: relative;
}
.header-contact-form {
	background: #ebeaea ;
	display: block;
	height: auto;

	padding: 45px;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}
.header-contact-form input{
	border: none;
}
.header-contact-form span{
	margin-bottom: 13px;
	display: block;
}

.about-header {
	background: url("../images/treatment5.jpg") no-repeat scroll center center / cover;
	position: relative;
	box-shadow: 0px 1500px rgba(0, 0, 0, 0.4) inset;
}
.heading-text{
	margin-bottom: 10px;
}
.heading-table {
	display: table;
	height: 300px;
	width: 100%;
	z-index: 9;
	position: relative;
}
.heading-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.header-menu li a{
	padding-right: 10px;
}


/*HEADER Fixed BACKGROUND*/
.header-fixed-background {
	background: url("../images/slider6.jpg") no-repeat scroll center center / cover ;
	min-height: 650px;
	position: relative;
}
.header-left {
	z-index: 1;
}
.header-left ul li{
	padding: 5px 0;
}
.header-left ul li:first-child {
	padding-top: 0;
}


.header-left ul li a{
	text-transform: capitalize;
}
.header-left h2{
	font-size: 40px;
}
.header-left .lead {
	font-weight: 400;
}
.header-left ul li a {
    text-decoration: none;
}
.header-left ul li a i {
	font-size: 35px;
	margin-right: 10px;
	position: relative;
	top: 10px;
}

/*HEADER VIDEO BACKGROUND*/
.header-video-background{
	position: relative;
}
.header-video {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.post-image-holder,
.header-video-background,
.header-fixed-background,
.video-container{
	box-shadow: 0px 1000px rgba(0, 0, 0, 0.3) inset;
}
.video-container{
	position: relative;
	max-height: 650px;
	width: 100%;
	overflow: hidden;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-content{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.video-text{
	padding: 0 30px;
}
.video-content h2{
	font-size: 40px;
	margin-bottom: 30px;
}
.video-content p {
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
}
.video-content-table{
	width: 100%;
	height: 100%;
	display: table;
}
.video-content-table-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
video{
	min-width: 100%;
	min-height: 100%;
}


/*FEATURES AREA*/
.feature {
	margin-bottom: 30px;
}
.feature-icon-wrap {
	color: #fff;

	font-size: 25px;
	height: 70px;
	line-height: 70px;
	margin-right: 20px;
	text-align: center;

	min-width: 70px;
	margin-top: 4px;
}
.extra-feature .feature{
	padding-bottom: 0;
}
.extra-feature h4 {
	font-weight: 100;
	text-transform: capitalize;
}


/* ================================= */
/* ------------ ABOUT US ------------ */
/* ================================= */
.book-author{
	padding-left: 60px;
	font-style: initial;
}
blockquote p:last-child{
	padding: 0;
	margin: 0 !important;
	padding: 15px;
}
blockquote,
blockquote p {
	font-family: 'Bad Script', cursive;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.03em;
	background-color: #fafafa;
}
.social-link li a {
	border: 1px solid;
	border-radius: 50%;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
.social-link li a:hover i,
.social-link li a:focus i{
	color: #fff;
}
.social-link a.facebook:hover,
.social-link a.facebook:focus{
	background-color: #4867AA;
	border-color: #4867AA;
}

.social-link a.twitter:hover,
.social-link a.twitter:focus{
	background-color: #2CAAE1;
	border-color: #2CAAE1;
}
.social-link a.linkedin:hover,
.social-link a.linkedin:focus{
	background-color: #007CB7;
	border-color:#007CB7;
}
.social-link a.google-plus:hover,
.social-link a.google-plus:focus{
	background-color: #D62223;
	border-color:#D62223;
}
.social-link a.pinterest:hover,
.social-link a.pinterest:focus{
	background-color: #CB2027;
	border-color:#CB2027;
}
.social-link a.rss:hover,
.social-link a.rss:focus{
	background-color: #FC7A02;
	border-color:#FC7A02;
}
.author-image-holder{
	overflow: hidden;
	border-radius: 50%;
}
.author-details:hover .author-image-holder img {
	transform: scale(1.05);
}
.author-image-holder img {
	transition: all 0.3s linear 0s;
}
.subscribe-section{
	padding: 60px 0;
}


/* ================================= */
/* ------- BOOK INFORMATION ------- */
/* ================================= */

.book-item{
	position: relative;
}

.star-rating::before {
    color: #d6d6d6;
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    content: '\f408\f408\f408\f408\f408';       
    -webkit-font-smoothing: antialiased;
    font-family: 'Genericons';

}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.1em;
    line-height: 1em;
    font-size: 22px;
    width: 124px;
    font-family: 'Genericons';
    margin: 10px 0;
}
.star-rating span::before {
    content: "\f408\f408\f408\f408\f408";
    left: 0;
    position: absolute;
    top: 0;
     font-family: 'Genericons';
     -webkit-font-smoothing: antialiased;  

}
.star-rating span {
    color: #000;
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}
.price{
	font-size: 36px;
}
.price del{
	font-size: 28px;
}
.description-table li{
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 10px 0;
}
.description-table li:last-child{
	border-bottom: none;
}
.description-table span {
	display: block;
	float: left;
	min-width: 200px;
	margin-right: 10px;
}
.book-description{
	padding-left: 30px;
}
.book-description .btn{
	border-radius: 5px;
	font-weight: 600;
}
.book-description .btn i {
	font-size: 16px;
	margin-left: 10px;
}
.post-list:hover.owl-theme .owl-nav>div,
.book-item-list:hover.owl-theme .owl-nav>div{
	opacity: 1;
}
.post-list.owl-theme .owl-nav>div,
.book-item-list.owl-theme .owl-nav>div {
	opacity: 0;
    top: 45%;
    left: -60px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: 22px;
}

.post-list.owl-theme .owl-nav>div.owl-next,
.book-item-list.owl-theme .owl-nav>div.owl-next {
    left: auto;
    position: absolute;
    right: -60px;
}

.post-list:hover.owl-theme .owl-nav>div,
.book-item-list:hover.owl-theme .owl-nav>div {
    color: #fff;
}
.modal-body{
	padding: 0 15px 15px;
}
.modal-content{
	border-radius: 3px;
}
.modal-header{
	margin-bottom: 20px;
}
.close-popup {
	font-size: 25px;
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}

/* ================================= */
/* -------- PROGRESS CIRCLE ------- */
/* ================================= */
.progress-work.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.secondary-bg .large-text,
.primary-bg .large-text,
.dark-bg .large-text{
	color: #fff;
}
.progress-work .large-text {
    font-size: 45px;
    line-height: 80px;
    margin: 5px 0 0;
    font-weight: normal;
}
.progress-work-icon {
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.progress-work p {
    margin-bottom: 0;
}

.progress-work {
    border: 5px solid rgba(255, 255, 255, 0.5);
    height: 195px;
    padding: 20px 0;
    width: 195px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.progress-work:after {
	border: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 50px;
	content: "";
	height: 1px;
	left: calc(50% - 25px);
	position: absolute;
	width: 25%;
}

/* ================================= */
/* ---------- AUTHOR VIDEO --------- */
/* ================================= */
.author-video-section{
	background: url("../images/parallax.jpg") no-repeat scroll top center / cover ;
	min-height: 500px;
	position: relative;
	background-attachment: fixed;
	box-shadow: 0px 1000px rgba(0, 0, 0, 0, 0.3) inset;
}
.overlay{
	position: relative;
	box-shadow: 0px 1000px rgba(0, 0, 0, 0.3) inset;
}
.overlay .vegas-slide-inner{
	box-shadow: 0px 1000px rgba(0, 0, 0, 0.3) inset;
}
body > p{
	display: none;
}
.overlay > .container-wide,
.overlay > .container{
	z-index: 99;
	position: relative;
}
.play-video {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.play-video h2{
	margin-bottom: 0;
}
.play-video a {
	border: 3px solid #ffffff;
	border-radius: 50%;
	display: block;
	font-size: 30px;
	height: 80px;
	line-height: 77px;
	margin: 0 auto 20px;
	width: 80px;
	padding-left: 5px;
}
.play-video a:hover {
    transform: scale(1.1);
}
.full-size-video {
    position: relative;
}
.full-size-video::after {
    background: #ffffff;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5);
    width: 100%;
    z-index: -1;
}
.full-size-video:hover::after {
    opacity: 1;
    transform: scale(1);
}
.play-video-table {
    display: table;
    height: 100%;
    width: 100%;
}
.play-video-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/* ================================= */
/* ---------- TESTIMONIAL --------- */
/* ================================= */
.client-author {
	border-radius: 50%;
	display: inline-block;
	padding: 10px;
	z-index: 9999;
	width: 180px;
	height: 180px
}
.client-author img{
	width: 100%;
	height: 100%;
}
.author-content{
	padding: 95px 30px 20px;
}
.author-content-details {
    border: 1px solid;
    background-color: #fff;
    top: -85px;
    position: inherit;
    z-index: -1;
}
.client-item {
    position: relative;
}
.testimonial-area .owl-controls {
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.testimonial-area .owl-controls .owl-dots{
	bottom: 25px;
	display: inline-block;
	left: 0;
	position: absolute;
	width: 100%;
}

/* ================================= */
/* ------------ CART ------------ */
/* ================================= */

.modal-dialog{
	margin-top: 60px;
	max-width: 700px;
}
.modal-dialog .btn{
	margin-right: 0;
	border-radius: 3px;
}
.table thead th {
	vertical-align: middle;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border-bottom-width:1px;
}

.table th,
.table td {
	border: 0;
	vertical-align: middle;	
}
.shoping-cart .table th,
.shoping-cart .table td{
	text-align: center;
}
.table > thead > tr > th{	
	border-right: 1px solid;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 0;
	text-transform: uppercase;
}
.checkout-main-content .table > thead > tr > th{
	border-right: 0;
	background-color: transparent;
}
.update-cart {
  margin-right: 10px !important;
}
.cart-image {
	display: block;
	height: 100px;
	line-height: 100px;
	margin: 10px auto;
	width: 100px;
}
.table > tbody > tr > td{
	vertical-align: middle;
}
tbody ul li a{
	font-size: 17px;
}
.shoping-cart h3 {
	margin-bottom: 30px;
	text-transform: uppercase;
}
.total-cart ul li {
	font-size: 15px;
}
.total-cart-price ul li {
	font-size: 18px;
	text-transform: uppercase;
}
.total-cart-price {
	padding-top: 20px;
	padding-bottom: 25px;
}
.total-cart-price span{
	padding-left: 135px;
}
.sub-total li span {
    color: #666;
    font-weight: 600;
    padding-left: 102px;
}
.sub-total {
    padding-bottom: 15px;
}

.cart-table{
	margin-bottom: 15px;
}

.cart-form .shoping {
	border: 2px solid;
	border-radius: 0;
	height: 48px;
}
.cart-form .btn{
	margin-right: 10px;
}
.coupon-code {
	max-width: 404px;
	margin-top: 25px;
}

.coupon-code .form-control {
    float: left;
    width: 60%;
}
.coupon-code .apply-coupon {
    float: left;
    font-weight: 600;
    width: 40%;
}
.coupon-code label {
    display: block;
    font-weight: normal;
    font-size: 15px;
}



/* ================================= */
/* ------------ CHEAK OUT ------------ */
/* ================================= */

.checkout-main-content h3 {
	margin-bottom: 20px;
}
.checkout-billing-adddress label {
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.creat-account{
	margin-top: 20px;
}
.creat-account input[type="checkbox"]{
	margin-right: 20px;
}
.creat-account li a{
	font-size: 14px;
	text-transform: uppercase;
}
.creat-account .facebook-official {
    color: #3C5B9B;
}
.creat-account .google-plus {
    color: #F86D5C;
}

.ship-to-different-address {
	margin-bottom: 42px;
	margin-top: 30px;
}
.checkout-billing-adddress .form-control {
	padding-left: 20px;
}
.ship-to-different-address .checkbox{
	font-size: 25px;
	padding-left: 0;
}
.ship-to-different-address input[type="checkbox"] {
	margin-left: 20px;
}
.checkout-billing-adddress textarea {
	height: 100px;
}
.select-country{
	margin-bottom: 20px;
}
.order-review {
	padding: 25px 40px 36px;
	margin-top: 50px;
}
.order-review .table th,
.order-review .table td {
	border-top: 0;
}
.order-review .table tbody{
	padding: 20px 0;
}
.order-review .table tbody td{
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.order-review .table td{
	padding: 18px 0;
}
.order-review .table .catagory-padding-bottom{
	padding-bottom: 20px;
}
.order-review .table .catagory-padding-top{
	padding-top: 20px
}
.order-review .table .price {
	font-size: 15px;
}
.order-review .table th {
	border-bottom: 0 none;
	font-size: 14px;
	font-weight: normal;
	padding: 18px 0;
}

.payment_methods input[type="radio"] {
	margin-right: 10px;
}
.payment_methods label a {
	display: block;
	padding-left: 30px;
}

.payment_methods ul li {
    padding-bottom: 17px;
}
.payment_methods ul li p {
    margin-bottom: 0;
    padding-left: 37px;
}
.payment_methods ul li:last-child {
    padding-bottom: 0;
}
.payment_methods li .btn{
	display: block;
}
.selectize-control.single .selectize-input::after {
  content: "\e688";
  display: block;
  font-family: "Pe-icon-7-stroke";
  font-size: 35px;
  height: 0;
  margin-top: 0;
  position: absolute;
  right: 40px;
  top: 27%;
  width: 0;
  border-style: none;
}
.selectize-input{
	border-radius: 5px;
}

/* ================================= */
/* ---------------- BLOG ----------- */
/* ================================= */

article{
	margin-bottom: 60px;
}
.film{
	font-size:30px ;
}
.graph {
	font-size:24px ;
} 
.film,  
.graph {   
	opacity: 0;
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 9;
	border-radius: 3px;
}
.blog-post-single-item:hover .film, .graph {
	opacity: 1;
	transform: scale(1.1);
}
.film .full-size-video::after{
	background: none;
}
.film a,
.film a:hover,
.film a:focus,
.graph a:hover,
.graph a:focus,
.graph a{
	display: block;
	width: 50px;	
	color: #ffffff;
	height: 50px;
	line-height: 50px;	
	text-align: center;
}
.blog-post-single-item,
.post-image-holder{
	overflow: hidden;
	position: relative;
}
.blog-post-single-item:hover .post-image-holder:after {
	opacity: 1;
}
.blog-post-single-item:hover .post-image-holder img {
	transform: scale(1.1);
}
.blog-post-content{
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 20px 20px;
}
<<<<<<< HEAD
.blog-post-single-item h5{
	margin-bottom: 16px;
	text-transform: uppercase;
}
=======
>>>>>>> 636ed0f7f722d63a41317b6a93c150e3619d1fd8

.post-entry-meta {
	padding:5px 0 15px;
	margin-bottom: 15px;	
	border-style: none none dashed;
	border-width: 1px;
	border-color:rgba(0,0,0,.1);
}
.post-entry-meta li a i {
	font-size: 18px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.post-entry-meta li a.sl-button i{
	font-size: 14px;
	top: 0;
}
a.sl-button b .sl-count{
	font-weight: normal;
}
.post-entry-meta li{
	padding-left:0;
	padding-right: 10px; 
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
}
.post-entry-meta li a {
	font-size: 13px;
	text-transform: uppercase;
}
.blog-post-single-item p{	
	padding-bottom: 5px;
}
.single-post .blog-post-single-item p{	
	margin-bottom: 25px;
}
.wp-caption-text{
	margin-bottom: 0 !important;
}
.blog-post-content .btn{
	font-size: 12px;
}
.post-date {
	border-color: -moz-use-text-color;
	border-style: dashed none none;
	border-width: 1px 0 0;
	position: relative;
}
.book-item-list.owl-theme .owl-dots .owl-dot,
.post-list.owl-theme .owl-dots .owl-dot{
	display: none;
}
.blog-post-pagination .pagination{
	margin: 0;
}
.page-links > span,
.blog-post-pagination .pagination li a:hover,
.blog-post-pagination .pagination li a.active,
.tagcloud a:hover{
	color: #fff !important;
}
.read-more {
    font-size: 14px;
    text-decoration: underline;
}
.read-more:hover {
    text-decoration: underline;
}
/*BLOG-SINGLE*/
.checkout-main-content,
.blog-single{
	padding: 100px 0;
}
.blog-single .blog-post-content{
	padding: 30px;
}
.blog-post-content .blog-post-qotue p {
	font-size: 20px;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.blog-post-qotue {
	border-radius: 5px;
	padding: 25px;
	position: relative;
}
.blog-post-content .blog-post-qotue:after {
	color: rgba(0, 0, 0, 0.1);
	content: "â€œ";
	font-family: "Droid Serif",serif;
	font-size: 180px;
	left: 40%;
	position: absolute;
	top: 100px;
	width: 100%;
}
.about-author{
	margin-bottom: 0;
}
.author-info {
    margin-bottom: 64px;
    margin-top: 26px;
    overflow: hidden;
}

.blog-second-post {
    margin-top: 50px;
}

.comment li {
    padding: 0;
}
.comment li:last-child {
    border-right: 0 none;
}
.author-info-image {
	float: left;
	margin-right: 20px;
}
.author-info .author-title {
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 16px;
}
.author-info ul {
	margin-top: 37px;
}
.author-info ul li a {
	font-size: 14px;
	text-transform: uppercase;
}
.author-desc .author-title a {
	padding-left: 5px;
	padding-right: 5px;
	text-transform: capitalize;
}
.author-title strong {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.author-desc .reply a {
    border-right: 1px solid;
    padding: 0 10px 0 0;
}
.author-desc p:last-child {
    margin-bottom: 0;
}
.comment-title {
    margin-bottom: 30px;
}
.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment-info {
    display: block;
    margin-bottom: 41px;
    overflow: hidden;
}
.comment-info img {
    min-width: 94px;
    min-height: 94px;
}
.comment-info .author-desc {
    margin-left: 120px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
}
.comment-info .author-title {
    line-height: 16px;
    margin-bottom: 20px;
    display: inline-block;
}
.list-inline{
	margin-left: 0 !important
}
.author-info ul li {
	padding: 0 9px;
}
.comment-list .children {
    list-style: outside none none;
    padding-left: 90px;
}
.blog-single-comment-form .form-control {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-single-image-holder>img {
    height: 100%;
    width: auto;
}
.blog-single-comment-form {
    margin-top: 80px;
}
.blog-single-comment-form h4{
	margin-bottom: 26px;
}
.blog-single-comment-form textarea {
    min-height: 200px;
}
.blog-search form {
	position: relative;
}
.blog-search .form-control {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	float: left;
	margin-bottom: 0;
	padding-left: 20px;
	width: 80%;
}
.blog-search .form-control.submit {
	border: none;
	border-radius: 0 3px 3px 0;
	float: left;
	text-indent: -999px;
	width: 20%;
}
.blog-search form i {
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 7%;
	top: 7px;
}
.widget {
	margin-bottom: 50px;
	padding: 0 30px;
}
.widget h4{
	margin-bottom: 20px;
}
.categories li {
	padding-bottom: 10px;
	border-bottom: none !important;
}
.categories li:last-child{
	padding-bottom: 0;
}

.sidebar-wrap-content {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 30px;
}
.widget ul.categories a i {
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.recent-posts-image::after {
	background: rgba(182, 142, 83, 0.8);
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.recent-posts-image {
	float: left;
	height: 70px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	width: 70px;
}
.recent-posts ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.recent-posts ul li {
	overflow: hidden;
	padding-bottom: 23px;
	border-bottom: none !important;
}
.recent-posts ul a {
	font-size: 16px;
	line-height: 22px;
}
.post-meta {
	display: block;
<<<<<<< HEAD
	font-style: italic;
=======
>>>>>>> 636ed0f7f722d63a41317b6a93c150e3619d1fd8
}

.page-links span,
.tagcloud a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 4px;
	padding: 4px 12px;
	transition: all .3s linear 0s;
	font-size: 14px !important;
}


/* ================================= */
/* ---------- CONTACT US ---------- */
/* ================================= */
.contact-form textarea {
    height: 158px;
}
.contact-form  .wpcf7-form-control-wrap:last-child input {
    margin: 0;
}
.contact-form .btn {
    border-radius: 3px;
    display: block;
    width: 100%;
}

#google-map {
    width: 100%;
    height: 400px;
    display: block;
}


/* ================================= */
/* ------------ FOOTER ------------ */
/* ================================= */

.copyright {
	padding: 30px 0;
}
.copyright p{
	margin: 0;
}
.copyright .social-link {
	padding-bottom: 15px;
	padding-top: 5px;
}
a.scroll-top{
	bottom: 30px;
	font-size: 30px;
	height: 40px;
	line-height: 43px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 40px;
	border-radius: 50%;
	display: block;
	z-index: 9999999999;
}
/*Backgrouns image*/
section{ background-size: cover; background-repeat: no-repeat; }

#home,
.header-section{}
#autorvideo, .authorvideo{  background-image: url(../images/parallax.jpg); }
.img-circle {
    border-radius: 50%;
}
.list-inline {

    padding-left: 0;
    margin-left: -5px;
    list-style: none;

}
.list-inline > li {

    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;

}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;

}

@media (max-width:800px) {
	.is-sticky .logo{
		padding: 5px 0;
	}
	.is-sticky .cssmenu .menu-button{
		top: -62px;
	}
	.book-author{
		padding-left: 0;
	}
	.logo{
		padding: 20px 0;
	}
	.header-area .col-md-3,
	.header-area .col-md-7{
		padding: 0;
	}
	.subscribe-now{
		padding: 18px 15px !important
	}
	.subscribe-now .btn{
		margin-top: 10px;
	}
	.header-area .text-right{
		text-align: center;
	}
	.book-description h2{
		font-size: 22px;
	}
	.book-item-list.owl-theme .owl-dots .owl-dot,
	.post-list.owl-theme .owl-dots .owl-dot{
		display: inline-block;
		margin-top: 25px;
	}
	.author-video-section{
		background-attachment: scroll;
		background-position: center !important; 
	}
	video{
		display: none;
	}
	.video-container{
		background: url("../images/video-background.jpg") no-repeat scroll center center / cover ;
		min-height: 650px;
		position: relative;
		width: 100%;
	}
	.sidebar-wrap-content{
		margin-top: 60px;
	}
	.product-description-tab .author-image-holder,
	.footer-widget .widget,
	.progress-work,
	.book-info-image-holder,
	.contact-form-style2 #google-map,
	.feature-image-holder{
		margin-bottom: 30px;
	}
	.extra-feature .feature-icon-wrap{
		margin-bottom: 20px;
		float: none;
	}
	.banner-content{
		padding: 35px 10px;
	}
	.slide-next, .slide-prev{
		display: none;
	}
	.product-sidebar{
		margin-top: 60px;
	}
	.product-container .book-info-image-holder{
		display: none;
	}
	.product-container .book-description{
		padding-left: 0;
		margin-bottom: 30px;
	}
	.add-section .product-banner:first-child{
		margin-bottom: 30px;
	}
	.contact-form-style2{
		padding: 0 15px;
	}



}
@media (max-width:767px) {
	.contact-form .wpcf7-form-control-wrap:last-child input{
		margin-bottom: 30px;
	}
	.feature{
		margin-top: 30px;
	}
	header .feature{
		margin-top: 0;
	}
}
@media (max-width:640px) {

	.topbar{
		text-align: center;
	}
	.topbar .social-link{
		text-align: center;
		padding: 10px 0;
	}
	.header-slide-image {
		margin-bottom: 100px;
		width: 100%;
	}
	.display-flex{
		display: block;
	}

	.cntact-item,
	.header-left,
	.contact-form input:last-child,
	.author-image-holder{
		margin-bottom: 30px;
	}
	.footer-social-icon,
	.copyright p{
		text-align: center;
	}
	.copyright-icon {
		margin-top: 30px;
		text-align: center;
	}
	.comment-list .children{
		padding-left: 0;
	}
	.subscribe .form-control{
		margin-bottom: 20px;
	}
	.product-list-view .thumbnail-img{
		margin-bottom: 20px;
	}
	.extra-feature .feature-icon-wrap {
	  margin: 0 auto 15px;
	}
	.extra-feature .feature{
		text-align: center;
		margin-bottom: 30px;
	}
	.product-container .book-info-image-holder{
		display: block;
	}


}

@media (max-width:480px) {
	.book-description{
		padding-left: 0;
	}

	.feature-icon-wrap{
		float: none;
		margin-bottom: 20px;
	}
	.comment li{
		line-height: 26px;
	}
	.blog-post-content .blog-post-qotue::after{
		top: 160px;
	}
	.btn,
	.author-info-image{
		margin-bottom: 20px;
	}
	.author-desc {
		clear: both;
		display: block;
		width: 100%;
	}
	.comment-info .author-desc {
		clear: both;
		display: block;
		margin-left: 0;
		padding: 20px;
		width: 100%;
	}
	.btn_group .btn {
		margin-bottom: 20px;
	}
	.btn_group.btn:last-child{
		margin: 0;
	}
	.error-search input[type="submit"],
	.error-search input[type="text"]{
		width: 100%;
		border-radius: 3px;
		border: 1px solid #ddd;
	}
	.featured-product-tab .tab-menu-list li a,
	.featured-product-tab .tab-menu-list li{
		display: block;
		border-bottom: 1px solid transparent;
	}
	.featured-product-tab .tab-menu-list li:hover:after,
	.featured-product-tab .tab-menu-list li.active:after{
		position: relative;
	}
	.featured-product-tab .tab-menu-list li:hover,
	.featured-product-tab .tab-menu-list li.active{
		border-bottom: 1px solid #ddd;
	}
	.featured-product-tab .tab-menu-list ul {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-left: unset;
		border-top: 1px solid #ddd; 
	}

	
}


@media (max-width:360px) {
	.modal-dialog .btn {
		margin-right: 0 !important;
		margin-top: 10px;
	}

	.video-text{
		padding: 0;
	}
	.comment li a{
		font-size: 14px;
	}
	.author-title strong{
		line-height: 26px;
	}
	.video-text .btn,
	.social-link li a {
	  margin-bottom: 10px;
	}
	.social-link{
		text-align: center;
	}
	.description-table span{
		min-width: 150px;
	}
	
}


/* CSS Output */
.admin-bar .is-sticky .sticky-on {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .is-sticky .sticky-on {
    margin-top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .is-sticky .sticky-on {
    margin-top: 0;
  }
}


.book-loader {
  border: 4px solid #f1f1f1;
  width: 60px;
  height: 45px;
  position: relative;
  perspective: 150px;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -30px;
}

.book-page {
  display: block;
  width: 30px;
  height: 45px;
  border: 4px solid #FFFFFF;
  border-left: 1px solid rgba(255, 255, 255, .5) !important;
  margin: 0;
  position: absolute;
  right: -4px;
  top: -4px;
  overflow: hidden;
  background-color: #fff;
  transform-style: preserve-3d;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.book-loader .book-page:nth-child(1) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.6s infinite;
  animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.6s infinite;
}

.book-loader .book-page:nth-child(2) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.45s infinite;
  animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.45s infinite;
}

.book-loader .book-page:nth-child(3) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.2s infinite;
  animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.2s infinite;
}

.price ins{ background-color: transparent; }



/* Dots */

@-webkit-keyframes Dots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}

@keyframes Dots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}