/*
Theme Name: Swanky
Theme URI: http://themehold.com/swanky
Author: Themehold
Author URI: http://themehold.com/
Description: Clean Personal Responsive WordPress Blog & Shop Theme
Version: 1.5
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: swanky
Tags: two-columns, right-sidebar, custom-colors, custom-menu, editor-style, featured-images,  post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global Resets
# SVG Icons
# Typography
# Elements
# Forms
# Navigation
	## Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and Pages
  ## Author List Page
  ## Archive Page
# Infinite scroll
# Media
	## Captions
	## Galleries
# Content-Sidebar
# Preloader
# Top Bar
  ## Top Bar Message
  ## Top Bar Menu
  ## Top Bar Mobile Menu
  ## Top Bar Search
  ## Mobile Top Search 
# Menu  
  ## Menu Dropdown
# Header
# Posts
  ## Posts Entry
  ## Posts Icon Author
  ## Posts Tags
  ## Post Pagination
  ## Post Custom Password Field
  ## Post Related 
# Comments
  ## Comment Text
  ## Reply
# Custom Pagination 1
# Clearings
# Widgets
  ## About Widget - Social Icons
  ## Latest Post Widget
  ## Categories Widget
  ## Recent Comments Widget
  ## Tag Cloud Widget 
  ## Calender Widget
  ## Search Widget
  ## Instagram Widget
  ## Swanky Facebook Widget 
  ## Text Widget
  ## Audio Widget
  ## RSS Widget
  ## Custom Menu
  ## Top Bar - Widgets Area
  ## Footer - Widgets Area
# Footer
# Archive
  ## Archive Header 
# 404 Page
# Search Result Page
# Contact Form 7 - Custom Styles
  ## Captions
  ## Galleries
# Custom Pagination 2
# Mailchimp Widget - Custom Styles
# List categories with featured images Widget
# Sliders 
  ## Carousel Slider
  ## Fullwidth Slider
  ## Boxed Slider
# Promobox 
# Post Layout Styles
  ## Grid Post Layout
  ## List Post Layout
# Popular Post Widget
# RSS Widget
# Gallery Post Slider Arrow 
# Aside
# SVGs Fallbacks
# Mailchimp Footer Widget
# Mailchimp Topbar Widget
# Column Shortcodes Plugin

/*--------------------------------------------------------------
# Global Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


/* Reset for Chrome Browser */
abbr[title], acronym[title] { text-decoration: none;}

/* Reset for Safari Browser */
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* Style for Checkbox */
input[type="checkbox"] {
  -webkit-appearance:none; /* Hides the default checkbox style */ 
  height: 1em;
  width: 1em;
  cursor: pointer;
  position: relative;
  -webkit-transition: .15s;
}
input[type="checkbox"]:checked {
  background-color: #bd8a49;
  border-color: #bd8a49;
}
input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
}
input[type="checkbox"]:checked:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  font-style: normal;
}
input[type="checkbox"]:hover:before {
  background: rgba(255,255,255,0.3);
}



/* Style for Radioboxes */
input[type="radio"] {
  -webkit-appearance:none; /* Hides the default checkbox style */ 
  height: 1em;
  width: 1em;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border-color: #333;
  padding: 9px 9px !important;
  -webkit-transition: .15s;
}
input[type="radio"]:checked {
  background-color: #bd8a49;
  border-color: #bd8a49;
}
input[type="radio"]:before, input[type="radio"]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
}
input[type="radio"]:checked:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #fff;
  font-style: normal;
}
input[type="radio"]:hover:before {
  background: transparent;
}


/*--------------------------------------------------------------
# SVG Icons
--------------------------------------------------------------*/
svg:not(:root) {
  overflow: hidden;
}

/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative; /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

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

cite {
  font-size: 18px;
  font-family: 'Libre Baskerville', serif;
  color: #bd8a49;
  font-weight: 400;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
}

pre > cite {
  margin: 0;
}

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

/* "Courier 10 Pitch" is default font family from Underscores */
pre {
  background: #f3f3f3;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* "Monaco" is default font family from Underscores */
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 12px;
  font-size: 0.75rem;
}

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

mark,
ins {
  background: #dba765;
  text-decoration: none;
  padding: 1px 3px 1px 3px;
}

big {
  font-size: 125%;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}


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

body {
  background: #fff;
}



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

q {
  margin-left: 50px;
  position: relative;
  color: #fff;
  padding-left: 0px;
  font-size: 18px;
  line-height: 35px;
  font-style: italic;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

q:before {
  display: block;
  content: "\201C";
  font-size: 75px;
  position: absolute;
  left: -50px;
  top: 11px;
  color: #bd8a49;
  font-family: initial;
}

blockquote, q {
  margin-top: 25px;
  margin-bottom: 25px;
}

blockquote cite {
  margin-bottom: 0px;
}

blockquote + p > cite {
  margin-top: -5px;
  margin-bottom: 12px;
  padding-left: 50px;
}

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

ul,
ol {
  margin: 0 0 0 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-size: 14px;
  font-weight: 700;
}

dd {
  font-size: 14px;
  margin: 0 1.5em 1.5em;
}

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

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

/* Twitter Embed */
.twitter-tweet {
  margin-bottom: 33px !important
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input,
select,
textarea {
  width: 100%;
  box-sizing: border-box;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #dba765;
}

a:visited {
  color: none;
}

a:hover,
a:focus,
a:active {
  color: #bd8a49;
}

a:focus {
  outline: none;
}

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


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  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: #bd8a49;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
 
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignnone {
  margin: 0 20px 5px 0;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget, .widget-woocommerce  {
  margin-bottom: 35px;
  box-sizing: border-box;
  overflow: hidden;
}

.woocommerce.widget select, .woocommerce.widget-topbar select, .woocommerce.widget-footer select, 
.widget-footer select, .widget-topbar select, .widget select, .widget-woocommerce select {
  border: 1px solid #eee;
  border-radius: 0;
  padding: 8px 10px;
  padding-right: 35px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font-family: 'Exo', sans-serif;
  font-size: 11px !important;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-color: #f8f8f8;
  background-image: url(img/arrow-down.png);
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: center;
  background-position: 97%;
  background-size: 12px;
}

.widget-topbar select, .widget-footer select, .widget-footer select#product_cat, .widget-topbar select#product_cat {
  background-position: 99%;
}

.widget_text select {
  margin-top: 15px;
}

.widget-heading {
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #222;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  font-weight: 700;
}

/* Firefox fix */
@-moz-document url-prefix() {
  .widget-heading {
    margin-top: 3px;
  }
}

.widget-heading span {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #bd8a49;
  padding: 2px 5px 2px 8px;
}

.widget-heading span:after {
  content: "";
  width: 591px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  background-color: #bd8a49;
  bottom: 3px;
}

.widget-heading span:before {
  content: "";
  width: 591px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  background-color: #bd8a49;
  bottom: 3px;
}

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

.widget a {
  color: #bd8a49;
}

.widget a:hover, .widget-woocommerce a:hover {
  text-decoration: underline;
}

.widget ul li, .widget-woocommerce ul li {
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid;
  border-bottom-color: #eee !important;
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
  list-style: none;
}

.widget ul li, .widget-woocommerce ul li {
  margin-right: 0;
}

.widget ul.menu li:first-child, .widget-woocommerce ul.menu li:first-child {
  margin-top: 9px;
}

.widget ul.menu li:last-child {
  margin-bottom: 9px;
}

.widget ul li.page_item ul.children {
  margin-top: 7px !important;
  border-top: 1px solid;
  border-top-color: #eee;
}

.widget ul li.cat-item ul.children, .widget-woocommerce ul li.cat-item ul.children {
  margin-top: 7px !important;
  border-top: 1px solid;
  border-top-color: #eee;
}

.widget ul li:last-child, .widget-woocommerce ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget ul li a, .widget ul li.cat-item-none, .widget-woocommerce ul li a, .widget-woocommerce ul li.cat-item-none {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
}

#sidebar .widget ul ul, #sidebar .widget-woocommerce ul ul {
  list-style: none;
  margin-top: 0;
  z-index: 9;
}

#sidebar .widget ul ul li {
  padding-left: 0.8rem;
}

#sidebar .widget-woocommerce ul ul li {
  padding-left: 0.8rem;
}

#sidebar .woocommerce.widget_product_categories ul ul.children li {
  padding-left: 0;
}

.widget strong {
  font-weight: 700;
}

.menu-testing-menu-container {
  position: relative;
}

.menu-testing-menu-container > .menu li {
  display: list-item;
}

