/*
 Theme Name:     EI_MultiSite_Divi
 Theme URI:      
 Description:    Enterprise Ireland Customised 
 Author:         Enterprise Ireland
 Author URI:     http://www.enterprise-ireland.com
 Template:       Divi
 Version:        1
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*These boxes set up the footer and the media sets up the responsiveness of the footer*/
.floatBoxFooter1 { 
	float:left;
	width:33%;
}
.floatBoxFooter2 { 
	float:left;
	width:25%;
}
.floatBoxFooter3 { 
	float:left;
	width:10%;
	padding-left:25px;
	
}
.floatBoxFooter4 { 
	float:left;
	width:25%;

}
.floatBoxFooterBreaker{
float:left;
width:1%;
}
@media screen and (max-width:960px) {
    .floatBoxFooter1{
        color:#fff;
		float:left;
		width:48%;
    }
	.floatBoxFooter2{
        color:#fff;
		float:left;
		width:48%;
    }
	.floatBoxFooterBreaker{
		float:left;
		width:1%;
		clear:both;
	}
	.floatBoxFooter3{
        color:#fff;
		float:left;
		width:48%;
		margin-top:20px;
		padding-left:0px;
    }
	.floatBoxFooter4{
        color:#fff;
		float:left;
		width:48%;
		margin-top:20px;
    }
}

/*
@media screen and (max-width: 400px) {
   .floatBoxFooter1 { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    margin-bottom:15px;
  }
   .floatBoxFooter2 { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    margin-bottom:15px;
  }
   .floatBoxFooter3 { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    margin-bottom:15px;
  }
   .floatBoxFooter4 { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    margin-bottom:15px;
  }
}
*/