/*
Theme Name: fbird
Theme URI: http://thdesign.com/maichau
Author: TH Design
Author URI: http://themeforest.net/user/th-design
Text Domain: fbird
Description: WordPress Blog Theme 
Version: 1.0.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
 
/*------------------------------------------------------------------
[ Table of contents ]

1. Global reset
2. General
3. Header
  3.1. Menu
  3.2. Social Icons
  3.3. Logo and header 
  3.4. Slideshow
4. Post
  4.1. Post Header
  4.2. Post Meta
  4.3. Post Content
  4.4. Gallery Post
  4.5. Video Post
  4.6. Pagination
  4.7. Post Related
  4.8. Comment
  4.9. Post Footer 
5. Widget
  5.1. About
  5.2. Latest posts
  5.3. social
  5.4. Instagram widget
  5.5 Categories 
  5.6. widget archive, calendar, categories, search
  5.7. Mailchimp Subscribe
6. Page 
  6.1. Search, 404 form
  6.2. Contact Form 7
7. Footer 
8. Extras 
--------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 1.  Global reset  */
/*-------------------------------------------------------------------------------------------*/
a {
  color: #555;
  text-decoration: none;
  outline: none;
}
a:hover, a:active, a:focus {
  color: #c99753;
  text-decoration: none;
   -o-transition: .25s;
   -ms-transition: .25s;
   -moz-transition: .25s;
   -webkit-transition: .25s;
   transition: .25s; 
   outline: none;
}
input:focus {
   outline: none;
}
::selection {
    background: #c99753;
  color: #fff;
} 
::-moz-selection { 
    background: #c99753;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12.5px 0;
  font-family: 'Open Sans';
  font-weight: normal;
  line-height: 1.3;
  color: #000;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12px;
  text-transform: uppercase;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset textarea,
fieldset input[type="text"],
fieldset input[type="password"],
fieldset input[type="datetime"],
fieldset input[type="datetime-local"],
fieldset input[type="date"],
fieldset input[type="month"],
fieldset input[type="time"],
fieldset input[type="week"],
fieldset input[type="number"],
fieldset input[type="email"],
fieldset input[type="url"],
fieldset input[type="search"],
fieldset input[type="tel"],
fieldset input[type="color"],
fieldset .uneditable-input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
legend {
  padding: 0 10px;
  margin-left: -10px;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 38px;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 30px;
  font-weight: normal;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea,
.uneditable-input {
  width: 206px;
  -webkit-appearance: none;
}
textarea {
  height: auto;
  background: #ffffff;
  resize: vertical;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #ddd;
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #B5B5B5;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 40px;
  line-height: 40px;
  padding: 8px;
}
select {
  width: 220px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #e5e5e5;
  background-color: #fcfcfc;
  border-color: #e5e5e5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
blockquote {
  border-left: 3px solid;
  border-color: #c99753;
  padding:0 17px;
}
blockquote p {
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  line-height:28px;
  font-style:italic;
  color:#999;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a:hover img {
  opacity: 0.8;
}
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
}

dt {
  font-weight: bold;
  text-transform: uppercase;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  text-align: center;
  width: 100%;
}

 td, th {
  padding: 9px 0px;
  text-align: center;
}

.calendar_wrap td,
.calendar_wrap th {
  padding: 4px;
}

thead {
  text-transform: uppercase;
}

.calendar_wrap table {
  background: #fff;
}

.calendar_wrap thead {
  background: #f4f4f4;
}

.calendar_wrap th {
  font-weight: 300;
}

tr {
  border: 1px solid #f4f4f4;
}

tfoot {
  text-align: initial;
}

tfoot tr {
  border: none;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.page-content:before,
.page-content:after,
.post-content:before,
.post-content:after,
.post-excerpt:before,
.post-excerpt:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.featured-content:before,
.featured-content:after,
.has-post-thumbnail:before,
.has-post-thumbnail:after,
.main-wrap:before,
.main-wrap:after,
.footer-wrap:before,
.footer-wrap:after,
.author-box:before,
.author-box:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.page-content:after,
.post-content:after,
.post-excerpt:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.featured-content:after,
.has-post-thumbnail:after,
.main-wrap:after,
.footer-wrap:after,
.author-box:after {
  clear: both;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    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;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}
/*----index----*/
.latest-blog .post-title {
    padding-top: 30px;
    padding-bottom: 15px;
    margin: 0
}
#th-bg-header #content {
  background: #fff;
}
#content .latest-blog .blog-wr-meta .post-meta {
  padding: 0;
  margin-bottom: 20px;
}
#content .latest-blog  .post-excerpt {
  margin: 0 30px;
  font-size: 14px;
  color: #555555;
}
#content .latest-blog  .post-footer {
  margin: 0 30px 30px 30px;
}
#content .latest-blog  .post-footer .author, #content .latest-blog  .post-footer .post-counters li a, #content .latest-blog  .post-footer .post-counters li:before {
  color: #999;
}
#content .latest-blog  .post-footer .post-counters li a:hover {
  color: #c99753;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption{  
  font-size:12px;
  color:#888;
  font-family:"Open Sans";
}  
  
.gallery .gallery-icon img{  
  border-radius:2px;  
  border:1px solid #eee !important;  
  padding:7px;
}  
.gallery .gallery-icon img:hover {
  border:1px solid #ccc !important;  
}

/*-------------------------------------------------------------------------------------------*/
/* 2.  General  */
/*-------------------------------------------------------------------------------------------*/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #494949;
  background-color: #f8f8f8;
}
.container {
  padding-left: 0;
  padding-right: 0;
}

/* Disable Promo Box */
#main-content  .promo-box .content-box-home {
  padding-bottom: 60px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom:60px;
}

#main-content  .promo-box .thumbnail-box img {
  width:100%;
}
#main-content  .promo-box  .th-inner-box-home{
  position: relative;
}
#main-content  .promo-box .th-inner-box-detail-home h2 {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  font-size:14px;
  text-transform:uppercase;
  line-height: 16px;
  padding:10px 22px;
  letter-spacing: 1px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  left: 25px;
  right: 25px;
  width: auto;
  bottom: 20px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
#main-content  .promo-box .th-inner-box-detail-home h2:hover {
  background: #c99753;
  color: #fff;
}

body #wrapper {
  overflow: hidden;
}

  /*----------contact----------*/
#th-bg-header {
  background-repeat: no-repeat;    margin-top: 60px;  
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 80px;
  position: relative;
}
#th-bg-header:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}
#th-bg-header .page-header {
  height: 440px;
  margin: 0;
  border: 0;
  padding: 0;
}
#th-bg-header .page-header .header-title {
  top: 50%;
  width: 100%;
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
   position: absolute;
   text-align: center;
}
#th-bg-header .page-header h1{
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0;
  border: 1px solid #9f9fa0;
  padding: 17px 50px;
  display: inline-block;
}

