/*
Theme Name: Travelmatic
Theme URI: travelmatic.purethe.me
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Blog WordPress Theme
Version: 1.0.10
License: ThemeForest
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travelmatic
Domain Path: /languages/
Tags:  post-formats, theme-options, translation-ready, two-columns

travelmatic is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/* Headlines */
h1, h2, h3, h4, h5, h6 { color: #222; }

/* ------------------------------------------------------------------- */
/* Header
---------------------------------------------------------------------- */
#logo {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 45px 0;
    padding-bottom: 40px;
}

#logo img { display: inline-block; transform: translate3d(0,0,0) }
#logo a { color: #222; }

/* ---------------------------------- */
/* Header With Background
------------------------------------- */
#header-bg {
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: 50% 0%;
    background-size: auto;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
    z-index: 999;
}

#header-bg #top-bar {
    background-color: rgba(34,34,34,0.2);
    position: relative;
    z-index: 10;
}

#header-bg #logo {
    position: relative;
    z-index: 10;
    padding: 65px 0 55px 0;
}

#header-bg:before {
    content: "";
    background-color: rgba(34,34,34,0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}


/* ---------------------------------- */
/* Top Menu
------------------------------------- */
#top-bar {
    background-color: #181818;
    width: 100%;
    color: #fff;
    max-height: 55px;
    height: 55px;
}

.top-nav { margin-top: 12px; }

.top-nav li {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
}

.top-nav li:last-child { margin-right: 0; }

