/*********************************************************************************************

Theme Name: Indigo
Theme URI: http://www.wpzoom.com/themes/indigo
Version: 1.0.0
Private: true
Author: WPZOOM
Author URI: http://www.wpzoom.com
Description: Indigo is a bold magazine & blog theme with numerous features that will easily allow you to switch the theme from blog to magazine style and vice-versa.
Tags:  two-columns, right-sidebar, custom-colors, custom-menu, featured-images, theme-options, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpzoom

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License.


**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file.

**********************************************************************************************

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 800;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: top;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

p {
    margin: 0;
}

/*--------------------------------------------------------------
# Color Scheme
--------------------------------------------------------------*/
/* Default Color Scheme */
a {
    color: #222;
}

a:hover, a:focus {
    color: #f45900;
}

div.navigation span.current {
    color: #f45900;
}

div.navigation a:hover {
    color: #f45900;
}

.sb-search .sb-icon-search:hover {
    color: #f45900;
}

.wpzoom-media-widget .post_thumb_withbg:hover h3.title {
    color: #f45900;
}

.section-footer .zoom-instagram-widget a.ig-b-v-24:hover {
    color: #f45900;
}

.navbar-wpz > .current-menu-item > a, .navbar-wpz > .current_page_item > a {
    color: #f45900;
}

.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a {
    color: #f45900;
}

.navbar-wpz ul a:hover {
    color: #f45900;
}

/* Top menu */
.top-navbar a:hover {
    color: #f45900;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #231F20;
    color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #f45900;
    color: #fff;
}

.slides li .slide_button a {
    background: #000;
    color: #fff;
}

.slides li .slide_button a:hover, .slides li .slide_button a:active {
    color: #f45900;
    background: #111;
}

.slide-indigo .slides li h3 a {
    color: #fff;
}

.slide-indigo .slides li .cat-links a {
    color: #fff;
    background: #000;
}

.slide-indigo .slides li .cat-links a:hover {
    color: #f45900;
}

.site-footer a:hover {
    color: #f45900;
}

.site-footer input[type=button], .site-footer input[type=reset], .site-footer input[type=submit] {
    background: #f45900;
}

.site-footer input[type=button]:hover, .site-footer input[type=reset]:hover, .site-footer input[type=submit]:hover {
    background: #231F20;
}

#sidebar .widget.widget_wysija .title {
    background: #f45900;
}

.widget_wysija .wysija-submit {
    background: #f45900;
}

.single .cat-links a:hover {
    color: #f45900;
}

.readmore_button a:hover {
    color: #f45900;
}

.infinite-scroll #infinite-handle span {
    background-color: #121516;
}

.infinite-scroll #infinite-handle span:hover {
    background: #f45900;
}

.cat-links a:hover {
    color: #f45900;
}

.entry-content a {
    color: #f45900;
}

.tag_list a:hover {
    color: #f45900;
}

.author_links a:hover, .author_links a:active {
    color: #f45900;
}

.author_links a:hover:before {
    color: #f45900;
}

.zoom-twitter-widget a {
    color: #f45900;
}

.zoom-twitter-widget a:hover {
    color: #231F20;
}

.zoom-twitter-widget time:hover {
    color: #231F20;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #231F20;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #231F20;
}

.woocommerce ul.products li.product h3:hover {
    color: #f45900;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #f45900 !important;
}

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
    color: #f45900;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'indigo';
    src: url("fonts/indigo.eot");
    src: url("fonts/indigo.eot") format("embedded-opentype"), url("fonts/indigo.ttf") format("truetype"), url("fonts/indigo.woff") format("woff"), url("fonts/indigo.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'indigo', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-googleplus:before {
    content: "\e042";
}

.icon-twitter:before {
    content: "\e600";
}

.icon-facebook:before {
    content: "\e601";
}

.icon-pinterest:before {
    content: "\e603";
}