#main-page .page-header {
  padding: 0;
  margin: 0px 0 35px;
  border: 0;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.text-center {
  text-align:center;
}
.page-header h1 {
  line-height: 1.1;
  text-align:center;
  font-size: 25px;
  padding: 25px 0 25px 0;
  text-transform: uppercase;
  margin: 0;
}
.taxonomy-description {
  position: relative;
  font-style: italic;
  color: #555;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}
.taxonomy-description p {
  margin: 0;
  padding: 0;
}
article.post, article.page {
  background:#fff;
    margin-bottom: 60px;
    overflow: hidden;
}
.single article.post {
    margin-bottom: 0px;
}
.page-template-page-fullwidth article.page {
  margin-bottom: 0;
}
.btn {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  border: none;
  background-color: #c99753;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.btn:hover {
  opacity: .75;
  text-decoration: none;
  color: #ffffff;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  opacity: 0.3;
}
.lt-ie9 .btn.disabled,
.lt-ie9 .btn[disabled] {
  filter: alpha(opacity=30);
}
.btn-large {
  padding: 10px 25px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  line-height: 20px;
  font-size: 12px;
  padding: 8px 15px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
input[type="submit"].btn-small {
  height: 30px;
}
.btn-primary {
  background-color: #c99753;
}
.btn-primary:hover {
  background-color: #444444;
}
.btn-warning {
  background-color: #f1c40f;
}
.btn-warning:hover {
  background-color: #444444;
}
.btn-danger {
  background-color: #e74c3c;
}
.btn-danger:hover {
  background-color: #444444;
}
.btn-success {
  background-color: #c99753;
}
.btn-success:hover {
  background-color: #444444;
}
.btn-info {
  background-color: #3498db;
}
.btn-info:hover {
  background-color: #444444;
}
.btn-inverse {
  background-color: #34495e;
}
.btn-inverse:hover {
  background-color: #444444;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #c99753;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
._4s7c {
  border: none !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  -moz-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

/*-------------------------------------------------------------------------------------------*/
/* 3. Header */
/*-------------------------------------------------------------------------------------------*/

/* 3.1. Menu
-------------------------------------------------- */
#menu {
  z-index: 9999;
  width: 100%;
  position: fixed;
  background: #fff;
  height: 60px;
 box-shadow: 0px 2px 2px 0px rgba(221, 221, 221, 1);
  -webkit-backface-visibility: hidden;
}
#menu-appear {
  background: #fff;
  border-top: 1px solid #EAEAEA;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.08);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.08);
}
#nav-wrapper {
  top:0;
}
#menu .container , #menu-appear .container {
  position: relative;
}

.slicknav_menu { 
  display:none; 
  background: #fff;
  padding: 0;
}

#menu-appear {
  position: fixed;
  top: -44px; 
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1230px;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .33s ease;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
}
#menu-appear.appear {
  transform: translateY(44px);
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
}
.admin-bar #menu-appear {
  top: -12px;
}
@media screen and (max-width: 782px) {
  .admin-bar #menu-appear {
    top: 2px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #menu-appear {
    top: -44px;
  }
}
.main-menu .menu {
  margin: 0;
  padding: 0;
}
.main-menu .menu li {
  display:inline-block;
  position:relative;
  margin-right: -4px;
}
.main-menu .menu li a {
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  text-transform: uppercase;
  margin-right:30px;
  font-weight: 400;
  line-height:60px;
  color: #000000;
  display:block;
    -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
  position: relative;
}

 .main-menu .menu > li.current-menu-item>a, .main-menu .menu > li.current_page_item>a, .main-menu .menu > li.current-menu-parent>a, .main-menu .menu > li.current-menu-ancestor>a{
  color: #c99753;
}
.main-menu .menu > li:hover > a {
  color: #c99753;
}
.main-menu .menu > li:hover > a:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}


/*** Dropdown ***/
.main-menu .menu .sub-menu,
.main-menu .menu .children {
  visibility: hidden;
  background: #fff;
  text-align: left;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,.08);
  -moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,.08);
  box-shadow: 0 3px 2px 0 rgba(0,0,0,.08);
}

.main-menu ul.menu ul a,
.main-menu .menu ul ul a {
  color: #000;
  text-align: left;
  margin: 0;
  padding:10px 15px;
  min-width: 230px;
  line-height:20px;
  text-transform: uppercase;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
}
.main-menu ul.menu ul li a,
.main-menu .menu ul ul li a{
  border-top: 1px solid #ececec;
}
.main-menu ul.menu ul li a:hover:before, .main-menu .menu ul ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.main-menu ul.menu ul li,
.main-menu .menu ul ul li {
  padding-right:0;
  margin-right:0;
}

.main-menu ul.menu ul li:hover > a, .main-menu ul ul li.current-menu-ancestor>a,
.main-menu .menu ul ul li:hover > a, .main-menu .menu li li.current-menu-item > a {
  color:#fff;
  background:#c99753;
}

.main-menu ul ul li.current-menu-item>a:before, .main-menu ul ul li.current_page_item>a:before,  .main-menu ul ul li.current-menu-ancestor>a:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.main-menu ul.menu ul li:hover > a:before,
.main-menu .menu ul ul li:hover > a:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.main-menu ul.menu li:hover > ul,
.main-menu .menu ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.main-menu .menu .sub-menu ul,
.main-menu .menu .children ul { 
  left: 100%;
  top: 0;
}
.main-menu ul.menu ul li a:after,
.main-menu .menu ul ul li a:after {
  display: none;
  padding-left: 0;
}

/* Top Search */

 .th_search {
   border-left: 1px solid #eeeeee;
  position: absolute;
  top: 0;
  right: 0;
  color: #010000;
  text-align: center;
  width: 50px;
  cursor: pointer;
  line-height: 60px;
  font-size: 13px;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

.th_search:hover{
  color: #c99753;
}
.show-search {
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  z-index: 1000;
  -webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
  -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
  box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}
.show-search .searchform input {
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #EAEAEA;
  width: 250px;
  height: 44px;
  border-radius: 0;
}
/* Top Social */
#menu .th_social {
  position: absolute;
  top: 0;
  right: 50px;
}
#menu .th_social ul {
  margin-right: 20px;
}
#menu .th_social ul li {
 display:inline-block;
  margin-right: -4px;
  padding-right: 15px;
}
#menu .th_social ul li:last-child {
  margin-right: -1px;
  padding-right: 0;
}
.th_contact .th_social ul  li a,
#menu .th_social ul li a{
  border: 1px solid #EAEAEA;
  border-radius: 100%;
  font-size: 13px;
  text-align: center;
  width: 30px;
  display: block;
  height:30px;
  line-height: 28px;
  color: #555;
  margin-top:15px;
  margin-bottom:15px;
   -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
#menu .th_social ul li a:hover{
  background: #c99753;
  color:#fff;
  border:1px solid #c99753;
}