.menu-testing-menu-container > .menu ul.sub-menu {
  display: block;
  position: relative;
  border: none;
  margin-top: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.menu-testing-menu-container > .menu ul.sub-menu > li:hover {
  background: none !important;
}

.menu-testing-menu-container > .menu ul.sub-menu > li a {
  padding: 5px 17px;
}

.menu-testing-menu-container .menu ul.sub-menu li a:hover {
  color: #333;
}

.menu-testing-menu-container > .menu ul.sub-menu > li:last-child a:last-child {
  border-bottom: none;
}

.menu-testing-menu-container > .menu ul.sub-menu > li > ul.sub-menu {
  position: static;
}

.menu-main-menu-container {
  position: relative;
}

.menu-main-menu-container > .menu li {
  display: list-item;
}

.menu-main-menu-container > .menu ul.sub-menu {
  display: block;
  position: relative;
  border: none;
  margin-bottom: -5px;
  margin-top: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.menu-main-menu-container > .menu ul.sub-menu > li {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  list-style: none;
}

.widget-woocommerce .menu-main-menu-container > .menu ul.sub-menu > li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  margin-bottom: 9px;
}

.menu-main-menu-container > .menu ul.sub-menu > li:hover {
  background: none !important;
}

.menu-main-menu-container > ul.menu ul.sub-menu li a:hover {
  text-decoration: underline;
  color: #333;
}

.widget-woocommerce .menu-main-menu-container > ul.menu ul.sub-menu li a:hover {
  color: #222;
}

.menu-main-menu-container > .menu ul.sub-menu > li a {
  padding: 9px 17px; 
  padding-left: 0;  
}

.menu-main-menu-container > .menu ul.sub-menu > li:last-child a:last-child {
  border-bottom: none;
}

.menu-main-menu-container > .menu ul.sub-menu > li > ul.sub-menu {
  position: static;
  padding: 5px 0 0 0;
  border: none;
  margin-left: 0 !important;
}

.widget-woocommerce .menu-main-menu-container > .menu ul.sub-menu > li > ul.sub-menu {
  padding: 0;
}

.widget.widget_categories ul.children {
  padding-top: 8px;
}

.widget.widget_pages ul.children {
  padding-top: 8px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky.post {
  border-top: 2px solid;
  border-top-color: #bd8a49;
}

span.sticky-post {
  z-index: 999;
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  background-color: #bd8a49;
  color: #fff;
  font-weight: 700;
  padding: 1px 8px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

.hentry {
  margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Author List Page
--------------------------------------------------------------*/
.page-template-page-authors .post-author, .page-template-fullwidth-page-authors .post-author {
  padding-top: 32px;
  margin-bottom: 40px;
}

.page-template-page-authors  .post-author:last-child, .page-template-fullwidth-page-authors .post-author:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
## Archive Page
--------------------------------------------------------------*/
.post-entry.archive-page ul {
  padding-left: 25px;
}

.post-entry.archive-page ul:last-child {
  margin-bottom: 0;
}

.post-entry.archive-page .section:last-child ul:last-child li:last-child {
  margin-bottom: 0;
}

.post-entry.archive-page ul li {
  list-style: none;
}

.post-entry.archive-page ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.post-entry.archive-page ul li a:before {
  content: "\f0da ";
  position: relative;
  top: 0;
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 10px;
}

.post-entry.archive-page ul li a:hover {
  text-decoration: none;
  margin-left: 5px;
}

.post-entry.archive-page h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
}
  
.post-entry.archive-page .section {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 25px;
}  

.post-entry.archive-page .section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
} 


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
embed,
iframe,
object {
  max-width: 100%;
}
   
/* audio post */  
.mejs-audio {
  margin-top: 31px;
  margin-bottom: 31px;
}

.embed-youtube {
  margin-top: 30px;
  margin-bottom: 33px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #fff;
  border: 1px solid #fff;
  max-width: 96%;
  padding: 8px 8px 5px;
  text-align: center;
  margin-bottom: 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.wp-caption-text {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 2px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.post_format-post-format-image .post-entry dl.wp-caption {
  border: none;
  padding: 0;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-top: 30px;
  margin-bottom: 0;
}

.gallery.gallery-columns-3 {
  margin-top: 0;
}

.gallery .gallery-caption {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
}

.gallery .gallery-icon img {
  border-radius: 2px;
  border: 1px solid #DDD !important;
  padding: 8px;
  box-sizing: border-box;
}

.gallery .gallery-icon img:hover {
  border: 1px solid #ccc !important;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
## Content-Sidebar
--------------------------------------------------------------*/
.clearfix:before, .clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.group:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.group{display:inline-block;clear:both;}
* html .group{height:1%;}
.group{display:block;}
body{font-size:12px;font-family:'Lora', serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#FFFFFF;}
p {color:#333;font-size:14px;line-height:24px;}
.widget_text p{color: #333;font-size: 13px;line-height: 22px;margin-bottom: 0;}
.widget_text ul {list-style: disc;padding: 5px 0;padding-left: 40px;}
.widget_text ul li {color: #333;font-size: 13px;line-height: 22px;border-bottom: none;margin-bottom: 0;letter-spacing: 0;padding-bottom: 0;}
.widget_text ol {list-style: disc;padding: 5px 0;padding-left: 40px;}
.widget_text ol li {list-style: decimal;color: #333;font-size: 13px;line-height: 22px;border-bottom: none;margin-bottom: 0;letter-spacing: 0;padding-bottom: 0;}
em,i{font-style:italic;}
b{font-weight:bold;}
a{text-decoration:none;color:#bd8a49;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
h1,h2,h3,h4,h5,h6{font-family:'Exo', sans-serif;}
.container{width:1080px;margin:0 auto;}
#content{overflow:hidden;margin-top:50px;}
#main{width:740px;float:left;}
#main.fullwidth{width:100%; float: none;}
#sidebar{width:300px;float:right;}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.fadeload-wrapper {
  top: 45%;
  left: 0;
  position: absolute;
  width: 100%;
}

.fadeload {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999999999;
}

@-webkit-keyframes fadeload {
  50% {
    opacity: 1;
  }
}

@-moz-keyframes fadeload {
  50% {
    opacity: 1;
  }
}

@-ms-keyframes fadeload {
  50% {
    opacity: 1;
  }
}

@-o-keyframes fadeload {
  50% {
    opacity: 1;
  }
}

@keyframes fadeload {
  50% {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader-wrapper {
  top: 45%;
  left: 0;
  position: absolute;
  width: 100%;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.preloader span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px;
  color: #222;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: preloader 2s linear infinite;
  -moz-animation: preloader 2s linear infinite;
  -ms-animation: preloader 2s linear infinite;
  -o-animation: preloader 2s linear infinite;
  animation: preloader 2s linear infinite;
}

@-webkit-keyframes preloader {
  50% {
    opacity: 1;
  }
}

@-moz-keyframes preloader {
  50% {
    opacity: 1;
  }
}

@-ms-keyframes preloader {
  50% {
    opacity: 1;
  }
}

@-o-keyframes preloader {
  50% {
    opacity: 1;
  }
}

@keyframes preloader {
  50% {
    opacity: 1;
  }
}

.cssload-thecube {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  margin-top: 31px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bd8a49;
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
  -webkit-backface-visibility: hidden;
}

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
  -webkit-backface-visibility: hidden;
}

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
  -webkit-backface-visibility: hidden;
}

.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
  0%,
  10% {
    transform: perspective(59px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(59px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(59px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {
  0%,
  10% {
    -o-transform: perspective(59px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -o-transform: perspective(59px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -o-transform: perspective(59px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {
  0%,
  10% {
    -ms-transform: perspective(59px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -ms-transform: perspective(59px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -ms-transform: perspective(59px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {
  0%,
  10% {
    -webkit-transform: perspective(59px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(59px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(59px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {
  0%,
  10% {
    -moz-transform: perspective(59px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(59px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(59px) rotateY(180deg);
    opacity: 0;
  }
}

div#top-cube {
  top: -38px;
}

div#bottom-cube {
  top: 4px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#top-bar {
  height: 50px;
  width: 100%;
  position: relative;
  background-color: #262626;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
}

#top-bar .container {
  position: relative;
}

.meta_top {
  float: right;
  position: relative;
  z-index: 999;
}

#top-social {
  display: inline-block;
  white-space: nowrap;
  float: right;
  position: relative;
}

.top_social_placeholder {
  font-size: 12px;
  display: inline-block;
  color: #262626;
  letter-spacing: 1px;
  line-height: 35px;
  float: left;
}

#top-social a {
  color: #c9c9c9;
}

#top-social ul.menu {
  font-size: 0;
}

#top-social .menu li {
  margin-left: 0;
}

#top-social .menu li:nth-child(6), 
#top-social .menu li:nth-child(7), 
#top-social .menu li:nth-child(8), 
#top-social .menu li:nth-child(9), 
#top-social .menu li:nth-child(10), 
#top-social .menu li:nth-child(11),
#top-social .menu li:nth-child(12) {
  display: none;
}

#top-social .menu li:nth-child(5) {
  margin-right: 0;
}

#top-social .menu li a {
  line-height: 50px;
}

#top-social .icon {
  height: 13px;
  top: 18px;
  width: 16px;
  vertical-align: top;
}

#top-social a:hover {
  color: #bd8a49;
}

#top-social i {
  margin-left: 5px;
}

/*--------------------------------------------------------------
## Top Bar Message
--------------------------------------------------------------*/
.top_message ul {
  list-style: none;
}

.top_message a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 50px;
  color: #c9c9c9;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  font-family: 'Exo', sans-serif;
}

.top_message a i {
  margin-right: 5px;
}

.top_message ul {
  position: relative;
}

.top_message li {
  position: absolute;
  left:0;
  top:0;
  width: 100%;
}

.top_message li a:hover {
  color: #bd8a49;
}

.top_message_steady {
  display: inline-block !important;
}

ul.animation li {
  display: inline-block;
  display: none;
}

/*--------------------------------------------------------------
## Top Bar Menu
--------------------------------------------------------------*/
.top-bar-menu > ul.menu {
  display: inline-block;
  font-size: 0;
}

.top-bar-menu .menu li {
  display: inline-block;
  margin-right: 30px;
  margin-left: 0;
  position: relative;
}

.top-bar-menu .menu ul ul li {
  display: block;
}

.top-bar-menu .menu li:last-child {
  margin-right: 0;
}

.top-bar-menu .menu li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 50px;
  color: #c9c9c9;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

.top-bar-menu .menu li a:hover {
  color: #bd8a49;
}

.top-bar-menu .menu > li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 7px;
  font-size: 12px;
  opacity: 0.65;
}

.top-bar-menu .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 7px;
  font-size: 12px;
  opacity: 0.65;
}

/*--------------------------------------------------------------
## Top Bar Dropdown Menu
--------------------------------------------------------------*/
.top-bar-menu .menu .sub-menu, .top-bar-menu .menu .children {
  border-top-color: #333;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.top-bar-menu ul.menu ul.sub-menu li a, .top-bar-menu .menu li ul.children li a {
  color: #c9c9c9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  margin: 0;
  padding: 9px 17px;
  min-width: 160px;
  line-height: 20px;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

.top-bar-menu ul.menu ul.sub-menu li a:hover, .top-bar-menu .menu li ul.children li a:hover {
  color: #bd8a49;
}

.top-bar-menu .menu li.menu-item-has-children:hover > a, .top-bar-menu .menu li ul.children li.page_item_has_children:hover > a {
  color: #bd8a49;
}

.top-bar-menu ul.menu ul.sub-menu li:hover, .top-bar-menu .menu li ul.children li:hover {
  background-color: #111;
  opacity: 1;
}

.top-bar-menu ul.menu ul.sub-menu li, .top-bar-menu .menu li ul.children li  {
  padding-right: 0;
  margin-right: 0;
  display: block;
  background: #262628;
}


/*--------------------------------------------------------------
## Top Bar Mobile Menu
--------------------------------------------------------------*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  cursor: pointer; 
  margin: 7px 5px 7px;
  margin-left: 0;
  height: 36px;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.slicknav_btn:hover .slicknav_menutxt {
  color: #bd8a49;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 10px 0 0 12px;
}

.slicknav_menu .slicknav_no-text {
  margin: 0
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 20px;
  height: 0.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_nav {
  clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  
}
.slicknav_menu .sub-menu .menu-item .menu-image-title-after:hover, .menu-item.slicknav_parent .slicknav_item.slicknav_row:hover
.slicknav_nav ul a, .slicknav_nav li a {
  padding: 9px 17px;
  
}

.slicknav_nav ul li ul.children li.page_item:last-child {
  border-bottom: none;
}

.slicknav_nav ul a:hover, .slicknav_nav li a:hover, .slicknav_nav ul a:hover a, .slicknav_nav li a:hover a {
  color: #bd8a49;
  background: #111;
}

.slicknav_nav li a[aria-haspopup=true]:hover a {
  background: none;
} 

.menu-item.slicknav_parent.slicknav_open > .slicknav_item.slicknav_row a, .page_item.page_item_has_children.slicknav_parent.slicknav_open > .slicknav_item.slicknav_row a  {
  color: #bd8a49;
}

.slicknav_menu .sub-menu .menu-item .menu-image-title-after:hover, .menu-item.slicknav_parent .slicknav_item.slicknav_row:hover {
  background-color: #111;
}

.slicknav_nav > .menu-item > .menu-image-title-after:hover, .menu-item.slicknav_parent.slicknav_open > .slicknav_item.slicknav_row, .page_item.page_item_has_children.slicknav_parent.slicknav_open > .slicknav_item.slicknav_row  {
  background-color: #111;
}

.slicknav_item.slicknav_row a:hover
.slicknav_nav ul:first-child,
.slicknav_nav li:first-child {
  border-top: none
}

.slicknav_nav ul.sub-menu:last-child, .slicknav_nav ul.sub-menu li:last-child {
  border-bottom: none;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.menu-item.slicknav_parent.slicknav_open > .slicknav_item.slicknav_row span, .page_item.page_item_has_children.slicknav_parent.slicknav_open > .slicknav_item.slicknav_row span {
  color: #bd8a49;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline
}

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

.slicknav_menu:after {
  clear: both
}


/* IE6/7 support */
.slicknav_menu {
  *zoom: 1
}

.slicknav_menu {
  display: none;
  font-size: 16px;
  background-color: #262628;
}

.slicknav_btn {
  text-decoration: none;
  outline: none;
}

.slicknav_menu .slicknav_menutxt {
  color: #c9c9c9;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 35px;
  text-transform: uppercase;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #c9c9c9;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.slicknav_btn:hover .slicknav_icon-bar {
  background-color: #bd8a49;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  margin-top: 35px;
  background-color: #262628;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul.sub-menu, .slicknav_nav ul.children {
  padding: 0;
  margin: 0 0 0 20px;
  border-bottom: none;
}

.slicknav_nav a {
  padding: 10px 0;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  color: #c9c9c9;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  outline: none;
}

.slicknav_nav a:hover {
  color: #bd8a49;
}

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

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

.slicknav_menu .slicknav_no-text {
  margin-top: 5px;
}

/*--------------------------------------------------------------
## Top Bar Search
--------------------------------------------------------------*/

#top-search {
  text-align: center;
  background: #333;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #737373;
  float: right;
  margin-left: 15px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.open-search {
  padding: 0 15px 0 15px;
  display: block;
  color: #c9c9c9;
  line-height: 50px;
}

#top-search:hover {
  background: #111;
  cursor: pointer;
}

#top-search a i.fa-search {
  color: #c9c9c9;
}

.show-search {
  z-index: 10000;
  width: 290px;
  display: none;
  position: absolute;
  top: 0;
  right: 48px;
}

.show-search .close-search {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #c9c9c9;
  padding: 0 15px 0 15px;
  line-height: 50px;
}

.show-search a.close-search:hover {
  color: #bd8a49;
}

.show-search #searchform input#s {
  border: none;
  padding: 0;
  height: 50px;
  font-size: 11px;
  font-weight: 600;
  color: #c9c9c9;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  line-height: 50px;
  letter-spacing: 1.5px;
  font-family: 'Exo', sans-serif;
  vertical-align: middle;
  background-color: #333;
  padding-left: 15px;
  padding-right: 42px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #737373;
}

.show-search #searchform input#s:focus {
  outline: none;
}

.top_search_wrap::-webkit-input-placeholder,
.mc4wp-form::-webkit-input-placeholder {
  color: #555;
}

.top_search_wrap::-moz-placeholder,
.mc4wp-form::-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}

.top_search_wrap::-moz-placeholder,
.mc4wp-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}

.top_search_wrap::-ms-input-placeholder,
.mc4wp-form:-ms-input-placeholder {
  color: #555;
}

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


/*--------------------------------------------------------------
## Mobile Top Bar Search
--------------------------------------------------------------*/
.mobile-show-search {
  z-index: 1;
  display: none;
  float: right;
  right: 42px;
  position: absolute;
}

.mobile-show-search #searchform input#s {
  border: none;
  padding: 0;
  height: 35px;
  font-size: 11px;
  color: #c9c9c9;
  box-sizing: border-box;
  width: 150px;
  background: transparent;
  font-family: 'Exo', sans-serif;
  vertical-align: middle;
  background-color: #262626;
  padding-left: 10px;
  border-left: 1px solid #737373;
}

#mobile-top-search {
  text-align: center;
  background: #333;
  padding: 0 15px 0 15px;
  border-right: 1px solid #737373;
  float: left;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

#mobile-top-search:hover {
  background: #111;
  cursor: pointer;
}

#mobile-top-search a i.fa-search {
  color: #c9c9c9;
  line-height: 35px;
  display: block;
  font-size: 11px;
}


/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.menu_wrap {
  text-align: center;
  border-top: 1px solid #eee;
}

.home .menu_wrap {
  border-bottom: 1px solid #eee;
}

.home .active-sliders .menu_wrap {
  border-bottom: none;
}

header.remove-mainmenu .container {
  border-bottom: 1px solid #eee;
}

.home .menu_wrap, .blog .menu_wrap {
  border-bottom: 1px solid #eee;
}

.home .active-sliders .menu_wrap, .blog .active-sliders .menu_wrap {
  border-bottom: none;
}

.page-template .menu_wrap {
  border-bottom: none;
}

.page-template-default #header .container, 
.page-template.page-template-fullwidth-page #header .container, 
.page-template-page-authors #header .container, 
.page-template-fullwidth-page-authors #header .container,
.page-template-page-archives #header .container, 
.page-template-fullwidth-page-archives #header .container {
  border-bottom: 1px solid #eee;
} 

.home.page-template-default #header .container {
  border-bottom: none;
} 

.single #header .container {
  border-bottom: 1px solid #eee;
}

.post-template-fullwidth-post-boxedslider #header .container,
.post-template-fullwidth-post-carousel #header .container,
.post-template-fullwidth-post-fullwidth-carousel #header .container,
.post-template-fullwidth-post-fullwidth-slider #header .container,
.post-template-post-boxedslider #header .container,
.post-template-post-carousel #header .container,
.post-template-post-fullwidth-boxedslider #header .container,
.post-template-post-fullwidth-carousel #header .container {
  border-bottom: none;
}

.menu_wrap > ul.menu {
  display: inline-block;
  font-size: 0;
}

.menu li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}

.menu > li {
  margin-bottom: 1px;
}

.menu ul ul li {
  display: block;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li:last-child {
  margin-right: 0;
}

.menu li a, .menu_wrap .menu li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 45px;
  color: #222;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  font-family: 'Exo', sans-serif;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

.menu_wrap .menu li a:hover {
  color: #bd8a49;
}

.menu > li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 7px;
  font-size: 12px;
  opacity: 0.65;
}

.menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 7px;
  font-size: 12px;
  opacity: 0.65;
}


/*--------------------------------------------------------------
## Menu Dropdown
--------------------------------------------------------------*/
.menu .sub-menu,
.menu .children {
  background-color: #fff;
  display: none;
  padding: 0;
  position: absolute;
  margin-top: 0;
  left: 0;
  top: 100%;
  z-index: 99999;
  text-align: left;
  transition: all .25s ease-in-out;
  box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.30);
  -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.30);
  -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.30);
}

#footer .menu .sub-menu,
#footer .menu .children {
  z-index: 1;
  margin-bottom: 4px;
}

.menu .sub-menu ul:after {
  content: none;
}

