/*===========================================*/
/* This is the Main Stylesheet for Antelope Minimal Blog Template
/* Theme Author: ThemeForces
/* Theme URL: ThemeForces.Com
/* Created : April 22, 2015
/* Version: 1.0
==============================================
CSS Style Structure
- Imports
- General
- Menu/Navigation
- Hero / Slider
- Buttons
- Page Body/Content
- Sidebar 
- Footer Section 
- Single Page
/*===========================================*/


/* =======================================
General
========================================*/
body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Arimo', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
}
.container { 
	max-width: 1100px;
	width: auto;
	margin: 0 auto;
}
@media (max-width: 1130px) { 
    .container { 
      max-width: 100vw;
  }
}

@media (min-width: 1200px) { 
    
	.rst-grid .col-md-6.post-block{
		width: 49.9%;
	}
	.rst-grid .col-md-4.post-block{
		width: 33.33333%;
	}
}

h2 {
    font-family: 'Arapey', serif;
    font-size: 30px;
}
h3,h1,h6{
    font-family: 'Arapey', serif;
}
h4{
    font-family: 'Arapey', serif;
    font-size: 18px;
}
h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'Arapey', serif;
}
a { 
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: inherit; 
}
a:hover,
a:focus,
a.active { color: #E99E03 ; outline: 0;text-decoration: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.5;
}
p {
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 13px;
}
.lead {
  font-size: 18px !important;
  line-height: 28px;
}

.clear{
	clear: both;
}
@media (min-width: 768px){
.lead {
 
  line-height: 28px;
}
}
.highlight{ color: #E99E03}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix { height: 1% }
.nopadding { padding: 0 }
.nomargin { margin: 0 }
img{
	max-width: 100%;
	height: auto;
}

/* =======================================
Navigation / Menu 
========================================*/
/* Layout Two */
#top-header {
    height: auto;
    padding: 30px 0px 40px 0px;
    position: relative;
}
#top-header .logo {
    width: 260px;
  height: auto;
  margin: 20px;
}
#tf-menu {
    background: transparent;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    border-top: 2px solid #26100f;
    border-bottom: 2px solid #26100f;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
	height: auto;
	min-height: auto;
}
ul.nav.navbar-nav.nav-center{
	margin: 0;
}
ul.nav.navbar-nav.nav-center {
	float: none !important;
	text-align: center;
	display: inline-block;
}
.navbar-default .navbar-nav li a {
    color: #26100f;
	font-family: "Times New Roman",Times,serif;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.navbar-default .navbar-nav > .current-menu-item > a,
.navbar-default .navbar-nav > .current-menu-item > a:hover,
.navbar-default .navbar-nav > .current-menu-item > a:focus {
    color: #ffcc63;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffcc63;
    background-color: transparent;
}
.navbar-nav > li{
	float: none;
	display: inline-block;
}
.nav > li > a{
	padding-left: 13px;
	padding-right: 13px;
}


/* Dropdown Menus */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #858484;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

 .navbar-default .navbar-nav .sub-menu  li  a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
	font-size: 14px;
    white-space: nowrap;
}
.navbar-default .navbar-nav .sub-menu  li  a:hover,
.navbar-default .navbar-nav .sub-menu  li  a:focus {
    color: #E99E03;
    background: transparent;
	text-decoration: none;
	outline: 0;
}
.rst-logo-text{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	font-family: Arapey,
}
.rst-logo-text a{
	color: #000 !important;
	text-decoration: none;
}
.rst-logo-text a:hover{
	text-decoration: none;
}
/* Layout Two */
#tf-menu.navbar-fixed-top { 
  background-color: #ffffff;
}
#top-header.layout-two { 
  margin-top: 50px;
  border-bottom: 2px solid #000000;
}
/* =======================================
Hero/Slider
========================================*/
/* Slider Style 1 */
.rst-slider{
    position: relative;
    overflow: hidden;
}
.rst-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-dots{
	text-align: right;
	margin-top: 0;
	position: absolute;
	bottom: 3px;
	right: 8px;
	z-index: 999;
}
.owl-theme .owl-controls{
	margin: 0;
}
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 50%;
  background: #E99E03;
  border: 2px solid #26100F;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	opacity: 1;
}
.rst-slider .post-detail {
  position: absolute;
  z-index: 10;
  top: 60%;
  width: 60%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);

}
#headerSlider5.rst-slider .post-detail {
	top: auto;
	bottom: 65px;
	width: 76%;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.rst-main-slider-4 .rst-slider .post-detail {
	top: auto;
	bottom: 45px;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.rst-slider .post-detail .inner-post-detail{
	background-color: rgba(255, 255, 255, 0.65);
	padding: 30px 25px;
	text-align: center;
}
.rst-slider .post-detail .inner-post-detail h2{
	margin: 0;
	font-size: 28px !important;
	line-height: 1.3 !important;
}
.header_slider_2 #tf-menu,.header_slider_3 #tf-menu{
	border-bottom: none;
}
.rst-nav-border-none #tf-menu{
	border: none;
}
.rst-nav-border-bottom-none #tf-menu{
	border-bottom: none;
}
.rst-nav-border-top-none #tf-menu{
	border-top: none;
}
.rst-introduce{
	max-width: 550px;
	margin: 25px auto 0;
}
.rst-introduce p{
	margin: 0;
}
.rst-avatar{
	margin-bottom: 25px;
}
.rst-avatar img{
	border-radius: 50%;
}
/* =======================================
Buttons
========================================*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 0;
    outline-offset: -2px;
}
.tf-btn,.newsletter-submit ,#subscribe-submit input[type="submit"],.wysija-submit,.woocommerce #respond input#submit{
      font-family: 'Arapey', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
	line-height: 24px;
    border: 0;
    border-radius: 0;
    padding: 7px 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	color: #333;
	margin: 0px auto;
	font-weight: 400;
}
.tf-btn:focus,
.tf-btn:hover {
    background: #ffffff;
    border: 0;
}
.widget_wysija{
	 font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
.color ,.newsletter-submit,#subscribe-submit input[type="submit"],.wysija-submit,.woocommerce #respond input#submit{ background: #ffcc63}
.color:hover,.newsletter-submit:hover,.wysija-submit:hover,.wysija-submit:focus,
.color:focus ,.newsletter-submit:focus,#subscribe-submit input[type="submit"]:hover,#subscribe-submit input[type="submit"]:focus{
    background: #C17D32;
    border-radius: 0;
    color: #ffffff;
}
.txt-link {
    letter-spacing: 0;
  font-family: 'Niconne', cursive;
  text-align: center;
  padding: 5px 20px;
  font-size: 18px;
  text-transform: lowercase;
  border: 2px solid #ffcc63;
  position: relative;
  color: #000000;
}

.meta-cat a:hover,
.meta-cat a:focus{
	text-decoration: none;
}
.txt-link:hover,
.txt-link:focus {
	background: #26100f;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #26100f;
}

/* =======================================
Page Body/Content
========================================*/
#tf-content { padding: 80px 0px }
.post-block {
    margin-bottom: 60px;
}
.post-detail { 
    text-align: center;
    padding: 20px;
}
.post-detail h1,
.post-detail h2 a {
    font-weight: 500;
    color: #26100f;
    text-decoration: none;
}
.post-detail h1{
	 font-size: 30px;
	 line-height: 32px;
}
.post-detail .carousel-control .fa { top: 50%;}
.post-detail .title-wrap h2 { margin-top: 0 }
.title,.comment-reply-title span,
.meta-cat {
  font-family: 'Niconne', cursive;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 18px;
  text-transform: lowercase;
  border: 2px solid #26100f;
  position: relative;
  text-decoration: none;
  background: #26100f;
  color: #FFFFFF;
  text-decoration: none;
}
.widget-title{
	font-size: 20px;
	text-transform: capitalize;
}
.meta-cat a{
	margin: 0px 4px;
}
.meta-cat{
	position: relative;
	display: inline-block;
}
.title:before,.comment-reply-title span:before,.comment-reply-title span:after,
.title:after,
.meta-cat:before, 
.meta-cat:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  width: 80px;
  border-top: 2px solid #26100f;
  height: 3px;
  margin-top: -1px;
}
.title:before,.comment-reply-title span:before,
.meta-cat:before {
  left: -90px;
  right: auto;
}
.metas a{ 
    text-decoration: none;
    color: #797979;
    font-family: 'Niconne', cursive;
	font-size: 18px;
	text-transform: lowercase;
    margin: 10px 20px;
}
.metas a:hover{
   color: #E99E03;
}
/*
.metas a.meta-date:before { 
    content: ' posted on : ' 
}
.metas a.meta-author:before { 
    content: ' posted by : ' 
}
*/
.post-detail hr {
  border-width: 2px;
  border-color: #FFCC63;
  width: 60px;
}
.img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.img-wrap:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.rst-slider .img-wrap{ 
    margin: 0;
    padding: 0
}
#img-slider .item > img,.rst-galleries .item > img{
    width: 100%;
}
  