.top-nav li a {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-nav li a:hover { color: #d0d0d0; }


/* ---------------------------------- */
/* Search
------------------------------------- */

.header_area .menu ul > li.search {
    right: 0;
    position: absolute;
}

.header_area .menu ul > li.search a{
    padding: 10px;
    padding-right: 5px;
    top: 5px;
    right: 5px;
    font-size: 18px;
}

.header-search {
    z-index: 1000;
    background: #fff;
    position: absolute;
    height: 69px;
    width: 100%;
    margin-top: 1px;
    display: none;
}


.header-search input {
    width: 100%;
    border: 0;
    float: left;
    margin: 0;
    padding: 12px 0;
    margin: -10px 0 0 0;
    -webkit-transform: translatey(48%); 
    -moz-transform: translatey(48%); 
    -o-transform: translatey(48%); 
    transform:translatey(48%); 
    font-size: 18px;
    position: relative;
    background: #fff;
    color: #888;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    font-weight: 400;   text-align: center;
}

.header-search input:focus {
    border: 0;
    background: #fff;
    color: #666;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.search a i {
    font-size: 18px;
}

.close-search a {
    font-size: 18px;
    position: relative;
    color: #222;
    padding: 10px;
    padding-right: 5px;
    top: -19px;
    right: 17px;
    float: right;
    margin: 0;
    background-color: #fff;
}

.close-search a:hover {
    color: #21d677;
}

div#responsive.menu {
    display: inline-block;
}
.header_area .menu ul ul li.current-menu-item > a { color: #fff !important; }

/* ---------------------------------- */
/* Main Navigation
------------------------------------- */
.nav-container {
    position: relative;
}

#navigation-mobile,
#navigation {
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.archive #navigation-mobile,
.archive #navigation,
.page-template-default #navigation-mobile,
.page-template-default #navigation,
.post-template-default #navigation { border-bottom: 1px solid #e0e0e0; }
.small-header #navigation-mobile { border-bottom: none; }
.small-header #navigation { border-bottom: none; }

.post-template-default #map-container { top: -1px; position: relative; }

ul#responsive { display: inline-block;}
.banner--clone ul#responsive { display: inline-block ; margin: 7px 0 5px 0}

.js .selectnav { display: none; }

.header_area .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    margin: 11px 0 0 0;
}

.header_area .menu ul li {
    position: relative;
    margin-right:10px;
}

.header_area .menu ul li:last-child { margin-right: 0; }

.header_area .menu > ul li { float: left; }
.header_area .menu ul li:hover > ul { display: block; }

.header_area .menu ul a {
    display: block;
    position: relative;
}

.header_area .menu ul ul ul {
    top: 0;
    left: 100%;
}


/* Main Styles */
.header_area .menu ul a { text-decoration: none; }

.header_area .menu ul > li > a {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    padding: 15px 15px 5px 15px;
    margin-bottom: 12px;
}

#current { color: #21d677; }

.header_area .menu ul ul li a,
.header_area .menu ul li.sfHover a.sf-with-ul:after,
.header_area .menu ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.float-right li a { 
    color: #222;
 }

.header_area .menu ul li.sfHover a.sf-with-ul,
.header_area .menu ul li a:hover {
    color: #21d677;
}


/* Drop-Down */
.header_area .menu ul ul {
    background-color: #222;
    z-index: 999;
    padding: 14px 0;
    border-top: 10px solid inherit;
    position: absolute;
    display: none;
    top: 100%;
    margin: 0;
    left: 15px;
    z-index: 100;
    width: 200px;
    letter-spacing: 0;
    text-align: left;

}

.header_area .menu ul ul:before {
    font-family: "FontAwesome";
    content:"\f0d8";
    font-size: 23px;
    color: #222;
    display: block;
    position: absolute;
    top: -17px;
    left: 13px;
}

.header_area .menu ul ul ul:before { content:"";}

.header_area .menu > ul ul li:hover > a {
    border-bottom: 0;
    background: transparent;
}

.header_area .menu ul ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.header_area .menu ul li.sfHover ul li a.sf-with-ul,
.header_area .menu ul ul li a {
    font-weight: 500;
    text-transform: none;
    color: #9f9f9f;
    font-size: 13.5px;
    line-height: 19px;
    padding: 5px 18px !important;
    border: 0;
    margin-bottom: 0;
    background-color: #222;
}


.header_area .menu ul ul li:first-child { border: none; }

.header_area .menu ul ul li a:hover,
.header_area .menu ul li.sfHover ul li a.sf-with-ul:hover { color: #fff; }

.header_area .menu ul ul ul {
    margin: 0 0 0 3px;
    border: none;
}

.sf-with-ul:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0 0 0 7px;
    top: 0;
    position: relative;
    width: 9px;
    height: 5px;
    display: inline-block;
    color: rgba(0,0,0,0.4);
    float: right;
    font-weight: 500;
}

ul li ul a.sf-with-ul:after {
    right: 9px;
    top: 4px;
    position: absolute;
    content: "\f105";
}

.menu ul li.sfHover a.sf-with-ul:after { color: #21d677; }
.menu ul li ul a.sf-with-ul:after { color: #888 !important; }


/* ---------------------------------- */
/* Smalll Header
------------------------------------- */
.small-header {
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,0.12);
    margin-bottom: 0px;
    z-index: 999;
    position: relative;
}

.small-header .columns { position: relative; }

.small-header #logo { padding: 0; }

.small-header #logo a {
    display: inline-block;
    width: 100%;
    padding: 0;
    float: left;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.small-header #logo a img {
    display: inline-block;
    max-height: 34px;
    width: auto;
    max-width: 100%;
    padding: 0;
    float: left;
    margin-top: 20px;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.small-header .header_area .menu ul {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 35px;
}

.small-header .header_area .menu ul > li > a {
    padding: 28px 10px;
    margin-bottom: 0;
}

.small-header .header_area .menu ul > li.search a {
    padding: 10px;
    padding-right: 5px;
    top: 16px;
    right: 0;
    font-size: 18px;
}

.small-header .close-search a {
    padding: 10px;
    top: -22px;
    right: 3px;
}

.small-header .header-search { height: 74px; }

.small-header .header_area .menu ul li  a {
    font-size: 13.5px;
}

.small-header .header_area .menu ul ul li a {
    font-size: 13.5px;
}

.small-header #navigation-mobile { border-top: 1px solid #fff;}
.small-header #navigation { border-top: 1px solid #fff;}

/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
.large-header-container,
.small-header.cloned {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.large-header-container {    box-shadow: 0 0 18px rgba(0,0,0,0.12); }
.large-header-container,
.small-header.cloned { background-color: #fff; }

.large-header-container.unsticky,
.small-header.cloned.unsticky {
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate(0,-100%) scale(1);
       -moz-transform: translate(0,-100%) scale(1);
        -ms-transform: translate(0,-100%) scale(1);
         -o-transform: translate(0,-100%) scale(1);
            transform: translate(0,-100%) scale(1);
    transition: 0.3s;
}

.large-header-container.sticky-visible,
.small-header.cloned.sticky-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0) scale(1);
       -moz-transform: translate(0,0) scale(1);
        -ms-transform: translate(0,0) scale(1);
         -o-transform: translate(0,0) scale(1);
            transform: translate(0,0) scale(1);
    transition: 0.3s;
}
.large-header-sticky .small-header{
    display: none;
}
.large-header-sticky .small-header.cloned { display: block; }
.admin-bar .small-header.cloned { top: 32px; }


/* ---------------------------------- */
/* mmenu.js - mobile menu
------------------------------------- */
.mm-hidden { display: none!important }

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    -webkit-transition: none!important;
    transition: none!important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 34px;
    height: 54px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background-color: #1d1d1d;
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li {
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.mm-btn.mm-prev {top: 2px;}
.mm-listview>li>a,
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 14px 10px 14px 20px;
    margin: 0;
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mm-listview>li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -6px;
}

.mm-menu {
    background: #1a1a1a;
    border-color: rgba(255,255,255,0.07);
    color: #fff;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(255,255,255,0.8);
}

.mm-menu .mm-listview {
    border-color: #2a2a2a
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,0.8);
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview>li { transition: 0.2s; }
.mm-menu .mm-listview>li:hover {
    background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-sronly {
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
    padding-right: 90px
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span {
    padding-right: 90px;
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu li.search { display: none; }
.mm-menu li { letter-spacing: 0; }

.mm-menu em.mm-counter {
    background-color: rgba(0,0,0,0.3);
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 19px;
    font-size: 11px;
    font-weight: 500;
}

/* Trigger Styles */
.mmenu-trigger {
    display: none;
    position: relative;
    margin: 0;
    cursor: pointer;
    outline: none;
    height: 55px;
    width: 45px;
}

/* Hamburger Icon */
.hamburger {
    padding: 0;
    top: 16px;
    left: 2px;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none;
}

.hamburger-box {
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before { top: -10px; }
.hamburger-inner::after { bottom: -10px; }

/* Animation */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }


.mmenu-search,
.mmenu-trigger { display: none; }

#mobile-navigation { display: none; }
#top-bar.disable{
    display: none;
}
@media only screen and (max-width: 990px) {

    /* Header Responsive Styles */
    #responsive { display: none; }
    .mmenu-search,
    .mmenu-trigger { display: inline-block !important; }
    #top-bar,
    #top-bar.disable,
    #mobile-navigation { display: block; }

    nav#navigation-mobile { display: none; border: 0; }
    nav#navigation { display: none; border: 0; }

    .top-nav { display: none }

    #logo img { max-height: 170px; }
    #logo { padding: 45px 0; }
    
    .small-header .hamburger-inner,
    .small-header .hamburger-inner::before,
    .small-header .hamburger-inner::after { background-color: #222; }
    
    .small-header #logo a img {
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    
    .small-header #logo {
        padding: 0;
        border-top: 1px solid #e0e0e0;
        margin: 0;
        padding: 25px 0 20px 0;;
    }
    
    .small-header .mmenu-trigger { padding: 5px 0; float: left; }

    
    .mmenu-search form {position: relative; }
    
    .mmenu-search form,
    .mmenu-search form input,
    .mmenu-search i { display: inline-block; }
    
    .mmenu-search i { position: absolute; top:0; right: 0;}
    
    .header-search {
        background: #fff;
        position: absolute;
        height: 60px;
        width: 100%;
        top: 0;
    }
    
    .small-header .header-search {
        height: 60px;
    }
    
    .header-search input:focus,
    .header-search input {
        padding: 7px 0;
        margin: 0;
        font-size: 16px;
        color: #fff;
        background: #151515;
    }
    
   .small-header .header-search input:focus,
   .small-header .header-search input {
        background: #fff;
        color: #888;
    }
    
    .header-search {
        position: absolute;
        height: 60px;
        width: 100%;
        top: -1px;
        -webkit-transform: translatey(-100%);
           -moz-transform: translatey(-100%);
            -ms-transform: translatey(-100%);
             -o-transform: translatey(-100%);
                transform: translatey(-100%);
        background: #151515;
    }
    
    .small-header .header-search {
      transform: none;
      background: #fff;
    }
    
    .search-trigger {
        float: right;
        font-size: 23px;
        color: #fff;
        padding: 14px 2px 18px 18px;
        cursor: pointer;
    }
    
    .small-header .search-trigger {
        color: #222;
        padding: 19px 2px 18px 18px;
    }
    
    .close-search a {
        font-size: 22px;
        position: relative;
        padding: 10px;
        padding-right: 0;
        top: -22px;
        right: 0;
        float: right;
        margin: 0;
        background-color: #151515;
        color: #fff;
    }
    
    body .close-search a:hover {
        background-color: #151515;
        color: #fff;
    }
    
    body .small-header .close-search a:hover,
    .small-header .close-search a {
        background-color: #fff;
        color: #222;
    }

    
    .small-menu.search-trigger {
        font-size: 24px;
        color: #222;
        padding: 18px 2px 18px 18px;
    }
    
    .cloned.sticky-visible { display: none !important; }
    
    .mmenu-search { display: inline-block; float: right; }
}

.post .embed { margin-bottom: 25px; }
.embed-fix .embed { padding-bottom: 30%;}


/* Titlebar
------------------------------------- */
.titlebar {
   background-color: #F8f8f8;
   position: relative;
   margin: 0px 0px 30px;
   padding: 60px 0;
   word-wrap: break-word;
}

.titlebar.has-map{
   margin-bottom: 0px;
}

.titlebar h1,
.titlebar h2,
.titlebar h3 {
   font-size: 26px;
   font-weight: 500;
   line-height: 28px;
   float: left;
   letter-spacing: 0;
   width: 100%;
}

.titlebar span {
   font-weight: 300;
   color: #666;
}

.titlebar .taxonomy-description { display: inline-block; margin-top: 10px; }

/* ------------------------------------------------------------------- */
/* Featured Posts
---------------------------------------------------------------------- */
.featured {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

.featured.two-posts li {
    display: inline-block;
    margin-right: 15px;
    float: left;
    position: relative;
}

.featured.one-post li {
    margin-right: 0;
    float: none;
}

.featured.three-posts li {
    background-color: #aaa;
    display: inline-block;
    margin-right: 15px;
    float: left;
}

.featured.three-posts li:last-child,
.featured.two-posts li:last-child {
    margin-right:0;
}

.rsABlock .title,
.rsABlock .date,
.featured li .title,
.featured li .date {
    position: absolute;
    z-index: 99;
    color: #fff;
    margin: 34px 36px 32px 36px;
}

.featured.one-post li .title,
.featured.one-post li .date,
.featured.one-post.slider li .title,
.featured.one-post.slider li .date,
.rsABlock .title,
.rsABlock .date {
    margin: 45px 50px;
    margin-bottom: 42px;
}

.featured.one-post.slider li .title,
.rsABlock .title {
    margin-right: 100px;
}

.featured.one-post.slider .rsContent:before,
.homeSliderAlt .rsContent:before,
.featured li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(34,34,34,0.15);
}

.featured.one-post.slider .rsContent:after,
.homeSliderAlt .rsContent:after,
.featured li a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(to bottom, transparent 55%, rgba(0,0,0,0.4));
    transition: opacity 0.35s;
}


.featured li a:hover:after{
    opacity: 0;
}

ul.pt-followers-icons.share-buttons li span.action-button { font-weight: 600 !important; font-size: 12px !important; }


.featured.one-post.slider .rsContent:before,
.homeSliderAlt .rsContent:before,
.featured.one-post.slider li a:before {
    background-color: rgba(34,34,34,0.25);
}

.featured li a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured li .post-tag {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rsABlock .date,
.featured li .date {
    top: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.rsABlock .date:before,
.featured li .date:before {
    content: "\f02e";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 6px;
}

.rsABlock .title,
.featured li .title {
    bottom: 0;
}

.rsABlock .title h3,
.featured li .title h3 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    padding-right: 36px;
    letter-spacing: 0;
    font-weight: 500;
}

.featured.one-post.slider .rsABlock {
    width: 100%;
    height: 100%;
}


.featured.three-posts li .title h3 {
    font-size: 20px;
    line-height: 28px;
}

.rsABlock .post-tag,
.post span.post-tag,
.featured li .post-tag {
    background-color: #21d677;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 17px;
    color: #fff;
}



/* Animation Styles */
.featured li {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    cursor: pointer;
}


.featured li.effect-zoom:hover a:before,
.featured li.effect-apollo:hover a:before {
    background-color: rgba(34,34,34,0);
}

.featured li.effect-zoom:hover .post-tag,
.featured li.effect-apollo:hover .post-tag {
    background-color: rgba(255,255,255,0.5);
    color: #fff;
}

.featured li img {
    position: relative;
    display: block;
    /* min-height: 100%; */
    max-width: 100%;
    opacity: 1; -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.featured li .featured-post-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.featured li .featured-post-content::before,
.featured li .featured-post-content::after {
    pointer-events: none;
}

.featured li .featured-post-content,
.featured li .featured-post-content > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured li .featured-post-content > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.featured li.effect-zoom,
.featured li.effect-apollo {
    background: #21d677;
}

li.effect-basic img,
li.effect-apollo img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

li.effect-apollo .featured-post-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

li.effect-apollo:hover img {
    opacity: 0.5;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

li.effect-basic:hover a:before {
    background-color: rgba(34,34,34,0.15)
}

li.effect-basic:hover img {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

li.effect-apollo:hover .featured-post-content::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

li.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

li.effect-zoom img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

li.effect-zoom:hover img {
    opacity: 0.15;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



/* ------------------------------------------------------------------- */
/* Post Styles
---------------------------------------------------------------------- */
.post { margin-top: 35px; }

.post-header {
    text-align: center;
}

.updated:not(.published) {
    display: none;
}

.post-header .entry-title img.emoji {
    position: relative;
    font-size: 26px;
}

.post .date-container {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 9px;
}

.meta-container .meta,
.date-container .date {
    text-transform: uppercase;
    color: #909090;
    font-size: 13px;
    position: relative;
    margin: 0 auto;
    z-index: 99;
    background-color: #fff;
    display: inline-block;
    padding: 0 16px;
}
.date-container .date a {
    color:  #888;
}

.post-footer,
.date-container .date-line {
    width: 310px;
    border-top: 1px solid #e0e0e0;
    display: block;
    position: relative;
    margin: 0 auto;
    top: -14px;
    z-index: 9;
}

.post-header h1,
.post-header h3 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 22px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


.post-header h1,
.post-header h3,
.post-footer a.read-more {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-header a:hover h3 { color: #666; }

.post a .post-tag {
    margin-bottom: 35px;
    position: relative;
}

.post-footer {
    width: 100%;
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    margin-top: 51px;
}

.post-footer a.read-more {
    background-color: #fff;
    top: 0;
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    color: #222;
    text-transform: uppercase;
    position: relative;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    float: left;
}

.post-footer a.read-more:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    border: 19px solid #fff;
    border-top: none;
    border-bottom: none;
}

.post-footer a.read-more:hover { background-color: #f7f7f7; }

.rsABlock .meta-tag,
.post .meta-tag {
    position: relative;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline;
    color: #888;
    padding-left: 17px;
}

.default-post .meta-tags-wrapper {
    float: right;
    position: relative;
    text-align: right;
    top: -15px;
    width: 67%;
}

.single-post .single-post .meta-tags-wrapper {
    top: -15px;
    position: relative;
    margin-bottom: 30px;
}
/* Single Post Styles */
.post.single-post .post-footer {
    margin-top: 40px;
}

/* body.single-post .post-content { display: inline-block}
 */
.post.single-post { margin-bottom: 30px; }

.post.single-post .post-content h1,
.post.single-post .post-content h2,
.post.single-post .post-content h3,
.post.single-post .post-content h4,
.post.single-post .post-content h5 {
    margin-bottom: 6px;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: 500;
}

.post.single-post .post-content p { margin-bottom: 18px; }

.post.single-post .meta-tag {
    float: left;
    padding-left: 0;
    padding-right: 17px;
    line-height: 22px;
    margin: 3px 0;
}

.post .meta-tag a {color: #888; display: inline-block; }
.post .meta-tag a:hover,
.post a.meta-tag:hover { color: #21d677; }

.rsABlock .meta-tag:before,
.post .meta-tag:before {
    font-family: "FontAwesome";
    display: inline-block;
}

.rsABlock .meta-tag.comment:before,
.post .meta-tag.comment:before {
    content: "\f086";
    margin-right: 6px;
}

.rsABlock .meta-tag.author:before,
.post .meta-tag.author:before {
    content: "\f007";
    margin-right: 6px;
}

.rsABlock .meta-tag.tags:before,
.post .meta-tag.tags:before {
    content: "\f02b";
    margin-right: 6px;
}


.rsABlock .meta-tag.date:before,
.post .meta-tag.date:before {
    content: "\f073";
    margin-top: -31px;
    top: -1px;
    position: relative;
    margin-right: 6px;
}


/* Two Columns Post Styles */
.post.two-columns .post-img { margin-bottom: 24px; }

.post.two-columns .post-header { text-align: left; }

.post.two-columns .post-header h3 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 3px;
    text-align: left;
}

.post.list-style .post-header .meta-container .meta-tag,
.post.two-columns .post-header .meta-container .meta-tag {
    margin: 0 15px 0 0;
    padding: 0px;
    line-height: 18px;
    position: relative;
    top: 0;
    float: none;
    display: inline-block;
}

.post.two-columns .post-content { margin-top: 17px;}

.post.two-columns .post-footer {
    margin-top: 50px;
}

/* li.effect-zoom img,
li.effect-basic img,
li.effect-apollo img {
border-left: 1px solid rgba(255,255,255,0);
}
 */
/* List Post Style */
.post.list-style {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 45px;
    margin-bottom: 10px;
}

.post.list-style .basicSlider,
.post.list-style .embed,
.post.list-style .post-img {
    float: left;
    width: 280px;
    margin: 0 32px 0 0;
}

.post.list-style .post-header {
    text-align: left;
    display: table;
 }

.post.list-style .post-header h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0; 
}

.post.list-style .post-header .meta-container {
    margin: 4px 0 15px 0;
}

.post.list-style .post-footer {
    margin: 0;
    border: none;
    position: relative;
}

.post.list-style .post-footer a.read-more {
    -webkit-transform: none;
    -moz-transform:none;
    -ms-transform:none;
    transform: none;
    float: none;
    margin-top: 10px;
}

.post.list-style .post-footer a:before { display: none; }


/* Simple Layout Divider */
.menu-divider {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 13px;
}


/* Category Banner 2 */
.category-banner {
    border: none;
    background-color: #f8f8f8;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.category-banner h1,
.category-banner h3 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
}
.category-banner .taxonomy-description {
    text-align: center;
    text-transform: none;
    padding-bottom: 10px;
    color: #777;
    padding: 10px 15% 5px 15%;
    margin: 0;
}

.category-banner .taxonomy-description p {
    padding: 0;
    margin: 0;
}

.page-content .category-banner { margin-bottom: 30px; }



/* Contact Form
------------------------------------- */
.wpcf7-form {
    margin-top: 30px;
}
.wpcf7-submit {
    float: left;
}
.wpcf7-form fieldset div  {
    margin-bottom: 18px;
}

.wpcf7-form fieldset div input {
    width: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form textarea {
    width: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 220px;
    resize: vertical;
}

.wpcf7-form input:focus
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none;
    position: relative;
    z-index: 5;
}

.wpcf7-form label {
    margin-bottom: 5px;
    font-weight: 600;
}

.wpcf7-form label span {
    color: #e24747;
}

#message {
    margin: 0;
    padding: 0;
    display: block;
    background: transparent none;
}

#result .success,
.notification {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 19px 23px;
}

.notification p {
    margin: 0;
}

.notification span {
    font-weight: 600;
}

div.wpcf7-mail-sent-ok,
#result .success,
.notification.success,
.notification.success strong {
    background-color: #EBF6E0;
    color: #5f9025;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
.notification.error,
.notification.error strong {
    background-color: #ffe9e9;
    color: #de5959;
}
.woocommerce-error,
.wpcf7-validation-errors,
.notification.warning,
.notification.warning strong {
    background-color: #FBFADD;
    color: #8f872e;
}
.woocommerce-info,
.notification.notice,
.notification.notice strong {
    background-color: #E9F7FE;
    color: #5091b2;
}

.notification strong { border: none !important; }

span.wpcf7-not-valid-tip {
    color: #f23f3f;
    font-size: 14px;
    margin: 4px 0 16px 0;
    display: block;
}

div.wpcf7 .ajax-loader { margin-left: 12px; margin-top: 10px; }

body div.wpcf7-response-output {
    margin: 15px 0;
    border: 0px;
    font-size: 14px;
    padding: 15px 20px;
    margin-top: 40px;
}
div.wpcf7 img.ajax-loader {
    padding: 13px;
}


/* Dropcaps
------------------------------------- */
.dropcap {
    float: left;
    color: #222;
    font-size: 54px;
    line-height: 48px;
    padding-top: 4px;
    padding-right: 10px;
    margin-top: -2px;
    font-weight: 600;
}


/* Highlights
------------------------------------- */
.highlight,
.highlight,
.highlight {
    padding: 2px 6px;
    color: #fff;
}

.highlight { background: #21d677; }


/* Blocquote
------------------------------------- */
blockquote {
    border-left: 3px solid #e0e0e0;
    padding: 0 25px;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    margin: 5px 0 20px 0;
}


/* List style
------------------------------------- */
.post-content ul li,
.comments .comment-content ul li,
.page-content ul li,
.entry-content ul li {
    list-style: disc;
    margin: 10px 0px 10px 20px;
}
.post-content ol li,
.comments .comment-content ol li,
.page-content ol li,
.entry-content ol li {
    margin: 10px 0px 10px 20px;
}

body .comments .comment-content ol li,
body .comments .comment-content ul li {
    display: list-item;
}
body .comments .comment-content ol {
    list-style: decimal inside !important;
}
body .comments .comment-content ul {
    list-style: circle !important;
}

/* Divider
------------------------------------- */
.divider {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 1px;
    display: inline-block;
    margin: 0 0 25px 0;
}


/* Image Alignment
------------------------------------- */
.image-left {
    float: left;
    margin: 5px 25px 8px 0;
}

.image-right {
    float:right;
    margin: 5px 0 8px 25px;
}

figure.image-right figcaption,
figure.image-left figcaption {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-top: 0;
    font-weight: 600;
    font-size: 13px;
    color: #666;
    padding: 10px 20px;
    text-transform: uppercase;
}




/* Comments
------------------------------------- */
#comments,
.comments { margin: 35px 0 0 0; outline: none; }

.comments h4 { margin-bottom: 25px; }

.comments .button {
    margin: 0 0 10px 90px;
    padding: 7px 15px;
}

.comments.reviews .button { margin: 0; }

.comments ul li {
    display: block;
    margin: 0 0 20px 90px;
    position: relative;
}
.comments ul li.pingback {
    margin-left: 0px;
}
#reply-title {margin-top: 40px;}
.comments ul li ul li {
    margin: 20px 0 0 90px;
}

.comment-content p {
    margin: 0;
    line-height: 26px;
}
.post.pingback,
.comment-content {
    background: #f8f8f8;
    color: #888;
    padding: 29px 32px;
    position: relative;
}

.post.pingback p {
    margin:0px;
}

.comment-content strong {
    padding-right: 5px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
}



.comment-content span { color: #999; }
.comment-content p { padding: 5px 0 !important; margin: 0; color: #777; }

.comments-amount { color: #909090; font-weight: 500; }

.avatar {
    float: left;
    display: inline-block;
    position: absolute;
    left: -90px;
    max-width: 80px;
}

.avatar img { max-width: 70px; }

.comment-by {
    width: 100%;
    padding-bottom: 8px;
    font-weight: 600;
    color: #505050;
    text-transform: uppercase;
    font-size: 14px;
}

.comment-reply-link,
.comment-reply-link i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comment-reply-link {
    display: inline;
    background-color: #eee;
    padding: 6px 12px;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}

.comment-reply-link i {
    color: #999;
    font-size: 12px;
    margin-right: 1px;
}

.comment-reply-link:hover { background-color: #21d677; }
.comment-reply-link:hover,
.comment-reply-link:hover i {
    color: #fff;
}

.comment-by .rating .star-bg:after { color: #ddd; }

.comment-by span.date {
    color: #888;
    font-weight: 400;
    margin: -3px 0 0 0;
    float: none;
    display: block;
    text-align: left;
    font-size: 12px;

}

.comment-content .rating {
    margin-top: 10px;
    display: block
}

textarea#comment {
    width: 93%;
}

/* Add Comment */
.add-comment label span { color: #e24747; }

.add-comment input {
    margin: 0 0 20px 0;
    width: 40%;
    min-width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.add-comment textarea {
    margin: 0 0 18px 0;
    width: 100%;
    min-width: 100%;
    min-height: 220px;
    resize: vertical;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------------------------------------------------------------- */
/* PhotoGrid
---------------------------------------------------------------------- */
.photoGrid {
    padding: 0; /* Spacing arround grid */
    margin-left: -2px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.post-header .photoGrid { margin-top: 0;}

.photoGrid .item {
  float: left;
  width: 32%;
  display: inline-block;
  margin: 2px; /* Spacing between images */
}

.photoGrid .item img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.view:before a img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.view {
    position: relative;
    display: block;
    width: 100%;
}

.view:before {
    height: 100%;
    width: 100%;
    background-color: #222;
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 99;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view:hover:before { opacity: 0.15; }

.viewer li > div {
    background: url(data:image/gif;base64,R0lGODlhDAAMAPIGAFxcXE5OTlZWVkpKSkZGRkJCQgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFHgAGACwAAAAADAAMAAADLmhaIRJFSQHEGFRMQKQhlVFwngIyWqk8lqpgrYs1rvGMXXnapASmPAsm5EHdJAkAIfkEBR4AAQAsBgABAAMABQAAAgaEbwISHAUAIfkEBR4AAQAsBgADAAUAAwAAAgOEj1kAIfkEBR4AAgAsBgAGAAUAAwAAAgYMDmInegUAIfkEBR4AAQAsBgAGAAMABQAAAgOEj1kAIfkEBR4AAgAsAwAGAAMABQAAAgaUchDAzQUAIfkEBR4AAQAsAQAGAAUAAwAAAgOEj1kAIfkEBR4AAgAsAQADAAUAAwAAAgYEImKnGwUAIfkEBR4AAQAsAwABAAMABQAAAgOEj1kAOw%3D%3D) 50% no-repeat;
}

.viewer li.previous div {
    background: url(data:image/gif;base64,R0lGODlhDAAMAPIGAFxcXE5OTlZWVkpKSkZGRkJCQgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFHgAGACwAAAAADAAMAAADLmhaIRJFSQHEGFRMQKQhlVFwngIyWqk8lqpgrYs1rvGMXXnapASmPAsm5EHdJAkAIfkEBR4AAQAsBgABAAMABQAAAgaEbwISHAUAIfkEBR4AAQAsBgADAAUAAwAAAgOEj1kAIfkEBR4AAgAsBgAGAAUAAwAAAgYMDmInegUAIfkEBR4AAQAsBgAGAAMABQAAAgOEj1kAIfkEBR4AAgAsAwAGAAMABQAAAgaUchDAzQUAIfkEBR4AAQAsAQAGAAUAAwAAAgOEj1kAIfkEBR4AAgAsAQADAAUAAwAAAgYEImKnGwUAIfkEBR4AAQAsAwABAAMABQAAAgOEj1kAOw%3D%3D) 70% 50% no-repeat;
}

.viewer li.next div {
    background: url(data:image/gif;base64,R0lGODlhDAAMAPIGAFxcXE5OTlZWVkpKSkZGRkJCQgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFHgAGACwAAAAADAAMAAADLmhaIRJFSQHEGFRMQKQhlVFwngIyWqk8lqpgrYs1rvGMXXnapASmPAsm5EHdJAkAIfkEBR4AAQAsBgABAAMABQAAAgaEbwISHAUAIfkEBR4AAQAsBgADAAUAAwAAAgOEj1kAIfkEBR4AAgAsBgAGAAUAAwAAAgYMDmInegUAIfkEBR4AAQAsBgAGAAMABQAAAgOEj1kAIfkEBR4AAgAsAwAGAAMABQAAAgaUchDAzQUAIfkEBR4AAQAsAQAGAAUAAwAAAgOEj1kAIfkEBR4AAgAsAQADAAUAAwAAAgYEImKnGwUAIfkEBR4AAQAsAwABAAMABQAAAgOEj1kAOw%3D%3D) 30% 50% no-repeat;
}

/* Transitions */
.viewer li{
    -webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.viewer .caption{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.viewer .current .caption{
    opacity: 100;
    visibility: visible;
}

/* ------------------------------------------------------------------- */
/* Viewer Styles
---------------------------------------------------------------------- */
.viewer { background-color:rgba(0,0,0,0.9); }

.viewer img { display: inline-block; }

.viewer ul { cursor: zoom-out;}

.viewer .caption {
    color: #fff;
    font-size: 16px;
    cursor: auto;
}

.viewer li>div {
    left:50px;
    top:50px;
    bottom:50px;
    right:50px
}

.viewer li.loading>div { background:url(img/loading.gif) center center no-repeat }

.multiplebgs .viewer li.loading>div { background:url(img/loading.gif) center center no-repeat,url(img/loading_frame.png) center center no-repeat }

.viewer li.loading.previous,.viewer li.loading.next { background:0 }

.viewer .current .caption{
    opacity: 100;
    visibility: visible;
}

.viewer .close {
    top:20px !important;
    right:20px !important;
    opacity: 1;
    transition:all .2s ease-in-out;
    padding: 0 13px;
    height: 40px;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    line-height: 39px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.viewer .close:hover {
    background-color: #21d677;
    color: #fff;
}

.viewer .close i { font-size: 15px; font-weight: 300 !important; }



/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination-container { position: relative;}
.pagination {
    margin: 9px 0 0 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: -40px;
}

.pagination-next-prev {
    position: relative;
    top: -44px;
}

.pagination-container.only-next-prev .pagination-next-prev {
    position: relative;
    top: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;

}

.pagination-next-prev ul li a.next i { margin-left: 4px;}
.pagination-next-prev ul li a.prev i { margin-right: 4px;}

.nav-links .current,
.nav-links a,
.page-links a,
.pagination ul li a,
.pagination-next-prev ul li a {
    padding: 12px 0;
    border-bottom: none;
    display: inline-block;
    color: #222;
    background-color: #fff;
    font-weight: 600;
    margin:0;
    letter-spacing: 1px;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 13px;
}
.page-links a,
.pagination ul li a { width: 42px; }

.pagination ul li.blank {
    color: #999;
    padding: 0 6px;
    letter-spacing: 0;
}

.single .post-navigation {
    margin-bottom: 30px;
    overflow: hidden;
}

.archive .nav-links,
.author .nav-links { margin-top: 25px; }

.nav-links a {
    margin-bottom: 5px;
}

.nav-links a:hover,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
    background-color: #f7f7f7;
    color: #222;
}
.nav-next,
.pagination-next-prev a.next { float: right; }
.nav-previous,
.pagination-next-prev a.prev { float: left; }

.nav-links a.next,
.pagination-next-prev a.next { right: 0; position: absolute; }
.nav-links a.prev,
.pagination-next-prev a.prev { left: 0; position: absolute; }

.nav-links .current,
.nav-links a,
.pagination-next-prev ul li a {
    color: #222;
    padding: 8px 16px;
    text-transform: uppercase;
}
.page-links a:hover,
.nav-links .current:hover,
.nav-links .current,
.pagination ul li a.current-page:hover,
.pagination ul li a.current-page {
    background-color: #21d677;
    border-color: #21d677;
    color: #fff;
}

.page-links a {
    text-align: center;
   margin: 5px 10px;
}


.nav-links a.next i { margin-left: 3px; }
.nav-links a.prev i { margin-right: 3px; }

/* Post Next & Prev Adjustments */
.navigation.post-navigation .nav-next,
.navigation.post-navigation .nav-previous {
    max-width: 50%;
    line-height: 22px;
}

.navigation.post-navigation .nav-next {
     position: relative;
    left: -1px;}

.navigation.post-navigation .nav-links a { padding: 12px 16px; }

/* ---------------------------------- */
/* Hover Icon / Hover Cover
------------------------------------- */
.post-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 29px;
}

.post-img a:before {
    content:"";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(34,34,34,0.15);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left:0;
}

.post-img img { width: 100%; }

.post-img a:hover:before {
    opacity: 1;
    visibility: visible;
}

.post-img:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    bottom:0;
}

.hover-icon {
    position:absolute;
    right: 0;
    bottom: -46px;
    color:#fff;
    font-size: 14px;
    width: 46px;
    height: 46px;
    background-color: #21d677;
    border-radius: 0;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
}

.hover-icon:before {
    height: 19px;
    width: 19px;
    top: 10px;
    left: 0px;
    content: "\f064";
    font-family: "FontAwesome";
    position: relative;
}

.post-img a:before,
.hover-icon {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* .sticky {
    display: block;
    background: #FCF0AD; 
    padding:0px 30px;
}
.sticky .post-content {
    border-bottom: 0px;
}
 */


.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.wp-caption .wp-caption-text,
figure.image-right figcaption,
figure.image-left figcaption,
.wp-caption-text{
background-color: #f4f4f4;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
    border: none;
    letter-spacing: 0;
    text-transform: none;
}

.wp-caption-text { background-color: #fff;  margin: 0 !important;}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item img {
    margin: 0px auto;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}



/* Fun Facts
------------------------------------- */

.fun-facts-container {
    border:1px solid #303030;
    margin: 0 0 33px 0;
    padding: 28px 35px 15px 35px;
    text-align: center;
}

.fun-fact {
    display: inline-block;
    margin: 0 45px 0 0;
    vertical-align: top;
}

.fun-fact i {
    color: #fff;
    font-size: 46px;
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
    display: block;
    height: 46px;
    max-height: 45px;
}

.fun-fact img {
    height: 46px;
    max-height: 45px;
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
    
}

.fun-fact i.fa.fa-file-photo-o { font-size: 38px; }

.fun-fact-content {
    display: inline-block;
    position: relative;
    color: #fff;
    display: block;
    font-size: 14px;
    float: left;
    top: 1px;
    font-weight: 600;
    letter-spacing: 0;
}

.fun-fact span { 
    color: #999;
    text-transform: none;
    font-weight: 500;
    display: block;
    top: -7px;
    position: relative;
    letter-spacing: 0;

}

.fun-facts-container .fun-fact:last-child { margin-right: 0; }


/* Post Series
------------------------------------- */
.post-series {
    background-color: #f6f6f6;
    font-size: 16px;
    padding: 25px 35px;
    color: #333;
    box-sizing: border-box;
    min-height: 76px;
}

.post-series,
.post-series.full-width-element { margin-bottom: 40px; }
.single-format-gallery .post-series,
.single-format-gallery .post-series.full-width-element {
    margin-top: 40px;
}

.eleven.columns .embed,
.eleven.columns .front-slider {
    margin-top: 25px;
}

body .post-series {
    margin-top: 15px;
    margin-bottom: 30px;
}
.post.list-style .embed {
    margin-top: 5px;
    position: relative;
    z-index: 100;
}
.post-series .post-series-title {
    float: left;
}

.post-series .post-series-title span {
    font-weight: 600;
    margin-bottom: 0px;
}

.post-series a.next-post,
.post-series a.show-more-posts {
    float: right;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.post-series a.next-post:after,
.post-series a.show-more-posts:after {
    content:"\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: relative;
    margin-left: 5px;
    font-weight: 500;
    color: #555;
    font-size: 18px;
}

.post-series a.next-post:after { content: "\f105"; top: 1px; margin-left: 8px; }

.post-series a.show-more-posts.active:after { content:"\f106"; }

.post-series a.show-more-posts:hover,
.post-series a.next-post:hover,
.post-series a.next-post:hover:after,
.post-series a.show-more-posts:hover:after { color: #65B57D; }

.post-series a.show-more-posts:after,
.post-series a.next-post:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#respond { outline: none; }
.widget h2 {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
}

/* Post Series Links */
ul.post-series-links { padding: 10px 0 5px 0; }

ul.post-series-links li {
    line-height: 24px;
    font-size: 16px;
    padding: 0;
    list-style: none;
    color: #333;
    margin: 7px 0 0 2px;
    font-weight: 400;
}

.post-series-links li.active:before { color: #333; }

.post-series-links li:before {
    content:"\f105";
    font-family: "FontAwesome";
    display: inline-block;
    position: relative;
    margin: 0 6px 0 0;
    top: -1px;
    font-weight: 500;
    font-size: 16px;
    color: #65B57D;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-series-links li a { color: #65B57D; }

.post-series-links li:hover:before,
.post-series-links li a:hover { color: #333; }

.map-box ul.post-series-links li {
    line-height: 24px;
    font-size: 14px;
    margin: 3px 0 0 2px;
    font-weight: 500;
}


/* ------------------------------------------------------------------- */
/* Sidebar & Widgets
---------------------------------------------------------------------- */
.padding-right { padding-right: 20px; margin-top: 23px; }
.padding-left  { padding-left: 20px; margin-top: 23px; }

.widget { margin-bottom: 30px; }

/* Headlines */
.headline {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

.about-me-widget h3,
.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5 {
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    background-color: #fff;
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transform: translateY(51%);
    -moz-transform: translateY(51%);
    -ms-transform: translateY(51%);
    transform: translateY(51%);
    line-height: 24px;
    max-width: 65%;
}


.headline.alt {
    margin-bottom: 8px;
    margin-top: 19px;
    text-align: left;
}

.post.two-columns.magazine { margin-bottom: 55px; }

.headline.alt  h1,
.headline.alt  h2,
.headline.alt  h3,
.headline.alt  h4,
.headline.alt  h5 {
    padding-left: 0;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
}

.headline h1 a,
.headline h2 a,
.headline h3 a,
.headline h4 a,
.headline h5 a {
    color: #222;
}

.headline h1 a:after,
.headline h2 a:after,
.headline h3 a:after,
.headline h4 a:after,
.headline h5 a:after {
    content:"\f064";
    font-size: 16px;
    font-family: "FontAwesome";
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    height: 20px;
    width: 10px;
    top: -1px;
    background-color: #fff;
    padding-right: 20px;
    margin-left: 2px;
    position: absolute;
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;


}

.headline h1 a:hover:after,
.headline h2 a:hover:after,
.headline h3 a:hover:after,
.headline h4 a:hover:after,
.headline h5 a:hover:after {
    opacity: 1;

    visibility: visible;
    -webkit-transform:translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);

}

aside.search { position: relative; }


aside.search input {
    font-size: 13px;
    width: 100%;
    padding: 12px 15px 12px 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

aside.search button {
    background-color: #808080;
    border: none;
    cursor: pointer;
    color: #fff;
    float: right;
    width: 44px;
    height: 42px;
    display: inline;
    padding: 0;
    right: 0;
    border: none;
    position: absolute;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

aside.search button:hover { background-color: #555; }

aside.search button i {
    top: 1px;
    left: 1px;
    position: relative;
    display: block;
    z-index: 20;
    font-size: 14px;
}

.line {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    display: block;
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 9;
}

/* About Me Widget */
.about-me-widget {
    border: 1px solid #e0e0e0;
    text-align: center;
    padding: 0 35px 20px 35px;
    margin-top: 50px;
}

.about-me-widget h3 {
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    margin-bottom: 10px;
}

.about-me-widget img.avatar {
    margin: 0 auto;
    border-radius: 50%;
    width: 100px;
    position: relative;
    image-rendering: -webkit-optimize-contrast;
    margin-bottom: 20px;
    display: block;
    float: none;
    left:inherit;
}

.about-me-widget span {
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    margin: 12px 0;
    display: block;
    font-size: 14px;
}
.about-me-widget span a {
    color: #222;
}

/* Featured Recipes
------------------------------------*/
.popular-post {
    position: relative;
    float: left;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0);
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

.popular-post img {
    position: relative;
    display: block;
    width: 100%;
    max-width: none !important;
}

.popular-post:before {
    height: 100%;
    width: 100%;
    background-color: #404040;
    opacity: 0.3;
    position: absolute;
    display: block;
    z-index: 99;
    content: "";
    transition: all 0.3s ease-in-out;
}

.popular-post:hover:before {
    opacity: 0.2;   
}

.popular-post-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    padding: 0 25px;
    text-align: center;
    float: none;
    left: 0;
    right: 0;
}

.popular-post-content h4 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    display: block;
    margin-bottom: -3px;
}

.popular-post-content span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.popular-post-content span i {
    margin: 0 2px 0 0;
}

/* Read More Icon */
.post-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    top:0;
    right:0;
    background-color: #21d677;
    display: block;
    color: #fff;
    font-size: 14px;
    z-index: 101;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(50%);
    opacity:0;
    visibility: hidden;
    display: none;
}

.post-icon:before {
    content: "\f064";
    font-family: "FontAwesome";
    position: relative;
    font-size: 13px;
    top: 7px;
    display: block;
}

.popular-post:hover .post-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateX(0);
}


/* Categories  */
ul.widget { margin: 0 0 15px 0; }

.widget li { position: relative; }

.widget li a {
    padding: 0 0 9px 0px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #666;
    line-height: 21px;
}

.widget li a:hover {
    padding-left:3px;
    color: #21d677;
}
/* 
.widget:not(.pt-followers) li:before {
    font-family: "FontAwesome";
    font-size: 16px;
    content: "\f105";
    position: absolute;
    left: 0;
    top: 1px;
    padding: 0 7px 0 0;
    color: #b0b0b0;
}
 */

/* Categories
------------------------------------- */
.widget_categories li a,
.widget-out-title_categories li a,
.widget_archive li a,
.widget-out-title_archive li a,
.widget_recent_entries li a,
.widget-out-title_recent_entries li a,
.categories li a,
.widget_pages li a,
.widget_nav_menu li a,
.widget_nav_menu .menu ul > li > a,
.widget_meta li a {
    line-height: 22px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #666;
}
.widget_nav_menu .menu ul > li > a {
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    padding: 0px;
}

.widget_nav_menu .menu ul li a:hover, .widget_nav_menu .menu ul > li:hover > a {
    border: 0px;
}

/*   margin-left: 14px;
position: relative;
padding: 2px 0; */
.widget_categories li a,
.widget-out-title_categories li a,
.widget_archive li a,
.widget-out-title_archive li a,
.widget_recent_entries li a,
.widget-out-title_recent_entries li a,
.categories li a,
.widget_pages li a,
.widget_nav_menu li a,
.widget_recent_comments li a,
.widget_meta li a {
    display: inline;
}

.widget_categories li a {
    font-size: 15px;
    font-weight: 500;
    color: #222; 
}

.widget_recent_comments li:before {
    display: none;
}
.widget_recent_comments li a:hover,
.widget_recent_comments li a {
    padding: 0px;
}

.widget_categories li ,
.widget-out-title_categories li ,
.widget_archive li ,
.widget-out-title_archive li ,
.widget_recent_entries li ,
.widget-out-title_recent_entries li ,
.categories li ,
.widget_pages li,
.widget_nav_menu li,
.widget_meta li {
    margin-left: 14px;
    position: relative;
    padding: 2px 0;
}

.widget_categories li:before,
.widget-out-title_categories li:before,
.widget_archive li:before,
.widget-out-title_archive li:before,
.widget_recent_entries li:before,
.widget-out-title_recent_entries li:before,
.categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before,
.widget_pages li:before {
    font-family: "FontAwesome";
    font-size: 16px;
    content: "\f105";
    position: absolute;
    left: -14px;
    top: 1px;
    color: #b0b0b0;
}

select#categories-dropdown--1, select#archives-dropdown--1, select#cat, .widget_text select {
    font-weight: 500;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    cursor: pointer;
    letter-spacing: 0;
}

#recentcomments li {
    padding: 0 0 18px 0;
    margin: 18px 0 0 0;
    border-bottom: 1px solid #e8e8e8;
}

#recentcomments li:first-child {
    margin-top: 7px;
}

#recentcomments li:last-child {
    border-bottom: 0;
    padding-bottom: 7px;
}

.widget img {
    max-width: 100%;
    height: auto;
}

/* Tags
------------------------------------- */
.tagcloud { margin: 0 0 -6px -0; }

.tagcloud a {
    padding: 4px 14px;
    display: inline-block;
    background-color: #f2f2f2;
    color: #808080;
    margin: 0 2px 6px 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.tagcloud.inpost {
    margin:0px;

}
.tagcloud.inpost li { display: inline; margin-right: 10px}
.tagcloud a:last-child {margin-right:0;}

.tagcloud a:hover {
background-color: #21d677;
    color: #fff;
}


/* RSS Widget
------------------------------------- */
.widget_rss li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-left: 25px;
}
.rss-widget-icon {
        position: absolute;
    left: 0px;
    top: 5px;
}
.footer-widget.widget_rss li {
    border-bottom: 1px solid #444;
}

.widget_rss li:before{
    content:"\f0c8";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 8px;
    margin-left: -23px;
    margin-top: 2px;
    color: #b0b0b0;
}

.widget_rss li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.widget_rss li a {
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    font-size: 14px;
    padding: 0px;
}

.footer-widget.widget_rss li a {
    color: #fff;
}

.widget_rss li a:hover {
    color: #b0b0b0;
}

.rss-date {
    display: block;
    color: #999;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.widget_rss cite {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
}

.rssSummary {
    padding: 10px 0;
    line-height: 26px;

}

.widget_rss h4 a img{
    float: left;
    margin: 8px 8px 0 0;
}

.widget_rss h4 a { color: #222; }
.footer-widget.widget_rss h4 a { color: #fff; }
.widget_rss .widget-title { margin-bottom: 20px; }


/* Blockquote
------------------------------------- */
.post-quote {
    background: #f6f6f6;
    padding: 35px 35px 35px 40px;
    margin: 0 0 10px 0;
    position: relative;
}

.post-quote blockquote {
color: #666;
    font-size: 18px;
    font-style: normal;
    line-height: 31px;
    padding: 0 0 0 57px;
    font-weight: 400;
    border: none;
    margin: 0;
    text-align: left;
}

.post.two-columns .post-quote blockquote {
    padding: 0 0 0 52px;
}

.post.two-columns .post-quote {
    padding: 30px;
    margin-bottom: 25px;
}

.post-quote span {
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    margin-top: 10px;
}

.post-quote .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
}

.post-quote .icon:before {
    font-family: "FontAwesome";
    font-size: 32px;
    content: "\f10e";
    color: #c0c0c0;
    position: relative;
    height: 15px;
    width: 25px;
    display: block;
    float: left;
    margin: 34px 0 0 40px;
    font-weight: normal;
}


.post.two-columns  .post-quote .icon:before {
    font-size: 26px;
    margin: 25px 0 0 35px;
}



/* ------------------------------------------------------------------- */
/* Owl Carousel
---------------------------------------------------------------------- */
.owl-carousel {margin-bottom: 18px;}

.owl-carousel .item { overflow: hidden; }

.owl-carousel .item:before {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    content: "";
    z-index: 90;
    left:0px;
}

.owl-carousel .item img {    max-width: 100%; }

.owl-carousel .item:hover:before { background-color: rgba(0,0,0,0.4); }

.owl-carousel .item:before,
.owl-carousel .title,
.owl-carousel .title span,
.owl-theme .owl-controls .owl-buttons div  {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


/* Post Style */
.owl-carousel .title {
    z-index: 99;
    position:relative;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 28px 25px 22px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #222;
}

.owl-carousel .title h2 {
    color: #fff;
    line-height: 29px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
}

.owl-carousel .item:hover .title { background-color: #21d677; }
.owl-carousel .item:hover span { color: #fff; opacity: 0.85; }

.owl-carousel .title span {
    color: #939393;
    top: -2px;
    position: relative;
    margin-bottom: 4px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}


/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
    margin-right: 1px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{ cursor: pointer; }

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #222;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    background: #fff;
    height: 48px;
    width: 48px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}


.owl-buttons  {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.23s ease-in-out;   
}

.owl-carousel .owl-buttons {
    opacity:0;
    visibility: hidden;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.owl-carousel:hover .owl-buttons {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #21d677;
    color: #fff;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons .owl-next:after, 
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    font-family: "FontAwesome";
    position: relative;
    font-weight: 500;
    font-size: 32px;
    top: 9px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content:"\f104";
    margin: 0 0 0 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-next:after {
    content:"\f105";
    margin: 0 0 0 3px;
}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}




/* ------------------------------------------------------------------- */
/* Royal Slider
---------------------------------------------------------------------- */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
    width: auto;
    height: auto;
    position: relative;
    direction: ltr;
}

.post .rsOverflow { margin-bottom: 29px; }
.post.two-columns  .rsOverflow { margin-bottom: 23px; }

.royalSlider > * {
    float: left;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;

}
.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsContainer .date a {
    color:#fff;
}
.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition:opacity 0.3s linear;
    -moz-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
    transition:opacity 0.3s linear;
}
.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition:  0s;
    transition:  0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    
    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position:absolute;
    z-index: 0; 
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}
.rsNavItem {
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}
.rsTabs {
    float: left;
    background: none !important;
}
.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}
.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}


img.rsImg {
    max-width: none;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    display:block;  
    z-index: 20;
}

.infoBlock {
    background-color: #222;
    color: #fff;
    padding: 9px 16px 10px 16px;
    line-height: 26px;
    display: inline-block;
    bottom: 30px;
    left: 30px;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    z-index: 100;
}


.post.two-columns .infoBlock {
    bottom: 0;
    left: 0;
}

.rsDefault .rsArrow {
    height: 100%;
    width: 40px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsNav.rsBullets { display: none; }

.rsNav.rsBullets { display: none; }

.rsDefault.rsHor .rsArrowLeft { right: 73px; bottom: 0; }
.rsDefault.rsHor .rsArrowRight { right: 30px; bottom: 0; }

.post.two-columns .rsDefault.rsHor .rsArrowLeft { right: 43px; bottom: 0; }
.post.two-columns .rsDefault.rsHor .rsArrowRight { right: 0px; bottom: 0; }

.featured.one-post .rsDefault.rsHor .rsArrowLeft { right: 95px; bottom: 17px; }
.featured.one-post .rsDefault.rsHor .rsArrowRight { right: 52px; bottom: 17px; }

.rsDefault .rsArrowIcn {
    position: absolute;
    cursor: pointer;
    z-index: 999999;
    background-color: #222;
    height: 42px;
    width: 42px;
    bottom: 30px;
    right: 0;
    font-family: "FontAwesome";
    font-size: 24px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: center;
}

.post.two-columns .rsDefault .rsArrowIcn { bottom: 0; }

.rsDefault .rsArrowIcn:hover {
    background-color: #21d677;
    color: #fff;
}

.rsArrowLeft .rsArrowIcn:before {
    top: 7px;
    left: 0px;
    position: relative;
    content:"\f104";
}

.rsArrowRight .rsArrowIcn:before {
    content:"\f105";
    top: 7px;
    left: 0px;
    position: relative;
}



/* Homepage Slider
------------------------------------*/
#homeSlider {
    width: 100%;
    height: 600px;
    margin-bottom: 15px;
}

#homeSlider .rsSlide:before {
    content: "";
    background: #222;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    display: block;
    opacity: 0.5;
}

.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
    background: #fff;
}

#homeSlider .rsContent { overflow: hidden; }

#homeSlider .rsThumbs {
    width: 1182px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    font-weight: 600;
}


.rsDefaultInv .rsThumb {
    width: 258px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding: 0 18px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    height: 92px;
    line-height: 88px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rsDefaultInv .rsThumb:last-child {
    box-shadow: inset -1px 0px 0px 0px #e0e0e0;
    -webkit-box-shadow: inset -1px 0px 0px 0px #e0e0e0;
    -moz-box-shadow: inset -1px 0px 0px 0px #e0e0e0;
}

#homeSlider .rsThumbsHor {
    height: 93px;
    padding: 0;
}

.rsDefaultInv .rsThumb:hover { background-color: #f6f6f6 }

.rsTmb {
    display:inline-block;
    vertical-align:middle;
    line-height: 21px;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
}

.rsDefaultInv .rsThumb.rsNavSelected {
    background: #21d677;
    border-left: 1px solid #21d677;
    border-bottom: 1px solid #21d677;
    color: #fff;
    -webkit-box-shadow: inset 0px -1px 0px 0px #21d677, 1px 0px 0px 0px #21d677;
    -moz-box-shadow: inset 0px -1px 0px 0px #21d677, 1px 0px 0px 0px #21d677;
    box-shadow: inset 0px -1px 0px 0px #21d677, 1px 0px 0px 0px #21d677;
    z-index: 9;
}

.rsDefaultInv .rsThumb { color: #222; font-size: 100%; }

/* Arrow Navigation */
#slider-prev,
#slider-next { display: none; }


/* Slider Caption */
.SlideTitleContainer {
    width: 1180px;
    margin: 0 auto;
    position: absolute;
    left: 3px;
    right: 0;
    top: 50%;
}

.CaptionAlignment {
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#homeSlider .rsABlock .date,
#homeSlider .rsABlock .title {
    margin: 0;
}

#homeSlider .rsABlock .title {
    position: relative;
    max-width: 60%;
    margin: 0 auto;
}

#homeSlider .rsABlock .title h3 {
    font-size: 44px;
    margin-top: 10px;
    line-height: 56px;
    padding-right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#homeSlider .rsABlock .title h3:hover {
    opacity: 0.85;
}

#homeSlider .rsABlock .meta-tag {
    float: none;
    display: inline-block;
    background-color: transparent;
    top: 0;
    color: #fff;
    padding: 0 17px 0 0;
    font-size: 13px;
}

#homeSlider .rsABlock .meta-tag:last-child {
    padding: 0;
}

#homeSlider .rsABlock .meta-container {
    margin-top: 18px;
}

#homeSlider .rsABlock .post-tag {
    font-size: 13px;
    padding: 8px 13px;
}

#homeSlider .slide-btn {
    padding: 10px 20px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(255,255,255,0.15);
    border: 1px solid #fff;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#homeSlider .slide-btn:hover {
    background-color: #fff;
    background-color: rgba(255,255,255,0.25);
}


/* Homepage Slider Alternative
------------------------------------*/
#homeSliderAlt .rsThumbs { background-color: #222; }

#homeSliderAlt { width: 100%; margin-bottom: 10px; }

.homeSliderAlt .rsThumbs .rsThumb {
    height: 97px;
    border-bottom: 1px solid #383838;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    line-height: 95px;
}

.homeSliderAlt .rsThumbs { padding: 0; }

.homeSliderAlt .rsThumbs,
.homeSliderAlt .rsThumbs .rsThumb {
    width: 300px;
}

.homeSliderAlt .rsThumb:hover { background:  #383838; }

.rsABlock {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1010;
    padding:0;
}

#homeSliderAlt .rsABlock {
    height: 100%;
    width: 100%;
}

/* Navigation */
.rsDefault .rsThumbsVer {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}

.rsDefault .rsTmb { display: block; }

.rsDefault .rsThumb h5 { 
    color: #ddd;
    font-weight: 600;
    line-height: 23px;
    font-size: 14px;
    text-transform: uppercase;
}

.rsDefault .rsTmb {
    margin: 0;
    padding: 0;
    display:inline-block;
    vertical-align:middle;
    padding: 0 26px;
}

.rsDefault .rsThumb.rsNavSelected { background: #21d677; border-color: #21d677; }

.rsDefault .rsThumb.rsNavSelected h5 { color: #fff; }


/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #404040;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.rsDefault .rsThumbsArrow:hover {
    background: #21d677;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top:-10px;
    margin-left: -4px;
    position: absolute;
    cursor: pointer;
    font-family: "FontAwesome";
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn:before,
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
    display: block;
    color: #fff;
    height: 10px;
    width: 10px;
    position: relative;
    top: -3px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn:before { content: "\f0d7"; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before { content: "\f0d8"; }


.rsDefault .rsThumbsArrowDisabled { display: none !important; }

.instagram-container .follow-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    background: #fff; color: #222;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    transform: translate(-51%,-51%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.instagram-container .follow-btn:hover {
    background: #151515; color: #fff;
}
.ri-grid ul li a {opacity: 0.85;    transition: all 0.3s;
    -webkit-transition: all 0.3s;}
.ri-grid ul li a:hover {opacity: 1;}
.instagram-container { position: relative;}

/* ------------------------------------------------------------------- */
/* Social Buttons & Icons
---------------------------------------------------------------------- */
body a.ptwsi-social-icon { border-radius: 0;}
body ul.ptwsi_social-icons li {
    transform: scale(1.15);
-webkit-transform: scale(1.15);
margin: 6px 6px 0 6px !important;}

/* Share Post
------------------------------------*/
.share-post {
    position: relative;
    margin-top: 15px;
}

ul.share-post li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0 1px 1px 0;
    padding:0;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

ul.share-post li a:before {
    font-family: "FontAwesome";
    font-size: 13px;
    display: inline-block;
    margin: 0 6px 0 0;
    font-weight: normal;
}

ul.share-post li a:hover { opacity: 0.85; }
ul.share-post li a.rate-recipe:hover {
    background-color: #555;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}


/* Social Buttons
------------------------------------*/
.share-buttons {
    position: relative;
    width: 105%;
}

ul.share-buttons li {
    color: #fff;
    width: 108px;
    text-align: center;
    padding: 18px 0 !important;
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
    z-index: 97;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.pt-followers-icons.share-buttons li span.counter { position: relative; top: 2px;}
ul.share-buttons li a { color: #fff; padding-bottom: 0;}

ul.share-buttons li:before {
    font-family: "FontAwesome";
    font-size: 28px;
    display: block;
    height: 30px;
    padding: 10px 0 0 0;
}

ul.share-buttons li span { display: block; }

.counter { font-weight: 600; font-size: 16px; }
.counted {  font-size: 13px; }

ul.share-buttons li a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    display: block;
    z-index: 99;
    content:"";
}

.action-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom:10px;
    left: 50%;
    -webkit-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    transform: translateX(-51%);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.2);
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.counter,
.counted {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

}

ul.share-buttons li:hover .action-button {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

ul.share-buttons li:hover .counter,
ul.share-buttons li:hover .counted {
    opacity:0;
    visibility: hidden;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
/* Each Styles */
.facebook-share { background-color: #3b5998; }
.facebook-share:before { content: "\f09a"; }

.twitter-share { background-color: #33bcf3; }
.twitter-share:before { content: "\f099"; }

.google-plus-share { background-color: #dd4b39; }
.google-plus-share:before { content: "\f0d5"; }

.pinterest-share { background-color: #cc2127; }
.pinterest-share:before { content: "\f0d2"; }

.behance-share { background-color: #1769ff; }
.behance-share:before { content: "\f1b4"; }

.dribbble-share { background-color: #ea4c89; }
.dribbble-share:before { content: "\f17d"; }

.instagram-share { background-color: #3f729b; }
.instagram-share:before { content: "\f16d"; }

.linkedin-share { background-color: #0976b4; }
.linkedin-share:before { content: "\f0e1"; }

.github-share { background-color: #4183c4; }
.github-share:before { content: "\f113"; }

.youtube-share { background-color: #e52d27; }
.youtube-share:before { content: "\f167"; }

.pinterest0share { background-color: #cc2127; }
.pinterest-share:before { content: "\f0d2"; }

/* Each Styles */
body .pt-followers-icons .facebook-share:before { content: "\f09a"; }
body .pt-followers-icons .twitter-share:before { content: "\f099"; }
body .pt-followers-icons .google-plus-share:before { content: "\f0d5"; }
body .pt-followers-icons .pinterest-share:before { content: "\f0d2"; }
body .pt-followers-icons .dribbble-share:before { content: "\f17d"; }
body .pt-followers-icons .instagram-share:before { content: "\f16d"; }
body .pt-followers-icons .github-share:before { content: "\f113"; }
body .pt-followers-icons .youtube-share:before { content: "\f167"; }


/* Social Icons
------------------------------------*/
.social-icons li {
    display: inline;
    float: left;
    margin-right: 4px;
    text-align: left;
}

.social-icons li a {
    width: 42px;
    height: 42px;
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.social-icons li {
    transform:scale(1.15);
    -webkit-transform:scale(1.15); 
    -moz-transform:scale(1.15);
    -o-transform:scale(1.15);
    margin-right: 9px;
    margin-top: 9px;
}


/* Top Bar Styles */
#top-bar .social-icons {
    display: inline-block;
    margin-top: 7px;
    float: right;
}

#top-bar .social-icons li {
    margin: 0 0px;
    transform:scale(0.95);
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    -o-transform:scale(0.95);
}

#top-bar .social-icons li a {
    border-radius: none;
    background-color: transparent;
    border: none;
    width: 35px;
}

/* Footer Styles */
#footer .social-icons {
    display: inline-block;
    margin: 0 auto;
}

#footer .social-icons li {
    margin: 0 3px;
    transform:scale(1);
    -webkit-transform:scale(1); 
    -moz-transform:scale(1);
    -o-transform:scale(1);
}

#footer .social-icons li a {
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #454545;
}

#footer .social-icons li a:before { color: #fff; }


/* Common Styles */
.social-icons li a i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index: 20;
}

.social-icons li a:hover,
.social-icons li a i {
    color: #fff;
}

.social-icons li a i {
    top: -30px;
    opacity:0;
}

.social-icons li a:hover i {
    top: 0;
    opacity: 1;
}

#footer .twitter:before,
#footer .wordpress:before,
#footer .facebook:before,
#footer .linkedin:before,
#footer .steam:before,
#footer .tumblr:before,
#footer .github:before,
#footer .delicious:before,
#footer .instagram:before,
#footer .xing:before,
#footer .amazon:before,
#footer .dropbox:before,
#footer .paypal:before,
#footer .lastfm:before,
#footer .gplus:before,
#footer .yahoo:before,
#footer .pinterest:before,
#footer .dribbble:before,
#footer .flickr:before,
#footer .reddit:before,
#footer .vimeo:before,
#footer .spotify:before,
#footer .rss:before,
#footer .youtube:before,
#footer .blogger:before,
#footer .appstore:before,
#footer .digg:before,
#footer .evernote:before,
#footer .fivehundredpx:before,
#footer .forrst:before,
#footer .stumbleupon:before,
#footer .dribbble:before,
#top-bar .twitter:before,
#top-bar .wordpress:before,
#top-bar .facebook:before,
#top-bar .linkedin:before,
#top-bar .steam:before,
#top-bar .tumblr:before,
#top-bar .github:before,
#top-bar .delicious:before,
#top-bar .instagram:before,
#top-bar .xing:before,
#top-bar .amazon:before,
#top-bar .dropbox:before,
#top-bar .paypal:before,
#top-bar .lastfm:before,
#top-bar .gplus:before,
#top-bar .yahoo:before,
#top-bar .pinterest:before,
#top-bar .dribbble:before,
#top-bar .flickr:before,
#top-bar .reddit:before,
#top-bar .vimeo:before,
#top-bar .spotify:before,
#top-bar .rss:before,
#top-bar .youtube:before,
#top-bar .blogger:before,
#top-bar .appstore:before,
#top-bar .digg:before,
#top-bar .evernote:before,
#top-bar .fivehundredpx:before,
#top-bar .forrst:before,
#top-bar .stumbleupon:before,
#top-bar .dribbble:before {
    font-family: "fontello";
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    z-index: 20;
}


/* Icon Styles */
.twitter:before,
.social-icons li a.twitter i {font-size: 14px !important;}
.twitter i, .twitter:before { margin: 13px 0 0 12px; }
.twitter:before { content: "\54"; top: 0; opacity:1; }
.twitter:hover:before { top: 30px; opacity: 0; }
.twitter:hover,
#footer .twitter:hover { background-color: #3bc1ed; border-color: #3bc1ed; }

.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92; }
#footer .dribbble:hover { background-color: #ef5a92; border-color: #ef5a92; }

.facebook i, .facebook:before { margin: 13px 0 0 16px; }
.facebook:before { content: "\66"; top: 0; opacity:1; }
.facebook:hover:before { top: 30px; opacity: 0; }
.facebook:hover { background-color: #4a6d9d; }
#footer .facebook:hover { background-color: #4a6d9d; border-color: #4a6d9d;}

.linkedin i, .linkedin:before { margin: 13px 0 0 13px; }
.linkedin:before { content: "\4c"; top: 0; opacity:1; }
.linkedin:hover:before { top: 30px; opacity: 0; }
.linkedin:hover { background-color: #0b7bb5; }
#footer .linkedin:hover { background-color: #0b7bb5; border-color: #0b7bb5;}

.delicious i, .delicious:before { margin: 13px 0 0 13px; }
.delicious:before { content: "\23"; top: 0; opacity:1; }
.delicious:hover:before { top: 30px; opacity: 0; }
.delicious:hover { background-color: #3274d1; }
#footer .delicious:hover { background-color: #3274d1; border-color: #3274d1;}

.paypal i, .paypal:before { margin: 13px 0 0 13px; }
.paypal:before { content: "\24"; top: 0; opacity:1; }
.paypal:hover:before { top: 30px; opacity: 0; }
.paypal:hover { background-color: #2e689a; }
#footer .paypal:hover { background-color: #2e689a; border-color:#2e689a ;}

.gplus i:before {font-family: "FontAwesome" !important; content: "\f0d5"; left: -1px; position: relative;}
.gplus i, .gplus:before { margin: 13px 0 0 13px; }
.gplus:before { font-family: "FontAwesome" !important; content: "\f0d5"; top: 0; opacity:1;  left: -1px; }
.gplus:hover:before { top: 30px; opacity: 0; }
.gplus:hover { background-color: #d53824; }
#footer .gplus:hover { background-color: #d53824;border-color: #d53824;}

.stumbleupon i, .stumbleupon:before { margin: 13px 0 0 11px; }
.stumbleupon:before { content: "\2f"; top: 0; opacity:1; }
.stumbleupon:hover:before { top: 30px; opacity: 0; }
.stumbleupon:hover { background-color: #eb4924; }
#footer .stumbleupon:hover { background-color: #eb4924; border-color:#eb4924 ;}

.fivehundredpx i, .fivehundredpx:before { margin: 13px 0 0 11px; }
.fivehundredpx:before { content: "\30"; top: 0; opacity:1; }
.fivehundredpx:hover:before { top: 30px; opacity: 0; }
.fivehundredpx:hover { background-color: #444; }
#footer .fivehundredpx:hover { background-color: #444; border-color:  #444;}

.pinterest i, .pinterest:before { margin: 13px 0 0 15px; }
.pinterest:before { content: "\31"; top: 0; opacity:1; }
.pinterest:hover:before { top: 30px; opacity: 0; }
.pinterest:hover { background-color: #cb1f25; }
#footer .pinterest:hover { background-color: #cb1f25; border-color: #cb1f25;}

.forrst i, .forrst:before { margin: 13px 0 0 15px; }
.forrst:before { content: "\3a"; top: 0; opacity:1; }
.forrst:hover:before { top: 30px; opacity: 0; }
.forrst:hover { background-color: #40833e; }
#footer .forrst:hover { background-color: #40833e; border-color:  #40833e;}

.digg i, .digg:before { margin: 13px 0 0 12px; }
.digg:before { content: "\3b"; top: 0; opacity:1; }
.digg:hover:before { top: 30px; opacity: 0; }
.digg:hover { background-color: #205685; }
#footer .digg:hover { background-color: #205685; border-color: #205685;}

.spotify i, .spotify:before { margin: 13px 0 0 13px; }
.spotify:before { content: "\3d"; top: 0; opacity:1; }
.spotify:hover:before { top: 30px; opacity: 0; }
.spotify:hover { background-color: #6ca405; }
#footer .spotify:hover { background-color: #6ca405; border-color: #6ca405;}

.reddit i, .reddit:before { margin: 13px 0 0 12px; }
.reddit:before { content: "\3e"; top: 0; opacity:1; }
.reddit:hover:before { top: 30px; opacity: 0; }
.reddit:hover { background-color: #404040; }
#footer .reddit:hover { background-color: #404040; border-color:  #404040;}

.appstore i, .appstore:before { margin: 13px 0 0 14px; }
.appstore:before { content: "\41"; top: 0; opacity:1; }
.appstore:hover:before { top: 30px; opacity: 0; }
.appstore:hover { background-color: #c0c0c0; }
#footer .appstore:hover { background-color: #c0c0c0; border-color: #c0c0c0;}

.blogger i, .blogger:before { margin: 13px 0 0 15px; font-size: 14px !important; }
.blogger:before { content: "\42"; top: 0; opacity:1; }
.blogger:hover:before { top: 30px; opacity: 0; }
.blogger:hover { background-color: #ff6501; }
#footer .blogger:hover { background-color: #ff6501; border-color:#ff6501 ;}

.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92; }
#footer .dribbble:hover { background-color: #ef5a92; border-color: #ef5a92;}

.evernote i, .evernote:before { margin: 13px 0 0 15px; }
.evernote:before { content: "\45"; top: 0; opacity:1; }
.evernote:hover:before { top: 30px; opacity: 0; }
.evernote:hover { background-color: #6bb130; }
#footer .evernote:hover { background-color: #6bb130; border-color: #6bb130;}

.flickr i, .flickr:before { margin: 13px 0 0 13px; }
.flickr:before { content: "\46"; top: 0; opacity:1; }
.flickr:hover:before { top: 30px; opacity: 0; }
.flickr:hover { background-color: #136dd5; }
#footer .flickr:hover { background-color: #136dd5;border-color: #136dd5; }

.rss i, .rss:before { margin: 13px 0 0 14px; font-size: 14px !important; }
.rss:before { content: "\52"; top: 0; opacity:1; }
.rss:hover:before { top: 30px; opacity: 0; }
.rss:hover { background-color: #fe8f00; }
#footer .rss:hover { background-color: #fe8f00; border-color: #fe8f00;}

.youtube i, .youtube:before { margin: 13px 0 0 14px; font-size: 18px !important; }
.youtube:before { content: "\55"; top: 0; opacity:1; }
.youtube:hover:before { top: 30px; opacity: 0; }
.youtube:hover { background-color: #bf2f29; }
#footer .youtube:hover { background-color: #bf2f29;border-color: #bf2f29; }

.vimeo i, .vimeo:before { margin: 13px 0 0 13px; font-size: 14px !important; }
.vimeo:before { content: "\56"; top: 0; opacity:1; }
.vimeo:hover:before { top: 30px; opacity: 0; }
.vimeo:hover { background-color: #4c8ab0; }
#footer .vimeo:hover { background-color: #4c8ab0; border-color: #4c8ab0;}

.xing i, .xing:before { margin: 13px 0 0 14px; }
.xing:before { content: "\58"; top: 0; opacity:1; }
.xing:hover:before { top: 30px; opacity: 0; }
.xing:hover { background-color: #036568; }
#footer .xing:hover { background-color: #036568; border-color: #036568;}

.yahoo i, .yahoo:before { margin: 13px 0 0 11px; }
.yahoo:before { content: "\59"; top: 0; opacity:1; }
.yahoo:hover:before { top: 30px; opacity: 0; }
.yahoo:hover { background-color: #9251a2; }
#footer .yahoo:hover { background-color: #9251a2; border-color: #9251a2;}

.amazon i, .amazon:before { margin: 13px 0 0 12px; }
.amazon:before { content: "\61"; top: 0; opacity:1; }
.amazon:hover:before { top: 30px; opacity: 0; }
.amazon:hover { background-color: #2f3842; }
#footer .amazon:hover { background-color: #2f3842; border-color: #2f3842 ;}

.steam i, .steam:before { margin: 13px 0 0 11px; }
.steam:before { content: "\62"; top: 0; opacity:1; }
.steam:hover:before { top: 30px; opacity: 0; }
.steam:hover { background-color: #383838; }
#footer .steam:hover { background-color: #383838; border-color:  #383838;}

.dropbox i, .dropbox:before { margin: 13px 0 0 13px; }
.dropbox:before { content: "\64"; top: 0; opacity:1; }
.dropbox:hover:before { top: 30px; opacity: 0; }
.dropbox:hover { background-color: #2c92dd; }
#footer .dropbox:hover { background-color: #2c92dd;border-color:#2c92dd ; }

.github i, .github:before { margin: 13px 0 0 13px; }
.github:before { content: "\67"; top: 0; opacity:1; }
.github:hover:before { top: 30px; opacity: 0; }
.github:hover { background-color: #5c7381; }
#footer .github:hover { background-color: #5c7381;border-color: #5c7381; }

.lastfm i, .lastfm:before { margin: 13px 0 0 11px; }
.lastfm:before { content: "\6c"; top: 0; opacity:1; }
.lastfm:hover:before { top: 30px; opacity: 0; }
.lastfm:hover { background-color: #d21309; }
#footer .lastfm:hover { background-color: #d21309;border-color: #d21309; }

.tumblr i, .tumblr:before { margin: 13px 0 0 15px; }
.tumblr:before { content: "\74"; top: 0; opacity:1; }
.tumblr:hover:before { top: 30px; opacity: 0; }
.tumblr:hover { background-color: #3d658d; }
#footer .tumblr:hover { background-color: #3d658d;border-color: #3d658d; }

.wordpress i, .wordpress:before { margin: 13px 0 0 14px; }
.wordpress:before { content: "\77"; top: 0; opacity:1; }
.wordpress:hover:before { top: 30px; opacity: 0; }
.wordpress:hover { background-color: #383838; }
#footer .wordpress:hover { background-color: #383838; border-color: #383838;}

.instagram i, .instagram:before { margin: 13px 0 0 13px; }
.instagram:before { content: "\f31f"; top: 0; opacity:1; }
.instagram:hover:before { top: 30px; opacity: 0; }
.instagram:hover { background-color: #3f6f94; }
#footer .instagram:hover { background-color: #3f6f94; border-color: #3f6f94 ; }


/* Web Font */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?31771571');
  src: url('fonts/fontello.eot?31771571#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?31771571') format('woff'),
       url('fonts/fontello.ttf?31771571') format('truetype'),
       url('fonts/fontello.svg?31771571#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.social-icons li i {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 16px;
    width: auto;
}

.icon-delicious:before { content: '\23'; } /* '#' */
.icon-paypal:before { content: '\24'; } /* '$' */
.icon-gplus:before { content: '\2b'; } /* '+' */
.icon-stumbleupon:before { content: '\2f'; } /* '/' */
.icon-fivehundredpx:before { content: '\30'; } /* '0' */
.icon-pinterest:before { content: '\31'; } /* '1' */
.icon-forrst:before { content: '\3a'; } /* ':' */
.icon-digg:before { content: '\3b'; } /* ';' */
.icon-spotify:before { content: '\3d'; } /* '=' */
.icon-reddit:before { content: '\3e'; } /* '&gt;' */
.icon-appstore:before { content: '\41'; } /* 'A' */
.icon-blogger:before { content: '\42'; } /* 'B' */
.icon-dribbble:before { content: '\44'; } /* 'D' */
.icon-evernote:before { content: '\45'; } /* 'E' */
.icon-flickr:before { content: '\46'; } /* 'F' */
.icon-linkedin:before { content: '\4c'; } /* 'L' */
.icon-rss:before { content: '\52'; } /* 'R' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-youtube:before { content: '\55'; } /* 'U' */
.icon-vimeo:before { content: '\56'; } /* 'V' */
.icon-xing:before { content: '\58'; } /* 'X' */
.icon-yahoo:before { content: '\59'; } /* 'Y' */
.icon-amazon:before { content: '\61'; } /* 'a' */
.icon-steam:before { content: '\62'; } /* 'b' */
.icon-dropbox:before { content: '\64'; } /* 'd' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-github:before { content: '\67'; } /* 'g' */
.icon-lastfm:before { content: '\6c'; } /* 'l' */
.icon-tumblr:before { content: '\74'; } /* 't' */
.icon-wordpress:before { content: '\77'; } /* 'w' */
.icon-linkedin-rect:before { content: '\f31b'; } /* '?' */
.icon-instagram:before { content: '\f31f'; } /* '?' */



/* ------------------------------------------------------------------- */
/* Footer
---------------------------------------------------------------------- */
#footer {
    background-color: #181818;
    padding: 40px 0 0 0;
    color: #999;
    
}

.footer-icons {
    text-align: center;
}

#footer h4 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 500;
}

#footer a.button { margin-top: 12px; }
#footer a.button:hover { background-color: #fff; color: #222; }

.footer-widget {margin-bottom: 20px !important; }
.footer-widget.widget_categories li a,
.footer-widget.widget-out-title_categories li a,
.footer-widget.widget_archive li a,
.footer-widget.widget-out-title_archive li a,
.footer-widget.widget_recent_entries li a,
.footer-widget.widget-out-title_recent_entries li a,
.footer-widget.categories li a,
.footer-widget.widget_pages li a,
.footer-widget.widget_nav_menu li a,
.footer-widget.widget_recent_comments li a,
#footer .widget_recent_comments li a,
.footer-widget.widget_meta li a {
    color: #aaa;
}

.footer-widget.widget_categories li a:hover,
.footer-widget.widget-out-title_categories li a:hover,
.footer-widget.widget_archive li a:hover,
.footer-widget.widget-out-title_archive li a:hover,
.footer-widget.widget_recent_entries li a:hover,
.footer-widget.widget-out-title_recent_entries li a:hover,
.footer-widget.categories li a:hover,
.footer-widget.widget_pages li a:hover,
.footer-widget.widget_recent_comments li a:hover,
#footer .widget_recent_comments li a:hover,
.footer-widget.widget_nav_menu li a:hover,
.footer-widget.widget_meta li a:hover {
    color: #fff !important;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #303030;
    margin-top: 30px;
    text-align: center;
    padding: 30px 0;
    display: inline-block;
    width: 100%;
    font-size: 14px; 
}

.copyrights { color: #eee}
.copyrights a { color: #fff; }

.entry-content .tabs-nav li, .tabs-nav li {line-height: 44px; }

/* ------------------------------------------------------------------- */
/* Miscellaneous /& Shortcodes
---------------------------------------------------------------------- */
input[type="button"],
input[type="submit"],
a.button {
    background-color: #fff;
    top: 0;
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    color: #222;
    outline: none;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

a.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover { background-color: #f7f7f7; }

input[type="button"],
input[type="submit"] {
    padding: 14px 15px;
}


/* Tabs
------------------------------------- */
.woocommerce-tabs .tabs,
.tabs-nav-o,
.tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.woocommerce-tabs .tabs li,
.tabs-nav-o li,
.tabs-nav li {
    float: left;
    line-height: 45px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.woocommerce-tabs .tabs li:first-child a,
.tabs-nav-o li:first-child a,
.tabs-nav li:first-child a {
    border-radius: 0px;
}
.woocommerce-tabs .tabs li a,
.tabs-nav li a,
.tabs-nav-o li a,
.tab-reviews {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.woocommerce-tabs .tabs li a,
.tabs-nav-o li a,
.tabs-nav li a {
    background-color: #f2f2f2;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #808080;
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0px;
}

.woocommerce-tabs .tabs li a:hover,
.tabs-nav-o li a:hover,
.tabs-nav li a:hover { background-color: #eaeaea; }

.tab-reviews { color: #aaa; }

.tabs-nav li.active .tab-reviews { color: #fff; }

.woocommerce-tabs .tabs li.active a,
.tabs-nav-o li.active a,
.tabs-nav li.active a {
    background-color: #505050;
    color: #fff;
    box-shadow: 0px 0px 0px 0px;
}

.tab-content { padding: 15px 0px; }

.tabs-container {
    overflow: hidden;
    width: 100%;
}

.wc-tab h2:first-child {display: none}



/* Accordions & Toggles
------------------------------------- */

.accordion h3,
.trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #808080;
    font-size: 14px;
    font-weight: 600;
    background-color: #f6f6f6;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    padding: 14px 20px 13px 20px;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 0px;
    box-shadow: none !important;
}

h3.active-acc {
    color: #fff
}
.active-acc:hover,
.trigger a:hover {
    background-color: #eee;
}

.accordion h3:hover,
.active-acc-active {
    background-color: #eaeaea;
    
}


.active-acc i,
.trigger a i {
    margin: 0 4px 0 0;
    position: relative;
}

.accordion div,
.toggle-container {
    padding: 0 16px 10px 16px;
}

.accordion p,
.toggle-container p { margin: 0; }


.screen-reader-text { display: none; }
figure.wp-caption { max-width: 100%; }


/* Regular Table
------------------------------------- */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border:none;
    margin-bottom: 15px;
}

table th {
    text-align: left;
    padding: 10px 15px;
    color: #666;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}

table td {
    padding: 10px 15px;
    border-top: none;
    border-right: none;
}

table tr:nth-child(odd) {
    background-color: #f8f8f8;
}
.comment-content table {
    border: 1px solid #ddd;
}
.comment-content table tr:nth-child(odd) {
    background-color: #fff;
}


dl {
    margin: 1.6em 0;
}

dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 1em
}
dl.customer_details dt {
    text-align: left;
}

dl dd {
    margin-left: 200px;
    margin-bottom: 1em
}

.no-results.not-found {margin-top: 35px;}



/*--------------------------------------------------------------
## Wp Calendar
--------------------------------------------------------------*/
#wp-calendar {
    width:100%;
    font-size:14px;
    font-weight:300;
    border-collapse:separate;
    border-spacing:2px;
    margin-left:-2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-widget #wp-calendar { border-spacing:4px; }


#wp-calendar table tr:nth-child(2n+1) { background-color: #000 !important; }

#wp-calendar caption { display:none; }

#wp-calendar tbody td {
    margin-bottom:10px;
    text-align:center;
    border:1px solid #f4f4f4;
    padding: 6px 0;
    min-width: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.footer-widget #wp-calendar thead th {
    background-color: #222; border: 1px solid #444;
}
.footer-widget #wp-calendar tfoot td#prev,
.footer-widget #wp-calendar tfoot td#next {
    background-color: #181818 !important; border: 0px;
}
.footer-widget #wp-calendar tbody td { background-color: #282828; border: 1px solid #444;}

td.pad {background-color: #f6f6f6 !important}
.footer-widget td.pad {background-color: #181818 !important}

#wp-calendar tbody td:hover {
    border-color: #3685cf;
}

#wp-calendar tbody
td.pad {
    border:0;
}

#wp-calendar tbody
td#today {
    color:#fff;
    border-color:#3685cf;
    background-color: #3685cf;
}

#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next a {
    color:#888;
    font-size:12px;
    font-weight:400;
    position:relative;
    text-transform:uppercase;
    bottom:-9px;
    margin-bottom:1px;
}

#wp-calendar tfoot td#prev {
    text-align:left;
}

#wp-calendar tfoot td#prev a {
    font-size: 16px;
    text-transform: none;
}

#wp-calendar tfoot td#next {
    text-align:right;
}

#wp-calendar thead th {
    font-size:13px;
    font-weight:500;
    color:#888;
    text-align:center;
    padding-bottom:10px;
}

#wp-calendar tfoot td#next a:hover,#wp-calendar tfoot td#prev a:hover {color:#3685cf;}

#wp-calendar tbody td a {
    color: #3685cf;
    font-weight: 600;
}

.footer-widget .recent-posts-widget li,
#footer #recentcomments li,
.footer-widget #recentcomments li {
    border-color: #444;
}


.footer-widget select#categories-dropdown--1,
.footer-widget select#archives-dropdown--1,
.footer-widget select#cat,
.footer-widget.widget_text select{
    border: 1px solid #2c2c2c;
    background-color: #2c2c2c;
    color: #aaa;
}

.footer-widget .wp-caption-text {
    background-color: #282828;
    color: #fff;
}

.footer-widget.widget_rss li {
    border-bottom: 1px solid #444;
}

.footer-widget.widget_rss li a {
    color: #fff;
}
.footer-widget strong { color: #eee; }
.footer-widget img {max-width: 100%;}

.footer-widget.widget_rss h4 a { color: #fff; }

.footer-widget .tagcloud a { background-color: #282828; color: #fff; }
.footer-widget .tagcloud a:hover { background-color: #3685cf }

.footer-widget  .about-me-widget h3 { background-color: #181818; color:#fff; }
.footer-widget  .about-me-widget img.avatar,
.footer-widget  .about-me-widget { border-color:#1e1e1e; }
.footer-widget .about-me-widget span a,
.footer-widget .about-me-widget span { color: #fff }
.footer-widget.widget_rss { position: relative; }
.footer-widget .rss-widget-icon { position: static; }

.footer-icons {
    margin-top: 10px;
}


/* Back to Top
------------------------------------- */
#backtotop_wpv {
    position: fixed;
    right: 0;
    display: none;
    bottom: 20px;
    margin: 0 20px 0 0;
    z-index: 9999;
}

#backtotop_wpv a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 46px;
    height: 45px;
    background-color: #3685CF;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 99999;
}

#backtotop_wpv a:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 8px;
    left: 14px;
    color: #FFF;
    font-size: 28px;
}

#backtotop_wpv a:hover { background-color: #282828 }

/* This stylesheet is used to style the public-facing components of the plugin. */
body #map_elements,
body #map {
    width:100%;
    height: 500px;
}

body .custom-map-container {
    margin-bottom: 20px;
}
body .single-tp_maps .custom-map-container {
    margin-bottom: 0px;
}

body .map-box {
    background-color: #fff;
    box-shadow: 0 0 22px rgba(0,0,0,0.07);
}

body .map-box h2,
body .map-box a h2 {
    padding: 5px 25px 0 25px;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    line-height: 21px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    letter-spacing: 0;
    color: #222
}

body .map-box a {
    text-decoration: none;
    border: 0px;
    max-height: 190px;
}

body .map-box a img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: inline-block;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

body .map-box a h2:hover { color: #666; }

body .map-box ul,
body .map-box p {
    padding: 6px 25px 25px;
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 23px;
}

body .map-box ul.post-series-links {
    margin: 0 0 15px 0;
}

body .infoBox .date {
    padding: 0 25px;
    color: #888;
    font-weight: 400;
    margin: 4px 0 4px 0;
    display: block;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
}


body .infoBox > img {
    position: absolute !important;
    right: 0px;
    top: 0px;
}

/* Close Button */
body .infoBox-close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    width: 36px;
    background-color: #fff;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "FontAwesome";
}

body .infoBox-close:hover {
    color: #fff;
}


/* Read More Icon */
body .map-box-icon {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom:0;
    right:0;
    background-color: #3685cf;
    display: block;
    color: #fff;
    font-size: 14px;
    z-index: 101;
    font-style: normal;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity:0;
    visibility: hidden;
    display: none;
}

body .map-box-icon:before {
    content: "\f064";
    font-family: "FontAwesome";
    position: relative;
    margin-top: 12px;
    display: block;
}

body .map-box-image:hover .map-box-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateX(0);
}

body .map-box-image {
    position: relative;
    overflow: hidden;
    display: block;
}

body .infoBox {
    -webkit-animation: fadeIn 300ms; /* Chrome, Safari, Opera */
    animation: fadeIn 300ms;

}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

body .infoBox:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 40px;
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.page-title-on-map {
    background-color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 26px 30px;
    padding-right: 32px;
    color: #222;
    position: absolute;
    -webkit-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform: translatey(-100%);
    top: -40px;
    z-index: 100;
    max-width: 400px;
    font-size: 13px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.page-title-on-map a {
    color: #888;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;

}

.page-title-on-map a:hover { color: #222; }

.page-title-on-map h1 {
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    line-height: 36px
}



/* Prev & Next Buttons
------------------------------------- */
#mapnav-buttons {
    position: absolute;
    -webkit-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform:translatey(-100%);
    right: 10px;
    z-index: 99;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    top: -40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05); 
}

#mapnav-buttons.boxed-map-nav { top: -50px; right: 40px; }

#mapnav-buttons li { float: left; }

#mapnav-buttons a {
    color: #333;
    background-color: #fff;
    padding: 6px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.5px;
}

#mapnav-buttons a:hover {
    background-color: #65B57D;
    color: #fff;
}

#nextpoint i,
#prevpoint i {
    position: relative;
    margin: 0 5px 0 0;
    font-size: 12px;
    top: 0px;
}

#nextpoint i {
    margin-left: 6px;
    margin-right: 0;
}

#nextpoint { margin-left: 4px; }

.ri-shadow:after, .ri-shadow:before {  display: none; }
.ri-grid { margin-bottom: 0px; }

#single-page-container { margin-top: 10px; }
#single-page-container #mapnav-buttons { top: -50px; }
#single-page-container .page-title-on-map { top: -50px; }


#map,
#map.boxed-map-container { margin-bottom: 20px; }

.boxed-post-map-container {
   position: relative;
}
#single-page-container .boxed-post-map-container #mapnav-buttons {
    bottom: -10px;
    top: auto;
    right: 40px;
}

/* Fullscreen Image
------------------------------------- */
.fullscreen:before {
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    content:"";
    width: 100%;
    height: 100%;
}

.fullscreen-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%); 
    -moz-transform: translate(-50%, -25%); 
    -o-transform: translate(-50%, -25%); 
    transform:translate(-50%, -25%); 
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    width: 80%;
}

.fullscreen-image-title h1,
.fullscreen-image-title h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
}

.fullscreen-image-title span {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
}


.fullscreen-image-title span a,
.fullscreen-image-titlespan a:hover {
    color: #fff;
}

/* background setup */
.background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}


.fullscreen {
    width: 100%;
    min-height: 100%;
    position: relative;
    display: block;
    height: 100vh;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* Scroll Button */
.scroll-to-content {
    position: absolute;
    left: 50%;
    bottom: 35px;
    margin-left: -32px;
    cursor: pointer;
    padding: 15px 15px 10px 15px;
}

.scroll-to-content:before {
    content:"\f107";
    font-family: "FontAwesome";
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    position: relative;
} 


.bounce {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
    -webkit-animation-iteration-count: 8;
    animation-iteration-count: 8;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
    

/* Some map custom styling */
body .map-box ul, body .map-box p {  line-height: 22px; } 
body .map-box { text-align: left; }

body .map-box h2, body .map-box a h2 {
    line-height: 24px;
    padding-right: 35px;
    font-weight: 500;
    letter-spacing: 0;
}

body .infoBox .date {
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body .map-box img {
    width: 100%;
    image-rendering: pixelated;
}

body .cluster {
    font-size: 16px !important;
    width: 52px !important;
    line-height: 52px !important;
}

/* Instagram Feed Styles */
body .sbi_load_btn,
body .sb_instagram_header { display: none !important; margin: 0; padding: 0; }

body #sb_instagram #sbi_load {
    float: left;
    clear: both;
    padding: 0 !important;
    float: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

body #sb_instagram .sbi_follow_btn a {
    pointer-events: all;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #333;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: 0.3s;
}

body #sb_instagram .sbi_follow_btn a:hover {
    opacity: 1;
    transition: 0.3s;
    background: #222;
    color: #fff;
}

body #sb_instagram .sbi_photo_wrap { background: #222;}
body #sb_instagram a.sbi_photo { opacity: 0.8 !important; transition: 0.3s; }
body #sb_instagram a.sbi_photo:hover { opacity: 1 !important; }

strong {
    font-weight: 600;
    color: #333;
}

.comment-reply-login { display: none; }

body ul.pt-followers-icons.share-buttons li.facebook-share:before,
body ul.pt-followers-icons.share-buttons li.google-plus-share:before { font-size: 24px; }


/* Silicon Counters
------------------------------------- */
body .sc_vertical span.items span.count { font-weight: 700; margin-top: 6px; margin-bottom: -2px; }
body .sc_vertical span.items span.label { font-weight: 400; text-transform: capitalize; }
body .silicon-counters span.items { margin-top: 6px; }
body .silicon_counters ul li a { padding: 25px 10px !important; padding-bottom: 21px !important; }


/* About Author
------------------------------------- */
.about-me {
    margin: 80px 0 40px 0;
    padding: 45px;
    background-color: #f6f6f6;
    color: #555;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.about-me p { 
    margin: 0; 
    padding: 0;
}

.about-me a { color: #222; }
.about-me a:hover{ color: #666; }

.about-me img {
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width:90px;
    max-width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
}

.about-description {
    margin: 0 0 0 122px;
}

.about-description h5 {
    font-weight: 500;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 5px;
}

/* ------------------------------------------------------------------- */
/* Media Queries
---------------------------------------------------------------------- */

/* Standard 1180 (devices and browsers) */
@media only screen and (min-width: 1200px){

}


/* Smaller than standard 1180 (devices and browsers) */
@media only screen and (min-width: 990px) and (max-width: 1289px) {

    .featured.three-posts li .title h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .featured li .title h3 {
        font-size: 24px;
        line-height: 34px;
        padding-right: 10px;
    }

    .featured li .title, .featured li .date {
        margin: 30px 32px 28px;
    }

    .popular-post {
        height: 140px;
        width: 100%;
    }

    a.popular-post img {
        width: auto;
        height: 100%;
        left: -20%;
    }

    ul.share-buttons li { width: 127px; }


    .featured.one-post li .title,
    .featured.one-post li .date,
    .featured.one-post.slider li .title,
    .featured.one-post.slider li .date,
    .rsABlock .title,
    .rsABlock .date {
        margin: 42px 47px;
        margin-bottom: 40px;
    }

    .featured.one-post.slider li .title,
    .rsABlock .title {
        margin-right: 100px;
    }

    .featured.one-post .rsDefault.rsHor .rsArrowLeft { right: 95px; bottom: 10px; }
    .featured.one-post .rsDefault.rsHor .rsArrowRight { right: 52px; bottom: 10px; }
    .rsDefault .rsArrowIcn { bottom: 30px; }

    .homeSliderAlt .rsThumbs, .homeSliderAlt .rsThumbs .rsThumb {
        width: 270px;
    }

    #homeSlider .rsThumbs { width: 943px; }
    .rsDefaultInv .rsThumb { width: 277px; }
    .SlideTitleContainer { width: 940px; }

}



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 990px) {
    body #sb_instagram .sbi_follow_btn a { display: none; }
    .popular-post {
        width: 100%;
        height: 140px;
    }
    
    .fun-fact {
        margin: 0;
        width: 30%;
    }

    .fun-fact-content {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #logo h2,
    #logo h1 {
        margin-top: 50px;
    }
    
   body .page-numbers { display: none; }
   body .next.page-numbers,
   body .prev.page-numbers { display: inline-block; }
    
    #header-bg { margin-bottom: 30px; }
    #mobile-navigation { display: block; position: absolute;}
    .post.list-style .embed { width: 100%; margin-bottom: 25px;} .embed-fix .embed { padding-bottom: 55%;}
    #logo img { max-height: 90px !important; max-width: 100%; }
    #logo { padding: 0 !important; position: relative; top: -30px; }
    
   .small-header  #logo img { max-height: 40px !important; max-width: 100%; }
   .small-header  #logo { padding: 25px 0 15px 0 !important; position: relative; top: 0px; }

    .featured.one-post li,
    .featured.two-posts li,
    .featured.three-posts li { margin-bottom: 15px;}

    .featured { margin-bottom: 0; }

    .post-footer a.read-more { margin-bottom: 15px; float: none; text-align: center; }
    .default-post .meta-tags-wrapper { display: none; }
    .date-container .date-line { width: 100%; }

    .padding-left,
    .padding-right { padding: 0; }

    .pagination-container.only-next-prev .pagination-next-prev {
        top: -10px;
        text-align: center;
    }

    .pagination-next-prev a.prev,
    .pagination-next-prev a.next {
        left: 0px;
        position: relative;
        width: 100%;
        top: 0; 
        box-sizing: border-box;
    }
    
    .pagination-next-prev a.next {margin-top: 10px;}
    .pagination-container.margin-bottom-50 { margin-bottom: 30px !important;}
    .infoBlock { display: none; }

    .rsDefault .rsArrowIcn {bottom: 0;}
    .rsDefault.rsHor .rsArrowLeft { right: 43px;  }
    .rsDefault.rsHor .rsArrowRight { right: 0px; }

    .featured.one-post .rsDefault.rsHor .rsArrowLeft { right: 43px; bottom: 0px; }
    .featured.one-post .rsDefault.rsHor .rsArrowRight { right: 0px; bottom: 0px; }
    .rsDefault .rsArrowIcn { bottom: 0px; }

    .homeSliderAlt .rsThumbs, .homeSliderAlt .rsThumbs .rsThumb {
        width: 0;
        display: none;
    }

    .homeSliderAlt .rsContent::before {
        background-color: rgba(34, 34, 34, 0.2);
    }
    
    .homeSliderAlt .rsContent {
        position: absolute;
    }

    .homeSliderAlt .rsABlock .title {
        bottom: 0px;
    }

    .homeSliderAlt .rsABlock .title h3 {
        font-size: 24px;
        line-height: 32px;
        padding-right: 36px;
        letter-spacing: 0px;
    }

    .homeSliderAlt .rsABlock .title .post-tag { display: none; }

    .homeSliderAlt .rsABlock .date {
        top: 0px;
    }

    .post.list-style .post-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .post.list-style .post-footer a.read-more {
        float: left;
    }

    .post.list-style {
        padding-bottom: 20px;
    }

    #homeSlider .rsThumbs,
    .rsDefaultInv .rsThumb {display: none; height: 0; }

    #homeSlider { height: 420px; }
    #homeSlider .rsABlock .title { max-width: 100%; }

    #homeSlider .rsABlock .title h3 {
        font-size: 32px;
        margin-top: 10px;
        line-height: 42px;
    }

    #homeSlider #slider-prev,
    #homeSlider #slider-next {
        position: absolute;
        cursor: pointer;
        bottom: 0px;
        right: 0px;
        z-index: 999999;
        background-color: #222;
        height: 42px;
        width: 42px;
        font-family: "FontAwesome";
        font-size: 16px;
        color: #fff;
        display: inline-block;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    #homeSlider #slider-prev { right: 43px; }

    #homeSlider #slider-prev:before {
        top: 9px;
        left: 14px;
        position: relative;
        content: "\f053";
    }

    #homeSlider #slider-next:before {
        content: "\f054";
        top: 9px;
        left: 15px;
        position: relative;
    }

    #homeSlider .post.two-columns.magazine {
        margin-bottom: 0px;
    }

    #homeSlider .post.two-columns .post-footer {
        height: 50px;
    }

    #header-bg #logo { opacity: 1 !important;}

    .featured.one-post.slider .title h3,
    .featured.three-posts li .title h3,
    .featured li .title h3 {
        font-size: 24px;
        line-height: 34px;
        padding-right: 10px;
    }
    .featured li .title,
    .featured li .date {
        margin: 28px 30px 26px;
    }

    ul.share-buttons li { width: 101px; }


    .featured.one-post li .title,
    .featured.one-post li .date,
    .featured.one-post.slider li .title,
    .featured.one-post.slider li .date,
    .rsABlock .title,
    .rsABlock .date {
        margin: 28px 30px 26px;
    }

    .SlideTitleContainer { width: 420px; }
     
    .featured.one-post.slider .post-tag,
    .featured li .post-tag {
        display: none;
    }

    #mapnav-buttons { display: none !important; }
    
    .featured.one-post.slider .title h3,
    .featured.three-posts li .title h3,
    .featured li .title h3 {
        font-size: 22px;
        line-height: 30px;
        padding-right: 10px;
    }

    .featured.one-post.slider .post-tag,
    .featured li .post-tag {
        display: none;
    }
    .featured li .title,
    .featured li .date {
        margin: 28px 30px 26px;
    }


    .post-header h1,
    .post-header h3 {
        font-size: 26px;
        line-height: 38px;
    }

    .popular-post-content h4 {
        font-size: 18px;
        line-height: 24px;
    }

    a.read-more {
        width: 100%;
        box-sizing: border-box;
    }

    ul.share-buttons li { width: 97px; }
    
   #single-page-container .page-title-on-map {
        width: 100%;
        box-sizing: border-box;
        display: block;
        max-width: 100%;
    }
    
   #single-page-container .page-title-on-map h1 {
        font-size: 24px;
        line-height: 32px;
    }
    

    .featured.one-post li .title,
    .featured.one-post li .date,
    .featured.one-post.slider li .title,
    .featured.one-post.slider li .date,
    .rsABlock .title,
    .rsABlock .date {
        margin: 28px 30px 26px;
    }

    .featured.one-post li .date,
    .featured.one-post.slider li .date,
    .rsABlock .date { display: none; }

    .SlideTitleContainer { width: 300px; }
    
     .instagram-container .follow-btn { display: none; }

    .container.boxed-map-container,
    .container.boxed-map-container .sixteen.columns { width: 100%; }
}


/* Small Mobile Sizes (devices and browser) */
@media only screen and (max-width: 480px) {
    .fun-fact { width: 100%; }

    /* Post Next & Prev Adjustments */
    .navigation.post-navigation .nav-next,
    .navigation.post-navigation .nav-previous {
        max-width: 100%;
        width: 100%;
    }
    .about-me img { display: none; }
    .about-description { margin: 0; }
    .navigation.post-navigation .nav-next { left: 0px; }
}

/* theme unit fix */
.post-header .post-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin: 0px auto;
}

.sticky .entry-title:before {
   content: "📌";
   margin-right: 10px;
   display: inline-block;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
code { font-family: Courier, 'New Courier', monospace; font-size: 12px;}
iframe { width: 100%; }


body .viewer li.loading>div {background: url(data:image/gif;base64,R0lGODlhDAAMAPIGAFxcXE5OTlZWVkpKSkZGRkJCQgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFHgAGACwAAAAADAAMAAADLmhaIRJFSQHEGFRMQKQhlVFwngIyWqk8lqpgrYs1rvGMXXnapASmPAsm5EHdJAkAIfkEBR4AAQAsBgABAAMABQAAAgaEbwISHAUAIfkEBR4AAQAsBgADAAUAAwAAAgOEj1kAIfkEBR4AAgAsBgAGAAUAAwAAAgYMDmInegUAIfkEBR4AAQAsBgAGAAMABQAAAgOEj1kAIfkEBR4AAgAsAwAGAAMABQAAAgaUchDAzQUAIfkEBR4AAQAsAQAGAAUAAwAAAgOEj1kAIfkEBR4AAgAsAQADAAUAAwAAAgYEImKnGwUAIfkEBR4AAQAsAwABAAMABQAAAgOEj1kAOw%3D%3D) 30% 50% no-repeat;}
body #header-bg { background-size: cover; } 

 .single-post a {color: #0074cd; text-decoration: underline;}

body img.rsImg {
object-fit: cover;
width: 100% !important;
height: 100% !important;
}