ul.menu ul a,
.menu ul ul a {
  color: #000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  margin: 0;
  padding: 9px 17px;
  min-width: 160px;
  line-height: 20px;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

ul.menu ul.sub-menu li, .menu_wrap ul.menu ul.sub-menu li, .menu_wrap .menu li ul.children li {
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
  display: block;
  background: #fff;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

ul.menu ul.sub-menu li:hover, .menu_wrap ul.menu ul.sub-menu li:hover {
  background-color: #f1f1f1;
  opacity: 1;
}

.menu_wrap ul.menu ul.sub-menu li:hover > a, .menu_wrap ul.menu ul.sub-menu li:hover > a, .menu_wrap .menu li ul.children li:hover > a {
  color: #bd8a49;
}

ul.menu ul.sub-menu li a, .menu_wrap ul.menu ul.sub-menu li a, .menu_wrap .menu li ul.children li a {
  color: #222;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  margin: 0;
  padding: 9px 17px;
  min-width: 160px;
  line-height: 20px;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

ul.menu ul.sub-menu li a:hover, .menu_wrap ul.menu ul.sub-menu li a:hover {
  color: #bd8a49;
}

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

.menu .sub-menu ul,
.menu .children ul {
  left: 100%;
  top: 0;
}

div.menu ul.children li a:hover {
  color: #bd8a49;
}

div.menu ul.children li {
  margin-right: 0;
}

div.menu ul.children li:hover {
  background-color: #f4f4f4;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#logo {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 100px;
}

#logo img {
  max-width: 100%;
  height: auto;
}


/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.full_post, .post, article.page {
  position: relative;
  background-color: #f1f1f1;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.woocommerce-page .woocommerce-page-wrapper {
  position: relative;
  background-color: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.attachment.full_post {
  background-color: #f1f1f1;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.single .post {
  margin-bottom: 50px;
}

/* User Specific Dropcap */
span.dropcap {
  float: left;
  color: #333;
  font-size: 49px;
  line-height: 24px;
  padding-top: 15px;
  padding-right: 9px;
  padding-left: 0;
}

/* Featured Image - Full Post/List Post */
.post-img {
  text-align: center;
  margin-bottom: -44px;
}

.post_grid .post-img + .grid_post_wrap {
  margin-top: -39px;
}

/* Audio Post with Soundcloud - Full Post */
.full_post.format-audio .post-img.audio iframe {
  margin-bottom: 6px;
}

/* Audio Post with Soundcloud - Grid Post */
.post_grid.format-audio .post-img.audio iframe {
  margin-bottom: 6px;
}

/* Video Post with Video - Full Post */
.full_post.format-video .fluid-width-video-wrapper {
  margin-bottom: 34px;
}

/* Video Post with Video - Grid Post */
.post_grid.format-video .fluid-width-video-wrapper {
  margin-bottom: 29px;
}

/* Gallery Post with Gallery - Full Post */
.full_post.format-gallery .bx-wrapper {
  margin-bottom: 5px !important;
}

.post-img img {
  max-width: 100%;
  height: auto;
  position: relative;
}

/* Image Link Space Fix - Grid Post */
.post_grid .post-img {
  margin-bottom: 0;
}

.post-img.audio iframe {
  height: 166px;
  width: 100%;
}

.post-header {
  text-align: center;
  padding: 45px 70px;
  z-index: 10;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 59px -30px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 59px -30px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 59px -30px rgba(0, 0, 0, 0.75);
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 0;
}

.post_grid .post-header  {
  padding: 45px 43px;
}

.sticky.post .post-header {
  border: none;
}

.post-header h2 a,
.post-header h1 {
  font-size: 24px;
  color: #222;
  margin-bottom: 2px;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-header h2 a:hover {
  opacity: 0.8;
}

.side_right .post-header h2 a, .side_right .post-header h2 {
  margin-bottom: 5px;
  display: block;
}

.content_post_wrap {
  padding: 40px;
  background-color: #ffffff;
  width: 91.8918918%;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
}

.fullwidth .content_post_wrap {
  width: 94.4444444%;
}

.fullwidth .content_metabottom_wrap {
  width: 94.4444444%;
}

.sticky.post .content_post_wrap {
  border-top: 1px solid;
  border-top-color: #ccc;
  border-right: 1px solid;
  border-right-color: #ccc;
  border-bottom: 1px solid;
  border-bottom-color: #ccc;
  border-left: 1px solid;
  border-left-color: #ccc;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
}

.content_metabottom_wrap {
  width: 91.8918918%;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  margin-top: 69px;
}

.full_post .content_post_wrap + .content_metabottom_wrap {
  margin-top: 30px;
}

.full_post .post-header + .content_metabottom_wrap {
  margin-top: 30px;
}

.page .content_metabottom_wrap {
  margin-top: 30px;
}

.meta-comments {
  display: inline-block;
}

.meta-comments:hover a, .meta-comments:hover a i.fa-comments {
  color: #bd8a49;
}

.post-header .cat-blog {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bd8a49;
  position: relative;
  font-size: 11px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}

.post-header .cat-blog a {
  color: #bd8a49;
}

.post_grid .post-header .cat-blog {
  margin-bottom: 0;
}

.cat-blog a {
  margin-bottom: 4px;
  display: inline-block;
}

.post_grid .cat-blog a:last-child {
  margin-bottom: 12px;
}

.cat-blog a:first-child {
  margin-left: 0;
  margin-right: 0;
}

.cat-blog a:hover {
  text-decoration: underline;
}

.post_format-post-format-chat .post-entry p:nth-child(even) {
  border-left: 2px solid #eee;
  padding-left: 8px;
}

.home .post_format-post-format-chat .post-entry p:last-child {
  border-left: none;
  padding-left: 0;
}

.post-entry .video-player {
  margin-top: 32px;
  margin-bottom: -3px;
}


/* Add to style Diamond Line */
/* Start */
.decorater {
  text-align: center;
  margin-bottom: 0;
  margin: 0 auto 0;
}

.line {
  display: inline-block;
  position: relative;
}

.line:before {
  right: 9px;
}

.line:before,
.line:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  border-bottom-color: #bd8a49;
  width: 40px;
  margin: 0 6px;
}

.dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #bd8a49;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: relative;
}

.post_grid .dot {
  top: 2px;
}
/* End  */


/*--------------------------------------------------------------
## Posts Entry
--------------------------------------------------------------*/
.post-entry {
  font-size: 12px;
  line-height: 27px;
  color: #242424;
  margin-top: 0;
}

.post-entry:before {
  content: '';
  display: table;
}

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

.post-entry p img:before {
  content: '';
  display: table;
  box-sizing: border-box;
}

/* Format Chat Post */
.single-post .format-chat .post-entry > p:nth-of-type(1)::first-letter, 
.blog .format-chat .post-entry > p:nth-of-type(1)::first-letter,
.single-post .format-status .post-entry > p:nth-of-type(1)::first-letter,
.blog .format-status .post-entry > p:nth-of-type(1)::first-letter,
.single-post .format-link .post-entry > p:nth-of-type(1)::first-letter,
.blog .format-link .post-entry > p:nth-of-type(1)::first-letter {
  float: none;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin-right:0;
  margin-left: 0;
  text-transform: initial;
}

.single-post .format-link .post-entry > p:nth-of-type(1)::first-letter,
.blog .format-link .post-entry > p:nth-of-type(1)::first-letter {
  color: #bd8a49;
  text-transform: initial;
}

.single-post .format-link .post-entry.excerpt-post-summary > p:nth-of-type(1)::first-letter,
.blog .format-link .post-entry.excerpt-post-summary > p:nth-of-type(1)::first-letter {
  color: inherit;
  text-transform: inherit;
}

.more-link {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.more-button {
  position: relative;
  display: inline-block;
  color: #f6f6f6;
  padding: 9px 25px 7px;
  background-color: #bd8a49;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 4px;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.more-button:hover {
  background-color: #d69139;
  text-decoration: none;
}

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

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

.post-entry p,
.post-entry ul,
.post-entry li,
.post-entry .wp-caption-text,
.post-entry address,
.post-entry pre,
.post-entry dt,
.post-entry dd,
.post-entry th,
.post-entry td {
  color: #333;
}

.post-entry tr:nth-child(even) {
  background-color: rgba(244, 244, 244, 0.5);
}

.post-entry p {
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.grid_post_wrap .post-entry p:after,.side_right .post-entry p:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-entry hr {
  margin-bottom: 8px;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  color: #333;
  font-weight: 700;
}

.post-entry h1 {
  font-size: 21px;
}

.post-entry h2 {
  font-size: 19px;
}

.post-entry h3 {
  font-size: 17px;
}

.post-entry h4 {
  font-size: 15px;
}

.post-entry h5 {
  font-size: 13px;
}

.post-entry h6 {
  font-size: 11px;
}

.post-entry hr {
  border: 0;
  height: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  clear: both;
  margin-bottom: 20px;
}

.post-entry blockquote p {
  color: #848484 !important;
  padding-left: 50px;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  position: relative;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

.post-entry blockquote p:before {
  display: block;
  content: "\201C";
  font-size: 75px;
  position: absolute;
  left: 0;
  top: 17px;
  color: #bd8a49 !important;
  font-family: serif;
}

/* Firefox fix */
@-moz-document url-prefix() { 
  .post-entry blockquote p:before {
    top:23px;
  }
}

.post-entry blockquote strong, .post-entry blockquote code, .post-entry blockquote em {
  font-size: 18px !important;
}


.post-entry p + ul,
.post-entry p + ol {
  margin-top: 20px;
}

.post-entry ul,
.post-entry ol {
  font-size: 14px;
  padding-left: 40px;
  margin-bottom: 15px;
}

.post-entry ul li {
  margin-bottom: 3px;
  list-style: disc;
}

.post-entry ol li {
  margin-bottom: 5px;
  list-style: decimal;
}

.post-entry table {
  font-size: 14px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 34px;
  border: 1px solid #eee;
  line-height: 20px;
}

.post-entry td,
.post-entry th {
  padding: 12px;
  border-bottom: 1px #eee solid;
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
}

.post-entry th {
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  background: #f4f4f4;
}

.post-meta {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 1.5px; 
  color: #737373;
}

.side_right .post-entry + .post-meta {
  margin-top: 20px;
}

.meta_bottom {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

span.posted, span.bypostauthor {
  text-transform: uppercase;
}

.page .meta_bottom {
  margin-bottom: 0;
}

/* Post Instagram Widget */
.post-entry .jr-insta-thumb {
  margin-top: 33px;
  margin-bottom: 33px;
}
.post-entry + .jr-insta-thumb {
  margin-top: 0 !important;
}

.post-entry .jr-insta-thumb ul.thumbnails li img:hover {
  opacity: 0.85;
}


/*--------------------------------------------------------------
## Posts Icon Author
--------------------------------------------------------------*/
.wrap_author_post {
  display: inline-block;
  position: relative;
  float: right;
}

.author-post-name {
  display: inline-block;
}

.author-post-name:hover a, .author-post-name:hover a i.fa-user { 
  color: #bd8a49; 
}

.wrap_author_post .author-post-name p {
  color: #333;
}

.wrap_author_post p {
  margin-bottom: 0;
}

.author-post-name a, .author-post-name .author-text {
  font-size: 11px;
  font-family: 'Exo', sans-serif;
  letter-spacing: 1px;
  color: #737373;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 0;
}

.author-post-name p > a {
  margin-right: 5px;
}

.author-post-name a i.fa-user {
  color: #737373;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  position: relative;
}

.wrap_author_post a i {
  font-size: 16px;
  line-height: 21px;
}

.post-share {
  display: inline-block;
  border-right: 0;
  position: relative;
  float: right;
  top: -3px;
}

.wrap_author_comment_count {
  display: inline-block;
  position: relative;
  float: left;
}

.meta-comments a, .meta-comments .comment-text {
  font-size: 11px;
  font-family: 'Exo', sans-serif;
  letter-spacing: 1px;
  color: #737373;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 0;
}

.meta-comments p > a {
  margin-right: 5px;
}

.wrap_author_comment_count .meta-comments p {
  color: #333;
}

.meta-comments a i.fa-comments {
  color: #737373;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  top: 1px;
  position: relative;
}

.wrap_author_comment_count a i {
  font-size: 16px;
  line-height: 21px;
}

.wrap_author_comment_count p {
  margin-bottom: 0;
}

.text_share {
  font-size: 11px;
  font-family: 'Exo', sans-serif;
  letter-spacing: 1px;
  color: #737373;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
  text-transform: uppercase;
}

.post-share a i {
  font-size: 16px;
  line-height: 28px;
}

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

.post-share a {
  display: inline-block;
  text-align: center;
  color: #737373;
  margin: 0 8px;
}

.post-share a:first-child  {
  margin: 0;
  margin-left: 0;
}

.post-share a:hover {
  color: #bd8a49;
}

.meta_date {
  display: inline-block;
  margin-top: 14px;
}

.post_grid .meta_date {
  margin-top: 20px;
}

.meta_author {
  display: inline-block;
  margin-top: 10px;
}

.meta_author a {
  text-transform: uppercase;
  color: #737373;
}

.meta_author a:hover {
  color: #bd8a49;
}

/*** Post Author ***/
.post-author {
  overflow: hidden;
  padding: 25px;
  padding-top: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  margin-bottom: 50px;
}

.author-img {
  float: left;
  margin-right: 30px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.page-template-page-authors .author-img:hover, .page-template-fullwidth-page-authors .author-img:hover {
  filter: brightness(80%);
}

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

.author-content {
  overflow: hidden;
}

.author-content h5 a {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
}

.author-content h5 a {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
}

.author-content h5 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.author-content h6 {
  color: #737373 !important;
  font-weight: 400;
  font-size: 11px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.author-content p {
  color: #737373;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 25px;
}

.author-content .author-social {
  font-size: 15px;
  color: #737373;
  margin-right: 12px;
  line-height: 30px;
}

.author-content .icon {
  height: 15px;
  width: 15px;
}

.author-content .icon.icon-google-plus {
  height: 15px;
  width: 18px;
}

.author-content a.author-social:hover {
  color: #bd8a49;
  text-decoration: none;
}


/*--------------------------------------------------------------
## Posts Tags
--------------------------------------------------------------*/
.post-tags {
  display: block;
  margin-top: 25px;
  color: #737373;
}

.post-tags i {
  margin-right: 10px;
  font-size: 16px;
  color: #737373;
}

.tag_title {
  display: none;
}

.tags_wrap {
  font-size: 0;
}

.tags_wrap a {
  font-size: 11px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #737373;
  padding: 1px 10px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Exo', sans-serif;
  background-color: #f1f1f1;
  font-weight: 700;
}

.tags_wrap a:first-child {
  margin-left: 0;
}

.tags_wrap a:hover {
  background-color: #bd8a49;
  color: #f9f9f9;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Post Pagination
--------------------------------------------------------------*/
.post-pagination {
  overflow: hidden;
  border-top: 1px solid #eee;
  margin-bottom: 50px;
}

.post-pagination .prev-post {
  text-align: left;
  overflow: hidden;
  padding-right: 20px;
}

.post-pagination .next-post {
  text-align: right;
  overflow: hidden;
  padding-left: 20px;
}

.prev-post, .next-post {
  padding-top: 20px; 
  padding-bottom: 20px; 
  cursor: pointer;
}

.post-pagi-cols {
  float: left;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.post-pagi-cols.next-thumb {
  float: right;
}

.post-pagi-cols.prev-thumb + .post-pagi-cols.next-thumb {
  float: left;
}

.post-pagi-cols.prev-thumb + .post-pagi-cols.next-thumb .next-post {
  border-left: 1px solid #eee;
}

.post-pagination .pagi-prevpost-title, .post-pagination .pagi-nextpost-title {
  color: #737373;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
  display: block;
}

/* Post Pagination Thumb Image */
.prev-pagi-thumb, .next-pagi-thumb {
  padding-top: 5px;
}

.prev-pagi-thumb {
  border-right: 1px solid #eee;
  float: left;
  margin-right: 25px;
}

.next-pagi-thumb {
  border-left: 1px solid #eee;
  float: right;
  margin-left: 25px;
}

.prev-pagi-item-thumb.wp-post-image, .next-pagi-item-thumb.wp-post-image {
  height: auto;
  max-width: 140px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.prev-post:hover .prev-pagi-item-thumb.wp-post-image {
  filter: brightness(80%);
}

.next-post:hover .next-pagi-item-thumb.wp-post-image {
  filter: brightness(80%);
}

.prevpost-btn {
  display: block;
  color: #333;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prevpost-btn:before {
  content: "\f0d9";
  position: relative;
  top: 0;
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 5px;
}

.nextpost-btn {
  display: block;
  color: #333;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nextpost-btn:after {
  content: "\f0da";
  position: relative;
  top: 0;
  font-family: FontAwesome;
  font-size: 15px;
}

.prev-post:hover .prevpost-btn {
  color: #bd8a49;
}
.prev-post:hover .pagi-prevpost-title {
  color: #bd8a49;
}

.next-post:hover .nextpost-btn {
  color: #bd8a49;
}
.next-post:hover .pagi-nextpost-title {
  color: #bd8a49;
}

/*--------------------------------------------------------------
## Post Custom Password Field
--------------------------------------------------------------*/
.post-password-form input[name="post_password"] {
  padding: 12px;
  border: 1px solid #eee;
  width: 100%;
  height: 30px;
  font-size: 13px;
  color: #555;
  line-height: 20px;
  box-sizing: border-box;
}

.post-password-form input {
  outline: none;
}

.post-password-form p > input {
  padding: 7px 20px;
  border: none;
  display: inline-block;
  letter-spacing: 4px;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  margin-right: 0;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  background-color: #333;
}

.post-password-form input[name="Submit"]:hover {
  background-color: #222;
}

.post-password-required label {
  margin-right: 5px;
}


/*--------------------------------------------------------------
## Post Related
--------------------------------------------------------------*/
.post-related {
  overflow: hidden;
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}

.post-related h2 {
  margin-bottom: 30px;
  text-align: center;
}

#related_heading {
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-block;
  color: #222;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 4px;
  text-transform: uppercase;
}

#related_heading:before {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #222;
  top: 6px;
  right: 110%;
  width: 20%;
}

#related_heading:after {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #222;
  top: 6px;
  left: 110%;
  width: 20%;
  margin-right: 25px;
}

.item-related {
  float: left;
  width: 232px;
  margin-right: 22px;
  margin-top: 35px;
}

.item-related > div:first-child.related-title {
  margin-top: -35px;
}

.item-related:last-child {
  margin-right: 0;
}

.fullwidth .item-related {
  width: 340px;
  margin-right: 30px;
}

#main.fullwidth .item-related:last-child {
  margin-right: 0;
}

.item-related img {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.item-related img:hover {
  filter: brightness(80%);
}

.item-related h3 {
  margin-bottom: 5px;
  text-align: center;
  word-wrap: break-word;
}

.item-related h3 a {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 23px;
}

.item-related h3 a:hover {
  text-decoration: underline;
}

.item-related span.date {
  font-size: 11px;
  color: #737373;
  letter-spacing: 1.5px;
}

.related-image {
  margin-top: -35px;
}

.related-date {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  margin-top: -34px;
  padding: 8px;
  width: 70%;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  box-sizing: border-box;
}

.related-title {
  margin-top: 5px;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments li {
  list-style: none;
}

.comment_heading {
  text-align: center;
  margin-bottom: 30px;
}

.comment_heading h4 {
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-block;
  color: #222;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.comment_heading h4:before {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #222;
  top: 6px;
  right: 113%;
  width: 30%;
}

.comment_heading h4:after {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #222;
  top: 6px;
  left: 110%;
  width: 30%;
}

.post-comments {
  background: #ffffff;
  margin-bottom: 50px;
}

.thecomment {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

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

.thecomment .comment-text {
  overflow: hidden;
}

.thecomment .comment-text p {
  color: #333;
  margin-bottom: 5px;
  font-size: 14px;
}

.thecomment .comment-text span.author,
.thecomment .comment-text span.author a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #222;
  display: block;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}

.thecomment .comment-text span.author a:hover {
  text-decoration: underline;
}

.thecomment .comment-text span.date {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}

.thecomment .comment-text em i {
  font-size: 14px;
  color: #f3bd00;
}

.post-comments span.reply a {
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #eee;
  border-color: #eee;
  color: #767676;
  padding: 6px 10px;
  margin-left: 7px;
  letter-spacing: 1px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}

.post-comments span.reply a.comment-reply-link {
  color: #767676;
  border-color: #bd8a49;
  padding-right: 8px;
}

.post-comments span.reply a.comment-reply-link:hover {
  background-color: #bd8a49;
  border-color: #bd8a49; 
  color: #fff;
}

.post-comments span.reply a.comment-edit-link {
  background-color: #333;
  border: 1px solid #333;
  color: #ffffff;
}

.post-comments span.reply a.comment-edit-link:hover {
  background-color: #222;
  border: 1px solid #222;
  color: #ffffff;
}

.post-comments span.reply a .comments ul.children {
  margin: 0 0 0 55px;
}

.comments ul.children li.thecomment {
  margin: 0 0 8px 0;
}

.comments ul.children {
  margin: 0 0 0 55px;
}

p.form-submit {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
## Comment Text
--------------------------------------------------------------*/
.comment-text h1 {font-size: 17px;}
.comment-text h2 {font-size: 16px;}
.comment-text h3 {font-size: 15px;}
.comment-text h4 {font-size: 14px;}
.comment-text h5 {font-size: 13px;}
.comment-text h6 {font-size: 12px;}

.comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.comment-text blockquote p {
  color: #848484 !important;
  padding-left: 42px;
  font-size: 16px !important;
  line-height: 30px;
  font-style: italic;
  position: relative;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

.comment-text blockquote p:before {
  display: block;
  content: "\201C";
  font-size: 64px;
  position: absolute;
  left: 0;
  top: 14px;
  color: #bd8a49 !important;
  font-family: serif;
}

.comment-text cite {
  font-size: 16px;
  color: #bd8a49;
  font-weight: 400;
  line-height: 30px;
  margin-left: 0.5em;
}

.comment-text table {
  font-size: 13px;
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #eee;
  line-height: 20px;
}

.comment-text td, .comment-text th {
  padding: 12px;
  border-bottom: 1px #eee solid;
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
}

.comment-text th {
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  background: #f4f4f4;
}

.comment-text td:first-child {
  font-weight: 700;
  background: #f4f4f4;
}

.comment-text tr:nth-child(odd) {
  background-color: #fdfdfd;
}

.comment-text ul, .comment-text ol {
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 15px;
}

.comment-text ul li {
  margin-bottom: 3px;
  list-style: disc;
}

.comment-text ol li {
  margin-bottom: 5px;
  list-style: decimal;
}

/*--------------------------------------------------------------
## Reply
--------------------------------------------------------------*/
#respond {
  overflow: hidden;
  margin-bottom: 20px;
}

#respond h3 {
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  color: #222;
  margin-bottom: 23px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

#respond h3 a {
  color: #222;
  display: inline-block;
}

#respond h3 small a {
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #bd8a49;
  font-size: 11px;
  font-weight: 700;
  color: #767676;
  padding: 6px 14px;
  margin-left: 7px;
  letter-spacing: 1px;
}

#respond h3 small a:hover {
  background-color: #bd8a49;
  border-color: #bd8a49;
  color: #fff;
}

#respond label {
  font-family: 'Exo', sans-serif;
  color: #333333;
  width: 62px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
}

span.required {
  color: red;
  font-size: 16px;
}

#respond input {
  display: block;
  padding: 10px;
  border: 1px solid;
  border-color: #aaa;
  margin-top: 4px;
  color: #555;
  margin-bottom: 15px;
  font-size: 14px;
  width: 250px;
  background-color: #fff;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

#respond input:focus, #respond input[type=text]:focus, #respond input[type=email]:focus, #respond input[type=url]:focus {
  border-color: #111;
  outline: none;
}

#respond textarea {
  padding: 12px;
  border: 1px solid;
  border-color: #aaa;
  width: 100%;
  height: 150px;
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
  line-height: 20px;
  box-sizing: border-box;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

#respond textarea:focus {
  border-color: #111;
  outline: none;
}

#respond #submit {
  padding: 14px 20px;
  display: inline-block;
  letter-spacing: 4px;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  border: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff !important;
  margin-right: 0;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background-color: #333;
  margin-bottom: 0;
  border-radius: 0;
}

#respond #submit:hover {
  background-color: #222;
}

input,
textarea {
  font-family: 'Lora', serif;
}


/*--------------------------------------------------------------
# Custom Pagination
--------------------------------------------------------------*/
.pagination {
  overflow: hidden;
  margin-bottom: 45px;
}

.pagination a {
  display: inline-block;
  font-family: 'Exo', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  color: #555;
  text-decoration: none;
  background: #f2f2f2;
  padding: 10px 14px 10px 18px;
}

.pagination a:hover {
  background: #bd8a49;
  color: #fff;
}

.pagination .newer {
  float: left;
}

.pagination .newer a:before {
  content: "\f104 \f104";
  position: relative;
  top: 0;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 700;
}

.pagination .older {
  float: right;
}

.pagination .older a:after {
  content: "\f105 \f105";
  position: relative;
  top: 0;
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 700;
}

.banner-bg {
  cursor: pointer;
  text-align: center;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.banner-bg:hover {
  filter: brightness(80%);
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## About Widget - Social Icons
--------------------------------------------------------------*/
.swanky_about_widget {
  padding: 0;
  border: 0;
  text-align: center;
}

.about-widget {
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 auto;
  z-index: 99;
  position: relative;
  width: 85%;
  box-sizing: border-box;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
}

.about-widget a {
  color: #bd8a49 !important;
}

.about-widget a:hover {
  text-decoration: underline;
}

.about-bg {
  background-color: #f1f1f1;
  padding-bottom: 23px;
}

.about_photo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.about_photo {
  margin-bottom: -64px;
}

.about-widget .sign {
  margin-top: 16px;
  display: inline-block;
}

.about-widget .name {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 10px;
  font-weight: 700;
}

.about-widget p {
  color: #333;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}

.widget-social {
  text-align: center;
  margin-top: 10px;
}

.widget-social a {
  display: inline-block;
  color: #333 !important;
  font-size: 16px;
  margin: 10px;
}

.widget-social a:hover {
  color: #666 !important;
}


/************** Widget list ***************/
.widget_archive, .widget_categories, .rss-date {
  font-family: 'Source Sans Pro', sans-serif;
}


/*--------------------------------------------------------------
## Latest Posts Widget
--------------------------------------------------------------*/
ul.latest_posts li {
  margin-bottom: 28px;
  padding-bottom: 24px;
  list-style: none;
}

.widget ul.lastest_news li {
  list-style-type: none;
  margin-bottom: 17px;
  padding-bottom: 13px;
  margin-left: 0;
}

.widget ul.lastest_news li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.side-item {
  overflow: hidden;
}

.side-image {
  float: left;
  margin-right: -15px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.side-image img {
  width: 100px;
  height: auto;
}

.side-text {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  z-index: 99;
  margin-top: 1px;
  margin-left: 2px;
  margin-bottom: 5px;
  word-wrap: break-word;
  padding: 12px 20px;
  padding-left: 16px;
  width: 98%;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.swanky_latest_posts_widget ul li:last-child .side-text {
  margin-bottom: 3px;
}

.side-item .side-image + .side-text {
  width: 70%;
  margin-top: 13px;
  margin-bottom: 12px;
}

.side-item:hover .side-image {
  filter: brightness(80%);
}

.side-text h4 a {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 23px;
}

.side-meta {
  color: #737373;
  font-size: 11px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.side-meta a {
  font-size: 12px !important;
  color: #737373 !important;
  font-style: italic;
  margin-left: 5px;
  font-family: 'Libre Baskerville', serif !important;
}

.side-meta a:first-child {
  margin-left: 0;
}


/*--------------------------------------------------------------
## Nav Menu Widget
--------------------------------------------------------------*/
.widget.widget_nav_menu .menu li, .widget-woocommerce.widget_nav_menu .menu li {
  margin-left: 0;
}

.widget.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li > ul.sub-menu {
  padding: 0;
  margin-left: 0 !important;
  margin-bottom: 1px; 
  margin-top: 0 !important;
}

.widget.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eee;
}

.widget.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li:first-child,
.widget-woocommerce.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eee;
}

.widget.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li a {
  margin: 8px 0;
}

.widget.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li.menu-item-has-children a {
  margin-bottom: 8px;
  margin-top: 8px;
}



/*--------------------------------------------------------------
## Categories Widget
--------------------------------------------------------------*/
.widget_categories {
  color: #a5a5a5;
}

/* Categories Widget & Archive Widget */
.widget_categories ul li, .widget_archive ul li, .widget-footer.widget_categories ul li, .widget-footer.widget_archive ul li, .widget-topbar.widget_categories ul li, .widget-topbar.widget_archive ul li  {
  font-weight: 700;
  color: #999;
}

.widget_categories a {
  margin-right: 3px;
}

.widget_categories ul.children li a:after {
  font-family: FontAwesome;
  content: "\f148";
  margin-left: 7px;
  font-size: 12px;
  opacity: 0.65;
}


/*--------------------------------------------------------------
## Pages Widget
--------------------------------------------------------------*/
.widget_pages li.page_item_has_children > a:after {
  font-family: FontAwesome;
  content: "\f149";
  margin-left: 7px;
  font-size: 12px;
  opacity: 0.65;
}


/*--------------------------------------------------------------
## Recent Comment
--------------------------------------------------------------*/
.widget ul li.recentcomments, .widget-footer ul li.recentcomments, .widget-topbar ul li.recentcomments, .widget-woocommerce ul li.recentcomments  {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  font-family: 'Exo', sans-serif;
}


/*--------------------------------------------------------------
## Tag Cloud Widget
--------------------------------------------------------------*/
.widget .tagcloud a, .widget-woocommerce .tagcloud a {
  font-size: 11px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #737373;
  padding: 6px 10px;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Exo', sans-serif;
  background-color: #f1f1f1;
  font-weight: 700;
}

.widget .tagcloud a:hover, .widget-woocommerce .tagcloud a:hover {
  background-color: #bd8a49;
  color: #f9f9f9;
}


/*--------------------------------------------------------------
## RSS Widget
--------------------------------------------------------------*/
.widget_rss h4 a.rsswidget {
  color: #222;
}

.widget_rss h4 a.rsswidget:hover {
  text-decoration: none;
}

span.rss-date {
  display: block;
  margin-top: 6px;
  margin-bottom: 12px;
  color: #737373;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.widget_rss .rssSummary {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.widget_rss cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
  margin-top: 5px;
  margin-left: 0;
  line-height: 18px;
}


/*--------------------------------------------------------------
## Calender Widget
--------------------------------------------------------------*/
#wp-calendar {
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

#wp-calendar caption {
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

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

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

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

#wp-calendar tbody td {
  background: #f9f9f9;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

#wp-calendar tbody td a {
  font-weight: 700;
  color: #333;
  text-decoration: none;
}

#wp-calendar tbody td:hover {
  background: #bd8a49;
  color: #ffffff;
}

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

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

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

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

#wp-calendar tfoot #prev a {
  font-family: 'Exo', sans-serif;
  color: #333;
}

#wp-calendar tfoot #next a {
  color: #333;
}

#wp-calendar thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.widget table {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
## Search Widget
--------------------------------------------------------------*/
.widget #searchform input#s, .widget-woocommerce #searchform input#s {
  font-family: 'Exo', sans-serif;
  border: 1px solid #eee;
  background: #ffffff url(img/searchsubmit.png) no-repeat 95% 14px;
  padding: 13px 14px;
  padding-right: 45px;
  font-size: 11px;
  color: #484848;
  letter-spacing: 1.5px;
  width: 260px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.widget #searchform #s:focus {
  border-color: #aaa;
  outline: none;
}

.widget #searchform input#s, .widget-woocommerce #searchform input#s {
  font-family: 'Exo', sans-serif;
  width: 100%;
  box-sizing: border-box;
}

