/* Front Page
---------------------------------------------------------------------------- */
.home .front-page-1 .wrap{
	max-width: 1300px;
}
.front-page .site-container {
	background-color: #fff;
}
.front-page-1.image-section:after,.front-page-3.image-section:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(157,187,208,0.6);
    z-index: -1;
    position: absolute;
}
/* ul.home-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
ul.home-service {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap:20px;
}
body .front-page-2 .wrap {
/*     max-width: 1400px; */
	padding:0px 20px;
}
.home-service img {
    display: block;
    width: 100%;
	margin-bottom: 10px;
}
body ul.home-service li {
/*     width: 32%; */
    width: 100%;
    background: #A8B8C4;
    padding: 30px 30px 73px;
	position: relative;
}
.home-service b {
    font-size: 20px;
	color:#0f151a;
}
.front-page-1,.front-page-3.image-section {
    position: relative;
	z-index:9;
	 text-align: center;
}
.front-page-1 p {
    font-size: 30px;
	text-shadow: 0px 0px 8px #000000;
}
.front-page-1 h2 {
	font-size: 56px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 8px #000000;
}
.front-page .site-inner {
	margin-bottom: 0;
	margin-top: 80px;
	max-width: 100%;
}

.full-width-content.front-page .content  {
	width: 100%;
}

.front-page .wrap {
	max-width: 1200px;
}

.front-page .site-header .wrap {
    width: 100%;
}
.front-page .button {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
}


.flexible-widgets .featured-content img {
    border: 10px solid #a8b8c4;
    border-radius: 5px;
}

.from-sec .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    width: 265px;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
}
.featured-content article {
    margin: 0 30px;
}
.front-page-1 {
    padding: 135px 0 0;
}
.front-page-3 .widget-area {
    padding: 88px 0 55px;
}
/* Flexible Widgets
---------------------------------------------------------------------------- */

.front-page .flexible-widgets {
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0;
}

.flexible-widgets .widget {
	float: left;
	margin-bottom: 0;
}

.flexible-widgets .widget:last-of-type {
	margin-bottom: 0;
}

.flexible-widgets.widget-halves .widget:last-of-type {
	margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
}


/* Comment Elements
---------------------------------------------------------------------------- */

.front-page-4 .flexible-widgets.widget-area .widget:nth-of-type(1) {
	margin-bottom: 60px;
}


.front-page-2 .flexible-widgets .widget:nth-of-type(1) .widget-title,
.front-page-4 .flexible-widgets .widget:nth-of-type(1) .widget-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: none;
}


/* Front Page 1
---------------------------------------------------------------------------- */

.front-page-1 {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 .flexible-widgets {
	overflow: hidden;
	padding-bottom: 180px;
	padding-top: 180px;
}

.front-page-1 .flexible-widgets.widget-full .widget .widget-wrap {
	padding-right: 0;
}

.front-page-1,
.front-page-1 p,
.front-page-1 .widget-title {
	color: #fff;
	font-weight: 200;
}

.front-page-1 .widget-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 10px;
	padding-right: 10%;
	text-transform: none;
}
.front-page-1 p {
    margin: 22px 0 50px;
    font-weight: 400;
    line-height: 37px;
}

.front-page-1 .lead {
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.front-page-3 h3.widgettitle.widget-title {
    font-size: 40px;
    margin-bottom: -9px;
    font-weight: 900;
    text-transform: capitalize;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0;
	padding: 0;
}
body .front-page-3 p.form-des {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 0;
}
.from-sec {
    width: 70%;
    margin: 0 auto;
}
/* Front Page 2
---------------------------------------------------------------------------- */

.front-page-2 {
	background-color: #fff;
}
.front-page-2 p {
    font-size: 18px;
}


/* Front Page 3
---------------------------------------------------------------------------- */

.front-page-3 {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-3 .flexible-widgets .widget.widget_text:nth-of-type(1)::after {
	border-bottom: 1px solid #fff;
}
.front-page-3 ,
.front-page-3 p,
.front-page-3 .widget-title {
	color: #fff;
	font-weight: 200;
}
/* .front-page-3 {
	color: #101010;
	font-weight: 700;
} */
/* .front-page-3.image-section p {
    font-size: 41px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
	text-align:center;
	text-shadow: 0px 0px 8px #000000;
} */
.from-sec .gform_footer.top_label {
    width: 100%;
    margin: 0 auto;
}
.from-sec .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    box-shadow: none;
}
/* Front Page 4
---------------------------------------------------------------------------- */

.front-page-4 {
	background-color: #fff;
	    text-align: center;
}
.front-page-4 .flexible-widgets.widget-fourths, .front-page-4 .flexible-widgets.widget-halves {
    padding: 111px 0px 12px;
}

.front-page-4 .flexible-widgets.widget-halves.uneven {
	padding-bottom: 0;
}

.front-page-4 .flexible-widgets.widget-fourths .widget:nth-of-type(1) {
	width: 100%;
}

.front-page-4 .flexible-widgets.widget-fourths .widget {
    width: 50%;
    padding: 10px 0;
}
.front-page-4 .flexible-widgets.widget-fourths .widget:nth-child(4n) {
	clear: left;
}

.front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry,
.front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry {
	float: left;
	width: 50%;
}

.front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(odd),
.front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(odd) {
	clear: left;
	padding-right: 40px;
}

.front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(even),
.front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(even) {
	padding-left: 40px;
}

.front-page-4 .flexible-widgets .widget-wrap p {
	margin-bottom: 20px;
}

.front-page-4 .flexible-widgets.widget-area .widget-wrap p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}


