/*
Theme Name:     African Broadcasting Expo 2017
Description:    Black Crab v1.0 Child theme for the Divi theme by Elegant Themes
Template:       Divi
*/

@import url("../Divi/style.css");
@import 'https://fonts.googleapis.com/css?family=Economica';


/*------------------------- THEME CUSTOMISATION, GO!! ---------------------------*/

h1, h2, h3, h4 {
	font-family: 'Economica', sans-serif !important;
	text-transform: uppercase;

}

h1 {font-size: 4em;}
h2 {font-size: 2.5em;}
h3 {font-size: 2em;}

#top-header {
	background: url(images/bg-menu-top.png) right no-repeat #ffc423 !important;
	min-height: 50px;
	border-bottom: 1px solid #FFF;
}

header {
	padding-top: 30px;
}

#et-top-navigation {
	background: url(images/bg-menu.png) left no-repeat #6b439a !important;
	min-height: 50px;
	margin-top: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 10px 0;
	float: left !important;
}

#main-header .container {padding: 0 !important;}

#top-menu li a {padding: 15px 0 !important;}

.et_header_style_centered #main-header .logo_container {
	height: 120px;
	float: left;
	padding-left: 20%;
}

.conferencebox, .exhibitionbox {
	min-height: 100px;
	float: left;
	position:relative;
	padding-left: 10%;
	text-align: left;
	text-transform:uppercase;
}

.conferencebox h3, .exhibitionbox h3, .conferencebox h4, .exhibitionbox h4 {
	color: #FFF;
}

.conferencebox h3, .exhibitionbox h3 {
	font-size: 1.2em;
}
.conferencebox h4, .exhibitionbox h4 {
	font-size: 1.6em;
	font-weight: bold;
}

.conferencebox .et_pb_button {
	color: #abd039;
	border-color: #abd039;
	}
.exhibitionbox .et_pb_button {
	color: #ee2b2a;
	border-color: #ee2b2a;
	}

.conferencebox .et_pb_button:hover {background-color: rgba(171,208,57,0.3);}
.exhibitionbox .et_pb_button:hover {background-color: rgba(238,43,42,0.3);}

.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {width: 100px !important;}


/*---------------------------------- MODULES ------------------------------------*/

.borderbottom {border-bottom: 1px solid #FFF;}
.bordertop {border-top: 1px solid #FFF;}


.boldboxes {
	font-family: 'Economica', sans-serif !important;
}

.boldboxes h2 {
	font-size: 4em !important;
	text-transform: uppercase;
	font-weight: bold;
}
.boldboxes h3 {
	font-size: 2.4em !important;
	text-transform: uppercase;
	font-weight: bold;
}

.whitebtn {margin-bottom: 20px !important; min-width: 180px !important;}

.bottombar {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#homeslider h2 {
	font-size: 4.2em !important; 
	font-family: 'Economica', sans-serif !important; 
	font-weight:bold;
	text-align:left !important;
}
#homeslider h3 {
	font-size: 2.8em !important; 
	text-transform:uppercase;
	text-align:left !important;
}

/*----------------------------- SHOP / WOOCOMMERCE -------------------------------*/

.woocommerce-message {border: 4px solid #a03e93 !important;}

.woocommerce-message a.button.wc-forward {background: #ffc324;}

.woocommerce span.onsale, .woocommerce-page span.onsale {background: #f92d26 !important; border: 3px solid #FFF;}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {width: 100%;}

body.woocommerce .woocommerce-tabs {display:none;}

.woocommerce .related .products {width: 100%; float: left;}


/*------------------------------ CONTACT FORM 7 ---------------------------------*/

.wpcf7 input[type="text"], .wpcf7 input.text, .wpcf7 input.title, .wpcf7 textarea, .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: rgba(255, 255, 255, 0.75); 
	box-shadow: none;
	padding: 10px;
	border: none;
	width: 100%;
	max-width: 300px;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	color: #382b2a;
}

span.wpcf7-list-item { display: block; }

.wpcf7 input[type=checkbox].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

.wpcf7 input[type=checkbox].css-checkbox + label.css-label {
	padding-left:30px;
	height:25px; 
	display:inline-block;
	line-height:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	display: block;
}

.wpcf7 input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -25px;
}

.wpcf7 label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_47fb7ab9edfedd6d240cfbed83181af2.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


::-webkit-input-placeholder {
   	color: #652124;
	font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   	color: #652124;
	font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   	color: #652124;
	font-style: italic;
}

:-ms-input-placeholder {  
  	color: #652124;
	font-style: italic;
}

.wpcf7 input:focus {
	border: 1px solid #d1d1d1;
}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus, .wpcf7 input[type=tel]:focus {
  box-shadow: 0 0 5px rgba(139, 64, 64, 0.8);
  border: 1px solid rgba(139, 64, 64, 1);
}

input.wpcf7-captchar {
	max-width: 100px !important; 
	width: 100% !important;
}

.wpcf7 input[type=submit] {
	width: 100%;
	max-width: 320px;
	padding: 10px;
	font: bold 18pt 'Cabin', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	border: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: rgba(151, 79, 79, 0.75);
}

.wpcf7 input[type=submit]:hover {
	cursor: pointer;
	background: rgba(151, 79, 79, 1);
}

div.wpcf7-mail-sent-ok {
	border: none;
	background: rgba(246, 182, 27, 0.75);
	color: #FFF;
	width: 100%;
	max-width: 270px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div.wpcf7-validation-errors {
	border: none;
	background: rgba(246, 130, 27, 0.8);
	color: #FFF;
	width: 100%;
	max-width: 270px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

span.wpcf7-not-valid-tip {
	color: #f6bb1b;
}

/*------------------------- FOOTER ITEMS ---------------------------*/

#main-footer {border-top: 1px solid #949494 !important;}

.footer-widget li {text-transform:uppercase !important;}
.footer-widget li:before {border: none !important;}

p#footer-info {
    color: #FFF;
   	text-align: center;
	font-size: 12px;
	text-transform:uppercase;
}
p#footer-info a {color: #FFF;}
p#footer-info a:hover {text-decoration: underline;}

#footer-info {
	text-align: center;
	float: none;
}

#footer-bottom {
	background: url(images/bg-menu.png) left no-repeat #6b439a !important;
	border-top: 1px solid #FFF;
	
}


/*------------------------- RESPONSIVE ---------------------------*/

@media only screen and ( min-width: 1405px ) {
}



/*-------------------[960px]------------------*/

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	.et_fullwidth_nav #main-header .container {padding: 0 !important;}
}



/*-------------------[768px]------------------*/

@media only screen and ( max-width: 980px ) {
	.et_fullwidth_nav #main-header .container {width: 100%;}
	.et_header_style_centered #logo {max-height: 110px;}
}




/*-------------------[480px]------------------*/

@media only screen and ( max-width: 767px ) {
	.et_fullwidth_nav #main-header .container {width: 100%;}
	.conferencebox, .exhibitionbox {clear:both; margin: 20px auto; border-top: 1px solid #FFF; padding: 20px; width: 100%;}
	.conferencebox {background: #219cd7;}
	.exhibitionbox {background: #abd039;}
}


/*-------------------[320px]------------------*/

@media only screen and ( max-width: 479px ) {
}