/*
Theme Name:     EventPoint Site Theme
Theme URI: 		https://www.eventpoint.com/
Description:    EventPoint
Author:         Jess Walker
Author URI:		http://somethingepic.co
Template:       twentyfifteen
Version:        1.0.0
*/

@import url("css/screen.css");

.wpcf7-response-output {
border: 0;
background: rgba(255, 255, 255, 0.8);
padding: 10px;
box-sizing: border-box;
margin: 30px 0 0;
}
.wpcf7-validation-errors {color:#eab30a;}
[data-icon]:before {content:"";}
[data-icon="e"], [data-icon="d"] {
	height:20px;
	width:20px;
	background: no-repeat 50% 50%;
	background-size:cover;
}
[data-icon="e"] {
	background-image: url(/wp-content/uploads/2015/02/backtotop.png);
float:right;
}
[data-icon="d"] {
	background-image: url(/wp-content/uploads/2015/02/menu.png);
}
[data-icon="b"], [data-icon="c"], [data-icon="a"] {
	height:28px;
	width:28px;
	background: no-repeat 50% 50%;
	background-size:cover;
}
[data-icon="a"] {
	background-image: url(/wp-content/uploads/2015/02/linkedin.png);
}
[data-icon="b"] {
	background-image: url(/wp-content/uploads/2015/02/facebook.png);
}
[data-icon="c"] {
	background-image: url(/wp-content/uploads/2015/02/twitter.png);
}
header .menuToggle {left:30px;}
header .backtotop {right:30px;}

@media screen and (max-width: 960px) and (min-width:720px) {
#contact .clients .logos img {width:24%;float:none;}
#contact .clients .logos span {display:none;}
}