.icon-search:before {
    content: "\e901";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-close:before {
    content: "\e900";
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.1;
    color: #000;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
}

h1 small, h2 small, h3 small {
    font-size: 65%;
}

h4 small, h5 small, h6 small {
    font-size: 75%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.header-archive {
    padding: 20px 30px;
    background: #121516;
    margin: 0 0 40px;
    font-size: 14px;
    color: #777;
    text-align: center;
}

.header-archive .section-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border: none;
    padding: 0;
    margin: 10px 0;
}

.content-area .widget .title,
.section-title {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    border-bottom: 2px solid #222;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.section-title.full-title {
    text-align: center;
}

.full-layout .section-title {
    text-align: center;
}

p {
    margin-bottom: 15px;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.9375rem;
}

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

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

blockquote, q {
    quotes: "" "";
}

blockquote:before,
blockquote:after, q:before,
q:after {
    content: "";
}

hr {
    background-color: #eee;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 1em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.sticky, .bypostauthor {
    text-align: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    padding: 12px 15px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-weight: 600;
    border-radius: 0;
    width: auto;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #000;
    border: 1px solid #ddd;
    padding: 10px 12px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border-radius: 0;
    background: #fff;
    width: auto;
    -webkit-box-shadow: inset 0 7px 7px -7px #dcdcdc;
    box-shadow: inset 0 7px 7px -7px #dcdcdc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #444;
}

select {
    border: 1px solid #ddd;
    color: #000;
}

textarea {
    width: 100%;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.site-footer button {
    color: white;
}

.site-footer input[type=button], .site-footer input[type=reset], .site-footer input[type=submit] {
    color: white;
}

.site-footer button:hover {
    color: #fff;
}

.site-footer input[type=button]:hover, .site-footer input[type=reset]:hover, .site-footer input[type=submit]:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts Pagination
--------------------------------------------------------------*/
/* Navigation */
div.navigation {
    position: relative;
    text-align: center;
    margin: 0 0 50px;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
}

div.navigation a {
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 1px solid #eee;
    line-height: 24px;
    padding: 7px 14px;
    margin: 0 5px;
}

div.navigation a:hover {
    border-color: #ccc;
}

div.navigation span.current {
    display: inline-block;
    background-color: #000;
    color: #fff;
    line-height: 24px;
    padding: 7px 15px;
    margin: 0 5px;
}

div.navigation span.pages {
    margin-right: 15px;
    display: none;
}

div.navigation span.dots {
    color: #999;
    line-height: 100%;
    margin: 0 5px;
}

div.navigation .alignleft, div.navigation .alignright {
    margin: 0;
}

div.navigation .prev, div.navigation .next {
    position: absolute;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    font-size: 20px;
    border: none;
    background: #f4f5f5;
    padding: 7px 20px;
}

div.navigation .prev {
    left: 0;
}

div.navigation .next {
    right: 0;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    -webkit-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
    transition: 0.1s ease all;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Menu */
.sf-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu > li {
    float: left;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-arrows .sf-with-ul:after {
    content: "\f347";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: 16px/16px "dashicons";
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f345";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 12px/22px "dashicons";
    float: right;
    vertical-align: middle;
    margin: 2px 0 0 4px;
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after {
    border-left-color: white;
}

.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

.navbar-wpz {
    position: relative;
    z-index: 100;
}

.navbar-wpz > li {
    padding: 0 15px;
}

.navbar-wpz > li:first-child {
    padding-left: 0;
}

.navbar-wpz > li:last-child {
    margin-right: 0;
}

.navbar-wpz a {
    padding: 8px 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-wpz ul {
    background: #121516;
    text-align: left;
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
    left: 2%;
    width: 220px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.navbar-wpz ul a {
    text-align: left;
    line-height: 1.4;
    text-transform: none;
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Muli", serif;
}

.navbar-wpz ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-wpz ul li:last-child {
    border: none;
}

.navbar-wpz ul ul {
    right: 100%;
    margin-top: 0;
}

.navbar-wpz > li > ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #121516;
    position: absolute;
    top: -7px;
    left: 31px;
    z-index: 470;
}

.navbar-wpz > li > ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #121516;
    position: absolute;
    top: -8px;
    left: 30px;
    z-index: 460;
}

/* Top menu */
.top-navbar {
    padding: 10px 0;
    background: #121516;
    z-index: 900;
    font-size: 12px;
    width: 100%;
    position: fixed;
}

.top-navbar .inner-wrap {
    position: relative;
}

.top-navbar #navbar-top {
    float: left;
    max-width: 80%;
}

.top-navbar a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.navbar-wpz a:hover {
    text-decoration: none;
}

/* Main Menu */
.main-navbar {
    padding-bottom: 10px;
    text-align: center;
    font-family: "Teko", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.main-navbar a {
    font-size: 28px;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
}

.home:not(.paged) .main-navbar {
    margin-bottom: -1px;
}

.top-navbar:before, .top-navbar:after {
    content: " ";
    display: table;
}

.main-navbar:before, .main-navbar:after {
    content: " ";
    display: table;
}

.top-navbar:after {
    clear: both;
}

.main-navbar:after {
    clear: both;
}

.main-navbar .sf-menu > li {
    display: inline-block;
    float: none;
}

.main-navbar .navbar-wpz > li:last-child {
    padding-right: 0;
}

.menu_center .navbar-wpz {
    text-align: center;
}

.menu_center .slicknav_menu {
    text-align: center;
}

.menu_center .slicknav_btn {
    float: none;
    display: inline-block;
}

/* Mobile Menu Icons */
.navbar-toggle {
    display: none;
    position: relative;
    float: left;
    margin: 15px 0 15px 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    background: #222;
}

.navbar-toggle:hover .icon-bar {
    background: #555;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

#menu-main-slide {
    display: none !important;
}

.slicknav_btn {
    position: relative;
    vertical-align: middle;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
    display: inline-block;
}

.slicknav_menu {
    *zoom: 1;
    text-align: center;
}

.slicknav_menu .slicknav_menutxt {
    color: #000;
    font-weight: normal;
    font-family: "Muli", serif;
    font-size: 18px;
    display: block;
    line-height: 100%;
    float: right;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 2px 7px 0 0;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}

.slicknav_menu .slicknav_icon {
    width: 20px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #d3531a;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slicknav_collapsed .slicknav_icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.slicknav_collapsed .slicknav_icon span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.slicknav_collapsed .slicknav_icon span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.slicknav_open .slicknav_icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 0;
}

.slicknav_open .slicknav_icon span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.slicknav_open .slicknav_icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    left: 0;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul {
    display: block;
}

.slicknav_nav li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px;
}

.slicknav_nav li:last-child {
    border: none;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 10px 0 0.4em;
    padding-left: 5px;
    float: right;
    border-left: 1px solid #cecece;
}

.slicknav_nav .slicknav_arrow:after {
    content: "\f347";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: 22px/16px "dashicons";
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

.slicknav_menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #000;
}

.slicknav_btn {
    padding: 12px 0;
    text-decoration: none;
}

.slicknav_nav {
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 20px 30px;
    margin: 0 0 20px;
    background: #f4f5f5;
}

.slicknav_nav ul ul {
    padding: 0 0 0 30px;
    margin: 0;
    font-size: 14px;
}

.slicknav_nav a {
    padding: 0;
    margin: 2px 0;
    text-decoration: none;
    color: #000;
    font-size: 22px;
    text-align: left;
    display: block;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.slicknav_menu {
    display: none;
}

/*--------------------------------------------------------------
## Search Bar in Main Menu
--------------------------------------------------------------*/
/* Navbar Search Form */
.sb-search {
    float: right;
    width: 40px;
    height: 40px;
    min-width: 45px;
    position: relative;
    z-index: 200;
}

.sb-search .sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 20px;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 10px 65px 10px 15px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s;
    -o-transition: width 0.6s, border-radius 0.6s, background 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sb-search input[type="search"].sb-search-input {
    -webkit-appearance: none;
}

.sb-search .sb-search-input::-webkit-input-placeholder, .sb-search .sb-search-input:-moz-placeholder, .sb-search .sb-search-input::-moz-placeholder, .sb-search .sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-search .sb-icon-search {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.sb-search .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    opacity: 0;
    color: #3a3d40;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-search .sb-icon-search {
    color: #fff;
    z-index: 90;
    font-size: 16px;
    font-family: 'indigo', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.sb-search .sb-icon-search:before {
    content: "\e901";
}

.sb-search.sb-search-open .sb-icon-search:before {
    color: #000;
    content: "\e900";
    font-family: inherit;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
}

/* Open state */
.sb-search.sb-search-open .sb-search-input {
    visibility: visible;
    opacity: 1;
    width: 270px;
    -webkit-transition: width 0.2s ease, background 0.2s;
    -o-transition: width 0.2s ease, background 0.2s;
    transition: width 0.2s ease, background 0.2s;
}

.sb-search.sb-search-open .sb-icon-search {
    background: none;
    z-index: 11;
}

.no-js .sb-search .sb-icon-search {
    background: none;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/*--------------------------------------------------------------
## Social Icons in Header
--------------------------------------------------------------*/
/* Header Social Icons */
.header_social {
    float: right;
    text-align: right;
}

.header_social .widget {
    margin: 0;
}

.header_social .widget h3.title {
    display: none;
}

.header_social .widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin: 0;
}

.header_social .zoom-social-icons-list--without-canvas .socicon {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.header_social .zoom-social-icons-list .socicon:hover {
    opacity: 0.8;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Muli", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: #444;
    background: #fff no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.noscroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

.inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.content-area {
    float: left;
    width: 66.667%;
}

.full-width .content-area {
    width: 100%;
    float: none;
}

.content-area.full-layout {
    width: 100%;
    float: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.recent-posts {
    font-size: 0;
}

.recent-posts .post {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin: 0 0 50px;
    padding: 0 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    color: #777;
}

.recent-posts .post:before {
    content: " ";
    display: table;
}

.recent-posts .post:after {
    content: " ";
    display: table;
    clear: both;
}

.recent-posts.two-columns_layout {
    font-size: 0;
}

.recent-posts.two-columns_layout .post {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    width: 47.5%;
    margin: 0 5% 40px 0;
    padding: 0;
    border: none;
    color: #777;
}

.recent-posts.two-columns_layout .post:before {
    content: " ";
    display: table;
}

.recent-posts.two-columns_layout .post:after {
    content: " ";
    display: table;
    clear: both;
}

.recent-posts.two-columns_layout .post .post-thumb {
    margin: 0 0 20px;
    max-width: 100%;
    width: 100%;
}

.recent-posts.two-columns_layout .post .post-thumb img {
    width: 100%;
}

.recent-posts.two-columns_layout .post .entry-body {
    overflow: hidden;
    display: block;
    vertical-align: top;
    width: 100%;
}

.recent-posts.two-columns_layout .post:nth-of-type(2n+2) {
    margin-right: 0;
}

.content-area.full-layout .recent-posts .post {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    width: 48%;
    margin: 0 4% 40px 0;
    padding: 0;
    border: none;
    color: #777;
}

.content-area.full-layout .recent-posts .post:before {
    content: " ";
    display: table;
}

.content-area.full-layout .recent-posts .post:after {
    content: " ";
    display: table;
    clear: both;
}

.content-area.full-layout .recent-posts .post .post-thumb {
    margin: 0 0 20px;
    max-width: 100%;
    float: none;
}

.content-area.full-layout .recent-posts .post .post-thumb img {
    width: 100%;
}

.content-area.full-layout .recent-posts .post .entry-body {
    overflow: hidden;
    display: block;
    vertical-align: top;
    width: 100%;
}

.content-area.full-layout .recent-posts .post:nth-of-type(2n+2) {
    margin-right: 0;
}

@media (min-width: 980px) {
    .content-area.full-layout .recent-posts.three-columns_layout article {
        width: 31.7%;
        margin: 0 2.45% 50px 0;
    }

    .content-area.full-layout .recent-posts.three-columns_layout article .entry-title {
        font-size: 26px;
    }

    .content-area.full-layout .recent-posts.three-columns_layout article:nth-of-type(2n+2) {
        margin-right: 2.45%;
    }

    .content-area.full-layout .recent-posts.three-columns_layout article:nth-of-type(3n+3) {
        margin-right: 0;
    }
}

.recent-posts .post-thumb {
    margin: 0 3% 0 0;
    max-width: 48%;
    float: left;
}

.recent-posts .post-thumb a {
    font-size: 0;
}

.recent-posts .post-thumb img {
    max-width: 100%;
    height: auto;
}

.recent-posts .entry-body {
    overflow: hidden;
}

.entry-title {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
}

.entry-content:before {
    content: " ";
    display: table;
}

.entry-content:after {
    content: " ";
    display: table;
    clear: both;
}

.entry-content p {
    margin: 0 0 20px;
    padding: 0;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.search .content-area {
    padding-bottom: 50px;
}

.site-footer .entry-meta {
    color: #9ba2a9;
}

.entry-meta {
    margin-bottom: 15px;
    color: #676c71;
    font-size: 14px;
}

.entry-meta span + span:before {
    content: " /  ";
    color: #B6BABB;
    margin: 0 5px;
    font-style: normal;
    opacity: .7;
}

.entry-meta a {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 3px;
}

.cat-links {
    margin-bottom: 8px;
    display: block;
}

.cat-links a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
}

.single .cat-links a {
    color: #fff;
    background: #000;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.more-link, .more_link {
    display: table;
    margin: 20px 0 0;
}

.readmore_button a {
    display: inline-block;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    padding: 10px 20px;
    font-size: 14px;
    background: #000;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

/* Search */
.search article .entry-meta {
    display: none;
}

/* Blog View */
.content-area.full-layout .recent-posts.blog-view {
    margin: 0 auto;
    max-width: 800px;
}

.content-area.full-layout .recent-posts.blog-view .entry-body {
    max-width: 90%;
    margin: 0 auto;
}

.content-area.full-layout .recent-posts.blog-view article {
    width: 100%;
    margin: 0 0 50px;
}

.recent-posts.blog-view article {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 0 0 30px;
    margin-bottom: 50px;
    text-align: center;
}

.recent-posts.blog-view article .post-thumb {
    margin: 0 0 20px;
    max-width: 100%;
}

.recent-posts.blog-view article .post-thumb img {
    width: 100%;
}

.recent-posts.blog-view article .entry-content {
    text-align: left;
}

.recent-posts.blog-view article .entry-body {
    overflow: hidden;
    display: block;
    vertical-align: top;
    width: 100%;
}

.recent-posts.blog-view .post .entry-title {
    font-size: 36px;
}

.recent-posts.blog-view .entry-meta {
    font-size: 16px;
}

.recent-posts article:nth-of-type(2n+2) {
    margin-right: 0;
}

/*********************************************************************************************

7.  Single posts

*********************************************************************************************/
.entry-header {
    margin: 0 0 30px;
    position: relative;
}

.entry-cover {
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    position: relative;
    margin: -41px 0 50px;
}

.page .entry-image .post-thumb,
.single .entry-image .post-thumb {
    margin: 0 0 25px;
}

.page .site-main.full-width-page > article {
    float: none;
    max-width: 100%;
    width: 100%;
}

.content-area.full-width-page {
    float: none;
    width: 100%;
}

.page h1.entry-title, .single h1.entry-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    margin: 10px 0;
}

.page .entry-info, .single .entry-info {
    margin-bottom: 30px;
}

.page .entry-category + .entry-date {
    display: inline-block;
}

.single .entry-category + .entry-date {
    display: inline-block;
}

.single .entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-content {
    line-height: 1.7;
}

.entry-content a {
    font-weight: 600;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content a.wpz-sc-button {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.entry-content a.wpz-sc-button:hover {
    color: #fff;
}

.entry-content .wpz-sc-ilink a, .entry-content .shortcode-tabs ul.tab_titles li.nav-tab a {
    text-decoration: none;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 0 15px;
    line-height: 1.4;
    font-weight: bold;
}

.entry-content img.alignnone, .entry-content img.aligncenter, .entry-content img.alignleft, .entry-content img.alignright, .entry-content img.attachment-fullsize {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.entry-content ul, .entry-content ol {
    margin: 0 0 20px 15px;
}

.entry-content li {
    list-style-position: inside;
}

.entry-content li ul, .entry-content li ol {
    margin-bottom: 0;
}

.entry-content ul li {
    list-style-type: square;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content .shortcode-unorderedlist ul li {
    list-style-type: none;
}

.entry-content .shortcode-unorderedlist ul li ul {
    list-style-type: none;
}

.entry-content blockquote {
    font-size: 22px;
    margin: 15px 0 40px;
    text-align: center;
    position: relative;
}

.entry-content blockquote:before,
.entry-content blockquote:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 30px auto;
    background: #f0f0f0;
}

/* Tags */
.tag_list {
    position: relative;
    margin: 0 0 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.tag_list h4 {
    font-weight: bold;
    color: #212223;
    margin-right: 10px;
    display: inline-block;
}

.tag_list a {
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 0 10px 5px 0;
    padding: 3px 20px;
    border: 1px solid #e8e8e8;
    background: #f4f5f5;
    line-height: 1.8;
    font-size: 14px;
}

.tag_list a:last-child {
    margin-right: 0;
}

.tag_list a:hover {
    color: #222;
    text-decoration: underline;
}

.entry-footer {
    margin: 30px 0 0;
    color: #222;
}

/* Post Author */
.post_author {
    padding: 30px;
    background: #f4f5f5;
    margin: 0 0 30px;
}

.single .author-description {
    overflow: hidden;
}

.single .author-description span {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 16px;
    color: #999;
}

.single .post_author .author-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.single .post_author .author-title a {
    text-decoration: none;
}

.single .post_author .author-bio {
    margin: 0 0 15px;
    font-size: 16px;
}

.single .post_author > img {
    margin: 0 20px 0 0;
    float: left;
    border-radius: 50px;
}

.author_links a {
    margin: 0 15px 0 0;
}

.author_links a:last-child {
    margin-right: 0;
}

.author_links a:before {
    content: "\e600";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/100% "indigo";
    vertical-align: top;
    margin: 4px 5px 0 0;
    color: #222;
    speak: none;
    text-transform: none;
    line-height: 1;
}

.author_links a.author_facebook:before {
    content: "\e601";
}

.author_links a.author_instagram:before {
    content: "\ea92";
}

img.wp-smiley {
    border: none;
    padding: 0;
}

#snippet-box {
    width: 100% !important;
    float: none !important;
}

/* Jetpack Related Posts */
h4.jp-relatedposts-post-title {
    margin: 10px 0 5px !important;
    font-weight: 400;
}

.single div#jp-relatedposts h3.jp-relatedposts-headline {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.single div#jp-relatedposts h3.jp-relatedposts-headline em:before {
    display: none;
}

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
    color: #000;
    font-weight: 600;
}

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
    text-decoration: none;
}

.single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
    text-decoration: none;
}

.single #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    opacity: 1;
    margin-bottom: 0;
}

.entry-content div.sharedaddy.sd-sharing-enabled {
    display: none;
}

/* Next/Previous Posts */
.prevnext {
    border-bottom: 2px solid #eeeeee;
    padding: 30px;
    overflow: hidden;
    text-align: center;
    background: #f4f5f5;
}

.prevnext img {
    margin: 0;
    width: 100%;
    height: auto;
}

.prevnext .previous_post_pag {
    float: left;
    width: 50%;
    position: relative;
}

.prevnext .next_post_pag {
    width: 50%;
    float: right;
    position: relative;
}

.prevnext .prevnext_container {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.prevnext .prevnext_container:hover {
    background: rgba(0, 0, 0, 0.6);
}

.prevnext_title {
    position: relative;
    display: block;
}

.prevnext .prevnext_container h4 {
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
    text-align: center;
    font-family: "Muli", serif;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.prev_next_small {
    font-weight: normal;
    text-transform: uppercase;
    color: #777;
    display: block;
    font-size: 13px;
    margin: 0 0 4px;
    padding: 0;
    text-align: left;
}

.prevnext .previous_post_pag .prev_next_small {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    position: absolute;
    bottom: 0;
    left: -19px;
    background: rgba(0, 0, 0, 0.07);
    padding: 2px 8px;
}

.prevnext .next_post_pag .prev_next_small {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    position: absolute;
    top: 45px;
    right: 1px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.07);
    padding: 2px 8px;
}

.content-area {
    position: relative;
}

.wpz-float-sharing {
    width: 70px;
    margin-left: -100px;
    float: left;
}

.wpz-float-sharing .sharedaddy .sd-social {
    font-size: 1.5rem;
}

.wpz-float-sharing .sharedaddy .sd-social a {
    color: #222;
    display: block;
    line-height: 1.6;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
}

.wpz-float-sharing .sharedaddy .sd-social a:hover,
.wpz-float-sharing .sharedaddy .sd-social a:focus {
    background-color: #ededed;
    color: #0080c3;
}

.wpz-float-sharing .sharedaddy .sd-social li {
    background-color: #fff;
    -webkit-box-shadow: -1px 0 0 0 #dedede, 0 -1px 0 0 #dedede;
    box-shadow: -1px 0 0 0 #dedede, 0 -1px 0 0 #dedede;
    display: inline-block;
    margin: 0;
    text-align: center;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wpz-float-sharing .sharedaddy .sd-social li:last-child {
    border-right-width: 0;
}

.wpz-float-sharing .sharedaddy .sd-social ul {
    border: 1px solid #dedede;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wpz-float-sharing .sharedaddy .sd-social .share-end {
    display: none;
}

.wpz-float-sharing .sharedaddy .sd-social .sd-content ul li a.share-more span {
    display: none;
}

.wpz-float-sharing .sharedaddy .sd-social,
.share-icon:before,
.wpz-float-sharing .sharedaddy .share-more:before {
    font-size: 28px;
    line-height: 1;
}

.wpz-float-sharing .sharedaddy .sd-social-icon-text .share-icon span {
    margin-left: 0.33333333em;
}

.wpz-float-sharing .sharedaddy .sd-social-icon .sd-button span.share-count {
    right: 0;
    left: 0;
    background: #fff;
    font-size: 12px;
    color: #000;
}

.wpz-float-sharing .sharedaddy h3.sd-title {
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #777;
    display: block;
    font-size: 11px;
}

.wpz-float-sharing .sharedaddy h3.sd-title:before {
    display: none;
}

.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-flickr a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-print a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-email a.sd-button,
.wpz-float-sharing .sharedaddy .sd-social-icon .sd-content ul li a.sd-button.share-more {
    color: #000 !important;
    background: none;
    padding: 14px 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0;
}

.wpz-float-sharing .sharedaddy .sd-social-official li {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 1em;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.wpz-float-sharing .sharedaddy .sd-social-official ul {
    border-width: 0;
    line-height: 1;
}

@media (min-width: 768px) {
    .wpz-float-sharing .sharedaddy .sd-social-icon-text span {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .singular.layout-entry-sidebar .wpz-float-sharing .sharedaddy .sd-social-icon,
    .singular.layout-entry-sidebar .wpz-float-sharing .sharedaddy .sd-social-icon-text {
        position: absolute;
        top: 40px;
        left: 0;
    }

    .singular.layout-entry-sidebar .wpz-float-sharing .sharedaddy .sd-social-icon ul,
    .singular.layout-entry-sidebar .wpz-float-sharing .sharedaddy .sd-social-icon-text ul {
        background-color: #fff;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 70px;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
    }

    .singular.layout-entry-sidebar .wpz-float-sharing .sharedaddy .sd-social-icon .sharing-hidden,
    .singular.layout-entry-sidebar .wpz-float-sharing .sharedaddy .sd-social-icon-text .sharing-hidden {
        position: relative;
        top: -50px;
        left: 69px;
        z-index: 90;
    }

    .singular.layout-entry-sidebar .wpz-float-sharing .sharedaddy .sd-social-icon .sharing-hidden ul,
    .singular.layout-entry-sidebar .wpz-float-sharing .sharedaddy .sd-social-icon-text .sharing-hidden ul {
        flex-direction: row;
        width: 100%;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
    font-size: 16px;
}

#comments a {
    text-decoration: underline;
}

#comments a:hover {
    text-decoration: none;
}

#comments > h3 {
    position: relative;
    margin-top: 50px;
    font-size: 26px;
    margin-bottom: 40px;
}

#respond > h3 {
    position: relative;
    margin-bottom: 10px;
    font-size: 26px;
}

.comment-notes {
    margin-bottom: 30px;
    color: #969696;
    font-style: italic;
}

#cancel-comment-reply-link {
    color: #d22e2e;
}

.commentlist {
    list-style-type: none;
    padding: 0;
}

.commentlist li {
    list-style-type: none;
}

.commentlist .children {
    margin: 30px 0 0 50px;
}

.commentlist .comment {
    margin-bottom: 44px;
    padding-bottom: 32px;
    position: relative;
    line-height: 1.8;
}

.commentlist .children li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px;
}

.comment .avatar {
    float: left;
    border-radius: 50%;
    margin-right: 28px;
}

.comment-author:before {
    content: " ";
    display: table;
}

.comment-author:after {
    content: " ";
    display: table;
    clear: both;
}

.comment-author .fn {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.comment-author .fn a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none !important;
}

.comment-author .comment-meta {
    margin-top: 5px;
    color: #a2a2a2;
}

.comment-author .comment-meta a {
    color: #a2a2a2;
}

.comment-author .comment-meta a:hover {
    color: #333;
}

.comment-main {
    overflow: hidden;
}

.comment-body {
    margin-top: 8px;
}

#respond {
    margin-bottom: 85px;
    padding: 30px;
    background: #f4f5f5;
}

#respond .form_fields p {
    margin-bottom: 24px;
    width: 50%;
}

#respond .form_fields p:first-child {
    padding-left: 0;
}

#respond label {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px;
}

#respond input {
    width: 90%;
}

#respond textarea {
    width: 100%;
    height: 150px;
}

