/*
Theme Name: Colormag Child Theme
Theme URI: http://themegrill.com/themes/colormag-pro/
Description: Colormag Child Theme
Author: Lmoffat
Author URI: http://princealbertspca.ca
Template:colormag-pro
Version: 1.0
*/
 
@import url("../colormag-pro/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
#site-navigation {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    background-color: #ffffff;
    border-top: 4px solid #336699 ;
    border-bottom: 4px solid #336699 ;
    z-index: 999;
}
.page .entry-title {
  display: none;
}
.circular-image img {
width: 300px;
height: 300px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
-ms-border-radius: 150px;
-border-radius: 150px; border-radius: 150px; 
.entry-content a.button {
  display: none;
}