/*



Theme Name: Divi Child Theme



Description: A child theme to house custom coding which modifies the Divi parent theme. Includes default line numbers where the code was taken from in the parent theme.



Author:



Template: Divi



*/

@import url("../Divi/style.css");

/* Style Footer Credits */

.et_pb_slider .et_pb_slide_0 .et_pb_slide_description .et_pb_slide_title {
  display: none !important;
}

.et_pb_bg_layout_dark .et_pb_slide_content h2 {
  font-size: 40px !important;
  font-weight: 300;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 5% 8% !important;
}

.action-buttons {
  text-align: center;
  margin: 0 -10%;
  margin-top: 40px;
  margin-bottom: 100px;
}

.action-buttons img:hover {
  top: -10px;
}

.action-buttons img {
  margin: 10px 12px;
  position: relative;
  top: 0px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.vote-label {
  line-height: 1.3em;
  max-width: 600px;
  text-align: center;
  margin: 0 auto 40px auto;
}

.vote-button {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 600;
  background-color: #1e233d;
  padding: 10px 40px;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.5rem;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes fademovetop {
  0% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}

@keyframes fademovetop {
  0% {
    top: 0;
  }
  100% {
    top: -20px;
  }
}

/* .action-buttons .round1 .top,



.action-buttons .round1 .bottom{



  background: url('http://localhost/kingsflowernursery/wp-content/uploads/2018/11/instagram-1.png');



}



.action-buttons .round2 .top,



.action-buttons .round2 .bottom{



  background: url('http://localhost/kingsflowernursery/wp-content/uploads/2018/10/2.png');



}



.action-buttons .round3 .top,



.action-buttons .round3 .bottom{



  background: url('http://localhost/kingsflowernursery/wp-content/uploads/2018/11/roses.png');



}



.action-buttons .round4 .top,



.action-buttons .round4 .bottom{



  background: url('http://localhost/kingsflowernursery/wp-content/uploads/2018/10/4.png');



}



.action-buttons .round5 .top,



.action-buttons .round5 .bottom{



  background: url('http://localhost/kingsflowernursery/wp-content/uploads/2018/10/1.png');



}



.action-buttons .round6 .top,



.action-buttons .round6 .bottom{



  background: url('http://localhost/kingsflowernursery/wp-content/uploads/2018/10/6.png');



} */

.action-buttons .roundbtn {
  display: inline-table;
  width: 139px;
  height: 139px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-top: -10px;
  position: relative;
}

.action-buttons .roundbtn span {
  position: absolute;
  color: white !important;
  width: 90px;
  left: 25px;
  bottom: 28px !important;
  font-size: 16px;
  font-size: bold;
  line-height: 1.2;
}

.action-buttons .round3 span {
  bottom: 26px;
}

.action-buttons svg path {
  transition: all 0.3s ease-in;
}

.action-buttons span {
  transition: color 0.3s ease-in;
}

.action-buttons .round1:hover svg path {
  fill: #6DC5FD;
  stroke: #6DC5FD;
}

.action-buttons .round2:hover svg path {
  fill: #2ecc71;
  stroke: #2ecc71;
}

.action-buttons .round3:hover svg path {
  fill: #f5a623;
  stroke: #f5a623;
}

.action-buttons .round4:hover svg path {
  fill: #ff7c64;
  stroke: #ff7c64;
}

.action-buttons .round5:hover svg path {
  fill: #a8ff66;
  stroke: #a8ff66;
}

.action-buttons .round6:hover svg path {
  fill: #6399FB;
  stroke: #6399FB;
}

.action-buttons .round1:hover span {
  color: #6DC5FD !important;
}

.action-buttons .round2:hover span {
  color: #2ecc71 !important;
}

.action-buttons .round3:hover span {
  color: #f5a623 !important;
}

.action-buttons .round4:hover span {
  color: #ff7c64 !important;
}

.action-buttons .round5:hover span {
  color: #a8ff66 !important;
}

.action-buttons .round6:hover span {
  color: #6399FB !important;
}

.action-buttons .round1:hover svg circle, .action-buttons .round2:hover svg circle, .action-buttons .round3:hover svg circle, .action-buttons .round4:hover svg circle, .action-buttons .round5:hover svg circle, .action-buttons .round6:hover svg circle {
  opacity: 0.6;
}

.action-buttons svg circle {
  opacity: 0.7;
}

.action-buttons .round1:hover, .action-buttons .round2:hover, .action-buttons .round3:hover, .action-buttons .round4:hover, .action-buttons .round5:hover, .action-buttons .round6:hover {
  transform: translateY(-10px);
}

/* .action-buttons .roundbtn:hover .top{



  opacity:0;



  margin-top:-10px;



}



.action-buttons .roundbtn:hover .bottom{



  opacity:1;



  margin-top:-10px;



}



.action-buttons .roundbtn .top{



  background-position: 0px 139px;



}



.action-buttons .roundbtn .bottom{



  opacity:0;



  background-position:top center;



}



.action-buttons .roundbtn .top,



.action-buttons .roundbtn .bottom{



  transition: all 0.2s linear;



  width: 139px;



  height: 139px;



  display: block;



  position: absolute;



}







.action-buttons .roundbtn .bottom{



  z-index:1;



}



.action-buttons .roundbtn .top{



  z-index:0;



} */

.at-below-post.addthis_tool {
  clear: both;
}

.et_pb_bg_layout_dark .et_pb_slide_content h2 {
  line-height: 1.35;
}

.et_pb_bg_layout_dark h3 {
  font-size: 24px;
  font-weight: 600;
}

/* header */

.home .at-above-post-homepage {
  display: none;
}

#page-container {
  padding-top: 0 !important;
}

.et_pb_slide_content {
  padding-top: 165px;
}

#main-content {
  padding-top: 170px;
}

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

