/*
Home Page Styles
Description: Home page styles for Hello Pro theme.
Author: brandiD
Author URI: https://thebrandid.com/
--------------------------------------------- */

/* Home Page
--------------------------------------------- */
.hello-pro-home .site-header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

.hello-pro-home .site-header.sticky {
	min-height: 66px;
}

.hello-pro-home.full-width-content main.content {
	width: 100%;
	max-width: none;
}

.hello-pro-home .img-diamond {
	display: block;
	margin: 0 auto 20px auto;
}

.hello-pro-home h3 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
}

/* WELCOME
----------------------------------------------------------------------------- */
.hello-pro-home .top {
	position: relative;
	background-color: transparent;
	background-size: cover;
	width: 100%;
	padding: 200px 0;
	margin: 0;
}

.home-welcome .text-center,
.home-welcome .text-left,
.home-welcome .text-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100%;
}

.home-welcome .text-center h2,
.home-welcome .text-center p,
.home-welcome .text-left h2,
.home-welcome .text-left p,
.home-welcome .text-right h2,
.home-welcome .text-right p {
	width: 70%;
}

.home-welcome .text-left h2,
.home-welcome .text-left p {
	text-align: left;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}

.home-welcome .text-center h2,
.home-welcome .text-center p {
	text-align: center;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.home-welcome .text-right h2,
.home-welcome .text-right p {
	text-align: right;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.home-welcome > .widget {
	margin-bottom: 30px;
}

.home-welcome h2 {
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 0;
}

.home-welcome h2 > strong {
	display: block;
}

/* INTRO
----------------------------------------------------------------------------- */
.home-intro {
	background-color: transparent;
	background-image: url('images/fountain-pen-bg.jpg');
	background-repeat: no-repeat;
	background-position: 100% 200px;
	background-size: 250px;
	padding: 75px 0 0;
}

.home-intro > .wrap > section {
	/* max-width: 900px; */
	margin: 0 auto;
	text-align: center;
}

.home-intro > .wrap > section p {
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
}

.home-intro > .wrap > section p b,
.home-intro > .wrap > section p strong {
	font-weight: 700;
}

.home-intro img.pen-icon {
	display: block;
	margin: 0 auto 20px auto;
}

.home-intro h3 {
	text-align: center;
	margin-bottom: 40px;
}

.home-intro .widget.buckets {
	margin: 50px auto 80px auto;
}

.home-intro .widget.buckets h3.side-lines {
	font-size: 24px;
}

.home-intro .widget.buckets > .widget-wrap > .textwidget {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.home-intro .widget.buckets .widget-wrap,
.home-intro .widget.buckets h3,
.home-intro .widget.buckets .bucket {
	width: 100%;
	font-size: 18px !important;
}

.home-intro .widget.buckets h3 {
	flex: 0 1 100%;
}

.home-intro .widget.buckets .bucket {
	flex: 0 1 calc(33% - 80px);
	margin: 0 40px;
}

.home-intro .widget.buckets .bucket h4 {
	font-size: 20px;
	color: #6d1a2e;
	margin: 25px auto;
}

.home-intro .widget.image-box {
	display: block;
	position: relative;
	margin-top: 180px;
	margin-bottom: 180px;
}

.home-intro .widget.image-box > .widget-wrap > .textwidget {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}

.home-intro .widget.image-box .img {
	display: block;
	width: 50%;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 2;
	padding-left: 8px;
}

.home-intro .widget.image-box .img img {
	display: block;
	width: 100%;
	height: auto;
}

.home-intro .widget.image-box .text {
	width: 100%;
	padding: 80px 20px;
	position: relative;
	z-index: 1;
}

.home-intro .widget.image-box .text:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 8px solid #fa931c;
	z-index: -1;
	box-sizing: border-box;
}

.home-intro .widget.image-box .text img {
    margin-left: calc(75% - 10px);
}

.home-intro .widget.image-box .text h3,
.home-intro .widget.image-box .text h4,
.home-intro .widget.image-box .text p {
	margin-left: 50%;
	padding-left: 20px;
}

.home-intro .widget.image-box .text h4 {
	font-size: 18px;
	color: #6d1a2e;
	text-transform: none;
	margin-bottom: 30px;
}

/* BOOK UPSELL
----------------------------------------------------------------------------- */
.hello-pro-home .home-book-upsell {
	background-color: #ebecec;
	background-size: cover;
	padding: 90px 0;
}

.hello-pro-home .home-book-upsell .wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hello-pro-home .home-book-upsell .wrap > .widget {
	width: 100%;
	text-align: center;
}

/* CTA
----------------------------------------------------------------------------- */
.hello-pro-home .home-cta {
	background-color: #fff;
	background-size: cover;
	padding: 180px 100px 60px 100px;
}

.hello-pro-home .home-cta .wrap {
	max-width: 100%;
	padding: 70px;
	border: 8px solid #002f35;
	background: rgba(255,255,255,0.65);
}

.hello-pro-home .home-cta .widget {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.hello-pro-home .home-cta .widget.form {
	margin: 30px auto;
	max-width: 830px;
}

.hello-pro-home .home-cta .gform_wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.hello-pro-home .home-cta .gform_wrapper ul {
	display: flex;
	flex-direction: row;
}

.hello-pro-home .home-cta .gform_wrapper form li,
.hello-pro-home .home-cta .gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0 !important;
	padding-left: 0;
	padding-right: 0 !important;
    width: 100%;
}

.hello-pro-home .home-cta .gform_wrapper ul.gform_fields li.gfield:first-child {
	margin-right: 20px;
}

.hello-pro-home .home-cta .gform_wrapper .top_label .gfield_label,
.hello-pro-home .home-cta .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none;
}

.hello-pro-home .home-cta .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.hello-pro-home .home-cta .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
	padding-top: 0;
}

