/*
Theme Name: Publisher
Theme URI: http://themes.davadrian.com/publisher
Description: Publisher is perfect for your scrapbook of thoughts, photos, videos, audio, and more. It features a blog, shop (Woocommerce), and forum (bbPress) and is perfect for web agencies, digital studios, corporates, product showcases, personal and business portfolios. Publisher looks just as good on the go as it does on the desktop.
Author: Davadrian Maramis | HYPHA
Author URI: http://themeforest.net/user/hypha/?ref=hypha
Version: 1.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: publisher
Tags: white, dark, fluid-layout, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready, rtl-language-support, photoblogging, threaded-comments

Designed & Handcrafted by Davadrian Maramis for HYPHA
All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/
/*-----------------------------------------------------------------------------------

    0.		Reset
    1.		Document Setup
    1.1		Wordpress Standard
    1.2		Theme Standard
    1.3		Theme Classes
    2.		Theme Structure
    3.    	Navigation
    3.1    	Post Navigation
    4.		Header
    5.		Content
    5.1		Featured Header
    6.		Comments
    7.		Footer
    8.		Post Formats
    9.		Page Templates
    10.		Widgets / Widget Areas
	11.		Shop
	12.		Forum
	13.		Plugins / Extensions
	13.1	Theme Extensions
	13.2	Jetpack
	13.3	Owl Carousel
	14.		Media Queries

-------------------------------------------------------------------------------------*/
/* #f2f2f2 */
/* #f8f8f8 */
/* #292929 */
/* #323232 */
/* #7a7a7a */
/* #9a9a9a */
/* #ccc */
/* #e8e8e8 */
/* #f2f2f2 */
/*-----------------------------------------------------------------------------------*/
/*	0.	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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */

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

  box-sizing: inherit;
}
body {
  background: #f5f5f5;
  /* Fallback for when there is no custom background color defined. */

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
  vertical-align: middle;
}
/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup
/*-----------------------------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.625em;
  color: #484848;
}
/* Links
----------------------------------------------- */
a {
  color: #fd6763;
  text-decoration: none;
  outline: 0;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
  outline: 0;
}
/* Headings
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #292929;
  clear: both;
}
h1,
.h1 {
  font-size: 2.25em;
  line-height: 1.1944444444444444em;
  margin-bottom: 0.7222222222222222em;
}
h2,
.h2 {
  font-size: 1.875em;
  line-height: 1.3333333333333333em;
  margin-bottom: 0.8666666666666667em;
}
h3,
.h3 {
  font-size: 1.5em;
  line-height: 1.5416666666666667em;
  margin-bottom: 1.0833333333333333em;
}
h4,
.h4 {
  font-size: 1.125em;
  line-height: 1.7222222222222223em;
  margin-bottom: 1.4444444444444444em;
}
h5,
.h5 {
  font-size: 0.875em;
  line-height: 2em;
  margin-bottom: 1.8571428571428572em;
}
h6,
.h6 {
  font-size: 0.75em;
  line-height: 2.3333333333333335em;
  margin-bottom: 2.1666666666666665em;
}
/* Typography
----------------------------------------------- */
p {
  margin-bottom: 1.625em;
  word-break: break-word;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-size: 1.375em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #292929;
  line-height: 1.625em;
  padding-left: 2.5%;
  margin-bottom: 1.1818181818181819em;
  border-left-width: 3px;
  border-style: solid;
  border-color: #292929;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 0.5454545454545454em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.625em;
  letter-spacing: 0.1em;
  padding-top: 1.625em;
  display: block;
}
address {
  opacity: .75;
  margin-bottom: 1.625em;
}
pre {
  font-size: 0.9375em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  color: #484848;
  line-height: 1.7333333333333334em;
  padding: 3%;
  margin-bottom: 1.7333333333333334em;
  max-width: 100%;
  background: #f2f2f2;
  overflow: auto;
  tab-size: 4;
}
code,
kbd,
tt,
var {
  font-size: 0.9375em;
  font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
  color: #c7254e;
  padding: 0.125em 0.250em;
  background-color: #fceff2;
  border-radius: 0.250em;
}
abbr,
acronym {
  border-bottom-width: 1px;
  border-style: dotted;
  border-color: #484848;
  cursor: help;
}
mark,
ins {
  color: #484848;
  padding: 0.125em 0.250em;
  background: #fff198;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/* Elements
----------------------------------------------- */
hr {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1.625em;
  display: block;
  width: 100%;
}
/* Media
----------------------------------------------- */
img {
  height: auto;
  /* Make sure images are scaled correctly. */

  max-width: 100%;
  /* Adhere to container width. */

  vertical-align: middle;
}
figure {
  margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* Lists
----------------------------------------------- */
ul,
ol {
  margin: 0 0 1.625em 1.625em;
}
ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.625em;
}
dt {
  font-weight: bold;
  text-decoration: underline;
}
dd {
  margin: 0 0 1.625em;
}
/* Tables
----------------------------------------------- */
table {
  margin-bottom: 1.625em;
  width: 100%;
}
table thead {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f2f2f2;
}
table thead th {
  font-weight: bold;
}
table th,
table td {
  padding: 0.65em .825em;
}
table tr:nth-child(even) {
  background: #f2f2f2;
}
/* Forms
----------------------------------------------- */
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */

  *vertical-align: middle;
  /* Improves appearance and consistency in IE6/IE7 */

  outline: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  font-size: 0.875em;
  color: #9a9a9a;
  padding: 0.50em 1em;
  border: none;
  border-radius: 0;
  background: #e8e8e8;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  color: #f2f2f2;
  background: #292929;
  cursor: pointer;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button.active {
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"],
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"] {
  cursor: not-allowed;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  font-size: 1em;
  color: #9a9a9a;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  background: #f2f2f2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #484848;
  background: #f8f8f8;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0.55em 0.85em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  font-size: 100%;
  color: #9a9a9a;
  width: 100%;
  margin: 0;
  height: 2em;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
}
select:focus {
  color: #484848;
  border: 1px solid #cccccc;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 0.5em 0.85em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	1.1  Wordpress Standard
/*-----------------------------------------------------------------------------------*/
img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Alignment
----------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Captions
----------------------------------------------- */
.wp-caption {
  font-size: 0.875em;
  margin-bottom: 1.625em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
  color: #cccccc;
  padding: 0.80em 0 0;
}
.attachment .wp-caption-text {
  font-size: 0.9333333333333333em;
  text-align: left;
  padding: 0;
}
/* Galleries
----------------------------------------------- */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-bottom: 1.625em;
  width: 100%;
}
.entry-content .gallery-item {
  padding: 0 1%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33333333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.666666666666664%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.285714285714285%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11111111111111%;
}
.gallery-caption {
  font-size: 0.875em;
  line-height: 1.5em;
  max-width: 100%;
  display: block;
}
/* Media
----------------------------------------------- */
.wp-audio-shortcode {
  margin: 0 0 1.625em;
}
.fullscreen {
  display: none;
}
/* Accessibility
----------------------------------------------- */
/* Text meant only for screen readers */
.screen-reader-text {
  font-size: 0.875em;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #fd6763;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */

}
/*-----------------------------------------------------------------------------------*/
/*	1.2  Theme Standard
/*-----------------------------------------------------------------------------------*/
p.alert {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #484848;
  padding: 0.76em 1em;
}
p.alert.primary {
  color: #fff;
  background-color: #428bca;
}
p.alert.success {
  background-color: #dff0d8;
}
p.alert.info {
  background-color: #d9edf7;
}
p.alert.warning {
  background-color: #fcf8e3;
}
p.alert.danger {
  background-color: #f2dede;
}
.dropcap {
  font-size: 4.8em;
  color: #292929;
  margin-right: .25em;
  line-height: 1em;
  float: left;
}
.pull-right,
.pull-left {
  font-size: 1.375em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #292929;
  line-height: 1.625em;
  padding-top: 1%;
  margin-bottom: 3%;
  width: 30%;
}
.pull-right {
  float: right;
  margin-left: 2.5%;
  text-align: right;
}
.pull-left {
  float: left;
  margin-right: 2.5%;
  text-align: left;
}
.lead {
  font-size: 1.375em;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.625em;
  color: #292929;
  margin-bottom: 1.2727272727272727em;
}
.lead:after {
  content: "";
  height: 3px;
  width: 4em;
  margin-top: 1.1363636363636365em;
  display: block;
  background: #292929;
}
/*-----------------------------------------------------------------------------------*/
/*	1.3  Theme Classes
/*-----------------------------------------------------------------------------------*/
/* Alignment
----------------------------------------------- */
.publisher-flush-left {
  text-align: left;
}
.publisher-flush-right {
  text-align: right;
}
.publisher-flush-center {
  text-align: center;
}
.publisher-float-left {
  float: left;
}
.publisher-float-right {
  float: right;
}
.publisher-float-none {
  float: none;
}
.publisher-align-center {
  margin: 0 auto;
}
/* Columns
----------------------------------------------- */
.publisher-column-1 {
  width: 100%;
}
.publisher-column-2 {
  width: 50%;
}
.publisher-column-3 {
  width: 33.33333333333333%;
}
.publisher-column-4 {
  width: 25%;
}
.publisher-column-5 {
  width: 20%;
}
.publisher-column-6 {
  width: 16.666666666666664%;
}
.publisher-column-7 {
  width: 14.285714285714285%;
}
.publisher-column-8 {
  width: 12.5%;
}
.publisher-column-9 {
  width: 11.11111111111111%;
}
.publisher-column-10 {
  width: 10%;
}
/*-----------------------------------------------------------------------------------*/
/*	2.  Theme Structure
/*-----------------------------------------------------------------------------------*/
#page {
  overflow: hidden;
}
.container {
  max-width: 1198px;
  margin: 0 auto;
}
.header-width-narrow .container,
.content-width-narrow .container,
.footer-width-narrow .container {
  max-width: 960px;
}
.header-width-wide .container,
.content-width-wide .container,
.footer-width-wide .container {
  max-width: 2000px;
}
/* Clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.site-main:before,
.site-main:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after,
.hentry:before,
.hentry:after,
.comments-area:before,
.comments-area:after,
.comment-content:before,
.comment-content:after,
.widget-area:before,
.widget-area:after,
.woocommerce .products:before,
.woocommerce .products:after,
.posts-navigation:before,
.posts-navigation:after,
.post-navigation:before,
.post-navigation:after,
.pagination:before,
.pagination:after,
.nav-links:before,
.nav-links:after,
.comment-respond:before,
.comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after,
.entry-content:after,
.site-main:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:after,
.hentry:after,
.comments-area:after,
.comment-content:after,
.widget-area:after,
.woocommerce .products:after,
.posts-navigation:after,
.post-navigation:after,
.pagination:after,
.nav-links:after,
.comment-respond:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
/*-----------------------------------------------------------------------------------*/
/*	3.  Navigation
/*-----------------------------------------------------------------------------------*/
.main-navigation {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: -1.625em;
  position: relative;
  z-index: 15;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
  background: #292929;
  background: -webkit-linear-gradient(top, #474747, #292929);
  background: -o-linear-gradient(top, #474747, #292929);
  background: -moz-linear-gradient(top, #474747, #292929);
  background: linear-gradient(top, #474747, #292929);
  display: table;
  width: 100%;
}
.main-navigation a {
  font-size: 0.75em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #f2f2f2;
  padding: .925em 1.25em;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-navigation a:hover {
  color: #ffffff;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
}
.main-navigation li {
  position: relative;
  cursor: pointer;
}
.main-navigation .description {
  font-size: 1.0833333333333333em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.625em;
  color: #7a7a7a;
  display: block;
}
.main-navigation .menu {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
}
/* First Level
----------------------------------------------- */
.main-navigation .menu > li,
.main-navigation.page-menu .menu > ul > li {
  float: left;
  border-right-width: 1px;
  border-style: solid;
  border-color: #000000;
  -webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-navigation .menu > li:last-child,
.main-navigation.page-menu .menu > ul > li:last-child {
  border-right-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-navigation .menu > li:hover,
.main-navigation.page-menu .menu > ul > li:hover {
  background: #000000;
}
.main-navigation .menu > li > a > .description {
  margin-top: -0.25em;
}
.main-navigation .menu > li.menu-item-has-children > a .title:after,
.main-navigation.page-menu .menu > ul > li.page_item_has_children > a .title:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: .5em;
  display: inline-block;
}
/* Sub Menus
----------------------------------------------- */
.main-navigation .sub-menu,
.main-navigation.page-menu .children {
  width: 15em;
  position: absolute;
  top: 100%;
  z-index: 15;
  background: #000000;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  /*
	-webkit-transition: visibility 0s ease-out .1s, opacity .2s ease-out;
	   -moz-transition: visibility 0s ease-out .1s, opacity .2s ease-out;
	    -ms-transition: visibility 0s ease-out .1s, opacity .2s ease-out;
		 -o-transition: visibility 0s ease-out .1s, opacity .2s ease-out;
		    transition: visibility 0s ease-out .1s, opacity .2s ease-out;
	*/

}
.main-navigation.active li:hover > .sub-menu,
.no-js .main-navigation li:hover > .sub-menu,
.main-navigation.page-menu.active li:hover > .children,
.no-js .main-navigation.page-menu li:hover > .children {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.main-navigation .sub-menu > ul,
.main-navigation.page-menu .children > ul {
  width: 100%;
}
.main-navigation ul ul a {
  font-size: 0.75em;
  line-height: 1.625em;
  display: block;
}
.main-navigation ul ul li.menu-item-has-children > a .title {
  padding-right: 1em;
}
.main-navigation ul ul li.menu-item-has-children a,
.main-navigation.page-menu ul ul li.page_item_has_children a {
  padding: .925em 1.25em;
}
.main-navigation ul ul li.menu-item-has-children > a:after,
.main-navigation.page-menu ul ul li.page_item_has_children > a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 8px;
  vertical-align: top;
  position: absolute;
  top: 1em;
  right: 1.25em;
}
.main-navigation ul ul li {
  width: 100%;
}
.main-navigation li ul li {
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.main-navigation li ul li:hover {
  background: #292929;
}
/* Multi Level Subs */
.main-navigation .menu ul li > .sub-menu,
.main-navigation.page-menu .menu > ul ul li > .children {
  left: 100%;
  top: 0;
  margin: 0;
}
/* Additional
----------------------------------------------- */
/* Tax Color */
.site-navbar a > .tax-color {
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* Additional Items */
.main-navigation .menu .additional-menu-items {
  float: right;
  display: table;
  height: 100%;
  border-width: 0;
}
.main-navigation .menu .additional-menu-items:before {
  content: '';
  display: table;
}
.main-navigation .menu .additional-menu-items:after {
  content: '';
  display: table;
}
.main-navigation .menu .additional-menu-items:hover,
.main-navigation .menu .additional-menu-items ul a:hover {
  background: none;
}
.main-navigation .menu .additional-menu-items > ul {
  height: 100%;
  display: table;
}
.main-navigation .menu .additional-menu-items > ul > li {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  border-left-width: 1px;
  border-style: solid;
  border-color: #000000;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-navigation .menu .additional-menu-items > ul > li:hover {
  background: #000000;
}
.main-navigation .menu .additional-menu-items a {
  text-align: center;
  padding-left: .75em;
  padding-right: .75em;
}
.main-navigation .menu .additional-menu-items a i {
  margin: 0;
}
/* Search */
.search-toggle .icon {
  width: 5em;
}
.search-toggle .fa-times {
  display: none;
}
.menu-item-search .search-form {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 1000;
  box-shadow: 0 2px 0 #e8e8e8;
}
.menu-item-search .search-form .search-field {
  padding: 0.925em 1.625em;
  width: 350px;
  background-color: #ffffff;
}
.menu-item-search .search-form .search-submit {
  display: none;
}
.active-search .search-toggle {
  background: #000000;
}
.active-search .menu-item-search .search-form {
  display: block;
}
/* Social */
.main-navigation .social a {
  padding: 0.6em .75em;
}
/* Menu Toggle
----------------------------------------------- */
.main-navigation .mobile-menu {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	3.1  Post Navigation
/*-----------------------------------------------------------------------------------*/
.navigation {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
.posts-index .navigation {
  text-align: center;
  color: #9a9a9a;
  padding-top: 1.625em;
}
.nav-previous,
.nav-next {
  width: 50%;
}
.nav-previous {
  padding-right: .5%;
  float: left;
}
.nav-next {
  padding-left: .5%;
  float: right;
}
.navigation a,
.pagination .page-numbers.current {
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #9a9a9a;
  border-radius: 2px;
  background: #e8e8e8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navigation a {
  padding: 1.25em;
  display: block;
}
.navigation a:hover,
.pagination .page-numbers.current,
.footer-widgets .publisher-posts-loop-widget .pagination .page-numbers.current {
  color: #f2f2f2;
  background: #292929;
}
.pagination .page-numbers.current,
.footer-widgets .publisher-posts-loop-widget .pagination .page-numbers.current {
  background: #fd6763;
}
/* Pagination */
.pagination a,
.pagination .page-numbers.current,
.pagination .dots {
  line-height: 3em;
  padding: 0;
  margin-right: .45em;
  width: 3em;
  height: 3em;
  float: left;
  vertical-align: middle;
}
.pagination a:last-child {
  margin-right: 0;
}
.pagination .dots {
  font-size: 0.875em;
  width: auto;
}
.pagination a i {
  line-height: inherit;
}
.pagination .nav-links {
  display: inline-block;
  position: relative;
}
/* Load More */
.navigation.load-more .nav-previous {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  float: none;
}
.navigation.load-more a,
.navigation.load-more .end-of-posts {
  padding: 1.625em 1.25em;
  width: 100%;
}
.navigation.load-more .end-of-posts {
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #f2f2f2;
  border-radius: 2px;
  background: #292929;
  display: block;
}
/* Post Navigation */
.post-navigation {
  margin-bottom: 3.25em;
}
.post-navigation a .meta-nav-title {
  line-height: 1.625em;
  width: 100%;
  display: inline-block;
}
.post-navigation a .meta-nav-title span {
  font-size: 0.7142857142857143em;
  text-transform: uppercase;
  letter-spacing: .075em;
  display: block;
}
/* Post Navigation Post Image */
.post-navigation.post-image {
  margin: 0 -1%;
}
.post-navigation.post-image .hentry {
  padding: 0 1%;
  width: 50%;
  float: left;
  position: relative;
}
.post-navigation.post-image .hentry .article-wrap {
  height: 23em;
  display: table;
  width: 100%;
}
.post-navigation.post-image .hentry.has-post-thumbnail .article-wrap {
  position: relative;
  background: #000000;
  overflow: hidden;
}
.post-navigation.post-image .hentry .article-wrap.active .featured-image-background,
.no-js .post-navigation.post-image .hentry .article-wrap:hover .featured-image-background {
  opacity: .25;
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
}
.post-navigation.post-image .hentry .entry-wrap {
  padding: 2.25em 2em;
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 5;
}
.post-navigation.post-image .hentry .entry-header {
  margin-bottom: 0;
}
.post-navigation.post-image .pagination-link {
  color: #9a9a9a;
  display: inline-block;
}
.post-navigation.post-image .has-post-thumbnail .pagination-link {
  color: #ffffff;
}
.post-navigation.post-image .hentry .entry-title {
  font-size: 1.75em;
}
.post-navigation.post-image .hentry.has-post-thumbnail .entry-title a {
  color: #ffffff;
}
.post-navigation.post-image .hentry.has-post-thumbnail .entry-meta,
.post-navigation.post-image .hentry.has-post-thumbnail .entry-meta a {
  color: #ffffff;
}
.post-navigation.post-image .hentry.has-post-thumbnail .meta-category a {
  color: #9a9a9a;
}
/* Post Navigation Next Up */
.post-navigation.post-image.next-up .nav-next {
  width: 100%;
  float: none;
}
.post-navigation.post-image.next-up .hentry .entry-wrap {
  vertical-align: middle;
}
.post-navigation.post-image.next-up .hentry .entry-title {
  font-size: 2.875em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  letter-spacing: -0.035em;
  margin-bottom: .5em;
}
/* Breadcrumbs
----------------------------------------------- */
.breadcrumbs-navigation {
  margin: 1em 0 1em;
}
.breadcrumbs-menu {
  font-size: 0.75em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
}
.breadcrumbs-menu li {
  float: left;
}
.breadcrumbs-menu li a {
  color: #9a9a9a;
}
.breadcrumbs-menu li.current {
  color: #292929;
}
.breadcrumbs-menu .sep {
  padding: 0 .35em;
}
/* Page Links
----------------------------------------------- */
.page-links {
  font-size: 0.9333333333333333em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.page-links a {
  color: #9a9a9a;
  text-decoration: none !important;
}
.page-links a:hover {
  color: #484848;
}
.page-links span {
  text-align: center;
  display: inline-block;
}
/* Next Total Pages */
.page-links.next-total-pages .next-link {
  margin-left: 1.3em;
}
.page-links.next-total-pages .prev-link {
  margin-right: 1em;
}
/* Next And Number */
.page-links.next-and-number a {
  margin-right: .15em;
}
.page-links.next-and-number > span.button {
  color: #f2f2f2;
  margin-right: .2em;
  background: #292929;
}
.page-links.next-and-number span.next-link {
  margin-left: .3em;
}
/* Comment Navigation / Archive Navigation
----------------------------------------------- */
.comment-navigation,
.archive-navigation {
  font-size: 0.875em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #9a9a9a;
  padding: .8em 4%;
  background: #ffffff;
  position: relative;
}
.comment-navigation a,
.archive-navigation a {
  color: #9a9a9a;
}
.comment-navigation a:hover,
.archive-navigation a:hover {
  color: #9a9a9a;
  opacity: .75;
}
/* Comment Navigation */
.comment-navigation {
  text-align: right;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  display: inline-block;
}
.comment-navigation .nav-previous {
  text-align: left;
}
.comment-navigation .pagination a,
.comment-navigation .pagination .page-numbers.current,
.comment-navigation .pagination .dots {
  padding: 0 .5em;
  margin-right: 0;
  line-height: initial;
  width: auto;
  height: auto;
  float: none;
}
.comment-navigation .pagination a:first-child {
  padding-left: 0;
}
.comment-navigation .pagination a:last-child {
  padding-right: 0;
}
.comment-navigation .pagination .page-numbers.current {
  font-size: 1em;
  color: #292929;
  background: none;
}
/* Archive Navigation */
.archive-navigation {
  background: #e8e8e8;
}
.archive-navigation a {
  font-size: 0.8571428571428571em;
  text-transform: uppercase;
}
.archive-navigation ul {
  list-style: none;
  margin: 0;
}
.archive-navigation li {
  margin-right: 2em;
  float: left;
}
.archive-navigation li:last-child {
  margin-right: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	4.  Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9a9a9a;
  position: relative;
}
.site-header-content {
  position: relative;
  z-index: 15;
  background: #ffffff;
}
.site-header-content-wrap {
  padding: 0.5em 3%;
}
.site-header-content-wrap .container {
  display: table;
  width: 100%;
}
.site-header-content-wrap .nameplate,
.site-header-content-wrap .header-extras {
  display: table-cell;
  vertical-align: middle;
}
.site-header-content-wrap .header-extras {
  text-align: right;
  padding-left: 1em;
}
/* Nameplate
----------------------------------------------- */
.site-title {
  font-size: 3.0em; /* 2.375em; */
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.site-title a,
.logo-image {
  color: #FAFAFA;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.site-title a:hover,
.logo-image:hover {
  opacity: .75;
}
.site-logo-link {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0.750em;
  display: inline-block;
}
.site-description {
  font-size: 1.5em; /* 0.8125em; */
  font-weight: bold;
   /*line-height: 4.0em; 1.625em; */
  text-transform: uppercase;
  color: #FAFAFA;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
/* Logo */
.logo-image {
  margin: 0;
}
.logo-image .site-title {
  display: none;
}
/* Header Background
----------------------------------------------- */
.site-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -9999;
}
/* Toggles
----------------------------------------------- */
.toggle-button {
  font-size: 2.250em;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  /* Prevent text select when clicking toggle bar */

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.toggle-button:hover {
  color: #fd6763;
}
.no-js .toggle-button {
  display: none;
}
/* Nav Bar
----------------------------------------------- */
.site-navbar {
  padding: 0 3%;
  margin-bottom: 1.625em;
}
.site-navbar .container {
  position: relative;
}
/* Headband
----------------------------------------------- */
.headband {
  font-size: 0.75em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: .5em 3%;
  background: #292929;
}
.headband,
.headband h1,
.headband h2,
.headband h3,
.headband h4,
.headband h5,
.headband h6 {
  color: #7a7a7a;
}
.headband a {
  color: #7a7a7a;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.headband a:hover {
  color: #f2f2f2;
}
.headband .container {
  display: table;
  width: 100%;
}
.headband-navigation {
  display: table-cell;
  vertical-align: middle;
}
.headband-navigation.left {
  float: left;
}
.headband-navigation.right {
  float: right;
}
/* Call To Action
----------------------------------------------- */
#call-to-action {
  background: #fd6763;
  background-position: center center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#call-to-action.full-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#call-to-action.tiled {
  background-repeat: repeat;
}
#call-to-action:hover {
  opacity: .85;
}
#call-to-action.cta-no-image:hover {
  background-color: #242424;
  opacity: 1;
}
#call-to-action a {
  font-size: 1em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.625em;
  letter-spacing: .05em;
  color: #f2f2f2;
  padding: .8em 3%;
  display: block;
}
#call-to-action a .container {
  display: table;
  width: 100%;
}
#call-to-action a .container span {
  display: table-cell;
  vertical-align: middle;
}
#call-to-action .cta-text {
  width: 100%;
}
#call-to-action .cta-button {
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: .25em 1em;
  border: 1px solid #f2f2f2;
  white-space: nowrap;
}
/*-----------------------------------------------------------------------------------*/
/*	5.  Content
/*-----------------------------------------------------------------------------------*/
.site-content {
  color: #9a9a9a;
  padding: 3.25em 3%;
}
/* Primary */
#primary {
  margin-bottom: 3.25em;
  float: left;
  width: 65.9432387312187%;
}
.content-width-wide #primary {
  width: 74.675%;
}
.sidebar-align-left #primary {
  float: right;
}
.no-active-sidebar #primary,
.sidebar-align-bottom #primary {
  width: 100%;
  float: none;
}
/* Secondary */
#secondary,
.secondary {
  margin-bottom: 3.25em;
}
#secondary {
  float: right;
  width: 31.886477462437394%;
}
#secondary .button,
.secondary .button {
  color: #9a9a9a;
  background: #e8e8e8;
}
#secondary .button:hover,
.secondary .button:hover {
  color: #f2f2f2;
  background: #292929;
  opacity: 1;
}
.secondary table {
  color: #9a9a9a;
}
.secondary table thead,
.secondary table tr:nth-child(even) {
  background: #f2f2f2;
}
.content-width-wide #secondary,
.content-width-wide .secondary {
  width: 24.025%;
}
.sidebar-align-left #secondary,
.sidebar-align-left .secondary {
  float: left;
}
.sidebar-align-bottom #secondary,
.sidebar-align-bottom .secondary {
  float: none;
  width: 100%;
}
/* Site Main */
.site-main {
  position: relative;
}
.grid-layout .site-main {
  width: 105%;
}
/* Additional Elements
----------------------------------------------- */
/* Loader Icon */
.loader-icon {
  padding: 1.625em 0;
}
.loader {
  font-size: 1em;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  border-top: 0.35em solid #9a9a9a;
  border-right: 0.35em solid #9a9a9a;
  border-bottom: 0.35em solid #9a9a9a;
  border-left: 0.35em solid #e8e8e8;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.single .format-gallery .loader-icon,
.single.entry-layout-banner.has-post-gallery .owl-gallery .loader-icon {
  background: #e8e8e8;
}
.single.entry-layout-wide.has-post-gallery .site-featured-header .loader-icon {
  margin: 0;
  position: absolute;
  top: 40%;
  width: 100%;
}
.single.entry-layout-cover.has-post-gallery .site-featured-header .loader-icon {
  padding: 3.625em 0 2em;
  background-color: #e8e8e8;
}
.no-js .loader-icon {
  display: none;
}
/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #9a9a9a;
}
.has-featured-header-image .overlay,
.has-post-thumbnail .overlay,
.posts-index .format-image .overlay,
.entry-layout-wide.has-post-gallery .site-featured-header .overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4));
}
/* Section Header */
.section-header {
  margin-top: 0.3125em;
  margin-bottom: 1em;
}
.footer-widgets .section-header {
  font-size: 0.75em;
  line-height: 1.625em;
  margin-top: 0;
  margin-bottom: 2.03125em;
}
.section-title,
.section-description {
  margin-right: .5em;
  display: inline-block;
}
.section-title {
  font-size: 1.125em;
  color: #292929;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.has-description .section-title {
  padding-right: .65em;
  border-right-width: 2px;
  border-style: solid;
  border-color: #292929;
}
.section-description {
  font-size: 0.9375em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #9a9a9a;
  vertical-align: top;
}
.footer-widgets .section-title,
.footer-widgets .section-description {
  font-size: 1em;
}
.footer-widgets .section-title {
  color: #f2f2f2;
}
.footer-widgets .section-description {
  color: #9a9a9a;
  border-color: #f2f2f2;
}
/* Hentry / Post Wrap
----------------------------------------------- */
.hentry {
  color: #484848;
  margin-bottom: 3.25em;
  position: relative;
}
.posts-index .hentry {
  margin-bottom: 1.625em;
}
.grid-layout .hentry {
  padding: 0 2% 0 0;
  width: 48.55%;
  float: left;
  position: relative;
  opacity: 0;
  /* hidden upon page load */

}
.grid-layout .hentry.loaded {
  opacity: 1;
}
.post-column-1 .hentry {
  width: 97%;
}
.post-column-2 .hentry {
  width: 48.55%;
}
.post-column-3 .hentry {
  width: 32.35%;
}
.post-column-4 .hentry {
  width: 24.27%;
}
.post-column-5 .hentry {
  width: 19.45%;
}
.no-js .grid-layout .hentry {
  opacity: 1;
}
/* Article Wrap */
.hentry .article-wrap {
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
.hentry .article-wrap .hentry .article-wrap {
  background: none;
  position: relative;
  border-radius: 0;
  box-shadow: none;
}
.list-layout .hentry .article-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
/* Entry Class
----------------------------------------------- */
.entry-wrap {
  padding: 2em 4%;
}
.posts-index .entry-wrap {
  padding: 2em 1.625em 1.2em;
}
.list-layout .hentry.has-post-thumbnail .entry-wrap {
  width: 50%;
  display: table-cell;
}
.entry-header,
.entry-content {
  width: 100%;
  margin-bottom: 1.625em;
}
/* Entry Header
----------------------------------------------- */
.posts-index .entry-header {
  margin-bottom: .65em;
}
/* Entry Title */
.entry-title {
  margin-bottom: .65em;
  word-wrap: break-word;
}
.posts-index .entry-title {
  font-size: 1.5em;
}
.standard-layout .entry-title {
  font-size: 1.75em;
}
.entry-title a {
  color: #292929;
}
.entry-title a:hover {
  opacity: .85;
}
/* Misc */
.meta-author img {
  border-radius: 30px;
  margin-right: .4em;
}
/* Entry Meta
----------------------------------------------- */
.entry-meta {
  font-size: 0.875em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.625em;
  color: #9a9a9a;
  margin: 0;
  width: 100%;
  word-wrap: break-word;
}
.sidebar-widgets .entry-meta {
  color: #9a9a9a;
}
.entry-meta li,
.widget-area .widget .publisher-posts-loop-widget .entry-meta li {
  margin: 0 1em 1em 0;
  display: inline-block;
}
.entry-meta li:last-child,
.widget-area .entry-meta li:last-child {
  margin-right: 0;
}
.entry-meta a {
  color: #9a9a9a;
  display: inline-block;
}
.entry-meta a:hover {
  opacity: .75;
}
.entry-meta i {
  margin-right: .4em;
}
/* Entry Meta Hero */
.entry-meta.hero {
  margin-top: 1.625em;
}
.has-featured-header-image .entry-meta.hero,
.has-featured-header-image .entry-meta.hero a,
.entry-layout-wide.has-post-gallery .site-featured-header .entry-meta.hero,
.entry-layout-wide.has-post-gallery .site-featured-header .entry-meta.hero a {
  color: #ffffff;
}
.has-featured-header-image .entry-meta.hero .meta-category a,
.entry-layout-wide.has-post-gallery .site-featured-header .entry-meta.hero .meta-category a {
  color: #9a9a9a;
  opacity: 1;
}
.entry-meta.hero li {
  margin-right: 1.25em;
}
.entry-meta.hero li:last-child {
  margin-right: 0;
}
.entry-meta.hero .meta-category a {
  background-color: #dbdbdb;
}
/* Category */
.entry-meta .meta-category {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0 !important;
  -webkit-font-smoothing: antialiased;
}
.entry-meta .meta-category a {
  color: #9a9a9a;
  padding: .22em .75em;
  margin: 0 .25em .75em 0;
  border-radius: 15px;
  background-color: #e8e8e8;
}
.entry-meta .meta-category a:last-child {
  margin-right: 0;
}
.entry-meta .meta-category a.tax-color {
  color: #ffffff !important;
}
/* Date */
.updated:not(.published) {
  display: none;
}
/* Author */
.single .byline,
.group-blog .byline {
  display: inline;
}
/* Edit Link */
.post-edit-link {
  display: none;
}
/* Entry Meta Header */
.entry-meta.header a {
  text-transform: none;
  line-height: 1.625em;
}
/* Entry Content
----------------------------------------------- */
.entry-content {
  font-size: 0.9375em;
  margin: 0;
}
.entry-content .moretag {
  text-decoration: none;
  padding-top: 1.625em;
  display: block;
}
.entry-content .more-link {
  font-size: 0.9333333333333333em;
  text-decoration: none;
  line-height: 1.625em;
  color: #9a9a9a;
  padding: 0.50em 1em;
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #e8e8e8;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.standard-layout .entry-content .more-link {
  font-size: 1em;
}
.entry-content .more-link:hover {
  color: #ffffff;
  background: #292929;
}
.widget-area .entry-content .more-link:hover {
  opacity: 1;
}
/* Entry Footer
----------------------------------------------- */
.entry-footer .entry-meta.tags {
  font-size: 0.8125em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9a9a9a;
  font-weight: bold;
  padding-top: .85em;
  margin-bottom: .85em;
}
.entry-footer .entry-meta.tags a {
  color: #9a9a9a;
  padding: .22em .75em;
  margin: 0 .35em .5em 0;
  border-radius: 15px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.entry-footer .entry-meta.tags a:hover {
  color: #9a9a9a;
  background-color: #e8e8e8;
  opacity: 1;
}
.entry-footer .entry-meta.tags i {
  padding-right: .75em;
}
/* Featured Preview
----------------------------------------------- */
.featured-preview {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.posts-index .featured-preview {
  background-color: #e8e8e8;
}
.list-layout .hentry .featured-preview {
  width: 50%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.content-width-wide.list-layout .hentry .featured-preview {
  width: 35%;
}
.entry-layout-banner .site-content .container > .featured-preview {
  margin-bottom: 1.625em;
}
.featured-preview embed,
.featured-preview iframe,
.featured-preview object {
  display: block;
  margin: 0 auto;
}
/* Featured Image */
.featured-image {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  background-color: #e8e8e8;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: opacity .5s, transform .5s;
}
.posts-index .featured-image {
  min-height: 22.75em;
}
.list-layout .hentry .featured-image {
  min-height: initial;
}
.list-layout .hentry .featured-image {
  position: absolute;
  top: 0;
  bottom: 0;
}
.grid-layout .hentry .featured-image {
  min-height: 16.25em;
}
.posts-index .featured-preview.active .featured-image,
.no-js .posts-index .featured-preview:hover .featured-image {
  opacity: .35;
}
.featured-image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-image img {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  display: block;
}
/* Featured Image Link */
.featured-image-link {
  padding: .14em .46em;
  color: #9a9a9a;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.featured-image-link:hover {
  color: #f2f2f2;
  background: #292929;
}
.no-js .featured-image-link {
  display: block;
}
.featured-preview.active .featured-image-link,
.no-js .featured-preview:hover .featured-image-link {
  opacity: 1;
}
/* Featured Image Cover */
.featured-image-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .75;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform .5s, opacity .5s;
}
.featured-image-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* Post Format Icon
----------------------------------------------- */
.post-format-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.list-layout .hentry .post-format-icon {
  position: relative;
}
.post-format-icon a {
  display: table;
  width: 100%;
  height: 100%;
}
.post-format-icon i {
  font-size: 1.625em;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  table-layout: fixed;
}
.post-format-icon i:before {
  line-height: 2.5em;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  background: #323232;
}
.hide-post-format-icon .post-format-icon {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hide-post-format-icon .featured-preview.active .post-format-icon,
.no-js .hide-post-format-icon .featured-preview:hover .post-format-icon {
  opacity: 1;
}
/* Post Flash Icon
----------------------------------------------- */
.post-flash-icon {
  position: absolute;
  top: 0;
  left: 0;
}
div.post-flash-icon a,
.site-footer div.post-flash-icon a {
  color: #ffffff;
  text-align: center;
  border-top: 58px solid #fd6763;
  border-right: 58px solid transparent;
  display: inline-block;
}
.post-flash-icon i {
  position: absolute;
  top: 0;
  line-height: 2.25em;
  width: 2.25em;
  height: 2.25em;
}
/* Author Card
----------------------------------------------- */
.author-info {
  color: #9a9a9a;
  padding: 1.625em 4%;
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
.author-avatar,
.author-profile {
  display: table-cell;
  vertical-align: middle;
}
/* Author Avatar */
.author-avatar {
  text-align: center;
  width: 100px;
}
.author-avatar img {
  border-radius: 100px;
  width: 120px;
}
.author-title {
  font-size: 1.125em;
  line-height: inherit;
  text-transform: uppercase;
  margin-bottom: .25em;
}
.author-title a {
  color: #292929;
}
.author-title a:hover {
  opacity: .75;
}
/* Author Profile */
.author-profile {
  padding-left: 1.625em;
}
.author-description {
  font-size: 0.875em;
  margin-bottom: .35em;
}
.author-social a {
  font-size: 0.875em;
  color: #9a9a9a;
  margin-right: .85em;
}
.author-social a:hover {
  opacity: .85;
}
/* Article Footer
----------------------------------------------- */
.article-footer .entry-meta,
.article-footer .entry-meta a {
  color: #9a9a9a;
}
.article-footer .entry-meta {
  text-align: right;
  padding: .75em 4%;
  background: #292929;
}
.article-footer .entry-meta li.meta-read-time {
  float: left;
}
.article-footer .entry-meta li {
  margin: 0 1.5em 0 0;
}
.article-footer .entry-meta li:last-child {
  margin-right: 0;
}
.article-footer .entry-meta li a:hover {
  color: #ffffff;
}
/* Related Posts
----------------------------------------------- */
.related-posts-area {
  margin-bottom: 3.25em;
}
.related-posts-wrap {
  margin: 0 -1%;
}
.related-posts-area .hentry {
  padding: 0 1%;
  width: 33.33333333333333%;
  float: left;
}
.related-posts-area .featured-image {
  min-height: 11.862499999999999em;
}
.related-posts-area .entry-wrap {
  padding: 1.25em 1em;
}
.related-posts-area .entry-header {
  margin: 0;
}
.related-posts-area .entry-title {
  font-size: 1.125em;
}
.related-posts-area .entry-meta {
  font-size: 0.8125em;
}
.related-posts-area .entry-meta li {
  margin: 0 1em 0 0;
}
.related-posts-area .entry-meta li:last-child {
  margin: 0;
}
/* Post Details
----------------------------------------------- */
.hide-category .entry-meta .meta-category,
.hide-author .entry-meta .meta-author,
.hide-date .entry-meta .meta-date,
.hide-comments .entry-meta .meta-comment-link {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	5.1  Featured Header
/*-----------------------------------------------------------------------------------*/
.site-featured-header {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #292929;
  padding: 2.5em 3% 1.0em;
  margin-top: -1.625em;
  width: 100%;
  position: relative;
  background-color: #e8e8e8;
}
.entry-layout-cover .site-featured-header {
  padding: 0;
  min-height: 29.25em;
  background: none;
}
.entry-layout-cover.has-post-gallery .site-featured-header,
.entry-layout-cover .site-featured-header.has-featured-header-preview {
  min-height: initial;
}
.entry-layout-cover .site-featured-header.has-featured-header-preview,
.site-featured-header.has-front-page-shortcode {
  padding: 0;
}
.site-featured-header .site-featured-header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #e8e8e8;
}
.site-featured-header .container {
  width: 100%;
}
.entry-layout-cover .site-featured-header.has-featured-header-preview .container,
.site-featured-header.has-front-page-shortcode > .container {
  max-width: initial;
}
.hero-header {
  width: 65.9432387312187%;
  position: relative;
}
.hero-title {
  font-size: 3.875em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #292929;
  line-height: 1em;
  letter-spacing: -0.035em;
  margin-bottom: 0;
}
.has-featured-header-image .hero-title,
.has-featured-header-video .hero-title,
.entry-layout-wide.has-post-gallery .site-featured-header .hero-title {
  color: #ffffff;
}
.hero-header ul {
  margin: 0;
  list-style: none;
}
.hero-description {
  font-size: 1.125em;
  line-height: 1.625em;
  color: #9a9a9a;
  padding-top: .85em;
}
.entry-header .hero-description {
  font-size: 1.25em;
  color: #9a9a9a;
  margin-top: -1.25em;
}
.has-featured-header-image .hero-description,
.has-featured-header-image .hero-description a,
.has-featured-header-image .hero-description a:hover {
  color: #e8e8e8;
}
.has-featured-header-image .hero-description a:hover {
  opacity: .85;
}
.hero-description p {
  margin: 0;
}
/* Author Archive */
.author .site-featured-header .container {
  display: table;
  width: 100%;
}
.author .site-featured-header .hero-header {
  display: table-cell;
  vertical-align: middle;
}
.author .site-featured-header .author-avatar {
  position: relative;
  z-index: 5;
  width: 100%;
}
.hero-header .author-avatar {
  width: 78px;
  vertical-align: middle;
  padding: 0;
  margin-right: 2%;
  display: inline-block;
}
.hero-description .author-social a {
  font-size: 1.1111111111111112em;
  text-align: center;
  color: #9a9a9a;
  margin: .75em 2em 0 0;
  display: inline-block;
}
.hero-description .author-social a:hover {
  color: #9a9a9a;
}
.has-featured-header-image .hero-description .author-social a,
.has-featured-header-image .hero-description .author-social a:hover {
  color: #e8e8e8;
}
/* Front Page */
.hero-link.button {
  font-size: 1em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.625em;
  letter-spacing: 0.035em;
  color: #f2f2f2;
  margin-top: 2em;
  display: inline-block;
  border-radius: 2px;
  background-color: #fd6763;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fc1812, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px #fc1812, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px #fc1812, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
}
.hero-link.button:hover {
  color: #f2f2f2;
  background-color: #0f0f0f;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
}
.hero-logo {
  display: block;
  margin-bottom: 1em;
}
/* Featured Preview */
.has-featured-header-preview.site-featured-header embed,
.has-featured-header-preview.site-featured-header iframe,
.has-featured-header-preview.site-featured-header object,
.entry-layout-banner .featured-preview embed,
.entry-layout-banner .featured-preview iframe,
.entry-layout-banner .featured-preview object {
  width: 100%;
  display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	6.  Comments
/*-----------------------------------------------------------------------------------*/
.comments-area {
  color: #484848;
  margin-bottom: 1.625em;
}
.comments-wrap {
  margin-bottom: 2%;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
.comments-title,
.comment-reply-title {
  font-size: 0.75em;
  color: #9a9a9a;
  text-transform: uppercase;
  padding: 1.625em 4%;
  margin: 0;
}
.comments-title {
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
.comment-reply-title {
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
/* Comments List
----------------------------------------------- */
.comments-area ol.comment-list,
.comments-area ol.children {
  margin: 0;
  list-style: none;
  position: relative;
}
.comment-list ol.children > li:before {
  content: "\f064";
  font-family: "FontAwesome";
  color: #9a9a9a;
  position: absolute;
  top: 2.625em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: .5;
}
.comments-area > ol ol.children {
  padding-left: 5.5%;
}
.comment-list > li {
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
  position: relative;
}
.comment-list > li:last-child {
  border-bottom: none;
}
.comment-list .children li {
  padding-left: 4%;
  border-bottom: none;
}
/* Comments
----------------------------------------------- */
.comments-area .comment-meta,
.comments-area .comment-content,
.comments-area .reply {
  padding-left: 2.5%;
  margin-left: 60px;
}
.comment-body {
  padding: 1.625em 4%;
}
.children .comment-body {
  padding-right: 0;
  margin-right: 4%;
  border: 0;
  border-top-width: 2px;
  border-style: dotted;
  border-color: #e8e8e8;
}
/* Comment Meta
----------------------------------------------- */
.comment-meta {
  margin-bottom: .75em;
}
/* Comment Author */
.comment-author {
  float: left;
}
.comment-author .avatar {
  position: absolute;
  left: 4%;
  border-radius: 50px;
}
.children .comment-author .avatar {
  left: 8%;
}
.comment-author-icon {
  margin-right: .1em;
}
.comment-author-icon,
.comment-author-icon:hover {
  color: #9a9a9a;
}
.comment-author cite,
.comment-author .says {
  font-style: normal;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-author cite,
.comment-author cite a {
  font-weight: bold;
  color: #292929;
}
.comment-author span,
.comment-metadata .comment-time span {
  display: none;
}
/* Comment Metadata */
.comment-metadata {
  font-size: 0.875em;
  text-align: right;
}
.comment-metadata a {
  color: #9a9a9a;
}
.comment-metadata i {
  margin-right: .4em;
}
/* Comment Content
----------------------------------------------- */
.comment-content {
  font-size: 0.9375em;
  line-height: 1.8em;
  position: relative;
  opacity: .85;
}
.comment-content p {
  margin-bottom: 1.2em;
}
.comment-content a {
  word-wrap: break-word;
}
/* Comment Reply */
.comments-area .reply {
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.comments-area .reply a {
  color: #292929;
}
/* Pingback */
.pingback .comment-meta,
.pingback .comment-author,
.pingback .comment-metadata,
.pingback .comment-content {
  padding-left: 0;
  margin-left: 0;
}
.pingback .comment-author .avatar,
.pingback .comment-author .says {
  display: none;
}
/* General Styles */
.bypostauthor {
  display: block;
}
.comment-awaiting-moderation {
  color: #9a9a9a;
  margin-bottom: 1.625em;
  display: block;
}
.no-comments {
  text-align: center;
  display: none;
}
/* Reply Form
----------------------------------------------- */
.comment-respond {
  position: relative;
}
.comment-form {
  padding: 0 4%;
}
.comment-form p {
  margin-bottom: 2%;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"] {
  font-size: 0.875em;
  width: 100%;
}
/* Logged In As */
.logged-in .comment-form .logged-in-as-text {
  display: none;
}
.logged-in .comment-form .user-identity {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #292929;
  margin-right: .5em;
}
.logged-in .comment-form .logged-in-as img {
  margin-right: .5em;
  border-radius: 50px;
}
/* Log Out */
.logged-in .comment-form .logged-in-as {
  display: inline-block;
}
.logged-in .comment-form .logged-in-as .log-out-text {
  font-size: 0.875em;
  color: #9a9a9a;
  opacity: 0;
}
.logged-in .comment-form .logged-in-as.active .log-out-text,
.no-js .logged-in .comment-form .logged-in-as:hover .log-out-text {
  opacity: .75;
}
.logged-in .comment-form .log-out-text span {
  margin-right: .5em;
}
/* Submit */
.comment-form .form-submit {
  margin-bottom: 1.625em;
}
/* Reply Form Comment */
.comment-list .comment-form {
  margin-bottom: 1em;
}
.comment-reply-title {
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
.comment-list .children .comment-reply-title {
  padding-top: 0;
  border-top: none;
}
.comment-list .comment-reply-title small {
  font-size: 1.1666666666666667em;
  text-transform: none;
  float: right;
}
.comment-list .comment-reply-title small span {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: auto;
}
#cancel-comment-reply-link,
.comment-respond .required {
  color: #9a9a9a;
}
/* Logged Out */
.comment-notes {
  color: #9a9a9a;
  display: none;
}
.comment-form .comment-form-comment label {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	7.  Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  color: #7a7a7a;
  background: #292929;
}
.site-footer-content {
  position: relative;
  z-index: 1;
}
.site-footer-content table {
  color: #7a7a7a;
}
.site-footer-content table thead,
.site-footer-content table tr:nth-child(even) {
  background: #262626;
}
.site-footer-widgets {
  padding: 4.875em 3% 3.25em;
}
#footer .site-footer-content .button,
.footer-widgets .publisher-posts-loop-widget .navigation a {
  color: #cccccc;
  background: #7a7a7a;
}
#footer .site-footer-content .button:hover,
.footer-widgets .publisher-posts-loop-widget .navigation a:hover {
  color: #f2f2f2;
  background: #262626;
}
/* Footnote
----------------------------------------------- */
.footnote {
  font-size: 0.875em;
  color: #555555;
  padding: 1.625em 3%;
  background: #262626;
}
.footnote a {
  color: #7a7a7a;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.footnote a:hover {
  color: #f2f2f2;
}
.footnote .site-info {
  display: inline-block;
}
.footnote .footer-navigation {
  float: right;
}
/*-----------------------------------------------------------------------------------*/
/*	8.  Post Formats
/*-----------------------------------------------------------------------------------*/
.posts-index .format-gallery:not(.publisher-ext) .article-wrap,
.posts-index .format-quote:not(.publisher-ext) .article-wrap {
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.posts-index .format-gallery:not(.publisher-ext) .article-wrap .entry-meta.header i,
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-meta.header i {
  margin-right: .35em;
}
/* Image
----------------------------------------------- */
.posts-index .cover.hentry.format-image:not(.publisher-ext) .article-wrap {
  min-height: initial;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-wrap {
  padding: 0;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-header {
  padding: 1.625em;
  width: auto;
  position: absolute;
  z-index: 5;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-title {
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.625em;
  margin-bottom: 0;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-title a {
  color: #9a9a9a;
  padding: .22em .75em;
  display: inline-block;
  border-radius: 15px;
  background-color: #e8e8e8;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-title a.tax-color {
  color: #ffffff;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-title a:before {
  content: "\f1c5";
  font-family: "FontAwesome";
  margin-right: .35em;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-title a:hover {
  opacity: .85;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-content img {
  width: 100%;
}
/* Entry Content */
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-content {
  font-size: 1em;
  min-height: 5.4437500000000005em;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-content .caption {
  color: #ffffff;
  margin: 1.625em;
  position: absolute;
  bottom: 0;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.posts-index .format-image.hentry:not(.publisher-ext) .article-wrap.active .entry-content .caption {
  opacity: 1;
}
.posts-index .format-image:not(.publisher-ext) .article-wrap .entry-content .caption p {
  font-size: 0.8125em;
  padding: .25em 1em;
  margin: 0;
}
/* Quote
----------------------------------------------- */
.posts-index .format-quote:not(.publisher-ext) .article-wrap .entry-meta i {
  margin: 0;
}
.posts-index .format-quote:not(.publisher-ext) .article-wrap {
  text-align: center;
  background: #292929;
}
.posts-index .format-quote:not(.publisher-ext) .article-wrap .featured-image-background {
  opacity: .35;
}
.cover.hentry.format-quote:not(.publisher-ext) .article-wrap.active .featured-image-background,
.no-js .cover.hentry.format-quote:not(.publisher-ext) .article-wrap:hover .featured-image-background {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.posts-index .format-quote:not(.publisher-ext) .article-wrap .entry-wrap {
  padding-top: 3.25em;
  padding-bottom: 3.25em;
  width: 100%;
  position: relative;
  z-index: 5;
}
.posts-index .format-quote:not(.publisher-ext) .article-wrap blockquote {
  font-size: 1.625em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #ffffff;
  padding: 0;
  margin-bottom: 0;
  border: 0;
}
.posts-index .format-quote:not(.publisher-ext) .article-wrap .meta-quote-info a,
.posts-index .format-quote:not(.publisher-ext) .article-wrap blockquote a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.posts-index .format-quote:not(.publisher-ext) .article-wrap .meta-quote-info a:hover,
.posts-index .format-quote:not(.publisher-ext) .article-wrap blockquote a:hover {
  opacity: .85;
}
.posts-index .format-quote:not(.publisher-ext) .article-wrap .entry-meta.header .meta-date {
  position: relative;
  top: 0;
  display: none;
}
.posts-index .format-quote:not(.publisher-ext) .entry-title {
  display: none;
}
/* Meta Quote Info */
.posts-index .format-quote:not(.publisher-ext) .article-wrap .meta-quote-info a {
  font-size: 2.25em;
  line-height: 1em;
  background: none;
}
/* Entry Content */
.posts-index .format-quote:not(.publisher-ext) .article-wrap .entry-content {
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* Link
----------------------------------------------- */
.posts-index .format-link:not(.publisher-ext) .article-wrap .entry-wrap {
  padding: 3.25em 4%;
  width: 100%;
  position: relative;
  z-index: 5;
}
.posts-index .format-link:not(.publisher-ext) .article-wrap .entry-header,
.posts-index .format-link:not(.publisher-ext) .article-wrap .entry-content {
  text-align: center;
  margin: 0;
}
.posts-index .format-link:not(.publisher-ext) .article-wrap .entry-title {
  margin-bottom: .25em;
}
.posts-index .format-link:not(.publisher-ext) .article-wrap .entry-title a i {
  margin-right: .15em;
}
.posts-index .format-link:not(.publisher-ext) .article-wrap .entry-meta.header {
  display: none;
}
.posts-index .format-link:not(.publisher-ext) .article-wrap .entry-content {
  font-size: 1.125em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #292929;
  line-height: 1.625em;
}
.posts-index .format-link:not(.publisher-ext) .article-wrap .entry-content .post-link {
  color: #292929;
  text-decoration: none;
}
.posts-index .format-link.has-post-thumbnail:not(.publisher-ext) .article-wrap {
  background: #292929;
}
.posts-index .format-link.has-post-thumbnail:not(.publisher-ext) .article-wrap a {
  color: #ffffff;
}
/*-----------------------------------------------------------------------------------*/
/*	9.  Page Templates
/*-----------------------------------------------------------------------------------*/
.page-template-template-pagebuilder main.site-main {
  margin-bottom: 3.25em;
}
/*-----------------------------------------------------------------------------------*/
/*	10.  Widget Areas / Widgets
/*-----------------------------------------------------------------------------------*/
.widget-area {
  vertical-align: top;
}
.widget-area .widget {
  font-size: 0.875em;
  margin-bottom: 3.25em;
}
.widget-area .widget a:hover {
  opacity: .75;
}
.widget-area .widget ul {
  margin: 0;
  padding: 0;
}
.widget-area .widget li {
  list-style-type: none;
  margin: 0 0 .75em;
  position: relative;
}
.widget-area .widget li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: .5em;
  display: inline-block;
}
.widget-area .widget li:last-child {
  margin-bottom: 0;
}
.widget-area .widget li ul {
  margin-top: .75em;
}
.widget-area .widget li ul li {
  padding-left: 1.625em;
}
.widget-area .widget-title {
  font-size: 0.8571428571428571em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.625em;
  color: #f2f2f2;
  text-transform: uppercase;
  margin-bottom: 1.625em;
}
.widget-area .widget-title a {
  color: #f2f2f2;
}
.widget-area .widget select {
  max-width: 100%;
}
/* Widget Areas
----------------------------------------------- */
/* Sidebar Widgets */
.sidebar-widgets .widget {
  padding: 1.625em;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
.sidebar-widgets .widget,
.sidebar-widgets a {
  color: #9a9a9a;
}
.sidebar-widgets .widget .widget-title {
  padding: 1.1666666666666667em 1.8958333333333333em;
  margin: -1.8958333333333333em -1.8958333333333333em 1.8958333333333333em;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  background: #292929;
  background: -webkit-linear-gradient(top, #474747, #292929);
  background: -o-linear-gradient(top, #474747, #292929);
  background: -moz-linear-gradient(top, #474747, #292929);
  background: linear-gradient(top, #474747, #292929);
}
.sidebar-widgets.widget-area .widget-title a {
  color: #f2f2f2;
}
.sidebar-widgets .widget:last-child {
  margin-bottom: 0;
}
/* Footer Widgets */
.footer-widgets {
  width: 105%;
}
.footer-widgets .widget {
  padding: 0 2% 0 0;
  margin-bottom: 4.875em;
  width: 32.35%;
  float: left;
  -webkit-backface-visibility: hidden;
}
.footer-widgets .widget li:before {
  color: #7a7a7a;
}
.footer-widgets .widget .widget-title {
  margin-bottom: 2.03125em;
}
.footer-widgets.widget-area .widget-title a {
  color: #f2f2f2;
}
.footer-widgets .widget a {
  color: #7a7a7a;
}
.footer-widgets .widget a:hover,
.footer-widgets .publisher-posts-loop-widget .posts-index .listing .entry-title a:hover {
  color: #cccccc;
  opacity: 1;
}
.footer-widgets .widget ins {
  background: none;
}
.footer-widgets-1 .footer-widgets .widget {
  width: 97%;
}
.footer-widgets-2 .footer-widgets .widget {
  width: 48.55%;
}
.footer-widgets-4 .footer-widgets .widget {
  width: 24.27%;
}
.footer-widgets-5 .footer-widgets .widget {
  width: 19.45%;
}
/* 404 Widgets */
.post-none .widget {
  font-size: 1em;
}
.no-results-widgets {
  font-size: 0.9375em;
}
.no-results-widgets a {
  color: #292929;
}
.no-results-widgets .widget:last-child {
  margin-bottom: 1.625em;
}
.no-results-widgets .widgettitle,
.no-results-widgets .widget-title {
  font-size: 1.5em;
}
/* Widget
----------------------------------------------- */
.sidebar-widgets .widget_archive li,
.sidebar-widgets .widget_categories li,
.sidebar-widgets .widget_meta li,
.sidebar-widgets .widget_nav_menu li,
.sidebar-widgets .widget_pages li,
.sidebar-widgets .widget_recent_comments li,
.sidebar-widgets .widget_recent_entries li,
.sidebar-widgets .widget_rss li,
.sidebar-widgets .widget_archives li,
.sidebar-widgets .widget_recent-posts li,
.sidebar-widgets .widget_recent-comments li {
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
.sidebar-widgets .widget_archive > ul,
.sidebar-widgets .widget_categories > ul,
.sidebar-widgets .widget_meta > ul,
.sidebar-widgets .widget_nav_menu > div,
.sidebar-widgets .widget_pages > ul,
.sidebar-widgets .widget_recent_comments > ul,
.sidebar-widgets .widget_recent_entries > ul,
.sidebar-widgets .widget_rss > ul,
.sidebar-widgets .widget_recent-posts > ul,
.sidebar-widgets .widget_archives > ul,
.sidebar-widgets .widget_recent-comments > ul {
  margin: -1.625em 0;
}
.sidebar-widgets .widget_recent_comments li,
.sidebar-widgets .widget_recent_entries li,
.sidebar-widgets .widget_rss li,
.sidebar-widgets .widget_recent-posts li,
.sidebar-widgets .widget_recent-comments li {
  padding: 0.65em 1.625em;
  margin: 0 -1.625em;
}
/* Multi-Level */
.sidebar-widgets .widget_archive li,
.sidebar-widgets .widget_categories li,
.sidebar-widgets .widget_meta li,
.sidebar-widgets .widget_nav_menu li,
.sidebar-widgets .widget_pages li,
.sidebar-widgets .widget_archives li {
  padding: 0 1.625em;
  margin: 0 -1.625em;
}
.sidebar-widgets .widget_archive li a,
.sidebar-widgets .widget_categories li a,
.sidebar-widgets .widget_meta li a,
.sidebar-widgets .widget_nav_menu li a,
.sidebar-widgets .widget_pages li a,
.sidebar-widgets .widget_archives li a {
  margin: .65em 0;
  display: inline-block;
}
.sidebar-widgets .widget_archive li ul,
.sidebar-widgets .widget_categories li ul,
.sidebar-widgets .widget_meta li ul,
.sidebar-widgets .widget_nav_menu li ul,
.sidebar-widgets .widget_pages li ul,
.sidebar-widgets .widget_archives li ul {
  margin: 0;
}
.sidebar-widgets .widget_archive ul ul li,
.sidebar-widgets .widget_categories ul ul li,
.sidebar-widgets .widget_meta ul ul li,
.sidebar-widgets .widget_nav_menu ul ul li,
.sidebar-widgets .widget_pages ul ul li,
.sidebar-widgets .widget_archives ul ul li {
  padding-left: 3.25em;
}
.sidebar-widgets .widget_archive ul ul ul li,
.sidebar-widgets .widget_categories ul ul ul li,
.sidebar-widgets .widget_meta ul ul ul li,
.sidebar-widgets .widget_nav_menu ul ul ul li,
.sidebar-widgets .widget_pages ul ul ul li,
.sidebar-widgets .widget_archives ul ul ul li {
  padding-left: 4.875em;
  margin-left: -3.25em;
}
.sidebar-widgets .widget_archive ul ul ul ul li,
.sidebar-widgets .widget_categories ul ul ul ul li,
.sidebar-widgets .widget_meta ul ul ul ul li,
.sidebar-widgets .widget_nav_menu ul ul ul ul li,
.sidebar-widgets .widget_pages ul ul ul ul li,
.sidebar-widgets .widget_archives ul ul ul ul li {
  padding-left: 6.5em;
  margin-left: -4.875em;
}
.sidebar-widgets .widget_archive ul ul ul ul ul li,
.sidebar-widgets .widget_categories ul ul ul ul ul li,
.sidebar-widgets .widget_meta ul ul ul ul ul li,
.sidebar-widgets .widget_nav_menu ul ul ul ul ul li,
.sidebar-widgets .widget_pages ul ul ul ul ul li,
.sidebar-widgets .widget_archives ul ul ul ul ul li {
  padding-left: 8.125em;
  margin-left: -6.5em;
}
/* Widget: Categories
----------------------------------------------- */
.sidebar-widgets .widget_categories .cat-item-none {
  padding-top: .65em;
  padding-bottom: .65em;
}
/* Widget: Calendar
----------------------------------------------- */
.widget_calendar #wp-calendar {
  margin: 0;
  max-width: 100%;
}
.widget_calendar tbody a {
  font-weight: bold;
}
.widget_calendar caption,
.widget_calendar tr th,
.widget_calendar tr td {
  text-align: center;
}
.widget_calendar caption,
.widget_calendar tfoot td {
  padding: 0 5% 0.5em;
}
.widget_calendar caption {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.widget_calendar table th,
.widget_calendar table td {
  padding: 0.5em 0;
}
.widget_calendar table th {
  padding: 0.5em 0;
}
.widget_calendar tfoot td {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
/* Widget Areas */
.sidebar-widgets .widget_calendar tbody a {
  color: #fd6763;
}
.footer-widgets .widget_calendar caption {
  color: #7a7a7a;
}
/* Widget: Meta
----------------------------------------------- */
.sidebar-widgets .widget_meta abbr {
  border-bottom: 1px dotted #cccccc;
}
/* Widget: Recent Comments
----------------------------------------------- */
.widget.widget_recent_comments li:before,
.widget_recent-comments li:before {
  content: "\f0e6";
}
/* Widget: Recent Posts
----------------------------------------------- */
.widget_recent_entries .post-date:before,
.widget_recent-posts .post-date:before {
  content: "-";
  padding: 0 5px 0 3px;
}
/* Widget: RSS
----------------------------------------------- */
.widget_rss li {
  margin-bottom: 1em;
}
.widget_rss li .rsswidget {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.widget_rss .rss-date:before {
  content: "-";
  padding: 0 5px 0 3px;
}
.widget_rss .widget-title img,
.widget_rss .widgettitle img {
  margin-bottom: 3px;
}
/* Widget Areas */
.sidebar-widgets .widget_rss li {
  padding: 1em 1.625em;
}
.sidebar-widgets .widget_rss li .rsswidget {
  color: #292929;
}
.footer-widgets .widget_rss li .rsswidget {
  color: #cccccc;
}
.footer-widgets .widget_rss .rss-date {
  color: #9a9a9a;
}
/* Widget: Search
----------------------------------------------- */
.widget_search .search-field {
  width: 100%;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.widget_search .search-field:focus {
  outline: none;
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-submit {
  min-width: 6em;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.footer-widgets .widget_search .search-submit:hover {
  background: #7a7a7a;
}
.no-results-widgets .widget_search .search-submit {
  font-size: 1em;
  display: block;
  height: 100%;
}
/* Widget: Tag Cloud
----------------------------------------------- */
.tagcloud a {
  font-size: 1em !important;
  color: #9a9a9a;
  padding: 0 .75em;
  margin: 0 0 .35em 0;
  border-radius: 15px;
  background-color: #e8e8e8;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* Widget Areas */
.no-results-widgets .widget .tagcloud a,
.sidebar-widgets .widget .tagcloud a {
  color: #9a9a9a;
  opacity: 1;
}
.no-results-widgets .widget .tagcloud a:hover,
.sidebar-widgets .widget .tagcloud a:hover {
  color: #f2f2f2;
  background-color: #292929;
}
.footer-widgets .widget .tagcloud a {
  color: #cccccc;
  background-color: #7a7a7a;
}
.footer-widgets .widget .tagcloud a:hover {
  color: #cccccc;
  background-color: #262626;
}
/* Widget: Text
----------------------------------------------- */
.textwidget {
  word-break: break-word;
}
/* Widget Areas */
.sidebar-widgets .widget_text a {
  border-bottom: 1px dotted #cccccc;
}
.footer-widgets .widget_text .textwidget a {
  color: #9a9a9a;
  border-bottom: none;
}
.footer-widgets .widget_text .textwidget a:hover {
  color: #cccccc;
}
/* Widget: Custom Menu
----------------------------------------------- */
.mini-widget-area .menu {
  margin: 0;
}
.mini-widget-area .menu li {
  list-style: none;
  position: relative;
}
.mini-widget-area .menu > li {
  padding-right: 1.25em;
  display: table-cell;
}
.mini-widget-area .menu > li:last-child {
  padding-right: 0;
}
.mini-widget-area .menu > li > a {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.mini-widget-area .menu > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: .5em;
  display: inline-block;
}
.footnote .menu > li.menu-item-has-children > a:after {
  content: "\f106";
}
.mini-widget-area .description {
  display: none;
}
/* Sub Menus */
.mini-widget-area .sub-menu {
  padding: 1em 0;
  margin: 0;
  width: 15em;
  position: absolute;
  left: -1em;
  z-index: 100;
  background: #ffffff;
  white-space: normal;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
  -moz-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
  -ms-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
  -o-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
  transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
}
.footnote .menu > li > .sub-menu {
  bottom: 0;
  margin-bottom: 1.8571428571428572em;
}
.mini-widget-area .menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.mini-widget-area .menu ul a {
  color: #9a9a9a;
  width: 100%;
  cursor: pointer;
}
.mini-widget-area .menu ul li > a {
  padding: 0 2.25em 0 1em;
  display: block;
}
.mini-widget-area .menu ul li.menu-item-has-children > a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 8px;
  vertical-align: top;
  position: absolute;
  right: 1.25em;
}
.mini-widget-area .menu ul li:last-child {
  border-bottom: none;
}
.mini-widget-area .menu li ul a:hover {
  color: #292929;
}
/* Multi Level Subs */
.mini-widget-area .menu ul li > .sub-menu {
  left: 100%;
  top: -1em;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
/* Widget: Custom Menu - Social Links
----------------------------------------------- */
.menu li > a.menu-icon:before {
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 1em;
  margin-right: .5em;
  display: inline-block;
}
/* Mini Widget Area */
.mini-widget-area .menu > li.social {
  padding: 0;
}
.mini-widget-area .menu > li.social > a.menu-icon span {
  display: none;
}
.mini-widget-area .menu > li.social > a.menu-icon:before {
  line-height: 2.75em;
  margin: 0;
}
.mini-widget-area .menu > li.social > a.menu-icon {
  font-size: 1.0833333333333333em;
  line-height: 3em;
  width: 3em;
  height: 3em;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mini-widget-area .menu > li.social > a.menu-icon:hover {
  color: #f2f2f2;
  background: #323232;
}
/* Social Network */
.mini-widget-area .menu > li.social > a.fa-twitter:hover {
  background: #00B0E8;
}
.mini-widget-area .menu > li.social > a.fa-facebook:hover {
  background: #39579A;
}
.mini-widget-area .menu > li.social > a.fa-instagram:hover {
  background: #BCAB7A;
}
.mini-widget-area .menu > li.social > a.fa-tumblr:hover {
  background: #2B4662;
}
.mini-widget-area .menu > li.social > a.fa-dribbble:hover {
  background: #E25890;
}
.mini-widget-area .menu > li.social > a.fa-flickr:hover {
  background: #E71B77;
}
.mini-widget-area .menu > li.social > a.fa-pinterest:hover {
  background: #EB5654;
}
.mini-widget-area .menu > li.social > a.fa-google-plus:hover {
  background: #BE2832;
}
.mini-widget-area .menu > li.social > a.fa-vimeo-square:hover {
  background: #45B5FE;
}
.mini-widget-area .menu > li.social > a.fa-youtube:hover {
  background: #C42F2A;
}
.mini-widget-area .menu > li.social > a.fa-linkedin:hover {
  background: #0077B6;
}
.mini-widget-area .menu > li.social > a.fa-github:hover {
  background: #3B3B3B;
}
.mini-widget-area .menu > li.social > a.fa-rss:hover {
  background: #FFAE00;
}
.mini-widget-area .menu > li.social > a.fa-envelope-o:hover {
  background: #0184E5;
}
.mini-widget-area .menu > li.social > a.fa-soundcloud:hover {
  background: #FF4700;
}
/*-----------------------------------------------------------------------------------*/
/*	11.  Shop
/*-----------------------------------------------------------------------------------*/
.necktie {
  margin-bottom: 2%;
}
.demo_store {
  text-align: center;
  color: #484848;
  background-color: #fcf8e3;
  margin: 0;
  padding: .5em 3%;
}
.woocommerce .products {
  margin: 0;
  width: 105%;
  list-style: none;
  opacity: 0;
}
.woocommerce.loaded .products li,
.no-js .woocommerce .products {
  opacity: 1;
}
.woocommerce .related.products {
  margin: 0;
  width: auto;
}
.woocommerce .products li {
  padding: 0 2% 0 0;
  margin-bottom: 2%;
  width: 32.35%;
}
.woocommerce.columns-1 li,
.woocommerce .columns-1 .products li {
  width: 97%;
}
.woocommerce.columns-2 li,
.woocommerce .columns-2 .products li {
  width: 48.55%;
}
.woocommerce.columns-4 li,
.woocommerce .columns-4 .products li {
  width: 24.27%;
}
.woocommerce.columns-5 li,
.woocommerce .columns-5 .products li {
  width: 19.45%;
}
.woocommerce .featured-image {
  min-height: initial;
}
.woocommerce .featured-image a {
  position: relative;
}
.no-js .woocommerce .products li {
  opacity: 1;
}
/* Shop Index
----------------------------------------------- */
.woocommerce .woocommerce-result-count {
  font-size: 0.875em;
  margin: 0;
  float: left;
}
.woocommerce .woocommerce-ordering {
  font-size: 0.875em;
  float: right;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #cccccc;
}
.woocommerce .products .entry-meta.header li {
  width: 100%;
  padding: 0;
}
/* Entry Content */
.woocommerce .shop-content {
  margin-bottom: 3.25em;
  position: relative;
}
.woocommerce .shop-content > .featured-preview {
  margin-bottom: 1.625em;
}
/* Products
----------------------------------------------- */
.woocommerce .products,
.woocommerce .cross-sells {
  position: relative;
}
.woocommerce ul.products {
  text-align: center;
}
.woocommerce .products li .entry-wrap {
  padding: 0;
}
.woocommerce .products li .entry-header {
  padding: 1.25em;
  margin-bottom: 0;
}
.woocommerce .products li a h3 {
  font-size: 1.25em;
  line-height: 1.375em;
  margin-bottom: 0;
}
.woocommerce .products li.product-category a h3 {
  display: inline-block;
}
.woocommerce .products li .entry-footer {
  padding: 1.15em;
  border-top: 2px dotted #f5f5f5;
}
.woocommerce .products h2,
.woocommerce .cross-sells h2,
.woocommerce .cart_totals h2 {
  font-size: 1.125em;
  color: #292929;
  text-transform: uppercase;
  line-height: 1.375em;
  margin-bottom: 1em;
}
.woocommerce .products .featured-preview.active .featured-image,
.no-js .woocommerce .products .featured-preview:hover .featured-image {
  opacity: .35;
}
/* Sale Flash */
.woocommerce .post-flash-icon {
  font-size: 1.25em;
}
.woocommerce .status-flash {
  color: #ffffff;
  text-align: center;
  border-top: 2.9em solid #fd6763;
  border-right: 2.9em solid transparent;
  display: inline-block;
}
.woocommerce .status-flash span {
  position: absolute;
  top: 0;
  line-height: 1.85em;
  width: 1.85em;
  height: 1.85em;
}
.woocommerce .status-flash .onsale:before {
  content: "\f0e7";
  font-family: "FontAwesome";
}
.woocommerce .status-flash.status-out-of-stock {
  border-top: 2.9em solid #292929;
}
.woocommerce .status-flash .out-of-stock:before {
  content: "\f12a";
  font-family: "FontAwesome";
}
/* Star Rating */
.star-rating {
  font-size: 0.875em;
  color: #fd6763;
  line-height: 1em;
  height: 1em;
  width: 4.875em;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  font-family: "FontAwesome";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  padding-top: 1.625em;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
}
/* Price */
.woocommerce .price {
  font-size: 1.125em;
  display: block;
}
.woocommerce .price del {
  opacity: .5;
}
.woocommerce .price ins {
  background: none;
}
/* Add To Cart */
.woo-loader-icon {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
}
.woocommerce .products li.product a.button,
.woocommerce .products li.product a.added_to_cart,
.woocommerce .products li.product a.button.loading .woo-loader-icon {
  display: block;
}
.woocommerce .products li.product a.button.added {
  display: none;
}
.woocommerce .products li.product a.button.loading {
  position: relative;
}
.woocommerce .products li.product a.added_to_cart {
  font-size: 0.875em;
  color: #f2f2f2;
  padding: 0.50em 1em;
  background: #fd6763;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.woocommerce .products li.product a.added_to_cart:hover {
  opacity: .85;
}
.woocommerce .products li.product a.added_to_cart:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 0.8571428571428571em;
  line-height: 1em;
  margin-left: 3%;
  display: inline-block;
}
.woocommerce .products li.product.outofstock a.button {
  color: #f2f2f2;
  background-color: #292929;
}
/* Subcategory */
.woocommerce .products li.product-category .article-wrap {
  background: #ffffff;
  position: relative;
  min-height: 4.875em;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
.woocommerce .products li.product-category .entry-wrap {
  padding: 1.625em 3%;
}
.woocommerce .products li.product-category .entry-header {
  padding: 0;
  margin: 0;
}
.woocommerce .products li.product-category h3 mark {
  background: none;
}
/* Single Product
----------------------------------------------- */
.woocommerce.single .article-wrap.main-item {
  margin-bottom: 3.25em;
}
.woocommerce .summary-wrap {
  padding: 1.625em 4%;
}
/* Images */
.woocommerce div.product div.images {
  float: left;
  width: 50%;
  position: relative;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
}
.woocommerce div.product div.thumbnails {
  margin: 0 -1.25%;
  display: inline-block;
  width: 102.5%;
}
.woocommerce div.product div.thumbnails a {
  width: 25%;
  padding: 2.5% 1.25% 0;
  float: left;
}
.woocommerce div.product div.images .thumbnails img {
  margin-bottom: 0;
}
/* Summary */
.woocommerce .summary {
  padding-left: 1.625em;
  float: right;
  width: 50%;
}
.woocommerce .summary .woocommerce-product-rating {
  margin-top: -1em;
  margin-bottom: 1.625em;
}
.woocommerce .summary .star-rating {
  font-size: 1em;
  margin: 0;
}
.woocommerce .summary .woocommerce-review-link {
  color: #292929;
  opacity: .5;
}
.woocommerce .summary .woocommerce-review-link:hover {
  opacity: 1;
}
.woocommerce .summary .price {
  font-size: 1.5em;
  margin-bottom: 1.2em;
}
.woocommerce .summary div[itemprop="description"] p {
  font-size: 0.9375em;
}
.woocommerce .summary .product_meta {
  font-size: 0.875em;
  color: #9a9a9a;
}
.woocommerce .meta-product-meta .product_meta > span {
  margin-right: 1.5em;
  display: inline-block;
}
.woocommerce .meta-product-meta span.posted_in {
  display: none;
}
.woocommerce .meta-product-meta {
  float: left;
}
/* Add To Cart */
.woocommerce .quantity,
.woocommerce div.product form.cart .button {
  display: table-cell;
  vertical-align: middle;
}
.woocommerce .quantity {
  width: 60px;
  height: 100%;
  padding-right: 2%;
  position: relative;
  zoom: 1;
}
.woocommerce .quantity input.qty {
  width: 100%;
  height: 106%;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  font-weight: 700;
  -moz-appearance: textfield;
}
.woocommerce-cart .quantity input.qty {
  height: 140%;
}
.woocommerce .cart,
.woocommerce .variations_button {
  padding-top: 1.15em;
  display: table;
  height: 100%;
  width: 100%;
  border-top-width: 2px;
  border-style: dotted;
  border-color: #f2f2f2;
}
.woocommerce div.product .cart .button {
  font-size: 1em;
  padding: .6em;
  width: 100%;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before {
  content: "\f07a";
  font-family: "FontAwesome";
  margin-right: .5em;
  display: inline-block;
}
/* Out Of Stock */
.woocommerce .stock {
  text-transform: uppercase;
  color: #9a9a9a;
}
/* Variations */
.woocommerce .variations_form .variations {
  font-size: 0.9375em;
}
.woocommerce .reset_variations:hover {
  text-decoration: underline;
}
.woocommerce .variations_form .variations td {
  padding: 0 0 .65em;
}
.woocommerce .variations_form .variations td:last-child {
  padding: 0;
}
.woocommerce .variations_form .variations tr:nth-child(even) {
  background: none;
}
.woocommerce .variations_form .variations .label {
  font-weight: bold;
  padding-right: 1em;
}
.woocommerce .reset_variations {
  color: #9a9a9a;
  padding-top: .25em;
  display: inline-block;
}
/* Single Product Tabs
----------------------------------------------- */
.woocommerce .woocommerce-tabs {
  margin-bottom: 3.25em;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
  clear: both;
}
/* Tabs */
.woocommerce .woocommerce-tabs ul.tabs {
  margin: 0;
  background: #f5f5f5;
}
.woocommerce .woocommerce-tabs ul.tabs li {
  background: #ffffff;
  display: inline-block;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
  font-size: 0.75em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #9a9a9a;
  padding: 0.75em 1.625em;
  margin: 0;
  display: inline-block;
  position: relative;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: #292929;
}
/* Panels */
.woocommerce .woocommerce-tabs .panel {
  padding: 2em 4%;
}
/* Additional Information */
.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes p {
  margin: 0;
}
.woocommerce.single-product table.shop_attributes tr th {
  font-weight: bold;
}
/* Reviews */
.woocommerce #reviews #comments ol.commentlist,
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0 0 1.625em;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 1.625em 0 1em;
  margin: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #f2f2f2;
}
.woocommerce #reviews #comments ol.commentlist li:first-child {
  padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  border: none;
  width: 8%;
  float: left;
  border-radius: 100px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  font-size: 0.9333333333333333em;
  margin: 0 0 0 10.5%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: .75em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text div[itemprop="description"] {
  opacity: .75;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  font-size: 1em;
  line-height: 1.625em;
  height: 1.625em;
  float: right;
}
.woocommerce #reviews .woocommerce-pagination {
  font-size: 0.9333333333333333em;
  padding-top: 0;
  margin-bottom: 1.625em;
}
/* Review Ratings */
.woocommerce #review_form #respond p.stars {
  float: right;
}
.woocommerce p.stars a {
  color: #9a9a9a;
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
.woocommerce p.stars a:hover {
  color: #292929;
  opacity: 1;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
  border-right-width: 2px;
  border-style: solid;
  border-color: #f2f2f2;
}
.woocommerce p.stars a.star-1 {
  width: 2em;
}
.woocommerce p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-3 {
  width: 4em;
}
.woocommerce p.stars a.star-4 {
  width: 5em;
}
.woocommerce p.stars a.star-5 {
  width: 5em;
  margin-right: 0;
  border-right: 0;
}
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce p.stars a.star-1:after {
  content: "\f006";
}
.woocommerce p.stars a.star-2:after {
  content: "\f006\f006";
}
.woocommerce p.stars a.star-3:after {
  content: "\f006\f006\f006";
}
.woocommerce p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}
.woocommerce p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}
.woocommerce p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after {
  content: "\f005";
}
.woocommerce p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after {
  content: "\f005\f005";
}
.woocommerce p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
}
.woocommerce p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
}
.woocommerce p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}
/* Form */
.woocommerce #review_form {
  font-size: 1.0666666666666667em;
}
.woocommerce #review_form .comment-reply-title {
  padding: 0;
  margin: 0 0 1.625em;
  border: none;
}
.woocommerce #review_form .comment-form {
  padding: 0;
}
.woocommerce #review_form .comment-form .form-submit {
  margin: 0;
}
/* Pagination / Navigation
----------------------------------------------- */
.woocommerce-pagination {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #9a9a9a;
  padding-top: 1.625em;
}
.woocommerce-pagination ul {
  margin: 0;
}
.woocommerce #reviews .woocommerce-pagination ul {
  text-align: right;
}
.woocommerce-pagination ul li {
  margin-right: .25em;
  display: inline-block;
}
.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span.current {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 3em;
  text-align: center;
  text-transform: uppercase;
  color: #9a9a9a;
  width: 3em;
  height: 3em;
  border-radius: 2px;
  background: #e8e8e8;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce-pagination ul li a:hover {
  color: #ffffff;
  background: #292929;
}
.woocommerce-pagination ul li span.current,
#reviews .woocommerce-pagination ul li a:hover,
#reviews .woocommerce-pagination ul li span.current {
  color: #ffffff;
  background: #fd6763;
}
#reviews .woocommerce-pagination ul li a {
  color: #9a9a9a;
  background: #e8e8e8;
}
/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
  font-size: 0.75em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #292929;
  text-transform: uppercase;
  margin-top: -2.1666666666666665em;
  margin-bottom: 1.3333333333333333em;
  -webkit-font-smoothing: antialiased;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb span {
  color: #9a9a9a;
}
/* Messages
----------------------------------------------- */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  font-size: 0.8125em;
  color: #484848;
  padding: .3em 0.6em;
  margin: 0 0 1.625em;
  border: #93cd7c 1px solid;
  border-radius: 3px;
  background-color: #f3f9f0;
  list-style: none;
}
.woocommerce .woocommerce-error {
  border: #ce8383 1px solid;
  background-color: #fbf6f6;
}
.woocommerce .woocommerce-info {
  border: #357ebd 1px solid;
  background-color: #f5f9fc;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  font-size: 1em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #292929;
  padding: 0;
  background: none;
  float: right;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  font-weight: bold;
}
.woocommerce .woocommerce-error .button:after,
.woocommerce .woocommerce-info .button:after,
.woocommerce .woocommerce-message .button:after {
  content: "\f178";
  font-family: "FontAwesome";
  margin-left: .5em;
  display: inline-block;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
  color: #292929;
}
/* Cart / Checkout Page / Account
----------------------------------------------- */
.woocommerce-cart .article-footer,
.woocommerce-checkout .article-footer,
.woocommerce-account .article-footer {
  display: none;
}
.woocommerce .shop_table thead {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  background: #292929;
  background: -webkit-linear-gradient(top, #474747, #292929);
  background: -o-linear-gradient(top, #474747, #292929);
  background: -moz-linear-gradient(top, #474747, #292929);
  background: linear-gradient(top, #474747, #292929);
}
.woocommerce .shop_table thead th {
  font-size: 0.8em;
  color: #f2f2f2;
  text-transform: uppercase;
  padding: .95em;
}
.woocommerce-checkout .shop_table thead th {
  padding: .95em 1em;
}
.woocommerce .shop_table {
  border-collapse: collapse;
}
.woocommerce .shop_table tbody td {
  padding: 1em .825em;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td.product-total {
  width: 50%;
}
.woocommerce .shop_table tfoot tr:first-child {
  border-top-width: 1px;
  border-style: solid;
  border-color: #292929;
}
.woocommerce .shop_table tfoot th {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce .shop_table.order_details {
  border-width: 1px;
  border-style: solid;
  border-color: #292929;
}
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-name a {
  color: #292929;
}
.woocommerce table.shop_table td.product-name a {
  font-size: 1.0666666666666667em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.woocommerce table.shop_table td.product-name dl.variation {
  font-size: 0.8666666666666667em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.woocommerce table.shop_table td.product-name dl.variation dd,
.woocommerce table.shop_table td.product-name dl.variation dt {
  display: inline-block;
  margin: 0;
  text-decoration: initial;
}
.woocommerce table.shop_table td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce .shop_table tfoot tr:nth-child(even),
.woocommerce .calculated_shipping tbody tr:nth-child(even) {
  background: none;
}
.woocommerce table tr.order-total .amount,
.woocommerce .shop_table tfoot tr:last-child .amount {
  font-size: 1.4666666666666666em;
  font-weight: bold;
}
/* Cart Page
----------------------------------------------- */
.woocommerce-cart .primary .site-main > .hentry > .article-wrap {
  background: none;
  box-shadow: none;
}
.woocommerce-cart .primary .entry-wrap {
  padding: 0;
}
.woocommerce-cart.entry-layout-standard .primary .featured-preview {
  margin-bottom: 1.625em;
}
.woocommerce-cart.entry-layout-standard .primary .site-main > .hentry > .article-wrap .entry-title,
.woocommerce-cart.entry-layout-cover .primary .site-main > .hentry > .article-wrap .entry-title,
.woocommerce-cart.entry-layout-banner .primary .site-main > .hentry > .article-wrap .entry-title {
  color: #292929;
}
.woocommerce-cart.entry-layout-standard .primary .site-main > .hentry > .article-wrap .entry-header .hero-description,
.woocommerce-cart.entry-layout-cover .primary .site-main > .hentry > .article-wrap .entry-header .hero-description,
.woocommerce-cart.entry-layout-banner .primary .site-main > .hentry > .article-wrap .entry-header .hero-description {
  color: #9a9a9a;
}
.woocommerce-cart .woocommerce .cart {
  padding-top: 0;
  margin-bottom: 3.25em;
  background: #ffffff;
  position: relative;
  border: none;
  border-radius: 3px;
  border-collapse: collapse;
  box-shadow: 0 2px 0 #e8e8e8;
}
.woocommerce-cart table.cart tbody tr {
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
.woocommerce-cart table.cart tbody tr:nth-child(even) {
  background: none;
}
.woocommerce-cart table.cart tbody td {
  vertical-align: middle;
}
.woocommerce-cart .cart-empty {
  padding: 2em 4%;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
.woocommerce-cart .return-to-shop a {
  font-size: 0.9375em;
  display: inline-block;
}
/* Product Remove */
.woocommerce-cart table.cart td.product-remove {
  text-align: center;
}
.woocommerce-cart table.cart td.product-remove a {
  color: #9a9a9a;
}
.woocommerce-cart table.cart td.product-remove a:hover {
  color: #292929;
}
/* Product Thumbnail */
.woocommerce-cart table.cart td.product-thumbnail {
  width: 80px;
  padding: .75em 0;
}
/* Actions */
.woocommerce-cart table.cart td.actions {
  font-size: 1.0666666666666667em;
  text-align: right;
  padding: 1em 1.625em;
}
.woocommerce-cart table.cart td.actions .coupon {
  text-align: left;
  float: left;
}
.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
}
.woocommerce-cart table.cart td.actions input[type="text"],
.woocommerce .checkout_coupon input[type="text"] {
  font-size: 0.875em;
  padding: 0.4em 0.85em;
}
/* Cart Collaterals */
.woocommerce-cart .cart-collaterals {
  font-size: 1.0666666666666667em;
}
.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 49%;
  float: left;
}
.woocommerce-cart .cart-collaterals .products li {
  width: 50%;
}
.woocommerce-cart .cart-collaterals .products li .article-wrap {
  background: #ffffff;
  box-shadow: 0 2px 0 #e8e8e8;
}
/* Cart Totals */
.woocommerce-cart .cart-collaterals .cart_totals {
  float: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  font-size: 0.9375em;
  margin-bottom: 1em;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  border-collapse: collapse;
  box-shadow: 0 2px 0 #e8e8e8;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:nth-child(even) {
  background: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total {
  border-top-width: 2px;
  border-style: dotted;
  border-color: #f5f5f5;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  color: #292929;
  padding: 1em 1.625em;
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals .cart_totals table td p {
  margin-bottom: 2%;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #9a9a9a;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
  text-decoration: underline;
}
.woocommerce-cart .cart-collaterals .cart_totals table td p button,
.woocommerce-cart .cart-collaterals .checkout-button {
  font-size: 1em;
}
.woocommerce-cart .cart-collaterals .checkout-button {
  text-align: center;
  color: #9a9a9a;
  padding: .6em 3.5em;
  display: inline-block;
  float: right;
  background: #e8e8e8;
}
.woocommerce-cart .cart-collaterals .checkout-button:hover {
  color: #f2f2f2;
  background: #292929;
}
/* Checkout Page
----------------------------------------------- */
.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 49%;
}
.woocommerce-checkout .col2-set {
  float: left;
}
/* Fields */
.woocommerce .form-row label,
.woocommerce #review_form .comment-form label {
  font-size: 0.8em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #9a9a9a;
  padding: 0;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  float: left;
  width: 49%;
  overflow: visible;
}
.woocommerce form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide {
  clear: both;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-size: 0.9333333333333333em;
  width: 100%;
}
.woocommerce #billing_address_1_field,
.woocommerce #shipping_address_1_field {
  margin: 0 0 .5em;
}
/* Order Form */
.woocommerce-checkout #order_review_heading {
  clear: right;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
  float: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
  font-size: 1.0666666666666667em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* Login */
.woocommerce .lost_password a {
  font-size: 0.8666666666666667em;
  font-style: italic;
}
/* Payment */
.woocommerce #payment ul.payment_methods {
  padding: 1em;
  margin: 0;
  list-style: none;
  background: #f8f8f8;
}
.woocommerce #payment ul.payment_methods li {
  padding: .25em 0;
}
.woocommerce #payment ul.payment_methods li input {
  margin: 0 .55em 0 0;
}
.woocommerce #payment ul.payment_methods li label {
  font-weight: bold;
}
.woocommerce #payment .payment_method_paypal img {
  width: 120px;
  margin-left: .65em;
}
.woocommerce #payment .payment_method_paypal .about_paypal {
  font-size: 0.7333333333333333em;
  font-weight: normal;
  margin-left: .85em;
  display: inline-block;
}
.woocommerce #payment #place_order {
  font-size: 1.0666666666666667em;
  padding: .75em 3.5em;
  width: 100%;
}
.woocommerce #payment div.payment_box p:last-child {
  margin-left: 1.625em;
}
/* My Accounts
----------------------------------------------- */
.woocommerce .addresses .title .edit {
  text-decoration: underline;
  display: inline-block;
}
.woocommerce ul.order_details {
  font-size: 1.2em;
  line-height: 2em;
}
/* Header Shop Links
----------------------------------------------- */
.menu-item-cart .count {
  margin-left: .5em;
}
/* Widgets: WooCommerce Cart
 * Widgets: WooCommerce Products
 * Widgets: WooCommerce Recently Viewed
 * Widgets: WooCommerce Recent Views
 * Widgets: WooCommerce Top Rated Products
----------------------------------------------- */
ul.product_list_widget {
  line-height: 1.625em;
}
ul.product_list_widget li:before {
  display: none !important;
}
ul.product_list_widget li:after {
  content: '';
  display: block;
  clear: both;
}
ul.product_list_widget li {
  clear: both;
}
ul.cart_list li img,
ul.product_list_widget li img {
  margin-right: 1em;
  width: 72px;
  height: auto;
  float: left;
}
ul.cart_list li .star-rating,
ul.product_list_widget li .star-rating {
  margin: 0;
}
ul.product_list_widget li a {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #292929;
  display: block;
}
ul.product_list_widget li a:hover img {
  opacity: .75;
}
/* Widget Areas */
.footer-widgets ul.product_list_widget li a {
  color: #9a9a9a;
}
/* Box lines */
.sidebar-widgets ul.product_list_widget li,
.sidebar-widgets .widget_layered_nav li,
.sidebar-widgets .widget_product_categories li,
.sidebar-widgets .product-categories li {
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
.sidebar-widgets .widget_product_categories > ul,
.sidebar-widgets ul.product_list_widget,
.sidebar-widgets .widget_layered_nav > ul,
.sidebar-widgets ul.product-categories {
  margin: -1.625em 0;
}
.sidebar-widgets ul.product_list_widget li,
.sidebar-widgets .widget_layered_nav li {
  padding: 0.85em 1.625em;
  margin: 0 -1.625em;
}
/* Multi-Level */
.sidebar-widgets .widget_product_categories li,
.sidebar-widgets .product-categories li {
  padding: 0 1.625em;
  margin: 0 -1.625em;
}
.sidebar-widgets .widget_product_categories li a,
.sidebar-widgets ul.product-categories li a {
  margin: .65em 0;
  display: inline-block;
}
.sidebar-widgets .widget_product_categories li ul,
.sidebar-widgets ul.product-categories li ul {
  margin: 0;
}
.sidebar-widgets .widget_product_categories ul ul li,
.sidebar-widgets ul.product-categories ul li {
  padding-left: 3.25em;
}
.sidebar-widgets .widget_product_categories ul ul ul li,
.sidebar-widgets ul.product-categories ul ul li {
  padding-left: 4.875em;
  margin-left: -3.25em;
}
/* Widgets: WooCommerce Cart
----------------------------------------------- */
ul.product_list_widget li a.remove {
  text-align: center;
  line-height: 20px;
  color: #9a9a9a;
  width: 21px;
  height: 22px;
  position: absolute;
  z-index: 5;
}
.widget_shopping_cart_content ul.cart_list p,
.widget_shopping_cart_content ul.cart_list dt,
.widget_shopping_cart_content ul.cart_list dd {
  margin: 0;
  display: inline-block;
}
.widget_shopping_cart_content ul.cart_list dt {
  padding-left: .5em;
}
.widget_shopping_cart_content ul.cart_list dt:first-child {
  padding-left: 0;
}
.widget_shopping_cart_content ul.cart_list .quantity {
  margin: 0;
  height: 100%;
  width: 100%;
  display: inline;
}
.widget_shopping_cart_content .buttons {
  margin: 0;
}
.widget_shopping_cart_content .buttons .button {
  font-size: 1em;
  opacity: 1;
}
.sidebar-widgets .widget_shopping_cart_content {
  margin: -1.625em 0;
}
.sidebar-widgets .widget_shopping_cart_content p.buttons {
  margin: -1em -1.625em -1.625em;
  padding: 1.625em;
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
.sidebar-widgets .widget_shopping_cart_content ul.product_list_widget {
  margin: 0;
}
.widget_shopping_cart_content .total {
  clear: both;
}
.footer-widgets .widget_shopping_cart_content .total {
  color: #9a9a9a;
}
/* Widgets: WooCommerce Product Search
----------------------------------------------- */
.woocommerce-product-search input[type="search"] {
  width: 100%;
}
.woocommerce-product-search input[type="submit"] {
  display: none;
}
/* Widgets: WooCommerce Price Filter
----------------------------------------------- */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #e8e8e8;
}
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .price_slider {
  margin-bottom: 1.625em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider .ui-slider-range {
  background: #9a9a9a;
  opacity: .5;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -0.25em;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: #9a9a9a;
  cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 1em;
  padding: .36em 1em;
  float: left;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
}
/*-----------------------------------------------------------------------------------*/
/*	12.  Forum
/*-----------------------------------------------------------------------------------*/
#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  font-size: 1em;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-search-results {
  box-shadow: 0 2px 0 #e8e8e8;
  border: none;
}
#bbpress-forums ul.bbp-replies {
  border: none;
}
#bbpress-forums div.bbp-search-form,
#bbpress-forums .bbp-topic-form,
#bbpress-forums .bbp-reply-form,
#bbpress-forums .bbp-topic-tag-form,
#bbpress-forums .bbp-topic-split,
#bbpress-forums .bbp-topic-merge,
#bbp-your-profile {
  font-size: 1.0666666666666667em;
  padding: 1.25em 4% 2em;
  margin-bottom: 1.625em;
  background: #ffffff;
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
  float: none;
  width: 100%;
}
#bbpress-forums div.bbp-search-form {
  padding: 2%;
}
.bbpress-header {
  margin-bottom: 1.625em;
  width: 100%;
}
.bbpress-header .hero-title {
  font-size: 2.25em;
}
.bbpress .hentry {
  margin-bottom: 0;
}
.bbpress .entry-content a {
  text-decoration: none;
}
/* BBpress Search
----------------------------------------------- */
#bbpress-forums #bbp-search-form {
  position: relative;
}
#bbpress-forums #bbp-search-form #bbp_search {
  padding-right: 7.5em;
  width: 100%;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  font-size: 1em;
  min-width: 6em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
/* BBpress Forums
----------------------------------------------- */
#bbpress-forums li.bbp-header {
  font-size: 0.9333333333333333em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #f2f2f2;
  text-transform: uppercase;
  padding: .786em 4%;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  background: #292929;
  background: -webkit-linear-gradient(top, #474747, #292929);
  background: -o-linear-gradient(top, #474747, #292929);
  background: -moz-linear-gradient(top, #474747, #292929);
  background: linear-gradient(top, #474747, #292929);
}
#bbpress-forums li.bbp-header ul li,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
  font-size: 0.8571428571428571em;
}
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
  width: auto;
}
li.bbp-forum-info,
li.bbp-topic-title {
  width: 63%;
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  width: 17%;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
  width: 20%;
}
#bbpress-forums .bbp-forum-title {
  font-size: 1.0666666666666667em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 0.9333333333333333em;
  margin: 2% 0;
}
#bbpress-forums .bbp-forums-list li {
  font-size: 0.9333333333333333em;
}
.bbp-body li.bbp-forum-topic-count,
.bbp-body li.bbp-forum-reply-count,
.bbp-body li.bbp-topic-voice-count,
.bbp-body li.bbp-topic-reply-count,
.bbp-body li.bbp-forum-freshness,
.bbp-body li.bbp-topic-freshness {
  font-size: 0.8666666666666667em;
}
li.bbp-forum-freshness a,
li.bbp-topic-freshness a,
.bbp-body li.bbp-topic-freshness {
  line-height: 1.625em;
  color: #9a9a9a;
  display: block;
}
li.bbp-forum-freshness > a:before,
li.bbp-topic-freshness > a:before {
  content: "\f017";
  font-size: 0.8571428571428571em;
  font-family: "FontAwesome";
  margin-right: .2em;
  display: inline-block;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 1.625em 4%;
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
  display: table;
  width: 100%;
}
#bbpress-forums li.bbp-body ul.forum .bbp-forum-info:before,
#bbpress-forums li.bbp-body ul.topic .bbp-forum-info:before {
  content: "\f044";
  font-family: "FontAwesome";
  color: #9a9a9a;
  margin-right: .15em;
  display: inline-block;
}
#bbpress-forums .bbp-forums-list li a {
  color: #9a9a9a;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background: #ffffff;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  border-top: 0;
}
#bbpress-forums li.bbp-footer {
  padding: .75em 4%;
  background: #292929;
  display: none;
}
/* BBpress Navigation
----------------------------------------------- */
#bbpress-forums div.bbp-breadcrumb {
  display: none;
}
div.bbp-breadcrumb {
  font-size: 1em;
}
.hero-header div.bbp-breadcrumb p {
  font-size: 0.75em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}
div.bbp-breadcrumb .sep {
  padding: 0 .5em;
}
div.bbp-breadcrumb a {
  color: #9a9a9a;
}
div.bbp-breadcrumb .bbp-breadcrumb-current {
  color: #292929;
}
/* Tags */
#bbpress-forums div.bbp-topic-tags {
  font-size: 0.8125em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #292929;
  margin-bottom: 1.625em;
  clear: both;
  float: none;
}
#bbpress-forums div.bbp-topic-tags a {
  color: #292929;
}
/* Pagination */
.bbp-pagination {
  margin-bottom: 2%;
}
.bbp-pagination-count {
  font-size: 0.9333333333333333em;
  color: #9a9a9a;
  border: none;
}
.bbp-pagination-links span.dots {
  color: #9a9a9a;
}
.bbp-pagination-links a,
.bbp-pagination-links span.current {
  color: #9a9a9a;
  background: #e8e8e8;
  border: 1px solid transparent;
  opacity: 1;
}
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
  color: #f2f2f2;
  border: 1px solid transparent;
  background: #292929;
}
/* BBpress Subscription / Favorite
----------------------------------------------- */
.bbpress.forum #bbpress-forums #subscription-toggle {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
#bbpress-forums #subscription-toggle a {
  font-size: 0.8666666666666667em;
  display: inline-block;
}
#bbpress-forums > #subscription-toggle a {
  color: #292929;
}
#bbpress-forums .bbp-reply-content #subscription-toggle a {
  font-size: 1em;
}
#bbpress-forums .bbp-reply-content #favorite-toggle a,
#bbpress-forums .bbp-reply-content #subscription-toggle a {
  font-weight: bold;
  text-decoration: none;
  color: #f2f2f2;
}
#bbpress-forums div.bbp-reply-content .bbp-header {
  font-size: 0.9285714285714286em;
  color: #9a9a9a;
}
/* BBpress Avatar
----------------------------------------------- */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
  border: none;
  border-radius: 100px;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
  display: block;
  margin: 0 auto;
}
/* BBpress Form
----------------------------------------------- */
#bbpress-forums fieldset.bbp-form {
  padding: 0;
  margin: 0;
  border: 0;
}
#bbpress-forums fieldset.bbp-form p {
  margin-bottom: 2%;
}
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-size: 0.875em;
}
#bbpress-forums fieldset.bbp-form input[type="text"] {
  width: 100%;
}
#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums fieldset.bbp-form label,
#bbpress-forums tr.form-field label {
  font-size: 0.75em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
}
#bbpress-forums fieldset.bbp-form legend {
  color: #292929;
  margin-bottom: 1.625em;
}
#bbpress-forums fieldset.bbp-form label {
  color: #9a9a9a;
}
#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 2%;
}
div.bbp-submit-wrapper {
  margin-top: 0;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bbpress-forums fieldset.bbp-form fieldset.bbp-form legend {
  font-size: 1em;
  padding-top: 0;
  margin-bottom: -1.625em;
}
#bbpress-forums fieldset.bbp-form fieldset.bbp-form {
  padding: 2em 4%;
  margin-bottom: 1.625em;
  border: 1px solid #e8e8e8;
}
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  font-size: 0.9333333333333333em;
  padding: 1em 4% 1em 0;
}
/* BBpress Topic
----------------------------------------------- */
li.bbp-topic-title p.bbp-topic-meta,
.bbp-topic-title div {
  display: table-cell;
  vertical-align: middle;
}
.bbp-topic-title .publisher-bbp-topic-started-by {
  width: 6.75em;
}
.bbp-topic-started-by img {
  border-radius: 100px;
}
.bbp-topic-started-by .bbp-author-name,
.bbp-topic-title div:last-child .bbp-topic-started-by .bbp-author-avatar {
  display: none;
}
li.bbp-topic-title p.bbp-topic-meta {
  margin: 0;
  width: 82px;
}
.bbp-topic-title p.bbp-topic-meta .bbp-author-name {
  display: none;
}
.bbp-topic-title div:last-child .bbp-topic-started-by .bbp-author-name {
  color: #9a9a9a;
  display: block;
}
.bbp-topic-title .bbp-topic-permalink {
  font-size: 1.0666666666666667em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.25em;
  display: inline-block;
}
.bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-forum-title {
  color: #292929;
}
.bbp-topic-started-by {
  display: block;
  white-space: nowrap;
  color: #9a9a9a;
}
.bbp-topic-started-by a {
  color: #9a9a9a;
}
.bbp-body li.bbp-forum-info,
.bbp-body li.bbp-topic-title,
.bbp-body li.bbp-forum-topic-count,
.bbp-body li.bbp-topic-voice-count,
.bbp-body li.bbp-forum-reply-count,
.bbp-body li.bbp-topic-reply-count,
.bbp-body li.bbp-forum-freshness,
.bbp-body li.bbp-topic-freshness {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
#bbpress-forums p.bbp-topic-meta {
  font-size: 1em;
  margin: 0;
}
li.bbp-forum-freshness .bbp-author-avatar,
li.bbp-topic-freshness .bbp-author-avatar {
  display: inline-block;
}
/* BBpress Single
----------------------------------------------- */
.bbpress .entry-content .bbp-topic-content a,
.bbpress .entry-content .bbp-reply-content a {
  font-weight: normal;
  color: #fd6763;
}
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-reply-content {
  margin: 0;
}
#bbpress-forums li.bbp-header .bbp-reply-author {
  display: none;
}
#bbpress-forums .hentry {
  margin: 0;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  padding: 0 4%;
  background: #fff;
  border-top: 2px solid #f5f5f5;
}
#bbpress-forums .status-trash div.bbp-reply-header,
#bbpress-forums .status-spam div.bbp-reply-header {
  background: none;
}
.bbp-forum-post-date,
.bbp-topic-post-date,
.bbp-reply-post-date {
  color: #9a9a9a;
  margin-bottom: .5em;
  display: inline-block;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  margin-top: 1.25em;
  border-radius: 100px;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #292929;
  line-height: 1.625em;
  margin: 0;
  display: inline-block;
}
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
  width: 128px;
}
ul.bbp-threaded-replies > li {
  position: relative;
}
ul.bbp-threaded-replies > li:before {
  content: "\f064";
  font-family: "FontAwesome";
  color: #9a9a9a;
  position: absolute;
  top: .75em;
  left: -2em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: .5;
}
#bbpress-forums .comment-author {
  line-height: 1.2em;
  display: block;
  float: none;
}
#bbpress-forums .comment-author cite a {
  font-size: 1.0666666666666667em;
  font-weight: bold;
  color: #292929;
}
li.bbp-body div.hentry {
  padding: 0;
}
#bbpress-forums div.bbp-forum-content .bbp-forum-permalink,
#bbpress-forums div.bbp-topic-content .bbp-topic-permalink,
#bbpress-forums div.bbp-reply-content .bbp-reply-permalink {
  color: #9a9a9a;
  float: right;
  text-decoration: none;
}
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  font-size: 0.75em;
  color: #9a9a9a;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
  font-size: 0.9285714285714286em;
  line-height: 1.625em;
}
/* BBpress Search
----------------------------------------------- */
#bbpress-forums div.bbp-forum-content div.bbp-forum-header,
#bbpress-forums div.bbp-reply-content div.bbp-reply-header,
#bbpress-forums div.bbp-topic-content div.bbp-topic-header {
  padding: 0;
  margin-bottom: 1.625em;
  border: none;
  background: none;
  clear: none;
}
#bbpress-forums div.bbp-forum-content div.bbp-forum-header h3,
#bbpress-forums div.bbp-reply-content div.bbp-reply-header h3,
#bbpress-forums div.bbp-topic-content div.bbp-topic-header h3 {
  line-height: 1.25em;
  margin: 0 0 .25em;
}
#bbpress-forums div.bbp-forum-content div.bbp-forum-header h3 a,
#bbpress-forums div.bbp-reply-content div.bbp-reply-header h3 a,
#bbpress-forums div.bbp-topic-content div.bbp-topic-header h3 a {
  color: #292929;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}