#main-header .container.clearfix.et_menu_container {
  width: 85%;
  max-width: 1260px;
}

.container.clearfix.et_menu_container {
  max-width: 100%;
}

#main-header {
  background-color: transparent !important;
}

#main-header .et_menu_container #et-top-navigation {
  padding-top: 70px;
}

nav#top-menu-nav #top-menu.nav li.menu-item>a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #1e233d;
}

nav#top-menu-nav #top-menu.nav li.menu-item>a {
  color: #ffffff;
}

nav #top-menu li {
  padding-right: 0;
}

.et_color_scheme_green nav#top-menu-nav #top-menu.nav li.current-menu-item>a {
  color: #fff;
  padding: 8px 20px;
  background: #1e233d;
  border-radius: 15px;
  padding: 8px 20px 10px 20px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

nav#top-menu-nav #top-menu.nav li.menu-item a {
  margin: 0 20px 45px 20px !important;
  padding: 0;
}

nav#top-menu-nav #top-menu.nav li.menu-item a:hover {
  color: white !important;
  background: #1e233d;
  border-radius: 15px;
  opacity: 1;
  padding: 8px 20px 10px 20px;
  margin-left: 0!important;
  margin-right: 0!important;
}

nav#top-menu-nav #top-menu.nav li.menu-item>a:hover {
  transition: unset !important;
}

nav#top-menu-nav #top-menu.nav li.menu-item>a {
  transition: unset !important;
}

.et_color_scheme_green nav#top-menu-nav #top-menu.nav li.current-menu-item>a:hover {
  color: white !important;
}

header#main-header.et-fixed-header {
  box-shadow: none !important;
}

.et_fixed_nav #main-header {
  position: absolute !important;
}

.et-cart-info {
  display: none;
}

/* header background */

.home header#main-header {
  background-image: unset !important;
}

header#main-header {
  background-image: url(https://kingsflowernursery.imgix.net/2014/04/flowers.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 170px;
}

/* home gallery */

