/*
Theme Name: Maichau
Theme URI: http://thdesign.com/maichau
Author: TH Design
Author URI: http://themeforest.net/user/th-design
Text Domain: maichau
Description: WordPress Blog Theme
Version: 1.0.1
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
  3.5. Promo Box
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. Blog Timeline Post
6. SideBar
7. Widget
  7.1. About
  7.2. Latest posts
  7.3. social
  7.4. Instagram widget
  7.5. widget archive, calendar, categories, search
  7.6. Mailchimp Subscribe
8. Page 
  8.1. Search, 404 form
  8.2. Contact Form 7
9. Footer 
10. Extras 
--------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 1.  Global reset  */
/*-------------------------------------------------------------------------------------------*/
a {
  color: #505050;
  text-decoration: none;
  outline: none;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
}
a:hover, a:active, a:focus {
  color: #55a098;
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12.5px 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #313131;
  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: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
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: 40px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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:#55a098;
  padding:0 17px;
}
blockquote p {
  font-family: 'Lora', serif;
  font-size:16px;
  line-height:28px;
  font-style:italic;
  color:#999;
}
.drop-caps { 
  float: left;
  font-size: 1.9em;
  line-height: 1;
  background: #55a098;
  border-radius: 50%;
  color: #fff;
  padding: 6px 10px;
  margin-top: 5px;
  margin-right: 14px;
}
.drop-caps.square { 
  border-radius: 0; 
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
input:focus {
  outline: none;
}

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

/* 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: 'Lora', serif;
}  
  
.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: 'Lora', serif;
  font-size: 14px;
  line-height: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #505050;
  background-color: #f2f3f5;
  background-image: url('assets/img/pattern/pattern1.png');
}
body #wrapper {
  background: #fff;
}
body #wrapper.boxed {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(129, 129, 129, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(129, 129, 129, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(129, 129, 129, 0.3);
}
::selection {
  background: #55a098;
  color: #fff;
}
::-moz-selection { 
  background: #55a098;
  color: #fff;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
#bg-header {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#bg-header:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .35;
}
#bg-header .page-header {
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0;
  border: 0;
}
#bg-header .page-header h1{
  position: relative;
  color: #fff;
}
#bg-header .page-header h1:after {
  content: "";
  position: absolute;
  border-top: 4px double #fff;
  left: 50%;
  margin-left: -40px;
  bottom: -15px;
  display: block;
  z-index: 1;
  width: 80px;
}
#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: 24px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  color: #55a098;
}
.taxonomy-description {
  position: relative;
  font-style: italic;
  color: #fff;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
}
.taxonomy-description p {
  margin: 0;
  padding: 0;
}
.blog-content {
  margin-top: 60px;
}
article.post, article.page {
    margin-bottom: 60px;
}
.blog-masonry article.post, .blog-timeline article.post {
  margin-bottom: 45px;
}
.single article.post, article.single-page {
    margin-bottom: 0px;
}
.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: #55a098;
  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: #55a098;
}
.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: #55a098;
}
.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: #55a098;
  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 {
  background: #fff;
  border-top: double #ececec;
  border-bottom: double #ececec;
  -webkit-backface-visibility: hidden;
  height: 61px;
  z-index: 9999;
  position: relative;
}
#menu-appear {
  background: #fff;
  border-bottom: double #ececec;
  border-top: double #ececec;
  -webkit-backface-visibility: hidden;
  height: 61px;
  z-index: 9999;
}

#menu .container , #menu-appear .container {
  position: relative;
}

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

#menu-appear {
  position: fixed;
  top: -44px; 
  margin: 0 auto;
  width: 100%;
  -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;
}
body #wrapper.boxed #menu-appear {
  max-width: 1140px;
}
#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;
  font-size: 0;
}
.main-menu .menu li {
  display:inline-block;
  position:relative;
}
.main-menu .menu li a {
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 0 15px;
  letter-spacing:1px;
  line-height:55px;
  color: #313131;
  display:block;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
  position: relative;
}
.main-menu .menu > li > a:before {
  content: "";
  position: absolute;
  background-color: #55a098;
  left: 0;
  top: -3px;
  display: block;
  opacity: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.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: #55a098;
}
.main-menu .menu > li:hover > a {
  color: #55a098;
}
.main-menu .menu > li:hover > a:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.main-menu .menu > li.current-menu-item>a:before, .main-menu .menu > li.current_page_item>a:before,  .main-menu .menu > li.current-menu-parent>a:before, .main-menu .menu > li.current-menu-ancestor>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 {
  font-family: 'Lora', serif;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: #555;
  text-align: left;
  margin: 0;
  padding:10px 10px;
  min-width: 225px;
  line-height:20px;
  position: relative;
  -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:before, .main-menu .menu ul ul li a:before {
  content: "";
  position: absolute;
  background-color: #55a098;
  left: -1px;
  top: 0;
  display: block;
  opacity: 0;
  width: 2px;
  height: 100%;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
}
.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 .menu ul ul li:hover > a, .main-menu .menu li li.current-menu-item > a {
  color: #55a098;
}
.main-menu ul ul li.current-menu-item>a, .main-menu ul ul li.current_page_item>a,  .main-menu ul ul li.current-menu-ancestor>a {
  color: #55a098;
}
.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 .menu li a:after {
  padding-left: 10px;
  content: "+";
}
.main-menu .menu li a:only-child:after {
  content: '';
  padding-left: 0;
}
.main-menu ul.menu ul li a:after,
.main-menu .menu ul ul li a:after {
  display: none;
  padding-left: 0;
}

/* Top Search */
 .search_toggle {
  position: absolute;
  top: 0;
  right: 0;
  color: #444;
  text-align: center;
  width: 40px;
  font-size: 13px;
  cursor: pointer;
  line-height: 55px;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
.search_toggle:hover{
  color: #55a098;
}
.search_toggle:before {
  content: "";
  position: absolute;
  background-color: #55a098;
  left: 0;
  top: -3px;
  display: block;
  opacity: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.search_toggle:hover:before, .search_toggle.opener:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.search_toggle.opener i:before{
  content: "\f00d";
  color: #5fb5b2;
}
.show-search {
  position: absolute;
  top: 56px;
  right: 0;
  display: none;
  z-index: 999;
  width: 300px;
  background: #fff;
  -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);
}
#menu-appear .show-search {
  display: none;
}
#menu-appear.appear .show-search.opener {
  display: block;
}
.show-search.opener {
  display: block;
}
.show-search form {
  padding: 20px 15px;
}
.show-search .search-form .search-field {
  padding: 0px 10px;
  height: 35px;
  border: 1px solid #ddd;
}
.show-search .search-form label:before {
  top: 20px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}
