/*Global*/
html {
	overflow-x: hidden;
}
.navbar {
	position: inherit!important;
}
div#topbar-right {
	font-size: .9rem;
	margin-bottom: -25px;
	color: #bd6778;
	font-family: 'Adamina', serif;
	text-transform: lowercase;
	padding-right: 2rem;
}
div#topbar-right a {
	color: #bd6778;
}
#topbar-right .widget {
	margin:0;
	padding-top: .5rem;
    padding-bottom: 0!important;
}
img.custom-logo {
	width: 100%;
}
.navbar-light .navbar-toggler {
	border: none;
}
.navbar-toggler-icon {
	width: 2em;
    height: 2em;
}
.nav-btn a {
	color: #bd6778!important;
}
.nav-btn a:hover {
	text-decoration: overline;
}
#primary-menu .menu-item a.nav-link {
	padding-left: 2rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}
#primary-menu .menu-item a.nav-link:hover {
    color: #bd6778;
	text-decoration: overline;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	float: right;
}
.dropdown-menu {
	padding: 0;
	border-radius: none;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
    text-decoration: none;
    background-color: #00348a;
}
.container {
	max-width: 1400px;
	padding: 0 1rem;
}
.entry-content .container {
	max-width: 1400px;
}
.container-fluid {
	width:100%!important;
	padding:0;
}
.col-container {
  display: table;
  width: 100%;
}
a:link {
  color: #333;
}
a:visited {
  color: #111;
}
a:hover {
  color: #bd6778!important;
  text-decoration: none;
}
a:active {
  color: #00348a;
}
.bold {
	font-weight: 700;
}
.light {
	font-weight: 300;
}
.quote {
	font-size: 2rem;
	letter-spacing: 1px;
}
.pink-box {
	background-color: #bd6778;
	color: #fff!important;
	padding: 1rem 2rem 2rem;
	height: 80%;
}
.pink {
	color: #bd6778!important;
}
.dk-pink {
	color: #b75569;
}
.blue {
	color: #00348a;
}
.blue-link a {
	color: #007bff!important;
}
.white {
	color: #fff!important;
}
.sm-title {
	font-size: 1.05rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
}
.md-text {
	font-size: 1.05rem;
    line-height: 1.7rem;
}
.title-pt {
	padding-top: .5rem;
}
.lg-title {
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}
.xl-title {
	font-size: 5rem;
	font-weight: 700;
}
.tp-space {
	margin-top: 2rem!important;
}
.tp-space-1 {
	margin-top: 3rem;
}
.tp-space-2 {
	margin-top: 5rem;
}
.btm-space {
	margin-bottom: 2rem;
}
.btm-space-1 {
	margin-bottom: 3rem;
}
.btm-space-2 {
	margin-bottom: 5rem;
}
.eq-height {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
a.btn-1 {
	background-color: #ebdcdf;
    color: #333;
    padding: 0.5rem 1rem 0.4rem;
    margin-top: 1rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
a.btn-1:hover {
	background-color: #bd6778;
    text-decoration: none;
	color: #fff!important;
}
a.btn-2 {
	background-color: #7d0119;
	color: #fff;
	border-radius: 1.5rem;
	padding: 0.5rem 1.5rem 0.6rem;
	margin-top: 1rem;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: 700;
}
a.btn-2:hover {
	background-color: #063a6b;
    text-decoration: none;
}
.line {
	border-top: 3px solid #bd6778;
	max-width: 125px;
	margin: 0.8rem 0;
}
.service-line {
	border-top: 1px solid #bd6778;
	max-width: 125px;
	margin: 0.8rem 0;
}
.center-line {
	margin: 0 auto 1rem;
}
.row-eq-height {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/* Homepage */
body.home, body.page {
	background-color: #fff;
	overflow-x: hidden!important;
}

#home-main{
	width:100%;
	height:65vh;
	max-height:800px;
	background: url('/wp-content/uploads/2019/05/north-seattle-img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	margin: 0;
}
div#home-main-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
div#home-main-container {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
div#home-testimonial {
	display: block;
	background-color: white;
	width: fit-content;
	max-width:480px;
	padding: 0 0 15px 0;
	margin: 0 auto;
}
img#home-corp-logo {
    margin: 15px auto 25px;
    max-width: 220px;
}
div#home-main-container h1 {
	color:white;
}
div#home-main-container h2 {
    background-color: #00348a;
    width: 100%;
    margin: 0!important;
    color: white;
    font-size: 1.5rem;
    padding: 10px 25px;
}
.video-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: fit-content;
	min-height: 65vh;
}
.home .container.home-content {
	background-color: #fff;
	padding: 5rem 0;
}
/*
.home h1 {
	font-size: 2.5rem;
	font-weight: 700;
	top: 32%;
    transform: translate(-50%);
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    color: #fff;
    display: block;
    clear: both;
	letter-spacing: 2px;
}
*/
.home h1 {
	font-size: 2.3rem;
}
.home h2 {
	font-size: 1.9rem!important;
	font-family: 'Adamina', serif!important;
	text-transform: none!important;
}
.home h3 {
	font-size: 1.7rem!important;
	padding-top: 0.5rem!important;
	font-family: 'Poppins', sans-serif!important;
	margin: 1.55rem auto 1.2rem !important;
	color: #333!important;
	text-transform: uppercase!important;
	letter-spacing: 2px!important;
}
.border-tb {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 0.5rem 0;
}
.home h4 {
	font-size: 1.3rem;
	padding-top: 0.5rem;
	font-weight: 700;
}
.home p {
	padding: 0.8rem 0;
	line-height: 1.5rem;
	margin: 0;
}
.home-btn {
	font-size: 1rem;
	top: 70%;
    transform: translate(-50%);
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    color: #fff;
    display: block;
    clear: both;
}
#home-banner-a {
	background-image: url("/wp-content/uploads/2019/05/about-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}
#home-banner-b {
	background-image: url("/wp-content/uploads/2019/05/specialty-bg-1.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}
.specialty-row {
	max-width: 1200px;
	padding: 0;
	display: flex;
}
.about-box {
	margin: 4rem 2.5rem;
	color: #fff;
}
.box-content {
	color: #fff;
	background-color: rgba(0, 52, 138, 0.8);
    padding: 2rem;
}
.border-box-white {
	border: 5px solid #fff;
	padding: 2rem 7rem;
	margin: 5rem auto;
}
.pink-bg {
	background-color: #ebdcdf;
	padding: 5rem 0;
}
.blue-bg {
	background-color: #00348a;
	padding: 3rem;
	color: #fff;
}
.grey-bg i.fas, i.far {
	font-size: 1.5rem;
	padding-bottom: 0.7rem;
}
a.blue-box {
	color:white;
	width: 100%;
	height:90%;
	box-sizing: border-box;
	margin: 5px auto!important;
}
a.white-box {
	width: 100%;
	height:90%;
	box-sizing: border-box;
	margin: 5px auto!important;
}
.blue-box {
	background-color: #00348a;
	padding: 2rem;
	color: #fff;
	max-width: 200px;
	display:block;
	color: #fff;
}
.white-box {
	background-color: #f3f3f3;
	padding: 2rem;
	max-width: 200px;
	display:block;
}
.map {
	-webkit-filter: grayscale(100%);
		 -moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			 -o-filter: grayscale(100%);
					filter: grayscale(100%);
}

/* Testimonial Start */
div#googa-testimony-slider {
	padding-top: 1rem;
}

#googa-testimony-slider .item {
	display: block;
	width: 100%;
	height: auto;
}

