/*
Theme Name:     Black Crab v.1.2 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-2020
*/

@import url("../Divi-2020/style.css");

/*------------------------- THEME CUSTOMISATION, GO!! ---------------------------*/

#page-container { overflow:hidden; }

/*------------------------------ MODULES ---------------------------------*/

.buttonfull {
	width: 100%;
}




/*------------------------- FOOTER ITEMS ---------------------------*/

p#footer-info {
    	color: #FFF;
   	text-align: center;
	font-size: 12px;
}
p#footer-info a {color: #ece2cf;}
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 ) {
}