/* 3.3. Logo and header 
-------------------------------------------------- */
#header {
  margin-top:60px;
}
#header .logo {
  padding: 80px 0 90px;
  text-align: center;
}
#header .logo h1 {
  margin: 0;
}
#header .logo a  {
  color:#333333;
  display: block;
  height: 100%;
}
.site-subtitle {
    color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  opacity: 1 !important;
}
.logo img.retina {
    display: none;
    width: auto;
}
/* 3.4. Slideshow
-------------------------------------------------- */
#slider {
  margin-bottom: 30px;
  border-right: 0;
  border-left: 0;
}
#slider .slider-caption {
  background-color: rgba(255, 255, 255, 0.90);
  position: absolute;
  top: 50%;
  font-size: 12px;
  left: 50%;
  height: 220px;
  margin: auto;
  width: 450px;
  padding: 56px 15px 57px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  left: 0;
  right: 0;
  moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#slider .post-title a{
  color: #010000;
}
#slider #th-slider3 .slider-caption .post-title a:hover,
#slider .post-title a:hover {
  color: #c99753;
}
#slider .slider-caption .read-more {
  float: none;
}
#slider .slider-caption .read-more a:hover {
  background:#c99753;
  border:1px solid #c99753;
  color:#fff;
}
#slider .slider-caption .read-more a {
  display: inline-block;
  line-height:34px;
  border:1px solid #c99753;
  width:120px;
  color:#000000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
/*---silder-02---*/
#th-default-slider .slider-caption {    
  position: absolute;
    bottom: 0;
    left: 0;
  font-size: 12px;
    top: auto;
  width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%); 
    background: rgba(0, 0, 0, 0.5);
}
#th-default-slider .slider-caption .pull-left {
  width: 55%;
    padding: 18px 0;
}
#th-default-slider .slider-caption .pull-right {
  width: 45%;
}
#th-default-slider .slider-caption .pull-left .post-title{
    text-align: left;
    padding-left: 10px;
  margin: 0;
}
#th-default-slider .slider-caption .pull-left .post-title a {
   color: #fff;
}
#th-default-slider .slider-caption .pull-left .post-title a:hover {
    color: #c99753;
}
#th-default-slider .slider-caption  .pull-right .post-meta {
    padding: 26px 10px 21px 0;
  margin: 0;
  float: right;
}
#th-slider3 .dot-irecommendthis ,
#th-default-slider .dot-irecommendthis {
  color: #fff !important;
} 
#th-slider3 .dot-irecommendthis:hover, #th-slider3 .dot-irecommendthis.active,
#th-default-slider .dot-irecommendthis:hover, #th-default-slider .dot-irecommendthis.active {
    color: #c99753 !important;
}
#th-slider3 .slider-caption .post-title a, #th-slider3 .slider-caption .read-more a,
#th-slider3 .slider-caption .post-meta .meta-sep, #th-default-slider .slider-caption  .pull-right .post-meta .meta-sep {
  color: #fff;
 }
  #th-slider3 .owl-nav {
  display: block;
  }
/*---slider-03---*/
#slider #th-slider3 .slider-caption {    
  position: absolute;
    bottom: 0;
    left: 0;
  font-size: 12px;
    top: auto;
  width: 100%;
    height: 230px;
    margin: 0;
    padding: 62px 15px 61px 15px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%); 
    background: rgba(0, 0, 0, 0.5);
}


/*-------------------------------------------------------------------------------------------*/
/* 4. Post */
/*-------------------------------------------------------------------------------------------*/

/* 4.1. post header
-------------------------------------------------- */
.lt-ie9 .post-header {
  margin-bottom: 40px;
}
.post-title {
  margin-top: 10px;
  margin-bottom: 23px;
  text-align: center;
  line-height:24px;
  color: #010000;
  font-size: 20px;
}
.blog-loop-default .post-title {
  margin:0;
  padding:0;
}
.post-title a {
  font-family: 'Open Sans';
  color: #010000;
  font-size: 20px;
  font-weight:400;
}
.sticky {
  position: relative;
}
.sticky .post-title:before { 
  content: "\f005";
  z-index: 999;
  top: -6px;
  right: -27px;
  font-family: "FontAwesome";
  background: #c99753;
  color: #fff;
  position: absolute;
  width: 80px;
  font-size: 15px;
  line-height: 48px;
  height: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sticky .post-title { 
  color: red;
}
.lt-ie9 .post-title {
  font-size: 20px;
}

    /*---home-grid---*/

#blog-grid .blog-loop .content-post:nth-child(2n+1) {
    clear: both;
}
#blog-grid-2 .blog-post-content .post-excerpt,
#blog-grid .blog-post-content .post-excerpt {
  margin-bottom:23px;
}
#blog-grid-2 .blog-post-content .post-footer,
#blog-grid .blog-post-content .post-footer {
  text-align:center;
}

#blog-grid-2 .full-post .blog-post-content .post-footer .posted-on,
#blog-grid-2 .full-post .blog-post-content .post-footer .comment-post  a {
  padding-left: 0;
  padding-right: 0;
}
#blog-grid-2 .blog-post-content .post-footer .posted-on,
#blog-grid .blog-post-content .post-footer .posted-on  {
  position: relative;
  background: #fff;
  padding-left: 10px;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
#blog-grid-2 .blog-post-content .post-footer .meta-sep,
 #blog-grid .blog-post-content .post-footer  .meta-sep {
  position: relative;
  background: #fff;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
    margin-right: -4px;
    margin-left: -3px;
} 
#blog-grid-2 .blog-post-content .post-footer .comment-post  a,
#blog-grid .blog-post-content .post-footer  .comment-post  a {
  position: relative;
  background: #fff;
  padding-right: 10px;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
#blog-grid-2 .blog-post-content .post-footer .comment-post  a:hover,
 #blog-grid .blog-post-content .post-footer  .comment-post  a:hover {
  color: #c99753;
 }