.rst-slider .item-box>img,
#img-slider .item>img,
.img-wrap a>img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rst-slider .item-box:hover>img,
#img-slider .item:hover>img,
.img-wrap a:hover>img{
    transform: scale(1.1);
}
ul.list-inline.social { margin-right: -5px }
ul.social {
    background: #ffffff;
    padding: 2%;
    text-align: center;
}
.widget_about ul.social { 
	background: none;
}
ul.social.share {
  text-align: initial;
  margin-left: -10px;
}
.rb{border-right: 1px solid #f8f8f8}
ul.social li { padding-left: 3px; padding-right: 3px; margin-bottom: 5px; }
ul.social li a i {
    background: #26100F;
    color: #ffffff;
    width: 40px;
    height: 40px;
    padding: 12px 0;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul.social li a i:hover { 
  color: #ffffff;
  background: #FFCC63 
}
ul.social.reverse li a i { 
  color: #26100F;
  background: #FFCC63
}
ul.social.reverse li a:hover i{ background: #26100F; color: #fff;}

/* Post Gallery */
#img-slider .owl-buttons {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}
#img-slider .owl-next,
#img-slider .owl-prev {
    margin: 5px 5px 5px 1px;
  background-color: #FFCC63;
  border-radius: 0;
  width: 30px;
  height: 30px;
  padding: 7px;
  opacity: 1;
}

/* Quote Post Type */
#tf-footer blockquote,
.img-wrap blockquote {
    font-family: 'Playfair Display', serif;
    position: relative;
    padding-bottom: 40px;
    padding-top: 22px;
    margin-bottom: -20px;
    background: #ffffff;
    font-size: 22px;
    border-color: #E99E03;
    border: 0 !important;
}
#tf-footer blockquote {
    background: transparent !important;
    margin-bottom: 40px;
    margin-top: 40px;
}
#tf-footer blockquote footer,
.img-wrap blockquote footer {
    font-style: italic;
    margin-top: 20px;
}

/* Youtube Post Type */
.youtube .metas { top: 60px }
.vimeo .metas { top: 150px }

/* Pagination */
#tf-pagination .wp-pagenavi{
	border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
#tf-pagination  a,
#tf-pagination  span {
    position: relative;
    float: left;
    padding: 8px 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333031;
    text-decoration: none;
    background-color: #ffffff;
    border: 0;
    margin: 5px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nav-next.text-right a,.nav-previous .text-left a{
	float: none !important;
	display: inline-block;
}
#tf-pagination  a:hover,
#tf-pagination  span:hover,#tf-pagination  .current {
    background: #E99E03;
    color: #ffffff;
}
#tf-pagination  a:first-child ,
#tf-pagination  span:first-child  {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#tf-pagination   a:last-child ,
#tf-pagination  span:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.category #tf-pagination {
  smargin-top: -60px;
}

/* Grid Posts Style */
.grid .post-detail h2{
    font-size: 24px
}
.grid .img-wrap #img-slider { 
    position: relative;
    margin-bottom: -30px;
}
.grid .post-detail { padding-top: 0; }
.grid .img-wrap blockquote{ font-size: 20px}
/* ===============================
Sidebar 
=================================*/
.sidebar{
    margin-left: 30px;
	overflow: hidden;
}
.widget {
    margin-bottom: 50px;
}
.widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .widget{
	text-align: center;
}
.widget .title{
    margin-bottom: 40px;
    text-align: center;
}
.widget-wrap { 
    text-align: center;
}
.widget_about .widget-wrap{
    padding: 0 20px;
}
.author-img {
      display: block;
  text-align: center;
  margin: auto;
  padding-bottom:15px;
}
.social ul.social li { margin: 0 }
.social ul.social { background: transparent}
input.form-control,
textarea { margin-bottom: 20px }
.form-control ,.newsletter-firstname,.newsletter-email,#subscribe-email input,.wysija-input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgb(246, 246, 246);
    background-image: none;
    border: 1px solid #F6F6F6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #333031;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-btn > .btn {
    position: relative;
    background: #26100F;
    color: #fff;
    border: 1px solid #333031;
    border-radius: 0;
}
.search .widget-wrap{
    padding: 10px
}