/* Featured Content
---------------------------------------------------------------------------- */

.flexible-widgets.widget-fourths .entry:last-of-type,
.flexible-widgets.widget-halves .entry:last-of-type {
	margin-bottom: 40px;
}

.flexible-widgets .featured-content img {
    margin-bottom: 10px;
    vertical-align: top;
}

.flexible-widgets .featured-content .entry-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.image-section a,
.image-section .featured-content .entry-meta a,
.image-section .featured-content .entry-title a {
	color: #D4DBE1;
}

.image-section a {
	border-bottom: 1px solid #fff;
}

.image-section a:hover,
.image-section a:focus,
.image-section .featured-content .entry-meta a:hover,
.image-section .featured-content .entry-meta a:focus,
.image-section .featured-content .entry-title a:hover,
.image-section .featured-content .entry-title a:focus {
	color: #ccc;
}

.image-section a:hover,
.image-section a:focus {
	border-bottom: 1px solid #ccc;
}

.flexible-widgets .featured-content .entry-header::after {
	display: none;
}


/* Fadeup Effect
---------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


/* Media Queries
---------------------------------------------------------------------------- */

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

	.front-page .wrap {
		max-width: 960px;
	}

}

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

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		width: 100%;
	}

	.front-page .wrap {
		max-width: 720px;
	}

	.front-page-1 .flexible-widgets.widget-full .widget .widget-wrap {
		padding-right: 0;
	}

	.front-page .one-sixth {
		width: 31.623931623931625%;
	}

	.front-page .one-sixth:nth-of-type(4) {
		margin-left: 0;
	}
	.front-page-2 .widget-area {
		padding: 80px 0px;
	}
	    body ul.home-service li {
        width: 100%;
        margin: 0;
    }
	    body ul.home-service li {
        width: 100% !important;
    }
	body .front-page-2 .wrap {
		padding: 0px 20px;
		max-width: 75%;
	}
}

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

	.front-page .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.front-page .wrap {
		max-width: 100%;
	}

	.flexible-widgets.widget-halves.uneven .featuredpost .entry,
	.flexible-widgets .featured-content .entry,
	.front-page .one-sixth,
	.front-page-4 .flexible-widgets.widget-fourths .widget,
	.front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry,
	.front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry	{
		width: 100%;
	}

	.flexible-widgets .featuredpost .entry:nth-of-type(odd),
	.front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(odd),
	.front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(odd) {
		padding-right: 0;
	}

	.flexible-widgets .featuredpost .entry:nth-of-type(even),
	.front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(even),
	.front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(even) {
		padding-left: 0;
	}

	.featured-content .entry:last-of-type {
		margin-bottom: 100px;
	}

	.front-page .one-sixth img {
		max-width: 180px;
	}
	.gform_wrapper.gravity-theme .gfield.full-width-tab.gfield--width-third {
		-ms-grid-column-span: 5;
		grid-column: span 5;
	}
	ul.home-service {
		grid-template-columns: repeat(1, 1fr);
	}
    body .hpaudio {
        max-width: 100% !important;
        width: 100% !important;;
    }
	body .hpaudio .hp-col .hp-row .hp-right {
        width: 100%;
        max-width: 100% !important;;
        padding: 0px 20px;
    }
	    .front-page-2 .widget-area {
        padding: 60px 0px;
    }
}


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

	.admin-bar.front-page .site-inner {
		margin-top: 0;
	}
.gform_wrapper.gravity-theme .gfield.full-width-tab.gfield--width-third {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}
	body .front-page-2 .wrap
	{
		padding: 0px 20px;
		max-width: 100%;
	}
	    .front-page-2 .widget-area {
        padding: 40px 0px;
    }
}

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

	.front-page-1 .widget-title {
		font-size: 40px;
		font-size: 4rem;
	}

}