#respond #submit {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 12px;
}

#respond code {
    white-space: pre-wrap;
}

.form-allowed-tags {
    display: none;
}

#respond .form_fields p .required_lab {
    margin-left: 10px;
    color: #a7a7b3;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* Logo Styles */
.brand-wrap {
    font-size: 0;
}

.adv {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.navbar-brand-wpz {
    margin: 105px 0 40px;
    text-align: center;
}

.navbar-brand-wpz img {
    max-width: 100%;
    height: auto;
}

.navbar-brand-wpz h1 {
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    font-size: 70px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.navbar-brand-wpz a:hover {
    text-decoration: none;
}

.navbar-brand-wpz .tagline {
    font-size: 18px;
    color: #afafaf;
    margin: 0;
}

.adv_side {
    text-align: center;
    margin: 0 0 20px;
}

.adv_content {
    margin: 0 0 50px;
    text-align: center;
}

.single .adv_content {
    margin: 20px 0;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#sidebar {
    float: right;
    width: 30%;
    margin-left: 2%;
}

.sidebar_content {
    max-width: 360px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*********************************************************************************************

10. Footer

*********************************************************************************************/
.site-footer {
    font-size: 18px;
    background: #121516;
    color: #87888a;
}

.site-footer a {
    color: #fff;
}

.site-info {
    padding: 30px 0 60px;
    text-align: center;
    font-size: 16px;
}

.site-info a {
    font-weight: 500;
}

.site-info:before {
    content: " ";
    display: table;
}

.site-info:after {
    content: " ";
    display: table;
    clear: both;
}

.site-info .copyright {
    margin: 0;
}

.site-info .designed-by {
    margin: 15px 0 0;
    text-align: center;
}

.footer-title {
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 25px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.footer-menu {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 30px;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
}

.site-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu ul li {
    display: inline;
    margin: 0 10px;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.site-main:before {
    content: " ";
    display: table;
}

.site-main:after {
    content: " ";
    display: table;
    clear: both;
}

/* Widgets on Homepage below Slideshow */
.home-widgetized-sections {
    padding: 0;
}

.home-widgetized-sections:after {
    display: block;
    width: 150px;
    margin: 20px auto 60px;
    height: 2px;
    background: #eee;
    content: "";
}

/* by default there are 4 widgets */
.site-widgetized-section .widgets .widget {
    /* restore font size cleared because of inline-block */
    font-size: 16px;
    width: 100%;
    margin-right: 0;
}

/* Homepage Widgets */
.column-widgets {
    font-size: 0;
}

.column-widgets .widget-column {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 0 3.5% 0 0;
    font-size: 16px;
}

.column-widgets .widget-column:nth-child(3n+3) {
    margin-right: 0;
}

.column-widgets .widget-column img {
    max-width: 100%;
    height: auto;
}

.column-widgets:after {
    display: block;
    width: 150px;
    margin: 10px auto 40px;
    height: 2px;
    background: #eee;
    content: "";
}

/*--------------------------------------------------------------
## Page Templates
--------------------------------------------------------------*/
.shop-wrapper.side-right {
    float: left;
    width: 65.79%;
}

.full-width .content-area, .content-area.full-layout {
    width: 100%;
    float: none;
}

.sidebar-left .content-area {
    float: right;
}

/* Template: Archives */
h3.archive_year {
    font-size: 24px;
    margin-top: 35px;
}

#archives .archives_list {
    border-left: 1px dotted #e6e6e6;
    list-style: none outside;
    margin: 0 0 15px 15px;
}

#archives .archives_list li {
    clear: left;
    padding-left: 24px;
    font-style: normal;
    list-style: none;
    margin-bottom: 10px;
}

#archives .archives_list .date {
    color: #808080;
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

#archives .archives_list .linked {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

#archives .archives_list .comments {
    width: 17%;
    display: inline-block;
    vertical-align: top;
    color: #808080;
    float: right;
    font-size: 16px;
}

#archives .archives_list .comments a {
    color: #808080;
    font-weight: normal;
}

#archives .archives_list .comments a:hover {
    text-decoration: none;
    color: #333;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 40px;
    position: relative;
}

