/*
Theme Name: Dollah
Author: wpHoot
Author URI: https://wphoot.com/
Version: 1.0.0
Description: Dollah is a simple and fast loading theme with lots of available customization options. Quickly set up your theme right of the box or customize it for a unique look and style.
License: GNU General Public License 3.0
License URI: license.txt
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: dollah
*/
/**
 * -----------------------------------------------------------------------------------------------
 * PLEASE DO NOT MODIFY THIS FILE DIRECTLY UNLESS YOU KNOW WHAT YOU ARE DOING
 * 
 * If you want to add/modify custom CSS styles, you can copy the style rule from the CSS file into
 * the Child Theme's stylesheet
 * @see http://codex.wordpress.org/Child_Themes
 * - This is the preferred method for heavy css modifications
 * - It keeps all your custom changes in one place
 * - Your customizations remains unaffected by Theme updates (IMPORTANT!)
 *
 * -----------------------------------------------------------------------------------------------
 */
/**
 **********************************************************
 Table Of Contents
 * Reset and Normalize
 * Hoot Grid
 * Utility Classes
 * Base Typography and HTML
 * Images, WP Gallery and Objects
 * Layout
 * Header (Topbar, Header, Main Nav Menu)
 * Main #Content
 * Main #Content Singular
 * Main #Content Archives/Blog
 * Page Templates
 * Sidebars and Widgets
 * Light Slider
 * Footer
 **********************************************************
 */
/**
 * Reset and Normalize
 * Support IE8+, Safari 6+, latest Chrome,Firefox,Opera
 * normalize.css v3.0.2 | MIT License | git.io/normalize
 * ========================================================
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a,
a:active,
a:hover,
a:focus,
a:visited {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * Hoot Grid
 * grid sets the width, row clears the floats for containing spans
 * spans are the building blocks for content structure
 * ========================================================
 */
.hgrid {
  width: 100%;
  min-width: 320px;
  max-width: 1380px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hgrid-stretch {
  width: 100%;
  min-width: 320px;
}
.hgrid,
.hgrid-stretch {
  display: block;
  zoom: 1;
}
.hgrid:after,
.hgrid-stretch:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hgrid:after,
.hgrid-stretch:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
[class*="hgrid-span-"],
[class*="hcolumn-"] {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
}
[class*="hgrid-span-"].full-width,
[class*="hcolumn-"].full-width {
  padding: 0;
}
.flush-columns {
  margin: 0 -15px;
}
[class*="hcolumn-"] {
  padding: 0 15px;
}
/************* Span Widths*************/
.hgrid-span-1 {
  width: 8.33333333%;
}
.hgrid-span-2 {
  width: 16.66666667%;
}
.hgrid-span-3 {
  width: 25%;
}
.hgrid-span-4 {
  width: 33.33333333%;
}
.hgrid-span-5 {
  width: 41.66666667%;
}
.hgrid-span-6 {
  width: 50%;
}
.hgrid-span-7 {
  width: 58.33333333%;
}
.hgrid-span-8 {
  width: 66.66666667%;
}
.hgrid-span-9 {
  width: 75%;
}
.hgrid-span-10 {
  width: 83.33333333%;
}
.hgrid-span-11 {
  width: 91.66666667%;
}
.hgrid-span-12 {
  width: 100%;
}
/************* Column Widths *************/
.hcolumn-1-1,
.hcolumn-2-2,
.hcolumn-3-3,
.hcolumn-4-4,
.hcolumn-5-5 {
  width: 100%;
}
.hcolumn-1-2 {
  width: 50%;
}
.hcolumn-1-3 {
  width: 33.33333333%;
}
.hcolumn-2-3 {
  width: 66.66666667%;
}
.hcolumn-1-4 {
  width: 25%;
}
.hcolumn-2-4 {
  width: 50%;
}
.hcolumn-3-4 {
  width: 75%;
}
.hcolumn-1-5 {
  width: 20%;
}
.hcolumn-2-5 {
  width: 40%;
}
.hcolumn-3-5 {
  width: 60%;
}
.hcolumn-4-5 {
  width: 80%;
}
/************* Responsive Grid *************/
@media only screen and (max-width: 1200px) {
  [class*="hgrid-span-"],
  [class*="hcolumn-"] {
    padding: 0 10px;
  }
  .flush-columns {
    margin: 0;
  }
  .adaptive .hcolumn-1-5 {
    width: 40%;
  }
  .adaptive .hcolumn-1-4 {
    width: 50%;
  }
  .adaptive .hgrid-span-1 {
    width: 16.66666667%;
  }
  .adaptive .hgrid-span-2 {
    width: 33.33333333%;
  }
  .adaptive .hgrid-span-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 969px) {
  [class*="hgrid-span-"],
  .adaptive [class*="hgrid-span-"],
  [class*="hcolumn-"],
  .adaptive [class*="hcolumn-"] {
    width: 100%;
  }
}
@media only screen and (min-width: 970px) {
  .hcol-first {
    padding-left: 0;
  }
  .hcol-last {
    padding-right: 0;
  }
}
/**
 * Utility Classes
 * ========================================================
 */
/************* Misc *************/
.chromeframe {
  padding: 0.5em;
  text-align: center;
  border: solid 3px #F00;
  background: #fff;
  color: #f00;
  font-weight: bold;
  margin: 0;
}
#page-wrapper .flush {
  margin: 0;
  padding: 0;
}
/************* Displays *************/
.hide {
  display: none;
}
.forcehide {
  display: none !important;
}
.border-box {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/************* Image replacement *************/
.hide-text {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
  width: 0;
  height: 0;
  overflow: hidden;
}
/************* Table *************/
.table {
  display: table;
  width: 100%;
  *position: relative;
  margin: 0;
}
.table.table-fixed {
  table-layout: fixed;
}
.table-cell {
  display: table-cell;
  *float: left;
}
.table-cell-mid {
  display: table-cell;
  vertical-align: middle;
  *position: absolute;
  *top: 0;
  *bottom: 0;
  *left: 0;
  *right: 0;
  *margin: auto;
}
@media only screen and (max-width: 969px) {
  .table,
  .table-cell,
  .table-cell-mid {
    display: block;
  }
}
/************* Floats *************/
.fleft,
.float-left {
  float: left;
}
.fright,
.float-right {
  float: right;
}
.fclear,
.float-clear,
.clear,
.clearfix {
  display: block;
  zoom: 1;
}
.fclear:after,
.float-clear:after,
.clear:after,
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/************* Accessibility: Assistive Text *************/
/* for screen readers and text browsers */
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/**
 * Base Typography and HTML
 * ========================================================
 */
body {
  position: relative;
}
/************* Default Typography *************/
body {
  text-align: left;
  font-size: 14px;
  line-height: 1.57142857em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #666;
  -webkit-font-smoothing: antialiased;
  /* for better webkit rendering */
  -webkit-text-size-adjust: 100%;
  /* size in percentage at which to display text in Safari on iPhone */
}
/************* Headings *************/
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  line-height: 1.33333333em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  margin: 20px 0 15px;
  text-rendering: optimizelegibility;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 2.14285714em;
}
h2 {
  font-size: 1.85714286em;
}
h3 {
  font-size: 1.57142857em;
}
h4 {
  font-size: 1.42857143em;
}
h5 {
  font-size: 1.28571429em;
}
h6 {
  font-size: 1.14285714em;
}
.title {
  font-size: 1.57142857em;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  font-size: inherit;
}
.titlefont {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
/************* Basic HTML Tags *************/
p {
  margin: 0.57142857em 0 1.85714286em;
}
hr {
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.85714286em 0 1.14285714em;
  height: 0;
  color: #ddd;
}
em,
var {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
big,
.big-font {
  font-size: 1.35714286em;
  line-height: 1.333333em;
}
.huge-font {
  font-size: 4.28571429em;
  line-height: 1em;
}
small,
cite,
.small {
  font-size: 0.78571429em;
  line-height: 1.454545em;
}
cite {
  font-style: italic;
}
q {
  font-style: italic;
}
q:before {
  content: open-quote;
}
q::after {
  content: close-quote;
}
address {
  display: block;
  margin: 1.14285714em 0;
  font-style: normal;
  border: 1px dotted;
  padding: 1px 5px;
}
abbr[title],
acronym[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/************* Blockquote *************/
blockquote {
  border-left: 5px solid #ddd;
  padding: 0 0 0 1em;
  margin: 1.14285714em 1.85714286em;
  margin-left: 5px;
  display: block;
  font-style: italic;
  color: #888;
  font-size: 1.14285714em;
  clear: both;
  text-align: justify;
}
blockquote p {
  margin: 0;
}
blockquote small,
blockquote cite {
  display: block;
  line-height: 1.57142857em;
  text-align: right;
  margin-top: 3px;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote cite:before {
  content: "\2014 \0020";
  padding: 0px 3px;
}
blockquote.pull-left {
  text-align: left;
  float: left;
}
blockquote.pull-right {
  border-right: 5px solid #ddd;
  border-left: 0;
  padding: 0 1em 0 0;
  margin: 1.14285714em 1.85714286em;
  margin-right: 5px;
  text-align: right;
  float: right;
}
/*** Blockquotes Responsive ***/
@media only screen and (max-width: 969px) {
  blockquote.pull-left,
  blockquote.pull-right {
    float: none;
  }
}
/************* Links *************/
a {
  color: #d22254;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
  -moz-transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
  -o-transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
  transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
}
a.linkstyle,
.linkstyle a {
  text-decoration: underline;
}
h1 a.linkstyle,
.linkstyle h1 a,
h2 a.linkstyle,
.linkstyle h2 a,
h3 a.linkstyle,
.linkstyle h3 a,
h4 a.linkstyle,
.linkstyle h4 a,
h5 a.linkstyle,
.linkstyle h5 a,
h6 a.linkstyle,
.linkstyle h6 a,
.title a.linkstyle,
.linkstyle .title a,
.titlefont a.linkstyle,
.linkstyle .titlefont a {
  text-decoration: none;
}
/************* Typo Schemes *************/
.accent-typo,
.cat-typo {
  background: #d22254;
  color: #ffffff;
}
.invert-typo {
  background: #666;
  color: #fff;
}
.enforce-typo {
  background: #fff;
  color: #666;
}
.page-wrapper .accent-typo a,
.page-wrapper .invert-typo a,
.page-wrapper .enforce-typo a,
.page-wrapper .accent-typo a:hover,
.page-wrapper .invert-typo a:hover,
.page-wrapper .enforce-typo a:hover,
.page-wrapper .accent-typo h1,
.page-wrapper .invert-typo h1,
.page-wrapper .enforce-typo h1,
.page-wrapper .accent-typo h2,
.page-wrapper .invert-typo h2,
.page-wrapper .enforce-typo h2,
.page-wrapper .accent-typo h3,
.page-wrapper .invert-typo h3,
.page-wrapper .enforce-typo h3,
.page-wrapper .accent-typo h4,
.page-wrapper .invert-typo h4,
.page-wrapper .enforce-typo h4,
.page-wrapper .accent-typo h5,
.page-wrapper .invert-typo h5,
.page-wrapper .enforce-typo h5,
.page-wrapper .accent-typo h6,
.page-wrapper .invert-typo h6,
.page-wrapper .enforce-typo h6,
.page-wrapper .accent-typo .title,
.page-wrapper .invert-typo .title,
.page-wrapper .enforce-typo .title {
  color: inherit;
}
.enforce-body-font {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.highlight-typo {
  background: #f7f7f7;
}
.cat-typo:before,
.cat-typo:after {
  background: inherit;
  color: inherit;
  border-color: inherit;
}
/************* Code, Pre, Keyboard, Teletype *************/
code,
pre,
kbd,
tt {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre {
  overflow-x: auto;
}
code,
kbd,
tt {
  padding: 2px 5px;
  margin: 0 5px;
  border: dashed 1px;
}
pre {
  display: block;
  padding: 5px 10px;
  margin: 1.14285714em 0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre.scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/************* Lists *************/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
ul ol,
ul ul,
ol ol,
ol ul {
  margin-left: 10px;
}
li {
  margin: 0;
  padding: 0;
  margin-right: 10px;
  /* display: inline; */
}
ul.unstyled,
ol.unstyled {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none outside !important;
}
.main ul,
.main ol {
  margin: 1.14285714em;
  margin-right: 0;
}
.main ol {
  list-style: decimal outside;
}
.main ul,
.main ul.disc {
  list-style: disc outside;
}
.main ul.square {
  list-style: square outside;
}
.main ul.circle {
  list-style: circle outside;
}
.main ul ul,
.main ol ul {
  list-style-type: circle;
}
.main ul ul ul,
.main ul ol ul,
.main ol ul ul,
.main ol ol ul {
  list-style-type: square;
}
.main ul ol,
.main ol ol {
  list-style-type: lower-alpha;
}
.main ul ul ol,
.main ul ol ol,
.main ol ul ol,
.main ol ol ol {
  list-style-type: lower-roman;
}
.main ul ul,
.main ul ol,
.main ol ol,
.main ol ul {
  margin-top: 2px;
  margin-bottom: 2px;
  display: block;
}
.main li {
  margin-right: 0;
  display: list-item;
}
.borderlist > li:first-child {
  border-top: 1px solid;
}
.borderlist > li {
  border-bottom: 1px solid;
  padding: 0.15em 0;
  list-style-position: outside;
}
/************* Lists - Definitions *************/
dl {
  margin: 0.57142857em 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0.57142857em;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 12.3em;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 13.8em;
}
/*** Responsive Definitions ***/
@media only screen and (max-width: 969px) {
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
}
/************* Tables *************/
table {
  width: 100%;
  padding: 0;
  margin: 1.14285714em 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  padding: 5px 0;
  width: auto;
  font-style: italic;
  text-align: right;
}
th {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 6px 6px 12px;
}
th.nobg {
  background: none;
}
td {
  padding: 6px 6px 6px 12px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f7f7f7;
}
/************* Forms *************/
form {
  margin-bottom: 1.14285714em;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.14285714em;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #666;
  font-weight: bold;
}
legend small {
  color: #666;
}
label,
input,
select,
textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4em;
}
label {
  display: inline-block;
  font-weight: bold;
}
.input-text,
textarea,
select,
input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  padding: 6px 8px;
  outline: none;
  color: #666;
  margin: 0;
  max-width: 100%;
  display: inline-block;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.input-text:focus,
textarea:focus,
input[type="text"]:focus,
input[type="input"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: 1px solid #aaaaaa;
  color: #555555;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="checkbox"] {
  display: inline;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  cursor: pointer;
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
}
textarea {
  height: auto;
  min-height: 60px;
}
select {
  width: 215px;
  background: #fff url('images/select.png') no-repeat center right;
}
select[multiple],
select[size] {
  height: auto;
}
/*** Special ***/
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
/*** Buttons Default ***/
input[type="submit"] {
  outline: none;
}
input[type="submit"],
#submit,
.button {
  background: #d22254;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
  -moz-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
  -o-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
  transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.33);
}
input[type="submit"]:hover,
#submit:hover,
.button:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.33);
  background: #c11143;
  color: #ffffff;
}
input[type="submit"]:active,
#submit:active,
.button:active {
  -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.33);
}
input[type="submit"].aligncenter,
#submit.aligncenter,
.button.aligncenter {
  max-width: 60%;
}
#submit a,
.button a {
  color: inherit;
}
/*** Button Sizes ***/
input[type="submit"],
#submit,
.button,
input[type="submit"].button-small,
#submit.button-small,
.button-small {
  padding: 6px 23px 8px;
  font-size: 0.78571429em;
  line-height: 1.833333em;
  margin-top: 5px;
  margin-bottom: 5px;
  border: solid 1px rgba(0, 0, 0, 0.15);
}
input[type="submit"].button-medium,
#submit.button-medium,
.button-medium {
  padding: 9px 40px 12px;
  font-size: 1em;
  line-height: 1.428571em;
}
input[type="submit"].button-large,
#submit.button-large,
.button-large {
  padding: 13px 55px 15px;
  font-size: 1em;
  line-height: 1.428571em;
}
/**
 * Images, WP Gallery and Objects
 * ========================================================
 */
/************* Objects *************/
iframe,
video,
object,
embed {
  max-width: 100%;
  margin: 1.14285714em 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure {
  margin: 0;
  max-width: 100%;
}
/************* Images *************/
img,
a img {
  border: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
  vertical-align: top;
}
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* to accomodate border and padding width, and maintain responsive */
}
.lt-ie8 img {
  width: 100%;
}
.lt-ie8 img {
  -ms-interpolation-mode: bicubic;
}
/************* Image Styles *************/
.img-round {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.img-circle {
  -webkit-border-radius: 1500px;
  -moz-border-radius: 1500px;
  border-radius: 1500px;
}
.img-polaroid {
  padding: 4px;
  border: 1px solid;
}
.img-frame {
  padding: 4px;
  border: 1px solid;
}
.img-noborder img,
img.img-noborder {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
/************* WP editor image sizes ($content_width classes) *************/
/************* Wordpress Gallery (Overwrite WP's inline Gallery CSS) *************/
.gallery {
  border: solid 1px #ddd;
  background: #f7f7f7;
  padding: 10px;
  margin: 1.14285714em 0;
}
.gallery .gallery-item {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .gallery-icon img {
  padding: 0;
  max-width: 100%;
}
.gallery .gallery-caption {
  color: #666;
  margin: 3px 0;
  font-size: 0.78571429em;
  line-height: 1.454545em;
}
/************* WordPress Image Captions *************/
.wp-caption {
  background: #f7f7f7;
}
.wp-caption-text {
  border: solid 1px #ddd;
  color: #666;
  margin: 0;
  padding: 5px;
  font-size: 0.78571429em;
  line-height: 1.454545em;
  text-align: center;
}
/************* WordPress Image Alignment *************/
.aligncenter {
  clear: both;
  display: block;
  margin: 1.14285714em auto;
  text-align: center;
}
img.aligncenter {
  margin: 1.14285714em auto;
}
.alignleft {
  float: left;
  margin: 10px 1.85714286em 5px 0;
  display: block;
}
.alignright {
  float: right;
  margin: 10px 0 5px 1.85714286em;
  display: block;
}
.alignleft img,
.alignright img {
  display: block;
}
/************* Avatar *************/
.avatar {
  display: inline-block;
}
.avatar.pull-left {
  float: left;
  margin: 0 1em 5px 0;
}
.avatar.pull-right {
  float: right;
  margin: 0 0 5px 1em;
}
/**
 * Layout
 * ========================================================
 */
body {
  background: #fff;
}
@media screen and (max-width: 600px) {
  body.logged-in.admin-bar {
    position: static;
  }
}
#page-wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#below-header,
#sub-footer,
#footer {
  overflow: hidden;
}
.site-boxed #header-supplementary,
.site-boxed #below-header,
.site-boxed #main {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
/* Sidebar and Content Layout */
.content.no-sidebar {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.content.layout-wide-left,
.content.layout-narrow-left {
  float: right;
}
@media only screen and (min-width: 970px) {
  /*
	 * We only apply flex model to 3 column layout to prevent:
	 * Frontpage=> full width layout leads to <div class="hgrid-stretch main-content-grid">
	 * HTML slider inside hgrid-stretch becomes way tooo wide and distorts layout
	 * slider needs to be in 'hgrid' (max-width set to pixel value 1260) if container is flex model
	 * So we apply flex model only to layouts where we know for a fact that hgrid-stretch wont be used.
	*/
  .sitewrap-narrow-left-right .main-content-grid,
  .sitewrap-narrow-left-left .main-content-grid,
  .sitewrap-narrow-right-right .main-content-grid {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .sitewrap-narrow-left-right .sidebar-primary,
  .sitewrap-narrow-left-left .sidebar-primary,
  .sitewrap-narrow-right-right .content {
    -webkit-order: 1;
    order: 1;
  }
  .sitewrap-narrow-left-right .content,
  .sitewrap-narrow-left-left .sidebar-secondary,
  .sitewrap-narrow-right-right .sidebar-primary {
    -webkit-order: 2;
    order: 2;
  }
  .sitewrap-narrow-left-right .sidebar-secondary,
  .sitewrap-narrow-left-left .content,
  .sitewrap-narrow-right-right .sidebar-secondary {
    -webkit-order: 3;
    order: 3;
  }
}
/**
 * Header (Topbar, Header, Main Nav Menu)
 * ========================================================
 */
/************* Header Layout *************/
#header {
  position: relative;
}
.site-header .table {
  table-layout: fixed;
  /*To word wrap loooong Titles*/
}
#header-primary {
  border-bottom: solid 2px #ddd;
}
.header-primary-none {
  text-align: center;
}
.header-primary-search {
  text-align: center;
}
.header-primary-menu #branding,
.header-primary-custom #branding {
  width: 40%;
}
#header-aside {
  text-align: right;
}
.header-primary-menu #header-aside,
.header-primary-custom #header-aside {
  width: 60%;
}
.header-primary-custom #header-aside {
  font-size: 0.92857143em;
  line-height: 1.5em;
}
#header-supplementary {
  border-bottom: solid 1px #ddd;
  background: #fff;
}
.header-supplementary-left.menu-side-none {
  text-align: left;
}
.header-supplementary-right.menu-side-none {
  text-align: right;
}
.header-supplementary-center.menu-side-none {
  text-align: center;
}
.menu-side .table {
  table-layout: auto;
}
.menu-side-box {
  font-size: 0.78571429em;
  line-height: 1.454545em;
  text-align: right;
  position: relative;
}
.menu-side-box .widget {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.menu-side-box form {
  margin: 0;
}
.menu-side-box.inline_nav a {
  color: inherit;
}
.menu-side-box .widget_search,
.menu-side-box .searchform {
  position: static;
}
.menu-side-box .searchbody {
  background: none;
}
.menu-side-box .searchbody i.fa-search {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  font-size: 1.5454em;
  cursor: pointer;
}
.menu-side-box .searchbody input.searchtext {
  display: none;
  position: absolute;
  color: #666;
  background: #fff;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  border-left: solid 1px #ddd;
  font-size: 1.5em;
  padding-right: 2.5em;
}
.menu-side-box .js-search-placeholder {
  display: none;
}
.menu-side-box .js-search-placeholder:before {
  content: "X";
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 999;
  top: 35%;
  right: 5px;
  padding: 10px;
  margin-top: -10px;
  font-size: 2em;
  cursor: pointer;
}
/*** Search ***/
.header-primary-search #branding {
  width: 100%;
}
.header-aside-search {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -24px;
}
.header-aside-search .searchbody {
  background: none;
}
.header-aside-search .searchform {
  color: #cccccc;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 0;
  border: none;
  border-bottom: solid 1px;
}
.header-aside-search .searchform i.fa-search {
  cursor: pointer;
  font-size: 20px;
  padding: 10px 25px 15px 20px;
  margin: 0;
  position: relative;
  top: inherit;
  left: inherit;
}
.header-aside-search i.fa-search:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid;
}
.header-aside-search .searchtext {
  padding: 0;
  line-height: 47px;
  border: 0;
  width: 0;
  background: none;
  color: inherit;
  display: inline-block;
  -webkit-transition: width linear 0.2s;
  -moz-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  transition: width linear 0.2s;
}
.header-aside-search .searchtext:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-aside-search.expand .searchtext {
  width: 175px;
}
/*** Responsive Header ***/
@media only screen and (max-width: 969px) {
  #header .table,
  #header #branding,
  #header #header-aside {
    width: 100%;
  }
  #header-primary,
  #header-aside,
  #header-supplementary {
    text-align: center;
  }
  #header .hgrid-span-12 {
    padding: 0;
  }
  .header-aside-search,
  .header-aside-custom {
    border-top: solid 1px #ddd;
  }
  .header-aside-search {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
  }
  .header-aside-search .searchform {
    max-width: 220px;
    border: none;
    margin: 0 auto;
    position: relative;
  }
  .header-aside-search .searchform i.fa-search {
    position: absolute;
    left: 0;
    padding-bottom: 16px;
    bottom: 0;
  }
  .header-aside-search .searchform i.fa-search:after {
    display: none;
  }
  .header-aside-search .searchform input.searchtext {
    width: 100%;
    padding-left: 60px;
  }
  .menu-side-box {
    text-align: center;
  }
}
/************* Logo *************/
#site-logo {
  margin: 15px 0;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.header-primary-menu #site-logo,
