/*
Theme Name: FS-May
Author: Hector Rincon
Author URI: hector.rincon@fabricasselectas.com.mx
Description: Basado en Sabino y adaptado para la NET de Ventas Mayoreo.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #808080;
  font-size: 16px;
  font-size: 14px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0 0 25px;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*: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: #FFF; /* Fallback for when there is no custom background color defined. */
  background-position: center top;
  background-size: cover;
}

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

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

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

ul,
ol {
    margin: 0 0 25px 20px;
    padding: 0 0 0 10px;
}
ul li,
ol li {
    margin: 0 0 12px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 300;
    line-height: 1.0em;
    word-wrap: break-word;
    color: #5E5E5E;
    margin-top: 0;
}

h1 {
    font-size: 32px;
    margin-bottom: .55em;
}

h2 {
    font-size: 28px;
    margin-bottom: .65em;
}

h3 {
    font-size: 22px;
    margin-bottom: .8em;
}

h4 {
    font-size: 20px;
    margin-bottom: 1.1em;
}

h5 {
    font-size: 16px;
    margin-bottom: 1.3em;
}

h6 {
    font-size: 14px;
    margin-bottom: 1.4em;
}

.entry-content code {
    display: block;
    background: #f7f7f7;
    border: 1px solid #D8D8D8;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    margin: 5px 0;
    overflow-x: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  color: #FFF;
  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 */
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 25px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  
}

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: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

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

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

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
  
}

a:focus {
  
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation li {
    position: relative;
    float: left;
    margin: 0 5px;
    text-transform: uppercase;
}
.main-navigation li a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    color: #FFF;
}
.main-navigation li a span {
    display: none;
}
.main-navigation ul ul {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
    float: left;
    position: absolute;
    top: 57px;
    left: -999em;
    z-index: 99999;
    display: none;
}
.main-navigation ul ul a {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    text-align: left;
    width: 100%;
    padding: 15px 25px 15px 20px;
    min-width: 190px;
    float: none;
}
.main-navigation ul ul ul {
    top: 1px;
}
.main-navigation ul ul li {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background-color:#005fa8;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
  display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  right: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

#main-menu:after {
    display: block;
    content: '';
    clear: both;
}

.header-menu-button {
    display: none;
}

.menu-dropdown-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #838383;
    margin: 0;
    padding: 10px 14px;
    /* box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08); */
    height: 35px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

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

