/*
Theme Name: Rainsford & Associates 2023
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('css/font-awesome/css/font-awesome.min.css');
@import url('css/reset.css');
@import url('css/slicknav.css');
@import url('fonts/poppins.css');

html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 20px;
	line-height: 1.5em;
	font-family: 'Poppins', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size:50px;
	font-weight:600;
	margin:0 0 30px 0;
	line-height:60px;
}
h2 {
	font-size:50px;
	font-weight:600;
	margin:0 0 30px 0;
	line-height:60px;
}
h3 {
	font-size:24px;
	font-weight:600;
	margin:0 0 20px 0;
	line-height:34px;
	color:#6600c8;
	text-transform:uppercase;
}
h4 {
	font-size:26px;
	margin:0 0 20px 0;
	line-height:30px;
	font-weight:700;
}
p {
	font-size:20px;
	margin:0 0 20px 0;
	line-height:30px;
}
ul, ol {
	margin:0 0 20px 25px;
}
a {
	color:#386b9f;
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}
.clear {
	clear:both;
}
.container {
	width:96%;
	margin:0 auto;
	position:relative;
	max-width:1600px;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	width:100%;
	z-index:999;
	height:120px;
	background:#fff;
}
.home #header {
	box-shadow:none !important;
}
#header .container {
	position:relative;
}
.logo {
	position:relative;
	float:left;
	margin:0 0 0 0;	
}
#header .menu {
	list-style-type:none;
	margin:45px 0 0 0;
	position:relative;
	float:right;
}
#header .menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 20px;
}
#header .menu li a {
	color:#333;
	text-decoration:none;
	font-size:18px;
}
#header .menu li.current-menu-item a {
	font-weight:700;
	color:#6600c8;
}
#header .menu li:last-child a {
	transition:all .5s;
	background:#6600c8;
	color:#fff;
	padding:15px 25px;
}
#slider {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
	top:-120px;
	margin:0 0 -120px 0;
}
.banner {
	position:absolute;
	top:34%;
	left:50%;
	margin:0;
	width:1600px;
	margin:0 0 0 -800px;
	z-index:500;
	color:#fff;
}
.banner h3 {
	font-size:24px;
	text-transform:uppercase;
	color:#fff;
}
.banner h2 {
	display:inline-block;
	color:#fff;
	max-width:900px;
	font-size:70px;
	line-height:80px;
	margin:0 0 20px 0;
	font-weight:600;
}
.banner p {
	font-size:22px;
	max-width:900px;
	line-height:34px;
}
.btn {
	transition:all .5s;
	background:#6600c8;
	color:#fff;
	display:inline-block;
	margin:25px 15px 0 0;
	padding:20px 30px;
	border:1px solid #6600c8;
	text-transform:uppercase;
	font-size:20px;
}
.btn:hover {
	color:#6600c8;
	background:#fff;
	border:1px solid #6600c8;
}
#slider .cycle-slideshow {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
}
#slider .cycle-slideshow #slide1 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide1.jpg) no-repeat center center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide2 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide2.jpg) no-repeat center center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide3 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide3.jpg) no-repeat center center fixed;
	background-size:cover;
}
#inner {
	width:100%;
	clear:both;
	height:450px;
	color:#fff;
	position:relative;
	z-index:0;
	text-align:center;
}
.crumbs a {
	color:#fff;
}
#inner h1 {
	padding:175px 0 80px 0;
	font-size:70px;
	font-weight:600;
	line-height:80px;
}
#content {
	padding:75px 0 75px 0;
	position:relative;
	z-index:300;
}
#welcome {
	padding:75px 0;
	position:relative;
	z-index:500;
}
#welcome h3 {
	padding:50px 0 0 0;
}
#services {
	padding:75px 0;
	text-align:center;
}
#services h2 {
	margin:0 0 50px 0;
}
.serv {
	width:25.33%;
	float:left;
	text-align:left;
	background:#f3f3f3;
	margin:0 2% 60px 2%;
	padding:25px 2%;
	min-height:400px;
}
.serv img {
	margin:0 0 20px 0;
}
.serv h4 {
	font-size:32px;
	margin:0 0 25px 0;
	line-height:42px;
}
.serv a {
	color:#333;
}
#why {
	width:100%;
	clear:both;
	min-height:700px;
	padding:150px 0;
	background:url(images/why.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	z-index:0;
}
.why {
	width:42%;
	padding:70px 4%;
	float:right;
	background:#fff;
}
#testimonials {
	padding:75px 0 150px 0;
	text-align:center;
}
#testimonials h2 {
	margin:0 0 50px 0;
}
.testimonial {
	padding:125px 75px 75px 75px;
	background:#fff;
	box-shadow:0 0 30px rgba(0,0,0,0.1);
}
.testimonial p {
	line-height:40px;
}
#contact {
	padding:50px 0 100px 0;
}
.contact-left {
	width:40%;
	float:left;
}
.contact-left h3 {
	padding:90px 0 0 0;
}
.contact-right {
	width:40%;
	float:right;
	padding:75px 5%;
	background:#f3f3f3;
}
.contact-right h4 {
	font-size:40px;
	text-align:center;
	margin:0 0 50px 0;
}
.contact-icon {
	font-size:24px;
	clear:both;
	margin:40px 0;
}
.contact-icon i {
	float:left;
	width:70px;
	height:70px;
	text-align:center;
	background:#f3f3f3;
	line-height:70px;
	margin:0 20px 0 0;
	color:#6600c8;
	font-size:30px;
}
ul.pl {
	position:relative;
	left:25px;
}
ul.pl li {
	font-weight:700;
	margin:0 0 15px 0;
}
.why-text {
	padding:50px 0 0 0;
}
.regime {
	text-align:center;
	padding:0 0 50px 0;
}
h2.purp {
	font-size:36px;
	line-height:46px;
	font-weight:700;
	color:#6600c8;
}
.servcom-right {
	width:47%;
	float:right;
}
.servcom-image {
	max-width:45% !important;
}
.servcom-right .servcomul {
	position:relative;
	left:25px;
}
.servcomul li {
	margin:0 0 10px 0;

}
.alignright, .wp-post-image {
	float:right;
	margin:0 0 50px 100px;
	max-width:50%;
}
.alignleft {
	float:left;
	margin:0 100px 50px 0;
	max-width:50%;
}
#top-footer {
	padding:75px 0;
	background:#f3f3f3;
}
#top-footer h3 {
	font-size:32px;
	line-height:42px;
	margin:0 0 40px 0;
	font-weight:700;
	position:relative;
	padding:0 0 7px 0;
	text-transform:none;
	color:#333;
}
.fcol-1 {
	width:35%;
	float:left;
	margin:0 0 0 0;
}
.fcol-2 {
	width:20%;
	float:left;
	margin:0 5%;
	text-align:center;
}
.fcol-3 {
	width:20%;
	float:right;
	margin:0;
}
.fcol ul {
	list-style-type:none;
	margin:0 0 20px 0;
}
.fcol ul li {
	width:100%;
	padding:0;
	float:none;
	margin:0 0 5px 0;
}
.fcol ul li a {
	transition:all .5s;
	color:#333;
	text-decoration:none;
}
.fcol-2 img {
	margin:0 0 20px 0;
}
.fcol a {
	color:#333;
	text-decoration:none;
	transition:all .5s;
}
.fcol-2 p {
	font-weight:700;
	padding:0;
}
.fcol-3 i {
	color:#6600c8;
	margin:0 5px 0 0;
}
.fcol-3 p {
	line-height:34px;
}
#footer {
	border-top:1px solid #999;
	padding:25px 0;
	background:#f3f3f3;
}
#footer p {
	font-size:15px;
	text-align:center;
	width:100%;
	margin:0 0 0 0;
}
#footer p a {
	color:#333;
	text-decoration:none;
}
#form {
	width:40%;
	float:right;
	padding:40px 2.5%;
	background:#f3f3f3;
}
#details {
	width:45%;
	float:left;
}
.map {
	width:100% !important;
	height:330px;
	margin:25px 0 0 0;
	border: 1px solid #eee !important;
}
.form-col {
    width: 47%;
	float:left;
	margin:0 3% 5px 0;
}
.form-col-full {
    width: 97%;
	float:left;
	margin:0 3% 5px 0;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 textarea {
	background: #f3f3f3;
    border:none;
	border-bottom:1px solid #999;
    color: #555;
    font-size: 22px;
	width:95%;
	padding:15px 2.5%;
    height:120px;
	margin:0 0 15px 0;
	font-family: inherit !important;  
}
.wpcf7 p {
    color: #333;
	text-align:left !important;
}
.wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
.wpcf7 label {
	width:100%;
	display:inline-block;
    margin: 0 0 10px 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"]{
    background: #f3f3f3;
    border:none;
	border-bottom:1px solid #999;
    color: #555;
    font-size: 22px;
	width:95%;
	padding:15px 2.5%;
	margin:0 0 15px 0;
	
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 60px;
    padding: 0;
    width:170px;
    position: relative;
	text-align:center;
	transition:all .5s;
	border:none;
	text-decoration:none;
	color:#fff;
	background:#6600c8;
	font-size:22px;
	display:inline-block;	
	margin:0 auto;
	font-weight:400;
	left:230px;
}
.wpcf7 input[type="submit"]:hover {
	background: #8355af;
}

.main {
	width:65%;
	float:left;
}
.main .post h2 {
	font-size:26px;
	line-height:36px;
	margin:0 0 20px 0;
}
.sidebar {
	width:27%;
	padding:30px 1.5%;
	background:#f3f3f3;
	float:right;
	border: 1px solid #ccc;
}
.sidebar h3 {
	font-size:32px;
}
.sidebar ul li {
	margin:0 0 20px 0;
	line-height:20px;
}
.post {
	margin:0 0 30px 0;
}
.share {
	display:block;
	margin:15px 0;
}
.page-numbers {
	padding:20px;
	font-size:18px;
	text-decoration:none;
	background:#eee;
	border:1px solid #ccc;
	display:inline-block;
	margin:20px 0;
}
.more {
	background:#184588;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	margin:15px 0;
	text-decoration:none;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
@media only screen and (max-width: 1600px) {
	.banner {
		position:absolute;
		top:30%;
		left:0;
		margin:0 5%;
		width:90%;
	}
	#header .menu li {
		margin:0 0 0 15px;
	}
	#header .menu li a {
		font-size:16px;
	}
}
@media only screen and (max-width: 1340px) {
	#header .menu li {
		margin:0 0 0 10px;
	}
	#header .menu li a {
		font-size:15px;
	}
	.logo {
		width:150px;
	}
}
@media only screen and (max-width: 1200px) {
	#header .menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header {
		text-align:center;
		margin:50px 0 0 0;
		height:auto;
	}
	.logo {
		float:none;
		position:relative;
		margin:0;
	}	
	#footer span.mhide {
		display:none;
	}
	#footer span.mblock {
		display:block;
	}
	.alignright, .alignleft {
		max-width:100%;
		height:auto;
		float:none;
		margin:0 0 30px 0;
	}
	#welcome, #content {
		text-align:center;
	}
	#inner {
		padding:50px 0;
		height:100px;
	}
	#top-footer {
		padding:50px 0;
	}
	#form {
		width:90%;
		float:none;
		padding:45px 5%;
		margin:0;
	}
	#details {
		width:100%;
		float:none;
		padding:64px 0 0 0;
	}
	#content {
		padding:75px 0 75px 0;
	}
	
	.banner {
		text-align:center;
		top:20%;
	}
	.banner h3 {
		display:none;
	}
	.banner h2 {
		display:inline-block;
		color:#fff;
		max-width:100%;
		font-size:34px;
		line-height:40px;
		margin:0 0 15px 0;
	}
	.banner p {
		font-size:16px;
		max-width:100%;
		line-height:24px;
	}
	.btn {
		margin:15px 0 0 0;
		padding:10px 20px;
		font-size:16px;
	}
	#inner {
		height:auto;
	}
	#inner h1 {
		padding:50px 0 50px 0;
		font-size:50px;
		line-height:60px;
	}
}
@media only screen and (max-width: 1024px) {


	#slider {
		height:600px;
		top:0;
		margin:0;
	}
	#slider .cycle-slideshow #slide1 {
		background:url(images/slide1.jpg) no-repeat center center scroll;
		background-size:1024px 600px;
	}
	.serv {
		width:90%;
		float:left;
		text-align:left;
		background:#f3f3f3;
		margin:0 1% 40px 1%;
		padding:25px 4%;
		min-height:100px;
		text-align:center;
	}
	.serv img {
		margin:0 0 15px 0;
	}
	.serv h4 {
		font-size:26px;
		margin:0 0 20px 0;
		line-height:36px;
	}
	#why {
		width:100%;
		clear:both;
		min-height:350px;
		padding:50px 0;
		background:url(images/why.jpg) no-repeat left center;
		position:relative;
		z-index:0;
	}
	.why {
		width:87%;
		padding:30px 4%;
		float:right;
		background:#fff;
		margin:0 2.5%;
	}
	#testimonials {
		padding:75px 0 100px 0;
		text-align:center;
	}
	#testimonials h2 {
		margin:0 0 30px 0;
	}
	.testimonial {
		width:80%;
		margin:0 5%;
		padding:100px 5% 50px 5%;
		background:#fff;
		box-shadow:0 0 30px rgba(0,0,0,0.1);
	}
	.testimonial p {
		font-size:20px;
		line-height:30px;
	}
	#contact {
		padding:50px 0 50px 0;
	}
	.contact-left {
		width:90%;
		float:none;
		margin:0 5% 100px 5%;
	}
	.contact-left h3 {
		padding:0;
	}
	.contact-right {
		width:80%;
		float:none;
		padding:50px 5%;
		background:#f3f3f3;
		margin:0 5%;
	}
	.contact-right h4 {
		font-size:30px;
		text-align:center;
		margin:0 0 30px 0;
	}
	.contact-icon {
		font-size:20px;
		clear:both;
		margin:40px 0;
	}	
	.wpcf7 input[type="submit"] {
		width:100%;
		left:0;
	}
	.servcom-right {
		width:100%;
		float:none;
	}
	.servcom-image {
		max-width:100% !important;
	}
	.servcom-right .servcomul {
		left:0;
	}
}

@media only screen and (max-width: 800px) {
	
	.main {
		width:100%;
		float:none;
		margin:0 0 40px 0;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:#fff;
		float:none;
		border: none;
	}
	.sidebar ul {
		list-style-type:none;
		margin:0 0 20px 0;
	}
	.sidebar ul li {
		width:100%;
		padding:0;
		margin:0 0 5px 0;
		text-align:center;
	}	
	.share {
		display:inline-block;
		margin:0 auto;
	}
	.inner h1, .inner h3 {
		text-align:center;
	}
	.fcol-1 {
		width:100%;
		float:none;
		text-align:center;
		margin:0 0 25px 0;
	}
	.fcol-2 {
		width:100%;
		float:none;
		text-align:center;
		margin:0 0 25px 0;
	}
	.fcol-3 {
		width:100%;
		float:none;
		text-align:center;
		margin:0 0 25px 0;
	}
	.fcol ul {
		list-style-type:none;
		margin:0 0 20px 0;
	}
	.fcol ul li {
		width:100%;
		padding:0;
		margin:0 0 5px 0;
		text-align:center;
	}
	ul.pl {
		left:0;
		list-style-type:none;
	}
	ul.pl li {
		font-weight:700;
		margin:0 0 15px 0;
		width:100%;
		text-align:center;
	}
	.why-text {
		padding:0;
	}
}
@media only screen and (max-width: 600px) {
	.banner {
		top:13%;
	}
	#slider {
		height:450px;
		top:0;
		margin:0;
	}
	#slider .cycle-slideshow #slide1 {
		background:url(images/slide1.jpg) no-repeat center center scroll;
		background-size:800px 450px;
	}
	p {
		font-size:16px;
		line-height:24px;
	}
	body {
		font-size:16px;
	}
	h2 {
		font-size:40px;
		line-height:50px;
	}
	h2.purp {
		font-size:28px;
		line-height:38px;
	}
	.why {
		text-align:center;
	}
	#content {
		overflow:hidden !important;
	}
}


.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 260px; overflow: hidden; left:-5px;
}
.cycle-pager span { 
    font-family: arial; font-size: 80px; width: 24px; height: 24px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #6600c8;}
.cycle-pager > * { cursor: pointer;}
