/*

Theme Name: daenzer-dachundholz

Theme URI: http://www.daenzer-dachundholz.ch

Description: Fritz Dänzer - Dach und Holz - Boltigen

Version: 1

Author: akg Design

Author URI: http://www.akgdesign.ch

Tags: Fritz Dänzer, Dach und Holz, Bedachungen, Holzbau, Dachfenster, Isolation, Fassadenbau, Innenausbau

Text Domain: Daenzer-Dach-und-Holz

*/



/**

 * Table of Contents:

 *

 * 1.0 General styles (body, headings, links, tags, margins and etc.)

 * 2.0 Header

 *   2.1 Logo container

 *   2.2 Navigation

 *   2.3 Dropdown search form

 *   2.4 Responsive navigation

 * 3.0 Carousel

 * 4.0 Masonry blog

 *   4.1 Post media - image

 *   4.2 Post media - carousel

 *   4.3 Post media - video

 *   4.4 Post media - audio

 *   4.5 Post content

 *   4.6 "No posts found" message

 * 5.0 Archive pages heading

 * 6.0 Posts pagination

 * 7.0 Infinite scroll (Load more button)

 * 8.0 Single post page / Pages

 * 9.0 WordPress content styles

 * 10.0 About the author

 * 11.0 Related posts

 * 12.0 Post navigation

 * 13.0 Comments

 * 14.0 Blog layouts

 * 15.0 Page 404

 * 16.0 Widgets

 * 17.0 Theme widgets

 * 18.0 Footer widgets section

 * 19.0 Footer

 * 20.0 To top button

 * 21.0 Tooltips

 * 22.0 prettyPhoto lightbox

 * 23.0 Shortcodes / new style

 * 24.0 Responsive styles

 */



/**

 * 1.0 General styles (body, headings, links, tags, margins and etc.)

 * -------------------------------------------------------------

 */



/* body */

body {

  font-family: 'Lato', Helvetica, Arial, sans-serif;

  font-size: 14px;

  font-weight: normal;

  line-height: 1.2;

  background-color: #f0f2f4;

  color: #4a4e51;

  padding-top: 0;

}



/* links */

a {

  text-decoration: none !important;

  outline: none !important;

  color: #36393b;

  -webkit-transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

a:focus {

  color: #36393b;

}

a:hover {

  color: #f47d89;

}



/* transition */

button,

input,

textarea,

.transition-3 {

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



/* H1 - H6 */

h1, h2, h3, h4, h5, h6 {

  font-family: 'Raleway', sans-serif;

  margin-top: 0;

  margin-bottom: 15px;

  line-height: 1.2;

  font-weight: 600;

  color: #36393b;

}

h1, .h1 { font-size: 29px; }

h2, .h2 { font-size: 25px; }

h3, .h3 { font-size: 20px; }

h4, .h4 { font-size: 16px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; text-transform: uppercase; }



/* tags */

dl {

  margin-bottom: 15px;

}

dl dt {

  font-weight: bold;

  margin: 5px 0;

}

dl dd {

  padding-left: 15px;

}

address {

  font-style: italic;

  margin-bottom: 15px;

}

abbr {

  border-bottom: 1px dotted #595e62;

}

acronym {

  border-bottom: 1px dashed #595e62;

}

big {

  text-transform: uppercase;

  font-size: larger;

}

cite {

  font-style: italic;

}

code {

  font-family: monospace;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

kbd {

  font-family: monospace;

  background-color: #36393b;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

s, strike, del {

  text-decoration: line-through;

}

pre {

  padding: 10px;

  margin-bottom: 15px;

  background-color: #f0f2f4;

  color: #36393b;

  border: none;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

q {

  font-style: italic;

}

tt {

  font-family: monospace;

}

var {

  font-style: italic;

  font-weight: bold;

}

strong, b {

  font-weight: bold;

}

em {

  font-style: italic;

}

blockquote {

  margin-bottom: 15px;

  padding: 10px 10px 10px 30px;

  border: none;

  position: relative;

  font-family: 'Libre Baskerville', serif;

  font-size: 16px;

  font-style: italic;

  line-height: 1.6;

}

blockquote:before {

  position: absolute;

  z-index: 0;

  font-family: 'Libre Baskerville', serif;

  font-size: 11em;

  font-style: normal;

  line-height: .79;

  color: #f0f2f4;

  content: '\201C';

  left: -5px;

  top: 5px;

}

blockquote p,

blockquote small,

blockquote ol,

blockquote ul {

  position: relative;

  z-index: 1;

}

blockquote p:last-child,

blockquote ol:last-child,

blockquote ul:last-child {

  margin-bottom: 0;

}

blockquote cite {

  font-style: italic;

  display: block;

  margin-top: 10px;

  font-size: 14px;

  text-align: left;

  color: #9c9fa3;

}

blockquote.left { float: left; }

blockquote.right { float: right; }



/* text-align */

.ta-center { text-align: center; }

.ta-right { text-align: right; }

.ta-left { text-align: left; }



/* float */

.f-left { float: left; }

.f-right { float: right; }



/* font-width */

.fw-300 { font-weight: 300 !important; }

.fw-400 { font-weight: 400 !important; }

.fw-500 { font-weight: 500 !important; }

.fw-600 { font-weight: 600 !important; }

.fw-700 { font-weight: 700 !important; }



/* padding */

.pr-none { padding-right: 0; }

.pl-none { padding-left: 0; }



/* word-break */

.break-word {

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}





/**

 * 2.0 Header

 * -------------------------------------------------------------

 */






/* bg image */

.header-bg {

  width: 100%;

  position: relative;



  -webkit-background-size: cover !important;

  -moz-background-size: cover !important;

  -o-background-size: cover !important;

  background-size: cover !important;



  background-attachment: fixed !important;

}







/* content */

.header-content {

  position: relative;

  z-index: 3;

  padding: 120px 0 150px;

  text-align: center;

}



/**

 * 2.1 Logo container

 * -------------------------------------------------------------

 */



/* text logo */

.logo-text {

  font-family: 'Lato', sans-serif;

  font-style: normal;

  font-size: 48px;

  font-weight: 400;

  line-height: 1;

  text-shadow: 0 1px 2px rgba(0,0,0,.1);

  color: #ffffff;

}

.logo-text:focus {

  color: #ffffff;

}

.logo-text:hover {

  color: #ffffff;

  text-shadow: 0 1px 6px rgba(255,255,255,.3);

}



/* img logo */

.logo-img {

    display: inline-block;

}

.logo-img img {

  max-width: 100%;

  height: auto;

}



/* site description */

.site-description {

  margin: 20px auto 0 auto;

  max-width: 400px;

  font-family: 'Lato', sans-serif;

  font-size: 15px;

  font-weight: 400;

  font-style: normal;

  line-height: 1.6;

  text-shadow: 0 1px 2px rgba(0,0,0,.1);

  color: #f0f1f2;

}

.site-description p {

  margin-bottom: 0;

}



/* header - social links */

.header-social-links {

  margin: 20px auto 0 auto;

  max-width: 410px;

}

.h-social-links-list {

  margin: 0;

  text-align: center;

}

.h-social-links-list li {

  display: inline-block;

  margin: 3px;

}

.h-social-links-list li a {

  display: inline-block;

  width: 30px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  font-size: 16px;

  text-shadow: 0 1px 2px rgba(0,0,0,.1);

  color: #ffffff;

}

.h-social-links-list li a:hover {

  color: #ffffff;

  text-shadow: 0 1px 6px rgba(255,255,255,.6);

}





/**

 * 2.2 Navigation

 * -------------------------------------------------------------

 */



#main-navigation-wrap {

  margin: -30px 0 30px;

  position: relative;

  z-index: 20;

}

@media (min-width: 768px) {

  .main-navigation-container {

    max-width: 720px;

  }

}

@media (min-width: 992px) {

  .main-navigation-container {

    max-width: 940px;

  }

}

@media (min-width: 1200px) {

  .main-navigation-container {

    max-width: 1140px;

  }

}

.main-navigation-container {

  width: 100%;

  padding: 0;

  position: relative;

  background-color: #fcf4ce;



  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);



  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



/* sf-menu */

ul.sf-menu, ul.sf-menu * {

  margin: 0;

  padding: 0;

  list-style: none;

}

ul.sf-menu ul {

  position: absolute;

  display: none;

  top: 100%;

  left: 0;

  z-index: 9999;

}

ul.sf-menu li {

  position: relative;

}

ul.sf-menu > li {

  display: inline-block;

  margin-left: -2px;

}

ul.sf-menu > li:first-child {

  margin-left: 0;

}

ul.sf-menu li:hover > ul,

ul.sf-menu li.sfHover > ul {

  display: block;

}

ul.sf-menu a {

  display: block;

  position: relative;

}

ul.sf-menu ul ul {

  top: 0;

  left: 100%;

}



/* menu style */

ul.sf-menu {

  float: left;

  text-align: left;

}

ul.sf-menu li {

  white-space: nowrap;

  *white-space: normal;

}

ul.sf-menu a {

  zoom: 1; /* IE7 */

  padding: 0 15px;

  line-height: 60px;

  font-family: 'Raleway', sans-serif;

  font-size: 13px;

  font-weight: 700;

  font-style: normal;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #36393b;

}

ul.sf-menu a:hover,

ul.sf-menu > li:hover > a,

ul.sf-menu > li.current-menu-item > a,

ul.sf-menu > li.current-menu-ancestor > a,

ul.sf-menu > li.current-menu-ancestor > .sf-with-ul:after {

  color: #f47d89;

}

ul.sf-menu a i {

  margin-right: 6px;

}

ul.sf-menu > li:first-child > a {

  padding-left: 20px;

}



/* dropdown menu */

ul.sf-menu ul {

  background-color: #424446;

  min-width: 12em;

  *width: 12em; /* no auto sub width for IE7, see white-space comment below */



  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

}

ul.sf-menu ul:after {

  content: '';

  position: absolute;

  z-index: 9999;

  left: 15px;

  bottom: 100%;

  border: 6px solid transparent;

  border-bottom: 6px solid #424446;

}

ul.sf-menu ul ul {

  top: -8px;

  margin-left: 0;

}

ul.sf-menu ul ul:after {

  display: none;

}

ul.sf-menu ul li a {

  line-height: 40px;

  text-align: left;

  padding: 0 15px;

  font-family: 'Lato', sans-serif;

  font-size: 12px;

  font-weight: 700;

  font-style: normal;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #999ea3;

}

ul.sf-menu ul li a:hover,

ul.sf-menu ul > li:hover > a,

ul.sf-menu ul > li.current-menu-item > a,

ul.sf-menu ul > li.current-menu-ancestor > a {

  background-color: rgba(0,0,0,.15);

  color: #e6eaed;

}

ul.sf-menu ul > li.current-menu-ancestor > .sf-with-ul:after {

  color: #e6eaed;

}



/* arrows */

.sf-arrows .sf-with-ul {

  padding-right: 2.5em;

  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */

}

/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {

  font-family: 'FontAwesome';

  content: '\f0d7';

  position: absolute;

  top: 0;

  right: 1em;

  color: #36393b;

}

.sf-arrows > li > .sf-with-ul:focus:after,

.sf-arrows > li:hover > .sf-with-ul:after,

.sf-arrows > .sfHover > .sf-with-ul:after {

  color:  #f47d89;

}

/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul {

  padding-right: 14px;

}

.sf-arrows ul .sf-with-ul:after {

  content: '\f0da';

  color: #999ea3;

}

.sf-arrows ul li > .sf-with-ul:focus:after,

.sf-arrows ul li:hover > .sf-with-ul:after,

.sf-arrows ul .sfHover > .sf-with-ul:after {

  color:  #e6eaed;

}





/**

 * 2.3 Dropdown search form

 * -------------------------------------------------------------

 */



.dropdown-search {

  float: right;

  position: relative;

}

.search-icon {

  display: inline-block;

  width: 54px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  font-size: 14px;

  color: #36393b;

}

.search-icon:focus {

  color: #36393b;

}

.search-icon:hover,

.search-icon.search-icon-active {

  color: #f47d89;

}

.dropdown-search-container {

  position: absolute;

  display: none;

  top: 100%;

  right: 0;

  z-index: 9999;

}

.dropdown-search-container {

  width: 280px;

  height: auto;

  padding: 15px;

  margin-top: 8px;

  background-color: #424446;

  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

}

.dropdown-search-container:after {

  content: '';

  position: absolute;

  z-index: 9999;

  right: 21px;

  bottom: 100%;

  border: 6px solid transparent;

  border-bottom: 6px solid #424446;

}



/* search form */

#searchform {

  margin: 0;

  padding: 0;

}

#searchform .search-field {

  height: 38px;

  padding: 0 10px;

  border: 1px solid rgba(141,146,151,.1);

  font-family: 'Lato', sans-serif;

  font-size: 13px;

  font-weight: 700;

  font-style: normal;

  color: #36393b;



  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;



  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.dropdown-search-container #searchform .search-field {

  background: #ffffff;

  border-right: none;

  padding-right: 2px;

}

#searchform .search-field:active,

#searchform .search-field:focus {

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}



/* search form - placeholder */

#searchform .search-field::-webkit-input-placeholder { color: #8d9297; }

#searchform .search-field:-moz-placeholder { color: #8d9297; }



/* search form - submit button */

#searchform .search-submit {

  background: #ffffff;

  border: 1px solid rgba(141,146,151,.1);

  border-left: none;

  color: #36393b;

  width: 38px;

  height: 38px;

  line-height: 36px;

  font-size: 14px;

  padding: 0;

  margin-left: 0;

  z-index: 1;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

#searchform .search-submit:hover {

  color: #f47d89;

}