.header-primary-custom #site-logo {
  padding-right: 15px;
}
#site-logo.with-background {
  padding: 15px;
}
/*** Logo Types ***/
#site-logo-image #site-title {
  margin: 0;
}
/* Text Logo */
#site-title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 58px;
  font-weight: normal;
  line-height: 1em;
  vertical-align: middle;
  word-wrap: normal;
}
#site-title a {
  color: inherit;
}
#site-title a:hover {
  text-decoration: none;
}
#site-description {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  text-transform: uppercase;
  vertical-align: middle;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.site-logo-text-tiny #site-title {
  font-size: 30px;
}
.site-logo-text-small #site-title {
  font-size: 45px;
}
.site-logo-text-large #site-title {
  font-size: 70px;
}
.site-logo-text-huge #site-title {
  font-size: 85px;
}
/* Logo with Icon (Text Logo / Custom Logo) */
.site-logo-with-icon #site-title {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  padding-left: 10px;
}
.site-logo-with-icon #site-title i {
  font-size: 50px;
  width: 1em;
  position: absolute;
  left: -1em;
}
#site-logo-text i {
  line-height: inherit;
}
/* Logo with Image (Mixed / Mixedcustom) */
.site-logo-with-image {
  display: table;
  table-layout: fixed;
}
.site-logo-with-image .site-logo-mixed-image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.site-logo-with-image .site-logo-mixed-text {
  display: table-cell;
  vertical-align: middle;
}
/* Custom Text */
.site-title-line {
  display: block;
  line-height: 1em;
}
.site-title-line b,
.site-title-line em,
.site-title-line strong {
  color: #d22254;
  font-weight: inherit;
  font-style: inherit;
}
.site-title-body-font {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*** Images in Logo ***/
/* All Logo Images */
.branding img {
  max-height: 600px;
}
/* Image Logo */
#site-logo-image img {
  width: auto;
}
/* Mixed / MixedCustom Logo */
.site-logo-mixed-image img {
  vertical-align: middle;
}
/*** Responsive Logo ***/
@media only screen and (max-width: 969px) {
  #site-logo {
    display: block;
  }
  #header-primary #site-logo {
    padding-right: 0;
    padding-left: 0;
  }
  #header-primary #site-logo.with-background {
    margin: 0;
  }
  #page-wrapper #site-title,
  #page-wrapper #site-description {
    text-align: center;
    margin: 0;
    display: block;
  }
  .site-logo-with-icon #site-title {
    padding: 0;
  }
  .site-logo-with-icon #site-title > a {
    position: relative;
    left: 0.5em;
    display: inline-block;
    max-width: 75%;
  }
  .site-logo-with-icon #site-title i {
    left: -1.1em;
  }
  #header-primary #site-logo.site-logo-image {
    padding: 15px;
    margin: 0;
  }
  .site-logo-with-image {
    display: block;
    text-align: center;
  }
  .site-logo-with-image .site-logo-mixed-image {
    margin: 0 auto 10px;
  }
  .site-logo-with-image .site-logo-mixed-image,
  .site-logo-with-image .site-logo-mixed-text {
    display: block;
    padding: 0;
  }
}
/************* Nav Menus *************/
.menu-items {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.menu-items ol,
.menu-items ul {
  margin-left: 0;
}
.menu-items li {
  margin-right: 0;
  display: list-item;
}
.menu-items li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.menu-items > li {
  float: left;
  margin: 0;
  vertical-align: middle;
}
.menu-items > li:last-child {
  margin-right: 0;
}
.menu-items > li a {
  color: inherit;
}
.menu-items > li > a {
  padding: 15px 19px;
  text-transform: uppercase;
  font-size: 0.92857143em;
  line-height: 1.5em;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.menu-items > li.current-menu-item,
.menu-items > li:hover {
  background: #d22254;
  color: #ffffff;
}
.menu-items > li.current-menu-item > a,
.menu-items > li:hover > a,
.menu-items > li.current-menu-item .hybridextend-megamenu-icon,
.menu-items > li:hover .hybridextend-megamenu-icon {
  color: inherit;
}
.menu-items > li > ul {
  font-weight: normal;
  color: #666;
  font-size: 0.92857143em;
  line-height: 1.5em;
}
.menu-items > li > ul a {
  color: inherit;
}
.menu-items .menu-title {
  padding-right: 5px;
}
.menu-items .menu-description {
  display: block;
  border-top: solid 1px;
  text-transform: none;
  padding-top: 5px;
  margin-top: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-items .menu-description:before,
.menu-items .menu-description:after {
  display: none;
}
.menu-items ul .menu-description {
  border: none;
  /*text-transform: uppercase;*/
  padding-top: 0;
  font-size: 0.923em;
  line-height: 1.333333em;
}
.menu-description {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.menu-description:before {
  content: '(';
  margin-left: 5px;
}
.menu-description:after {
  content: ')';
}
/*** Superfish Menu ***/
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li {
  position: relative;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 16em;
  background: #fff;
  padding: 5px;
  border: solid 1px #ddd;
}
.sf-menu ul li {
  background: rgba(0, 0, 0, 0.04);
}
.sf-menu ul ul {
  top: -6px;
  left: 100%;
  margin-left: 5px;
}
.sf-menu ul li:hover > a {
  background: #d22254;
  color: #ffffff;
}
.sf-menu ul li a {
  padding: 10px 5px 10px 18px;
}
/*** Superfish Menu Arrows ***/
.nav-menu .sf-menu.sf-arrows li a.sf-with-ul {
  padding-right: 18px;
}
.sf-menu.sf-arrows .sf-with-ul:after {
  top: 47%;
  line-height: 10px;
  margin-top: -5px;
  font-size: 0.8em;
  position: absolute;
  right: 7px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\f0d7";
}
.sf-menu.sf-arrows ul .sf-with-ul:after {
  content: "\f0da";
  right: 7px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
}
/*** Responsive Menu ***/
.menu-toggle {
  display: none;
  cursor: pointer;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.menu-toggle-text {
  margin-right: 5px;
}
@media only screen and (max-width: 969px) {
  /* Responsive Menu */
  .menu-toggle {
    display: block;
  }
  #menu-primary-items,
  #menu-secondary-items {
    border-top: solid 1px #ddd;
  }
  #menu-primary-items ul,
  #menu-secondary-items ul,
  #menu-primary-items ul li,
  #menu-secondary-items ul li {
    border: none;
    margin: 0;
  }
  #menu-primary-items > li,
  #menu-secondary-items > li {
    margin: 0;
  }
  .menu-items {
    display: none;
    text-align: left;
  }
  .menu-items > li {
    float: none;
    margin: 0px;
  }
  .menu-items > li a {
    border: none;
  }
  .menu-items > li .menu-title,
  .menu-items > li .menu-description {
    border: none;
    display: block;
    text-transform: uppercase;
  }
  .menu-items > li .menu-description,
  .menu-items > li ul .menu-description {
    text-transform: none;
    padding-top: 0;
  }
  .menu-items > li > a,
  .sf-menu ul li a {
    padding: 6px 6px 6px 15px;
  }
  .sf-menu ul li a {
    padding-left: 40px;
    /*line-height: inherit;*/
  }
  .sf-menu ul ul {
    top: 0;
  }
  .sf-menu ul ul li a {
    padding-left: 65px;
  }
  .sf-menu ul ul ul li a {
    padding-left: 90px;
  }
  /* Responsive Menu - Override Superfish */
  .sf-menu ul {
    position: relative;
    top: auto;
    left: auto;
  }
  .mobilesubmenu-open .sf-menu ul {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    /* Override inline styles for jquery animation by superfish */
  }
  .sf-menu ul {
    padding: 0;
  }
  .sf-menu ul ul {
    left: auto;
  }
  .sf-menu.sf-arrows .sf-with-ul:after {
    margin-left: 5px;
  }
  .sf-menu.sf-arrows ul .sf-with-ul:after {
    content: "\f0d7";
  }
  /* Left Fixed Menu */
  .mobilemenu-fixed#menu-primary,
  .mobilemenu-fixed#menu-secondary {
    margin-bottom: 0;
  }
  .mobilemenu-fixed .menu-toggle,
  .mobilemenu-fixed #menu-primary-items,
  .mobilemenu-fixed #menu-secondary-items {
    -webkit-transition: left 0.3s ease-in, background-color 0.3s linear;
    -moz-transition: left 0.3s ease-in, background-color 0.3s linear;
    -o-transition: left 0.3s ease-in, background-color 0.3s linear;
    transition: left 0.3s ease-in, background-color 0.3s linear;
  }
  .mobilemenu-fixed .menu-toggle-text {
    display: none;
  }
  .mobilemenu-fixed .menu-toggle {
    width: 2em;
    padding: 5px;
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 99995;
    border: solid 2px rgba(0, 0, 0, 0.1);
    border-left: none;
  }
  .mobilemenu-fixed .menu-toggle,
  .mobilemenu-fixed .menu-items {
    background: #fff;
  }
  .mobilemenu-fixed #menu-primary-items,
  .mobilemenu-fixed #menu-secondary-items {
    display: block;
    width: 280px;
    position: fixed;
    top: 0;
    z-index: 99994;
    overflow-y: auto;
    height: 100%;
    border-right: solid 2px rgba(0, 0, 0, 0.1);
    left: -280px;
  }
  .mobilemenu-fixed.mobilemenu-open .menu-toggle {
    left: 280px;
    z-index: 99997;
  }
  .mobilemenu-fixed.mobilemenu-open #menu-primary-items,
  .mobilemenu-fixed.mobilemenu-open #menu-secondary-items {
    left: 0;
    z-index: 99996;
  }
  .mobilemenu-fixed .sf-menu ul {
    min-width: inherit;
  }
  .header-supplementary-bottom .mobilemenu-fixed .menu-toggle {
    margin-top: 40px;
  }
  .header-supplementary-top .mobilemenu-fixed .menu-toggle {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 970px) {
  .menu-items {
    display: inline-block !important;
    /*Override any leftover inline style applied by responsive JS in smaller screens. Example: if a screen is resized when the menu is toggled off */
  }
  .tablemenu .menu-items {
    display: inline-table !important;
    /*Override any leftover inline style applied by responsive JS in smaller screens. Example: if a screen is resized when the menu is toggled off */
  }
  .tablemenu .menu-items > li {
    display: table-cell;
    float: none;
  }
}
/************* Aside Header *************/
#sidebar-header-sidebar {
  margin-top: 0;
}
#sidebar-header-sidebar .widget {
  margin: 5px 0;
}
#sidebar-header-sidebar .widget_text p {
  margin: 0;
}
#sidebar-header-sidebar .textwidget {
  font-size: 0.78571429em;
  line-height: 1.454545em;
}
#sidebar-header-sidebar h1,
#sidebar-header-sidebar h2,
#sidebar-header-sidebar h3,
#sidebar-header-sidebar h4,
#sidebar-header-sidebar h5,
#sidebar-header-sidebar h6 {
  margin: 0;
}
.sidebar-header-sidebar .searchbody {
  display: inline-block;
}
.sidebar-header-sidebar .searchform {
  margin: 0;
}
.sidebar-header-sidebar .announce-widget {
  display: inline-block;
}
/************* Below Header *************/
#below-header .sidebar {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
}
#below-header .widget {
  margin: 1.14285714em 0;
}
.below-header {
  border-bottom: solid 1px #ddd;
}
/**
 * Main #Content
 * ========================================================
 */
