


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%;
  
  overflow-y: scroll;
  
  -webkit-text-size-adjust: 100%;
  
  -ms-text-size-adjust: 100%;
  
  box-sizing: border-box;
   }

*,
*:before,
*:after {
  
  box-sizing: inherit; }

body {
  background: #fff;
  
  overflow: hidden; }

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

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

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

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; }


.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: 23%; }
  .container .two-thirds.column {
    width: 64.5%; }
  .container .offset-by-one {
    padding-right: 6.25%; }
  .container .offset-by-two {
    padding-right: 12.5%; }
  .container .offset-by-three {
    padding-right: 18.75%; }
  .container .offset-by-four {
    padding-right: 25%; }
  .container .offset-by-five {
    padding-right: 31.25%; }
  .container .offset-by-six {
    padding-right: 37.5%; }
  .container .offset-by-seven {
    padding-right: 43.7%; }
  .container .offset-by-eight {
    padding-right: 50%; }
  .container .offset-by-nine {
    padding-right: 56.25%; }
  .container .offset-by-ten {
    padding-right: 62.5%; }
  .container .offset-by-eleven {
    padding-right: 68.75%; }
  .container .offset-by-twelve {
    padding-right: 75%; }
  .container .offset-by-thirteen {
    padding-right: 81.25%; }
  .container .offset-by-fourteen {
    padding-right: 87.5%; }
  .container .offset-by-fifteen {
    padding-right: 93.75%; }

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

.row {
  margin-bottom: 2%; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 93%; }
    .container .column, .container .columns {
      margin-right: 1.3%;
      margin-left: 1.3%; }
      .container .column .alpha, .container .columns .alpha {
        margin-right: 0;
        margin-left: 1.3%; }
      .container .column .omega, .container .columns .omega {
        margin-right: 1.3%;
        margin-left: 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-right: 6.25%; }
    .container .offset-by-two {
      padding-right: 12.5%; }
    .container .offset-by-three {
      padding-right: 18.75%; }
    .container .offset-by-four {
      padding-right: 25%; }
    .container .offset-by-five {
      padding-right: 31.25%; }
    .container .offset-by-six {
      padding-right: 37.5%; }
    .container .offset-by-seven {
      padding-right: 43.75%; }
    .container .offset-by-eight {
      padding-right: 45%; }
    .container .offset-by-nine {
      padding-right: 56.25%; }
    .container .offset-by-ten {
      padding-right: 62.5%; }
    .container .offset-by-eleven {
      padding-right: 68.75%; }
    .container .offset-by-twelve {
      padding-right: 75%; }
    .container .offset-by-thirteen {
      padding-right: 81.25%; }
    .container .offset-by-fourteen {
      padding-right: 87.5%; }
    .container .offset-by-fifteen {
      padding-right: 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-right: 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; } }



.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }


.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; }


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }







.alpha {
  margin-right: 0; }

.omega {
  margin-left: 0; }


body,
button,
input,
select,
textarea {
  color: #7b7b7b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Hind", sans-serif;
  color: #1a1d25;
  clear: both;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize; }

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: #f8f8f8;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border-right: 6px solid #edecec;
  border-radius: 5px; }

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 #1a1d25;
  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%; }


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

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

ul {
  list-style: disc; }
  ul li {
    padding: 5px 5px; }
    ul li ul {
      margin-top: 5px; }
      ul li ul li {
        padding: 5px 5px; }

ol {
  list-style: decimal; }
  ol li {
    padding: 5px 5px; }
    ol li ol {
      margin-top: 5px; }
      ol li ol li {
        padding: 5px 5px; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em;
  margin-top: 10px; }

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

figure {
  margin: 0; }

