/*
Theme Name:  DigitalNRG Divi Template
Theme URI:   http://dnrgwebsites.co.uk/divi
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site DigitalNRG Divi Template.
Author:      tempadmin
Author URI:  http://dnrgwebsites.co.uk/divi
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/






.googlereviewssection img {
    max-width: 117px;
    width: 100%;
	height: 48px;
}

@media (min-width: 1500px) {
	.googlereviewssection {
		display: inline-block;
		vertical-align: top;
		padding: 40px 16px 0px;
		margin-left: -100px;
	}	
}

@media (min-width: 1201px) and (max-width: 1499px) {
	.googlereviewssection {
		display: inline-block;
		vertical-align: top;
		padding: 40px 16px 0px;
		margin-right: calc(12vw + 50px);
	}
}
@media (min-width: 981px) and (max-width: 1200px) {
	.googlereviewssection {
		display: inline-block;
		vertical-align: top;
		padding: 40px 26px 0px 0px;
		margin-right: calc(13vw + 50px);
	}
	.header_ekomi .ekomi-widget-container {
		padding-right: 0px;
		max-width: 210px;
	}
}
@media (min-width: 841px) and (max-width: 980px) {
	.googlereviewssection {
		position: absolute;
		right: 14px;
		top: 10px;
	}
}
@media (min-width: 767px) and (max-width: 840px) {
	.googlereviewssection {
		position: absolute;
		left: 34px;
		top: 16px;
	}
}
@media (min-width: 674px) and (max-width: 768px) {
	.googlereviewssection {
		position: absolute;
		left: 34px;
		top: 16px;
	}
}
@media (max-width: 673px) {
	.googlereviewssection {
		margin-top: -10px;
	}
}


.areas_list {
    background-color: white;
    border-radius: 8px;
    width: 90%;
    margin: 20px auto;
    max-width: 420px;
    border-left: solid 3px #ee3636;
}
.areas_list h5 {
    text-align: center;
    padding: 18px 0px 0px;
    font-size: 22px;
    color: #2b2b7a;
}
.areas_list ul {
    padding: 16px 16px;
}
.areas_list li {
    list-style: none;
    display: inline-block;
    padding: 3px;
    margin: 5px;
    font-size: 13px;
    background-color: #fbfbfb;
    color: #2b2b7a;
}