.widget.widget_recent_comments ul li .comment-author-link a, .widget-woocommerce.widget_recent_comments ul li .comment-author-link a {
  color: #bd8a49 !important;
}

/*--------------------------------------------------------------
## Instagram Widget - Sidebar
--------------------------------------------------------------*/
.widget .jr-insta-thumb ul.thumbnails li img, .widget-woocommerce .jr-insta-thumb ul.thumbnails li img {
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.widget .jr-insta-thumb ul.thumbnails li img:hover, .widget-woocommerce .jr-insta-thumb ul.thumbnails li img:hover {
  filter: brightness(80%);
}

.jr-insta-thumb ul.thumbnails li:nth-last-child(-n+3) {
  margin: 0 0 0 2.5%;
}


/* Instagram Widget 2 */
.null-instagram-feed {
  text-align: center;
}
.null-instagram-feed p {
  margin-bottom: 0;
}
.null-instagram-feed p a {
  display: none;
}
#sidebar .instagram-pics {
  overflow: hidden;
}
#sidebar .instagram-pics li{
  width: 30%;
  display: inline-block;
  border-bottom: none;
  padding: 0;
  margin: 0 0 8px 8px;
  float: left;
}
#sidebar .instagram-pics li img{
  max-width: 100%;
  vertical-align: middle;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