#googa-testimony-slider.owl-carousel .owl-dots {
	margin: 0 auto!important;
	position: absolute;
	bottom: -3rem;
	left: 0;
	right: 0;
} 

#googa-testimony-slider.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

#googa-testimony-slider.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
}

#googa-testimony-slider.owl-carousel .owl-dot.active span {
	background: #b75569!important;
}

#googa-testimony-slider.owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

#googa-testimony-slider.owl-carousel button.owl-prev i {
	font-size: 2rem;
	color: #fff;
	position: absolute;
	left: -4rem;
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	height: 5rem;
	line-height: 0;
	font-stretch: ultra-condensed;
}

#googa-testimony-slider.owl-carousel button.owl-next i {
	font-size: 2rem;
	color: #fff;
	position: absolute;
	right: -4rem;
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	height: 5rem;
	line-height: 0;
}

.testimony-slide {
  background-color: #FFF;
  margin: 0 auto;
  padding: 1.75rem 2.5rem;
	width: 95%;
	border-top: 5px solid #023f85;
	background-color: rgba(0, 0, 0, 0.7);
	font-family: inherit;
	color:#fff;
}

.testimony-slide p:last-child {
  margin: 0;
}

.owl-carousel .owl-item .testimony-slide img {
  width: auto;
  margin: 0 auto 1.5rem;
}

.owl-nav > div {
  background-color: #FFF;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

#googa-testimony-slider .owl-stage, #googa-testimony-slider .owl-item {
  display: flex;
}