.show-search .search-form .search-submit {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 35px;
  height: 35px;
}
.ajax-search {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.ajax-search ul.side-newsfeed {
  background-color: #fdfdfd;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 15px;
  text-align: left;
}
.ajax-search ul.side-newsfeed li {
  list-style-type: none;
  padding-bottom: 20px;
}
.ajax-search ul.side-newsfeed li:last-child {
  padding-bottom: 0;
}
.ajax-search ul.side-newsfeed li .side-item {
  overflow: hidden;
}
.ajax-search ul.side-newsfeed li .side-item .side-image {
  float: left;
  margin-right: 14px;
}
.ajax-search ul.side-newsfeed li .side-item .side-item-text {
  overflow: hidden;
}
.ajax-search ul.side-newsfeed li .side-item .side-item-text a {
  display: block;
  color: #313131;
}
.ajax-search ul.side-newsfeed li .side-item .side-item-text a:hover {
  color: #5fb5b2;
}
.ajax-search ul.side-newsfeed li .side-item .side-item-meta {
  font-style: italic;
  color: #a5a5a5;
  font-size: 12px;
}
.ajax-search .post-thumbnail a .hover-box:before {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  margin: -7px 0 0 -15px;
  -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;
}
.ajax-search .post-thumbnail a:hover .hover-box:before {
  margin: -15px 0 0 -15px;
}

.ajax-search .result-msg {
  text-align: center;
  padding: 4px 0 6px 0;
  font-size: 12px;
  font-style: italic;
}
.ajax-search .no-result {
  text-align: center;
  padding: 4px 0 6px 0;
  font-size: 12px;
  font-style: italic;
  border-top: 1px solid #ededed;
}
/* Top Social */
#header .maichau_social {
  position: absolute;
  top: 0;
  right: 40px;
}
.maichau_social ul li {
  display: inline-block;
}
.maichau_social ul li a{
  font-size: 13px;
  text-align: center;
  width: 40px;
  display: block;
  line-height: 55px;
  color: #444;
  position: relative;
   -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
.maichau_social ul li a:hover{
  color: #55a098;
}
.maichau_social ul li a:before {
  content: "";
  position: absolute;
  background-color: #55a098;
  left: 0;
  top: -3px;
  display: block;
  opacity: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.maichau_social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/* 3.3. Logo and header 
-------------------------------------------------- */
#header {
  background-color: #ffffff;
}
#header .logo {
  padding: 50px 0 50px;
  text-align: center;
}
#header .logo h1 {
  font-size: 60px;
  margin: 0;
  height: 104px;
}
#header .logo a  {
  color:#333333;
  display: inline-block;
  height: 100%;
}
.site-subtitle {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: italic;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
}
.logo img.retina {
    display: none;
    width: auto;
}
#header.style-3 {
  margin-bottom: 60px;
}
#header.style-3 .site-logo {
  line-height: 55px;
  margin: 0;
  float: left;
  height: 55px;
}
#header.style-3 .site-logo h1 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 55px;
}
#header.style-3 .site-logo a {
  display: block;
  height: 100%;
  vertical-align: middle;
}
#header.style-3 .site-logo a img{
  max-height: 70%;
  width: auto;
  vertical-align: middle;
}
#header.style-3 .main-menu {
  float: right;
  margin-right: 40px;
}
#header.style-4 .main-menu .menu {
  text-align: center;
}
/* 3.4. Slideshow
-------------------------------------------------- */
#slider {
  border-right: 0;
  border-left: 0;
  margin-top: 30px;
}
#slider .slider-caption {
  position: absolute;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 10;
  -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;
}
#slider-large .slider-caption-inner {
  border: 4px double #fff;
  padding: 45px 15px;
}
#slider .post-title a {
  color: #fff;
}
#slider .post-cat {
  margin-bottom: 10px;
}
#slider .post-cat a {
  color: #fff;
  background: #55a098;
  padding: 6px 11px;
  text-transform: uppercase;
  font-size: 12px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