#bbpress-forums li.bbp-header .bbp-search-content {
  margin: 0;
}
/* BBpress Profile
----------------------------------------------- */
#bbpress-forums #bbp-user-wrapper .bbp-user-profile h2.entry-title {
  color: #292929;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  padding: 0;
  display: inline-block;
  width: 100%;
}
#bbpress-forums .bbp-user-profile {
  padding: 1.25em 4% 2em;
  margin-bottom: 1.625em;
  background: #ffffff;
  position: relative;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
.bbp-meta .bbp-header,
.bbp-topic-meta .bbp-topic-started-in {
  font-size: 0.8em;
  color: #9a9a9a;
}
.bbp-user-page #favorite-toggle,
.bbp-user-page #subscription-toggle {
  line-height: 1em;
  position: absolute;
  top: .4em;
  left: .35em;
}
#bbpress-forums #bbp-single-user-details {
  margin-bottom: 1.625em;
  width: 165px;
  background: #ffffff;
  position: relative;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  margin: 0;
  width: 100%;
  height: auto;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  width: 165px;
  background-color: #e8e8e8;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul > li {
  font-size: 0.9333333333333333em;
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul > li:first-child {
  border-top: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  color: #9a9a9a;
  padding: .65em 1em;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
  opacity: .75;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul > li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: .5em;
  display: inline-block;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  color: #f2f2f2;
  background: #292929;
  opacity: 1;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
  padding: 0;
  text-align: left;
  width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea,
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset {
  padding: 0;
}
#bbpress-forums #bbp-your-profile .submit > div {
  margin: 0;
}
#bbp-cancel-reply-to-link {
  font-size: 0.875em;
  margin-right: .5em;
}
#bbpress-forums #bbp-user-wrapper #bbp-your-profile h2.entry-title,
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  color: #292929;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  color: #484848;
}
/* BBpress Message
----------------------------------------------- */
div.bbp-template-notice p {
  font-size: 0.8666666666666667em;
}
/* BBpress Widgets
----------------------------------------------- */
.widget_display_stats dt {
  display: inline-block;
  width: 58%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget_display_stats dd {
  display: inline-block;
  width: 40%;
  margin-bottom: 1em;
  text-align: right;
}
.widget_display_stats dd:last-child {
  margin-bottom: 0;
}
.bbp_widget_login .bbp-logged-in:before,
.bbp_widget_login .bbp-logged-in:after {
  content: "";
  display: table;
}
.bbp_widget_login .bbp-logged-in:after {
  clear: both;
}
.bbp_widget_login .bbp-logged-in h4 {
  display: table-cell;
}
.bbp_widget_login a.logout-link {
  float: right;
}
.widget_display_search input[type="text"] {
  padding-right: 6.5em;
  width: 100%;
}
.widget_display_search input[type="submit"] {
  min-width: 6em;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.widget_display_search form > div {
  position: relative;
}
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  padding: 0.55em 0.85em;
  width: 100%;
  display: block;
}
.bbp-login-form .bbp-username {
  margin-top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	13.  Plugins / Extensions
/*-----------------------------------------------------------------------------------*/
/* Meta Slider
----------------------------------------------- */
.publisher-slide-with-image .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.publisher-slide-with-image .content img,
.publisher-slide-with-image .msDefaultImage {
  max-width: 100%;
  height: auto;
}
.site-featured-header .publisher-slide-hero .caption-wrap {
  top: 0;
  background: none;
  opacity: 1;
}
.site-featured-header .publisher-slide-hero .caption {
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.site-featured-header .publisher-slide-hero .caption-inside {
  padding: 0 3%;
  display: table-cell;
  vertical-align: middle;
}
.site-featured-header .metaslider {
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
.site-featured-header .metaslider .flexslider {
  margin: 0;
}
.site-featured-header .flexslider .flex-control-paging {
  padding: 0 1.625em;
  position: absolute;
  bottom: 1.625em;
  right: 0px;
  z-index: 20;
}
.site-featured-header .flex-direction-nav .flex-prev,
.site-featured-header .flex-direction-nav .flex-next {
  font-size: 1.375em;
  position: absolute;
  top: 45%;
  color: #f2f2f2;
  cursor: pointer;
  width: 1.75em;
  height: 4em;
  background: #292929;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.site-featured-header:hover .flex-direction-nav .flex-prev,
.site-featured-header:hover .flex-direction-nav .flex-next {
  opacity: .85;
}
.site-featured-header .flex-direction-nav .flex-prev:hover,
.site-featured-header .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.site-featured-header .flex-direction-nav .flex-prev:after,
.site-featured-header .flex-direction-nav .flex-next:after {
  font-family: "FontAwesome";
  line-height: 4;
  text-align: center;
  width: 1.65em;
  display: inline-block;
  text-indent: 9999px;
}
.site-featured-header .flex-direction-nav .flex-prev {
  left: 0;
}
.site-featured-header .flex-direction-nav .flex-prev:after {
  content: "\f104";
}
.site-featured-header .flex-direction-nav .flex-next {
  right: 0;
}
.site-featured-header .flex-direction-nav .flex-next:after {
  content: "\f105";
}
.site-featured-header .flex-control-paging li a {
  background: #9a9a9a;
}
.site-featured-header .flex-control-paging li a.flex-active {
  background: #fd6763;
}
/* Ditty News Ticker
----------------------------------------------- */
.headband .mtphr-dnt-wrapper {
  position: absolute;
  max-width: 1198px;
}
.headband .mtphr-dnt h3.mtphr-dnt-title {
  font-weight: bold;
  color: #9a9a9a;
  padding: 0;
  margin: 0 .6em 0 0;
}
.headband .mtphr-dnt h3.mtphr-dnt-title span {
  font-size: 0.7777777777777778em;
}
.headband .mtphr-dnt h3.mtphr-dnt-title.mtphr-dnt-inline-title {
  border-right-width: 1px;
  border-style: solid;
  border-color: #474747;
}
.headband .mtphr-dnt h3.mtphr-dnt-title.mtphr-dnt-inline-title span {
  font-size: 0.6666666666666666em;
  padding-right: 1em;
  border-right-width: 1px;
  border-style: solid;
  border-color: #000000;
  float: left;
}
.headband .mtphr-dnt-tick-contents {
  font-size: 1.0833333333333333em;
  text-transform: none;
  line-height: 1.625em;
  top: .2em;
  letter-spacing: 0;
}
/* Disqus
----------------------------------------------- */
#disqus_thread {
  margin-bottom: 1.625em;
}
/* Page Builder
----------------------------------------------- */
.panel-grid-cell .widget-title {
  font-size: 1.125em;
  color: #292929;
  line-height: 1.5416666666666667em;
  text-transform: uppercase;
  margin-top: 0.2777777777777778em;
  margin-bottom: 0.8888888888888888em;
}
.sidebar-widgets .panel-grid-cell .widget-title,
.panel-grid-cell .sidebar-widgets .widget-title {
  font-size: 0.8571428571428571em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.625em;
  color: #f2f2f2;
  text-transform: uppercase;
  margin: -1.8958333333333333em -1.8958333333333333em 1.8958333333333333em;
}
.sidebar-widgets .panel-grid > .panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.widget_siteorigin-panels-builder .panel-grid-cell,
.footer-widgets .widget_siteorigin-panels-builder .widget {
  width: 100%;
}
.footer-widgets .widget_siteorigin-panels-builder .panel-grid-cell .widget {
  font-size: 1em;
}
/* Call To Action Widget */
.so-widget-sow-cta .sow-cta-base .sow-cta-text h4 {
  font-size: 1.625em;
  margin: 0;
}
.so-widget-sow-cta .sow-cta-base .sow-cta-text h5 {
  font-size: 1em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #484848;
}
.so-widget-sow-cta .sow-cta-base {
  padding: 1.625em;
}
.so-widget-sow-cta .sow-cta-base.no-box {
  padding: 0;
  border: 0;
  background: none;
}
.publisher-cta-widget.center {
  text-align: center;
}
.publisher-cta-widget.center .so-widget-sow-button {
  margin-bottom: .5em;
}
/* Features Widget */
.sow-features-feature .textwidget {
  font-size: 0.9375em;
  line-height: 1.625em;
  padding-top: .5em;
}
.sow-features-feature .textwidget h5 {
  font-size: 1.25em;
  line-height: 1.625em;
  margin-top: 0;
  margin-bottom: .25em;
}
.sow-features-list {
  margin: 0 -1%;
}
.sow-features-list .sow-features-feature {
  padding: 0 1%;
  margin-bottom: 1.625em;
}
.sow-features-list .sow-icon-container {
  color: #292929;
  font-size: inherit;
}
.sow-features-list .sow-features-feature .sow-icon-container.sow-container-none [class^="sow-icon-"],
.sow-features-list .sow-features-feature .sow-icon-container.sow-container-none .sow-icon-image {
  color: #292929;
  position: relative;
  margin: 0 auto;
  left: auto;
  top: auto;
  display: inline-block;
  vertical-align: top;
}
.sow-features-list .sow-features-feature p {
  color: #9a9a9a;
}
.sow-features-list .sow-features-feature p.sow-more-text a {
  font-size: 1em;
  color: #9a9a9a;
  padding: 0.2857142857142857em 1em;
  margin-bottom: 1.625em;
  display: inline-block;
  background: #e8e8e8;
}
.sow-features-list .sow-features-feature p.sow-more-text a:hover {
  color: #ffffff;
  background: #292929;
  text-decoration: none;
}
div.sow-features-list .sow-features-feature h5,
.sow-features-list .sow-features-feature h5 a {
  color: #292929;
}
.sow-features-list .sow-features-feature h5 a:hover {
  opacity: .85;
  text-decoration: none;
}
.sow-features-list .sow-features-feature.publisher-flush-left {
  text-align: left;
}
.sow-features-list .sow-features-feature.publisher-flush-center {
  text-align: center;
}
.sow-features-list .sow-features-feature.publisher-flush-right {
  text-align: right;
  direction: rtl;
}
.sow-features-list .sow-features-feature.publisher-flush-left > div,
.sow-features-list .sow-features-feature.publisher-flush-right > div {
  padding-top: 0;
  display: table-cell;
  vertical-align: top;
}
.sow-features-list .sow-features-feature.publisher-flush-left .textwidget {
  padding-left: 1em;
}
.sow-features-list .sow-features-feature.publisher-flush-right .textwidget {
  padding-right: 1em;
}
/* Headline Widget */
.publisher-headline {
  position: relative;
}
.publisher-headline.left {
  text-align: left;
}
.publisher-headline.right {
  text-align: right;
}
.publisher-headline.center {
  text-align: center;
}
.publisher-headline.justify {
  text-align: justify;
}
.publisher-headline .wrap {
  display: inline-block;
}
.publisher-headline h1.sow-title {
  font-size: 1.875em;
  color: #292929;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: .15em;
}
.footer-widgets .publisher-headline h1.sow-title {
  color: #f2f2f2;
}
.publisher-headline h3.sow-description {
  font-size: 1.125em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  color: #9a9a9a;
  line-height: 1.3em;
  margin: 0;
}
.footer-widgets .publisher-headline h3.sow-description {
  color: #9a9a9a;
}
.publisher-headline .decoration {
  position: relative;
  margin: .5em 0;
  border-color: #292929;
  width: 6em;
  display: inline-block;
}
.publisher-headline.center .decoration {
  margin: .75em auto;
}
.publisher-headline.thin .decoration {
  border-top-width: thin;
}
.publisher-headline.medium .decoration {
  border-top-width: medium;
}
.publisher-headline.thick .decoration {
  border-top-width: thick;
}
/* Headline Styles */
.publisher-headline .section-title {
  margin-bottom: 0;
}
.publisher-headline.section_block {
  font-size: 0.75em;
  line-height: 1.625em;
  padding: 1.1666666666666667em 1.8958333333333333em;
  margin: 0;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  background: #292929;
  background: -webkit-linear-gradient(top, #474747, #292929);
  background: -o-linear-gradient(top, #474747, #292929);
  background: -moz-linear-gradient(top, #474747, #292929);
  background: linear-gradient(top, #474747, #292929);
}
.publisher-headline.section_block .section-title,
.publisher-headline.section_block .section-description {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
.publisher-headline.section_block .section-title {
  color: #f2f2f2;
}
.publisher-headline.section_block.has-description .section-title {
  border-right-width: 1px;
  border-style: solid;
  border-color: #000000;
  -webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.1);
}
.publisher-headline.section_block .section-description {
  color: #9a9a9a;
}
.publisher-header-section {
  position: relative;
}
.footer-widgets .publisher-header-section,
.footer-widgets .so-widget-sow-headline {
  font-size: 1.1428571428571428em;
}
.footer-widgets .publisher-header-section .so-widget-sow-headline {
  font-size: 1em;
}
.publisher-header-section .publisher-headline.section_masthead {
  margin-bottom: 2em;
}
.footer-widgets .publisher-header-section .publisher-headline.section_masthead {
  font-size: 0.8125em;
}
/* Image Widget */
.so-widget-sow-image .image-container {
  text-align: center;
  display: block;
}
.so-widget-sow-image .image-container.left {
  text-align: left;
}
.so-widget-sow-image .image-container.right {
  text-align: right;
}
.so-widget-sow-image .image-container p {
  font-size: 0.75em;
  line-height: 1.625em;
  text-transform: uppercase;
  color: #cccccc;
  margin-bottom: .75em;
}
.sidebar-widgets > .widget_sow-image {
  padding: 0;
  background: none;
  box-shadow: none;
}
/* Post Carousel Widget */
.widget_sow-post-carousel .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
  font-size: 0.875em;
  font-weight: bold;
  color: #484848;
  margin: .75em 0 0 0;
}
.widget_sow-post-carousel .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a {
  position: relative;
}
.widget_sow-post-carousel .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
  background: #000000;
}
/* Hero Widget */
.so-widget-sow-hero .sow-slider-base .sow-slider-pagination li a {
  text-indent: 9999px;
}
.so-widget-sow-hero .sow-hero-buttons .ow-button-base a [class^="sow-icon-"] {
  margin: 0;
  display: inline;
}
.so-widget-sow-hero .sow-slider-base .sow-slider-image-wrapper p {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e8e8e8;
  line-height: 1.625em;
  padding-top: .85em;
  margin: 0;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
  margin: initial;
  position: relative;
  z-index: 5;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper.publisher-align-center {
  margin: 0 auto;
}
/* Social Media Widget */
.so-widget-sow-social-media-buttons .publisher {
  margin: -0.15em;
}
.so-widget-sow-social-media-buttons .publisher .social-icon-container {
  padding: .15em;
  float: left;
}
.so-widget-sow-social-media-buttons .publisher a {
  font-size: 1.125em;
  text-align: center;
  color: #9a9a9a;
  background: #e8e8e8;
  padding: 15% 7.5%;
  display: block;
  vertical-align: middle;
  line-height: 1em;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.so-widget-sow-social-media-buttons .publisher a:hover {
  opacity: .85;
}
.so-widget-sow-social-media-buttons .publisher .publisher-column-1 a {
  padding: 6%;
}
.so-widget-sow-social-media-buttons .publisher .social-text {
  padding-left: .5em;
}
.so-widget-sow-social-media-buttons .publisher .publisher-column-2:nth-child(2n+1),
.so-widget-sow-social-media-buttons .publisher .publisher-column-3:nth-child(3n+1),
.so-widget-sow-social-media-buttons .publisher .publisher-column-4:nth-child(4n+1),
.so-widget-sow-social-media-buttons .publisher .publisher-column-5:nth-child(5n+1) {
  clear: both;
}
.so-widget-sow-social-media-buttons .publisher.vertical .sow-icon-fontawesome {
  font-size: 1.5555555555555556em;
}
.so-widget-sow-social-media-buttons .publisher.vertical .social-text {
  font-size: 0.7777777777777778em;
  padding: .5em 0 0 0;
  display: block;
}
.so-widget-sow-social-media-buttons .social-media-button-container {
  text-align: inherit !important;
}
.widget_sow-social-media-buttons .so-widget-sow-social-media-buttons .sow-social-media-button {
  margin: 0.1em 0.1em 0.2em 0;
}
.widget_sow-social-media-buttons .so-widget-sow-social-media-buttons .publisher .sow-social-media-button {
  margin: 0;
}
/* Button Widget */
.publisher-button .hero-link.button {
  margin-top: 0;
}
/* Editor Widget */
.so-widget-sow-editor {
  font-size: 0.9375em;
}
/*-----------------------------------------------------------------------------------*/
/*	13.1  Theme Extensions
/*-----------------------------------------------------------------------------------*/
.publisher-ext-row-featured {
  margin-top: -4.875em;
  position: relative;
  z-index: 1;
}
.publisher-ext-row-last {
  margin-bottom: -6.5em;
}
.panel-widget-style.secondary {
  margin-bottom: 0;
}
.publisher-ext.alert {
  margin: 0;
}
/* Posts Loop Widget
----------------------------------------------- */
.publisher-posts-loop-widget .hentry {
  border: 0;
}
.publisher-posts-loop-widget.loading .posts-index .hentry {
  opacity: .5 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.publisher-posts-loop-widget .posts-index .owl-carousel .hentry {
  margin-bottom: 0;
}
.publisher-posts-loop-widget {
  color: #484848;
}
.publisher-posts-loop-widget .entry-title a,
.sidebar-widgets .publisher-posts-loop-widget .entry-title a,
.footer-widgets .publisher-posts-loop-widget .entry-title a,
.footer-widgets .publisher-posts-loop-widget .entry-title a:hover {
  color: #292929;
}
.publisher-posts-loop-widget .entry-title a:hover {
  opacity: .85;
}
.publisher-posts-loop-widget .entry-meta li:before {
  display: none;
}
.sidebar-widgets .widget .publisher-posts-loop-widget .entry-meta a,
.sidebar-widgets .widget .publisher-posts-loop-widget .entry-content .more-link,
.footer-widgets .widget .publisher-posts-loop-widget .entry-meta a,
.footer-widgets .widget .publisher-posts-loop-widget .entry-content .more-link {
  color: #9a9a9a;
}
.sidebar-widgets .widget .publisher-posts-loop-widget .entry-content .more-link:hover,
.footer-widgets .widget .publisher-posts-loop-widget .entry-content .more-link:hover {
  color: #ffffff;
}
.publisher-posts-loop-widget .entry-permalink,
.post-image .entry-permalink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Section Header */
.publisher-posts-loop-widget .section-header.section_block .navigation.header-prev-next {
  right: 1em;
}
/* Standard, List */
.publisher-posts-loop-widget .posts-index .standard-layout .hentry,
.publisher-posts-loop-widget .posts-index .list-layout .hentry {
  width: 100%;
  float: none;
}
/* Cover */
.publisher-posts-loop-widget .posts-index .cover.hentry .article-wrap {
  height: 23em;
  display: table;
  width: 100%;
  border-radius: 0;
}
.publisher-posts-loop-widget .posts-index .cover.hentry.has-post-thumbnail .article-wrap {
  background: #000000;
}
.publisher-posts-loop-widget .posts-index .cover.hentry .entry-wrap {
  width: 100%;
  display: table-cell;
  position: relative;
  z-index: 5;
}
.publisher-posts-loop-widget .posts-index .cover.hentry .entry-header {
  margin: 0 auto;
}
.publisher-posts-loop-widget .posts-index .cover.hentry.has-post-thumbnail .entry-title a {
  color: #ffffff;
}
.publisher-posts-loop-widget .posts-index .cover.hentry.has-post-thumbnail .entry-meta,
.publisher-posts-loop-widget .posts-index .cover.hentry.has-post-thumbnail .entry-meta a {
  color: #ffffff;
}
.publisher-posts-loop-widget .posts-index .cover.hentry .entry-meta a,
.post-image .entry-meta a {
  position: relative;
  z-index: 5;
}
.publisher-posts-loop-widget .posts-index .cover.hentry.has-post-thumbnail .meta-category a {
  color: #9a9a9a;
}
.publisher-posts-loop-widget .posts-index .cover.hentry .article-wrap.active .featured-image-background,
.no-js .publisher-posts-loop-widget .posts-index .cover.hentry .article-wrap:hover .featured-image-background {
  opacity: .25;
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
}
.sidebar-widgets .publisher-posts-loop-widget .posts-index .cover.hentry.has-post-thumbnail .article-wrap {
  border-radius: 0;
}
/* Cover Layout */
.publisher-posts-loop-widget .posts-index .cover-layout .site-main {
  width: 105%;
}
.publisher-posts-loop-widget .posts-index .cover-layout .hentry.has-post-thumbnail .article-wrap {
  position: relative;
}
.publisher-posts-loop-widget .posts-index .cover-layout .hentry {
  padding: 0 2% 0 0;
  margin-bottom: 2%;
  float: left;
  position: relative;
}
.no-js .publisher-posts-loop-widget .posts-index .cover-layout .hentry {
  opacity: 1;
}
.publisher-posts-loop-widget .posts-index .cover-layout .hentry .entry-wrap {
  padding: 1.625em;
  vertical-align: bottom;
}
.publisher-posts-loop-widget .posts-index .cover-layout .hentry .entry-title {
  font-size: 1.75em;
}
.publisher-posts-loop-widget .cover-layout.post-column-5 .hentry:nth-child(5n+1),
.publisher-posts-loop-widget .cover-layout.post-column-4 .hentry:nth-child(4n+1),
.publisher-posts-loop-widget .cover-layout.post-column-3 .hentry:nth-child(3n+1),
.publisher-posts-loop-widget .cover-layout.post-column-2 .hentry:nth-child(2n+1) {
  clear: both;
}
/* Carousel Layout */
.publisher-posts-loop-widget .posts-index .carousel-layout .hentry .entry-wrap {
  padding: 2.25em 2em;
  vertical-align: bottom;
}
.publisher-posts-loop-widget .posts-index .carousel-layout .hentry .entry-title {
  font-size: 1.75em;
}
.sidebar-widgets .publisher-posts-loop-widget .posts-index .carousel-layout .site-main > .loader-icon {
  background-color: #ffffff;
}
/* Listing Layouts */
.publisher-posts-loop-widget[data-layout="listing-h"] .posts-index .site-main,
.publisher-posts-loop-widget[data-layout="listing-v"] .posts-index .site-main {
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
.publisher-posts-loop-widget[data-layout="listing-h"] .entry-title a:hover .publisher-posts-loop-widget[data-layout="listing-v"] .entry-title a:hover {
  opacity: .85;
}
.publisher-posts-loop-widget[data-layout="listing-h"] .listing-posts {
  display: table;
  height: 23em;
  width: 100%;
  position: relative;
}
.publisher-posts-loop-widget[data-layout="listing-h"] .posts-index .listing-featured-container,
.publisher-posts-loop-widget[data-layout="listing-h"] .posts-index .listing-container {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  height: 100%;
}
/* Listing Featured */
.publisher-posts-loop-widget[data-layout="listing-h"] .posts-index .listing-featured {
  position: absolute;
  width: 50%;
  height: 100%;
}
.publisher-posts-loop-widget[data-layout="listing-h"] .posts-index .listing-featured .article-wrap {
  height: 100%;
}
.publisher-posts-loop-widget .posts-index .listing-featured {
  margin: 0;
  vertical-align: bottom;
}
.publisher-posts-loop-widget .posts-index .listing-featured.has-post-thumbnail {
  background: #000000;
  overflow: hidden;
}
.publisher-posts-loop-widget .posts-index .listing-featured .article-wrap {
  position: static;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.publisher-posts-loop-widget .posts-index .listing-v-layout .listing-featured .article-wrap {
  height: 20em;
}
.publisher-posts-loop-widget .posts-index .listing-v-layout .listing-featured .entry-wrap,
.publisher-posts-loop-widget .posts-index .listing-h-layout .listing-featured .entry-wrap {
  padding: 2.25em 2em;
  display: table-cell;
  vertical-align: bottom;
}
.publisher-posts-loop-widget .posts-index .listing-featured.hentry .entry-title {
  font-size: 1.75em;
}
/* Listing */
.publisher-posts-loop-widget .posts-index .listing {
  padding: 1.25em;
  margin: 0;
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
  background: #ffffff;
}
.sidebar-widgets .publisher-posts-loop-widget .posts-index .listing {
  background: #ffffff;
}
.footer-widgets .publisher-posts-loop-widget .posts-index .listing {
  padding: 0;
  margin: 0 0 .75em;
  border: none;
  background: none;
}
.publisher-posts-loop-widget.paged .posts-index .listing-h-layout .site-main .hentry:nth-child(2) {
  border-top-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
.publisher-posts-loop-widget .posts-index .listing .article-wrap {
  position: relative;
  background: none;
  border-radius: 0;
  box-shadow: none;
  display: table;
  height: 72px;
  width: 100%;
}
.publisher-posts-loop-widget .posts-index .listing .featured-preview {
  width: 100px;
  height: 100%;
}
.publisher-posts-loop-widget .posts-index .listing .featured-preview,
.publisher-posts-loop-widget .posts-index .listing .entry-wrap {
  display: table-cell;
  vertical-align: top;
}
.publisher-posts-loop-widget .posts-index .listing .featured-image {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.publisher-posts-loop-widget .posts-index .listing .entry-wrap {
  padding: .5em 0;
}
.publisher-posts-loop-widget .posts-index .listing.has-post-thumbnail .entry-wrap {
  padding: .5em 0 .5em 1em;
}
.publisher-posts-loop-widget .posts-index .listing .posts-index .entry-header,
.publisher-posts-loop-widget .posts-index .listing .entry-meta li {
  margin-bottom: 0;
}
.publisher-posts-loop-widget .posts-index .listing .entry-title {
  margin-bottom: .25em;
}
.footer-widgets .publisher-posts-loop-widget .posts-index .listing .entry-title a {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9a9a9a;
}
.publisher-posts-loop-widget .posts-index .listing .entry-title,
.publisher-posts-loop-widget .posts-index .listing .entry-content {
  font-size: 0.875em;
  line-height: 1.35em;
}
.footer-widgets .publisher-posts-loop-widget .posts-index .listing .entry-title,
.footer-widgets .publisher-posts-loop-widget .posts-index .listing .entry-content {
  font-size: 1em;
}
.publisher-posts-loop-widget .posts-index .listing .entry-content p {
  margin: 0;
}
.footer-widgets .publisher-posts-loop-widget .posts-index .listing .entry-meta {
  font-size: 1em;
  color: #7a7a7a;
}
/* Mini Grid */
.publisher-posts-loop-widget .mini-grid.hentry .featured-preview {
  text-align: left;
  min-height: 9em;
  background: #e8e8e8;
}
.publisher-posts-loop-widget .mini-grid.hentry .featured-image {
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.publisher-posts-loop-widget .mini-grid.hentry .entry-wrap {
  padding: 1.10em 1em;
}
.publisher-posts-loop-widget .mini-grid.hentry .entry-header {
  margin: 0;
}
.publisher-posts-loop-widget .mini-grid.hentry .entry-title {
  font-size: 0.875em;
  margin: 0;
}
.publisher-posts-loop-widget .mini-grid.hentry .entry-meta {
  font-size: 0.8125em;
  margin: 1em;
  width: auto;
  position: relative;
  z-index: 5;
}
.publisher-posts-loop-widget .mini-grid-layout .site-main {
  width: 105%;
}
.publisher-posts-loop-widget .mini-grid-layout .hentry {
  padding: 0 2% 0 0;
  float: left;
}
.publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(5n+1),
.publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry:nth-child(4n+1),
.publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry:nth-child(3n+1),
.publisher-posts-loop-widget .mini-grid-layout.post-column-2 .hentry:nth-child(2n+1) {
  clear: both;
}
/* Mini Listing */
.publisher-posts-loop-widget[data-layout="mini-listing"] .posts-index .listing.has-post-thumbnail .article-wrap,
.publisher-posts-loop-widget[data-layout="mini-listing"] .posts-index .listing .featured-image {
  min-height: 72px;
}
.publisher-posts-loop-widget[data-layout="mini-listing"] .posts-index .listing .featured-preview {
  width: 72px;
  height: 72px;
}
.publisher-posts-loop-widget[data-layout="mini-listing"] .posts-index .site-main {
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e8e8e8;
}
.sidebar-widgets .publisher-posts-loop-widget[data-layout="mini-listing"] .posts-index .listing {
  background: #ffffff;
}
.sidebar-widgets .publisher-posts-loop-widget[data-layout="mini-listing"] .posts-index .listing.has-post-thumbnail .featured-preview {
  background-color: #e8e8e8;
}
.sidebar-widgets .publisher-posts-loop-widget[data-layout="mini-listing"] .posts-index .listing .entry-title a {
  color: #292929;
}
.sidebar-widgets .publisher-posts-loop-widget[data-layout="mini-listing"] .posts-index .listing .entry-content {
  color: #9a9a9a;
}
.footer-widgets .publisher-posts-loop-widget[data-layout="mini-listing"] .posts-index .site-main {
  box-shadow: none;
  border-radius: 0;
}
/* Slider */
.publisher-posts-loop-widget .slider-layout .hentry {
  background: #ffffff;
}
.publisher-posts-loop-widget .slider-layout .hentry.has-post-thumbnail {
  background: #000000;
  overflow: hidden;
}
.publisher-posts-loop-widget .slider-layout .hentry .article-wrap {
  position: static;
  border-radius: 0;
  box-shadow: none;
}
.publisher-posts-loop-widget .slider-layout .entry-wrap {
  padding: 4.875em 3.25em 3.25em;
  vertical-align: middle;
}
.publisher-posts-loop-widget .slider-layout .entry-header {
  width: 65.9432387312187%;
}
.publisher-posts-loop-widget .slider-layout .entry-title {
  font-size: 3.875em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  letter-spacing: -0.035em;
  margin: 0;
}
.publisher-posts-loop-widget .slider-layout .entry-meta {
  margin-top: 1.625em;
}
.publisher-posts-loop-widget .slider-layout .entry-meta li {
  margin-right: 1.25em;
  margin-bottom: 0;
}
.publisher-posts-loop-widget .slider-layout .entry-meta li:last-child {
  margin-right: 0;
}
/* Slider Carousel */
.publisher-posts-loop-widget .slider-layout.post-column-1 .site-main .owl-carousel {
  margin-bottom: 0;
}
.publisher-posts-loop-widget .slider-layout .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .publisher-posts-loop-widget .slider-layout.post-column-1 .site-main .owl-carousel .owl-nav .owl-prev,
.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .publisher-posts-loop-widget .slider-layout.post-column-1 .site-main .owl-carousel .owl-nav .owl-next {
  font-size: 1.625em;
}
/* Slider Layouts */
.publisher-posts-loop-widget .slider-layout .hentry {
  border: 1px solid #f5f5f5;
}
.publisher-posts-loop-widget .slider-layout .hentry,
.publisher-posts-loop-widget .slider-layout.post-column-2 .entry-header,
.publisher-posts-loop-widget .slider-layout.post-column-3 .entry-header,
.publisher-posts-loop-widget .slider-layout.post-column-4 .entry-header,
.publisher-posts-loop-widget .slider-layout.post-column-5 .entry-header {
  width: 100%;
}
.publisher-posts-loop-widget .slider-layout.post-column-1 .hentry .article-wrap > .container,
.publisher-posts-loop-widget .slider-layout.post-column-1 .slider-posts-slide,
.publisher-posts-loop-widget .slider-layout.post-column-2 .slider-posts-slide,
.publisher-posts-loop-widget .slider-layout.post-column-3 .slider-posts-slide,
.publisher-posts-loop-widget .slider-layout.post-column-4 .slider-posts-slide,
.publisher-posts-loop-widget .slider-layout.post-column-4 .slide-wrap,
.publisher-posts-loop-widget .slider-layout.post-column-5 .slider-posts-slide,
.publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap {
  display: table;
  table-layout: fixed;
  min-width: 100%;
}
.publisher-posts-loop-widget .slider-layout.post-column-4 .slider-posts-slide {
  height: 17em;
}
.publisher-posts-loop-widget .slider-layout.post-column-1 .hentry .article-wrap > .container {
  height: 24.375em;
}
.siteorigin-panels-stretch .publisher-posts-loop-widget .slider-layout.post-column-1 .hentry .article-wrap > .container {
  width: 100%;
  min-width: initial;
}
.publisher-posts-loop-widget .slider-layout.post-column-1 .slider-posts-slide,
.publisher-posts-loop-widget .slider-layout.post-column-2 .slider-posts-slide,
.publisher-posts-loop-widget .slider-layout.post-column-3 .slider-posts-slide,
.publisher-posts-loop-widget .slider-layout.post-column-4 .slider-posts-slide,
.publisher-posts-loop-widget .slider-layout.post-column-5 .slider-posts-slide {
  margin: -1px;
}
.publisher-posts-loop-widget .slider-layout.post-column-3 .hentry .article-wrap,
.publisher-posts-loop-widget .slider-layout.post-column-4 .hentry .article-wrap,
.publisher-posts-loop-widget .slider-layout.post-column-5 .hentry .article-wrap {
  height: 17em;
}
.publisher-posts-loop-widget .slider-layout.post-column-1 .entry-wrap,
.publisher-posts-loop-widget .slider-layout.post-column-2 .entry-wrap {
  padding: 7.3125em 2em 5.6875em;
}
.publisher-posts-loop-widget .slider-layout.post-column-2 .entry-title,
.publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0 .entry-title {
  font-size: 3.25em;
}
.publisher-posts-loop-widget .slider-layout.post-column-3 .entry-title,
.publisher-posts-loop-widget .slider-layout.post-column-4 .entry-title,
.publisher-posts-loop-widget .slider-layout.post-column-5 .entry-title {
  font-size: 2.375em;
}
.publisher-posts-loop-widget .slider-layout.post-column-1 .hentry,
.publisher-posts-loop-widget .slider-layout.post-column-2 .hentry,
.publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0,
.publisher-posts-loop-widget .slider-layout.post-column-3 .slide-column-wrap,
.publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0,
.publisher-posts-loop-widget .slider-layout.post-column-4 .slide-column-wrap,
.publisher-posts-loop-widget .slider-layout.post-column-4 .slide-wrap .hentry,
.publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap .hentry,
.publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap.featured .hentry {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: bottom;
}
.publisher-posts-loop-widget .slider-layout.post-column-1 .hentry,
.publisher-posts-loop-widget .slider-layout.post-column-2 .hentry {
  vertical-align: middle;
}
.publisher-posts-loop-widget .slider-layout.post-column-1 .hentry .article-wrap {
  min-height: initial;
}
.publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0 .entry-header,
.publisher-posts-loop-widget .slider-layout.post-column-4 .entry-header {
  display: table-cell;
  vertical-align: bottom;
}
/* Slider Layouts 3 */
.publisher-posts-loop-widget .slider-layout.post-column-3 .slider-posts-slide {
  display: table;
  height: 17em;
  width: 100%;
  table-layout: fixed;
}
.publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0 {
  position: absolute;
  width: 50%;
  height: 100%;
  display: block;
}
.publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0 .article-wrap,
.publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0 .article-wrap {
  position: static;
  height: 100%;
  display: table;
}
.publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0 .entry-wrap {
  display: table;
  height: 100%;
  position: absolute;
}
/* Slider Layouts 4, 5 */
.publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0 {
  position: absolute;
  width: 46%;
  height: 100%;
  display: block;
}
.publisher-posts-loop-widget .slider-layout.post-column-4 .slide-column-wrap {
  width: 54%;
}
.publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0 .entry-wrap {
  display: table;
  height: 100%;
  position: absolute;
}
.publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0 .entry-title {
  font-size: 3em;
}
.publisher-posts-loop-widget .slider-layout.post-column-4 .slide-wrap .entry-wrap,
.publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap.list .entry-wrap {
  padding: 3.25em 1.625em 1.625em;
  vertical-align: bottom;
}
.publisher-posts-loop-widget .slider-layout.post-column-4 .slide-wrap .entry-header,
.publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap.list .entry-header {
  font-size: 0.875em;
}
.publisher-posts-loop-widget .slider-layout.post-column-4 .slide-wrap .meta-author,
.publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap.list .meta-author {
  display: none;
}
/* Slider Layouts 5 */
.publisher-posts-loop-widget .slider-layout.post-column-5 .hentry .article-wrap {
  height: 15em;
}
.publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap.list .hentry {
  width: 33.33333333333333%;
}
/* Slider Full Stretch / Row Featured */
.publisher-ext-row-featured .publisher-posts-loop-widget .slider-layout.post-column-1 .hentry,
.publisher-ext-row-featured .publisher-posts-loop-widget .slider-layout.post-column-2 .hentry,
.publisher-ext-row-featured .publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0,
.publisher-ext-row-featured .publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-1,
.publisher-ext-row-featured .publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0,
.publisher-ext-row-featured .publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-1,
.publisher-ext-row-featured .publisher-posts-loop-widget .slider-layout.post-column-5 .hentry.slide-0 {
  padding-top: 1.625em;
}
.publisher-ext-row-featured .publisher-posts-loop-widget .slider-layout.post-column-1 .hentry.slide-0 {
  padding-top: 0;
}
/*
.siteorigin-panels-stretch .publisher-posts-loop-widget .slider-layout.post-column-1 .entry-wrap {
	padding-left: 0;
	padding-right: 0;
}
*/
.siteorigin-panels-stretch .publisher-posts-loop-widget .slider-layout.post-column-3 .entry-header,
.siteorigin-panels-stretch .publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0 .entry-header {
  width: 82%;
}
.siteorigin-panels-stretch .publisher-posts-loop-widget .slider-layout.post-column-4 .slide-wrap .entry-meta,
.siteorigin-panels-stretch .publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap.list .entry-meta {
  font-size: 0.875em;
}
/* Navigation */
.publisher-posts-loop-widget .navigation a.loading {
  color: #f2f2f2;
  background: #292929;
}
.publisher-posts-loop-widget.loading .navigation a.loading {
  background: #fd6763;
}
.publisher-posts-loop-widget .navigation.header-prev-next {
  font-size: 0.84375em;
  padding-top: 0;
  margin-bottom: 1em;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.publisher-posts-loop-widget .section_header .navigation.header-prev-next {
  padding-top: .3em;
}
.footer-widgets .publisher-posts-loop-widget .section_header .navigation.header-prev-next {
  padding-top: 0;
}
.publisher-posts-loop-widget .section_block .navigation.header-prev-next {
  padding: 1.037037037037037em 1.6851851851851851em;
}
.publisher-posts-loop-widget .navigation.header-prev-next a,
.publisher-posts-loop-widget .navigation.header-prev-next a.loading,
.footer-widgets div.publisher-posts-loop-widget .navigation.header-prev-next a,
.footer-widgets div.publisher-posts-loop-widget .navigation.header-prev-next a.loading {
  font-size: 0.8888888888888888em;
  color: #f2f2f2;
  line-height: 1.625em;
  padding: 0;
  width: 1.625em;
  height: 1.625em;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
  background: #292929;
  background: -webkit-linear-gradient(top, #474747, #292929);
  background: -o-linear-gradient(top, #474747, #292929);
  background: -moz-linear-gradient(top, #474747, #292929);
  background: linear-gradient(top, #474747, #292929);
}
.publisher-posts-loop-widget .navigation.header-prev-next .nav-previous,
.publisher-posts-loop-widget .navigation.header-prev-next .nav-next {
  padding: 0;
  float: left;
  width: auto;
}
.publisher-posts-loop-widget .navigation.header-prev-next .nav-next a {
  margin-left: .25em;
}
.publisher-posts-loop-widget .navigation a:hover,
.publisher-posts-loop-widget .pagination .page-numbers.current {
  opacity: 1;
}
.publisher-posts-loop-widget .navigation.header-prev-next a i {
  line-height: 1.625em;
}
/* Loader Icon */
.publisher-posts-loop-widget .navigation .loader-icon,
.publisher-posts-loop-widget.paged .publisher-widget-site-content > .loader-icon,
.publisher-posts-loop-widget.paged .site-main > .loader-icon {
  display: none;
}
.publisher-posts-loop-widget.loading .navigation .loader-icon {
  padding: 1.09375em 0;
  width: 100%;
  position: absolute;
  top: 1.625em;
  display: block;
}
.publisher-posts-loop-widget.loading .navigation.pagination .loader-icon {
  padding: 0;
  width: 2em;
  top: .35em;
  right: -2.5em;
}
.publisher-posts-loop-widget.loading .navigation.header-prev-next .loader-icon {
  padding: 0;
  margin: 0;
  width: auto;
  position: absolute;
  top: .3em;
  left: -2em;
}
.publisher-posts-loop-widget.loading .section_block .navigation.header-prev-next .loader-icon {
  padding: 1.037037037037037em 1.6851851851851851em;
  top: 0;
}
.footer-widgets .publisher-posts-loop-widget.loading .section_header .navigation.header-prev-next .loader-icon {
  padding: 0;
  top: 0;
}
.publisher-posts-loop-widget.loading .navigation.header-prev-next .loader {
  width: 1.5em;
  height: 1.5em;
}
.publisher-ext-row-featured .publisher-posts-loop-widget .site-main > .loader-icon,
.publisher-ext-row-featured .publisher-hero-widget > .loader-icon {
  margin: 3.25em 0 0;
}
/* Widget Areas */
.sidebar-widgets .widget.widget_publisher-posts-loop-widget,
.sidebar-main.widget_publisher-posts-loop-widget {
  font-size: 1em;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
/* Products Loop Widget
----------------------------------------------- */
.publisher-products-loop-widget .owl-carousel.products {
  text-align: center;
  margin: 0;
  width: 100%;
}
.publisher-products-loop-widget .owl-carousel.products li {
  padding: 0;
  width: 100%;
}
.publisher-products-loop-widget[data-type="product"] .products {
  margin: 0;
  opacity: 1;
}
.publisher-products-loop-widget[data-type="product"] .products li {
  text-align: center;
  padding: 0;
  margin: 0;
  opacity: 1;
  display: inline-block;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .summary-wrap {
  padding: 1.625em;
}
.publisher-products-loop-widget[data-type="product_page"] .posts-index .hentry {
  margin: 0;
}
.publisher-products-loop-widget[data-type="product_page"] .entry-title {
  font-size: 2.25em;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .summary .star-rating {
  margin-top: -1em;
  margin-bottom: 1.625em;
}
.publisher-products-loop-widget[data-type="product_page"] .button,
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .single-product a.added_to_cart {
  font-size: 1em;
  text-align: center;
  padding: .6em 0;
  width: 50%;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .summary {
  padding-top: 1em;
}
.publisher-products-loop-widget[data-type="product_page"] .add_to_cart_button:before {
  content: "\f07a";
  font-family: "FontAwesome";
  margin-right: .5em;
  display: inline-block;
}
.publisher-products-loop-widget[data-type="product_page"] div[itemprop="description"] {
  padding-top: 1.15em;
  border-top-width: 2px;
  border-style: dotted;
  border-color: #f2f2f2;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .single-product a.button.loading .woo-loader-icon {
  display: block;
  top: .45em;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .single-product a.button.added {
  display: none;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .single-product a.button.loading {
  position: relative;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .single-product a.added_to_cart {
  color: #f2f2f2;
  display: inline-block;
  background: #fd6763;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .single-product a.added_to_cart:hover {
  opacity: .85;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce .single-product a.added_to_cart:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 0.8571428571428571em;
  line-height: 1em;
  margin-left: 3%;
}
.publisher-products-loop-widget[data-type="product_page"] .woocommerce div.product div.thumbnails a {
  width: 20%;
}
/* Hero Slider Widget
----------------------------------------------- */
.publisher-hero-widget .site-featured-header {
  padding: 5.6875em 3%;
  margin: 0;
  overflow: hidden;
}
.publisher-hero-widget .site-featured-header .wrap {
  display: table;
  width: 100%;
  max-width: 1198px;
  margin: 0 auto;
}
.publisher-hero-widget .site-featured-header .container {
  display: table-cell;
  vertical-align: middle;
}
.siteorigin-panels-stretch.publisher-ext-row-featured .publisher-hero-widget .site-featured-header .container {
  padding-top: 1.625em;
}
.publisher-hero-widget .hero-content {
  position: relative;
  z-index: 25;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
}
.publisher-hero-widget h1 {
  font-size: 3.875em;
}
.publisher-hero-widget h1,
.publisher-hero-widget h2,
.publisher-hero-widget h3,
.publisher-hero-widget h4,
.publisher-hero-widget h5,
.publisher-hero-widget h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #292929;
  line-height: 1em;
  letter-spacing: -0.035em;
  margin-bottom: 0;
}
.publisher-hero-widget .has-featured-header-image h1,
.publisher-hero-widget .has-featured-header-image h2,
.publisher-hero-widget .has-featured-header-image h3,
.publisher-hero-widget .has-featured-header-image h4,
.publisher-hero-widget .has-featured-header-image h5,
.publisher-hero-widget .has-featured-header-image h6,
.publisher-hero-widget .has-featured-header-video h1,
.publisher-hero-widget .has-featured-header-video h2,
.publisher-hero-widget .has-featured-header-video h3,
.publisher-hero-widget .has-featured-header-video h4,
.publisher-hero-widget .has-featured-header-video h5,
.publisher-hero-widget .has-featured-header-video h6 {
  color: #ffffff;
}
.publisher-hero-widget .hero-content p {
  font-size: 1.125em;
  line-height: 1.625em;
  margin-top: .85em;
  margin-bottom: 0;
}
.publisher-hero-widget .has-featured-header-image .hero-content,
.publisher-hero-widget .has-featured-header-video .hero-content {
  color: #e8e8e8;
}
.publisher-hero-widget .hero-content img {
  width: auto;
  display: inline-block;
}
.publisher-hero-widget .so-widget-sow-button {
  padding-top: 2em;
  padding-right: 1em;
  display: inline-block;
}
.publisher-hero-buttons .so-widget-sow-button:last-child {
  padding-right: 0;
}
.publisher-hero-widget .site-featured-header-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.publisher-hero-widget .owl-carousel {
  display: none;
}
.no-js .publisher-hero-widget .owl-carousel,
.publisher-hero-widget.loaded .owl-carousel {
  display: block;
}
/* Sidebar Widget
----------------------------------------------- */
.widget_publisher-sidebar .secondary {
  margin: 0;
}
/* Theme Extensions - Owl Carousel
----------------------------------------------- */
.publisher-ext-row-featured .publisher-ext-posts-index .owl-nav .owl-prev,
.publisher-ext-row-featured .publisher-ext-posts-index .owl-nav .owl-next,
.publisher-ext-row-featured .publisher-hero-widget .owl-nav .owl-prev,
.publisher-ext-row-featured .publisher-hero-widget .owl-nav .owl-next {
  font-size: 1.625em;
  height: 2.10em;
  width: 2em;
  top: auto;
  bottom: 0;
}
.publisher-ext-row-featured .publisher-ext-posts-index .owl-nav .owl-prev,
.publisher-ext-row-featured .publisher-hero-widget .owl-nav .owl-prev {
  left: initial;
  right: 2em;
}
.publisher-ext-row-featured .publisher-ext-posts-index .owl-nav .owl-prev:after,
.publisher-ext-row-featured .publisher-ext-posts-index .owl-nav .owl-next:after,
.publisher-ext-row-featured .publisher-hero-widget .owl-nav .owl-prev:after,
.publisher-ext-row-featured .publisher-hero-widget .owl-nav .owl-next:after {
  line-height: 2.10em;
}
/* Theme Modules
----------------------------------------------- */
.publisher-post-likes,
.publisher-post-likes a,
.publisher-post-shares {
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
/* Likes */
.publisher-post-likes.liked,
.publisher-post-likes.liked a,
.publisher-post-likes:hover,
.publisher-post-likes:hover a {
  color: #c73b00 !important;
}
/* Shares */
.publisher-shares-network {
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.publisher-shares-network.active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 99;
}
.publisher-shares-network .shares-dialog-container {
  display: table-cell;
  vertical-align: middle;
}
.publisher-shares-network .shares-dialog-content {
  padding: 3.25em;
  min-width: 38em;
  max-width: 38em;
  display: inline-block;
  background: #fff;
}
.publisher-shares-network .shares-header {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  color: #9a9a9a;
  margin-bottom: 1em;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.publisher-shares-network h1.shares-title {
  font-weight: 900;
  line-height: 1.25em;
}
.publisher-shares-network ul {
  display: table;
  margin: 0 auto;
}
.publisher-shares-network ul li {
  padding: 0 .35em;
  display: table-cell;
}
.publisher-shares-network .publisher-post-shares-icon {
  font-size: 1.25em;
  color: #fff;
  width: 2em;
  height: 2em;
  display: table-cell;
  vertical-align: middle;
  background-color: #9a9a9a;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.publisher-shares-network .publisher-post-shares-icon:hover {
  opacity: .65;
}
.publisher-shares-network .publisher-post-shares-icon.facebook {
  background: #39579A;
}
.publisher-shares-network .publisher-post-shares-icon.twitter {
  background: #00B0E8;
}
.publisher-shares-network .publisher-post-shares-icon.pinterest {
  background: #EB5654;
}
.publisher-shares-network .publisher-post-shares-icon.googleplus {
  background: #BE2832;
}
/*-----------------------------------------------------------------------------------*/
/*	13.2  Jetpack
/*-----------------------------------------------------------------------------------*/
/* Jetpack: Infinite Scroll
----------------------------------------------- */
#infinite-handle {
  clear: both;
}
/* Pagination */
.infinite-scroll .posts-navigation,
.infinite-scroll .pagination,
.woocommerce #infinite-handle {
  display: none !important;
}
/* More Posts Text */
.site-main #infinite-handle span button {
  text-transform: uppercase;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.site-main #infinite-handle span {
  font-size: 0.875em;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #9a9a9a;
  padding: 1.25em;
  margin: 1.625em 0;
  display: inline-block;
  width: 100%;
  background: #e8e8e8;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.site-main #infinite-handle span:hover {
  color: #f2f2f2;
  background: #292929;
}
.site-main #infinite-handle span i {
  margin-right: .5em;
}
/* Spinner */
.site-main .infinite-loader {
  padding: 0em 0 5.75em;
  margin-left: -1em;
  position: relative;
  left: 50%;
  clear: both;
}
/* Grid Layout */
.grid-layout #infinite-handle span {
  position: absolute;
  bottom: -8em;
  left: 1%;
  width: 98%;
  display: inline-block;
}
.grid-layout .infinite-loader {
  position: absolute;
  bottom: -6.5em;
}
/* Jetpack: Contact Form
----------------------------------------------- */
.contact-form label {
  margin: 0 !important;
  font-weight: normal !important;
}
.contact-form textarea,
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type="url"] .contact-form input[type='password'] {
  width: 100% !important;
}
.contact-form .contact-submit input[type="submit"] {
  margin-top: 1em;
}
/* Jetpack: Sharing
----------------------------------------------- */
.posts-index .sharedaddy {
  margin-bottom: 1.625em;
}
.posts-index .sharedaddy .sd-title {
  display: none;
  /* Remove "share this" line on post pages */

}
.grid-layout .sharedaddy .sd-content {
  text-align: center;
}
/* Jetpack: Extra Sidebar Widgets
----------------------------------------------- */
/* Facebook Like Box (Jetpack) */
.widget_facebook_likebox iframe,
.widget_twitter_timeline iframe {
  width: 100% !important;
}
.sidebar-widgets .widget_facebook_likebox {
  background: none;
  box-shadow: none;
}
.sidebar-widgets .widget_facebook_likebox {
  padding: 0;
}
.sidebar-widgets .widget_facebook_likebox .widget-title {
  margin: 0;
}
/* Jetpack: Subscriptions
----------------------------------------------- */
.jetpack_subscription_widget #subscribe-email input {
  padding: 0.55em 0.85em;
  width: 100%;
}
.jetpack_subscription_widget #subscribe-submit,
.jetpack_subscription_widget .success p:last-child {
  margin: 0;
}
/* Jetpack: Related Posts
----------------------------------------------- */
/*-----------------------------------------------------------------------------------*/
/*	13.3  Owl Carousel
/*-----------------------------------------------------------------------------------*/
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-item {
  /* fix for flashing background */

  -webkit-transform: translatez(0);
}
.featured-preview.owl-gallery .gallery-item {
  margin-bottom: 0;
  background: #e8e8e8;
}
.owl-carousel .gallery-item img {
  display: inline-block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .gallery-caption {
  position: absolute;
  bottom: 0;
}
.has-post-gallery .owl-carousel .gallery-caption {
  font-size: 0.8125em;
  text-align: left;
  padding: 1.25%;
  margin: 1.25em;
  background: #292929;
}
/* Owl Controls
----------------------------------------------- */
.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 1.375em;
  text-align: center;
  position: absolute;
  color: #9a9a9a;
  cursor: pointer;
  width: 1.75em;
  background: #e8e8e8;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 2em;
  top: 0;
  opacity: 1;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: 1;
  color: #f2f2f2;
  background: #292929;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  font-family: "FontAwesome";
  line-height: 2em;
  text-align: center;
  width: 1.65em;
  display: inline-block;
}
.owl-nav .owl-prev {
  left: initial;
  right: 1.75em;
}
.owl-nav .owl-prev:after {
  content: "\f104";
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav .owl-next:after {
  content: "\f105";
}
.sidebar-widgets .owl-nav .owl-prev,
.sidebar-widgets .owl-nav .owl-next {
  font-size: 1.25em;
}
/* Owl Dots */
/*
.owl-dots .owl-dot {
	text-indent: -9999px;
    width: .675em;
    height: .675em;
    margin: .45em;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dots .owl-dot.active {
    background: #666;
}
*/
/* Owl Dots Custom */
.owl-dots {
  padding: .75em 4% 0;
}
.owl-dots .owl-dot {
  padding: .25em;
  display: inline-block;
}
.owl-dots .owl-dot img {
  padding: .25em;
  width: 4.875em;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
}
.owl-dots .owl-dot.active img {
  border-color: #292929;
}
/* Owl Carousel Layouts
----------------------------------------------- */
/* Cover */
.entry-layout-cover.has-post-gallery .site-featured-header .container {
  max-width: initial;
}
.entry-layout-cover .featured-preview.owl-gallery {
  overflow: visible;
}
.entry-layout-cover .featured-preview.owl-gallery .gallery-item {
  background: none;
}
.entry-layout-cover.has-post-gallery .owl-gallery .owl-carousel .owl-item img {
  margin: 0 auto;
  min-height: 500px;
  max-height: 500px;
  width: auto;
}
.entry-layout-cover.has-post-gallery .owl-gallery .owl-stage-outer {
  max-height: 500px;
  background-color: #e8e8e8;
  overflow: hidden;
}
.entry-layout-cover.has-post-gallery .owl-gallery .gallery-caption {
  opacity: 0;
}
.entry-layout-cover.has-post-gallery .owl-gallery .owl-carousel .owl-item.center .gallery-caption {
  opacity: 1;
}
.entry-layout-cover.has-post-gallery .owl-gallery .owl-carousel:hover .owl-nav .owl-prev,
.entry-layout-cover.has-post-gallery .owl-gallery .owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.entry-layout-cover.has-post-gallery .owl-gallery .owl-nav .owl-prev,
.entry-layout-cover.has-post-gallery .owl-gallery .owl-nav .owl-next {
  top: 37%;
  height: 4em;
  opacity: 0;
}
.entry-layout-cover.has-post-gallery .owl-gallery .owl-nav .owl-prev {
  right: auto;
}
.entry-layout-cover.has-post-gallery .owl-gallery .owl-nav .owl-prev:after,
.entry-layout-cover.has-post-gallery .owl-gallery .owl-nav .owl-next:after {
  line-height: 4em;
}
/* Wide */
.entry-layout-wide.has-post-gallery .site-featured-header .container {
  position: relative;
  z-index: 5;
}
.entry-layout-wide.has-post-gallery .owl-dots {
  display: none;
}
.entry-layout-wide.has-post-gallery .featured-preview.owl-gallery,
.entry-layout-wide.has-post-gallery .owl-gallery .owl-stage-outer,
.entry-layout-wide.has-post-gallery .owl-gallery .owl-stage,
.entry-layout-wide.has-post-gallery .owl-gallery .owl-carousel {
  height: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.entry-layout-wide.has-post-gallery .owl-gallery .owl-carousel .owl-item {
  height: 100%;
  width: 100%;
}
.entry-layout-wide.has-post-gallery .owl-gallery .owl-nav .owl-prev,
.entry-layout-wide.has-post-gallery .owl-gallery .owl-nav .owl-next {
  height: 2.10em;
  width: 2em;
  top: auto;
  bottom: 0;
  opacity: 0;
}
.entry-layout-wide.has-post-gallery .owl-gallery .owl-nav .owl-prev:after,
.entry-layout-wide.has-post-gallery .owl-gallery .owl-nav .owl-next:after {
  line-height: 2.10em;
}
.entry-layout-wide.has-post-gallery .site-featured-header:hover .owl-gallery .owl-nav .owl-prev,
.entry-layout-wide.has-post-gallery .site-featured-header:hover .owl-gallery .owl-nav .owl-next {
  opacity: 1;
}
.entry-layout-wide.has-post-gallery .owl-gallery .owl-nav .owl-prev {
  left: initial;
  right: 2em;
}
/*-----------------------------------------------------------------------------------*/
/*	14.  Media Queries
/*-----------------------------------------------------------------------------------*/
/**
 * Method to synch Jquery window resize and CSS media queries.
 * Jquery checks for #media-query changes.
 */
#media-query {
  max-width: 1198px;
  display: none;
}
/* Desktop Breaks
----------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .site-navbar {
    font-size: 15px;
  }
  .post-column-5 .hentry {
    width: 24.27%;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry {
    width: 19.45%;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-5 .hentry:nth-child(n) {
    clear: none;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(5n+1),
  .publisher-posts-loop-widget .cover-layout.post-column-5 .hentry:nth-child(4n+1) {
    clear: both;
  }
  .woocommerce.columns-5 li,
  .woocommerce .columns-5 .products li {
    width: 24.27%;
  }
}
/* @media only screen and (max-width: 1080px) { */
@media only screen and (max-width: 600px) {
  .post-column-5 .hentry,
  .post-column-4 .hentry {
    width: 32.35%;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry,
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry {
    width: 24.27%;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(n),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-5 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-4 .hentry:nth-child(n) {
    clear: none;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(4n+1),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry:nth-child(4n+1),
  .publisher-posts-loop-widget .cover-layout.post-column-5 .hentry:nth-child(3n+1),
  .publisher-posts-loop-widget .cover-layout.post-column-4 .hentry:nth-child(3n+1) {
    clear: both;
  }
  .woocommerce.columns-4 li,
  .woocommerce .columns-4 .products li,
  .woocommerce.columns-5 li,
  .woocommerce .columns-5 .products li {
    width: 32.35%;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Navigation
  	/*-----------------------------------------------------------------------------------*/
  .site-navbar {
    font-size: 16px;
  }
  /* First Level
  	----------------------------------------------- */
  .main-navigation .menu > li,
  .main-navigation.page-menu .menu > ul > li {
    float: none;
    display: list-item;
    margin: 0;
    border-right-width: 0;
    border-top-width: 1px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  }
  .main-navigation .menu > li:last-child,
  .main-navigation.page-menu .menu > ul > li:last-child {
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  }
  .main-navigation a {
    width: 80%;
  }
  .site-navbar a > .tax-color {
    height: 100%;
    width: 4px;
  }
  /* Sub Menus
  	----------------------------------------------- */
  .main-navigation .sub-menu {
    float: left;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .menu > li.menu-item-has-children.active-sub-menu {
    background: #000000;
  }
  .main-navigation li.menu-item-has-children:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 0.75em;
    color: #f2f2f2;
    text-align: center;
    line-height: 1.85em;
    width: 1.625em;
    height: 1.625em;
    position: absolute;
    right: 1.25em;
    top: 1em;
    cursor: pointer;
    z-index: 15;
    -webkit-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0 0 rgba(255, 255, 255, 0.1);
    background: #292929;
    background: -webkit-linear-gradient(top, #474747, #292929);
    background: -o-linear-gradient(top, #474747, #292929);
    background: -moz-linear-gradient(top, #474747, #292929);
    background: linear-gradient(top, #474747, #292929);
    -webkit-font-smoothing: antialiased;
  }
  .main-navigation li.menu-item-has-children.active-sub-menu:after {
    content: "\f106";
  }
  .main-navigation .menu > li.menu-item-has-children > a .title:after,
  .main-navigation ul ul li.menu-item-has-children > a:after {
    content: '';
    display: none;
  }
  .main-navigation.active li:hover > .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  .main-navigation .menu > li.menu-item-has-children .sub-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .main-navigation .menu > li.menu-item-has-children.active-sub-menu > .sub-menu,
  .no-js .main-navigation .menu > li.menu-item-has-children:hover > .sub-menu {
    position: relative;
    float: none;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .main-navigation li.menu-item-has-children.active-sub-menu > .sub-menu,
  .no-js .main-navigation li.menu-item-has-children:hover > .sub-menu {
    padding-left: 0.938em;
  }
  .main-navigation .menu > li.menu-item-has-children.active-sub-menu li.menu-item-has-children.active-sub-menu > .sub-menu,
  .no-js .main-navigation .menu > li.menu-item-has-children:hover li.menu-item-has-children:hover > .sub-menu {
    padding-left: 0.938em;
    display: block;
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    float: none;
  }
  .main-navigation ul ul li {
    border-left-width: 2px;
    border-style: solid;
    border-color: #292929;
  }
  /* Additional
  	----------------------------------------------- */
  .main-navigation .menu .additional-menu-items {
    height: initial;
    float: none;
    display: block;
  }
  .main-navigation .menu .additional-menu-items > ul {
    width: 100%;
  }
  .main-navigation .menu .additional-menu-items > ul > li {
    white-space: nowrap;
  }
  .main-navigation .menu .additional-menu-items > ul > li.menu-item-search {
    width: 100%;
  }
  .main-navigation .menu .additional-menu-items > ul > li.menu-item-search .icon {
    display: none;
  }
  .main-navigation .menu .additional-menu-items a {
    padding: .925em 1.25em;
  }
  .main-navigation .menu .additional-menu-items > ul > li.menu-item-search .search-form {
    font-size: 0.75em;
    padding: 0.925em 1.25em;
    position: relative;
    display: block;
    box-shadow: none;
  }
  .main-navigation .menu .additional-menu-items > ul > li.menu-item-search .search-form .search-field {
    padding: 0.55em 0.85em;
    width: 100%;
  }
  /* Menu Toggle
  	----------------------------------------------- */
  .main-navigation .mobile-menu {
    display: block;
  }
  .main-navigation > .menu {
    display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .no-js .main-navigation > .menu {
    display: block;
  }
  .main-navigation .mobile-menu .menu-toggle {
    color: #f2f2f2;
    padding: .925em 1.25em;
    -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
    -moz-box-shadow: inset 0px 0px 0px 1px #000000;
    box-shadow: inset 0px 0px 0px 1px #000000;
    background: #292929;
    background: -webkit-linear-gradient(top, #474747, #292929);
    background: -o-linear-gradient(top, #474747, #292929);
    background: -moz-linear-gradient(top, #474747, #292929);
    background: linear-gradient(top, #474747, #292929);
    cursor: pointer;
  }
  .main-navigation .mobile-menu .menu-toggle:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    margin: 0 0.5em 0 0;
  }
  .active-menu .main-navigation .mobile-menu .menu-toggle:before {
    content: "\f057";
  }
  .active-menu .main-navigation > .menu {
    display: block;
  }
}
/* Tablet Portrait
----------------------------------------------- */
@media only screen and (max-width: 959px) {
  /* Content
  	----------------------------------------------- */
  .grid-layout .hentry,
  .cover-layout .hentry,
  .post-column-5 .hentry,
  .post-column-4 .hentry,
  .post-column-3 .hentry,
  .post-column-2 .hentry {
    width: 48.55%;
  }
  .post-column-1 .hentry {
    width: 97%;
  }
  /* Footnote
  	----------------------------------------------- */
  .footnote .site-info,
  .footnote .footer-navigation {
    text-align: center;
    display: block;
  }
  .footnote .footer-navigation {
    float: none;
    margin-bottom: 0.8125em;
  }
  .footnote .mini-widget-area .menu {
    display: inline-block;
  }
  /* Widget Areas / Widget
  	----------------------------------------------- */
  .footer-widgets .widget {
    width: 48.55%;
  }
  /* Plugins / Extensions
  	----------------------------------------------- */
  .entry-layout-cover.has-post-gallery .owl-gallery .owl-carousel .owl-item,
  .entry-layout-wide.has-post-gallery .owl-gallery .owl-nav .owl-prev,
  .entry-layout-wide.has-post-gallery .owl-gallery .owl-nav .owl-next {
    opacity: 1;
  }
  .entry-layout-cover.has-post-gallery .owl-gallery .owl-stage-outer {
    max-height: 400px;
  }
  .entry-layout-cover.has-post-gallery .owl-gallery .owl-carousel .owl-item img {
    min-height: 400px;
    max-height: 400px;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry,
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry,
  .publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry {
    width: 32.35%;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(n),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry:nth-child(n),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-5 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-4 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-3 .hentry:nth-child(n) {
    clear: none;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(3n+1),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry:nth-child(3n+1),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry:nth-child(3n+1),
  .publisher-posts-loop-widget .cover-layout.post-column-5 .hentry:nth-child(2n+1),
  .publisher-posts-loop-widget .cover-layout.post-column-4 .hentry:nth-child(2n+1),
  .publisher-posts-loop-widget .cover-layout.post-column-3 .hentry:nth-child(2n+1) {
    clear: both;
  }
}
/* Tablet and Mobile
----------------------------------------------- */
@media only screen and (max-width: 782px) {
  #media-query {
    max-width: 782px;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Document Setup
  	/*-----------------------------------------------------------------------------------*/
  /*
  	body {
  		font-size: 15px;
  		line-height: @baseline;
  	}
  	*/
  /*-----------------------------------------------------------------------------------*/
  /*	Navigation
  	/*-----------------------------------------------------------------------------------*/
  /* Navigation
  	----------------------------------------------- */
  .nav-previous,
  .nav-next,
  .post-navigation.post-image .hentry {
    padding: 0;
    width: 100%;
    float: none;
  }
  .nav-next {
    padding-top: 1.625em;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Header
  	/*-----------------------------------------------------------------------------------*/
  .site-header-content-wrap .container,
  .site-header-content-wrap .nameplate,
  .site-header-content-wrap .header-extras {
    text-align: center;
    display: block;
  }
  .site-header-content-wrap .header-extras {
    padding: 1.625em 0 0 0;
  }
  #call-to-action a {
    font-size: 0.75em;
  }
  #call-to-action a .container {
    text-align: center;
    display: block;
  }
  #call-to-action a .container span {
    display: inline-block;
    vertical-align: initial;
  }
  #call-to-action .cta-button {
    margin-top: .8em;
    margin-bottom: .35em;
  }
  .site-featured-header {
    font-size: 0.8125em;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Content
  	/*-----------------------------------------------------------------------------------*/
  #primary,
  #secondary,
  .secondary {
    float: none;
    width: 100%;
  }
  .entry-wrap {
    padding: 2em 4%;
  }
  .posts-index .entry-wrap {
    padding: 2em 4% 1.2em;
  }
  .list-layout .hentry .featured-preview {
    width: 33.33333333333333%;
  }
  .grid-layout .site-main {
    width: 105%;
  }
  /* Related Posts
  	----------------------------------------------- */
  .related-posts-area .hentry {
    width: 50%;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Featured Header
  	/*-----------------------------------------------------------------------------------*/
  .hero-header {
    width: 100%;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Widget Areas / Widgets
  	/*-----------------------------------------------------------------------------------*/
  .footer-widgets {
    width: 100%;
    margin: 0;
  }
  .footer-widgets .widget {
    padding: 0;
    width: 97%;
  }
  .publisher-shares-network .shares-dialog-content {
    min-width: initial;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Shop
  	/*-----------------------------------------------------------------------------------*/
  .woocommerce div.product div.images {
    margin-bottom: 1.625em;
    float: none;
    width: 100%;
  }
  .woocommerce .summary {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  .woocommerce #content div.product div.thumbnails a {
    width: 20%;
  }
  .woocommerce.columns-2 li,
  .woocommerce .columns-2 .products li,
  .woocommerce.columns-4 li,
  .woocommerce .columns-4 .products li,
  .woocommerce.columns-5 li,
  .woocommerce .columns-5 .products li,
  .woocommerce .products li {
    width: 48.55%;
  }
  /* Single
  	----------------------------------------------- */
  .woocommerce div.product .cart .button,
  .woocommerce-cart .cart-collaterals .checkout-button {
    padding: 1em;
  }
  /* Cart
  	----------------------------------------------- */
  .woocommerce-cart .cart-collaterals .cross-sells,
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
  }
  .woocommerce-cart .cart-collaterals .cross-sells {
    margin-bottom: 1.625em;
  }
  .woocommerce-cart .cart-collaterals .checkout-button {
    display: block;
    width: 100%;
  }
  /* Checkout
  	----------------------------------------------- */
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    float: none;
    width: 100%;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Forum
  	/*-----------------------------------------------------------------------------------*/
  .bbp-topic-title .publisher-bbp-topic-started-by {
    width: 5.25em;
  }
  .bbp-topic-started-by img {
    width: 65px;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Plugins / Extensions
  	/*-----------------------------------------------------------------------------------*/
  /* Ditty News Ticker */
  .headband .mtphr-dnt-wrapper {
    position: relative;
  }
  /* Owl Carousel */
  .owl-dots .owl-dot img {
    width: 4.0625em;
  }
  .entry-layout-cover.has-post-gallery .owl-gallery .owl-stage-outer {
    max-height: 300px;
  }
  .entry-layout-cover.has-post-gallery .owl-gallery .owl-carousel .owl-item img {
    min-height: 300px;
    max-height: 300px;
  }
  /* Call To Action Widget */
  .so-widget-sow-cta .sow-cta-base .sow-cta-text {
    text-align: center;
    display: block;
    float: none !important;
  }
  .so-widget-sow-cta .sow-cta-base .so-widget-sow-button {
    text-align: center;
    margin: 1em 0 !important;
    display: block;
    float: none !important;
  }
  /* Publisher Widgets */
  .publisher-posts-loop-widget .posts-index .cover.hentry .entry-header,
  .siteorigin-panels-stretch .publisher-posts-loop-widget .slider-layout.post-column-3 .entry-header,
  .siteorigin-panels-stretch .publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0 .entry-header {
    width: 100%;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry,
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry,
  .publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry,
  .publisher-posts-loop-widget .mini-grid-layout.post-column-2 .hentry {
    width: 48.55%;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(n),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry:nth-child(n),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry:nth-child(n),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-2 .hentry:nth-child(n) {
    clear: none;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(2n+1),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry:nth-child(2n+1),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry:nth-child(2n+1),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-2 .hentry:nth-child(2n+1) {
    clear: both;
  }
  .publisher-posts-loop-widget .slider-layout.post-column-2 .hentry,
  .publisher-posts-loop-widget .slider-layout.post-column-4 .slide-column-wrap,
  .publisher-posts-loop-widget .slider-layout.post-column-4 .slide-wrap .hentry {
    width: 100%;
    display: block;
  }
  .publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0 {
    position: relative;
    width: 100%;
  }
  .publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0 .article-wrap {
    position: relative;
    height: 17em;
  }
  .publisher-hero-widget .hero-content {
    width: 100% !important;
  }
  .publisher-posts-loop-widget .slider-layout .entry-title {
    font-size: 3.125em;
  }
  .publisher-header-section .publisher-headline.section_masthead {
    font-size: 0.875em;
  }
  .publisher-ext-row-featured .publisher-hero-widget .owl-nav .owl-prev,
  .publisher-ext-row-featured .publisher-hero-widget .owl-nav .owl-next {
    font-size: 1.3125em;
  }
}
/* Mobile
----------------------------------------------- */
@media (max-width: 600px) {
  /* Content
  	----------------------------------------------- */
  .grid-layout .hentry,
  .cover-layout .hentry,
  .post-column-5 .hentry,
  .post-column-4 .hentry,
  .post-column-3 .hentry,
  .post-column-2 .hentry,
  .post-column-1 .hentry {
    width: 97%;
  }
  .pull-right,
  .pull-left {
    text-align: left;
    margin-bottom: 1.625em;
    width: 100%;
    display: block;
  }
  /* Related Posts */
  .related-posts-area .hentry {
    width: 100%;
  }
  /* Shop
  	----------------------------------------------- */
  .woocommerce-cart .cart-collaterals .products li {
    width: 100%;
  }
  .woocommerce .quantity,
  .woocommerce div.product form.cart .button {
    display: block;
  }
  .woocommerce .quantity {
    height: auto;
    padding: 0;
    margin-bottom: 1.15em;
  }
  .woocommerce .summary-wrap .quantity {
    width: 100%;
  }
  .woocommerce .quantity input.qty {
    padding: .5em;
  }
  .woocommerce .woocommerce-tabs ul.tabs li {
    display: block;
    border-bottom: 2px solid #f5f5f5;
  }
  .woocommerce .woocommerce-tabs ul.tabs li a {
    display: block;
  }
  .woocommerce-cart table.cart td.product-thumbnail,
  .woocommerce-cart table.cart th.product-thumbnail {
    display: none;
  }
  .woocommerce.columns-1 li,
  .woocommerce .columns-1 .products li,
  .woocommerce.columns-2 li,
  .woocommerce .columns-2 .products li,
  .woocommerce.columns-4 li,
  .woocommerce .columns-4 .products li,
  .woocommerce.columns-5 li,
  .woocommerce .columns-5 .products li,
  .woocommerce .products li {
    width: 97%;
  }
  /* Forum
  	----------------------------------------------- */
  #bbpress-forums #bbp-single-user-details {
    width: 100%;
  }
  #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
    width: 100%;
  }
  #bbpress-forums #bbp-user-body {
    margin: 0;
    display: inline-block;
  }
  /* Plugins / Extensions
  	----------------------------------------------- */
  .entry-layout-cover.has-post-gallery .owl-gallery .owl-stage-outer {
    max-height: 245px;
  }
  .entry-layout-cover.has-post-gallery .owl-gallery .owl-carousel .owl-item img {
    min-height: 245px;
    max-height: 245px;
  }
  /* Publisher Widgets
  	----------------------------------------------- */
  .publisher-posts-loop-widget[data-layout="listing-h"] .listing-posts {
    display: block;
    height: auto;
  }
  .publisher-posts-loop-widget[data-layout="listing-h"] .posts-index .listing-featured-container {
    display: block;
    width: 100%;
    height: 20em;
    border-right: none;
  }
  .publisher-posts-loop-widget[data-layout="listing-h"] .posts-index .listing-featured {
    position: relative;
    width: 100%;
  }
  .publisher-posts-loop-widget .posts-index .listing-v-layout .listing-featured .entry-wrap,
  .publisher-posts-loop-widget .posts-index .listing-h-layout .listing-featured .entry-wrap {
    padding: 2em 4% 1.2em;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry,
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry,
  .publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry,
  .publisher-posts-loop-widget .mini-grid-layout.post-column-2 .hentry {
    width: 48.5%;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(n),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry:nth-child(n),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry:nth-child(n),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-2 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-5 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-4 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-3 .hentry:nth-child(n),
  .publisher-posts-loop-widget .cover-layout.post-column-2 .hentry:nth-child(n) {
    clear: none;
  }
  .publisher-posts-loop-widget .mini-grid-layout.post-column-5 .hentry:nth-child(2n+1),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-4 .hentry:nth-child(2n+1),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-3 .hentry:nth-child(2n+1),
  .publisher-posts-loop-widget .mini-grid-layout.post-column-2 .hentry:nth-child(2n+1) {
    clear: both;
  }
  .publisher-posts-loop-widget .slider-layout.post-column-3 .slide-column-wrap,
  .publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0,
  .publisher-posts-loop-widget .slider-layout.post-column-4 .hentry.slide-0,
  .publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap .hentry,
  .publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap.featured .hentry,
  .publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap,
  .publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap.list .hentry {
    width: 100%;
    display: block;
  }
  .publisher-posts-loop-widget .slider-layout .entry-wrap,
  .publisher-posts-loop-widget .slider-layout.post-column-4 .slide-wrap .entry-wrap,
  .publisher-posts-loop-widget .slider-layout.post-column-5 .slide-wrap.list .entry-wrap {
    padding: 4.875em 1.625em 3.25em;
  }
  .publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0 {
    position: relative;
  }
  .publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0 .article-wrap {
    position: relative;
    height: 23em;
  }
  .publisher-ext-row-featured .publisher-posts-loop-widget .slider-layout.post-column-3 .hentry.slide-0 {
    padding-top: 0;
    position: relative;
  }
}
@media (max-width: 480px) {
  /* Content
  	----------------------------------------------- */
  .list-layout .hentry .featured-preview {
    min-height: 22em;
  }
  .list-layout .hentry .post-format-icon {
    position: absolute;
  }
  .list-layout .hentry .article-wrap,
  .list-layout .hentry .featured-preview,
  .list-layout .hentry.has-post-thumbnail .entry-wrap {
    display: block;
    width: 100%;
  }
  /* Forum
  	----------------------------------------------- */
  div.bbp-search-form input,
  div.bbp-search-form button {
    font-size: 1em;
    padding: 0.55em 0.85em;
  }
  span.bbp-admin-links {
    float: right;
    clear: none;
  }
  span.bbp-reply-post-date {
    float: none;
  }
  #bbpress-forums div.bbp-reply-author img.avatar {
    position: relative;
    top: 0;
  }
  /* Plugins / Extensions
  	----------------------------------------------- */
  .entry-layout-cover.has-post-gallery .owl-gallery .owl-stage-outer {
    max-height: 200px;
  }
  .entry-layout-cover.has-post-gallery .owl-gallery .owl-carousel .owl-item img {
    min-height: 200px;
    max-height: 200px;
  }
}

div.as-random-post-image {
	display: none;
}

div.as-random-post-image-parent {
	min-height: 40px;
}

@media(min-width:700px){
	div.as-random-post-image {
		display: block;
		font-size: 75%
	}
}

@media(min-width:1000px){
	div.as-random-post-image {
		display: block;
		font-size: 100%
	}
}


