.gform_wrapper .gfield_required {
	width: auto;
	display: inline-block !important;
}
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
.contact_form_container ul#gform_fields_1 li.hide {
	display: none !important
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

	button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}

	button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText;
	}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

	[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

	button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
		border-color: #ccc #bbb #aaa;
	}

	button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
		border-color: #aaa #bbb #bbb;
	}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

	input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
		color: #111;
	}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

a {
	color: royalblue;
}

	a:visited {
		color: purple;
	}

	a:hover, a:focus, a:active {
		color: midnightblue;
	}

	a:focus {
		outline: thin dotted;
	}

	a:hover, a:active {
		outline: 0;
	}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

		.main-navigation ul ul {
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
			float: left;
			position: absolute;
			top: 100%;
			left: -999em;
			z-index: 99999;
		}

			.main-navigation ul ul ul {
				left: -999em;
				top: 0;
			}

			.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
				left: 100%;
			}

			.main-navigation ul ul a {
				width: 200px;
			}

		.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
			left: auto;
		}

	.main-navigation li {
		float: left;
		position: relative;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
	}

	.menu-toggle, .main-navigation.toggled ul {
		display: block;
	}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		clip-path: none;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
	}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.handwriting {
	font-family: elliana_samantharegular !important;
	font-size: 40px !important;
	color: #E7AFA0 !important;
	font-weight: 100 !important;
	margin: 0px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

.widget {
	margin: 0 0 1.5em;
}

	.widget select {
		max-width: 100%;
	}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed, iframe, object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.wp-caption .wp-caption-text {
		margin: 0.8075em 0;
	}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@font-face {
	font-family: 'gothambook';
	src: url('/assets/fonts/gotham_book-webfont.woff2') format('woff2'), url('/assets/fonts/gotham_book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gothamlight';
	src: url('/assets/fonts/gothamlight-webfont.woff2') format('woff2'), url('/assets//assets/fonts/gothamlight-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'elliana_samantharegular';
	src: url('/assets/fonts/EllianaSamantha.eot') format('embedded-opentype'), url('/assets/fonts/EllianaSamantha.otf') format('opentype'), url('fonts/EllianaSamantha.woff') format('woff'), url('/assets/fonts/EllianaSamantha.ttf') format('truetype'), url('/assets/fonts/EllianaSamantha.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'arialregular';
	src: url('/assets/fonts/arial-webfont.woff2') format('woff2'), url('/assets/fonts/arial-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'butlermedium';
	src: url('/assets/fonts/Butler-Medium.woff2') format('woff2'), url('/assets/fonts/Butler-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'butlerbold';
	src: url('/assets/fonts/Butler-Bold.woff2') format('woff2'), url('/assets/fonts/Butler-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'font_awesome_5_freesolid';
	src: url('/assets/fonts/font_awesome_5_free-solid-900-webfont.woff2') format('woff2'), url('/assets/fonts/font_awesome_5_free-solid-900-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

#container {
	width: 1170px;
	margin: auto;
}

#background_image {
	background-size: cover;
	background-position: center;
}

a, a:hover {
	transition: 0.5s;
	text-decoration: none;
}

	a, a:hover, a:active, a:focus {
		outline: 0;
	}

h1 {
	font-family: elliana_samantharegular;
	font-size: 90px;
	color: #E7AFA0;
	font-weight: 100;
	margin: 0px;
}

h3 {
	font-family: gothambook;
	color: #95574A;
	font-size: 24px;
	font-weight: 100;
}

h4 {
	font-family: butlermedium;
	color: #95574A;
	font-size: 28px;
	font-weight: 100;
}

a.button:hover {
	background-color: #E7AFA0;
	color: #FFF;
}

a.button {
	display: block;
	height: 40px;
	line-height: 38px;
	border: 1px solid #E7AFA0;
	padding: 0px 19px;
	font-family: gothambook;
	font-size: 15px;
	color: #E7AFA0;
}
/*Header*/
nav#menu {
	display: none;
}

.mobile_menu {
	display: none !important;
}

.header #container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-logo img {
	width: 67px;
}

.site-logo a {
	display: block;
	height: 79px;
	width: 100%;
}

.navigation {
	display: flex;
	justify-content: space-between;
	flex: 1;
	margin-left: 40px;
	align-items: center;
}

.header #container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navigation nav#site-navigation {
	width: auto;
}

.navigation li {
	padding-right: 50px;
	margin-right: 50px;
}

	.navigation li a {
		font-family: gothambook;
		color: #4C4C4C;
		font-size: 16px;
	}

		.navigation li a:hover, .navigation li.current-menu-item a {
			color: #E7AFA0;
			text-decoration: none;
		}

	.navigation li::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		top: 5px;
		border: 0.5px solid #4C4C4C;
		height: 70%;
		/*transform: skewX(150deg);*/
	}

	.navigation li:last-child::after {
		display: none;
	}

.header_contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.header_contents > a:first-child {
		font-family: gothambook;
		font-size: 15px;
		color: #95574A;
		margin-right: 30px;
	}

.page .header {
	background-color: #F5F5F5;
}

.header-sticky.is-sticky {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0px !important;
}

.home.page .header {
	background-color: #FFF;
}
/*Homepage*/
.home_slider_section {
	position: relative;
}

.individual_slide {
	height: 720px !important;
	background-position: center;
	background-size: cover;
}

.home_slider_image {
	width: 380px;
	height: 380px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 10px solid rgba(255, 255, 255, 0.4);
}

.home_image {
	background-color: rgba(255, 255, 255, 0.95);
	display: flex;
	flex-flow: column;
	align-items: center;
	height: 100%;
	padding: 10px 0px;
}

.home_slider_image img:first-child {
	width: 750px;
	margin-bottom: 35px;
}

.home_slider_image img:nth-child(3) {
	width: 286px;
}

button.slick-arrow {
	z-index: 9;
	height: 46px;
	width: 46px;
	background-size: cover;
	background-position: center;
}

button.slick-prev {
	left: 40px;
	background-image: url(/assets/images/Slider-Left-Arrow.png);
}

button.slick-next {
	background-image: url(/assets/images/Slider-Right-Arrow.png);
	right: 40px;
}

	button.slick-next::before, button.slick-prev::before {
		display: none;
	}

	button.slick-next:hover, button.slick-next:focus {
		background-image: url(/assets/images/Slider-Right-Arrow.png) !important;
		background-size: cover !important;
		background-position: center !important;
	}

button.slick-prev:hover, button.slick-prev:focus {
	background-image: url(/assets/images/Slider-Left-Arrow.png) !important;
	background-size: cover !important;
	background-position: center !important;
}

.image_with_testimonial_section {
	background-color: #F8F8F8;
}

.title_text {
	display: flex;
	align-items: center;
	padding: 50px 0px;
	justify-content: center;
}

	.title_text p {
		font-family: gothambook;
		color: #4C4C4C;
		font-size: 24px;
		letter-spacing: 7px;
		margin: 0px;
	}

.image_with_testimonial_section h1 {
	margin: 0px 20px 0px 0px;
}

.image_testimonial_container {
	display: flex;
	justify-content: space-between;
}

.left_image {
	width: 775px;
}

	.left_image .image {
		height: 541px;
	}

.image_overlay {
	height: 100%;
	padding: 11px;
	transition: 0.5s;
	position: relative;
}

.image a:hover .image_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 50px;
}

.image a:hover .image_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 50px;
}

.image_border {
	height: 100%;
	border: 1px solid #FFF;
}

.image_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

	.image_text p {
		margin: 0px;
		opacity: 0;
		font-size: 19px;
		color: #FFF;
		font-family: gothambook;
		transition: 0.5s;
	}

.image a:hover .image_text p {
	opacity: 1;
}

.right_image {
	width: 375px;
}

.image a {
	display: block;
	height: 100%;
	width: 100%;
}

.image_with_testimonial_section h3 {
	margin: 0px;
}

.upper_image {
	margin-bottom: 18px;
}

	.upper_image .image, .lower_image .image {
		height: 250px;
	}

	.upper_image .image_title, .lower_image .image_title {
		padding: 8.3px 20px;
	}

.image_title {
	padding: 15px 20px;
	border: 1px solid rgba(204, 204, 204, 0.4);
	background-color: #FFF;
}

.upper_image .image_title h3, .lower_image .image_title h3 {
	font-size: 18px;
}

.testimonial_image_text {
	text-align: center;
	padding: 45px 0px;
}

	.testimonial_image_text p{
		font-family: gothamlight;
		color: #4C4C4C;
		font-size: 22px;
		margin: 0px 0px 20px 0px;
	}

	/*.testimonial_image_text p:first-child {
		font-family: gothamlight;
		color: #4C4C4C;
		font-size: 22px;
		margin: 0px 0px 20px 0px;
	*/}