/** Use 'entry-content'/'entry-the-content' classes to style posts on single post pages specifically **/
#main.main {
  padding-bottom: 2.85714286em;
  overflow: hidden;
  background: #fff;
}
/************* Loop Meta *************/
#loop-meta {
  position: relative;
}
#loop-meta.pageheader-bg-stretch,
#loop-meta.pageheader-bg-both {
  background: #f7f7f7;
  border-bottom: solid 1px #ddd;
}
#loop-meta.pageheader-bg-default,
#loop-meta.pageheader-bg-incontent,
#loop-meta.pageheader-bg-none {
  background: none;
  border-bottom: solid 1px #ddd;
}
.loop-meta {
  float: none;
  text-align: center;
  background-size: contain;
  padding: 40px 0;
}
.loop-title {
  margin: 0;
  font-size: 1.57142857em;
}
.loop-description p {
  margin: 5px 0;
}
.loop-description p p:last-child {
  margin-bottom: 0;
}
#content #loop-meta {
  margin-bottom: 1.85714286em;
}
#content #loop-meta.pageheader-bg-default,
#content #loop-meta.pageheader-bg-stretch,
#content #loop-meta.pageheader-bg-none {
  background: none;
  padding-bottom: 1.14285714em;
  border-bottom: solid 1px #ddd;
}
#content #loop-meta.pageheader-bg-incontent,
#content #loop-meta.pageheader-bg-both {
  background: #f7f7f7;
  padding: 15px 18px;
  border: solid rgba(0, 0, 0, 0.12);
  border-width: 1px 1px 1px 1px;
}
#content #loop-meta.pageheader-bg-incontent .entry-byline,
#content #loop-meta.pageheader-bg-both .entry-byline {
  border-bottom: none;
  padding-bottom: 0;
}
#content #loop-meta.loop-meta-wrap:after {
  display: none;
}
#content .loop-meta {
  text-align: left;
  padding: 0;
}
#content .pageheader-bg-incontent .loop-meta,
#content .pageheader-bg-both .loop-meta {
  text-align: center;
}
#content .loop-title {
  text-transform: none;
  font-size: 1.42857143em;
}
#custom-content-title-area {
  text-align: center;
}
.pre-content-title-area ul.lSPager {
  display: none;
}
.content-title-area-stretch .hgrid-span-12 {
  padding: 0;
}
.content-title-area-grid {
  margin: 1.14285714em 0;
}
.content .post-content-title-area {
  margin: 0 0 2.85714286em;
}
/************* Entry Meta Byline (Singular Post Page) *************/
.entry-byline {
  font-size: 0.78571429em;
  line-height: 1.454545em;
  text-transform: uppercase;
  margin-top: 5px;
}
.content .entry-byline.empty {
  padding: 0;
}
.entry-byline-block {
  display: inline;
}
.entry-byline-block:after {
  content: "|";
  margin: 0 7px;
}
.entry-byline-block:last-child:after {
  display: none;
}
.entry-byline a {
  color: inherit;
}
.entry-byline a:hover {
  color: inherit;
  text-decoration: underline;
}
.entry-byline-label {
  margin-right: 3px;
}
.entry-footer div.entry-byline {
  background: none;
}
.entry-footer .entry-byline {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #d22254;
  margin: 0;
  padding: 1.85714286em 5px;
  border-bottom: solid 1px #ddd;
}
/************* <main> #content *************/
.content {
  margin-top: 2.85714286em;
}
/************* Single Post (Single post on Archive page / Singular Post page) *************/
/** Caution: Modify this CSS block carefully as these divs display differently in above two templates. **/
/** Use specific classes instead: 'entry-content' / 'entry-the-content' classes for single post pages, and 'entry-grid' classes to style posts in archive lists **/
.entry-content-featured-img {
  display: block;
  margin: 0 auto 20px;
}
/************* Single Post (Single Post Page) *************/
.entry-content {
  border-bottom: solid 1px #ddd;
}
.entry-content.no-shadow {
  border: none;
}
.entry-the-content {
  margin-bottom: 2.85714286em;
  display: block;
  zoom: 1;
}
.entry-the-content p:first-child,
.entry-the-content h1:first-child,
.entry-the-content h2:first-child,
.entry-the-content h3:first-child,
.entry-the-content h4:first-child,
.entry-the-content h5:first-child,
.entry-the-content h6:first-child {
  margin-top: 0;
}
.entry-the-content:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.entry-the-content:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/************* Post Navigation *************/
.page-links {
  text-align: center;
  margin: 2.85714286em 0;
}
.page-links a,
.page-links .page-numbers {
  border: solid 1px;
  padding: 2px 5px;
  margin: 2px;
}
.loop-nav {
  padding: 1.85714286em 5px;
  border-bottom: solid 1px #ddd;
}
/************* Comments *************/
#comments-template {
  padding-top: 1.85714286em;
}
#comments-number {
  font-size: 14px;
  color: #888;
  font-family: inherit;
  font-weight: bold;
  font-weight: 800;
  text-transform: uppercase;
}
#comments .comment-list,
#comments .comment-list ol.children {
  list-style-type: none;
  margin: 0;
}
.comment-list {
  padding-bottom: 0.57142857em;
}
/*** Single Comment ***/
.comment {
  position: relative;
  margin: 0;
}
.comment article {
  position: relative;
}
.comment p {
  margin: 0 0 0.3em;
}
.comment li.comment {
  border-left: solid 1px #ddd;
  padding-left: 40px;
  margin-left: 20px;
}
.comment-avatar {
  position: absolute;
  width: 50px;
  top: 5px;
  left: 5px;
}
.comment-by-author {
  font-size: 0.78571429em;
  line-height: 1.454545em;
  color: #888;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 3px;
}
.comment-content-wrap {
  margin: 30px 0px 20px 70px;
}
.comment-meta-block,
.comment-edit-link {
  display: inline-block;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: solid 1px;
  font-size: 0.78571429em;
  line-height: 1.454545em;
  color: #888;
  text-transform: uppercase;
}
.comment-meta-block:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.comment-meta-block cite.comment-author {
  font-style: normal;
  font-size: 1em;
}
/*** Single Comment by post author ***/
.comment.bypostauthor > article {
  background: #f7f7f7;
}
.comment.bypostauthor > article .comment-meta-block,
.comment.bypostauthor > article .comment-edit-link {
  color: inherit;
}
.comment.bypostauthor > article .comment-avatar {
  top: 18px;
  left: 18px;
}
.comment.bypostauthor > article .comment-content-wrap {
  margin-left: 80px;
  padding: 13px 10px 13px 5px;
}
.comment.bypostauthor + #respond {
  background: #f7f7f7;
  padding: 20px 20px 1px;
}
.comment.bypostauthor + #respond #reply-title {
  margin-top: 0;
}
/*** Single Comment Ping ***/
.comment-ping {
  border: solid 1px #ddd;
  padding: 5px 10px 5px 15px;
  margin: 30px 0px 20px;
}
.comment-ping cite {
  font-size: 1em;
}
/*** Response Form ***/
#reply-title {
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  font-weight: 800;
  text-transform: uppercase;
}
#reply-title small {
  display: block;
}
#respond p {
  margin: 0 0 0.3em;
}
#respond label {
  font-size: 0.78571429em;
  line-height: 1.454545em;
  font-weight: normal;
  padding: 0.57142857em 0;
  width: 15%;
  vertical-align: top;
}
/*** Comments Responsive ***/
@media only screen and (max-width: 969px) {
  .comment article {
    margin: 10px 0;
  }
  .comment-avatar {
    position: relative;
    top: auto;
    left: auto;
  }
  .comment-content-wrap {
    margin: 10px 0 0 0;
  }
  .comment.bypostauthor > article .comment-content-wrap {
    margin: 10px 0 0 10px;
  }
  .comment li {
    padding-left: 15px;
    margin-left: 10px;
  }
}
/************* 404 Page Content *************/
/************* Attachment Page Content *************/
.entry.attachment .entry-content {
  border-bottom: none;
}
.entry.attachment .entry-the-content {
  width: auto;
  text-align: center;
}
.entry.attachment .entry-the-content p:first-of-type {
  margin-top: 2em;
  font-weight: bold;
  text-transform: uppercase;
}
.entry.attachment .entry-the-content .more-link {
  display: none;
}
/**
 * Main #Content for Index (Archive / Blog List)
 * ========================================================
 */