/* Newsletter */
input.form-control.subscribe-form,.newsletter-firstname,.newsletter-email,#subscribe-email input,.wysija-input{
  text-align: center;
  margin: 20px 0 15px 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
}
.newsletter-widget p{
	margin: 0;
}
/* Recent Post */
.widget_recent_post .media{ margin-bottom: 20px;}
.widget_recent_post .media-body {
  text-align: left;
}
.related-posts .media-body p,
.widget_recent_post .media-body p{
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 0;
}
.related-posts .media a.meta-date,
.widget_recent_post .media .meta-date {
  text-decoration: none;
  color: #797979;
  font-family: 'Niconne', cursive;
  font-size: 16px;
  margin-top: -30px;
  padding: 0;
  text-transform: lowercase;
}
/* Categories Widget / Page Links*/
ul.cat li,.widget_archive ul li,.widget_categories ul li,.widget_pages ul li,.widget_meta  ul li,.widget_nav_menu ul li,.widget_recent_entries ul li, ul.links li,.widget_recent_comments ul li,.widget_link_list ul li {
      font-family: 'Arapey', serif;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
	color: #333031;
}
ul.cat a,.widget_archive ul li a,.widget_categories ul li a,.widget_pages ul li a,.widget_meta  ul li a,.widget_nav_menu ul li a,.widget_recent_entries ul li a,.widget_recent_comments ul li a,
ul.links a,.widget_link_list ul li a {
    color: #333031;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul.cat li:after,.widget_archive ul li:after,.widget_categories ul li:after,.widget_pages ul li:after,.widget_meta  ul li:after,
.widget_nav_menu ul li:after,.widget_recent_entries ul li:after, 
ul.links li:after ,.widget_recent_comments ul li:after,.widget_link_list ul li:after{
    content: ' ';
    border-top: 1px solid #E8E8E8;
    padding: 0 30px;
    position: relative;
    display: block;
    margin: 10px 30px;
    /*margin-top: 10px*/;
}
ul.cat li:before,.widget_archive ul li:before,.widget_categories ul li:before,.widget_pages ul li:before,.widget_meta  ul li:before,
.widget_nav_menu ul li:before,.widget_recent_entries ul li:before,
ul.links li:before ,.widget_recent_comments ul li:before,.widget_link_list ul li:before{
    content: ' ';
    width: 0%;
    height: 3px;
    background: #E99E03;
    position: absolute;
    display: block;
    bottom: 0;
    z-index: 999;
    margin: 0px 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul.cat li:hover:before,.widget_archive ul li:hover:before,.widget_categories ul li:hover:before,.widget_pages ul li:hover:before,
.widget_meta  ul li:hover:before,.widget_nav_menu ul li:hover:before,.widget_recent_entries ul li:hover:before,
ul.links li:hover:before,.widget_recent_comments ul li:hover:before ,.widget_link_list ul li:hover:before{ width: 40% }
ul.cat li:hover a, .widget_archive ul li:hover a,.widget_categories ul li:hover a,.widget_pages ul li:hover a,.widget_meta  ul li:hover a
,.widget_nav_menu ul li:hover a,.widget_recent_entries ul li:hover a,
ul.links li:hover a,.widget_recent_comments ul li:hover a,.widget_link_list ul li:hover a {
    color: #E99E03;
    text-decoration: none;
}
.rst-inner-content a,.rst-post-excerpt a,.rst-main-content-page a{
	color: #E99E03;
}

/* Tags */
ul.tags li {
    margin: 0px;
	padding: 0;
}
.tagcloud,ul.tags {
	font-size: 0;
}
.tagcloud a,ul.tags li a{
    font-family: 'Arapey', serif;
    font-size: 16px !important;
    border: 1px solid #E8E8E8;
    color: #333031;
    padding: 2px 9px;
    margin: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	display: inline-block;
	line-height: 18px;
}
.sidebar ul.tags li a:hover, .tagcloud a:hover,
ul.tags li a:hover {
    color: #E99E03;
    text-decoration: none;
    border: 1px solid #E99E03;
}
.widget_archive label,.widget_categories label{
	display: none;
}
.widget_archive select,.widget_categories select{
	display: block;
	margin: 0px auto;
}
.widget  img{
	max-width: 100%;
	height: auto;
}
.widget.widget_text select{
	width: 100%;
}
.widget.widget_text select option{
	width: 100%;
}
#calendar_wrap table td,#calendar_wrap table th{
	color: #333;
    padding: 6px 13px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
#calendar_wrap table th{
	font-size: 14px;
}
/*============================= 
Footer Section 
==============================*/
#tf-footer {
    padding: 5% 0;
    border-top: 2px solid #26100F;
}
#tf-footer img.logo {
    width: 250px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
}
#tf-footer .widget{
    background: transparent;
   text-align: center;
}
.footer-widget .widget{
   text-align: center;
   overflow: hidden;
}
.footer-widget .widget .title::before{
	left: -120px;
}
.footer-widget .widget .title::after{
	right: -120px;
}
.footer-widget .widget .title::before,.footer-widget .widget .title::after{
	width: 110px;
}
.widget-instagram { text-align: center }
#instaphotos{ 
    margin-top: 40px;
    margin-bottom: 20px;
}
.rst-bottom-footer .copyright-txt{
	float: left;
	font-size: 14px;
}
.rst-bottom-footer {
	padding: 25px 0;
}
.rst-bottom-footer .social{
	float: right;
	margin: 0 !important; 
	padding: 0 !important; 
}
.rst-bottom-footer ul.social li{
	padding: 0;
	margin: 0;
}
.rst-bottom-footer ul.social li a i{
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 12px;
	line-height: normal;
	margin-left: 15px;
	color: #030303 !important;
}
.rst-footer-style-3{
	padding: 0 !important;
	border: none !important;
}
.rst-bottom-footer ul.social li a:hover i{
	background: none;
}
#instaphotos3 {
    margin-top: 30px;
    margin-bottom: 0px;
}
#instaphotos .item{
    margin: 5px;
}
#instaphotos3 .item{
    margin: 0px;
}
.footer-widget{
	padding: 80px 0 40px 0;
}
#tf-footer.tf-footer2{
	padding: 0;
}
.widget_instagram ul{
	margin: 0;
	padding: 0;
}
.widget_instagram ul li{
	width: 25%;
	float: left;
	padding-left: 1px;
	margin-bottom: 1px;
}
/* Bottom Footer */
.bottom-footer {
    text-align: center;
    border-top: 2px solid #26100F;
    color: #26100F;
    text-transform: uppercase;
    padding: 40px 0;
	position: relative;
}
p.copyright-txt{
	margin: 0;
}
a.top {
    background: #E99E03;
 
    border-radius: 50%;
    position: relative;
    top: -27px;
    color: #ffffff !important;
    font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 48px;
	height: 48px;
	line-height: 48px;
	padding: 0;
	text-align: center;
}
p.copyright-txt {
  font-family: 'Times New Roman';
  font-size: 16px;
}
/* =======================================
Single Page
========================================*/
.rst-inner-masonry2{
	position: relative;
}
.rst-inner-masonry2 .img-wrap{
	margin: 0;
}
.post-detail h2{
	margin-top: 15px;
}
/* .rst-inner-masonry2:after{ */
	/* content:""; */
	/* left: 10px; */
	/* right: 10px; */
	/* top: 10px; */
	/* bottom: 10px; */
	/* background: #fff; */
	/* position: absolute; */
	/* opacity: 0; */
	/* -webkit-transition: opacity 0.5s ease-in-out; */
    /* -moz-transition: opacity 0.5s ease-in-out; */
    /* transition: opacity 0.5s ease-in-out; */
