/* 
 Theme Name:     MarketReach
 Author:         MarketReach AB
 Author URI:     http://www.tommyfalk.com
 Template:       Divi
 Version:        1.0
 Wordpress Version: 4.5.2
*/ 
@import url("../marketreach/wpcf7.css");

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/*  Hides the menu  */
#main-header { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}

/* Center Footer ------------------------------------------------------- */

#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
#footer-widgets a {color:#fff}


/*
div.et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_center.hero.et_pb_text_0 p {
    font-size: 70px;
    line-height: 1.1em;
    color: #ffffff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.59);
}
*/

/*
.et_pb_text_1 p {
    line-height: 1.0em;
    font-size: 28px;
    color: #ffffff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.59);
}
*/

/* 6 Column Layout */
@media only screen and (min-width: 1025px) {
.six-column{
	width: 100%;
	margin: 0 auto;
	float: left;
}
.six-column p{
	-moz-columns:6;
	-webkit-columns:6;
	columns:6;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.six-column p{
	-moz-columns:1 !important;
	-webkit-columns:1 !important;
	columns:1 !important;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.six-column p{
	-moz-columns:2 !important;
	-webkit-columns:2!important;
	columns:2 !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.six-column p{
	-moz-columns:3 !important;
	-webkit-columns:3 !important;
	columns:3 !important;
}
}