/** Use 'entry-grid' classes to style posts in archive lists specifically **/
/************* Archive List Post Entry *************/
/*** Common Styles ***/
.plural .entry.has-post-thumbnail {
  padding-top: 1em;
}
.plural .entry.has-post-thumbnail:first-child {
  padding-top: 5px;
}
.entry-grid-featured-img {
  position: relative;
  z-index: 1;
}
/* Sticky */
.entry-sticky-tag {
  display: none;
  /*Hide it when not actually displayed as 'stuck' at top*/
}
.sticky .entry-sticky-tag {
  float: left;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 4px;
  top: 4px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 0.78571429em;
  line-height: 1.454545em;
  text-align: center;
}
/* Entry Grid */
.entry-grid {
  margin-bottom: 60px;
  min-width: inherit;
}
.entry-grid-content {
  padding: 0 0 0.57142857em;
}
.entry-grid-content .entry-title {
  font-size: 1.42857143em;
  margin: 0;
}
.entry-grid-content .entry-title a {
  color: inherit;
}
/*** Archive Big Post entry ***/
.archive-big .entry-grid,
.archive-medium .entry-grid,
.archive-small .entry-grid {
  margin-bottom: 0;
}
/*** Archive Medium and Small Post entry ***/
.archive-medium .entry-content-featured-img,
.archive-small .entry-content-featured-img {
  margin: 0 1.85714286em 20px 0;
}
.archive-medium .entry-byline,
.archive-small .entry-byline {
  display: table;
}
.archive-medium .more-link,
.archive-small .more-link {
  clear: both;
}
/*** Archive Block2/3 entry ***/
.archive-block2:nth-child(2n+1) {
  clear: both;
}
.archive-block3:nth-child(3n+1) {
  clear: both;
}
.archive-block4:nth-child(4n+1) {
  clear: both;
}
.plural #main .archive-block {
  padding-top: 0;
}
.archive-block .entry-grid {
  margin-bottom: 0;
}
/*** Responsive Block2/3 Entry ***/
@media only screen and (min-width: 970px) {
  .archive-block2:nth-child(2n) {
    padding-right: 0;
  }
  .archive-block2:nth-child(2n+1) {
    padding-left: 0;
  }
  .archive-block3:nth-child(3n) {
    padding-right: 0;
  }
  .archive-block3:nth-child(3n+1) {
    padding-left: 0;
  }
  .archive-block4:nth-child(4n) {
    padding-right: 0;
  }
  .archive-block4:nth-child(4n+1) {
    padding-left: 0;
  }
}
/*** Archive Mosaic (2/3/4 columns) Post entry ***/
#content .archive-mosaic {
  padding-top: 0;
}
.archive-mosaic {
  text-align: center;
  /* Entry Grid */
  /* Sub Content */
  /* Sticky */
  /* More Link */
  /* List Entry Byline */
}
.archive-mosaic .entry-grid {
  margin-bottom: 40px;
  border: solid 1px #ddd;
}
.archive-mosaic .entry-content-featured-img {
  margin: 0 auto;
}
.archive-mosaic .entry-grid-content {
  padding: 1.85714286em 1em;
  padding-bottom: 0;
}
.archive-mosaic .entry-title {
  font-size: 1.14285714em;
}
.archive-mosaic .entry-summary p:first-child {
  margin-top: 0.8em;
}
.archive-mosaic .mosaic-sub {
  background: #f7f7f7;
  border-top: solid 1px #ddd;
  margin: 0 -1em;
  line-height: 1.4em;
}
.archive-mosaic.sticky .entry-sticky-tag {
  float: none;
  top: 0;
  margin: 0;
  display: block;
}
.archive-mosaic .more-link {
  font-size: 1em;
  line-height: 1em;
  margin: 1em -1em -1.85714286em;
  text-align: center;
  border: none;
}
.archive-mosaic .more-link a {
  font-size: 0.8em;
  display: block;
}
.archive-mosaic .entry-byline {
  display: block;
  padding: 10px;
  border: none;
  margin: 0;
}
/*** Responsive Archive List Post Entry ***/
@media only screen and (max-width: 969px) {
  /** Common **/
  .entry-grid {
    /* List Entry Byline */
  }
  /** Archive Big **/
  /** Archive Medium/Small **/
  .archive-medium .entry-content-featured-img,
  .archive-small .entry-content-featured-img {
    margin: 0 auto 1.85714286em;
    float: none;
  }
  /** Archive Mosaic **/
  .archive-mosaic {
    /* Featured Image */
  }
  .archive-mosaic .entry-content-featured-img {
    padding: 20px 20px 0;
  }
}
/************* Read More *************/
.more-link {
  display: block;
  margin-top: 1.14285714em;
  text-transform: uppercase;
  font-size: 0.78571429em;
  line-height: 1.454545em;
  font-weight: bold;
  color: #d22254;
}
.more-link a {
  display: inline-block;
}
.more-link a,
.more-link a:hover {
  color: #d22254;
}
/************* Navigation *************/
.pagination.loop-pagination {
  margin: 1.14285714em 0;
}
.page-numbers {
  border: solid 1px;
  padding: 2px 5px;
  margin: 2px;
}
/**
 * Sliders
 * ========================================================
 */
/************* HTML Slider *************/
/* HTML Slide : Layout */
.hootslider-html-slide {
  cursor: -webkit-grab;
  cursor: -moz-grabbing;
  cursor: grab;
  overflow: hidden;
  position: relative;
}
.hootslider-html-slide.is-custom-bg {
  background-size: cover;
  background-position: center;
}
.hootslider-html-slide > .hgrid {
  display: table;
  table-layout: fixed;
}
.hootslider-html-slide-column {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
}
.hcolumn-1-2.hootslider-html-slide-left {
  padding: 45px 20px 45px 40px;
}
.hcolumn-1-2.hootslider-html-slide-right {
  padding: 45px 40px 45px 20px;
}
.hootslider-html-slide-content {
  padding: 15px 20px;
  display: inline-block;
}
.hootslider-html-slide-content h1,
.hootslider-html-slide-content h2,
.hootslider-html-slide-content h3,
.hootslider-html-slide-content h4,
.hootslider-html-slide-content h5,
.hootslider-html-slide-content h6,
.hootslider-html-slide-content p,
.hootslider-html-slide-content a,
.hootslider-html-slide-content div,
.hootslider-html-slide-content span {
  color: inherit;
}
.hootslider-html-slide-content h1,
.hootslider-html-slide-content h2,
.hootslider-html-slide-content h3,
.hootslider-html-slide-content h4,
.hootslider-html-slide-content h5,
.hootslider-html-slide-content h6 {
  font-size: 1.14285714em;
  margin: 10px 0;
  text-transform: uppercase;
}
.hootslider-html-slide-content p {
  margin: 10px 0;
}
.hootslider-html-slide-link {
  margin-top: 15px;
}
.hootslider-html-slide-button {
  display: inline-block;
}
.hcolumn-1-1.hootslider-html-slide-column {
  padding: 45px 40px;
}
.hcolumn-1-1.hootslider-html-slide-column .hootslider-html-slide-content {
  max-width: 75%;
  display: inline-block;
}
/*** Responsive HTML Slider ***/
@media only screen and (max-width: 969px) {
  .hootslider-html-slide .hgrid {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto !important;
  }
  .hootslider-html-slide .hcolumn-1-2.hootslider-html-slide-left {
    display: block;
    padding: 0 40px 25px;
    margin-top: 12px;
    -webkit-order: 2;
    order: 2;
  }
  .hootslider-html-slide .hcolumn-1-2.hootslider-html-slide-right {
    display: block;
    padding: 25px 40px 0;
    margin-bottom: 12px;
    -webkit-order: 1;
    order: 1;
  }
  .hootslider-html-slide .hcolumn-1-1.hootslider-html-slide-column {
    padding: 45px 40px;
  }
}
/************* Image Slider *************/
.hootslider-image-slide {
  cursor: -webkit-grab;
  cursor: -moz-grabbing;
  cursor: grab;
  position: relative;
}
.hootslider-image-slide img {
  width: 100%;
}
.hootslider-image-slide-content {
  position: absolute;
  bottom: 10%;
  left: 0;
  margin: 0 50px;
  max-width: 480px;
}
.hootslider-image-slide-caption {
  padding: 15px 20px;
}
.hootslider-image-slide-caption h1,
.hootslider-image-slide-caption h2,
.hootslider-image-slide-caption h3,
.hootslider-image-slide-caption h4,
.hootslider-image-slide-caption h5,
.hootslider-image-slide-caption h6 {
  font-size: 1.14285714em;
  margin: 5px 0 10px;
  text-transform: uppercase;
}
.hootslider-image-slide-caption h1,
.hootslider-image-slide-caption h2,
.hootslider-image-slide-caption h3,
.hootslider-image-slide-caption h4,
.hootslider-image-slide-caption h5,
.hootslider-image-slide-caption h6,
.hootslider-image-slide-caption p,
.hootslider-image-slide-caption a,
.hootslider-image-slide-caption div,
.hootslider-image-slide-caption span {
  color: inherit;
}
.hootslider-image-slide-caption p {
  margin: 5px 0;
}
.hootslider-image-slide-button {
  margin-top: 15px;
}
/*** Responsive Image Slider ***/
@media only screen and (max-width: 969px) {
  .hootslider-image-slide-content {
    position: relative;
    margin: 0;
    max-width: none;
  }
  .hootslider-image-slide-caption {
    padding: 10px 40px;
    text-align: center;
  }
  .hootslider-image-slide-caption h1,
  .hootslider-image-slide-caption h2,
  .hootslider-image-slide-caption h3,
  .hootslider-image-slide-caption h4,
  .hootslider-image-slide-caption h5,
  .hootslider-image-slide-caption h6 {
    margin: 0;
  }
  .hootslider-image-slide-caption p {
    margin: 0;
  }
  .hootslider-image-slide-button {
    display: block;
    margin: 0;
    text-align: center;
  }
}
/************* Carousel Slider *************/
.hootslider-carousel-wrapper {
  margin: 1.14285714em 0;
}
.hootslider-carousel-wrapper .lightSlider.fixedheight {
  height: auto !important;
}
.hootslider-carousel-slide {
  cursor: -webkit-grab;
  cursor: -moz-grabbing;
  cursor: grab;
}
.lightSlideCarousel {
  padding: 0 10px;
  margin: 5px 8px;
  border: solid 1px #ddd;
  border-width: 1px 2px 2px 1px;
}
.lightSlideCarousel h1,
.lightSlideCarousel h2,
.lightSlideCarousel h3,
.lightSlideCarousel h4,
.lightSlideCarousel h5,
.lightSlideCarousel h6,
.lightSlideCarousel .title {
  font-size: 1.14285714em;
  margin: 0;
  font-family: inherit;
  padding: 5px 0 0;
}
.hootslider-carousel-slide-image {
  margin: 10px 0;
  text-align: center;
}
.hootslider-carousel-slide-content {
  margin: 15px 0 20px;
  text-align: center;
}
.hootslider-carousel-slide-content p,
.hootslider-carousel-slide-content .more-link {
  margin: 0.28571429em 0;
}
.hootslider-carousel-slide-content .more-link {
  border: none;
  text-align: center;
}
.hootslider-carousel-slide-content .more-link a {
  background: none;
  color: #d22254;
}
.hootslider-carousel-slide-content .more-link a:hover {
  background: none;
  text-decoration: underline;
}
.carousel-post-title a,
.carousel-post-title a:hover {
  color: inherit;
}
/**
 * Frontpage
 * ========================================================
 */
.home #main.main {
  padding-bottom: 0;
}
.content-frontpage.no-sidebar {
  margin-top: 0;
}
/************* Frontpage - Widget Areas *************/
.frontpage-area.module-bg-highlight,
.frontpage-area.module-bg-image {
  padding: 20px 0;
}
.frontpage-area.area-highlight {
  background: #f7f7f7;
}
.frontpage-area.module-bg-accent {
  background: #d22254;
}
.frontpage-area.module-bg-image.bg-scroll {
  background-size: cover;
}
/************* Frontpage - Sliders *************/
.frontpage-slider.hgrid-stretch > .hgrid-span-12 {
  padding: 0;
}
.frontpage-area:first-child .frontpage-slider.hgrid .lSSlideOuter {
  margin-top: 30px;
}
/*** HTML Slider ***/
/*** Image Slider ***/
/************* Frontpage - Page Content *************/
.frontpage-area .entry-content {
  border-bottom: none;
}
.frontpage-area .entry-the-content {
  margin: 2em 0 0;
}
.frontpage-area .entry-footer {
  display: none;
}
@media only screen and (max-width: 969px) {
  #frontpage-page-content .sidebar {
    margin-top: 40px;
  }
}
/**
 * Sidebars and Widgets
 * ========================================================
 */