#sidebar .instagram-pics li img:hover{
  filter: brightness(80%);
}


/*--------------------------------------------------------------
## Instagram Widget - Top Bar
--------------------------------------------------------------*/
.widget-topbar.jr-insta-slider {
  margin-bottom: 0;
}

.widget-topbar.jr-insta-slider .block-heading {
  display: none;  
}

.widget-topbar .jr-insta-thumb ul.thumbnails.no-border li {
  margin-top: 0px !important;
}

.widget-topbar .jr-insta-thumb img {
  font-size: 0;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.widget-topbar .jr-insta-thumb img:hover {
  filter: brightness(80%);
}



/*--------------------------------------------------------------
## Swanky Facebook Widget 
--------------------------------------------------------------*/
.swanky_facebook_widget {
  text-align: center;
}


/*--------------------------------------------------------------
## Text Widget
--------------------------------------------------------------*/
.widget_media_image {
  text-align: center;
} 

/*--------------------------------------------------------------
## Recent Post Widget
--------------------------------------------------------------*/
.widget_recent_entries .post-date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  color: #737373;
  display: block;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
} 



/*--------------------------------------------------------------
## Audio Widget
--------------------------------------------------------------*/
.widget .mejs-audio {
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## RSS Widget
--------------------------------------------------------------*/
.widget_rss ul li {
  margin-bottom: 21px;
}

.widget_rss ul li:last-child cite {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Custom Menu
--------------------------------------------------------------*/
.widget ul.menu li,
.widget-footer ul.menu li,
.widget-topbar ul.menu li {
  display: block;
  margin-right: 0;
  position: inherit;
}

.widget-footer ul.menu li, .widget-topbar ul.menu li {
  display: block;
  margin-right: 0;
  position: inherit;
  margin: 0 auto;
}

.widget-footer ul.menu ul.sub-menu li,
.widget ul.menu ul.sub-menu li, .widget-topbar ul.menu ul.sub-menu li {
  padding-bottom: 0;   
}

.widget-footer .menu .sub-menu,
.widget .menu .sub-menu, .widget-topbar .menu .sub-menu {
  display: block;
  position: inherit;
  border-top: 1px solid;
  border-top-color: #eee;
  margin-top: 8px !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.widget-footer ul.menu ul.sub-menu li, .widget-topbar ul.menu ul.sub-menu li {
  margin-top: 6px;
  padding-bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.widget-footer .menu .sub-menu, .widget-topbar .menu .sub-menu {
  margin-top: 4px !important;
  text-align: center;
  margin: 0 auto;
}

.widget-footer ul.menu ul.sub-menu li:hover,
.widget ul.menu ul.sub-menu li:hover,
.widget-topbar ul.menu ul.sub-menu li:hover {
  background-color: initial;
}

.widget-footer ul.menu ul.sub-menu li a,
.widget ul.menu ul.sub-menu li a,
.widget-topbar ul.menu ul.sub-menu li a,
.widget-woocommerce ul.menu ul.sub-menu li a {
  border: none;
  padding: 0;
  margin: 8px 0;
}

.widget.widget_nav_menu ul li a, .widget.widget_nav_menu ul.menu ul.sub-menu li a {
  color: #333;
}

.widget.widget_nav_menu ul li a:hover, .widget.widget_nav_menu ul.menu ul.sub-menu li a:hover {
  text-decoration: underline;
}

.widget-footer ul.menu ul.sub-menu li a:hover,
.widget ul.menu ul.sub-menu li a:hover,
.widget-topbar ul.menu ul.sub-menu li a:hover { 
  color: #333; 
}


.widget-footer ul.menu ul.sub-menu li.menu-item-has-children, .widget-topbar ul.menu ul.sub-menu li.menu-item-has-children {
  padding-bottom: 0;
  width: 100%;
}

.widget-footer ul li.menu-item-has-children, .widget-topbar ul li.menu-item-has-children {
  padding-bottom: 0;
}

.widget ul li.menu-item-has-children {
  padding-bottom: 0;
}

.widget-woocommerce ul li.menu-item-has-children {
  padding-bottom: 5px;
}

.widget .menu > li.menu-item-has-children > a:after, .widget-woocommerce .menu > li.menu-item-has-children > a:after {
  content: "\f149";
}

.widget .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after, .widget-woocommerce .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after {
  content: "\f149";
}

.widget-footer .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after, 
.widget-topbar .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after {
  content: "\f107";
}

.widget-footer ul.menu ul.sub-menu li:first-child, .widget-topbar ul.menu ul.sub-menu li:first-child {
  margin-top: 4px;
  margin-bottom: 4px;
}


/*--------------------------------------------------------------
## Top Bar - Widget Area
--------------------------------------------------------------*/

.widget-topbar {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 35px;
}

.widget-topbar:first-child {
  margin-top: 0;
}

.widget-topbar a:hover {
  text-decoration: underline;
}

.widget-topbar ul li {
  margin-top: 9px !important;
  padding-bottom: 9px;
  border-bottom: 1px solid;
  border-bottom-color: #eee !important;
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
  width: 98%;
  list-style: none;
  margin: 0 auto;
}

.widget-topbar ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
} 

#top-instagram {
  overflow: hidden;
}

#top-instagram .mc4wp-form label:first-child {
  font-family: 'Exo', sans-serif;
  position: relative;
  text-transform: uppercase;
  top: 4px;
  display: inline-block;
  text-align: center;
  color: #222;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-right: 24px;
}

#top-instagram .mc4wp-form label:first-child:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  font-weight: 400;
  font-size: 17px;
  margin-right: 9px;
  position: relative;
  top: -1px;
}

#top-instagram .mc4wp-form label:nth-child(2) {
  display: none;
}

.widget-topbar ul li.cat-item ul.children li {
  border-bottom: none;
  padding-bottom: 0;
  border-top: 1px solid;
  border-top-color: #eee;
  padding-top: 8px;
  width: 100%;
}

.widget-topbar ul li.page_item ul.children li {
  border-bottom: none;
  padding-bottom: 0;
  border-top: 1px solid;
  border-top-color: #eee;
  padding-top: 8px;
  width: 100%;
}

.widget-topbar ul.menu li ul.sub-menu {
  margin-top: 8px !important;
  border-top: 1px solid;
  border-top-color: #eee;
}

.widget-topbar.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li > ul.sub-menu {
  padding: 0;
}

.widget-topbar.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li {
  margin-top: 0 !important;
  border-top: 1px solid;
  border-top-color: #eee;
}

.widget-topbar.widget_nav_menu .menu-main-menu-container > ul.menu > li.menu-item-has-children > ul.sub-menu > li:first-child {
  border-top: none;
}

.widget-topbar ul li a:hover {
  text-decoration: underline;
}

.widget-topbar ul.menu li a:hover {
  border-bottom: none;
}

.widget-topbar ul li a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
}

.widget-topbar strong {
  font-weight: 700;
}

.widget-topbar .wp-caption {
  width: 98%;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 20px;
}

/* Top Bar - Tag Cloud Widget */
.widget-topbar.widget_tag_cloud .tagcloud {
  width: 98%;
  margin: 0 auto;
}

.widget-topbar .tagcloud a {
  font-size: 11px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #737373;
  padding: 6px 10px;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Exo', sans-serif;
  background-color: #f1f1f1;
  font-weight: 700;
}

.widget-topbar .tagcloud a:hover {
  background-color: #bd8a49;
  color: #f9f9f9;
}

/* Top Bar - Featured Post Widget */
.widget-topbar .trending_widget > .bx-wrapper .bx-controls-direction i.fa-angle-left {
  top: -5px;
  left: -2px;
}

.widget-topbar .trending_widget > .bx-wrapper .bx-controls-direction i.fa-angle-right {
  top: -1px;
  left: 3px;
}

.widget-topbar .trending_widget_overlay h4 a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  display: block;
}

.widget-topbar .trending_widget_overlay h4 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.widget-topbar .trending_widget_cat {
  margin-bottom: 4px;
  color: #bd8a49;
  display: block;
}

.widget-topbar .trending_widget_cat a {
  color: #bd8a49 !important;
  font-size: 10px;
  letter-spacing: 2px;
}

.widget-topbar .trending_widget_cat a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* Top Bar - Latest Post Widget */
.widget-topbar ul.latest_posts li {
  padding-top: 24px;
  padding-bottom: 24px;
}

.widget-topbar ul li .side-text {
  text-align: left;
  margin: 0 auto;
  margin-left: 0px;
  padding: 12px 20px;
  margin-top: 1px;
  margin-bottom: 5px;
  width: 99%;
}

.widget-topbar ul li .side-image {
  float: left;
  margin-top: 5px;
  margin-right: -22px;
}

.widget-topbar .side-item .side-image + .side-text {
  width: 92%;
  margin-top: 18px;
}

.widget-topbar .block-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #222;
  padding: 18px 0 18px 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.widget-topbar.null-instagram-feed .block-heading {
  display: none;
}

/* Top Bar - RSS Widget */
.widget-topbar.widget_rss ul li {
  margin-bottom: 21px;
}

.widget-topbar.widget_rss ul li:last-child {
  border-bottom: none;
}

/* Top Bar - Nav Menu */
.widget-topbar.widget_nav_menu .menu > li.menu-item-has-children > a:after {
  content: "\f149";
}

.widget-topbar.widget_nav_menu .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after {
  content: "\f149";
}

/* Top Bar - About Widget */
.widget-topbar .about-bg {
  width: 98%;
  margin: 0 auto;
}

.widget-topbar .about-widget {
  width: 97%;
}

/* Top Bar - Search */
.widget-topbar.widget_search #searchform input#s {
  font-family: 'Exo', sans-serif;
  border: 1px solid #eee;
  background: #ffffff url(img/searchsubmit.png) no-repeat 95% 14px;
  padding: 13px 14px;
  padding-right: 42px;
  font-size: 11px;
  color: #484848;
  letter-spacing: 1.5px;
  width: 260px;
  box-sizing: border-box;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.widget-topbar.widget_search #searchform #s:focus {
  border-color: #aaa;
  outline: none;
}

/* Top Bar - Text Widget */
.widget-topbar.widget_text .textwidget {
  display: inline-block;
}

.widget-topbar.widget_text ul {
  padding-left: 60px;
}