#slider .post-cat a:hover {
  background: #333;
}
#slider .post-meta-bottom > span {
    margin: 0 20px;
    color: #fff;
}
#slider .post-meta-bottom a{
  color: #fff;
}
#slider-large .item:after { 
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .35;
  z-index: 5;
}
#slider-grid .first-post,
#slider-grid .other-post {
  position: relative;
  float: left;
  overflow: hidden;
}
#slider-grid .slider-post:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  -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;
}
#slider-grid .slider-post:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
#slider #slider-grid .slider-post .slider-caption {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  transform: translateY(-40%);
}
#slider #slider-grid .slider-post:hover .slider-caption {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slider-grid .first-post {
  width: 66.6667%;
}
#slider-grid .other-post {
  width: 33.3333%;
}
#slider #slider-grid .other-post .post-title {
  margin-bottom: 8px;
}
#slider #slider-grid .other-post .post-title a {
  font-size: 16px;
}
#slider #slider-grid .other-post .slider-caption .readmore {
  margin-top: 0px;
}
#slider-grid .slider-caption .readmore {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  border: 2px solid #fff;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 12px;
  letter-spacing: 1px;
  font-style: italic;
}
#slider-grid .slider-caption .readmore:hover {
  color: #444;
  background: #fff;
}
#slider #slider-grid .slider-post:hover .slider-caption .readmore {
  opacity: 1;
  visibility: visible;
}
#slider-vertical .slider-post:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  -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;
}
#slider-vertical .slider-post:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
#slider #slider-vertical .post-title {
  margin-bottom: 8px;
}
#slider #slider-vertical .post-title a {
  font-size: 16px;
}
/* 3.5. Promo Box
-------------------------------------------------- */
.promo-box {
  margin-top: 30px;
}
.promo-box .thumbnail-box img {
  max-width:100%;
}
.promo-box .th-inner-box-home{
  position: relative;
}
.promo-box .th-inner-box-detail-home {
  border: 4px double #fff;
  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: 55%;
  z-index: 10;
}
.promo-box .thumbnail-box {
  position: relative;
}
.promo-box .thumbnail-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .35;
  z-index: 5;
}
.promo-box .th-inner-box-detail-home h2 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
}


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