/* } */
.rst-over-click{
	content:"";
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background: #fff;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.rst-mosonry-custom{
	padding-left: 8px;
	padding-right: 8px;
}
.rst-grid-masonry2{
	margin-left: -8px;
	margin-right: -8px;
}
.rst-inner-masonry2 .rst-post-detail-absolute{
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
	padding: 0 40px;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.rst-inner-masonry2:hover .rst-over-click,.rst-inner-masonry2:hover .rst-post-detail-absolute{
	opacity: 1;
}	
.rst-mosonry-custom{
	margin-bottom: 15px;
}
#tf-content { padding-top: 60px }
.section-title{
  margin-bottom: 40px;
  text-align: center;
}
blockquote {
    /*font-family: 'Playfair Display', serif;*/
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    background: #FDFDFD;
    border-left: 5px solid #E99E03 !important;
    border: 0;
	line-height: 1.42857;
}
blockquote p
{
	/*font-family: 'Playfair Display';*/
	
}
blockquote footer { margin-top: 20px }
ul.list-block li {
    font-size: 14px;
    line-height: 26px;
}
ul.list-block li i { margin-right: 10px }

/* share-tag-box */
.share-tag-box{
  margin: 40px 0;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  padding: 30px 0;
}
/* Author box */
.author-box { margin-bottom: 80px }
.author-box h4.media-heading {
    position: relative;
    top: 0;
    background: #333031;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
}
/* Related Posts */
.rst-comment-form,

.related-posts { margin-bottom: 60px; }
.comments{
	margin-bottom: 30px
}
/* Commenting */
.form-submit{
	text-align: center;
}
.media.comment,
.media.reply-comment {
  font-size: 13px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
}
.media.reply-comment { margin-left: 50px }
.reply-btn,.comment-reply-link{
  margin-top: 20px;
  font-family: 'Niconne', cursive;
  text-transform: lowercase;
  font-size: 18px;
  text-decoration: none;
}
.reply-btn:hover,.comment-reply-link:hover{text-decoration: none;}
a span.fa.fa-long-arrow-left {
    font-size: 12px;
    color: #787878;
    text-transform: lowercase;
    margin: 0 auto;
    padding: 5px 10px;
    margin-bottom: 20px;
    margin-right: 10px;
}
a:hover span.fa.fa-long-arrow-left {
   color: #E99E03;
}

/* Page Header */
.header-bg {
    height: 200px;
    position: relative;
    text-align: center;
    background: #f8f8f8;
}
#tf-content #tf-page-header {
    padding: 6.5% 0;
    
}
#tf-content .rst-main-content-page{
	padding-top: 40px;
}
#tf-page-header img { opacity: 0.25 }
#tf-page-header {
    text-align: center;
    padding: 4% 0;
}
#tf-page-header h5,#tf-page-header p{
    font-family: 'Niconne', cursive;
    font-size: 20px;
    letter-spacing: 1px;
}
#tf-page-header h2 ,#tf-page-header h1{ 
    letter-spacing: 10px;
    text-transform: uppercase;
}
.inner-banner h1{
	font-size: 30px;
    line-height: 32px;
}
#tf-page-header hr {
    border-color: #E99E03;
    width: 60px;
    margin-top: 10px;
    margin-bottom: -7px;
    border-width: 2px;
}
/* Layout Two*/
.category .post-block {
    smargin-top: 40px;
    smargin-bottom: 120px;
}
/* Category Page */
.category .post-detail { position: relative }

.category .post-block .post-detail h2 { text-align: center }
.category .post-block .post-detail h2,
.blog .post-detail h2 { smargin-bottom: 20px}
/* About Page */
#tf-content.contact,
#tf-content.about { padding-top: 40px }
#tf-content.contact{ padding-bottom: 0}
.contact .post-block { margin-bottom: 30px; }
p.help-block.text-danger li {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: -25px;
    margin-top: -10px;
    color: #E99E03;
}
/* Skills */
p.skills {
      font-family: 'Arapey', serif;
  letter-spacing: 1px;
  color: #343536;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.skill-list {
    margin-bottom: 30px;
}
.skillbar {
    height: 5px;
    background: #FFEEC9;
    margin: 0 0 10px 0;
}
.bar {
    background-color: #343536;
    height: 5px;
    width: 0;
}
.percent {
    float: right;
    color: white;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 18px;
}
span.percent {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    background: #FFEEC9;
    padding: 5px;
    color: #343536;
    top: -40px;
    right: -25px;
    letter-spacing: 1px;
    text-align: center;
}
.alert-danger {
    color: #333031;
    background-color: #FFEDC4;
    border-color: #E99E03;
}
#map {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 40px 0;
}
.rst-galleries.owl-theme .owl-controls .owl-nav div{
	background: #ffcc63;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0px 3px;
    opacity: 1;
	height: 30px;
	padding: 0;
	width: 30px;
	text-align: center;
	line-height: 30px;
}
.rst-galleries.owl-theme .owl-controls .owl-nav div:hover{
	opacity: 0.9;
}
.rst-galleries.owl-theme .owl-nav{
	bottom: auto;
	top: 6px;
    right: 3px;
	margin-top: 0;
    position: absolute;
    text-align: right;
    z-index: 999;
}
#rst-header .logo{
	float: left;
}
#rst-header{
	position: relative;
	z-index: 9999;
}
#rst-header  #tf-menu{
	float: right;
	border: none;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#rst-header{
	border-bottom: 2px solid #26100f;
	padding: 40px 0 40px 0;
}
.rst-header-style-3 #rst-header{
	border-bottom: none;
}
.rst-header-style-3 #tf-menu{
	background: none !important;
}
#instaphotos3 .owl-item:first-child{
	margin-left: -1px;
}
#rst-header .navbar-collapse{
	padding: 0;
}
#comments ol,#comments ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#comments .children{
	margin-left: 50px;
}