.section-testimonial div.owl-carousel .owl-dots {
	margin: 0 auto!important;
    position: absolute;
    bottom: 3.5rem;
    left: 0;
    right: 0;
}

.owl-carousel .owl-dot.active span {
	background: #5f0e0e!important;
}

.owl-carousel .owl-dot span {
	background: #fff!important;
}
/* Testimonial End */

/* Pages */
.body.archive, body.error404 {
	background-color: #fff;
	overflow-x: hidden;
}
.page-template-page-fluid-open .content-area, .page-template-default .content-area {
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
}
.page-template-default .content-area {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.page-template-page-fluid-open h1, .page-template-default h1 {
	font-size: 2.3em;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 3rem 0 2rem;
}
.border-top {
	border-top: 2px solid #00348a!important;
}
.page-template-page-fluid-open h2, .page-template-default h2 {
	font-size: 1.7rem;
    font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
	margin: 1.3rem 0 1rem;
}
.page-template-page-fluid-open h3, .page-template-default h3 {
	font-size: 1.3rem;
	font-family: 'Adamina', serif;
	margin: 1rem 0;
	color: #bd6778;
	font-weight: 600;
}
.page-template-page-fluid-open h4, .page-template-default h4 {
	font-size: 1.2rem;
    font-weight: 700;
	color: #00348a;
}
.banner-with-background {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 15vh;
    position: relative;
}
.banner-with-background div.entry-header {
	top: 35%;
    transform: translate(-50%);
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    color: #fff;
    display: block;
    clear: both;
}
.testimonial-page p {
	margin: 2rem auto;
}
.testimonial-page a {
	color: #004ac3;
}
.testimonial-page hr {
	max-width: 750px;
}
.search hr {
	border-top: 1px solid #bd6778;
    max-width: 380px;
}
/*Category Page*/
.archive .content-area.container, .error404 .content-area.container  {
	max-width: 1200px;
    padding: 3rem 1rem;
    background-color: #fff;
	margin: 0 auto;
}
h1.entry-title.post-title {
	text-align: center;
	font-size: 2rem;
	margin: 0 auto 3rem;
}
span.author.vcard a {
	color: #333;
}
article.has-post-thumbnail {
	padding-bottom: 3rem;
}
.post-box {
	padding: 10px;
    box-shadow: 0px 0px 5px 0px #c1c1c1;
	text-align: center;
}
article h2.entry-title a {
	font-size: 1.5rem;
	margin-top: 0.5rem;
	color: #bd6778;
}
article h2.entry-title a:hover {
	color: #92253a!important;
}
.entry-footer .entry-meta {
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
}
.error-404 h1.not-found-page-title {
	font-size: 2.25rem;
	text-align: center;
	padding-bottom: 2rem;
}
section.error-404.not-found {
	text-align: center;
}
/* Single Post */
#main.container-single {
	padding: 0 1rem;
}
.nav-previous, .nav-next {
	border: 1px solid #333;
	padding: 0.5rem 1rem;
}
.single-post h1.entry-title {
	font-size: 2rem;
}
.single-post h2 {
	font-size: 1.7rem;
	padding-bottom: 0.55rem;
}
.single-post h3 {
	font-size: 1.5rem;
	padding-bottom: 0.5rem;
}
.single-post h4 {
	font-size: 1.3rem;
	padding-bottom: 0.5rem;
}
.single-post .entry-header {
	text-align: center;
	padding-bottom: 3rem;
}
.navigation.post-navigation {
	margin: 0 0 5rem;
}
#comments.comments-area {
	margin-bottom: 5rem;
}

/* Archive Pages */
.archive.category div#primary.content-area section.no-results, section.error-404.not-found {
	margin: 2rem 0 5rem;
}
#misc-header. h1.not-found-page-title {
	text-align: center;
	font-size: 2rem;
	margin: 0 auto 3rem;
}
body.archive .banner-with-background div.entry-header {
	top: 30%;
}
body.archive h1, body.search h1 {
	font-size: 2rem;
	padding-top: 1rem;
	text-decoration: overline;
	color: #BD6778;
}
body.search p {
	padding: 0.5rem 0;
}
body.search {
	text-align: center;
}
/* Footer */
div#pre-footer section {
	width: 100%;
	text-align: center;
	padding: 1rem 0;
}
div#pre-footer section a {
	color: #333;
}
.site-footer h2.widget-title {
	font-family: 'Poppins', sans-serif!important;
    font-size: .95rem!important;
    text-transform: uppercase!important;
}
.site-footer {
	background-color: #fff;
	color: #333;
	padding: 0 0 1rem;
	font-family: 'Adamina', serif;
	font-size: 0.9rem;
	line-height: 1.7rem;
}
.site-footer a, .site-footer a:visited {
	color: #333;
	font-family: 'Adamina', serif;
	font-size: 0.9rem;
}
.site-footer a:hover {
	color: #333;
}
.site-footer a:active {
	color: #333;
}
.site-info {
	font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}