/* 4.1. post header
-------------------------------------------------- */
.lt-ie9 .post-header {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .post-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .post-header {
    margin-bottom: 40px;
  }
}
.post-title {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 1px;
  color: #313131;
  font-size: 20px;
  text-transform: uppercase;
}
.post-title a {
  font-family: "Roboto Slab", sans-serif;
  color: #313131;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-meta-bottom .sticky{ 
  color: #e84646;
}
.lt-ie9 .post-title {
  font-size: 20px;
}
@media (min-width: 767px) {
  .post-title {
    font-size: 24px;
  }
  .single .post-title {
    font-size: 24px;
  }
  .post-title a {
   font-size: 24px;
  }
  .blog-masonry .post-title a, .blog-timeline .post-title a, .blog-list .post-title a {
   font-size: 18px;
  }
}
@media (max-width: 767px) {
  .single .post-title {
    font-size: 18px;
  }
  .post-title {
    font-size: 18px;
  }
  .post-title a {
    font-size: 18px;
  }
}
.title-divider {
    border-top: 4px double #d3d3d3;
    display: block;
    max-width: 50px;
    margin: 0 auto 15px;
}
/* 4.2. post meta
-------------------------------------------------- */
.post-meta {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-masonry .post-meta, .blog-timeline .post-meta {
  margin-bottom: 0;
}
.post-meta-bottom {
  color: #999;
  font-style: italic;
  margin-top: 10px;
}
.blog-default .post-meta-bottom, .single .post-meta-bottom {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}
.blog-default .post-meta-bottom > span, .single .post-meta-bottom > span {
  margin: 0 20px;
}
.post-meta-bottom a{
  color: #999;
}
.post-meta-bottom a:hover{
  color: #55a098;
}
.post-meta .post-cat {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  z-index: 27;
  position: relative;
}
.post-meta .post-cat:before {
  content: "";
  position: absolute;
  border-top: 4px double #55a098;
  top: 50%;
  margin-top: -2px;
  left: -45px;
  width: 45px;
}
.post-meta .post-cat:after {
  content: "";
  position: absolute;
  border-top: 4px double #55a098;
  top: 50%;
  margin-top: -2px;
  right: -45px;
  width: 45px;
}
.blog-masonry .post-meta .post-cat:after, .blog-masonry .post-meta .post-cat:before  {
  display: none;
}
.blog-timeline .post-meta .post-cat:after, .blog-timeline .post-meta .post-cat:before  {
  display: none;
}
.post-meta .post-cat a {
  color: #55a098;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
}
.post-meta .post-cat a:hover {
  text-decoration: underline;
}
.post-type {
  margin-right: 15px;
  color: #55a098;
}
.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;
  z-index: 1;
}
.main-section .post-thumbnail, .main-section .post-img {
  margin-bottom: 20px;
}
.blog-masonry .post-thumbnail, .blog-timeline .post-thumbnail{
  margin-bottom: 15px;
}
.post-thumbnail a .hover-box{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  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 .hover-box {
  opacity: 1;
  visibility: visible;
}
.post-thumbnail a:hover .hover-box:before {
  margin: -22px 0 0 -22px;
}
.post-thumbnail a .hover-box:before{
  color: #FFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'FontAwesome';
  content: "\f0f6";
  border: 2px solid #FFF;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  margin: 0px 0 0 -22px;
  -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;
}
.format-gallery .post-thumbnail a .hover-box:before{
  content: "\f03e";
}
.format-video .post-thumbnail a .hover-box:before{
  content: "\f16a";
}
.format-audio .post-thumbnail a .hover-box:before{
  content: "\f028";
}
.single .post-thumbnail, .single .post-img {
  padding: 0;
}
.post-img.audio {
  margin-bottom: -10px;
}
.meta-info {
  font-style: italic;
  color: #a5a5a5;
  margin-right: 8px;
  float: left;
  margin-top: 6px;
}  
.meta-info a {
  color: #55a098;
}
.meta-info a:hover {
      text-decoration: underline;
}
.list-item .meta-info {
  float: none;
}  
.post-share {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
}
.post-share span{
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  font-style: italic;
  display: block;
  margin-bottom: 5px;
}
.post-share a i {
  width: 30px;
  height: 30px;
  color: #444;
  background: #eee;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  margin-left: 3px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.post-share a i:hover {
   background: #55a098;
   color: #ffffff;
}

/* 4.3. Content
-------------------------------------------------- */
.post-content p, .post-content hr, .page-content p, .page-content hr, .post-excerpt p {
  margin-bottom: 20px;
}
.post-excerpt p:last-child {
  margin-bottom: 0px;
}
.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;
  list-style: square;
}
.post-content a, .page-content a, .post-excerpt a {
  color: #55a098; 
}
.post-content a:hover, .page-content a:hover, .post-excerpt a:hover {
  text-decoration:underline;
}
.single .post-content {
  margin-top: 30px;
}
/* 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-top: 35px;
  border-top: 1px solid #ececec;
  margin-top: 35px;
}
.pager .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.pager .nav-previous {
  float: left;
  width: 50%;
  text-align: left;
}
.pager .meta-nav {
  color: #888;
  font-style: italic;
  font-size: 12px;
}
.lt-ie9 .pager {
  padding: 10px 0;
}
.blog-pagination {
  font-family: "Roboto Slab", sans-serif;
  text-align: center;
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 130px;
  line-height: 38px;
  color: #313131;
  background-color: #fff;
  border: 2px solid #ebeaea;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.blog-pagination a{
  color: #313131;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.blog-pagination:hover {
  color: #fff;
  background-color: #55a098;
  border-color: #55a098;
}
.blog-pagination:hover a {
  color: #fff;
}
.blog-pagination a i {
  margin-right: 5px;
}
/* 5.1. Blog List
-------------------------------------------------- */
.blog-list article{
  border-bottom: 1px solid #ececec;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.blog-list .post-thumbnail {
  width: 255px;
  float: left;
  margin-bottom: 0;
  margin-right: 25px;
}
.blog-list .list-details {
  position: relative;
  overflow: hidden;
}
.blog-list .post-title {
  text-align: left;
  line-height: 20px;
}
.blog-list .post-meta-bottom span {
  margin-right: 20px;
}
.blog-list .post-meta {
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
.blog-list .post-meta .post-cat {
  background: transparent; 
  padding: 0;
}
.blog-list .post-meta .post-cat:before {
  display: none;
}
.blog-list .post-meta .post-cat:after {
  display: none;
}

/* 5.1. Blog Timeline
-------------------------------------------------- */

.blog-timeline .blog-loop {
  position: relative;
  margin: 0 auto;
}
.blog-timeline .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-right: 1px solid #ebeaea;
  border-left: 1px solid #ebeaea;
}
.blog-timeline .timeline-date {
  position: relative;
  clear: both;
  margin: 0 auto 40px auto;
  width: 130px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 38px;
  color: #313131;
  border: 2px solid #ebeaea;
  background-color: #fff;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-timeline .timeline-date:hover{
  background-color: #55a098;
  border-color: #55a098;
  color: #fff;
}
.blog-timeline .left-column {
  float: left;
  clear: left;
  width: 45%;
}
.blog-timeline .right-column {
  float: right;
  clear: right;
  width: 45%;
}
.right-column .th-timeline-circle {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  background-color: #ebeaea;
  border: 3px solid #fff;
}
.left-column .th-timeline-circle {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  background-color: #ebeaea;
  border: 3px solid #fff;
}
.right-column .th-timeline-arrow {
  left: 1px;
  top: 50%;
  margin-top: -11px;
  position: absolute;
}
.right-column .th-timeline-arrow:before {
  color: #1abc9c;
  content: '\f0d9';
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  top: -7px;
  right: 0;
}
.left-column .th-timeline-arrow {
  right: 1px;
  top: 50%;
  margin-top: -11px;
  position: absolute;
}
.left-column .th-timeline-arrow:before {
  color: #1abc9c;
  content: '\f0da';
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  top: -7px;
  left: 0;
}

