/*
Theme Name: Outliner
Theme URI: https://www.webulousthemes.com/outliner/
Author: N. Venkat Raj
Author URI: https://www.webulousthemes.com/
Description: Outliner comes with modern, stylish and responsive design. It uses skeleton framework for grids which keeps minimal css. Stylesheet is generated using SASS and so stays DRY. Best suited for Corporate/Business/Blog sites. There is no theme options panel, instead uses Customizer, core feature of WordPress and comes with lots of options to customize. Has 4 Footer Widget Areas.
Version: 1.2.1
Requires at least: 5.0
Requires PHP: 7.0
Tested up to: 5.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: outliner
Tags: right-sidebar, custom-background, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, two-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Outliner is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Grid
3.0 Typography
4.0 Elements
	4.1 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Media
	6.1 Captions
	6.2 Galleries	
7.0 Modules
	7.1 Accessibility
	7.2 Alignments
	7.3 Clearings
	7.4 Infinite scroll
8.0 Header
9.0 Primary
10.0 Secondary
11.0 Footer
12.0 Responsiveness

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

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

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden; }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

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

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

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Grid
--------------------------------------------------------------*/
.container {
  position: relative;
  width: 93%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0; }
  .container .one.column {
    width: 4.1%; }
  .container .two.columns {
    width: 10.4%; }
  .container .three.columns {
    width: 16.6%; }
  .container .four.columns {
    width: 22.9%; }
  .container .five.columns {
    width: 29.16%; }
  .container .six.columns {
    width: 35%; }
  .container .seven.columns {
    width: 41.6%; }
  .container .eight.columns {
    width: 47.9%; }
  .container .nine.columns {
    width: 54.16%; }
  .container .ten.columns {
    width: 60%; }
  .container .eleven.columns {
    width: 66.66%; }
  .container .twelve.columns {
    width: 72.9%; }
  .container .thirteen.columns {
    width: 79.16%; }
  .container .fourteen.columns {
    width: 85%; }
  .container .fifteen.columns {
    width: 91.66%; }
  .container .sixteen.columns {
    width: 97.9%; }
  .container .one-third.column {
    width: 31.25%; }
  .container .one-fourth.column {
    width: 21.25%; }
  .container .two-thirds.column {
    width: 64.5%; }
  .container .offset-by-one {
    padding-left: 6.25%; }
  .container .offset-by-two {
    padding-left: 12.5%; }
  .container .offset-by-three {
    padding-left: 18.75%; }
  .container .offset-by-four {
    padding-left: 25%; }
  .container .offset-by-five {
    padding-left: 31.25%; }
  .container .offset-by-six {
    padding-left: 37.5%; }
  .container .offset-by-seven {
    padding-left: 43.7%; }
  .container .offset-by-eight {
    padding-left: 50%; }
  .container .offset-by-nine {
    padding-left: 56.25%; }
  .container .offset-by-ten {
    padding-left: 62.5%; }
  .container .offset-by-eleven {
    padding-left: 68.75%; }
  .container .offset-by-twelve {
    padding-left: 75%; }
  .container .offset-by-thirteen {
    padding-left: 81.25%; }
  .container .offset-by-fourteen {
    padding-left: 87.5%; }
  .container .offset-by-fifteen {
    padding-left: 93.75%; }

.column, .columns {
  float: left;
  display: inline;
  margin-left: 1%;
  margin-right: 1%; }
  .column .alpha, .columns .alpha {
    margin-left: 0; }
  .column .omega, .columns .omega {
    margin-right: 0; }

.row {
  margin-bottom: 2%; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 93%; }
    .container .column, .container .columns {
      margin-left: 1.3%;
      margin-right: 1.3%; }
      .container .column .alpha, .container .columns .alpha {
        margin-left: 0;
        margin-right: 1.3%; }
      .container .column .omega, .container .columns .omega {
        margin-left: 1.3%;
        margin-right: 0%; }
    .container .one.column {
      width: 3.64%; }
    .container .two.columns {
      width: 9.89%; }
    .container .three.columns {
      width: 16.1%; }
    .container .four.columns {
      width: 22.39%; }
    .container .five.columns {
      width: 28.64%; }
    .container .six.columns {
      width: 34.89%; }
    .container .seven.columns {
      width: 41.14%; }
    .container .eight.columns {
      width: 47.39%; }
    .container .nine.columns {
      width: 53.64%; }
    .container .ten.columns {
      width: 59.89%; }
    .container .eleven.columns {
      width: 66.14%; }
    .container .twelve.columns {
      width: 72.39%; }
    .container .thirteen.columns {
      width: 78.64%; }
    .container .fourteen.columns {
      width: 84.89%; }
    .container .fifteen.columns {
      width: 91.14%; }
    .container .sixteen.columns {
      width: 97.39%; }
    .container .one-third.column {
      width: 30.72%; }
    .container .one-fourth.column {
      width: 20.72%; }
    .container .two-thirds.column {
      width: 64%; }
    .container .offset-by-one {
      padding-left: 6.25%; }
    .container .offset-by-two {
      padding-left: 12.5%; }
    .container .offset-by-three {
      padding-left: 18.75%; }
    .container .offset-by-four {
      padding-left: 25%; }
    .container .offset-by-five {
      padding-left: 31.25%; }
    .container .offset-by-six {
      padding-left: 37.5%; }
    .container .offset-by-seven {
      padding-left: 43.75%; }
    .container .offset-by-eight {
      padding-left: 45%; }
    .container .offset-by-nine {
      padding-left: 56.25%; }
    .container .offset-by-ten {
      padding-left: 62.5%; }
    .container .offset-by-eleven {
      padding-left: 68.75%; }
    .container .offset-by-twelve {
      padding-left: 75%; }
    .container .offset-by-thirteen {
      padding-left: 81.25%; }
    .container .offset-by-fourteen {
      padding-left: 87.5%; }
    .container .offset-by-fifteen {
      padding-left: 93.75%; } }
@media only screen and (max-width: 767px) {
  .container {
    width: 93%; }
    .container .one.column,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .one-fourth.column,
    .container .two-thirds.column {
      width: 100%; }
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven,
    .container .offset-by-twelve,
    .container .offset-by-thirteen,
    .container .offset-by-fourteen,
    .container .offset-by-fifteen {
      padding-left: 0; }

  .columns, .column {
    margin: 0; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 93%; }
    .container .one.column,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .one-fourth.column,
    .container .two-thirds.column {
      width: 100%; }

  .columns, .column {
    margin: 0; } }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.panel-row-style-full-width-layout:before,
.panel-row-style-full-width-layout:after,
.panel-row-style-cta:before,
.panel-row-style-cta:after,
.panel-row-style-cta:before,
.panel-row-style-section-pattern2:after,
.panel-row-style-section-pattern2:before,
.panel-row-style-wide-grey:before,
.panel-row-style-wide-grey:after,
.panel-row-style-wide-dark-grey:before,
.panel-row-style-wide-dark-grey:after,
.panel-row-style-section-pattern:before,
.panel-row-style-section-pattern:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after,
.panel-row-style-full-width-layout:before,
.panel-row-style-full-width-layout:after,
.panel-row-style-wide-grey:after,
.panel-row-style-wide-grey:before,
.panel-row-style-wide-dark-grey:after,
.panel-row-style-wide-dark-grey:before,
.panel-row-style-section-pattern2:after,
.panel-row-style-section-pattern2:before,
.panel-row-style-section-pattern:before,
.panel-row-style-section-pattern:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* ==|== primary styles =====================================================
   Author: Lucas - Skeleton Based Media Queries
   ========================================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #4c4c4c;
  font-family: "Droid Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Droid Sans", sans-serif;
  color: #4c4c4c;
  font-weight: 700;
  clear: both;
  margin-bottom: 15px; }

h1 {
  font-size: 48px;
  font-size: 4.8rem; }

h2 {
  font-size: 36px;
  font-size: 3.6rem; }

h3 {
  font-size: 30px;
  font-size: 3rem; }

