/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* ===== RISE IN THE GAP - HEADER =====
   Interim wordmark: no logo artwork exists yet (Brand Kit s4).
   Main brand system lives in Divi > Theme Options > Custom CSS. */

#logo{display:none!important;}
.logo_container{position:relative;min-width:250px;}
.logo_container:after{
  content:"RISE IN THE GAP";
  position:absolute;left:0;top:50%;transform:translateY(-50%);
  font-family:'Playfair Display',Georgia,serif;font-size:21px;font-weight:600;
  letter-spacing:.16em;color:#F0F4F8;white-space:nowrap;
}
@media (max-width:980px){
  .logo_container{min-width:170px;}
  .logo_container:after{font-size:15px;letter-spacing:.1em;}
}

/* Secondary (top) bar */
#top-header{background-color:#0F1E38!important;border-bottom:1px solid #1E3352;}
#top-header,#top-header a,#top-header .et-cart-info{color:#94A3B8!important;font-size:13px!important;}
#top-header a:hover{color:#C8922A!important;}
#top-header .et-social-icon a{color:#94A3B8!important;}