.home-flex-gallery.et_pb_row_fullwidth {
  width: 100% !important;
  max-width: 2000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.et_pb_row.home-flex-gallery .et_pb_column {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.et_pb_row.home-flex-gallery .et_pb_column .et_pb_module {
  width: 100%;
}

.et_pb_row.home-flex-gallery .et_pb_column .et_pb_module img {
  height: auto;
  max-width: 400px;
  max-height: 19.8vw;
  width: 20vw;
  object-fit: cover;
}

.home-flex-gallery {
  padding: 0 !important;
  margin: 0 !important;
}

.et_pb_row.home-flex-gallery .et_pb_column .et_pb_module {
  margin: 0 !important;
}

@media only screen and (max-width: 768px) {
  .et_pb_row.home-flex-gallery .et_pb_column {
    flex-direction: column;
  }
  .et_pb_row.home-flex-gallery .et_pb_column .et_pb_module img {
    width: 100%;
    height: auto;
    max-height: unset;
    object-fit: cover;
  }
  .et_pb_image .et_pb_image_wrap {
    width: 100%;
    margin-bottom: 3px;
  }
}

.home-gallery-intro h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #3d7244;
  padding-bottom: 15px;
}

/* home facebook and submision */

.save-for-latter {
  display: none;
}

/* home location and working hours */

.home-short-intro h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  color: #2e3163;
  width: 95%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.home-short-intro h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  color: #3d7244;
}

.home-short-intro {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

.et_pb_row.et_pb_row_1.home-location-schedule {
  padding-top: 25px;
  padding-bottom: 55px;
}

.home-location-schedule p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.63;
  color: #565656;
}

.home-location-schedule h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #2e3163;
}

.home-location-schedule .et_pb_column .et_pb_module .et_pb_text_inner {
  display: flex;
  justify-content: center;
}

.home-location {
  padding-left: 50px;
  padding-right: 25px;
}

.home-schedule {
  padding-left: 70px;
  padding-right: 25px;
}

.home-location::before {
  position: relative;
  top: 38px;
  left: -40px;
  width: 23px;
  height: 31px;
  content: '';
  display: block;
  background-image: url('https://kingsflowernursery.com/wp-content/uploads/2019/02/pin.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-schedule::before {
  position: relative;
  content: '';
  height: 30px;
  width: 30px;
  top: 39px;
  left: -50px;
  display: block;
  background-image: url('https://kingsflowernursery.com/wp-content/uploads/2019/02/clock.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 870px) {
  .home-location-schedule .et_pb_column .et_pb_module .et_pb_text_inner {
    flex-direction: column;
  }
  .home-location {
    padding: 0 0 0 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-schedule {
    padding: 0 0 0 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 550px) {
  .home-location-schedule .et_pb_column .et_pb_module .et_pb_text_inner {
    flex-direction: column;
  }
  .home-location {
    margin-left: 0;
  }
  .home-schedule {
    margin-left: 0;
  }
  .home-schedule::before {
    left: -44px;
  }
}

/* home pagination */

/* .home  */

.pagination .alignright {
  display: none;
}

/* .home  */

.pagination .alignleft a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  background-color: #2e3163;
  border-radius: 15px;
  padding: 5px 25px;
}

/* home shared post */

.home-shared-post-intro {
  padding-top: 80px !important;
  padding-bottom: 0 !important;
}

.home-shared-post-intro h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #3d7244;
  padding-bottom: 0;
}

/* customize post */

.home .post-meta {
  margin-top: -3px;
}

.entry-title {
  text-align: center;
  padding-bottom: 20px;
}

.post h2.entry-title a {
  color: #2e3163 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  text-align: center;
  color: #2e3163;
}

.post-meta, .post-meta .author.vcard a, .post-meta .published {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #565656 !important;
}

.post-content .at-above-post-homepage.addthis_tool {
  display: none;
}

.post-details-social {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 3px;
}

.post-details-social .post-meta {
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .post-details-social {
    flex-direction: column;
    align-items: center;
  }
}

.et_pb_row {
  /* post-width */
  max-width: 1240px !important;
}

.entry-title {
  clear: both;
}

/* footer */

#footer-bottom .container {
  display: flex;
}

#footer-bottom .container .f-spacer-small {
  width: 100%;
  padding-right: 70px;
  box-sizing: border-box;
}