/*	.testimonial_image_text p:last-child {
		font-family: butlermedium;
		color: #E7AFA0;
		font-size: 18px;
		margin: 0px;
	}*/

.twentytwenty-handle {
	background-image: url(/assets/images/Before-After-Arrow.png);
	background-size: cover;
	border: none;
	height: 56px;
	width: 56px;
	margin-left: -28.5px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
}

.twentytwenty-handle {
	animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 0px !important;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	display: none !important;
}

.portfolio_section #container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.left_portfolio {
	width: 380px;
	height: 451px;
}

.right_portfolio {
	width: 770px;
	height: 451px;
	position: relative;
}

.before_after_image_container .twentytwenty-container {
	height: 451px !important;
}

.portfolio_section {
	padding: 55px 0px;
}

.left_portfolio .image_overlay {
	background: rgba(255, 255, 255, 0.8);
}

.left_portfolio h1 {
	font-size: 80px;
}

.left_portfolio .image_text p {
	opacity: 1;
	text-align: center;
	font-family: gothambook;
	color: #4C4C4C;
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
}

.left_portfolio a {
	display: block;
	height: 100%;
	width: 100%;
}

	.left_portfolio a:hover .image_overlay {
		background-color: rgba(0, 0, 0, 0.6);
		padding: 50px;
	}

		.left_portfolio a:hover .image_overlay p {
			color: #FFF;
		}

.before_text {
	left: 20px;
}

.before_text, .after_text {
	position: absolute;
	bottom: 18px;
}

.after_text {
	right: 25px;
}

	.before_text p, .after_text p {
		margin: 0px;
		font-family: gothambook;
		color: #FFF;
		font-size: 24px;
	}

.testimonial_slider_section {
	text-align: center;
}

.testimonial_overlay {
	background-color: rgba(78, 78, 78, 0.8);
	padding: 50px 0px;
}