#searchform .search-submit:focus,

#searchform .search-submi:active {

  outline: none;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}



/* fadeIn animation */

.fadeIn {

  animation-name: fadeIn;

  -webkit-animation-name: fadeIn;



  animation-duration: 0.5s;

  -webkit-animation-duration: 0.5s;



  animation-timing-function: ease;

  -webkit-animation-timing-function: ease;



  visibility: visible !important;

}

@keyframes fadeIn {

  0% {

    transform: scale(0);

    opacity: 0;

  }

  20% {

    opacity: 0;

  }

  100% {

    transform: scale(1);

    opacity: 1;

  }

}

@-webkit-keyframes fadeIn {

  0% {

    -webkit-transform: scale(0);

    opacity: 0;

  }

  20% {

    opacity: 0;

  }

  100% {

    -webkit-transform: scale(1);

    opacity: 1;

  }

}



/* fadeOut animation */

.fadeOut {

  animation-name: fadeOut;

  -webkit-animation-name: fadeOut;



  animation-duration: 0.3s;

  -webkit-animation-duration: 0.3s;



  animation-timing-function: ease;

  -webkit-animation-timing-function: ease;



  visibility: visible !important;

}

@keyframes fadeOut {

  0% {

    transform: scale(1);

    opacity: 1;

  }

  50% {

    opacity: 0;

  }

  100% {

    transform: scale(0);

    opacity: 0;

  }

}

@-webkit-keyframes fadeOut {

  0% {

    -webkit-transform: scale(1);

    opacity: 1;

  }

  50% {

    opacity: 0;

  }

  100% {

    -webkit-transform: scale(0);

    opacity: 0;

  }

}





/**

 * 2.4 Responsive navigation

 * -------------------------------------------------------------

 */



.navbar-header {

  padding-right: 56px;

}

.navbar-header span {

  float: left;

  line-height: 60px;

  font-family: 'Raleway', sans-serif;

  font-size: 13px;

  font-weight: 700;

  font-style: normal;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #36393b;

}



/* collapse btn */

.main-nav-collapse-btn {

  font-size: 14px;

  color: #36393b;

  float: left;

  margin: 0;

  padding: 0;

  width: 60px;

  height: 60px;

  line-height: 58px;

  text-align: center;



  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.main-nav-collapse-btn:focus { color: #36393b; }

.main-nav-collapse-btn:hover { color: #f47d89; }



/* responsive navigation + dropdown search form */

@media (max-width: 992px) {

  /* navigation */

  #main-navigation-collapse {

    border-top: 1px solid rgba(12,12,12,.05);

    padding: 0 15px;

  }

  /* dropdown search form */

  .dropdown-search {

    position: absolute;

    top: 0;

    right: 0;

  }

}



/* responsive navigation */

.responsive-menu,

.responsive-menu li {

  border-bottom: 1px solid rgba(12,12,12,.05);

}

.responsive-menu:last-child,

.responsive-menu li:last-child {

  border-bottom: none;

}

.responsive-menu {

  margin: 0;

  padding-bottom: 15px;

}

.responsive-menu li a {

  padding: 15px 0;

  font-family: 'Raleway', sans-serif;

  font-size: 13px;

  font-weight: 700;

  font-style: normal;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #36393b;

}

.responsive-menu li a i {

  margin-right: 6px;

}

.responsive-menu li a:focus {

  background-color: transparent;

}

.responsive-menu li a:hover,

.responsive-menu li.current-menu-item > a {

  background-color: transparent;

  color: #f47d89;

}

.responsive-menu ul {

  list-style: none;

  margin: 0;

  padding-left: 20px;

}

.responsive-menu ul li:first-child {

  border-top: 1px solid rgba(12,12,12,.05);

}

.responsive-menu ul li a {

  display: block;

  padding: 15px 0;

  font-size: 13px;

  font-weight: 700;

  font-style: normal;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #36393b;

}





/**

 * 3.0 Carousel

 * -------------------------------------------------------------

 */



#main-carousel-wrap {

  margin-bottom: 30px;

}

#main-carousel {

  position: relative;

  z-index: auto;

  background-color: #ffffff;

  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

}



/* carousel item */

.carousel-item {

  position: relative;

  overflow: hidden;

}

.carousel-item img {

  display: block;

  max-width: 100%;

  width: 100%;

  height: auto;

}



/* overlay */

.carousel-item-overlay {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;

  background-color: #000000;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  filter: alpha(opacity=20);

  opacity: 0.2;

}

.carousel-item:hover .carousel-item-overlay {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  filter: alpha(opacity=50);

  opacity: 0.5;

}



/* caption */

.carousel-item figcaption {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 10;

}

.carousel-caption-alignment {

  height: 100%;

  width: 100%;

  display: table;

}

.carousel-caption-center {

  display: table-cell;

  vertical-align: middle;

  text-align: center;

  padding: 0 40px;

}



/* item title */

.carousel-item-title {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 21px;

  font-weight: 400;

  line-height: 1.2;

  color: #ffffff;

  text-shadow: 0 1px 2px rgba(0,0,0,.1);

  margin: 0;

}

.carousel-item-title a,

.carousel-item-title a:focus {

  color: #ffffff;

}

.carousel-item-title a:hover {

  color: #ffffff;

  text-decoration: underline !important;

}



/* item details */

.carousel-item-details {

  margin: 10px 0 0;

  text-align: center;

}

.carousel-item-details li {

  display: inline-block;

  margin: 4px 5px 0;

  font-family: 'Lato', sans-serif;

  font-size: 13px;

  font-weight: 400;

  font-style: normal;

  line-height: 1.3;

  letter-spacing: 1px;

  color: #f0f1f2;

  text-shadow: 0 1px 2px rgba(0,0,0,.1);

}

.carousel-item-details li a {

  display: inline-block;

  color: #f0f1f2;

}

.carousel-item-details li a:hover {

  color: #f0f1f2;

  text-decoration: underline !important;

}



/* carousel pagination */

#main-carousel.owl-theme .owl-controls {

  margin-top: 0;

}

#main-carousel.owl-theme .owl-pagination {

  position: absolute;

  z-index: 11;

  bottom: 5px;

  right: 10px;

}

#main-carousel.owl-theme .owl-controls .owl-page span {

  background: #ffffff;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  filter: alpha(opacity=70);

  opacity: 0.7;

  -webkit-transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

#main-carousel.owl-theme .owl-controls .owl-page.active span,

#main-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;

}



/* carousel navigation */

#main-carousel.owl-theme .owl-controls .owl-buttons div {

  position: absolute;

  z-index: 11;

  top: 50%;

  padding: 0;

  margin: 0;

  width: 50px;

  height: 50px;

  line-height: 50px;

  margin-top: -25px;

  text-align: center;

  background: #ffffff;

  color: #36393b;

  font-size: 20px;



  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;



  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;



  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);



  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

#main-carousel.owl-theme .owl-controls .owl-buttons .owl-prev { left: -25px; }

#main-carousel.owl-theme .owl-controls .owl-buttons .owl-next { right: -25px; }

#main-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-prev { left: -35px; }

#main-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-next { right: -35px; }

#main-carousel.owl-theme .owl-controls .owl-buttons div:hover {

  background: #f47d89;

  color: #ffffff;

}





/**

 * 4.0 Masonry blog

 * -------------------------------------------------------------

 */



/* blog content container */

.blog-content-container {

  margin-bottom: 40px;

  overflow: hidden;

  background-color: #fcf4ce;

  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

}



/* blog posts */

#blog-posts-wrap {

  padding: 30px 30px 10px;

}

#masonry-container {

  margin-right: -30px;

}

.masonry-item {

  float: left;

}

.masonry-item.grid-1 {

  float: none;

}

.post-wrap {

  margin-right: 30px;

  margin-bottom: 30px;

  position: relative;

  padding: 0;

  background-color: #ffffff;

  -webkit-box-shadow: -40px 40px 0 -37px #ffffff, 40px -40px 0 -37px #ffffff, 20px 20px 0 -20px rgba(12,12,12,.05), 0 0 0 1px rgba(12,12,12,.05);

  -moz-box-shadow: -40px 40px 0 -37px #ffffff, 40px -40px 0 -37px #ffffff, 20px 20px 0 -20px rgba(12,12,12,.05), 0 0 0 1px rgba(12,12,12,.05);

  box-shadow: -40px 40px 0 -37px #ffffff, 40px -40px 0 -37px #ffffff, 20px 20px 0 -20px rgba(12,12,12,.05), 0 0 0 1px rgba(12,12,12,.05);

}



/* 4 columns */

.grid-4-default { width: 25%; }

.grid-4 { width: 25%; }

.grid-4.width-2x { width: 50%; }



/* 3 columns */

.grid-3-default { width: 33.33%; }

.grid-3 { width: 33.33%; }

.grid-3.width-2x { width: 66.66%; }



/* 2 columns */

.grid-2-default { width: 50%; }

.grid-2 { width: 50%; }

.grid-2.width-2x { width: 100%; }



/* 1 column */

.grid-1 { width: 100%; }



/**

 * 4.1 Post media - image

 * -------------------------------------------------------------

 */



.post-media {

  position: relative;

  overflow: hidden;

}



/* img */

.post-media img {

  display: block;

  max-width: 100%;

  width: 100%;

  height: auto;

}



/* img overlay */

.post-bg-overlay {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 9;

  background-color: #000000;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

}

.post-media:hover .post-bg-overlay {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  filter: alpha(opacity=20);

  opacity: 0.2;

}



/* hover icon */

.post-hover-icon-wrap {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 10;

}

.post-hover-icon-alignment {

  height: 100%;

  width: 100%;

  display: table;

}

.post-hover-icon-center {

  display: table-cell;

  vertical-align: middle;

  text-align: center;

}

.post-hover-icon-center span {

  display: inline-block;

  width: 55px;

  height: 55px;

  line-height: 55px;

  text-align: center;

  font-size: 14px;

  color: #36393b;

  background-color: #ffffff;



  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);



  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;



  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;



  /* fadeOut animation */

  animation-name: fadeOut;

  -webkit-animation-name: fadeOut;



  animation-duration: 0.3s;

  -webkit-animation-duration: 0.3s;



  animation-timing-function: ease;

  -webkit-animation-timing-function: ease;



  visibility: visible !important;

}

.post-media:hover .post-hover-icon-center span {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;



  /* fadeIn animation */

  animation-name: fadeIn;

  -webkit-animation-name: fadeIn;



  animation-duration: 0.3s;

  -webkit-animation-duration: 0.3s;



  animation-timing-function: ease;

  -webkit-animation-timing-function: ease;



  visibility: visible !important;

}



/**

 * 4.2 Post media - carousel

 * -------------------------------------------------------------

 */



.post-carousel-item {

  position: relative;

  overflow: hidden;

}



/* img */

.post-carousel-item img {

  display: block;

  max-width: 100%;

  width: 100%;

  height: auto;

}



/* img overlay */

.post-carousel-item:hover .post-bg-overlay {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  filter: alpha(opacity=20);

  opacity: 0.2;

}



/* hover icon */

.post-carousel-item:hover .post-hover-icon-center span {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;



  /* fadeIn animation */

  animation-name: fadeIn;

  -webkit-animation-name: fadeIn;



  animation-duration: 0.3s;

  -webkit-animation-duration: 0.3s;



  animation-timing-function: ease;

  -webkit-animation-timing-function: ease;



  visibility: visible !important;

}



/* owl pagination */

.post-media-carousel .owl-theme .owl-controls {

  margin-top: 0;

}



/* navigation */

.post-media-carousel .owl-buttons {

  position: absolute;

  bottom: 0;

  right: 0;

  padding: 0;

  z-index: 11;

}