/*-------Blog Filter-------*/
.blog-filter {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.blog-filter a {
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 15px;
}
.blog-filter a:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #55a098;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.blog-filter a.active{
  color: #55a098;
}
.blog-filter a.active:after{
  opacity: 1;
  visibility: visible;
}
/* 4.7. Post Related 
-------------------------------------------------- */
.post-related {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.related-posts-title {
  font-size: 14px;
  color: #313131;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
  line-height: 25px;
  margin-bottom: 40px;
  position: relative;
  padding: 0 15px;
}
.related-posts-title span {
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  z-index: 27;
  position: relative;
}
.related-posts-title:after {
  content: "";
  position: absolute;
  border-top: 1px solid #ececec !important;
  top: 50%;
  left: 0;
  width: 100%;
}

.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 {
  overflow: hidden;
  text-align: left;
}
.item-related .side-image{
  margin-bottom: 5px;
}
.item-related .side-item-text{
  overflow: hidden;
  text-align: center;
}
.item-related span.date {
  font-style: italic;
  color: #a5a5a5;
  font-size: 12px;
  margin-top: 10px;
}
.post-related .owl-carousel .owl-dots {
    position: relative; 
    bottom: 0;
    width: 100%;
}

/* 4.8. Comment  
-------------------------------------------------- */
#comments {
  margin-top: 40px;
  text-align: center;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.comment-list li .comment-body {
  border-bottom: 1px dotted #eee;
}
.comment-list .comment-body {
  position: relative;
}
.comment-list .fn {
  font-family: "Roboto Slab", sans-serif;
  display: block;
  color: #333333;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
}
.comment-list .avatar {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.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: 12px;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}
.comment-list span.reply a {
  font-size:10px;
  background-color:#aaa;
  color:#FFF;
  padding:4px 7px;
  border-radius:2px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.comment-list span.reply a:hover {
  opacity:.8;
}
.comment-list .comment-datetime {
  color: #999;
  font-style: italic;
}
.comment-list .comment-datetime i {
  margin-right: 5px;
}
.comment-list .comment-datetime:hover {
  color: #55a098;
}
.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: #55a098;
}
.comment-list .comment-content {
  margin-top: 10px;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.commentlist .bypostauthor {
  background: #eee;
}
.commentlist li ul.children li.bypostauthor {
  background: #eee;
}
#respond {
  position: relative;
  text-align: center;
}
.comments-title {
  font-size: 14px;
  color: #313131;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
  line-height: 25px;
  position: relative;
  padding: 0 15px;
}
.comments-title span {
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  z-index: 27;
  position: relative;
}
.comments-title:after {
  content: "";
  position: absolute;
  border-top: 1px solid #ececec !important;
  top: 50%;
  left: 0;
  width: 100%;
}
#cancel-comment-reply-link {
  padding: 11px 20px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #aaa;
  line-height: normal;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  width: auto;
  margin-bottom: 0;
}
#cancel-comment-reply-link:hover {
  background:#55a098;
  text-decoration: none;
}
#commentform p {
  margin-bottom: 0;
}
#commentform .logged-in-as {
  float: right;
  font-size: 12px;
}

#respond input {
  margin-bottom: 20px;
}
#respond .comment-form-comment label {
  display: none;
}
#commentform #comment {
  min-width: 100%;
  min-height: 100px;
  height: 150px;
  resize: vertical;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform .form-submit {
  overflow: hidden;
}
#commentform #submit {
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #55a098;
  line-height: normal;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  width: auto;
  margin-bottom: 0;
}
#commentform #submit:hover {
  background-color: #333;
}

.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 {
    padding: 40px 0 40px 80px;
  }
  .comment-list > li:first-child > .comment-body {
    padding-top: 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: 80px;
  }
  
  #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 
-------------------------------------------------- */
.post-footer {
  margin: 35px 0 0px;
}
.read-more {
    text-align: center;
}
.read-more a {
  color: #313131;
  letter-spacing: 1px;
  padding: 7px 15px;
  font-style: italic;
  display: inline-block;
  border: 2px solid #55a098;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.read-more a:hover{
  color: #fff;
  background-color: #55a098;
}
a.more-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #313131;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 14px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  position: relative;
}
a.more-link:after {
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  content: '';
  background-color: #55a098;
}
a.more-link:hover {
  color: #55a098;
  text-decoration: none;
} 
.post-footer .author p{
  margin: 0;
}
.post-footer .author {
  color: #888888;
  line-height: 33px;
}
.blog-loop-default .post-footer .author {
   text-align: center;
}

