/*
 Theme Name:   Phoenix Super Theme
 Theme URI:    https://phoenix.madebysuperfly.com
 Description:  A Super Theme Made with ❤ by Superfly
 Author:       BeSuperfly.com
 Author URI:   https://besuperfly.com
 Template:     Divi
 Version:      1.0.2
*/

/*
/////////////////////////////////////////////////
SUPERFLY PHOENIX THEME - CUSTOM CSS
PLACE YOUR CUSTOM CSS AT THE VERY BOTTOM
EDIT AT YOUR OWN RISK
/////////////////////////////////////////////////
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/** ================================================== */

/** -----Table of Contents------

** ****GLOBAL SETTINGS******

** Base Layout

** Logo

** Top Menu

** Mobile Menu

** Footer

** ******PAGES*******

** Home Page

** Milk Page

** Eggs Page

** About Page

** Blog Post Page

** Blog Categories Page

** *****MODULES******

** Tiles

** Blog Designer Pack 
 
** Featured Section

** Buttons

** Scoop Widget

** Default Child Theme Stylings

** */

/* ?====================================== 
?=========    GLOBAL SETTINGS    ========= 
?========================================= */

/** =======================



    **Global Settings



**=======================*/
/* -------------------

    Base Layout

--------------------*/

html {
  /* This defines what 1rem is */
  font-size: 62.5% !important;
  /*1 rem = 10px; 10px/16px = 62.5%*/
}

@media screen and (max-width: 75em) {
  /* width < 1200? Tablet Land*/
  html {
    font-size: 56.25% !important; /*1 rem = 9px, 9/16 = 50%*/
  }
}

@media screen and (max-width: 25em) {
  /* width < 900? Tablet Port*/
  html {
    font-size: 50% !important; /*1 rem = 8px, 8/16 = 50%*/
  }
}

@media screen and (min-width: 112.5em) {
  /* 1800? Big Desktop*/
  html {
    font-size: 56.25% !important; /*1 rem = 9px, 9/16 = 50%*/
  }
}

body {
  box-sizing: border-box !important;
  background: white !important;
}

@media screen and (max-width: 25em) {
  /* width < 900? Tablet Port*/
  body {
    padding: 0 !important;
  }
}

.et_pb_section {
  max-width: 250rem !important ;
  margin: 0 auto !important;
}

@media screen and (min-width: 980px) {
  #page-container {
    padding-top: 0 !important;
    margin-top: 3.6rem !important;
  }
  #main-header,
  #main-header .container,
  .logo_container {
    height: 5rem !important;
  }
  #et-top-navigation {
    padding-top: 2rem !important;
  }
  #top-menu-nav,
  #top-menu {
    height: 3rem !important;
  }
  #top-menu li a {
    padding-bottom: 1.6rem !important;
  }
}

#main-header.et-fixed-header {
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.35) !important ;
}

/* -------------------

    Typography

--------------------*/

/* Primary and Secondary Headings - Capitalize */
.primary-heading__box__textbox h1,
.secondary-heading__box__textbox h2 {
  text-transform: capitalize !important;
}

h4 {
  text-transform: capitalize !important;
}

h2 {
  text-transform: capitalize !important;
}

.et-fixed-header #top-menu li a {
  font-size: 16px !important;
}

/* Top Menu */

#top-menu li a:hover {
  color: #eac523 !important;
}

#top-menu .sub-menu li a:hover {
  color: #eac523 !important;
}

/* -------------------

    Logo

--------------------*/
/* DEMO RESPONSIVE FIX FOR LOGO AND MENU */

@media screen and (max-width: 1050px) {
  #logo {
    width: 120px;
  }
}
@media screen and (max-width: 980px) {
  #logo {
    width: auto;
  }
}
/* -------------------

    Top Menu

--------------------*/

/* Top Menu - White color sub-menu */
#main-header .nav li ul a {
  color: white !important;
}

/* #top-header {
  display: none !important;
} */

/* -------------------

    Mobile Menu

--------------------*/
/* -------------------

    Footer

--------------------*/

/** =======================



    **Pages



**=======================*/
/* -------------------

    Home Page

--------------------*/

#hero .hero__fw .header-content {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto !important;
}

/* INTRO SECTION */
.intro__box .intro__box__textbox {
  margin-top: -22px !important;
}

.hero__fw .et_parallax_bg {
  background-position: bottom center;
}

.hero__fw,
.hero-subpage__fw,
.post-hero .et_pb_image_wrap {
  max-width: 250rem;
  min-height: 18vh !important;
  max-height: 25vh !important;
}

.intro {
  height: 50rem;
  max-height: 50rem;
}

@media screen and (min-width: 980px) {
  .hero__fw,
  .hero-subpage__fw,
  .post-hero .et_pb_image_wrap {
    max-height: 30rem !important;
    min-height: 25rem !important;
  }
}

/*
@media screen and (min-width: 76rem) {
.hero__fw, .hero-subpage__fw {    
  height: 34rem !important;
}
}
*/

@media only screen and (min-width: 61.25em) {
  .fw-header {
    padding-top: 1rem !important;
  }
}

.secondary-heading__box__textbox {
  margin-bottom: 2rem !important;
}

.secondary-heading__box .et_pb_button_module_wrapper {
  margin-top: 1rem !important;
}

/* Tiles 3 */
.home .tiles-3 {
  margin-top: 2rem !important;
}

.tiles-3__box {
  padding-bottom: 0 !important;
}

.tiles-3__box {
  justify-content: space-between !important;
}

/* Tiles 1 */

.home .tiles-1 .tiles-1__box {
  padding-bottom: 0 !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.secondary-heading {
  padding: 0 !important;
}

.secondary-heading__box__textbox {
  text-align: left !important;
}

.home .tiles-3 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.home .blogs__box {
  padding-top: 0 !important;
}

/* -------------------

    New Changes

--------------------*/

/* top menu*/

#main-header {
  display: none !important;
}