#footer-bottom .container .f-spacer-normal {
  width: 400%;
  box-sizing: border-box;
  padding-right: 90px;
}

.footer-p-short {
  margin-top: 25px;
}

.footer-p-short p {
  padding-bottom: 0px;
}

footer#main-footer {
  background-color: #2e3163;
}

#footer-bottom a {
  color: white !important;
  font-weight: normal !important;
}

#footer-widgets {
  padding-top: 40px !important;
}

.footer-widget p {
  width: 100%;
  max-width: 420px;
}

footer#main-footer .footer-widget p strong {
  text-transform: capitalize;
  font-size: 18px;
}

.footer-widget {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px !important;
}

#footer-info {
  opacity: 0.4;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 1.09;
}

#footer-widgets {
  display: flex ! important;
  padding-top: 40px !important;
}

.footer-widget {
  width: 100% !important;
}

.et_pb_gutters3 .footer-widget {
  margin: 0 0 5.5% 0
}

#main-footer .container {
  max-width: 1260px !important;
}

.footer-widget {
  width: 200% !important;
  box-sizing: border-box;
}

.footer-widget:first-of-type {
  width: 100% !important;
  display: flex;
  padding-right: 70px;
}

.footer-widget:last-of-type {
  padding-left: 90px;
}

@media only screen and (max-width: 1023px) {
  #footer-widgets {
    flex-direction: column;
  }
  .footer-widget:last-of-type {
    padding-left: 0px;
  }
  #footer-bottom .container .f-spacer-small {
    width: 0;
    padding-right: 0;
  }
  #footer-bottom .container .f-spacer-normal {
    padding-right: 0;
  }
  .footer-widget:first-of-type {
    padding-right: 0px;
    justify-content: center;
  }
}

/* menu responsive */

@media only screen and (min-width: 982px) {
  .page-id-5127 nav#top-menu-nav #top-menu.nav li.menu-item a, .page-id-5120 nav#top-menu-nav #top-menu.nav li.menu-item a, .single-post nav#top-menu-nav #top-menu.nav li.menu-item a, .search nav#top-menu-nav #top-menu.nav li.menu-item a, .category nav#top-menu-nav #top-menu.nav li.menu-item a, .archive nav#top-menu-nav #top-menu.nav li.menu-item a {
    padding-top: 8px !important;
  }
  nav#top-menu-nav {
    display: block !important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1480px) {
  nav#top-menu-nav #top-menu.nav li.menu-item a {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  #main-header .container.clearfix.et_menu_container {
    width: 98%;
  }
  nav#top-menu-nav #top-menu.nav li.menu-item a:hover {
    color: white !important;
    padding: 8px 15px 10px 15px !important;
  }
  .et_color_scheme_green nav#top-menu-nav #top-menu.nav li.current-menu-item>a {
    padding: 8px 15px 10px 15px !important;
  }
}

@media only screen and (max-width: 980px) {
  #top-menu {
    display: block;
  }
  #main-header>div.container.clearfix.et_menu_container>div.logo_container>a>svg {
    margin-top: 10px !important;
  }
  #top-menu li {
    display: block;
  }
  #main-header>div.container.clearfix.et_menu_container>div.logo_container>a>svg {
    width: 200px !important;
    position: relative;
  }
  .mobile_menu_bar.mobile_menu_bar_toggle::before {
    color: #fff;
  }
  .home .mobile_menu_bar.mobile_menu_bar_toggle::before {
    color: white;
  }
  #top-menu-nav {
    background: #1e233d;
    padding: 20px 20px 0 20px;
    display: none;
  }
  .current-menu-item {
    padding-bottom: 45px;
  }
  nav#top-menu-nav #top-menu.nav li.menu-item>a {
    color: white;
  }
  .mobile_menu_bar.mobile_menu_bar_toggle {
    margin-top: -6px;
  }
  div#et-top-navigation nav#top-menu-nav ul#top-menu.nav li.current-menu-item a {
    margin-bottom: 0px !important;
    color: #aeffa3;
  }
  .et_color_scheme_green nav#top-menu-nav #top-menu.nav li.current-menu-item>a {
    padding: 0 20px 0 20px !important;
  }
  .et_color_scheme_green nav#top-menu-nav #top-menu.nav li.current-menu-item>a {
    font-weight: bold;
  }
  .home .et_pb_bg_layout_dark .et_pb_slide_content h2 {
    font-size: 28px !important;
  }
}

