/*
Theme Name: Oner
Theme URI: http://www.webulousthemes.com/oner/
Author: N. Venkat Raj
Author URI: http://www.webulousthemes.com/
Description: Oner is an outstanding creative one-page theme for WordPress that can be used for any business to create beautiful, clean and professional websites with fully responsive capabilities. The design allows you to include various sections like testimonials, portfolio, services, team, etc to beautifully showcase your business through your website.
Version: 1.1.2
Requires at least: 5.0
Requires PHP: 7.0
Tested up to: 5.5.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: oner
Tags: custom-menu, custom-background, featured-images, right-sidebar, sticky-post, threaded-comments, translation-ready, two-columns

Oner WordPress Theme, Copyright (C) 2017, N. Venkat Raj
Oner is distributed under the terms of the GNU GPL

Oner 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: 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: 23%; }
  .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: #757575;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

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

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

h2 {
  font-size: 40px;
  font-size: 4rem; }

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

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

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

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

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

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

blockquote, q {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #f7f6fa;
  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;
  border-left: 4px solid #c6c2ce; }

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 #202020;
  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: #c6c2ce;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

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-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-family: "Roboto", sans-serif;
    background-color: #4bae4f;
    color: white; }
    table th a {
      font-weight: 400;
      color: white; }
  table thead th, table thead td {
    border-top: 1px solid #c6c2ce;
    background-color: #4bae4f;
    color: white; }
  table td, table th {
    border-bottom: 1px solid #c6c2ce;
    border-left: 1px solid #c6c2ce;
    padding: 10px; }
    table td:last-child, table th:last-child {
      border-right: 1px solid #c6c2ce; }

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: white url("images/down.png") no-repeat 95% 50%;
  border: 1px solid #c6c2ce;
  padding: 5px 10% 5px 3%;
  -moz-appearance: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #202020;
  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: 1em 1.5em;
  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: #4bae4f;
  background-color: #4bae4f;
  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: #202020;
  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-width: 1px;
  border-style: solid;
  border-color: #c6c2ce;
  -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: #4bae4f; }

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

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: 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-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #4bae4f;
  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: #4bae4f; }
  a:hover, a:focus, a:active {
    color: #202020;
    outline: none;
    outline-offset: 0; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  background-color: transparent;
  float: right;
  padding-top: 8px; }
  .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: #4bae4f;
        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: #4bae4f; }
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li:hover {
      color: #202020; }
  .main-navigation a {
    position: relative;
    padding: 10px 14px;
    display: block;
    color: white;
    font-weight: 700;
    text-transform: uppercase; }
    .main-navigation a:hover {
      color: #202020; }
  .main-navigation .current_page_item > a, .main-navigation .current_page_item,
  .main-navigation .current-menu-item > a, .main-navigation .current-menu-item,
  .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-parent {
    color: #202020;
    position: relative; }
  .main-navigation .sub-menu .current_page_item,
  .main-navigation .sub-menu .current-menu-item,
  .main-navigation .sub-menu .current_page_ancestor,
  .main-navigation .children .current_page_item,
  .main-navigation .children-menu .current-menu-item,
  .main-navigation .children-menu .current_page_ancestor {
    color: white;
    background-color: #4bae4f; }
  .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 {
    color: white;
    background-color: #4bae4f; }

.main-navigation .sub-menu, .main-navigation .children {
  padding: 10px 0px 0px;
  width: 250px;
  background: #202020; }
  .main-navigation .sub-menu li, .main-navigation .children li {
    position: relative; }
    .main-navigation .sub-menu li a, .main-navigation .children li a {
      color: white;
      background: #202020;
      padding: 12px 15px 12px 25px; }
      .main-navigation .sub-menu li a:hover, .main-navigation .children li a:hover {
        background-color: #4bae4f; }
        .main-navigation .sub-menu li a:hover:after, .main-navigation .sub-menu li a:hover:before, .main-navigation .children li a:hover:after, .main-navigation .children li a:hover:before {
          display: none; }
  .main-navigation .sub-menu li:hover:before, .main-navigation .sub-menu li:hover:after, .main-navigation .children li:hover:before, .main-navigation .children li:hover:after {
    display: none; }

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

@media screen and (max-width: 960px) {
  .menu-toggle {
    border-radius: 3px;
    padding: 8px 11px;
    position: absolute;
    right: 10px;
    top: 10px; }
    .menu-toggle:hover {
      position: absolute; }

  .container .site-branding-wrapper {
    width: 100% !important; }
    .container .site-branding-wrapper .site-branding {
      text-align: center; }

  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block !important;
    margin: 0 auto; }
    .menu-toggle ul li:hover ul,
    .main-navigation.toggled .nav-menu ul li:hover ul {
      left: auto;
      margin-left: 0; }

  .site-header .sticky-nav {
    position: static; }

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

  .main-navigation ul {
    display: none; }

  .main-navigation ul li {
    float: none; }
    .main-navigation ul li a {
      display: block; }

  .main-navigation .sub-menu, .main-navigation .children {
    width: 100%;
    display: block !important;
    padding: 0; }
    .main-navigation .sub-menu .sub-menu, .main-navigation .sub-menu .children, .main-navigation .children .sub-menu, .main-navigation .children .children {
      padding-left: 20px;
      background: #4bae4f; }
    .main-navigation .sub-menu li a, .main-navigation .children li a {
      background: #4bae4f; }
      .main-navigation .sub-menu li a:hover, .main-navigation .children li a:hover {
        color: #202020; }
    .main-navigation .sub-menu .current_page_item > a, .main-navigation .children .current_page_item > a {
      color: #202020; }

  .main-navigation ul ul {
    position: static;
    width: 100%; }
    .main-navigation ul ul a {
      width: 100%; }
    .main-navigation ul ul li:hover > ul {
      margin-top: 0 !important; }

  .main-navigation {
    float: none; }

  site-navigation button {
    background: #4bae4f; }

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

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

  .main-navigation .menu ul.nav-menu {
    display: none; } }
.comment-navigation,
.paging-navigation,
.post-navigation {
  margin: 3em 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;
  margin: 1%; }

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

.post-navigation span {
  display: none; }

.navigation a,
.more-link,
.comment-navigation a {
  background-color: #4bae4f;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block; }
  .navigation a:hover,
  .more-link:hover,
  .comment-navigation a:hover {
    background-color: white;
    border-color: #0e1353;
    color: #0e1353; }

.comment-navigation {
  position: relative; }
  .comment-navigation .nav-previous a {
    padding-left: 50px;
    position: relative;
    font-weight: 700; }
  .comment-navigation .nav-previous:hover a {
    background: #0e1353;
    color: white; }
    .comment-navigation .nav-previous:hover a .meta-nav {
      color: white; }
  .comment-navigation .nav-next a {
    padding-right: 50px;
    position: relative;
    font-weight: 700; }
  .comment-navigation .nav-next:hover a {
    background: #0e1353;
    color: white; }
    .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;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif; }
  .nav-links .meta-nav,
  .more-link .meta-nav, .comment-navigation .meta-nav {
    display: inline-block;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    position: absolute;
    line-height: 18px;
    top: 25%;
    font-weight: 700; }
  .nav-links .nav-previous a,
  .more-link .nav-previous a, .comment-navigation .nav-previous a {
    padding-left: 40px;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block;
    padding-right: 20px; }
  .nav-links .nav-previous .meta-nav,
  .more-link .nav-previous .meta-nav, .comment-navigation .nav-previous .meta-nav {
    left: 15px; }
  .nav-links .nav-previous:hover a,
  .more-link .nav-previous:hover a, .comment-navigation .nav-previous:hover a {
    background: #202020;
    color: white; }
  .nav-links .nav-next a,
  .more-link .nav-next a, .comment-navigation .nav-next a {
    padding-right: 40px;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block;
    padding-left: 20px; }
  .nav-links .nav-next .meta-nav,
  .more-link .nav-next .meta-nav, .comment-navigation .nav-next .meta-nav {
    right: 15px; }
  .nav-links .nav-next:hover a,
  .more-link .nav-next:hover a, .comment-navigation .nav-next:hover a {
    background: #202020;
    color: white; }

a.more-link {
  padding: 5px 10px;
  color: white;
  width: 80px;
  border-radius: 3px;
  display: block;
  margin-top: 15px;
  font-size: 12px; }
  a.more-link:hover {
    background-color: #4bae4f;
    color: white; }

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

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

.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; }
  .navigation.pagination .page-numbers {
    display: inline-block;
    margin-right: 10px;
    background-color: #4bae4f;
    color: white;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    color: white;
    width: 35px;
    height: 37px; }
    .navigation.pagination .page-numbers:hover {
      background-color: #202020; }
    .navigation.pagination .page-numbers:before {
      position: absolute;
      color: white;
      font-size: 17px;
      font-size: 1.7rem;
      font-family: 'FontAwesome';
      left: 0px;
      top: 0;
      width: 35px;
      height: 37px;
      line-height: 37px; }
  .navigation.pagination .prev.page-numbers {
    color: transparent; }
    .navigation.pagination .prev.page-numbers::before {
      content: "\f053"; }
  .navigation.pagination .next.page-numbers {
    color: transparent; }
    .navigation.pagination .next.page-numbers::before {
      content: "\f054"; }
  .navigation.pagination .page-numbers.current {
    color: #202020;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 15px;
    padding: 0px;
    width: 35px;
    height: 37px;
    line-height: 37px;
    border-radius: 2px;
    position: relative;
    background-color: #4bae4f; }

/*--------------------------------------------------------------
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 !important; }

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

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

.branding {
  padding: 6px 0 10px; }
  .branding .site-branding {
    text-align: left;
    position: relative; }
    .branding .site-branding .site-description {
      font-size: 14px;
      font-size: 1.4rem;
      color: rgba(255, 255, 255, 0.5);
      font-family: "Roboto", sans-serif;
      padding: 0px 10px 10px 0px;
      position: relative;
      margin-bottom: 0;
      margin-top: 0;
      font-weight: 400; }
    .branding .site-branding .site-title {
      margin-bottom: 0;
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 1.2; }
      .branding .site-branding .site-title a {
        display: block;
        color: white; }
        .branding .site-branding .site-title a:hover {
          color: #202020; }

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

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

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

.top-nav {
  background: #202020;
  margin-bottom: 0px;
  font-size: 14px; }
  .top-nav .container {
    padding-top: 10px; }
  .top-nav .eight {
    padding: 10px 0px 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;
      margin-right: 5px;
      color: white; }
      .top-nav ul li:hover a {
        color: #4bae4f; }
      .top-nav ul li a {
        color: white;
        padding: 4px 2px 4px 0px;
        border-radius: 5px;
        display: inline; }
      .top-nav ul li i {
        font-size: 15px;
        font-size: 1.5rem;
        padding-right: 5px;
        display: inline-block; }
  .top-nav .cart-right li {
    float: right;
    margin-right: 0; }

.top-right {
  margin-top: 30px; }
  .top-right ul {
    float: right; }
    .top-right ul li {
      float: right;
      margin-right: 10px; }
      .top-right ul li:first-child {
        margin-right: 0; }
      .top-right ul li:hover a {
        background: #4bae4f; }
      .top-right ul li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #202020;
        border-radius: 100%;
        color: white;
        display: inline-block;
        text-align: center; }
        .top-right ul li a .fa {
          display: inline-block;
          font-size: 17px;
          font-size: 1.7rem; }
        .top-right ul li a:hover {
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .top-right aside {
    margin: 0; }

.cart-right .widget_nav_menu {
  display: block;
  background-color: transparent;
  float: right; }
  .cart-right .widget_nav_menu ul {
    list-style: none;
    margin: 0; }
    .cart-right .widget_nav_menu ul ul {
      position: absolute;
      top: auto;
      left: -999em;
      z-index: 99999;
      margin-top: 0px !important; }
      .cart-right .widget_nav_menu ul ul ul {
        left: -999em;
        top: 0; }
      .cart-right .widget_nav_menu ul ul li {
        padding: 0;
        background-color: #4bae4f;
        margin: 0; }
        .cart-right .widget_nav_menu ul ul li:hover > ul {
          right: 100%;
          margin-top: 5px !important; }
      .cart-right .widget_nav_menu ul ul a {
        width: 250px;
        padding: 12px 15px;
        font-weight: none;
        background-color: white;
        color: #4bae4f;
        border-radius: 0; }
        .cart-right .widget_nav_menu ul ul a:hover {
          color: #202020; }
    .cart-right .widget_nav_menu ul li:hover > ul {
      left: auto; }
  .cart-right .widget_nav_menu li {
    float: left;
    position: relative;
    padding-top: 0px; }
    .cart-right .widget_nav_menu li:hover {
      color: #202020; }
  .cart-right .widget_nav_menu a {
    position: relative;
    padding: 10px 18px;
    display: block;
    color: white; }
    .cart-right .widget_nav_menu a:hover {
      color: #4bae4f; }
  .cart-right .widget_nav_menu .current_page_item > a, .cart-right .widget_nav_menu .current_page_item,
  .cart-right .widget_nav_menu .current-menu-item > a, .cart-right .widget_nav_menu .current-menu-item,
  .cart-right .widget_nav_menu .current_page_ancestor > a, .cart-right .widget_nav_menu .current-menu-parent {
    color: white;
    position: relative; }
  .cart-right .widget_nav_menu .sub-menu .current_page_item,
  .cart-right .widget_nav_menu .sub-menu .current-menu-item,
  .cart-right .widget_nav_menu .sub-menu .current_page_ancestor,
  .cart-right .widget_nav_menu .children .current_page_item,
  .cart-right .widget_nav_menu .children-menu .current-menu-item,
  .cart-right .widget_nav_menu .children-menu .current_page_ancestor {
    color: white;
    background-color: #4bae4f; }
  .cart-right .widget_nav_menu .sub-menu .current_page_item > a,
  .cart-right .widget_nav_menu .sub-menu .current-menu-item > a,
  .cart-right .widget_nav_menu .sub-menu .current_page_ancestor > a,
  .cart-right .widget_nav_menu .children .current_page_item > a,
  .cart-right .widget_nav_menu .children .current-menu-item > a,
  .cart-right .widget_nav_menu .children .current_page_ancestor > a {
    color: white;
    background-color: #4bae4f; }
.cart-right .main-navigation .sub-menu, .cart-right .main-navigation .children {
  padding: 10px 0px 0px;
  width: 250px;
  background: #202020; }
  .cart-right .main-navigation .sub-menu li, .cart-right .main-navigation .children li {
    position: relative; }
    .cart-right .main-navigation .sub-menu li a, .cart-right .main-navigation .children li a {
      color: white;
      background: #202020;
      padding: 12px 15px 12px 25px; }
      .cart-right .main-navigation .sub-menu li a:hover, .cart-right .main-navigation .children li a:hover {
        background-color: #4bae4f; }
        .cart-right .main-navigation .sub-menu li a:hover:after, .cart-right .main-navigation .sub-menu li a:hover:before, .cart-right .main-navigation .children li a:hover:after, .cart-right .main-navigation .children li a:hover:before {
          display: none; }
  .cart-right .main-navigation .sub-menu li:hover:before, .cart-right .main-navigation .sub-menu li:hover:after, .cart-right .main-navigation .children li:hover:before, .cart-right .main-navigation .children li:hover:after {
    display: none; }

.breadcrumb {
  background: #202020;
  position: relative;
  padding: 20px 0px;
  margin-top: 0; }
  .breadcrumb a {
    color: #4bae4f; }
    .breadcrumb a:hover {
      color: white; }
  .breadcrumb .breadcrumb-left h4 {
    font-size: 35px;
    font-size: 3.5rem;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0; }
  .breadcrumb .breadcrumb-right {
    text-align: right;
    color: white;
    float: right;
    margin-top: 10px; }

/*--------------------------------------------------------------
9.0 Primary
--------------------------------------------------------------*/
.site-content {
  padding-top: 50px;
  margin-bottom: 100px;
  position: relative; }
  .site-content .container {
    margin-bottom: 50px; }

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

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