#top-header a:hover {
  color: #eac523 !important;
}

#top-header span:hover,
#top-header i:hover {
  opacity: 1 !important;
}

/* hero */

.hero__fw {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.hero__fw .et_pb_button {
  margin-top: 0 !important;
  border-radius: 3rem !important;
}

/* intro section */

/* .intro-section__box--2 {
  background-color: white!important;
} */

.intro-section__box--2__text-box .et_pb_text_inner h2 {
  text-align: center !important;
}

.intro-section__box--2__text-box .et_pb_text_inner {
  font-size: 2rem;
}

/* map section */

.map-section {
  padding-top: 0 !important;
}

.map-section__box {
  padding-top: 0 !important;
  max-width: 2500px !important;
  width: 100% !important;
}

.intro-section__box--2--heading {
  text-align: center !important;
}

.intro-section__box--2--address h4 {
  text-align: center !important;
  font-size: 2rem !important;
  text-transform: initial !important;
}

.intro-section .intro-section__box--2 .intro-section__box--2--opening-hours {
  text-align: center !important;
  font-size: 2rem !important;
  font-family: "Permanent Marker", cursive !important;
  padding-bottom: 3rem !important;
}

.intro-section__box--2--address .divider {
  max-width: 12rem !important;
  border-color: black !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.intro-section__box--2--cta-text h3 {
  text-align: center !important;
  font-size: 2rem !important;
  text-transform: initial !important;
}

.intro-section__box--2--cta-text {
  padding-bottom: 1rem !important;
}

.intro-section .et_pb_button_module_wrapper {
  text-align: center !important;
}

.intro-section__box--2--button {
  border-radius: 3rem !important;
}

.map-section__map-box__map .et_pb_map {
  min-height: 61rem !important;
  height: 100% !important;
}

/* typography */

.sfly_general_9 .et_pb_text h2,
h2 {
  font-family: "Permanent Marker", cursive !important;
  color: #dc5c1e !important;
}

.hero__fw .primary-headline,
.hero__fw .secondary-headline,
.hero__fw .et_pb_button {
  font-family: "Permanent Marker", cursive !important;
  text-transform: capitalize !important;
}

/* menu */

.menu-section__box--1__text-box--menu-item .inner .item-price h4,
.menu-section__box--2__text-box--menu-item .inner .item-price h4 {
  color: #eac523 !important;
  font-size: 2rem !important;
}

.menu-section__box--1__text-box--menu-item h2,
.menu-section__box--2__text-box--menu-item h2 {
  font-weight: 700 !important;
  padding-bottom: 0 !important;
}

.menu-section__box--1__text-box--menu-item .inner,
.menu-section__box--2__text-box--menu-item .inner {
  display: flex !important;
}

.menu-section__box--1__text-box--menu-item .inner h4,
.menu-section__box--2__text-box--menu-item .inner h4 {
  font-size: 1.8rem !important;
  padding-bottom: 0 !important;
  text-transform: uppercase !important;
}

.menu-section__box--1__text-box--menu-item .inner .item-name,
.menu-section__box--2__text-box--menu-item .inner .item-name {
  padding-right: 10px !important;
  flex: 0 1 auto !important;
}

.menu-section__box--1__text-box--menu-item .inner .line-spacer,
.menu-section__box--2__text-box--menu-item .inner .line-spacer {
  border-bottom: 1px solid #000 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.menu-section__box--1__text-box--menu-item .inner .item-price,
.menu-section__box--2__text-box--menu-item .inner .item-price {
  flex: 0 1 auto !important;
  padding-left: 10px !important;
  text-align: left !important;
}

.menu-section__box--1__text-box--menu-item .item-description,
.menu-section__box--2__text-box--menu-item .item-description {
  padding-top: 1rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 2rem;
}

.menu-section__box--1__text-box--menu-item .item-description-2,
.menu-section__box--2__text-box--menu-item .item-description-2 {
  padding-bottom: 2rem !important;
  font-size: 2rem;
}

.menu-section__box--1__text-box--menu-item .item-name.lower-case h4,
.menu-section__box--2__text-box--menu-item .item-name.lower-case h4 {
  text-transform: initial !important;
}

.menu-section__box--1__text-box--heading .primary-headline-sub,
.menu-section__box--2__text-box--heading .primary-headline-sub {
  color: #eac523 !important;
  font-size: 2rem !important;
  text-transform: uppercase !important;
}

.menu-section__box--1__text-box--menu-item .menu-space,
.menu-section__box--2__text-box--menu-item .menu-space {
  padding-bottom: 3rem;
}

.menu-section__box--1__text-box--menu-item .secondary-headline,
menu-section__box--2__text-box--menu-item .secondary-headline {
  font-size: 3rem !important;
  text-align: center !important;
}

/* Social media */
.sfly_social_media_menu_icon a {
  background: #2d88ff !important;
  padding: 0.6rem 1rem 0.6rem !important;
  border-radius: 10rem !important;
  margin-bottom: 0.5rem !important;
  margin-top: -1rem !important;
}

/* footer */

.footer-section {
  background-color: black !important;
  padding: 3rem 0 !important;
}

.footer-section__box--1 {
  color: white !important;
}

.footer-section__box--heading {
  margin: 0 !important;
  text-align: center !important;
}

.footer-section__box--heading h2 {
  color: white !important;
  font-size: 3.5rem !important;
  margin: 0 !important;
}

.footer-section__box--opening-hours .et_pb_text_inner {
  color: white !important;
  font-family: "Permanent Marker", cursive !important;
  margin: 0 !important;
  text-align: center !important;
}

.footer-section__box--opening-hours {
  margin: 0 !important;
  margin-bottom: 2rem !important;
  font-size: 2rem !important;
}

.footer-section__box--address .et_pb_text_inner h4 {
  color: white !important;
  font-size: 2rem !important;
  text-align: center !important;
}

.footer-section__box--address {
  margin: 0 !important;
}

.footer-section__box--address .divider {
  max-width: 12rem !important;
  color: white !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.footer-section .et_pb_button {
  border-radius: 3rem !important;
  margin: 0 !important;
}

.footer-section .et_pb_button_module_wrapper {
  margin: 0 !important;
  margin-bottom: 2rem !important;
}

.footer-copy-section {
  padding: 0 !important;
  margin: 0 auto !important;
  font-size: 1.6rem !important;
}

/* -------------------

    Eggs Page

--------------------*/
/* -------------------

    About Page

--------------------*/
/* -------------------

    Blog Post Page

--------------------*/

.post-content {
  margin-bottom: 10rem !important;
  margin-top: 3rem !important;
  max-width: 250rem !important;
}

.post-content__box--2 .et_pb_divider:before {
  margin-top: 2rem !important;
}

.post-content__box--2 .et_pb_divider {
  margin-bottom: 3rem !important;
}

.post-content__box__related--featured .bdpp-post-list-left {
  flex-basis: 25% !important;
}

.post-content__box__related--featured .bdpp-col-2 {
  width: 100% !important ;
}

.post-content__box__related--featured .bdpp-post-title {
  font-size: 2.8rem !important;
  letter-spacing: 0 !important;
}

.post-hero {
  width: 100% !important;
  max-width: 250rem !important;
}

.post-hero img {
  height: 50rem !important;
}

@media screen and (min-width: 980px) {
  .post-hero img {
    height: 100% !important;
    min-height: 50rem !important;
  }
}

.single-post .et_pb_section:first-child {
  padding-top: 0 !important;
}

.post-hero .et_pb_image_wrap {
  border-radius: 0 !important;
}

.post-heading__title {
  max-width: 250rem !important;
  width: 100% !important;
}

.single-post .post-meta--box-2 .et_pb_text_inner a {
  color: #eac523 !important;
}

.single-post .et_pb_divider:before {
  border-top-color: #eac523 !important;
}

/* Related Posts */

.post-content__box__related--title h2 {
  font-weight: 500 !important;
}

.post-content__box__related--featured img {
  height: 100% !important;
  max-height: 25rem !important;
}

.post-content__box__related--featured .bdpp-col-s-5 {
  width: 21.66667% !important ;
}

.post-content__box__related--featured .bdpp-col-s-7 {
  width: 68.33333% !important ;
}

.post-content__box__related--featured .bdpp-post-title a {
  color: black !important;
  font-weight: 700 !important;
  font-size: 2rem !important ;
  line-height: 2.5rem !important ;
}

.post-content__box__related--featured .bdpp-post-img-bg {
  text-align: left !important ;
}

.post-content__box__related--featured .bdpp-col-2 {
  width: 100% !important ;
}

.post-content__box__related--featured .bdpp-post-list-wrap {
  margin-top: 15px !important ;
}

.post-content__box__related--featured h2 {
  margin-top: -10px !important ;
}

.post-content__box__related--featured h2 a {
  color: black !important ;
  font-size: 22px !important ;
  line-height: 22px !important ;
}

.post-content__box__related--featured h2.bdpp-post-title {
  line-height: 18px !important;
}

.post-content__box__related--featured .bdpp-post-content {
  margin-top: 0px !important;
}

.post-content__box__related--featured .bdpp-post-desc {
  font-size: 1.6rem !important;
}

/* -------------------

    Blog Categories Page

--------------------*/

/** =======================



    **Modules



**=======================*/
/* -------------------

    Tiles

--------------------*/

.call-to-action.et_pb_promo {
  padding: 0 !important;
  height: 100%;
  max-height: 250px;
  margin: 0 auto 0px;
  width: 100%;
}

.call-to-action .et_pb_promo_description {
  height: 250px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

.et_pb_promo_description {
  position: relative;
}

#lp-scoop-related-cta h2 {
  font-size: 18px;
}

.call-to-action.et_pb_promo h2.et_pb_module_header {
  background-color: #fff;
  padding: 10px;
  text-transform: capitalize !important;
  color: black !important;
  font-weight: 700;
  font-variant-caps: normal;
  letter-spacing: 0px;
}

/* What's Hot Section - Mobile & tablet view */
@media only screen and (max-width: 980px) {
  #lp-scoop-related-cta {
    width: 95%;
  }
}

/* In season heading */
.sfly_image_7 .et_pb_text_3 {
  padding: 0;
}

/* Top Blurbs */

.tiles__box .et_pb_blurb_container .et_pb_blurb_description {
  min-height: 72px !important;
}

#top-blurb .et_pb_main_blurb_image img {
  min-height: 245px !important;
  border-radius: 5px !important;
}

#main-header.et-fixed-header {
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.35);
}