/*** Post tags ***/
.post-tags {
  margin-top: 15px;
}
.post-tags a {
  font-size: 13px !important;
  background: rgba(0,0,0,0.05);
  color: #444;
  padding: 0px 15px;
  margin-right: 30px;
  margin-bottom: 8px;
  line-height: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  display: inline-block;
  position: relative;
}
.post-tags a:before{
  content:"";
  float:left;
  position:absolute;
  top:0;
  right: -15px;
  width:0;
  height:0;
  border-color: transparent  transparent transparent rgba(0,0,0,0.05);
  border-style:solid;
  border-width: 15px 0 15px 15px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.post-tags a:after{
  content:"";
  position:absolute;
  top:13px;
  right: 0;
  float: right;
  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);
}
.post-tags a:hover {
   background: #55a098;
   color: #ffffff;
}
.post-tags a:hover:before {
   border-color:transparent transparent transparent #55a098;
}

/*** Post author ***/
.post-author {
  margin-top: 40px;
  overflow: hidden;
  border-top: 1px solid #ececec;
  padding-top: 40px;
} 

.author-content  {
  overflow: hidden;
}

.author-img img {
  border-radius: 50%;
  margin: 0;
}

.author-img {
  float:left;
  margin-right:30px;
}

.author-content h5 {
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.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: #55a098;
}


/*-------------------------------------------------------------------------------------------*/
/* 6. SideBar  */
/*-------------------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
}
#sidebar .widget {
  margin: 0 0 50px 30px;
}
#sidebar .widget:last-child {
  margin-bottom: 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 7. Widget */
/*-------------------------------------------------------------------------------------------*/
.widget img {
  max-width: 100%;
  height: auto;
}
.lt-ie9 #sidebar {
  margin-bottom: 40px;
}
.lt-ie9 #sidebar .widget {
  margin-top: 35px;
  padding-top: 35px;
}
.widget ul li {
  padding-bottom: 10px;
}
.widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* 7.1. About
-------------------------------------------------- */
.about-widget {
  text-align: center;
}
.about-widget p { 
  margin-top: 8px;
  margin-bottom: 0;
}
.about-widget .about-social ul li { 
  padding: 0;
  border: 0;
  display: inline-block;
}
.about-widget .about-social ul li a{ 
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ededed;
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  margin: 20px 5px 0px 5px;
}
.about-widget .about-social ul li a:hover{ 
  color: #55a098;
  border-color: #55a098; 
}
.about-widget .header-text {
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0;
  letter-spacing: 2px;
}

/* 7.2. Latest posts
-------------------------------------------------- */
.widget ul.side-newsfeed li {
  list-style-type: none;
  padding-bottom: 20px;
  border-bottom: none;
  margin-left: 0;
}
.widget ul.side-newsfeed li .side-item {
  overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-image {
  float: left;
  margin-right: 14px;
}
.widget ul.side-newsfeed li .side-item .side-image a {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
}
.widget ul.side-newsfeed li .side-item .side-image a img {
  margin: 0;
}
.widget ul.side-newsfeed li .side-item .side-image a:hover {
  opacity: .8
}
.widget ul.side-newsfeed li .side-item .side-item-text {
  overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-item-text  a {
  display: block;
  line-height: 22px;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
  font-size: 12px;
  color: #999;
  font-style: italic;
}
.widget .post-thumbnail a .hover-box:before {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  margin: -7px 0 0 -15px;
  -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: -15px 0 0 -15px;
}

/* 7.4. Instagram widget
-------------------------------------------------- */
.widget .instagram-pics li {
  width: 31.8%;
  display: inline-block;
  border-bottom: none;
  padding: 0;
  margin: 0 2px 2px;
}
.widget .instagram-pics li img {
  max-width:100%;
}
.widget .instagram-pics li img:hover {
  opacity:.7;
}

/* 7.5. widget archive, calendar, categories, Rss, Meta, Comment
-------------------------------------------------- */
[class*="widget"] .widget-title {
  font-size: 12px;
  color: #313131;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
  line-height: 25px;
  margin-bottom: 35px;
  position: relative;
}
.widget-title .text-title {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    z-index: 27;
    position: relative;
}
.widget-title:after {
    content: "";
    position: absolute;
    border-top: 4px double #55a098;
    top: 50%;
    margin-top: -2px;
    left: 0;
    width: 100%;
}
.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;
  text-align: right;
}
.widget_archive li:after, .widget_archive li:before {
    display: table;
    content: " ";
 }
.widget_archive li:after {
  clear: both;
  content: '';
}
.widget_archive li a {
  float: left;
}
.widget_archive li:first-child {
  margin-top: 0;
}
.widget_calendar #wp-calendar {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.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;
  text-align: right;
}
.widget_categories li:after, .widget_categories li:before {
    display: table;
    content: " ";
 }