/************* Sidebars & Layouts *************/
/************* Sidebars *************/
.sidebar {
  margin-top: 2.85714286em;
  line-height: 1.57142857em;
}
.sidebar .widget {
  margin: 0 0 50px;
}
.sidebar .widget-title {
  font-size: 14px;
  font-family: inherit;
}
/************* Widgets *************/
.widget {
  margin: 40px 0;
  position: relative;
}
.widget h3 {
  font-size: 1.28571429em;
}
.widget .view-all {
  position: absolute;
  top: 5px;
  right: 0;
  text-transform: uppercase;
  font-size: 0.78571429em;
  line-height: 1.454545em;
}
.widget .view-all a {
  padding: 3px 5px;
  color: #888;
}
.widget .view-all a:hover {
  color: #d22254;
}
.widget .view-all-bottom {
  position: relative;
  text-align: right;
  top: 0;
  right: 0;
}
.widget-title {
  font-weight: normal;
  margin: 0 0 1.85714286em;
  text-transform: uppercase;
  position: relative;
}
.cat-label {
  position: absolute;
  top: 0;
  right: 0;
  background: #d22254;
  color: #ffffff;
}
.cat-label a {
  display: block;
  color: inherit;
  padding: 1px 5px;
  font-size: 0.92857143em;
  line-height: 1.5em;
}
/************* Widget Borders *************/
.topborder-none {
  margin-top: 0;
}
.bottomborder-none {
  margin-bottom: 0;
}
.topborder-line:before {
  content: "\00a0";
  display: block;
  font: 0/0 a;
  border-top: solid 1px #ddd;
}
.bottomborder-line:after {
  content: "\00a0";
  display: block;
  font: 0/0 a;
  border-bottom: solid 1px #ddd;
}
.topborder-shadow:before,
.bottomborder-shadow:after {
  content: "\00a0";
  display: block;
  font: 0/0 a;
  height: 2px;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
}
.site-stretch .frontpage-area > .hgrid > .hgrid-span-12 .topborder-line:before,
.site-stretch .below-header > .hgrid > .hgrid-span-12 .topborder-line:before,
.site-stretch .sub-footer > .hgrid > .hgrid-span-12 .topborder-line:before,
.site-stretch .frontpage-area > .hgrid > .hgrid-span-12 .bottomborder-line:after,
.site-stretch .below-header > .hgrid > .hgrid-span-12 .bottomborder-line:after,
.site-stretch .sub-footer > .hgrid > .hgrid-span-12 .bottomborder-line:after,
.site-stretch .frontpage-area > .hgrid > .hgrid-span-12 .topborder-shadow:before,
.site-stretch .below-header > .hgrid > .hgrid-span-12 .topborder-shadow:before,
.site-stretch .sub-footer > .hgrid > .hgrid-span-12 .topborder-shadow:before,
.site-stretch .frontpage-area > .hgrid > .hgrid-span-12 .bottomborder-shadow:after,
.site-stretch .below-header > .hgrid > .hgrid-span-12 .bottomborder-shadow:after,
.site-stretch .sub-footer > .hgrid > .hgrid-span-12 .bottomborder-shadow:after {
  margin: 0 -1999px;
}
/************* WordPress Widgets *************/
/* Text */
.textwidget p:first-child {
  margin-top: 0;
}
/* Search */
.searchbody {
  background: #f5f5f5;
  background: rgba(0, 0, 0, 0.05);
  vertical-align: middle;
}
.searchbody input {
  background: none;
  color: inherit;
  border: none;
  padding: 10px 17px 10px 32px;
  width: 100%;
  vertical-align: bottom;
  display: block;
}
.searchbody input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.searchform {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.searchbody i.fa-search {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 10px;
}
/* Custom Menu */
.inline_nav .widget_nav_menu ul,
.inline_nav .widget_nav_menu ol,
.inline_nav .widget_nav_menu li {
  display: inline;
  margin-left: 0;
}
.inline_nav .widget_nav_menu li {
  margin-right: 0;
}
.inline_nav .widget_nav_menu li a {
  margin: 0 30px 0 0;
  position: relative;
}
.inline_nav .widget_nav_menu li a:hover {
  border-bottom: solid 1px;
  text-decoration: none;
}
.inline_nav .widget_nav_menu li a:after {
  content: "/";
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 15px;
  position: absolute;
}
.inline_nav .widget_nav_menu ul.menu > li:last-child a {
  margin-right: 0;
}
.inline_nav .widget_nav_menu ul.menu > li:last-child a:after {
  display: none;
}
.inline_nav .widget_nav_menu .menu-description {
  display: none;
}
/************* CTA Widget *************/
.widget_dollah-cta-widget {
  /* margin: @widgetMargin - 5 0; */
}
.cta-widget {
  margin: 35px 0;
  text-align: center;
}
.cta-headline {
  margin: 0;
}
.cta-description {
  font-size: 1.06666666em;
  line-height: 1.57142857em;
}
.cta-description p {
  margin: 10px;
}
.cta-widget-button {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.92857143em;
  line-height: 1.5em;
}
/************* Content Blocks Widget *************/
.widget_dollah-content-blocks-widget,
.widget_dollah-posts-blocks-widget {
  /* margin: @widgetMargin - 5 0; */
}
.content-blocks-widget {
  margin: 35px 0;
}
.content-block-row {
  margin: 0 0 3em;
  display: block;
  zoom: 1;
}
.content-block-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-block-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-block-row:last-child {
  margin: 0;
}
.content-block-column .more-link {
  margin: 0;
}
.content-block {
  padding-bottom: 10px;
}
.content-block-icon {
  width: 60px;
  height: 60px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s linear;
  -moz-transition: color 0.3s ease-in, background-color 0.3s linear;
  -o-transition: color 0.3s ease-in, background-color 0.3s linear;
  transition: color 0.3s ease-in, background-color 0.3s linear;
}
.content-block-icon a,
.content-block-icon a:hover {
  display: block;
}
.content-block-icon i {
  color: #d22254;
}
.content-block-icon.accent-typo i {
  color: inherit;
}
.content-block .content-block-icon {
  border-width: 1px 3px 3px 1px;
}
/*over qualify to override*/
.icon-style-none {
  line-height: 1em;
  width: auto;
  height: auto;
}
.icon-style-circle {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  border: solid 1px #d22254;
}
.icon-style-square {
  border: solid 1px #d22254;
}
.content-block-image {
  margin-bottom: 5px;
}
.content-block-content {
  padding-top: 15px;
}
.content-block-content.no-visual {
  padding-top: 0;
}
.content-block-content p {
  margin: 0 0 10px;
}
h4.content-block-title {
  margin: 0 0 8px;
  font-size: 1.28571429em;
}
h4.content-block-title a {
  color: inherit;
}
.content-block-subtitle {
  margin: -2px 0 15px;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}
.content-block-subtitle .entry-byline {
  padding: 0 8px;
  margin: 0;
  font-size: 1em;
}
/*** Content Block Styles ***/
.content-block-style1,
.content-block-style2,
.content-block-style3 {
  text-align: center;
}
/* Style1 */
/* Style2 */
.content-block-style2 .content-block.highlight-typo {
  padding: 20px 15px 8px;
  border: solid 1px #ddd;
  background: none;
}
.content-block-style2 .content-block.highlight-typo .content-block-text {
  font-size: 0.92857143em;
  line-height: 1.5em;
}
.content-block-style2 .content-block.highlight-typo .content-block-subtitle {
  margin-left: -15px;
  margin-right: -15px;
}
.content-block-style2 .content-block-image {
  margin: -20px -15px 0 -15px;
}
.content-block-style2 .more-link {
  margin-top: -1px;
}
/* Style3 */
.content-block-style3 .content-block {
  padding: 35px 0px 15px;
  position: relative;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
}
.content-block-style3.visual-image .content-block {
  border-top: none;
}
.content-block-style3 .content-block.highlight-typo {
  background: none;
  margin-top: 35px;
}
.content-block-style3 .content-block.no-highlight {
  padding-top: 25px;
}
.content-block-style3 .content-block-image {
  margin-top: -70px;
}
.content-block-style3 .content-block-icon {
  border: none;
  background: #fff;
  width: 70px;
  height: 70px;
  font-size: 26px;
  line-height: 70px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
}
.content-block-style3 .icon-style-square {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.content-block-style3 .icon-style-circle {
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.content-block-style3 .more-link {
  margin-top: -1px;
  position: relative;
}
/* Style4 */
.content-block-style4 .content-block-icon {
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  float: left;
  border-width: 1px 2px 2px 1px;
}
.content-block-style4 .content-block-visual {
  margin-top: 4px;
}
.content-block-style4 .content-block-icon.icon-style-none {
  font-size: 40px;
  color: #d22254;
}
.content-block-style4 .content-block-icon .fa {
  left: 0;
}
.content-block-style4 .content-block-image {
  width: 35%;
  float: left;
}
.content-block-style4 .content-block-content {
  padding-top: 0;
}
.content-block-style4.visual-icon .more-link,
.content-block-style4 .content-block-content-hasicon {
  margin-left: 65px;
}
.content-block-style4.visual-image .more-link,
.content-block-style4 .content-block-content-hasimage {
  margin-left: 40%;
}
.content-block-style4 .content-block-content.no-visual {
  margin-left: 0;
}
.content-block-style4 h4.content-block-title {
  margin: 0 0 5px;
}
.content-block-style4 .content-block-subtitle {
  margin: 0 0 10px;
}
/************* Social Icons Widget *************/
.sidebar .widget_dollah-social-icons-widget {
  margin-bottom: 20px;
}
.social-icons-icon {
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  color: inherit;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
}
.social-icons-icon:hover:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
}
.social-icons-icon:hover i {
  text-shadow: 2px 2px #000;
}
.social-icons-icon i {
  position: relative;
}
.content .social-icons-icon {
  margin-bottom: 10px;
}
.social-icons-small .social-icons-icon {
  width: 40px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
}
.social-icons-small .social-icons-icon:hover i {
  text-shadow: 1px 1px #000;
}
.social-icons-medium .social-icons-icon {
  width: 50px;
  height: 45px;
  font-size: 25px;
  line-height: 45px;
}
.social-icons-large .social-icons-icon {
  width: 70px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
}
.social-icons-huge .social-icons-icon {
  width: 85px;
  height: 75px;
  font-size: 50px;
  line-height: 75px;
}
#page-wrapper .social-icons-widget .social-icons-icon,
#page-wrapper .social-icons-widget .social-icons-icon:hover {
  color: #ffffff;
}
.social-icons-widget .fa-amazon-block {
  background: #161413;
}
.social-icons-widget .fa-android-block {
  background: #99cc00;
}
.social-icons-widget .fa-apple-block {
  background: #000000;
}
.social-icons-widget .fa-bandcamp-block {
  background: #659daa;
}
.social-icons-widget .fa-behance-block {
  background: #4176fa;
}
.social-icons-widget .fa-bitbucket-block {
  background: #183f73;
}
.social-icons-widget .fa-btc-block {
  background: #f7931a;
}
.social-icons-widget .fa-buysellads-block {
  background: #c30100;
}
.social-icons-widget .fa-codepen-block {
  background: #000000;
}
.social-icons-widget .fa-codiepie-block {
  background: #000000;
}
.social-icons-widget .fa-contao-block {
  background: #f47c00;
}
.social-icons-widget .fa-dashcube-block {
  background: #7f7f7f;
}
.social-icons-widget .fa-delicious-block {
  background: #0002f5;
}
.social-icons-widget .fa-deviantart-block {
  background: #5e7163;
}
.social-icons-widget .fa-digg-block {
  background: #1b5791;
}
.social-icons-widget .fa-dribbble-block {
  background: #c6356b;
}
.social-icons-widget .fa-dropbox-block {
  background: #0089d1;
}
.social-icons-widget .fa-eercast-block {
  background: #f1592a;
}
.social-icons-widget .fa-envelope-block {
  background: #e44321;
}
.social-icons-widget .fa-etsy-block {
  background: #f26223;
}
.social-icons-widget .fa-facebook-block {
  background: #3c5a98;
}
.social-icons-widget .fa-flickr-block {
  background: #0062dd;
}
.social-icons-widget .fa-forumbee-block {
  background: #86ac2f;
}
.social-icons-widget .fa-foursquare-block {
  background: #3ab6e8;
}
.social-icons-widget .fa-free-code-camp-block {
  background: #4a2b0f;
}
.social-icons-widget .fa-get-pocket-block {
  background: #ed4054;
}
.social-icons-widget .fa-github-block {
  background: #000000;
}
.social-icons-widget .fa-google-block {
  background: #ea4335;
}
.social-icons-widget .fa-google-plus-block {
  background: #e44321;
}
.social-icons-widget .fa-google-wallet-block {
  background: #1476c6;
}
.social-icons-widget .fa-imdb-block {
  background: #e6b91e;
}
.social-icons-widget .fa-instagram-block {
  background: #3f729b;
}
.social-icons-widget .fa-jsfiddle-block {
  background: #2b97f3;
}
.social-icons-widget .fa-lastfm-block {
  background: #d2013b;
}
.social-icons-widget .fa-leanpub-block {
  background: #231f20;
}
.social-icons-widget .fa-linkedin-block {
  background: #00659b;
}
.social-icons-widget .fa-meetup-block {
  background: #f20017;
}
.social-icons-widget .fa-mixcloud-block {
  background: #25292b;
}
.social-icons-widget .fa-paypal-block {
  background: #15477c;
}
.social-icons-widget .fa-pinterest-block {
  background: #cf1d25;
}
.social-icons-widget .fa-quora-block {
  background: #c51a00;
}
.social-icons-widget .fa-reddit-block {
  background: #ff4500;
}
.social-icons-widget .fa-rss-block {
  background: #ff6501;
}
.social-icons-widget .fa-scribd-block {
  background: #1a7bba;
}
.social-icons-widget .fa-slack-block {
  background: #352931;
}
.social-icons-widget .fa-slideshare-block {
  background: #0ca8aa;
}
.social-icons-widget .fa-snapchat-block {
  background: #fffc00;
}
.social-icons-widget .fa-soundcloud-block {
  background: #ff6600;
}
.social-icons-widget .fa-spotify-block {
  background: #79b800;
}
.social-icons-widget .fa-stack-exchange-block {
  background: #205297;
}
.social-icons-widget .fa-stack-overflow-block {
  background: #f47c23;
}
.social-icons-widget .fa-steam-block {
  background: #000000;
}
.social-icons-widget .fa-stumbleupon-block {
  background: #ee4723;
}
.social-icons-widget .fa-trello-block {
  background: #0089d9;
}
.social-icons-widget .fa-tripadvisor-block {
  background: #589442;
}
.social-icons-widget .fa-tumblr-block {
  background: #3e5976;
}
.social-icons-widget .fa-twitch-block {
  background: #6542a6;
}
.social-icons-widget .fa-twitter-block {
  background: #32ccfe;
}
.social-icons-widget .fa-viadeo-block {
  background: #f07355;
}
.social-icons-widget .fa-vimeo-square-block {
  background: #1bb6ec;
}
.social-icons-widget .fa-vk-block {
  background: #507299;
}
.social-icons-widget .fa-wikipedia-w-block {
  background: #000000;
}
.social-icons-widget .fa-windows-block {
  background: #0078d7;
}
.social-icons-widget .fa-wordpress-block {
  background: #3378b0;
}
.social-icons-widget .fa-xing-block {
  background: #cfdc00;
}
.social-icons-widget .fa-y-combinator-block {
  background: #f26522;
}
.social-icons-widget .fa-yelp-block {
  background: #c41200;
}
.social-icons-widget .fa-youtube-block {
  background: #d4231e;
}
.social-icons-invert .social-icons-icon {
  background: none;
  color: #888888 !important;
  margin-right: 0;
}
.social-icons-invert .social-icons-icon:hover {
  color: #ffffff !important;
}
.social-icons-invert .social-icons-icon:hover:before {
  display: none;
}
.social-icons-invert .fa-amazon-block:hover {
  background: #161413;
}
.social-icons-invert .fa-android-block:hover {
  background: #99cc00;
}
.social-icons-invert .fa-apple-block:hover {
  background: #000000;
}
.social-icons-invert .fa-bandcamp-block:hover {
  background: #659daa;
}
.social-icons-invert .fa-behance-block:hover {
  background: #4176fa;
}
.social-icons-invert .fa-bitbucket-block:hover {
  background: #183f73;
}
.social-icons-invert .fa-btc-block:hover {
  background: #f7931a;
}
.social-icons-invert .fa-buysellads-block:hover {
  background: #c30100;
}
.social-icons-invert .fa-codepen-block:hover {
  background: #000000;
}
.social-icons-invert .fa-codiepie-block:hover {
  background: #000000;
}
.social-icons-invert .fa-contao-block:hover {
  background: #f47c00;
}
.social-icons-invert .fa-dashcube-block:hover {
  background: #7f7f7f;
}
.social-icons-invert .fa-delicious-block:hover {
  background: #0002f5;
}
.social-icons-invert .fa-deviantart-block:hover {
  background: #5e7163;
}
.social-icons-invert .fa-digg-block:hover {
  background: #1b5791;
}
.social-icons-invert .fa-dribbble-block:hover {
  background: #c6356b;
}
.social-icons-invert .fa-dropbox-block:hover {
  background: #0089d1;
}
.social-icons-invert .fa-eercast-block:hover {
  background: #f1592a;
}
.social-icons-invert .fa-envelope-block:hover {
  background: #e44321;
}
.social-icons-invert .fa-etsy-block:hover {
  background: #f26223;
}
.social-icons-invert .fa-facebook-block:hover {
  background: #3c5a98;
}
.social-icons-invert .fa-flickr-block:hover {
  background: #0062dd;
}
.social-icons-invert .fa-forumbee-block:hover {
  background: #86ac2f;
}
.social-icons-invert .fa-foursquare-block:hover {
  background: #3ab6e8;
}
.social-icons-invert .fa-free-code-camp-block:hover {
  background: #4a2b0f;
}
.social-icons-invert .fa-get-pocket-block:hover {
  background: #ed4054;
}
.social-icons-invert .fa-github-block:hover {
  background: #000000;
}
.social-icons-invert .fa-google-block:hover {
  background: #ea4335;
}
.social-icons-invert .fa-google-plus-block:hover {
  background: #e44321;
}
.social-icons-invert .fa-google-wallet-block:hover {
  background: #1476c6;
}
.social-icons-invert .fa-imdb-block:hover {
  background: #e6b91e;
}
.social-icons-invert .fa-instagram-block:hover {
  background: #3f729b;
}
.social-icons-invert .fa-jsfiddle-block:hover {
  background: #2b97f3;
}
.social-icons-invert .fa-lastfm-block:hover {
  background: #d2013b;
}
.social-icons-invert .fa-leanpub-block:hover {
  background: #231f20;
}
.social-icons-invert .fa-linkedin-block:hover {
  background: #00659b;
}
.social-icons-invert .fa-meetup-block:hover {
  background: #f20017;
}
.social-icons-invert .fa-mixcloud-block:hover {
  background: #25292b;
}
.social-icons-invert .fa-paypal-block:hover {
  background: #15477c;
}
.social-icons-invert .fa-pinterest-block:hover {
  background: #cf1d25;
}
.social-icons-invert .fa-quora-block:hover {
  background: #c51a00;
}
.social-icons-invert .fa-reddit-block:hover {
  background: #ff4500;
}
.social-icons-invert .fa-rss-block:hover {
  background: #ff6501;
}
.social-icons-invert .fa-scribd-block:hover {
  background: #1a7bba;
}
.social-icons-invert .fa-slack-block:hover {
  background: #352931;
}
.social-icons-invert .fa-slideshare-block:hover {
  background: #0ca8aa;
}
.social-icons-invert .fa-snapchat-block:hover {
  background: #fffc00;
}
.social-icons-invert .fa-soundcloud-block:hover {
  background: #ff6600;
}
.social-icons-invert .fa-spotify-block:hover {
  background: #79b800;
}
.social-icons-invert .fa-stack-exchange-block:hover {
  background: #205297;
}
.social-icons-invert .fa-stack-overflow-block:hover {
  background: #f47c23;
}
.social-icons-invert .fa-steam-block:hover {
  background: #000000;
}
.social-icons-invert .fa-stumbleupon-block:hover {
  background: #ee4723;
}
.social-icons-invert .fa-trello-block:hover {
  background: #0089d9;
}
.social-icons-invert .fa-tripadvisor-block:hover {
  background: #589442;
}
.social-icons-invert .fa-tumblr-block:hover {
  background: #3e5976;
}
.social-icons-invert .fa-twitch-block:hover {
  background: #6542a6;
}
.social-icons-invert .fa-twitter-block:hover {
  background: #32ccfe;
}
.social-icons-invert .fa-viadeo-block:hover {
  background: #f07355;
}
.social-icons-invert .fa-vimeo-square-block:hover {
  background: #1bb6ec;
}
.social-icons-invert .fa-vk-block:hover {
  background: #507299;
}
.social-icons-invert .fa-wikipedia-w-block:hover {
  background: #000000;
}
.social-icons-invert .fa-windows-block:hover {
  background: #0078d7;
}
.social-icons-invert .fa-wordpress-block:hover {
  background: #3378b0;
}
.social-icons-invert .fa-xing-block:hover {
  background: #cfdc00;
}
.social-icons-invert .fa-y-combinator-block:hover {
  background: #f26522;
}
.social-icons-invert .fa-yelp-block:hover {
  background: #c41200;
}
.social-icons-invert .fa-youtube-block:hover {
  background: #d4231e;
}
.fa-skype-block {
  position: relative;
}
.fa-skype-block i {
  visibility: hidden;
}
.dollah-skype-call-button,
.dollah-skype-call-button p,
.dollah-skype-call-button p a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dollah-skype-call-button p {
  margin: 0 !important;
}
.dollah-skype-call-button img {
  margin: 0 !important;
  vertical-align: -2px !important;
}
.header-part .social-icons-icon {
  border: none;
}
/** Social Icon Style **/
/************* Blog Widget / Blogposts Template *************/
.dollah-blogposts-title {
  margin: 1.14285714em auto 0;
  padding-bottom: 0.57142857em;
  width: 75%;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.dollah-blogposts .content,
.dollah-blogposts .sidebar {
  margin: 3em 0 1em;
}
.dollah-blogposts .no-sidebar {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.dollah-blogposts .no-sidebar .entry.post:last-child .entry-grid-content {
  padding-bottom: 0;
}
/************* Announce Widget *************/
.widget_dollah-announce-widget {
  margin: 30px 0;
}
.announce-widget {
  padding: 5px;
}
.announce-userstyle {
  padding: 9px 17px 8px;
}
.announce-box.table {
  table-layout: auto;
  width: auto;
}
.announce-box-icon {
  width: 1em;
  font-size: 1.6666em;
  padding-right: 8px;
}
/************* Post Grid Widget *************/
.widget_dollah-post-grid-widget {
  margin: 30px 0;
}
.post-grid-widget {
  margin-right: -4px;
  position: relative;
}
.post-gridunit {
  position: relative;
  padding: 0 4px 4px 0;
}
.post-gridunit-image {
  background-position: center center;
  background-color: rgba(100, 100, 100, 0.05);
  background-repeat: no-repeat;
  background-image: url(images/loading.gif);
  position: relative;
  height: 215px;
}
.post-gridunit-image.imgloaded {
  background-size: cover;
}
.post-gridunit-image img {
  width: 100%;
  display: none;
}
.post-gridunit-size1 .post-gridunit-title {
  font-size: 1em;
}
.post-gridunit-size2 .post-gridunit-image {
  padding-bottom: 4px;
  height: 430px;
}
.hcolumn-1-5 .post-gridunit-image {
  height: 185px;
}
.hcolumn-2-5 .post-gridunit-image {
  height: 370px;
}
.post-gridunit-bg {
  position: absolute;
  left: 0;
  right: 4px;
  bottom: 4px;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#38000000', GradientType=0);
}
.post-gridunit-cat {
  right: 4px;
}
.post-gridunit-content {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #ffffff;
}
.post-gridunit-title {
  text-transform: uppercase;
  margin: 0;
  color: inherit;
}
.post-gridunit-title a {
  color: inherit;
}
.post-gridunit-subtitle .entry-byline {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
  text-transform: none;
}
/************* Posts List Widget *************/
.widget_dollah-posts-list-widget {
  /* margin: @widgetMargin - 5 0; */
}
.posts-listunit {
  margin-bottom: 1.85714286em;
  position: relative;
}
.posts-listunit-small .posts-listunit-image {
  float: left;
}
.posts-listunit-small .posts-listunit-title {
  font-size: inherit;
}
.posts-listunit-small .posts-listunit-content p {
  margin-top: 5px;
}
.posts-listunit-large .posts-listunit-content {
  margin-top: 20px;
}
.posts-listunit-image {
  position: relative;
  width: 460px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(images/loading.gif);
}
.posts-listunit-image.imgloaded {
  background-size: cover;
}
.posts-listunit-image:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.posts-listunit-image .entry-featured-img-wrap {
  height: 100%;
}
.posts-listunit-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.posts-listunit-image img {
  display: none;
}
.posts-listunit-content p {
  margin: 0.57142857em 0 0;
}
.posts-list-style1 .posts-listunit-small .posts-listunit-image {
  width: 90px;
}
.posts-list-style1 .posts-listunit-small .posts-listunit-image:before {
  padding-top: 70%;
}
.posts-list-style1 .posts-listunit-small .posts-listunit-content {
  margin-left: 110px;
}
.posts-list-style2 .posts-listunit-small .posts-listunit-image {
  width: 150px;
}
.posts-list-style2 .posts-listunit-small .posts-listunit-image:before {
  padding-top: 80%;
}
.posts-list-style2 .posts-listunit-small .posts-listunit-content {
  margin-left: 175px;
}
.posts-listunit.visual-none .posts-listunit-content {
  margin: 0;
}
.posts-listunit-title {
  font-size: 1.28571429em;
  margin: 0;
  font-weight: bold;
  font-weight: 500;
}
.posts-listunit-title a {
  color: inherit;
}
.posts-listunit-subtitle .entry-byline {
  background: none;
  padding: 0;
  /*margin: 2px 0 0;*/
  font-size: 1em;
}
.posts-listunit-excerpt .more-link {
  text-align: left;
  border: none;
  margin-top: 10px;
}
.posts-listunit-excerpt .more-link a {
  background: none;
  padding: 0;
  color: inherit;
}
/*** Responsive Sidebar and Widgets ***/
@media only screen and (max-width: 969px) {
  #sidebar-secondary {
    margin-top: 0;
  }
  .content-block-row {
    margin: 0;
  }
  .content-block-column {
    margin-top: 20px;
    padding-top: 20px;
  }
  .content-block-style1 {
    border-top: solid 1px #ddd;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .content-block-style2 .content-block-image {
    margin: 0;
  }
  .content-block-style3 {
    margin-top: 23px;
  }
  .content-block-style4 {
    border-top: solid 1px #ddd;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .content-block-row:first-child .content-block-column:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .content-block-row:first-child .content-block-style1:first-child,
  .content-block-row:first-child .content-block-style4:first-child {
    border: none;
  }
  .announce-box-icon,
  .announce-box-content {
    display: table-cell;
  }
  .post-gridunit-size2 .post-gridunit-image {
    height: 185px;
  }
  .dollah-blogposts .sidebar {
    margin-top: 50px;
  }
}
/**
 * Footer
 * ========================================================
 */
/************* Sub Footer *************/
.sub-footer {
  background: #f7f7f7;
  border-top: solid 1px #ddd;
  line-height: 1.57142857em;
  text-align: center;
}
.sub-footer .widget {
  margin: 40px 0;
}
/************* Footer *************/
.footer {
  border-top: solid 4px #ddd;
  border-color: rgba(0, 0, 0, 0.13);
  padding: 25px 0 20px;
  line-height: 1.57142857em;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p {
  margin: 1em 0;
}
.footer .footer-column {
  min-height: 1em;
}
.footer .hgrid-span-12.footer-column {
  text-align: center;
}
.footer .widget {
  margin: 25px 0;
}
.sub-footer .widget-title,
.footer .widget-title {
  color: #666;
  font-size: 14px;
  font-family: inherit;
  text-transform: uppercase;
}
/************* Post Footer *************/
.post-footer {
  border-top: solid 1px #ddd;
  border-color: rgba(0, 0, 0, 0.33);
  text-align: center;
  padding: 0.57142857em 0;
}
.post-footer a {
  color: inherit;
}
/**
 * Theme and WordPress Plugins
 * ========================================================
 */
/************* Light Slider *************/
.lSSlideOuter {
  position: relative;
}
.lightSlider {
  height: 0;
  overflow: hidden;
  /* To prevent F.O.U.C. */
}
.lightSlider .style-light {
  color: #ffffff;
  padding: 0;
}
.lightSlider .style-light h1,
.lightSlider .style-light h2,
.lightSlider .style-light h3,
.lightSlider .style-light h4,
.lightSlider .style-light h5,
.lightSlider .style-light h6,
.lightSlider .style-light a {
  color: inherit;
}
.lightSlider .style-dark {
  color: #777777;
  padding: 0;
}
.lightSlider .style-dark h1,
.lightSlider .style-dark h2,
.lightSlider .style-dark h3,
.lightSlider .style-dark h4,
.lightSlider .style-dark h5,
.lightSlider .style-dark h6 {
  color: #444444;
}
.lightSlider .style-light-on-dark {
  color: #ffffff;
  background: #333333;
  background: rgba(0, 0, 0, 0.45);
}
.lightSlider .style-light-on-dark h1,
.lightSlider .style-light-on-dark h2,
.lightSlider .style-light-on-dark h3,
.lightSlider .style-light-on-dark h4,
.lightSlider .style-light-on-dark h5,
.lightSlider .style-light-on-dark h6,
.lightSlider .style-light-on-dark a {
  color: inherit;
}
.lightSlider .style-dark-on-light {
  color: #777777;
  background: #eeeeee;
  background: rgba(255, 255, 255, 0.7);
}
.lightSlider .style-dark-on-light h1,
.lightSlider .style-dark-on-light h2,
.lightSlider .style-dark-on-light h3,
.lightSlider .style-dark-on-light h4,
.lightSlider .style-dark-on-light h5,
.lightSlider .style-dark-on-light h6 {
  color: #444444;
}
ul.lightSlider,
#page-wrapper ul.lightSlider {
  margin: 0;
  list-style: none;
}
.lSAction > a {
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 998;
  top: 0;
  bottom: 0;
  height: auto;
  margin: 0;
  display: none;
}
.lSSlideWrapper:hover .lSAction > a {
  display: block;
}
.lSAction > a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  top: 45%;
  color: #444;
  font-size: 40px;
}
.lSAction > .lSPrev {
  left: 0;
}
.lSAction > .lSPrev:after {
  content: "\f104";
  left: 6px;
}
.lSAction > .lSNext {
  right: 0;
}
.lSAction > .lSNext:after {
  content: "\f105";
  right: 6px;
}
.lSAction > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#page-wrapper .lSSlideOuter ul.lSPager {
  margin: 0;
  margin-top: 0 !important;
  list-style: none outside none;
}
#page-wrapper .lSSlideOuter .lSPager.lSpg > li {
  padding: 2px 5px;
  display: inline-block;
}
#page-wrapper .lSSlideOuter .lSPager.lSpg > li a {
  width: 25px;
  height: 10px;
  border-radius: 0;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #d22254;
}
/*** Responsive Light Slider ***/
@media only screen and (max-width: 969px) {
  .lightSlider .style-light {
    background: #333333;
    background: rgba(0, 0, 0, 0.45);
  }
  .lightSlider .style-dark {
    background: #eeeeee;
    background: rgba(255, 255, 255, 0.7);
  }
  #page-wrapper .lSSlideOuter .lSPager.lSpg > li {
    padding: 10px 10px 0 10px;
  }
  #page-wrapper .lSSlideOuter .lSPager.lSpg > li a {
    width: 30px;
    height: 15px;
    border-radius: 0;
  }
}
/************* Light Gallery *************/
.customHtml > h4,
.customHtml p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4285em;
  margin: 3px 0;
}
.customHtml > h4 {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/************* Parallax *************/
#page-wrapper .parallax-mirror {
  z-index: inherit !important;
}
/************* Contact Form 7 *************/
.dollah-cf7-style .wpcf7-form p.required:before {
  margin-right: 8px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  content: "\f069";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dollah-cf7-style .wpcf7-form p {
  text-transform: uppercase;
  width: 28%;
  margin-right: 5%;
  float: left;
}
.dollah-cf7-style .wpcf7-form p.full {
  width: 94%;
  float: none;
  clear: both;
}
.dollah-cf7-style .wpcf7-form p .wpcf7-list-item-label,
.dollah-cf7-style .wpcf7-form p .wpcf7-quiz-label {
  text-transform: none;
  font-weight: normal;
}
.dollah-cf7-style .wpcf7-form p input,
.dollah-cf7-style .wpcf7-form p textarea,
.dollah-cf7-style .wpcf7-form p select {
  width: 100%;
}
.dollah-cf7-style .wpcf7-form p input[type="checkbox"],
.dollah-cf7-style .wpcf7-form p input[type="radio"] {
  width: auto;
}
.dollah-cf7-style .wpcf7-form p:nth-of-type(3n+1) {
  clear: both;
}
.dollah-cf7-style .wpcf7-form .submit {
  display: block;
  zoom: 1;
  clear: both;
  float: none;
  width: 100%;
}
.dollah-cf7-style .wpcf7-form .submit:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dollah-cf7-style .wpcf7-form .submit:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dollah-cf7-style .wpcf7-form .submit input {
  width: auto;
}
.dollah-cf7-style .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  zoom: 1;
}
.dollah-cf7-style .wpcf7-form .wpcf7-form-control-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dollah-cf7-style .wpcf7-form .wpcf7-form-control-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dollah-cf7-style div.wpcf7-validation-errors,
.dollah-cf7-style div.wpcf7-mail-sent-ng,
.dollah-cf7-style div.wpcf7-mail-sent-ok {
  margin: -0.57142857em 0 1.14285714em;
  border: 0;
}
.dollah-cf7-style div.wpcf7-validation-errors {
  background: #fae9bf;
  color: #807000;
}
.dollah-cf7-style div.wpcf7-mail-sent-ng {
  background: #faece8;
  color: #af2c20;
}
.dollah-cf7-style div.wpcf7-mail-sent-ok {
  background: #eefae8;
  color: #769754;
}
/*** Responsive Contact Form 7 ***/
@media only screen and (max-width: 969px) {
  .dollah-cf7-style .wpcf7-form p,
  .dollah-cf7-style .wpcf7-form p.full {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/************* MapPress Google Maps *************/
.dollah-mapp-style {
  /* Use default styles in mappress.css for rest */
}
.dollah-mapp-style .mapp-layout {
  border: none;
  max-width: 100%;
  margin: 0;
}
.dollah-mapp-style .mapp-map-links {
  border: none;
}
.dollah-mapp-style .mapp-links a:first-child:after {
  content: " /";
}
/************* Woocommerce *************/
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce.archive ul.products,
.woocommerce-page.archive ul.products {
  margin: 1.14285714em 0 0 0;
}
.woocommerce.archive ul.products li.product,
.woocommerce-page.archive ul.products li.product {
  margin: 0 3.8% 2.992em 0;
  padding-top: 0;
}
.woocommerce.archive ul.products li.last,
.woocommerce-page.archive ul.products li.last {
  margin-right: 0;
}
/* Remove title from product page since we already have it in theme title area (loop-meta) */
.woocommerce.singular .product .product_title {
  display: none;
}
/* Singular Product */
.upsells.products,
.related.products {
  clear: both;
}
/* Pages - Account, Cart, Checkout */
.woocommerce-account .entry-content,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
  border-bottom: none;
}
.woocommerce-account #comments-template,
.woocommerce-cart #comments-template,
.woocommerce-checkout #comments-template {
  display: none;
}
.woocommerce-account .sharedaddy,
.woocommerce-cart .sharedaddy,
.woocommerce-checkout .sharedaddy {
  display: none;
}
/* Misc */
.flex-viewport figure {
  max-width: none;
}
/*** Responsive Woocommerce ***/
/* Use 768px instead of @breakPoint to stay compatible with default woocommerce stylesheet */
@media only screen and (max-width: 768px) {
  .woocommerce.archive.plural ul.products li.product,
  .woocommerce-page.archive.plural ul.products li.product {
    width: 48%;
    margin: 0 0 2.992em;
  }
}
/************* Jetpack *************/
/*** Infinite Scoll ***/
.infinite-scroll .dollah-jetpack-style .pagination.loop-pagination,
.infinite-scroll .dollah-jetpack-style .pagination.navigation {
  display: none;
}
.dollah-jetpack-style #infinite-handle {
  clear: both;
}
.dollah-jetpack-style #infinite-handle span {
  padding: 6px 23px 8px;
  font-size: 0.8em;
  line-height: 1.8em;
  border: solid 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.33);
}
.dollah-jetpack-style #infinite-handle span button {
  text-transform: uppercase;
}
/* Disable for woocommerce shop/archive */
.infinite-scroll.woocommerce #infinite-handle {
  display: none !important;
}
/*** Share ***/
.dollah-jetpack-style .entry-content .sharedaddy {
  border-top: solid 1px #ddd;
}
.dollah-jetpack-style .entry-content .sharedaddy > div {
  margin-top: 1.85714286em;
}
.dollah-jetpack-style div.product .sharedaddy > div {
  margin-top: 1.85714286em;
}
.dollah-jetpack-style .frontpage-area .entry-content .sharedaddy {
  display: none;
}
.dollah-jetpack-style .sharedaddy .sd-title {
  font-family: inherit;
  text-transform: uppercase;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-bottom: 0;
}
.dollah-jetpack-style .sharedaddy .sd-title:before {
  display: none;
}
.dollah-jetpack-style .sd-content ul li {
  display: inline-block;
}
.dollah-jetpack-style .sd-content ul li iframe {
  margin: 0;
}
/* Disable for content block widget */
.content-block-text .sharedaddy {
  display: none;
}
/*** Contact Form ***/
.dollah-jetpack-style .contact-form.commentsblock > div {
  width: 28%;
  margin: 1em 5% 1em 0;
  float: left;
}
.dollah-jetpack-style .contact-form.commentsblock > div:nth-of-type(3n+1) {
  clear: both;
}
.dollah-jetpack-style .contact-form.commentsblock > div.full {
  width: 94%;
  float: none;
  clear: both;
}
.dollah-jetpack-style .contact-form.commentsblock > .full > div {
  width: 100%;
  margin-right: 0;
}
.dollah-jetpack-style .contact-form.commentsblock label {
  font-weight: normal;
}
.dollah-jetpack-style .contact-form.commentsblock .grunion-field-label {
  text-transform: uppercase;
}
.dollah-jetpack-style .contact-form.commentsblock .grunion-field-label span {
  color: #af2c20;
}
.dollah-jetpack-style .contact-form.commentsblock input[type="text"],
.dollah-jetpack-style .contact-form.commentsblock input[type="email"],
.dollah-jetpack-style .contact-form.commentsblock textarea,
.dollah-jetpack-style .contact-form.commentsblock select {
  width: 100%;
}
.dollah-jetpack-style .contact-form.commentsblock input[type="checkbox"],
.dollah-jetpack-style .contact-form.commentsblock input[type="radio"] {
  width: auto;
}
.dollah-jetpack-style .contact-form.commentsblock .grunion-checkbox-multiple-label {
  display: inline-block;
}
.dollah-jetpack-style .contact-form.commentsblock .grunion-checkbox-multiple-label + .clear-form {
  display: inline-block;
}
.dollah-jetpack-style .contact-form.commentsblock .grunion-radio-label {
  display: inline-block;
}
.dollah-jetpack-style .contact-form.commentsblock .grunion-radio-label + .clear-form {
  display: inline-block;
}
.dollah-jetpack-style .contact-form.commentsblock p.contact-submit {
  display: block;
  zoom: 1;
  clear: both;
  float: none;
  width: 100%;
}
.dollah-jetpack-style .contact-form.commentsblock p.contact-submit:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dollah-jetpack-style .contact-form.commentsblock p.contact-submit:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dollah-jetpack-style .contact-form.commentsblock p.contact-submit input {
  width: auto;
}
/*** Responsive Jetpack ***/
@media only screen and (max-width: 969px) {
  .dollah-jetpack-style .contact-form.commentsblock > div,
  .dollah-jetpack-style .contact-form.commentsblock > div:last-of-type {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/************* Page Builder *************/
.so-panel.widget {
  margin-top: 0;
}
.so-panel .content-blocks-widget,
.so-panel .vcards-widget,
.so-panel .number-blocks-widget {
  margin: 0;
}
.so-panel .topborder-shadow .content-blocks-widget,
.so-panel .topborder-line .content-blocks-widget,
.so-panel .topborder-shadow .vcards-widget,
.so-panel .topborder-line .vcards-widget,
.so-panel .topborder-shadow .number-blocks-widget,
.so-panel .topborder-line .number-blocks-widget {
  margin-top: 3em;
}
.so-panel .bottomborder-shadow .content-blocks-widget,
.so-panel .bottomborder-line .content-blocks-widget,
.so-panel .bottomborder-shadow .vcards-widget,
.so-panel .bottomborder-line .vcards-widget,
.so-panel .bottomborder-shadow .number-blocks-widget,
.so-panel .bottomborder-line .number-blocks-widget {
  margin-bottom: 3em;
}
/************* Elementor *************/
.elementor p,
.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6,
.elementor h.title {
  margin-top: 0;
}
/**
 * Premium Theme CSS
 * ========================================================
 */
/************* Megamenu *************/
.site-header .hybridextend-megamenu-icon {
  font-size: 0.98214286em;
  margin-right: 2px;
  line-height: 10px;
  /* prevents icon lineheight to surpass menu item lineheight */
}
.site-header .sub-menu .hybridextend-megamenu-icon {
  color: inherit;
}
/*** Responsive Megamenu ***/
@media only screen and (max-width: 969px) {
  .site-header li .hybridextend-megamenu-icon {
    color: inherit;
  }
}
/************* Sticky Header *************/
@media only screen and (min-width: 970px) {
  .site-stretch .sticky-wrapper #header {
    width: 100%;
  }
  #header.stuck {
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  #header.stuck #site-logo {
    margin: 5px 0;
  }
  #header.stuck #site-logo.with-background {
    padding: 5px;
  }
  #header.stuck #site-logo-text {
    margin: 0;
  }
  #header.stuck #site-logo #site-title {
    font-size: 35px;
  }
  #header.stuck .site-logo-with-icon #site-title {
    margin-left: 32px;
  }
  #header.stuck .site-logo-with-icon #site-title i {
    font-size: 32px;
  }
  #header.stuck #site-description {
    display: none;
    font-size: 13px;
  }
  #header.stuck .site-logo-with-image .site-logo-mixed-image {
    padding-right: 5px;
  }
  #header.stuck #site-logo-text,
  #header.stuck #site-logo-custom,
  #header.stuck #site-title,
  #header.stuck #site-description,
  #header.stuck #site-title a,
  #header.stuck #site-title i {
    -webkit-transition: margin 0.2s linear, font-size 0.2s linear, line-height 0.2s linear, padding 0.2s linear;
    -moz-transition: margin 0.2s linear, font-size 0.2s linear, line-height 0.2s linear, padding 0.2s linear;
    -o-transition: margin 0.2s linear, font-size 0.2s linear, line-height 0.2s linear, padding 0.2s linear;
    transition: margin 0.2s linear, font-size 0.2s linear, line-height 0.2s linear, padding 0.2s linear;
  }
  #header.stuck .branding img {
    max-height: 75px;
    width: auto;
    -webkit-transition: max-height 0.2s linear;
    -moz-transition: max-height 0.2s linear;
    -o-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
  }
  #header.stuck .menu-items {
    line-height: 1.666em;
  }
  #header.stuck.tablemenu #menu-primary-items > li {
    display: inline-block;
    float: left;
  }
  #header.stuck .menu-items > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header.stuck .menu-description {
    display: none;
  }
  #header.stuck .sub-menu .menu-description {
    display: block;
  }
}
@media (max-width: 969px) {
  .sticky-wrapper {
    height: auto !important;
  }
}
/************* Goto Top Button *************/
.fixed-goto-top {
  position: fixed;
  z-index: 2;
  bottom: 55px;
  right: 65px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #aaa;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.fixed-goto-top:hover {
  background: #aaa;
  color: #fff;
}
.waypoints-goto-top {
  display: none;
}
/*** Responsive Goto Top Button ***/
@media only screen and (max-width: 969px) {
  .fixed-goto-top {
    display: none !important;
  }
}
/************* Shortcodes *************/
/*** Color Schemes ***/
.style-white,
.shortcode-button.style-white {
  background: #f2f2f2;
  color: #888888;
}
.shortcode-button.style-white:hover {
  background: #e1e1e1;
  color: #888888;
}
.style-black,
.shortcode-button.style-black {
  background: #444444;
  color: #ffffff;
}
.shortcode-button.style-black:hover {
  background: #222222;
  color: #ffffff;
}
.style-brown,
.shortcode-button.style-brown {
  background: #986736;
  color: #ffffff;
}
.shortcode-button.style-brown:hover {
  background: #764514;
  color: #ffffff;
}
.style-blue,
.shortcode-button.style-blue {
  background: #3b86b0;
  color: #ffffff;
}
.shortcode-button.style-blue:hover {
  background: #19648e;
  color: #ffffff;
}
.style-cyan,
.shortcode-button.style-cyan {
  background: #40b7c2;
  color: #ffffff;
}
.shortcode-button.style-cyan:hover {
  background: #1e95a0;
  color: #ffffff;
}
.style-green,
.shortcode-button.style-green {
  background: #3bb064;
  color: #ffffff;
}
.shortcode-button.style-green:hover {
  background: #198e42;
  color: #ffffff;
}
.style-yellow,
.shortcode-button.style-yellow {
  background: #dbd932;
  color: #6d6a17;
}
.shortcode-button.style-yellow:hover {
  background: #b9b710;
  color: #6d6a17;
}
.style-amber,
.shortcode-button.style-amber {
  background: #e4910e;
  color: #ffffff;
}
.shortcode-button.style-amber:hover {
  background: #c26f00;
  color: #ffffff;
}
.style-orange,
.shortcode-button.style-orange {
  background: #ec750c;
  color: #ffffff;
}
.shortcode-button.style-orange:hover {
  background: #ca5300;
  color: #ffffff;
}
.style-red,
.shortcode-button.style-red {
  background: #c73535;
  color: #ffffff;
}
.shortcode-button.style-red:hover {
  background: #a51313;
  color: #ffffff;
}
.style-pink,
.shortcode-button.style-pink {
  background: #eb4992;
  color: #ffffff;
}
.shortcode-button.style-pink:hover {
  background: #c92770;
  color: #ffffff;
}
.style-accent,
.shortcode-button.style-accent,
.style-accentlight {
  background: #d22254;
  color: #ffffff;
}
.shortcode-button.style-accent:hover {
  background: #c11143;
  color: #ffffff;
}
.style-highlight,
.style-highlightlight {
  background: #f7f7f7;
}
.style-whitelight {
  background: #f2f2f2;
  color: #888888;
}
.style-blacklight {
  background: #444444;
  color: #ffffff;
}
.style-brownlight {
  background: #f5e7d8;
  color: #986736;
}
.style-bluelight {
  background: #e8f0fa;
  color: #4671a3;
}
.style-cyanlight {
  background: #e8f8fa;
  color: #469ba3;
}
.style-greenlight {
  background: #eefae8;
  color: #728754;
}
.style-yellowlight {
  background: #fcfbd9;
  color: #a69021;
}
.style-amberlight {
  background: #faeed4;
  color: #b28929;
}
.style-orangelight {
  background: #ffe0bc;
  color: #c8640d;
}
.style-redlight {
  background: #faece8;
  color: #af2c20;
}
.style-pinklight {
  background: #fae8f4;
  color: #c2519b;
}
/*** Icon Lists ***/
.main .fa-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-li {
  line-height: 1.57142857em;
  top: 0;
}
/*** Box ***/
.shortcode-box {
  padding: 0 15px;
}
.shortcode-box-icon {
  padding-right: 15px;
  font-size: 1.5em;
  width: 1.5em;
  text-align: center;
}
.shortcode-box-content {
  padding: 0.57142857em 0;
}
/*** Dropcap ***/
.shortcode-dropcap {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  font-size: 3.2em;
  line-height: 1em;
}
/*** Highlight ***/
.shortcode-highlight {
  padding: 2px 5px;
}
/*** Toggle ***/
.shortcode-toggle {
  margin: 1.14285714em 0;
}
.shortcode-toggle-head {
  background: #f7f7f7;
  border: solid 1px #ddd;
  cursor: pointer;
  padding: 6px 15px 6px 30px;
  position: relative;
  -webkit-transition: color 0.1s linear, background 0.2s linear;
  -moz-transition: color 0.1s linear, background 0.2s linear;
  -o-transition: color 0.1s linear, background 0.2s linear;
  transition: color 0.1s linear, background 0.2s linear;
}
.shortcode-toggle-head i {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 0.6em;
  line-height: 1em;
  margin-top: -0.3em;
}
.shortcode-toggle-box {
  border: solid 1px #ddd;
  border-top: none;
  margin: 0;
  padding: 13px 15px;
}
.shortcode-toggle-box p:first-child {
  margin-top: 0;
}
.shortcode-toggle-box p:last-child {
  margin-bottom: 0;
}
/*** Tabset ***/
.shortcode-tabset {
  margin: 1.14285714em 0;
}
#page-wrapper ul.shortcode-tabset-nav {
  list-style: none;
  overflow: hidden;
  margin: 0;
  position: relative;
  bottom: -1px;
}
#page-wrapper ul.shortcode-tabset-nav li {
  float: left;
  margin: 0 5px 0 0;
  border: solid 1px #ddd;
  background: #f7f7f7;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer;
}
#page-wrapper ul.shortcode-tabset-nav li.current {
  background: none;
  border-bottom-color: #fff;
}
.shortcode-tabset-box {
  padding: 13px 15px;
  border: solid 1px #ddd;
}
.shortcode-tabset-box > div {
  display: none;
}
.shortcode-tabset-box > div.current {
  display: block;
}
.shortcode-tabset-box p:first-child {
  margin-top: 0;
}
.shortcode-tabset-box p:last-child {
  margin-bottom: 0;
}
/*** Divider ***/
.shortcode-divider {
  margin: 1.14285714em 0;
  height: 1px;
  display: block;
  zoom: 1;
  position: relative;
}
.shortcode-divider:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.shortcode-divider:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.shortcode-divider a {
  position: absolute;
  right: 0;
  top: -0.8em;
  padding: 0px 5px;
  font-size: 0.7em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.shortcode-divider a:hover {
  background: inherit;
  color: inherit;
}
/*** Column ***/
.shortcode-column {
  margin: 1.14285714em 0;
}
/*** Content Block ***/
.shortcode-content-block .content-blocks-widget,
.shortcode-content-block .content-blocks-widget .clearfix {
  margin: 1.85714286em 0;
}
/*** Responsive Shortcodes ***/
@media only screen and (max-width: 969px) {
  .shortcode-box {
    display: table;
  }
  .shortcode-box-icon,
  .shortcode-box-content {
    display: table-cell;
  }
  [class*="hcolumn-"].shortcode-column {
    padding-left: 0;
    padding-right: 0;
  }
}
/************* Post List *************/
/*.post-list-widget { padding-top: 5px; }
.post-list-post { margin-bottom: @verticalMargin; }
.post-list-post:last-child { margin-bottom: 0; }
.post-list-thumb {
	width: 60px;
	float: left;
}
.post-list-content {
	margin-left: 75px;
	line-height: 1.333333em;
	h4 {
		font-size: 1em;
		margin: 0;
		font-family: inherit;
		//a { color: inherit; }
	}
	.post-list-meta { 
		font-size: 0.8em;
		margin-top: 7px;
		&, a { color: inherit; }
	}
}
.no-thumb .post-list-content { margin-left: 0; }*/
/************* Blog Widget / Blogposts Template *************/
.blog-widget-post-content {
  margin-top: 1.14285714em;
}
/************* Contact Info *************/
.contact-info-block {
  margin-bottom: 0.57142857em;
  display: block;
  zoom: 1;
  line-height: 1.6em;
}
.contact-info-block:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.contact-info-block:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.contact-info-block:last-child {
  margin-bottom: 0;
}
.contact-info-icon {
  width: 25px;
  float: left;
}
.contact-info-icon i {
  font-size: 15px;
}
.contact-info-text {
  margin-left: 28px;
  text-align: left;
  line-height: 1.6em;
}
/************* vcards Widget *************/
.widget_dollah-vcards-widget {
  /* margin: @widgetMargin - 5 0; */
}
.vcards-widget {
  margin: 35px 0;
}
.vcard-row {
  margin: 0 0 3em;
  display: block;
  zoom: 1;
}
.vcard-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vcard-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vcard-row:last-child {
  margin: 0;
}
.vcard-column {
  text-align: center;
}
.vcard {
  border: solid 1px #ddd;
}
.vcard-content {
  padding: 15px 10px 0;
}
.vcard-content h4,
.vcard-content h1,
.vcard-content h2,
.vcard-content h3,
.vcard-content h5,
.vcard-content h6 {
  margin: 0 0 0px;
  font-size: 1.14285714em;
}
.vcard-content h4 a,
.vcard-content h1 a,
.vcard-content h2 a,
.vcard-content h3 a,
.vcard-content h5 a,
.vcard-content h6 a {
  color: inherit;
}
.vcard-content cite {
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  padding: 1px 10px;
  margin: 0 -10px 10px;
  display: block;
  float: left;
  width: 100%;
  color: #666;
}
.vcard-content p {
  margin: 0 0 5px;
  font-style: italic;
}
.vcard-content p:last-child {
  margin-bottom: 10px;
}
.vcard-content > p:last-child > a:last-child {
  font-size: 0.78571429em;
  line-height: 1.454545em;
  display: block;
  padding: 0 5px;
  margin: 12px -10px -10px;
  background: #d22254;
  color: #ffffff;
}
.vcard-links {
  border-top: solid 1px #ddd;
}
.vcard-link {
  display: inline-block;
  border-right: solid 1px #ddd;
}
.vcard-link a,
.vcard-link .vcard-link-skype {
  font-size: 0.9em;
  line-height: 34px;
  width: 34px;
}
.vcard-link a {
  display: inline-block;
  color: inherit;
}
.vcard-link a:hover {
  color: #ffffff;
}
.vcard-link:first-child {
  border-left: solid 1px #ddd;
}
/* Social Icons hover color is borrowed from social-icons-widget class */
/************* Number Blocks Widget *************/
.widget_dollah-number-blocks-widget {
  /* margin: @widgetMargin - 10 0; */
}
.number-blocks-widget {
  margin: 30px 0;
}
.number-block-row {
  margin: 0 0 3em;
  display: block;
  zoom: 1;
}
.number-block-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.number-block-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.number-block-row:last-child {
  margin: 0;
}
.number-block-column {
  text-align: center;
}
.number-block-column.hcolumn-1-1 {
  padding-left: 0;
  padding-right: 0;
}
.number-block-visual {
  text-align: center;
}
.number-block-circle {
  display: inline-block;
}
.number-block-circle svg {
  width: 105px;
  margin: -20px;
}
.number-block-content {
  padding: 15px 0 0;
}
.number-block-content.no-visual {
  padding-top: 0;
}
.number-block-content h4,
.number-block-content h1,
.number-block-content h2,
.number-block-content h3,
.number-block-content h5,
.number-block-content h6 {
  margin: 0 0 5px;
  font-size: 1.14285714em;
  font-family: inherit;
}
.number-block-content h4 a,
.number-block-content h1 a,
.number-block-content h2 a,
.number-block-content h3 a,
.number-block-content h5 a,
.number-block-content h6 a {
  color: inherit;
}
.number-block-content p {
  margin: 0 0 5px;
  font-style: italic;
}
.number-block-content p:last-child {
  margin-bottom: 0;
}
.number-block-content > p:last-child > a:last-child {
  font-size: 0.78571429em;
  line-height: 1.454545em;
  text-transform: uppercase;
  font-style: normal;
}
/*** Responsive Sidebar and Widgets ***/
@media only screen and (max-width: 969px) {
  .vcard-row {
    margin: 0;
  }
  .vcard-column {
    margin-top: 20px;
    padding-top: 20px;
  }
  .vcard-row:first-child .vcard-column:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .vcard-image {
    margin: 0;
  }
  .number-block-row {
    margin: 0;
  }
  .number-block-column {
    margin-top: 20px;
    padding-top: 20px;
  }
  .number-block-row:first-child .number-block-column:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