.rst-ajax-load-more{
	background-color: #26100f;
    border: 0 none;
    color: #fff !important;
    font-weight: 400;
    line-height: 40px;
	height: 40px;
    padding: 0px 50px;
    position: relative;
	font-size: 18px;
    text-decoration: none !important;
    transition: all 0.5s ease 0s;
	display: inline-block;
	margin-top: 60px;
	font-family: "Arapey",serif;
}
.rst-ajax-load-more i{
	display: none;
}
.fa-show{
	display: inline-block !important;
}
.rst-ajax-load-more:hover{
	background-color: #e99e03;
	color: #fff !important;
	text-decoration: none !important;
}
.comment-list .media.comment{
	padding-bottom: 30px;
}
div.wpcf7 .wpcf7-submit{
	margin-left: 20px !important;
}
.alignnone{
	display: block;
}
.comment-list .comment .media-body p{
	margin: 0;
}
.reply span{
	margin-bottom: 0 !important;
}
.has-sidebar-left .sidebar{
	margin-left: 0;
}
.media-body  .media-heading a,.media-body .media-heading strong,.media-body .media-heading b{
	font-weight: 400;
}
.comment .media-left img{
	width: 80px !important;
	height: 80px !important;
}
.comment .media-left .inner-media-left{
	width: 80px;
	display: block;
}

.widget_recent_post .media-left a{
	display: block;
	width: 80px;

}
.related-posts .media-left a{
	display: block;
	width: 80px;
}
.content-box-home{
	margin-top: 35px;
}
.rst-inner-box-home{
	position: relative;
	overflow: hidden;
}

.rst-container-box-detail-home{
    background-color: rgba(255, 255, 255, 0.65);
    left: 0;
    margin: 0 auto;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 57%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    width: 80%;
    /* z-index: 10; */
}
.rst-container-box-detail-home .rst-inner-box-detail-home {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 20px 15px;
    text-align: center;
}
.rst-inner-box-detail-home  h2{
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	font-family: 'times new roman';
}
.rst-inner-box-detail-home  h2 a,.rst-inner-box-detail-home  h2 a:hover{
	text-decoration: none;
	color: #26100f;
}
.rst-inner-box-home img{
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.rst-inner-box-home:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.rst-grid .no-results{
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 991px) { 
    .col-md-8{
		width: 66.63%;
	}
}
@media (max-width: 1040px) { 
	#wrapper{
		width: 97%;
	}
}
@media (max-width: 991px) {
	.rst-inner-box-home{
		margin-bottom: 20px;
	}
	.rst-container-box-detail-home{
		width: 60%;
	}
	.sidebar{
		margin-left: 0;
	}
	
    .img-responsive{
		width: 100%;
	}
	#rst-header .logo,#rst-header #tf-menu{
		float: none;
	}
	#rst-header #tf-menu{
		margin-top: 40px;
	}
	#rst-header{
		text-align: center;
	}
}
@media (max-width: 480px) {
	.rst-container-box-detail-home{
		width: 80%;
	}
}
.rst-nav-menu li{
	position: relative;
}
.rst-nav-menu  li:hover > .sub-menu {
    animation: 0.3s ease 0s normal none 1 running fadeInDownMenu;
    display: block;
    z-index: 999;
}
.rst-nav-menu ul.sub-menu .sub-menu {
    left: 100%;
}
.rst-nav-menu ul ul.sub-menu.rst-position-left {
    left: 100%;
    right: auto;
}
.rst-nav-menu ul ul.sub-menu.rst-position-right {
    left: auto;
    right: 100%;
}
.rst-nav-menu ul.sub-menu li:hover > ul.sub-menu {
    top: -11px;
}
.rst-inner-content a{
	color: #e99e03;
}


.thumbnail-box{
	overflow: hidden;
}
.box_style_02 .rst-container-box-detail-home{
	padding: 0;
    position: static;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    width: 100%;
}
.box_style_02 a{
	text-decoration: none;
}
.box_style_02 .rst-container-box-detail-home .rst-inner-box-detail-home{
	padding: 20px 10px;
	background: #f8f8f8;
}
.box_style_02 .rst-inner-box-detail-home h2{
	font-size: 25px !important;
    line-height: 30px !important;
}
#tf-menu.tf-menu-top{
	border-top: none;
}
.inner-main-header{
	position: relative;
	min-height: 40px;
}
.social-custom{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.social-custom ul.social{
	background: none;
	padding: 0;
	margin: 0;
}
.daisy-search-form{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	z-index: 999;
}
.daisy-search-form input {
    border: none;
	background: none;
	border-bottom: 1px solid #858484;
    color: #26100f;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: relative;
    top: -2px;
    width: 200px;
	font-family: "Arimo",sans-serif;
	display: inline-block;
	margin: 0;
}
.daisy-search-form input:focus{
	border-color: #858484;
}
.daisy-search-form button {
    background: none;
    border: none;
    color: #313131;
    font-size: 15px;
    height: 30px;
    padding: 0;
    width: 20px;
}
.inner-main-header #top-header{
	padding: 40px 0;
}

.social-custom ul.social li:first-child a i{
	margin-left: 0;
}
#tf-content.tf-content-page{
	padding-top: 0;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	font-weight: 400;
	text-decoration: none;
	margin-left: 6px;
}


/*woocommece*/
.container-products{
	padding: 0;
	list-style: none;
}
.rst-post-item-shop h3,.rst-post-item-shop h2{
	color: #282828;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.rst-post-item-shop a:hover h3,.rst-post-item-shop a:hover h2{
	opacity: 0.6;
}
.rst_thumbnail-shop{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.rst-post-item-shop .price{
	color: #e99e03;
	font-size: 16px;
	display: block;
	margin: 10px 0 0 0;
} 
.rst-post-item-shop .price ins{
	text-decoration: none;
}
.rst-post-item-shop .price del{
	margin-right: 10px;
}
.woocommerce .star-rating{
	float: none;
    font-family: star;
    font-size: 14px;
    height: 1.2em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 100px;
	letter-spacing: 5px;
	margin-top: 8px;
}
.rst-post-item-shop{
	margin-bottom: 40px;
}
.woocommerce .star-rating span::before{
	color: #e99e03;
}
.woocommerce span.onsale {
    background-color: #e99e03;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    left: auto;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 25px 65px 5px;
    position: absolute;
    right: -73px;
    text-transform: uppercase;
    top: -13px;
    transform: rotate(45deg);
    z-index: 9;
	left: auto;
}
#content-shop{
	position: relative;
}
#content-shop .page-title{
	 font-size: 32px;
    font-weight: 400;
    line-height: 35px;
	margin: 0;
	float: left;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
	width: 200px;
	margin: 5px 0 0 0;
	right: 0px;
	text-align: right;
	float: right;
	
}
.container-products{
	padding-top: 35px;
}
.rs-selectbox .rs-select-item.active{
	background: #dfe0e4;
}
.rs-selectbox .rs-select-item:hover, .rs-selectbox .rs-select-item.active:hover {
    background: #d3d3d3;
}
.rs-selectbox .rs-select-options{
	color: #858585;
}
.rs-selectbox .rs-select-options{
	padding: 5px 0;
}
.rs-selectbox .rs-select-item{
	margin: 0 10px;
}
.rs-select-arrow,.rs-select-selected{
	border: none; 
}
div.rs-selectbox{
	background: none;
}
.rs-select-selected{
	box-shadow: none;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}