.testimonial_slider_section h1 {
	color: #E7AFA0;
	font-size: 80px;
}

.individual_testimonial {
	outline: 0;
}

.testimonial_text {
	color: #FFF;
	font-family: gothamlight;
	font-size: 22px;
	max-width: 1055px;
	margin: 30px auto auto auto;
}

.individual_testimonial p.title {
	font-family: butler-medium;
	font-size: 18px;
	color: #ACADA3;
	margin: 20px 0px 10px 0px;
}

.testimonial_container button.slick-arrow {
	top: 25%;
	width: 18px;
	height: 35px;
}

.testimonial_container button.slick-prev {
	background-image: url(/assets/images/Testimonial-Slider-Left-Arrow.png) !important;
	left: -25px;
}

.testimonial_container button.slick-next {
	background-image: url(/assets/images/Testimonial-Slider-Right-Arrow.png) !important;
	right: -25px;
}
/*Inner Pages*/
.left_large_image_with_text_section {
	padding: 75px 0px;
}

	.left_large_image_with_text_section div#container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

.default_section .image {
	width: 720px;
	height: 480px;
}

.image_contents {
	flex: 1;
	margin-left: 35px;
}

.image_text_title {
	display: flex;
	align-items: center;
}

.image_contents > p {
	font-family: gothambook;
	font-size: 15px;
	text-align: justify;
}

	.image_contents > p a:hover {
		text-decoration: underline;
	}

	.image_contents > p a, .image_contents > p strong {
		color: #E7AFA0;
		font-weight: normal;
	}

.image_text_title h1, .image_text_title p {
	/*color: #95574A;
    */
}

.image_text_title h1 {
	font-size: 80px;
}

.image_text_title p {
	font-family: gothambook;
	font-size: 18px;
	margin: 6px 0px 0px 20px;
	letter-spacing: 6px;
}

.right_small_image_with_text_section {
	padding: 75px 0px;
	background-color: #FCFCFC;
}

	.right_small_image_with_text_section div#container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.right_small_image_with_text_section .image_text_title {
		margin-bottom: 40px;
	}

	.right_small_image_with_text_section .image_contents {
		margin: 0px 35px 0px 0px;
	}

.default_section .right_small_image_with_text_section .image {
	height: 350px;
	width: 420px;
}

.right_small_image_with_text_section .image_text_title p, .left_large_image_with_text_section .image_text_title p {
	font-size: 15px;
	color: #E7AFA0;
}

.title_section {
	margin: 60px 0px;
	position: relative;
}

.anchor {
	position: absolute;
	top: -100px;
}

.title_section div#container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.title_section h1 {
	font-size: 80px;
}
/*.title_section h1, .title_section p {
    color: #95574A;
}
*/
.title_section p {
	color: #E7AFA0;
}

.title_section p {
	margin: 0px;
	font-family: gothambook;
	font-size: 18px;
	letter-spacing: 6px;
}

.right_image_with_text_section div#container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(204, 204, 204, 0.4);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.right_image_with_text_section .image_contents {
	margin: 0px 100px 0px 0px;
}

	.right_image_with_text_section .image_contents h1, .right_image_with_text_section .image_contents .image_text_title p {
		color: #E7AFA0;
	}

	.right_image_with_text_section .image_contents p {
		margin: 0px;
	}

	.right_image_with_text_section .image_contents .image_text_title p {
		margin: 15px 0px 0px 20px;
	}

.right_image_with_text_section .image {
	width: 500px;
	height: 310px;
}

.left_image_with_text_section div#container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(204, 204, 204, 0.4);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.left_image_with_text_section .image {
	width: 500px;
	height: 310px;
}

.left_image_with_text_section .image_contents {
	margin-left: 100px;
}

.left_image_with_text_section .image_text_title {
	margin-bottom: 30px;
}

	.left_image_with_text_section .image_text_title p {
		margin: 0px 10px 0px 0px;
	}

	.left_image_with_text_section .image_text_title p, .left_image_with_text_section .image_text_title h1 {
		color: #E7AFA0;
	}

#default_110_9 .title_section {
	margin: 0px;
	padding: 50px 0px;
	background-color: #F8F8F8;
}

.sub_title_section {
	background-color: #F8F8F8;
}

	.sub_title_section #container {
		border-top: 1px solid rgba(204, 204, 204, 0.3);
		padding: 25px 0px;
		border-bottom: 1px solid rgba(204, 204, 204, 0.3);
	}

	.sub_title_section p {
		margin: 0px;
		text-align: center;
		font-size: 24px;
		color: #E7AFA0;
		font-family: gothambook;
	}

.right_image_with_text_no_title_section, .left_image_with_text_no_title_section {
	background-color: #F8F8F8;
	padding: 70px 0px 0px 0px;
}

	.right_image_with_text_no_title_section div#container, .left_image_with_text_no_title_section div#container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.right_image_with_text_no_title_section .image_contents {
		margin: 0px 120px 0px 0px;
	}

		.right_image_with_text_no_title_section .image_contents p, .left_image_with_text_no_title_section .image_contents p {
			text-align: left;
			font-size: 16px;
		}

			.right_image_with_text_no_title_section .image_contents p strong, .left_image_with_text_no_title_section .image_contents p strong {
				font-family: gothambook;
				font-size: 18px;
			}

	.right_image_with_text_no_title_section .image, .left_image_with_text_no_title_section .image {
		width: 500px;
		height: 310px;
	}

	.left_image_with_text_no_title_section .image_contents {
		margin-left: 100px;
	}