.widget .sharedaddy {
    display: none;
}

.widget .title {
    margin: 0 0 20px;
    text-transform: uppercase;
}

.widget a {
    font-weight: 600;
}

.widget ul, .widget ol {
    clear: both;
    margin: 0;
    padding: 0;
}

.widget ul li, .widget ol li {
    list-style-type: none;
    margin: 0 0 5px;
}

.widget ul ul, .widget ul ol, .widget ol ul, .widget ol ol {
    margin: 0;
    padding: 0;
    border-top: none;
}

.widget ul ul li, .widget ul ol li, .widget ol ul li, .widget ol ol li {
    border: none;
}

.widget select {
    width: 100%;
}

#sidebar .widget {
    padding: 30px;
    margin-bottom: 60px;
    border: 1px solid #eee;
}

#sidebar .widget .title {
    margin: -50px 0 25px;
    padding: 12px;
    color: #fff;
    background: #121516;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

#sidebar .widget .title a {
    color: #fff;
    font-weight: 600;
}

.footer-widgets {
    padding: 40px 0 0;
    font-size: 0;
}

.footer-widgets:before {
    content: " ";
    display: table;
}

.footer-widgets:after {
    content: " ";
    display: table;
    clear: both;
}

.footer-widgets .column {
    display: inline-block;
    vertical-align: top;
    margin-right: 2.4561%;
    width: 23.1578%;
    font-size: 16px;
}