/* Scoop Style CTA tiles */
@media (max-width: 980px) {
  .tiles-3__box .et_pb_column {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }
  .tiles-3__box {
    flex-direction: column !important;
  }
}

/* Tiles - 1  */

/* Tiles styling */

.tiles-1__box .et_pb_blurb_content {
  border: 1px solid lightgrey;
  padding: 5px;
  box-shadow: lightgrey 3px 3px 3px;
  transition: all 0.2s;
}

.tiles-1__box .et_pb_main_blurb_image img {
  height: 100px;
  width: 100px;
  max-width: 100px;
}

.tiles-1__box .et_pb_module_header {
  max-height: 75px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 18px;
}

.tiles-1__box h4 {
  padding-bottom: 0px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.tiles-1__box .et_pb_blurb_description {
  font-size: 13px;
  text-align: left;
}

.tiles-1__box .et_pb_blurb_container {
  vertical-align: middle;
}

/* Tiles animation */

.tiles-1__box .et_pb_blurb_content:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
}

.tiles-1__box .et_pb_blurb_content:active,
.tiles-1__box .et_pb_blurb_content:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

/* Tiles 2 Styling */
@media screen and (min-width: 981px) {
  .tiles-2__box {
    display: flex;
    max-width: 140rem !important;
  }
  .tiles-2__box-1,
  .tiles-2__box-2,
  .tiles-2__box-3 {
    max-width: 50rem !important;
    width: 100% !important;
  }
  .tiles-2__box__textbox {
    width: 100% !important;
  }
}