.rs-selectbox .rs-select-item{
	height: auto;
	line-height: 20px;
}
.rs-select-arrow{
	background-color: none;
}
.rs-textbox:focus, .rs-selectbox-multiple:focus, .rs-selectbox.focus .rs-select-selected{
	border: none;
	box-shadow: none;
}
.rst-post-item-shop.first{
	clear: both;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width: 100%;
	float: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width: 100%;
	float: none;
}
.variations .label{
	color: #333;
	font-size: 14px;
	border-radius: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,.woocommerce table.shop_table.woocommerce-checkout-review-order-table td{
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce div.product .product_title{
	color: #282828;
	font-size: 24px;
	margin: 25px 0 5px 0;
	padding: 0;
	font-weight: 400;
}
.woocommerce .woocommerce-product-rating .star-rating{
	margin: 6px 0 0 0;
}
.woocommerce-review-link{
	color: #e99e03;
}
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 5px;
}
.woocommerce-product-rating{
	margin-top: 2px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #e99e03;
	font-size: 16px;
}
.summary  div[itemprop="description"]{
	margin-top: 20px;
	font-size: 13px;
	line-height: 24px;
	padding: 20px 0 10px 0;
	margin-bottom: 30px;
	position: relative;
}
.summary  div[itemprop="description"]:after{
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 1px;
	background: #e5e5e5;
}
.summary  div[itemprop="description"]:before{
	width: 170px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 1px;
	background: #e5e5e5;
}
.woocommerce .quantity .qty {
    border: none;
	background: #f1f1f1;
    color: #282828;
	font-size: 16px;
    line-height: 30px;
    padding: 0 25px 0 0;
    text-align: center;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
	border-radius: 20px;
}
.woocommerce div.product form.cart div.quantity, .product-quantity .quantity, .quick-view .quantity {
    position: relative;
    width: 75px;
	margin-right: 20px;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.plus {
    cursor: pointer;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 25px;
}
.plus i{
	margin-top: 3px;
}
.minus {

    bottom: 0;
    cursor: pointer;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 25px;
}
.summary .product_meta{
	font-size: 13px;
	text-transform: uppercase;
}
.summary .product_meta > span{
	display: block;
	margin-bottom: 10px;
	line-height: 13px;
}

.related.products{
	margin: 65px 0 0 0;
}
.related.products .text-center h2{
	margin: 0 0 30px 0;
}
.related.products .container-products{
	margin-left: -15px;
	margin-right: -15px;
}
.related.products .rst-post-item-shop{
	margin-bottom: 0;
}
.related.products .rst-post-item-shop.first{
	clear: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-color: #ececec;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size: 13px;
	text-transform: uppercase;
	color: #727272;
	padding: 15px 0;
	line-height: 16px;
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	font-size: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	padding: 0 20px;
	margin: 0;
	background-color: #ececec;
	border-color:  #ececec;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding-left: 0;
	margin-bottom: 35px;
}

#tab-description h2,.woocommerce-Reviews-title{
	color: #282828;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0  20px 0;
	padding: 0;
	font-weight: 400;
}

#tab-description p{
	margin-bottom: 25px;
}
.woocommerce-tabs  .panel{
	background-color: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
#review_form #reply-title{
	border-bottom: 1px solid #282828;
    color: #282828;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0 0 30px;
    padding-bottom: 6px;
    text-align: center;
    text-transform: uppercase;
}
#review_form_wrapper{
	margin: 60px 0 0 0 ;
}
#review_form .comment-respond{
	text-align: center;
}
.woocommerce p.stars a::before{
	color: #e99e03;
}
#review_form .comment-form{
	text-align: left;
}
.woocommerce #reviews #comment {
    height: 200px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	background:none;
    border: none;
    box-shadow: none;
    float: none;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0px;
    position: static;
    top: 0;
    width: 100%;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary,.rst_main_slider_pro{
	margin-bottom: 70px;
}
#reviews .commentlist .meta{
	margin-top: 10px;
	margin-bottom: 0px;
}
#reviews .commentlist .meta strong{
	color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
#reviews .commentlist .meta time{
	color: #aaaaaa;
    display: inline-block;
    font-size: 12px;
    margin: 0;

    word-spacing: 1px;
}
.sp-thumbnail-container{
	border: none;
}
.sp-left-thumbnails{
	margin-right: 15px;
}
.sp-thumbnail-container{
	margin-bottom: 10px !important;
	position: relative;
}
.sp-thumbnail-container.sp-selected-thumbnail:after{
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
	
}
.sp-slide img{
	width: 100%;
}

.product-stt{
	width: 100px;
	text-align: left;
	padding-left: 30px !important;
}
.product-thumbnail{
	width: 95px;
}
.product-price{
	width: 165px;
	
}
.product-quantity{
	width: 160px;
}
.product-subtotal{
	width: 90px;
}
.product-remove{
	width: 75px;
	text-align: center;
}
.woocommerce a.remove{
	margin: 0px auto;
}
.woocommerce table.shop_table th{
	font-size: 13px;
	line-height: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	color: #282828;
	text-transform: uppercase;
	font-weight: 400;
}
.woocommerce table.shop_table{
	border-color: #eeeeee;
	border-radius: 0;
	margin-bottom: 70px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 95px;
}
.product-name{
	padding-left: 25px !important;
}
.product-name a{
	color: #282828;
	font-size: 18px;
}
.product-name a:hover{
	color: #e99e03;
}
.woocommerce table.shop_table td{
	border-color: #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	color: #282828;
}
.woocommerce table.shop_table td.product-price,.woocommerce table.shop_table td.product-subtotal{
	color: #e99e03;
	font-size: 16px;
}
.woocommerce a.remove{
	color: #282828 !important;
	font-size: 20px;
}
.woocommerce a.remove:hover{
	background: none;
	color: #e99e03 !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	 border: 1px solid #c2c2c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 30px;
	height: 30px;
    margin: 0 8px 0 0;
    outline: 0 none;
    padding: 0 12px;
	color: #838383;
	font-style: italic;
	font-size: 12px;
	width: 200px !important;
}
 .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: #282828 !important;
    background-image: none;
    border: 0 none;
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    left: auto;
    line-height: 30px;
    margin: 0;
	height: 30px;
    overflow: visible;
    padding: 0 15px !important;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
	text-transform: uppercase;
	opacity: 1 !important;
}
.woocommerce .coupon input.button{
	background-color: #e99e03 !important;
}
.woocommerce .actions input.button{
	margin-right: 30px;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	 background-color: #e99e03 !important;
}
.coupon{
	margin-left: 30px;
}
.cart-collaterals .cart_totals  h2{
	color: #282828;
	font-size: 20px;
	margin: 0 0 14px 0;
	line-height: 22px;
	font-weight: 400;
	
}
 .cart-collaterals .cart_totals th{
	 color: #282828;
	 font-size: 13px;
	 text-transform: uppercase;
	 line-height: 16px !important;
	 padding: 25px 0 25px 30px !important;
	 font-weight: 400 !important;
	 border-right: 1px solid #eeeeee !important;
 }