h4 {
  font-size: 24px;
  font-size: 2.4rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #d7d7d7;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: square; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }
  table th {
    font-weight: 700;
    text-transform: uppercase; }
  table td, table th {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px; }

button,
input,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

select {
  background: url("images/down.png") no-repeat 95% 50% white;
  -moz-appearance: none;
  border: 1px solid #d7d7d7;
  padding: 5px 10% 5px 3%; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #4c4c4c;
  background: #4c4c4c;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  line-height: 1;
  padding: .6em 1em;
  color: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #59130e;
  background-color: #59130e;
  position: relative;
  color: white; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #4c4c4c;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: black;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: black;
  border-color: #de3c2f; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 6px 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: square; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #de3c2f;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:visited {
    color: #de3c2f; }
  a:hover, a:focus, a:active {
    color: #4c4c4c;
    outline: none;
    outline-offset: 0; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.nav-wrap {
  background: #de3c2f;
  -webkit-box-shadow: inset 0px 0px 10px #59130e;
  -moz-box-shadow: inset 0px 0px 10px #59130e;
  box-shadow: inset 0px 0px 10px #59130e; }

.main-navigation {
  display: block;
  background-color: #4c4c4c;
  font-family: "Droid Sans", sans-serif; }
  .main-navigation ul {
    list-style: none;
    margin: 0; }
    .main-navigation ul ul {
      position: absolute;
      top: auto;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        padding: 0;
        background-color: #de3c2f;
        margin: 0; }
        .main-navigation ul ul li:hover > ul {
          margin-top: 5px !important; }
      .main-navigation ul ul a {
        width: 250px;
        padding: 12px 15px;
        font-weight: none;
        background-color: white;
        color: #de3c2f; }
    .main-navigation ul li:hover > ul {
      left: auto;
      border-top: 6px solid #de3c2f; }
  .main-navigation li {
    float: left; }
  .main-navigation a {
    position: relative;
    padding: 25px 15px;
    display: inline-block;
    color: white;
    border-top: 4px solid transparent;
    font-weight: 700; }
    .main-navigation a:hover {
      border-top: 4px solid white; }
  .main-navigation .current-menu-parent {
    border-top: 4px solid white; }
    .main-navigation .current-menu-parent:after {
      background: transaprent;
      border: 1px solid white;
      content: "";
      height: 7px;
      left: -3%;
      position: absolute;
      top: -3px;
      width: 106%; }
    .main-navigation .current-menu-parent:hover:before {
      display: none; }
    .main-navigation .current-menu-parent a:hover, .main-navigation .current-menu-parent a {
      border-top-color: transparent !important; }
  .main-navigation .current_page_item,
  .main-navigation .current-menu-item,
  .main-navigation .current_page_ancestor {
    padding: 0px 3px;
    position: relative; }
    .main-navigation .current_page_item:before,
    .main-navigation .current-menu-item:before,
    .main-navigation .current_page_ancestor:before {
      position: absolute;
      content: "";
      left: 0px;
      top: 1px;
      border: 1px solid white;
      height: 7px;
      width: 100%;
      background: transparent; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    border-top: 4px solid white; }
  .main-navigation .sub-menu .current_page_item:before,
  .main-navigation .sub-menu .current-menu-item:before,
  .main-navigation .sub-menu .current_page_ancestor:before,
  .main-navigation .children .current_page_item:before,
  .main-navigation .children-menu .current-menu-item:before,
  .main-navigation .children-menu .current_page_ancestor:before {
    display: none; }
  .main-navigation .sub-menu .current_page_item > a,
  .main-navigation .sub-menu .current-menu-item > a,
  .main-navigation .sub-menu .current_page_ancestor > a,
  .main-navigation .children .current_page_item > a,
  .main-navigation .children .current-menu-item > a,
  .main-navigation .children .current_page_ancestor > a {
    border-top: none;
    background: #de3c2f;
    color: white; }
    .main-navigation .sub-menu .current_page_item > a:after,
    .main-navigation .sub-menu .current-menu-item > a:after,
    .main-navigation .sub-menu .current_page_ancestor > a:after,
    .main-navigation .children .current_page_item > a:after,
    .main-navigation .children .current-menu-item > a:after,
    .main-navigation .children .current_page_ancestor > a:after {
      position: absolute;
      content: "";
      left: -1.5%;
      top: 3px;
      border: 1px solid #de3c2f;
      height: 103%;
      width: 103%;
      z-index: 10;
      cursor: pointer; }

.main-navigation ul.nav-menu > li a:hover {
  color: white; }

.main-navigation ul.nav-menu > li {
  padding: 0px 3px;
  position: relative;
  margin-right: 5px;
  top: -2px; }
  .main-navigation ul.nav-menu > li:hover:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 1px;
    border: 1px solid white;
    height: 7px;
    width: 100%;
    background: transparent; }
  .main-navigation ul.nav-menu > li:hover a {
    border-top: 4px solid white; }

.sub-menu li:hover:before, .children li:hover:before {
  display: none; }

.main-navigation .sub-menu, .main-navigation .children {
  margin-top: -10px !important; }
  .main-navigation .sub-menu li, .main-navigation .children li {
    padding: 0px 2px !important;
    background: transparent !important;
    position: relative; }
    .main-navigation .sub-menu li a, .main-navigation .children li a {
      border-top: none !important;
      padding: 12px 30px !important;
      border: 1px solid #d7d7d7;
      position: relative; }
      .main-navigation .sub-menu li a:hover, .main-navigation .children li a:hover {
        background-color: #de3c2f;
        color: white;
        border-top: none; }
      .main-navigation .sub-menu li a:before, .main-navigation .children li a:before {
        position: absolute;
        content: "\f067";
        font-size: 12px;
        font-size: 1.2rem;
        font-family: 'FontAwesome';
        left: 4px;
        top: 15px;
        padding: 0px 8px; }
      .main-navigation .sub-menu li a:hover:after, .main-navigation .children li a:hover:after {
        position: absolute;
        content: "";
        left: -1.5%;
        top: 3px;
        border: 1px solid #de3c2f;
        height: 103%;
        width: 103%;
        z-index: 10;
        cursor: pointer; }
    .main-navigation .sub-menu li:hover a, .main-navigation .children li:hover a {
      border-top: none !important; }

/* Small menu */
.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled ul.menu.nav-menu {
    display: block;
    margin: 0 auto; }
    .menu-toggle ul li:hover ul,
    .main-navigation.toggled ul.menu.nav-menu ul li:hover ul {
      left: auto;
      margin-left: 50%; }

  .sticky-header .branding {
    position: static !important; }

  .children article::after {
    display: none; }

  site-navigation button {
    background: #59130e; }

  .main-navigation button.menu-toggle {
    background: #de3c2f; }

  .menu-all-pages-container {
    padding-top: 15px; }

  .main-navigation {
    padding-top: 15px; }

  .main-navigation ul.menu.nav-menu {
    display: none; } }
.comment-navigation,
.paging-navigation,
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation {
  margin-bottom: 2.5em; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  padding: 0px 1.9% 10px; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 49%;
  padding: 0px 1.9% 10px; }

.post-navigation span {
  display: none; }

.navigation a,
.more-link,
.comment-navigation a {
  background-color: #4c4c4c;
  color: white;
  padding: 10px;
  display: block;
  border: 1px solid #4c4c4c; }
  .navigation a:hover,
  .more-link:hover,
  .comment-navigation a:hover {
    background-color: white;
    border-color: #59130e;
    color: #59130e; }

.comment-navigation {
  position: relative; }
  .comment-navigation .nav-previous a {
    padding-left: 50px;
    position: relative; }
    .comment-navigation .nav-previous a:after {
      position: absolute;
      content: "";
      left: -1.9%;
      top: 6px;
      border: 1px solid #4c4c4c;
      height: 104%;
      width: 104%;
      z-index: 10; }
  .comment-navigation .nav-previous:hover a {
    background: #59130e;
    color: white; }
    .comment-navigation .nav-previous:hover a:after {
      border: 1px solid #59130e; }
    .comment-navigation .nav-previous:hover a .meta-nav {
      color: white; }
  .comment-navigation .nav-next a {
    padding-right: 50px;
    position: relative; }
    .comment-navigation .nav-next a:after {
      position: absolute;
      content: "";
      left: -1.9%;
      top: 6px;
      border: 1px solid #4c4c4c;
      height: 104%;
      width: 104%;
      z-index: 10; }
  .comment-navigation .nav-next:hover a {
    background: #59130e;
    color: white; }
    .comment-navigation .nav-next:hover a:after {
      border: 1px solid #59130e; }
    .comment-navigation .nav-next:hover a .meta-nav {
      color: white; }

.nav-links,
.more-link, .comment-navigation {
  position: relative; }
  .nav-links a,
  .more-link a, .comment-navigation a {
    position: relative; }
  .nav-links .meta-nav,
  .more-link .meta-nav, .comment-navigation .meta-nav {
    color: white;
    text-align: center;
    position: absolute;
    display: block;
    padding: 0 15px;
    font-size: 30px;
    font-size: 3rem;
    height: 100%;
    top: 2%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: normal; }
    .nav-links .meta-nav:hover,
    .more-link .meta-nav:hover, .comment-navigation .meta-nav:hover {
      background-color: white;
      color: #59130e; }
  .nav-links .nav-previous a,
  .more-link .nav-previous a, .comment-navigation .nav-previous a {
    padding-left: 50px; }
    .nav-links .nav-previous a:after,
    .more-link .nav-previous a:after, .comment-navigation .nav-previous a:after {
      position: absolute;
      content: "";
      left: -1.9%;
      top: 6px;
      border: 1px solid #4c4c4c;
      height: 104%;
      width: 104%;
      z-index: 10; }
  .nav-links .nav-previous .meta-nav,
  .more-link .nav-previous .meta-nav, .comment-navigation .nav-previous .meta-nav {
    left: 0; }
  .nav-links .nav-previous:hover a,
  .more-link .nav-previous:hover a, .comment-navigation .nav-previous:hover a {
    background: #59130e;
    color: white; }
    .nav-links .nav-previous:hover a:after,
    .more-link .nav-previous:hover a:after, .comment-navigation .nav-previous:hover a:after {
      border: 1px solid #59130e; }
    .nav-links .nav-previous:hover a .meta-nav,
    .more-link .nav-previous:hover a .meta-nav, .comment-navigation .nav-previous:hover a .meta-nav {
      color: white; }
  .nav-links .nav-next a,
  .more-link .nav-next a, .comment-navigation .nav-next a {
    padding-right: 50px; }
    .nav-links .nav-next a:after,
    .more-link .nav-next a:after, .comment-navigation .nav-next a:after {
      position: absolute;
      content: "";
      left: -1.9%;
      top: 6px;
      border: 1px solid #4c4c4c;
      height: 104%;
      width: 104%;
      z-index: 10; }
  .nav-links .nav-next .meta-nav,
  .more-link .nav-next .meta-nav, .comment-navigation .nav-next .meta-nav {
    right: 0; }
  .nav-links .nav-next:hover a,
  .more-link .nav-next:hover a, .comment-navigation .nav-next:hover a {
    background: #59130e;
    color: white; }
    .nav-links .nav-next:hover a:after,
    .more-link .nav-next:hover a:after, .comment-navigation .nav-next:hover a:after {
      border: 1px solid #59130e; }
    .nav-links .nav-next:hover a .meta-nav,
    .more-link .nav-next:hover a .meta-nav, .comment-navigation .nav-next:hover a .meta-nav {
      color: white; }

a.more-link {
  padding: 3px 8px; }
  a.more-link .meta-nav {
    right: 0;
    background-color: #4c4c4c;
    color: white;
    line-height: normal; }
  a.more-link:hover .meta-nav {
    background-color: transparent;
    color: #59130e; }

.nav-links a:hover .meta-nav {
  background-color: transparent;
  color: #59130e; }

.menu.nav-menu::after, .menu.nav-menu::before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

.nav-menu {
  background: rgba(227, 220, 220, 0.12);
  box-shadow: 13px 5px 47px 6px #333333 inset;
  padding-left: 35px; }

ol.webulous_page_navi {
  margin: 0;
  list-style-type: none;
  position: relative;
  text-align: center; }
  ol.webulous_page_navi li {
    display: inline; }
    ol.webulous_page_navi li a {
      margin-right: 10px;
      padding: 12px 20px;
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      color: #de3c2f;
      background-color: white;
      border: 1px solid #d7d7d7; }
      ol.webulous_page_navi li a:hover {
        background-color: #de3c2f;
        color: white; }
  ol.webulous_page_navi li.bpn-current {
    color: white;
    background-color: #de3c2f;
    padding: 12px  20px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    margin-right: 10px; }
  ol.webulous_page_navi .bpn-next-link a, ol.webulous_page_navi .bpn-prev-link a {
    background: none;
    border: none;
    font-size: 30px;
    font-size: 3rem;
    padding: 6px 20px;
    position: relative;
    bottom: -3px; }

/*--------------------------------------------------------------
6.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
6.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
6.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
7.0 Modules
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: white;
    clip: auto !important;
    color: black;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    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 */ }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

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

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
8.0 Header
--------------------------------------------------------------*/
.site-header {
  background-image: url("images/breadcrumb-header.png"), url("images/body-bg.png");
  background-position: center top,center bottom;
  background-repeat: no-repeat, repeat; }
  .site-header .container .five.columns {
    margin-right: 0;
    width: 30.16%; }
  .site-header .container .eleven.columns {
    margin-left: 0;
    margin-right: 0;
    width: 68.66%; }

.branding {
  padding-top: 130px; }
  .branding .site-branding {
    background: #de3c2f;
    text-align: center;
    position: relative;
    top: -17px; }
    .branding .site-branding:after {
      position: absolute;
      content: "";
      top: 0px;
      right: -13px;
      background: url("images/head-top.png") no-repeat right top, url("images/head-bottom.png") no-repeat right bottom;
      height: 100%;
      width: 100%; }
    .branding .site-branding:before {
      position: absolute;
      content: "";
      top: -4.5%;
      right: 7px;
      border: 1px solid #de3c2f;
      height: 109%;
      width: 100%; }
    .branding .site-branding a {
      color: white; }
      .branding .site-branding a img {
        display: block; }
      .branding .site-branding a:hover {
        color: #59130e; }
    .branding .site-branding .site-description {
      font-size: 16px;
      font-size: 1.6rem;
      color: white;
      padding: 0px 10px 10px;
      position: relative;
      z-index: 10;
      margin-bottom: 0; }
    .branding .site-branding h1.site-title {
      margin-bottom: 0;
      padding: 3px 10px;
      position: relative;
      z-index: 10; }

.no-sidebar {
  float: none;
  margin: 0 auto;
  display: block; }

/* Custom Header Image */
.header-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative; }

.overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent; }

/* STICKY HEADER */
.sticky-header .branding {
  position: fixed;
  top: -2px;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 10px; }
  .sticky-header .branding .search-form {
    top: 5px; }

.boxed-container .sticky-header .branding {
  width: 100%;
  left: 0; }

.admin-bar .sticky-header .branding {
  top: 30px; }

.top-nav {
  background-color: rgba(0, 0, 0, 0.6); }
  .top-nav .eight {
    padding: 10px 10px 10px 0px;
    color: white; }
  .top-nav aside {
    margin-bottom: 10px; }
  .top-nav .textwidget {
    padding: 0; }
  .top-nav .widget_text {
    margin: 0px; }
  .top-nav ul {
    margin: 0; }
    .top-nav ul li {
      float: left;
      list-style: none;
      border-bottom: none !important; }
      .top-nav ul li:hover a {
        background-color: #de3c2f; }
      .top-nav ul li a {
        color: white;
        padding: 4px 10px;
        border-radius: 5px; }
        .top-nav ul li a i {
          font-size: 15px;
          font-size: 1.5rem; }
  .top-nav .cart ul {
    float: left; }
    .top-nav .cart ul li {
      margin-left: 10px;
      float: left; }
  .top-nav .social ul {
    float: right; }
    .top-nav .social ul li {
      margin-left: 10px;
      float: right; }

/*--------------------------------------------------------------
9.0 Primary
--------------------------------------------------------------*/
.site-content {
  padding-top: 100px;
  background: url("images/body-bg.png") repeat;
  padding-bottom: 90px; }

.site-main {
  margin: 1.5em 0; }
  .site-main article.post {
    padding: 20px 0; }

.single .site-main article.post {
  padding-top: 0; }

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.widget_social-networks-widget .widget-title,
.share-box .widget-title {
  margin-bottom: 20px;
  color: #4c4c4c; }
.widget_social-networks-widget ul,
.share-box ul {
  margin: 0; }
  .widget_social-networks-widget ul li,
  .share-box ul li {
    border: 0;
    padding: 0;
    margin: 0;
    display: inline; }
    .widget_social-networks-widget ul li a,
    .share-box ul li a {
      margin-bottom: 5px;
      border: 1px solid #d7d7d7;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 50px;
      height: 50px;
      color: #4c4c4c;
      margin-right: 5px;
      display: inline-block;
      background-color: white;
      text-align: center;
      line-height: 50px; }
      .widget_social-networks-widget ul li a:hover,
      .share-box ul li a:hover {
        color: white;
        background-color: #de3c2f; }
      .widget_social-networks-widget ul li a i,
      .share-box ul li a i {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 2; }

.share-box {
  margin-bottom: 20px; }
  .share-box h4 {
    margin-bottom: 10px; }

.breadcrumb-wrap {
  padding: 10px 0;
  background: url("images/bg-repeat-breadcrumb.png") repeat left top;
  border-bottom: 1px solid #d7d7d7; }
  .breadcrumb-wrap #breadcrumb span {
    margin-left: 8px;
    margin-right: 8px;
    color: #4c4c4c; }
    .breadcrumb-wrap #breadcrumb span:first-child {
      margin-left: 0; }
  .breadcrumb-wrap #breadcrumb span.current,
  .breadcrumb-wrap #breadcrumb span.current {
    color: #4c4c4c !important;
    background-color: transparent;
    border: 0; }
  .breadcrumb-wrap #breadcrumb a {
    color: #4c4c4c; }
    .breadcrumb-wrap #breadcrumb a i {
      color: #4c4c4c; }
    .breadcrumb-wrap #breadcrumb a:hover {
      color: #de3c2f !important; }
      .breadcrumb-wrap #breadcrumb a:hover i {
        color: #de3c2f; }
  .breadcrumb-wrap .entry-header {
    text-align: right; }

.single .breadcrumb-wrap #breadcrumb {
  padding: 25px 0; }
.single .breadcrumb-wrap {
  padding: 0; }

.archive .sticky .entry-body, .archive .sticky .title-meta, .archive .sticky .entry-title, .single-post .sticky .entry-body, .single-post .sticky .title-meta, .single-post .sticky .entry-title, .home.blog .sticky .entry-body, .home.blog .sticky .title-meta, .home.blog .sticky .entry-title, .blog .sticky .entry-body, .blog .sticky .title-meta, .blog .sticky .entry-title {
  margin-bottom: 0; }
.archive .sticky .entry-title:after, .single-post .sticky .entry-title:after, .home.blog .sticky .entry-title:after, .blog .sticky .entry-title:after {
  display: none; }
.archive .sticky .entry-body-wrapper, .single-post .sticky .entry-body-wrapper, .home.blog .sticky .entry-body-wrapper, .blog .sticky .entry-body-wrapper {
  padding-bottom: 0; }
.archive .sticky .entry-footer, .single-post .sticky .entry-footer, .home.blog .sticky .entry-footer, .blog .sticky .entry-footer {
  margin-top: 0; }
.archive .hentry.post, .single-post .hentry.post, .home.blog .hentry.post, .blog .hentry.post {
  padding: 0;
  margin: 20px 0 5em; }
.archive .thumb img, .single-post .thumb img, .home.blog .thumb img, .blog .thumb img {
  width: 100%; }
.archive .blog-thumb, .single-post .blog-thumb, .home.blog .blog-thumb, .blog .blog-thumb {
  text-align: center;
  position: relative; }
  .archive .blog-thumb img, .single-post .blog-thumb img, .home.blog .blog-thumb img, .blog .blog-thumb img {
    width: 98.5%; }
  .archive .blog-thumb:after, .single-post .blog-thumb:after, .home.blog .blog-thumb:after, .blog .blog-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border: 1px solid #de3c2f;
    height: 102.5%;
    width: 100%;
    z-index: 1; }
.archive .entry-title, .single-post .entry-title, .home.blog .entry-title, .blog .entry-title {
  font-size: 42px;
  font-size: 4.2rem; }
.archive .title-meta, .single-post .title-meta, .home.blog .title-meta, .blog .title-meta {
  margin-bottom: 30px; }
.archive .entry-body, .single-post .entry-body, .home.blog .entry-body, .blog .entry-body {
  margin-bottom: 50px; }
.archive .entry-meta, .single-post .entry-meta, .home.blog .entry-meta, .blog .entry-meta {
  float: left;
  width: 65%;
  padding: 30px; }

.blog .entry-meta {
  float: left;
  width: 65%;
  padding: 30px; }

.home.blog .sticky .entry-body-wrapper, .blog .sticky .entry-body-wrapper {
  background: none; }
.home.blog .sticky .entry-meta, .blog .sticky .entry-meta {
  padding: 30px; }
.home.blog .entry-body-wrapper, .blog .entry-body-wrapper {
  background: white;
  padding: 10px 4% 6%;
  position: relative; }
.home.blog .hentry.post .entry-title, .blog .hentry.post .entry-title {
  position: relative;
  padding-bottom: 12px; }
  .home.blog .hentry.post .entry-title:after, .blog .hentry.post .entry-title:after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #de3c2f;
    width: 100px;
    left: -4.3%;
    bottom: 0; }
.home.blog .more-link, .blog .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #de3c2f;
  border: none;
  z-index: 1;
  color: white; }
  .home.blog .more-link:hover, .blog .more-link:hover {
    background: #4c4c4c;
    color: white; }
.home.blog .entry-footer, .blog .entry-footer {
  position: relative; }
  .home.blog .entry-footer:before, .blog .entry-footer:before {
    position: absolute;
    content: "";
    background-image: url("images/before-right.png"), url("images/before-left.png");
    background-position: right top,0px top;
    background-repeat: no-repeat,no-repeat;
    height: 13px;
    width: 100%;
    left: 0px;
    top: -13px; }
  .home.blog .entry-footer:after, .blog .entry-footer:after {
    position: absolute;
    content: "";
    background: url("images/after-right.png"), url("images/after-left.png");
    background-position: 100% bottom,0px bottom;
    background-repeat: no-repeat,no-repeat;
    height: 13px;
    width: 100%;
    left: 0;
    bottom: -13px; }

.single-post .entry-title {
  background: white;
  padding: 10px 40px;
  font-size: 38px;
  font-size: 3.8rem; }
.single-post .entry-content {
  padding-bottom: 50px; }
.single-post .entry-body {
  margin-top: 5px; }
.single-post .blog-thumb:after {
  bottom: -6px;
  height: 104%; }

#webulous-related-posts .related_post {
  list-style: none;
  float: left;
  width: 50%; }
  #webulous-related-posts .related_post a {
    display: block; }

.comment-content a {
  word-wrap: break-word; }

.comment-navigation {
  clear: both; }

.comment-content p {
  margin-bottom: 0;
  margin-top: 15px; }

.bypostauthor {
  display: block; }

h2.comments-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: normal; }

ol.comment-list {
  margin: 0;
  list-style-type: none; }

ol.comment-list ol.children {
  list-style-type: none;
  margin-left: 10%; }

ol.comment-list > li {
  margin-bottom: 20px; }

.comment-body {
  position: relative; }

ol.comment-list .reply {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative; }
  ol.comment-list .reply a:hover {
    color: #4c4c4c; }
  ol.comment-list .reply:before {
    position: absolute;
    content: "\f112";
    font-family: "FontAwesome";
    color: #de3c2f;
    font-size: 15px;
    font-size: 1.5rem;
    right: 50px; }

.byuser .reply a:hover {
  color: white; }

.comment-author {
  display: inline; }
  .comment-author img {
    position: absolute;
    left: 0; }
  .comment-author cite.fn {
    font-style: normal; }
    .comment-author cite.fn a:hover {
      color: #4c4c4c; }

ol.comment-list article {
  border: 1px solid #848484 !important;
  margin-bottom: 40px;
  padding: 10px 25px;
  min-height: 120px;
  background: white;
  width: 89%;
  float: right; }
  ol.comment-list article .fn {
    color: #de3c2f; }

ol.comment-list article .comment-author img {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: 0px;
  left: -11%;
  width: 10%;
  height: 70px; }

ol.comment-list li.byuser article {
  border-color: #de3c2f; }
ol.comment-list li.byuser .comment-author img {
  border-color: #de3c2f; }
ol.comment-list li.byuser .comment-metadata a:hover {
  color: #4c4c4c; }

.comment-metadata {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: inline-block;
  width: 60%;
  float: right; }
  .comment-metadata a {
    color: #848484;
    float: right; }
    .comment-metadata a:hover {
      color: #de3c2f; }

.byuser .comment-metadata a:hover,
.byuser .comment-content a:hover {
  color: white; }

.hentry.sticky {
  color: white;
  background-color: #de3c2f;
  padding: 25px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 70px !important; }
  .hentry.sticky .entry-meta:before, .hentry.sticky .entry-meta:after, .hentry.sticky .entry-footer:before, .hentry.sticky .entry-footer:after {
    background-image: none;
    display: none; }
  .hentry.sticky:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -40px;
    height: 3px;
    width: 100%;
    border-bottom: 1px solid #d7d7d7; }
  .hentry.sticky h1.entry-title a {
    color: white; }
    .hentry.sticky h1.entry-title a:hover {
      color: #4c4c4c; }
  .hentry.sticky a {
    color: white; }
    .hentry.sticky a:hover {
      color: #59130e; }
  .hentry.sticky span i {
    color: white; }
  .hentry.sticky span:hover i, .hentry.sticky span:hover a {
    color: #4c4c4c; }
  .hentry.sticky code {
    color: black; }
  .hentry.sticky .entry-footer,
  .hentry.sticky .entry-meta {
    margin-bottom: 0;
    border: 0; }
    .hentry.sticky .entry-footer a,
    .hentry.sticky .entry-meta a {
      color: white; }
      .hentry.sticky .entry-footer a:hover,
      .hentry.sticky .entry-meta a:hover {
        color: #4c4c4c; }

.hentry.post {
  margin: 0 0 2.5em;
  border-bottom: 1px solid #d7d7d7; }
  .hentry.post h1 a {
    color: black; }
    .hentry.post h1 a:hover {
      color: #de3c2f; }

.single .byline,
.group-blog .byline {
  display: inline; }

.sticky .entry-meta,
.sticky .entry-footer {
  background: none; }

.date-structure {
  float: left;
  width: 35%;
  display: inline-block;
  padding: 0px 10px;
  text-align: center; }
  .date-structure .dd, .date-structure .mm, .date-structure .yy {
    display: inline-block;
    color: #de3c2f;
    font-weight: bold;
    background: white;
    padding: 30px 8% 20px;
    margin-right: 5px;
    border: 1px solid #d7d7d7;
    font-size: 25px;
    font-size: 2.5rem;
    position: relative; }
    .date-structure .dd:before, .date-structure .mm:before, .date-structure .yy:before {
      position: absolute;
      content: "";
      background: url(images/blog-header.png) no-repeat top center;
      height: 30px;
      width: 100%;
      top: -13px;
      left: 0;
      z-index: 2; }
    .date-structure .dd:after, .date-structure .mm:after, .date-structure .yy:after {
      position: absolute;
      content: "";
      border-top: 20px solid #de3c2f;
      height: 30px;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1; }

.entry-meta, .entry-footer, .service-top p {
  position: relative; }
  .entry-meta:before, .entry-footer:before, .service-top p:before {
    position: absolute;
    content: "";
    background-image: url("images/before-right.png"), url("images/before-left.png");
    background-position: 100% top,0px top;
    background-repeat: no-repeat,no-repeat;
    height: 13px;
    width: 100%;
    left: 0;
    top: -13px; }
  .entry-meta:after, .entry-footer:after, .service-top p:after {
    position: absolute;
    content: "";
    background: url("images/after-right.png"), url("images/after-left.png");
    background-position: 100% bottom,0px bottom;
    background-repeat: no-repeat,no-repeat;
    height: 13px;
    width: 100%;
    left: 0;
    bottom: -13px; }

.entry-meta, .service-top p {
  background-color: #3e3e3e;
  margin-bottom: 25px;
  padding: 15px;
  position: relative;
  background-image: url("images/center-meta-right.png"), url("images/center-meta.png");
  background-position: right center,left center;
  background-repeat: repeat-y,repeat-y; }
  .entry-meta .author, .service-top p .author {
    padding: 0 10px 0 0; }
  .entry-meta span, .service-top p span {
    margin: 0 15px 0 0; }
    .entry-meta span span, .service-top p span span {
      margin: 0; }
    .entry-meta span i, .service-top p span i {
      color: white;
      padding-right: 5px; }
    .entry-meta span a, .service-top p span a {
      color: white; }
    .entry-meta span:hover i, .service-top p span:hover i {
      color: #de3c2f; }
    .entry-meta span:hover a, .service-top p span:hover a {
      color: #de3c2f; }

.entry-footer {
  margin: 25px 0px;
  background-color: #3e3e3e;
  padding: 15px;
  position: relative;
  background-image: url("images/center-meta-right.png"), url("images/center-meta.png");
  background-position: right center,left center;
  background-repeat: repeat-y,repeat-y; }
  .entry-footer a {
    color: white; }
    .entry-footer a:hover span, .entry-footer a:hover i {
      color: #de3c2f; }
  .entry-footer span {
    margin: 0 30px 0 10px;
    color: white; }
    .entry-footer span span {
      margin: 0; }
    .entry-footer span i {
      color: white;
      padding-right: 5px; }
    .entry-footer span a {
      color: white; }
    .entry-footer span:hover i {
      color: #de3c2f; }
    .entry-footer span:hover a {
      color: #de3c2f; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  margin: 0 0 1.5em;
  padding: 12px;
  text-align: center;
  color: #d7d7d7;
  background-color: black;
  display: inline-block; }
  .page-links a {
    padding: 5px 10px;
    color: #de3c2f; }
    .page-links a:hover {
      color: white; }

blockquote {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 30px;
  background-color: #de3c2f; }
  blockquote:before {
    position: absolute;
    content: "\f10d";
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'FontAwesome';
    right: 0;
    top: -37px;
    padding: 0 6px;
    color: #de3c2f;
    padding: 5px 10px;
    border: 1px solid #de3c2f; }
  blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    padding: 20px;
    color: white;
    position: relative; }
    blockquote p:after {
      position: absolute;
      content: "";
      left: -1.4%;
      top: 5px;
      border: 1px solid #de3c2f;
      height: 104%;
      width: 103%;
      z-index: 10;
      cursor: pointer; }
    blockquote p cite {
      font-style: normal;
      text-transform: uppercase; }
    blockquote p a, blockquote p a:visited {
      color: #d7d7d7;
      font-size: 14px;
      font-size: 1.4rem; }
    blockquote p a:hover {
      color: #59130e; }

.search .page h1 a {
  color: #4c4c4c; }
  .search .page h1 a:hover {
    color: #de3c2f; }

/* Gutenberg CSS style */
.wp-block-latest-posts.aligncenter {
  margin-left: 3em; }

.wp-block-verse {
  color: #606060; }

.wp-block-quote {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px; }
  .wp-block-quote cite {
    margin: 0px;
    padding-left: 20px;
    color: white;
    margin-top: 5px; }

.wp-block-quote.is-large {
  border: 0px;
  color: #4c4c4c;
  padding: 0px; }
  .wp-block-quote.is-large cite {
    text-align: right;
    display: block;
    color: white;
    margin-top: 5px;
    font-style: italic;
    padding-right: 20px;
    padding-bottom: 10px; }

.wp-block-pullquote {
  padding: 0px;
  margin: 0 auto;
  border-left: none !important;
  margin-bottom: 20px; }
  .wp-block-pullquote cite {
    color: white;
    margin-top: 5px;
    display: block;
    padding-bottom: 10px; }

.wp-block-pullquote.alignleft {
  margin-right: 25px; }

.wp-block-pullquote.alignright {
  margin-left: 25px; }

.wp-block-button a:hover {
  padding: 11px 24px;
  box-shadow: 3px 3px black;
  -webkit-box-shadow: 3px 3px black; }

.wp-block-cover-image {
  display: flex; }

.wp-block-audio {
  text-align: center; }

.wp-block-button.aligncenter {
  margin-bottom: 1.5em; }

.services-wrapper {
  box-sizing: content-box;
  clear: both;
  content: "";
  display: block;
  margin: 0 -100%;
  overflow: hidden;
  padding: 100px 100% 100px;
  width: 100%;
  background: white; }
  .services-wrapper .service {
    text-align: center;
    margin-bottom: 40px; }
    .services-wrapper .service:nth-of-type(4n+1) {
      clear: both; }
    .services-wrapper .service .more-link {
      border-radius: 3px;
      font-size: 15px;
      margin: 10px auto;
      width: 85px; }
    .services-wrapper .service:first-child {
      margin-left: 0; }
    .services-wrapper .service:last-child {
      margin-right: 0; }
    .services-wrapper .service:hover h6, .services-wrapper .service:hover h5, .services-wrapper .service:hover h4, .services-wrapper .service:hover h3, .services-wrapper .service:hover h2, .services-wrapper .service:hover h1 {
      color: #de3c2f; }
      .services-wrapper .service:hover h6:after, .services-wrapper .service:hover h5:after, .services-wrapper .service:hover h4:after, .services-wrapper .service:hover h3:after, .services-wrapper .service:hover h2:after, .services-wrapper .service:hover h1:after {
        background: #4c4c4c; }
    .services-wrapper .service h6, .services-wrapper .service h5, .services-wrapper .service h4, .services-wrapper .service h3, .services-wrapper .service h2, .services-wrapper .service h1 {
      padding: 10px 10px 15px 10px;
      font-weight: 400;
      color: #4c4c4c;
      font-size: 20px;
      font-size: 2rem;
      position: relative; }
      .services-wrapper .service h6:after, .services-wrapper .service h5:after, .services-wrapper .service h4:after, .services-wrapper .service h3:after, .services-wrapper .service h2:after, .services-wrapper .service h1:after {
        position: absolute;
        content: "";
        background: #de3c2f;
        height: 3px;
        width: 55px;
        bottom: 0;
        left: 40%; }
    .services-wrapper .service span {
      margin-bottom: 20px;
      display: inline-block;
      position: relative;
      z-index: 1; }
      .services-wrapper .service span:after {
        position: absolute;
        content: "";
        width: 110%;
        height: 100%;
        border: 1px solid #de3c2f;
        left: -5%;
        bottom: 6px;
        z-index: -1; }
    .services-wrapper .service .demo-thumb {
      width: 100px;
      height: 100px;
      border: 1px solid #d7d7d7; }
      .services-wrapper .service .demo-thumb i {
        color: #4c4c4c;
        display: block;
        margin-top: 15px; }
    .services-wrapper .service img {
      display: inline-block;
      border: 1px solid #d7d7d7; }
    .services-wrapper .service p {
      color: #4c4c4c;
      margin: 0;
      padding: 5px 0px 10px;
      border-top: 1px solid white; }

/* Service top section */
.services-top-wrapper {
  padding: 30px 0px 0px;
  margin-bottom: 0; }
  .services-top-wrapper .service-top span {
    margin-top: 70px;
    display: block;
    text-align: center; }
    .services-top-wrapper .service-top span img {
      display: inline-block; }
  .services-top-wrapper .service-top h1, .services-top-wrapper .service-top h2, .services-top-wrapper .service-top h3, .services-top-wrapper .service-top h4, .services-top-wrapper .service-top h5, .services-top-wrapper .service-top h6 {
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
    .services-top-wrapper .service-top h1:after, .services-top-wrapper .service-top h2:after, .services-top-wrapper .service-top h3:after, .services-top-wrapper .service-top h4:after, .services-top-wrapper .service-top h5:after, .services-top-wrapper .service-top h6:after {
      position: absolute;
      content: '';
      border-bottom: 3px solid #de3c2f;
      width: 65px;
      left: 48%;
      bottom: 0; }
  .services-top-wrapper .service-top p {
    text-align: center;
    color: white;
    padding: 15px 20px;
    margin: 0 auto;
    width: 85%; }

/* Flex Recent Post */
.post-wrapper {
  padding: 80px 0px 30px; }
  .post-wrapper h3 {
    margin-bottom: 25px;
    font-weight: 700; }
    .post-wrapper h3 a {
      color: #4c4c4c; }
  .post-wrapper .latest-post {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    margin-bottom: 1.5em;
    min-height: 260px; }
    .post-wrapper .latest-post h3 a:hover {
      color: #de3c2f; }
    .post-wrapper .latest-post .entry-meta .author, .post-wrapper .latest-post .entry-meta .comments-link {
      position: relative;
      top: -10px; }
    .post-wrapper .latest-post .entry-meta span {
      color: white; }
    .post-wrapper .latest-post:nth-child(2n+1) {
      clear: both; }
    .post-wrapper .latest-post .data-structure {
      padding-right: 20px;
      border-right: 1px solid #d7d7d7;
      display: inline-block;
      text-align: center; }
      .post-wrapper .latest-post .data-structure .dd {
        font-weight: bold;
        font-size: 17px; }
      .post-wrapper .latest-post .data-structure .mm-yy {
        text-transform: uppercase;
        font-size: 13px;
        font-size: 1.3rem; }
    .post-wrapper .latest-post .latest-post-content p {
      color: #616161;
      padding: 0 20px 0px 0px; }
    .post-wrapper .latest-post .latest-post-thumb img {
      margin-bottom: 20px;
      margin-top: 10px; }
    .post-wrapper .latest-post .latest-post-content a {
      color: white;
      background: #de3c2f url("images/next-white.png") no-repeat 92% center;
      position: relative;
      padding: 10px 30px 10px 10px;
      margin: 10px 5px;
      font-weight: 700;
      display: inline-block; }
      .post-wrapper .latest-post .latest-post-content a:before {
        position: absolute;
        content: "";
        left: -5px;
        top: 5px;
        border: 1px solid #de3c2f;
        height: 100%;
        width: 70%;
        border-right: none; }
      .post-wrapper .latest-post .latest-post-content a:after {
        position: absolute;
        content: "";
        right: -5px;
        top: 5px;
        border: 1px solid #de3c2f;
        height: 100%;
        width: 70%;
        border-left: none; }
      .post-wrapper .latest-post .latest-post-content a:hover {
        color: white;
        background: #59130e url("images/next-white.png") no-repeat 92% center; }
        .post-wrapper .latest-post .latest-post-content a:hover:before, .post-wrapper .latest-post .latest-post-content a:hover:after {
          border: 1px solid #59130e; }
        .post-wrapper .latest-post .latest-post-content a:hover:before {
          border-right: none; }
        .post-wrapper .latest-post .latest-post-content a:hover:after {
          border-left: none; }

.error-404.not-found h1.page-title {
  text-align: center;
  margin-bottom: 30px; }
  .error-404.not-found h1.page-title span {
    color: #59130e;
    display: block; }

.home .site-content {
  padding-bottom: 0; }
  .home .site-content .site-main {
    margin-bottom: 0; }

.flex-header {
  background: none;
  position: relative;
  top: -45px;
  z-index: 10; }
  .flex-header .branding {
    padding-top: 0px; }

body {
  background: url("images/body-bg.png"); }

.home.blog .test {
  background: url("images/body-bg.png"); }
.home.blog .site-content .container {
  margin-bottom: 50px; }
.home.blog .main-navigation ul.nav-menu > li {
  top: 0; }

.default-header {
  background-image: url("images/breadcrumb-header.png"), url("images/body-bg.png");
  background-position: center top,center bottom;
  background-repeat: no-repeat, repeat;
  position: relative !important;
  top: auto !important; }
  .default-header .branding {
    padding-top: 130px; }

.breadcrumb {
  position: relative;
  z-index: 1;
  margin-bottom: 0; }
  .breadcrumb a {
    color: #4c4c4c; }
    .breadcrumb a:hover {
      color: #de3c2f; }
  .breadcrumb .breadcrumb-right {
    position: absolute;
    background: #ffffff;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-weight: 700; }
    .breadcrumb .breadcrumb-right .right-wrapper {
      position: absolute;
      width: 48%;
      right: 0; }
    .breadcrumb .breadcrumb-right h4 {
      background: #ffffff none repeat scroll 0 0;
      display: inline-block;
      padding: 10px;
      position: absolute;
      right: -12px;
      top: 0px; }
  .breadcrumb .breadcrumb-left {
    position: absolute;
    background: #ffffff;
    position: absolute;
    left: 0; }
    .breadcrumb .breadcrumb-left .left-wrapper {
      position: absolute;
      width: 50%;
      left: 0; }
    .breadcrumb .breadcrumb-left #crumbs {
      background: #ffffff none repeat scroll 0 0;
      display: inline-block;
      padding: 10px;
      position: absolute;
      left: -12px;
      top: 0px; }

.flexslider {
  border: 0 !important;
  margin-bottom: 0;
  -webkit-box-shadow: inset 0 0 0 transparent !important;
  -moz-box-shadow: inset 0 0 0 transparent !important;
  box-shadow: inset 0 0 0 transparent !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background: transparent !important; }
  .flexslider .slides > li {
    position: relative; }
  .flexslider .flex-direction-nav a {
    margin: 0;
    text-align: center;
    top: 35%;
    width: 30px;
    height: 90px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0px;
    font-size: 0rem;
    line-height: 70px;
    border: 1px solid white;
    padding-top: 10px;
    background: white !important;
    z-index: 100;
    overflow: visible; }
    .flexslider .flex-direction-nav a:hover {
      background: #59130e !important;
      border: 1px solid #59130e; }
  .flexslider .flex-direction-nav a:before {
    font-size: 20px;
    font-size: 2rem;
    color: #4c4c4c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .flexslider .flex-direction-nav a:hover:before {
    color: white; }
  .flexslider .flex-direction-nav a.flex-next {
    right: 0 !important; }
    .flexslider .flex-direction-nav a.flex-next:after {
      position: absolute;
      content: "";
      left: -22%;
      top: -6px;
      border: 1px solid white;
      height: 114%;
      width: 100%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .flexslider .flex-direction-nav a.flex-next:hover:after {
      border: 1px solid #59130e; }
  .flexslider .flex-direction-nav a.flex-prev {
    left: 0 !important; }
    .flexslider .flex-direction-nav a.flex-prev:after {
      position: absolute;
      content: "";
      left: 22%;
      top: -6px;
      border: 1px solid white;
      height: 114%;
      width: 100%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .flexslider .flex-direction-nav a.flex-prev:hover:after {
      border: 1px solid #59130e; }
  .flexslider .flex-control-nav {
    display: none;
    text-align: right;
    bottom: 0; }
    .flexslider .flex-control-nav li {
      display: block;
      float: left;
      margin: 0; }
    .flexslider .flex-control-nav a {
      color: #d7d7d7;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-border-radius: 0px !important;
      border-radius: 0px !important;
      -webkit-box-shadow: inset 0 0 0 transparent;
      -moz-box-shadow: inset 0 0 0 transparent;
      box-shadow: inset 0 0 0 transparent;
      background-color: #d7d7d7;
      font-size: 16px;
      font-size: 1.6rem;
      width: 30px;
      height: 30px;
      text-indent: 0;
      text-align: center;
      line-height: 30px; }
  .flexslider ol.flex-control-paging {
    text-align: center;
    bottom: 30px;
    z-index: 10; }
    .flexslider ol.flex-control-paging li {
      float: none;
      display: inline; }
      .flexslider ol.flex-control-paging li a {
        display: inline-block;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        -webkit-border-radius: 25px !important;
        border-radius: 25px !important;
        width: 15px;
        height: 15px;
        line-height: 15px;
        background-color: white;
        border: 0 !important;
        text-indent: -9999em !important;
        margin: 0 3px; }
      .flexslider ol.flex-control-paging li a.flex-active {
        background-color: #de3c2f; }
  .flexslider:hover .flex-direction-nav a.flex-prev {
    left: 50px !important;
    background-color: black;
    opacity: 1; }
  .flexslider:hover .flex-direction-nav a.flex-next {
    right: 50px !important;
    background-color: black;
    opacity: 1; }

.flexslider .flex-caption {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 100%;
  padding-top: 10%;
  padding-left: 15%; }
  .flexslider .flex-caption h1, .flexslider .flex-caption h2, .flexslider .flex-caption h3, .flexslider .flex-caption h4, .flexslider .flex-caption h5, .flexslider .flex-caption h6, .flexslider .flex-caption p, .flexslider .flex-caption li {
    color: white;
    padding: 5px 0;
    display: block;
    width: 55%;
    text-align: left; }
  .flexslider .flex-caption h2 {
    font-size: 44px; }
  .flexslider .flex-caption a {
    color: #4c4c4c;
    background: white;
    margin: 0;
    display: block;
    width: 30%;
    margin-top: 5px;
    border: 1px solid white;
    text-transform: none;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    position: relative; }
    .flexslider .flex-caption a:before {
      position: absolute;
      content: "";
      left: -10px;
      top: 8px;
      border: 1px solid white;
      height: 103%;
      width: 70%;
      border-right: none; }
    .flexslider .flex-caption a:after {
      position: absolute;
      content: "";
      right: -10px;
      top: 8px;
      border: 1px solid white;
      height: 103%;
      width: 70%;
      border-left: none; }
    .flexslider .flex-caption a:hover:before, .flexslider .flex-caption a:hover:after {
      border: 1px solid #59130e; }
    .flexslider .flex-caption a:hover:before {
      border-right: none; }
    .flexslider .flex-caption a:hover:after {
      border-left: none; }
    .flexslider .flex-caption a:hover {
      border: 1px solid #59130e;
      background: #59130e;
      color: white; }

.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce #content table.cart input,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  color: white;
  background: #4c4c4c; }

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background: none !important;
  background-color: #de3c2f !important;
  color: white; }

.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  background: #272727 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #272727 0%, #45484d 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, #45484d)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #272727 0%, #45484d 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #272727 0%, #45484d 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #272727 0%, #45484d 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #272727 0%, #45484d 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#45484d',GradientType=0 ) !important;
  /* IE6-9 */
  border: 1px solid #333; }

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  border-color: #000;
  background: #666 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #666666 0%, #45484d 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #45484d)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #666666 0%, #45484d 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #666666 0%, #45484d 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #666666 0%, #45484d 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #45484d 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#45484d',GradientType=0 ) !important;
  /* IE6-9 */ }

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  background-color: #333; }

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-color: #333; }

.order-total .amount,
.cart-subtotal .amount {
  color: #de3c2f; }

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: #f2f9fe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f9fe), color-stop(100%, #d6f0fd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
  /* IE6-9 */ }

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  color: #4c4c4c; }

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  background-color: #666;
  color: white; }

.woocommerce a.added_to_cart:hover,
.woocommerce-page a.added_to_cart:hover {
  background-color: #000; }

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: white; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background: #f2f9fe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f9fe), color-stop(100%, #d6f0fd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
  /* IE6-9 */ }

.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
  color: #de3c2f; }

.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
  background-color: #4c4c4c; }

.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  background-color: #d7d7d7; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: #de3c2f;
  color: white; }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  background: #fceabb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
  /* IE6-9 */ }

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
  background-color: #4c4c4c;
  color: white !important; }

.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background-color: #de3c2f;
  color: white; }

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul {
  background-color: #4c4c4c; }

.woocommerce-error li strong {
  color: #B81C23; }

.woocommerce .site-content,
.woocommerce-page .site-content {
  margin-bottom: 0; }

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  border: 0;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: 0 0 0;
  font-weight: 400; }

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  padding-top: 0;
  height: 2.5em;
  line-height: 2.5;
  width: 2em; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  line-height: normal;
  border: 1px solid #aea9a9;
  color: black; }

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  padding: 2px 15px 1px 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  text-decoration: none; }

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
  color: #de3c2f; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  padding: 0.5em 1em;
  background-color: transparent;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-top: 0;
  position: static; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
  position: static; }

.woocommerce #content div.product form.cart table.variations,
.woocommerce div.product form.cart table.variations,
.woocommerce-page #content div.product form.cart table.variations,
.woocommerce-page div.product form.cart table.variations,
.woocommerce #content div.product form.cart table.variations td,
.woocommerce div.product form.cart table.variations td,
.woocommerce-page #content div.product form.cart table.variations td,
.woocommerce-page div.product form.cart table.variations td {
  border: 0; }

.cross-sells h2,
.shipping_calculator h2 {
  font-size: 1.6em; }

.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
  margin: 0 auto; }

.woocommerce #content table.cart td.actions input#coupon_code,
.woocommerce table.cart td.actions input#coupon_code,
.woocommerce-page #content table.cart td.actions input#coupon_code,
.woocommerce-page table.cart td.actions input#coupon_code {
  width: auto; }

.woocommerce button.button,
.woocommerce-page button.button {
  padding: 10px 12px; }

.woocommerce .cart button.single_add_to_cart_button {
  padding: 6px 12px 5px; }

.woocommerce button.button, .woocommerce-page button.button,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  padding: 20px;
  border: 1px solid #e0dadf;
  border-top: 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0; }

.woocommerce #content table.cart td.actions .coupon #coupon_code,
.woocommerce table.cart td.actions .coupon #coupon_code,
.woocommerce-page #content table.cart td.actions .coupon #coupon_code,
.woocommerce-page table.cart td.actions .coupon #coupon_code {
  padding: 4px 6px; }

.woocommerce #content div.product .stock,
.woocommerce div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce-page div.product .stock {
  text-decoration: underline;
  color: #333; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background: #4c4c4c;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0;
  margin: 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  color: white;
  text-shadow: 0 0 0;
  padding: 7px 20px !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  border-bottom-color: transparent; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  display: none !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  display: none !important; }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 12px; }

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  margin: -15px -15px 0 0; }

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
  border: 0;
  padding: 3px 10px; }

.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  border: 0; }

.woocommerce #content nav.woocommerce-pagination ul li {
  border: 0; }

.woocommerce #content nav.woocommerce-pagination ul {
  padding: 7px 10px;
  border: 0; }

.woocommerce-page .site-footer,
.woocommerce-page .footer-bottom,
.woocommerce-page .woocommerce-breadcrumb {
  padding: 0 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 -50%; }

.woocommerce a.remove {
  background: #de3c2f;
  color: white !important; }

.star-rating {
  color: #de3c2f; }

.woocommerce #primary {
  margin: 50px 0px; }

/* SITE STYLE */
.container .container {
  width: 100%; }

.fluid-container .container {
  width: 100%;
  max-width: none; }

.boxed-container {
  overflow: hidden; }

.boxed-header .branding .site-branding {
  padding-left: 10px; }
  .boxed-header .branding .site-branding:before {
    display: none; }
.boxed-header #nav-wrap .thirteen, .boxed-header .twelve, .boxed-header #nav-wrap .sixteen {
  margin-left: 0; }
.boxed-header .search-form::after {
  display: none; }

.fluid-header #nav-wrap .thirteen, .fluid-header #nav-wrap .sixteen {
  margin-left: 0; }

/* BLOG MASONRY LAYOUT */
.masonry-blog-content .navigation.pagination, .masonry-blog-content .navigation.paging-navigation {
  position: absolute;
  bottom: 0;
  right: 0; }

.masonry-blog-content .navigation.paging-navigation {
  width: 100%; }

.navigation.pagination, .navigation.post-navigation {
  position: relative;
  bottom: 0;
  right: 0; }

.navigation.post-navigation {
  width: 100%;
  border: none; }

.blog #primary .eight:nth-child(2n+1) {
  clear: both; }
.blog #primary .one-third:nth-child(3n+1) {
  clear: both; }

.navigation.pagination {
  clear: both; }

ol.webulous_page_navi li {
  display: -moz-inline-box; }

.single_page_flexslider_feature_image {
  width: 100%; }

.site-footer.footer-image {
  position: relative; }

.blog-box {
  border: 1px solid #999;
  margin-bottom: 35px;
  padding: 20px; }
  .blog-box .hentry {
    margin: 0px; }
  .blog-box article.post {
    border-bottom: none;
    margin-bottom: 10px !important; }
    .blog-box article.post .entry-meta {
      width: 100%; }
  .blog-box .date-structure {
    display: none; }

/*--------------------------------------------------------------
10.0 Secondary
--------------------------------------------------------------*/
#secondary {
  padding: 11px 25px 20px; }

.right-sidebar {
  padding-left: 0px !important;
  padding-right: 50px; }

#secondary .left-sidebar {
  background-color: white;
  padding: 40px 25px; }

.widget-area {
  margin-top: 1.5em; }
  .widget-area h4.widget-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 4px solid #d7d7d7;
    position: relative; }
    .widget-area h4.widget-title:after {
      position: absolute;
      content: "";
      left: -1%;
      bottom: -7px;
      border: 1px solid #d7d7d7;
      height: 5px;
      width: 102%; }
  .widget-area ul li {
    padding: 8px 0 8px;
    border-bottom: 1px solid #d7d7d7; }
    .widget-area ul li a {
      color: black; }
      .widget-area ul li a:hover {
        color: #de3c2f; }
    .widget-area ul li li:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .widget-area ul li ul.children,
    .widget-area ul li .sub-menu {
      padding-top: 5px; }
      .widget-area ul li ul.children li:last-child,
      .widget-area ul li .sub-menu li:last-child {
        padding-bottom: 0; }
  .widget-area select {
    width: 100%;
    background: url("images/down.png") no-repeat 95% 50%;
    -moz-appearance: none;
    border: 1px solid #d7d7d7;
    padding: 5px 10% 5px 3%; }

.widget-area ul li {
  background: url("images/left.png") no-repeat left 16px;
  padding-left: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .widget-area ul li li {
    padding-left: 5px; }
  .widget-area ul li:hover {
    background: url("images/right.png") no-repeat 12px 16px; }
.widget-area ul.children {
  border-top: 1px solid #d7d7d7;
  padding-top: 0 !important;
  margin-left: -25px;
  padding-left: 0;
  margin-top: 15px; }
  .widget-area ul.children li {
    padding-left: 50px;
    background-position: 25px 16px; }
    .widget-area ul.children li:hover {
      background-position: 37px 16px; }
  .widget-area ul.children ul.children {
    margin-left: -50px; }
    .widget-area ul.children ul.children li {
      padding-left: 75px;
      background-position: 50px 16px; }
      .widget-area ul.children ul.children li:hover {
        background-position: 67px 16px; }
    .widget-area ul.children ul.children ul.children {
      margin-left: -75px; }
      .widget-area ul.children ul.children ul.children li {
        padding-left: 100px;
        background-position: 75px 16px; }
        .widget-area ul.children ul.children ul.children li:hover {
          background-position: 92px 16px; }

.widget {
  margin: 0 0 2.5em 0;
  /* Make sure select elements fit in widgets */ }
  .widget ul, .widget ol {
    padding: 0;
    list-style: none;
    margin: 0; }
    .widget ul li ul, .widget ul li ol, .widget ol li ul, .widget ol li ol {
      padding: 0; }
  .widget select {
    max-width: 100%; }

#secondary #recentcomments a {
  color: #de3c2f; }
  #secondary #recentcomments a:hover {
    color: #59130e; }

.widget_calendar table th, .widget_calendar table td {
  text-align: center;
  padding: 7px 5px;
  border: 0; }
  .widget_calendar table th a, .widget_calendar table td a {
    display: block;
    color: #de3c2f; }
    .widget_calendar table th a:hover, .widget_calendar table td a:hover {
      color: #59130e; }
.widget_calendar table th {
  font-weight: 400; }
.widget_calendar table td#prev {
  text-align: left; }
.widget_calendar table td#next {
  text-align: right; }
.widget_calendar table caption {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  background-color: #de3c2f;
  color: white;
  padding: 5px 0; }

.widget-area .rss-date,
.widget-area .widget_rss cite {
  display: block;
  color: #d7d7d7;
  margin: 5px 0; }
.widget-area .widget_rss span {
  color: #848484; }
.widget-area .widget_rss cite {
  color: #848484; }
.widget-area .widget_rss a {
  color: #de3c2f; }
  .widget-area .widget_rss a:hover {
    color: #4c4c4c; }
.widget-area .widget_rss .widget-title .rsswidget {
  color: #4c4c4c; }
  .widget-area .widget_rss .widget-title .rsswidget img {
    margin: 0; }
.widget-area .widget_rss ul li {
  background: none;
  padding-left: 0; }
.widget-area .rssSummary {
  font-size: .95em; }

.widget_search .search-form {
  position: relative; }
  .widget_search .search-form label {
    display: block; }
  .widget_search .search-form input[type="search"] {
    color: black;
    width: 100%;
    padding: 5px; }

.widget-area .textwidget select {
  padding: 5px 10px;
  background-color: white;
  border: 1px solid #848484; }

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

.widget_tag_cloud a {
  padding: 4px 6px;
  color: white;
  margin: 6px 8px;
  display: inline-block;
  border: 1px solid #de3c2f;
  position: relative;
  background-color: #de3c2f; }
  .widget_tag_cloud a:hover:after {
    border: 1px solid #59130e;
    border-left: none !important; }
  .widget_tag_cloud a:hover:before {
    border: 1px solid #59130e;
    border-right: none !important; }
  .widget_tag_cloud a:hover {
    background-color: #59130e;
    border: 1px solid #59130e; }
  .widget_tag_cloud a:after {
    position: absolute;
    content: "";
    right: -7px;
    top: -6px;
    border: 1px solid #de3c2f;
    border-left: none !important;
    height: 103%;
    width: 90%; }
  .widget_tag_cloud a:before {
    position: absolute;
    content: "";
    left: -7px;
    top: -6px;
    border-right: none !important;
    border: 1px solid #de3c2f;
    height: 103%;
    width: 90%; }

.widget_nav_menu a {
  display: block; }
.widget_nav_menu ul.sub-menu li {
  text-indent: 0; }
.widget_nav_menu ul.sub-menu {
  border-top: 1px solid #d7d7d7;
  padding-top: 0 !important;
  margin-left: -10px;
  padding-left: 0;
  margin-top: 15px; }
  .widget_nav_menu ul.sub-menu li {
    padding-left: 25px; }

/*--------------------------------------------------------------
11.0 Footer
--------------------------------------------------------------*/
.site-footer .footer-widgets {
  margin-top: 0; }

.site-footer {
  background: url("images/footer-bg.png") repeat left top; }
  .site-footer .footer-widgets {
    color: white;
    padding: 90px 0 50px; }
    .site-footer .footer-widgets h4.widget-title {
      color: white;
      padding-bottom: 10px;
      text-transform: uppercase; }
    .site-footer .footer-widgets ul li {
      color: #717171;
      border-color: rgba(255, 255, 255, 0.2);
      background: url("images/footer-list.png") no-repeat left 2px;
      padding-left: 10%;
      padding-bottom: 4px; }
    .site-footer .footer-widgets ul.children,
    .site-footer .footer-widgets .widget_nav_menu ul.sub-menu {
      border-color: rgba(255, 255, 255, 0.2); }
    .site-footer .footer-widgets #calendar_wrap td, .site-footer .footer-widgets #calendar_wrap th {
      color: white; }
    .site-footer .footer-widgets #calendar_wrap a {
      color: #de3c2f; }
      .site-footer .footer-widgets #calendar_wrap a:hover {
        color: white; }
    .site-footer .footer-widgets select {
      width: 100%;
      background: url("images/down.png") no-repeat 95% 50% white;
      -moz-appearance: none;
      border: 1px solid #d7d7d7;
      padding: 5px 10% 5px 3%; }
    .site-footer .footer-widgets a {
      color: white; }
      .site-footer .footer-widgets a:hover {
        color: #de3c2f; }
    .site-footer .footer-widgets p {
      margin-bottom: 0; }
    .site-footer .footer-widgets .widget_nav_menu li {
      border-bottom: none; }
      .site-footer .footer-widgets .widget_nav_menu li ul.sub-menu {
        border-top: none; }
    .site-footer .footer-widgets .widget_tag_cloud a:hover {
      color: white; }
    .site-footer .footer-widgets .widget_rss ul li {
      background: none; }
    .site-footer .footer-widgets .footer-list {
      list-style: none;
      padding-bottom: 5px; }
      .site-footer .footer-widgets .footer-list i {
        padding-right: 10px; }
    .site-footer .footer-widgets input[type="email"] {
      width: 100%;
      background: transparent;
      color: white;
      border: none;
      margin-top: 20px;
      border-bottom: 1px solid white; }
    .site-footer .footer-widgets input[type="submit"] {
      background: #de3c2f;
      width: 100%;
      margin-top: 20px;
      text-transform: uppercase;
      border: none; }
      .site-footer .footer-widgets input[type="submit"]:hover {
        background: #59130e; }
  .site-footer .scroll-to-top {
    background: #de3c2f;
    color: white;
    bottom: 3%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 99999;
    text-align: center;
    line-height: 40px;
    width: 40px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
  .site-footer .scroll-to-top:hover {
    background: rgba(222, 60, 47, 0.6); }
  .site-footer .textwidget .wpcf7-form p {
    margin-bottom: 3px; }

.site-info {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 0; }
  .site-info .widget {
    margin: 0; }
  .site-info .left-sidebar h4.widget-title {
    display: none; }
  .site-info .sep:after {
    display: none; }
  .site-info p {
    color: white;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .site-info p a {
      color: #de3c2f; }
      .site-info p a:hover {
        color: white; }
  .site-info .widget_nav_menu ul {
    text-align: right; }
  .site-info .widget_nav_menu .sub-menu {
    border-top: none; }
  .site-info .widget_nav_menu li {
    border: 0;
    padding: 0;
    display: inline; }
  .site-info .widget_nav_menu a {
    font-family: "Droid Sans", sans-serif;
    display: inline-block;
    color: white;
    padding: 4px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    position: relative; }
    .site-info .widget_nav_menu a:hover {
      color: white;
      border-top: 3px solid white; }
      .site-info .widget_nav_menu a:hover:after {
        position: absolute;
        content: "";
        left: -1.5%;
        top: -2px;
        border: 1px solid white;
        height: 5px;
        width: 103%; }
  .site-info .widget_nav_menu li.current_page_item a {
    color: white;
    border-top: 3px solid white; }
    .site-info .widget_nav_menu li.current_page_item a:after {
      position: absolute;
      content: "";
      left: -4%;
      top: -2px;
      border: 1px solid white;
      height: 5px;
      width: 107%; }

/*--------------------------------------------------------------
12.0 Responsiveness
--------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
  .main-navigation ul ul li:hover > ul {
    right: 100%; } }
@media only screen and (max-width: 960px) {
  .main-navigation ul ul li:hover > ul {
    left: 100%; }

  .branding .site-branding, .branding .site-navigation, .branding .container .five.columns, .branding .container .eleven.columns {
    width: 100%; }

  .branding .site-branding::after {
    background: none; } }
@media only screen and (min-width: 1024px) {
  .home .site-main .container .one-fourth.column {
    width: 23.25% !important; }

  .secondary-wrapper {
    margin-left: 4%;
    width: 27.16% !important; } }
@media only screen and (max-width: 1024px) {
  .flexslider .flex-caption h1, .flexslider .flex-caption h2, .flexslider .flex-caption h3, .flexslider .flex-caption h4, .flexslider .flex-caption h5, .flexslider .flex-caption h6, .flexslider .flex-caption p, .flexslider .flex-caption li, .flexslider .flex-caption a {
    width: 80%; }
  .flexslider .flex-caption a {
    width: 40%; }

  .widget_nav_menu ul.sub-menu li {
    padding-left: 20px; }

  .post-wrapper .latest-post .latest-post-content a {
    margin: 10px 4%; } }
@media only screen and (max-width: 850px) {
  .widget_nav_menu ul.sub-menu li {
    padding-left: 15px !important; } }
@media only screen and (max-width: 768px) {
  .home .site-header {
    position: static;
    padding-top: 20px;
    background-image: url("images/breadcrumb-header.png"), url("images/body-bg.png");
    background-position: center top,center bottom;
    background-repeat: no-repeat, repeat;
    height: auto; }

  .breadcrumb-left, .breadcrumb-right, #crumbs, .breadcrumb-right, .breadcrumb .breadcrumb-right h4, .breadcrumb .breadcrumb-right h4, .breadcrumb .breadcrumb-right #crumb {
    position: static !important; }

  .breadcrumb {
    text-align: center; }

  .services-wrapper {
    margin-bottom: 20px;
    text-align: center; }
    .services-wrapper .service h1:after, .services-wrapper .service h2:after, .services-wrapper .service h3:after, .services-wrapper .service h4:after, .services-wrapper .service h5:after, .services-wrapper .service h6:after {
      left: 46%; }
    .services-wrapper img {
      display: block;
      margin: 0 auto; }

  .site-branding {
    text-align: center; }
    .site-branding img {
      margin: 0 auto; }

  .main-navigation {
    margin: 0; }
    .main-navigation a {
      padding: 15px; }

  #secondary {
    padding-left: 0; }

  .flexslider .flex-caption {
    position: static;
    background-color: #59130e;
    padding: 30px 20px; }

  .flexslider ol.flex-control-paging {
    bottom: 0; }

  .home .site-content #primary .services-wrapper {
    margin-bottom: 50px;
    padding-bottom: 0; }

  .post-wrapper .latest-post a.btn-readmore {
    display: inline-block;
    width: auto; }

  .copyright, .site-info .widget_nav_menu ul {
    text-align: center; } }
@media only screen and (max-width: 700px) {
  #commentform .comment-form-author,
  #commentform .comment-form-email,
  #commentform .comment-form-url {
    width: 100%;
    float: none;
    margin-right: 0; }

  #commentform .comment-form-author input,
  #commentform .comment-form-url input,
  #commentform .comment-form-email input {
    width: 100%; }

  .nav-links .nav-previous,
  .nav-links .nav-next,
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next {
    width: 100%;
    float: none;
    margin-bottom: 10px; }

  .post-navigation .nav-links a,
  .comment-navigation .nav-previous a,
  .comment-navigation .nav-next a {
    display: block;
    text-align: center; } }
@media only screen and (max-width: 480px) {
  .main-navigation {
    padding: 10px 0; }
    .main-navigation button.menu-toggle {
      margin: 0 auto;
      font-size: 20px;
      font-size: 2rem;
      background: #606060; }
    .main-navigation .menu-all-pages-container {
      padding-top: 0; }
    .main-navigation ul li {
      float: none; }
      .main-navigation ul li a {
        display: block; }
    .main-navigation ul ul li:hover > ul {
      left: 0% !important;
      width: 100%; }

  .flex-recent-posts li {
    width: 100%; }
    .flex-recent-posts li img {
      max-width: 100%;
      width: 100%; }

  ol.comment-list ol.children {
    margin-left: 1em; }

  .flexslider ol.flex-control-paging li a {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-width: 3px; } }