/* Tiles 2 Animation */

.tiles-2 .tiles-2__box-1,
.tiles-2 .tiles-2__box-2,
.tiles-2 .tiles-2__box-3 {
  transition: transform 0.3s, -webkit-transform 0.3s !important;
}

.tiles-2 .tiles-2__box-1:hover,
.tiles-2 .tiles-2__box-2:hover,
.tiles-2 .tiles-2__box-3:hover {
  transform: translateY(-1rem) scale(1.03) !important;
}

/* -------------------

    Default Child Theme Blog Carousels

--------------------*/

/* Blogs Same size for desktop */
@media screen and (min-width: 980px) {
  .et_pb_blog_grid .post {
    min-height: 500px;
  }

  .et_pb_blog_grid .post .post-content {
    position: absolute;
    bottom: 45px;
  }
}

/* Blog Titiles */
.blogs__box__carousel .entry-title {
  font-size: 1.7rem !important;
  text-transform: capitalize !important;
}

/* BLOG POST - Related posts */
@media screen and (min-width: 980px) {
  .post-content__box__related--blogs .et_pb_blog_grid .post {
    min-height: 400px !important;
  }
}

.post-content__box__related--blogs .entry-title {
  font-size: 1.3rem !important;
  text-transform: capitalize !important;
}

/* Post titles */
.post-heading__title h1 {
  text-transform: capitalize !important;
}

/* Padding for blogs section */
.blogs {
  padding-top: 0 !important;
}

/* -------------------

    Blog Designer Pack 

--------------------*/

.sd-post-carousel h2.bdpp-post-title {
  font-size: 22px !important;
  line-height: 28px !important;
  max-height: 56px !important;
  overflow: hidden !important;
  letter-spacing: 0 !important;
}

.sd-post-carousel .bdpp-post-desc {
  font-size: 18px !important;
  line-height: 22px !important;
  max-height: 88px !important;
  overflow: hidden !important;
}

.bdpp-post-carousel-wrap.bdpp-design-7 .bdpp-post-content-inner {
  padding: 0px 25px 30px 25px;
}

.sd-post-carousel img {
  object-fit: cover !important;
  object-position: center !important;
}

.sd-post-carousel .bdpp-post-content-inner {
  height: 230px !important;
}

.sd-post-carousel .bdpp-post-carousel-content {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid darkgrey !important;
}

.sd-post-carousel .bdpp-rdmr-btn {
  color: #eac523 !important;
  border-color: #eac523;
}

.sd-post-carousel .bdpp-rdmr-btn:hover,
.bdpp-rdmr-btn:focus {
  background: #eac523 !important;
  color: #fff !important;
  border-color: #eac523 !important;
}

.bdpp-post-carousel-wrap .owl-dots .owl-dot.active {
  background: #eac523;
}

@media only screen and (min-width: 1150px) {
  .sd-post-carousel img {
    height: 220px !important;
  }
}

@media only screen and (max-width: 1149px) {
  .sd-post-carousel img {
    height: 180px !important;
  }
}

@media only screen and (max-width: 568px) {
  .sd-post-carousel img {
    height: 350px !important;
  }
}

/* Arrow buttons */
.bdpp-post-carousel-wrap .owl-nav .owl-next,
.bdpp-post-carousel-wrap .owl-nav .owl-prev {
  background: black !important;
  color: #eac523 !important;
}

.bdpp-post-carousel-wrap .owl-nav .owl-next:hover,
.bdpp-post-carousel-wrap .owl-nav .owl-prev:hover,
.bdpp-post-carousel-wrap .owl-nav .owl-next:focus,
.bdpp-post-carousel-wrap .owl-nav .owl-prev:focus {
  background: #eac523 !important;
  color: black !important;
}

/* -------------------

    Featured Section

--------------------*/
/* Milk Image */
.paralax-2__box .paralax-2__box-2.milk {
  box-shadow: none !important;
}

/* Magic of milk text-box color */
.paralax-2__box__textbox p,
.paralax-2__box__textbox h2 {
  color: white !important;
}

/* Paralax 1 section - Sustainable Farming in WA */
.paralax-1__box__textbox h2 {
  font-size: 2rem !important;
}

/* In Seasons */
.tiles-2__box__textbox h3 {
  font-size: 30px !important;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 1);
}

/* Paralax 2 */
.paralax-2 .et_parallax_bg {
  background-position: bottom center !important;
}

/* -------------------

    Buttons

--------------------*/

/* -------------------

    Scoop Widget

--------------------*/

/** =======================



    **Default Child Theme Stylings



**=======================*/

h1,
h2,
h3,
h4,
h5,
h6,
.et_quote_content blockquote p,
.et_pb_slide_description .et_pb_slide_title {
  letter-spacing: 1px !important;
}

h2 {
  text-transform: capitalize !important;
}

/* animation
.sfly_image_7 .et_pb_column {
  transition: transform 0.5s;
}

.sfly_image_7 .et_pb_column:hover {
  transform: scale(1.01);
} */