.cart-collaterals .cart_totals td{
	font-size: 16px !important; 	
	color: #e99e03 !important;
	text-transform: uppercase;
	padding-left: 20px !important;
}	 
.cart-collaterals .cart_totals td strong{
	font-weight: 400;
}
.wc-proceed-to-checkout{
	width: 185px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	 display: block;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout{
	padding: 24px 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	 border: 1px solid #c2c2c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 30px;
	height: 30px;
    margin: 0;
    outline: 0 none;
    padding: 0 12px;
	color: #838383;
	sfont-style: italic;
	font-size: 12px;
}
.woocommerce form .form-row textarea{
	height: 100px;
	line-height: 20px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
	display: block;
    font-weight: 400;
    line-height: 16px !important;
    margin-bottom: 8px;	
}
.woocommerce .rst_thumbnail-shop .button{
	background: rgba(0, 0, 0, 0.3) !important;
	border-radius: 50% !important;
	height: 46px !important;
	width: 46px !important;
	line-height: 43px !important;
	text-align: center;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 0 !important;
	margin: 0 4px !important;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	opacity: 0 !important;
}
.rst_thumbnail-shop .button span{
	position: absolute;
	top: 0;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	left: 100%;
}
.button.quick-view-btn{
	transform: translateX(-150px);
}
.button.add_to_cart_button{
	transform: translateX(150px);
}
.rst-post-item-shop:hover .button.quick-view-btn,.rst-post-item-shop:hover .button.add_to_cart_button{
	transform: translateX(0px);
	opacity: 1 !important;
}
.woocommerce .rst_thumbnail-shop .button:hover{
	background: rgba(0, 0, 0, 1) !important;
}
.action-bottom{
	text-align: center;
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 0 !important;
	width: 100%;
}
.rst_thumbnail-shop .button span{
	display: none;
}
.rst-post-item-shop a{
	text-decoration: none;
}
.rst_thumbnail-shop img{
	width: 100%;
}
.woocommerce div.product .summary .single_add_to_cart_button{
	background: none !important;
	color: #e99e03 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	border-bottom: 1px solid #e99e03 !important;
	padding: 3px 0 !important;
	font-weight: 400 !important;
	border-radius: 0 !important;
	margin-top: 4px !important;
	line-height: 13px !important;
	height: auto !important;
}
.woocommerce div.product .summary .single_add_to_cart_button:hover{
	color: #282828;
	border-color: #282828;
}
.minus i{
	position: relative;
	top: -3px;
}
.woocommerce-message::before,.woocommerce-info::before{
	color: #282828;
}
.woocommerce-message,.woocommerce-info{
	border-color: #282828;
}
.woocommerce-billing-fields > h3,.woocommerce-shipping-fields > h3{
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
	margin: 20px 0;
}
.select2-container .select2-choice{
	border-color: #c2c2c2;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	padding-left: 12px;
	color: #838383;
}
.woocommerce-checkout-review-order table.shop_table tfoot th,.woocommerce .order_details  tfoot th,.woocommerce .customer_details tbody th{
	font-weight: 400 !important;
	padding-left: 25px;
}
.cart_header{
	color: #282828;
	font-size: 14px;
	border-left: 1px solid #e5e5e5;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 20px;
}
.cart_header i{
	font-size: 18px;
	margin-right: 5px;
}
.woocommerce a.added_to_cart{
	color: #fff;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
	margin: 0;
	vertical-align: sub;
}
.add_to_cart_button.added i{
	display: none;
}




.quick-view {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
.quick-view.visible {
    opacity: 1;
    visibility: visible;
}
.quick-view .mask {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.quickview-wrap {
    left: 50%;
    smax-height: 80%;
    opacity: 0;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 2;
}
.quick-view.visible .quickview-wrap {
    opacity: 1;
    top: 50%;
    visibility: visible;
}
.quick-view .nancy-loading {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    height: 46px;
    left: 50%;
    line-height: 42px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 46px;
}
.quick-view .quick-title > h3 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0 50px 10px 0;
    position: relative;
    text-transform: uppercase;
	font-weight: 400;
}
.quickview-inner {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    width: 1070px;
	position: relative;
	margin: 0px auto;
}
.sp-thumbnail-container .sp-thumbnail{
	margin: 0 !important;
}
.woocommerce div.product .quickview-inner  div.images, .woocommerce div.product .quickview-inner  div.summary, .quickview-inner .rst_main_slider_pro
{
	margin: 0;
}
.quickview-inner  .product_title{
	margin: 10px 0 !important;
}
.quickview-close {
    color: #ccc;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
	z-index: 9999;
}
.woocommerce .order_details li{
	font-size: 12px;
}
.woocommerce .order_details li strong{
	font-size: 14px;
}
.woocommerce-checkout .woocommerce h2,.woocommerce-checkout .woocommerce h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 10px;
    min-width: auto;
    padding: 0 5px;
    text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background: none;
    color: #e99e03;
}
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
}
.woocommerce nav.woocommerce-pagination ul{
	border: none;
	margin: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
	font-weight: 400;
}
 .woocommerce ul.product_list_widget li{
	padding: 15px 0;
}
.woocommerce ul.product_list_widget li:first-child{
	padding-top: 0;
}
.woocommerce ul.product_list_widget li:last-child{
	padding-bottom: 0;
}
.product_list_widget .rst-media-body h4{
	margin-bottom: 5px;
}
.recent-meta-price{
	color: #e99e03;
	font-size: 16px;
	margin-top: 8px;
}
.recent-meta-price ins{
	text-decoration: none;
	margin-left: 10px;
}
 .woocommerce ul.product_list_widget li img{
    float: none;
    height: auto;
    margin-left: 0;
    width: 100%;
 }
.price_slider_amount .price_label{
	font-size: 16px;
	color: #e99e03;
} 

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #282828;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
	height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #e99e03;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	text-align: center;
	background: none;
	top: -6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after{
	content: "\f0da";
	color: #e99e03;
	font-family: 'FontAwesome';
	font-size: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle:after{
	content: "\f0d9";
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	float: right;
	margin-top: 5px;
}
.price_slider_amount .price_label{
	float: left;
}
.woocommerce-info{
	margin-top: 10px !important;
}


/*gallery*/

.ie7 .gallery, .ie8 .gallery {
    margin: auto;
}
.gallery .gallery-item {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 6px;
    text-align: center;
}
.ie7 .gallery .gallery-item, .ie8 .gallery .gallery-item {
    padding: 6px 0;
}
.gallery .gallery-caption, .gallery .gallery-icon {
    margin: 0;
}
.gallery .gallery-caption {
    font-size: 13px;
    margin: 4px 0;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.333%;
}
.ie8 .gallery-columns-3 .gallery-item, .ie7 .gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.665%;
}
.gallery-columns-7 .gallery-item {
    width: 14.285%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.111%;
}
.gallery img {
    border: medium none;
    height: auto;
    max-width: 100%;
    padding: 0;
}


