/*
Theme Name:     Hamilton & Associates
Description:    A custom website designed for Hamilton & Associates
Author:         MRB Media, Inc.
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@media (min-width: 980px) {
	li.btn-bg a {
		background: #af222a !important;
		color: #FFF !important;
		padding: 1em !important;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		border-radius: 5px !important;
	}
}

.opacity20:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

h2.fancytitle span:before {
    border-top: 2px solid #af222a;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

h2.fancytitle span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 15px; 
}

.centertext {
	text-align: center;
}

.allcaps {
	text-transform: uppercase;
}