.post-media-carousel .owl-theme .owl-controls .owl-buttons div {

  padding: 0;

  margin: 0;

  width: 26px;

  height: 26px;

  line-height: 26px;

  text-align: center;

  font-size: 14px;

  background: #ffffff;

  color: #36393b;



  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;



  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;



  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.post-media-carousel .owl-theme .owl-controls .owl-buttons div:hover {

  background: #f47d89;

  color: #ffffff;

}



/**

 * 4.3 Post media - video

 * -------------------------------------------------------------

 */



embed, iframe, object, video { max-width: 100%; }

.iframe-video-wrap, video {

  overflow: hidden;

  height: 0;

  padding-bottom: 56.25%;

  position: relative;

  z-index: 10;

}

.iframe-video-wrap iframe, video {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  border: none !important;

}



/**

 * 4.4 Post media - audio

 * -------------------------------------------------------------

 */



.iframe-audio-wrap iframe {

  display: block;

  min-height: 160px;

  width: 100%;

}





/**

 * 4.5 Post content

 * -------------------------------------------------------------

 */



/* media arrow */

.post-wrap .media-arrow {

  position: relative;

}

.post-wrap .media-arrow:after {

  content: '';

  position: absolute;

  left: 20px;

  z-index: 11;

  border: 12px solid transparent;

}



/* arrow top */

.post-wrap .media-arrow.arrow-top:after {

  bottom: 100%;

  border-bottom: 12px solid #ffffff;

}



/* arrow bottom */

.post-wrap .media-arrow.arrow-bottom:after {

  top: 100%;

  border-top: 12px solid #ffffff;

}



/* post content */

.post-content {

  position: relative;

  padding: 25px 20px;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}



/* post title */

.post-title {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 19px;

  font-weight: 600;

  line-height: 1.3;

  color: #36393b;

  margin-bottom: -1px;

}

.post-title a {

  color: #36393b;

}

.post-title a:hover {

  color: #f47d89;

}



/* categories */

.post-categories {

  font-family: 'Lato', sans-serif;

  font-size: 13px;

  font-weight: 400;

  font-style: normal;

  line-height: 1.3;

  color: #9c9fa3;

  margin-top: 15px;

}

.post-categories a {

  color: #9c9fa3;

}

.post-categories a:hover {

  color: #f47d89;

}



/* post excerpt */

.post-excerpt {

  margin-top: 15px;

  font-family: 'Lato', sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.5;

  color: #4a4e51;

}

.post-excerpt p {

  margin: 0;

  display: inline;

}



/* post excerpt - content */

.post-excerpt.content {

  font-size: 14px;

  font-weight: 400;

  line-height: 1.5;

  overflow: hidden;

}

.post-excerpt.content p {

  margin-bottom: 15px;

  display: block;

}

.post-excerpt.content p:last-child {

  margin-bottom: 0;

}



/* read more */

.read-more,

.post-excerpt.content .more-link {

  display: inline-block;

  font-family: 'Lato', sans-serif;

  font-size: 92%;

  font-weight: 400;

  line-height: 1.5;

  padding: 0 5px;

  background-color: #f0f2f4;

  color: #4a4e51;

}

.read-more i,

.post-excerpt.content .more-link i {

  padding-left: 4px;

}

.read-more:focus,

.post-excerpt.content .more-link:focus {

  background-color: #f47d89;

  color: #ffffff;

}

.read-more:hover,

.post-excerpt.content .more-link:hover {

  background-color: #f47d89;

  color: #ffffff;

}



/* post details */

.post-details {

  margin: 15px 0 0;

}

.post-details li {

  float: left;

  margin: 5px 14px 0 0;

  font-family: 'Lato', sans-serif;

  font-size: 13px;

  font-weight: 400;

  font-style: normal;

  line-height: 1.3;

  color: #9c9fa3;

}

.post-details li:last-child {

  margin-right: 0;

}

.post-details li i {

  padding-right: 6px;

}

.post-details li a {

  color: #9c9fa3;

  display: inline-block;

}

.post-details li a:hover {

  color: #f47d89;

}



/* post like */

/* default color */

.jm-post-like a { color: #9c9fa3; }

.jm-post-like a:hover { color: #f47d89; }



/* like color */

.jm-post-like a .like.pastliked { color: #f47d89; } /* icon */

.jm-post-like a .count.liked { color: #f47d89; } /* count */



.jm-post-like a:hover .like.pastliked,

.jm-post-like a:hover .count.liked { color: #9c9fa3; }



/* dislike color */

.jm-post-like a .like.disliked { color: #9c9fa3; } /* icon */

.jm-post-like a .count.disliked { color: #9c9fa3; } /* count */



.jm-post-like a:hover .like.disliked,

.jm-post-like a:hover .count.disliked { color: #f47d89; }



/* alreadyliked color */

.jm-post-like a .like.prevliked { color: #f47d89; } /* icon */

.jm-post-like a .count.alreadyliked { color: #f47d89; } /* count */



.jm-post-like a:hover .like.prevliked,

.jm-post-like a:hover .count.alreadyliked { color: #9c9fa3; }



/* sticky post */

.sticky {}

.sticky-mark {

  position: absolute;

  top: -10px;

  right: 3px;

  z-index: 14;

  display: inline-block;

  width: 26px;

  height: 26px;

  line-height: 26px;

  font-size: 24px;

  text-align: center;

  color: #f47d89;

}





/**

 * 4.6 "No posts found" message

 * -------------------------------------------------------------

 */



#no-results-wrap {

  padding: 120px 0 140px;

  text-align: center;

}

#no-results-wrap .post-title {

  padding: 0;

  margin: 0 0 15px;

  font-size: 26px;

}

.no-results-content {

  max-width: 400px;

  margin: 0 auto;

  font-size: 14px;

  line-height: 1.5;

  color: #9c9fa3;

}

.no-results-content p {

  margin-bottom: 0;

}





/**

 * 5.0 Archive pages heading

 * -------------------------------------------------------------

 */



#archive-heading-wrap {

  margin-bottom: 30px;

}

.archive-heading-container {

  padding: 30px 0;

  text-align: center;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}

.archive-title {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 30px;

  font-weight: 600;

  line-height: 1.2;

  color: #36393b;

  margin: 0;

}

.archive-description {

  max-width: 400px;

  margin: 15px auto 0;

  font-family: 'Lato', sans-serif;

  font-size: 14px;

  font-weight: 400;

  font-style: normal;

  line-height: 1.5;

  color: #9c9fa3;

}

.archive-description p {

  margin-bottom: 0;

}

.archive-description.search-results {

  margin-top: 10px;

}





/**

 * 6.0 Posts pagination

 * -------------------------------------------------------------

 */



/* hide screen-reader-text */

.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  position: absolute !important;

  height: 1px;

  width: 1px;

  overflow: hidden;

}



/* posts pagination */

.pagination {

  display: block;

  border-radius: 0;

  margin: 5px 0 30px;

  padding: 0;

}

.pagination .nav-links {

  text-align: center;

}

.pagination .nav-links .page-numbers {

  display: inline-block;

  margin: 5px;

  width: 58px;

  height: 58px;

  line-height: 50px;

  text-align: center;

  font-family: 'Lato', sans-serif;

  font-size: 13px;

  font-weight: 400;

  color: #36393b;

  background-color: #ffffff;

  border: 4px double rgba(12,12,12,.05);

}

.pagination .nav-links .page-numbers.dots {

  width: 22px;

  margin: 0;

  border: none;

}

.pagination .nav-links .page-numbers.current {

  background-color: #f47d89;

  border-color: #f47d89;

  color: #ffffff;

}

.pagination .nav-links a.page-numbers:hover {

  color: #f47d89;

}





/**

 * 7.0 Infinite scroll (Load more button)

 * -------------------------------------------------------------

 */



/* load more button */

.load-more-wrap {

  text-align: center;

  height: 58px;

  margin: 10px 0 30px;

}

.load-more-button,

.loading-posts,

.load-more-done {

  display: inline-block;

  max-width: 380px;

  width: 100%;

  margin: 0;

  padding: 0;

  height: 58px;

  line-height: 50px;

  text-align: center;

  font-family: 'Lato', sans-serif;

  font-style: normal;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #36393b;

  background-color: #ffffff;

  border: 4px double rgba(12,12,12,.05);

}

.loading-posts i {

  margin-right: 6px;

}

.load-more-button:focus {

  color: #36393b;

}

.load-more-button:hover {

  color: #f47d89;

}

.load-more-button:active {

  position: relative;

  top: 1px;

}



/* infinite loading - hide */

#infscr-loading {

  display: none !important;

}





/**

 * 8.0 Single post page / Pages

 * -------------------------------------------------------------

 */



#single-post-wrap,

#page-wrap {

  padding-bottom: 10px;

}



/* heading */

.single-post-heading-wrap,

.page-heading-wrap {

  padding: 60px 30px;

  text-align: center;

}

.single-post-title,

.page-title {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 32px;

  font-weight: 600;

  line-height: 1.2;

  color: #36393b;

  margin: 0;

}



/* post details - heading */

.single-post-details {

  max-width: 400px;

  margin: 10px auto 0;

  text-align: center;

}

.single-post-details li {

  display: inline-block;

  margin: 5px 8px 0;

  font-family: 'Lato', sans-serif;

  font-size: 14px;

  font-weight: 400;

  font-style: normal;

  line-height: 1.5;

  color: #9c9fa3;

}

.single-post-details li i {

  padding-right: 6px;

}

.single-post-details li a {

  color: #9c9fa3;

  display: inline-block;

}

.single-post-details li a:hover {

  color: #f47d89;

}



/* blog post/page - article */

.single-post-article,

.single-page-article {

  margin: 0 30px 30px;

  padding: 0;

  position: relative;

  background-color: #ffffff;

  -webkit-box-shadow: -40px 40px 0 -37px #ffffff, 40px -40px 0 -37px #ffffff, 20px 20px 0 -20px rgba(12,12,12,.05), 0 0 0 1px rgba(12,12,12,.05);

  -moz-box-shadow: -40px 40px 0 -37px #ffffff, 40px -40px 0 -37px #ffffff, 20px 20px 0 -20px rgba(12,12,12,.05), 0 0 0 1px rgba(12,12,12,.05);

  box-shadow: -40px 40px 0 -37px #ffffff, 40px -40px 0 -37px #ffffff, 20px 20px 0 -20px rgba(12,12,12,.05), 0 0 0 1px rgba(12,12,12,.05);

}



/* media */

.single-post-article .post-media,

.single-post-article .post-media-carousel,

.single-page-article .post-media {

  margin: 0;

}



/* carousel navigation */

.single-post-article .post-media-carousel {

  overflow: hidden;

}

.single-post-article .post-media-carousel .owl-buttons {

  position: static;

  top: auto;

  right: auto;

}

.single-post-article .post-media-carousel .owl-theme .owl-controls .owl-buttons div {

  position: absolute;

  z-index: 11;

  top: 50%;

  width: 50px;

  height: 50px;

  line-height: 50px;

  margin-top: -25px;

  font-size: 20px;



  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

}

.single-post-article .post-media-carousel .owl-theme .owl-controls .owl-buttons .owl-prev { left: -53px; }

.single-post-article .post-media-carousel .owl-theme .owl-controls .owl-buttons .owl-next { right: -53px; }

.single-post-article .post-media-carousel .owl-theme:hover .owl-controls .owl-buttons .owl-prev { left: 10px; }

.single-post-article .post-media-carousel .owl-theme:hover .owl-controls .owl-buttons .owl-next { right: 10px; }



/* bg overlay */

.single-post-article .post-media .post-bg-overlay,

.single-post-article .post-carousel-item .post-bg-overlay,

.single-page-article .post-media .post-bg-overlay {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

}

.single-post-article .post-media:hover .post-bg-overlay,

.single-post-article .post-carousel-item:hover .post-bg-overlay,

.single-page-article .post-media:hover .post-bg-overlay {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  filter: alpha(opacity=20);

  opacity: 0.2;

}



/* expand icon */

.expand-icon {

  position: absolute;

  top: 0px;

  left: 0px;

  z-index: 10;



  display: inline-block;

  width: 45px;

  height: 45px;

  text-align: center;

  line-height: 45px;

  font-size: 16px;

  color: #ffffff;



  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

}

.single-post-article .post-media:hover .expand-icon,

.single-post-article .post-carousel-item:hover .expand-icon,

.single-page-article .post-media:hover .expand-icon {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;

}



/* image caption */

.media-image-caption {

  position: absolute;

  right: 0;

  bottom: 0;

  z-index: 10;

  background-color: rgba(21,21,22,.8);

  max-width: 350px;

  width: auto;

  height: auto;

  padding: 5px 10px;

  font-size: 13px;

  font-weight: 400;

  line-height: 1.5;

  color: #e3e3e3;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}



/* media arrow */

.single-post-article .media-arrow {

  position: relative;

}

.single-post-article .media-arrow:after {

  content: '';

  position: absolute;

  left: 30px;

  bottom: 100%;

  z-index: 11;

  border: 12px solid transparent;

  border-bottom: 12px solid #ffffff;

}



/* content */

.single-post-content,

.single-page-content {

  position: relative;

  padding: 30px;

  overflow: hidden;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}



/* tags */

.single-post-tags {

  padding: 0 0 20px 30px;

  text-align: left;

}

.single-post-tags a {

  margin: 0 18px 10px 0;

  position: relative;

  background-color: #f0f2f4;

  color: #4a4e51;

  display: inline-block;

  padding: 1px 20px 1px 10px;

  font-family: 'Lato', sans-serif;

  font-weight: 400;

  font-size: 13px;

  height: 32px;

  line-height: 29px;



  -webkit-border-radius: 2px 0 0 2px;

  -moz-border-radius: 2px 0 0 2px;

  border-radius: 2px 0 0 2px;

}

.single-post-tags a:before {

  content: '';

  position: absolute;

  right: -12px;

  top: 0;

  width: 0;

  height: 0;

  border-top: 16px solid transparent;

  border-bottom: 16px solid transparent;

  border-left: 12px solid #f0f2f4;



  -webkit-transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.single-post-tags a:after {

  display: block;

  content: '';

  position: absolute;

  top: 14px;

  right: 2px;

  width: 4px;

  height: 4px;

  background: #ffffff;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  border-radius: 50%;

}

.single-post-tags a:hover {

  background-color: #f47d89;

  color: #ffffff !important;

}

.single-post-tags a:hover:before {

  border-left-color: #f47d89;

}



/* counters */

.single-post-counters {

  padding: 0 30px 20px 0;

  margin: 0;

  text-align: right;

}

.single-post-counters li {

  display: inline-block;

  margin: 0 0 10px 8px;

}

.single-post-counters li.views-count,

.single-post-counters li a {

  display: inline-block;

  background-color: #f0f2f4;

  color: #4a4e51;

  padding: 0 15px;

  height: 32px;

  line-height: 32px;

  font-family: 'Lato', sans-serif;

  text-align: center;

  font-size: 13px;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

.single-post-counters li i {

  padding-right: 8px;

}

.single-post-counters li a:hover {

  color: #ffffff;

  background-color: #f47d89;

}



/* counters - likes */

/* default color */

.single-post-counters .jm-post-like a { color: #4a4e51; }

.single-post-counters .jm-post-like a:hover { color: #ffffff; }



/* like color */

.single-post-counters .jm-post-like a .like.pastliked { color: #f47d89; } /* icon */

.single-post-counters .jm-post-like a .count.liked { color: #f47d89; } /* count */



.single-post-counters .jm-post-like a:hover .like.pastliked,

.single-post-counters .jm-post-like a:hover .count.liked { color: #ffffff; }



/* dislike color */

.single-post-counters .jm-post-like a .like.disliked { color: #4a4e51; } /* icon */

.single-post-counters .jm-post-like a .count.disliked { color: #4a4e51; } /* count */



.single-post-counters .jm-post-like a:hover .like.disliked,

.single-post-counters .jm-post-like a:hover .count.disliked { color: #ffffff; }



/* alreadyliked color */

.single-post-counters .jm-post-like a .like.prevliked { color: #f47d89; } /* icon */

.single-post-counters .jm-post-like a .count.alreadyliked { color: #f47d89; } /* count */



.single-post-counters .jm-post-like a:hover .like.prevliked,

.single-post-counters .jm-post-like a:hover .count.alreadyliked { color: #ffffff; }



/* social share */

.social-share-wrap {

  margin: 0 0 0 30px;

  padding-bottom: 25px;

}

.social-share-wrap span {

  margin-right: 15px;

  font-weight: 700;

}

.social-share {

  display: inline-block;

  text-align: left;

  margin: 0;

}

.social-share li {

  display: inline-block;

  margin: 0 5px 5px;

}

.social-share li a {

  display: inline-block;

  width: 50px;

  height: 50px;

  line-height: 42px;

  text-align: center;

  font-size: 14px;

  color: #4a4e51;

  background-color: #ffffff;

  border: 4px double rgba(12,12,12,.05);

}

.facebook-share:hover {

  color: #3a5899;

  border: 4px double #3a5899;

}

.twitter-share:hover {

  color: #59d1df;

  border: 4px double #59d1df;

}

.google-plus-share:hover {

  color: #bd3424;

  border: 4px double #bd3424;

}

.vk-share:hover {

  color: #6085ab;

  border: 4px double #6085ab;

}

.pinterest-share:hover {

  color: #ca1a20;

  border: 4px double #ca1a20;

}

.linkedin-share:hover {

  color: #2ba2e0;

  border: 4px double #2ba2e0;

}





/**

 * 9.0 WordPress content styles

 * -------------------------------------------------------------

 */



.content {

  font-family: 'Lato', sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.6;

  color: #4a4e51;

  margin-bottom: 0;

}

.content p {

  margin-bottom: 15px;

}

.content p:last-child {

  margin-bottom: 0;

}

.content a {

  color: #f47d89;

}

.content a:hover {

  color: #ff5163;

}



/* alignment */

.alignleft {

  float: left;

  margin: 0 15px 15px 0;

}

.alignright {

  float: right;

  margin: 0 0 15px 15px;

}

.aligncenter {

  clear: both;

  display: block;

  margin: 15px auto;

}

.alignnone {

  margin: 15px 0;

}

img.alignleft {

  margin: 0 15px 10px 0;

}

img.alignright {

  margin: 0 0 10px 15px;

}

img.aligncenter {

  margin: 15px auto;

}

img.alignnone {

  margin: 15px 0;

}

p.text-left { text-align: left; }

p.text-right { text-align: right; }

p.text-center { text-align: center; }

p.text-justify { text-align: justify; }



/* ul */

.content ul,

.comment-content ul {

  padding-left: 20px;

  margin: 0 0 15px;

}

.content ul ol,

.comment-content ul ol {

  padding-left: 20px;

  margin: 2px 0;

}

.content ul ul,

.comment-content ul ul {

  padding-left: 20px;

  margin: 2px 0;

}

.content li,

.comment-content li {

  margin: 2px 0;

}

/* ol */

.content ol,

.comment-content ol {

  padding-left: 20px;

  margin: 0 0 15px;

}

.content ol ul,

.comment-content ol ul {

  padding-left: 20px;

  margin: 2px 0;

}

.content ol ul ul,

.comment-content ol ul ul {

  padding-left: 20px;

  margin: 2px 0;

}

.content ol ol,

.comment-content ol ol {

  padding-left: 20px;

  margin: 2px 0;

}

.content ol ul ol,

.comment-content ol ul ol {

  padding-left: 20px;

  margin: 2px 0;

}



/* video */

video { width: 100%; }

.content iframe,

.content embed,

.post-content iframe,

.post-content embed {

  width: 100%;

  border: none !important;

}



/* wp caption */

.wp-caption {

  max-width: 100%;

  text-align: center;

  margin-top: 0;

  margin-bottom: 10px;

  background-color: #ffffff;

  -webkit-box-shadow: 0 0 0 1px rgba(12,12,12,.05);

  -moz-box-shadow: 0 0 0 1px rgba(12,12,12,.05);

  box-shadow: 0 0 0 1px rgba(12,12,12,.05);

}

.wp-caption img {

  border: 0;

  margin: 0;

  max-width: 100%;

  height: auto;

}

.wp-caption .wp-caption-text {

  padding: 15px;

  margin: 0;

}



/* responsive images */

.content img,

.post-content img,

.comment-content img {

  display: block;

  max-width: 100%;

  height: auto;

}

img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"] {

  height: auto;

}

img.size-full,

img.size-large,

img.header-image,

img.wp-post-image {

  max-width: 100%;

  height: auto;

}



/* images gallery */

.gallery {

  margin-left: -5px;

  margin-right: -5px;

  margin-bottom: 0 !important;

}

.gallery .gallery-item {

  display: inline-block;

  position: relative;

  overflow: hidden;

  text-align: center;

  vertical-align: top;

  padding: 0 5px;

  margin-bottom: 10px;

}

.gallery .gallery-item .gallery-caption {

  position: absolute;

  left: 5px;

  right: 5px;

  bottom: 0;

  color: #ffffff;

  text-align: left;

  background-color: rgba(40,46,51,.4);

  padding: 10px;

  font-size: 14px;

  line-height: 1.3;



  -webkit-transform: translate(0, 100%);

  -ms-transform: translate(0, 100%);

  -o-transform: translate(0, 100%);

  transform: translate(0, 100%);



  -webkit-transition: -webkit-transform 0.3s ease;

  -moz-transition: -moz-transform 0.3s ease;

  -o-transition: -o-transform 0.3s ease;

  transition: transform 0.3s ease;

}

.gallery .gallery-item:hover .gallery-caption {

  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  -o-transform: translate(0, 0);

  transform: translate(0, 0);

}

.gallery.gallery-columns-7 .gallery-item .gallery-caption,

.gallery.gallery-columns-8 .gallery-item .gallery-caption,

.gallery.gallery-columns-9 .gallery-item .gallery-caption {

  display: none;

}

.gallery .gallery-icon a {

  display: block;

}

.gallery .gallery-icon img {

  display: block;

  max-width: 100%;

  width: 100%;

  height: auto;

  border: none !important;

}

.gallery.gallery-columns-1 .gallery-item { width: 100%; }

.gallery.gallery-columns-2 .gallery-item { width: 50%; }

.gallery.gallery-columns-3 .gallery-item { width: 33.3333336%; }

.gallery.gallery-columns-4 .gallery-item { width: 25%; }

.gallery.gallery-columns-5 .gallery-item { width: 20%; }

.gallery.gallery-columns-6 .gallery-item { width: 16.6666667%; }

.gallery.gallery-columns-7 .gallery-item { width: 14.2857143%; }

.gallery.gallery-columns-8 .gallery-item { width: 12.5%; }

.gallery.gallery-columns-9 .gallery-item { width: 11.1111111%; }



/* table */

.content table,

.comment-content table {

  margin-bottom: 15px;

}

.comment-content table {

  line-height: 1.3;

}

.content table td,

.comment-content table td,

.content table th,

.comment-content table th {

  padding: 7px 12px;

  border: 1px solid #ddd;

}

.content table thead,

.comment-content table thead {

  background-color: #f9f9f9;

}

.content table > thead > tr > th,

.comment-content table > thead > tr > th {

  border-bottom: 2px solid #ddd;

}

.content table th,

.comment-content table th {

  font-weight: bold;

}



/* password form */

.post-password-form {

  background-color: #f0f2f4;

  padding: 35px 30px;

  text-align: center;

}

.post-password-form p:first-child {

  margin-bottom: 25px;

}

.post-password-form label {

  display: inline-block;

  font-weight: bold;

}

.post-password-form input[type="password"] {

  max-width: 200px;

  height: 38px;

  padding: 8px;

  margin-left: 10px;

  border: 1px solid #ffffff;

  color: #4a4e51;

}

.post-password-form input[type="password"]:active,

.post-password-form input[type="password"]:focus {

  outline: none;

}

.post-password-form input[type="submit"] {

  outline: none !important;

  height: 38px;

  padding: 0 16px;

  margin-left: 10px;

  font-family: 'Lato', sans-serif;

  font-style: normal;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.3;

  border: none;

  color: #ffffff !important;

  background-color: #f47d89;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

.post-password-form input[type="submit"]:focus {

  color: #ffffff !important;

}

.post-password-form input[type="submit"]:hover {

  outline: none;

  background-color: #ff5163;

  color: #ffffff !important;

}

.post-password-form input[type="submit"]:active {

  position: relative;

  top: 1px;

}



/* password form - post excerpt */

.post-excerpt.content .post-password-form {

  padding: 0;

  text-align: left;

  background-color: #ffffff;

}

.post-excerpt.content .post-password-form input[type="password"] {

  border-color: rgba(12,12,12,.05);

  max-width: 150px;

  margin: 3px 0;

}

.post-excerpt.content .post-password-form input[type="submit"] {

  margin-left: 0;

}



/* single pagination */

.single-pagination-wrap {

  padding: 11px 0 0;

  text-align: left;

}

.single-pagination-wrap > span,

.single-pagination-wrap a {

  display: inline-block;

  margin: 4px 4px 0 0;

  width: 32px;

  height: 32px;

  line-height: 32px;

  text-align: center;

  background-color: #f47d89;

  color: #ffffff;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

.single-pagination-wrap a {

  background-color: #f0f2f4;

  color: #4a4e51 !important;

}

.single-pagination-wrap a:hover {

  background-color: #f47d89;

  color: #ffffff !important;

}





/**

 * 10.0 About the author

 * -------------------------------------------------------------

 */



.about-author-wrap {

  margin: 0 30px 30px;

  padding: 30px;

  background-color: #ffffff;

  border: 4px double rgba(12,12,12,.05);

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}



/* avatar */

.about-author-avatar {

  float: left;

}

.about-author-avatar img {

  display: block;

  width: 80px;

  height: 80px;

  margin: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}



/* desc */

.about-author-desc-wrap {

  padding-left: 110px;

}

.about-author-desc-wrap h4 {

  font-family: 'Lato', sans-serif;

  font-style: normal;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.2;

  color: #36393b;

  margin-bottom: 0;

}

.about-author-desc-wrap h4 a {

  color: #36393b;

}

.about-author-desc-wrap h4 a:hover {

  color: #f47d89;

}

.about-author-desc {

  margin-top: 10px;

  font-family: 'Lato', sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.5;

  color: #4a4e51;

}



/* social links */

.about-author-social {

  margin: 0 0 0 -6px;

}

.about-author-social ul {

  margin: 0;

}

.about-author-social ul li {

  float: left;

  margin: 10px 10px 0 0;

}

.about-author-social ul li a {

  display: inline-block;

  width: 28px;

  height: 28px;

  line-height: 28px;

  font-size: 15px;

  text-align: center;

  color: #4a4e51;

}

.about-author-social ul li a.website-link:hover { color: #f47d89; }

.about-author-social ul li a.facebook-link:hover { color: #627aac; }

.about-author-social ul li a.twitter-link:hover { color: #33bbf3; }

.about-author-social ul li a.google-plus-link:hover { color: #d16850; }

.about-author-social ul li a.vk-link:hover { color: #7594b5; }

.about-author-social ul li a.pinterest-link:hover { color: #b84247; }

.about-author-social ul li a.flickr-link:hover { color: #3596c5; }

.about-author-social ul li a.instagram-link:hover { color: #6890b1; }

.about-author-social ul li a.youtube-link:hover { color: #cd4044; }

.about-author-social ul li a.vimeo-square-link:hover { color: #71cbff; }

.about-author-social ul li a.dribbble-link:hover { color: #dc90b3; }





/**

 * 11.0 Related posts

 * -------------------------------------------------------------

 */



.related-posts {

  margin: 0 30px 30px;

  padding: 30px 30px 25px;

  background-color: #ffffff;

  border: 4px double rgba(12,12,12,.05);

}



/* title */

.related-posts-title {

  display: block;

  margin-bottom: 10px;

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 19px;

  font-weight: 600;

  line-height: 1.2;

  color: #36393b;

  border-bottom: 1px solid rgba(12,12,12,.05);

}

.related-posts-title span {

  display: inline-block;

  border-bottom: 1px solid #f47d89;

  padding-bottom: 10px;

  margin-bottom: -1px;

}



/* carousel */

.related-posts-carousel-wrap {

  position: relative;

  z-index: 1;

  margin: 0 -10px;

}



/* item */

.related-post-item-wrap {

  padding: 10px;

}

.related-post-item {

  position: relative;

  overflow: hidden;

}

.related-post-item img {

  display: block;

  max-width: 100%;

  width: 100%;

  height: auto;

}



/* img overlay */

.related-post-bg-overlay {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;

  background-color: #000000;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  filter: alpha(opacity=20);

  opacity: 0.2;

}

.related-post-item:hover .related-post-bg-overlay {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  filter: alpha(opacity=50);

  opacity: 0.5;

}



/* caption */

.related-post-item figcaption {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 10;

}

.related-post-caption-alignment {

  height: 100%;

  width: 100%;

  display: table;

}

.related-post-caption-center {

  display: table-cell;

  vertical-align: middle;

  text-align: center;

  padding: 10px;

  max-width: 184px;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}



/* item title */

.related-post-title {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 15px;

  font-weight: 400;

  line-height: 1.2;

  color: #ffffff;

  text-shadow: 0 1px 2px rgba(0,0,0,.1);

  margin: 0;

}

.related-post-title a,

.related-post-title a:focus {

  color: #ffffff;

}

.related-post-title a:hover {

  color: #ffffff;

  text-decoration: underline !important;

}



/* item date */

.related-post-date {

  display: inline-block;

  margin: 10px 0 0;

  font-family: 'Lato', sans-serif;

  font-size: 12px;

  font-weight: 400;

  font-style: normal;

  line-height: 1.2;

  letter-spacing: 1px;

  color: #f0f1f2;

  text-shadow: 0 1px 2px rgba(0,0,0,.1);

}



/* carousel pagination */

#related-posts-carousel.owl-theme .owl-controls {

  margin-top: 5px;

}

#related-posts-carousel.owl-theme .owl-controls .owl-page span {

  -webkit-transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;

}



/* carousel navigation */

#related-posts-carousel.owl-theme .owl-buttons {

  position: absolute;

  top: -42px;

  right: 10px;

  z-index: 11;

}

#related-posts-carousel.owl-theme .owl-controls .owl-buttons div {

  padding: 0;

  margin: 0 0 0 2px;

  width: 32px;

  height: 32px;

  line-height: 32px;

  text-align: center;

  font-size: 14px;

  background: #f0f2f4;

  color: #4a4e51;



  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;



  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;



  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

#related-posts-carousel.owl-theme .owl-controls .owl-buttons div:hover {

  background: #f47d89;

  color: #ffffff;

}





/**

 * 12.0 Post navigation

 * -------------------------------------------------------------

 */



.post-navigation {

  margin: 0 30px 30px;

}

.post-navigation:before,

.post-navigation:after {

  content: "";

  display: table;

}

.post-navigation:after {

  clear: both;

}

.post-navigation {

  zoom: 1;

}

.post-navigation .nav-links div {

  display: inline-block;

  width: 50%;

  text-align: center;

}

.post-navigation .nav-previous {

  float: left;

  padding-right: 15px;

}

.post-navigation .nav-next {

  float: right;

  padding-left: 15px;

}

.post-navigation .nav-links a {

  display: inline-block;

  width: 100%;

  padding: 30px;

  background-color: #ffffff;

  color: #4a4e51;

  border: 4px double rgba(12,12,12,.05);

}

.post-navigation .nav-links a:hover {

  color: #f47d89;

}

.post-navigation .meta-nav {

  display: block;

  margin-bottom: 10px;

  font-family: 'Lato', sans-serif;

  font-style: normal;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.2;

  color: #36393b;

}

.post-navigation .post-title-nav {

  font-family: 'Lato', sans-serif;

  font-size: 14px;

  font-weight: 400;

}

.post-navigation .nav-previous i {

  margin-right: 10px;

}

.post-navigation .nav-next i {

  margin-left: 10px;

}

.post-navigation a:hover .meta-nav {

  color: #36393b;

}





/**

 * 13.0 Comments

 * -------------------------------------------------------------

 */



/* title */

.comments-title,

.comment-reply-title {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 19px;

  font-weight: 600;

  line-height: 1.2;

  color: #36393b;

  border-bottom: 1px solid rgba(12,12,12,.05);

  margin-bottom: 20px;

}

.comments-title {

  padding-top: 10px;

  margin: 0 30px 40px;

}

.comments-title span,

.comment-reply-title span {

  display: inline-block;

  border-bottom: 1px solid #f47d89;

  padding-bottom: 10px;

  margin-bottom: -1px;

}



/* comment form */

.comment-respond {

  margin: 0 30px 30px;

  padding: 30px;

  background-color: #ffffff;

  border: 4px double rgba(12,12,12,.05);

}

#commentform p {

  color: #4a4e51;

}

#commentform .comment-notes {

  margin-bottom: 20px;

  font-size: 13px;

  line-height: 1.3;

  color: #9c9fa3;

}

.comment-form-author,

.comment-form-email,

.comment-form-url {

  margin-bottom: 15px;

}

#commentform label {

  display: block;

  margin-bottom: 5px;

  font-size: 13px;

  font-weight: 700;

  color: #4a4e51;

}

#author,

#email,

#url,

#comment {

  color: #4a4e51;

  width: 100%;

  height: 46px;

  padding: 12px 16px;

  border: 1px solid rgba(12,12,12,.05);

  border-bottom-width: 2px;

  border-bottom-color: rgba(12,12,12,.1);

  border-right-color: rgba(12,12,12,.1);

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

#comment {

  height: 160px;

  line-height: 1.5;

}

#author:active, #email:active, #url:active, #comment:active,

#author:focus, #email:focus, #url:focus, #comment:focus {

  outline: none;

  border-color: rgba(12,12,12,.15);

}



/* allowed tags */

#commentform p.form-allowed-tags {

  margin: 18px 0;

  line-height: 1.6;

  font-size: 13px;

  color: #9c9fa3;

}

#commentform p.form-allowed-tags code {

  background-color: #f0f2f4;

  color: #7e8184;

}



/* submit btn */

.form-submit {

  padding-top: 10px;

  margin-bottom: 0;

}

#submit {

  outline: none !important;

  padding: 16px 40px;

  font-family: 'Lato', sans-serif;

  font-size: 14px;

  font-weight: 700;

  line-height: 1.3;

  letter-spacing: 1px;

  border: none;

  color: #36393b !important;

  background-color: #f0f2f4;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

#submit:focus {

  color: #36393b !important;

}

#submit:hover {

  background-color: #f47d89;

  color: #ffffff !important;

}

#submit:active {

  position: relative;

  top: 1px;

}



/* log-in msg */

.must-log-in {

  font-size: 14px;

  line-height: 1.3;

  color: #4a4e51;

  margin-bottom: 0;

}

.must-log-in a {

  color: #f47d89;

}

.must-log-in a:hover {

  color: #ff5163;

}



/* logged-in as */

#commentform p.logged-in-as {

  margin-bottom: 20px;

  font-size: 14px;

  line-height: 1.3;

  color: #4a4e51;

}

#commentform p.logged-in-as a {

  color: #f47d89;

}

#commentform p.logged-in-as a:hover {

  color: #ff5163;

}



/* comment list */

ol.commentlist {

  list-style: none outside none;

  padding-left: 0;

  margin-bottom: 30px;

}

ol.commentlist li article.comment {

  margin: 0 30px 30px;

  padding: 30px;

  background-color: #ffffff;

  border: 4px double rgba(12,12,12,.05);

}

.comment-meta {

  line-height: 1.2;

  margin-bottom: 10px;

}

.comment-meta img {

  float: left;

  display: block;

  width: 62px;

  height: 62px;

  margin: 0 20px 0 0;

}

.comment-awaiting-moderation {

  font-size: 13px;

  font-style: italic;

  text-decoration: underline;

  color: #9c9fa3;

}

.comment-meta cite {

  font-size: 14px;

  font-style: normal;

  font-weight: 700;

  color: #36393b;

}

.comment-meta cite a {

  font-size: 14px;

  color: #36393b;

}

.comment-meta cite a:hover {

  color: #f47d89;

}

.bypostauthor .post-author-mark-comment {

  display: inline-block;

  padding: 3px 8px;

  background-color: #f47d89;

  color: #ffffff;

  font-size: 13px;

  font-weight: 400;

  margin-left: 8px;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

.comment-meta a {

  color: #9c9fa3;

  font-size: 12px;

}

.comment-meta a:hover {

  color: #f47d89;

}

.comment-meta time {

  margin-left: 12px;

}

.comment-content {

  padding-left: 82px;

  font-size: 14px;

  line-height: 1.5;

  color: #4a4e51;

}

.comment-content p {

  margin-bottom: 10px;

}

.comment-content a {

  color: #f47d89;

}

.comment-content a:hover {

  color: #ff5163;

}

.comment-content span.edit-link,

.comment-content span.comment-reply-btn {

  font-size: 13px;

  line-height: 1.2;

  margin-right: 10px;

}

.comment-content span.edit-link a,

.comment-content span.comment-reply-btn a {

  color: #9c9fa3;

}

.comment-content span.edit-link a:hover,

.comment-content span.comment-reply-btn a:hover {

  color: #f47d89;

}

.comment-content span.comment-reply-btn {

  color: #9c9fa3;

}

.comment-content span.comment-reply-btn i {

  margin-left: 6px;

}

#cancel-comment-reply-link {

  font-family: 'Lato', sans-serif;

  font-size: 13px !important;

  letter-spacing: 0;

  text-transform: none;

  color: #9c9fa3;

  margin-left: 10px;

}

#cancel-comment-reply-link:hover {

  color: #f47d89;

}

ol.children {

  list-style: none outside none;

}



/* nocomments (closed) */

.nocomments {

  margin: 0 30px 30px;

  font-size: 14px;

  color: #4a4e51;

}



/* pingback */

ol.commentlist .pingback {

  margin: 0 30px 0;

  font-size: 13px;

}

ol.commentlist .pingback p {

  display: inline-block;

  margin: 0 0 10px;

  line-height: 1.5;

}

ol.commentlist .pingback { color: #9c9fa3; }

ol.commentlist .pingback a { color: #f47d89; }

ol.commentlist .pingback a:hover { color: #ff5163; }



/* comments nav */

#comment-nav-below {

  padding-top: 10px;

  margin: 0 30px 40px;

}

#comment-nav-below:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}

#comment-nav-below .nav-previous,

#comment-nav-below .nav-next {

  width: 50%;

  min-height: 1px;

  float: left;

  text-align: center;

  padding: 0 15px;

}

#comment-nav-below .nav-previous {

  padding-left: 0;

}

#comment-nav-below .nav-previous i {

  margin-right: 10px;

}

#comment-nav-below .nav-next {

  padding-right: 0;

}

#comment-nav-below .nav-next i {

  margin-left: 10px;

}

#comment-nav-below a {

  font-family: 'Lato', sans-serif;

  font-style: normal;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.2;

  color: #36393b;

}

#comment-nav-below a:hover {

  color: #f47d89;

}





/**

 * 14.0 Blog layouts

 * -------------------------------------------------------------

 */



/* page -> full width */

#single-post-wrap.full-width .related-post-caption-center {

  padding: 30px;

  max-width: 264px;

}

#single-post-wrap.full-width .related-post-title {

  font-size: 20px;

}

#single-post-wrap.full-width .related-post-date {

  font-size: 13px;

}



/* page -> right sidebar */

.sidebar-right .single-post-article,

.sidebar-right .single-page-article,

.sidebar-right .about-author-wrap,

.sidebar-right .related-posts,

.sidebar-right .post-navigation,

.sidebar-right .comments-title,

.sidebar-right .comment-respond,

.sidebar-right ol.commentlist li article.comment,

.sidebar-right ol.commentlist .pingback,

.sidebar-right .nocomments,

.sidebar-right #comment-nav-below {

  margin-right: 0;

}

.sidebar-right .widget {

  margin-left: 0;

}



/* page -> left sidebar */

.sidebar-left .single-post-article,

.sidebar-left .single-page-article,

.sidebar-left .about-author-wrap,

.sidebar-left .related-posts,

.sidebar-left .post-navigation,

.sidebar-left .comments-title,

.sidebar-left .comment-respond,

.sidebar-left ol.commentlist li article.comment,

.sidebar-left ol.commentlist .pingback,

.sidebar-left .nocomments,

.sidebar-left #comment-nav-below {

  margin-left: 0;

}

.sidebar-left .widget {

  margin-right: 0;

}



/* sidebar container */

.sidebar-wrap {

  padding: 0;

}





/**

 * 15.0 Page 404

 * -------------------------------------------------------------

 */



#page-404-wrap {

  padding: 155px 30px;

  text-align: center;

}

#page-404-wrap h2 {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 29px;

  font-weight: 600;

  line-height: 1.2;

  color: #36393b;

  margin: 0;

}

#page-404-wrap p {

  font-family: 'Lato', sans-serif;

  font-size: 14px;

  font-weight: 400;

  font-style: normal;

  line-height: 1.5;

  color: #9c9fa3;

  margin: 15px 0 0;

}





/**

 * 16.0 Widgets

 * -------------------------------------------------------------

 */



/* widget container */

.widget {

  padding: 30px;

  margin: 0 30px 30px;

  font-family: 'Lato', sans-serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.6;

  color: #4a4e51;

  background-color: #ffffff;

  border: 4px double rgba(12,12,12,.05);

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}

#blog-posts-wrap .widget {

  margin: 0 0 30px !important;

}