/* frontpage-post */

.post-flex-container {
  display: flex;
}

.post-text {
  width: 100%;
  padding-right: 30px;
}

.post-text h3 {
  line-height: 24px;
  color: #2e3163;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 0;
}

.post-text p {
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 14px;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 0;
}

.post-images {
  width: 100%;
}

.small-images {
  display: flex;
}

.small-images div {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.small-images div img {
  width: 100%;
}

.big-image {
  padding-left: 10px;
  padding-right: 10px;
}

.big-image img {
  width: 100%;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .post-flex-container {
    flex-direction: column;
  }
}

/* fixing waypoint issues with images not showing */

.et-animated {
  opacity: 1;
  animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* newslettwr form */

div.newsletter-page-form div.newsletter form input.email {
  width: 100% !important;
  max-width: 420px !important;
  margin: 10px auto 25px auto !important;
  border-color: transparent !important;
  color: #999;
  background-color: #eeeeee;
  padding: 16px !important;
  font-size: 14px;
}

div.newsletter-page-form div.newsletter form input.button {
  width: 100% !important;
  max-width: 420px !important;
  margin: 10px auto !important;
  background-color: transparent !important;
  color: #2C3262 !important;
  border-radius: 3px !important;
  border: 2px solid #2C3262 !important;
  height: 50px !important;
  font-size: 20px !important;
}

div.newsletter-page-form div.newsletter form input.button:hover {
  background-color: rgb(44, 50, 98, 0.2) !important;
  color: #2C3262 !important;
  border: 2px solid transparent;
}

.newsletter h1, .newsletter h4, .newsletter p {
  color: #2C3262;
}

div.newsletter-page-form div.newsletter form input.email::placeholder {
  text-transform: capitalize;
  font-size: 14px;
}

.newsletter h1 {
  margin-bottom: 35px;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3em;
}

@media only screen and (max-width: 768px) {
  .newsletter h1 {
    font-size: 26px;
  }
}

/* single post page */

.single-post .container {
  max-width: 1250px;
}

.single-post .at-above-post.addthis_tool {
  margin-bottom: 20px;
}

.single-post #left-area p.post-meta {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* homepage responsive adjustments */

@media only screen and (max-width: 768px) {
  .post-text {
    padding-right: 0;
  }
  .big-image {
    padding-left: 0;
    padding-right: 0;
  }
  .small-images div:first-child {
    padding-left: 0;
  }
  .small-images div:last-child {
    padding-right: 0;
  }
  .home-flex-gallery.et_pb_row_fullwidth {
    width: 80% !important;
  }
  .home .et_pb_image .et_pb_image_wrap {
    margin-bottom: 30px;
  }
  .home .et_pb_row.home-flex-gallery .et_pb_column .et_pb_module img {
    max-width: unset;
  }
  .home .small-lh, .home .small-lh h1 {
    line-height: 1.3;
  }
  .home .home-location-schedule {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}

/* remove green background */

.et_pb_slider, .et_pb_slider .et_pb_slide_0 {
  background-color: #2e3163 !important;
}

/* purple gradient */

.et_pb_section.purple-gradient {
  background: rgba(46, 48, 99, 1);
  background: -moz-linear-gradient(-45deg, rgba(46, 48, 99, 1) 0%, rgba(75, 78, 125, 1) 61%, rgba(46, 48, 99, 1) 82%, rgba(46, 48, 99, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(46, 48, 99, 1)), color-stop(61%, rgba(75, 78, 125, 1)), color-stop(82%, rgba(46, 48, 99, 1)), color-stop(100%, rgba(46, 48, 99, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(46, 48, 99, 1) 0%, rgba(75, 78, 125, 1) 61%, rgba(46, 48, 99, 1) 82%, rgba(46, 48, 99, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(46, 48, 99, 1) 0%, rgba(75, 78, 125, 1) 61%, rgba(46, 48, 99, 1) 82%, rgba(46, 48, 99, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(46, 48, 99, 1) 0%, rgba(75, 78, 125, 1) 61%, rgba(46, 48, 99, 1) 82%, rgba(46, 48, 99, 1) 100%);
}

.purple-gradient section .header-content {
  text-align: center !important;
}

/* videos page in two columns */

.videos-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}

.videos-wrapper iframe {
  margin-top: 20px;
}

@media only screen and (max-width: 1196px) {
  .videos-wrapper {
    grid-template-columns: 100%;
    grid-column-gap: 0;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}

.videos-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  color: #3d7244;
}

.videos-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #2e3163;
}

/* contact form */

.inputs {
  display: flex;
}

.name-input, .email-input {
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.name-input {
  margin-right: 13px;
}

.email-input {
  margin-left: 13px;
}

.message-input textarea, .name-input input, .email-input input {
  width: 100%;
  padding: 16px;
  border: transparent;
  color: black;
  background-color: #eee;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
}

.message-input textarea::placeholder, .name-input input::placeholder, .email-input input::placeholder {
  font-family: "Open Sans", Arial, sans-serif;
}

.message-input textarea {
  height: 150px;
}

.submit-button, .recaptcha-input {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.submit-button input {
  color: #2e3163;
  border: 2px solid #2e3163;
  padding: 6px 20px;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  border-radius: 3px;
  line-height: 1.7em!important;
  margin-top: 3px;
}

.submit-button input:hover {
  color: white;
  background: #2e3163;
  transition: all 0.3s ease;
}

.form-header h1 {
  padding-bottom: 16px;
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  .inputs {
    flex-direction: column;
  }
  .name-input {
    margin-right: 0;
  }
  .email-input {
    margin-left: 0;
  }
}

@media only screen and (max-width: 400px) {
  .g-recaptcha {
    transform: scale(0.8);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 374px) {
  .g-recaptcha {
    margin-right: -30px;
  }
}

/* contact page adjustments */

.contact-background {
  background-color: #F2FFF0 !important;
}

.contact-background .et_pb_column .et_pb_module .et_pb_text_inner {
  text-align: center;
}

.contact-background .et_pb_column .et_pb_module .et_pb_text_inner h3 {
  font-size: 24px;
  color: #2e3163;
  font-weight: 600;
}

/* photos page adjustments */

.photos-text h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  color: #3d7244;
}

.photos-text p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  color: #2e3163;
}

@media only screen and (max-width: 768px) {
  .photos-text h2 {
    line-height: 1.3;
  }
}

#photos-gallery img {
  width: 100%;
}

/* about us page adjustments */

.about-us-img-section img {
  width: 100%;
}

/* search page */

.search .post-meta {
  text-align: center;
}

.single-post .post-meta {
  text-align: center;
}

.single-post .at-above-post.addthis_tool {
  display: flex !important;
  justify-content: center;
}

/* categories page */

.category .container {
  max-width: 1250px;
}

.category .at-above-post-cat-page.addthis_tool {
  display: flex !important;
  justify-content: center;
  margin-bottom: 20px;
}

.category .post-meta {
  text-align: center;
}

/* blog page */

.blog .container, .search .container {
  max-width: 1250px;
}

.blog #main-content .container {
  padding-top: 0;
}

.blog h2.entry-title {
  padding-top: 60px;
  padding-bottom: 20px;
}

.blog h2.entry-title a {
  color: #333 !important;
  font-weight: 500;
  line-height: 1em;
  font-size: 30px;
}

.blog .post-meta {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.blog .post-meta {
  text-align: center;
}

.blog .pagination {
  margin-bottom: 70px;
  margin-top: 25px;
}

.post-flex-container {
  clear: both;
}

article.post {
  margin-bottom: 60px;
}

.blog .addthis_tool {
  display: flex !important;
  justify-content: center;
  margin-bottom: 20px;
}

.blog #sidebar {
  margin-top: 58px;
}

/* image spacing */

.wp-image-4934, .wp-image-3801, .wp-image-3800, .wp-image-3803, .wp-image-2398, .wp-image-2711 {
  margin-top: 15px;
}

.wp-image-2428 {
  margin-right: 15px !important;
}

.wp-image-2424 {
  margin-left: 15px !important;
}

.wp-image-2401, .wp-image-2710 {
  margin: 15px 15px 15px 5px !important;
}

.wp-image-4405 {
  margin-bottom: 10px;
}

.wp-image-2720 {
  margin-top: 10px;
}

/* mobile menu on fullscreen */

@media only screen and (max-width: 980px) {
  nav#top-menu-nav {
    float: none;
  }
  nav#top-menu-nav #top-menu.nav li.menu-item>a:hover {
    padding: 0;
  }
  #top-menu {
    width: 100%;
  }
  nav #top-menu li {
    text-align: center;
  }
  #top-menu-nav {
    width: 100vw;
    height: 100vh;
    padding-top: 150px;
    position: relative;
  }
  .container.clearfix.et_menu_container {
    margin-right: 0px;
    position: static;
  }
  #main-header .et_menu_container #et-top-navigation {
    padding-top: 0px;
  }
  #et_mobile_nav_menu {
    position: relative;
    top: 70px;
    right: 65px;
  }
  .close-menu {
    position: fixed;
    top: 70px;
    right: 65px;
  }
  .mobile_menu_bar {
    position: fixed;
    top: 70px;
    right: 65px;
  }
}

