/*
Theme Name: CCME Events	Parent
Theme URI: http://ccme.events/
Author: Chris Lopez
Description: Custom parents theme for CCME events
Version: 1.0
*/

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

#main-content { margin-bottom: 20px; }

h1, h2, h3, h4 {
	font-weight: 800;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2 { font-size: 33px; }

a:link, a:visited, a:active { text-decoration: none; }



/* HEADER CSS */

header { margin-bottom: 20px; }

a.cta-btn {
    background-color: #cf4f27666666;
    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: #333333;
	text-decoration: none;
}

/* NAV CSS */

.navbar-inverse .navbar-brand { color: #FFFFFF; }
.navbar-inverse .navbar-nav > li > a { color: #FFFFFF; }
.navbar-inverse .navbar-nav > li > a:hover { color: #e79b07; }
.navbar-inverse { border-bottom: 5px solid #e79b07; }


/* SCROLL CSS */

#delscrollbox {
	display: block;
	height: 55px;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #F6F6F6;
	padding-right: 10px;
}

#delscrollhdr {
    background-color: #ed1c24;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 18%;
}

#delscroll { 
	display: block;
	width: 80%;
    padding-top: 16px;
    font-size: 16px;
}

.marquee {
	overflow: hidden;
}

#infomsg h2 {
	display: block;
	background-color: #e1ec7f;
	font-size: 1.7rem;
	text-align: center;
	padding: 20px;
	margin: 0 0 20px 0;
}

/* CONTENT CSS */

.post {
	margin: 10px 0 20px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 20px 0;
}

.postinfo { margin: 10px 0; }

#sidebar { padding-left: 0; }

.contentbox > div { background-color: #FFFFFF; padding: 20px 20px 100px 20px; box-shadow: 0 1px 6px 0 rgba(41, 38, 38, 0.1); min-height: 700px; }

#content h2 { border-bottom: 1px dotted #CCCCCC; padding: 10px 0 10px 0; }

#content p { margin-bottom: 20px; }

.inner ul, .inner ol { margin-top: 10px; margin-bottom: 20px; }

.inner ul li { margin-bottom: 10px; list-style-type: square; text-align: left; }

.inner ol li { margin-bottom: 10px; text-align: left; }

.delbox ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
}


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

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.aligncenter {
	float: center;
	margin: 10px auto;
}

.pgbox {
	display: block;
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	border-top: 5px solid #333333;
	border-radius: 20px;
}

.pgbox h3 { margin-top: 0; }

.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: 14px; margin-bottom: 8px; font-weight: normal;  }
.spkrbox p { margin-bottom: 10px; font-size: 12px !important; }
.spkrsphdr { display: block; margin-bottom: 10px; background-color: #f1592a; font-size: 12px; color: white; padding: 5px; text-transform: uppercase; }

.sponbox h3 {
	font-size: 14px;
	background-color: #EEE5E2;
	color: #000000;
	padding: 8px;
	margin-top: 0;
	margin-bottom: 10px;
}

.sponbox {
	border: 1px solid #EEE5E2;
    margin-bottom: 30px;
}

.alert p { margin-bottom: 0 !important; }

.homebox01 {
	background: #fffbac;
	padding: 10px;
}

.homebox01 h3 {
	font-weight: 300 !important;
	margin-top: 10px;
}

.hbox { display: block; min-height: 150px; margin-bottom: 30px; }

.hbox h2 {
	margin: 0 !important;
	font-size: 20px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #333333;
	padding: 10px !important;
	margin-bottom: 20px !important;
}

.hbox img { border: 1px solid #CCCCCC; padding: 3px; }

/*QuotesCSS*/

.quotelist {
	display: block; 
}

.quotebox {
	display: block; 
	width: 100%;
	padding: 15px; 
	border: 1px solid #CCCCCC; 
	margin-bottom: 20px;
	height: auto;
	background-color: #F8F8F8; 
}

.quotebox h4 {
	display: block;
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}

.quotebox p { font-size: 12px; }


.txtsmaller { font-size: 14px; }

/* Sidebar CSS */

.sbox { text-align: center; }

.sbox h3 {
	background-color: #666666;
  color: #FFFFFF;
  padding: 10px;
  font-size: 18px;
}

.sbox { margin-bottom: 30px; }

a.sb-btn {
	display: block;
	background-color: #666666;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-transform: uppercase;
	transition: background-color 0.5s ease;
}

a.sb-btn:hover {
	background-color: #333333;
	text-decoration: none;
}

.feedbackform .button {
	background: #666666;
	padding: 8px 20px;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	transition: background-color 0.5s ease;
}

.feedbackform .button:hover {
	background: #333333;
	padding: 8px 20px;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
}

.quotenav { display: block; margin-bottom: 10px; }

.quotenav a {
	display: inline-block;
	width: 20px;
	background-color: #CEFEFC;
	color: #666666;
	text-align: center;
	padding: 3px;
	margin-right: 5px;
}

.quote-image {
	float: right;
	margin: 0 0 10px 20px;
}

.txtmore { font-size: 13px; }

/* related news */

.relbox {
	display: block;
	padding: 10px;
	background-color: #EEEEEE;
	margin-bottom: 30px;
	border-top: 5px solid #666666;
}

.relnews {
	background-color: #ECECEC;
}

.presbox ul { margin-bottom: 50px !important; }

.presbox ul li {
	list-style-type: none !important;
}

.presbox ul li a {
	display: block;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-transform: form: uppercase !important;
	font-size: 18px;
}

.presbox ul li a:hover {
	background-color: #EEEEEE;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.pb-20 {
	margin-bottom: 20px !important;
}

/* FOOTER CSS */

footer {
	display: block;
	background-color: #111111;
	border-top: 5px solid #e79b07;
	color: #B3B0B0;
}

.copy { font-size: 80%; text-transform: uppercase; color: #FFFFFF !important; }

.footbox { padding: 20px 10px; margin-bottom: 10px; font-size: 90%; }

.footbox p, .footbox a { color: #FFFFFF; }


.spmsg {
	padding: 10px;
	font-size: 1.9rem;
	font-weight: bold;
	background-color: #F0FFB6;
	margin-bottom: 10px;
}

.cdbox {
	background-color: #9AC938;
	padding: 10px;
	text-align: center;
	font-size: 1.85rem;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	font-weight: bold;
}

.subbox10 {
	background-color: #FFE49C;
	padding: 15px;
	margin-bottom: 30px;
}

.subbox11 {
	background-color: #FFE49C;
	padding: 15px;
	margin-bottom: 30px;
}

.subbox11 h3 {
	text-align: left;
}

.hmbx1 {
	display: block;
	background-color: #F8F8F8;
	border: 1px solid #666666;
	padding: 15px;
	margin-bottom: 30px;
}

.hmbx1 h3 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 20px;
}

.evbox1 { /* feedback form */
	display: block;
	border-top: 2px solid #666;
	background-color: #F8F8F8;
	padding: 10px;
}

.upevbox1 {
	background-color: #EEE;
	padding: 10px;
	border-top: 3px solid #333333;
	font-weight: bold;
}

.upevbox1 p {
	margin-bottom: 0 !important;
}

#gform_submit_button_1 {
    background-color: #0070C2;
    color: white;
    padding: 10px 20px;
    border: 0;
    font-size: 16px;
}