/* widget title */

.widget-title {

  display: block;

  margin-bottom: 20px;

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 19px;

  font-weight: 600;

  line-height: 1.3;

  color: #36393b;

  border-bottom: 1px solid rgba(12,12,12,.05);

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}

.widget-title span {

  display: inline-block;

  border-bottom: 1px solid #f47d89;

  padding-bottom: 10px;

  margin-bottom: -1px;

}

.widget-title a,

.widget-title a:focus {

  color: #36393b;

}

.widget-title a:hover {

  color: #f47d89;

}



/**

 * 16.01 Archive widget

 * -------------------------------------------------------------

 */



.widget_archive ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.widget_archive ul li {

  color: #9c9fa3; /* counter color */

  font-size: 13px; /* counter font size */

  margin-bottom: 8px;

}

.widget_archive ul li:last-child {

  margin-bottom: 0;

}

.widget_archive ul li a {

  color: #4a4e51;

  font-size: 14px;

  margin-right: 3px;

}

.widget_archive ul li a:hover {

  color: #f47d89;

}



.widget_archive select {

  margin-top: 5px;

  padding: 8px 20px 8px 10px;

  width: 100%;

  border: 1px solid #f3f3f3;

  color: #4a4e51;

}

.widget_archive select:active,

.widget_archive select:focus {

  outline: none;

}