.widget-areas {
    font-size: 0;
    /* 1 column */
    /* 2 columns */
    /* 3 columns */
    /* 4 columns */
}

.widget-areas .column:nth-child(1):nth-last-child(1) {
    width: 100%;
}

.widget-areas .column:nth-child(1):nth-last-child(2),
.widget-areas .column:nth-child(2):nth-last-child(1) {
    width: 48%;
    margin-right: 4%;
}

.widget-areas .column:nth-child(2):nth-last-child(1) {
    margin-right: 0;
}

.widget-areas .column:nth-child(1):nth-last-child(3),
.widget-areas .column:nth-child(2):nth-last-child(2),
.widget-areas .column:nth-child(3):nth-last-child(1) {
    width: 30%;
    margin-right: 5%;
}

.widget-areas .column:nth-child(3):nth-last-child(1) {
    margin-right: 0;
}

.widget-areas .column:nth-child(1):nth-last-child(4),
.widget-areas .column:nth-child(2):nth-last-child(3),
.widget-areas .column:nth-child(3):nth-last-child(2),
.widget-areas .column:nth-child(4):nth-last-child(1) {
    width: 23.5%;
    margin-right: 2%;
}

.widget-areas .column:nth-child(4):nth-last-child(1) {
    margin-right: 0;
}

