@import url("//fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600");
.fade, input[type="text"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="email"],
textarea,
select, ul.menu a, .main-nav, .btn, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, #mc_signup_submit, input[type="file"] + label {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

body,
html {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 14px;
}

html {
  -webkit-font-smoothing: antialiased;
}

body.dev .col {
  background-color: #eee;
  border: 1px solid white;
}

body.dev .col .col {
  background-color: #ddd;
  border: 1px solid white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

hr {
  height: 1px;
  background-color: #cccccc;
  border: none;
}

p,
ul {
  margin: 0;
  line-height: 1.3em;
}

ul li{
	font-weight: 300;
	line-height: 1.5;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 300;
}

p.lead {
  font-size: 21px;
}

a {
  text-decoration: none;
  color: #ff5c72;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="zip"],
input[type="email"],
textarea,
select {
  border-radius: 3px;
  border: 1px solid transparent;
  margin-bottom: 20px;
  width: 100%;
  padding: 12px 15px;
  outline: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="zip"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ff5c72;
}

input[type="submit"] {
  margin-bottom: 20px;
  background: #68b75a;
  color: white;
  border: none;
}

label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
  display: block;
}

select {
  width: 100%;
}

table {
  font-size: 14px;
  width: 100%;
}

table tr td,
table tr th {
  padding: 8px 5px;
}

table tr th {
  text-transform: uppercase;
  text-align: left;
}

.bg-primary {
  background: #ff5c72;
}

.bg-primary-dark {
  background: #f51009;
}

.bg-secondary {
  background: #68b75a;
}

.bg-red {
  background: red;
}

.bg-secondary-lighter {
  background: #eef0f5;
}

.font-primary {
  font-family: "Montserrat", sans-serif;
}

.font-secondary {
  font-family: "Montserrat", sans-serif;
}

.centered {
  margin: 0 auto;
}

.logo {
  color: #ff5c72;
}

.logo h1 {
  margin: 0;
}

.logo h1 a {
  color: inherit;
  text-decoration: none;
}

.logo img {
  width: 180px;
}

@media only screen and (max-width: 480px) {
  .logo img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 769px) {
  .logo {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-nav {
    justify-content: space-between;
  }
}

.container-nav {
  background: transparent;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .container-nav {
    min-height: 60px;
    height: auto;
  }
}

#nav_menu-2 ul.menu a {
  color: #333333;
}

ul.menu {
  padding: 0;
  list-style-type: none;
  text-align: center;
  justify-content: center;
  display: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}

ul.menu li:last-child a {
  padding-right: 0;
}
.home .menu a{
	color: white;
}
ul.menu a {
  text-decoration: none;
  padding: 0 18px;
  color: #333;
	font-weight: 600;
}
.after-footer ul.menu a{
	color: white;
	font-weight: 400;
}
@media screen and (min-width: 769px) {
  ul.menu {
    display: flex;
  }
}

@media screen and (max-width: 769px) {
  ul.menu {
    width: 100%;
    padding: 20px 0;
  }
  ul.menu li a {
    padding: 10px 0;
    display: block;
  }
}

#nav_menu-3 ul.menu {
  display: block !important;
}

#nav_menu-3 ul.menu li {
  display: inline;
}

#nav_menu-3 ul.menu li a {
  padding: 12px;
}

.nav {
  width: 100%;
}

#toggle-menu {
  cursor: pointer;
  color: white;
  fill: currentColor;
  font-size: 24px;
  display: inline-block;
  float: right;
}

@media screen and (min-width: 769px) {
  #toggle-menu {
    display: none;
  }
}

.bg-gradient-menu {
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 20px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 20px -15px rgba(0, 0, 0, 0.75);
}

.bg-gradient-menu a {
  color: #333333 !important;
}

.bg-gradient-menu .icon-toggle-menu {
  color: #333333 !important;
  background: transparent;
}

.valign-center, .container-nav .col {
  align-items: center;
  display: flex;
}

.valign-bottom {
  align-items: flex-end;
  display: flex;
}