/**

 * 16.02 Pages widget

 * -------------------------------------------------------------

 */



.widget_pages ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.widget_pages ul li {

  color: #4a4e51;

  margin-bottom: 8px;

}

.widget_pages ul li:last-child {

  margin-bottom: 0;

}

.widget_pages ul li a {

  color: #4a4e51;

}

.widget_pages ul li a:hover {

  color: #f47d89;

}

.widget_pages ul ul {

  padding-left: 15px;

  margin-top: 8px;

}



/**

 * 16.03 Categories widget

 * -------------------------------------------------------------

 */



.widget_categories ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.widget_categories ul li {

  color: #9c9fa3; /* counter color */

  font-size: 13px; /* counter font size */

  margin-bottom: 8px;

}

.widget_categories ul li:last-child {

  margin-bottom: 0;

}

.widget_categories ul ul {

  padding-left: 15px;

  margin-top: 8px;

}

.widget_categories a {

  color: #4a4e51;

  font-size: 14px;

  margin-right: 3px;

}

.widget_categories a:hover {

  color: #f47d89;

}



.widget_categories select {

  margin-top: 5px;

  padding: 8px 20px 8px 10px;

  width: 100%;

  border: 1px solid #f3f3f3;

  color: #4a4e51;

}

.widget_categories select:active,

