/*===========================================*/
/* 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
/*===========================================*/

/* =======================================
Imports
========================================*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Arapey:400italic,400);
@import url(http://fonts.googleapis.com/css?family=Niconne);

/* =======================================
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 (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{
    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; }


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 {
  font-size: !important;
  line-height: 28px;
}
}
.highlight{ color: #E99E03}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* 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 */
#headerSlider{
    position: relative;
    overflow: hidden;
}
#headerSlider .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;
}
#headerSlider .post-detail {
  position: absolute;
  z-index: 10;
  top: 50%;
  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%);

}
#headerSlider .post-detail .inner-post-detail{
	background-color: rgba(255, 255, 255, 0.65);
	padding: 50px 25px;
	text-align: center;
}
.inner-post-detail h2{
	margin: 0;
}

/* Slider Style 2 */
#headerSlider .item {
  margin: 25px 0 0 !important;
  padding: 0 !important;
  position: relative;
}
#headerSlider .item-box{
    position: relative;
    overflow: hidden;
}
#headerSlider.slidertwo .post-detail {
  position: absolute;
  z-index: 10;
  top: 55%;
  width: 80%;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px 20px 30px 40px;
}
#headerSlider.slidertwo .small-box .post-detail {
  bottom: 15%;
  top: auto;
}
#headerSlider.slidertwo .post-detail h2{ 
    font-size: 24px;
    line-height: 26px;
}
#headerSlider.slidertwo .item-box> .post-detail{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(180px);
  -ms-transform: translateY(180px);
  transform: translateY(180px);
}
#headerSlider.slidertwo .item-box:hover > .post-detail{
    opacity: 1;
    -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* =======================================
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{
      font-family: 'Arapey', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    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;
}
.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{ 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 h2,
.post-detail h2 a {
    font-weight: 500;
    color: #26100f;
    text-decoration: none;
}

.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;
}
#headerSlider .img-wrap{ 
    margin: 0;
    padding: 0
}
#img-slider .item > img,.rst-galleries .item > img{
    width: 100%;
}
  
#headerSlider .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;
}
#headerSlider .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, 
.grid .post-detail h2 a{
    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;
}
.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 {
      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 {
    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{
    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{
    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 { 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 {
    color: #E99E03;
    text-decoration: none;
}
/* 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;
    border: 1px solid #B19E8C;
}
.widget-instagram { text-align: center }
#instaphotos{ 
    margin-top: 40px;
    margin-bottom: 20px;
}
#instaphotos .item{
    margin: 5px;
}
/* Bottom Footer */
.bottom-footer {
    text-align: center;
    border-top: 2px solid #26100F;
    color: #26100F;
    text-transform: uppercase;
    padding: 15px 0 20px 0;
}
a.top {
    background: #E99E03;
    padding: 12px 20px;
    border-radius: 50%;
    position: relative;
    top: -30px;
    color: #ffffff !important;
    font-size: 20px;
}
p.copyright-txt {
  font-family: 'Arapey', serif;
  font-size: 16px;
}
/* =======================================
Single Page
========================================*/
#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 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 */
.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 { 
    letter-spacing: 10px;
    text-transform: uppercase;
}
#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 .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: #e99e03 !important;
    border: 0 none;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.42857;
    padding: 8px 20px;
    position: relative;
    text-decoration: none !important;
    transition: all 0.5s ease 0s;
	display: inline-block;
}
.rst-ajax-load-more:hover{
	background-color: #C68503 !important;
	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: 30px;
}
.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: 50%;
    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;
	}
	.pull-left{
		float: none !important;
	}
	[data-sticky_column] {
		position: static !important;
		margin-top: 50px;
		width: 100% !important;
	}
	.jquery-stickit-spacer{
		display: none !important;
	}
    .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;
}
.header-layout-4 + .main-slider #headerSlider .item,.header-layout-2 + .main-slider #headerSlider .item{
	margin: 0 !important;
}
.social-custom ul.social li:first-child a i{
	margin-left: 0;
}
#tf-content.tf-content-page{
	padding-top: 0;
}
.post-block {
     margin-bottom: 2.2em;
}