/**
 * Coastal Creative Custom Styles
 *
 */

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: 'Montserrat', sans-serif;
}

.quick-nav {
    background: #f9f9f9;
    padding: 20px;
    box-shadow: -1px 9px 20px 0px #dcdbdb;
	overflow: hidden;
}

.quick-nav-left {
	float: left;
    margin-right: 10%;
    margin-top: 30px;
}

.quick-nav-right {
    margin-top: 30px;
}

.quick-nav ul li {
list-style-type: none;
}

.quick-nav h3 {
	text-transform: uppercase;
    color: white;
    background: palegreen;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    margin: auto;
    box-shadow: 0px 0px 10px 0px #b1b0b0;
}

.cc-pricing-table {
	box-shadow: -1px 9px 20px 0px #dcdbdb;
	background: rgba(229, 248, 255, 0.21);
	margin-bottom: 30px;
	width: 100%;
}

.cc-pricing-table tr:hover { 
	background: #d5fdfc; 
}

tr.price-headers {
    background: rgba(53, 134, 255, 0.85);
    color: white;
}

tr.price-headers:hover {
	background: rgba(53, 134, 255, 0.85);
}

.comment_avatar {
    position: relative;
}

.comment_avatar img {
	border-radius: 50px;
}