table {
  color: #1a1d25;
  margin: 0 0 1.5em;
  width: 100%; }
  table th {
    font-family: "Hind", sans-serif; }
    table th a {
      font-weight: 700;
      display: block;
      text-align: center; }
  table td, table th {
    padding: 15px 20px; }
  table thead tr th {
    font-weight: 700;
    color: #1a1d25; }
    table thead tr th:first-child {
      display: block;
      text-align: center; }
  table thead tr {
    background-color: #edecec; }
  table tbody tr:nth-child(even) th {
    background-color: #f8f8f8; }
  table tbody tr:nth-child(odd) th {
    background-color: #edecec; }
  table tbody tr:nth-child(odd) td {
    background-color: #f8f8f8; }

button,
input,
textarea {
  font-size: 100%;
  
  margin: 0;
  
  vertical-align: baseline;
   }

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"], #banner-form .wpforms-container button[type="submit"] {
  border: none;
  background: #cc8800;
  cursor: pointer;
  
  -webkit-appearance: button;
  
  line-height: 1;
  padding: 1.2em 1.5em;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s ease; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, #banner-form .wpforms-container button[type="submit"]:hover {
  border-color: #1a1d25;
  background-color: #1a1d25;
  position: relative;
  color: #fff; }

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: #1a1d25;
  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;
   }

input[type="search"] {
  -webkit-appearance: textfield;
  
  box-sizing: content-box; }

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7; }

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 6px 15px;
  width: 96%; }

textarea {
  overflow: auto;
  
  padding: 10px;
  vertical-align: top;
  
  width: 100%; }

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

ul {
  list-style: disc; }
  ul li {
    padding: 5px 5px; }
    ul li ul {
      margin-top: 5px; }
      ul li ul li {
        padding: 5px 5px; }

ol {
  list-style: decimal; }
  ol li {
    padding: 5px 5px; }
    ol li ol {
      margin-top: 5px; }
      ol li ol li {
        padding: 5px 5px; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em;
  margin-top: 10px; }



a {
  color: #cc8800;
  text-decoration: none;
  transition: all 0.5s ease; }
  a:visited {
    color: #cc8800; }
  a:hover, a:focus, a:active {
    color: #1a1d25;
    outline: none;
    outline-offset: 0; }


.nav-wrap {
  background-color: #1a1d25; }

.main-navigation {
  display: block;
  position: relative;
  float: left;
  font-family: "Open Sans", sans-serif; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-right: 0;
    margin-top: 0; }
    .main-navigation ul li {
      padding: 0px; }
    .main-navigation ul ul {
      box-shadow: none;
      float: right;
      text-align: right;
      position: absolute;
      top: auto;
      right: -999em;
      z-index: 99999;
      margin: 0; }
      .main-navigation ul ul:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: -5px;
        right: calc(50% - 10px);
        z-index: 10; }
      .main-navigation ul ul ul {
        right: -999em;
        top: 0;
        margin-top: 0;
        border: 1px solid #1a1d25;
        border-top: none; }
        .main-navigation ul ul ul:before {
          display: none; }
      .main-navigation ul ul li {
        background-color: #fff;
        margin: 0;
        height: auto;
        float: right;
        position: relative;
        font-size: 15px;
        font-size: 1.5rem; }
        .main-navigation ul ul li:last-child a {
          border: 0; }
        .main-navigation ul ul li:hover > ul {
          left: 100%; }
      .main-navigation ul ul a {
        min-width: 230px;
        height: auto;
        color: #1a1d25;
        padding: 10px 20px;
        text-transform: none;
        font-weight: 400; }
    .main-navigation ul li:hover > ul {
      right: auto; }
  .main-navigation li {
    float: right;
    position: relative;
    margin: 0px 2px; }
    .main-navigation li:hover ul {
      margin-top: -10px;
      border: 1px solid rgba(26, 29, 37, 0.5);
      border-top: none; }
  .main-navigation .sub-menu a:hover, .main-navigation .sub-menu .current-menu-item > a, .main-navigation .sub-menu .current-menu-parent > a {
    color: #cc8800; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    padding: 40px 20px;
    position: relative;
    font-weight: 500; }
  .main-navigation li.menu-item-has-children > a:hover:after {
    color: #cc8800; }
  .main-navigation li.menu-item-has-children > a:after {
    position: absolute;
    content: '\f107';
    font-family: "FontAwesome";
    font-size: 14px;
    font-size: 1.4rem;
    top: calc(50% - 10px);
    color: #fff;
    padding-right: 4px; }
  .main-navigation .children {
    border: 12px solid rgba(255, 255, 255, 0.8); }
    .main-navigation .children .current_page_item > a,
    .main-navigation .children .current-menu-item > a,
    .main-navigation .children .current_page_ancestor > a {
      color: #fff;
      background-image: none; }
  .main-navigation li li a {
    margin-left: 0; }
    .main-navigation li li a:after {
      display: none; }
  .main-navigation a:hover,
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-parent > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current_page_parent > a {
    color: #cc8800; }
    .main-navigation a:hover:after,
    .main-navigation .current_page_item > a:after,
    .main-navigation .current-menu-item > a:after,
    .main-navigation .current-menu-parent > a:after,
    .main-navigation .current_page_ancestor > a:after,
    .main-navigation .current_page_parent > a:after {
      color: #cc8800 !important; }


.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled ul.nav-menu {
    display: block;
    margin: auto; }
    .menu-toggle li,
    .main-navigation.toggled ul.nav-menu li {
      border-bottom: 1px solid #f8f8f8;
      float: none; }
    .menu-toggle ul,
    .main-navigation.toggled ul.nav-menu ul {
      padding-right: 10%;
      position: static;
      text-align: none;
      float: none; }
      .menu-toggle ul li,
      .main-navigation.toggled ul.nav-menu ul li {
        background-color: transparent; }
        .menu-toggle ul li a,
        .main-navigation.toggled ul.nav-menu ul li a {
          color: #fff; }
          .menu-toggle ul li a:hover,
          .main-navigation.toggled ul.nav-menu ul li a:hover {
            color: #cc8800; }
  .main-navigation ul.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: right;
  width: 48%;
  margin: 1%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  text-align: left;
  width: 47%;
  margin: 1%; }

.post-navigation {
  padding-bottom: 25px;
  border-bottom: 1px solid #d2d2d2; }
  .post-navigation span {
    display: none; }
  .post-navigation .meta-previuous-post, .post-navigation .meta-next-post {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a1d25;
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 12px; }
    .post-navigation .meta-previuous-post:before, .post-navigation .meta-next-post:before {
      position: absolute;
      content: "\f053";
      font-family: "FontAwesome";
      font-size: 10px;
      font-size: 1rem;
      right: 0;
      top: 3px;
      font-weight: 400; }
  .post-navigation .meta-next-post {
    padding-left: 12px; }
    .post-navigation .meta-next-post:before {
      right: auto;
      content: "\f054";
      left: 0; }
  .post-navigation a {
    color: #cc8800 !important;
    font-weight: 700;
    border: none !important;
    padding-top: 5px !important;
    font-family: "Open Sans", sans-serif !important; }
    .post-navigation a:hover {
      color: #1a1d25 !important;
      background-color: transparent !important; }
  .post-navigation .nav-previous a {
    padding-right: 0 !important; }
  .post-navigation .nav-next a {
    padding-left: 0 !important; }
  .post-navigation .nav-previous:hover a, .post-navigation .nav-next:hover a {
    background-color: transparent !important; }
  .post-navigation .nav-previous {
    border-left: 1px solid #d2d2d2; }

.navigation a,
.comment-navigation a {
  color: #7b7b7b;
  border: 1px solid #7b7b7b;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block; }
  .navigation a:hover,
  .comment-navigation a:hover {
    background-color: #fff;
    border-color: #7b7b7b;
    color: #7b7b7b; }

.comment-navigation {
  position: relative; }
  .comment-navigation .nav-previous a {
    padding-right: 50px;
    position: relative;
    font-weight: 700; }
  .comment-navigation .nav-previous:hover a {
    background: #7b7b7b;
    color: #fff; }
    .comment-navigation .nav-previous:hover a .meta-nav {
      color: #fff; }
  .comment-navigation .nav-next a {
    padding-left: 50px;
    position: relative;
    font-weight: 700; }
  .comment-navigation .nav-next:hover a {
    background: #7b7b7b;
    color: #fff; }
    .comment-navigation .nav-next:hover a .meta-nav {
      color: #fff; }

.nav-links,
.more-link, .comment-navigation {
  position: relative; }
  .nav-links a,
  .more-link a, .comment-navigation a {
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Hind", sans-serif; }
  .nav-links .meta-nav,
  .more-link .meta-nav, .comment-navigation .meta-nav {
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    color: #1a1d25;
    background-clip: padding-box;
    
    border-radius: 25px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    position: absolute;
    line-height: 18px;
    top: 30%;
    font-weight: 700; }
  .nav-links .nav-previous a,
  .more-link .nav-previous a, .comment-navigation .nav-previous a {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 3px;
    display: inline-block; }
  .nav-links .nav-previous .meta-nav,
  .more-link .nav-previous .meta-nav, .comment-navigation .nav-previous .meta-nav {
    right: 20px; }
  .nav-links .nav-previous:hover a,
  .more-link .nav-previous:hover a, .comment-navigation .nav-previous:hover a {
    background: #cc8800;
    color: #fff; }
    .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: #cc8800;
      background: #fff; }
  .nav-links .nav-next a,
  .more-link .nav-next a, .comment-navigation .nav-next a {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 3px;
    display: inline-block; }
  .nav-links .nav-next .meta-nav,
  .more-link .nav-next .meta-nav, .comment-navigation .nav-next .meta-nav {
    left: 20px; }
  .nav-links .nav-next:hover a,
  .more-link .nav-next:hover a, .comment-navigation .nav-next:hover a {
    background: #cc8800;
    color: #fff; }
    .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: #cc8800;
      background: #fff; }

a.more-link {
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #cc8800; }
  a.more-link:hover {
    background-color: #1a1d25;
    color: #fff; }
  a.more-link .fa {
    margin-left: 7px; }

.nav-links a:hover .meta-nav {
  background-color: transparent;
  color: #7b7b7b; }

.page-navigation {
  margin-top: 60px;
  text-align: center; }

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

.navigation.pagination {
  margin: 0;
  list-style-type: none;
  position: relative;
  text-align: center;
  margin: 50px 0px; }
  .navigation.pagination .page-numbers {
    display: inline-block;
    margin-left: 10px;
    padding: 7px 10px 5px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #7b7b7b; }
  .navigation.pagination a {
    border: none; }
  .navigation.pagination .page-numbers.current {
    color: #7b7b7b;
    border: 2px solid #7b7b7b;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 3px; }
  .navigation.pagination .prev.page-numbers, .navigation.pagination .next.page-numbers {
    border: none; }

.header-style2 .eight .site-branding, .header-style2 .sixteen .site-branding {
  padding: 15px 0px;
  text-align: padding-right !important; }
  .header-style2 .eight .site-branding .site-title a, .header-style2 .sixteen .site-branding .site-title a {
    color: #1a1d25; }

.header-style2 .eight .top-nav {
  margin-top: 9%; }

.nav-wrap {
  padding: 0px; }
  .nav-wrap .sixteen .main-navigation {
    float: none; }
    .nav-wrap .sixteen .main-navigation a {
      padding: 22px 20px; }
    .nav-wrap .sixteen .main-navigation li:first-child a {
      padding-right: 0px; }
    .nav-wrap .sixteen .main-navigation ul ul li:first-child a {
      padding-right: 20px; }
    .nav-wrap .sixteen .main-navigation ul ul a {
      padding: 10px 20px; }
    .nav-wrap .sixteen .main-navigation ul ul li:hover ul {
      right: 100%; }


.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; }


embed,
iframe,
object {
  max-width: 100%; }


.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; }


.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; }



.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: #fff;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
     }

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

.alignright {
  display: inline;
  float: left;
  margin-right: 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; }


.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  
  display: none; }


.infinity-end.neverending .site-footer {
  display: block; }


.nav-wrap {
  padding: 10px 0px; }

.branding .site-branding {
  text-align: right;
  position: relative;
  padding: 10px 0px; }
  .branding .site-branding .site-description {
    font-size: 13px;
    font-size: 1.3rem;
    color: #7b7b7b;
    font-family: "Open Sans", sans-serif;
    padding: 0px 0px 10px 10px;
    position: relative;
    margin-bottom: 0px;
    margin-top: -20px; }
  .branding .site-branding .site-title {
    margin-bottom: 0;
    color: #fff; }
    .branding .site-branding .site-title a {
      display: block;
      color: #fff; }
    .branding .site-branding .site-title a:hover {
      color: #cc8800 !important; }

.sticky-nav {
  position: fixed;
  top: -2px;
  right: 0;
  width: 100%;
  z-index: 1000; }

.admin-bar .nav-wrap.sticky-nav {
  top: 30px; }

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

.header-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative; }

.top-nav {
  margin-bottom: 0px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #7b7b7b;
  font-weight: 700;
   }
  .top-nav aside {
    margin-bottom: 10px; }
  .top-nav .textwidget {
    padding: 0; }
  .top-nav .widget_text {
    margin: 0px; }
  .top-nav a {
    color: #7b7b7b; }
    .top-nav a:hover {
      color: #cc8800; }
  .top-nav ul {
    margin: 0; }
    .top-nav ul li {
      float: right;
      list-style: none;
      border-bottom: none !important;
      margin-left: 15px; }
      .top-nav ul li:nth-of-type(1) {
        padding-right: 0; }
      .top-nav ul li a {
        padding: 0px 2px 0px 2px;
        border-radius: 5px;
        display: inline-block; }
        .top-nav ul li a:hover {
          color: #cc8800; }
      .top-nav ul li i {
        font-size: 12px;
        font-size: 1.2rem;
        display: inline-block;
        padding-left: 2px;
        line-height: 0.5rem; }
  .top-nav .cart-left ul, .top-nav .cart-left ol {
    padding-right: 0 !important; }
  .top-nav .cart-right li {
    float: left;
    margin-left: 2px; }
    .top-nav .cart-right li:nth-of-type(1) {
      margin-left: 0;
      padding-left: 0;
      padding-right: 5px; }
    .top-nav .cart-right li a {
      border: 1px solid #fff;
      border-radius: 100%;
      line-height: 2.1rem;
      min-width: 25px;
      min-height: 25px;
      text-align: center; }
    .top-nav .cart-right li i {
      padding-left: 0; }
  .top-nav .cart-right {
    padding: 5px 0 5px 35px;
    position: relative;
    text-align: left; }
  .top-nav .widget_search .widget-title {
    color: #7b7b7b;
    font-size: 15px;
    padding: 4px 10px 3px 30px;
    text-align: left;
    margin-bottom: 0;
    display: block; }
  .top-nav .widget_search .search-form {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3; }
    .top-nav .widget_search .search-form i {
      position: absolute;
      left: 0;
      padding: 8px;
      display: block; }
    .top-nav .widget_search .search-form .search-field {
      background-color: transparent;
      background-position: calc(100% - (100% - 15px)) center;
      background-repeat: no-repeat;
      background-size: 24px 24px;
      cursor: pointer;
      margin: 0;
      padding: 4px 10px 5px 50px;
      line-height: 2rem;
      position: relative;
      width: 0;
      z-index: 2;
      border: none;
      width: 0px;
      font-size: 12px;
      font-size: 1.2rem; }
    .top-nav .widget_search .search-form .search-field:focus {
      background-color: #fff;
      background-size: 15px 16px;
      border: 12px solid #7b7b7b;
      outline: 2px solid green;
      border-radius: 5px;
      cursor: text;
      outline: 0;
      width: 230px;
      top: 0;
      margin-top: 35px;
      color: #fff;
      transition: width 400ms ease, background 400ms ease; }
    .top-nav .widget_search .search-form .search-field:focus ~ .search-submit-wrapper:before {
      opacity: 1; }
    .top-nav .widget_search .search-form .search-field:focus ~ .search-submit-wrapper .search-submit {
      opacity: 1 !important; }
    .top-nav .widget_search .search-form .search-submit-wrapper {
      position: absolute;
      top: 46px;
      z-index: 11;
      left: 12px; }
      .top-nav .widget_search .search-form .search-submit-wrapper:before {
        background: #cc8800;
        content: "";
        height: 8px;
        right: -3px;
        position: absolute;
        top: calc(50% - 3px);
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 8px;
        z-index: 1000;
        opacity: 0; }
      .top-nav .widget_search .search-form .search-submit-wrapper .search-submit {
        background-color: #cc8800;
        background-image: none;
        border-radius: 0 3px 3px 0;
        font-size: 12px;
        line-height: 2rem;
        padding: 0 10px;
        height: 30px;
        text-indent: 0;
        text-transform: unset;
        box-shadow: none;
        z-index: 10;
        opacity: 0;
        position: static; }
        .top-nav .widget_search .search-form .search-submit-wrapper .search-submit:hover {
          background-color: none; }
    .top-nav .widget_search .search-form input[type="search"] {
      -webkit-appearance: textfield; }

.top-nav.style2 {
  background: #cc8800;
  color: #fff; }
  .top-nav.style2 a {
    color: #fff; }


.breadcrumb {
  background: #cc8800;
  position: relative;
  padding: 30px 0px;
  margin-top: 0;
  text-align: center; }
  .breadcrumb a {
    color: #1a1d25; }
    .breadcrumb a:hover {
      color: #d2d2d2; }
  .breadcrumb .breadcrumb-left h2 {
    margin-bottom: 0;
    color: #fff;
    line-height: 3.5rem; }
  .breadcrumb .breadcrumb-right {
    color: #fff;
    margin-top: 8px; }


.site-content {
  padding-top: 80px;
  margin-bottom: 100px; }

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

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

.single .navigation.post-navigation {
  padding-top: 25px;
  border-top: 1px solid #d2d2d2; }

.share-box .widget-title {
  margin-bottom: 50px;
  color: #1a1d25; }

.share-box ul {
  margin: 0; }
  .share-box ul li {
    border: 0;
    padding: 0;
    margin: 0 0px 0px 8px;
    display: inline-block; }
    .share-box ul li a {
      width: 35px;
      height: 35px;
      color: #1a1d25;
      display: inline-block;
      background-color: #1a1d25;
      text-align: center;
      line-height: 35px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      color: #fff; }
      .share-box ul li a:hover {
        color: #fff;
        background-color: #cc8800; }
      .share-box ul li a i {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        font-size: 14px;
        font-size: 1.4rem; }

.share-box {
  margin-bottom: 50px; }
  .share-box h4 {
    margin-bottom: 15px; }

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

.comment-navigation {
  clear: both; }

.comment-content p {
  color: #1a1d25;
  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-right: 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: absolute;
  right: -100px;
  top: 100px; }
  ol.comment-list .reply:hover a, ol.comment-list .reply:hover:before {
    color: #1a1d25; }
  ol.comment-list .reply:before {
    position: relative;
    left: 7px;
    content: "\f112";
    font-family: "FontAwesome";
    color: #cc8800;
    font-size: 15px;
    font-size: 1.5rem; }

.byuser .reply a:hover {
  color: #fff; }

.comment-author {
  display: inline;
  text-transform: uppercase;
  color: #1a1d25; }
  .comment-author img {
    position: absolute;
    right: 0; }
  .comment-author .fn {
    font-style: normal; }
    .comment-author .fn a {
      color: #cc8800; }
      .comment-author .fn a:hover {
        color: #1a1d25; }

ol.comment-list article {
  margin-bottom: 50px;
  width: calc(100% - 140px);
  float: left;
  position: relative;
  z-index: 1;
  min-height: 120px; }
  ol.comment-list article .fn {
    color: #cc8800;
    cursor: pointer; }
    ol.comment-list article .fn:hover {
      color: #1a1d25; }

ol.comment-list article .comment-author img {
  top: -5px;
  right: -120px;
  width: 80px;
  height: 80px; }

ol.comment-list li.byuser .comment-metadata a:hover {
  color: #1a1d25; }

.comment-meta .edit-link {
  position: absolute;
  left: 0; }
  .comment-meta .edit-link a {
    color: #fff;
    padding: 5px 12px;
    background-color: #d2d2d2;
    border-radius: 3px; }
    .comment-meta .edit-link a:hover {
      background-color: #cc8800;
      color: #fff; }

.comment-metadata {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
  margin-bottom: 20px; }
  .comment-metadata a {
    color: #7b7b7b; }
    .comment-metadata a:hover {
      color: #cc8800; }

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

ol.comment-list li {
  clear: both; }
  ol.comment-list li .comment-body {
    border-bottom: 1px solid #d2d2d2; }
  ol.comment-list li ol {
    clear: both; }
    ol.comment-list li ol li {
      clear: both; }

.comment-form input[type="text"], .comment-form input[type="email"] {
  float: right;
  width: 32.5%;
  margin-top: 20px;
  padding: 15px 5px;
  margin-bottom: 20px; }

.comment-form input[type="email"] {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.comment-form .form-submit {
  float: left;
  margin-top: 15px; }

.comment-respond h3 {
  position: relative; }
  .comment-respond h3:after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #cc8800;
    bottom: 0px;
    right: 0px;
    width: 5%; }

.hentry.sticky {
  color: #fff;
  padding: 25px !important;
  padding-bottom: 20 !important;
  background-clip: padding-box;
  
  border-radius: 5px;
  position: relative;
  margin-bottom: 90px !important;
  background-color: #cc8800; }
  .hentry.sticky:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -70px;
    height: 3px;
    width: 100%;
    border-bottom: 1px solid #d2d2d2; }
  .hentry.sticky .entry-meta .date-structure:hover .dd {
    color: #1a1d25; }
  .hentry.sticky .entry-meta .date-structure .dd {
    color: #fff; }
  .hentry.sticky h3.entry-title a {
    color: #fff; }
    .hentry.sticky h3.entry-title a:hover {
      color: #1a1d25; }
  .hentry.sticky .entry-content {
    color: #fff !important; }
    .hentry.sticky .entry-content ul li {
      list-style: square; }
    .hentry.sticky .entry-content p {
      color: #fff !important; }
  .hentry.sticky a {
    color: #fff; }
    .hentry.sticky a:hover {
      color: #1a1d25; }
  .hentry.sticky span i {
    color: #fff; }
  .hentry.sticky code {
    color: #000; }
  .hentry.sticky .entry-footer span {
    background-color: #cc8800;
    color: #fff; }
    .hentry.sticky .entry-footer span i, .hentry.sticky .entry-footer span a {
      color: #fff; }
  .hentry.sticky .entry-footer,
  .hentry.sticky .entry-meta {
    margin-bottom: 0;
    border: 0; }
    .hentry.sticky .entry-footer a,
    .hentry.sticky .entry-meta a {
      color: #fff; }
      .hentry.sticky .entry-footer a:hover,
      .hentry.sticky .entry-meta a:hover {
        color: #fff; }
  .hentry.sticky .entry-meta a:hover {
    color: #1a1d25 !important; }

.hentry.post {
  margin: 0 0 1em;
  border-bottom: 1px solid #d2d2d2; }
  .hentry.post h1 a {
    color: #000; }
    .hentry.post h1 a:hover {
      color: #cc8800; }

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

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

.entry-meta .date-structure {
  display: inline-block;
  text-align: center; }
  .entry-meta .date-structure .dd {
    color: #cc8800; }
  .entry-meta .date-structure:hover .dd {
    color: #1a1d25; }

.entry-meta, .entry-footer {
  margin: 5px 0px 25px 0px;
  position: relative; }

.entry-meta span {
  margin: 0 0 0 35px; }
  .entry-meta span span {
    margin: 0; }
  .entry-meta span i {
    color: #cc8800;
    padding-left: 5px; }
  .entry-meta span a {
    color: #cc8800; }
    .entry-meta span a:hover {
      color: #1a1d25; }
  .entry-meta span:hover i {
    color: #1a1d25; }

.entry-meta .cat-links a:hover {
  color: #1a1d25 !important; }

.entry-footer span {
  margin: 0 0px 0 30px; }
  .entry-footer span span {
    margin: 0; }
  .entry-footer span i {
    color: #cc8800;
    padding-left: 5px; }
  .entry-footer span a {
    color: #cc8800;
    padding: 5px 3px 5px 10px;
    border-radius: 3px; }
    .entry-footer span a:hover {
      color: #1a1d25; }

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

.page-links {
  margin: 0 0 1.5em;
  padding: 12px;
  text-align: center;
  color: #fff;
  background-color: #cc8800;
  display: inline-block; }
  .page-links a {
    padding: 5px 10px;
    color: #1a1d25; }
    .page-links a:hover {
      color: #d2d2d2; }

blockquote {
  position: relative;
  margin: 0;
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 40px 0 10px;
  border-radius: 3px; }
  blockquote:before {
    position: absolute;
    content: "\f10d";
    font-size: 22px;
    font-size: 2.2rem;
    font-family: 'FontAwesome';
    right: 20px;
    top: 20px;
    color: #7b7b7b; }
  blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    padding: 20px;
    color: #7b7b7b;
    position: relative; }
    blockquote p cite {
      font-style: normal;
      text-transform: uppercase;
      color: #fff; }
    blockquote p a, blockquote p a:visited {
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
    blockquote p a:hover {
      color: #7b7b7b; }

.related-posts {
  padding: 20px 0px; }
  .related-posts ul#equity-related-posts {
    list-style-type: none;
    margin: 0; }
    .related-posts ul#equity-related-posts li {
      width: 18%;
      float: right;
      margin: 1%;
      line-height: normal; }
      .related-posts ul#equity-related-posts li a {
        line-height: normal; }

.post {
  position: relative; }
  .post .latest-content .entry-title {
    margin-bottom: 8px;
    margin-top: 5px; }
    .post .latest-content .entry-title a {
      color: #1a1d25; }
      .post .latest-content .entry-title a:hover {
        color: #cc8800; }
  .post .latest-content .entry-meta span {
    font-size: 16px;
    font-size: 1.6rem; }
  .post .latest-content .entry-content {
    color: #1a1d25; }
    .post .latest-content .entry-content p {
      color: #1a1d25; }
  .post .latest-content a.more-link {
    border-radius: 2px;
    padding: 0;
    background: transparent;
    color: #cc8800; }
    .post .latest-content a.more-link:hover {
      color: #1a1d25; }
    .post .latest-content a.more-link .fa {
      display: none; }

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

.home .site-header {
  border-bottom: none; }

.home.blog .site-content {
  padding-top: 100px; }

.blog article.post {
  padding: 40px 0px 40px; }
  .blog article.post .post-thumb {
    padding-top: 10px; }

.blog article.post:first-child {
  padding-top: 0; }


.title-divider {
  text-align: center;
  position: relative;
  margin-bottom: 75px;
  border-color: #cc8800; }
  .title-divider:before {
    position: absolute;
    content: "";
    width: 73px;
    height: 1px;
    border-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    right: 0;
    bottom: -11px;
    z-index: 1; }
  .title-divider:after {
    position: absolute;
    content: "";
    width: 73px;
    height: 1px;
    border-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    right: 91px;
    bottom: -11px;
    z-index: 1; }
  .title-divider .td-1, .title-divider .td-2 {
    display: block;
    border-color: #cc8800; }
  .title-divider .td-2 {
    padding-bottom: 10px;
    position: relative; }
    .title-divider .td-2:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 8px;
      border-color: inherit;
      border-style: solid;
      border-width: 1px;
      bottom: 0;
      right: 86px; }
    .title-divider .td-2:after {
      position: absolute;
      content: "";
      width: 9px;
      height: 12px;
      border-color: inherit;
      border-right-style: solid;
      border-right-width: 1px;
      border-left-style: solid;
      border-left-width: 1px;
      bottom: -2px;
      right: 89px; }
  .title-divider .td-1:before {
    position: absolute;
    content: "";
    height: 15px;
    border-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    bottom: -12px;
    right: 86px; }
  .title-divider .td-1:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    border-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    right: 91px;
    bottom: -8px; }
  .title-divider .td-2:before, .title-divider .td-2:after, .title-divider .td-1:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }


.title-divider.center:before {
  right: calc(50% - 82px); }

.title-divider.center:after {
  right: calc(50% - 82px + 91px); }

.title-divider.center .td-1:before {
  right: calc(50% - 82px + 86px); }

.title-divider.center .td-1:after {
  right: calc(50% - 82px + 91px); }

.title-divider.center .td-2:before {
  right: calc(50% - 82px + 86px); }

.title-divider.center .td-2:after {
  right: calc(50% - 82px + 89px); }


.services-wrapper {
  padding: 100px 0px; }
  .services-wrapper .service-section {
    padding: 0px 10px; }
    .services-wrapper .service-section .service-image {
      text-align: center;
      margin-bottom: 15px; }
      .services-wrapper .service-section .service-image .fa {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #cc8800;
        font-size: 50px;
        font-size: 5rem;
        border-radius: 100%; }
      .services-wrapper .service-section .service-image a {
        display: block; }
    .services-wrapper .service-section .service-content {
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      color: #1a1d25; }
      .services-wrapper .service-section .service-content .service-title {
        position: relative;
        margin-bottom: 4px; }
        .services-wrapper .service-section .service-content .service-title a {
          color: #1a1d25; }
          .services-wrapper .service-section .service-content .service-title a:hover {
            color: #cc8800; }
    .services-wrapper .service-section:nth-of-type(2) {
      border-right: 1px solid #d2d2d2;
      border-left: 1px solid #d2d2d2;
      padding-right: 25px;
      padding-left: 25px; }


.post-wrapper {
  padding: 80px 0px 70px;
  background-color: #ebebeb; }
  .post-wrapper .latest-posts .one-third:nth-child(3n+1) {
    clear: both; }
  .post-wrapper .latest-posts .latest-post {
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    margin-bottom: 2.5em;
    background: #fff;
    text-align: right;
    margin: 0px 10px 2.5em 10px; }
  .post-wrapper .latest-posts .latest-post-thumb img {
    display: block; }
  .post-wrapper .latest-posts .latest-post-details {
    padding: 20px 30px 50px 20px; }
    .post-wrapper .latest-posts .latest-post-details h4 {
      margin-bottom: 0;
      font-weight: 600; }
      .post-wrapper .latest-posts .latest-post-details h4 a {
        color: #1a1d25; }
        .post-wrapper .latest-posts .latest-post-details h4 a:hover {
          color: #cc8800; }
    .post-wrapper .latest-posts .latest-post-details .entry-meta {
      border: none;
      padding: 0;
      margin-bottom: 15px;
      position: absolute;
      bottom: 18px; }
      .post-wrapper .latest-posts .latest-post-details .entry-meta .data-structure span {
        display: inline-block;
        text-align: right;
        color: #7b7b7b;
        text-transform: uppercase;
        font-weight: 700; }
        .post-wrapper .latest-posts .latest-post-details .entry-meta .data-structure span:hover {
          color: #1a1d25; }
    .post-wrapper .latest-posts .latest-post-details .latest-post-content {
      margin: 10px 0 30px;
      color: #1a1d25; }
    .post-wrapper .latest-posts .latest-post-details .btn-readmore {
      display: inline-block;
      padding: 20px 20px 0px 0px;
      color: #cc8800; }
      .post-wrapper .latest-posts .latest-post-details .btn-readmore:hover {
        color: #1a1d25; }


.services-wrapper a.more-link, .post-wrapper a.more-link {
  margin-top: 0;
  background-color: transparent;
  color: #cc8800;
  padding-right: 0; }
  .services-wrapper a.more-link:hover, .post-wrapper a.more-link:hover {
    background-color: transparent;
    color: #1a1d25; }

.services-wrapper .portfolio-readmore {
  margin-top: -20px; }


#banner-form {
  width: 280px;
  position: fixed;
  top: 27%;
  left: -280px;
  z-index: 1000; }
  #banner-form .banner-form-title {
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    background-color: #cc8800;
    color: #fff;
    width: 220px; }
  #banner-form .banner-form-class {
    background-color: #fafbfb;
    border: 1px solid #d2d2d2;
    padding: 20px 20px 0px 20px;
    font-size: 14px;
    font-size: 1.4rem; }
    #banner-form .banner-form-class .form-title {
      margin-bottom: 0.8em; }
  #banner-form .wpcf7 button[type="submit"], #banner-form .wpcf7 input[type="submit"], #banner-form .wpcf7 input[type="text"], #banner-form .wpcf7 input[type="email"], #banner-form .wpcf7 input[type="url"], #banner-form .wpcf7 input[type="password"], #banner-form .wpcf7 input[type="search"], #banner-form .wpforms-container button[type="submit"], #banner-form .wpforms-container input[type="submit"], #banner-form .wpforms-container input[type="text"], #banner-form .wpforms-container input[type="email"], #banner-form .wpforms-container input[type="url"], #banner-form .wpforms-container input[type="password"], #banner-form .wpforms-container input[type="search"] {
    width: 100%; }
  #banner-form .wpcf7 form p:last-of-type, #banner-form .wpforms-container form p:last-of-type {
    margin-bottom: 0; }
  #banner-form .wpforms-container input[type="text"] {
    font-size: 14px;
    font-size: 1.4rem; }
  #banner-form .pull_feedback {
    background: #cc8800;
    color: #fff;
    display: block;
    height: 45px;
    right: -123px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: calc(50% - 60px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 200px;
    font-weight: 600; }
    #banner-form .pull_feedback i {
      display: inline-block;
      padding: 0px 5px; }


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

.no-results input[type="search"], .not-found input[type="search"] {
  float: right;
  width: 75%; }

.no-results input[type="submit"], .not-found input[type="submit"] {
  float: right;
  width: 20%;
  position: relative;
  left: -4px;
  top: -5px; }

.flexslider {
  border: 0 !important;
  margin-bottom: 0;
  box-shadow: inset 0 0 0 transparent !important;
  background-clip: padding-box;
  
  border-radius: 0px !important;
  background: transparent !important; }
  .flexslider .slides > li {
    position: relative; }
  .flexslider .flex-direction-nav li {
    border: 0 !important;
    padding: 0; }
  .flexslider .flex-direction-nav a {
    margin: 0;
    text-align: center;
    top: auto;
    bottom: 8%;
    opacity: 1 !important;
    overflow: visible;
    width: 40px;
    height: 40px;
    font-size: 0px;
    font-size: 0rem;
    line-height: 40px;
    background: #1a1d25;
    border-radius: 100%; }
    .flexslider .flex-direction-nav a:before {
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      font-family: "FontAwesome"; }
    .flexslider .flex-direction-nav a:hover {
      background-color: #cc8800; }
      .flexslider .flex-direction-nav a:hover:before {
        color: #fff; }
  .flexslider .flex-direction-nav a.flex-prev {
    right: auto;
    left: calc(4% + 50px);
    opacity: 0; }
    .flexslider .flex-direction-nav a.flex-prev:before {
      content: "\f104"; }
    .flexslider .flex-direction-nav a.flex-prev:after {
      right: 5px; }
  .flexslider .flex-direction-nav a.flex-next {
    text-align: center;
    left: 4%;
    opacity: 0; }
    .flexslider .flex-direction-nav a.flex-next:before {
      content: "\f105"; }
    .flexslider .flex-direction-nav a.flex-next:after {
      left: 5px; }
  .flexslider:hover .flex-direction-nav a.flex-prev {
    right: auto;
    left: calc(4% + 50px);
    background-color: #1a1d25;
    opacity: 1; }
    .flexslider:hover .flex-direction-nav a.flex-prev:hover {
      background-color: #cc8800; }
  .flexslider:hover .flex-direction-nav a.flex-next {
    left: 4%;
    background-color: #1a1d25;
    opacity: 1; }
    .flexslider:hover .flex-direction-nav a.flex-next:hover {
      background-color: #cc8800; }
  .flexslider ol.flex-control-paging {
    text-align: center;
    bottom: 15px;
    z-index: 10; }
    .flexslider ol.flex-control-paging li {
      float: none;
      display: inline;
      padding: 0px;
      margin: 0; }
      .flexslider ol.flex-control-paging li a {
        display: inline-block;
        background-clip: padding-box;
        
        border-radius: 25px !important;
        background-color: #1a1d25;
        text-indent: -9999em !important;
        margin: 0 5px;
        box-shadow: none;
        width: 12px;
        height: 12px; }
      .flexslider ol.flex-control-paging li a.flex-active, .flexslider ol.flex-control-paging li a:hover {
        border-radius: 25px;
        background-color: #cc8800; }

.flexslider .flex-caption {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 50%;
  padding: 20px 0px 20px 20px;
  z-index: 100;
  color: #1a1d25;
  margin: 0 auto; }
  .flexslider .flex-caption h1, .flexslider .flex-caption h2, .flexslider .flex-caption h3, .flexslider .flex-caption h4, .flexslider .flex-caption h5, .flexslider .flex-caption h6 {
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px; }
  .flexslider .flex-caption p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px; }
  .flexslider .flex-caption a, .flexslider .flex-caption p a {
    color: #fff;
    padding: 10px 35px;
    margin: 10px 0px 10px 10px;
    display: inline-block;
    border-radius: 3px;
    background-color: #cc8800;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
    .flexslider .flex-caption a:hover, .flexslider .flex-caption p a:hover {
      background-color: #1a1d25; }
  .flexslider .flex-caption .portfolio-readmore {
    margin-bottom: 10px; }
    .flexslider .flex-caption .portfolio-readmore .fa {
      display: none; }

.flexslider .flex-image {
  position: relative; }

.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 {
  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: #fff;
  background: #1a1d25; }

.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: #cc8800 !important;
  color: #fff; }

.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;
  
  
  
  
  
  
  background: linear-gradient(to bottom, #272727 0%, #45484d 100%) !important;
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#45484d',GradientType=0 ) !important;
  
  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;
  
  
  
  
  
  
  background: linear-gradient(to bottom, #666 0%, #45484d 100%) !important;
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#45484d',GradientType=0 ) !important;
   }

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

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

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: #f2f9fe;
  
  
  
  
  
  
  background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
   }

.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: #1a1d25; }

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

.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: #fff; }

.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;
  
  
  
  
  
  
  background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
   }

.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: #cc8800; }

.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: #1a1d25; }

.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: #ebebeb; }

.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: #cc8800;
  color: #fff; }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  background: #fceabb;
  
  
  
  
  
  
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=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 {
  background-color: #1a1d25;
  color: #fff !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: #cc8800;
  color: #fff; }

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

.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;
  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;
  text-align: center;
  color: #cc8800 !important;
  top: 10px;
  right: 1em; }

.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: #000; }

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  padding: 2px 30px 1px 15px;
  background-clip: padding-box;
  
  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: #1a1d25; }

.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;
  
  border-radius: 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: #1a1d25;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-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: #fff;
  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 {
  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;
  
  border-radius: 50px;
  padding: 10px 12px; }

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

.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 a.remove {
  background: #cc8800;
  color: #fff !important; }

.woocommerce-breadcrumb-class .woocommerce-breadcrumb {
  color: #fff; }

.woocommerce-breadcrumb-class h4 {
  font-size: 3.6rem;
  line-height: 3.5rem;
  color: #fff;
  margin-bottom: 0px; }

.woocommerce #primary {
  margin-bottom: 50px; }


#secondary {
  padding-right: 30px; }

#content div#secondary:first-of-type {
  padding-right: 0px !important;
  padding-left: 50px; }

#secondary .left-sidebar {
  padding: 0px 10px 40px; }
  #secondary .left-sidebar aside:nth-of-type(1) {
    margin-top: -12px; }

.widget-area {
  margin-top: 1.5em; }
  .widget-area h4.widget-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative; }
  .widget-area aside > ul {
    margin-top: -10px !important; }
  .widget-area ul:nth-of-type(1) {
    padding-right: 0 !important; }
  .widget-area ul li {
    padding: 8px 0px 15px; }
    .widget-area ul li a {
      color: #7b7b7b; }
      .widget-area ul li a:hover {
        color: #cc8800; }
    .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 5% 50%;
    -moz-appearance: none;
    border: 1px solid #d2d2d2;
    padding: 5px 3% 5px 10%; }

.widget-area ul li {
  list-style: none;
  background: url("images/sidebar-icon.png") no-repeat right 18px;
  padding-right: 15px;
  transition: all 0.5s ease;
  color: #7b7b7b; }
  .widget-area ul li li {
    padding-right: 10px; }

.widget-area ul.children {
  padding-top: 0 !important;
  margin-right: -25px;
  padding-right: 0;
  margin-top: 15px !important; }
  .widget-area ul.children li {
    padding-right: 10px; }
  .widget-area ul.children ul.children {
    margin-right: -50px; }
    .widget-area ul.children ul.children li {
      padding-right: 10px; }
    .widget-area ul.children ul.children ul.children {
      margin-right: -75px; }
      .widget-area ul.children ul.children ul.children li {
        padding-right: 10px; }

#secondary .widget, .site-footer .widget, .site-header .widget {
  margin: 0 0 3.5em 0;
   }
  #secondary .widget ul, #secondary .widget ol, .site-footer .widget ul, .site-footer .widget ol, .site-header .widget ul, .site-header .widget ol {
    padding: 0;
    margin: 0;
    padding-right: 12px; }
  #secondary .widget select, .site-footer .widget select, .site-header .widget select {
    max-width: 100%; }

.site-header .widget {
  margin: 0; }

#secondary .left-sidebar aside {
  margin: 0 0 4.5em 0; }
  #secondary .left-sidebar aside:last-child {
    margin-bottom: 0; }

#secondary #recentcomments a {
  color: #7b7b7b; }
  #secondary #recentcomments a:hover {
    color: #cc8800; }

.site-info .left-sidebar .widget-title, .top-nav .widget-title, .top-right .widget-title {
  display: none; }

.widget_calendar table th, .widget_calendar table td {
  text-align: center;
  padding: 7px 5px;
  border-bottom: 1px solid #d2d2d2; }
  .widget_calendar table th a, .widget_calendar table td a {
    display: block;
    color: #cc8800; }
    .widget_calendar table th a:hover, .widget_calendar table td a:hover {
      color: #1a1d25; }

.widget_calendar table thead {
  border-bottom: 1px solid #d2d2d2; }

.widget_calendar table tfoot {
  border: 0; }

.widget_calendar table tr {
  border-bottom: 1px solid #d2d2d2; }

.widget_calendar table th {
  color: #1a1d25;
  font-weight: 700;
  border-left: 1px solid #d2d2d2; }
  .widget_calendar table th:first-child {
    border-right: 1px solid #d2d2d2; }

.widget_calendar table td {
  border-left: 1px solid #d2d2d2; }
  .widget_calendar table td:first-child {
    border-right: 1px solid #d2d2d2; }

.widget_calendar table td#prev {
  text-align: right; }

.widget_calendar table td#next {
  text-align: left; }

.widget_calendar table tfoot td:first-child, .widget_calendar table tfoot tr, .widget_calendar table tfoot td {
  border: none; }

.widget_calendar table tbody tr th, .widget_calendar table tbody tr td {
  background-color: #fff;
  color: #1a1d25; }

.widget_calendar table caption {
  text-align: center;
  background-color: #cc8800;
  color: #fff;
  padding: 5px 0;
  position: relative; }

.widget-area .rss-date,
.widget-area .widget_rss cite {
  display: block;
  color: #d2d2d2;
  margin: 5px 0; }

.widget-area .widget_rss span {
  color: #cc8800; }

.widget-area .widget_rss cite {
  color: #7b7b7b; }

.widget-area .widget_rss a {
  color: #1a1d25;
  font-family: "Hind", sans-serif; }
  .widget-area .widget_rss a:hover {
    color: #cc8800; }

.widget-area .widget_rss .widget-title .rsswidget {
  color: #1a1d25; }
  .widget-area .widget_rss .widget-title .rsswidget img {
    margin: 0; }

.widget-area .widget_rss ul {
  padding-right: 0px !important; }
  .widget-area .widget_rss ul li {
    background: none;
    padding-right: 0;
    list-style: none;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 15px; }
    .widget-area .widget_rss ul li:last-child {
      border-bottom: 0; }
    .widget-area .widget_rss ul li a {
      font-size: 16px; }

.widget-area .rssSummary {
  font-size: .95em;
  padding-top: 5px; }

.widget_search .search-form {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem; }
  .widget_search .search-form label {
    display: block; }
  .widget_search .search-form i {
    display: none; }
  .widget_search .search-form input[type="search"] {
    color: #1a1d25;
    width: 100%;
    padding: 6px;
    background: #ebebeb;
    border: none; }
  .widget_search .search-form input[type="search"]:focus {
    color: #1a1d25 !important; }
  .widget_search .search-form input[type="submit"] {
    border: 0;
    position: absolute;
    left: -11px;
    top: 0px;
    text-indent: -9999em;
    height: 38px;
    background: #cc8800 url("images/icon-search-white.png") no-repeat 40% 50%; }

.site-content .search-form i {
  display: none; }

.nav-wrap .search-form {
  top: 13px;
  text-align: left;
  position: relative;
  margin: 0px 10px; }
  .nav-wrap .search-form .search-submit {
    position: absolute;
    left: -5px;
    margin: 0;
    padding: 5px;
    top: 10px;
    border: none;
    color: transparent; }

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

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

.widget_tag_cloud a {
  padding: 4px 15px;
  color: #fff;
  margin: 3px;
  display: inline-block;
  background-color: #cc8800;
  border: 1px solid #cc8800; }
  .widget_tag_cloud a:hover {
    background: #1a1d25; }

.widget_nav_menu a {
  display: block; }

.widget_nav_menu ul.sub-menu li {
  text-indent: 0; }

.widget_nav_menu ul.sub-menu {
  padding-top: 0 !important;
  padding-right: 0px;
  margin-top: 15px !important; }
  .widget_nav_menu ul.sub-menu li {
    padding-right: 12px; }


.site-footer .footer-widgets {
  margin-top: 0; }

.site-footer {
  background: #fafbfb;
  color: #1a1d25;
  border-top: 1px solid #d2d2d2; }
  .site-footer .footer-widgets {
    padding: 90px 0 50px;
    color: #1a1d25; }
    .site-footer .footer-widgets h3.widget-title {
      color: #1a1d25;
      line-height: 3.5rem; }
    .site-footer .footer-widgets .alpha, .site-footer .footer-widgets .alpha aside {
      margin-right: 0; }
    .site-footer .footer-widgets .omega, .site-footer .footer-widgets .omega aside {
      margin-left: 0; }
    .site-footer .footer-widgets omega {
      float: left; }
    .site-footer .footer-widgets aside {
      margin: 0 30px 3.5rem; }
    .site-footer .footer-widgets ul {
      padding-right: 0; }
    .site-footer .footer-widgets ul li {
      padding-bottom: 5px;
      padding-top: 5px;
      transition: all 0.5s ease; }
    .site-footer .footer-widgets select {
      width: 100%;
      background: #1a1d25 url("images/down.png") no-repeat 5% 50% secondary;
      -moz-appearance: none;
      border: 1px solid #d2d2d2;
      padding: 5px 3% 5px 10%; }
    .site-footer .footer-widgets .widget_search .search-form input[type="search"] {
      color: #1a1d25; }
    .site-footer .footer-widgets a {
      color: #1a1d25; }
      .site-footer .footer-widgets a:hover {
        color: #cc8800; }
    .site-footer .footer-widgets p {
      margin-bottom: 0; }
    .site-footer .footer-widgets .widget_nav_menu li {
      border-bottom: none; }
    .site-footer .footer-widgets .widget_tag_cloud a {
      color: #fff; }
      .site-footer .footer-widgets .widget_tag_cloud a:hover {
        background-color: #1a1d25; }
    .site-footer .footer-widgets ul li {
      padding-right: 2%;
      list-style: none; }
    .site-footer .footer-widgets .widget_rss ul li {
      background: none; }
  .site-footer .scroll-to-top {
    background: #cc8800;
    color: #fff;
    bottom: 3%;
    cursor: pointer;
    position: fixed;
    left: 20px;
    z-index: 999;
    text-align: center;
    line-height: 40px;
    width: 40px;
    background-clip: padding-box;
    
    border-radius: 4px;
    transition: background-color 0.3s linear; }
  .site-footer .scroll-to-top:hover {
    background: rgba(204, 136, 0, 0.8); }

.site-info {
  background: #1a1d25;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.7); }
  .site-info .copyright {
    line-height: 3rem;
    font-size: 13px;
    font-size: 1.3rem; }
  .site-info .left-sidebar {
    text-align: rigth; }
    .site-info .left-sidebar li a {
      font-family: "Open Sans", sans-serif; }
    .site-info .left-sidebar .textwidget ul {
      text-align: left; }
      .site-info .left-sidebar .textwidget ul li {
        list-style: none;
        display: inline-block;
        padding: 1px 15px; }
        .site-info .left-sidebar .textwidget ul li a {
          color: #fff; }
          .site-info .left-sidebar .textwidget ul li a:hover {
            color: #cc8800; }
  .site-info .widget {
    margin: 0; }
  .site-info p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .site-info p a {
      color: #cc8800; }
      .site-info p a:hover {
        color: #fff; }
  .site-info .widget_nav_menu {
    color: rgba(255, 255, 255, 0.7); }
    .site-info .widget_nav_menu ul {
      text-align: left; }
    .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: "Hind", sans-serif;
      display: inline-block;
      color: rgba(255, 255, 255, 0.7);
      padding: 4px 10px;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative; }
      .site-info .widget_nav_menu a:hover {
        color: #cc8800; }


@media only screen and (max-width: 1024px) {
  .post-wrapper .latst-post-wrapper .latest-post-content-wrapper {
    padding: 30px 20px 0 30px; }
  .post-wrapper .latst-post-wrapper .latest-post-content-wrapper .entry-meta {
    lrft: 15px;
    left: auto; }
  .post-wrapper .latst-post-wrapper:nth-last-child(2) {
    margin-bottom: 100px; } }

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

@media only screen and (max-width: 960px) {
  .main-navigation ul ul li:hover > ul {
    right: 100%; }
  .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=text] {
    width: 48%; } }

@media only screen and (max-width: 1024px) {
  .widget_nav_menu ul.sub-menu li {
    padding-right: 20px; } }

@media only screen and (max-width: 850px) {
  .widget_nav_menu ul.sub-menu li {
    padding-right: 15px !important; } }

@media only screen and (max-width: 768px) {
  .breadcrumb-left, .breadcrumb-right {
    text-align: center !important; }
  .breadcrumb .container .eight.columns, .branding .container .eight.columns {
    width: 100%;
    text-align: center; }
  .breadcrumb .site-title, .breadcrumb .site-description, .branding .site-title, .branding .site-description {
    text-align: center; }
  .breadcrumb .top-right, .branding .top-right {
    text-align: center; }
    .breadcrumb .top-right ul, .branding .top-right ul {
      float: none; }
    .breadcrumb .top-right li, .branding .top-right li {
      float: none;
      display: inline-block; }
    .breadcrumb .top-right li:first-child, .branding .top-right li:first-child {
      margin-left: 10px; }
  .site-footer .footer-widgets aside {
    margin: 0 0 3.5em 0; }
  .widget_calendar table th, .widget_calendar table td {
    padding: 7px 2px; }
  table td {
    padding: 7px 2px; }
  .top-nav {
    padding-top: 10px; }
  .site-branding {
    text-align: center; }
    .site-branding img {
      margin: 0 auto; }
  .main-navigation {
    margin: 0;
    float: none; }
    .main-navigation a {
      padding: 15px; }
  #secondary {
    padding-right: 0; }
  .flexslider .flex-caption {
    position: static;
    background-color: #7b7b7b;
    padding: 30px 20px;
    min-height: 300px;
    width: 100%; }
  .flexslider ol.flex-control-paging {
    bottom: 0; }
  .copyright {
    padding-bottom: 0 !important; }
  .site-info .widget_nav_menu ul {
    text-align: center; }
  .site-info left-sidebar {
    padding-bottom: 10px !important; }
  .top-nav .container .eight.columns {
    width: 100%;
    text-align: center; }
    .top-nav .container .eight.columns li {
      display: inline-block;
      float: none; }
  #secondary {
    right: 0 !important; } }

@media only screen and (max-width: 700px) {
  #commentform .comment-form-author,
  #commentform .comment-form-email,
  #commentform .comment-form-url {
    width: 100%;
    float: none;
    margin-left: 0; }
  .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=text] {
    width: 100%; }
  .comment-form input[type=email] {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .nav-links .nav-previous,
  .nav-links .nav-next,
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next {
    width: 100%;
    float: none;
    margin: 0px;
    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: 15px;
      font-size: 1.5rem;
      border: 1px solid #1a1d25; }
      .main-navigation button.menu-toggle:hover {
        background: #cc8800; }
    .main-navigation .menu-all-pages-container {
      padding-top: 0; }
  .flex-recent-posts li {
    width: 100%; }
    .flex-recent-posts li img {
      max-width: 100%;
      width: 100%; }
  ol.comment-list ol.children {
    margin-right: 1em; }
  .flexslider ol.flex-control-paging li a {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-width: 3px; } }
