/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/* Sticky Sidebar */
.ft-main-r, body {
  font-weight: normal !important;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  color: #73b043;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #3faa3f;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  color: #3f3f3f;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
}
body.body-default-font {
  font-family: 'Circular-Book';
}
.site {
  position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000615;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: capitalize;
}
.heading-default-font h1, .heading-default-font h2, .heading-default-font h3, .heading-default-font h4, .heading-default-font h5, .heading-default-font h6, .heading-default-font .h1, .heading-default-font .h2, .heading-default-font .h3, .heading-default-font .h4, .heading-default-font .h5, .heading-default-font .h6 {
  font-family: 'Circular-Medium';
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 36px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 24px;
}
h6, .h6 {
  font-size: 20px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
b, strong {
  font-weight: normal;
  font-family: 'Circular-Bold';
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #333;
  font-weight: normal;
  font-family: 'Circular-Bold';
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #73b043;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #73b043;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
blockquote {
  background-color: #f7f7f7;
  border-left: 6px solid #73b043;
  font-size: 19px;
  line-height: 26px;
  padding: 30px 26px;
  color: rgba(0, 0, 0, 0.66);
}
blockquote h3 {
  font-size: 22px;
  font-family: 'Circular-Bold';
  color: #73b043;
  margin-bottom: 9px;
}
blockquote cite {
  font-style: normal;
  display: block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 18px;
  margin-top: 12px;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
#tslOverlay {
  background-color: transparent !important;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.z-index-top {
  z-index: 888;
  position: relative;
}
.text-color1 {
  color: rgba(0, 0, 0, 0.66);
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.br-1px {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.br-6px {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.br-7px {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.br-8px {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.br-9px {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.br-10px {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.z-index0 {
  z-index: 0;
  position: relative;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-bottom: 1em;
}
.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;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg-primary {
  background-color: #73b043 !important;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  padding: 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.site-overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: url(../images/pointer.png), auto;
}
.site-overlay.open {
  z-index: 9990;
  opacity: 1;
  visibility: visible;
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #73b043;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.a-dark, .comment-title a {
  color: #333;
}
.a-dark:hover, .comment-title a:hover, .a-dark:focus, .comment-title a:focus {
  color: #000615;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.h-main, .comment-title {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #000;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.highlight {
  color: #73b043;
  font-family: ;
}
.landing-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.style-none {
  list-style: none;
  margin: 0;
}
.line-gap {
  background-color: #ebebea;
  height: 1px;
  margin-left: 15px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
}
.z-index-1 {
  z-index: 1;
}
.cms-menu {
  margin: 0;
  list-style: none;
}
.cms-menu > li {
  display: inline-block;
}
.cms-menu > li > a {
  color: rgba(0, 0, 0, 0.66);
  font-size: 14px;
  margin: 0 16px;
  position: relative;
  font-family: 'Circular-Medium';
}
.cms-menu > li > a:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -16px;
}
.cms-menu > li:hover > a, .cms-menu > li.current_page_item > a, .cms-menu > li.current-menu-item > a, .cms-menu > li.current_page_ancestor > a, .cms-menu > li.current-menu-ancestor > a {
  color: #73b043;
}
.cms-menu > li:last-child > a {
  margin-right: 0;
}
.cms-menu > li:last-child > a:before {
  display: none;
}
.cms-menu .sub-menu {
  display: none;
}
.cms-menu.footer-menu > li > a {
  margin: 0 12px;
  color: #8e8e8e;
}
.cms-menu.footer-menu > li:hover > a, .cms-menu.footer-menu > li.current_page_item > a, .cms-menu.footer-menu > li.current-menu-item > a, .cms-menu.footer-menu > li.current_page_ancestor > a, .cms-menu.footer-menu > li.current-menu-ancestor > a {
  color: #73b043;
}
.cms-menu.footer-menu > li:last-child > a {
  margin-right: 0;
}
.label {
  font-size: 17px;
  color: #3f3f3f;
  margin-right: 22px;
}
.row-boxshadow-top {
  -webkit-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
}
.row-boxshadow-bottom {
  -webkit-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .box-shadow-white > .vc_column-inner > .wpb_wrapper, .box-shadow-white > .vc_column-inner > .wpb_wrapper .cms-google-map {
    box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
    -webkit-box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
    -ms-box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
    -o-box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
  }
  .box-shadow-white > .vc_column-inner > .wpb_wrapper .map-render {
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .text-left-xl {
    text-align: left !important;
  }
  .text-right-xl {
    text-align: right !important;
  }
}
@media screen and (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #efefef;
  color: rgba(0, 0, 0, 0.66);
  padding: 13px 30px;
  line-height: 22px;
  font-size: 16px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
}
select {
  height: 47px;
}
textarea {
  line-height: normal;
  padding-top: 24px;
  padding-bottom: 14px;
  height: 195px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #73b043;
}
.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-select select {
  height: 39px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ui-datepicker-div {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
  border: none;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  background-color: #73b043;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: normal;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f2f4";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f2f6";
}
#ui-datepicker-div .ui-datepicker-title {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-title select {
  font-size: inherit;
  color: #fff;
  line-height: normal;
  height: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: inherit;
  border: none;
}
#ui-datepicker-div .ui-datepicker-title select option {
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color: transparent;
  border: none;
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #73b043;
}
#ui-datepicker-div .ui-datepicker-calendar th span {
  text-transform: uppercase;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span {
  background-color: transparent;
  border: medium none;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: #73b043;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: rgba(115, 176, 67, 0.7);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #73b043;
}
.cms-field-checkbox {
  position: relative;
  padding-left: 27px;
}
.cms-field-checkbox .icon-check {
  border: 1px solid #e1e3e3;
  border-radius: 1px;
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.cms-field-checkbox .icon-check:before {
  content: "\f00c";
  font-size: 13px;
  color: #73b043;
  position: absolute;
  top: -4px;
  left: 1px;
  font-family: FontAwesome;
  opacity: 0;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f312";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  color: #000;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 185px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: rgba(0, 0, 0, 0.87);
}
.nice-select .list .selected {
  color: #000;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  background-color: #73b043;
  font-size: 15px;
  border: none;
  color: #fff;
  text-transform: capitalize;
  padding: 0 42px;
  line-height: 54px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: normal;
  font-family: 'Circular-Medium';
  white-space: nowrap;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #7dbb4c;
}
.btn.btn-primary-lighten, button.btn-primary-lighten, .button.btn-primary-lighten, input[type="submit"].btn-primary-lighten {
  background-color: #7dbb4c;
}
.btn.btn-primary-lighten:hover, button.btn-primary-lighten:hover, .button.btn-primary-lighten:hover, input[type="submit"].btn-primary-lighten:hover {
  background-color: #73b043;
}
.btn.btn-default:after, button.btn-default:after, .button.btn-default:after, input[type="submit"].btn-default:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: -1;
}
.btn.btn-default:hover, button.btn-default:hover, .button.btn-default:hover, input[type="submit"].btn-default:hover {
  background-color: #73b043;
}
.btn.btn-default:hover:after, button.btn-default:hover:after, .button.btn-default:hover:after, input[type="submit"].btn-default:hover:after {
  left: 5%;
  width: 90%;
}
.btn.btn-yellow, button.btn-yellow, .button.btn-yellow, input[type="submit"].btn-yellow {
  background-color: #ffd559;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd48), to(#ffd559));
  background-image: -webkit-linear-gradient(bottom, #ffcd48, #ffd559);
  background-image: -moz-linear-gradient(bottom, #ffcd48, #ffd559);
  background-image: -ms-linear-gradient(bottom, #ffcd48, #ffd559);
  background-image: -o-linear-gradient(bottom, #ffcd48, #ffd559);
  background-image: linear-gradient(bottom, #ffcd48, #ffd559);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcd48', endColorStr='#ffd559');
  border: 1px solid #f0c74d;
  color: #000;
  font-size: 16px;
  font-family: 'Circular-Book';
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  line-height: 52px;
}
.btn.btn-yellow:after, button.btn-yellow:after, .button.btn-yellow:after, input[type="submit"].btn-yellow:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: -1;
}
.btn.btn-yellow:hover, button.btn-yellow:hover, .button.btn-yellow:hover, input[type="submit"].btn-yellow:hover, .btn.btn-yellow:focus, button.btn-yellow:focus, .button.btn-yellow:focus, input[type="submit"].btn-yellow:focus {
  background-color: #ffd559;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd559), to(#ffcd48));
  background-image: -webkit-linear-gradient(bottom, #ffd559, #ffcd48);
  background-image: -moz-linear-gradient(bottom, #ffd559, #ffcd48);
  background-image: -ms-linear-gradient(bottom, #ffd559, #ffcd48);
  background-image: -o-linear-gradient(bottom, #ffd559, #ffcd48);
  background-image: linear-gradient(bottom, #ffd559, #ffcd48);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd559', endColorStr='#ffcd48');
  border: 1px solid #f0c74d;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn.btn-yellow:hover:after, button.btn-yellow:hover:after, .button.btn-yellow:hover:after, input[type="submit"].btn-yellow:hover:after, .btn.btn-yellow:focus:after, button.btn-yellow:focus:after, .button.btn-yellow:focus:after, input[type="submit"].btn-yellow:focus:after {
  left: 5%;
  width: 90%;
}
.btn.btn-gray, button.btn-gray, .button.btn-gray, input[type="submit"].btn-gray {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  line-height: 52px;
  color: #7b7b7b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn.btn-gray:hover, button.btn-gray:hover, .button.btn-gray:hover, input[type="submit"].btn-gray:hover, .btn.btn-gray:focus, button.btn-gray:focus, .button.btn-gray:focus, input[type="submit"].btn-gray:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #000;
}
#content .added_to_cart.wc-forward, .woocommerce-page .site #content .button, .woocommerce-page .site #content button, .woocommerce-page .site #content input[type="submit"], .woocommerce-page .site #content .button.alt, .woocommerce-page .site #content button.alt, .woocommerce-page .site #content .button.alt.disabled, .woocommerce-page .site #content button.alt.disabled, .woocommerce-page .site #content a.button, .woocommerce-page .site #content #respond input#submit, .woocommerce-page .site #content input.button:disabled, .woocommerce-page .site #content input.button.disabled, .woocommerce-page .site #content input.button[disabled]:disabled, .wpb_wrapper .woocommerce .products .product .button {
  background-color: #73b043;
  font-size: 15px;
  border: 2px solid #73b043;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 38px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  font-family: 'Circular-Medium';
}
#content .added_to_cart.wc-forward:hover, .woocommerce-page .site #content .button:hover, .woocommerce-page .site #content button:hover, .woocommerce-page .site #content input[type="submit"]:hover, .woocommerce-page .site #content .button.alt:hover, .woocommerce-page .site #content button.alt:hover, .woocommerce-page .site #content .button.alt.disabled:hover, .woocommerce-page .site #content button.alt.disabled:hover, .woocommerce-page .site #content a.button:hover, .woocommerce-page .site #content #respond input#submit:hover, .woocommerce-page .site #content input.button:disabled:hover, .woocommerce-page .site #content input.button.disabled:hover, .woocommerce-page .site #content input.button[disabled]:disabled:hover, .wpb_wrapper .woocommerce .products .product .button:hover, #content .added_to_cart.wc-forward:focus, .woocommerce-page .site #content .button:focus, .woocommerce-page .site #content button:focus, .woocommerce-page .site #content input[type="submit"]:focus, .woocommerce-page .site #content .button.alt:focus, .woocommerce-page .site #content button.alt:focus, .woocommerce-page .site #content .button.alt.disabled:focus, .woocommerce-page .site #content button.alt.disabled:focus, .woocommerce-page .site #content a.button:focus, .woocommerce-page .site #content #respond input#submit:focus, .woocommerce-page .site #content input.button:disabled:focus, .woocommerce-page .site #content input.button.disabled:focus, .woocommerce-page .site #content input.button[disabled]:disabled:focus, .wpb_wrapper .woocommerce .products .product .button:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  background-color: transparent;
  border-color: #73b043;
  color: #73b043;
}
.btn.btn-outline {
  background-color: transparent;
  background-image: none;
  border: 2px solid #000;
  color: #000;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
  border-color: #73b043;
  color: #fff;
  background-color: #73b043;
}
.btn.btn-primary-outline {
  background-color: transparent;
  background-image: none;
  border: 2px solid #73b043;
  color: #73b043;
}
.btn.btn-primary-outline:not(:hover) {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active {
  border-color: #73b043 !important;
  color: #fff !important;
  background-color: #73b043 !important;
}
.btn.btn-secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border-color: #73b043;
  background-color: #73b043;
  color: #fff !important;
}
.btn.btn-primary-white {
  background-color: #fff;
  border-color: #fff;
  color: #73b043;
  /* Button Size */
}
.btn.btn-primary-white:hover {
  background-color: #88c15b;
  border-color: #88c15b;
  color: #fff;
}
.btn.size-lg {
  line-height: 58px;
  font-size: 18px;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-contact {
  display: inline-block;
  margin-right: 30px;
}
.btn-contact + .fanbox-contact {
  display: inline-block;
  vertical-align: middle;
}
.btn-block {
  display: block;
}
.btn-text {
  color: #73b043;
  border-bottom: 1px solid rgba(115, 176, 67, 0.2);
  display: inline-block;
}
.btn-text:hover, .btn-text:focus, .btn-text:active {
  color: #8dc363;
}
.btn-purchase .btn {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #feb103;
  border-color: #feb103;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 41px;
}
.btn-purchase .btn:hover, .btn-purchase .btn:focus, .btn-purchase .btn:active {
  background-color: transparent;
  color: #feb103;
}
@media screen and (max-width: 767px) {
  .btn-purchase .btn {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .btn-contact {
    display: block;
    margin: 0 0 20px;
  }
}
.cms-button-wrapper.btn-inline {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-right: 30px;
}
.btn-readmore {
  color: #000;
  font-size: 18px;
  line-height: 2;
  font-family: 'Circular-Medium';
}
.btn-readmore:hover {
  color: #73b043;
}
.hover-effect:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: -1;
}
.hover-effect:hover {
  background-color: #73b043;
}
.hover-effect:hover:after {
  left: 5%;
  width: 90%;
}
#site-header-wrap {
  position: relative;
  z-index: 999;
}
#site-header-wrap .site-branding {
  position: relative;
  margin: 0 15px;
}
#site-header-wrap .site-branding a {
  line-height: 0;
  float: left;
}
#site-header-wrap .site-branding img {
  max-height: 55px;
}
#site-header-wrap .site-recipe-alergies a {
  font-family: 'Circular-Medium';
  color: #333;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
#site-header-wrap .site-recipe-alergies a + a {
  margin-left: 16px;
}
#site-header-wrap .site-recipe-alergies a:hover {
  color: #73b043;
}
#site-header-wrap .site-recipe-alergies a i {
  height: 22px;
  width: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  background-color: #73b043;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  font-size: 10px;
  font-family: 'Circular-Black';
  color: #fff;
  overflow: hidden;
}
#site-header-wrap .site-recipe-alergies a i.modern {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#site-header-wrap .site-recipe-alergies a i.flat {
  background-color: transparent !important;
  border: 2px solid #73b043;
  line-height: 18px;
  color: #333;
}
#site-header-wrap .site-recipe-alergies a img, #site-header-wrap .site-recipe-alergies a i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 22px;
}
@media screen and (max-width: 1260px) {
  #site-header-wrap .site-recipe-alergies a span {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap .site-recipe-alergies {
    display: none;
  }
}
#site-header-wrap .topbar-product-search {
  flex-grow: 1;
  margin: 0 15px;
}
#site-header-wrap .topbar-product-search .product-searchform {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#site-header-wrap .topbar-product-search select, #site-header-wrap .topbar-product-search .nice-select, #site-header-wrap .topbar-product-search input {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px;
}
#site-header-wrap .topbar-product-search .nice-select:after {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.66);
}
#site-header-wrap .topbar-product-search .product-search-category {
  min-width: 270px;
  margin-right: 30px;
}
#site-header-wrap .topbar-product-search .product-search-meta {
  flex-grow: 1;
  position: relative;
}
#site-header-wrap .topbar-product-search .product-search-meta button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: none;
  font-size: 24px;
  padding: 0;
  width: 54px;
  color: #ababab;
}
#site-header-wrap .topbar-product-search .product-search-meta button i {
  vertical-align: middle;
}
#site-header-wrap .topbar-product-search .product-search-meta button svg {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#site-header-wrap .topbar-product-cart {
  margin: 0 15px;
  position: relative;
}
#site-header-wrap .topbar-product-cart .cart-total-wrap {
  display: inline-block;
}
#site-header-wrap .topbar-product-cart .cart-total {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #f0c74d;
  font-size: 18px;
  line-height: 49px;
  padding: 0 30px 0 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd48), to(#ffd559));
  background-image: -webkit-linear-gradient(bottom, #ffcd48, #ffd559);
  background-image: -moz-linear-gradient(bottom, #ffcd48, #ffd559);
  background-image: -ms-linear-gradient(bottom, #ffcd48, #ffd559);
  background-image: -o-linear-gradient(bottom, #ffcd48, #ffd559);
  background-image: linear-gradient(bottom, #ffcd48, #ffd559);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcd48', endColorStr='#ffd559');
  font-family: 'Circular-Medium';
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
#site-header-wrap .topbar-product-cart .cart-total svg {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#site-header-wrap .topbar-product-cart .cart-total:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: -1;
}
#site-header-wrap .topbar-product-cart .cart-total:hover:after {
  left: 5%;
  width: 90%;
}
#site-header-wrap .topbar-product-cart + .topbar-my-account {
  margin-left: 25px;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart {
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 100%;
  border: 1px solid #e8e9ed;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 370px;
  padding: 30px;
  margin-top: 41px;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart.open {
  z-index: 99;
  margin-top: 11px;
  visibility: visible;
  opacity: 1;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart:before {
  content: '';
  width: 21px;
  height: 11px;
  background-image: url(../images/cart-arrow.png);
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .widget_shopping_title {
  font-size: 20px;
  border-bottom: 1px solid #dfe1e3;
  font-family: 'Circular-Bold';
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 26px;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget {
  list-style: none;
  margin: 0;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget li {
  padding: 0 40px 0 0;
  position: relative;
  margin-bottom: 52px;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget li:last-child {
  margin-bottom: 0;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget .cart-product-image {
  width: 50px;
  min-width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget .cart-product-image img {
  float: none;
  margin: 0;
  width: 100%;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget .cart-product-image + .cart-product-meta {
  padding-left: 70px;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget .cart-product-meta h3 {
  font-size: 15px;
  color: #333;
  font-family: 'Circular-Bold';
  line-height: 22px;
  margin-top: -5px;
  margin-bottom: 2px;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
  display: inline-block;
  color: inherit;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
  color: #73b043;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
  font-family: 'Circular-Bold';
  font-size: 18px;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
  font-size: 17px;
  color: #d9d9d9;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
  color: #de3b36;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .widget_shopping_cart_footer {
  border-top: 1px solid #dfe1e3;
  margin-top: 32px;
  padding-top: 23px;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .widget_shopping_cart_footer .total {
  margin-bottom: 18px;
  padding-top: 0;
  border: none;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .widget_shopping_cart_footer .total strong {
  font-family: 'Circular-Bold';
  font-size: 20px;
  line-height: 28px;
  color: rgba(51, 51, 51, 0.66);
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
  font-family: 'Circular-Bold';
  color: #333;
  float: right;
  font-size: 28px;
  line-height: 1;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .widget_shopping_cart_footer .buttons {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
#site-header-wrap .topbar-product-cart .widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 15px;
  width: 50%;
}
#site-header-wrap .topbar-product-cart .cart-open + .widget_shopping_cart {
  z-index: 99;
  margin-top: 11px;
  visibility: visible;
  opacity: 1;
}
#site-header-wrap .topbar-my-account {
  margin: 0 15px;
}
#site-header-wrap .topbar-my-account a {
  font-size: 16px;
  font-family: 'Circular-Medium';
  color: #000;
  padding-left: 37px;
  line-height: 50px;
  position: relative;
}
#site-header-wrap .topbar-my-account svg {
  width: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#site-header-wrap .site-search {
  margin: 0 15px;
}
#site-header-wrap .site-search svg {
  height: 19px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#site-header-wrap .site-search .searchform-wrap {
  position: relative;
}
#site-header-wrap .site-search .search-field {
  padding-left: 20px;
  padding-right: 50px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1400px) {
  #site-header-wrap .site-search .search-field {
    width: 175px;
  }
}
#site-header-wrap .site-search .search-submit {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap .site-search {
    display: none;
  }
}
#site-header-wrap.header-layout1 .site-header-top {
  padding: 8px 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #efefef;
  text-align: right;
}
#site-header-wrap.header-layout1 .row {
  align-items: center;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-branding {
    margin-right: 100px;
  }
  #site-header-wrap.header-layout1 .primary-menu > li > a {
    line-height: 60px;
  }
  #site-header-wrap.header-layout1 .site-header-middle {
    padding: 30px 0;
  }
  #site-header-wrap.header-layout1 .site-header-main {
    background-color: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #efefef;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
  }
  #site-header-wrap.header-layout1 .site-header-main .row {
    align-items: center;
  }
  #site-header-wrap.header-layout1 .site-header-main .main-navigation {
    flex-grow: 1;
  }
  #site-header-wrap.header-layout1 .site-header-main .main-navigation, #site-header-wrap.header-layout1 .site-header-main .site-recipe-alergies {
    padding: 0 15px;
  }
  #site-header-wrap.header-layout1 .site-header-main .primary-menu > li > a:before {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -24px;
  }
  #site-header-wrap.header-layout1 .site-header-main .primary-menu > li:first-child > a {
    margin-left: 0;
  }
  #site-header-wrap.header-layout1 .site-header-main .primary-menu > li:first-child > a:before {
    display: none;
  }
  #site-header-wrap.header-layout2 .site-header-main {
    background-color: #fff;
  }
  #site-header-wrap.header-layout2 .site-header-main .row {
    align-items: center;
    flex-wrap: nowrap;
  }
  #site-header-wrap.header-layout2 .site-header-main .site-branding {
    flex-grow: 1;
    margin: 15px;
  }
  #site-header-wrap.header-layout2 .site-header-main .main-navigation {
    margin: 0 15px;
  }
  #site-header-wrap.header-layout2 .site-header-main .primary-menu > li > a {
    line-height: 115px;
    letter-spacing: 0.05em;
    font-family: 'Circular-Bold';
    text-transform: uppercase;
    margin: 0 14px;
  }
  #site-header-wrap.header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li > a, #site-header-wrap.header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li > a {
    line-height: 80px;
  }
  #site-header-wrap.header-trans {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  #site-header-wrap.header-trans .site-header-main {
    background-color: rgba(255, 255, 255, 0.95);
  }
  #site-header-wrap #main-menu-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap {
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  #site-header-wrap.fixed-height {
    height: inherit !important;
  }
  #site-header-wrap .site-branding {
    min-height: 80px;
  }
  #site-header-wrap .site-branding img {
    padding: 5px 0;
    max-height: 45px;
  }
  #site-header-wrap .site-branding a {
    display: inline-block;
    line-height: 80px !important;
  }
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    justify-content: flex-end;
    display: flex;
    align-items: center;
  }
  #site-header-wrap #main-menu-mobile .topbar-product-cart {
    display: block;
  }
  #site-header-wrap #main-menu-mobile .topbar-product-cart .widget_shopping_cart {
    left: auto;
    right: -45px;
    -webkit-transform: translate(0%, 0);
    -khtml-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    width: 290px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #site-header-wrap #main-menu-mobile .topbar-product-cart .widget_shopping_cart:before {
    left: auto;
    right: 38px;
  }
  #site-header-wrap #main-menu-mobile .icon-cart {
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #site-header-wrap #main-menu-mobile .icon-cart:hover {
    color: #73b043;
  }
  #site-header-wrap #headroom {
    position: static !important;
  }
}
@media screen and (min-width: 1400px) {
  .site-layout-default #site-header-wrap .topbar-product-search .product-search-category {
    min-width: 220px;
  }
}
@media screen and (max-width: 1400px) {
  #site-header-wrap.header-layout1 .site-branding {
    margin-right: 15px;
    flex-grow: 1;
  }
  #site-header-wrap .topbar-product-search {
    max-width: 450px;
  }
  #site-header-wrap .topbar-product-search .product-search-category {
    min-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap .topbar-product-cart .cart-total {
    padding: 0 20px 0 50px;
  }
  #site-header-wrap .topbar-my-account a {
    padding: 0 12px;
  }
  #site-header-wrap .topbar-my-account a span {
    display: none;
  }
  #site-header-wrap .topbar-product-cart + .topbar-my-account {
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout1 .site-header-top {
    display: none;
  }
  #site-header-wrap .topbar-product-search, #site-header-wrap .topbar-product-cart, #site-header-wrap .topbar-my-account {
    display: none;
  }
}
#headroom.headroom--up, #headroom.headroom--down {
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 1001;
}
#headroom.headroom--unpinned:not(.headroom--top) {
  -webkit-transform: translateY(-200px);
  -khtml-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
}
#headroom.headroom--pinned:not(.headroom--top) {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
  top: 32px;
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .primary-menu-not-set {
    list-style: none;
    margin: 0;
  }
  .primary-menu-not-set > li {
    margin-right: 20px;
  }
  .primary-menu-not-set > li a {
    line-height: 60px;
    color: #333;
  }
  .primary-menu-not-set > li a:hover {
    color: #73b043;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
  }
  .primary-menu > li > a {
    color: #333;
    line-height: 70px;
    font-size: 16px;
    display: block;
    font-weight: normal;
    position: relative;
    padding: 0;
    letter-spacing: 0.03em;
    margin: 0 24px;
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #73b043;
  }
  .primary-menu > li.menu-item-has-children > a:after {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
    padding-left: 4px;
    font-weight: normal;
  }
  .primary-menu > li .link-icon {
    margin-right: 6px;
    font-size: 90%;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -khtml-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li {
    margin-bottom: 8px;
  }
  .primary-menu .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .primary-menu .sub-menu li a {
    color: #5b5b5b;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    font-family: inherit;
    padding: 7px 40px 7px 12px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
  }
  .primary-menu .sub-menu li a:before {
    content: "-";
    margin-right: 7px;
  }
  .primary-menu .sub-menu li a:after {
    content: "\f301";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    -webkit-transition: right 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -khtml-transition: right 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: right 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: right 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: right 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: right 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #fff;
    background-color: #73b043;
  }
  .primary-menu .sub-menu li > a:hover:after, .primary-menu .sub-menu li.current_page_item > a:after, .primary-menu .sub-menu li.current-menu-item > a:after, .primary-menu .sub-menu li.current_page_ancestor > a:after, .primary-menu .sub-menu li.current-menu-ancestor > a:after {
    right: 12px;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .primary-menu .sub-menu .vc_row {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .main-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 15px;
  }
  .primary-menu li.current_page_item > a, .primary-menu li.current-menu-item > a, .primary-menu li.current_page_ancestor > a, .primary-menu li.current-menu-ancestor > a {
    color: #73b043;
  }
  .primary-menu li .link-icon {
    margin-right: 6px;
    font-size: 90%;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    content: "\f2fc";
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #73b043;
  }
  #main-menu-mobile .btn-nav-mobile {
    color: #282828;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top: 9px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.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%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
.page-title {
  font-size: 32px;
  margin-bottom: 20px;
}
#pagetitle {
  background-color: #f9f9f9;
  text-align: center;
  padding: 60px 0;
  margin-bottom: 0;
}
#pagetitle .page-title {
  margin-bottom: 0;
  font-family: 'Circular-Bold';
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.format-gallery .entry-featured {
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.format-gallery .entry-featured img {
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #73b043;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.posts-pagination {
  text-align: center;
  border-top: 1px solid #efefef;
  padding-top: 30px;
}
.posts-pagination .page-numbers {
  text-align: center;
  display: inline-block;
  height: 39px;
  line-height: 37px;
  -webkit-border-radius: 39px;
  -khtml-border-radius: 39px;
  -moz-border-radius: 39px;
  -ms-border-radius: 39px;
  -o-border-radius: 39px;
  border-radius: 39px;
  color: rgba(0, 0, 0, 0.33);
  font-size: 18px;
  font-family: 'Circular-Medium';
  margin: 0 7px;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
  color: #73b043;
  background-color: transparent;
  border: none;
}
.posts-pagination .page-numbers.next, .posts-pagination .page-numbers.prev {
  border: 2px solid #efefef;
  background-color: #fff;
  width: 39px;
}
.posts-pagination .page-numbers.next:hover, .posts-pagination .page-numbers.prev:hover {
  border-color: #73b043;
  color: #73b043;
}
.posts-pagination .page-numbers.next {
  margin-left: 13px;
}
.posts-pagination .page-numbers.prev {
  margin-right: 13px;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover {
  color: #73b043;
}
.entry-featured {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.entry-featured .post-image a {
  width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
  display: inline-block;
}
.entry-featured .post-image img {
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-featured .post-image > a:before, .entry-featured a.light-box:before {
  content: '';
  position: absolute;
  z-index: 88;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='rgba(0, 0, 0, 0)');
  opacity: 0.45;
}
.entry-featured .entry-title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .entry-featured .entry-title {
    display: none;
  }
}
.entry-featured .entry-title a:hover {
  color: inherit;
}
.redux-page .entry-featured .post-image img {
  width: 100%;
}
.entry-meta {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry-meta li {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 0 11px;
  margin-top: 5px;
}
.entry-meta li a {
  color: inherit;
}
.entry-meta li a:hover {
  color: #73b043;
}
.entry-meta li.item-author {
  padding-right: 29px;
}
.entry-meta li.item-author img {
  max-width: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  margin-right: 6px;
}
.entry-meta li.item-category a {
  color: #73b043;
  font-family: 'Circular-Medium';
}
.entry-meta li.item-category a:hover {
  color: rgba(115, 176, 67, 0.8);
}
.entry-socail a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #73b043;
  display: inline-block;
  line-height: 38px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  min-width: 105px;
  font-size: 16px;
  font-family: 'Circular-Medium';
  margin-right: 11px;
  margin-bottom: 15px;
}
.entry-socail a:last-child {
  margin-right: 0;
}
.entry-socail a.fb-social {
  background-color: #3b5999;
}
.entry-socail a.tw-social {
  background-color: #55acee;
}
.entry-socail a.g-social {
  background-color: #dd4b39;
}
.entry-socail a:hover {
  opacity: 0.8;
  color: #fff;
}
.single-hentry {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.single-hentry .entry-title {
  font-size: 38px;
  margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .single-hentry .entry-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single-hentry .entry-title {
    font-size: 24px;
  }
}
.single-hentry .entry-body {
  padding: 30px;
}
.single-hentry .entry-meta {
  padding-bottom: 24px;
}
.single-hentry .entry-holder .entry-title.mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-hentry .entry-holder .entry-title.mobile {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .single-hentry .entry-holder .entry-title:not(.mobile) {
    display: none;
  }
}
.single-hentry.archive {
  margin-bottom: 60px;
}
.single-hentry.archive:hover .entry-featured .post-image img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.single-hentry.archive:last-child {
  margin-bottom: 0;
}
.single-hentry.archive .entry-more {
  padding-top: 21px;
}
.single-post .single-hentry .entry-header {
  margin-bottom: 37px;
}
.single-post .single-hentry .entry-title {
  font-size: 40px;
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .single-post .single-hentry .entry-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .single-hentry .entry-title {
    font-size: 24px;
  }
}
.single-post .single-hentry .wpb_text_column p {
  margin-bottom: 26px;
}
.single-post .single-hentry .entry-body {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .single-post .single-hentry .entry-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-post .single-hentry .entry-content {
  padding-bottom: 33px;
}
.single-post .single-hentry .entry-content-bottom {
  border-top: 1px solid #efefef;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.single-post .single-hentry .entry-content-bottom .entry-tags {
  flex-grow: 1;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .single-post .single-hentry .entry-content-bottom .entry-tags {
    padding-right: 0;
    padding-bottom: 12px;
  }
  .single-post .single-hentry .entry-content-bottom .label {
    display: block;
    margin-bottom: 12px;
  }
  .single-post .single-hentry .entry-content-bottom .entry-socail a {
    min-width: inherit;
    font-size: 14px;
  }
}
.single-post .cms-related-post {
  padding-top: 54px;
}
.single-post .cms-related-post .section-title {
  font-size: 28px;
}
.single-post .cms-related-post .item-title {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .single-post .cms-related-post .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .single-post .cms-related-post .grid-item + .grid-item {
    margin-top: 30px;
  }
}
.post-type-archive-recipe #content {
  padding-top: 45px;
  padding-bottom: 110px;
}
.recipe-primary .archive-topbar .posts-pagination, .recipe-primary .recipe-footer .posts-pagination {
  border: none;
}
.recipe-primary .archive-topbar .posts-pagination .page-numbers, .recipe-primary .recipe-footer .posts-pagination .page-numbers {
  height: 29px;
  width: 29px;
  line-height: 25px;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  border: 2px solid transparent;
  font-size: 18px;
  padding: 0;
  margin: 0 3px;
}
.recipe-primary .archive-topbar .posts-pagination .page-numbers.current, .recipe-primary .recipe-footer .posts-pagination .page-numbers.current, .recipe-primary .archive-topbar .posts-pagination .page-numbers:hover, .recipe-primary .recipe-footer .posts-pagination .page-numbers:hover, .recipe-primary .archive-topbar .posts-pagination .page-numbers.next, .recipe-primary .recipe-footer .posts-pagination .page-numbers.next, .recipe-primary .archive-topbar .posts-pagination .page-numbers.prev, .recipe-primary .recipe-footer .posts-pagination .page-numbers.prev {
  color: #73b043;
  border-color: #73b043;
}
.recipe-primary .archive-topbar .posts-pagination .page-numbers.next:hover, .recipe-primary .recipe-footer .posts-pagination .page-numbers.next:hover, .recipe-primary .archive-topbar .posts-pagination .page-numbers.prev:hover, .recipe-primary .recipe-footer .posts-pagination .page-numbers.prev:hover {
  background-color: #73b043;
  color: #fff;
}
.recipe-primary .recipe-title {
  color: #333;
  font-size: 20px;
  line-height: 1.1;
  font-family: 'Circular-Bold';
  margin-top: 2px;
  margin-bottom: 23px;
}
.recipe-primary .recipe-title a {
  color: inherit;
}
.recipe-primary .recipe-title a:hover {
  color: #73b043;
}
.recipe-primary .recipe-meta {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recipe-primary .recipe-meta .recipe-rating {
  flex-grow: 1;
}
.recipe-primary .recipe-meta .recipe-rating .raw-star-show {
  font-size: 18px;
  color: #fcab3a;
}
.recipe-primary .recipe-meta .recipe-rating .zmdi-star-outline:before {
  content: '\f27d';
  color: #d4d4d5;
}
.recipe-primary .recipe-meta li {
  color: rgba(51, 51, 51, 0.66);
  font-family: 'Circular-Medium';
  font-size: 14px;
  margin-right: 20px;
}
.recipe-primary .recipe-meta li:last-child {
  margin-right: 0;
}
.recipe-primary .recipe-meta li i {
  margin-right: 8px;
}
.recipe-primary .recipe-item-inner {
  border: 1px solid #efefef;
  margin-bottom: 30px;
}
.recipe-primary .recipe-holder {
  background-color: #fff;
  border-top: 1px solid #efefef;
  padding: 14px 30px 18px;
}
.recipe-primary .recipe-body .no-results {
  margin: 30px auto 0 auto;
  text-align: center;
}
.recipe-primary .recipe-body .recipe-level {
  display: none;
}
.recipe-primary .recipe-body:not(.recipe-layout-list) .recipe-desc {
  display: none;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-item-inner {
  display: flex;
  flex-wrap: wrap;
  height: inherit !important;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-image {
  flex: 0 0 38%;
  max-width: 38%;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-image .image-grid {
  display: none;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-image .image-list {
  height: 100%;
  width: 100%;
  min-height: 270px;
  display: block;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-holder {
  flex: 0 0 62%;
  max-width: 62%;
  border-top: none;
  border-left: 1px solid #efefef;
  display: flex;
  flex-wrap: wrap;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-holder .recipe-meal {
  width: 100%;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-holder .recipe-meta {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  width: 100%;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-holder .recipe-meta .recipe-level {
  display: block;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-desc {
  padding-bottom: 50px;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-title {
  margin-bottom: 20px;
  height: auto !important;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-item {
  max-width: 100%;
  flex: 100%;
}
.recipe-primary .recipe-body.recipe-layout-list .recipe-item .recipe-desc {
  display: block;
}
@media screen and (max-width: 767px) {
  .recipe-primary .recipe-body.recipe-layout-list .recipe-item-inner {
    display: block;
  }
  .recipe-primary .recipe-body.recipe-layout-list .recipe-item-inner .recipe-image, .recipe-primary .recipe-body.recipe-layout-list .recipe-item-inner .recipe-holder {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-recipe .cms-recipe-carousel {
  margin-top: 120px;
}
.single-recipe .site-content {
  padding-top: 50px;
  padding-bottom: 90px;
}
.single-recipe .recipe-header .recipe-title {
  font-size: 38px;
  font-family: 'Circular-Bold';
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .single-recipe .recipe-header .recipe-title {
    font-size: 34px;
  }
}
.single-recipe .recipe-header .recipe-featured {
  margin-bottom: 62px;
}
.single-recipe .recipe-header .recipe-featured img {
  border: 1px solid #efefef;
  width: 100%;
}
.single-recipe .recipe-header .recipe-meta {
  margin-bottom: 30px;
}
.single-recipe .recipe-header .recipe-meta .recipe-nutritional, .single-recipe .recipe-header .recipe-meta .recipe-alergies {
  margin-bottom: 32px;
}
.single-recipe .recipe-header .recipe-social {
  margin-right: 20px;
  position: relative;
}
.single-recipe .recipe-header .recipe-social .btn {
  background-color: #d3740f;
  border-color: #d3740f;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: none;
  min-width: 170px;
}
.single-recipe .recipe-header .recipe-social .btn span {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.single-recipe .recipe-header .recipe-social .btn i {
  margin-left: 25px;
}
.single-recipe .recipe-header .recipe-social .btn:hover, .single-recipe .recipe-header .recipe-social .btn:focus {
  color: #fff;
}
.single-recipe .recipe-header .recipe-social .recipe-social-group {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
  left: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 0;
}
.single-recipe .recipe-header .recipe-social .recipe-social-group a {
  color: #fff;
}
.single-recipe .recipe-header .recipe-social .recipe-social-group a:hover {
  background-color: transparent;
}
.single-recipe .recipe-header .recipe-social .recipe-social-group a + a {
  margin-left: 10px;
}
.single-recipe .recipe-header .recipe-social:hover .recipe-social-group {
  opacity: 1;
}
.single-recipe .recipe-header .recipe-social:hover .btn span {
  opacity: 0;
}
.single-recipe .recipe-header .recipe-print .btn {
  background-color: #531b7b;
  border-color: #531b7b;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: none;
}
.single-recipe .recipe-header .recipe-print .btn i {
  margin-left: 25px;
}
.single-recipe .recipe-header .recipe-print .btn:hover, .single-recipe .recipe-header .recipe-print .btn:focus {
  background-color: #371251;
  border-color: #371251;
  color: #fff;
}
.single-recipe .recipe-header .recipe-meta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}
.single-recipe .recipe-header .recipe-meta-group > div {
  margin-bottom: 10px;
}
.single-recipe .recipe-header .recipe-meta-group .recipe-meal {
  margin-right: 30px;
  flex-grow: 1;
}
.single-recipe .recipe-header .recipe-content {
  color: rgba(0, 0, 0, 0.87);
  padding-bottom: 14px;
}
.single-recipe .recipe-header .recipe-content p {
  margin-bottom: 27px;
}
.single-recipe .recipe-header .recipe-holder {
  margin: 0 -30px;
}
.single-recipe .recipe-header .recipe-holder > div {
  padding: 0 30px;
}
.single-recipe .recipe-heading {
  font-family: 'Circular-Bold';
}
.single-recipe .recipe-nutritional .recipe-heading {
  font-size: 18px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .single-recipe .recipe-nutritional .recipe-heading {
    font-size: 32px;
  }
}
.single-recipe .recipe-nutritional ul {
  list-style: none;
  margin: 0;
}
.single-recipe .recipe-nutritional ul li {
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  padding: 2px 0;
}
.single-recipe .recipe-nutritional ul li span {
  font-family: 'Circular-Bold';
  float: right;
  display: inline-block;
  margin-left: 20px;
}
.single-recipe .recipe-nutritional ul li:last-child {
  border-bottom: none;
}
.single-recipe .recipe-alergies .recipe-heading {
  font-size: 16px;
}
.single-recipe .recipe-alergies ul {
  list-style: none;
  margin: 0;
}
.single-recipe .recipe-alergies ul li {
  margin-bottom: 10px;
}
.single-recipe .recipe-alergies ul a {
  font-family: 'Circular-Medium';
  color: #333;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
.single-recipe .recipe-alergies ul a:hover {
  color: #73b043;
}
.single-recipe .recipe-alergies ul a i {
  height: 22px;
  width: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  background-color: #73b043;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  font-size: 10px;
  font-family: 'Circular-Black';
  color: #fff;
  overflow: hidden;
}
.single-recipe .recipe-alergies ul a i.modern {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.single-recipe .recipe-alergies ul a i.flat {
  background-color: transparent !important;
  border: 2px solid #73b043;
  line-height: 18px;
  color: #333;
}
.single-recipe .recipe-alergies ul a img, .single-recipe .recipe-alergies ul a i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 22px;
}
.single-recipe .recipe-instructions-inner {
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 30px;
}
.single-recipe .recipe-instructions-inner .recipe-heading {
  font-size: 38px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .single-recipe .recipe-instructions-inner .recipe-heading {
    font-size: 32px;
  }
}
.single-recipe .recipe-instructions-inner ul {
  list-style: none;
  margin: 0;
}
.single-recipe .recipe-instructions-inner ul i {
  font-style: normal;
  font-size: 38px;
  font-family: 'Circular-Bold';
  position: absolute;
  left: 0;
  top: -13px;
  line-height: 1;
}
.single-recipe .recipe-instructions-inner ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 40px;
}
.single-recipe .recipe-instructions-inner ul li:last-child {
  margin-bottom: 0;
}
.single-recipe .recipe-ingredients-inner {
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 30px;
}
.single-recipe .recipe-ingredients-inner .recipe-ingredient1 {
  font-size: 38px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .single-recipe .recipe-ingredients-inner .recipe-ingredient1 {
    font-size: 32px;
  }
}
.single-recipe .recipe-ingredients-inner .recipe-ingredient2 {
  font-size: 22px;
  margin-top: 33px;
  margin-bottom: 22px;
}
.single-recipe .recipe-ingredients-inner ul {
  list-style: none;
  margin: 0;
  border-top: 1px solid #ebebeb;
}
.single-recipe .recipe-ingredients-inner ul li {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #ebebeb;
  padding: 11px 20px;
}
.single-recipe .recipe-ingredients-inner ul li:nth-child(odd) {
  background-color: #f8f8f8;
}
@media screen and (min-width: 1400px) {
  .single-recipe .recipe-body .recipe-instructions {
    -ms-flex: 0 0 64.2%;
    flex: 0 0 64.2%;
    max-width: 64.2%;
  }
  .single-recipe .recipe-body .recipe-ingredients {
    -ms-flex: 0 0 35.8%;
    flex: 0 0 35.8%;
    max-width: 35.8%;
  }
}
@media screen and (max-width: 767px) {
  .single-recipe .recipe-body {
    flex-direction: column-reverse;
  }
  .single-recipe .recipe-body .recipe-ingredients {
    margin-bottom: 30px;
  }
}
.single-recipe .recipe-reviews .raw-review-list-wrap, .single-recipe .recipe-reviews .raw-review-form-wrap {
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 30px;
}
.single-recipe .recipe-reviews .raw-title-line {
  margin-bottom: 36px;
  font-size: 38px;
}
@media screen and (max-width: 991px) {
  .single-recipe .recipe-reviews .raw-title-line {
    font-size: 32px;
  }
}
.single-recipe .recipe-reviews .raw-review-avatar {
  min-width: 65px;
  width: 65px;
}
.single-recipe .recipe-reviews .raw-review-avatar img {
  -webkit-border-radius: 65px;
  -khtml-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
}
@media screen and (max-width: 767px) {
  .single-recipe .recipe-reviews .raw-review-avatar {
    margin-bottom: 20px;
  }
}
.single-recipe .recipe-reviews .raw-stars .raw-star, .single-recipe .recipe-reviews .raw-stars .raw-star-show {
  font-size: 32px;
  color: #fcab3a;
}
.single-recipe .recipe-reviews .raw-stars .raw-star.zmdi-star-outline:before, .single-recipe .recipe-reviews .raw-stars .raw-star-show.zmdi-star-outline:before {
  content: '\f27d';
  color: #ebebeb;
}
.single-recipe .recipe-reviews .raw-stars .raw-rating-hover {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.33);
  font-family: 'Circular-BookItalic';
}
.single-recipe .recipe-reviews .raw-review-date {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.33);
  font-family: 'Circular-BookItalic';
}
.single-recipe .recipe-reviews .raw-review-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.single-recipe .recipe-reviews .raw-review-meta > div {
  margin-right: 24px;
  margin-bottom: 10px;
}
.single-recipe .recipe-reviews .raw-review-content {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Circular-Bold';
  margin-bottom: 8px;
}
.single-recipe .recipe-reviews .raw-review-author {
  font-size: 16px;
  font-family: 'Circular-BookItalic';
}
.single-recipe .recipe-reviews .raw-review-item {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 26px;
}
.single-recipe .recipe-reviews .raw-review-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.single-recipe .recipe-reviews .raw-review-form textarea, .single-recipe .recipe-reviews .raw-review-form input[type="text"], .single-recipe .recipe-reviews .raw-review-form input[type="email"] {
  background-color: #fcfcfc;
  margin-bottom: 30px;
}
.single-recipe .recipe-reviews .raw-review-form .raw-stars {
  margin-bottom: 30px;
}
.single-recipe .recipe-reviews .raw-review-form .raw-rating {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single-recipe .recipe-reviews .raw-review-form .raw-rating .raw-rating-select {
  margin-right: 14px;
}
.swh-alert {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  color: #fff;
  padding: 14px 40px 14px 20px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  background-color: #73b043;
}
.swh-alert.swh-success {
  background-color: #2a9d07;
}
.swh-alert .swh-alert-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
.widget {
  margin-bottom: 32px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
.widget.rm-margin1 {
  margin-bottom: 14px;
}
.widget.rm-margin2 {
  margin-bottom: 20px;
}
.logged-in .hide-logged {
  display: none;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.widget_nav_menu.column3 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 767px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 100%;
  }
}
.widget_nav_menu.column2 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column2 ul.menu li {
    width: 100%;
  }
}
.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_categories ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
  font-size: 0;
  line-height: 0;
}
#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  font-size: 18px;
  line-height: 1.777;
  color: #000;
}
#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
  color: #73b043;
}
#content .widget_categories ul.sub-menu li, #content .widget_nav_menu ul.sub-menu li, #content .widget_pages ul.sub-menu li, #content .widget_archive ul.sub-menu li, #content .widget_meta ul.sub-menu li {
  padding-left: 0;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
.widget_recent_entries a, .widget_recent_comments a {
  font-size: 18px;
  line-height: 1.777;
  color: #000;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #73b043;
}
.widget_ef_recent_posts .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}
.widget_ef_recent_posts .entry-title a {
  color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: #73b043;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.cms-social.type-icon li {
  margin-right: 11px;
}
.cms-social.type-icon li a {
  width: 38px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  height: 38px;
}
.cms-social.type-icon li span {
  display: none;
}
.cms-social.type-icon li:last-child {
  margin-right: 0;
}
.cms-social.type-text li {
  margin-right: 15px;
}
.cms-social.type-text li a {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  min-width: 105px;
  font-size: 16px;
  font-family: 'Circular-Medium';
}
.cms-social.type-text li i {
  display: none;
}
.cms-social.type-text li:last-child {
  margin-right: 0;
}
.cms-social li {
  display: inline-block;
  margin-bottom: 15px;
}
.cms-social li a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #73b043;
  display: inline-block;
  line-height: 38px;
}
.cms-social li a.social-facebook {
  background-color: #3b5999;
}
.cms-social li a.social-rss {
  background-color: #fd7800;
}
.cms-social li a.social-youtube {
  background-color: #cd201f;
}
.cms-social li a.social-twitter {
  background-color: #55acee;
}
.cms-social li a.social-google {
  background-color: #dd4b39;
}
.cms-social li a.social-skype {
  background-color: #00aff0;
}
.cms-social li a.social-dribbble {
  background-color: #ea4c89;
}
.cms-social li a.social-flickr {
  background-color: #ff0084;
}
.cms-social li a.social-linkedin {
  background-color: #0077b5;
}
.cms-social li a.social-vimeo {
  background-color: #1ab7ea;
}
.cms-social li a.social-pinterest {
  background-color: #bd081c;
}
.cms-social li a.social-bloglovin {
  background-color: #f57d00;
}
.cms-social li a.social-instagram {
  background-color: #e4405f;
}
.cms-social li a:hover {
  opacity: 0.8;
}
.cms-social.el-social li a {
  padding-left: 25px;
  padding-right: 25px;
  min-width: 120px;
}
@media screen and (max-width: 1600px) {
  .cms-social.el-social li a {
    padding-left: 16px;
    padding-right: 16px;
    min-width: inherit;
  }
}
.cms-social.el-social.text-center {
  margin-left: 8px;
  margin-right: 8px;
}
.vc_wp_custommenu .widgettitle {
  font-size: 24px;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
.widget_newsletterwidget {
  padding: 28px 34px 34px;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_newsletterwidget .footer-widget-title {
  color: #73b043;
  font-size: 22px;
}
.widget_newsletterwidget .newsletter-subscription {
  margin: 0;
}
.widget_newsletterwidget .footer-widget-title + p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 35px;
}
.widget_newsletterwidget .tnp-widget {
  margin-top: 32px;
}
.widget_newsletterwidget form {
  position: relative;
}
.widget_newsletterwidget form .tnp-field-email {
  margin: 0;
}
.widget_newsletterwidget form .tnp-field-email label {
  display: none;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f1f1 !important;
  background-color: #fff !important;
  height: 49px !important;
  line-height: 47px;
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.33);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email:focus {
  border-color: #73b043 !important;
}
.widget_newsletterwidget form .tnp-field-button {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit {
  color: #fff;
  height: 49px !important;
  width: inherit !important;
  padding: 0 20px;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 500;
  border: none !important;
  position: absolute !important;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  top: 0;
  right: 0;
  text-transform: capitalize;
  background-color: #73b043;
  border-color: #73b043;
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit:hover {
  background-color: #88c15b;
  border-color: #88c15b;
}
@media screen and (max-width: 575px) {
  .widget_newsletterwidget form .tnp-field-button .tnp-submit {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }
}
.widget_cms_recent_posts .entry-brief + .entry-brief {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
}
.widget_cms_recent_posts .entry-media {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.widget_cms_recent_posts .entry-media + .entry-content {
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: -ms-calc(100% - 115px);
  width: -o-calc(100% - 115px);
  width: calc(100% - 115px);
}
.widget_cms_recent_posts .entry-content {
  float: left;
}
.widget_cms_recent_posts .entry-title {
  font-size: 18px;
  letter-spacing: -0.016em;
  font-family: 'Circular-Bold';
  margin-top: -4px;
  margin-bottom: 4px;
}
.widget_cms_recent_posts .entry-meta li {
  color: rgba(0, 0, 0, 0.33);
  font-size: 15px;
}
.widget_cms_recent_posts .entry-meta li.item-date {
  flex-grow: 1;
}
.site-layout-full-width .widget_cms_recent_posts .entry-title {
  font-size: 20px;
}
.site-layout-full-width .widget_cms_recent_posts .entry-meta li {
  font-size: 16px;
}
.tagcloud a, .entry-tags a {
  background-color: #fff;
  border: 1px solid #efefef;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 14px !important;
  line-height: 36px;
  padding: 0 12px;
  margin-bottom: 15px;
  margin-right: 9px;
}
.tagcloud a:hover, .entry-tags a:hover {
  color: #fff;
  border-color: #73b043;
  background-color: #73b043;
}
.widget_search .search-field {
  background-color: #fff;
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
}
.widget_cms_menu_widget ul.menu li a, .widget_cms_recipe_attribute ul.menu li a {
  font-size: 18px;
  color: #80838a;
  font-family: 'Circular-Medium';
  padding-left: 31px;
  position: relative;
  padding: 3px 0 3px 31px;
  display: block;
}
.widget_cms_menu_widget ul.menu li a:before, .widget_cms_recipe_attribute ul.menu li a:before {
  content: '';
  height: 16px;
  width: 16px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid #80838a;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_cms_menu_widget ul.menu li a:after, .widget_cms_recipe_attribute ul.menu li a:after {
  content: '';
  height: 4px;
  width: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  background-color: #000615;
}
.widget_cms_menu_widget ul.menu li > a.active, .widget_cms_recipe_attribute ul.menu li > a.active, .widget_cms_menu_widget ul.menu li.current-menu-item > a, .widget_cms_recipe_attribute ul.menu li.current-menu-item > a, .widget_cms_menu_widget ul.menu li > a:hover, .widget_cms_recipe_attribute ul.menu li > a:hover {
  color: #000615;
}
.widget_cms_menu_widget ul.menu li > a.active:before, .widget_cms_recipe_attribute ul.menu li > a.active:before, .widget_cms_menu_widget ul.menu li.current-menu-item > a:before, .widget_cms_recipe_attribute ul.menu li.current-menu-item > a:before, .widget_cms_menu_widget ul.menu li > a:hover:before, .widget_cms_recipe_attribute ul.menu li > a:hover:before {
  border-color: #000615;
}
.widget_cms_menu_widget ul.menu li > a.active:after, .widget_cms_recipe_attribute ul.menu li > a.active:after, .widget_cms_menu_widget ul.menu li.current-menu-item > a:after, .widget_cms_recipe_attribute ul.menu li.current-menu-item > a:after, .widget_cms_menu_widget ul.menu li > a:hover:after, .widget_cms_recipe_attribute ul.menu li > a:hover:after {
  opacity: 1;
}
.cms-lists-widget {
  border: 1px solid #e3eade;
  padding: 30px 30px 30px 40px;
  background-color: #f1f7ec;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-lists-widget .el-title {
  font-family: 'Circular-Bold';
  font-size: 22px;
  color: #333;
}
.cms-lists-widget .cms-lists-inner {
  font-size: 14px;
  font-family: 'Circular-Medium';
  color: #333;
  list-style: none;
  margin: 0;
}
.cms-lists-widget .cms-lists-inner li {
  position: relative;
  padding-left: 26px;
}
.cms-lists-widget .cms-lists-inner li + li {
  margin-top: 13px;
}
.cms-lists-widget .cms-lists-inner li:before {
  font-size: 16px;
  color: #73b043;
  content: '\f1c7';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area .comment-list-wrap {
  border-bottom: 1px solid #eee;
  padding: 40px 0 45px 0;
}
.comments-area .comment-respond {
  margin-top: 56px;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list li {
  list-style-position: inherit;
}
.comment-list li .children {
  padding-left: 90px;
}
.comment-list li .children > li {
  padding-top: 28px;
}
.comment-list li .children > li > .comment-body {
  padding-left: 25px;
  border-left: 1px solid #d9d9d9;
}
.comment-list > li {
  padding: 24px;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list ul.children {
  list-style: none;
}
.comment-media {
  max-width: 50px;
  float: left;
}
.comment-media img {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.comment-title {
  text-transform: capitalize;
  font-size: 16px;
}
.comment-date {
  font-family: "Roboto";
  font-weight: normal;
  color: #9d9d9d;
  display: inline-block;
  font-size: 12px;
  margin-left: 17px;
}
.comment-text {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.66);
}
.comment-text p {
  margin-bottom: 0;
}
.comment-content {
  display: table;
  padding-left: 30px;
  vertical-align: top;
}
.comment-reply {
  line-height: 1;
}
.comment-reply a {
  font-weight: 700;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form .comment-notes {
  display: none;
}
.comment-form .col-lg-4 {
  margin-bottom: 30px;
}
.comment-form .comment-form-comment {
  margin-bottom: 27px;
}
.comment-body {
  position: relative;
}
.comment-body .comment-reply-link, .comment-body .comment-reply-login {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Roboto";
  font-weight: normal;
  color: #9d9d9d;
  font-size: 0px;
}
.comment-body .comment-reply-link i, .comment-body .comment-reply-login i {
  font-size: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comment-body .comment-reply-link span, .comment-body .comment-reply-login span {
  font-size: 14px;
  position: absolute;
  right: 33px;
  min-width: 150px;
  text-align: right;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .comment-body .comment-reply-link span, .comment-body .comment-reply-login span {
    display: none;
  }
}
.comment-body .comment-reply-link:hover span, .comment-body .comment-reply-login:hover span {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .comment-body .comment-reply-link:hover i, .comment-body .comment-reply-login:hover i {
    color: #73b043;
  }
}
.logged-in-as a {
  color: #000615;
}
.logged-in-as a:hover {
  color: #73b043;
}
@media screen and (max-width: 767px) {
  .comment-inner {
    text-align: center;
  }
  .comment-media {
    float: none;
    display: inline-block;
  }
  .comment-content {
    padding-left: 0;
    padding-top: 15px;
    display: block;
  }
  .comment-list li .children {
    padding-left: 0;
  }
  .comment-list li .children > li > .comment-body {
    border: none;
  }
}
.site-footer {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.857;
  color: #8e8e8e;
  padding-top: 35px;
}
.site-footer a {
  color: #8e8e8e;
}
.site-footer a:hover {
  color: #73b043;
}
.site-footer .bf-gap {
  height: 1px;
  background-color: #efefef;
}
.site-footer .scroll-top {
  display: none;
}
.site-footer .top-footer-logo {
  text-align: center;
  margin-bottom: 49px;
}
.site-footer .top-footer-logo img {
  max-height: 114px;
}
.site-footer .top-footer-logo a {
  display: inline-block;
}
.site-footer .top-footer {
  padding: 0 0 52px;
}
.site-footer .top-footer .footer-widget-title {
  font-size: 22px;
  margin-bottom: 17px;
}
.site-footer .top-footer .cms-footer-item {
  text-align: center;
}
.site-footer .top-footer ul.menu > li:last-child > a {
  color: #333;
  font-family: 'Circular-Medium';
}
.site-footer .top-footer ul.menu > li:last-child > a:hover {
  color: #73b043;
}
@media screen and (max-width: 767px) {
  .site-footer .top-footer .cms-footer-item {
    margin-bottom: 40px;
  }
  .site-footer .top-footer .cms-footer-item:last-child {
    margin-bottom: 0;
  }
}
.site-footer .bottom-footer {
  color: #000;
}
.site-footer .bottom-footer a {
  color: #000;
}
.site-footer .bottom-footer a:hover {
  color: #73b043;
}
.site-footer .bottom-footer .row {
  padding: 18px 0;
  align-items: center;
}
.site-footer .bottom-footer .bottom-col {
  padding: 0 15px;
}
.site-footer .bottom-footer .bottom-col:first-child {
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .site-footer .bottom-footer .bottom-col {
    flex-grow: 1;
  }
  .site-footer .bottom-footer .bottom-col + .bottom-col {
    margin-top: 10px;
  }
}
.site-footer.footer-3-column .top-footer > .container {
  max-width: 1000px;
}
.site-footer .top-footer-newsletter {
  margin: auto auto 35px;
}
.site-footer .top-footer-newsletter .newsletter {
  position: relative;
}
.site-footer .top-footer-newsletter .container {
  max-width: 1000px;
}
.site-footer .top-footer-newsletter .tnp-field input {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.site-footer .top-footer-newsletter .tnp-field input.tnp-email {
  height: 60px;
  background-color: #fcfcfc;
}
.site-footer .top-footer-newsletter .tnp-field input.tnp-button {
  line-height: 50px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer-newsletter .tnp-field input.tnp-button {
    margin-top: 15px;
    position: static;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer-newsletter .tnp-email {
    text-align: center;
  }
  .site-footer .top-footer-newsletter .tnp-field-button {
    text-align: center;
  }
}
.site-footer.divider {
  padding-top: 65px;
}
.site-footer.divider:before {
  content: "";
  height: 65px;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  background-image: url(../images/divider-footer.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.site-footer.footer-layout2 .container {
  max-width: 1260px;
}
.site-footer.footer-layout2 .top-footer-newsletter .tnp-field-email .tnp-email, .site-footer.footer-layout2 .top-footer-newsletter .tnp-field-button .tnp-button {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.site-footer.footer-layout2 .top-footer-newsletter {
  margin-bottom: 42px;
}
.site-footer.footer-layout2 .top-footer-logo {
  text-align: left;
}
@media screen and (max-width: 575px) {
  .site-footer.footer-layout2 .top-footer {
    text-align: center;
  }
  .site-footer.footer-layout2 .top-footer .top-footer-logo {
    text-align: center;
  }
  .site-footer.footer-layout2 .top-footer .cms-lists-widget .cms-lists-inner li {
    display: inline-block;
  }
}
.site-footer.footer-layout2 .top-footer .footer-widget-title {
  margin-bottom: 27px;
}
@media screen and (min-width: 1200px) {
  .site-footer.footer-layout2 .top-footer .top-col2 {
    -ms-flex: 0 0 41.7%;
    flex: 0 0 41.7%;
    max-width: 41.7%;
  }
  .site-footer.footer-layout2 .top-footer .top-col3 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer.footer-layout2 .top-footer .top-col1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .site-footer.footer-layout2 .top-footer .top-col2 {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
  .site-footer.footer-layout2 .top-footer .top-col3 {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer.footer-layout2 .top-footer .top-sub-col1 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer.footer-layout2 .bottom-footer .bottom-col {
    width: 100%;
  }
}
.site-footer.footer-layout2 .footer-product-search {
  position: relative;
  margin-top: 53px;
  margin-bottom: 56px;
}
.site-footer.footer-layout2 .footer-product-search .search-input {
  background-color: #fcfcfc;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.site-footer.footer-layout2 .footer-product-search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: none;
  font-size: 24px;
  padding: 0;
  width: 70px;
  color: #ababab;
}
.site-footer.footer-layout2 .footer-product-search button svg {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.site-footer.footer-layout2 .cms-lists-widget {
  margin-top: 53px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .site-footer.footer-layout2 .cms-lists-widget {
    padding-left: 30px;
  }
}
.site-footer.footer-layout2 .cms-footer-payment a {
  margin-right: 13px;
}
.site-footer.footer-layout2 .cms-footer-payment a img {
  max-width: 43px;
}
.scroll-top:not(.fixed-bottom) {
  background-color: #73b043;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  height: 45px;
  position: fixed;
  right: 60px;
  text-align: center;
  width: 45px;
  font-size: 22px;
  z-index: 1002;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.scroll-top:not(.fixed-bottom):focus, .scroll-top:not(.fixed-bottom):active {
  background-color: #73b043;
  color: #fff;
}
.scroll-top:not(.fixed-bottom):hover {
  background-color: #679e3c;
  color: #fff;
}
.scroll-top:not(.fixed-bottom).on {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top:not(.fixed-bottom) i {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.widget-cart-sidebar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  padding-top: 30px;
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  width: 320px;
  overflow: hidden;
}
.widget-cart-sidebar.open {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.widget-cart-sidebar .widget_shopping_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 24px;
  font-size: 20px;
  font-family: 'Circular-Bold';
}
.widget-cart-sidebar .cms-close {
  background-color: #73b043;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  display: block;
  text-align: center;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
  font-weight: normal;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #73b043;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #73b043;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  line-height: 17px;
  color: #fff;
  font-size: 13px;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
  vertical-align: middle;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: normal;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: 50%;
  line-height: 45px;
}
.widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:not(.checkout) {
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .top-footer::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .top-footer::after {
    display: none;
  }
  .scroll-top {
    display: none;
  }
  .site-footer .scroll-top {
    display: block;
    width: 45px;
    background-color: #73b043 !important;
    -webkit-border-radius: 3px 0 0 0;
    -khtml-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    left: auto;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
  }
  .site-footer .scroll-top.on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}
.item-featured img {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 35px;
}
.cms-grid .item-title {
  font-size: 32px;
  line-height: 1.2;
}
.cms-grid .item-title a {
  color: inherit;
}
.cms-grid .item-title a:hover {
  color: #73b043;
}
@media screen and (max-width: 991px) {
  .cms-grid .cms-grid-inner {
    margin: 0 -15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item {
    padding: 15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item .grid-item-inner {
    margin-top: 0 !important;
  }
}
.cms-grid .cms-grid-pagination {
  margin-top: 20px;
}
.cms-grid .item-featured a {
  display: block;
}
.grid-filter-wrap {
  margin-bottom: 38px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 10px 0;
  padding: 0 16px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  font-family: 'Circular-Bold';
  color: #333;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
  color: #73b043;
}
.grid-filter-wrap.align-left span:first-child {
  padding-left: 0;
}
.grid-filter-wrap.align-right span:last-child {
  padding-left: 0;
}
.grid-filter-wrap.filter-small {
  margin-bottom: 48px;
}
.grid-filter-wrap.filter-small span {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
}
.grid-filter-wrap.filter-general {
  border-bottom: 1px solid #101010;
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 14px;
}
.grid-filter-wrap.filter-general:before {
  content: "";
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.grid-filter-wrap.filter-general .filter-item {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.grid-filter-wrap.filter-general .filter-item.active, .grid-filter-wrap.filter-general .filter-item:hover {
  color: #73b043 !important;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.cms-grid-header {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  margin-bottom: 45px;
}
.cms-grid-header > h3 {
  margin: 0;
  font-size: 40px;
  letter-spacing: 0.03em;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .cms-grid-header {
    display: block;
  }
  .cms-grid-header > h3 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .cms-grid-header .nice-select {
    margin: 15px 0 0;
  }
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  color: #a2a2a2;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-top: 25px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #000;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: #ccc;
  display: inline-block;
  height: 7px;
  margin: 0 11px;
  width: 7px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.owl-dots .owl-dot:before {
  height: 17px;
  width: 17px;
  -webkit-border-radius: 17px;
  -khtml-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  content: '';
  border: 5px solid rgba(115, 176, 67, 0);
  position: absolute;
  top: -5px;
  left: -5px;
}
.owl-dots .owl-dot.active {
  background-color: #73b043;
}
.owl-dots .owl-dot.active:before {
  border-color: rgba(115, 176, 67, 0.33);
}
.owl-arrows-middle .owl-nav {
  display: block !important;
}
.owl-arrows-middle .owl-nav .owl-prev, .owl-arrows-middle .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle .owl-nav .owl-prev {
  left: -54px;
}
.owl-arrows-middle .owl-nav .owl-next {
  right: -54px;
}
.owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
  height: 185px;
  line-height: 185px;
  width: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #73b043;
  text-align: center;
}
.owl-arrows-middle-big .owl-prev i, .owl-arrows-middle-big .owl-next i {
  font-size: 21px;
  color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-arrows-middle-big .owl-prev {
  left: -15px;
}
.owl-arrows-middle-big .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-big .owl-prev:hover i {
  margin-left: -15px;
}
.owl-arrows-middle-big .owl-next {
  right: -15px;
}
.owl-arrows-middle-big .owl-next i:before {
  content: "\f301";
}
.owl-arrows-middle-big .owl-next:hover i {
  margin-right: -15px;
}
@media screen and (max-width: 991px) {
  .owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
    width: 45px;
    height: 90px;
    line-height: 90px;
  }
}
.owl-arrows-middle-circle .owl-nav .owl-prev, .owl-arrows-middle-circle .owl-nav .owl-next {
  border: 2px solid #73b043;
  border-radius: 100%;
  color: #73b043;
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle-circle .owl-nav .owl-prev:hover, .owl-arrows-middle-circle .owl-nav .owl-next:hover {
  border-color: #73b043;
  background-color: #73b043;
  color: #fff;
}
.owl-arrows-middle-circle .owl-nav .owl-prev {
  left: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-circle .owl-nav .owl-next {
  right: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-next i:before {
  content: "\f301";
}
@media screen and (min-width: 1400px) {
  .owl-arrows-middle-circle .owl-nav .owl-prev {
    left: -70px;
  }
  .owl-arrows-middle-circle .owl-nav .owl-next {
    right: -70px;
  }
}
@media screen and (max-width: 1399px) {
  .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-prev, .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-next {
    border-color: #fff;
    color: #fff;
  }
  .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-prev, .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-next {
    position: static;
    margin: 60px 15px 0;
  }
}
.cms-carousel-filter {
  margin-bottom: 25px;
  /* Page Loading */
}
.cms-carousel-filter .cms-filter-item {
  font-size: 24px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin: 0 38px 10px 0;
  display: inline-block;
}
.cms-carousel-filter .cms-filter-item.cms-filter-active, .cms-carousel-filter .cms-filter-item:hover {
  color: #73b043;
  cursor: pointer;
}
#cms-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spinner {
  margin: -20px auto 0 auto;
  width: 40px;
  height: 40px;
  top: 50%;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
#cms-loadding .loading-dot1, #cms-loadding .loading-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #73b043;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
#cms-loadding .loading-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.nav-tabs.cms-tabs {
  border: none;
  margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
  margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.33);
  font-family: ;
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #333;
}
.entry-footer .entry-edit-link {
  display: none;
}
div.pp_overlay {
  z-index: 9999 !important;
  opacity: 0.85 !important;
}
.cms-close {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.cms-modal {
  background-color: rgba(51, 51, 51, 0.87);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.cms-modal .cms-modal-inner {
  padding: 0 15px;
  max-width: 630px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 500ms;
}
.cms-modal.open {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.cms-modal.open .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  -khtml-transform: translate(-50%, -50%) scaleX(1);
  -moz-transform: translate(-50%, -50%) scaleX(1);
  -ms-transform: translate(-50%, -50%) scaleX(1);
  -o-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}
.cms-modal.remove {
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition-delay: 500ms;
}
.cms-modal.remove .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  transition-delay: 0ms;
}
.cms-modal .cms-contact-form-footer {
  text-align: center;
  padding-top: 35px;
  color: #fff;
}
.cms-modal .cms-contact-form-footer > h3 {
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 10px;
}
.cms-modal .cms-contact-form-footer > h6 {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.cms-modal.cms-modal-contact-form {
  cursor: zoom-out;
}
.cms-modal.cms-modal-contact-form .cms-modal-inner {
  cursor: auto;
}
.nav-tabs-none {
  border: none;
}
.nav-tabs-none li.nav-item {
  margin: 0;
}
.nav-tabs-none li.nav-item a.nav-link {
  border: none;
  padding: 0;
}
.rev_slider_wrapper .custom .tp-bullet {
  height: 11px;
  width: 11px;
  border: 1px solid #fff;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background: none;
}
.rev_slider_wrapper .custom .tp-bullet.selected {
  background-color: #fff;
}
.owl-carousel.hide-nav .owl-nav {
  display: none;
}
.vc_row.bg-image-ps-top {
  background-position: top !important;
}
.vc_row.bg-image-ps-center {
  background-position: center !important;
}
.vc_row.bg-image-ps-bottom {
  background-position: bottom !important;
}
.wpb_text_column p {
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #73b043;
  width: 60px;
  height: 120px;
  opacity: 1;
}
.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f2ea";
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f2ee";
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.image-radius-shadow img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.rev_slider_wrapper .text-shadow1 {
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.9) !important;
}
.rev_slider_wrapper .btn-yellow {
  color: #3f3f3f !important;
  border-color: #f0c74d !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcd48), to(#ffd559)) !important;
  background: -webkit-linear-gradient(bottom, #ffcd48, #ffd559) !important;
  background: -moz-linear-gradient(bottom, #ffcd48, #ffd559) !important;
  background: -ms-linear-gradient(bottom, #ffcd48, #ffd559) !important;
  background: -o-linear-gradient(bottom, #ffcd48, #ffd559) !important;
  background: linear-gradient(bottom, #ffcd48, #ffd559) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcd48', endColorStr='#ffd559') !important;
}
.rev_slider_wrapper .hover-effect {
  overflow: hidden !important;
}
.item-featured img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-grid-blog .item-featured {
  margin-bottom: 24px;
}
.cms-grid-blog .item-title {
  margin-bottom: 3px;
}
.cms-grid-blog .entry-meta {
  margin-bottom: 15px;
}
.cms-grid-blog .item-readmore {
  margin-top: 11px;
}
.cms-grid-blog .grid-item-inner {
  margin-bottom: 10px;
}
.site-layout-full-width .cms-grid-blog .item-featured {
  margin-bottom: 34px;
}
.site-layout-full-width .cms-grid-blog .item-title {
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .site-layout-full-width .cms-grid-blog .item-title {
    font-size: 32px;
  }
}
.site-layout-full-width .cms-grid-blog .grid-item-inner {
  margin-bottom: 30px;
}
.cms-grid-layout-modern .el-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='rgba(0, 0, 0, 0)');
  opacity: 0.33;
}
.cms-grid-layout-modern .item-featured .no-thumnail {
  min-height: 410px;
  display: block;
  background-color: #73b043;
}
.cms-grid-layout-modern .entry-meta, .cms-grid-layout-modern .item-title {
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px;
}
.cms-grid-layout-modern .entry-meta {
  top: 0;
  padding-top: 19px;
}
.cms-grid-layout-modern .entry-meta li {
  color: #fff;
}
.cms-grid-layout-modern .item-title {
  bottom: 0;
  padding-bottom: 24px;
  margin-bottom: 0;
  font-size: 34px;
  color: #fff;
  line-height: 1.117;
}
.cms-grid-layout-modern .item-title a:hover {
  color: #fff;
}
.cms-grid-layout-modern .grid-item-inner {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cms-grid-layout-modern .grid-item-inner:hover .item-featured img {
  -webkit-transform: scale(1.12);
  -khtml-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.cms-grid-layout-modern .grid-item.first.col-xl-6 + .grid-item {
  margin-top: 85px;
}
.cms-blog-carousel .item-featured {
  margin-bottom: 10px;
}
.cms-blog-carousel .item-featured a {
  display: block;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cms-blog-carousel .item-featured a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.12);
  -khtml-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.cms-blog-carousel .entry-meta li {
  font-family: 'Circular-Bold';
}
.cms-blog-carousel .item-title {
  font-size: 22px;
  line-height: 28px;
  margin-top: 7px;
  font-family: 'Circular-Bold';
}
.cms-blog-carousel .item-title a {
  color: inherit;
}
.cms-blog-carousel .item-title a:hover {
  color: #73b043;
}
.cms-blog-carousel .item-content {
  font-size: 15px;
}
.cms-blog-carousel .grid-item-inner:hover .item-title {
  color: #73b043;
}
.cms-blog-carousel-layout2 .item-title {
  font-size: 26px;
  color: #000615;
  margin-bottom: 4px;
}
.cms-blog-carousel-layout2 .item-title a {
  color: inherit;
}
.cms-blog-carousel-layout2 .item-title a:hover {
  color: #73b043;
}
.cms-blog-carousel-layout2 .entry-meta {
  margin-bottom: 12px;
}
.cms-fancybox-title a {
  color: inherit;
}
.cms-fancybox-title a:hover {
  color: #73b043;
}
.cms-fancybox-default {
  text-align: center;
}
.cms-fancybox-default .cms-fancybox-title {
  font-size: 14px;
  margin-bottom: 0;
}
.cms-fancybox-default .cms-fancybox-title a {
  color: inherit;
}
.cms-fancybox-default .cms-fancybox-title a:hover {
  color: #73b043;
}
.cms-fancybox-default .cms-fancybox-icon {
  border: 1px solid #efefef;
  background-color: #f8f8f8;
  border-radius: 150px;
  color: #73b043;
  width: 150px;
  height: 150px;
  line-height: 148px;
  text-align: center;
  font-size: 54px;
  margin: auto;
}
.cms-fancybox-default .cms-fancybox-icon img {
  max-width: 54px;
}
.cms-fancybox-default .cms-fancybox-icon + .cms-fancybox-content {
  margin-top: 18px;
}
.cms-fancybox-layout1 {
  text-align: center;
}
.cms-fancybox-layout1 .cms-fancybox-title {
  font-family: 'Circular-Bold';
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.cms-fancybox-layout1 .cms-fancybox-title a {
  color: inherit;
}
.cms-fancybox-layout1 .cms-fancybox-title a:hover {
  color: #73b043;
}
.cms-fancybox-layout1 .cms-fancybox-icon {
  border: 1px solid #73b043;
  border-radius: 150px;
  color: #73b043;
  width: 114px;
  height: 114px;
  line-height: 112px;
  text-align: center;
  font-size: 34px;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-fancybox-layout1 .cms-fancybox-icon img {
  max-width: 100px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-fancybox-layout1 .cms-fancybox-icon img.icon-hover {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 0;
}
.cms-fancybox-layout1 .cms-fancybox-icon + .cms-fancybox-content {
  margin-top: 36px;
}
.cms-fancybox-layout1 .cms-fancybox-desc {
  font-size: 15px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.66);
  font-family: 'Circular-Medium';
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-layout1 .cms-fancybox-desc br {
    display: none;
  }
}
.cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon {
  background-color: #73b043;
  color: #fff;
}
.cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon img.icon-main {
  opacity: 0;
}
.cms-fancybox-layout1 .cms-fancybox-inner:hover .cms-fancybox-icon img.icon-hover {
  opacity: 1;
}
.cms-fancybox-layout2 {
  text-align: center;
}
.cms-fancybox-layout2 .cms-fancybox-title {
  font-family: 'Circular-Bold';
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgba(115, 176, 67, 0.9);
}
.cms-fancybox-layout2 .cms-fancybox-icon img {
  max-width: 100px;
}
.cms-fancybox-layout2 .cms-fancybox-icon + .cms-fancybox-content {
  margin-top: 26px;
}
.cms-fancybox-layout2 .cms-fancybox-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.cms-fancybox-layout2 .cms-fancybox-inner {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 45px 10px 43px;
}
.cms-fancybox-layout3 {
  border: 1px solid #efefef;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 29px 20px 23px 29px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-fancybox-layout3 .cms-fancybox-inner {
  display: flex;
  flex-wrap: nowrap;
}
.cms-fancybox-layout3 .cms-fancybox-icon {
  color: rgba(0, 0, 0, 0.66);
  min-width: 60px;
}
.cms-fancybox-layout3 .cms-fancybox-icon img {
  max-width: 50px;
  opacity: 0.66;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-fancybox-layout3 .cms-fancybox-title {
  font-family: 'Circular-Bold';
  font-size: 28px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  margin-top: -4px;
}
.cms-fancybox-layout3 .cms-fancybox-title a {
  color: inherit;
}
.cms-fancybox-layout3 .cms-fancybox-title a:hover {
  color: #73b043;
}
.cms-fancybox-layout3:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.cms-fancybox-layout3:hover .cms-fancybox-icon img {
  opacity: 1;
}
.cms-fancybox-layout3:hover .cms-fancybox-title {
  color: #73b043;
}
.cms-fancybox-layout4 .cms-fancybox-title {
  font-size: 20px;
  font-family: 'Circular-Bold';
  margin-bottom: 3px;
}
@media screen and (max-width: 1400px) {
  .cms-fancybox-layout4 .cms-fancybox-title {
    font-size: 18px;
  }
}
.cms-fancybox-layout4 .cms-fancybox-desc {
  font-size: 14px;
  font-family: 'Circular-Medium';
  color: rgba(51, 51, 51, 0.66);
}
.cms-fancybox-layout4 .cms-fancybox-icon {
  height: 155px;
  width: 155px;
  min-width: 155px;
  text-align: center;
  line-height: 153px;
  -webkit-border-radius: 155px;
  -khtml-border-radius: 155px;
  -moz-border-radius: 155px;
  -ms-border-radius: 155px;
  -o-border-radius: 155px;
  border-radius: 155px;
  border: 1px solid #ebebef;
  background-color: #fff;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.cms-fancybox-layout4 .cms-fancybox-icon i {
  font-size: 34px;
  color: #333;
}
.cms-fancybox-layout4 .cms-fancybox-icon img {
  max-width: 55px;
}
.cms-fancybox-layout4 .cms-fancybox-icon + .cms-fancybox-content {
  margin-left: -45px;
}
@media screen and (max-width: 1400px) {
  .cms-fancybox-layout4 .cms-fancybox-icon {
    height: 125px;
    width: 125px;
    min-width: 125px;
    line-height: 125px;
  }
}
.cms-fancybox-layout4 .cms-fancybox-content {
  border: 1px solid #ebebef;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 23px 40px 23px 75px;
  display: inline-block;
  flex-grow: 1;
}
@media screen and (max-width: 1400px) {
  .cms-fancybox-layout4 .cms-fancybox-content {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 23px 25px 23px 65px;
  }
}
.cms-fancybox-layout4 .cms-fancybox-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .cms-fancybox-layout4 .cms-fancybox-inner {
    display: block;
    text-align: center;
  }
  .cms-fancybox-layout4 .cms-fancybox-inner .cms-fancybox-icon {
    margin: 0 auto 20px auto;
  }
  .cms-fancybox-layout4 .cms-fancybox-inner .cms-fancybox-content {
    margin-left: 0;
    padding: 30px;
  }
}
.cms-fancybox-layout5 .cms-fancybox-title {
  font-size: 26px;
  margin: 0;
  padding: 29px 20px;
  border: 1px solid #ebebef;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  margin-top: -59px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1400px) {
  .cms-fancybox-layout5 .cms-fancybox-title {
    font-size: 22px;
  }
}
.cms-fancybox-layout5 .cms-fancybox-image {
  border: 1px solid #ebebef;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.cms-fancybox-layout5 .cms-fancybox-image img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-fancybox-layout5 .cms-fancybox-content {
  margin: 0 30px;
}
@media screen and (max-width: 575px) {
  .cms-fancybox-layout5 .cms-fancybox-title {
    font-size: 18px;
    padding: 14px 20px;
    margin-top: -26px;
  }
}
.cms-fancybox-layout5 .cms-fancybox-inner:hover .cms-fancybox-image img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.cms-fancybox-layout6 {
  max-width: 373px;
  margin: auto;
  position: relative;
  z-index: 99;
}
.cms-fancybox-layout6 .cms-fancybox-title {
  font-family: 'Circular-Bold';
  font-size: 18px;
  margin-bottom: 7px;
}
.cms-fancybox-layout6 .cms-fancybox-desc {
  font-size: 15px;
  color: rgba(51, 51, 51, 0.66);
}
.cms-fancybox-layout6 .cms-fancybox-content {
  padding: 26px 30px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.cms-fancybox-layout7 {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  padding: 40px 45px;
}
.cms-fancybox-layout7 .cms-fancybox-icon {
  font-size: 45px;
  min-width: 55px;
  width: 55px;
  margin-right: 20px;
}
.cms-fancybox-layout7 .cms-fancybox-icon img {
  max-width: 55px;
}
.cms-fancybox-layout7 .cms-fancybox-title {
  font-size: 24px;
  line-height: normal;
  margin: 0;
}
.cms-fancybox-layout7 .cms-fancybox-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.cms-fancybox-layout7 .cms-fancybox-desc {
  margin-top: 24px;
}
@media screen and (min-width: 1400px) {
  .cms-fancybox-layout7 .cms-fancybox-desc {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout7 {
    padding: 30px;
    text-align: center;
  }
  .cms-fancybox-layout7 .cms-fancybox-meta {
    display: block;
  }
  .cms-fancybox-layout7 .cms-fancybox-meta .cms-fancybox-icon {
    margin: 0 auto 22px auto;
  }
}
.cms-fancybox-layout8 .cms-fancybox-icon {
  width: 38px;
  min-width: 38px;
  margin-right: 30px;
}
.cms-fancybox-layout8 .cms-fancybox-icon i {
  font-size: 32px;
}
.cms-fancybox-layout8 .cms-fancybox-icon img {
  max-width: 38px;
}
.cms-fancybox-layout8 .cms-fancybox-title {
  font-size: 28px;
  font-family: 'Circular-Bold';
  color: #73b043;
  margin-bottom: 8px;
}
.cms-fancybox-layout8 .cms-fancybox-desc cite {
  font-style: normal;
  text-decoration: underline;
}
.cms-fancybox-layout8 .cms-fancybox-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .cms-fancybox-layout8 .cms-fancybox-title {
    font-size: 22px;
  }
  .cms-fancybox-layout8 .cms-fancybox-icon {
    margin-right: 20px;
  }
}
.cms-fancybox-layout9 .cms-fancybox-inner {
  padding: 56px 30px 80px 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  border: 1px solid #efefef;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  height: inherit;
}
.cms-fancybox-layout9 .cms-fancybox-title {
  font-size: 22px;
  font-family: 'Circular-Bold';
  margin-bottom: 17px;
}
.cms-fancybox-layout9 .cms-fancybox-desc {
  color: rgba(0, 6, 21, 0.66);
  padding-bottom: 14px;
}
.cms-contact-form {
  max-width: 780px;
}
.cms-contact-form label {
  color: rgba(0, 0, 0, 0.66);
  font-size: 15px;
  padding-left: 5px;
  margin-bottom: 4px;
}
.cms-contact-form .wpcf7-textarea {
  height: 200px;
}
.cms-contact-form .cms-contact-form-inner .el-header {
  margin-bottom: 25px;
}
.cms-contact-form .cms-contact-form-inner .el-title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cms-contact-form .cms-contact-form-inner .el-title {
    font-size: 24px;
  }
}
.cms-contact-form .wpcf7-form-control:not(.wpcf7-submit) {
  background-color: #fcfcfc;
  border: 1px solid #efefef;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.66);
}
.cms-contact-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #73b043;
}
.cms-contact-form .wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}
.cms-contact-form .wpcf7-form-control.wpcf7-submit {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-contact-info .cms-contact-info-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}
.cms-contact-info .cms-contact-info-icon {
  margin-bottom: 18px;
}
.cms-contact-info .cms-contact-info-icon img {
  max-width: 35px;
}
.cms-contact-info .el-title {
  font-size: 22px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .cms-contact-info .el-title {
    font-size: 24px;
  }
}
.cms-contact-info a {
  color: #3f3f3f;
}
.cms-contact-info a:hover {
  color: #73b043;
}
.cms-contact-info label {
  font-family: 'Circular-Medium';
  margin-right: 4px;
}
@media screen and (max-width: 1600px) {
  .cms-contact-info label {
    display: block;
    width: 100%;
  }
}
.cms-heading {
  position: relative;
}
.cms-heading .cms-heading-icon {
  width: 127px;
  height: 143px;
  background-image: url(../images/heading-icon.png);
  position: absolute;
  left: 0;
}
.cms-heading .cms-heading-icon + .cms-heading-tag {
  padding-top: 35px;
}
.cms-heading .cms-heading-icon + .cms-heading-tag.before-title {
  padding-top: 0;
}
.cms-heading.align-center .cms-heading-icon {
  right: 0;
  margin: auto;
}
.cms-heading.align-right .cms-heading-icon {
  left: auto;
  right: 0;
}
.cms-heading .cms-heading-sub {
  color: #73b043;
  font-size: 16px;
  font-family: 'Circular-Bold';
  margin-bottom: 26px;
}
.cms-heading .cms-heading-sub.before-title {
  margin-bottom: 8px;
}
.cms-heading .cms-heading-sub.before-title + .cms-heading-icon {
  width: 193px;
  height: 204px;
  background-image: url(../images/heading-icon2.png);
  top: -80px;
}
.cms-heading .cms-heading-tag a {
  color: inherit;
}
.cms-heading .cms-heading-tag a:hover {
  color: #73b043;
}
.cms-heading .cms-heading-tag.show-sub {
  margin-bottom: 0;
}
.cms-heading .cms-heading-tag.show-sub.before-title {
  margin-bottom: 35px;
}
.cms-heading .cms-heading-tag.before-title {
  margin-bottom: 35px;
}
.cms-heading.f-sub-medium .cms-heading-sub {
  font-family: 'Circular-Medium';
}
@media screen and (max-width: 767px) {
  .cms-heading .cms-heading-desc br {
    display: none;
  }
}
.cms-gallery-layout1 {
  max-width: 1170px;
  margin: auto;
}
.cms-gallery-layout1 .item-media {
  background-color: #fff;
  overflow: hidden;
}
.cms-gallery-layout1 .item-media img {
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-gallery-layout1 .item-media:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.12);
  -khtml-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.cms-accordion.layout1 {
  padding-top: 25px;
  padding-bottom: 0;
  border: 1px solid #efefef;
}
.cms-accordion.layout1 .card-body br {
  margin: 13px;
  display: block;
}
.cms-accordion.layout1 .cms-accordion-header {
  margin-bottom: 18px;
}
.cms-accordion.layout1 .cms-accordion-header h3 {
  font-family: 'Circular-Bold';
  font-size: 28px;
}
.cms-accordion.layout1 .cms-accordion-header p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Circular-Medium';
}
.cms-accordion.layout1 .cms-accordion-body .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}
.cms-accordion.layout1 .cms-accordion-body .card-header a {
  font-size: 20px;
  color: rgba(115, 176, 67, 0.9);
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  padding: 23px 30px 23px 0;
  display: block;
  position: relative;
}
.cms-accordion.layout1 .cms-accordion-body .card-header a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.33);
  right: 0;
}
.cms-accordion.layout1 .cms-accordion-body .card-header [aria-expanded="true"] i:before {
  content: '\f270';
}
.cms-accordion.layout1 .cms-accordion-body .card-body {
  padding: 27px 0 33px;
  border-bottom: 1px solid #efefef;
  font-size: 15px;
}
.cms-accordion.layout1 .cms-accordion-body .card {
  border: none;
  background: transparent;
}
.cms-accordion.layout1 .cms-accordion-body .card:last-child .card-header a {
  border: none;
}
.cms-accordion.layout1 .cms-accordion-body .card:last-child .card-header [aria-expanded="true"] {
  border-bottom: 1px solid #efefef;
}
.cms-accordion.layout1 .cms-accordion-body .card:last-child .card-body {
  border-bottom: none;
}
.cms-accordion.layout1.style2 {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  background-color: transparent;
}
.cms-accordion.layout1.style2 .cms-accordion-body .card {
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 27px 29px;
  margin-bottom: 15px;
}
.cms-accordion.layout1.style2 .cms-accordion-body .card:last-child {
  margin-bottom: 0;
}
.cms-accordion.layout1.style2 .cms-accordion-body .card a {
  padding: 0 30px 0 0;
  border: none !important;
  line-height: normal;
}
.cms-accordion.layout1.style2 .cms-accordion-body .card-body {
  border: none;
  padding: 21px 0 0;
}
.user-press {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  max-width: 430px;
  margin: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.user-press .user-press-header {
  text-align: center;
}
.user-press .user-press-header h3 {
  font-size: 22px;
  padding-top: 33px;
  margin-bottom: 4px;
}
.user-press .user-press-body {
  padding: 30px;
}
.user-press .user-press-body .field-group {
  margin-bottom: 15px;
  position: relative;
}
.user-press .user-press-body .field-group:last-child {
  margin-bottom: 0;
}
.user-press .user-press-body .field-group input {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-left: 75px;
}
.user-press .user-press-body .field-group i {
  width: 55px;
  height: 32px;
  font-size: 24px;
  color: #73b043;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  border-right: 1px solid #efefef;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.user-press .user-press-body .field-group span {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8);
  display: inline-block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 18px;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
}
.user-press .user-press-body .field-group button {
  width: 100%;
}
.user-press .user-press-footer {
  border-top: 1px solid #efefef;
  padding: 18px 30px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 15px;
}
.user-press .user-press-footer a {
  text-decoration: underline;
  color: rgba(115, 176, 67, 0.85);
}
.user-press .user-press-footer a:hover {
  color: #73b043;
}
.user-press-profile {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  max-width: 430px;
  margin: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
}
.user-press-profile .profile-media {
  margin-right: 20px;
}
.user-press-profile .profile-media img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.user-press-forgot-pass {
  padding: 25px 15px 0 15px;
  text-align: center;
  max-width: 430px;
  margin: auto;
}
.user-press-forgot-pass a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: underline;
}
.user-press-forgot-pass a:hover {
  color: #fff;
}
.woocommerce-carousel .cms-product-carousel.products {
  border: none;
}
.woocommerce-carousel .cms-product-carousel.products li.product {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.woocommerce-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-carousel .owl-stage .owl-item > li.product {
  height: 100%;
}
.cms-product-carousel-wrap {
  position: relative;
}
.cms-product-carousel-wrap .owl-nav .owl-prev, .cms-product-carousel-wrap .owl-nav .owl-next {
  border: 1px solid #000;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  color: #000;
  font-size: 20px;
}
.cms-product-carousel-wrap .owl-nav .owl-prev:hover, .cms-product-carousel-wrap .owl-nav .owl-next:hover {
  border-color: #73b043;
  color: #73b043;
}
.cms-product-carousel-wrap .owl-nav .owl-prev {
  margin-right: 40px;
}
.cms-product-carousel-wrap .owl-nav .owl-prev i:before {
  content: '\f2ea';
}
.cms-product-carousel-wrap .owl-nav .owl-next i:before {
  content: '\f2ee';
}
.cms-product-carousel-wrap.title-style1 .el-title {
  font-size: 38px;
  border-bottom: 1px solid #ebebef;
  padding-bottom: 11px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .cms-product-carousel-wrap.title-style1 .el-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .cms-product-carousel-wrap.title-style1 .el-title + .woocommerce-carousel .owl-nav {
    position: absolute;
    top: -110px;
    right: 0;
  }
  .cms-product-carousel-wrap.title-style1 .el-title + .woocommerce-carousel .owl-nav .owl-prev, .cms-product-carousel-wrap.title-style1 .el-title + .woocommerce-carousel .owl-nav .owl-next {
    margin-top: auto;
  }
}
.cms-product-carousel-wrap.title-style2 .el-title {
  font-size: 22px;
  margin-bottom: 22px;
}
@media screen and (min-width: 992px) {
  .cms-product-carousel-wrap.title-style2 .el-title + .woocommerce-carousel .owl-nav {
    position: absolute;
    top: -58px;
    right: 0;
  }
  .cms-product-carousel-wrap.title-style2 .el-title + .woocommerce-carousel .owl-nav .owl-prev, .cms-product-carousel-wrap.title-style2 .el-title + .woocommerce-carousel .owl-nav .owl-next {
    margin-top: auto;
    border: 1px solid #efefef;
    height: 44px;
    width: 44px;
    line-height: 42px;
    color: #73b043;
    background-color: #fff;
  }
  .cms-product-carousel-wrap.title-style2 .el-title + .woocommerce-carousel .owl-nav .owl-prev:hover, .cms-product-carousel-wrap.title-style2 .el-title + .woocommerce-carousel .owl-nav .owl-next:hover {
    background-color: #73b043;
    border-color: #73b043;
    color: #fff;
  }
  .cms-product-carousel-wrap.title-style2 .el-title + .woocommerce-carousel .owl-nav .owl-prev {
    margin-right: 30px;
  }
  .cms-product-carousel-wrap.title-style2 .el-title + .woocommerce-carousel .owl-nav .owl-prev i:before {
    content: '\f2ff';
  }
  .cms-product-carousel-wrap.title-style2 .el-title + .woocommerce-carousel .owl-nav .owl-next i:before {
    content: '\f301';
  }
}
.woocommerce-grid.woocommerce ul.products {
  border: none;
  margin: 0 -15px 30px -15px;
}
.woocommerce-grid.woocommerce ul.products li.product {
  margin: 0 0 30px !important;
  border: none !important;
  background-color: transparent !important;
  padding: 0 15px !important;
  box-sizing: border-box;
  border: none;
  clear: none !important;
}
.woocommerce-grid.woocommerce ul.products li.product .onsale {
  left: 30px !important;
}
.woocommerce-grid.woocommerce ul.products li.product .product-inner {
  border: 1px solid #efefef;
  padding: 30px;
  position: relative;
  height: inherit;
  background-color: #fff;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .woocommerce-grid.woocommerce.cl-xxl-5 ul.products li.product {
    width: 20%;
  }
  .woocommerce-grid.woocommerce.cl-xxl-4 ul.products li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xxl-3 ul.products li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xxl-2 ul.products li.product {
    width: calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    width: -ms-calc(50% - 1px);
    width: -o-calc(50% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xxl-1 ul.products li.product {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .woocommerce-grid.woocommerce.total-10.cl-xl-4 .woocommerce.columns-5 ul.products li.product:nth-child(9), .woocommerce-grid.woocommerce.total-10.cl-xl-4 .woocommerce.columns-5 ul.products li.product:nth-child(10) {
    display: none;
  }
  .woocommerce-grid.woocommerce.cl-xl-5 ul.products li.product {
    width: calc(20% - 1px);
    width: -webkit-calc(20% - 1px);
    width: -ms-calc(20% - 1px);
    width: -o-calc(20% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xl-4 ul.products li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xl-3 ul.products li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xl-2 ul.products li.product {
    width: calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    width: -ms-calc(50% - 1px);
    width: -o-calc(50% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xl-1 ul.products li.product {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-grid.woocommerce.total-10.cl-lg-4 .woocommerce.columns-5 ul.products li.product:nth-child(9), .woocommerce-grid.woocommerce.total-10.cl-lg-4 .woocommerce.columns-5 ul.products li.product:nth-child(10) {
    display: none;
  }
  .woocommerce-grid.woocommerce.cl-lg-4 ul.products li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-lg-3 ul.products li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-lg-2 ul.products li.product {
    width: calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    width: -ms-calc(50% - 1px);
    width: -o-calc(50% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-lg-1 ul.products li.product {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-grid.woocommerce.total-10.cl-md-3 .woocommerce.columns-5 ul.products li.product:nth-child(10) {
    display: none;
  }
  .woocommerce-grid.woocommerce.cl-md-4 ul.products li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-md-3 ul.products li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-md-2 ul.products li.product {
    width: calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    width: -ms-calc(50% - 1px);
    width: -o-calc(50% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-md-1 ul.products li.product {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce-grid.woocommerce.cl-sm-4 ul.products li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-sm-3 ul.products li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-sm-2 ul.products li.product {
    width: calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    width: -ms-calc(50% - 1px);
    width: -o-calc(50% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-sm-1 ul.products li.product {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-grid.woocommerce.cl-xs-4 ul.products li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xs-3 ul.products li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xs-2 ul.products li.product {
    width: calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    width: -ms-calc(50% - 1px);
    width: -o-calc(50% - 1px);
  }
  .woocommerce-grid.woocommerce.cl-xs-1 ul.products li.product {
    width: 100%;
  }
}
.vc_tta-container {
  /* Tabs */
  margin-bottom: 0 !important;
}
.vc_tta-container .vc_tta-tabs {
  /* Accordion */
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list {
  margin: 0 -10px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin: 0 10px 5px 10px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebef;
  font-size: 14px;
  font-family: 'Circular-Medium';
  color: rgba(0, 0, 0, 0.5);
  padding: 7px 20px;
  -webkit-border-radius: 30px !important;
  -khtml-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a, .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover {
  background-color: #73b043;
  border-color: #73b043;
  color: #fff;
  -webkit-border-radius: 30px !important;
  -khtml-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 50px 0 0;
  overflow: visible;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body p {
  margin-bottom: 26px;
}
.vc_tta-container .vc_tta-accordion {
  /* Screen < 768px */
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel {
  margin-bottom: 5px;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #09152c;
  background-color: #fff;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 13px 55px 13px 33px;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:before {
  content: '\f055';
  font-family: FontAwesome;
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 18px;
  color: #73b043;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body {
  background-color: #fff;
  padding: 30px 33px;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #73b043;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  margin-bottom: 5px;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:before {
  content: '\f056';
  color: #fff;
}
@media screen and (max-width: 767px) {
  .vc_tta-container .vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: none;
  }
  .vc_tta-container .vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    text-align: center;
    background-color: #f1f1f1;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Circular-Medium';
    color: #86909e;
    padding: 10px 32px;
    line-height: normal;
  }
  .vc_tta-container .vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel + .vc_tta-panel {
    margin-top: 10px;
  }
  .vc_tta-container .vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding-top: 22px;
    padding-bottom: 30px;
  }
  .vc_tta-container .vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    background-color: #73b043;
    color: #fff;
  }
}
.slider-nav .thumbs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.slider-nav .thumbs .thumb {
  margin: 0 22px;
}
.slider-nav .thumbs .thumb img {
  max-width: 65px;
  -webkit-border-radius: 65px;
  -khtml-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 0.66;
}
.slider-nav .thumbs .thumb.active img {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.237);
  -khtml-transform: scale(1.237);
  -moz-transform: scale(1.237);
  -ms-transform: scale(1.237);
  -o-transform: scale(1.237);
  transform: scale(1.237);
  opacity: 1;
}
.cms-testimonial-carousel-wrap {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.cms-testimonial-carousel.default .cms-testimonial-content {
  font-size: 15px;
  line-height: 26px;
  padding: 30px 50px 33px 50px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .cms-testimonial-carousel.default .cms-testimonial-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cms-testimonial-carousel.default .cms-testimonial-content span {
  font-size: 72px;
  line-height: 1;
  color: #eee;
  position: absolute;
}
.cms-testimonial-carousel.default .cms-testimonial-content span.quote-left {
  left: 0;
  line-height: 1;
  top: 30px;
}
.cms-testimonial-carousel.default .cms-testimonial-content span.quote-right {
  right: 0;
  bottom: 24px;
  line-height: 0;
}
.cms-testimonial-carousel.default .cms-testimonial-title {
  font-size: 18px;
  margin-bottom: 2px;
  font-family: 'Circular-Bold';
}
.cms-testimonial-carousel.default .cms-testimonial-position {
  font-size: 15px;
  color: #73b043;
  font-family: 'Circular-Medium';
}
.cms-testimonial-carousel.default .owl-nav {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .cms-testimonial-carousel.default[data-arrows="true"] {
    padding: 0 55px;
  }
  .cms-testimonial-carousel.default[data-arrows="true"] .owl-nav .owl-prev {
    left: 0;
  }
  .cms-testimonial-carousel.default[data-arrows="true"] .owl-nav .owl-next {
    right: 0;
  }
  .cms-testimonial-carousel.default[data-arrows="true"] .owl-nav .owl-prev, .cms-testimonial-carousel.default[data-arrows="true"] .owl-nav .owl-next {
    width: inherit;
    color: #333;
    position: absolute;
    top: 50%;
    margin: 0;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .cms-testimonial-carousel.default[data-arrows="true"] .owl-nav .owl-prev:hover, .cms-testimonial-carousel.default[data-arrows="true"] .owl-nav .owl-next:hover {
    color: #73b043;
  }
}
.cms-testimonial-carousel.default.style2 .cms-testimonial-content {
  color: #fff;
}
.cms-testimonial-carousel.default.style2 .cms-testimonial-content span {
  color: rgba(255, 255, 255, 0.66);
}
.cms-testimonial-carousel.default.style2[data-arrows="true"] .owl-nav .owl-prev, .cms-testimonial-carousel.default.style2[data-arrows="true"] .owl-nav .owl-next {
  color: #fff;
}
.cms-testimonial-carousel.default.style2 .cms-testimonial-title {
  color: #fff;
}
.cms-recipe-carousel .recipe-primary .recipe-image img {
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.cms-recipe-carousel .recipe-primary .recipe-holder {
  background-color: #fff;
  border-top: 1px solid #d4d4d4;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  min-height: 151px;
}
.cms-recipe-carousel.style-recipe-default .recipe-primary .grid-item-inner {
  border: 1px solid #efefef;
  margin: 1px;
}
.cms-recipe-carousel.style-recipe-default .recipe-primary .recipe-image img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-recipe-carousel.style-recipe-default .recipe-primary .recipe-holder {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-recipe-carousel-wrap .el-title {
  font-size: 22px;
  margin-bottom: 21px;
}
.cms-banner-default {
  position: relative;
  overflow: hidden;
  height: 680px;
}
.cms-banner-default:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.65)', endColorStr='rgba(0, 0, 0, 0)');
  z-index: 99;
}
.cms-banner-default:after {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 88;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .cms-banner-default:after {
    opacity: 1;
  }
}
.cms-banner-default .cms-banner-title {
  font-size: 58px;
  color: #fff;
  font-family: 'Circular-Bold';
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .cms-banner-default .cms-banner-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .cms-banner-default .cms-banner-title {
    font-size: 24px;
  }
}
.cms-banner-default .subtitle {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Circular-Medium';
  line-height: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  .cms-banner-default .subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .cms-banner-default .subtitle {
    font-size: 18px;
  }
}
.cms-banner-default .cms-banner-image {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-banner-default .cms-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 100;
}
.cms-banner-default .cms-banner-content .description {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  max-width: 820px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .cms-banner-default .cms-banner-content .description {
    font-size: 14px;
    line-height: 24px;
  }
}
.cms-banner-default .cms-banner-button .btn {
  margin-top: 16px;
  margin-right: 24px;
}
@media screen and (max-width: 1400px) {
  .cms-banner-default .cms-banner-button .btn {
    line-height: 46px;
    padding: 0 32px;
  }
}
.cms-banner-default .cms-banner-button .btn.btn-yellow {
  color: #3f3f3f;
  font-size: 15px;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-family: 'Circular-Medium';
}
.cms-banner-default:hover .cms-banner-image {
  -webkit-transform: scale(1.12);
  -khtml-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.cms-banner-default.style2 {
  height: 325px;
}
.cms-banner-default.style2 .cms-banner-title {
  font-size: 36px;
}
.cms-banner-default.style2 .subtitle {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1400px) {
  .cms-banner-default.style2 .cms-banner-title {
    font-size: 24px;
  }
  .cms-banner-default.style2 .subtitle {
    font-size: 18px;
  }
}
.cms-banner-layout1 .archive-banner .archive-inner {
  max-width: 760px;
  padding: 40px 50px 47px;
}
@media screen and (max-width: 991px) {
  .cms-banner-layout1 .archive-banner .archive-inner {
    padding: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cms-banner-layout1 .archive-banner .archive-inner {
    padding: 30px 20px;
  }
}
.cms-banner-layout1 .archive-banner .cms-banner-description {
  margin-bottom: 21px;
}
.cms-banner-layout1 .archive-banner .cms-banner-button .btn {
  margin-top: 20px;
  margin-right: 30px;
  background-color: #fff;
  border: 2px solid #73b043;
  color: #73b043;
  line-height: 46px;
  padding: 0 45px;
}
.cms-banner-layout1 .archive-banner .cms-banner-button .btn:hover, .cms-banner-layout1 .archive-banner .cms-banner-button .btn:focus {
  background-color: #73b043;
  color: #fff;
}
.cms-banner-layout1.content-position-left .archive-banner {
  justify-content: left;
}
.cms-banner-layout1.content-position-left .archive-banner .archive-inner {
  max-width: 860px;
}
.cms-banner-layout1.content-position-left .archive-banner .archive-inner:before {
  right: auto;
  left: 100%;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cms-banner-layout2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.cms-banner-layout2 .cms-banner-inner {
  position: relative;
  z-index: 99;
  background-color: rgba(115, 176, 67, 0.8);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 30px 22px;
  min-height: 195px;
}
.cms-banner-layout2 .cms-banner-inner h3 {
  font-size: 34px;
  line-height: 1.117;
  color: #fff;
  font-family: 'Circular-Black';
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cms-banner-layout2 .cms-banner-inner h3 {
    font-size: 24px;
  }
}
.cms-banner-layout2 .cms-banner-inner:before {
  z-index: 2;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-banner-layout2 .cms-banner-inner:after {
  content: "";
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.33)', endColorStr='rgba(0, 0, 0, 0)');
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .cms-banner-layout2 .cms-banner-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cms-banner-layout2 .cms-banner-button a {
  font-family: 'Circular-Medium';
  color: #fff;
}
.cms-banner-layout2 .cms-banner-button a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.cms-banner-layout2 .cms-banner-button a i {
  margin-left: 12px;
}
.cms-banner-layout2 .cms-banner-holder {
  position: relative;
  z-index: 99;
}
.cms-banner-layout2 .cms-banner-icon {
  max-height: 60px;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.cms-banner-layout2 .cms-banner-icon + .cms-banner-holder {
  padding-top: 32px;
}
.cms-banner-layout2 .cms-banner-icon + .cms-banner-holder h3 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 33px;
}
.cms-banner-layout3 {
  position: relative;
  overflow: hidden;
  height: 680px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.cms-banner-layout3:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.38)', endColorStr='rgba(0, 0, 0, 0)');
  z-index: 99;
}
.cms-banner-layout3 .cms-banner-title {
  font-size: 48px;
  color: #fff;
  font-family: 'Circular-Bold';
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .cms-banner-layout3 .cms-banner-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .cms-banner-layout3 .cms-banner-title {
    font-size: 24px;
  }
}
.cms-banner-layout3 .subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Circular-Medium';
  line-height: normal;
  margin-bottom: 10px;
}
.cms-banner-layout3 .cms-banner-image {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-banner-layout3 .cms-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 40px 25px 40px;
  z-index: 100;
}
@media screen and (max-width: 1400px) {
  .cms-banner-layout3 .cms-banner-content {
    padding: 30px 30px 20px 30px;
  }
}
.cms-banner-layout3 .cms-banner-button {
  margin-top: 25px;
  margin-bottom: 15px;
}
.cms-banner-layout3 .cms-banner-button .btn {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1400px) {
  .cms-banner-layout3 .cms-banner-button .btn {
    line-height: 46px;
    padding: 0 32px;
  }
}
.cms-banner-layout3 .btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: block;
}
.cms-banner-layout3.style2 {
  text-align: center;
}
.cms-banner-layout3.style2 .cms-banner-content {
  padding: 20px;
}
.cms-banner-layout3.style2 .cms-banner-title {
  font-size: 32px;
}
.cms-banner-layout3:hover .cms-banner-image {
  -webkit-transform: scale(1.12);
  -khtml-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.cms-fancybox-list {
  text-align: center;
  border: 1px solid #ebebef;
  border-radius: 5px;
  background-color: #fff;
  padding: 34px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-list {
    display: block;
  }
}
.cms-fancybox-list .cms-fancybox-title {
  font-size: 20px;
  font-family: 'Circular-Bold';
  margin-bottom: 2px;
}
.cms-fancybox-list .cms-fancybox-content {
  color: rgba(51, 51, 51, 0.66);
  font-family: 'Circular-Medium';
}
.cms-fancybox-list .cms-fancybox-icon {
  margin-bottom: 23px;
}
.cms-fancybox-list .cms-fancybox-icon i {
  font-size: 46px;
  color: #333;
}
.cms-fancybox-list .cms-fancybox-item {
  width: 100%;
  padding: 0 30px;
}
.cms-fancybox-list .cms-fancybox-item + .cms-fancybox-item {
  border-left: 1px solid #ebebef;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-list .cms-fancybox-item + .cms-fancybox-item {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .cms-fancybox-list .cms-fancybox-item {
    margin-bottom: 30px;
  }
}
.cms-pricing-wrapper .cms-pricing-body {
  padding: 35px 30px;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
}
.cms-pricing-wrapper .cms-pricing-icon {
  font-size: 80px;
  margin-bottom: 17px;
}
.cms-pricing-wrapper .cms-pricing-title {
  font-size: 38px;
  font-family: 'Circular-Black';
  margin: 0 0 22px;
  color: #73b043;
}
.cms-pricing-wrapper .cms-pricing-subtitle {
  font-family: 'Circular-Medium';
  font-size: 15px;
  color: rgba(51, 51, 51, 0.66);
  max-width: 330px;
  margin: 0 auto 36px auto;
}
.cms-pricing-wrapper .cms-pricing-content {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  font-family: 'Circular-Medium';
  margin: 0;
  list-style: none;
  border-top: 1px dashed #d0d0d0;
  padding-top: 34px;
  padding-bottom: 28px;
}
.cms-pricing-wrapper .cms-pricing-content i {
  color: #73b043;
  margin-right: 8px;
}
.cms-pricing-wrapper .cms-pricing-meta .cms-pricing-price {
  font-size: 44px;
  line-height: 1;
  color: #000;
  font-family: 'Circular-Black';
}
.cms-pricing-wrapper .cms-pricing-meta .cms-pricing-time {
  font-size: 18px;
  color: #000;
}
.cms-pricing-wrapper .cms-pricing-meta .cms-pricing-time:before {
  content: '/';
  margin-left: 2px;
  margin-right: 4px;
}
.cms-pricing-wrapper .cms-pricing-button {
  margin-top: 30px;
}
.cms-banner-carousel-wrap {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.cms-banner-carousel-wrap .cms-banner-meta {
  width: 56%;
  float: left;
  padding: 60px 60px 60px 30px;
}
@media screen and (max-width: 991px) {
  .cms-banner-carousel-wrap .cms-banner-meta {
    width: 100%;
    padding: 30px;
  }
}
.cms-banner-carousel-wrap .cms-banner-meta .cms-banner-title {
  font-size: 32px;
  line-height: 1.31;
  margin-bottom: 17px;
}
@media screen and (max-width: 991px) {
  .cms-banner-carousel-wrap .cms-banner-meta .cms-banner-title {
    font-size: 24px;
  }
}
.cms-banner-carousel-wrap .cms-banner-meta .cms-banner-content {
  color: rgba(51, 51, 51, 0.66);
  padding-bottom: 28px;
}
.cms-banner-carousel-wrap .cms-banner-meta .cms-banner-button {
  font-family: 'Circular-Medium';
}
@media screen and (max-width: 991px) {
  .cms-banner-carousel-wrap .cms-banner-meta .cms-banner-button {
    font-size: 14px;
  }
}
.cms-banner-carousel-wrap .cms-banner-meta .cms-banner-button i {
  margin-left: 12px;
}
.cms-banner-carousel-wrap .cms-banner-image {
  width: 44%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cms-banner-carousel-wrap .cms-banner-image {
    width: 100%;
  }
}
.cms-banner-carousel-wrap .owl-dots {
  text-align: left;
  margin-top: 62px;
}
.cms-banner-carousel-wrap .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .cms-banner-carousel-wrap .owl-dots {
    margin-top: 30px;
  }
}
.image-radius-shadow2 img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.image-radius-shadow2:hover img {
  -webkit-transform: translateY(-12px);
  -khtml-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-box-shadow: 0 18px 12px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 18px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 18px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 18px 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 18px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 18px 12px rgba(0, 0, 0, 0.1);
}
.wpb_single_image.coming .image-radius-shadow2 {
  position: relative;
  display: block;
}
.wpb_single_image.coming .image-radius-shadow2:before {
  content: '';
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
}
.cms-tabs .nav-tabs {
  margin-bottom: 80px;
  background-color: #fff;
  border: 1px solid #efefef;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  padding: 0 60px;
}
@media screen and (max-width: 991px) {
  .cms-tabs .nav-tabs {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-tabs .nav-tabs {
    display: block;
  }
}
.cms-tabs .nav-tabs .nav-item {
  margin-right: 34px;
}
@media screen and (max-width: 991px) {
  .cms-tabs .nav-tabs .nav-item {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cms-tabs .nav-tabs .nav-item {
    display: block;
  }
}
.cms-tabs .nav-tabs .nav-item a {
  border: none;
  padding: 20px 34px;
  font-family: 'Circular-Bold';
  color: rgba(0, 0, 0, 0.66);
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cms-tabs .nav-tabs .nav-item a {
    padding: 20px 18px;
  }
}
.cms-tabs .nav-tabs .nav-item a:before {
  content: '';
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #73b043;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .cms-tabs .nav-tabs .nav-item a:before {
    height: 5px;
  }
}
.cms-tabs .nav-tabs .nav-item a.active {
  color: #000;
}
.cms-tabs .nav-tabs .nav-item a.active:before {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .cms-tabs .nav-tabs .nav-item a {
    font-size: 18px;
  }
}
.cms-tabs .cms-accordion-tab {
  background-color: #fff;
  border: 1px solid #efefef;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card-header a {
  font-size: 28px;
  font-family: 'Circular-Bold';
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  padding: 17px 50px 17px 30px;
  display: block;
  position: relative;
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card-header a i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  right: 29px;
}
@media screen and (max-width: 1400px) {
  .cms-tabs .cms-accordion-tab .cms-accordion-body .card-header a {
    font-size: 20px;
  }
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card-header [aria-expanded="true"] {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card-header [aria-expanded="true"] i:before {
  content: '\f271';
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card-body {
  border-bottom: 1px solid #efefef;
  background-color: #f8f8f8;
  padding: 33px 30px;
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card-body p {
  margin-bottom: 40px;
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card-body p:last-child {
  margin-bottom: 0;
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card {
  border: none;
  background: transparent;
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card:last-child .card-header a {
  border: none;
}
.cms-tabs .cms-accordion-tab .cms-accordion-body .card:last-child .card-body {
  border-bottom: none;
}
.slider-nav.slider-nav-recipe .el-title {
  font-size: 24px;
  margin-bottom: 31px;
}
@media screen and (max-width: 991px) {
  .slider-nav.slider-nav-recipe .el-title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .slider-nav.slider-nav-recipe .el-title {
    display: none;
  }
}
.slider-nav.slider-nav-recipe .thumbs {
  display: block;
}
.slider-nav.slider-nav-recipe .thumbs .recipe-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  opacity: 0.4;
  cursor: pointer;
  position: relative;
}
.slider-nav.slider-nav-recipe .thumbs .recipe-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.slider-nav.slider-nav-recipe .thumbs .recipe-item.active {
  opacity: 1;
}
.slider-nav.slider-nav-recipe .thumbs .recipe-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-nav.slider-nav-recipe .thumbs .recipe-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .slider-nav.slider-nav-recipe .thumbs .recipe-item {
    margin-bottom: 10px;
  }
}
.slider-nav.slider-nav-recipe .thumbs .recipe-image {
  min-width: 270px;
  margin-right: 30px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .slider-nav.slider-nav-recipe .thumbs .recipe-image {
    min-width: 220px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-nav.slider-nav-recipe .thumbs .recipe-image {
    display: none;
  }
}
.slider-nav.slider-nav-recipe .thumbs .recipe-image img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.slider-nav.slider-nav-recipe .thumbs .recipe-meal {
  font-size: 14px;
  font-family: 'Circular-Medium';
  margin-bottom: 3px;
}
.slider-nav.slider-nav-recipe .thumbs .recipe-title {
  font-size: 18px;
  line-height: 1.4444;
  font-family: 'Circular-Bold';
}
.slider-nav.slider-nav-recipe .thumbs .recipe-title a {
  color: inherit;
}
.slider-nav.slider-nav-recipe .thumbs .recipe-title a:hover {
  color: #73b043;
}
.slider-nav.slider-nav-recipe.style2 {
  max-width: 1660px;
  margin: 0 auto 0 auto;
}
.slider-nav.slider-nav-recipe.style2 .thumbs {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .slider-nav.slider-nav-recipe.style2 .thumbs {
    padding: 30px 0 0;
  }
}
.slider-nav.slider-nav-recipe.style2 .thumbs .recipe-item {
  width: 33.33%;
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .slider-nav.slider-nav-recipe.style2 .thumbs .recipe-item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .slider-nav.slider-nav-recipe.style2 .thumbs .recipe-item {
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }
}
.slider-nav.slider-nav-recipe.style2 .thumbs .recipe-item .recipe-image {
  height: 120px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .slider-nav.slider-nav-recipe.style2 .thumbs .recipe-item .recipe-image {
    min-width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-nav.slider-nav-recipe.style2 .thumbs .recipe-item .recipe-image {
    display: block;
    min-width: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slider-nav.slider-nav-recipe.style2 .thumbs .recipe-item .recipe-image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cms-recipe-carousel-layout2 {
    margin-bottom: 30px;
  }
}
.cms-recipe-carousel-layout2 .owl-stage-outer {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-recipe-carousel-layout2 .recipe-image img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-recipe-carousel-layout2 .recipe-title {
  font-size: 40px;
  line-height: 1.4;
  font-family: 'Circular-Bold';
}
.cms-recipe-carousel-layout2 .recipe-title a {
  color: inherit;
}
.cms-recipe-carousel-layout2 .recipe-title a:hover {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .cms-recipe-carousel-layout2 .recipe-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .cms-recipe-carousel-layout2 .recipe-title {
    font-size: 22px;
  }
}
.cms-recipe-carousel-layout2 .recipe-holder {
  max-width: 390px;
  padding: 30px 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.cms-recipe-carousel-layout2 .recipe-holder .recipe-title {
  margin-bottom: 0;
}
.cms-recipe-carousel-layout2 .grid-item-inner {
  position: relative;
}
.cms-recipe-carousel-layout3 .recipe-title {
  font-size: 52px;
  line-height: 1.24;
  font-family: 'Circular-Bold';
}
.cms-recipe-carousel-layout3 .recipe-title a {
  color: inherit;
}
.cms-recipe-carousel-layout3 .recipe-title a:hover {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .cms-recipe-carousel-layout3 .recipe-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .cms-recipe-carousel-layout3 .recipe-title {
    font-size: 22px;
  }
}
.cms-recipe-carousel-layout3 .recipe-holder {
  max-width: 970px;
  width: 100%;
  padding: 0 30px 60px 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cms-recipe-carousel-layout3 .recipe-holder {
    max-width: 860px;
  }
}
@media screen and (max-width: 767px) {
  .cms-recipe-carousel-layout3 .recipe-holder {
    padding-bottom: 30px;
  }
}
.cms-recipe-carousel-layout3 .recipe-holder .recipe-title {
  margin-bottom: 0;
  padding: 30px 60px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .cms-recipe-carousel-layout3 .recipe-holder .recipe-title {
    display: none;
  }
}
.cms-recipe-carousel-layout3 .recipe-holder .recipe-btn {
  padding-top: 55px;
}
.cms-recipe-carousel-layout3 .grid-item-inner {
  position: relative;
}
.cms-newsletter form.newsletter {
  position: relative;
  max-width: 770px;
  margin: auto;
}
.cms-newsletter form.newsletter .tnp-email {
  height: 60px;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  border: 1px solid #dce1e4;
  padding-left: 40px;
  padding-right: 150px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.33);
}
.cms-newsletter form.newsletter .tnp-email:focus {
  border-color: #73b043;
}
.cms-newsletter form.newsletter .tnp-field-button {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.cms-newsletter form.newsletter .tnp-field-button .tnp-button {
  font-size: 16px;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-family: 'Circular-Book';
  line-height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .cms-newsletter form.newsletter .tnp-field-button {
    position: static;
    text-align: center;
    margin-top: 10px;
  }
  .cms-newsletter form.newsletter .tnp-field-button .tnp-button {
    position: static;
    line-height: 60px;
    margin: auto;
  }
}
.cms-grid-recipe .recipe-image {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-grid-recipe .recipe-image img {
  width: 100%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-grid-recipe .recipe-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 69;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 0;
}
.cms-grid-recipe .recipe-meal {
  font-size: 14px;
  font-family: 'Circular-Medium';
  margin-bottom: 8px;
}
.cms-grid-recipe .recipe-title {
  font-size: 20px;
  line-height: 1.1;
  font-family: 'Circular-Bold';
  color: #fff;
  letter-spacing: -0.016em;
  margin-bottom: 14px;
}
.cms-grid-recipe .recipe-title a {
  color: inherit;
}
.cms-grid-recipe .recipe-title a:hover {
  color: inherit;
}
.cms-grid-recipe .recipe-more a {
  color: #fff;
  opacity: 0;
}
.cms-grid-recipe .recipe-more a i {
  margin-left: 4px;
}
.cms-grid-recipe .recipe-rating {
  margin-right: 20px;
  flex-grow: 1;
}
.cms-grid-recipe .recipe-rating .raw-stars {
  font-size: 17px;
  color: #fcab3a;
  letter-spacing: 0.128em;
}
.cms-grid-recipe .recipe-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.cms-grid-recipe .recipe-feature-text {
  position: absolute;
  top: 20px;
  left: 30px;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Circular-Bold';
  text-shadow: 0 4px 7px #000;
  -webkit-text-shadow: 0 4px 7px #000;
  -ms-text-shadow: 0 4px 7px #000;
  -o-text-shadow: 0 4px 7px #000;
}
.cms-grid-recipe .recipe-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 20px 12px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.55)', endColorStr='rgba(0, 0, 0, 0)');
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  z-index: 98;
}
.cms-grid-recipe .recipe-holder.is-feature {
  padding: 80px 30px 22px 30px;
}
.cms-grid-recipe .recipe-holder.is-feature .recipe-meal {
  font-size: 21px;
}
.cms-grid-recipe .recipe-holder.is-feature .recipe-title {
  font-size: 30px;
}
.cms-grid-recipe .recipe-holder.is-feature .recipe-rating .raw-stars {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .cms-grid-recipe .recipe-holder.is-feature {
    padding: 60px 20px 12px 20px;
  }
  .cms-grid-recipe .recipe-holder.is-feature .recipe-meal {
    font-size: 14px;
  }
  .cms-grid-recipe .recipe-holder.is-feature .recipe-title {
    font-size: 20px;
  }
  .cms-grid-recipe .recipe-holder.is-feature .recipe-rating .raw-stars {
    font-size: 17px;
  }
  .cms-grid-recipe .recipe-holder.is-feature .recipe-feature-text {
    font-size: 16px;
  }
}
.cms-grid-recipe .grid-item-inner {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-grid-recipe .grid-item-inner:hover {
  -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.5);
}
.cms-grid-recipe .grid-item-inner:hover .recipe-image:before {
  opacity: 1;
}
.cms-grid-recipe .grid-item-inner:hover .recipe-image img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.cms-grid-recipe .grid-item-inner:hover .recipe-more a {
  opacity: 1;
}
.cms-grid-recipe .cms-load-more {
  margin-top: 45px;
}
.cms-grid-recipe .cms-load-more .btn {
  padding-left: 60px;
  padding-right: 60px;
}
.sidebar-sticky, .sidebar-sticky > .vc_column-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  -webkit-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.admin-bar .sidebar-sticky, .admin-bar .sidebar-sticky > .vc_column-inner {
  top: 62px;
}
.header-sticky.headroom--up .sidebar-sticky, .header-sticky.headroom--up .sidebar-sticky > .vc_column-inner {
  top: 92px;
}
.admin-bar.header-sticky.headroom--up .sidebar-sticky, .admin-bar.header-sticky.headroom--up .sidebar-sticky > .vc_column-inner {
  top: 122px;
}
#secondary .widget {
  margin-bottom: 52px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  background-color: #73b043;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.entry-content .page-links a span:hover {
  background-color: #73b043;
  color: #fff;
}
@media screen and (min-width: 992px) {
  body.woocommerce #primary.col-xl-9 {
    flex: 0 0 81.5%;
    max-width: 81.5%;
  }
  body.woocommerce #secondary.col-xl-3 {
    flex: 0 0 18.5%;
    max-width: 18.5%;
  }
}
@media screen and (min-width: 1400px) {
  body .container {
    max-width: 1260px;
    width: 100%;
  }
  body.site-layout-default:not(.woocommerce) #primary.col-xl-9 {
    flex: 0 0 73%;
    max-width: 73%;
  }
  body.site-layout-default:not(.woocommerce) #secondary.col-xl-3 {
    flex: 0 0 27%;
    max-width: 27%;
  }
  body.site-layout-full-width.woocommerce #primary.col-xl-9 {
    flex: 0 0 75.2%;
    max-width: 75.2%;
  }
  body.site-layout-full-width.woocommerce #secondary.col-xl-3 {
    flex: 0 0 24.8%;
    max-width: 24.8%;
  }
  body.site-layout-full-width .container {
    max-width: 1920px;
  }
  body.site-layout-full-width .site-header .site-header-top > .container, body.site-layout-full-width .site-header .site-header-middle > .container, body.site-layout-full-width .site-header .site-header-main > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width #content > .content-inner > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width .layout-container > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width .site-footer.footer-layout1 .top-footer-logo > .container, body.site-layout-full-width .site-footer.footer-layout1 .top-footer > .container, body.site-layout-full-width .site-footer.footer-layout1 .bottom-footer > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width .content-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  body.site-layout-full-width .content-row #primary, body.site-layout-full-width .content-row #secondary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .col-offset-left > .vc_column-inner {
    padding-left: 30px !important;
  }
  .col-offset-right > .vc_column-inner {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  padding: 85px 0 110px;
  position: relative;
  background-color: #fcfcfc;
}
.layout-container {
  background-color: #fcfcfc;
  padding-bottom: 110px;
}
.widget .widget-content ul:not(.entry-meta) {
  margin: 0;
  list-style: none;
}
.widget-title, .comment-reply-title, .comments-title, .section-title {
  font-size: 30px;
  margin-bottom: 23px;
  font-family: 'Circular-Bold';
}
.post-type-archive-recipe #secondary .widget-title {
  font-family: 'Circular-Medium';
  margin-bottom: 30px;
}
.post-type-archive-recipe #secondary section.widget {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid #efefef;
}
.post-type-archive-recipe #secondary section.widget:last-child {
  padding-bottom: 0;
  border: none;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc-row-overlay {
  position: relative;
  overflow: hidden;
}
.row-overlay {
  position: relative;
}
.row-overlay:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 1;
}
.row-overlay.dotted-overlay:after {
  background-image: url(../images/dot-overlay.png);
  background-repeat: repeat;
}
.col-overlay .vc_column-inner {
  position: relative;
}
.col-overlay .vc_column-inner:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.col-overlay .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.vc_row.vc_row-fluid > .wpb_column {
  z-index: 2;
}
.vc_row .cms-row-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vc_row .cms-row-overlay.cms-row-overlay-skew {
  right: 0;
  -webkit-transform: skew(-20deg);
  -khtml-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  left: -1000px;
  border-right: 10px solid #73b043;
}
@media screen and (max-width: 767px) {
  .vc_row .cms-row-overlay.cms-row-overlay-skew {
    opacity: 0;
    display: none;
  }
}
.vc_row.row-border-box {
  background-color: #fff;
  padding: 70px 55px 30px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -khtml-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  z-index: 109;
  position: relative;
}
.vc_row.row-boxed:not(.vc_row-has-fill) {
  width: 100% !important;
  max-width: 1260px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  left: 0px !important;
}
@media screen and (min-width: 1400px) {
  .site-layout-boxed .site {
    width: 1310px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    overflow: visible;
  }
  .site-layout-boxed .site .site-content {
    overflow: hidden;
  }
  .site-layout-boxed .site [data-vc-full-width="true"] {
    width: 1310px !important;
    left: -55px !important;
  }
  .site-layout-boxed .site [data-vc-full-width="true"]:not(.vc_row-no-padding) {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1310px;
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .site-layout-boxed .site {
    width: 1200px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
  }
  .site-layout-boxed .site .container {
    max-width: 1140px;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@media screen and (max-width: 1400px) {
  .rm-padding-xlg > .vc_column-inner, .rm-padding-xlg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1199px) {
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-lg.vc_inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-lg {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_row.rm-margin-lg-015px {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.row-border-box {
    padding: 40px 40px 0px;
    margin: 0;
  }
  .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-md.wpb_text_column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-md0 > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_row.row-rm-padding-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .vc_row.rm-margin-md, .vc_row.rm-margin-md-015px {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .rm-margin-md0 > .vc_column-inner {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .rm-margin-top-md > .vc_column-inner {
    margin-top: 0 !important;
  }
  .add-margin-bottom-md > .vc_column-inner {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.row-border-box {
    padding: 40px 15px 0px 15px;
  }
  .rm-padding-sm > .vc_column-inner, .rm-padding-sm > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-sm0 > .vc_column-inner, body .vc_row.wpb_row .rm-padding-sm0 > .theiaStickySidebar > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_row.row-rm-padding-sm {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rm-margin-sm > .vc_column-inner {
    margin: 0 !important;
  }
  .wpb_single_image.image_align_xs_left {
    text-align: left !important;
  }
  .wpb_single_image.image_align_xs_center {
    text-align: center !important;
  }
  .wpb_single_image.image_align_xs_right {
    text-align: right !important;
  }
}
@media screen and (max-width: 575px) {
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@font-face {
  font-family: 'Circular-Book';
  src: url('../fonts/main/Circular-Book.woff2') format('woff2'), url('../fonts/main/Circular-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular-BookItalic';
  src: url('../fonts/main/Circular-BookItalic.woff2') format('woff2'), url('../fonts/main/Circular-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular-Medium';
  src: url('../fonts/main/Circular-Medium.woff2') format('woff2'), url('../fonts/main/Circular-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular-MediumItalic';
  src: url('../fonts/main/Circular-MediumItalic.woff2') format('woff2'), url('../fonts/main/Circular-MediumItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular-Bold';
  src: url('../fonts/main/Circular-Bold.woff2') format('woff2'), url('../fonts/main/Circular-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular-BoldItalic';
  src: url('../fonts/main/Circular-BoldItalic.woff2') format('woff2'), url('../fonts/main/Circular-BoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular-Black';
  src: url('../fonts/main/Circular-Black.woff2') format('woff2'), url('../fonts/main/Circular-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular-BlackItalic';
  src: url('../fonts/main/Circular-BlackItalic.woff2') format('woff2'), url('../fonts/main/Circular-BlackItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ft-book {
  font-family: 'Circular-Book';
}
.ft-medium {
  font-family: 'Circular-Medium';
}
.ft-bold, .site-footer .top-footer .footer-widget-title {
  font-family: 'Circular-Bold';
}
.yith-wcqv-button {
  display: none !important;
}
.product-attr-inner.attr-tooltip a {
  position: relative;
  display: inline-block;
  margin: 0 1px;
}
.product-attr-inner.attr-tooltip a i {
  display: block;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  background-color: #73b043;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  font-size: 10px;
  font-family: 'Circular-Black';
  color: #fff;
  overflow: hidden;
}
.product-attr-inner.attr-tooltip a i.modern {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.product-attr-inner.attr-tooltip a i.flat {
  background-color: transparent !important;
  border: 2px solid #73b043;
  line-height: 18px;
  color: #333;
}
.product-attr-inner.attr-tooltip a span {
  position: absolute;
  bottom: 21px;
  margin-bottom: 10px;
  background-color: #73b043;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  white-space: nowrap;
}
.product-attr-inner.attr-tooltip a span:before {
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: #73b043 transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product-attr-inner.attr-tooltip a:hover span {
  opacity: 1;
  visibility: visible;
}
.woocommerce #secondary .widget {
  background-color: transparent;
  border: none;
  padding: 0;
}
.woocommerce #secondary .widget .widget-title {
  font-family: 'Circular-Medium';
}
.woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
  width: auto;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  border-color: #73b043;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: #73b043;
}
.woocommerce textarea, .woocommerce-page textarea {
  padding-top: 12px !important;
  line-height: normal !important;
}
.woocommerce .site-content table.shop_table, .woocommerce-page .site-content table.shop_table {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.woocommerce .site-content table.shop_table td, .woocommerce-page .site-content table.shop_table td {
  padding: 12px 15px;
}
.woocommerce .site-content table.shop_table tbody th, .woocommerce-page .site-content table.shop_table tbody th, .woocommerce .site-content table.shop_table tfoot td, .woocommerce-page .site-content table.shop_table tfoot td, .woocommerce .site-content table.shop_table tfoot th, .woocommerce-page .site-content table.shop_table tfoot th {
  font-weight: normal;
  font-family: 'Circular-Bold';
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
.woocommerce #content .nice-select, .woocommerce-page #content .nice-select {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 52px;
}
.woocommerce #content .nice-select:after, .woocommerce-page #content .nice-select:after {
  font-size: 16px;
  color: #333;
}
.woocommerce #content .quantity, .woocommerce-page #content .quantity {
  position: relative;
}
.woocommerce #content .quantity .qty, .woocommerce-page #content .quantity .qty {
  padding: 0;
  border: 2px solid #73b043;
  -webkit-border-radius: 42px;
  -khtml-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  line-height: 38px;
  min-width: 66px;
  font-size: 22px;
  color: #73b043;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  margin: 0 40px;
}
.woocommerce #content .quantity .qty:-webkit-outer-spin-button, .woocommerce-page #content .quantity .qty:-webkit-outer-spin-button, .woocommerce #content .quantity .qty:-webkit-inner-spin-button, .woocommerce-page #content .quantity .qty:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce #content .quantity-icon i, .woocommerce-page #content .quantity-icon i {
  width: 40px;
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  cursor: pointer;
  color: #73b043;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.woocommerce #content .quantity-icon i.quantity-down, .woocommerce-page #content .quantity-icon i.quantity-down {
  left: 0;
}
.woocommerce #content .quantity-icon i.quantity-up, .woocommerce-page #content .quantity-icon i.quantity-up {
  left: 120px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
  width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #efefef;
  height: 48px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 46px;
  padding-left: 30px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.66);
}
.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #73b043;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .woocommerce #primary.content-has-sidebar {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
#shop-newsletter {
  text-align: center;
  padding: 40px 30px 30px 30px;
  color: rgba(255, 255, 255, 0.87);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  margin-top: 60px;
}
#shop-newsletter h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 13px;
}
#shop-newsletter .shop-newsletter-introduction {
  color: #fff;
  text-transform: uppercase;
}
#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
  max-width: 590px;
  margin: auto;
}
#shop-newsletter .cms-newsletter-inner {
  margin-top: 33px;
  margin-bottom: 18px;
}
#shop-newsletter .cms-newsletter-inner .tnp-email {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .cms-newsletter-inner .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_product_categories ul li a {
  font-size: 18px;
  color: #80838a;
}
.widget_product_categories ul li + li {
  margin-top: 6px;
}
.widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.cat-parent > a {
  color: #333;
}
.widget_product_categories ul li ul.children {
  padding-left: 16px;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: #73b043;
  background-color: #73b043;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #73b043;
  background-color: #73b043;
}
.widget_price_filter .price_label {
  padding: 4px 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ebebeb !important;
}
.widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #73b043 !important;
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
.archive-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 15px;
  margin: 0 -30px;
}
.archive-topbar > div {
  padding: 0 30px;
}
.archive-topbar .archive-topbar-heading {
  flex-grow: 1;
}
.archive-topbar .archive-topbar-heading h2 {
  font-size: 24px;
  margin: 0;
}
.archive-topbar .archive-layout {
  height: 19px;
}
.archive-topbar .archive-layout span {
  display: inline-block;
  height: 19px;
  width: 19px;
  opacity: 0.33;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.archive-topbar .archive-layout span.layout-grid {
  background-image: url(../images/layout-grid.png);
}
.archive-topbar .archive-layout span.layout-list {
  width: 22px;
  background-image: url(../images/layout-list.png);
  margin-left: 26px;
}
.archive-topbar .archive-layout span.active, .archive-topbar .archive-layout span:hover {
  opacity: 1;
}
.archive-topbar .archive-topbar-ordering .woocommerce-ordering, .archive-topbar .archive-topbar-ordering .archive-ordering {
  float: none;
  max-width: 230px;
  margin-bottom: 0;
}
.archive-topbar .archive-topbar-ordering .nice-select {
  border: 1px solid #efefef;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  color: #73b043;
  font-family: 'Circular-Medium';
}
.archive-topbar .archive-topbar-ordering .nice-select:after {
  font-size: 15px;
  right: 19px;
}
.archive-topbar .woocommerce-pagination, .archive-topbar .posts-pagination {
  display: flex;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .archive-topbar {
    margin: 0 -15px;
  }
  .archive-topbar > div {
    padding: 0 15px;
  }
  .archive-topbar .archive-topbar-ordering .woocommerce-ordering, .archive-topbar .archive-topbar-ordering .archive-ordering {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .archive-topbar {
    display: block;
    text-align: center;
  }
  .archive-topbar > div {
    margin-bottom: 20px;
  }
  .archive-topbar .archive-topbar-ordering .woocommerce-ordering, .archive-topbar .archive-topbar-ordering .archive-ordering {
    margin: auto;
  }
  .archive-topbar .woocommerce-pagination, .archive-topbar .posts-pagination {
    display: block;
  }
}
.archive-banner {
  display: flex;
  justify-content: flex-end;
  min-height: 320px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 991px) {
  .archive-banner {
    min-height: inherit;
  }
}
.archive-banner.archive-banner-bottom {
  margin-top: 40px;
}
.archive-banner .archive-inner {
  position: relative;
  padding: 50px;
  max-width: 600px;
  z-index: 99;
  background-color: #fff;
}
.archive-banner .archive-inner:before {
  content: '';
  width: 400px;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#fff));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #fff);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #fff);
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), #fff);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #fff);
  background-image: linear-gradient(left, rgba(0, 0, 0, 0), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#fff', gradientType='1');
}
@media screen and (max-width: 991px) {
  .archive-banner .archive-inner:before {
    display: none;
  }
}
.archive-banner .archive-inner h2 {
  font-size: 58px;
  font-family: 'Circular-Bold';
}
@media screen and (max-width: 1400px) {
  .archive-banner .archive-inner h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .archive-banner .archive-inner h2 {
    font-size: 28px;
  }
}
.archive-banner .archive-inner p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .archive-banner .archive-inner {
    width: 100%;
    padding: 30px 20px 30px 30px;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
#shop-breadcrumb {
  margin-bottom: 8px;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0 0 16px;
  padding: 0 36px 0 0;
  position: relative;
  font-family: 'Circular-Bold';
}
#shop-breadcrumb ul li::after {
  content: '\f2fb';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 0;
  right: 16px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: #333;
  font-family: 'Circular-Medium';
}
#shop-breadcrumb ul li a:hover {
  color: #73b043;
}
@media screen and (max-width: 767px) {
  #shop-breadcrumb {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    padding: 20px 30px;
  }
  #shop-breadcrumb ul li {
    margin-bottom: 0;
  }
}
.woocommerce .woocommerce-result-count {
  padding: 7px 0;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}
.woocommerce span.onsale, .woocommerce span.nostock {
  height: 52px;
  width: 52px;
  display: block;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  background-color: #80bc50;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.2) inset;
  font-weight: normal;
  font-family: 'Circular-Bold';
  position: absolute;
}
.woocommerce span.onsale span, .woocommerce span.nostock span {
  display: block;
  line-height: 1;
  margin-bottom: 2px;
}
.woocommerce span.onsale span:nth-child(2), .woocommerce span.nostock span:nth-child(2) {
  font-family: 'Circular-Medium';
  font-size: 15px;
}
.woocommerce span.onsale .onsale-inner, .woocommerce span.nostock .onsale-inner, .woocommerce span.onsale .nostock-inner, .woocommerce span.nostock .nostock-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce span.nostock {
  top: 80px !important;
  font-size: 16px;
  background-color: #d43131;
}
.woocommerce span.nostock span:nth-child(2) {
  font-size: 12px;
}
.woocommerce #content .content-inner .star-rating-wrap, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce #content .content-inner .star-rating, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}
.woocommerce #content .content-inner .star-rating span::before, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating span::before, .woocommerce #content .content-inner .star-rating:before, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}
.woocommerce #content .content-inner .star-rating span::before, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating span::before {
  color: #ffab00;
}
.woocommerce #content .content-inner .star-rating:before, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating:before {
  color: #d4d4d4;
}
.woocommerce #content .content-inner .count-rating, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}
.woocommerce #content .content-inner .woocommerce-product-subtitle, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
  color: rgba(51, 51, 51, 0.66);
  font-family: 'Circular-Medium';
  font-size: 14px;
  margin-bottom: 12px;
}
.woocommerce #content .content-inner .woocommerce-product-attr, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce #content .content-inner .woocommerce-product-attr img, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce #content .content-inner .price .regular-price, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .price .regular-price {
  display: block;
  color: rgba(51, 51, 51, 0.66);
  margin-bottom: 4px;
}
.woocommerce #content .content-inner .price .regular-label-price, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .price .regular-label-price, .woocommerce #content .content-inner .price .sale-label-price, .woocommerce .woocommerce-product-inner .woocommerce-product-holder .price .sale-label-price {
  padding-right: 4px;
}
.woocommerce ul.products {
  border-style: solid;
  border-color: #efefef;
  border-width: 1px 0 0 1px;
  margin-bottom: 40px;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 0;
  padding: 30px;
  text-align: center;
  background-color: #fff;
}
.woocommerce ul.products .woocommerce-product-inner {
  padding-bottom: 45px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 15px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .yith-wcqv-button {
  display: block !important;
  margin-top: 0;
  opacity: 0;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .yith-wcqv-button:hover, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .yith-wcqv-button:focus, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .yith-wcqv-button:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #73b043 !important;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 2px;
  font-family: 'Circular-Bold';
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #73b043;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap {
  justify-content: center;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .price {
  color: #333;
  font-size: 24px;
  line-height: normal;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .price .amount {
  font-family: 'Circular-Bold';
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .price del {
  opacity: 1;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-add-to-cart, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-out-of-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 12px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-add-to-cart a, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-out-of-stock a {
  margin-top: 0;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-add-to-cart a:before, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-out-of-stock a:before {
  content: '\f278';
  font-family: 'Material-Design-Iconic-Font';
  margin-right: 12px;
  width: 22px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  line-height: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-add-to-cart a.loading, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-out-of-stock a.loading {
  opacity: 1;
  padding-right: 40px !important;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-out-of-stock a.loading:after {
  top: 0;
  right: 13px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-add-to-cart a.added, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-out-of-stock a.added {
  display: none !important;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-add-to-cart a:hover:before, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-out-of-stock a:hover:before {
  background-color: #73b043;
  color: #fff;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward:before, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-out-of-stock a.wc-forward:before {
  content: '\f26b';
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-meta .woocommerce-out-of-stock a:before {
  content: '\f2fb';
}
.woocommerce ul.products .woocommerce-product-inner:hover .woocommerce-product-header a.yith-wcqv-button {
  opacity: 1;
}
@media screen and (min-width: 1260px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
    margin: 0;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: calc(20% - 1px);
    width: -webkit-calc(20% - 1px);
    width: -ms-calc(20% - 1px);
    width: -o-calc(20% - 1px);
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
    margin: 0;
    clear: none;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
    margin: 0;
  }
  .woocommerce ul.products.columns-3 li.last {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
  }
}
.woocommerce ul.products.products-list li.product {
  width: 100% !important;
  height: auto !important;
}
.woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 0;
}
.woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-header {
  margin: 0 60px 0 70px;
}
.woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-header img {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-header {
    margin: 0 30px 0 0px;
  }
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-header img {
    max-width: 100px;
  }
}
.woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-holder {
  text-align: left;
  flex-grow: 1;
  margin-right: 30px;
}
.woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-holder .star-rating-wrap {
  justify-content: left;
}
.woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-add-to-cart, .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-out-of-stock {
  position: static;
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-add-to-cart, .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-out-of-stock {
    min-width: 180px;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-add-to-cart a, .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-out-of-stock a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-meta .price {
  margin-bottom: 0;
  font-size: 20px;
  text-align: right;
}
.woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-meta .woocommerce-add-to-cart {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-meta {
    display: block;
  }
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-meta .price {
    margin: 0;
    text-align: center;
  }
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-meta .woocommerce-add-to-cart, .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-meta .woocommerce-out-of-stock {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list {
    display: block;
  }
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-header {
    margin: 0 0 15px;
    text-align: center;
  }
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-holder {
    text-align: center;
    margin-right: 0;
  }
  .woocommerce ul.products.products-list li.product .woocommerce-product-inner.product-layout-list .woocommerce-product-holder .star-rating-wrap {
    justify-content: center;
  }
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
  height: 29px;
  width: 29px;
  line-height: 25px;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  border: 2px solid transparent;
  font-size: 18px;
  font-family: 'Circular-Medium';
  color: rgba(0, 0, 0, 0.33);
  padding: 0;
  margin: 0 5px;
  text-align: center;
  background-color: transparent;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #73b043;
  border-color: #73b043;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0px;
  color: #73b043;
  border-color: #73b043;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next:before, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  font-family: 'Material-Design-Iconic-Font';
  font-size: 15px;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  content: '\f2ea';
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next:before {
  content: '\f2ee';
}
.single-product .cms-recipe-carousel-wrap {
  margin-bottom: 80px;
}
.single-product .woocommerce-gallery span.onsale, .single-product .woocommerce-gallery span.nostock {
  left: 43px !important;
}
.single-product ul.products {
  margin-bottom: 0;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .single-product #shop-breadcrumb {
    padding-bottom: 20px;
  }
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product section.related h2 {
  font-size: 18px;
  margin-bottom: 23px;
}
.single-product section.related .products {
  border: none;
  margin: 0 -15px;
}
.single-product section.related .products > li {
  background-color: transparent;
  border: none;
  padding: 0 15px;
  margin: 0 -15px;
}
.single-product section.related .products > li .onsale {
  left: 30px !important;
}
.single-product section.related .products > li .product-inner {
  padding: 30px;
  border: 1px solid #efefef;
  height: 100%;
  background-color: #fff;
}
.single-product #primary .woocommerce-summary-wrap.row {
  margin: 0 -30px;
}
.single-product #primary .woocommerce-summary-wrap.row .col-xl-6 {
  padding: 0 30px;
}
.single-product #primary .woocommerce-summary-wrap .images, .single-product #primary .woocommerce-summary-wrap .summary {
  width: 100% !important;
  margin: 0 0 55px;
}
.single-product #primary .woocommerce-product-gallery__image {
  background-color: #fcfcfc;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  text-align: center;
  display: flex !important;
  justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.single-product #primary .woocommerce-product-gallery__image a {
  display: inline-block;
}
.single-product #primary .woocommerce-product-gallery__image a img {
  margin: 0;
}
.single-product #primary .flex-viewport {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.single-product #primary .flex-viewport .woocommerce-product-gallery__image {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #primary .flex-control-thumbs {
  margin: 0 -10px;
}
.single-product #primary .flex-control-thumbs li {
  padding: 17px 27px;
  margin: 0 10px;
  border: 1px solid #efefef;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
  width: inherit;
}
.single-product #primary .flex-control-thumbs li img {
  max-width: 45px;
  width: 100%;
  opacity: 0.33;
}
.single-product #primary .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product #primary .entry-summary .woocommerce-product-rating {
  margin-bottom: 8px;
}
.single-product #primary .entry-summary .entry-title {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 7px;
}
.single-product #primary .entry-summary .woocommerce-product-subtitle {
  font-size: 18px;
}
.single-product #primary .entry-summary .product-attr-inner {
  margin-bottom: 16px;
}
.single-product #primary .entry-summary .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 24px;
}
.single-product #primary .entry-summary .price {
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  color: #333;
  font-family: 'Circular-Bold';
  margin-bottom: 23px;
}
.single-product #primary .entry-summary .price .regular-label-price, .single-product #primary .entry-summary .price .sale-label-price {
  font-family: 'Circular-Medium';
}
.single-product #primary .entry-summary .price del {
  font-weight: normal;
  opacity: 1;
}
.single-product #primary .entry-summary .price ins {
  color: #e80909;
  opacity: 1;
}
.single-product #primary .entry-summary .price .sale-price:before {
  content: '-';
  margin-right: 10px;
  color: rgba(51, 51, 51, 0.66);
}
.single-product #primary .entry-summary .woocommerce-review-link {
  display: none;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart .nice-select {
  background-color: #73b043;
  color: #fff;
  border: none;
  -webkit-border-radius: 42px;
  -khtml-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart .nice-select:after {
  color: #fff;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart form {
  margin-bottom: 0;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart form label {
  display: block;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.66);
  font-weight: normal;
  position: static !important;
  width: inherit;
  clip: inherit;
  overflow: visible;
  height: inherit;
  font-family: 'Circular-Medium';
  margin-bottom: 10px;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart table.variations {
  margin-bottom: 0;
  width: inherit;
  position: relative;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart table.variations select {
  display: block !important;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart table.variations select + .nice-select {
  display: none !important;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart table.variations tbody {
  display: flex;
  flex-wrap: wrap;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart table.variations tr {
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px;
  width: 100%;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart table.variations tr .label {
  display: block;
  padding: 0;
  margin: 0;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart table.variations tr .value {
  padding: 0 0 20px;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart .out-of-stock {
  display: inline-block;
  margin: 0;
  background-color: #d43131;
  color: #fff;
  -webkit-border-radius: 42px;
  -khtml-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  line-height: 42px;
  padding: 0 20px;
}
.single-product #primary .entry-summary .woocommerce-product-add-cart .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
}
.single-product #primary .woocommerce-custom-tabs {
  margin-bottom: 70px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-item {
  margin-bottom: 36px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-item:last-child {
  margin-bottom: 0;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-item:last-child .woocommerce-tab-content {
  padding: 21px 0 0;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-heading {
  background-color: #f8f8f8;
  border: 1px solid #efefef;
  font-size: 22px;
  color: #000;
  padding: 10px 50px 10px 21px;
  font-family: 'Circular-Medium';
  line-height: normal;
  position: relative;
  cursor: pointer;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-heading:before {
  content: '\f273';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-heading.open:before {
  content: '\f278';
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content {
  padding: 21px 21px 0;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content > h2, .single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content .woocommerce-Reviews-title {
  display: none;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content .tab-table {
  max-width: 310px;
  background-color: #fff;
  border: 1px solid #bbb;
  margin-top: 8px;
  font-size: 15px;
  color: #000;
  line-height: normal;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content .tab-table th {
  border: none;
  padding: 5px 15px;
  background-color: #ddd;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content .tab-table td {
  border: none;
  padding: 3px 15px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content .tab-table tr:nth-child(2) td {
  padding-top: 10px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content .tab-table tr:last-child td {
  padding-bottom: 10px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews .comment-respond {
  margin-top: 30px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews .comment-respond label {
  margin-bottom: 6px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews .comment-respond .comment-reply-title {
  display: none;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews .comment-respond .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews .comment-respond .comment-form-rating p.stars {
  display: none;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews .commentlist {
  padding: 0;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews .comment-respond {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #efefef;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews .star-rating-wrap {
  display: block;
  order: 1;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews .star-rating-wrap .count-rating {
  display: none;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews li:not(.option) {
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 30px 0;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews li:not(.option) img.avatar {
  display: none;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews li:not(.option) .comment_container {
  position: relative;
  padding-left: 45px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews li:not(.option) .comment_container:before {
  content: '“';
  font-size: 100px;
  color: rgba(0, 0, 0, 0.06);
  line-height: 1;
  position: absolute;
  top: -8px;
  left: 0;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews li:not(.option) .comment-text {
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews li:not(.option) .comment-text p {
  margin-bottom: 12px;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews li:not(.option) .comment-text p.meta {
  margin: 0;
  font-size: 16px;
  font-family: 'Circular-BookItalic';
  color: #333;
  order: 3;
  width: 100%;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews li:not(.option) .comment-text p.meta strong {
  font-family: inherit;
}
.single-product #primary .woocommerce-custom-tabs .woocommerce-tab-content #reviews li:not(.option) .comment-text .description {
  padding-top: 15px;
  width: 100%;
  font-size: 18px;
  font-family: 'Circular-Bold';
  color: #333;
  order: 2;
}
.single-product .woo-variation-items-wrapper .variable-items-wrapper.button-variable-wrapper li {
  margin: 0;
  padding: 0;
  width: inherit;
  height: inherit;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0 14px;
  line-height: 42px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  border: 1px solid #efefef;
  margin-right: 5px;
  margin-bottom: 10px;
}
.single-product .woo-variation-items-wrapper .variable-items-wrapper.button-variable-wrapper li span {
  font-size: 15px;
}
.single-product .woo-variation-items-wrapper .variable-items-wrapper.button-variable-wrapper li.selected, .single-product .woo-variation-items-wrapper .variable-items-wrapper.button-variable-wrapper li:hover {
  background-color: #73b043;
  border-color: #73b043;
  color: #fff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product.redux-page #primary .woocommerce-product-gallery__image a img {
  margin: 120px 0;
}
.woocommerce-cart .content-area.content-full-width {
  max-width: 1290px;
  margin: auto;
}
.woocommerce-cart .woocommerce-cart-form .product-name a {
  color: #333;
  font-size: 16px;
  font-family: 'Circular-Bold';
}
.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
  color: #73b043;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity {
  display: inline-block;
}
.woocommerce-cart .woocommerce-cart-form .product-remove {
  position: relative;
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
  font-size: 0px;
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before {
  content: "\f134";
  font-family: "Material-Design-Iconic-Font";
  font-size: 22px;
  color: #d9d9d9;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before {
  color: #de3b36;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .product-remove {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table th {
  font-weight: normal;
  font-family: 'Circular-Bold';
}
.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions .input-text {
  line-height: 40px;
  padding: 0 20px;
  border-radius: 42px;
  margin-right: 12px;
  color: #999;
  width: 140px !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions .input-text {
    width: 100% !important;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions .coupon .button {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table td {
    background-color: #fff !important;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 28px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
  padding-bottom: 0;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
}
.woocommerce-checkout .content-area.content-full-width {
  max-width: 1290px;
  margin: auto;
}
.woocommerce-checkout #customer_details {
  margin: 0;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  flex: inherit;
  max-width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields, .woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields, .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields, .woocommerce-checkout #customer_details .col-2 .woocommerce-billing-fields {
  margin-bottom: 0;
}
.woocommerce-checkout #customer_details label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Circular-Medium';
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 45px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 28px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 28px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 28px;
}
.woocommerce-checkout #order_review #payment.woocommerce-checkout-payment {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce-checkout #order_review #payment.woocommerce-checkout-payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Circular-Medium';
}
.woocommerce-checkout #order_review #payment.woocommerce-checkout-payment .wc_payment_methods {
  padding: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
}
.woocommerce-checkout #order_review #payment.woocommerce-checkout-payment .place-order {
  padding: 20px 0 0;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-coupon {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row-first, .woocommerce-checkout .woocommerce-form-coupon .form-row-last {
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-Addresses .col-1, .woocommerce-account .woocommerce-Addresses .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row label {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e5e5e6;
  padding: 13px 0;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #73b043;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
  color: #73b043;
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account #customer_login {
  margin: 0 -15px;
}
.woocommerce-account #customer_login h2 {
  font-size: 28px;
}
.woocommerce-account #customer_login label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.woocommerce-account #customer_login .woocommerce-Button {
  margin-right: 16px;
}
.woocommerce-account #customer_login form .form-row label {
  line-height: normal;
  padding: 10px 0;
}
.woocommerce-account #customer_login .u-column1.col-1, .woocommerce-account #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #customer_login {
    margin: 0;
  }
  .woocommerce-account #customer_login .u-column1.col-1, .woocommerce-account #customer_login .u-column2.col-2 {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: #73b043;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 13px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  border-color: #73b043;
  color: #fff;
  background-color: #73b043;
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
  padding: 15px;
  margin-bottom: 0;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
  padding: 30px 30px 15px 15px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
  font-size: 28px;
  margin-bottom: 5px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
  font-size: 35px;
  font-family: 'Circular-Medium';
  color: #333;
  font-weight: 700;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
  color: #333;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
  border-top: 1px solid #f7f9fb;
  border-bottom: 1px solid #f7f9fb;
  padding: 18px 0;
  margin-bottom: 30px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
  font-family: 'Circular-Medium';
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .reset_variations {
  display: none !important;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #6f6f6f;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #73b043;
  color: #fff;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 24px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a {
  color: #73b043;
  margin-left: 7px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a:hover {
  color: #000;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in {
  display: none;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
  margin: 0 20px 0 0;
  height: 54px;
  width: 54px;
  padding: 0 10px;
}
body #yith-quick-view-modal #respond input#submit.alt, body #yith-quick-view-modal a.button.alt, body #yith-quick-view-modal button.button.alt, body #yith-quick-view-modal input.button.alt {
  background-color: #73b043;
  font-size: 15px;
  border: none;
  color: #fff;
  text-transform: capitalize;
  padding: 0 42px;
  line-height: 54px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: normal;
  font-family: 'Circular-Medium';
  white-space: nowrap;
}
body #yith-quick-view-modal #respond input#submit.alt:hover, body #yith-quick-view-modal a.button.alt:hover, body #yith-quick-view-modal button.button.alt:hover, body #yith-quick-view-modal input.button.alt:hover, body #yith-quick-view-modal #respond input#submit.alt:focus, body #yith-quick-view-modal a.button.alt:focus, body #yith-quick-view-modal button.button.alt:focus, body #yith-quick-view-modal input.button.alt:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #7dbb4c;
}
.woocommerce-wishlist tfoot td {
  display: none;
}
.woocommerce-wishlist .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
  color: #000 !important;
}
.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 20px;
  background-color: #73b043;
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  display: inline-block !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
  background-color: #000;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist #yith-wcwl-form {
    overflow-x: scroll;
  }
  .woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
