/* 
 Theme Name:     Beyond Cana
 Author:         Tom Davis
 Author URI:     https://glyphnet.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme of Divi

*/ 


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

/* color palette 
Logo - Rust -  #8a1c00
Green - #326565
light green - #81b4b4
light orange - #ff8749
background shade - off white - #f1f1e6
*/

/* add left and right margins to quote blurbs to avoid hitting each other */
.quote-blurbs .et_pb_blurb_description {
    margin: 0 12px 12px;
	font-size: 17px;
	font-weight: 400;
}
.quote-blurbs .et_pb_main_blurb_image {margin-bottom:4px;}

/* heads an subheads in events  */

.et_pb_post_content_0_tb_body h3 {
    font-size: 24px !important;
}

/* read more link in event listing */
a.more-link {
    display: block;
    margin-top: 24px;
    text-align: right;
}
a.more-link:link, a.more-link:visited {
    background: #7b0000;
    color: #fff;
    padding: 0 12px 4px;
    font-size: 14px;
    line-height: 1;
	text-transform:uppercase;
}
a.more-link:hover {
    background: #ff8749;
    color: #000;
}
a.more-link:after {
	content: ' »';
	font-size: 30px;
	vertical-align: -3px;
}

/* News row icons */

.news-row .et_pb_main_blurb_image .et_pb_image_wrap {
    border-color: rgba(0,0,0,0);
    background: #f1f1e6;
    width: 100px;
    border-radius: 50px;
    padding: 18px;
}

/* footer changes */
#footer-info {line-height:1;}
#footer-widgets {padding-top:12px;}
.footer-widget {margin-bottom: 12px !important;}


.et-social-icon a {color: #fff;}

/* styling big button teal for sue through out site */

a.bigbc {
	color:white;
	border-radius:0 !important;
	background-color:#326565;	
}
a.bigbc:link {
	background-color:#326565 !important;
}
a.bigbc:hover {
	background-color:#81b4b4 !important;
}