/* Logo height */

@media only screen and (min-width: 981px) {
  #logo {
    max-height: 50% !important;
  }
}

#hero
  .et_pb_fullwidth_header_0.et_pb_fullwidth_header
  .et_pb_fullwidth_header_overlay,
#hero-subpage
  .et_pb_fullwidth_header_0.et_pb_fullwidth_header
  .et_pb_fullwidth_header_overlay {
  background-color: unset !important;
}

#hero .et_pb_fullwidth_header {
  height: 100%;
  /* min-height: 65vh; */
  max-height: 1010px;
}

/* Hero for Subpages */
#hero-subpage .et_pb_fullwidth_header {
  height: 100%;
  min-height: 35rem;
}

/* In Season Ingredients */

.sfly_image_7 .et_pb_section_parallax_hover {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.sfly_image_7 .et_pb_column {
  border-radius: 5px;
}

/* Widget Center Links */
#smartlinks {
  text-align: center !important;
}

/* Button Colors */
body.et_pb_button_helper_class .et_pb_button {
  background-color: #eac523 !important;
  border-color: #eac523 !important;
}
body.et_pb_button_helper_class .et_pb_button:hover {
  color: #eac523 !important;
  border-color: #eac523 !important;
  background: white !important;
}

/* Dim the theme overlay features (on blogs for instance) */

.et_overlay {
  background-color: rgba(0, 0, 0, 0.67) !important;
}

/* Footer CSS */
#main-footer > .container {
  display: none !important;
}

/* Feaure 2 (paralax with video) - text color */
.sfly_feature_2 h2,
.sfly_feature_2 p {
  color: white !important;
}

/* Alternating Boxes */
.sfly_general_9 .et_pb_column,
.sfly_general_8 .et_pb_column {
  background-color: #f7f7f7;
}

.sfly_general_9 .et_pb_text,
.sfly_general_9 .et_pb_text h2 {
  color: black;
}

/* Video Border */
.et_pb_section_video .et_pb_section_video_bg {
  border: solid black 5px;
}

/* COUNTRY WA EVENTS GUIDE PAGE */
#lp-scoop-related-cta .et_pb_column {
  max-width: 420px;
}

#lp-scoop-related-cta {
  justify-content: center;
  display: flex;
}

#lp-scoop-related-cta .call-to-action {
  border-radius: 5px;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}

/* BLOG POSTS */

/* FW - Hero Images */
.et_post_meta_wrapper img {
  width: 100%;
}

/*
/////////////////////////////////////////////////
/////////////////////////////////////////////////

CHILD THEME STYLING

/////////////////////////////////////////////////
/////////////////////////////////////////////////
*/

/*
/////////////////////////////////////////////////
TYPOGRAPHY
/////////////////////////////////////////////////
*/

h1,
.et_pb_text h1 {
  font-size: 48px;
}
h2,
.et_pb_text h2 {
  font-size: 40px;
}
h3,
.et_pb_text h3 {
  font-size: 36px;
}
h4,
.et_pb_text h4 {
  font-size: 30px;
}
h5,
.et_pb_text h5 {
  font-size: 24px;
}
h6,
.et_pb_text h6 {
  font-size: 16px;
  line-height: 1.4em;
}
blockquote {
  font-size: 36px;
  margin: 10px 0 30px;
  padding-left: 0;
}
.et_pb_text ul,
.et_pb_text ol {
  margin-left: 15px;
}
.et_pb_text li {
  margin-bottom: 15px;
}

@media screen and (max-width: 980px) {
  h1,
  .et_pb_text h1 {
    font-size: 40px;
  }
  h2,
  .et_pb_text h2 {
    font-size: 36px;
  }
  h3,
  .et_pb_text h3 {
    font-size: 30px;
  }
  h4,
  .et_pb_text h4 {
    font-size: 24px;
  }
  h5,
  .et_pb_text h5 {
    font-size: 20px;
  }
  h6,
  .et_pb_text h6 {
    font-size: 14px;
  }
  blockquote {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .et_pb_text h1 {
    font-size: 36px;
  }
  h2,
  .et_pb_text h2 {
    font-size: 30px;
  }
  h3,
  .et_pb_text h3 {
    font-size: 24px;
  }
  h4,
  .et_pb_text h4 {
    font-size: 20px;
  }
  h5,
  .et_pb_text h5 {
    font-size: 18px;
  }
  h6,
  .et_pb_text h6 {
    font-size: 12px;
  }
}

/*
/////////////////////////////////////////////////
HEADER
/////////////////////////////////////////////////
*/

#main-header {
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
}
#main-header.et-fixed-header {
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1) !important;
}
#top-header #et-info {
  position: relative;
  top: 3px;
}
#et-info-phone:before,
#et-info-email:before {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
#et-secondary-menu {
  position: relative;
  top: 2px;
}
#et-secondary-menu a {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  #top-header #et-info {
    line-height: 1.5em;
  }
}

/*
/////////////////////////////////////////////////
NAVIGATION
/////////////////////////////////////////////////
*/

#main-header .nav li ul a {
  color: #000;
}
#main-header .nav li ul a:hover {
  background-color: transparent;
}
#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
  top: -2px;
}
li.sfly_social_media_menu_icon .fab {
  font-weight: 300;
}
#et_top_search {
  margin-top: 0;
}
#top-menu ul.sub-menu {
  width: 300px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
}
#top-menu ul.sub-menu li {
  font-size: 12px;
  line-height: 1.2em;
}
#top-menu ul.sub-menu li a {
  width: 260px;
  padding: 15px 20px;
}
@media screen and (max-width: 980px) {
  .et_mobile_menu {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
  }
  .et_mobile_menu li a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 15px 5%;
  }
  .et_mobile_menu li li {
    padding-left: 0;
  }
  .et_mobile_menu li li a {
    font-size: 18px;
    padding: 6px 5%;
  }
  .et_mobile_menu li li:last-child a {
    padding-bottom: 12px;
  }
  .et_mobile_menu li.sfly_social_media_menu_icon,
  .et_mobile_menu li.sfly_social_media_menu_icon a {
    display: inline-block;
  }
  .et_mobile_menu li.sfly_social_media_menu_icon a {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 600px) {
  .et_mobile_menu li.sfly_social_media_menu_icon a {
    font-size: 20px;
  }
}