#default_110_13 .right_image_with_text_no_title_section {
	padding: 70px 0px;
}

.text_with_button_section {
	padding: 35px 0px;
}

	.text_with_button_section div#container {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.text_with_button_section h4 {
		margin: 0px;
	}

	.text_with_button_section a.button {
		height: 50px;
		line-height: 48px;
		padding: 0px 23px;
		font-size: 18px;
		margin-left: 30px;
	}

.individual_portfolio_slide {
	position: relative;
	outline: 0;
}

.portfolio_slider_section div#container {
	display: flex;
	justify-content: space-between;
}

.individual_portfolio_slide .before_text, .individual_portfolio_slide .after_text {
	bottom: 35px;
}

.portfolio_slider_section .left_portfolio h1 {
	font-family: elliana_samantharegular;
	text-align: center;
	line-height: 100px;
}

.portfolio_slider_section {
	padding: 60px 0px;
}

.portfolio_slider_container button.slick-arrow, .images_slider_container button.slick-arrow {
	background: none !important;
	height: 19px;
	width: 76px;
	top: 105%;
}

.portfolio_slider_container button.slick-next, .images_slider_container button.slick-next {
	background-image: url(/assets/images/Portfolio-Next-Arrow.png) !important;
	right: 0px;
	width: 74px;
}

.portfolio_slider_container button.slick-prev, .images_slider_container button.slick-prev {
	background-image: url(/assets/images/Portfolio-Prev-Arrow.png) !important;
	left: 68%;
}

.slider_divider {
	height: 20px;
	width: 2px;
	background-color: #BD9E60;
	position: absolute;
	right: 122px;
	bottom: -53px;
}

.upper_images, .lower_images {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.main_image {
	width: 775px;
	height: 540px;
}

.sub_images {
	width: 375px;
}

.upper_sub_image, .main_image {
	background-position: center;
	background-size: cover;
}

.sub_images .upper_sub_image:first-child {
	margin-bottom: 20px;
}

.upper_sub_image {
	height: 260px;
}

.images_slider_section {
	margin: 40px 0px 0px 0px;
	padding-bottom: 100px;
	position: relative;
}

.image_slider_title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0px;
}

	.image_slider_title p {
		font-family: gothambook;
		letter-spacing: 6px;
		font-size: 18px;
	}

	.image_slider_title p, .image_slider_title h1 {
		color: #E7AFA0;
		margin: 0px;
	}

.images_slider_container button.slick-prev {
	left: 39%;
}

.images_slider_container button.slick-next {
	right: 39%;
}

.images_slider_container button.slick-arrow {
	top: 103%;
}

.images_slider_section .slider_divider {
	bottom: 56px;
	left: 50%;
	transform: translateX(-50%);
}

.individual_image_slide {
	outline: 0;
}

#default_110_3 .title_section h1 {
	margin-right: 25px;
}

#default_110_9 h1 {
	margin-left: 15px;
}

.image_section {
	height: 330px;
}

.contact_form_section {
	padding-bottom: 70px;
}

.contact_form_title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0px;
}

	.contact_form_title p {
		font-family: gothambook;
		color: #E7AFA0;
		font-size: 18px;
		letter-spacing: 6px;
		margin: 0px 10px 0px 0px;
	}

	.contact_form_title h1 {
		margin: 0px;
	}

.contact_form_container {
	box-shadow: 1px 1px 5px #CCC;
	background-color: #FFF;
	padding: 40px 40px 20px 40px;
}

	.contact_form_container .gform_heading {
		display: none;
	}

	.contact_form_container ul#gform_fields_1 {
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}

	.contact_form_container span, .contact_form_container ul li.gfield {
		display: flex !important;
		align-items: center;
		padding: 0px !important;
		width: 50%;
	}

	.contact_form_container ul li#field_1_1 {
		width: 100%;
	}

	.contact_form_container ul#gform_fields_1 li {
		padding: 0px 20px !important;
	}

		.contact_form_container ul#gform_fields_1 li#field_1_4, .contact_form_container ul#gform_fields_1 li#field_1_5 {
			border-top: 1px solid rgba(204, 204, 204, 0.2);
			border-bottom: 1px solid rgba(204, 204, 204, 0.2);
			margin: 25px 0px 0px 0px;
			padding: 17px 20px !important;
		}

		.contact_form_container ul#gform_fields_1 li#field_1_3, .contact_form_container ul#gform_fields_1 li#field_1_5 {
			padding-left: 0px !important;
		}

		.contact_form_container ul#gform_fields_1 li#field_1_6 {
			width: 100%;
			align-items: flex-start;
		}

		.contact_form_container ul#gform_fields_1 li#field_1_7 {
			width: 100%;
			justify-content: flex-end;
			padding-right: 50px !important;
		}

	.contact_form_container li#field_1_1 > label {
		display: none;
	}

	.contact_form_container div#input_1_1 {
		display: flex;
		justify-content: space-between;
	}

	.contact_form_container span, .contact_form_container ul li.gfield {
		display: flex !important;
		align-items: center;
		padding: 0px !important;
		width: 50%;
	}

	.contact_form_container label {
		margin: 0px 0px 0px 0px !important;
		font-family: gothambook;
		color: #4C4C4C;
		font-size: 14px !important;
		width: 120px;
		font-weight: 100 !important;
	}

	.contact_form_container input {
		border-radius: 0px;
		border: 1px solid rgba(204, 204, 204, 0.4);
		height: 44px;
		width: 360px !important;
		padding-left: 10px !important;
		font-family: gothambook !important;
	}

	.contact_form_container li#field_1_3 label, .contact_form_container li#field_1_5 label {
		margin: 0px 4px 0px 0px !important;
	}

	.contact_form_container li .ginput_container_radio {
		margin-top: 0px !important;
	}

	.contact_form_container li ul.gfield_radio {
		display: flex;
		align-items: center;
	}

	.contact_form_container ul#gform_fields_1 li {
		padding: 0px 20px !important;
		flex-flow: wrap;
	}

