/*
 Theme Name:     divi-child
 Author:         Divi
 Author URI:     wrkmode.com
 Template:       Divi
 Version:        v.03
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.9.2
*/


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


/*#main-footer .container,
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a
{
  display:none !important;
}
*/


/*global styles*/
  #main-footer{
    display:none !important;
  }
  .nav li{
    text-transform: uppercase;
  }

  #main-header{
    display:none;
  }
.hero{
  padding:0 !important;
}




/*//////////////////////////////////////////
phone
//////////////////////////////////////////*/



/*@media (max-width: 600px){

    .row-button-inline .et_pb_button_module_wrapper {
      display: block !important;
    }

}*/


@media (max-width: 980px){

  .row-button-inline .et_pb_button_module_wrapper {
      display: inline-block;
    }
  .cta-primary, .cta-secondary{
    margin-right:1rem;
    }


#header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 24px;
    padding-right: 24px;
  }


  /* ---- Fixes mobile header---- */
  #main-header.et-fixed-header {
    position: fixed !important;
    background:black;
  }

  .logged-in #main-header.et-fixed-header {
    top: 0 !important;
    transition: all .3s 0s;
  }

  .et_mobile_menu{
    border-top: 1px solid #27AAE1;
    background: rgba(0,0,0,.95) !important;
  }

.highlight .hover-fade{
    width:100%;
    max-width:100%;
    min-height:45vh;
  }

  .currency{
    font-size: 16px;
    padding-right:2px;
  }

}


/*//////////////////////////////////////////
desktops
//////////////////////////////////////////*/
@media (min-width: 981px){

  .currency{
    font-size: 24px;
        padding-right:6px;
  }


  .row-button-inline .et_pb_button_module_wrapper {
      display: inline-block !important;
    }
  .cta-primary, .cta-secondary{
    margin-right:1rem;
    }

}
/*//////////////////////////////////////////
large desktops
//////////////////////////////////////////*/












