/* 
Theme Name: Divi child theme   
Author: Elegant Themes
Author URI: http://www.elegantthemes.com/ 
Template: Divi
Version: 2.7.8
*/ 

@import url("../Divi/style.css");
@import url(https://fonts.googleapis.com/css?family=Rosario|Kaushan+Script|Sorts+Mill+Goudy);
/*@import url(https://fonts.googleapis.com/css?family=Pacifico|Bad+Script|Homemade+Apple|Chelsea+Market|Zeyada|Patrick+Hand+SC|Buda:300);*/


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

#et-top-navigation {
    font-weight: 500!important;
}
.nav li ul {
	padding: 10px 0!important;
}
#top-menu li li {
	padding: 0 10px!important;
}
#top-menu li li a {
	width: 220px!important;
	padding: 6px 10px!important;
}
/* @media only screen and (max-width: 980px) {
.et_pb_row {
 width: 90%;
}
.et_pb_column .et_pb_column_0 {
 margin-bottom: 0px!important;
}
}
*/
#comments {
	display: none;
	visibility: hidden;
}

#main-footer {
	border-top: 1px solid rgba(124, 114, 109, 0.3) !important;
}
#footer-widgets .footer-widget li a, .footer-widget, .footer-widget div.textwidget li, #footer-bottom {
	font-size: 12px!important;
	color: #ACACAC!important;
}
.footer-widget h4 {
	font-family: "Open Sans", Arial, sans-serif!important;
	font-size: 15px!important;
	text-transform: uppercase;
	color: #555555!important;
}
.footer-widget div.textwidget a:hover {
	color: #388489;
}
.footer-widget div.textwidge ul {
	list-style: none;
	margin: 0px;
	clear: left;
	padding: 0px;
}
#footer-widgets .footer-widget li, .footer-widget div.textwidge li {
	margin: 0!important;
	padding: 0px 0px 0px 20px!important;
	background: url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/listArrowFooter.png) no-repeat -5px center;/*	text-transform: lowercase;*/
}
.footer-widget div.textwidge li a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.et_pb_gutters3 .footer-widget {
	margin-top: 0!important;
	margin-right: 2.5%!important;
	margin-bottom: 4.5%!important;
	margin-left: 0!important;
}
#footer-bottom .container {
	text-align: center;
	padding-bottom: 3.5%;
}
#footer-widgets .footer-widget li:before {
	display: none;
	visibility: hidden;
}
.serviceLink {
	float: left;
	width: 155px;
	padding: 10px;
	background: url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/serviceLinks.png);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 110px;
	margin: 0px 5px 5px 0px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}