.page .contact_form_container li ul.gfield_radio > li > input {
	margin-top: 0px !important;
	margin-right: 8px !important;
	height: 20px !important;
	width: 20px !important;
}

.contact_form_container li ul.gfield_radio > li > label {
	color: #A1A1A1;
	font-family: gothambook;
	font-size: 14px !important;
}

.contact_form_container ul#gform_fields_1 li#field_1_6 label.gfield_label {
	margin-top: 15px !important;
}

.contact_form_container ul#gform_fields_1 li textarea {
	width: 888px;
	border: 1px solid rgba(204, 204, 204, 0.4);
	border-radius: 0px;
	font-family: gothambook;
}

.contact_form_container ul#gform_fields_1 li#field_1_7 label.gfield_label {
	width: auto;
}

.contact_form_container .gform_footer.top_label {
	text-align: center;
	margin-top: 25px;
}

	.contact_form_container .gform_footer.top_label input:hover {
		background: #E7AFA0;
		color: #FFF;
	}

	.contact_form_container .gform_footer.top_label input {
		display: block;
		height: 40px;
		line-height: 38px;
		border: 1px solid #E7AFA0;
		padding: 0px 18px;
		font-family: gothambook !important;
		font-size: 15px;
		color: #E7AFA0;
		margin: auto;
		width: 150px !important;
		background: none;
		cursor: pointer;
		transition: 0.5s;
	}

div.validation_error {
	font-family: gothambook !important;
}

.validation_message {
	width: 46% !important;
	font-family: gothambook !important;
	padding: 0px 0px 0px 15px !important;
}

.gform_confirmation_message {
	margin-bottom: 20px;
	text-align: center;
	font-family: gothambook;
	font-size: 20px;
}

.contact_form_container ul#gform_fields_1 li#field_1_8 {
	width: 100%;
	justify-content: flex-end;
	padding-right: 60px !important;
}
/*Footer*/
.footer i {
	font-style: normal;
}

.upper_footer {
	padding: 35px 0px;
}

	.upper_footer #container {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.upper_footer h4 {
		margin: 0px 40px 0px 0px;
	}

	.upper_footer a.button {
		height: 50px;
		line-height: 48px;
		padding: 0px 28px;
		font-size: 18px;
	}

.footer_contents > #container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0px;
}

.footer_left {
	display: flex;
	align-items: center;
}

	.footer_left > div {
		margin-right: 30px;
	}

.footer_logo img {
	height: auto;
	width: 230px;
}

.phone, .mail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon_container, .facebook, .instagram, .pinterest {
	position: relative;
	height: 39px;
	width: 39px;
	border: 1px solid #CCC;
	border-radius: 50%;
	margin-right: 10px;
}

.footer .footer_left i {
	font-family: 'Font Awesome\ 5 Free';
	color: #95574A;
	font-size: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.phone a:hover, .mail a:hover {
	text-decoration: underline;
}

.phone a, .mail a {
	font-family: gothambook;
	color: #4C4C4C;
	font-size: 13px;
}

.footer_right {
	display: flex;
	align-items: center;
}

	.footer_right a:hover {
		background: #95574A;
	}

	.footer_right a {
		display: block;
		height: 100%;
		width: 100%;
		border-radius: 50%;
	}

		.footer_right a:hover i {
			color: #FFF;
		}

.footer .footer_right i {
	font-family: "FontAwesome";
	color: #95574A;
	font-size: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s;
}

.footer_lower #container {
	border-top: 1px solid #CCC;
	padding: 25px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.footer_lower #container p, .footer_lower #container p a {
		margin: 0px;
		font-family: gothambook;
		font-size: 13px;
		color: #4C4C4C;
	}

		.footer_lower #container p a:hover {
			text-decoration: underline;
		}

@media screen and (max-width:1255px) {
	.testimonial_container button.slick-prev {
		left: 0px;
	}

	.testimonial_container button.slick-next {
		right: 0px;
	}
}

@media screen and (max-width:1200px) {
	#container {
		width: auto;
		padding: 0px 20px;
	}

	.left_image {
		flex: 1;
		margin-right: 20px;
	}

	.testimonial_container {
		padding: 0px 30px;
	}

	.footer_lower #container {
		padding: 25px 20px;
	}

	.footer_contents > #container {
		padding: 40px 20px;
	}

	.portfolio_slider_section .left_portfolio h1 {
		font-size: 50px;
		line-height: initial;
	}
}