#blog-grid-2 .blog-post-content, #blog-grid .blog-post-content,
.blog-loop-default .blog-post-content  {
  margin: 30px 30px 0 30px;
    font-family: 'lato', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
}
.single #content .th-related .owl-stage-outer h3 {
  margin:0; 
  padding: 0;
  font-size: 14px;
  color: #555555;
}
.single #content .post-meta {
  padding: 0;
  margin-top: 28px;
  margin-bottom: 13px;
}
.single #content .post-related .post-meta {
  margin-top: 13px;
  margin-bottom: 7px;
  padding: 0;
}
#content .post-meta {
  text-align: center;
  color: #ddd;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
  padding-top:27px;
  margin-bottom:16px;
}
.blog-loop-default .blog-post-content .post-excerpt {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 30px;
  color: #555555;
}
  .post-title {
    font-size: 20px;
  }
  .single .post-title {
    font-size: 20px;
  }
  .post-title a {
  font-size: 20px;
}
/* 4.2. post meta
-------------------------------------------------- */
#slider .post-meta {
  text-align: center;
  line-height:13px;
  letter-spacing: 1px;
  color: #ddd;
}
#sidebar .meta-sep:before {
    content: "|";
  font-size: 9px;
  margin: 0 9px;
  position: relative;
  top: -1px;
}
.post-footer .meta-sep:before {
    content: "|";
  font-size: 10px;
  margin: 0 13px;
  position: relative;
  top: -1px;
} 
.meta-sep:before {
    content: "|";
  font-size: 10px;
  margin: 0 8px;
  position: relative;
  top: -1px;
} 
.post-cat > a {
  padding-left: 5px;
  color: #c99753;
  text-transform: uppercase;
  font-family: 'lato', sans-serif;
}
.post-cat > a:first-child {
  padding-left: 0;
}
 .post-cat > a:hover {
 text-decoration: none;
}
.post-type {
  margin-right: 15px;
  color: #c99753;
}
.post-content img , .page-content img, .post-excerpt img{
  max-width: 100%;
  height: auto;
}
.post-thumbnail img{
  width: 100%;
  height: auto;
}
.post-thumbnail{
  position: relative;
  overflow: hidden;
}
.post-thumbnail a .hover-box{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.post-thumbnail a .hover-box:before{
  color: #FFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'FontAwesome';
  content: "";
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
.format-video .post-thumbnail a .hover-box:before{
  content: "\f04b";
  border: 2px solid #FFF;
}
.format-audio .post-thumbnail a .hover-box:before{
  content: "\f001";
  border: 2px solid #FFF;
}
.single .post-thumbnail, .single .post-img {
  padding: 0;
}
.post-img.audio {
  margin-bottom: -10px;
}
.meta-info {
  font-style: italic;
  color: #a5a5a5;
  margin-right: 8px;
  font-family: "Crimson Text",serif;
  float: left;
  margin-top: 6px;
  font-size: 15px;
}  
.meta-info a {
  color: #c99753;
}
.meta-info a:hover {
  text-decoration: underline;
}
.list-item .meta-info {
  float: none;
}  
.post-share {
  float: right;
  font-size: 12px;
}
.post-share span{
  font-size: 12px;
  font-weight: 400;
  color: #555;
}
.post-share a {
    border: 1px solid #EAEAEA;
    border-radius: 100px;
    font-size: 13px;
    text-align: center;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    color: #555;
    margin-right: 15px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
.post-share a:last-child {
  margin-right: 0;
}
.post-share a:hover {
   background: #c99753;
   border:1px solid #c99753;
   color: #ffffff;
}

/* 4.3. Content
-------------------------------------------------- */
.page-content {
  padding: 30px;
}
.post-content p, .post-content hr, .page-content p, .page-content hr, .post-excerpt p {
  margin-bottom: 20px;
}
.post-content ul, .post-content ol, .page-content ol, .page-content ul, .post-excerpt ul, .post-excerpt ol {
  padding-left:45px;
  margin-bottom:20px;
}
.post-content ol li, .page-content ol li, .post-excerpt ol li {
  margin-bottom:12px;
  list-style:decimal;
}
.post-content ul li, .page-content ul li, .post-excerpt ul li {
  margin-bottom: 12px;
}
.post-content ul li:before, .page-content ul li:before, .post-excerpt ul li:before {
  content: "";
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: -20px;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  background: #c99753;
}
.post-content a, .page-content a, .post-excerpt a {
  color: #c99753; 
}
.post-content a:hover, .page-content a:hover, .post-excerpt a:hover {
  text-decoration:underline;
}
.blog-loop-default .blog-post-content {
  margin-top: 25px;
}
/*-----single post-pages-------*/
.single #content {
  background: #fff;
}
.single .post-content {
  margin: 25px 30px 15px 30px;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
  font-family: 'lato', sans-serif;
}
.single .post-content .dot-irecommendthis {
  display: none;
}
/* 4.4. Gallery Post
-------------------------------------------------- */
.carousel-indicators {
  display: none;
}
.carousel-control {
  position: absolute;
  bottom: 50%;
  margin-bottom: -20px;
  width: 40px;
  top: inherit;
  cursor: pointer;
  left: -40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background: #ffffff;
  opacity: 0;
  color: #666666;
  font-size: 13px;
  text-shadow: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.entry-gallery:hover .carousel-control {
  opacity: 0.5;
}
.entry-gallery:hover .carousel-control.left {
  left: 0px;
}
.entry-gallery:hover .carousel-control.right {
  right: 0px;
}
.lt-ie9 .carousel-control {
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background: #fff;
}
.carousel-control.right {
  right: -40px;
  background: #fff;
  color: #222222;
}
.carousel-control:hover{
  outline: 0;
  color: #222222;
  text-decoration: none;
  opacity: .9 !important;
  filter: alpha(opacity=90);
}
.carousel-control:focus {
  color: #222222;
}
.lt-ie9 .carousel-control:hover {
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
}
.lt-ie9 .carousel {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .carousel {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .carousel {
    margin-bottom: 15px;
  }
}

/* 4.5. Video Post 
-------------------------------------------------- */
.post-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.post-video embed, .post-video iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 4.6. Pagination 
-------------------------------------------------- */
.pager {
  position: relative;
  zoom: 1;
  padding: 10px 30px 10px 30px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
}
.pager .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.pager .nav-previous {
  float: left;
  width: 50%;
  text-align: left;
}
.pager .meta-nav {
  color: #999999;
}
.pager a {
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.lt-ie9 .pager {
  padding: 10px 0;
}
.blog-pagination {
  text-align: center;
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 10px 0;
  width: 130px;
  line-height: 20px;
  color: #999;
  background-color: #ebeaea;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.blog-pagination a{
  color: #999;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.blog-pagination:hover {
  color: #fff;
  background-color: #c99753;
}
.blog-pagination:hover a {
  color: #fff;
}
.blog-pagination:hover .th-spinner-1, .blog-pagination:hover .th-spinner-2, .blog-pagination:hover .th-spinner-3 {
  background: #fff;
}

/*-------Blog Filter-------*/
.blog-filter {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.blog-filter a{
  margin-left: 20px;
  font-family: "Roboto Slab", sans-serif;
}
.blog-filter a:first-child{
  margin-left: 0;
}

.blog-filter a:before {
    display: inline-block;
    content: "/";
    color: #555;
    margin-right: 20px;
}
.blog-filter a:first-child:before {
    display: none;
}
.blog-filter a.active{
  color: #c99753;
}
/* 4.7. Post Related 
-------------------------------------------------- */
.post-related {
  margin: 0 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 80px;
}
.related-posts-title {
  font-size: 16px;
  border-top: 1px solid #eeeeee;
  padding: 47px 0 35px 0;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
}
.related-posts-title span {
  text-transform: uppercase;
}
.post-box { text-align:center; }
.post-box-title {
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:30px;
  font-weight:700;
  border-bottom:1px solid #ddd;
  padding-bottom:4px;
  display:inline-block;
}
.item-related {
  text-align: center;
}
.item-related h3 {
  margin: 5px;
  line-height: 22px;
}
.item-related h3 a {
  font-family: "Open Sans";
  font-size: 14px;
  text-transform: uppercase;
}
.single .item-related h3 a {
  text-transform: none;
}
.item-related span.date {
  font-size:13px;
  color:#888;
}

/* 4.8. Comment  
-------------------------------------------------- */
#comments {
    background: #fff;
    padding: 0 30px;
  margin-bottom: 50px; 
}
.comment-list {
  padding: 0;
  list-style: none;
  margin: 0;
  font-family: 'lato', sans-serif;
}
.comment-list .comment-body {
  position: relative;
}
.comment-list .avatar {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.comment-list .fn {
  float: left;
  margin-right: 25px;
  font-weight: 400;
  color: #000;
  padding-top: 15px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.comment-list .fn:hover {
  color: #c99753;
}
.comment-list .comment-metadata {
  padding-top: 15px;
}
.comment-list .comment-datetime,
.comment-list .sep,
.comment-list .comment-reply-link,
.comment-list .comment-edit-link {
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
#respond {
  overflow:hidden;
}

#respond  h3 {
  font-size:16px;
  color:#000;
  margin-bottom: 35px;
  margin-top: 45px;
  text-transform: uppercase;
}
.comment-list span.reply a {
  font-size:12px;
  color: #424242;
  letter-spacing: 1px;
  text-transform: uppercase;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.comment-list span.reply a:hover {
  color: #c99753;
}
.comment-list .comment-datetime {
  color: #999999;
}
.comment-list .comment-datetime i {
  margin-right: 5px;
}
.comment-list .comment-datetime:hover {
  color: #c99753;
}
.comment-list .comment-reply-link i {
  margin-right: 5px;
}
.comment-list .comment-edit-link {
  color: #aaaaaa;
  margin-left: 10px;
}
.comment-list .comment-edit-link:hover {
  color: #c99753;
}
.comment-list .comment-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.comment-list .comment-content p {
  font-size: 14px;
  font-family: 'lato', sans-serif;
  color: #424242;
}
.comment-list .reply {
  top: 15px;
  position: absolute;
  right: 0;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.commentlist .bypostauthor {
  background: #eee;
}
.commentlist li ul.children li.bypostauthor {
  background: #eee;
}
#respond {
  position: relative;
}
.comments-title{
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  padding: 47px 0 35px 0;
  margin: 0;
}
#cancel-comment-reply-link {
  position: absolute;
  right: 0;
  padding: 11px 20px;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  border: none;
  background-color: #555555;
  line-height: normal;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#cancel-comment-reply-link:hover {
  background: #c99753;
  text-decoration: none;
}
#commentform p {
  margin-bottom: 0;
}
#commentform .logged-in-as {
  float: right;
  font-size: 12px;
}
#respond .comment-form{
  font-family: 'lato', sans-serif;
}
#respond input {
  margin-bottom: 30px;
  height: 44px;
  font-size: 12px;
  letter-spacing: 0;
}
#respond .comment-form-comment label {
  display: none;
}
#commentform #comment {
  min-width: 100%;
  min-height: 100px;
  height: 240px;
  resize: vertical;
  margin-bottom: 25px;
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform .form-submit {
  overflow: hidden;
  text-align: center;
}
.wpcf7 .wpcf7-submit,
#commentform #submit {
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  background-color: #c99753;
  color: #fff; 
  border: none;
  font-weight: 400;
  line-height: 13px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
  width: initial;
  padding: 0 42px;
  height: 38px;
  letter-spacing: 1px;
}
.lt-ie9 .comment-list .comment-body {
  padding: 40px 0 40px 80px;
}
.lt-ie9 .comment-list > li:first-child > .comment-body {
  padding-top: 20px;
}
.lt-ie9 .comment-list .avatar {
  position: absolute;
  left: 0;
}
.lt-ie9 .comment-list .depth .comment-body {
  margin-left: 40px;
}
.lt-ie9 .comment-list .depth-10 > .comment-body {
  margin-left: 400px;
}
.lt-ie9 .comment-list .depth-9 > .comment-body {
  margin-left: 360px;
}
.lt-ie9 .comment-list .depth-8 > .comment-body {
  margin-left: 320px;
}
.lt-ie9 .comment-list .depth-7 > .comment-body {
  margin-left: 280px;
}
.lt-ie9 .comment-list .depth-6 > .comment-body {
  margin-left: 240px;
}
.lt-ie9 .comment-list .depth-5 > .comment-body {
  margin-left: 200px;
}
.lt-ie9 .comment-list .depth-4 > .comment-body {
  margin-left: 160px;
}
.lt-ie9 .comment-list .depth-3 > .comment-body {
  margin-left: 120px;
}
.lt-ie9 .comment-list .depth-2 > .comment-body {
  margin-left: 80px;
}