.widget-topbar.widget_text ul li {
  color: #333;
  font-size: 13px;
  line-height: 22px;
  border-bottom: none;
  margin-top: 0 !important;
  margin-bottom: 0;
  letter-spacing: 0;
  padding-bottom: 0;
  list-style: disc;
  text-align: left;
  width: 100%;
}

.widget-topbar.widget_text ol {
  padding-left: 60px;
}

.widget-topbar.widget_text ol li {
  margin: 0 auto;
  text-align: left;
}
    
.widget-topbar.widget_text select {
  margin-top: 15px;
}

/* Top Bar - Calendar Widget */
#top-instagram .calendar_wrap {
  width: 98%;
  margin: 0 auto;
}

.widget-topbar td#prev a {
  float: left;
}

.widget-topbar td#next a {
  float: right;
}

/* Top Bar - Select HTML Element */
.widget-topbar form {
  width: 98%;
  margin: 0 auto;
}

.widget-topbar select {
  width: 98%;
  margin: 0 auto;
}

.widget-topbar.widget_text select {
  width: 100%;
}

.woocommerce .widget-topbar select {
  width: 98%;
}

.woocommerce .widget-topbar.widget_text select {
  width: 100%;
}

.widget-topbar.widget_text .textwidget p {
  width: 98%;
  margin: 0 auto;
}

/* Top Bar - Categories Widget */
.widget-topbar.widget_categories select {
  width: 100%;
}

/* Top Bar - Custom Categories Widget */
.widget-topbar ul.categories_image li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
}

.widget-topbar ul li .cat-widget-overlay a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.widget-topbar .categories_image ul {
  margin-bottom: 20px;
}

.widget-topbar .categories_image li {
  width: 98%;
  height: 155px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px !important;
  padding-bottom: 0;
  text-align: center;
  border-bottom: none;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.widget-topbar .categories_image li a {
  font-size: 12px;
  letter-spacing: 2px;
  top: 70px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.widget-topbar .categories_image li:hover a {
  text-decoration: underline;
}

.widget-topbar .categories_image li:hover .cat-widget-overlay {
  background-color: rgba(0, 0, 0, 0.72);
}


/* Top Bar - Instagram Widget */
.widget-topbar.jr-insta-slider {
  margin-bottom: 0;
}

.widget-topbar.jr-insta-slider + .widget-topbar {
  margin-top: 0;
}

.widget-topbar.widget_mc4wp_form_widget + .widget-topbar {
  margin-top: 0;
}

.widget-topbar.jr-insta-slider .block-heading {
  margin-bottom: 0;
  background: transparent;
}

.widget-topbar.jr-insta-slider .block-heading {
  background: transparent;
}

.widget-topbar .jr-insta-thumb ul.thumbnails.no-border li {
  margin-top: 0px !important;
}

.widget-topbar .jr-insta-thumb img {
  font-size: 0;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.widget-topbar .jr-insta-thumb img:hover {
  filter: brightness(80%);
}


/* Top Bar - Instagram Widget 2 */
.widget-topbar.null-instagram-feed {
  margin-top: 0;
  margin-bottom: 0;
}

.widget-topbar.null-instagram-feed .instagram-pics li {
  width: 9.090909090909091%;
  display: inline;
  float: left;
  margin-top: 0 !important;
  padding-bottom: 0;
  border-bottom: none;
}
.widget-topbar.null-instagram-feed .instagram-pics li img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}



/* Top Bar - Trending Widget */
.widget-topbar.swanky_trending_posts_widget .bx-wrapper {
  width: 98%;
}

.widget-topbar.swanky_trending_posts_widget ul li {
  margin-top: 0 !important;
}

/* Top Bar - Audio/Video Widget */
.widget-topbar .mejs-container {
  width: 98% !important;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0);
}

#top-instagram .menu .sub-menu,
#top-instagram .menu .children {
  z-index: 1;
  margin-bottom: 4px;
}

/* Top Bar - Recent Comments */
.widget-topbar.widget_recent_comments ul li .comment-author-link a {
  color: #bd8a49 !important;
}


/*--------------------------------------------------------------
## Footer - Widget Area
--------------------------------------------------------------*/
#footer {
  margin-top: 100px;
  position: relative;
}

.widget-footer {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 35px;
}

.widget-footer:first-child {
  margin-top: 0;
}

.widget-footer a:hover {
  text-decoration: underline;
}

.widget-footer ul li {
  margin-top: 9px !important;
  padding-bottom: 9px;
  border-bottom: 1px solid;
  border-bottom-color: #eee !important;
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
  width: 98%;
  list-style: none;
  margin: 0 auto;
}

.widget-footer ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
} 

#footer .mc4wp-form label:first-child {
  font-family: 'Exo', sans-serif;
  position: relative;
  text-transform: uppercase;
  top: 4px;
  display: inline-block;
  text-align: center;
  color: #222;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-right: 24px;
}

#footer .mc4wp-form label:first-child:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  font-weight: 400;
  font-size: 17px;
  margin-right: 9px;
  position: relative;
  top: -1px;
}

#footer .mc4wp-form label:nth-child(2) {
  display: none;
}

.widget-footer ul li.cat-item ul.children li {
  border-bottom: none;
  padding-bottom: 0;
  border-top: 1px solid;
  border-top-color: #eee;
  padding-top: 8px;
  width: 100%;
}

.widget-footer ul li.page_item ul.children li {
  border-bottom: none;
  padding-bottom: 0;
  border-top: 1px solid;
  border-top-color: #eee;
  padding-top: 8px;
  width: 100%;
}

.widget-footer ul.menu li ul.sub-menu {
  margin-top: 8px !important;
  border-top: 1px solid;
  border-top-color: #eee;
}

.widget-footer.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li > ul.sub-menu {
  padding: 0;
}

.widget-footer.widget_nav_menu .menu-main-menu-container > .menu ul.sub-menu > li {
  margin-top: 0 !important;
  border-top: 1px solid;
  border-top-color: #eee;
}

.widget-footer.widget_nav_menu .menu-main-menu-container > ul.menu > li.menu-item-has-children > ul.sub-menu > li:first-child {
  border-top: none;
}

.widget-footer ul li a:hover {
  text-decoration: underline;
}

.widget-footer ul.menu li a:hover {
  border-bottom: none;
}

.widget-footer ul li a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
}

.widget-footer strong {
  font-weight: 700;
}

.widget-footer .wp-caption {
  width: 98%;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 20px;
}

/* Footer Tag Cloud Widget */
.widget-footer.widget_tag_cloud .tagcloud {
  width: 98%;
  margin: 0 auto;
}

.widget-footer .tagcloud a {
  font-size: 11px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #737373;
  padding: 6px 10px;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Exo', sans-serif;
  background-color: #f1f1f1;
  font-weight: 700;
}

.widget-footer .tagcloud a:hover {
  background-color: #bd8a49;
  color: #f9f9f9;
}

/* Footer Featured Post Widget */
.widget-footer .trending_widget > .bx-wrapper .bx-controls-direction i.fa-angle-left {
  top: -5px;
  left: -2px;
}

.widget-footer .trending_widget > .bx-wrapper .bx-controls-direction i.fa-angle-right {
  top: -1px;
  left: 3px;
}

.widget-footer .trending_widget_overlay h4 a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  display: block;
}

.widget-footer .trending_widget_overlay h4 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.widget-footer .trending_widget_cat {
  margin-bottom: 4px;
  color: #bd8a49;
  display: block;
}

.widget-footer .trending_widget_cat a {
  color: #bd8a49 !important;
  font-size: 10px;
  letter-spacing: 2px;
}

.widget-footer .trending_widget_cat a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* Footer Latest Post Widget */
.widget-footer ul.latest_posts li {
  padding-top: 24px;
  padding-bottom: 24px;
}

.widget-footer ul li .side-text {
  text-align: left;
  margin: 0 auto;
  margin-left: 0px;
  padding: 12px 20px;
  margin-top: 1px;
  margin-bottom: 5px;
  width: 99%;
}

.widget-footer ul li .side-image {
  float: left;
  margin-top: 5px;
  margin-right: -22px;
}

.widget-footer .side-item .side-image + .side-text {
  width: 92%;
  margin-top: 18px;
}

.widget-footer .block-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #222;
  padding: 18px 0 18px 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.widget-footer.null-instagram-feed .block-heading {
  margin-bottom: 0;
}

/* Footer RSS Widget */
.widget-footer.widget_rss ul li {
  margin-bottom: 21px;
}

.widget-footer.widget_rss ul li:last-child {
  border-bottom: none;
}

/* Footer Nav Menu */
.widget-footer.widget_nav_menu .menu > li.menu-item-has-children > a:after {
  content: "\f149";
}

.widget-footer.widget_nav_menu .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after {
  content: "\f149";
}

/* Footer About Widget */
.widget-footer .about-bg {
  width: 98%;
  margin: 0 auto;
}

.widget-footer .about-widget {
  width: 97%;
}

/* Footer - Search */
.widget-footer.widget_search #searchform input#s {
  font-family: 'Exo', sans-serif;
  border: 1px solid #eee;
  background: #ffffff url(img/searchsubmit.png) no-repeat 95% 14px;
  padding: 13px 14px;
  padding-right: 42px;
  font-size: 11px;
  color: #484848;
  letter-spacing: 1.5px;
  width: 260px;
  box-sizing: border-box;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.widget-footer.widget_search #searchform #s:focus {
  border-color: #aaa;
  outline: none;
}

/* Footer Text Widget */
.widget-footer.widget_text .textwidget {
  display: inline-block;
}

.widget-footer.widget_text .textwidget p {
  width: 98%;
  margin: 0 auto;
}

.widget-footer.widget_text ul {
  padding-left: 60px;
}

.widget-footer.widget_text ul li {
  color: #333;
  font-size: 13px;
  line-height: 22px;
  border-bottom: none;
  margin-top: 0 !important;
  margin-bottom: 0;
  letter-spacing: 0;
  padding-bottom: 0;
  list-style: disc;
  text-align: left;
  width: 100%;
}

.widget-footer.widget_text ol {
  padding-left: 60px;
}

.widget-footer.widget_text ol li {
  margin: 0 auto;
  text-align: left;
}
    
.widget-footer.widget_text select {
  margin-top: 15px;
  width: 100%;
}

.woocommerce .widget-footer.widget_text select {
  width: 100%;
}

/* Footer Calendar Widget */
#footer-widget .calendar_wrap {
  width: 98%;
  margin: 0 auto;
}

.widget-footer td#prev a {
  float: left;
}

.widget-footer td#next a {
  float: right;
}

/* Footer Select HTML Element */
.widget-footer form {
  width: 98%;
  margin: 0 auto;
}

.widget-footer select {
  width: 98%;
  margin: 0 auto;
}

.woocommerce .widget-footer select {
  width: 98%;
}

/* Footer Categories Widget */
.widget-footer.widget_categories select {
  width: 100%;
}

.woocommerce .widget-footer.widget_categories select {
  width: 100%;
}

/* Footer Custom Categories Widget */
.widget-footer ul.categories_image li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
}

.widget-footer ul li .cat-widget-overlay a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.widget-footer .categories_image ul {
  margin-bottom: 20px;
}

.widget-footer .categories_image li {
  width: 98%;
  height: 155px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px !important;
  padding-bottom: 0;
  text-align: center;
  border-bottom: none;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.widget-footer .categories_image li a {
  font-size: 12px;
  letter-spacing: 2px;
  top: 70px;
  color: #fff !important;
  font-weight: 700;
  display: inline-block;
}

.widget-footer .categories_image li:hover a {
  text-decoration: underline;
}

.widget-footer .categories_image li:hover .cat-widget-overlay {
  background-color: rgba(0, 0, 0, 0.72);
}


/* Footer Instagram Widget */
.widget-footer.jr-insta-slider {
  margin-bottom: 0;
}

.widget-footer.jr-insta-slider + .widget-footer {
  margin-top: 0;
}

.widget-footer.widget_mc4wp_form_widget + .widget-footer {
  margin-top: 0;
}

.widget-footer.jr-insta-slider .block-heading {
  margin-bottom: 0;
  background: transparent;
}

.widget-footer.jr-insta-slider .block-heading {
  background: transparent;
}

.widget-footer .jr-insta-thumb ul.thumbnails.no-border li {
  margin-top: 0px !important;
}

.widget-footer .jr-insta-thumb img {
  font-size: 0;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.widget-footer .jr-insta-thumb img:hover {
  filter: brightness(80%);
}


/* Footer Instagram Widget 2 */
.widget-footer.null-instagram-feed {
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
}
.instagram-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.widget-footer.null-instagram-feed ul.instagram-pics li {
  width: 12.5%;
  display: inline;
  float: left;
  margin-top: 0 !important;
  padding-bottom: 0;
  border-bottom: none;
}
.widget-footer.null-instagram-feed ul.instagram-pics li img {
  max-width: 100%;
  vertical-align: middle;
}
.widget-footer.null-instagram-feed ul.instagram-pics li img:hover {
  opacity: .87;
}

/* Footer Trending Widget */
.widget-footer.swanky_trending_posts_widget .bx-wrapper {
  width: 98%;
}

.widget-footer.swanky_trending_posts_widget ul li {
  margin-top: 0 !important;
}

/* Footer Audio/Video Widget */
.widget-footer .mejs-container {
  width: 98% !important;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0);
}


/* Footer - Recent Comments */
.widget-footer.widget_recent_comments ul li .comment-author-link a {
  color: #bd8a49 !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer_meta {
  overflow: hidden;
  padding: 30px 0;
  background-color: #262626;
  margin-top: 30px;
}

footer#footer #footer-widget + #footer_meta {
  margin-top: 0;
}

#footer_meta h2 {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  color: #c9c9c9;
  font-weight: 700;
  padding-top: 3px;
  line-height: 20px;
  letter-spacing: 1px;
}

#footer_meta h2 a {
  color: #ffffff;
}

#footer_meta h2 a:hover {
  color: #bd8a49;
}


.footer_social {
  float: right;
  text-align: right;
}

.footer_social .menu li a {
  display: inline-block;
  color: #c9c9c9;
  line-height: 2;
}

.footer_social .menu li a:hover {
  color: #bd8a49;
}

.footer_social .menu li {
  margin-right: 2px;
}

.footer_social a:first-child {
  margin-left: 0;
}

.footer_social .icon {
  height: 18px;
  top: 3px;
  width: 22px;
  vertical-align: top;
}

.wrap_to_top {
  text-align: right;
  display: block;
  margin-bottom: -66px;
  z-index: 999;
  position: relative;
}