@media only screen and (max-width: 782px) {
  #et_mobile_nav_menu {
    position: relative;
    top: 70px;
    right: 25px;
  }
  .close-menu {
    position: fixed;
    top: 70px;
    right: 25px;
  }
  .mobile_menu_bar {
    position: fixed;
    top: 70px;
    right: 25px;
  }
}

.no-menu-scroll {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

.close-menu:before {
  content: "\2715";
  font-size: 25px;
  padding-right: 6px;
}

.et_header_style_left .logo_container {
  width: unset;
}

#post-2883 {
  padding-bottom: 40px;
}

header#main-header.et-fixed-header, #main-header {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 981px) {
  #page-container {
    top: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;

  }
}


#mc_embed_signup input.email {
	background: white;
}

#left-area {
  padding-bottom: 75px !important;
}

.woocommerce-shipping-fields {
  margin-bottom: 50px;
}

/* #ship-to-different-address {
  margin-top: 30px;
} */

.woocommerce-form__label-for-checkbox {
  font-family: SFProTextMedium;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.45px;
  color: #111756;
}

.email-list {
  padding: 0;
  list-style: none
}

.email-list > li,
.email-list > li > span {
  color: gray;
}

.woocommerce-thankyou-order-details.order_details {
  padding-left: 0 !important;
}

.checkout.woocommerce-checkout #customer_details .col-2{
	float:right;
	width:55%; /*Make it larger so col-1 + col-2 > 100% */
	
}

.checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields{
    padding-left:13%;
    padding-bottom:25px;
}

.checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields {
    margin-bottom: 25px;
}

.checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields #shipping_state_field, 
.checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields #shipping_postcode_field {
    width: 100% !important;
}

@media only screen and (max-width: 870px) {
    .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields{
        padding-left:0;
        padding-bottom:25px;
    }
}


/* Disable newsletter only on mobile */
@media only screen and (max-width: 870px) {
    #PopupSignupForm_0{
        display:none !important;
    }
}