.lt-ie9 #cancel-comment-reply-link {
  bottom: 0;
}
.lt-ie9 #commentform {
  margin-bottom: 40px;
}
.lt-ie9 #commentform input[type="text"] {
  width: 50%;
}
@media (min-width: 768px) {
  
  .comment-list .comment-body {
    border-bottom: 1px dashed #eee;
    padding: 0 0 15px 120px;
  margin-bottom: 20px;
  }
  .comment-list .avatar {
    position: absolute;
    left: 0;
  }
  .comment-list .depth .comment-body {
    margin-left: 40px;
  }
  .comment-list .depth-10 > .comment-body {
    margin-left: 400px;
  }
  .comment-list .depth-9 > .comment-body {
    margin-left: 360px;
  }
  .comment-list .depth-8 > .comment-body {
    margin-left: 320px;
  }
  .comment-list .depth-7 > .comment-body {
    margin-left: 280px;
  }
  .comment-list .depth-6 > .comment-body {
    margin-left: 240px;
  }
  .comment-list .depth-5 > .comment-body {
    margin-left: 200px;
  }
  .comment-list .depth-4 > .comment-body {
    margin-left: 160px;
  }
  .comment-list .depth-3 > .comment-body {
    margin-left: 120px;
  }
  .comment-list .depth-2 > .comment-body {
    margin-left: 30px;
  }
  
  #cancel-comment-reply-link {
    bottom: 0;
  }
  #commentform input[type="text"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  
  .comment-list .comment-body {
    padding: 20px 0;
  }
  .comment-list > li:first-child > .comment-body {
    padding-top: 10px;
  }
  .comment-list .commnet-meta {
    overflow: hidden;
  }
  .comment-list .avatar {
    float: left;
    margin-right: 10px;
  }
 
  #cancel-comment-reply-link {
    bottom: 20px;
  }
  #commentform input[type="text"] {
    width: 100%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #commentform input[type="text"] {
    width: 100%;
  }
}

