/*
Theme Name:  WP Angels
Theme URI:   http://websiteangels.co.nz
Version:     2.0
Description: WP Angels
Author:      Firefly
Author URI:  http://websiteangels.co.nz
Template:    Divi
*/


.icon_tags,
.icon_profile,
.icon_chat,
.icon_clipboard,
.icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}

.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}

.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}

.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}

.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}

.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}



.wpcf7 input.text,
.wpcf7 input.title,
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	min-height: 34px;
	padding: 6px 12px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}




.footer-3-columns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 15px 0;
	box-sizing: border-box;
}

.footer-col {
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center;
}

.footer-col img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer-col-25 {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-col-25 img {
	max-height: 140px;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.footer-col-50 {
	width: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer-col-50 #footer-info,
.footer-col-50 p,
.footer-col-50 a {
	float: none !important;
	text-align: center !important;
	margin: 0 auto 5px auto;
}

.footer-col-50 .et-social-icons {
	float: none !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 5px auto 0 auto !important;
	padding: 0 !important;
}

.footer-col-50 .et-social-icons li {
	float: none !important;
	display: inline-block !important;
	margin: 0 5px !important;
}

@media only screen and (max-width: 768px) {
	.footer-3-columns {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.footer-col-25 {
		width: 50%;
		order: 1;
		margin-bottom: 20px;
	}

	.footer-col-50 {
		width: 100%;
		order: 2;
		margin-bottom: 20px;
	}

	.footer-col:last-child {
		margin-bottom: 0;
	}
}


/*------------------------------------------------*/

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

/*-------------------[960px]------------------*/
@media only screen and (min-width: 981px) and (max-width: 1100px) {}

/*-------------------[768px]------------------*/
@media only screen and (max-width: 980px) {}

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

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

/*-------------------[480px]------------------*/
@media only screen and (max-width: 767px) {}

/*-------------------[320px]------------------*/
@media only screen and (max-width: 479px) {}