.content-expand {
  justify-content: space-around;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.stretch {
  display: flex;
  align-items: stretch;
  height: 100%;
  width: 100%;
}

.container {
  width: 1170px;
}

.row,
.col {
  box-sizing: border-box;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row .row {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.row.centered {
  margin: 0 auto !important;
}

.row.full-width {
  width: 100%;
}

.row.fw{
	max-width: 100%!important;
}
@media only screen and (min-width: 1400px) {
  .row {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 1280px) {
  .row {
    max-width: 1170px;
  }
}

.col {
  padding: 0 15px;
  flex: 0 0 auto;
}

.col.one {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col.two {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col.three {
  flex-basis: 25%;
  max-width: 25%;
}

.col.four {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col.five {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col.six {
  flex-basis: 50%;
  max-width: 50%;
}

.col.seven {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col.eight {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col.nine {
  flex-basis: 75%;
  max-width: 75%;
}

.col.ten {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col.eleven {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col.twelve {
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1366px) {
  .col.lg-one {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col.lg-two {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col.lg-three {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col.lg-four {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col.lg-five {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col.lg-six {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col.lg-seven {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col.lg-eight {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col.lg-nine {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col.lg-ten {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col.lg-eleven {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col.lg-twelve {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .col.md-one {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col.md-two {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col.md-three {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col.md-four {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col.md-five {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col.md-six {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col.md-seven {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col.md-eight {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col.md-nine {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col.md-ten {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col.md-eleven {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col.md-twelve {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .col.sm-one {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col.sm-two {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col.sm-three {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col.sm-four {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col.sm-five {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col.sm-six {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col.sm-seven {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col.sm-eight {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col.sm-nine {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col.sm-ten {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col.sm-eleven {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col.sm-twelve {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .col.xs-one {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col.xs-two {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col.xs-three {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col.xs-four {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col.xs-five {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col.xs-six {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col.xs-seven {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col.xs-eight {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col.xs-nine {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col.xs-ten {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col.xs-eleven {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col.xs-twelve {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.main-nav {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 80px;
}

.main-nav a {
  font-family: "Montserrat", sans-serif;
  color: white;
}

@media screen and (max-width: 768px) {
  .main-nav {
    height: auto;
  }
  .main-nav .logo {
    padding: 12px 0;
  }
  .main-nav #toggle-menu {
    padding: 19px 0;
  }
  .main-nav .menu {
    padding: 20px 0;
  }
  .main-nav .menu li {
    padding: 10px 0;
  }
  .main-nav .menu li a {
    padding: 0;
  }
}

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

.text-left {
  text-align: left;
}

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

@media screen and (max-width: 1023px) {
  .text-center-md {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .column-reverse-sm {
    flex-direction: column-reverse;
  }
}

.text-primary {
  color: #ff5c72;
}

.text-secondary {
  color: #68b75a;
}

.btn, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, #mc_signup_submit {
  background-color: #333333;
  color: white;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  border: none;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  min-width: 130px;
  font-weight: 500;
  letter-spacing: 1px;
}

.btn:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, #mc_signup_submit:hover {
  background: #262626;
}

.btn.btn-primary, .woocommerce #respond input.btn-primary#submit,
.woocommerce a.btn-primary.button,
.woocommerce button.btn-primary.button,
.woocommerce input.btn-primary.button, #mc_signup_submit {
  background-color: #ff5c72;
  border-color: #dd0e08;
}

.btn.btn-primary:hover, .woocommerce #respond input.btn-primary#submit:hover,
.woocommerce a.btn-primary.button:hover,
.woocommerce button.btn-primary.button:hover,
.woocommerce input.btn-primary.button:hover, #mc_signup_submit:hover {
  background-color: #f51009;
}

.btn.btn-secondary, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .btn-secondary#mc_signup_submit,
.woocommerce a#mc_signup_submit.button,
.woocommerce button#mc_signup_submit.button,
.woocommerce input#mc_signup_submit.button {
  background-color: #68b75a;
  border-color: #21a058;
}

.btn.btn-secondary:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, .btn-secondary#mc_signup_submit:hover,
.woocommerce a#mc_signup_submit.button:hover,
.woocommerce button#mc_signup_submit.button:hover,
.woocommerce input#mc_signup_submit.button:hover {
  background-color: #25b564;
  color: white;
}

.btn.btn-lg, .woocommerce #respond input.btn-lg#submit,
.woocommerce a.btn-lg.button,
.woocommerce button.btn-lg.button,
.woocommerce input.btn-lg.button, .btn-lg#mc_signup_submit {
  padding: 14px 40px;
  font-size: 18px;
  border-radius: 6px;
}

.btn.btn-sm, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .btn-sm#mc_signup_submit,
.woocommerce a#mc_signup_submit.button,
.woocommerce button#mc_signup_submit.button,
.woocommerce input#mc_signup_submit.button {
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 4px;
  min-width: auto;
}

.btn.btn-xs, .woocommerce #respond input.btn-xs#submit,
.woocommerce a.btn-xs.button,
.woocommerce button.btn-xs.button,
.woocommerce input.btn-xs.button, .btn-xs#mc_signup_submit {
  padding: 8px 10px;
  font-size: 11px;
  border-radius: 4px;
  min-width: auto;
}

.btn.btn-block, .woocommerce #respond input.btn-block#submit,
.woocommerce a.btn-block.button,
.woocommerce button.btn-block.button,
.woocommerce input.btn-block.button, .btn-block#mc_signup_submit {
  width: 100%;
}

button {
  outline: none;
  cursor: pointer;
}

.main-sidebar {
  padding: 0;
  margin-top: 20px;
}

.main-sidebar li {
  list-style-type: none;
  margin: 5px 0;
}

.main-sidebar li a {
  background-color: #333333;
  padding: 10px 20px;
  display: block;
  color: white;
  border-radius: 3px;
}

.main-sidebar li a:hover {
  color: #ff5c72;
}

.main-sidebar li a.active {
  color: white;
  background-color: #ff5c72;
}

.main-sidebar li a.active:after {
  content: "";
  display: inline-block;
  background: white;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: relative;
  float: right;
  top: 4px;
}

.content-for-page h2 {
  font-size: 28px;
  margin: 20px 0;
}

.content-for-page .img-wrapper {
  border: 1px dashed #d9d9d9;
  display: inline-block;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

input[type="file"] {
  height: 0.1px;
  width: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type="file"] + label {
  background-color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
  padding: 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

input[type="file"] + label:hover {
  background-color: #f72720;
}

.carousel,
.gallery,
.section-about {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elem-carousel,
.elem-gallery,
.elem-about {
  padding: 10px;
}

.elem-about {
  width: 33.33333333%;
}

.gallery.four-items .elem-gallery {
  width: 25%;
}

.owl-dots {
  position: relative;
  top: -35px;
  height: 16px;
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: white;
  display: inline-block;
  border-radius: 16px;
  margin: 0 4px;
  cursor: pointer;
}

.owl-dots .owl-dot.active span {
  background: #ff5c72;
}

.owl-next,
.owl-prev {
  display: inline-block;
  width: 19px;
  height: 32px;
  text-indent: -666em;
  overflow: hidden;
}

.owl-nav {
  position: absolute;
  top: 20%;
  width: 100%;
  margin: 0 auto;
}

.owl-next {
  float: right;
  background-image: url("https://www.cropswapapp.com/wp-content/themes/img/next.png");
}

.owl-prev {
  background-image: url("https://www.cropswapapp.com/wp-content/themes/img/prev.png");
}

.hero-header {
  height: 650px;
  background-size: cover;
  background-position: center;
  /*color: white;*/
}

.hero-header p {
  /*color: white;*/
}

.hero-header .main-title {
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 20px;
	color: white;
}
@media only screen and (max-width: 768px){
	.hero-header{
		height: auto;
	}
	.main-text{
		padding-top: 90px;
	}
	
}
.bg-1 {
  background-image: url("../../uploads/2018/12/crop.png");
}
.bg-video {
  background-image: url("img/bg-video.jpg");
	 background-size: cover;
  background-position: center;
}

.bg-2 {
  background-image: url("https://www.cropswapapp.com/wp-content/themes/img/hero2.jpg");
}

.bg-contact p{
	font-weight: 400;
}

.bg-contact {
  background-image: url("img/bg-contact.png");
  background-size: cover;
  color: white;
  background-position: right;
}
.bg-talk {
  background-image: url("img/bg-talk2.jpg");
  background-size: cover;
  color: white;
  background-position: center;
}

.main-footer {
  background-size: cover;
  color: white;
  background-color: #ff5c72;
}

.bg-in-the-news {
  background-image: url("img/bg-footer.jpg");
  background-size: cover;
  color: white;
}

.footer {
  background-color: #333333;
  padding: 30px 0;
  color: white;
}

.section-lg {
  margin-top: 120px;
  margin-bottom: 120px;
}

.section-lg[class*="bg-"] {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-md {
  margin-top: 90px;
  margin-bottom: 90px;
}
.section-md-inner {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-md[class*="bg-"] {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}

.row.section-md {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.section-sm {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-sm[class*="bg-"] {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-xs {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.section-xs[class*="bg-"] {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-md-top {
  margin-top: 90px !important;
}

.section-sm-bot {
  margin-bottom: 60px !important;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 32px;
}

.item {
  margin-bottom: 30px;
  padding: 0 30px;
}

.item .price {
  font-size: 24px;
  margin-bottom: 2px;
  margin-top: 20px;
  color: #ff5c72;
}

.item h5 {
  margin-bottom: 10px;
}

.item p {
  font-size: 14px;
}

.item .btn, .item .woocommerce #respond input#submit, .woocommerce #respond .item input#submit, .item
.woocommerce a.button,
.woocommerce .item a.button, .item
.woocommerce button.button,
.woocommerce .item button.button, .item
.woocommerce input.button,
.woocommerce .item input.button, .item #mc_signup_submit {
  margin-bottom: 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white li,
.text-white a,
.text-white label {
  color: white;
}

.text-white li{
	font-weight: 400;
}

.big-number {
  background-color: #68b75a;
  color: white;
  font-size: 32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
}

.value {
  padding: 0 30px;
}

.main-footer {
  padding-top: 60px;
}

.main-footer .section-title {
  text-align: center;
}

.main-footer .section-title h2 {
  font-size: 30px;
}

.main-footer hr {
  opacity: .5;
}

.donation-form {
  margin-bottom: 60px;
}

.copyright {
  color: white;
  font-size: 12px;
}

.after-footer {
  padding-top: 30px;
  padding-bottom: 15px;
}
.after-footer p {
	margin-bottom: 0;
}
.menu-footer {
  padding: 0;
  text-transform: uppercase;
}

.menu-footer li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}

.menu-footer li a {
  padding: 0 15px;
  color: white;
}

.social-icons {
  padding: 0;
  text-align: right;
}

.social-icons li {
  list-style-type: none;
  display: inline-block;
  font-size: 24px;
}

.social-icons li a {
  padding: 0 5px;
  color: white;
}

@media screen and (max-width: 1023px) {
  .social-icons {
    text-align: center;
    margin-top: 20px;
  }
}

.features .section-title {
  margin: 50px 0;
}

.feature {
  margin-bottom: 40px;
}

.feature img {
  position: absolute;
}

.feature .feature-content {
  margin-left: 64px;
}

.feature h6,
.feature h5 {
  margin-bottom: 10px;
}

video {
  width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 55.9%;
/*padding-bottom: 56.25%;*/
  height: 0;
  overflow: hidden;
  border: 3px solid #ff5c72;
  border-radius: 4px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-shadow-top {
  background-color: white;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5);
}

.home-section.vc_row {
  margin: 0;
}

.home-section.vc_row .vc_column-inner {
  padding: 0;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_row:after,
.vc_row:before {
  display: flex !important;
}

.woocommerce {
  text-align: center;
}

#menu-footer-menu {
  justify-content: center;
}
.woocommerce-Price-amount.amount{
	font-size: 28px;
	color: #68b75a;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
  color: #ff5c72!important;
  font-size: 28px;
  font-weight: 300;
}

.woocommerce-LoopProduct-link h3 {
  color: #333333;
}

.woocommerce ul.products li.product h3 {
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 300;
}

[class*="bg-"] h2 {
  font-size: 32px;
}

#mc-indicates-required {
  display: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #ff5c72;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #f51009;
}
 .woocommerce #review_form #respond textarea{
	border: 1px solid #ddd;
}
.woocommerce #review_form #respond textarea:focus{
	border: 1px solid #ff5c72;
}

.quantity input[type="text"], .quantity input[type="number"], .quantity input[type="date"], .quantity input[type="tel"], .quantity input[type="email"], .quantity textarea, .quantity select{
	border: 1px solid #ddd;
	width:100px;
}

.summary.entry-summary{
	text-align: left;
}

.single_add_to_cart_button.button.alt{
	height:42px;
}

.stripe-button-el{
	background: #68b75a!important;
	border: none!important;
	border-radius: 4px!important;
	text-transform: uppercase!important;
	font-family: "Montserrat", sans-serif!important;
	display: block!important;
	box-shadow:none!important;
width: 100%!important;
padding: 6px!important;
	
}
.stripe-button-el span{
	background: transparent!important;
	border: none!important;
	border-radius: 4px!important;
	text-transform: uppercase!important;
	font-family: "Montserrat", sans-serif!important;
box-shadow:none!important;
display: block!important;
width: 100%!important;
}

#stripe_form_0{
	border: 1px solid #fff;
	padding: 20px;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	max-width: 230px;
}
#stripe_form_0 p{
	margin-bottom: 0;
}

#stripe_form_0 p span{
	font-weight: 400;
}

.image-bot img{
	position: relative;
	bottom: -11px;
}

.donation-bot span{
	display: none;
}

#nav_menu-4 li:last-child a, #nav_menu-2 li:last-child a{
	background-color: #68b75a;
	color: white!important;
padding: 6px 10px;
	border-radius: 3px;
}

td .woocommerce-Price-amount.amount{
	color: #333;
	font-size: 14px;
}

td.product-quantity .quantity input{
	min-width: 90px;
	text-align: left;
}

.shipping-calculator-form input[type="text"]{
	border: 1px solid #ddd;
}

.woocommerce .quantity .qty{
	text-align: left;
}

.woocommerce-message:before{
	color: #68b75a;
}

.woocommerce-message{
	border-top-color: #68b75a;
}

.woocommerce-message a{
	margin-bottom: 0!important;
}

@media screen and (max-width: 1024px) {
	#stripe_form_0{
		margin-bottom: 0;
	}
	.main-footer .section-title{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 800px) {
	.img-bot-a{
		display: none;
	}
	#stripe_form_0{
		margin-bottom: 40px;
	}
	.mobile-nav{
		margin-top: 8px;
	}
}



@media screen and (max-width: 800px) {
	input[type="text"]:first-child{
		margin-bottom: 20px;
	}
	.image-bot{
		text-align:center;
	}
	.features .wpb_single_image{
		text-align:center!important;
	}
}

@media screen and (max-width: 1024px) {
	img{
		height: auto;
	}
}


.woocommerce ul.products li.product a img{
	width:auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

.woocommerce-info{
	border-color: #ff5c72;
}

.woocommerce-billing-fields input, .select2-container--default .select2-selection--single{
	border: 1px solid #ddd;
}

.select2-container--default .select2-selection--single{
	padding-top: 8px;
	padding-bottom: 8px;
	height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
}

.woocommerce-billing-fields{
	text-align:left;
}

#ship-to-different-address label{
	display: inline;
}

.woocommerce-shipping-fields input{
	border: 1px solid #ddd;
}

.woocommerce-shipping-fields{
	text-align: left;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background-color: #f2f2f2;
}
payment_box payment_method_stripe{
	background-color: #eee;
}


#add_payment_method #payment div.payment_box input.input-text:focus, #add_payment_method #payment div.payment_box textarea:focus, .woocommerce-cart #payment div.payment_box input.input-text:focus, .woocommerce-cart #payment div.payment_box textarea:focus, .woocommerce-checkout #payment div.payment_box input.input-text:focus, .woocommerce-checkout #payment div.payment_box textarea:focus{
	border-color: #ff5c72!important;
}

.woocommerce-loop-product__title{
	color: #222;
}

.woocommerce .quantity .qty{
	min-width: 70px;
}

.woocommerce div.product form.cart .variations select{
	height: 42px;
}

#widget_sp_image-4 img, #widget_sp_image-3 img{
	height: auto;
}

.blockquote blockquote{
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 25px!important;
margin: 0!important;
}

h5.lead{
	font-weight:300;
}

#wpcf7-f174-p64-o1 input, #wpcf7-f174-p64-o1 textarea{
	border: 1px solid #ddd;
}
#wpcf7-f174-p64-o1 input:focus #wpcf7-f174-p64-o1 textarea:focus{
	border: 1px solid #ff5c72!important;
}

#wpcf7-f174-p64-o1 input[type="submit"]{
	border: none;
	padding: 12px 20px;
	text-transform: uppercase;
	border-radius: 4px;
}

.wpb_gmaps_widget .wpb_wrapper{
	padding: 0!important;
-webkit-box-shadow: 0px 5px 20px -15px rgba(0, 0, 0, 0.75)!important;
  -moz-box-shadow: 0px 5px 20px -15px rgba(0, 0, 0, 0.75)!important;
  box-shadow: 0px 5px 20px -15px rgba(0, 0, 0, 0.75)!important;
}

p.small{
	font-size: 12px;
}


div.wpcf7-mail-sent-ok{
	border: 2px solid #68b75a;
	padding: 10px;
margin: 0;
	font-weight: 400;
	color: #68b75a;
}

.text-center .wpb_wrapper{
	width: 100%;
	display: block;
}

.stats h1,
.stats h2,
.stats h3,
.stats h4,
.stats h5,
.stats h6{
	 font-weight:300;
}

.no-border-bottom{
	margin-bottom: 0;	
	line-height: 0;
}

.woocommerce button.button.alt.disabled{
	background-color: #ff5c72!important;
}

.bg-gray-light{
	background-color: #f7f7f7;
}

.btn-download{
	width: 170px;
}

#stripe_button_0{
	margin-bottom: 15px;
	margin-top: 15px;
	width: 230px!important;
}

.shadow-md{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}

.download-button{
	background: #ff5c72;
	border: none;
	text-shadow: none;
	box-shadow: none;
}
.download-button:hover{
	background: #ff5c72;
}

#widget_sp_image-2 img{
	max-width: 210px!important;
	width: 100%;
}

.text-white{
	color: white;
}
.download-apps{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.download-apps li{
	display: inline-block;
}

.home-section .wpb_text_column.wpb_content_element, .app-section .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}

.home-section .video-container{
	border: none;
}
.no-bottom .wpb_text_column.wpb_content_element {
	margin-bottom: 0!important;
}

.products{
	display: flex;
}


.product-template-default .date, .product-template-default .author, .product-template-default .comments, .product_meta{
	display: none;
}

.woocommerce-tabs.wc-tabs-wrapper{
	display: none;
}

.woocommerce + p, .woocommerce+p+p, .woocommerce + p + p +a{
	display: none;
}

.woocommerce div.product div.images{
	margin-bottom: 0;
}

.post-6 .woocommerce-result-count, .post-6 .woocommerce-ordering{
	display:none;
	
}

.give-form-wrap input{
	border: 1px solid #ddd!important;
	border-radius: 4px!important;
	padding: .8em!important;
}
.give-form-wrap input:hover, .give-form-wrap input:focus{
	border: 1px solid #68B75A!important;
}
.space-md-top{
	padding-top: 90px;
}

.give-btn{
	background: #FF5C72;
	border: none;
	color: white;
	padding: 12px 15px;
	font-weight: 500;
	border-radius: 4px;
}
.give-btn:hover{
	background: #fa445c;
}

#give-purchase-button{
	border: none!important;
	background: #68B75A;
	text-transform: uppercase;
}
#give-purchase-button:hover{
	background: #449836;
}

#give-amount{
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

.give-form-title{
	margin-bottom: 30px;
}

.widget_sp_image img{
	width: 150px;
	height: auto;
	max-width: inherit!important;
}
#widget_sp_image-5{
	margin-right: 6px;
}

@media screen and (max-width: 768px) {
.container-nav .justify-end{
	justify-content: center;
}
}