/* 
 Theme Name:     RW Divi Child Theme
 Author:         M Dean Jones, The Roger Wilco Agency
 Author URI:     http://ro.gerwil.co
 Template:       Divi
 Version:        2.0
 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: 4.7.1
*/ 


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

/* ==================== HIDE/SHOW CSS ==================== */

.logged-in .loggedin-hide {
  display: none !important;
}
.loggedout-hide {
  display: none !important;
}
.logged-in .loggedout-hide {
  display: inline-block !important;
}

/* ==================== VERTICALLY ALIGN OBJECTS & MODULES CSS ==================== */

.vertical-center { 
  display: flex; 
  flex-direction: column; 
  justify-content: center;
}