.site-info a {
	color: #bd6778!important;
	font-size: 0.75rem!important;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}
.site-info a:hover {
	text-decoration: underline;
	color: #bd6778;
}

/* Gravity Form */
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
    background-color: #fff;
    border: 1px solid #333;
    padding: 2px 1rem;
    display: inline-table;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}

.gform_body ul, .gform_body label {
	font-family: 'Poppins', sans-serif; 
}

.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;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Responsive */

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	.navbar-nav {
		list-style: none;
		display: -webkit-inline-box;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	div#webspi-main-nav-container {
		text-align: center;
	}
	#primary-menu .menu-item a {
		padding: 8px 0.8rem 0!important;
	}
}


@media (min-width: 992px) {
	.home .tp-space-1.main-box {
		margin-top: 0;
	}
	.navbar-brand {
		max-width: 100px;
	}
	#primary-menu .menu-item a {
		padding: 0 1rem!important;
	}
}


@media (min-width: 1200px) {
	.home .tp-space-1.main-box {
		margin-top: 3rem!important;
	}
}
@media (max-width: 1199.98px) {
	.navbar-toggler-icon {
		margin: 0.3rem 0;
	}
	#primary-menu .menu-item a.nav-link {
		text-align: right;
	}
	.dropdown-menu.show {
		display: inline-block;
	}
	.navbar-nav .dropdown-menu {
		float: right;
		text-align: right;
	}
	.dropdown-item {
		padding: .3rem .8rem;
	}
	.page-template-page-fluid-open h1, .page-template-default h1 {
		padding: 1rem 0 2rem;
	}
	.home h1 {
		font-size: 1.95rem;
	}
	.sm-title {
		font-size: .95rem;
	}
	div#home-main-container h1 {
		font-size: 2rem;
	}
	.home h2 {
		font-size: 1.7rem;
	}
	.home h3 {
		font-size: 1.5rem!important;
	}
	.home h4 {
		font-size: 1.3rem;
	}
	.page-template-page-fluid-open h2, .page-template-default h2 {
		font-size: 1.35rem;
	}
	.page-template-page-fluid-open h3, .page-template-default h3 {
		font-size: 1.2rem;
	}
	.quote {
		font-size: 1.5rem;
	}
	.home .container.home-content {
		padding: 5rem 2rem 3rem;
	}
	.mb-height {
		object-fit: cover;
		width: 100%;
		height: 48vh;
	}
	.border-box-white {
		padding: 3rem 7rem;
		margin: 4rem 3rem;
	}
	.home .btm-space-2 {
		margin-bottom: 3rem;
	}
	.pink-bg {
		padding: 3rem 0;
	}
}
@media (max-width: 991.98px) {
	/* Mobile Menu Start */
	.navbar {
		padding: 0 1rem;
	}
	.navbar-light .navbar-toggler {
		border: none;
	}
	.navbar-toggler-icon {
		width: 2em;
		height: 2em;
		margin: 0.3rem 0;
	}
	li.menu-item {
		margin-bottom: 1rem;
	}
	/* Mobile Menu End */
	
	
	ul#primary-menu {
		text-align: right;
	}
	img.custom-logo {
		width: 55%;
	}
	.navbar-brand {
		margin-right: 0;
		max-width: 170px;
	}
	#primary-menu .menu-item a {
		padding: 3px 1rem;
		line-height: 2rem;
	}
	.home .main-box.tp-space-1 {
		margin-top: 0;
		text-align: center;
	}
	.line {
		margin: 0.5rem auto;
	}
	p.sm-title.pink {
		padding: 0;
	}
	.pink-box {
		height: 90%;
	}
	#home-banner-b {
		background-size: cover;
	}
	.lg-title {
		font-size: 1.75rem;
	}
	.banner-with-background {
		height: 25vh;
	}
	.page-template-page-fluid-open h1 {
		font-size: 2em;
		padding: 2rem 0;
	}
	h1 {
		font-size:2rem;
	}
	h2 {
		font-size:1.5rem;
	}
	h3 {
		font-size:1.3rem;
	}
	h4 {
		font-size:1.2rem;
	}
	.title-pt {
		padding-top: 0;
	}
	.border-box-white {
		padding: 2rem 3rem!important;
		margin: 3rem 3rem!important;
	}
	.white {
		font-size: 1.2rem;
	}
	.xl-title {
		font-size: 4rem;
		font-weight: 700;
	}
	div#topbar-right {
		margin-bottom: -15px;
	}
	.navbar-expand-lg button.navbar-toggler {
		padding: 7px 1rem;
	}
	.blue-box, .white-box {
		margin: 1rem;
		max-width: 200px;
	}
	.blue-bg {
		text-align:center;
	}
	.tp-space-1 {
		margin-top: 1rem;
	}
	.btm-space {
		margin-bottom: 1rem;
	}
	.service-line {
		margin: 0 auto;
		max-width: 200px;
	}
	section.widget {
		padding: 1rem 0;
	}
	#pre-footer.btm-space-2, .page-template-default .container .btm-space-2 {
		margin-bottom: 2rem;
	}
	div#footer-links a {
    width: 33%;
    display: inline-block;
    margin: 0 !important;
    float: left;
	}
}
@media (max-width: 767.98px) {
	#primary-menu .menu-item a.nav-link {
		text-align: center;
		max-width: 180px;
		margin: 0 auto;
		padding: 5px 1rem;
		font-size: .9rem;
	}
	ul#primary-menu {
		margin-bottom: 1rem;
	}
	div#topbar-left {
		display: none;
	}
	div#topbar {
		margin-bottom: 0.3rem;
	}
	div#home-testimonial {
		margin: 0 auto;
		max-width: 350px;
	}
	li.menu-item {
		margin-bottom: 1rem;
		border-bottom: 1px solid #bd6778;
		width: 150px;
		margin: 0 auto;
	}
	.home h1 {
		font-size: 1.8rem!important;
	}
	div#home-main-container .title {
		font-size: 1.3rem!important;
	}
	.border-top {
		line-height: 2.7rem;
	}
	div#home-main-container h2 {
		font-size: 1.25rem!important;
	}
	div#testimoni-slider p {
		font-size: .9rem;
		line-height: 1.2rem;
	}
	.page-template-page-fluid-open h2, .page-template-default h2 {
		font-size: 1.5rem;
	}
	.xl-title {
		font-size: 3.5rem;
		font-weight: 700;
	}
	.white {
		font-size: 1.15rem;
		line-height: 1.5rem;
	}
	.border-box-white {
		padding: 2rem!important;
		margin: 3rem!important;
	}
	.mobi-center {
		text-align: center;
	}
	.embed-responsive {
		margin-bottom: 1rem;
	}
	.blue-box, .white-box {
		margin: 1rem 3rem;
	}
	#pre-footer .lg-title {
		font-size: 1.35rem;
	}

}
@media (max-width: 575.98px) {
	img#home-corp-logo {
    margin: 0px auto 15px;
	}
	img.custom-logo {
		width: 40%;
	}
	.navbar-brand {
		width: 50%!important;
	}
	.page-template-page-fluid-open .content-area {
		padding: 0 2rem 1rem;
	}
	#home-main {
		height: 70vh;
	}
	div#home-testimonial {
		padding-bottom:10px;
	}
	#testimoni-slider p {
		padding: 10px 15px;
	}
	#home-testimonial {
		display: none;
	}
	.page-template-page-fluid-open h1, .page-template-default h1 {
		padding: 0.8rem 0 1rem;
		font-size: 2.2rem;
	}
	.home h2 {
		font-size: 1.55rem!important;
	}
	.page-template-page-fluid-open h1 {
		font-size: 1.7em;
		letter-spacing: 1px;
	}
	.page-template-page-fluid-open h2 {
		font-size: 1.35rem;
	}
	.page-template-page-fluid-open h3 {
		font-size: 1.2rem;
	}
	#home-banner-a {
		background-size: cover!important;
	}
	.about-box {
		height: 100%!important;
	}
	.border-box-white {
		padding: 1rem!important;
		margin: 2rem!important;
	}
	.white {
		line-height:1.8rem!important;
		font-size: 1.2rem!important;
	}
	.banner-with-background div.entry-header {
		top: 15%;
	}
	.xl-title {
		font-size: 2.7rem!important;
		font-weight: 700;
	}
	.blue-box, .white-box {
		margin: 1rem!important;
	}
	div#footer-links a {
    width: 50%;
    display: inline-block;
    margin: 0 !important;
    float: left;
	}
	.site-footer {
		text-align: center;
	}
	.site-footer h2.widget-title {
		margin: .5rem auto;
	}
}