/*
Theme Name: CCME Networking
Theme URI: http://ccme.events/networking/
Author: Chris Lopez
Description: Custom theme for CCME Networking website
Template: cpii-parent
Version: 1.0
*/

/* gray : #4b4b4d | red : #e74226 | yellow : #fff900 */

body {
    padding-top: 70px;
	font-family: 'Open Sans', sans-serif;
	background-color: #F4F0F0;
	font-size: 14px;
}

h1, h2, h3, h4, h5, p, li { color: #4b4b4d; }

/* Header area */

.navbar-inverse {
    background-color: #545454;
    border-bottom: 5px solid #9BC740;
}

#ctas {
	margin-bottom: 20px;
}

a.cta-btn {
    background-color: #cf4f27;
    color: #ffffff;
    display: block;
    font-size: 18px;
    margin: 0 0 1px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.5s ease 0s;
}

a.cta-btn:hover {
	background-color: #983212;
	text-decoration: none;
}

/* Content area */

.pg-info-box {
	border: 1px solid #CCCCCC;
	padding: 20px;
	background-color: #FFFFBB;
}

#submitpay {
	background-color: brown !important;
	color: white;
	font-weight: bold;
}

#submitpay {
	background-color: #A52A2A !important;
	color: white;
	font-weight: bold;
	transition: background-color 0.5s ease;
}

#submitpay:hover {
	background-color: #E16565 !important;
}

.spkrbox { height: 260px; overflow: hidden; border: 1px solid #CCCCCC; margin-bottom: 30px; padding: 10px; }

.spkrbox h3 { font-size: 16px; margin-bottom: 8px; }
.spkrbox h4 { font-size: 12px; margin-bottom: 8px; font-weight: normal;  }
.zzzzspkrbox h4 { font-size: 14px; margin-bottom: 8px; font-weight: normal;  }
.spkrbox p { margin-bottom: 8px; font-weight: bold; color: #e74226; }

.sponbox h3 {
	font-size: 14px;
	background-color: #cf4f27;
	color: #FFFFFF;
	padding: 8px;
	margin-top: 0;
}

.sponbox {
	border: 1px solid #CCCCCC;
}

a.btn-more, a.btn-more:active, a.btn-more:focus { background: #e74226; color: #FFFFFF; }
a.btn-more:hover { background: #9f210b; color: #FFFFFF; }


.testi p {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	font-size: 16px;
	
}

.testi p em { font-size: 14px; }


#content .inner h4 {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.4rem;
	display: block;
	background-color: #ECEECC;
	padding: 10px;
}

.finalpricingamt .ginput_container_total {
	font-size: 3.0rem;
	font-weight: 600;
}

#content h2.gsection_title { border-bottom: none; margin-top: 50px !important; }

ul#gform_fields_1 li#field_1_19 {
	display: block;
	background-color: #ECFEDE;
	padding: 10px;
	border: 1px solid #CCCCCC;
}


.pg-infobox2 {
	display: block;
	font-size: 2.1rem;
	text-align: center;
	background-color: #F8F8F8;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}

#content .pg-infobox2 p { margin: 0 !important; }

.box-payinfo {
	display: block;
	background-color: #F7F8CF;
	padding: 10px;
}


/* Sidebar area */

.sbox h3 {
	background-color: #9BC740;
	border-bottom: 3px solid #4b4b4d;
}

a.sb-btn { background-color: #cf4f27; }
a.sb-btn2 { background-color: #f18a6a; }
a.sb-btn3 { background-color: #ff6f42; }

a.sb-btn:hover { background-color: #983212; }


/* Footer area */


footer {
    background-color: #4b4b4d;
    border-top: 5px solid #9BC740;
    color: #F8F8F8;
    display: block;
}