/*
/////////////////////////////////////////////////
OVERLAYS
/////////////////////////////////////////////////
*/

.sfly_black_overlay .et_parallax_bg:before,
.sfly_black_overlay:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sfly_dark_overlay .et_parallax_bg:before,
.sfly_dark_overlay:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.sfly_grey_overlay .et_parallax_bg:before,
.sfly_grey_overlay:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(50, 50, 50, 0.25);
}

/*
/////////////////////////////////////////////////
COLUMN SWITCH
/////////////////////////////////////////////////
*/

@media screen and (max-width: 980px) {
  .sfly_column_switch {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/*
/////////////////////////////////////////////////
NO MARGIN PADDING BOTTOM ON TABLET / MOBILE
/////////////////////////////////////////////////
*/

@media screen and (max-width: 980px) {
  .sfly_no_column_margin_tablet_mobile .et_pb_column {
    margin-bottom: 0;
  }
}

/*
/////////////////////////////////////////////////
INLINE BUTTON
/////////////////////////////////////////////////
*/

.sfly_inline_button_row .et_pb_button_module_wrapper {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sfly_inline_button_row .et_pb_button_module_wrapper:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .sfly_inline_button_row .et_pb_button_module_wrapper {
    float: none;
    margin-right: 0;
  }
}

/*
/////////////////////////////////////////////////
HERO
/////////////////////////////////////////////////
*/

body
  #page-container
  .sfly_fullwidth_header.et_pb_fullwidth_header_0
  .et_pb_button_one.et_pb_button,
body
  #page-container
  .sfly_fullwidth_header.et_pb_fullwidth_header_0
  .et_pb_button_one.et_pb_button:hover,
body
  #page-container
  .sfly_fullwidth_header.et_pb_fullwidth_header_0
  .et_pb_button_two.et_pb_button,
body
  #page-container
  .sfly_fullwidth_header.et_pb_fullwidth_header_0
  .et_pb_button_two.et_pb_button:hover {
  padding: 8px 36px !important;
}
@media screen and (max-width: 767px) {
  .sfly_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one,
  .sfly_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
    display: block !important;
    margin-left: 0;
    text-align: center;
  }
  .sfly_fullwidth_header
    .et_pb_fullwidth_header_container.center
    .header-content {
    width: 100%;
  }
}

/*HERO 1*/

/*HERO 2*/

/*HERO 3*/

/*HERO 4*/

/*HERO 5*/
.sfly_hero_5 .et_pb_row {
  height: 100vh;
}
@media screen and (max-width: 980px) {
  .sfly_hero_5 .et_pb_row .et_pb_column_1 {
    height: 100%;
  }
}

/*HERO 6*/
.sfly_hero_6 .et_pb_row {
  height: 100vh;
}
@media screen and (max-width: 980px) {
  .sfly_hero_6 .et_pb_row .et_pb_column_2 {
    height: 100%;
  }
}

/*
/////////////////////////////////////////////////
CTA
/////////////////////////////////////////////////
*/

/*CTA 1 & 2*/
.sfly_cta_1 h3,
.sfly_cta_2 h3 {
  padding-bottom: 0;
}
.sfly_cta_1 .et_pb_button,
.sfly_cta_2 .et_pb_button {
  margin-top: 20px;
}
@media screen and (max-width: 1244px) {
  .sfly_cta_1 .et_pb_button,
  .sfly_cta_2 .et_pb_button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 980px) {
  .sfly_cta_1 h3,
  .sfly_cta_2 h3 {
    padding-bottom: 10px;
  }
  .sfly_cta_1 .et_pb_text,
  .sfly_cta_2 .et_pb_text {
    text-align: center;
  }
  .sfly_cta_1 .et_pb_button_module_wrapper,
  .sfly_cta_2 .et_pb_button_module_wrapper {
    text-align: center;
  }
  .sfly_cta_1 .et_pb_button,
  .sfly_cta_2 .et_pb_button {
    margin-top: 0;
  }
}

/*CTA 3*/

/*CTA 4*/
.sfly_cta_4:hover {
  background-color: #404040;
}
.sfly_cta_4 h3 {
  padding-bottom: 0;
}
.sfly_cta_4 a {
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 20px 20px;
  transition: all 0.3s ease-in-out;
}
.sfly_cta_4 a:hover {
  background-color: #5ad8b0;
}
.sfly_cta_4 i {
  position: relative;
  top: 1px;
  left: 0;
  transition: all 0.1s ease-in-out;
}
.sfly_cta_4 a:hover i {
  left: 8px;
}

/*
/////////////////////////////////////////////////
GENERAL
/////////////////////////////////////////////////
*/

@media screen and (max-width: 980px) {
  .sfly_general .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
  .et_pb_divider.no_min_height {
    min-height: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .sfly_general .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*GENERAL 1*/

/*GENERAL 2*/

/*GENERAL 3*/

/*GENERAL 4*/

/*GENERAL 5*/

/*GENERAL 6*/

/*GENERAL 7*/

/*GENERAL 8*/

/*GENERAL 9*/

/*GENERAL 10*/

/*GENERAL 11*/

/*GENERAL 12*/

/*GENERAL 13*/

/*GENERAL 14*/

/*
/////////////////////////////////////////////////
FEATURE
/////////////////////////////////////////////////
*/

/*FEATURE 1*/
.sfly_feature_1 .et_pb_row .et_pb_column {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}
.sfly_feature_1 .column1 {
  margin-right: -25px;
  min-height: 400px;
}
.sfly_feature_1 .column2 {
  margin-left: -25px;
  margin-top: 75px;
}
@media screen and (max-width: 980px) {
  .sfly_feature_1 .column1 {
    margin-right: 0;
  }
  .sfly_feature_1 .column2 {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .sfly_feature_1 .column1 {
    min-height: 300px;
  }
}

/*FEATURE 2*/
.sfly_feature_2 .et_pb_row .et_pb_column {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}
.sfly_feature_2 .column1 {
  margin-right: -25px;
  top: 75px;
  z-index: 99;
}
.sfly_feature_2 .column2 {
  margin-left: -25px;
  min-height: 400px;
  z-index: 98;
}
@media screen and (max-width: 980px) {
  .sfly_feature_2 .column1 {
    margin-right: 0;
    top: 0;
  }
  .sfly_feature_2 .column2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .sfly_feature_2 .column2 {
    min-height: 300px;
  }
}

/*FEATURE 3*/
.sfly_feature_3 .et_pb_row .column1 {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}

/*FEATURE 4*/
.sfly_feature_4 .et_pb_row .column2 {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}

/*FEATURE 5*/
.sfly_feature_5 .et_pb_row .et_pb_column .et_parallax_bg {
  box-shadow: inset 0px 0px 80px 0px rgba(0, 0, 0, 0.33);
}

/*FEATURE 6*/

/*FEATURE 7*/

/*FEATURE 8*/
@media screen and (max-width: 980px) {
  .sfly_feature_8 .column2 {
    margin-bottom: 30px !important;
  }
}

/*FEATURE 9*/

/*FEATURE 10*/
.sfly_feature_10 .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 40px;
}
@media screen and (max-width: 980px) {
  .sfly_feature_10 .et_pb_column {
    margin-bottom: 75px;
  }
}

/*FEATURE 11*/
@media screen and (max-width: 980px) {
  .sfly_feature_11 .et_pb_column {
    margin-bottom: 75px;
  }
}

/*FEATURE 12*/
.sfly_feature_12 .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 40px;
}

/*FEATURE 13*/
.sfly_feature_13 .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 40px;
}

/*FEATURE 14*/

/*FEATURE 15*/

/*FEATURE 16*/

/*FEATURE 17*/

/*FEATURE 18*/
.sfly_feature_18 .et_pb_row .column2 {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}

/*FEATURE 19*/
.sfly_feature_19 .et_pb_row .column1 {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}

/*FEATURE 20*/

/*FEATURE 21*/
@media screen and (max-width: 980px) {
  .sfly_feature_21 .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .sfly_feature_21 .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*FEATURE 22*/
@media screen and (max-width: 980px) {
  .sfly_feature_22 .column1,
  .sfly_feature_22 .column2 {
    margin-bottom: 50px;
  }
}

/*FEATURE 23*/
.sfly_feature_23 .et_pb_blurb {
  min-height: 325px;
}
@media screen and (max-width: 1040px) {
  .sfly_feature_23 .et_pb_blurb {
    min-height: 350px;
  }
}
@media screen and (max-width: 980px) {
  .sfly_feature_23 .et_pb_blurb {
    min-height: 0;
  }
}

/*
/////////////////////////////////////////////////
COUNTER
/////////////////////////////////////////////////
*/

@media screen and (max-width: 980px) {
  .sfly_counter .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .sfly_counter .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*COUNTER 1*/
.sfly_counter_2 .et_pb_text_align_center {
  margin-left: 0;
}

/*COUNTER 2*/

/*
/////////////////////////////////////////////////
TEAM
/////////////////////////////////////////////////
*/

.sfly_social_icons {
  font-size: 24px;
}
.sfly_social_icons a {
  color: #8c8c8c;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sfly_social_icons a:first-of-type {
  padding-left: 0;
}
.sfly_social_icons a:last-of-type {
  padding-right: 0;
}
.sfly_social_icons a:hover {
  opacity: 0.5;
}
.sfly_social_icons_light a {
  color: #fff;
}
@media screen and (max-width: 980px) {
  .sfly_team .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .sfly_team .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*TEAM 1*/

/*TEAM 2*/

/*TEAM 3*/

/*TEAM 4*/

/*
/////////////////////////////////////////////////
IMAGE
/////////////////////////////////////////////////
*/

.et_overlay {
  border: none;
}
@media screen and (max-width: 980px) {
  .et_pb_column .et_pb_grid_item:nth-child(n) {
    margin: 0 !important;
    width: 33.333% !important;
  }
}
@media screen and (max-width: 767px) {
  .et_pb_column .et_pb_grid_item:nth-child(n) {
    width: 50% !important;
  }
}

/*IMAGE 1*/

/*IMAGE 2*/

/*IMAGE 3*/
@media screen and (max-width: 980px) {
  .sfly_image_3 .et_pb_row {
    padding-bottom: 30px !important;
  }
}
/*IMAGE 4*/

/*IMAGE 5*/

/*IMAGE 6*/

/*IMAGE 7*/
.sfly_image_7 .et_pb_column {
  display: grid;
  align-items: center;
}
.sfly_image_7 .et_pb_column .et_pb_module {
  padding: 100px 25px;
}
.sfly_image_7 h3 {
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .sfly_image_7 .et_pb_column .et_pb_module {
    padding: 75px 25px;
  }
}

/*IMAGE 8*/

/*IMAGE 9*/

/*
/////////////////////////////////////////////////
LOGOS
/////////////////////////////////////////////////
*/

.sfly_logos a img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sfly_logos a:hover img {
  opacity: 0.5;
}

/*LOGOS 1*/

/*
/////////////////////////////////////////////////
SOCIAL
/////////////////////////////////////////////////
*/

.sfly_social_icons {
  font-size: 24px;
}
.sfly_social_icons a {
  color: #8c8c8c;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sfly_social_icons a:first-of-type {
  padding-left: 0;
}
.sfly_social_icons a:last-of-type {
  padding-right: 0;
}
.sfly_social_icons a:hover {
  opacity: 0.5;
}
.sfly_social_icons_light a {
  color: #fff;
}

/*SOCIAL 1*/

/*SOCIAL 2*/
.sfly_social_2 {
  text-align: center;
}
.sfly_social_2 a {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sfly_social_2 a:hover {
  opacity: 0.5;
}
.sfly_social_2 i {
  font-size: 48px;
  color: #fff;
  padding: 10px 6%;
}
@media screen and (max-width: 980px) {
  .sfly_social_2 i {
    font-size: 36px;
    padding: 10px 5%;
  }
}
@media screen and (max-width: 600px) {
  .sfly_social_2 i {
    font-size: 24px;
  }
}

/*
/////////////////////////////////////////////////
REVIEWS
/////////////////////////////////////////////////
*/

.sfly_reviews h4 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 5px;
}
.sfly_reviews h6 {
  font-size: 11px;
}
@media screen and (max-width: 980px) {
  .sfly_reviews .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .sfly_reviews .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*REVIEWS 1*/

/*REVIEWS 2*/
.sfly_reviews_2 img {
  width: 100px;
  height: 100px;
}
.sfly_reviews_2 h4 {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .sfly_reviews_2 .et_pb_slide,
  .sfly_reviews_2 .et_pb_slide_description {
    padding: 0 !important;
  }
}

/*REVIEWS 3*/

/*REVIEWS 4*/

/*REVIEWS 5*/
@media screen and (max-width: 980px) {
  .sfly_reviews_5 .column1 {
    margin-bottom: 0;
  }
}

/*
/////////////////////////////////////////////////
OPTINS
/////////////////////////////////////////////////
*/

.sfly_optin .et_pb_newsletter_description {
  display: none;
}
@media screen and (max-width: 980px) {
  .sfly_optin .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .sfly_optin .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*OPTIN 1*/
@media screen and (max-width: 980px) {
  .sfly_optin_1 .et_pb_newsletter_form {
    padding-left: 0;
  }
}

/*OPTIN 2*/

/*OPTIN 3*/

/*
/////////////////////////////////////////////////
BLOG
/////////////////////////////////////////////////
*/

/*BLOG 1*/

/*BLOG 2*/
.sfly_blog_2 article {
  padding: 0 !important;
}
.sfly_blog_2 .et_pb_image_container {
  margin: 0;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}

/*BLOG 3*/
.sfly_blog_3 article {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f2f2f2 !important;
}
.sfly_blog_3 article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none !important;
}
.sfly_blog_3 article a.entry-featured-image-url img {
  width: 100%;
}

/*SINGLE POST*/
#main-content .container:before {
  background-color: transparent;
}
#comment-wrap {
  padding-top: 15px;
}
h3#reply-title {
  font-size: 24px;
  font-weight: 700;
}
a.more-link {
  font-family: "Josefin Sans", Helvetica, Arial, Lucida, sans-serif;
  background: #eac523;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #eac523 !important;
  border-radius: 0px;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  padding: 6px 18px;
  margin-top: 25px;
  display: inline-block !important;
  transition: all 0.3s ease-in-out;
}
a.more-link:hover {
  background: rgba(0, 0, 0, 0);
  color: #eac523;
}

/*
/////////////////////////////////////////////////
CONTACT
/////////////////////////////////////////////////
*/

.sfly_contact input.et_pb_contact_captcha {
  padding: 13px 20px 12px;
}

/*CONTACT 1*/

/*CONTACT 2*/

/*CONTACT 3*/
.sfly_contact_3 .et_pb_row .column1 {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}

/*CONTACT 4*/
.sfly_contact_4.content {
  z-index: 99;
  margin-top: -100px;
}
.sfly_contact_4 .et_pb_row.content {
  top: 150px;
}
@media screen and (max-width: 980px) {
  .sfly_contact_4.content {
    margin-top: -50px;
  }
  .sfly_contact_4 .et_pb_row.content {
    top: 100px;
  }
}

/*CONTACT 5*/

/*CONTACT 6*/

/*
/////////////////////////////////////////////////
MODULES
/////////////////////////////////////////////////
*/

/*TABS*/
.sfly_tab_phoenix ul.et_pb_tabs_controls {
  background-color: #f5f5f5;
}
.sfly_tab_phoenix ul.et_pb_tabs_controls:after,
.sfly_tab_phoenix .et_pb_tabs_controls li {
  border-color: #f2f2f2;
}

/*
/////////////////////////////////////////////////
FOOTER
/////////////////////////////////////////////////
*/

/*FOOTER 1*/

/*FOOTER 2*/

/*FOOTER 3*/

/*FOOTER 4*/

/*SUBFOOTER*/
#footer-info {
  float: none;
  text-align: center;
  letter-spacing: 6px;
  font-weight: 700 !important;
  line-height: 1.3em;
}
#footer-info a {
  font-weight: 700 !important;
}
@media screen and (max-width: 600px) {
  #footer-info {
    font-size: 10px !important;
  }
}

/*
/////////////////////////////////////////////////
END OF PHEONIX CHILD THEME CSS
LAST EDITED BY JOHN WOOTEN ON DECEMBER 27, 2018
/////////////////////////////////////////////////
*/