.to-top {
  margin: 0 5px;
  display: block;
  -webkit-backface-visibility: visible;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  width: 35px;
  height: 35px;
  background-color: #333;
  border-bottom: 1px solid rgba(201, 201, 201, 0.4);
  border-left: 1px solid rgba(201, 201, 201, 0.4);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: relative;
  left: 94.4%;
  top: -10px;
}

.to-top:hover {
  background-color: #111;
}

.to-top i {
  font-size: 18px;
  padding: 15px;
  border-bottom: 0;
  color: #c9c9c9;
  left: -2px;
  top: -8px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}

.to-top:hover i {
  color: #bd8a49;
}

#footer-copyright .to-top:hover {
  text-decoration: none;
}


/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Archive Header
--------------------------------------------------------------*/
.archive #header .menu_wrap {  
  border-bottom: 1px solid #eee;
}

.archive-box {
  padding: 35px 19px 30px;
  margin-bottom: 50px;
  background-color: #ffffff;
  text-align: center;
  font-family: 'Exo', sans-serif;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #bd8a49;
  border-top: 2px solid #bd8a49;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  box-sizing: border-box;
  box-shadow: 0px 10px 13px -5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 13px -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 13px -5px rgba(0, 0, 0, 0.05);
}

.archive-box span {
  font-size: 12px;
  color: #737373;
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.archive-box h1 {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  color: #737373;
  font-weight: 700;
}

.category-description {
  padding: 0 8px;
}

.archive-box p {
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 25px;
  margin: 10px 0 0;
  color: #737373;
  font-weight: 400;
}


/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error404 .error-page {
  text-align: center;
}

.error404 .error-page h1 {
  font-size: 190px;
}

.error404 .error-page p {
  margin-bottom: 0em;
}

.error404 .error-page form {
  margin-top: 1.5em;
}

.error404 #header .container {
  border-bottom: 1px solid #eee;
}

.error-page #searchform input#s {
  font-family: 'Exo', sans-serif;
  border: 1px solid #eee;
  background: #ffffff url(img/searchsubmit.png) no-repeat 95% 14px;
  padding: 13px 14px;
  padding-right: 42px;
  font-size: 11px;
  color: #484848;
  letter-spacing: 1.5px;
  width: 260px;
  box-sizing: border-box;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.error-page #searchform #s:focus {
  border-color: #aaa;
  outline: none;
}



/*--------------------------------------------------------------
# Search Result Page
--------------------------------------------------------------*/
.search.search-results #header .container {
  border-bottom: 1px solid #eee;
}

/* No Results Found */
.search.search-no-results #header .container {
  border-bottom: 1px solid #eee;
}

.search.search-no-results .search-nothing {
  text-align: center;
}

.search.search-no-results .search-nothing h1 {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;  
  margin-bottom: 1em;
}

.search-nothing #searchform input#s {
  font-family: 'Exo', sans-serif;
  border: 1px solid #eee;
  background: #ffffff url(img/searchsubmit.png) no-repeat 95% 14px;
  padding: 13px 14px;
  font-size: 11px;
  color: #484848;
  letter-spacing: 1.5px;
  width: 260px;
  box-sizing: border-box;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.search-nothing #searchform #s:focus {
  outline: none;
  border-color: #aaa;
}



/*--------------------------------------------------------------
# Contact Form 7 - Custom Styles
--------------------------------------------------------------*/
.wpcf7 input {
  width: 300px;
}

div.wpcf7 {
  overflow: hidden;
}

.wpcf7-form p {
  font-family: 'Exo', sans-serif;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wpcf7 input,
.wpcf7 textarea {
  padding: 12px;
  border: 1px solid #eee;
  margin-right: 10px;
  color: #333;
  font-size: 14px;
  outline: none;
  margin-top: 5px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #aaa;
  outline: none;
}

.wpcf7 textarea {
  height: 150px;
}

.wpcf7 .wpcf7-submit {
  padding: 14px 20px;
  display: inline-block;
  font-family: 'Exo', sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  background-color: #333;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

.wpcf7 .wpcf7-submit:hover {
  background-color: #222;
}

.wpcf7-form-control-wrap {
  margin-bottom: 15px;
}

div.wpcf7-spam-blocked {
  border: 1px solid #bd8a49;
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  margin: 0;
}

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

a img.alignnone {
  margin: 0 20px 5px 0;
}

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

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


/*--------------------------------------------------------------
# Custom Pagination 2
--------------------------------------------------------------*/
.custom-pagination {
  text-align: center;
  margin-bottom: 45px;
}

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  margin: 0 8px;
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.custom-pagination a:hover {
  color: #bd8a49;
}

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}

.custom-pagination .prev,
.custom-pagination .next {
  font-size: 10px;
  text-transform: uppercase;
}

.custom-pagination .prev:before {
  content: "\f053";
  position: relative;
  top: 1px;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 12px;
}

.custom-pagination .next:after {
  content: "\f105";
  position: relative;
  top: 0;
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 12px;
}

.custom-pagination span.dots {
  padding: 0;
  color: #000;
}

.custom-pagination span.current {
  font-size: 17px;
}

/*--------------------------------------------------------------
# Mailchimp Widget - Custom Styles
--------------------------------------------------------------*/
.mc4wp-form {
  margin: 0 !important;
  padding: 20px;
  text-align: center;
  font-size: 0;
  background-color: #f1f1f1;
}

#sidebar .widget.widget_mc4wp_form_widget > h4.widget-heading {
  display: none;
}

.mc4wp-alert {
  font-size: initial;
}

#sidebar .mc4wp-form label:first-child {
  font-family: 'Exo', sans-serif;
  display: block;
  margin-bottom: 14px;
  margin-top: 14px;
  text-transform: uppercase;
  font-size: 16px;
  color: #222;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  font-weight: 700;
}

#sidebar .mc4wp-form label:nth-child(2) {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
  color: #737373;
  display: block;
}

#subscribe-submit input[type=submit],
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit] {
  padding: 14px 20px !important;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px !important;
  background-color: #333 !important;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-weight: 700;
  margin-bottom: 0 !important;
}

#subscribe-submit input[type=submit]:hover,
.mc4wp-form input[type=submit]:hover {
  background-color: #222 !important;
}

.widget .mc4wp-form input, .widget-woocommerce .mc4wp-form input {
  padding: 11px 14px !important;
  color: #555;
  font-family: 'Exo', sans-serif;
  letter-spacing: 4px;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100% !important;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #f9f9f9;
  line-height: 20px;
  -webkit-appearance: none;
}

#sidebar .mailchimp-box {
  padding-top: 18px;
}

#sidebar .widget_mc4wp_form_widget label:first-child:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
}

#sidebar .widget_mc4wp_form_widget p {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 22px;
}


.widget .mc4wp-form input[type=email], .widget-woocommerce .mc4wp-form input[type=email],
.widget .mc4wp-form input[type=text], .widget-woocommerce .mc4wp-form input[type=text] {
  padding: 11px 14px !important;
  color: #555;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  width: 100% !important;
  box-sizing: border-box;
  outline: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  line-height: 20px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.widget .mc4wp-form input[type=email]:focus, .widget-woocommerce .mc4wp-form input[type=email]:focus,
.widget .mc4wp-form input[type=text]:focus, .widget-woocommerce .mc4wp-form input[type=text]:focus {
  border-color: #aaa;
  outline: none;
}

#subscribe-submit::-webkit-input-placeholder,
.mc4wp-form::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  color: #999;
}

#subscribe-submit::-moz-placeholder,
.mc4wp-form::-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  color: #999;
}

#subscribe-submit::-moz-placeholder,
.mc4wp-form::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  color: #999;
}

#subscribe-submit::-ms-input-placeholder,
.mc4wp-form:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  color: #999;
}

.widget .mc4wp-form input[type=email]:focus {
  border-color: #aaa;
}


/*--------------------------------------------------------------
# List categories with featured images Widget
--------------------------------------------------------------*/
.widget .categories_image li, .widget-woocommerce .categories_image li {
  width: 100%;
  height: 155px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-align: center;
  border-bottom: none;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.widget .categories_image li:hover .cat-widget-overlay, .widget-woocommerce .categories_image li:hover .cat-widget-overlay  {
  background-color: rgba(0, 0, 0, 0.72);
}

.widget .categories_image li:hover a, .widget-woocommerce .categories_image li:hover a {
  text-decoration: underline;
}

.widget .categories_image li:last-child, .widget-woocommerce .categories_image li:last-child {
  margin-bottom: 0;
}

.widget .categories_image li a, .widget-woocommerce .categories_image li a {
  font-size: 12px;
  letter-spacing: 1px;
  top: 70px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  display: inline-block;
}

.cat-widget-overlay {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: left;
  width: 100%;
  padding: 18px 20px;
  box-sizing: border-box;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}


/*--------------------------------------------------------------
## Sliders
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Carousel Slider
--------------------------------------------------------------*/
.carousel_wrap_full_width {
  padding: 0;
}

.carousel_wrap {
  padding: 0 10px;
}

.carousel_wrap img {
  width: 100%;
  height: auto;
}

.owl-carousel-full-width .owl-item img {
  filter: brightness(90%);
}

.owl-carousel .owl-item img {
  filter: brightness(90%);
}

.carousel_title_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.carousel_title_wrap:hover {
  bottom: 0;
}

a.carousel_title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 20px;
}

a.carousel_title:hover {
  opacity: 0.8;
}

.carousel_meta {
  color: #fff;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
}

.carousel_meta a {
  font-family: 'Exo', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 11px;
  position: relative;
  margin-left: 3px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #ffffff;
  top: 1px;
}

.carousel_meta a:first-child {
  margin-left: 0;
  margin-bottom: 0;
}

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

.carousel_meta a:hover {
  opacity: 0.8;
}

.carousel_readmore_slider a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin-top: 20px;
  padding: 8px 25px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 10px;
  letter-spacing: 4px;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.carousel_readmore_slider a:hover {
  background-color: #ffffff;
  color: #333;
  text-decoration: none;
  opacity: 1;
}

.flash {
  margin: 0 5px;
  color: #ddd;
}


/*--------------------------------------------------------------
## Fullwidth Slider
--------------------------------------------------------------*/
.full-width-slider {
  width: 100%;
}


/*--------------------------------------------------------------
## Boxed Slider
--------------------------------------------------------------*/
.slider_wrap {
  margin-bottom: 60px;
}

.bxslider_featured {
  position: relative;
  height: 530px;
  overflow: hidden;
}

.bxslider_featured_full_width {
  position: relative;
  height: 530px;
  overflow: hidden;
}

.slide_item {
  width: 100%;
  height: 530px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.slide_overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.bxslider_featured_slider_wrapper {
  margin: 0 auto;
  max-width: 60%;
  opacity: 0;
}

.bxslider_featured_full_width_slider_wrapper {
  margin: 0 auto;
  max-width: 60%;
  opacity: 0;
}

.slide_overlay .cat {
  margin-bottom: 12px;
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
}

.slide_overlay .cat a {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 3px;
  margin-bottom: 4px;
  font-size: 11px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  top: 1px;
}

.slide_overlay .cat a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.slide_overlay .cat a:first-child {
  margin-left: 0;
  margin-bottom: 0;
}

.slide_overlay .cat a:hover {
  opacity: 0.8;
}

.slide_overlay h2 a {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  letter-spacing: 2px;
  z-index: 999999;
  line-height: 38px;
}

.slide_overlay h2 a:hover {
  opacity: 0.8;
}

.slider-decorater {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.slider-line {
  display: inline-block;
  position: relative;
}

.slider-line:before {
  right: 9px;
}

.slider-line:before,
.slider-line:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  border-color: #ffffff;
  width: 40px;
  margin: 0 6px;
}

.slider-dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: relative;
}

.readmore_slider a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 12px 25px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 10px;
  letter-spacing: 4px;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.readmore_slider a:hover {
  background-color: #ffffff;
  color: #333;
  text-decoration: none;
  opacity: 1;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
   display: none;
}


/*--------------------------------------------------------------
# Promobox
--------------------------------------------------------------*/
.promobox-container {
  margin-bottom:60px;
  overflow:hidden;
}

.promobox {
  position:relative;
  display: table;
  width:340px;
  height:200px;
  float:left;
  margin-right:30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}

.promobox:last-child {
  margin-right:0;
}

.promobox-content {
  display: table-cell;  
  height: 100%;
  width: 100%;
  vertical-align: bottom;    
  text-align:center;
  background: rgba(0, 0, 0, 0.15);
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.promobox:hover .promobox-content {
  background-color: rgba(0, 0, 0, 0.2); 
}

.promobox-content h4 {
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-weight: 600;  
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.promobox:hover .promobox-content h4 {
 color: #fff;
}

.promobox-link {
  position: absolute; 
  display: block;
  height: 100%; 
  width: 100%;
  top: 0;
  left:0;
  z-index: 999999;
}

.promobox-title {
  position: relative;
  display: inline-block;
  max-width: 60%;
  padding: 10px 16px;
  background: #fff;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.promobox:hover .promobox-title {
  margin-bottom: 15px;
}

.promobox:hover .promobox-title {
  background: #bd8a49;
}

/*--------------------------------------------------------------
# Post Layout Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Grid Post Layout
--------------------------------------------------------------*/

ul.list_post.grid-post {
  font-size: 0; 
}

.post_grid {
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.post_grid.no-grid-excerpt {
  padding-bottom: 0;
}

.list_post.grid-post > li, .list_post.grid-post.full-grid-layout > li {
  width: 355px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}

.list_post.grid-post > li.li-grid:nth-of-type(2n+2) {
  margin-right: 0;
}

/* 1st Full Post then Grid Layout */
.list_post.grid-post.full-grid-layout > li:first-child {
  width: initial;
  margin-right: initial;
  display: inline-block;
  vertical-align: top;
}
.list_post.grid-post.full-grid-layout > li:nth-of-type(2n+2) {
  margin-right: 30px;
}
.list_post.grid-post.full-grid-layout > li:nth-of-type(2n+3) {
  margin-right: 0;
}
/* 1st Full Post then Grid Layout 2nd Page onwards */
.paged .list_post.grid-post.full-grid-layout > li:first-child {
  width: 355px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.paged .list_post.grid-post.full-grid-layout > li:nth-of-type(2n+2) {
  margin-right: 0;
}
.paged .list_post.grid-post.full-grid-layout > li:nth-of-type(2n+3) {
  margin-right: 30px;
}



/* Fullwidth Grid Post Layout */
#main.fullwidth .list_post.grid-post > li, #main.fullwidth .list_post.grid-post.full-grid-layout > li {
  width: 340px;
  margin-right: 30px;
}
#main.fullwidth .list_post.grid-post > li:nth-of-type(2n+2) {
  margin-right: 30px;
}
#main.fullwidth .list_post.grid-post > li:nth-of-type(3n+3) {
  margin-right: 0;
}

/* Fullwidth - 1st Full Post then Grid Layout */
#main.fullwidth .list_post.grid-post.full-grid-layout > li:first-child {
  width: initial;
  margin-right: initial;
}
#main.fullwidth .list_post.grid-post.full-grid-layout > li:nth-of-type(2n+2) {
  margin-right: 0;
}
#main.fullwidth .list_post.grid-post.full-grid-layout > li:nth-of-type(3n+2) {
  margin-right: 30px;
}
#main.fullwidth .list_post.grid-post.full-grid-layout > li:nth-of-type(3n+3) {
  margin-right: 30px;
}
/* Fullwidth - 1st Full Post then Grid Layout 2nd Page onwards */
#main.fullwidth .list_post.grid-post.full-grid-layout > li.li-grid {
  width: 340px;
  margin-right: 30px;
}
#main.fullwidth .list_post.grid-post.full-grid-layout > li.li-grid:nth-of-type(2n+2) {
  margin-right: 30px;
}
#main.fullwidth .list_post.grid-post.full-grid-layout > li.li-grid:nth-of-type(3n+1) {
  margin-right: 0;
}
.paged #main.fullwidth .list_post.grid-post.full-grid-layout > li:first-child {
  width: 340px;
  margin-right: 30px;
}
.paged #main.fullwidth .list_post.grid-post.full-grid-layout > li:nth-of-type(2n+2) {
  margin-right: 30px;
}
.paged #main.fullwidth .list_post.grid-post.full-grid-layout > li:nth-of-type(3n+1) {
  margin-right: 30px;
}
.paged #main.fullwidth .list_post.grid-post.full-grid-layout > li:nth-of-type(3n+2) {
  margin-right: 30px;
}
.paged #main.fullwidth .list_post.grid-post.full-grid-layout > li:nth-of-type(3n+3) {
  margin-right: 0;
}