@media screen and (max-width:1178px) {
	.contact_form_container span, .contact_form_container ul li.gfield {
		display: block !important;
	}

	.contact_form_container ul#gform_fields_1 li {
		padding: 0px 25px 0px 0px !IMPORTANT;
	}

	.contact_form_container ul#gform_fields_1 {
		flex-flow: column;
	}

	.contact_form_container div#input_1_1 {
		flex-flow: column;
	}

		.contact_form_container div#input_1_1 span#input_1_1_3_container {
			margin-bottom: 27px;
		}

	.contact_form_container ul#gform_fields_1 > li {
		padding: 0px !important;
	}

	.contact_form_container ul#gform_fields_1 li textarea {
		width: 360px !important;
	}

	.contact_form_container ul#gform_fields_1 li#field_1_7 {
		padding: 0px !important;
		justify-content: center;
	}

	.contact_form_container ul#gform_fields_1 li#field_1_4, .contact_form_container ul#gform_fields_1 li#field_1_5 {
		padding: 17px 0px !important;
	}

	.contact_form_container ul#gform_fields_1 {
		align-items: center;
	}

		.contact_form_container ul#gform_fields_1 > li {
			width: max-content;
		}

		.contact_form_container ul#gform_fields_1 li#field_1_6 {
			width: max-content;
		}

		.contact_form_container ul#gform_fields_1 li#field_1_7 {
			width: max-content;
		}

		.contact_form_container ul#gform_fields_1 li#field_1_8 {
			justify-content: center;
			text-align: center;
		}

			.contact_form_container ul#gform_fields_1 li#field_1_8 > * {
				display: inline-block;
				vertical-align: middle;
			}

	div#input_1_8 {
		width: fit-content;
	}
}

@media screen and (max-width:1100px) {
	.default_section .image {
		width: 500px;
	}
}

@media screen and (max-width:1050px) {
	h1 {
		font-size: 50px !important
	}
}

@media screen and (max-width:1030px) {
	.mobile_menu {
		display: block !important;
	}

	.navigation nav#site-navigation {
		display: none;
	}

	.header_contents i {
		color: #E7AFA0;
		margin-left: 20px;
		font-size: 22px;
	}

	.menu.mm-listview a {
		font-family: gothambook;
	}

	.navigation {
		flex: initial;
	}

	.portfolio_slider_section div#container {
		flex-flow: column;
	}

	.left_portfolio {
		margin: auto auto 20px auto;
	}

	.right_portfolio {
		margin: auto;
	}
}

@media screen and (max-width:960px) {
	.title_text {
		flex-flow: wrap;
	}

		.title_text p {
			font-size: 18px;
		}

	h1 {
		font-size: 50px !important;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 22px;
	}

	.title_text {
		padding: 20px 0px;
	}

	.image_testimonial_container {
		flex-flow: column;
		text-align: center;
	}

	.left_image {
		margin: auto auto 20px auto;
	}

	.right_image {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.upper_image, .lower_image {
		width: 375px;
		margin: 0px 10px 10px 10px;
	}

	.testimonial_image_text p:first-child {
		font-size: 20px;
	}

	.testimonial_image_text p br {
		display: none;
	}

	.testimonial_image_text {
		padding: 20px 0px;
	}

		.testimonial_image_text p:first-child {
			margin-bottom: 15px;
		}

	.portfolio_section {
		padding: 20px 0px;
	}

		.portfolio_section #container {
			flex-flow: column;
		}

	.left_portfolio {
		margin-bottom: 20px;
	}

	.testimonial_text {
		margin-top: 20px;
	}

	.testimonial_overlay {
		padding: 30px 0px 20px 0px;
	}

	.upper_footer {
		padding: 20px 0px;
	}

	.footer_contents > #container {
		padding: 20px 20px 10px 20px;
	}

	.left_large_image_with_text_section {
		padding: 20px 0px;
	}

		.left_large_image_with_text_section div#container {
			flex-flow: column;
		}

	.default_section .image {
		height: 320px;
	}

	.image_contents {
		margin: 20px 0px 0px 0px;
	}

	.image_text_title {
		justify-content: center;
	}

	.image_contents > p {
		text-align: center;
	}

		.image_contents > p:last-child {
			margin-bottom: 0px;
		}

	.right_small_image_with_text_section {
		padding: 20px 0px;
	}

		.right_small_image_with_text_section div#container {
			flex-flow: column;
		}

		.right_small_image_with_text_section .image_contents {
			order: 2;
			margin: 20px 0px 0px 0px;
		}

		.right_small_image_with_text_section .image_text_title {
			margin-bottom: 20px;
		}

	.image_text_title {
		flex-flow: wrap;
	}

		.image_text_title span {
			display: none;
		}

		.image_text_title h1 {
			margin-bottom: 15px;
		}

	.title_section {
		margin: 20px 0px;
	}

	.right_image_with_text_section div#container {
		flex-flow: column;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.right_image_with_text_section .image_contents {
		order: 2;
		margin: 20px 0px 0px 0px;
	}

	.right_image_with_text_section .image {
		order: 1;
	}

	.left_image_with_text_section div#container {
		flex-flow: column;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.left_image_with_text_section .image_contents {
		margin: 20px 0px 0px 0px;
	}

	.left_image_with_text_section .image_text_title {
		margin-bottom: 0px;
	}

	#default_110_9 .title_section {
		padding: 20px 0px;
	}

	.sub_title_section #container {
		padding: 20px;
	}

	.sub_title_section p {
		font-size: 20px;
	}

	.right_image_with_text_no_title_section, .left_image_with_text_no_title_section {
		padding: 20px 0px 0px;
	}

		.right_image_with_text_no_title_section div#container, .left_image_with_text_no_title_section div#container {
			flex-flow: column;
		}

		.right_image_with_text_no_title_section .image_contents {
			margin: 20px 0px 0px 0px;
			order: 2;
		}

		.right_image_with_text_no_title_section .image {
			order: 1;
		}

		.right_image_with_text_no_title_section .image_contents p:first-child {
			margin-top: 0px;
		}

		.right_image_with_text_no_title_section .image_contents p {
			font-size: 15px;
			text-align: center;
		}

			.right_image_with_text_no_title_section .image_contents p strong, .left_image_with_text_no_title_section .image_contents p strong {
				font-size: 18px;
			}

		.left_image_with_text_no_title_section .image_contents {
			margin: 20px 0px 0px 0px;
		}

			.left_image_with_text_no_title_section .image_contents p:first-child {
				margin-top: 0px;
			}

			.left_image_with_text_no_title_section .image_contents p {
				text-align: center;
				font-size: 15px;
			}

	#default_110_13 .right_image_with_text_no_title_section {
		padding: 20px 0px;
	}

	.text_with_button_section {
		padding: 20px 0px;
	}

	.portfolio_slider_section {
		padding: 20px 0px;
	}

	.upper_images, .lower_images {
		flex-flow: column;
		margin-bottom: 20px;
	}

	.main_image {
		margin-bottom: 20px;
	}

	.lower_images .main_image {
		margin: 20px 0px 0px 0px;
	}

	.images_slider_section {
		padding-bottom: 50px;
	}

	.images_slider_container button.slick-arrow {
		top: 100.7%;
	}

	.images_slider_section .slider_divider {
		bottom: 26px;
	}

	.images_slider_container button.slick-prev {
		left: 25%;
	}

	.images_slider_container button.slick-next {
		right: 25%;
	}

	.image_slider_title {
		padding: 20px 0px;
	}

	.contact_form_container .gform_footer.top_label input {
		margin: 0px;
	}

	.contact_form_container .gform_footer.top_label {
		margin-top: 0px;
	}

	.contact_form_container {
		padding-bottom: 5px;
	}

	.contact_form_section {
		padding-bottom: 30px;
	}

	.testimonial_text {
		font-size: 18px;
	}

	.header-sticky.is-sticky {
		position: relative;
	}

	.page {
		padding-top: 0px !important;
	}
}

