/*
Theme Name:     Black Crab v.1.0 based on Divi
Theme URI:      http://www.elegantthemes.com/gallery/
Description:    Black Crab v1.0 Child theme for the Divi theme by Elegant Themes
Author:         Elegant Themes
Author URI: 	http://www.elegantthemes.com
Template:       Divi
*/

@import url("../Divi/style.css");

/*------------------------- THEME CUSTOMISATION, GO!! ---------------------------*/

#page-container { overflow:hidden; }

/*------------------------------ MODULES ---------------------------------*/

.buttonfull {
	width: 100%;
}



/*------------------------------ CONTACT FORM 7 ---------------------------------*/

.wpcf7 input[type="text"], .wpcf7 input.text, .wpcf7 input.title, .wpcf7 textarea, .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {

	background: rgba(255, 255, 255, 0.75); 
	box-shadow: none;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	width: 100%;
	margin-bottom: 10px;
	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: #545454;
	font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   	color: #545454;
	font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   	color: #545454;
	font-style: italic;
}

:-ms-input-placeholder {  
  	color: #545454;
	font-style: italic;
}

.wpcf7 input:focus {
	border: 1px solid #d55528;
}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus, .wpcf7 input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #d55528;
}

input.wpcf7-captchar {
	max-width: 100px !important; 
	width: 100% !important;
}

.wpcf7 input[type=submit] {
	width: 100%;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	border: none;
	background: rgba(242, 141, 44, 1);
}

.wpcf7 input[type=submit]:hover {
	cursor: pointer;
	background: rgba(242, 141, 44, 0.75);
}

div.wpcf7-mail-sent-ok {
	border: none;
	background: rgba(246, 182, 27, 0.75);
	color: #FFF;
	width: 100%;
}

div.wpcf7-validation-errors {
	border: none;
	background: rgba(246, 130, 27, 0.8);
	color: #FFF;
	width: 100%;
}

span.wpcf7-not-valid-tip {
	color: #f6bb1b;
	color: #f6bb1b;
}


/*------------------------- FOOTER ITEMS ---------------------------*/

p#footer-info {
    	color: #FFF;
   	text-align: center;
	font-size: 12px;
}
p#footer-info a {color: #ffffff;}
p#footer-info a:hover {text-decoration: underline;}

#footer-info {
	text-align: center;
	float: none;
}


/*------------------------- RESPONSIVE ---------------------------*/

@media only screen and ( min-width: 1405px ) {
}



/*-------------------[960px]------------------*/

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
}



/*-------------------[768px]------------------*/

@media only screen and ( max-width: 980px ) {
}




/*-------------------[480px]------------------*/

@media only screen and ( max-width: 767px ) {
}


/*-------------------[320px]------------------*/

@media only screen and ( max-width: 479px ) {
}