.hello-pro-home .home-cta .gform_wrapper ul.gform_fields li.gfield input[type="text"] {
	border: none;
	background-color: #ebecec;
	padding: 18px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	color: #444;
}

.hello-pro-home .home-cta .gform_wrapper ul.gform_fields li.gfield input[type="text"]::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #6c6c6c;
}

.hello-pro-home .home-cta .gform_wrapper ul.gform_fields li.gfield input[type="text"].medium {
	width: 100%;
}

.hello-pro-home .home-cta .widget .disclaimer {
	max-width: 800px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

.hello-pro-home .home-cta .gform_wrapper .gform_footer {
	margin-top: 0;
	padding-top: 10px;
	text-align: center;
}

.hello-pro-home .home-cta input[type="submit"] {
	background-color: #fa931c;
}

.hello-pro-home .home-cta input[type="submit"]:hover,
.hello-pro-home .home-cta input[type="submit"]:focus {
	background-color: #002f35;
}

/* .home-cta .enews h4,
.home-cta .enews p {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.home-cta .enews form {
	max-width: 600px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.hello-pro-home .home-cta .mc-field-group {
	padding: 0 10px 0 0;
} */

/* .hello-pro-home .home-cta input:not([type="submit"]) {
	width: 100%;
	margin-bottom: 0;
	-ms-flex: 0 49%;
	    flex: 0 49%;
}

.hello-pro-home .home-cta input[type="submit"] {
	width: auto;
	margin: 20px auto;
} */

/* FEATURES
----------------------------------------------------------------------------- */
.home-features {
	background-color: transparent;
	margin: 0 0 60px 0;
	padding: 0;
}

.home-features > .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.home-features > .wrap > .widget {
	width: 100%;
	margin-bottom: 30px;
	padding: 60px 0 0 0;
	z-index: 1;
	position: relative;
}

.home-features > .wrap > .widget:before {
	content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
	background: -moz-radial-gradient(center, ellipse cover, rgba(250,147,28,0.35) 0%, rgba(250,147,28,0) 50%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(250,147,28,0.35) 0%,rgba(250,147,28,0) 50%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(250,147,28,0.35) 0%,rgba(250,147,28,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6fa931c', endColorstr='#00fa931c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	transition: opacity .3s ease-in-out;
}

.home-features > .wrap > .widget:hover:before {
	opacity: 1;
}

.home-features > .wrap > .widget .textwidget {
	width: 100%;
	padding: 0 30px;
	text-align: center;
	border-right: 2px solid #e1e7e7;
}

.home-features > .wrap > .widget:last-child .textwidget {
	border-right: none;
}

.home-features > .wrap > .widget .textwidget > h3 {
	font-weight: 700;
	font-size: 22px;
	font-size: 2.2rem;
	color: #252422;
	text-transform: none;
}

.home-features > .wrap > .widget .textwidget > h3 > span {
	display: block;
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ce461c;
}

.home-features > .wrap > .widget .textwidget > p:last-child {
	margin-bottom: 0;
}

.home-features > .wrap > .widget .textwidget img.pen-icon {
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 0 auto;
	padding: 30px;
}

/* STATEMENT
----------------------------------------------------------------------------- */
/* .home-statement {
	background-color: transparent;
	background-size: cover;
	padding: 240px 0;
}

.home-statement .text-center,
.home-statement .text-left,
.home-statement .text-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100%;
}

.home-statement .text-center h2,
.home-statement .text-center p,
.home-statement .text-left h2,
.home-statement .text-left p,
.home-statement .text-right h2,
.home-statement .text-right p {
	width: 70%;
}

.home-statement .text-left h2,
.home-statement .text-left p {
	text-align: left;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}

.home-statement .text-center h2,
.home-statement .text-center p {
	text-align: center;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.home-statement .text-right h2,
.home-statement .text-right p {
	text-align: right;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.home-statement h2 {
	font-size: 80px;
	font-size: 8rem;
	text-transform: uppercase;
	color: #252422;
}

.home-statement h2 > strong {
	font-weight: 700;
}

.home-statement h2 > span {
	display: block;
} */

/* PORTFOLIO
----------------------------------------------------------------------------- */
/* .hello-pro-home .home-portfolio {
	background-color: transparent;
	padding: 90px 5%;
}

.hello-pro-home .home-portfolio .widget-title,
.hello-pro-home .home-portfolio h2 {
	font-weight: 400;
	font-size: 80px;
	font-size: 8rem;
	text-transform: uppercase;
	color: #252422;
}

.hello-pro-home .home-portfolio .widget-wrap > .widget-title {
	text-align: left;
}

.hello-pro-home .home-portfolio .widget-title > strong,
.hello-pro-home .home-portfolio h2 > strong {
	font-weight: 700;
}

.home-portfolio ul.display-posts-listing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.home-portfolio ul.display-posts-listing > li {
	width: 33.333%;
	box-sizing: border-box;
	margin: 10px 0 60px;
	padding: 0 20px;
	text-align: center;
}

.home-portfolio ul.display-posts-listing > li > a.title {
	display: none;
}

.home-portfolio ul.display-posts-listing > li a,
.home-portfolio ul.display-posts-listing > li a > img {
	display: block;
	margin: 0;
	border: 0;
}

.home-portfolio ul.display-posts-listing > li {
	transition: all 0.3s ease;
}

.home-portfolio ul.display-posts-listing > li:hover {
	margin-top: 0;
}

.home-portfolio ul.display-posts-listing > li a > img {
	max-height: 170px;
	width: auto;
	margin: 0 auto;
	border-bottom: 2px solid transparent;
	box-shadow: 0 0 5px rgba(0,0,0,0.0);
	transition: all 0.3s ease;
}

.home-portfolio ul.display-posts-listing > li:hover a > img {
	border-color: #d57433;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
} */

/* TESTIMONIAL
----------------------------------------------------------------------------- */
.home-testimonial {
	background-color: #ebecec;
	background-size: cover;
	padding: 90px 0;
}

.home-testimonial.has-image {
	padding: 120px 0;
}

.home-testimonial > .wrap > .widget {
	margin-right: 50%;
}

.hello-pro-home .home-testimonial .widget-wrap .widget-title,
.hello-pro-home .home-testimonial .widget h3 {
	font-size: 34px;
	font-size: 3.4rem;
}

.home-testimonial .widget__socialproofslider {
	max-width: 700px;
	margin: 0 auto;
}

.home-testimonial .social-proof-slider-wrap {
	padding: 0;
}

.home-testimonial .social-proof-slider-wrap .testimonial-item .testimonial-text {
	padding: 0;
}

.home-testimonial .social-proof-slider-wrap .testimonial-item .testimonial-text .quote {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2rem;
}

.home-testimonial .social-proof-slider-wrap .testimonial-item .testimonial-text .author .author-name::before {
	display: inline;
	content: "—";
	padding-right: 4px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #6d1a2e;
}

.home-testimonial .social-proof-slider-wrap .testimonial-item .testimonial-text .author .author-title {
	margin-left: 16px;
}

.home-testimonial .social-proof-slider-wrap .testimonial-item .testimonial-text .author .author-name,
.home-testimonial .social-proof-slider-wrap .testimonial-item .testimonial-text .author .author-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #6d1a2e;
}

.home-testimonial ._socialproofslider-widget .social-proof-slider-wrap button.slick-arrow {
	top: calc(100% + 40px);
}

.home-testimonial ._socialproofslider-widget .social-proof-slider-wrap button.slick-prev {
	left: calc(50% - 40px);
}

.home-testimonial ._socialproofslider-widget .social-proof-slider-wrap button.slick-next {
	right: calc(50% - 40px);
}

/* Media Queries
----------------------------------------------------------------------------- */
@media only screen and (max-width: 1300px){

	.home-intro .widget.image-box .text {
		padding: 20px;
	}

	.hello-pro-home .home-cta {
	    padding: 60px;
	}

	.home-welcome h2 {
		font-size: 26px;
		font-size: 2.6rem;
		max-width: 500px;
		margin: 0 auto;
	}

	.home-intro {
	    background-position: 100% 0px;
	    background-size: 200px;
	}

	.home-testimonial.has-image {
	    padding: 120px 0;
	}

}

@media only screen and (max-width: 1023px) {

	.hello-pro-home .site-inner {
		max-width: 100%;
	}

	.hello-pro-home .top {
		padding: 100px 0;
	}

	.home-welcome-container:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0,47,53,0.25);
		z-index: 0;
	}

	.home-welcome-container > .wrap {
		position: relative;
	}

	.top .home-image,
	.top .home-welcome {
		/*height: 450px;*/
	}

	/* .home-welcome h2 {
		font-size: 38px;
		font-size: 3.8rem;
	} */

	.hello-pro-home .home-portfolio .widget-title,
	.hello-pro-home .home-portfolio h2,
	.home-statement h2 {
		font-size: 60px;
		font-size: 6rem;
	}
	/*.home-image .textwidget img {
		position: absolute;
		bottom: 0;
		right: 0;
	}*/
	.hello-pro-home .home-headline .widget {
		padding-left: 30px;
		padding-right: 30px;
	}

	.home-cta .enews h4,
	.home-cta .enews p {
		width: 100%;
		clear: both;
		margin: 0;
		text-align: center;
	}

	.home-cta .enews form {
		width: 100%;
		clear: both;
		margin: 0;
	}

	.home-cta .enews {
		padding-top: 0;
		width: 70%;
		margin: 0 auto;
	}

	.home-cta .enews input,
	.home-cta .enews select,
	.home-cta .enews textarea {
		display: block;
		float: none;
		/*width: 32%;*/
		/*clear: none;*/
		margin: 0 auto;
	}

	.home-statement {
		padding: 160px 0;
	}

	/* .home-portfolio ul.display-posts-listing > li {
		width: 50%;
	} */

	.home-intro {
		padding-left: 30px;
		padding-right: 30px;
	}

	.home-intro .widget.image-box {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.home-intro .widget.image-box > .widget-wrap > .textwidget {
		flex-direction: column;
	}

	.home-intro .widget.image-box .img {
		width: 100%;
	    position: relative;
	    top: 0;
	    transform: translateY(0);
	    padding-left: 0;
		margin: 0 auto 30px auto;
	}

	.home-intro .widget.image-box .img img {
		max-width: 400px;
		margin: 0 auto;
	}

	.home-intro .widget.image-box .text img,
	.home-intro .widget.image-box .text h3,
	.home-intro .widget.image-box .text h4,
	.home-intro .widget.image-box .text p {
	    margin-left: auto;
		padding-left: 0;
	}

	.home-intro .widget.buckets > .widget-wrap > .textwidget {
		flex-direction: column;
	}

	.home-intro .widget.buckets .bucket {
		margin: 0 0 40px 0;
		flex: 0 1 auto;
	}

	.home-intro .widget.buckets .bucket:last-of-type {
		margin-bottom: 0;
	}

	.home-intro .widget.buckets .bucket h4 {
		margin-bottom: 10px;
	}

	.home-intro .widget.image-box .text h3,
	.home-intro .widget.image-box .text h4,
	.home-intro .widget.image-box .text p {
		margin-bottom: 15px;
	}

	.hello-pro-home .home-cta {
	    padding: 30px;
	}

	.hello-pro-home .home-cta .wrap {
    	padding: 30px;
	}

	.home-testimonial.has-image {
		position: relative;
	    background-position: left center;
	}

	.home-testimonial.has-image:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(200,190,182,0.5);
		z-index: 1;
	}

	.home-testimonial.has-image > .wrap {
	    position: relative;
		padding: 0 30px;
		z-index: 2;
	}

	.home-testimonial > .wrap > .widget {
		width: 100%;
	    margin-right: auto;
	}

	.home-testimonial .widget__socialproofslider {
	    max-width: 100%;
	}

}