/* 4.9. Post Footer 
-------------------------------------------------- */
.single .post-meta-footer {
  margin: 35px 30px 0px 30px;
  overflow: hidden;
  position:relative;
}
 .post-footer {
  position:relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.single .post-meta-footer:before,.post-footer:before {
  content: '';
  width: 100%;
  top: 50%;
  left: 0;
  z-index:0;
  height: 1px;
  position: absolute;
  background: #eeeeee;
}
.single .post-meta-footer .pull-left , .post-footer .pull-left {
    background: #fff;
  color: #999999;
    z-index: 5;
    position: relative;
  padding-right: 77px;
  font-family: "lato", sans-serif; 
}
.pull-left .posted-on, .pull-left .meta-sep, .pull-left .comment-post a {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
.pull-left .comment-post a:hover  {
  color: #c99753;
 }
.single .post-meta-footer .pull-right, .post-footer .pull-right {
  background: #fff;
  z-index: 5;
  position: relative;
  padding-left: 77px;
}
.footer-box {
  width: 33.333333%;
  float: left;
}
.read-more {
    line-height: 1;
}
.read-more a {
  color: #c99753;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 34px;
}
.read-more a i{
  margin-left: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.read-more a:hover i{
  margin-left: 12px;
}
.more-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
}
.post-footer .author p{
  margin: 0;
}
.post-footer .author {
  color: #555;
  line-height: 33px;
}
.blog-loop-default .post-footer .author {
   text-align: center;
}
.post-footer .author a{
  font-size: 12px;
  color: #c99753;
  line-height: 33px;
}
.post-footer .author a:hover{
  text-decoration: underline;
}
.post-counters {
  text-align: right;
}
.single .post-counters {
  float: left;
}
.post-counters a{
  font-size: 12px;
  color: #555;
  line-height: 33px;
}
.post-counters a:hover{
  color: #c99753;
}
.post-counters li {
  position: relative;
  display: inline-block;
  margin-left: 16px;
}
.type-page .post-counters li {
  display: none;
}
.post-counters li:first-child {
    margin-left: 0;
}
.post-counters li:before {
  display: inline-block;
  content: "/";
  color: #555;
  margin-right: 16px;
}
.post-counters li:first-child:before {
  display: none;
}
.widget .dot-irecommendthis:before {
  font-size: 9px;
}
.dot-irecommendthis:before {
  content: '\f08a';
  font-family: "FontAwesome";
  padding-right: 2px;
  padding-left: 1px;
  font-size: 11px;
  letter-spacing: 1px;
}
.post-counters a i {
  padding-right: 5px;
  font-weight: bold;
}
.dot-irecommendthis {
  background: none;
  padding-left: 0;
  border: 0 !important;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
  min-height: 13px;
  color: #999999 !important;
  font-family: 'lato', sans-serif;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active {
  background-position: 0 -23px;
  color: #c99753 !important;
  border: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  text-decoration: none;
  font-family: 'lato', sans-serif;
}
/*** Post tags ***/
.post-tags {
  margin: 0 30px;
  text-transform: uppercase;
  color: #c99753;
}
.post-tags span {
  font-size: 12px;
  font-family: 'open sans';
  color: #000000;
  margin-right:10px;
  font-weight: 400;
}
.post-tags a {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  color: #c99753;
  letter-spacing: 1px;
  font-family:'lato', sans-serif;
}
#content .post-tags  {
  color: #ddd;
}
/*** Post author ***/
.post-author {
  margin: 70px 30px 30px 30px;
  overflow:hidden;
} 
.author-img {
  float:left;
  margin-right:30px;
}
.author-img img {
  border-radius:50%;
}
.author-content h5 a {
  font-size:14px;
}
.author-content h5 {
  margin-top: 0;
  margin-bottom: 8px;
}
.author-content p {
  margin-bottom:8px;
}
.author-content .author-social {
  font-size:13px;
  color:#bbb;
  margin-right:8px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.author-content .author-social:hover {
  color: #c99753;
}

/*-------------------------------------------------------------------------------------------*/
/* SideBar  */
/*-------------------------------------------------------------------------------------------*/

#sidebar .widget {
  padding: 29px 20px;
  background:#fff;
  margin-bottom: 35px;
  border-radius: 0;
}
#sidebar .widget:last-child {
  margin-bottom: 0 !important;
}
/*-------------------------------------------------------------------------------------------*/
/* 5. Widget */
/*-------------------------------------------------------------------------------------------*/
.widget img {
  height: auto;
}
.widget .th_social ul  {
  text-align:center;
  border-bottom:0;
  padding-bottom:0;
  margin-top:25px;
}
.widget .th_social ul li {
  display:inline-block;
  padding-bottom:0;
  border-bottom:0;
  padding-right: 15px;
  margin-right: -4px;
}
.widget .th_social ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.widget .th_social ul li a{
  border: 1px solid #EAEAEA;
  border-radius: 100px;
  font-size: 13px;
  text-align: center;
  width: 30px;
  display: block;
  height:30px;
  line-height: 28px;
  color: #555;
   -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
.th_social ul li a:hover{
  background: #c99753;
  color:#fff;
  border:1px solid #c99753;
}
.lt-ie9 #sidebar {
  margin-bottom: 40px;
}
.lt-ie9 #sidebar .widget {
  margin-top: 35px;
  padding-top: 35px;
}
.widget ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
#sidebar.sticky .widget:last-child{
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
}
#sidebar.sticky .widget-sticked .widget.appear{
  transform: translateY(55px);
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
}
.widget .textwidget img {
  width: 100%;
}

/* 5.1. About
-------------------------------------------------- */
.about-title {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  color:#000;
  letter-spacing: 1px;
  padding-bottom: 15px;
  margin-top: 28px;
  text-align: center;
  font-family: 'Open Sans';
}
.about-widget p { 
  text-align: center;
  line-height: 28px;
  color: #555555;
  font-family: "lato", sans-serif;
  margin: 10px 0; 
  font-size: 14px;
}
/* 5.2. Latest posts
-------------------------------------------------- */
.widget ul.side-newsfeed li {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 16px;
  margin-left: 0;
}
.widget ul.side-newsfeed li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul.side-newsfeed li .side-item {
  overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-image {
  width:100%;
  margin-bottom:10px;
}
.widget ul.side-newsfeed li .side-item .side-image img {
  width: 100%;
}
.widget ul.side-newsfeed li .side-item .side-item-text {
  overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-meta {
    line-height: 16px;
    margin-bottom: 6px;
}
.widget ul.side-newsfeed li .side-item .side-item-text  a {
  display: block;
  line-height: 18px;
  font-size:14px;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
  font-size: 12px;
  color: #999;
}
#sidebar .widget .side-newsfeed li .side-item-text .irecommendthis-post a {
  font-size: 10px;
  letter-spacing: 1px;
}
#sidebar .widget .side-newsfeed li .side-item-text .post-cat a {
  font-size: 10px; 
    font-weight: 400;
  display: inline-block; 
  letter-spacing: 1px;
}
#sidebar .widget .side-newsfeed li .side-item-text .irecommendthis-post, 
#sidebar .widget .side-newsfeed li .side-item-text .meta-sep,
#sidebar .widget .side-newsfeed li .side-item-text .post-cat {
  display: inline-block;
    color: #ddd;
  line-height:13px;
}
.widget .post-thumbnail a .hover-box:before {
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  margin: -7px 0 0 -17px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget .post-thumbnail a:hover .hover-box:before {
  margin: -17px 0 0 -17px;
}

/* 5.3. social
-------------------------------------------------- */
.widget-social {
  text-align: center;
}
.widget-social a:first-child {
  margin-left: 0;
}
.widget-social a i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #eee;
  color: #999;
  border-radius: 4px;
  margin: 0 2px 4px;
  font-size: 13px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.widget-social a i:hover {
   background: #c99753;
   color: #fff;
}

/* 5.4. Instagram widget
-------------------------------------------------- */
.widget .instagram-pics {
  padding:0;
  list-style:none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}
.widget .instagram-pics li {
  width: 45.5%;
  display: inline-block;
  border-bottom: none;
  padding: 0;
  margin: 0 5px 10px;
}
.widget .instagram-pics li img {
  max-width:100%;
}
/*5.5 Categories
-------------------------------------------------*/

#sidebar .th_cat_widget .thumbnail-box {
  position:relative;
}
#sidebar  .th_cat_widget .thumbnail-box img {
  width:100%;
  margin:0;
  padding:0;
}
#sidebar .th_cat_widget .thumbnail-box:before {
  content:'';
  position: absolute;
  top:10px;
  right:10px;
  left:10px;
  bottom:10px;
  border:1px solid #fff;
  margin:0;
  padding:0;
  z-index: 100;
}
.th_cat_widget ul li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}
.th_cat_widget ul li .categories-title {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 0 25%;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
  z-index: 110;
}
.th_cat_widget ul li h3 {
  letter-spacing: 1px;
  font-family: "lato", sans-serif;
  margin: 0 auto;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  background: #fff;
  color: #000000;
  padding: 5px;
}
.th_cat_widget ul li h3:hover {
  background: #c99753;
  color: #fff;
}