#introLeft {
	width: 40%;
	color: #8a8a8a;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	padding-bottom: 30px;
}
#textLeft {
	width: 69%;
}
#textLeft p {
	margin-right: 10px;
}
#introLeft, #textLeft, #halfLeft {
	float: left;/*font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
#introRight {
	width: 57%;
}
#textRight {
	width:30%;
	margin: 0px!important;
	padding: 0px;
}
#introRight, #textRight, #halfRight, #rightHP {
	float: right;
	border-left: 1px solid rgba(124, 114, 109, 0.3) !important;
	margin-left: 2.1%;
	padding-left: 2.1%;
}
#halfLeft, #halfRight {
	width: 48.5%;
}
#halfLeft ul {
	margin: 16px 0;
	padding: 0 0 0 10px!important;
}
#servicesList li {
	padding: 0px 0px 0px 30px!important;
	background: url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/listArrow.png) no-repeat left center;/*	text-transform: lowercase;*/
	list-style: none;
	text-transform: uppercase;
	margin: 10px 0px;
}
#servicesList li a {
	color: #000!important;
	text-align: left!important;
	font-size: .8em!important;
	font-weight: bold!important;
}
.peopleWrap, .supportWrap {
	list-style: none;
	margin: 10px auto 0px!important;
	clear: both;
	border-top: 1px solid rgba(124, 114, 109, 0.3) !important;
	padding-top: 10px;
}
.peopleWrap:after, .supportWrap:after {
	content: "";
	display: table;
	clear: both;
}
ul.people {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.people li {
	display: table-cell;
	width: 280px;
	text-align: center;
	padding-right: 20px;
}
ul.people li h3 {
	margin: 0px!important;
	padding: 0px!important;
}
ul.people li img {
	width: 120px;
	float: left;
}
ul.people li a {
}

#pdfLink {
	position: relative;
}
#pdf {
	position: absolute;
	top: -15px;
	right: 0px;
	font-size: 0.7em;
	background: #e8e8e8 url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/pdfIcon.png) no-repeat 5px center;
	height: 40px;
	padding: 10px 10px 10px 35px;
	font-weight: 600;
}
.contactWrap {
	background: #b32a30; /* Old browsers */
	background: -moz-linear-gradient(top, #b32a30 0%, #821e23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b32a30), color-stop(100%, #821e23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b32a30 0%, #821e23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b32a30 0%, #821e23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b32a30 0%, #821e23 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b32a30 0%, #821e23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b32a30', endColorstr='#821e23', GradientType=0 ); /* IE6-9 */
}
.contactWrap {
	color: #fff!important;
}
.et_pb_team_member_description, .et_pb_button_alignment_center {
	padding: 15px;
	color: #FFF;
	margin-top: 0px;
}
.et_pb_team_member_description h4 {
	font-size: 18px;
}
.contactList li {
	list-style: none;
}
.contactWrap h3, .contactWrap a {
	color: #fff!important;
}
.additionalText {
	background: #EFEFEF;
	padding: 15px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left!important;
}
#contactLink {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	border: 1px solid #E2E2DE;
	background: #b32a30;
	padding: 15px 25px;
	margin-top: 10px;
	color: #FFF;	/*color: #EBABAE;*/
	text-align: center;
}
#contactLink a {
	color: #FFF!important;
	padding-right: 20px;
	padding-left: 50px;
	font-size: 1.6em;
	text-decoration: none;
}
.emailContact {
	background: url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/emailContact.png) no-repeat 10px center;
}
p#breadcrumbs {
	font-size: 80%;
	padding-bottom: 10px!important;
}
#breadcrumbs {
	color: #6F6F6F;
}
#breadcrumbs a {
	color: #9F9F9F!important;
	padding-right: 5px;
	padding-left: 5px;
}
.contactList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contactList li {
	clear: right!important;
	padding-top: 10px;
}
.contactList .icon {
	margin-right: 10px;
}
.contactList li:first-child {
	margin-top: 0;
}
.contactList li:last-child {
	margin-bottom: 0;
}
.contactList p {
	margin: 0px!important;
	padding: 0px!important;/*  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
*/
}
.icon {
	display: inline-block;
	line-height: 0;
	vertical-align: bottom;
}
.icon-20 {
	background: url("https://www.radichlaw.co.nz/wp-content/uploads/2019/03/icon-20-sprite.png") no-repeat;
	width: 21px;
	height: 23px;
}
.icon-white-location {
	background-position: 0 -20px;
}
.icon-white-business {
	background-position: 0 -115px;
}
.icon-white-mobile {
	background-position: 0 -215px;
}
.icon-white-fax {
	background-position: 0 -135px;
}
.icon-white-email {
	background-position: 0 -155px;
}
.contactList p span {
	float: right;
	width: 80%;
	text-align: left!important;
}
.widget-area {
	max-width: 900px!important;
	margin: 0px auto!important;
}
.site-footer .sidebar-container {
	background-color: #2E3033!important;
	margin: 10px auto!important;
	clear: both!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.site-footer a {
	color: #ACACAC!important;
}
.site-footer a:hover {
	color: #000!important;
	text-decoration: underline;
}
#footerPhone, #footerFax, #footerEmail {
	float: left;
	height: 35px;
}
#footerEmail {
	width: 245px;
	background:url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/footerEmail.png) no-repeat center center;/*margin-left: 60px;*/
}
#footerPhone {
	width: 165px;
	background:url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/footerPhone.png) no-repeat center center;/*margin-left:90px;*/
}
#footerFax {
	width: 165px;
	background:url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/footerFax.png) no-repeat center center;/*margin-left: 90px;*/
}
#footerPhone a, #footerFax a, #footerEmail a {
	display: block;
	height: 100%;
	width: 100%;
}
#footerPhone span, #footerFax span, #footerEmail span {
	visibility: hidden;
}
/*footer Styles */
.site-info {
	padding: 0px!important;
}
ul.tiles {
	padding: 0 0 0 10px!important;
}
.tiles.three-up .row-start {
	margin-left: 0;
	clear: left;
}
.tiles.three-up .tile {
	width: 45%;
	margin: 0 0 0.3% 20px;
}
.tiles-people .tile-media {
	zoom: 1;
	zoom: 1;
	display: block;
}
.tiles-people .tile {
	height: auto;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.tiles .tile {
	position: relative;
	display: inline-block;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tiles .title {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em!important;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
}
.tile img {
	float: left;
	padding: 5px;
	border: 1px solid rgba(124, 114, 109, 0.3) !important;/*border: 1px solid #D6D6D6;*/
}
.tile .block {
	float: right;
	width: 60%;
	background: #b32a30; /* Old browsers */
	background: -moz-linear-gradient(top, #b32a30 0%, #821e23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b32a30), color-stop(100%, #821e23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b32a30 0%, #821e23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b32a30 0%, #821e23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b32a30 0%, #821e23 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b32a30 0%, #821e23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b32a30', endColorstr='#821e23', GradientType=0 ); /* IE6-9 */
	padding: 10px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 6%;/*	margin-bottom: 20px;*/
	height: 132px;
	position: relative;
}
.tile .block .moreLink {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/listArrowNav.png) no-repeat center center;
	height: 26px;
	width: 26px;
}
.tile .block .moreLink:hover {
	background: url(https://www.radichlaw.co.nz/wp-content/uploads/2019/03/listArrowNavHover.png) no-repeat center center;
}
.tile .block .moreLink a {
	display: block;
	height: 100%;
	width: 100%;
}
.block p {
	line-height: 1.1em;
	/*margin: 0 0 5px!important;*/
	text-align: left!important;
	font-size: 1em;
}
.block a {
	color: #FFF!important;
	text-decoration: none;
	font: 1em "droid_serifitalic"!important;
}