.site-footer .widget {
    margin-bottom: 40px;
}

.site-footer .widget .title {
    color: #fff;
    text-align: left;
    background: none;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 20px;
    padding: 0;
    line-height: 1.3;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* Author Bio widget */
.wpzoom-bio {
    text-align: center;
}

.wpzoom-bio .meta {
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 20px;
}

.wpzoom-bio .content {
    line-height: 1.8;
}

.wpzoom-bio img {
    margin: 0 0 15px;
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Image Box
--------------------------------------------------------------*/
/* Single Page Widget */
#sidebar .wpzoom-media-widget {
    padding: 0;
    border: none;
}

#sidebar .wpzoom-media-widget .title {
    margin: 0;
    padding: 8px 18px;
}

.wpzoom-media-widget .post_thumb_withbg {
    height: 230px;
    width: 100%;
    color: #000;
    text-align: center;
    background: #eee no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.07);
}

.wpzoom-media-widget .post_thumb_withbg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wpzoom-media-widget .post_thumb_withbg:hover:after {
    background: rgba(0, 0, 0, 0.3);
}

.wpzoom-media-widget .post_thumb_withbg a {
    color: #fff;
    display: table;
    width: 100%;
    height: 100%;
}

.wpzoom-media-widget .post_thumb_withbg h3.title {
    color: #fff;
    line-height: 1.5em;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    background: #000;
    display: inline-block;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.wpzoom-media-widget .post_thumb_withbg .featured_page_content {
    color: #fff;
    position: relative;
    z-index: 10;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
/* Tabbed Widget */
.tabberlive .tabbertabhide {
    display: none;
}

#sidebar .widget.tabbertabs {
    padding: 0;
    border: none;
    background: #f4f5f5;
}

.widget .tabbertab {
    padding: 15px;
}

.widget .tabbernav {
    margin: 0;
    background: #fff;
}

.widget .tabbernav li {
    display: inline-block;
    color: #8d8d8d;
    margin: 0;
}

.widget .tabbernav li a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 15px 20px;
    line-height: 1.1;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #aaa;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    background: none;
}

.widget .tabbernav li:not(.tabberactive) a:hover {
    color: #000;
}

.widget .tabbernav .tabberactive a {
    background: #f4f5f5;
    color: #000;
}

.widget .tabbertab .widgettitle {
    display: none;
}

/*--------------------------------------------------------------
# Most Popular/Viewed
--------------------------------------------------------------*/
/* Popular posts tab */
ol.popular-posts {
    counter-reset: number;
}

ol.popular-posts li {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #000;
    font-weight: bold;
    overflow: hidden;
}

ol.popular-posts li:before {
    float: left;
    display: block;
    counter-increment: number;
    content: counter(number);
    width: 35px;
    margin-right: 5px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: #ccc;
    line-height: 1;
}

.list_wrapper {
    overflow: hidden;
}

ol.popular-posts li:last-child {
    border-bottom: none;
    padding: 0;
}

ol.popular-posts li span {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    display: block;
    margin: 5px 0 0;
}

ol.popular-posts li h3 {
    margin: 0;
    font-size: 22px;
    text-transform: none;
}

ol.popular-posts li h3 a {
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}

/*--------------------------------------------------------------
# Featured Category
--------------------------------------------------------------*/
/*********************************************************************************************

8. Homepage Widgets - Featured Categories

*********************************************************************************************/
/* Styles for Posts from Widgets */
.post-thumb img {
    max-width: 100%;
    height: auto;
}

/* Featured Category Widget */
.wpzoom-featured-cat {
    margin: 0 0 40px;
    font-size: 0;
}

.featured_category_2col .featured-style-style_text {
    padding: 0;
    border: none;
}

.featured_category_2col .feat-cat_small_list {
    margin: 30px 0 0;
    overflow: hidden;
}

.featured_category_2col .feat-cat_small_list li {
    display: block;
    width: 100%;
    margin: 0 0 25px;
    overflow: hidden;
}

.featured_category_2col .feat-cat_small_list li:last-child {
    margin: 0;
}

.featured_category_2col .feat-cat_small_list h3.entry-title {
    font-size: 18px;
}

.featured_category_2col .feat-cat_small_list .post-thumb {
    max-width: 35.9%;
    float: left;
    margin: 0 20px 0 0;
}

.right_col_posts .post_content,
.feat-cat_small_list .post-content {
    overflow: hidden;
}

.widget.wpzoom-featured-cat h3.title {
    background: none;
    text-align: left;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    border-bottom: 2px solid #222;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.wpzoom-featured-cat h3.title a {
    font-weight: normal;
}

.wpzoom-featured-cat h3.entry-title {
    line-height: 1.3;
    font-size: 22px;
    font-weight: normal;
    font-family: "Oswald", sans-serif;
    text-transform: none;
}

.wpzoom-featured-cat h3.entry-title a {
    font-weight: 600;
}

.wpzoom-featured-cat .featured-style-style_text h3.entry-title {
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: bold;
}

.wpzoom-featured-cat img {
    max-width: 100%;
    height: auto;
}

.wpzoom-featured-cat p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.featured-style-style_text .post-thumb {
    margin: 0 0 20px;
}

.featured-style-style_text .post-thumb img {
    width: 100%;
}

.wpzoom-featured-cat .featured-style-style_text {
    font-size: 0;
}

.content-area .featured-style-style_text {
    padding: 0 0 40px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.wpzoom-featured-cat .featured-grid .post {
    margin-bottom: 10px;
    overflow: hidden;
}

.wpzoom-featured-cat .right_col_posts li {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    overflow: hidden;
}

.wpzoom-featured-cat .right_col_posts .post-thumb {
    max-width: 35.9%;
    float: left;
    margin: 0 20px 20px 0;
}

.wpzoom-featured-cat .right_col_posts h3.entry-title {
    font-size: 18px;
}

#sidebar .right_col_posts {
    margin-top: 30px;
}