.widget_categories select:focus {

  outline: none;

}



/**

 * 16.04 Recent posts widget

 * -------------------------------------------------------------

 */



.widget_recent_entries ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.widget_recent_entries ul li {

  margin-bottom: 8px;

}

.widget_recent_entries ul li:last-child {

  margin-bottom: 0;

}

.widget_recent_entries ul li .post-date {

  color: #9c9fa3;

  font-size: 13px;

}

.widget_recent_entries ul li a {

  color: #4a4e51;

  margin-right: 8px;

}

.widget_recent_entries ul li a:hover {

  color: #f47d89;

}



/**

 * 16.05 Tag cloud widget

 * -------------------------------------------------------------

 */



.tagcloud {

  padding-top: 5px;

}

.widget_tag_cloud a {

  display: inline-block;

  padding: 6px 10px;

  margin: 0 4px 7px 0;

  font-size: 13px !important;

  font-weight: 400;

  background-color: #f0f2f4;

  color: #4a4e51;



  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

.widget_tag_cloud a:hover {

  background-color: #f47d89;

  color: #ffffff;

}



/**

 * 16.06 Calendar widget

 * -------------------------------------------------------------

 */



#wp-calendar {

  width: 100%;

  color: #4a4e51;

}

#wp-calendar caption {

  padding-top: 0;

  padding-bottom: 10px;

  font-size: 14px;

  font-weight: 700;

  color: #36393b;

  text-align: left;

}

#wp-calendar thead tr {

  background-color: #f8f8f8;

  border-bottom: 2px solid #ebebeb;

}

#wp-calendar th {

  padding: 8px;

  border: 1px solid #ebebeb;

  font-size: 14px;

  text-align: center;

  font-weight: 700;

  color: #36393b;

}

#wp-calendar tbody {

  border-right: 1px solid #f3f3f3;

  border-bottom: 1px solid #f3f3f3;

  border-left: 1px solid #f3f3f3;

}

#wp-calendar tbody td {

  padding: 8px;

  font-size: 13px;

  text-align: center;

  color: #4a4e51;

  border: 1px solid #f3f3f3;

  -webkit-transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

#wp-calendar tbody td:hover {

  background-color: #f47d89;

  color: #ffffff;

}

#wp-calendar tbody td:hover a {

  color: #ffffff;

}

#wp-calendar tbody td.pad,

#wp-calendar tbody td.pad:hover {

  background-color: #fafafa;

}

#wp-calendar #today,

#wp-calendar #today:hover {

  background-color: #f47d89;

  color: #ffffff !important;

}

#wp-calendar a {

  color: #f47d89;

  font-weight: 700;

}

#wp-calendar a:hover {

  color: #ffffff !important;

  text-decoration: underline !important;

}

#wp-calendar #today a,

#wp-calendar #today:hover a,

#wp-calendar #today a:hover {

  color: #ffffff !important;

}

#wp-calendar #prev,

#wp-calendar #next {

  text-align: center;

  padding: 6px;

  font-weight: 700;

  font-size: 13px;

}

#wp-calendar #next a,

#wp-calendar #prev a {

  color: #36393b;

}

#wp-calendar #next a:hover,

#wp-calendar #prev a:hover {

  background: transparent;

  color: #f47d89 !important;

  text-decoration: none !important;

}



/**

 * 16.07 Custom menu widget

 * -------------------------------------------------------------

 */



.widget_nav_menu ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.widget_nav_menu ul li {

  color: #4a4e51;

  margin-bottom: 8px;

}

.widget_nav_menu ul li:last-child {

  margin-bottom: 0;

}

.widget_nav_menu ul li i {

  margin-right: 6px;

  color: #4a4e51;

}

.widget_nav_menu a {

  color: #4a4e51;

}

.widget_nav_menu a:hover {

  color: #f47d89;

}

.widget_nav_menu ul ul {

  padding-left: 15px;

  margin-top: 8px;

}



/**

 * 16.08 Meta widget

 * -------------------------------------------------------------

 */



.widget_meta ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.widget_meta ul li {

  color: #4a4e51;

  margin-bottom: 8px;

}

.widget_meta ul li:last-child {

  margin-bottom: 0;

}

.widget_meta ul li a {

  color: #4a4e51;

}

.widget_meta ul li a:hover {

  color: #f47d89;

}



/**

 * 16.09 Recent comments widget

 * -------------------------------------------------------------

 */



#recentcomments {

  list-style: none;

  margin: 0;

  padding: 0;

}

#recentcomments li {

  color: #9c9fa3;

  margin-bottom: 8px;

}

#recentcomments li:last-child {

  margin-bottom: 0;

}

#recentcomments li a {

  color: #4a4e51;

}

#recentcomments li a:hover {

  color: #f47d89;

}



/**

 * 16.10 Text widget

 * -------------------------------------------------------------

 */



.textwidget {

  color: #4a4e51;

  line-height: 1.5;

  padding: 8px 20px 8px 10px;

}

.textwidget img {

  max-width: 100%;

  height: auto;

  margin-bottom: 10px;

}

.textwidget select {

  max-width: 100%;

  width: 100%;

  padding: 8px 20px 8px 10px;

  border: 1px solid #f3f3f3;

  color: #4a4e51;

}

.textwidget select:active,

.textwidget select:focus {

  outline: none;

}

.textwidget p {

  margin-bottom: 15px;

}

.textwidget p:last-child {

  margin-bottom: 0;

}

.textwidget .wp-caption-text {

  padding: 0 10px 10px;

}



/**

 * 16.11 Search form widget

 * -------------------------------------------------------------

 */



.widget_search #searchform {

  padding-top: 5px;

}

.widget_search #searchform .search-field {

  font-family: 'Lato', sans-serif;

  font-weight: 400;

  border: 1px solid rgba(12,12,12,.05);

  border-bottom-width: 2px;

  border-bottom-color: rgba(12,12,12,.1);

  border-right: none;

  height: 46px;

  padding: 0 2px 0 14px;

  font-size: 14px;

  color: #4a4e51;

  -webkit-border-radius: 2px 0 0 2px;

  -moz-border-radius: 2px 0 0 2px;

  border-radius: 2px 0 0 2px;

}

.widget_search #searchform .search-submit {

  border: 1px solid rgba(12,12,12,.05);

  border-bottom-width: 2px;

  border-right-color: rgba(12,12,12,.1);

  border-bottom-color: rgba(12,12,12,.1);

  border-left: none;

  width: 42px;

  height: 46px;

  line-height: 42px;

  color: #4a4e51;

  -webkit-border-radius: 0 2px 2px 0;

  -moz-border-radius: 0 2px 2px 0;

  border-radius: 0 2px 2px 0;

}

.widget_search #searchform .search-submit:hover {

  color: #f47d89;

}



/**

 * 16.12 Rss widget

 * -------------------------------------------------------------

 */



.rsswidget img { display: none; }

.widget_rss .widget-title a.rsswidget:first-child:before {

  font-family: 'FontAwesome';

  content: '\f09e';

  margin-right: 6px;

  color: #36393b;

  font-size: 14px;

}

.widget_rss ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.widget_rss ul li {

  margin-bottom: 10px;

  padding-bottom: 10px;

  border-bottom: 1px solid rgba(12,12,12,.05);

  color: #4a4e51;

}

.widget_rss ul li:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

  border-bottom: none;

}

.widget_rss ul li a {

  display: inline-block;

  margin: 3px 0;

  color: #36393b;

}

.widget_rss ul li a:hover {

  color: #f47d89;

}



.widget_rss ul li .rss-date {

  display: block;

  font-size: 12px;

  color: #9c9fa3;

}

.widget_rss ul li .rssSummary {

  margin-top: 3px;

  font-size: 12px;

  line-height: 1.4;

}

.widget_rss ul li cite {

  display: block;

  margin-top: 4px;

  text-align: left;

  font-style: normal;

  font-size: 12px;

  color: #9c9fa3;

}





/**

 * 17.0 Theme widgets

 *

 * 1 - Thumbnails gallery widget (assets/widgets/bwp_thumbnails_gallery.php)

 * 2 - Social widget (assets/widgets/bwp_social.php)

 * 3 - Popular posts widget (assets/widgets/bwp_popular_posts.php)

 * 4 - Random posts widget (assets/widgets/bwp_random_posts.php)

 * 5 - Recent posts widget (assets/widgets/bwp_recent_posts.php)

 * 6 - Posts slider widget (assets/widgets/bwp_posts_slider.php)

 * ----------------------------------------------------------------------------

 */