.widget_categories li:after {
  clear: both;
  content: '';
}
.widget_categories li a {
  float: left;
}
.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: #55a098;
}
[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: #55a098;
}
.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 a {
  font-size: 13px !important;
  background: rgba(0,0,0,0.05);
  color: #444;
  padding: 0px 15px;
  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;

}
.widget_tag_cloud .tagcloud a:before{
  content: "";
  float: left;
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent rgba(0,0,0,0.05);
  border-style: solid;
  border-width: 15px 0 15px 15px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.widget_tag_cloud .tagcloud a:after{
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  float: right;
  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: #55a098;
   color: #ffffff;
}
.widget_tag_cloud .tagcloud a:hover:before {
   border-color:transparent transparent transparent #55a098;
}

/* 7.6. Tabs widget
-------------------------------------------------- */ 
.maichau_tabs_post_widget {
  position: relative;
}
.maichau_tabs_post_widget .th-ajax-tabs-header ul{
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.maichau_tabs_post_widget .th-ajax-tabs-header .col-tabs-2 li{width:50%}
.maichau_tabs_post_widget .th-ajax-tabs-header .col-tabs-3 li{width:33.333%}
.maichau_tabs_post_widget .th-ajax-tabs-header .col-tabs-4 li{width:25%}
.maichau_tabs_post_widget .th-ajax-tabs-header ul li {
  font-family: "Roboto Slab", sans-serif;
  float: left;
  padding: 0;
  cursor: pointer;
  width: 100%;
  border-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #313131;
  line-height: 38px;
  text-align: center;
  z-index: 3;
  position: relative;
}
.maichau_tabs_post_widget .inner-tabs-header {
   border-top: 1px solid #ececec;
   border-bottom: 1px solid #ececec;
   display: block;
}
.maichau_tabs_post_widget .th-ajax-tabs-header ul li:last-child {
  border-right: 0;
}
.maichau_tabs_post_widget .th-ajax-tabs-header ul li:before {
 content: '';
 position: absolute;
 top: 0px;
 left: 0;
 width: 100%;
 height: 3px;
 background-color: #55a098;
 -o-transition: .3s;
 -ms-transition: .3s;
 -moz-transition: .3s;
 -webkit-transition: .3s;
 opacity: 0;
 visibility: hidden;
}
.maichau_tabs_post_widget .th-ajax-tabs-header ul li.active:before {
  opacity: 1;
  visibility: visible;
}
.maichau_tabs_post_widget .th-ajax-tabs-header ul li.active, .maichau_tabs_post_widget .th-ajax-tabs-header ul li:hover  {
  color: #55a098;
}
.maichau_tabs_post_widget .th_tabs_content {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.maichau_tabs_post_widget .th_comment_author {
  font-style: italic;
  color: #999;
  font-size: 12px;
}
/* Pagination */
.th-tabs-pagination {
  margin-top: 15px;
}
.th-tabs-pagination a{
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  border: 1px solid #ededed;
  color: #777;
  cursor: default;
  pointer-events: none;
  width: 28px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  opacity: .5;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.th-tabs-pagination a.previous {
  margin-right: 10px;
}
.th-tabs-pagination a.th-next-ajax, .th-tabs-pagination a.th-previous-ajax {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
}
.lt-ie9 .th-tabs-pagination a.th-next-ajax, .lt-ie9 .th-tabs-pagination a.th-previous-ajax  {
  filter: alpha(opacity=100);
}
.th-tabs-pagination a.th-next-ajax:hover, .th-tabs-pagination a.th-previous-ajax:hover{
  border-color: #55a098;
  color: #55a098; 
}

/* 7.7. Newsletter widget
-------------------------------------------------- */
.widget_newsletterwidget {
  text-align: center;
  border: double #ececec;
  padding: 28px 28px 26px;
  overflow: hidden;
}
.widget_newsletterwidget .widget-title{
   margin-bottom: 15px;
}
.widget_newsletterwidget .widget-title:before{
  font-family: "FontAwesome";
  content: "\f003";
  font-weight: 400;
  font-size: 14px;
  margin-right: 6px;
}
.widget_newsletterwidget .widget-title:after{
  display: none;
}
.widget_newsletterwidget .widget-title .text-title {
  background: transparent;
  padding: 0;
}
.newsletter-widget button, .newsletter-widget input[type=button], .newsletter-widget input[type=submit] {
  padding: 11px 20px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background-color: #55a098;
  line-height: normal;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
}
.newsletter-widget button:hover, .newsletter-widget input[type=button]:hover, .newsletter-widget input[type=submit]:hover {
  background-color: #333;
}

.newsletter-widget p {
  margin-bottom: 20px;
}
.newsletter-widget input[type=date], .newsletter-widget input[type=email], .newsletter-widget input[type=tel], .newsletter-widget input[type=text], .newsletter-widget input[type=url], .newsletter-widget select, .newsletter-widget textarea {
  width: 100%;
  height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #999;
}

/* 8. Page
-------------------------------------------------- */
/* 8.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;
}
.search-field{
  width: 100%;
  height: 40px;
  padding-right: 40px;
  -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;
}
.search-no-results .no-results h3 {
  text-align: center;
  margin-bottom: 40px;
}
.search-form label {
    margin-bottom: 0px;
}
.search-form label:before{
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: #999;
  text-align: center;
  line-height: 40px;
}
.search-form .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 {
  text-align:center;
}
.error-404 .page-content h1 {
  font-size:140px;
}
.error-404 p {
  margin-bottom:20px; 
}
.error-404 ul.links-404 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.error-404 ul.links-404 li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.error-404 ul.links-404 a i{
  margin-right: 5px;
}



/* 8.2. Contact Form 7
-------------------------------------------------- */
.wpcf7 textarea {
  width: 100%;
  height: 150px;
}
.wpcf7 input {
  width:100%;
}
div.wpcf7 {
  overflow:hidden;
  margin-top:40px;
  text-align: center;
}
.wpcf7 p {
    margin-bottom: 18px;
}
.wpcf7 .wpcf7-submit {
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #55a098;
  line-height: normal;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  width: auto;
  margin-bottom: 0;
  margin-left: 20px !important;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #333;
}

/*-------------------------------------------------------------------------------------------*/
/* 9. Footer */
/*-------------------------------------------------------------------------------------------*/
#widget-footer {   
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #EAEAEA;
}
/* Footer Instagram */
#instagram-footer {
  text-align:center;
  overflow:hidden;
  position: relative;
}
.instagram-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  margin-left: -66px;
  left: 50%;
  background: #fff;
  padding: 10px 20px;
  z-index: 9999;
}
#instagram-footer .instagram-pics li {
  width:16.666666667%;
  float:left;
  position: relative;
}