@media (min-width: 640px) {
    .content-area .post_content {
        color: #777;
    }

    .content-area .wpzoom-featured-cat .featured-grid-single > div {
        width: 47.5%;
        float: left;
        margin-right: 2.66666%;
    }

    .content-area .wpzoom-featured-cat .right_col_posts {
        width: 47%;
        float: right;
        clear: none;
    }

    .content-area .featured_category_2col {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        width: 47.5%;
        margin: 0 5% 0 0;
    }

    .content-area .featured_category_2col:nth-child(2) {
        margin-right: 0;
    }
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
/* Carousel widget */
.widget.carousel-slider, .site-widgetized-section .widgets .widget.carousel-slider {
    position: relative;
}

.widget.carousel-slider .flickity-viewport {
    overflow: hidden;
}

.flickity-enabled {
    position: relative;
}

.carousel-slider .slides {
    white-space: nowrap;
    overflow: hidden;
}

.carousel-slider .item {
    position: relative;
    white-space: normal;
    margin: 0 2% 0 0;
    width: 23%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.carousel-slider .flickity-enabled .item {
    margin: 0 2% 0 0;
    width: 23.5%;
    min-height: 350px;
}

.carousel_widget_wrapper > div {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.carousel_widget_wrapper > div .item {
    display: none;
}

.carousel_widget_wrapper > .flickity-enabled {
    opacity: 1;
    visibility: visible;
}

.carousel_widget_wrapper > .flickity-enabled .item {
    display: inline-block;
}

.carousel-slider .flickity-prev-next-button {
    top: 43%;
    background: none;
}

.carousel-slider .flickity-prev-next-button:hover {
    background: none;
}

.carousel-slider .flickity-prev-next-button.previous {
    left: -55px;
}

.carousel-slider .flickity-prev-next-button.next {
    right: -55px;
}

.carousel-slider .flickity-prev-next-button path {
    fill: #333;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.carousel-slider .flickity-prev-next-button:hover path {
    fill: #222;
}

.carousel-slider .post-thumb {
    margin: 0 0 15px;
}

.carousel-slider .item .entry-title {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 400;
}

.carousel-slider .item .entry-title a {
    font-weight: normal;
}

.carousel-slider .item .cat-links {
    margin: 0 0 5px;
}

.carousel-slider .flickity-page-dots {
    bottom: 0;
    position: relative;
}

.carousel-slider .flickity-page-dots .dot {
    border: 2px solid #ccc;
}

.carousel-slider .flickity-page-dots .dot:hover, .carousel-slider .flickity-page-dots .dot.is-selected {
    background: #555;
    border: 2px solid #555;
}

.carousel-slider .spinner {
    margin: 100px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.carousel-slider .spinner > div {
    background-color: #eaeaea;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    -o-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.carousel-slider .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.carousel-slider .spinner .rect3 {
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.carousel-slider .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.carousel-slider .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@-o-keyframes stretchdelay {
    0%, 40%, 100% {
        -o-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        -o-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.content-area .carousel-slider .flickity-prev-next-button.previous {
    left: -36px;
}

.content-area .carousel-slider .flickity-prev-next-button.next {
    right: -36px;
}

/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
/* Recent Posts */
.feature-posts-list {
    list-style-type: none;
    padding: 0;
}

.feature-posts-list:before {
    content: " ";
    display: table;
}

.feature-posts-list:after {
    content: " ";
    display: table;
    clear: both;
}

.feature-posts-list > li {
    margin: 0 0 20px;
}

.feature-posts-list .post-thumb {
    position: relative;
    overflow: hidden;
    margin: 0 15px 0 0;
    max-width: 35%;
    float: left;
}

.feature-posts-list .post-thumb img {
    max-width: 100%;
    height: auto;
}

.feature-posts-list h3 {
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.4;
    font-family: "Oswald", sans-serif;
}

.feature-posts-list h3 a {
    font-weight: normal;
}

.feature-posts-list .sharedaddy {
    display: none;
}

.feature-posts-list .post_content {
    overflow: hidden;
}

.home_column .post-thumb {
    margin-bottom: 0;
}

.widget .feature-posts-list br {
    display: none;
}

.widget .feature-posts-list small {
    font-size: 14px;
    display: block;
}

.widget .feature-posts-list .post-excerpt {
    display: block;
    overflow: hidden;
}

.widget .feature-posts-list li {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.site-footer .widget .feature-posts-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget .feature-posts-list li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}

/* Recent Posts on Homepage */
.fw-page-builder-content .feature-posts-list, .homepage_full .feature-posts-list {
    font-size: 0;
}

.fw-page-builder-content .feature-posts-list > li, .homepage_full .feature-posts-list > li {
    width: 23%;
    margin: 0 2.33% 50px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    border: none;
}

.fw-page-builder-content .feature-posts-list > li:nth-child(4n+4), .homepage_full .feature-posts-list > li:nth-child(4n+4) {
    margin-right: 0;
}

.fw-page-builder-content .feature-posts-list h3, .homepage_full .feature-posts-list h3 {
    font-size: 18px;
    margin: 10px 0;
}

.fw-page-builder-content .feature-posts-list .post-thumb, .homepage_full .feature-posts-list .post-thumb {
    margin: 0;
    float: none;
    max-width: 100%;
}

.fw-page-builder-content .feature-posts-list .more_link, .homepage_full .feature-posts-list .more_link {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
/* Instagram Widget */
.zoom-instagram-widget li img:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.section-footer .zoom-instagram-widget__items {
    overflow: hidden;
}

.section-footer .zoom-instagram-widget {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.section-footer .zoom-instagram-widget .title {
    display: none;
}

.section-footer .zoom-instagram-widget .zoom-instagram-widget__follow-me {
    margin-top: 1px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-footer .zoom-instagram-widget a.ig-b-v-24 {
    color: #fff !important;
    border: none;
    font-weight: 600 !important;
    border-radius: 0;
    font-family: "Muli", serif;
    line-height: 1.5em;
    padding: 8px 18px;
    font-size: 18px;
    background: #000;
    display: inline-block;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.zoom-instagram-widget li img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.section-footer .zoom-instagram-widget li img:hover {
    opacity: 0.9;
}

.section-footer .zoom-instagram-widget .zoom-instagram-widget__items {
    width: 5000px;
}

.section-footer .zoom-instagram-widget .zoom-instagram-widget__items .zoom-instagram-widget__item {
    margin: 0 !important;
}

#sidebar .zoom-instagram-widget a.ig-b-v-24 {
    color: #000 !important;
    border: 1px solid #000;
    font-weight: 600 !important;
    border-radius: 0;
    font-family: "Muli", serif;
    line-height: 1.5em;
    padding: 8px 18px;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

#sidebar .zoom-instagram-widget a.ig-b-v-24:hover {
    color: #fff !important;
    background: #000;
}

/*--------------------------------------------------------------
# Twitter
--------------------------------------------------------------*/
/* Twitter widget */
.zoom-twitter-widget ul li {
    margin: 0 0 25px;
    font-style: italic;
}

.zoom-twitter-widget a {
    border-bottom: 1px solid #eee;
}

.zoom-twitter-widget a:hover {
    border-bottom: 1px solid #ccc;
}

.zoom-twitter-widget time {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #acacac;
}

.zoom-twitter-widget .zoom-twitter-widget__follow-me {
    margin: 10px 0 0;
}

/*--------------------------------------------------------------
# Native widgets styling
--------------------------------------------------------------*/
.widget_search label {
    display: inline;
}

.textwidget img {
    max-width: 100%;
    height: auto;
}

/* RSS Widget */
.widget_rss ul li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
}

.widget_rss .rsswidget {
    font-weight: bold;
    margin: 0 0 7px;
    font-size: 16px;
}

.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    margin: 5px 0;
    color: #999;
}

.widget_rss .rssSummary {
    font-size: 14px;
    margin: 0 0 5px;
}

/* Calendar widget */
#wp-calendar caption {
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 12px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
}

/*--------------------------------------------------------------
# MailPoet
--------------------------------------------------------------*/
/* MailPoet Widget */
.widget.widget_wysija .title {
    margin-bottom: 20px;
}

.section-single .widget.widget_wysija .title {
    background: none;
    text-transform: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.section-single .widget.widget_wysija {
    background: #000;
    padding: 40px 30px;
    color: #fff;
}

#sidebar .widget.widget_wysija {
    background: #000;
    color: #fff;
}

#sidebar .widget.widget_wysija .title {
    margin-bottom: 40px;
}

#sidebar .widget.widget_wysija:after {
    display: none;
}

.widget_wysija_cont .wysija-submit {
    display: inline-block;
}

.widget_wysija input {
    width: 100%;
    border-color: #C6D1D6;
}

.widget_wysija .wysija-submit:hover {
    background: #333;
}

.wysija-paragraph {
    margin: 15px 0 0;
}

.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    font-size: 14px;
    padding: 10px;
    line-height: 1.7;
}

/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/
/* Featured Slider */
#slider {
    position: relative;
    overflow: hidden;
    height: 650px;
    background: #121516;
    margin: 0 0 50px;
    color: #777;
}

#slider img {
    vertical-align: top;
    width: 100%;
}

.empty-slider {
    max-width: 1200px;
    margin: 20%;
}

.empty-slider a {
    color: #fff;
}

#slider .slides {
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#slider .slide {
    position: relative;
    display: inline-block;
    white-space: normal;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

#slider .slide-background {
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#slider .flickity-enabled .slide {
    display: block;
}

.flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-prev-next-button {
    display: block;
    position: absolute;
    z-index: 100;
    top: 50%;
    height: 40px;
    width: 40px;
    background: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}

.flickity-prev-next-button:hover {
    opacity: 1;
    background: #000;
}

.flickity-prev-next-button.previous {
    left: 30px;
}

.flickity-prev-next-button.next {
    right: 30px;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
}

.flickity-prev-next-button path {
    opacity: 1;
    fill: #fff;
}

.flickity-prev-next-button:hover path {
    opacity: 1;
}

.flickity-prev-next-button[disabled] {
    opacity: .5;
}

.flickity-prev-next-button.next svg {
    left: 20%;
}

#slider .slider-direction-nav a:focus {
    outline: 0;
}

