/*
	Theme Name: Ivy Property Services

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	
}
body {
	font-family: 'Montserrat', sans-serif;
	color:#000; 	overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#ec6708;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
 .inner {
	max-width: 1102px;
	margin: 0 auto; position: relative; 
}

/* header */
.header {
 width: 96%; padding: 0 2%; float:left; position:relative; background-color: #fff; 
}
.header .inner { padding-top: 0 }
.slider { width: 100%; float:left; position:relative;  overflow: hidden }
.slider .wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button { font-family: 'Montserrat', sans-serif; }
.slider .wp1s-caption-wrapper.wp1s-caption-type-4 .wps1-readmore-button { font-family: 'Montserrat', sans-serif; background-color: #ec6708 }
.slider .wp1s-caption-wrapper.wp1s-caption-type-4 .wps1-readmore-button:hover { background-color: #fff }
/* logo */
.logo {
float:left; 
}
.logo-img {

}
/* nav */
.nav { float:right; }
.nav ul { list-style-type:none; float:right; padding-top: 5px   }
.nav ul li {float:left; }
.nav ul li a { display: block; padding: 5px 20px; font-size: 14px; color:#000 }
.nav ul li a:hover { border-bottom: 2px solid #ec6708 }
.call { font-weight: 600; font-size: 22px; color: #ec6708; float:right;  padding: 20px 0 5px 10px  }
/* sidebar */
.sidebar {

}
/* footer */
.footer {
width: 100%; font-size: 12px; background:  #ec6708; color:#fff; text-align: center; float:left; padding: 10px 0 
}
footer a { color:#fff !important }

/*------------------------------------*\
    PAGES
\*------------------------------------*/
#about, #services, #quote {  float:left; position:relative; font-size: 15px; line-height: 22px ; text-align:center }
#about, #services { width: 96%; padding: 2% }
#quote { width: 100%;}
#about { margin-bottom: 40px }
.inner h2 { border-bottom: 2px solid #ec6708 ; display: inline; letter-spacing: 2px  }
.inner .item {width: 100%; float:left; position:relative; text-align: left }
#quote { background-color:#000; color:#fff; padding: 30px 0; margin: 60px 0 0 0 }
#quote .alignleft { width: 50%; float:left; text-align:left; padding-left: 2%  }
#quote .alignleft .wpcf7-text, #quote .alignleft .wpcf7-textarea { padding: 5px; width: 100% }
#quote .wpcf7-submit { background: #ec6708; border: none; padding: 5px  }
#quote .alignright { width: 40%; float:right; text-align: left }


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1000px) {
	

.call { display:none }
	
}


@media only screen and (max-width: 570px) {
	#about, #services { width: 92%; padding: 0 0 0 8% }
	#quote { width: 100%; }
	#quote .inner { width: 92%; padding: 4% }
	.inner .item {  text-align: center }
	.inner .wp-block-image { width: 100%; text-align: center; display:block; position:relative; float:left;  }
	.inner  .alignleft { float:none !important; margin: none !important }
	.slider .wp1s-resposive .wp1s-main-wrapper .wp1s-caption-wrapper.wp1s-caption-type-4 .wp1s-caption-content { font-size: 14px }
	.slider .wp1s-resposive .wp1s-main-wrapper .wp1s-caption-wrapper.wp1s-caption-type-4 .wps1-readmore-button { font-size: 11px; }
	.slider { margin-top: 20px }
	
	.logo { width: 100%; text-align: center}
	.logo img { margin: 0 auto; }
	.nav { width: 100%; float:left; }
	.nav ul { margin: 0 auto; float:none; width: 310px  }
	#quote .alignleft { width: 100%; margin: 0; padding-left: 0  }
	#quote .alignright { width: 100%; margin: 0 }

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.grecaptcha-badge{
	visibility: collapse !important;  
}