/* 5.6. widget archive, calendar, categories, Rss, Meta, Comment
-------------------------------------------------- */
[class*="widget"] .widget-title {
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  padding-left:12px;
  line-height: 18px;
  margin-bottom: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0;
  position: relative;
  z-index: 3;
}
[class*="widget"] .widget-title a{
  color: #fff;
}
.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  top:2px;
  bottom: 4px;
  display: block;
  z-index: 1;
  height: 14px;
  width: 5px;
  background:#c99753;
}
.widget_archive select {
  width: 100%;
}
.widget_archive option {
  padding: 5px 10px;
}
.widget_archive ul {
  list-style: none;
  margin: 0;
}
.widget_archive li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_archive li:first-child {
  margin-top: 0;
}
.widget_calendar #wp-calendar {
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.widget_calendar #wp-calendar tfoot {
  display: none;
}
.widget_calendar caption {
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  padding: 5px;
  text-align: center;
}
.widget_calendar th,
.widget_calendar td {
  border: 1px solid #e5e5e5;
  padding: 5px;
  text-align: center;
}
.widget_calendar a {
  font-weight: bold;
}
.widget_calendar #today {
  background: #e5e5e5;
}
.widget_categories select {
  width: 100%;
}
.widget_categories option {
  padding: 5px 10px;
}
.widget_categories select {
  width: 100%;
}
.widget_categories li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_categories > ul > li:first-child {
  margin-top: 0;
}
.widget_categories .children li {
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  position: relative;
}
.widget_nav_menu ul {
  margin: 0;
  list-style: none;
}
.widget_nav_menu li {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}
.widget_nav_menu ul > li {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_nav_menu a {
  display: block;
  margin-right: 35px;
}

.widget_nav_menu .sub-menu li {
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  margin-left: 5px;
  position: relative;
}
.widget_meta ul {
  margin: 0;
  list-style: none;
}
.widget_meta li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_meta li:first-child {
  margin-top: 0;
}
.widget_pages ul {
  margin: 0;
  list-style: none;
}
.widget_pages li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_pages > ul > li:first-child {
  margin-top: 0;
}
.widget_pages .children li {
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  margin-left: 5px;
  position: relative;
}
[class*="widget_recent_comments"] ul {
  list-style: none;
  margin: 0;
}
[class*="widget_recent_comments"] li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
[class*="widget_recent_comments"] li:first-child {
  margin-top: 0;
}
[class*="widget_recent_comments"] .url {
  color: #c99753;
}
[class*="widget_recent_comments"] .url:hover {
  text-decoration: underline;
}
[class*="widget_recent_comments"] .comment-author-link {
  color: #aaaaaa;
}
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
}
.widget_recent_entries li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_recent_entries li:first-child {
  margin-top: 0;
}
.widget_recent_entries .post-date {
  color: #aaaaaa;
  display: block;
}
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_rss li a{
  display: block;
  line-height: 22px;
  color: #c99753;
}
.widget_rss li a:hover{
  text-decoration: underline;
}
.widget_rss li .rss-date {
    font-size: 12px;
    color: #999;
}
.widget_text option {
  padding: 5px 10px;
}
.widget_text select {
  width: 100%;
}
.widget_text ul {
  list-style: none;
  margin: 0;
}
.widget_text .wp-caption.alignnone {
    margin: 0;
}
.widget_tag_cloud .tagcloud {
  padding-left: 15px;
}
.widget_tag_cloud .tagcloud a {
  font-size: 13px !important;
  background: #eee;
  color: #999;
  padding: 0px 10px;
  margin-right: 20px;
  margin-bottom: 8px;
  line-height: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  display: inline-block;
  position: relative;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px; 
  border-bottom-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;  
  border-top-right-radius:4px;

}
.widget_tag_cloud .tagcloud a:before{
  content:"";
  float:left;
  position:absolute;
  top:0;
  left:-15px;
  width:0;
  height:0;
  border-color:transparent #eee transparent transparent;
  border-style:solid;
  border-width:15px 15px 15px 0;  
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.widget_tag_cloud .tagcloud a:after{
  content:"";
  position:absolute;
  top:13px;
  left:0;
  float:left;
  width:4px;
  height:4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background:#fff;
  -moz-box-shadow: 0 -1px 0 rgba(154, 154, 154, 0.5),
  0 1px 0 rgba(255,255,255,0.3);
  -webkit-box-shadow: 0 -1px 0 rgba(154, 154, 154, 0.5),
  0 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 -1px 0 rgba(154, 154, 154, 0.5),
  0 1px 0 rgba(255,255,255,0.3);
}
.widget_tag_cloud .tagcloud a:hover {
   background: #c99753;
   color: #ffffff;
}
.widget_tag_cloud .tagcloud a:hover:before {
   border-color:transparent #c99753 transparent transparent;
}

/* 5.7. Mailchimp Subscribe
-------------------------------------------------- */
.widget_mc4wp_widget .widget-title {
  margin-bottom:0;
}
.mc4wp-form label {
  font-weight: 400 !important;
  margin-bottom: 18px !important;
  text-align: center;
  font-style: italic;
  color: #444;
  font-size: 15px;
}
.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  letter-spacing: 1px;
  color: #fff; 
  border: 1px solid #c99753;
  text-transform: uppercase;
  background: #c99753;
  height:38px;
  font-weight:400;
}
.wpcf7 .wpcf7-submit:hover, #commentform #submit:hover,
.mc4wp-form button:hover, .mc4wp-form input[type=button]:hover, .mc4wp-form input[type=submit]:hover {
  opacity: 0.8;
}
.mc4wp-form-fields, .mc4wp-response {
  text-align: center;
}
.widget .mc4wp-form-fields input[type=email] {
  margin-bottom:15px;
}
.mc4wp-form-fields p {
  margin: 0;
  padding: 0;
  font-family: 'lato', sans-serif;
}
#mc4wp-form-1 .mc4wp-form-fields p:last-child {
  border-bottom:0;
}
.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
  width: 100%;
  height: 38px;
  font-size:13px;
  text-align:center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Mailchimp comments */