@media screen and (max-width:870px) {
	.portfolio_slider_container button.slick-arrow, .images_slider_container button.slick-arrow {
		top: 103%;
	}

	.portfolio_slider_container button.slick-prev, .images_slider_container button.slick-prev {
		left: 36%;
	}

	.portfolio_slider_container button.slick-next, .images_slider_container button.slick-next {
		right: 36%;
	}

	.slider_divider {
		left: 50%;
		transform: translateX(-50%);
		right: inherit;
		bottom: -43px;
	}
}

@media screen and (max-width:850px) {
	.footer_contents > #container {
		flex-flow: column;
	}
}

@media screen and (max-width:840px) {
	.left_image {
		width: auto;
		margin: auto 10px 20px 10px;
	}
}

@media screen and (max-width:825px) {
	.right_portfolio {
		width: 100%;
		height: auto;
	}

	.portfolio_slider_container button.slick-arrow, .images_slider_container button.slick-arrow {
		top: 105%;
	}

	.slider_divider {
		bottom: -33px;
	}

	.main_image {
		width: 100%;
	}
}

@media screen and (max-width:810px) {
	.footer_lower #container {
		flex-flow: column;
		padding: 12px 20px 10px 20px;
	}

		.footer_lower #container p {
			margin: 5px 0px;
			text-align: center;
		}
}

@media screen and (max-width:705px) {
	.footer_left {
		flex-flow: wrap;
		justify-content: center;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:700px) {
	.individual_slide {
		height: 430px !important;
	}

	.before_text, .after_text {
		bottom: 30px;
	}

	.before_after_image_container .twentytwenty-container {
		height: 280px !important;
	}

	.upper_footer #container {
		flex-flow: column;
	}

	.upper_footer h4 {
		margin: 0px 0px 20px 0px;
	}

	.text_with_button_section div#container {
		flex-flow: column;
	}

	.text_with_button_section h4 {
		margin: 0px 0px 20px 0px;
	}

	.home_slider_image {
		width: auto;
		height: auto;
		top: 3%;
		transform: translate(-50%,0);
	}

	.home_image {
		padding: 20px;
		background-color: rgba(255, 255, 255, 0.9);
	}

	.home_slider_image img:first-child {
		width: 80px;
		margin-bottom: 20px;
	}

	.home_slider_image img:nth-child(3) {
		width: 150px;
	}
}

@media screen and (max-width:600px) {
	.right_small_image_with_text_section .image_text_title p {
		margin: 0px;
	}

	.image_with_testimonial_section h1 {
		margin: 20px 0px;
		text-align: center;
	}
}

@media screen and (max-width:585px) {
	.header #container {
		flex-flow: column;
	}

	.site-branding {
		padding: 10px 20px;
	}

	.navigation {
		margin: 0px 0px 15px 0px;
	}

	.left_image .image {
		height: 300px;
	}

	.upper_image, .lower_image {
		width: 100%;
		height: 300px;
	}

		.upper_image .image_title, .lower_image .image_title {
			padding: 15px 20px;
		}

	.upper_image {
		margin-bottom: 30px;
	}

	.right_image {
		flex-flow: column;
	}

	.image_section {
		height: 200px;
	}
}