#slider .slider-direction-nav a:hover, #slider .slider-direction-nav a:active {
    opacity: 1;
}

.slides li .slide-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.4) 100%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slides li .slide-header {
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 80%;
    margin: 0 10%;
    text-align: center;
}

.slides li .slide-header .cat-links {
    display: block;
    margin: 0 0 10px;
}

.slides li .slide-header p {
    line-height: 1.4;
    font-size: 18px;
    color: #fff;
}

.slides li .slide-header p a {
    font-weight: 600;
    text-decoration: underline;
}

.slides li .slide-header p a:hover {
    text-decoration: none;
}

.slides li .slide-excerpt {
    max-width: 75%;
    margin: 0 auto;
}

.slides li .slide_button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin: 21px 0 0;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.slides li .slide_button a {
    display: inline-block;
    padding: 12px 20px;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.slides li h3 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    margin: 0 0 10px;
}

.slides li h3:hover {
    opacity: .8;
}

.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none;
}

.flickity-page-dots .dot:hover, .flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.slide-indigo .slides li .cat-links a {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    opacity: .9;
}

.slide-indigo .flickity-page-dots .dot {
    background: #fff;
    opacity: .3;
}

.slide-indigo .flickity-page-dots .dot:hover, .slide-indigo .flickity-page-dots .dot.is-selected {
    background: #fff;
    opacity: 1;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation {
    display: none;
}

.infinite-scroll:not(.infinity-end):not(.neverending) #recent-posts {
    margin-bottom: 40px;
    position: relative;
}

.infinite-scroll #infinite-handle {
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.infinite-scroll #infinite-handle span {
    display: block;
    width: 100%;
    line-height: 50px;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.infinite-scroll #infinite-handle span button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif !important;
    font-weight: normal !important;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* Galleries */
.entry-content .gallery a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.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-icon img {
    margin: 0 auto;
}

.wp-caption-text, .gallery-caption {
    color: #868686;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-style: italic;
    line-height: 1.4;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

/* Images align */
.entry-content .wp-caption {
    max-width: 100% !important;
    width: auto;
    text-align: center;
}

.entry-content .wp-caption img {
    background: none;
    margin: 0;
    border: 0 none;
    max-width: 100%;
    width: auto;
    height: auto;
}

.entry-content .wp-caption.aligncenter {
    margin: 0 auto 15px;
}

/* Caption for images */
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    font-size: 18px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #666;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
    background: none;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: #000;
}

/* WooCommerce Cart Icon */
a.cart-button {
    display: block;
}

a.cart-button:before {
    content: "\f174";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/20px "dashicons";
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.shop-wrapper {
    overflow: hidden;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 7px 10px;
    margin-right: 10px;
    border-color: #DEE3E7;
}

.woocommerce .entry-content > * {
    max-width: 100%;
}

.woocommerce h1.entry-title {
    margin-bottom: 20px;
    font-size: 30px;
}

.woocommerce table.shop_table td {
    padding: 20px 15px;
}

.woocommerce-checkout #payment {
    background: #F7F8FA;
    border: 1px solid #DEE3E7;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none;
}

.woocommerce-checkout #payment div.payment_box:after {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom-color: #DEE3E7;
}

.wc_payment_method label {
    display: inline-block;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    font-size: 14px;
}

.woocommerce .woocommerce-ordering {
    color: #171615;
}

.woocommerce ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .product-thumb {
    margin: 0 0 15px;
}

.woocommerce ul.products li.product .product-thumb a {
    display: block;
    padding: 0;
    margin: 0;
}

.woocommerce ul.products li.product .product-thumb a img {
    margin: 0;
}

.woocommerce .products .star-rating {
    display: none;
}

.woocommerce ul.products li.product h3 {
    padding-top: 0;
}

.woocommerce ul.products li.product h3:hover {
    color: #f45900;
}

.woocommerce ul.products li.product .price {
    color: #444;
    margin: 0;
    font-size: 16px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 600;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 0;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #231F20;
}

.woocommerce-message:before, .woocommerce-info:before {
    color: #000;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce a.button.alt.disabled, .woocommerce button.button.alt.disabled, .woocommerce input.button.alt.disabled {
    background-color: #676c71;
}

.woocommerce #respond input#submit.alt.disabled:hover, .woocommerce a.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:hover {
    background-color: #676c71;
}

.woocommerce #respond input#submit.alt:disabled, .woocommerce a.button.alt:disabled, .woocommerce button.button.alt:disabled, .woocommerce input.button.alt:disabled {
    background-color: #676c71;
}

.woocommerce #respond input#submit.alt:disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce input.button.alt:disabled:hover {
    background-color: #676c71;
}

.woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled] {
    background-color: #676c71;
}

.woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #676c71;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #231F20;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #f45900;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #444;
}

.woocommerce div.product .product_title {
    text-align: left;
}

.woocommerce .quantity .qty {
    padding: 8px 6px;
    border-radius: 0;
    margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0 5px;
    border-color: #DEE3E7;
    background: #F7F8FA;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal;
    font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #DEE3E7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce-tabs #comments {
    max-width: 100%;
    padding: 0;
}

.woocommerce table.shop_table td {
    padding: 20px 15px;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    font-size: 18px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #eee;
    margin: 0 6px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #666;
    padding: 13px 16px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #231F20;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #231F20;
    color: #fff;
}

.wc_cat_count {
    opacity: .8;
    font-weight: normal;
}