/* bg mask */

.widget-bg-mask {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 9;

}

.widget-bg-mask {

  background-color: #000000;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

}



/* thumbnails gallery */

.widget_bwp_thumbnails {

  padding-bottom: 15px;

}

.widget_bwp_thumbnails ul {

  padding-top: 5px;

  margin: 0 -18px 0 0;

}

.widget_bwp_thumbnails ul li {

  float: left;

  margin-right: 18px;

  margin-bottom: 12px;

}

.widget_bwp_thumbnails ul li a {

  display: inline-block;

  position: relative;

}

.widget_bwp_thumbnails ul li a:hover .widget-bg-mask {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  filter: alpha(opacity=20);

  opacity: 0.2;

}

.widget_bwp_thumbnails ul li img {

  display: block;

  max-width: 100%;

  width: 75px;

  height: 75px;

}



/* social widget */

.widget_bwp_social {

  padding-bottom: 25px;

}

.widget_bwp_social ul {

  padding-top: 5px;

  margin: 0 -8px 0 0;

}

.widget_bwp_social ul li {

  float: left;

  margin-right: 8px;

  margin-bottom: 8px;

}

.w_bwp_social_i {

  display: inline-block;

  width: 37px;

  height: 37px;

  line-height: 37px;

  font-size: 14px;

  text-align: center;

  color: #ffffff;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

.w_bwp_social_i:hover,

.w_bwp_social_i:focus { color: #ffffff; }



.w_bwp_social_facebook { background-color: #627aac; }

.w_bwp_social_twitter { background-color: #33bbf3; }

.w_bwp_social_google_plus { background-color: #d16850; }

.w_bwp_social_vk { background-color: #7594b5; }

.w_bwp_social_pinterest { background-color: #b84247; }

.w_bwp_social_youtube { background-color: #cd4044; }

.w_bwp_social_vimeo { background-color: #71cbff; }

.w_bwp_social_instagram { background-color: #6890b1; }

.w_bwp_social_flickr { background-color: #3596c5; }

.w_bwp_social_dribbble { background-color: #dc90b3; }

.w_bwp_social_behance { background-color: #5c88c6; }

.w_bwp_social_github { background-color: #878787; }



.w_bwp_social_facebook:hover { background-color: #7c93c3; }

.w_bwp_social_twitter:hover { background-color: #62d1ff; }

.w_bwp_social_google_plus:hover { background-color: #e87f67; }

.w_bwp_social_vk:hover { background-color: #8ba9c9; }

.w_bwp_social_pinterest:hover { background-color: #ca5459; }

.w_bwp_social_youtube:hover { background-color: #e25257; }

.w_bwp_social_vimeo:hover { background-color: #9bdafe; }

.w_bwp_social_instagram:hover { background-color: #82a7c5; }

.w_bwp_social_flickr:hover { background-color: #4aabda; }

.w_bwp_social_dribbble:hover { background-color: #eea5c7; }

.w_bwp_social_behance:hover { background-color: #759fdb; }

.w_bwp_social_github:hover { background-color: #a2a2a2; }



/* popular posts widget */

.widget_bwp_popular_posts ul {

  padding-top: 5px;

  margin: 0;

}

.widget_bwp_popular_posts > ul > li {

  margin-bottom: 15px;

  padding-bottom: 15px;

  border-bottom: 1px dashed rgba(12,12,12,.05);

}

.widget_bwp_popular_posts > ul > li:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

  border-bottom: none;

}



/* media */

.widget_bwp_thumb a {

  position: relative;

  display: inline-block;

  float: left;

  margin-right: 15px;

  margin-bottom: 0;

}

.widget_bwp_thumb a:hover .widget-bg-mask {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  filter: alpha(opacity=20);

  opacity: 0.2;

}

.widget_bwp_thumb img {

  display: block;

  max-width: 100%;

  width: 62px;

  height: 62px;

}



/* content */

.widget_bwp_content {

  height: 62px;

  display: table-cell;

  vertical-align: middle;

}



/* title */

.widget_bwp_content h4 {

  font-family: 'Raleway', sans-serif;

  font-size: 14px;

  font-weight: 600;

  line-height: 1.3;

  color: #4a4e51;

  margin-bottom: 0;

}

.widget_bwp_content h4 a { color: #4a4e51; }

.widget_bwp_content h4 a:hover { color: #f47d89; }



/* meta */

.widget_bwp_meta {

  margin: 0;

  padding: 4px 0 0 !important;

}

.widget_bwp_meta li {

  float: left;

  margin-top: 1px;

  margin-right: 10px;

  font-family: 'Lato', sans-serif;

  font-size: 12px;

  font-weight: 400;

  line-height: 1.4;

  color: #9c9fa3;

}

.widget_bwp_meta li a {

  display: inline-block;

  color: #9c9fa3;

}

.widget_bwp_meta li a:hover { color: #f47d89; }

.widget_bwp_popular_posts i {

  font-size: 10px;

  margin: 0 3px 0;

}



/* random posts widget */

.widget_bwp_random_posts ul {

  padding-top: 5px;

  margin: 0;

}

.widget_bwp_random_posts > ul > li {

  margin-bottom: 15px;

  padding-bottom: 15px;

  border-bottom: 1px dashed rgba(12,12,12,.05);

}

.widget_bwp_random_posts > ul > li:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

  border-bottom: none;

}

.widget_bwp_random_posts .widget_bwp_content h4 {

  margin-bottom: 0;

}



/* recent posts widget */

.widget_bwp_recent_posts ul {

  padding-top: 5px;

  margin: 0;

}

.widget_bwp_recent_posts > ul > li {

  margin-bottom: 15px;

  padding-bottom: 15px;

  border-bottom: 1px dashed rgba(12,12,12,.05);

}

.widget_bwp_recent_posts > ul > li:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

  border-bottom: none;

}



/* posts slider widget */



/* carousel item */

.widget_bwp_posts_slider_item {

  position: relative;

  overflow: hidden;

}



/* img */

.w_bwp_posts_slider_item_img {

  position: relative;

  display: block;

}

.widget_bwp_posts_slider_item img {

  display: block;

  max-width: 100%;

  width: 100%;

  height: auto;

}



/* hover icon */

.w_bwp_hover_icon_wrap {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 10;

}

.w_bwp_hover_icon_alignment {

  height: 100%;

  width: 100%;

  display: table;

}

.w_bwp_hover_icon_center {

  display: table-cell;

  vertical-align: middle;

  text-align: center;

}

.w_bwp_hover_icon_center span {

  display: inline-block;

  width: 55px;

  height: 55px;

  line-height: 55px;

  text-align: center;

  font-size: 14px;

  color: #36393b;

  background-color: #ffffff;



  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);



  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;



  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;



  /* fadeOut animation */

  animation-name: fadeOut;

  -webkit-animation-name: fadeOut;



  animation-duration: 0.3s;

  -webkit-animation-duration: 0.3s;



  animation-timing-function: ease;

  -webkit-animation-timing-function: ease;



  visibility: visible !important;

}

.w_bwp_posts_slider_item_img:hover .w_bwp_hover_icon_center span {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;



  /* fadeIn animation */

  animation-name: fadeIn;

  -webkit-animation-name: fadeIn;



  animation-duration: 0.3s;

  -webkit-animation-duration: 0.3s;



  animation-timing-function: ease;

  -webkit-animation-timing-function: ease;



  visibility: visible !important;

}



/* hover bg */

.w_bwp_posts_slider_item_img:hover .widget-bg-mask {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  filter: alpha(opacity=20);

  opacity: 0.2;

}



/* caption */

.widget_bwp_posts_slider_item figcaption {

  margin-top: 15px;

}



/* caption - title */

.widget_bwp_posts_slider_item figcaption h4 {

  margin: 0;

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.2;

  color: #4a4e51;

}

.widget_bwp_posts_slider_item figcaption h4 a {

  color: #4a4e51;

}

.widget_bwp_posts_slider_item figcaption h4 a:hover {

  color: #f47d89;

}



/* owl navigation */

.widget_bwp_posts_slider .owl-theme .owl-controls {

  margin-top: 14px;

}

.widget_bwp_posts_slider .owl-theme .owl-controls .owl-buttons div {

  padding: 0;

  margin: 1px;

  width: 32px;

  height: 32px;

  line-height: 32px;

  text-align: center;

  font-size: 14px;

  background: #f0f2f4;

  color: #4a4e51;



  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;



  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;



  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.widget_bwp_posts_slider .owl-theme .owl-controls .owl-buttons div:hover {

  background: #f47d89;

  color: #ffffff;

}





/**

 * 18.0 Footer widgets section

 * -------------------------------------------------------------

 */

#footer-section-wrap {

  margin: -30px 0 30px;

  position: relative;

  z-index: 20;

}

@media (min-width: 768px) {

  .footer-section-wrap {

    max-width: 720px;

  }

}

@media (min-width: 992px) {

  .footer-section-wrap {

    max-width: 940px;

  }

}

@media (min-width: 1200px) {

  .footer-section-wrap {

    max-width: 1140px;

  }

}

.footer-section-container {

  width: 100%;

  padding: 0;

  position: relative;

  background-color: #fcf4ce;



  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);



  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



#footer-widgets-wrap {

  padding: 40px 30px 10px;

  border-top: 3px solid rgba(67,67,67,.05);

}

#footer-widgets-wrap .widget {

  margin: 0 0 30px;

}





/**

 * 19.0 Footer

 * -------------------------------------------------------------

 */



#footer-wrap {

  margin-bottom: 40px;

}



/* footer text */

.footer-custom-text {

  font-family: 'Lato', sans-serif;

  font-size: 13px;

  font-weight: 400;

  line-height: 1.6;

  text-align: center;

  color: #4a4e51;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}

.footer-custom-text a {

  color: #f47d89;

}

.footer-custom-text a:hover {

  color: #ff5163;

}



/* social links */

.social-links-list {

  margin: 20px 0 0;

  text-align: center;

}

.social-links-list li {

  display: inline-block;

  margin: 5px;

}

.social-links-list li a {

  display: inline-block;

  width: 40px;

  height: 40px;

  line-height: 40px;

  font-size: 14px;

  text-align: center;

  background-color: #ffffff;

  color: #4a4e51;

  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

}

.social-links-list li a:hover {

  color: #ffffff;

}

.social-links-list li a.facebook-link:hover { background-color: #627aac; }

.social-links-list li a.twitter-link:hover { background-color: #33bbf3; }

.social-links-list li a.google-plus-link:hover { background-color: #d16850; }

.social-links-list li a.vk-link:hover { background-color: #7594b5; }

.social-links-list li a.pinterest-p-link:hover { background-color: #b84247; }

.social-links-list li a.flickr-link:hover { background-color: #3596c5; }

.social-links-list li a.instagram-link:hover { background-color: #6890b1; }

.social-links-list li a.youtube-link:hover { background-color: #cd4044; }

.social-links-list li a.vimeo-square-link:hover { background-color: #71cbff; }

.social-links-list li a.dribbble-link:hover { background-color: #dc90b3; }

.social-links-list li a.rss-link:hover { background-color: #f2a11e; }





/**

 * 20.0 To top button

 * -------------------------------------------------------------

 */



#scroll-top {

  position: fixed;

  right: 10px;

  bottom: -50px;

  z-index: 1041;

  display: inline-block;

  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  font-size: 20px;

  background-color: #ffffff;

  color: #36393b;



  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;



  -webkit-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  -moz-box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);

  box-shadow: 0 7px 8px -5px rgba(12,12,12,.1);



  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

#scroll-top:hover {

  background-color: #f47d89;

  color: #ffffff;

}

#scroll-top.top-btn-show {

  bottom: 10px;

}





/**

 * 21.0 Tooltips

 * -------------------------------------------------------------

 */



.tooltip-inner {

  background-color: rgba(12,12,12,.8);

  color: #ffffff;

  padding: 10px 16px;

  font-family: 'Lato', sans-serif;

  font-weight: 400;

  font-size: 13px;

  white-space: nowrap;

  max-width: 500px;

  min-width: 80px;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.tooltip.in {

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;

}

.tooltip.left .tooltip-arrow { border-left-color: rgba(12,12,12,.8); }

.tooltip.top .tooltip-arrow { border-top-color: rgba(12,12,12,.8); }

.tooltip.right .tooltip-arrow { border-right-color: rgba(12,12,12,.8); }

.tooltip.bottom .tooltip-arrow { border-bottom-color: rgba(12,12,12,.8); }





/**

 * 22.0 prettyPhoto lightbox

 * -------------------------------------------------------------

 */



div.pp_default .pp_content {

  background-color: #f8f8f8;

}

div.pp_default .pp_description {

  font-family: 'Lato', sans-serif;

  font-size: 12px;

  margin-top: 8px;

  line-height: 1.4;

  color: #4a4e51;

}

div.pp_default .pp_description a {

  color: #f47d89;

}

div.pp_default .pp_description a:hover {

  color: #ff5163;

}

a.pp_next,

a.pp_previous {

  -webkit-transition: none;

  -moz-transition: none;

  -o-transition: none;

  transition: none;

}





/**

 * 23.0 Shortcodes / new style

 * -------------------------------------------------------------

 */



.content .bwp-sc-button {

  text-decoration: none !important;

  color: #ffffff;

  margin: 0 15px 15px 0;

}

.content .bwp-sc-button:hover {

  color: #ffffff;

}

.bwp-sc-divider {

  margin: 0 0 15px;

}



/* tabs */

.bwp-sc-tabs-container {

  margin: 0 0 15px;

}

.bwp-sc-tabs-container ul {

  border-bottom: 1px solid #ececec;

}

.bwp-sc-tabs-container ul li {

  margin: 0 0 0 -1px;

}

.bwp-sc-tabs-container ul li:first-child {

  margin: 0;

}

.bwp-sc-tabs-container ul li a {

  text-decoration: none !important;

  border: 1px solid #ececec;

  border-bottom: none;

  background-color: #ffffff;

  color: #4a4e51;

  padding: 20px;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.bwp-sc-tabs-container ul li.ui-tabs-active a {

  background-color: #ffffff;

  padding-bottom: 21px;

  color: #36393b;

}

.bwp-sc-tabs-container ul li a:hover {

  color: #f47d89;

}

.bwp-sc-tab-content {

  border: 1px solid #ececec;

  border-top: none;

  padding: 20px;

}

@media (max-width: 768px) {

  .bwp-sc-tabs-container ul li.ui-tabs-active a {

    margin-bottom: -1px;

  }

}



/* toggle */

.bwp-sc-toggle-container {

  margin: 0 0 15px;

}

.bwp-sc-toggle-container h3.bwp-sc-toggle-trigger {

  background-color: #ffffff;

  color: #4a4e51;

  font-size: 14px !important;

  border: 1px solid #ececec;

  padding: 20px 20px 20px 40px;

  margin-bottom: -1px !important;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  -webkit-transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.bwp-sc-toggle-container h3.bwp-sc-toggle-trigger span.bwp-sc-toggle-icon {

  top: 23px;

}

.bwp-sc-toggle-container h3.bwp-sc-toggle-trigger:hover {

  background-color: #ffffff;

  color: #f47d89;

}

.bwp-sc-toggle-container h3.bwp-sc-toggle-trigger.bwp-sc-active {

  color: #36393b;

}

.bwp-sc-toggle-content {

  padding: 20px;

  border: 1px solid #ececec;

}



/* accordion */

.bwp-sc-accordion-container {

  margin: 0 0 15px;

}

.bwp-sc-accordion-container h3 {

  background-color: #ffffff;

  font-size: 14px !important;

  border: none;

  color: #4a4e51;

  border: 1px solid #ececec;

  padding: 20px 20px 20px 40px;

  margin-bottom: -1px !important;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  -webkit-transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.bwp-sc-accordion-container h3.ui-accordion-header-active {

  background-color: #ffffff;

  color: #36393b;

}

.bwp-sc-accordion-container h3:hover {

  color: #f47d89;

}

.bwp-sc-accordion-container h3 span.ui-icon {

  top: 22px;

  left: 17px;

}

.bwp-sc-accordion-container h3 span.ui-icon:before {

  font-size: 13px;

}

.bwp-sc-accordion-container h3 span.ui-icon.ui-icon-triangle-1-s {

  top: 25px;

  left: 14px;

}

.bwp-sc-accordion-content {

  padding: 20px;

  border: 1px solid #ececec;

  margin-bottom: -1px;

}





/**

 * 24.0 Responsive styles

 * -------------------------------------------------------------

 */



/* max-width 1033px */

@media (max-width: 1033px) {

  /* carousel navigation */

  #main-carousel.owl-theme .owl-controls .owl-buttons div {

    width: 40px;

    height: 50px;

    line-height: 50px;

    margin-top: -25px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

    filter: alpha(opacity=20);

    opacity: .2;

  }

  #main-carousel.owl-theme .owl-controls .owl-buttons .owl-prev { left: 0; }

  #main-carousel.owl-theme .owl-controls .owl-buttons .owl-next { right: 0; }

  #main-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-prev { left: 0; }

  #main-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-next { right: 0; }

  #main-carousel.owl-theme:hover .owl-controls .owl-buttons div {

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    filter: alpha(opacity=50);

    opacity: .5;

  }

  #main-carousel.owl-theme .owl-controls .owl-buttons div:hover {

    background: #ffffff;

    color: #36393b;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

  }

  /* 4 columns = 3 columns */

  .grid-4-default { width: 33.33%; }

  .grid-4 { width: 33.33%; }

  .grid-4.width-2x { width: 66.66%; }

  /* single post page - related posts */

  #single-post-wrap.full-width .related-post-title {

    font-size: 18px;

  }

  #single-post-wrap.full-width .related-post-date {

    font-size: 12px;

  }

}



/* max-width 991px */

@media (max-width: 991px) {

  /* 4 columns = 2 columns */

  .grid-4-default { width: 50%; }

  .grid-4 { width: 50%; }

  .grid-4.width-2x { width: 100%; }

  /* 3 columns = 2 columns */

  .grid-3-default { width: 50%; }

  .grid-3 { width: 50%; }

  .grid-3.width-2x { width: 100%; }

  /* blog layouts */

  #blog-posts-wrap .sidebar-wrap {

    padding-top: 10px;

  }

  /* page -> right sidebar */

  .sidebar-right .single-post-article,

  .sidebar-right .single-page-article,

  .sidebar-right .about-author-wrap,

  .sidebar-right .related-posts,

  .sidebar-right .post-navigation,

  .sidebar-right .comments-title,

  .sidebar-right .comment-respond,

  .sidebar-right ol.commentlist li article.comment,

  .sidebar-right ol.commentlist .pingback,

  .sidebar-right .nocomments,

  .sidebar-right #comment-nav-below {

    margin-right: 30px;

  }

  .sidebar-right .widget {

    margin-left: 30px;

  }

  /* page -> left sidebar */

  .sidebar-left .single-post-article,

  .sidebar-left .single-page-article,

  .sidebar-left .about-author-wrap,

  .sidebar-left .related-posts,

  .sidebar-left .post-navigation,

  .sidebar-left .comments-title,

  .sidebar-left .comment-respond,

  .sidebar-left ol.commentlist li article.comment,

  .sidebar-left ol.commentlist .pingback,

  .sidebar-left .nocomments,

  .sidebar-left #comment-nav-below {

    margin-left: 30px;

  }

  .sidebar-left .widget {

    margin-right: 30px;

  }

  /* single post page - tags / counters */

  .single-post-tags {

    padding: 0 30px 20px;

  }

  .single-post-counters {

    padding: 0 30px 20px;

    text-align: left;

  }

  .single-post-counters li {

    margin: 0 8px 10px 0;

  }

  /* single post page - related posts */

  #single-post-wrap.full-width .related-post-caption-center {

    padding: 10px;

    max-width: 184px;

  }

  #single-post-wrap.full-width .related-post-title {

    font-size: 15px;

  }

}



/* max-width 768px */

@media (max-width: 768px) {

  /* carousel */

  .carousel-item-title {

    font-size: 18px;

    font-weight: 400;

  }

  .carousel-item-details li {

    font-size: 12px;

    letter-spacing: 0;

  }

  #main-carousel.owl-theme .owl-pagination {

    display: none;

  }

}



/* max-width 630px */

@media (max-width: 630px) {

  /* dropdown search form */

  .dropdown-search {

    display: none;

  }

  /* 4 columns = 1 column */

  .grid-4-default { width: 100%; }

  .grid-4 { width: 100%; }

  .grid-4.width-2x { width: 100%; }

  /* 3 columns = 1 column */

  .grid-3-default { width: 100%; }

  .grid-3 { width: 100%; }

  .grid-3.width-2x { width: 100%; }

  /* 2 columns = 1 column */

  .grid-2-default { width: 100%; }

  .grid-2 { width: 100%; }

  .grid-2.width-2x { width: 100%; }

  /* posts pagination */

  .pagination {

    margin: 6px 0 31px;

  }

  .pagination .nav-links {

    text-align: left;

  }

  .pagination .nav-links .page-numbers {

    margin: 4px;

    width: 44px;

    height: 44px;

    line-height: 36px;

  }

  /* load more button */

  .load-more-button,

  .loading-posts,

  .load-more-done {

    height: 56px;

    line-height: 48px;

  }

  /* single post page */

  .single-post-heading-wrap,

  .page-heading-wrap {

    padding: 40px 30px;

  }

  .single-post-article .media-arrow:after {

    left: 20px;

  }

  .single-post-article,

  .single-page-article {

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    border-bottom: 4px double rgba(12,12,12,.05);

  }

  .single-post-article .post-media-carousel .owl-buttons {

    position: absolute;

    bottom: 0;

    right: 0;

  }

  .single-post-article .post-media-carousel .owl-theme .owl-controls .owl-buttons div {

    position: static;

    width: 26px;

    height: 26px;

    line-height: 26px;

    font-size: 14px;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

  }

  .single-post-article .post-media-carousel .owl-theme .owl-controls .owl-buttons .owl-prev { left: auto; }

  .single-post-article .post-media-carousel .owl-theme .owl-controls .owl-buttons .owl-next { right: auto; }

  .single-post-article .post-media-carousel .owl-theme:hover .owl-controls .owl-buttons .owl-prev { left: auto; }

  .single-post-article .post-media-carousel .owl-theme:hover .owl-controls .owl-buttons .owl-next { right: auto; }

  .media-image-caption {

    display: none;

  }

  .single-post-content,

  .single-page-content {

    padding: 25px 1px 30px;

  }

  .single-post-tags {

    padding: 0 0 20px;

  }

  .single-post-counters {

    padding: 0 0 20px;

  }

  .social-share-wrap {

    margin: 0;

    padding-bottom: 22px;

  }

  .social-share-wrap span {

    display: inline-block;

    padding-bottom: 8px;

  }

  .social-share li {

    margin: 0 5px 8px 0;

  }

  /* about the author */

  .about-author-wrap {

    padding: 0 0 30px;

    margin-bottom: 30px;

    border: none;

    border-bottom: 4px double rgba(12,12,12,.05);

  }

  .about-author-avatar img {

    margin: 0 20px 10px 0;

  }

  .about-author-desc-wrap {

    padding-left: 0;

  }

  .about-author-social ul li a {

    width: 22px;

    height: 22px;

    line-height: 22px;

  }

  /* related posts */

  .related-posts {

    padding: 0 0 30px;

    margin-bottom: 30px;

    border: none;

    border-bottom: 4px double rgba(12,12,12,.05);

  }

  #related-posts-carousel.owl-theme .owl-pagination {

    display: none;

  }

  #related-posts-carousel.owl-theme .owl-controls {

    margin-top: 0;

  }

  #related-posts-carousel.owl-theme .owl-buttons {

    top: auto;

    bottom: 10px;

    right: 10px;

  }

  #related-posts-carousel.owl-theme .owl-controls .owl-buttons div {

    margin: 0;

    width: 26px;

    height: 26px;

    line-height: 26px;

    font-size: 14px;

    background: #ffffff;

    color: #36393b;

  }

  /* post navigation */

  .post-navigation {

    margin-bottom: 0;

  }

  .post-navigation .nav-links div {

    display: block;

    width: auto;

  }

  .post-navigation .nav-previous {

    float: none;

    padding-right: 0;

  }

  .post-navigation .nav-next {

    float: none;

    padding-left: 0;

  }

  .post-navigation .nav-links a {

    padding: 0 0 30px;

    margin-bottom: 30px;

    border: none;

    border-bottom: 4px double rgba(12,12,12,.05);

  }

  /* comments */

  .comment-respond,

  ol.commentlist li article.comment {

    padding: 0 0 30px;

    margin-bottom: 30px;

    border: none;

    border-bottom: 4px double rgba(12,12,12,.05);

  }

  #commentform .comment-notes {

    line-height: 1.6;

  }

  .comment-meta img {

    margin-bottom: 10px;

  }

  .comment-meta cite span:first-child {

    margin-right: 8px;

  }

  .bypostauthor .post-author-mark-comment {

    margin-left: 0;

    margin-right: 8px;

  }

  .comment-meta time {

    margin-left: 0;

  }

  .comment-content {

    padding-left: 0;

  }

  /* widgets */

  .widget {

    padding: 0 0 30px;

    margin-bottom: 30px;

    overflow: hidden;

    border: none;

    border-bottom: 4px double rgba(12,12,12,.05);

  }

  .widget:last-child {

    border-bottom: none;

    padding-bottom: 0;

  }

  #footer-widgets-wrap .footer-col-1 .widget,

  #footer-widgets-wrap .footer-col-2 .widget {

    padding: 0 0 30px;

    border-bottom: 4px double rgba(12,12,12,.05);

  }

  #footer-widgets-wrap .footer-col-3 .widget {

    border-bottom: none;

    padding-bottom: 0;

  }

}



/* max-width 423px */

@media (max-width: 423px) {

  .post-password-form input[type="password"],

  .post-password-form input[type="submit"] {

    margin: 0;

  }

}