/*
Theme Name: z4 Capital Theme
Theme URI: https://z4capital.com
Version: 1.1
Description: Theme built of the u-design theme for z4 Capital
Author: Terzian Creative
Author URI: http://www.terziancreative.com
template: u-design
*/

/* Add your custom styles here... */ 
#home-page-content #content-container {
    padding: 0px !important;
}
#content-container {
    margin-top: -5px !important;
	padding-top: 0px !important;
}
.no-breadcrumbs-padding {
    padding: 0px;
}
.private-capital {
    overflow: visible !important;
}
.association {
    position: absolute;
        top: 225px;
    left: 50%;
    max-width: 250px;
    height: auto;
    margin-left: -125px;
	z-index: 3;
}
.getStarted {
    background-color: #08c !important;
    border-radius: 6px !important;
}
.getStarted a span {
	color: #ffffff !important;
}
#angledBuyers {
    position: relative;
    top: -100px;
    right: 0;
    max-width: 700px;
    width: 676px;
    z-index: 1;
}
.service-map {
    width: 900px !important;
    position: absolute;
    top: -121px;
    right: -360px;
}
.service-box .vc_column-inner {
    background-color: #f8f8f8;
    border: 1px solid #1e73be;
    min-height: 195px;
    width: 97% !important;
    display: block;
    margin: 5px auto;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
.no-top-margin {margin-top:0px;}
.entry {
    padding: 10px 0 0px !important;
}
.quickSubmit {
    display: block;
    width: 100% !important;
    background-color: #229A5C !important;
    color: #ffffff !important;
}
/****forms******/
.formRow {
    width: 100%;
    display: block;
    padding: 10px 0px;
}
.refiSelect, .purchSelect, .citizenNo {
	display: none;
}
.formRow span input {
    width: 100%;
    border: 1px solid #bebebe;
    height: 30px;
    border-radius: 5px;
    padding: 5px 0px 5px 7px;
    display: block;
    margin: 0px auto;
	font-size: 1em;
}
.formRow .halfRow {
    width: 48%;
    display: inline-block;
    max-width: 450px;
	vertical-align: top;
}
.fullRow textarea {
    width: 100%;
}
.halfRow p {
    padding-top: 0px;
}
.formRow .halfRow:first-child {
    margin-right: 15px;
}
.formRow .halfRow select {
    width: 100%;
    font-size: 1.1em;
}
.formRow input[type=submit] {
    padding: 10px 80px;
    display: block;
    border: 0;
    background-color: #08c;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 300;
}
.formRow strong {
    color: #08c;
}@media screen and (max-width:968px) {
	.formRow .halfRow {
		width: 45%;
	}
	.formRow .halfRow:first-child {
		margin-right: 10px;
	}
}
@media screen and (max-width:720px) {
	.formRow .halfRow {
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	.formRow {
		padding: 0px 0px;
	}
}
/********************/
@media screen and (max-width:768px) {
	.association {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
		height: auto;
		margin-left: 0;
		z-index: 1;
	}
	.getStarted a {
		padding: 0px 5px;
	}
	.getStarted a span {
		padding:7px 0px 7px 2px;
	}
}
@media screen and (max-width:415px) {
		.vc_column-inner.vc_custom_1528207974163 {
		padding-top: 0px !important;
	}
	#angledBuyers {
		display: none;
	}
	p {
		font-size:1.2em;
	}
}