.list_post li, #main > li {
  list-style: none;
}

.list_post li:nth-of-type(2n+2) .post_grid {
  margin-right: 0;
}

.post_grid .post-header h2 {
  max-width: 100%;
  text-align: center;
}

.post_grid .post-header h2 a, .post_grid .post-header h2 {
  display: block;
  font-size: 19px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.post_grid .grid_post_wrap {
  padding: 30px;
  background-color: #ffffff;
  width: 92%;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
}

.post_grid.sticky.post .grid_post_wrap {
  border-top: 1px solid;
  border-top-color: #ccc;
  border-right: 1px solid;
  border-right-color: #ccc;
  border-bottom: 1px solid;
  border-bottom-color: #ccc;
  border-left: 1px solid;
  border-left-color: #ccc;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
}


/*--------------------------------------------------------------
# List Post Layout
--------------------------------------------------------------*/
.list-item {
  overflow: hidden;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.list-grid-layout .list-item {
  margin-bottom: 35px;
}

.list-item .list-content {
  overflow: hidden;
}

.list-item .post-img {
  float: left;
  margin-right: 25px;
  margin-bottom: 0;
}

.list-item .post-img img {
  max-width: 260px;
}

#main.fullwidth .list-item .post-img img {
  max-width: 280px;
}

.list-item .list-content .post-header {
  text-align: left;
}

.list-item .post-header h2 {
  max-width: 100%;
}

.list-item .post-header h2 a {
  font-size: 19px;
  letter-spacing: 2px;
}

.list-item .post-header .cat a {
  margin: 0 8px 2px 0;
}

.list-item .post-header {
  margin-bottom: 14px;
}

.list-item .post-entry p {
  margin-bottom: 11px;
}

.list-title-divider {
  border-top: 2px solid;
  display: block;
  max-width: 40px;
  margin: 0 0 14px;
  color: #161616;
}

.list_post .no_featured_img_list .side_right {
  width: 95%;
  box-sizing: border-box;
  margin: 20px 0 20px 20px;
}

.post_list .post-header {
  padding: 0;
  box-shadow: none;
  border: none;
}

.post_list .side_right .post-entry {
  margin-top: 32px;
}

.post_list.format-standard .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}
.post_list.format-audio .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}
.post_list.format-video .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}
.post_list.format-gallery .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}
.post_list.format-image .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}
.post_list.format-aside .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}
.post_list.format-status .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}
.post_list.format-link .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}
.post_list.format-quote .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}
.post_list.format-chat .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}



/* List Post Full Width Version */
.fullwidth .post_list.format-standard .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}

.fullwidth .post_list.format-audio .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}

.fullwidth .post_list.format-video .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}

.fullwidth .post_list.format-gallery .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}

.fullwidth .post_list.format-image .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}

.fullwidth .post_list.format-aside .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}

.fullwidth .post_list.format-status .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}

.fullwidth .post_list.format-link .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}

.fullwidth .post_list.format-quote .side_left + .side_right{
  width: 50%;
  float: right;
  margin-right: 30px;
}

.fullwidth .post_list.format-chat .side_left + .side_right {
  width: 50%;
  float: right;
  margin-right: 30px;
}

div.fullwidth .post_list.no_featured_img_list .side_right {
  margin-top: 20px !important;
  width: 97%;
}


/*--------------------------------------------------------------
# Popular Post Widget
--------------------------------------------------------------*/
.trending_widget_wrap {
  overflow: hidden;
}

.trending_widget_item {
  max-width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.widget ul li p.trending_widget_info {
  letter-spacing: 0;
  margin-bottom: 0;
}

.trending_widget_item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.trending_widget:hover .trending_widget_item:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.trending_widget_overlay {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: left;
  width: 100%;
  padding: 18px 20px;
  box-sizing: border-box;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
}

.widget .trending_widget_overlay h4 a, .widget-woocommerce .trending_widget_overlay h4 a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  display: block;
}

.widget .trending_widget_overlay h4 a:hover, .widget-woocommerce .trending_widget_overlay h4 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.widget .trending_widget_cat, .widget-woocommerce .trending_widget_cat  {
  margin-bottom: 10px;
  color: #bd8a49;
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
}

.widget .trending_widget_cat a, .widget-woocommerce .trending_widget_cat a  {
  color: #bd8a49 !important;
  font-size: 11px;
  letter-spacing: 2px;
  display: inline-block;
  font-style: normal;
  margin-left: 3px;
  margin-bottom: 4px;
}

.widget .trending_widget_cat a:first-child, .widget-woocommerce .trending_widget_cat a:first-child {
  margin-left: 0;
  margin-bottom: 0;
}

.widget .trending_widget_cat a:last-child, .widget-woocommerce .trending_widget_cat a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.widget .trending_widget_cat a:hover, .widget-woocommerce .trending_widget_cat a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.trending_widget ul.trending_widget_wrap li {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.trending_widget > .bx-wrapper .bx-controls-direction a {
  width: 18px;
  height: 18px;
  top: 46%;
  opacity: 0;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.trending_widget > .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

.trending_widget > .bx-wrapper .bx-controls-direction i {
  font-size: 23px;
}

.trending_widget > .bx-wrapper .bx-controls-direction i.fa-angle-left {
  top: -6px;
  left: 3px;
}

.trending_widget > .bx-wrapper .bx-controls-direction i.fa-angle-right {
  top: -1px;
  left: 8px;
}

.trending_widget > .bx-wrapper .bx-prev {
  left: 20px;
}

.trending_widget > .bx-wrapper:hover .bx-prev {
  left: 44px;
}

.trending_widget > .bx-wrapper .bx-next {
  right: 0;
}

.trending_widget > .bx-wrapper:hover .bx-next {
  right: 24px;
}


/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
img.rss-widget-icon {
  top: 3px;
  position: relative;
}


/*--------------------------------------------------------------
# Gallery Post Slider Arrow 
--------------------------------------------------------------*/
.post-img .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.post-img .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

.post-img .bx-wrapper .bx-controls-direction i {
  font-size: 23px;
}

.post-img .bx-wrapper .bx-controls-direction i.fa-angle-left {
  top: -5px;
  left: -2px;
}

.post-img .bx-wrapper .bx-controls-direction i.fa-angle-right {
  top: 1px;
  left: 4px;
}

.post-img .bx-wrapper .bx-controls-direction .bx-prev {
  left: 23px;
}

.post-img .bx-wrapper .bx-controls-direction .bx-next {
  right: -2px;
}

/* Full Post / Grid Post Layout */
.post-img .bx-wrapper:hover .bx-controls-direction .bx-prev {
  left: 47px;
}

.post-img .bx-wrapper:hover .bx-controls-direction .bx-next {
  right: 24px;
}

/* List Post Layout */
.post_list .side_left .post-img .bx-wrapper .bx-controls-direction .bx-next {
  right: 67px;
}

.post_list .side_left .post-img .bx-wrapper:hover .bx-controls-direction .bx-next {
  right: 90px;
}


/*--------------------------------------------------------------
# Aside
--------------------------------------------------------------*/
.side_left {
  width: 55%;
  z-index: 1;
  float: left;
  position: absolute;
}

.fullwidth .side_left {
  width: 53.4259259%;
}

.side_right {
  width: 91.8918918%;
  padding: 40px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
}

.fullwidth .side_right {
  width: 94.4444444%;
}

.sticky.post .side_right {
  border-top: 1px solid;
  border-top-color: #ccc;
  border-right: 1px solid;
  border-right-color: #ccc;
  border-bottom: 1px solid;
  border-bottom-color: #ccc;
  border-left: 1px solid;
  border-left-color: #ccc;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.05);
}

.post_list {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.side_left .post-img a {
  margin-bottom: -5px;
  display: inherit;
}

.tag-audio.tag-post-formats.tag-shortcode.post_format-post-format-audio .side_left .post-img.audio {
  margin-bottom: -4px;
}

.side_right .post-header {
  margin-bottom: 5px;
  text-align: left;
}

.side_right .post-header h2 a {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 25px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.side_right .cat-blog {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bd8a49;
  position: relative;
  font-size: 11px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}

.side_right .cat-blog .cat-blog-seperator {
  margin-right: 10px;
}

.post_list .post-entry p {
  margin-bottom: 0;
}

.post_list .side_right .post-header {
  margin-bottom: 0;
}

.side_right .decorater {
  text-align: left;
  padding-left: 50px;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}


/*--------------------------------------------------------------
# SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
  -ms-transform: rotate(0); /* IE 9 */
  transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}

/* Social Menu fallbacks */
.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}

/* Show screen reader text in some cases */
.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important; /* overrides previous !important styles */
  width: auto;
}

/*--------------------------------------------------------------
# Mailchimp Footer Widget
--------------------------------------------------------------*/
.widget-footer.widget_mc4wp_form_widget {
  margin-top: 0;
  margin-bottom: 0;
}

#footer .mc4wp-form {
  background-color: #f9f9f9;
  padding: 32px 0;
  margin: 0;
  width: 100%;
}

#footer .widget-footer.widget_mc4wp_form_widget > h4.block-heading {
  display: none;
}

#footer .mc4wp-form h4 {
  position: relative;
  top: 4px;
  display: inline-block;
  text-align: center;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-right: 50px;
}

#footer .mc4wp-form input {
  display: inline-block;
  background-color: #fff;
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  outline: none;
  color: #565656;
  padding: 0 25px !important;
  width: 400px;
  height: 45px;
  margin-right: 10px;
}

#footer .mc4wp-form input[type=email], #footer .mc4wp-form input[type=text] {
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #eee;
  outline: none;
  letter-spacing: 1px;
  color: #565656;
  padding: 0 25px !important;
  width: 200px;
  height: 45px;
  margin-right: 10px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

#footer .mc4wp-form input[type=email] {
  width: 300px;
}
#footer .mc4wp-form input[type=text] + input {
  width: 200px;
}

#footer .mc4wp-form input[type=email]:focus, #footer .mc4wp-form input[type=text]:focus {
  border-color: #aaa;
  outline: none;
}

#footer .mc4wp-form input[type=submit] {
  display: inline-block;
  background-color: #333 !important;
  color: #fff !important;
  letter-spacing: 4px;
  width: initial;
  padding: 0 35px !important;
  vertical-align: top;
  font-size: 12px !important;
  height: 45px;
  margin-right: 0;
}

#footer .mc4wp-form input[type=submit]:hover {
  background-color: #222 !important;
}

/*--------------------------------------------------------------
# Mailchimp TopBar Widget
--------------------------------------------------------------*/
.widget-topbar.widget_mc4wp_form_widget {
  margin-bottom: 0;
  margin-top: 0;
}

#top-instagram .mc4wp-form {
  background-color: #f9f9f9;
  padding: 32px 0;
  margin: 0;
  width: 100%;
}

#top-instagram .widget-topbar.widget_mc4wp_form_widget > h4.block-heading {
  display: none;
}

#top-instagram .mc4wp-form h4 {
  position: relative;
  top: 4px;
  display: inline-block;
  text-align: center;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-right: 50px;
}

#top-instagram .mc4wp-form input {
  display: inline-block;
  background-color: #fff;
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  outline: none;
  color: #565656;
  padding: 0 25px !important;
  width: 400px;
  height: 45px;
  margin-right: 10px;
}

#top-instagram .mc4wp-form input[type=email], #top-instagram .mc4wp-form input[type=text] {
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #eee;
  outline: none;
  letter-spacing: 1px;
  color: #565656;
  padding: 0 25px !important;
  width: 200px;
  height: 45px;
  margin-right: 10px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

#top-instagram .mc4wp-form input[type=email]:focus, #top-instagram .mc4wp-form input[type=text]:focus {
  border-color: #aaa;
  outline: none;
}

#top-instagram .mc4wp-form input[type=email] {
  width: 300px;
}
#top-instagram .mc4wp-form input[type=text] + input {
  width: 200px;
}

#top-instagram .mc4wp-form input[type=submit] {
  display: inline-block;
  background-color: #333 !important;
  color: #fff !important;
  letter-spacing: 4px;
  width: initial;
  padding: 0 35px !important;
  vertical-align: top;
  font-size: 12px !important;
  height: 45px;
  margin-right: 0;
}

#top-instagram .mc4wp-form input[type=submit]:hover {
  background-color: #222 !important;
}

/*--------------------------------------------------------------
## Column Shortcodes Plugin
--------------------------------------------------------------*/
.content-column a img.alignnone {
  margin: 0;
}