.main-menu-close {
    display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget-area .widget {
    margin: 0 0 25px;
}
.widget-area .widget:last-child {
    margin: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
.widget-area .widget .search-field {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

.widget-area .widget-title {
    padding: 0 0 25px;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 16px;
    /* text-transform: uppercase; */
    border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
    font-weight: 400;
    color: #000000;
}

.widget-area .widget ul {
    margin: 0;
    padding: 0;
}
.widget-area .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    list-style-type: none;
}
.widget-area .widget ul li a {
    
}

/*--------------------------------------------------------------
# Content Layout Styling
--------------------------------------------------------------*/

#page {
    position: relative;
    overflow: hidden;
    right: 0;
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    -ms-transition: right 0.4s ease 0s;
    -o-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
}

.woocommerce #container,
.woocommerce-page #container,
.content-area {
  width: 75%;
  float: left;
  padding: 30px 2% 30px 0;
  position: relative;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.widget-area {
  width: 25%;
  float: left;
  padding: 35px 0 40px 2%;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
}
.home .widget-area {
}

.blog .widget-area {
    
}

.page-template-template-left-sidebar-php .content-area {
  width: 75%;
  float: left;
  padding: 30px 0 30px 2%;
}

.page-template-template-left-sidebar-php .widget-area {
  width: 25%;
  float: left;
  padding: 35px 2% 30px 0;
}

.woocommerce .breadcrumbs,
.woocommerce-page .breadcrumbs,
.woocommerce .entry-header.site-container,
.woocommerce-page .entry-header.site-container {
    display: none;
}

.page-template-default .content-area {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.page-template-template-left-sidebar-php .content-area {
    box-shadow: -1px 0 0 #D7D7D7;
}

.page-template-default .widget-area {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
}

.page-template-template-left-sidebar-php .widget-area {
    box-shadow: -1px 0 0 #D7D7D7 inset !important;
}

.content-no-sidebar .content-area,
.page-template-template-full-width-php .content-area,
.page-template-template-full-width-php .widget-area {
    box-shadow: none;
}

.error404 .content-area,
.content-area-full,
.page-template-template-full-width-php .content-area,
.woocommerce .content-no-sidebar #container,
.woocommerce-page .content-no-sidebar #container,
.content-no-sidebar .content-area {
  float: none;
  width: 100% !important;
  padding: 30px 20px !important;
  box-shadow: none !important;
}

.content-layout-joined .site-container-main {
    background-color: rgba(255, 255, 255, 0.9);
}

.content-layout-blocks .site-container-main {
    padding: 0;
    box-shadow: none !important;
}
.content-layout-blocks.content-joined-widgets .content-area,
.content-layout-blocks.content-joined-widgets #container,
.content-layout-blocks.content-broken-widgets .content-area,
.content-layout-blocks.content-broken-widgets #container {
    background-color: rgba(255, 255, 255, 0.9);
    width: 73%;
    padding: 30px 20px 30px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.content-layout-blocks.content-broken-widgets .content-area {
    width: 73%;
    box-shadow: none;
}
.content-layout-blocks.content-joined-widgets .widget-area {
    background-color: rgba(255, 255, 255, 0.9);
    width: 25%;
    padding: 30px 20px 30px;
    margin: 0 0 0 2%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12) !important;
}
.content-layout-blocks.content-broken-widgets .widget-area {
    width: 27%;
    padding: 0 0 0 2%;
    box-shadow: none;
}
.content-layout-blocks.content-broken-widgets .widget-area .widget {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.page-template-template-left-sidebar-php .content-layout-blocks.content-joined-widgets .widget-area {
    margin: 0 2% 0 0;
}
.page-template-template-left-sidebar-php .content-layout-blocks.content-broken-widgets .widget-area {
    padding: 0 2% 0 0;
}

/* -------- Page Title & Breadcrumb Styling -------- */

.entry-header,
.page-header {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
  position: relative;
  margin: 0 0 30px;
  padding: 0px 0 5px;
}

h3.entry-title {
  font-size: 32px;
}
.search-results h3.entry-title span {
  opacity: 0.65;
}

.breadcrumbs {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 11px;
    text-transform: uppercase;
}
.breadcrumbs > span {
  
}
.breadcrumbs span a {
    color: inherit;
  
}


.clearboth {
    clear: both;
}

.site-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
#page > .site-container {
    margin: 25px auto;
}

/* -------- Header Elements -------- */

.site-header {
  background-color: rgba(0, 121, 188, 0.8);
  position: relative;
  color: #FFF;
}
.site-header-layout-two .site-header {
    box-shadow: 0 -6px 0 rgba(0, 0, 0, 0.6) inset;
    padding: 0 0 5px;
}
.site-header .site-container {
  position: relative;
  max-width: 1280px;
}
.header-container {
  position: relative;
  z-index: 4;
}

.header-social-icon {
    font-size: 15px;
    color: inherit;
    margin: 2px 0 0 10px;
    display: inline-block;
    vertical-align: top;
}

.site-branding {
  float: left;
  position: relative;
  z-index: 12;
  padding: 30px 0;
}
.site-branding-img {
  padding: 0;
}
.site-branding a {
    display: block;
    line-height: inherit;
}
.site-branding a img {
    display: block;
}
.site-title {
    margin: 0;
    padding: 0 0 10px;
    font-size: 68px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
}
.site-description {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: inherit;
}
.site-header-right {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -70px 0 0;
    text-align: right;
}
.site-header-right-txt {
    margin: -52px 0 0;
}
.site-header-right-no-txt {
    margin: -70px 0 0;
}
.site-header-right-no-ss {
    margin: -38px 0 0;
}
.site-header-right-no-sst {
    margin: -58px 0 0;
}
.site-header-signup {
    
}
.site-header-cart {
    
}
.site-header-right-top {min-height: 36px;}
.site-topbar-right-no {
    font-size: 15px;
    border-bottom: 1px dashed #FFF;
    padding: 0 0 5px;
}
.site-topbar-right-no i.fa {
    font-size: 14px;
    margin: 0 2px 0 4px;
}
.site-topbar-right-no span {
    font-size: 24px;
    margin: 0 0 0 4px;
}
.site-header-right-bottom {
    padding: 6px 0 0;
}
.site-header-social {
    padding: 2px 0 0;
}
.social-pinterest span {
    font-size: 11px;
    position: relative;
    top: -2px;
    margin: 0 0 0 4px;
}

.header-cart {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.header-cart a {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    text-transform: uppercase;
}
a.header-cart-contents {
    color: inherit !important;
}
.header-cart-amount {
    
}
.header-cart-checkout {
    margin: 0 0 0 4px;
    font-size: 16px;
}

.menu-search {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
    padding: 1px 0 4px 0;
}
.search-btn {
    padding: 5px 0 5px 5px;
    cursor: pointer;
}

.search-block {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-top: 0;
    bottom: 0;
    right: 20px;
    padding: 12px 0 12px 12px;
    z-index: 6;
    -webkit-transition: bottom 0.3s ease 0s;
    -moz-transition: bottom 0.3s ease 0s;
    -ms-transition: bottom 0.3s ease 0s;
    -o-transition: bottom 0.3s ease 0s;
    transition: bottom 0.3s ease 0s;
}
.search-block .search-field {
    font-size: 16px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 0;
    background-color: #FFF;
    width: 280px;
    font-weight: 200;
    outline: none;
    color: inherit;
    box-sizing: border-box;
}
.search-block .search-submit {
    display: none;
}
.site-header-layout-two .search-block {
    bottom: auto;
    top: 31px;
    padding: 12px;
}

#main-menu {
    text-align: center;
}
.main-navigation {
    padding: 0;
    
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    -ms-transition: right 0.4s ease 0s;
    -o-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
}
.site-header-layout-one .main-navigation {
    background-color: rgba(0, 121, 188, 1);
    position: relative;
    z-index: 4;
}
.site-header-layout-one .main-navigation li a {
    padding: 18px 20px 18px;
}
.site-header-layout-one .main-navigation ul ul li a {
    padding: 14px 25px 16px;
}
.main-navigation ul ul li {
    position: relative;
}
.main-navigation ul ul ul {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    right: auto;
    left: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    right: auto;
    left: 100%;
}

/* -------- Header Layout Two -------- */

.site-top-bar {
    background-color: rgba(0, 0, 0, 0.6);
}
.site-top-bar-left {
    float: left;
    padding: 4px 0 0;
    min-height: 31px;
}
.site-top-bar-right {
    float: right;
    padding: 2px 0 0;
    min-height: 31px;
}
.site-header-layout-two {
}
.site-header-layout-two .header-social-icon {
    margin: 0 10px 0 0;
}
.site-header-layout-two .site-topbar-right-no {
    display: inline-block;
    font-size: inherit;
    vertical-align: middle;
    margin: 0 12px 0 0;
    padding: 0;
    border: 0;
}
.site-header-layout-two .site-topbar-right-no span {
    font-size: inherit;
}

.site-header-layout-two .main-navigation {
    position: absolute;
    bottom: 0;
    right: 20px;
    margin: 0;
}
.site-header-layout-two .main-navigation li {
    margin: 0;
}
.site-header-layout-two .main-navigation li a {
    padding: 55px 25px 60px;
}
.site-header-layout-two .main-navigation ul li:last-child a {
    padding: 55px 0 60px 25px;
}

.site-header-layout-two .main-navigation ul ul li a {
    padding: 14px 25px 16px !important;
}
.site-header-layout-two .main-navigation ul ul {
    top: 130px;
    border-top: 6px solid #000;
}
.site-header-layout-two .main-navigation ul ul ul {
    top: 1px;
    border: 0;
}

.sabino-header-nav {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.sabino-header-nav ul {
    margin: 0;
    padding: 0;
}
.sabino-header-nav ul li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sabino-header-nav ul li a {
    display: block;
    text-transform: uppercase;
    padding: 0px 3px;
    margin: 0 2px;
    color: inherit;
}
.sabino-header-nav ul li:first-child a {
    padding: 0px 3px 0 0;
    margin: 0 2px 0 0;
}

body.show-site-search .search-block {
    display: block;
}

/* -------- Home Slider Styling -------- */

.slider-container {
    padding: 1px;
    margin: 25px auto 0;
}
.home-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.home-slider-remove { 
    height: 440px !important;
    overflow: hidden;
    background-image: url(images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.home-slider-remove .home-slider { 
    visibility: hidden;
}
.home-slider-block {
    background-position: bottom center;
    background-size: cover;
    float: left;
    position: relative;
    box-sizing: border-box;
    color: #FFF !important;
}
.home-slider-block-inner {
    position: absolute;
    font-size: 17px;
    font-weight: 300;
    color: black;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.home-slider-block-bg {
    background-color: rgba(0, 121, 188, 0.6);
    padding: 25px;
}
.home-slider-block h3 {
    color: inherit;
    font-size: 44px;
    letter-spacing: 1px;
    margin: 0 0 8px;
    padding: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}
.home-slider-block h3 a {
    color: #fff;
}
.home-slider-block-inner p {
    max-width: 980px;
    margin: 0 auto;
}
.home-slider img {
    display: block;
    width: 100%;
    height: auto;
}
.home-slider-pager {
    bottom: 0;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.home-slider-pager a.selected span {
    background-color: #ffffff;
    position: relative;
}
.home-slider-pager a {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 3px;
}
.home-slider-pager span {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    line-height: 0;
    overflow: hidden;
    text-indent: -100px;
    width: 8px;
}

.home-slider-prev,
.home-slider-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    line-height: 50px;
    margin: -38px 0 0;
    padding: 20px 0 18px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
    width: 40px;
    text-align: center;
    font-size: 27px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.home-slider-prev {
    left: -1px;
    border-radius: 0 3px 3px 0;
}
.home-slider-next {
    right: -1px;
    border-radius: 3px 0 0 3px;
}
.home-slider-prev i,
.home-slider-next i {
    font-size: 0.8em;
    position: relative;
    top: -3px;
}
.home-slider-wrap:hover .home-slider-prev,
.home-slider-wrap:hover .home-slider-next {
    opacity: 1;
    transform: scale(1);
}
.home-slider-wrap:hover .home-slider-prev.disabled,
.home-slider-wrap:hover .home-slider-next.disabled {
    opacity: 0.4;
    cursor: default;
}
.home-slider-prev:hover,
.home-slider-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/* -------- Error 404 Elements -------- */

.error-404 {
    text-align: center;
    padding: 40px 0 80px;
    max-width: 600px;
    margin: 0 auto;
}
.error-404 .fa-ban {
    font-size: 160px;
    color: #BDBDBD;
    margin: 0 0 10px;
}
.error-404 .entry-header {
    margin: 0 0 20px;
}
.error-404 .page-header h3 {
    font-size: 42px;
    padding: 5px 0 10px;
}

/* -------- Not Found Elements -------- */




/* -------- Footer Elements -------- */

.site-footer {
}

.site-footer-widgets .widget ul {
    margin: 0;
    padding: 0;
}
.site-footer-widgets .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    display: block;
    float: none;
}
.site-footer-widgets .widget ul li a {
    color: inherit;
}
.site-footer-widgets .widget .search-field {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
}

.site-footer-bottom-bar a {
  color: inherit;
  font-size: inherit;
}

.site-footer-bottom-bar ul {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
}
.site-footer-bottom-bar ul li {
    margin: 0 7px;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    position: relative;
    top: 1px;
}
.site-footer-bottom-bar ul li a {
    font-size: 11px;
}
.site-footer-bottom-bar ul li a span {
    display: none;
}
.site-footer-bottom-bar-left {
  float: left;
  font-size: 12px;
  padding: 4px 0 0;
}
.site-footer-bottom-bar-right {
  float: right;
}

.site-footer-no-widgets {
    padding: 100px 0 110px;
}

/*--------------------------------------------------------------
Footer Styling
--------------------------------------------------------------*/
.site-footer {
    background-color: rgba(0, 121, 188, 0.6);
    border-top: 1px solid rgba(0, 121, 188, 0.8);
    margin: 0;
}
.site-footer-icons {
    padding: 85px 0;
    text-align: center;
}
.footer-social-icon {
    display: inline-block;
    font-size: 32px;
    line-height: 14px;
    margin: 0 14px 20px;
    text-align: center;
    color: inherit;
}
.site-footer-icon-text {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.site-footer-ad {
    font-size: 15px;
    padding: 4px 0 10px;
}
.site-footer-ad .fa {
    font-size: 16px;
    margin: 0 4px 0 0;
}
.site-footer-bottom-bar {
    padding: 7px 0 10px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.site-footer-widgets {
    padding: 30px 0 30px;
}
.site-footer-standard .site-footer-widgets .site-container > ul {
    margin: 0;
    padding: 0;
    display: table-row;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li {
    margin: 0;
    padding: 10px 18px 20px;
    list-style-type: none;
    display: table-cell;
    width: 10%;
    box-sizing: border-box;
    vertical-align: top;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
    padding: 10px 18px 20px 0;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
    padding: 10px 0 20px 18px;
}

.site-footer .widgettitle,
.site-footer .widget-title {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
    padding: 0 0 15px;
    margin: 0 0 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
}

.site-footer .widget a {
    color: inherit;
}

.site-footer-bottom-bar-left {
    font-size: 12px;
    padding: 5px 0 0;
}
.layout-circles .site-footer-bottom-bar-left {
    padding: 8px 0 0;
}
.site-footer-bottom-bar-left a {
    font-size: inherit;
}
.site-footer-bottom-bar-right {
    
}
.site-footer-bottom-bar-right .social-pinterest.nolink {
    position: relative;
    margin: 0 45px 0 0;
}
.site-footer-bottom-bar-right .social-pinterest span {
    top: -2px;
    color: #FFF;
}
.site-footer-bottom-bar-right .header-social-icon {
    font-size: 16px;
}
.layout-circles .site-footer-bottom-bar-right .social-pinterest span {
    top: 7px;
    right: -42px;
}

.site-footer-bottom-bar ul li a {
    padding: 18px 7px;
}
.site-footer-bottom-bar ul ul {
    bottom: 35px;
}
.site-footer-bottom-bar ul ul li:hover > ul,
.site-footer-bottom-bar ul ul li.focus > ul {
    left: auto;
    right: 100%;
}
.site-footer-copy {
    font-size: 12px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
  margin: 0 0 30px;
  padding: 0 0 35px;
}
.page .hentry {
    border: 0;
    margin: 0 0 25px;
    padding: 0;
}

.hentry:last-child {
  border-bottom: 0;
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

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

.page-content,
.entry-content,
.entry-summary {
}
.page-content img,
.entry-content img,
.entry-summary img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.wp-caption img {
    box-shadow: none;
}

/* ---- Archive / List Styling ---- */

.post,
.search article.page {
    margin: 0 0 60px;
    padding: 0 0 60px;
    position: relative;
}
.post:last-child {
    border-bottom: 0;
    padding: 0;
}
.format-aside {
    padding: 5px 0 20px;
}
.entry-header {
    
}
.entry-title {
    margin: 0 0 10px;
}
.entry-header .entry-meta {
    
}
.entry-content {
    
}
body.single .entry-meta,
body.single .entry-footer {
    font-style: italic;
    font-size: 0.9em;
    margin: 0 0 5px;
}
body.single .entry-meta > span,
body.single .entry-footer > span {
    margin: 0 12px 0 0;
}

/* -------- Blog Styling -------- */

.post-loop-thumbnail {
    display: block;
    width: 42%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.post-loop-thumbnail img {
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.post-loop-content {
    width: 100%;
}
.post-loop-content .entry-header {
    margin: 0;
    padding: 0;
    border: 0;
}
.post-loop-content .entry-title {
    margin: 0 0 8px;
    font-size: 32px;
}
.post-loop-content .entry-meta {
    font-size: 0.9em;
    font-style: italic;
    margin: 0 0 5px;
}
.has-post-thumbnail .post-loop-content .entry-content {
    min-height: 80px;
}
.post-loop-content .entry-footer {
    font-style: italic;
    font-size: 0.9em;
}
.post-loop-content .entry-footer > span {
    margin: 0 12px 0 0;
}

.post-loop-content.has-post-thumbnail {
    width: 58%;
}

/* -------- Blog Left Styling -------- */

.blog-left-layout .post-loop-thumbnail {
    float: left;
}
.blog-left-layout .post-loop-content {
    float: left;
    padding: 10px 0 20px 20px;
}

/* -------- Blog Right Styling -------- */

.blog-right-layout .post-loop-thumbnail {
    float: right;
}
.blog-right-layout .post-loop-content {
    float: left;
    padding: 10px 20px 20px 0;
}

/* -------- Blog Top Styling -------- */

.blog-top-layout .post-loop-thumbnail {
    float: none;
    margin: 0 0 20px;
    width: 100%;
}
.blog-top-layout .post-loop-content {
    float: none;
    width: 100%;
}

/* -------- Blog Alt Styling -------- */

.blog-alt-layout.blog-alt-odd .post-loop-thumbnail {
    float: left;
}
.blog-alt-layout.blog-alt-odd .post-loop-content {
    float: left;
    padding: 10px 0 20px 20px;
}
.blog-alt-layout.blog-alt-even .post-loop-thumbnail {
    float: right;
}
.blog-alt-layout.blog-alt-even .post-loop-content {
    float: left;
    padding: 10px 20px 20px 0;
}

/* ---- Blog breakup blocks ---- */

body.blog .content-layout-blocks .content-area.sabino-blog-breakup,
body.archive.category .content-layout-blocks .content-area.sabino-blog-breakup,
body.archive.tag .content-layout-blocks .content-area.sabino-blog-breakup {
    background: none !important;
    box-shadow: none !important;
    padding: 0;
}
body.blog .content-layout-blocks .sabino-blog-breakup article.post,
body.archive.category .content-layout-blocks .sabino-blog-breakup article.post,
body.archive.tag .content-layout-blocks .sabino-blog-breakup article.post {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 0 25px;
    border: 0;
    padding: 0;
    position: relative;
}

body.blog .content-layout-blocks .sabino-blog-breakup .site-main > .entry-header,
body.archive.category .content-layout-blocks .sabino-blog-breakup .site-main > .page-header,
body.archive.tag .content-layout-blocks .sabino-blog-breakup .site-main > .page-header {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 0 25px;
    padding: 19px 20px 30px;
    border: 0;
}
body.blog .content-layout-blocks .sabino-blog-breakup .site-main > .entry-header .entry-title,
body.archive.category .content-layout-blocks .sabino-blog-breakup .site-main > .page-header .page-title,
body.archive.tag .content-layout-blocks .sabino-blog-breakup .site-main > .page-header .page-title {
    margin: 11px 0 0;
    padding: 0 0 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
}
body.blog .content-layout-blocks .sabino-blog-breakup .breadcrumbs,
body.archive.category .content-layout-blocks .sabino-blog-breakup .breadcrumbs,
body.archive.tag .content-layout-blocks .sabino-blog-breakup .breadcrumbs {
    top: 46px;
    right: 20px;
}

body.blog .content-layout-blocks .sabino-blog-breakup .not-found {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 0 25px;
    border: 0;
    padding: 25px;
}
body.blog .content-layout-blocks .sabino-blog-breakup .not-found .page-header {
    border: 0;
    margin: 0;
}

body.woocommerce .no-page-titles #container .page-title,
body.woocommerce-page .no-page-titles #container .page-title {
  display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
    
}

.comments-title {
    font-size: 18px;
}

.comment-list {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
    clear: both;
}

.comment-list li {
    margin: 0;
    padding: 0 0 10px;
}

.comment {
    
}

.comment-author {
    float: left;
    padding: 4px 0 0;
    width: 60px;
}

.comment-container {
    margin-left: 65px;
}

.comment-author .avatar {
    border: 2px solid #DCDCDC;
}

.comment-meta cite {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.comment-meta > a {
    font-size: 11px;
}

.comment-content {
    
}

.comment .reply {
    text-align: right;
}

.comments-area label {
    float: left;
    min-width: 10.5%;
    padding: 6px 0 0;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
    padding: 0.8% 1%;
    width: 75%;
}

#comments ul {
    margin-left: 2em;
}
#comments li {
    list-style-type: none;
}

.post-password-required input {
    max-width: 280px;
    margin: 0 5px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

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

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

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

@media only screen and (max-width: 960px) {
    
    .menu-dropdown-btn {
        display: block;
    }
    .header-menu-button {
        display: block;
        padding: 14px 0 16px;
        text-transform: uppercase;
        font-size: 17px;
        cursor: pointer;
        text-align: center;
    }
    .header-menu-button i {
        font-size: 17px;
        vertical-align: middle;
    }
    .header-menu-button span {
        vertical-align: middle;
        margin: 0 0 0 6px;
    }
    .site-header-layout-two .header-menu-button {
        padding: 48px 0 60px 80px;
    }
    
    .main-navigation #main-menu {
        color: #FFFFFF;
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        max-width: 100%;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 82px 22px 30px 22px;
        background: #000000;
        z-index: 99998;
        height: 100%;
        overflow: auto;
        transition: right 0.4s ease 0s;
    }
    .main-navigation li {
        display: block;
        float: none;
    }
    .main-navigation li a {
        display: block;
        float: none;
        padding: 8px 0 !important;
        color: #C5C5C5 !important;
        text-align: left;
    }
    
    .main-navigation ul ul {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        float: none !important;
        background-color: rgba(255, 255, 255, 0.14) !important;
        padding: 0;
        margin: 0;
        display: none !important;
    }
    .main-navigation ul ul li:last-child a,
    .main-navigation ul ul li a {
        padding: 7px 10px;
        width: auto;
    }
    .main-navigation ul ul li a {
        background: none !important;
    }
    
    #primary-menu {
        display: block;
    }
    .main-menu-close {
        display: block;
        border-radius: 4px;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 30px;
        color: #898989;
        text-align: center;
        padding: 0 8px 0 12px;
        height: 40px;
        line-height: 38px;
        cursor: pointer;
        z-index: 99;
    }
    .main-menu-close .fa-angle-left {
        position: relative;
        left: -4px;
    }
    li.open-page-item > ul.children,
    li.open-page-item > ul.sub-menu {
        display: block !important;
    }
    
    body.admin-bar .main-menu-close {
        top: 52px;
    }
    body.admin-bar .header-cart {
        top: 55px;
    }
    
}

@media only screen and (max-width: 880px) {
    
    .post-loop-thumbnail {
        float: none !important;
        width: 100% !important;
    }
    .post-loop-content {
        float: none !important;
        width: 100% !important;
        padding: 20px 5px 0 !important;
    }
    
    .content-layout-blocks .sabino-blog-breakup .post-loop-thumbnail {
        position: relative !important;
        height: 400px !important;
    }
    .content-layout-blocks .sabino-blog-breakup .post-loop-content {
        margin: 0 !important;
        padding: 20px !important;
    }
    .content-layout-blocks .sabino-blog-breakup .blog-top-layout .post-loop-thumbnail {
        height: auto !important;
    }
    
}

@media only screen and (max-width: 782px) {
  
    .page-template-default .content-area,
    .woocommerce #container,
    .woocommerce-page #container,
    .content-area {
        box-shadow: none;
        width: 100%;
        float: none;
        padding: 25px 0 30px;
    }
    .content-layout-blocks.content-joined-widgets .content-area,
    .content-layout-blocks.content-joined-widgets #container,
    .content-layout-blocks.content-broken-widgets .content-area,
    .content-layout-blocks.content-broken-widgets #container {
        box-shadow: none;
        width: 100%;
        float: none !important;
        padding: 25px 20px 30px;
    }
    .content-layout-blocks .site-container-main {
        padding: 0 20px;
    }

    .page-template-default .widget-area,
    .widget-area,
    .content-layout-blocks.content-broken-widgets .widget-area {
        box-shadow: 0 -1px 0 #D7D7D7;
        width: 100%;
        float: none;
        padding: 0 0 5px !important;
        margin: 0 0 10px;
    }
    .page-template-template-left-sidebar-php .content-area {
        box-shadow: none;
        width: 100%;
        float: none;
        padding: 25px 0 30px;
    }
    .page-template-template-left-sidebar-php .widget-area,
    .page-template-template-left-sidebar-php .content-layout-blocks.content-broken-widgets .widget-area {
        box-shadow: none;
        width: 100%;
        float: none;
        padding: 0 0 5px;
        margin: 0 0 10px;
    }
    
    /*--------------------------------------------------------------
    Header One Styling
    --------------------------------------------------------------*/
    .site-branding {
        float: none;
        padding: 10px 0;
        text-align: center;
    }
    .site-header-right {
        position: relative;
        margin: 0;
        top: auto;
        right: auto;
        text-align: center;
    }
    .site-header-right-top {
        min-height: initial;
    }
    .site-header-right-bottom {
        padding: 0 0 5px;
    }
    
    .site-header-layout-two .main-navigation {
        position: relative;
        right: auto;
    }
    .site-header-layout-two .header-menu-button {
        padding: 5px 0 15px;
    }
    
    .site-top-bar-left {
        float: none;
        text-align: center;
        min-height: 20px;
    }
    .site-top-bar-right {
        float: none;
        text-align: center;
        padding: 2px 0 2px;
    }
    
    .search-block {
        position: relative;
        top: 0 !important;
        right: 0;
        padding: 12px;
    }
    .search-block .search-field {
        width: 100%;
    }
    
    .site-footer-standard .site-footer-widgets .site-container > ul {
        display: block;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li {
        display: block;
        width: 100%;
        padding: 10px 0 20px !important;
    }
    
    .site-footer-bottom-bar-left,
    .site-footer-bottom-bar-right {
        float: none;
        text-align: center;
    }
    
}

body.show-main-menu #main-menu {
    right: 0px !important;
}
body.show-main-menu #page {
    right: 280px !important;
}

/*--------------------------------------------------------------
Fallback CSS for Customizer Library Styles
--------------------------------------------------------------*/

body,
.widget-area .widget a {
    color: #3C3C3C;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.widget-area .widget-title {
    color: #000000;
    font-family: 'Dosis', sans-serif;
}
.woocommerce table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart th,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input,
button, input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Dosis', sans-serif;
}

#comments .form-submit #submit,
.search-block .search-submit,
.no-results-btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page input.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.single-product span.onsale,
.woocommerce button.button.alt.disabled,
.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current_page_ancestor > a,
.main-navigation button,
.wpcf7-submit {
    background: inherit;
    background-color: #13C76D;
}

a,
.content-area .entry-content a,
#comments a,
.post-edit-link,
.site-title a,
.error-404.not-found .page-header .page-title span,
.search-button .fa-search,
.header-cart-checkout.cart-has-items .fa-shopping-cart,
.main-navigation div > ul > li > a:hover,
.main-navigation div > ul > li.current-menu-item > a,
.main-navigation div > ul > li.current-menu-ancestor > a,
.main-navigation div > ul > li.current-menu-parent > a,
.main-navigation div > ul > li.current_page_parent > a,
.main-navigation div > ul > li.current_page_ancestor > a {
    color: #FFFFFF;
}


a:hover,
.content-area .entry-content a:hover,
.header-social .header-social-icon:hover,
.widget-area .widget a:hover,
.site-footer-widgets .widget a:hover,
.site-footer .widget a:hover,
.search-btn:hover,
.search-button .fa-search:hover,
.site-footer-bottom-bar ul ul li a:hover,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product span.price,
.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 {
    color: #05934c;
}

.main-navigation button:hover,
#comments .form-submit #submit:hover,
.search-block .search-submit:hover,
.no-results-btn:hover,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt.disabled:hover,
.wpcf7-submit:hover {
    background: inherit;
    background-color: #05934c;
}