#respond .mc4wp-checkbox-comment_form label {
  width:auto;
}
#respond #mc4wp-checkbox input {
  margin-bottom:0;
}
.contact-info {
  margin-top: 15px;
}
.contact-info i{
  padding-right: 15px;
}
.contact-info p{
  margin-bottom: 15px;
}
/* 6. Page
-------------------------------------------------- */
/* 6.1. Search, 404 form
-------------------------------------------------- */
.widget_search .search-form,
.error-404 .search-form,
.search-no-results .search-form {
  position: relative;
}
.widget_search .screen-reader-text,
.error-404 .screen-reader-text,
.search-no-results .screen-reader-text {
  display: none;
}
.widget_search .search-field,
.error-404 .search-field,
.search-no-results .search-field {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-style: italic;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-no-results .no-results  {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
.search-no-results .no-results h3 {
  text-align: center;
  margin-bottom: 40px;
}
.widget_search .search-form label {
    margin-bottom: 0px;
}
.widget_search label:before,
.error-404 label:before,
.search-no-results label:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: #aaa;
  text-align: center;
  line-height: 40px;
}
.widget_search .search-submit,
.error-404 .search-submit,
.search-no-results .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.error-404 {
  background: #fff;
  text-align:center;
}
.error-404 .page-header {
  margin: 0;
  padding: 0;
}
.error-404 .page-content h1 {
  font-size:140px;
}
.error-404 p {
  margin-bottom:20px;
  color: #555555;
}

/* 6.2. Contact Form 7
-------------------------------------------------- */
.wpcf7 textarea {
  width: 100%;
  height: 190px;
  color: #555555;
  font-style: normal;
  letter-spacing: 0;
}
.wpcf7 input {
  width:100%;
  font-style: normal;
  letter-spacing: 0;
  color: #555555;
}
div.wpcf7 {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 50px;
}
.wpcf7 p {
    margin-bottom: 20px;
}
#th-content .page-content p {
  font-size: 14px;
  font-family: 'lato', sans-serif;
  color: #555555;
}
.wpcf7-form h3 {
  text-transform: uppercase;
  color: #000;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 0;
}
#th-content .page-content .wpcf7-form  .contact-submit {
  text-align: center;
}
#th-content .page-content .wpcf7-form  .contact-submit input {
  margin-left: 20px;
  width: auto;
  display: inline-block;
}
#th-content .page-content .wpcf7-form p {
  font-size: 14px;
  color: #888;
  letter-spacing: 1px;
}
#th-content .page-content .wpcf7-form>p>span {
  color: red;
}
.th_contact {
  text-align: center;
}
.th_contact ul  li {
  display: inline-block;
  list-style: none;
  margin-right: -4px;
  padding-right: 13px;
  margin-bottom: 0;
}
.th_contact ul  li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.th_contact ul li:before{
  display:none !important;
} 
.th_contact .th_social .social {
  padding-left: 0;
  padding-bottom: 5px;
}
#main-page .page  {
  margin-bottom: 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*-------------------------------------------------------------------------------------------*/
#widget-footer {   
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #EAEAEA;
}
.site-footer {
  background:#fff;
    border-top: 1px solid #eeeeee;
    margin-top: 200px;
}
/* Footer Instagram */
#instagram-footer {
  text-align:center;
  overflow:hidden;
  position: relative;
  width:50%;
  float: left;
  background: #eeeeee;
}
#subscribe-footer {
  position: relative;
  width:50%;
  float: left;
  min-height: 338px;
}
.instagram-title {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  position: absolute;
  top: 50%;
  opacity: 1;
  margin-top: -19px;
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%); 
  left: 50%;
  background: #c99753;
  color:#fff;
  padding: 10px 20px;
  z-index: 9;
}
#instagram-footer .instagram-pics li {
  width:25%;
  float:left;
  position: relative;
}
#instagram-footer .instagram-pics li img {
  max-width:100%;
}
#instagram-footer p.clear {
  font-size: 11px;
  border-bottom: 1px solid #eee;
  display: inline-block;
  margin-top: 5px;
}
#subscribe-footer .wrap-subscribe {
  background: #fff;
    position: absolute;
    top: 40px;
  right: 40px;
  left: 40px;
  bottom: 40px;
  text-align: center;
  border: 1px solid #dddddd;
}
#subscribe-footer  .subscribe-widget {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
#subscribe-footer  .subscribe-widget p {
  margin: 0;
  padding: 0;
}
#subscribe-footer  .subscribe-widget p input[type=email] {
  text-align: left;
  padding: 0 15px;
  height: 38px;
  width: 450px;
  margin-bottom: 30px;
}

#subscribe-footer  .subscribe-widget p input[type=submit] {
  width: inherit;
  padding:0 42px;
  height: 38px;
}
#subscribe-footer  .subscribe-widget  h3 {
    font-family: 'lato', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  margin:0;
  padding-bottom: 26px;
}

/* Site info */
#footer {
  border-top: 0;
  margin-top: 0;
  background: #eee;
}
.footer-logo {
  padding: 100px 0 75px;
  text-align: center;
}
.site-footer .footer-logo h1 {
  margin: 0;
}
.site-info {
  font-size: 11px;
  line-height: 25px;
  color: #999999;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'lato', sans-serif;
}
.site-info p {
  margin:0;
  padding:0;
}
.site-info a {
  color:  #c99753;
}
.site-info a:hover {
  text-decoration: underline;
}
#th-site-info {
  height: 70px;
}
#th-site-info .footer-social .social li {
    display: inline-block;
    padding: 20px 15px 20px 0;
    margin-right: -4px;
}
#th-site-info .footer-social .social li:last-child {
    padding-right: 0;
    margin-right: 0;
}
#th-site-info .footer-social .social li a {
  border: 1px solid #EAEAEA;
  border-radius: 100%;
  font-size: 13px;
  text-align: center;
  width: 30px;
  display: block;
  height:30px;
  line-height: 28px;
  color: #555;
   -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
#th-site-info .footer-social .social li a:hover {
    background: #c99753;
    border: 1px solid #c99753;
    color: #ffffff;
}
/* top top */
.to-top {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  padding: 20px 0;
  display: block;
  font-size: 11px;
  line-height: 25px;
}

/*-------------------------------------------------------------------------------------------*/
/* 8. Extras 
/*-------------------------------------------------------------------------------------------*/

/* Carousel Sliders */
.owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
}
.owl-carousel .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  opacity: 0.7;
  display: inline-block;
  font-weight: normal;
  color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #c99753;
}
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.owl-carousel .owl-stage:hover {
  cursor:move;
  cursor:-webkit-grab;
  cursor:-o-grab;fff
  cursor:-ms-grab;
  cursor:grab
} 

/* Pagination */
#main-content .pagination {
  margin-top: 20px;
  text-align: center;
  overflow:hidden;
  margin-bottom:0;
  display: block;
}
#main-content .pagination .page-numbers {
    border: 1px solid #EAEAEA;
    border-radius: 100%;
  background: #fff;
    font-size: 16px;
    text-align: center;
    width: 45px;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    color: #555;
    margin-right: 15px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
#main-content .pagination .page-numbers.current {
    background: #c99753;
    color: #fff;
    border: 1px solid #c99753;
    border-radius: 100px;
}
#main-content .pagination a:hover {
  color:#fff;
  background: #c99753;
  border-color: #c99753;
}
#main-content .pagination .newer {
  float:left;
}
#main-content .pagination .older {
  float:right;
}
/* css3 animations and transition helpers */

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in {
  visibility: visible;
  opacity: 1;
}

.fade-out {
  visibility: hidden;
  opacity: 0;
}
.popup-link {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/*--------------------------------------------------------------*/
/* WOOCOMMERCE */
/*--------------------------------------------------------------*/

@media (min-width: 1200px) {
	.woo {
		width: 95% !important;
	}
}