@media screen and (max-width:510px) {
	.twentytwenty-handle {
		top: 49%;
	}

	.left_portfolio {
		width: 100%;
	}

	.portfolio_section {
		padding: 20px 0px 0px 0px;
	}

	.default_section .image {
		width: 100%;
	}

	.image_text_title h1 {
		margin-bottom: 0px;
	}

	#default_110_2 .image_text_title h1 {
		margin-bottom: 10px;
	}

	.portfolio_slider_container button.slick-arrow, .images_slider_container button.slick-arrow {
		top: 108%;
	}

	.portfolio_slider_container button.slick-prev, .images_slider_container button.slick-prev {
		left: 25%;
	}

	.portfolio_slider_container button.slick-next, .images_slider_container button.slick-next {
		right: 25%;
	}

	.image_slider_title {
		padding: 20px 0px;
	}

	.images_slider_container button.slick-arrow {
		top: 100.7%;
	}

	.sub_images {
		width: 100%;
	}

	.images_slider_container .main_image {
		height: 260px;
	}

	.contact_form_container li ul.gfield_radio {
		display: block;
	}

	.contact_form_container li#field_1_5 label {
		width: 100%;
	}

	.contact_form_container li ul.gfield_radio > li > label {
		width: 60%;
	}

	.contact_form_container ul#gform_fields_1 li#field_1_4 {
		padding-bottom: 0px !important;
	}

	.contact_form_container ul#gform_fields_1 li#field_1_5 {
		padding: 10px 0px 0px 0px !important;
	}

	.contact_form_container ul#gform_fields_1 li#field_1_4, .contact_form_container ul#gform_fields_1 li#field_1_5 {
		border: none;
		margin: 0px;
	}

	.contact_form_container ul#gform_fields_1 > li {
		width: 100% !important;
	}

	.contact_form_container div#input_1_1 span#input_1_1_3_container, .contact_form_container div#input_1_1 span#input_1_1_6_container {
		width: 100% !important;
	}

	.contact_form_container {
		padding: 5px 40px 1px 40px;
	}

		.contact_form_container input {
			width: 100% !important;
		}

		.contact_form_container ul#gform_fields_1 li textarea {
			width: 100% !important;
		}

		.contact_form_container ul#gform_fields_1 li#field_1_8 {
			text-align: left;
			padding: 0px !important;
		}
}

@media screen and (max-width:490px) {
	.navigation {
		margin: 0px 0px 0px 0px;
	}

	.header_contents {
		flex-flow: column;
	}

	.header .header_contents > a {
		margin: 0px 0px 10px 0px;
	}

	.header_contents i {
		margin: 0px;
	}

	body {
		overflow-x: hidden;
	}

	.right_small_image_with_text_section .image_text_title p {
		text-align: center;
	}

	.left_image_with_text_section .image_text_title p {
		text-align: center;
		margin: 0px;
	}

	.right_image_with_text_section .image_contents .image_text_title p {
		margin: 14px 0px 10px 0px;
	}

	#default_110_9 .title_section {
		padding: 20px 0px 0px 0px;
	}
}

@media screen and (max-width:418px) {
	.footer_left {
		flex-flow: column;
	}

		.footer_left > div {
			margin: 0px 0px 10px 0px;
		}

	.phone, .mail {
		width: 185px;
		justify-content: flex-start;
	}

	.text_with_button_section, .upper_footer {
		padding: 17px 0px 23px 0px;
	}

		.text_with_button_section h4, .upper_footer h4 {
			margin: 0px 0px 15px 0px;
		}

		.text_with_button_section a.button {
			margin-left: 0px;
		}
}

@media screen and (max-width:399px) {
	.twenty20 {
		margin-bottom: 25px;
	}

	.image_slider_title {
		flex-flow: column;
	}

		.image_slider_title p {
			margin-bottom: 10px;
		}

	.upper_footer h4 {
		text-align: center;
	}

	.before_after_image_container .twentytwenty-container {
		height: 250px !important;
	}

	.testimonial_slider_section {
		background-size: 650px !important;
		background-repeat: no-repeat;
	}

	.testimonial_container button.slick-arrow {
		top: 50%;
	}
}

@media screen and (max-width:375px) {
	.twenty20 {
		margin-bottom: 25px;
	}

	.before_after_image_container .twentytwenty-container {
		height: 240px !important;
	}

	.twentytwenty-handle {
		top: 50%;
	}

	.portfolio_slider_container button.slick-prev, .images_slider_container button.slick-prev {
		left: 17%;
	}

	.portfolio_slider_container button.slick-next, .images_slider_container button.slick-next {
		right: 17%;
	}
}

@media screen and (max-width:361px) {
	.text_with_button_section a.button {
		font-size: 15px;
	}
}

@media screen and (max-width:350px) {
	.twenty20 {
		margin-bottom: 25px;
	}

	.before_after_image_container .twentytwenty-container {
		height: 220px !important;
	}
}

@media screen and (max-width:320px) {
	.twenty20 {
		margin-bottom: 25px;
	}

	.twentytwenty-handle {
		top: 46%;
	}

	.before_after_image_container .twentytwenty-container {
		height: 205px !important;
	}
}