/* error 404 page */
.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: #0e1353;
      display: block; }

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

.home.blog .site-content .container {
  margin-bottom: 50px; }
.home.blog .site-content section .container {
  margin-bottom: 0; }
.home.blog .main-navigation ul.nav-menu > li {
  top: 0; }

.site-content section .container {
  margin-bottom: 0; }

.share-box .widget-title {
  margin-bottom: 20px;
  color: #202020; }
.share-box ul {
  margin: 0; }
  .share-box ul li {
    border: 0;
    padding: 0;
    margin: 0;
    display: inline; }
    .share-box ul li a {
      margin-bottom: 5px;
      border: 1px solid #c6c2ce;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 50px;
      height: 50px;
      color: #202020;
      margin-right: 5px;
      display: inline-block;
      background-color: white;
      text-align: center;
      line-height: 50px; }
      .share-box ul li a:hover {
        color: white;
        background-color: #4bae4f;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
      .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; }

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

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

.comment-author {
  text-transform: uppercase;
  color: #4bae4f; }
  .comment-author img {
    position: absolute;
    left: 0; }
  .comment-author .fn {
    font-style: normal; }
    .comment-author .fn a {
      color: #4bae4f; }
      .comment-author .fn a:hover {
        color: #202020; }
  .comment-author span {
    display: none; }

ol.comment-list article {
  margin-bottom: 50px;
  padding: 20px 25px;
  width: calc(100% - 140px);
  float: right;
  position: relative;
  z-index: 1;
  min-height: 120px; }
  ol.comment-list article .fn {
    color: #4bae4f;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: -15px; }
    ol.comment-list article .fn:hover {
      color: #202020; }

ol.comment-list article .comment-author img {
  top: -2px;
  left: -140px;
  width: 100px;
  height: 100px;
  border-radius: 100px; }

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

.comment-metadata {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  display: inline-block; }
  .comment-metadata a {
    color: #8f8f8f;
    position: absolute;
    left: -15px; }
    .comment-metadata a:hover {
      color: #4bae4f; }
  .comment-metadata span {
    position: absolute;
    right: 15px;
    background-color: red; }
    .comment-metadata span a {
      position: absolute;
      right: 15px; }

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

.hentry.sticky {
  background-color: #f0edf5;
  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-top: 25px !important;
  margin-bottom: 70px !important;
  border: 1px solid #c6c2ce; }
  .hentry.sticky:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -40px;
    height: 3px;
    width: 100%; }
  .hentry.sticky .entry-content ul li {
    list-style: square; }
  .hentry.sticky h1.entry-title a:hover {
    color: #202020; }
  .hentry.sticky a:hover {
    color: #0e1353; }
  .hentry.sticky span:hover i, .hentry.sticky span:hover a {
    color: #202020; }
  .hentry.sticky code {
    color: black; }
  .hentry.sticky .entry-footer,
  .hentry.sticky .entry-meta {
    margin-bottom: 0;
    border: 0; }
    .hentry.sticky .entry-footer a:hover,
    .hentry.sticky .entry-meta a:hover {
      color: #202020; }

.hentry.post {
  margin: 0 0 1em;
  border-bottom: 1px solid #c6c2ce; }
  .hentry.post h1 a {
    color: black; }
    .hentry.post h1 a:hover {
      color: #4bae4f; }

.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;
  background: #f8f6fb;
  position: relative;
  border-radius: 2px; }
  .entry-meta .date-structure:before {
    position: absolute;
    content: "\f073";
    font-family: "FontAwesome";
    background-color: #f0edf5;
    width: 35px;
    height: 31px;
    left: 0px;
    top: 0px;
    border-right: 1px solid #e4e1ea;
    line-height: 30px; }
  .entry-meta .date-structure span {
    color: #8f8f8f;
    padding: 0px;
    padding: 5px 10px 5px 40px; }

.entry-meta .author {
  display: inline-block;
  text-align: center;
  background: #f8f6fb;
  position: relative;
  border-radius: 2px; }
  .entry-meta .author:before {
    position: absolute;
    content: "\f007";
    font-family: "FontAwesome";
    background-color: #f0edf5;
    width: 35px;
    height: 31px;
    left: 0px;
    top: 0px;
    border-right: 1px solid #e4e1ea;
    line-height: 30px; }
  .entry-meta .author a {
    color: #8f8f8f;
    padding: 0px;
    padding: 5px 10px 5px 40px; }

.entry-meta .comments-link {
  display: inline-block;
  text-align: center;
  background: #f8f6fb;
  position: relative;
  border-radius: 2px; }
  .entry-meta .comments-link:before {
    position: absolute;
    content: "\f086";
    font-family: "FontAwesome";
    background-color: #f0edf5;
    width: 35px;
    height: 31px;
    left: 0px;
    top: 0px;
    border-right: 1px solid #e4e1ea;
    line-height: 30px; }
  .entry-meta .comments-link a {
    color: #8f8f8f;
    padding: 0px;
    padding: 5px 10px 5px 40px; }

.entry-meta .edit-link {
  display: inline-block;
  text-align: center;
  background: #f8f6fb;
  position: relative;
  border-radius: 2px; }
  .entry-meta .edit-link:before {
    position: absolute;
    content: "\f040";
    font-family: "FontAwesome";
    background-color: #f0edf5;
    width: 35px;
    height: 31px;
    left: 0px;
    top: 0px;
    border-right: 1px solid #e4e1ea;
    line-height: 30px; }
  .entry-meta .edit-link a {
    color: #8f8f8f;
    padding: 0px;
    padding: 5px 10px 5px 40px; }

.entry-meta span {
  margin: 0 10px 0 0;
  border: 1px solid #e4e1ea;
  padding: 5px;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem; }
  .entry-meta span span {
    margin: 0;
    border: none; }
  .entry-meta span i {
    color: #8f8f8f; }
  .entry-meta span a {
    color: #8f8f8f; }
  .entry-meta span:hover {
    color: #202020; }
    .entry-meta span:hover span, .entry-meta span:hover a {
      color: #202020; }

.entry-footer span {
  margin: 10px 10px 0 0;
  border: 1px solid #e4e1ea;
  color: #8f8f8f;
  font-size: 14px;
  font-size: 1.4rem; }
  .entry-footer span span {
    margin: 0; }
  .entry-footer span i {
    color: #8f8f8f; }
  .entry-footer span a {
    color: #8f8f8f; }
  .entry-footer span:hover i {
    color: #202020; }
  .entry-footer span:hover a {
    color: #202020; }
.entry-footer span {
  display: inline-block;
  background: #f8f6fb;
  position: relative;
  border-radius: 2px; }
  .entry-footer span i {
    font-family: "FontAwesome";
    background-color: #f0edf5;
    width: 35px;
    margin-right: 5px;
    height: 31px;
    text-align: center;
    border-right: 1px solid #e4e1ea;
    line-height: 30px; }
  .entry-footer span a {
    color: #8f8f8f;
    padding: 5px;
    padding-left: 0px; }

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

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

blockquote, q {
  position: relative;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  padding: 1% 10px 1% 40px; }
  blockquote:before, q:before {
    position: absolute;
    content: "\f10d";
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'FontAwesome';
    left: 20px;
    top: calc(1% + 25px );
    color: #757575; }
  blockquote p, q p {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    padding: 20px;
    color: #8f8f8f;
    position: relative; }
    blockquote p cite, q p cite {
      font-style: normal;
      text-transform: uppercase;
      color: white; }
    blockquote p a, blockquote p a:visited, q p a, q p a:visited {
      color: white;
      font-size: 14px;
      font-size: 1.4rem; }
    blockquote p a:hover, q p a:hover {
      color: #8f8f8f; }

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

.single-post .entry-meta .date-structure:before, .single-post .entry-meta .edit-link:before, .single-post .entry-meta .author:before, .single-post .entry-meta .comments-link:before {
  height: 34px;
  line-height: 34px; }

/* Gutenberg CSS style */
#primary ul {
  list-style-type: disc; }

.wp-block-latest-posts.aligncenter {
  margin-left: 3em; }

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

.wp-block-quote {
  border-left: 4px solid black;
  padding-left: 5px;
  margin-top: 0px;
  padding-top: 0px; }
  .wp-block-quote:before {
    content: "";
    border: 0px; }
  .wp-block-quote cite {
    margin: 0px;
    padding-left: 20px; }

.wp-block-quote.is-large {
  border: 0px;
  color: #202020; }
  .wp-block-quote.is-large cite {
    text-align: right;
    display: block;
    color: #333;
    font-style: italic;
    padding-right: 20px; }

.wp-block-pullquote {
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  padding: 0px;
  padding-bottom: 10px;
  margin: 0 auto;
  border-left: none !important;
  margin-bottom: 20px; }
  .wp-block-pullquote:before {
    content: "";
    border: 0px; }

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

.wp-block-table tr:first-child td, .wp-block-table tr:first-child th {
  border-top: 1px solid #c6c2ce; }

.home .site-content {
  padding-bottom: 0; }
  .home .site-content .site-main {
    margin-top: 0; }
  .home .site-content section {
    padding: 100px 0px; }
  .home .site-content .class-slider {
    padding: 0px 0px; }

/* section-head ( Title Section ) */
.section-head {
  margin-bottom: 55px; }
  .section-head .sub-description {
    text-align: center;
    max-width: 85%;
    margin: 10px auto; }

.title-divider {
  text-align: center;
  padding-bottom: 10px;
  position: relative; }
  .title-divider:before {
    position: absolute;
    content: "";
    background: transparent;
    border-top: 1px solid #4bae4f;
    border-bottom: 1px solid #4bae4f;
    height: 3px;
    width: 90px;
    left: calc(50% - 45px );
    bottom: 4px; }
  .title-divider:after {
    position: absolute;
    content: "";
    background: transparent;
    border-top: 1px solid #4bae4f;
    border-bottom: 1px solid #4bae4f;
    height: 3px;
    width: 90px;
    left: calc(50% - 45px );
    bottom: 0; }

/* Recent Post */
.post-wrapper {
  position: relative; }
  .post-wrapper .latest-posts .columns:nth-of-type(2n+1) {
    clear: both; }
  .post-wrapper .latest-post {
    -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;
    position: relative;
    margin-bottom: 2.5em;
    background: #f0ecf5;
    border: 1px solid #c6c2ce;
    text-align: left; }
  .post-wrapper h3 {
    margin-bottom: 0;
    padding: 0px 30px;
    font-size: 2.5rem; }
    .post-wrapper h3 a {
      color: #202020; }
      .post-wrapper h3 a:hover {
        color: #4bae4f; }
  .post-wrapper .entry-meta {
    border: none;
    margin-bottom: 0;
    padding: 15px 30px 20px; }
    .post-wrapper .entry-meta span a, .post-wrapper .entry-meta span i, .post-wrapper .entry-meta span {
      color: #8f8f8f; }
    .post-wrapper .entry-meta span:hover {
      color: #4bae4f; }
      .post-wrapper .entry-meta span:hover i, .post-wrapper .entry-meta span:hover a {
        color: #4bae4f; }
  .post-wrapper .data-structure {
    display: inline-block;
    text-align: left; }
  .post-wrapper .latest-post-content {
    margin: 0 30px; }
    .post-wrapper .latest-post-content p {
      margin-left: 0px; }
  .post-wrapper .latest-post-thumb {
    position: relative; }
    .post-wrapper .latest-post-thumb img {
      margin-bottom: 20px;
      margin-top: 0px; }
    .post-wrapper .latest-post-thumb .date-structure {
      position: absolute;
      top: 0px;
      left: 0px;
      color: white;
      background: #4bae4f;
      padding: 8px 20px;
      display: block; }
      .post-wrapper .latest-post-thumb .date-structure span {
        display: block;
        text-align: center; }
      .post-wrapper .latest-post-thumb .date-structure .dd {
        font-size: 2em;
        font-weight: 700;
        margin-top: -3px; }
      .post-wrapper .latest-post-thumb .date-structure .mm {
        text-transform: uppercase;
        margin-top: -6px; }
  .post-wrapper p {
    margin-left: 30px; }
  .post-wrapper .btn-readmore {
    display: block;
    width: 30%;
    text-align: center;
    padding: 5px 8px;
    border: 2px solid #4bae4f;
    color: #4bae4f; }
    .post-wrapper .btn-readmore:hover {
      color: #202020; }

/* gallery section */
.class-gallery {
  background-color: #f0ecf5; }
  .class-gallery a, .class-gallery img {
    display: block; }
  .class-gallery .gallery-hover {
    display: none; }
  .class-gallery li:hover .flex-image {
    position: relative; }
    .class-gallery li:hover .flex-image .gallery-hover {
      position: absolute;
      content: "";
      top: calc(100% - 95%);
      display: block;
      left: calc(100% - 95%);
      color: white;
      font-weight: 700;
      margin: 0 auto;
      text-align: center;
      background: rgba(32, 32, 32, 0.5);
      width: 90%;
      height: 90%; }
      .class-gallery li:hover .flex-image .gallery-hover span {
        position: absolute;
        top: calc(50% - 15px);
        content: "";
        left: calc(50% - 45px);
        font-size: 20px; }
        .class-gallery li:hover .flex-image .gallery-hover span a {
          color: white; }
          .class-gallery li:hover .flex-image .gallery-hover span a:hover {
            color: white; }
      .class-gallery li:hover .flex-image .gallery-hover:before {
        position: absolute;
        border: 2px solid white;
        width: 80%;
        height: 80%;
        left: calc(100% - 90%);
        top: calc(100% - 90%);
        content: ""; }
  .class-gallery li {
    margin: 0; }
  .class-gallery .gallery-wrapper.two-col-gallery .columns:nth-of-type(2n+1) {
    clear: both; }
  .class-gallery .gallery-wrapper.three-col-gallery .column:nth-of-type(3n+1) {
    clear: both; }
  .class-gallery .gallery-wrapper.four-col-gallery .columns:nth-of-type(4n+1) {
    clear: both; }

/* service wrapper */
.class-service {
  background-color: #202020;
  color: white; }
  .class-service .title-divider, .class-service .sub-description {
    color: white; }

.services-wrapper {
  text-align: center;
  color: #8f8f8f; }
  .services-wrapper .service {
    text-align: center;
    background: white;
    padding: 50px 25px 25px 25px;
    color: #8f8f8f; }
    .services-wrapper .service i {
      font-size: 55px;
      color: #4bae4f;
      padding-bottom: 10px; }
    .services-wrapper .service .service-content h4 a {
      color: #202020;
      font-weight: 400; }
      .services-wrapper .service .service-content h4 a:hover {
        color: #4bae4f; }
    .services-wrapper .service .service-content a.more-link {
      margin: 20px auto;
      text-transform: uppercase;
      background-color: #8f8f8f;
      border-radius: 0;
      width: 100px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500; }
      .services-wrapper .service .service-content a.more-link:hover {
        background-color: #4bae4f; }

/* Team section */
.class-team li {
  list-style: none;
  position: relative;
  overflow: hidden; }
  .class-team li .team-content {
    position: absolute;
    bottom: 64px;
    padding: 25px 25px 0px 25px;
    background-color: rgba(32, 32, 32, 0.9);
    color: white;
    opacity: 0;
    left: -100%;
    -webkit-transition: left 1s;
    /* Safari */
    -moz-transition: left 1s;
    transition: left 1s;
    font-size: 14px;
    font-size: 1.4rem; }
  .class-team li:hover .team-content {
    display: block;
    left: 0%;
    opacity: 1; }
  .class-team li h4 {
    background-color: #4bae4f;
    color: white;
    padding: 2px 20px; }
  .class-team li .flex-image a, .class-team li .flex-image img {
    display: block; }

/* Testimonial section */
.class-testimonial {
  background-color: #f0ecf5; }
  .class-testimonial .testimonial-container {
    position: relative;
    padding: 20px 40px; }
    .class-testimonial .testimonial-container ul.slides {
      margin-top: 0; }
      .class-testimonial .testimonial-container ul.slides li {
        border: none; }
    .class-testimonial .testimonial-container .testimony {
      position: relative;
      width: 85%;
      margin: 0 auto;
      z-index: 1; }
      .class-testimonial .testimonial-container .testimony:after {
        content: '';
        position: absolute;
        left: 51%;
        bottom: -18px;
        background: #4bae4f;
        display: block;
        width: 30px;
        height: 60px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1; }
      .class-testimonial .testimonial-container .testimony .t-inner {
        position: relative;
        z-index: 1;
        text-align: center;
        padding: 30px 30px 20px 30px;
        background: #4bae4f;
        font-size: 16px;
        font-size: 1.6rem;
        color: white; }
    .class-testimonial .testimonial-container ul li {
      border: none; }
      .class-testimonial .testimonial-container ul li .client-pic {
        margin: 50px auto 10px;
        text-align: center; }
        .class-testimonial .testimonial-container ul li .client-pic img {
          border-radius: 100%;
          border: 2px solid #4bae4f;
          display: inline; }
      .class-testimonial .testimonial-container ul li .client {
        color: #202020;
        text-align: center; }
    .class-testimonial .testimonial-container .flex-direction-nav a {
      background-color: transparent; }
      .class-testimonial .testimonial-container .flex-direction-nav a:hover {
        background-color: #4bae4f; }

/* Client section */
.class-client .client-wrapper {
  position: relative; }
  .class-client .client-wrapper ul li {
    padding: 0px; }

/* CTA section */
.class-cta {
  background-color: #4bae4f;
  color: white;
  padding: 30px 0px !important; }
  .class-cta h1, .class-cta h2, .class-cta h3, .class-cta h4, .class-cta h5, .class-cta h6 {
    color: white; }
    .class-cta h1 a, .class-cta h2 a, .class-cta h3 a, .class-cta h4 a, .class-cta h5 a, .class-cta h6 a {
      color: white; }
  .class-cta .cta-content-wrapper {
    position: relative; }
    .class-cta .cta-content-wrapper .cta-content {
      max-width: 75%; }
      .class-cta .cta-content-wrapper .cta-content a.more-link, .class-cta .cta-content-wrapper .cta-content a {
        position: absolute;
        right: 0;
        padding: 20px;
        background-color: white;
        color: #202020;
        border-radius: 4px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        top: calc(50% - 35px);
        text-align: center;
        width: 20%; }
        .class-cta .cta-content-wrapper .cta-content a.more-link:hover, .class-cta .cta-content-wrapper .cta-content a:hover {
          background-color: #202020;
          color: white; }

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

.slides > li {
  position: relative; }

.flex-direction-nav a {
  margin: 0;
  text-align: center;
  top: 45%;
  opacity: 1;
  overflow: visible;
  width: 50px;
  height: 50px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 0px;
  font-size: 0rem;
  line-height: 50px;
  background: white;
  border: 1px solid #4bae4f; }
  .flex-direction-nav a:before {
    font-size: 18px;
    font-size: 1.8rem;
    color: #4bae4f; }
  .flex-direction-nav a:hover {
    background: #4bae4f; }
    .flex-direction-nav a:hover:before {
      color: white; }
.flex-direction-nav a.flex-prev:after {
  left: 5px; }
.flex-direction-nav a.flex-next:after {
  right: 5px; }
.flex-direction-nav a.flex-prev {
  left: 50px;
  opacity: 1; }
.flex-direction-nav a.flex-next {
  right: 50px;
  text-align: center;
  opacity: 1; }

.flex-control-nav {
  text-align: right;
  bottom: 0; }
  .flex-control-nav li {
    display: block;
    float: left;
    margin: 0; }
  .flex-control-nav a {
    color: #c6c2ce;
    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: #c6c2ce;
    font-size: 16px;
    font-size: 1.6rem;
    width: 20px;
    height: 20px;
    text-indent: 0;
    text-align: center;
    line-height: 30px; }

ol.flex-control-paging {
  text-align: center;
  bottom: 30px;
  z-index: 10; }
  ol.flex-control-paging li {
    float: none;
    display: inline; }
    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: 12px;
      height: 12px;
      line-height: 12px;
      background-color: white;
      border: 0 !important;
      text-indent: -9999em !important;
      margin: 0 3px; }
    ol.flex-control-paging li a.flex-active, ol.flex-control-paging li a:hover {
      background-color: #202020;
      border: 4px solid white !important;
      border-radius: 25px;
      width: 18px;
      height: 18px;
      line-height: 12px; }

/* flex caption */
.flexslider .flex-caption {
  position: absolute;
  top: 8%;
  left: 10%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-weight: 400;
  padding: 20px;
  z-index: 100; }
  .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;
    display: block; }
  .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;
    padding-bottom: 20px; }
  .flexslider .flex-caption p {
    font-size: 18px;
    font-size: 1.8rem; }
  .flexslider .flex-caption a {
    color: white;
    background: #4bae4f;
    margin: 0;
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem; }
    .flexslider .flex-caption a:hover {
      background: #202020; }
.flexslider .flex-image {
  position: relative; }
  .flexslider .flex-image .oner-slide-overlay {
    background: rgba(0, 0, 0, 0) url("images/slide-overlay.png") repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9; }

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

.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: #4bae4f !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: #4bae4f; }

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

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

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

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

.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: #4bae4f;
  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: #202020;
  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: #4bae4f;
  color: white; }

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

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

.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: #202020;
  -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: #4bae4f;
  color: white !important; }

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

/*--------------------------------------------------------------
10.0 Secondary
--------------------------------------------------------------*/
#secondary {
  padding-left: 30px; }

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

#secondary .left-sidebar aside {
  background: #f7f6fa none repeat scroll 0 0;
  padding: 20px 25px; }

.widget-area {
  margin-top: 1.5em; }
  .widget-area h4.widget-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative; }
    .widget-area h4.widget-title:before {
      position: absolute;
      content: "";
      background: transparent;
      border-top: 1px solid #4bae4f;
      border-bottom: 1px solid #4bae4f;
      height: 3px;
      width: 90px;
      left: 0;
      bottom: 4px; }
    .widget-area h4.widget-title:after {
      position: absolute;
      content: "";
      background: transparent;
      border-top: 1px solid #4bae4f;
      border-bottom: 1px solid #4bae4f;
      height: 3px;
      width: 90px;
      left: 0;
      bottom: 0; }
  .widget-area ul li {
    padding: 8px 0 15px;
    position: relative; }
    .widget-area ul li:before {
      position: absolute;
      content: "\f0da";
      font-family: "FontAwesome";
      left: 3px;
      font-size: 18px;
      top: 6px; }
    .widget-area ul li a {
      color: #757575; }
      .widget-area ul li a:hover {
        color: #4bae4f; }
    .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 #c6c2ce;
    padding: 5px 10% 5px 3%;
    margin-bottom: 10px; }

.widget-area ul li {
  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-position: 10px 16px; }
.widget-area ul.children {
  padding-top: 0 !important;
  margin-left: -25px;
  padding-left: 0;
  margin-top: 15px !important; }
  .widget-area ul.children li {
    padding-left: 25px;
    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: 25px;
      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; }

#secondary .widget, .site-footer .widget, .site-header .widget {
  margin: 0 0 3.5em 0;
  /* Make sure select elements fit in widgets */ }
  #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;
    list-style: none; }
    #secondary .widget ul li ul, #secondary .widget ul li ol, #secondary .widget ol li ul, #secondary .widget ol li ol, .site-footer .widget ul li ul, .site-footer .widget ul li ol, .site-footer .widget ol li ul, .site-footer .widget ol li ol, .site-header .widget ul li ul, .site-header .widget ul li ol, .site-header .widget ol li ul, .site-header .widget ol li ol {
      padding: 0; }
  #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 4em 0; }
  #secondary .left-sidebar aside:last-child {
    margin-bottom: 3em; }

#secondary #recentcomments a {
  color: #757575; }
  #secondary #recentcomments a:hover {
    color: #4bae4f; }

.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; }
  .widget_calendar table th a, .widget_calendar table td a {
    display: block;
    color: #4bae4f; }
    .widget_calendar table th a:hover, .widget_calendar table td a:hover {
      color: #0e1353; }
.widget_calendar table th {
  font-weight: 400;
  background-color: #4bae4f;
  color: white;
  border-right: 1px solid #c6c2ce;
  border-left: none;
  border-top: none; }
  .widget_calendar table th:first-child {
    border-left: 1px solid #c6c2ce; }
.widget_calendar table td#prev {
  text-align: center;
  border-right: 0; }
  .widget_calendar table td#prev a {
    color: #202020; }
    .widget_calendar table td#prev a:hover {
      color: #4bae4f; }
.widget_calendar table tfoot .pad {
  border-left: 0; }
.widget_calendar table td#next {
  text-align: center;
  border-left: 0; }
  .widget_calendar table td#next a {
    color: #202020; }
    .widget_calendar table td#next a:hover {
      color: #4bae4f; }
.widget_calendar table caption {
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  padding: 5px 0;
  border: 1px solid #c6c2ce; }
.widget_calendar table td {
  border-left: 1px solid #c6c2ce; }
  .widget_calendar table td:last-child {
    border-right: 1px solid #c6c2ce; }

.widget-area .rss-date,
.widget-area .widget_rss cite {
  display: block;
  color: #c6c2ce;
  margin: 5px 0; }
.widget-area .widget_rss span {
  color: #4bae4f; }
.widget-area .widget_rss cite {
  color: #8f8f8f; }
.widget-area .widget_rss a {
  color: #202020;
  font-family: "Roboto", sans-serif; }
  .widget-area .widget_rss a:hover {
    color: #202020; }
.widget-area .widget_rss .widget-title .rsswidget {
  color: #202020; }
  .widget-area .widget_rss .widget-title .rsswidget img {
    margin: 0; }
.widget-area .widget_rss ul li {
  background: none;
  padding-left: 0; }
  .widget-area .widget_rss ul li:before {
    display: none; }
.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: #202020;
    width: 100%;
    padding: 5px;
    background: transparent; }
  .widget_search .search-form input[type="search"]:focus {
    background: white;
    color: #202020 !important; }
  .widget_search .search-form input[type="submit"] {
    border: 0;
    position: absolute;
    right: -12px;
    height: 35px;
    top: 0;
    text-indent: -9999em;
    background: #4bae4f url("images/icon-search-white.png") no-repeat 55% 50%; }

.nav-wrap .search-form {
  top: 13px;
  text-align: right;
  position: relative;
  margin: 0px 10px; }
  .nav-wrap .search-form input.search-field {
    padding: 1px 20px 2px 0px;
    width: 95%;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    background: transparent; }
  .nav-wrap .search-form input[type="search"]:focus {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .nav-wrap .search-form input[type="submit"] {
    background: url("images/header-search-white.png") no-repeat 100% 40%; }
  .nav-wrap .search-form .search-submit {
    position: absolute;
    right: -5px;
    margin: 0;
    padding: 0;
    top: 10px;
    border: none;
    color: transparent;
    background: url(images/header-search.png) no-repeat center center; }
  .nav-wrap .search-form .btn-search {
    position: absolute;
    right: 10px;
    top: 8px; }

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

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

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

.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;
  margin-left: -10px;
  padding-left: 0;
  margin-top: 15px !important; }
  .widget_nav_menu ul.sub-menu li {
    padding-left: 15px; }

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

.site-footer {
  background: #202020; }
  .site-footer .footer-widgets {
    color: white;
    padding: 90px 0 50px; }
    .site-footer .footer-widgets h4.widget-title {
      color: white;
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 2.4rem;
      text-transform: capitalize;
      position: relative; }
      .site-footer .footer-widgets h4.widget-title:before {
        position: absolute;
        content: "";
        background: transparent;
        border-top: 1px solid #4bae4f;
        border-bottom: 1px solid #4bae4f;
        height: 3px;
        width: 60px;
        left: 0;
        bottom: 4px; }
      .site-footer .footer-widgets h4.widget-title:after {
        position: absolute;
        content: "";
        background: transparent;
        border-top: 1px solid #4bae4f;
        border-bottom: 1px solid #4bae4f;
        height: 3px;
        width: 60px;
        left: 0;
        bottom: 0; }
    .site-footer .footer-widgets ul li {
      color: #BFBEBE;
      padding-bottom: 5px;
      padding-top: 5px;
      -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; }
      .site-footer .footer-widgets ul li:hover {
        background-position: 10px 12px; }
      .site-footer .footer-widgets ul li i, .site-footer .footer-widgets ul li span {
        padding: 5px; }
    .site-footer .footer-widgets ul.children,
    .site-footer .footer-widgets .widget_nav_menu ul.sub-menu {
      border-color: rgba(255, 255, 255, 0.2);
      margin-top: 10px; }
      .site-footer .footer-widgets ul.children li,
      .site-footer .footer-widgets .widget_nav_menu ul.sub-menu li {
        padding-bottom: 5px; }
    .site-footer .footer-widgets #calendar_wrap td, .site-footer .footer-widgets #calendar_wrap th {
      color: white; }
    .site-footer .footer-widgets .widget_calendar table caption {
      color: white; }
    .site-footer .footer-widgets .widget_calendar table td#prev a, .site-footer .footer-widgets .widget_calendar table td#next a {
      color: white; }
      .site-footer .footer-widgets .widget_calendar table td#prev a:hover, .site-footer .footer-widgets .widget_calendar table td#next a:hover {
        color: #4bae4f; }
    .site-footer .footer-widgets .widget_calendar table tfoot .pad {
      border-left: 1px solid #c6c2ce; }
    .site-footer .footer-widgets select {
      width: 100%;
      background: white url("images/down.png") no-repeat 95% 50% white;
      -moz-appearance: none;
      border: 1px solid #c6c2ce;
      padding: 5px 10% 5px 3%; }
    .site-footer .footer-widgets .widget_search .search-form input[type="search"] {
      color: white; }
    .site-footer .footer-widgets a {
      color: white; }
      .site-footer .footer-widgets a:hover {
        color: #4bae4f; }
    .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 ul li {
      padding: 8px 0 15px;
      padding-left: 25px;
      position: relative; }
      .site-footer .footer-widgets ul li:before {
        position: absolute;
        content: "\f0da";
        font-family: "FontAwesome";
        left: 3px;
        font-size: 18px;
        top: 6px; }
    .site-footer .footer-widgets .widget_rss ul li {
      background: none; }

.site-footer .scroll-to-top {
  background: #4bae4f;
  color: #fff;
  bottom: 3%;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 999;
  text-align: center;
  line-height: 40px;
  width: 40px;
  background-clip: padding-box;
  -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(32, 32, 32, 0.8); }

.site-info {
  background: #141414;
  padding: 12px 0px; }
  .site-info .copyright {
    padding-top: 10px; }
  .site-info .left-sidebar {
    text-align: rigth; }
    .site-info .left-sidebar li a {
      font-family: "Roboto", sans-serif; }
  .site-info .widget {
    margin: 0; }
  .site-info p {
    color: white;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .site-info p a {
      color: #4bae4f; }
      .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: "Roboto", 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: #4bae4f; }

/*--------------------------------------------------------------
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%; }

  .top-nav .container .eight.columns {
    width: 100%;
    text-align: center; }
    .top-nav .container .eight.columns li {
      display: inline-block;
      float: none; } }
@media only screen and (max-width: 780px) {
  .sticky-nav {
    position: static; } }
@media only screen and (max-width: 1024px) {
  .widget_nav_menu ul.sub-menu li {
    padding-left: 20px; }

  .post-wrapper .latest-post {
    margin-left: 0;
    margin-right: 0; } }
@media only screen and (max-width: 850px) {
  .widget_nav_menu ul.sub-menu li {
    padding-left: 15px !important; } }
@media only screen and (min-width: 767px) {
  .class-gallery .gallery-wrapper .eight.columns {
    width: 49.9%;
    margin-left: 0;
    margin-rigt: 0; }
  .class-gallery .gallery-wrapper .one-third.column {
    width: 33.25%;
    margin-left: 0;
    margin-rigt: 0; }
  .class-gallery .gallery-wrapper .four.columns {
    width: 24.9%;
    margin-left: 0;
    margin-rigt: 0; } }
@media only screen and (max-width: 768px) {
  .home .site-content {
    top: 0 !important; }

  .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-right: 10px; }

  .widget_calendar table th, .widget_calendar 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; }
    .main-navigation a {
      padding: 15px; }

  #secondary {
    padding-left: 0; }

  .flexslider .flex-caption {
    position: static;
    background-color: #0e1353;
    padding: 30px 20px;
    min-height: 300px;
    width: 100%; }

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

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

  .copyright, .site-info .widget_nav_menu ul {
    text-align: center; }

  .latest-post {
    border: 1px solid #8f8f8f;
    margin-bottom: 50px !important; }

  .nav-wrap .search-form {
    margin-bottom: 30px; }

  .copyright {
    padding-bottom: 0 !important; }

  .site-info .left-sidebar {
    padding-bottom: 10px !important; }

  #secondary {
    left: 0 !important; }

  .class-gallery .container .four.columns {
    width: 100%; }

  /* gallery */
  .class-gallery li:hover .flex-image .gallery-hover {
    display: none; }

  .class-gallery a, .class-gallery img {
    margin: 5px auto; } }
@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; } }
@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;
      background: #202020;
      border: 1px solid #202020; }
      .main-navigation button.menu-toggle:hover {
        background: #4bae4f; }
    .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-left: 1em; }

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

  .cta-content a {
    display: inline; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container .gallery-wrapper .columns, .container .gallery-wrapper .column {
    margin-left: 0px;
    margin-right: 0px; } }
@media only screen and (min-width: 320px) and (max-width: 550px) {
  .class-cta .cta-content-wrapper {
    text-align: center; }
    .class-cta .cta-content-wrapper .cta-content {
      max-width: 100%; }
      .class-cta .cta-content-wrapper .cta-content a.more-link, .class-cta .cta-content-wrapper .cta-content a {
        position: static;
        display: block;
        width: auto;
        margin-top: 10px; } }