#instagram-footer .instagram-pics li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 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;
    z-index: 199;
}
#instagram-footer .instagram-pics li a:after {
  color: #FFF;
  display: block;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  font-family: 'FontAwesome';
  content: "\f16d";
  border: 2px solid #FFF;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  margin: 0px 0 0 -22px;
  -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;
  z-index: 200;
}
#instagram-footer .instagram-pics li a:hover:before {
  opacity: 1;
}
#instagram-footer .instagram-pics li a:hover:after {
  opacity: 1;
  margin: -22px 0 0 -22px;
}
#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;
  font-style: italic;
}
/* Site info */
.site-footer {
  margin-top: 50px;
}
.site-info {
  font-size: 11px;
  line-height: 25px;
  color: #999999;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-info p {
  margin:0;
  padding:0;
}
.site-info a {
  color: #55a098;
}
.site-info a:hover {
  text-decoration: underline;
}
/* top top */
a.to-top {
  position: fixed;
  text-align: center;
  right: 20px;
  bottom: 20px;
  color: #fff !important;
  cursor: pointer;
  z-index: 10000;
  height: 40px;
  width: 40px;
  background-color: #55a098;
  line-height: 40px;
  opacity: 0;
  font-size: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
}
a.to-top:hover {
  background-color: #444 !important;
  color: #fff;
}
a.to-top.pop-class {
  opacity: 1;
  visibility: visible;
}
.footer-social ul li {
  padding: 0;
  border: 0;
  display: inline-block;
}
.footer-social {
  line-height: 25px;
  color: #999999;
  padding: 20px 0;
}
.footer-social ul li a {
  font-size: 14px;
  line-height: 25px;
  color: #999999;
  margin-left: 17px;
}
.footer-social ul li a:hover {
  color: #55a098;
}

/*-------------------------------------------------------------------------------------------*/
/* 10. Extras 
/*-------------------------------------------------------------------------------------------*/


/* image load animations */
.no-display { 
  opacity: 0; 
}

.appear {
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/* Carousel Sliders */
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  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: #55a098;
}
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.owl-carousel .owl-item img {
  opacity: 1;
}

/* Pagination */
#main-content .pagination {
  margin-top:0px;
  text-align: center;
  overflow:hidden;
  margin-bottom:0;
  display: block;
}
#main-content .pagination .page-numbers {
  padding: 7px 15px;
  font-weight: 400; 
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
   border-radius: 0px; 
   display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  background: #fff;
  border: 1px solid #DEDEDE;
}
#main-content .pagination .page-numbers.current {
  background: #55a098;
  color: #fff;
}
#main-content .pagination .page-numbers.current {
  border-color: #55a098;
}
#main-content .pagination a:hover {
  color:#fff;
  background: #55a098;
  border-color: #55a098;
}
#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;
}

@-webkit-keyframes pop-up { 
    0% { -webkit-transform: scale(0.8); opacity:0.1; }
    100% { -webkit-transform: scale(1); opacity:1; }
}
@-moz-keyframes pop-up { 
    0% { -moz-transform: scale(0.8); opacity:0.1; }
    100% { -moz-transform: scale(1); opacity:1; }
}
@-o-keyframes pop-up { 
    0% { -o-transform: scale(0.8); opacity:0.1; }
    100% { -o-transform: scale(1); opacity:1; }
}
@keyframes pop-up { 
    0% { transform: scale(0.8); opacity:0.1; }
    100% { transform: scale(1); opacity:1; }
}
.pop-class {
    -webkit-animation: pop-up 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: pop-up 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: pop-up 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: pop-up 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