/* New Css */

#tf-menu {
    border-top: 1px solid #858484;
    border-bottom: 1px solid #858484; }
.bottom-footer,
#tf-footer {
    border-top: 1px solid #858484;
}
#wrapper { 
	width: 90%; 
}#wrapper.wrapper-full{	width: 100%;	max-width: 100%;}
.title, .comment-reply-title span, .meta-cat{
	font-size: 23px;
	padding: 5px 8px;
	font-family: "Arapey",serif;
	background:none;
	color:#e99e03;
}
.title::before, .comment-reply-title span::before,
.comment-reply-title span::after, .title::after, .meta-cat::before, .meta-cat::after{
	border-top: 1px solid #e99e03;
}
.title, .comment-reply-title span, .meta-cat{
	border:none;
}
.widget .title {
    margin-bottom: 24px;
}
.widget_about h5{
	font-size:25px;
}
ul.social li a i{
	border: 1px solid #e99e03;
	background:none;
	color:#e99e03;
	width: 32px;
    height: 32px;
    padding: 12px 0;
    border-radius: 50%;
    font-size: 13px;
    line-height: 7px;
    margin-left: 8px;
    text-align: center;
}
.meta-cat{
	font-size:17px;
	text-transform:capitalize;
}
.meta-cat:before{
	left:-45px;
}
.meta-cat:after{
	right:-45px;
}
.meta-cat:before,.meta-cat:after{
	width: 45px;
}
.rst-container-box-detail-home
{
	width:65%;
}
.rst-container-box-detail-home .rst-inner-box-detail-home
{
	padding: 10px;
}
.rst-inner-box-detail-home h2
{
	font-size: 20px !important;
    line-height: 25px !important;
    margin: 0;
}

.media-heading a:hover{
	text-decoration: none;
}
.img-wrap img{
	margin: 0px auto;
}.inner-banner{	
	position: absolute;	
	top: 50%;	
	transform: translateY(-50%);	
	-webkit-transform: translateY(-50%);	
	-moz-transform: translateY(-50%);	
	left: 0;	text-align: center;	
	right: 0;	
	margin: 0px auto;
}
.inner-banner > h2,.inner-banner > h1{	
	margin: 0;
}
.inner-banner hr + h2,.inner-banner hr + h1{
	margin-top: 20px;	
	margin-bottom: 10px;
}
.rst-inner-post-item-list .clearfix {
    position: relative;
	width: 100%;
}
.thumbnail-list {
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 280px;
}
.thumbnail-list > a {
    background-position: center center;
    background-size: cover;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}
.daisy-info-meta {
	text-align: center;
}
.thumbnail-list+ .daisy-info-meta {
    min-height: 250px;
    padding-left: 300px;
    padding-top: 0;
    padding-bottom: 20px;
	
}
.thumbnail-list .item {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.thumbnail-list .rst-galleries,.thumbnail-list .owl-stage-outer,.thumbnail-list .owl-stage,.thumbnail-list .owl-item{
	height: 100%;
}
.footer-widget-2 .box-footer-widget ,.footer-widget-3 .box-footer-widget {
		padding-left: 30px;
		padding-right: 30px;
}
.footer-widget-2 .row,.footer-widget-3 .row{
	margin-left: -30px;
	margin-right: -30px;
}
.gird .rst-post-excerpt{
	text-align: center;
}
.rst-slider .item{
	height: 470px;
	background-position: center center;
    background-size: cover;
    width: 100%;
}
.rst-slider .item.rst_bg_top{
	background-position: top center;
}
.rst-slider .item.rst_bg_bottom{
	background-position: bottom center;
}
.formErrorContent{
	display: none !important;
}
.thumbnail-media{
	width: 80px;
}
.thumbnail-media .owl-controls{
	display: none !important;
}
.rst_product_images{
	position: relative;
	overflow: hidden;
}
.rst_product_images .flex-control-thumbs{
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.rst_product_images .flex-control-thumbs li{
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px !important;
}
#headerSlider{
	margin-top: 35px;
}
#headerSlider3 .item {
    position: relative;
    width: 960px;
}
#headerSlider3.rst-slider .post-detail{
	display: none;
}
#headerSlider3.rst-slider .active.center .post-detail{
	display: block;
}

.aligncenter,div.aligncenter {
 display:block;
 margin:5px auto
}
.alignright {
 float:right;
 margin:5px 0 20px 20px
}
.alignleft {
 float:left;
 margin:5px 20px 20px 0
}
.aligncenter {
 display:block;
 margin:5px auto
}
a img.alignright {
 float:right;
 margin:5px 0 20px 20px
}
a img.alignnone {
 margin:5px 20px 20px 0
}
a img.alignleft {
 float:left;
 margin:5px 20px 20px 0
}
a img.aligncenter {
 display:block;
 margin-left:auto;
 margin-right:auto
}
.wp-caption {
 background:#fff;
 border:1px solid #f0f0f0;
 max-width:96%;
 padding:5px 3px 10px;
 text-align:center
}
.wp-caption.alignnone {
 margin:5px 20px 20px 0
}
.wp-caption.alignleft {
 margin:5px 20px 20px 0
}
.wp-caption.alignright {
 margin:5px 0 20px 20px
}
.wp-caption img {
 border:0 none;
 height:auto;
 margin:0;
 max-width:98.5%;
 padding:0;
 width:auto
}
#sb_instagram{
    height: auto !important;
	background: none !important;
}
#sb_instagram #sbi_images .sbi_item {
    width: 100% !important;
}
#sb_instagram #sbi_images{
	padding: 0 !important;
}
#instaphotos #sb_instagram .sbi_photo_wrap{
	margin: 5px;
}
#sb_instagram{
	padding: 0 !important;
}
#sb_instagram .sbi_photo{
	background: none;
}
#sb_instagram .sbi_photo img{
	display: block !important;
}
.sb_instagram_header,#sbi_load{
	display: none !important;
}
.widget_instagram #sb_instagram #sbi_images .sbi_item{
	width: 25% !important;
	float: left;
	padding-left: 1px !important;
	margin-bottom: 1px !important;
}
.widget_instagram #sb_instagram .sbi_photo {
    background: none !important;
    height: auto !important;
}