@media only screen and (max-width: 800px) {

	/* .home-welcome {
		width: 70%;
		padding-left: 20px;
	} */

	.home-welcome > .widget {
		margin-bottom: 0;
	}

	/*.home-middle .widget,
	.home-top .widget {
		margin: 0;
		width: 100%;
	}*/
	/*.home-middle,
	.home-top {
		text-align: center;
	}*/

	.hello-pro-home .home-cta .gform_wrapper ul {
		flex-direction: column;
	}

	.hello-pro-home .home-cta .gform_wrapper ul.gform_fields li.gfield:first-child {
		margin-right: 0;
	}

	.hello-pro-home .home-cta input[type="text"] {
		margin-bottom: 10px;
	}

	.hello-pro-home .home-cta .gform_wrapper .gform_footer {
	    padding-top: 0;
	}

	.hello-pro-home .home-cta .gform_wrapper .gform_footer input.button,
	.hello-pro-home .home-cta .gform_wrapper .gform_footer input[type=submit] {
		display: block;
		width: auto !important;
		white-space: normal;
		letter-spacing: 0;
	    line-height: normal !important;
	}

	.home-features > .wrap > .widget .textwidget {
		border-right: none;
	}

	.footer-widgets .wrap,
	.home-cta .enews form,
	.home-features > .wrap,
	.home-portfolio ul.display-posts-listing {
		display: block !important;
	}

	.hello-pro-home .home-portfolio .widget-title,
	.hello-pro-home .home-portfolio h3,
	.home-statement h2 {
		font-size: 38px;
		font-size: 3.8rem;
	}

	.home-statement {
		padding: 100px 5%;
	}

	.hello-pro-portfolio .portfolio {
		margin: 0;
		width: 100%;
		padding: 0 0 30px;
		text-align: center;
	}

	.home-portfolio ul.display-posts-listing > li {
		width: 100%;
	}

	.home-portfolio ul.display-posts-listing > li:hover {
		margin-top: 10px;
	}

}

@media only screen and (max-width: 768px) {

	.top .home-image,
	.top .home-welcome {
		/*width: 100%;
		float:none;
		text-align: center;*/
	}

	.top .home-welcome {
		/*padding: 0 30px 50px 30px;*/
	}

	.home-image .textwidget img {
		position: relative;
	}

	.home-intro {
	    background-size: 100px;
	}

	.hello-pro-home .home-cta #mc_embed_signup,
	.hello-pro-home .home-cta .optin {
		display: block;
		margin-right: 0;
		width: 100%;
		float: none;
		text-align: center;
	}

	.hello-pro-home .home-cta #mc_embed_signup_scroll {
		width: 90%;
		display: inline-block;
	}

	.hello-pro-home .home-cta input[type="submit"] {
		/*width: 33%;*/
	}

	.home-features > .wrap > .widget {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}

	.home-features > .wrap > .widget:last-child {
		margin-bottom: 0;
	}

	.home-features > .wrap > .widget {
		text-align: left;
	}

	.home .home-welcome .highlight {
		display: block;
		text-align: center;
	}

	.home-features > .wrap > .widget,
	.home-portfolio > .widget,
	.home-portfolio section.featured-content article.type-post,
	.home-portfolio section.featured-content- {
		width: 100%;
	}

	.home-portfolio .widget:nth-of-type(3n+1) {
		clear: none;
	}

	.hello-pro-home .home-testimonial .widget-title {
		text-align: center;
	}

	.home-features > .wrap > .widget {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-cta .enews input,
	.home-cta .enews select,
	.home-cta .enews textarea {
		width: 87%;
		clear: both;
		margin: 1% 6%;
	}

}

@media only screen and (max-width: 500px) {

	.hello-pro-home .top {
		padding: 70px 0;
	}

	.home-welcome .text-center h2,
	.home-welcome .text-center p,
	.home-welcome .text-left h2,
	.home-welcome .text-left p,
	.home-welcome .text-right h2,
	.home-welcome .text-right p {
		width: 100%;
	}

	.home-welcome h2 {
		padding: 0 10px;
	}

	.home-welcome .text-left p {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.home-cta .enews input,
	.home-cta .enews select,
	.home-cta .enews textarea {
		float: none;
		width: 100%;
		clear: both;
		margin: 5px 0;
	}

}

@media only screen and (max-width: 480px) {

	.hello-pro-home .home-cta .mc-field-group,
	.hello-pro-home .home-cta input[type="submit"] {
		width: 100%;
		display: block;
		float: none;
	}

	.hello-pro-home .home-cta .mc-field-group {
		margin-bottom: 10px;
	}

	.home-features > .wrap > .widget,
	.home-portfolio > .widget,
	.home-portfolio section.featured-content article.type-post,
	.home-portfolio section.featured-content {
		width: 100%;
	}

}
