/*
Theme Name: Rolling Suds Parent Theme
CurrentTheme URI: https://github.com/rollingsuds/parent-theme
Author: the Rolling Suds team
Author URI: https://www.rollingsuds.com/
Description: The Rolling Suds Parent Theme for WordPress customized by Boom.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlText
Domain: rollingsuds

This theme, like WordPress, is licensed under the GPL.
*/

/* =Reset
-------------------------------------------------------------- */
/* =Colors
$primary: #087ABF;
$secondary: #8DCB44;
$tertiary: #06b6ac;
$black: #222;
$color__link: #087ABF;
$color__link--hover: #8DCB44;

Break Points

1025 pixels - Desktop
767 pixels - tablets
480 pixels - mobile

Organization

1. Content Styles
 - Typography
 - Links
 - Headings
 - Lists
 - Buttons
 - Tables

2. Header formatting

3. Containers Grids and Layouts
 - Columns
 - Dividers

4. Sidebar formatting

5. Footer formatting

6. Home page
 - Slider styles
 - Custom blocks

7. Page Formatting
 - Blog pages
 - Pagination
 - Default Page
 - Other templates

8. Misc

-------------------------------------------------------------- */

@import url("css/core.css");
@import url("css/menu.css");
@import url("css/smaller-header.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;800&family=Montserrat:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap');

/* 1=Content Styles
-------------------------------------------------------------- */
/* typography */

body {
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #565656;
	background-color: #F0F0F0; }

p {
	font-size: 18px;
	line-height: 28px;
	margin: 1em 0; }
p:empty { display: none; }

/* Links */

a {
	color: #087ABF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }
a:hover { color: #8DCB44; }
.entry-title a { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 {line-height: 1.2;color: #087ABF;font-weight: 800;}
h1 {font-size: 45px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

@media (max-width: 1025px) {
	h1 {font-size: 40px;}
	h2 {font-size: 30px;}
	h3 {font-size: 22px;}
	h4 {font-size: 20px;}
}

@media (max-width: 480px) {
	h1 {font-size: 32px;}
	h2 {font-size: 24px;}
	body img.alignright, img.alignleft, div.wp-caption.alignright, div.wp-caption.alignleft {
		float: none;
		margin: 3px auto 10px auto;
		display: block; }
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 20px;
}

/* List Settings */

ul { list-style: none; }
.entry-content ul, .comment-content ul, .mu_register ul, .full-content ul { margin: 16px 0;}
.entry-content ol, .comment-content ol, .full-content ol { list-style: decimal; margin: 16px 0 16px 16px;}
.entry-content ul li, .entry-content ol li, .full-content ul li, .full-content ol li {line-height: 28px;}
.entry-content ol li {margin-bottom: 10px;}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px 0 24px 100px;
	position: relative;
	font-style: italic; }
.entry-content blockquote:before {
	content: '“';
  color: #087ABF;
  font-size: 10em;
  position: absolute;
  left: 0;}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child { margin-bottom: 0; }
.entry-content pre code, .comment-content pre code { display: block; }


/* Buttons */
input[type="submit"].arrow-button, input[type="button"].arrow-button, input[type="reset"].arrow-button {
	height: 30px;
	width: 30px;
	border: 0;
	display: inline-block;
	background: url(images/buttons/arrow-secondary.png) no-repeat center center;
	background-size: 14px auto; }

.button, .learn-more {
	background-color: #087ABF;
  color: #fff;
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 17px 30px;
  text-align: center;
	clear: both;
	display: inline-block;
	text-decoration: none;  }

.button:hover, .button.alt {
	background-color: #fff;
	color: #087ABF; }
.button.alt:hover {
	background-color: #31A6ED;
	color: #fff;
}

.button-bordered {
	border: 3px solid;
	padding: 15px 30px;
	font-size: 24px;
	color: #fff;
	margin: 30px 0 0 0;
	display: inline-block; }
.button-bordered:hover { color: #000; }

/* Table styles */

#content table{ width: 100%; margin-bottom: 20px; }
#content table tr td{ background:#eee; padding: 10px; }
#content table.reviews tr td {background: transparent;}
#content table.reviews tr td img {padding: 30px 30px 0 30px;}
#content table tr:nth-child(even) {background: #eaeaea;}
#content table tr th{
	background: #087ABF;
	color: #fff;
	font-weight: bold;
	padding: 10px; }

@media(max-width: 767px){
	#content table.reviews {text-align: center;}
	#content table.reviews tr td {display: inline-block;}
}

/* =2. Header
-------------------------------------------------------------- */
/* Global Header */

#masthead {
	margin: 0 auto 15px auto;
	float: none; }

#masthead .logo {
	width: 270px;
	max-width: 100%;
	height: 120px;
	background-image: url(images/logo.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }

#masthead .logo a {
	height: 100%;
	width: 100%;
	display: block; }

header.global {
	z-index: 9997;
	position: relative;
	width: 100%;
	background: #fff;
	padding: 10px 20px 0 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }

header.global #site-navigation {
	display: block;
	text-align: right; }

@media (max-width: 1025px) {
	header.global .navigation-container {
		width: 100%;
		display: block;
		text-align: center; }

	header.global .navigation-container #site-navigation{
		float: none;
		clear: both; }
}

@media (max-width: 1025px) {
	#masthead .logo { background-position: top center; margin: 0 auto;}
	header.global { padding: 0; }
	header .container {max-width: 100%;}
}

@media (min-width: 1025px) {
	#masthead {
		width: 30%;
		max-width: 100%;
		margin: 0;
		float: left; }
}

/* 3. Columns Grids and Layouts */
.wrapper{
	max-width: 1350px;
	margin: 0 auto;
	padding: 75px 0 110px; }
.container {
	max-width: 1350px;
	margin: 0 auto;
	height: 100%; }
.container.small { max-width: 960px; background: #fff; padding: 25px;}
.flex-container {
	display: flex;
	flex-wrap: wrap;}
.flex-container.flex-6 {
	text-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;}
.flex-container.flex-6 > * {flex-basis: 49%;}
.flex-box {
    padding: 2%;
		border: 1px solid transparent;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}
.flex-box:hover, .flex-box.current {
    border: 1px solid #eee;
    background: #fafafa;
}
@media (min-width: 767px){
	.flex-container.flex-6 {
		-webkit-box-pack: justify;
	  -webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
	  justify-content: space-between;}
	.flex-container.flex-6 > * {flex-basis: 15%;}
}
section { padding: 75px 0; }
section.extra-padding { padding: 150px 0; }

#call-to-action {
	display: inline-block;
	padding: 0;
	margin: 0 0 20px 0;
	border-top: 2px solid #087ABF;
	border-bottom: 2px solid #087ABF; }
#call-to-action p {
	margin: 5px 0;
	font-family: 'Manrope', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;}
#call-to-action p span.green, #call-to-action p span.green a {color: #8DCB44;}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1375px){
	.wrapper, .container {max-width: 90%;}
}

@media screen and (min-width: 767px) {
	#logo {
		text-align: left;
		float: left;
		margin: 0;
		width: 45%; }
	.site { margin: 0 auto; overflow: hidden; }
	.site-content, .page-content { float: left; width: 75%; padding-right: 5%;}
	.widget-area { float: right; width: 22.5%; }
	.contact-content { float: left; width: 50%; }
	.contact-widget-area { float: right; width: 47.5%; }
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content, body.template-front-page .page-content, body.single-attachment .page-content, body.full-width .page-content {
		width: 100%; }
}

@media (min-width: 1025px){
	#call-to-action {margin: 20px 0 0 0;}
	#call-to-action p {font-size: 20px;}
}

@media (max-width: 767px) {
	.widget-area {
		padding: 0 25px;
		width: 100%; }

	body #secondary {
		padding: 25px 0 0 0;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    text-align: center; }
}


/* ------- Layout Grid Columns ------- */
.half{ width:48%; }
.one_third{ width:30.6666%; }
.two_thirds{ width:65.3333%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16%; }
.two_fifth{ width:36%; }
.three_fifth{ width:60%; }
.four_fifths{ width:80%; }
.one_sixth{ width:15%; }
.five_sixths{ width:83%; }
.half,.one_third,.two_thirds,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ line-height: 1.5;position:relative; box-sizing: border-box; margin-right: 4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
@media (max-width: 1025px){
	.half, .one_third, .two_thirds{ width: 100%;margin: 0 auto;}
	.one_fourth, .one_fifth{ width: 48%; }
	.one_fourth:nth-child(even), .one_fifth:nth-child(even){margin-right: 0;margin-bottom: 10px;}
}

@media (max-width: 767px){
	.one_fourth, .one_fifth, .four_fifths { width: 100%;margin: 0 auto;}
}

.one_fourth img, .two_third img, .one_third img, .half img  { max-width: 100%; text-align: center; }
.half .entry-content{ margin-bottom: 25px; }

/* Dividers & Elements */

.divider {
	margin: 50px auto;
  display: block;
  height: 2px;
  background-color: #377ABA;
  max-width: 600px; }

/* 4. Sidebar */

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	word-wrap: break-word; }

.widget-area .widget h3 {
	margin-bottom: 24px;
	font-weight: normal;
	font-size: 30px; }

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 15px;
	line-height: 1.7; }

.widget-area .widget p { margin-bottom: 24px; }
.widget-area .textwidget ul { list-style: disc outside; margin: 0 0 24px; }
.widget-area .textwidget li { margin-left: 36px; }
.widget-area #s { width: 53.66666666666%;
  /* define a width to avoid dropping a wider submit button */ }
.widget-area .widget ul ul { margin-left: 12px; }

/* =5. Footer Section
-------------------------------------------------------------- */
/* Prefooter */

#prefooter{ padding: 55px 0; background-size: cover;}
#prefooter h2, #prefooter p, #prefooter .phone a{color: #fff;}
#prefooter .phone {
	border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
	display: inline-block;
	padding: 10px;
	margin: 0 0 25px 0;}
#prefooter .phone a{
	margin: 5px 0;
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 4px;}
#prefooter a.button.alt {margin-top: 20px;}
.prefooter-content {padding: 0 20px;}
@media (min-width: 1025px) {
	#prefooter .phone {margin: 0 0 45px 0;}
	#prefooter .phone a{font-size: 33px;}
	#prefooter a.button.alt {margin-top: 30px;}
}

/* Footer */

footer.global {
	background: #212121;
	color: #fff;
	width: 100%;
	clear: both;
	padding: 50px 0px;
	box-sizing: border-box; }

footer h3.widget-title {
	font-size: 16px;
	color: #fff;
	line-height: 24px; }

footer p{
	font-size: 16px;
	margin-top: 0;
	line-height: 24px; }

footer div.social-container {
	margin-top: 20px;
	clear: both; }

footer a{
	color: #fff;
	text-decoration: underline; }
.copyright {background: #000; text-align: center;padding: 17px 20px;}
.copyright p {color: #fff;margin: 0;font-size: 17px;}
.copyright a {color: #c6c6c6;}
.copyright a:hover {color: #fff;}

@media (max-width: 480px) {
	.copyright p {font-size: 12px; line-height: 1.5;}
	.copyright p span.mobile-hide {display: none;clear: both;}
}

/* =6. Home Page Styles
-------------------------------------------------------------- */

/* Front Page */
section.headline {
    background-size: cover;
		position: relative;
		padding: 0;
}
.headline-container {
	padding: 4% 3%;
	background: rgb(8, 122, 191);
	text-align: center;
	color: #fff;
}
.headline-image {
    display: block;
    padding-bottom: 50%;
    background-size: cover;
		position: relative;
}
.headline-container h1 {color: #fff;font-size: 6vw;}
.headline-container p {font-size: 4vw;line-height: 1.2;}
.quote-link a.button {
	background-color: #fff;
	color: #087ABF;
	font-family: 'Manrope', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 17px 0;
	width: 300px;
	text-align: center;
}
.quote-link a.button:after {
	content: '>';
	margin-left: 10px;
}
.quote-link a.button:hover {
	background: #31A6ED;
	color: #fff;
}
@media (min-width: 767px){
	section.headline .headline-image{
	  padding: 0 0 41.6% 0;
	  height: 0;}
	.headline-container {
		max-width: 667px;
		position: absolute;
		top: 50%;
		background: rgb(8 122 191 / 90%);
		transform: translateY(-50%);
		left: calc(50% - 333px);}
	.headline-container h1 {
		font-size: 36px;
		line-height: 48px;}
	.headline-container p {font-size: 22px;line-height: 1.5;}
	.quote-link {
	    position: absolute;
	    bottom: -27px;
	    left: calc(50% - 150px);
	    width: 300px;}
}


section.services {background: #F0F0F0;}
section.services .container {max-width: 90%;}
section.services h2 {margin-bottom: 25px;}
.services-link {margin-top: 35px;}
.services-link a{
	font-family: 'Manrope', Helvetica, Arial, sans-serif;
  font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;}
.before-after {
  background: #fff;
	padding: 15px 10px;}
.before, .after {
	width: 48%;
	height: 0;
	padding-bottom: 72%;
	position: relative;
	display: inline-block;
	overflow: hidden;}
.before img, .after img {
	position: absolute;
	left: -25%;
	height: 350px;
	max-width: 350px;
	width: auto;}
.service-button {
	font-size: 3vw;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -5vw;
  position: relative;}
.service-button a.button {background: #31A6ED;color: #fff;}
.service-button a.button:hover{background: #087ABF;}
.service-button a.button {
  width: 82%;
  padding: 10px 0;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	letter-spacing: 0px;}
#commercial {position: relative;padding: 0 0 10px 0;}
.commercial-image {padding-bottom: 76%;background-size: cover;}
#commercial .half {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 6%;}
#commercial .half{background:#fff;}
#commercial .half.last{background:#087ABF; color: #fff;}
#commercial ul li {font-weight: bold;}
#commercial ul li, #service-area ul li {line-height: 28px;}
#commercial ul li:before, #service-area ul li:before, .full-content ul li:before, .entry-content ul li:before {content: '>';font-weight: normal;font-family: 'Manrope', Helvetica, Arial, sans-serif;margin-right: 10px;}
#commercial .quote-link a.button {width: auto;padding: 23px 30px;}
#service-area {background: #087ABF;color: #fff;}
#service-area h2 {color: #fff; font-weight: 800;}
#service-area ul li a {color: rgba(255,255,255,0.8);}
#service-area ul li a:hover {color: #fff;}
@media (min-width: 480px) {
	.service-button {font-size: 21px;margin-top: -50px;}
	.service-button a.button {padding: 18px 0;width: 88%;}
}
@media (min-width: 767px){
	#commercial .quote-link {width: auto;right: 10%;bottom: -29px;left: auto;}
	}
@media (min-width: 1025px){
	section.services {padding: 100px;}
	section.services h2 {margin-bottom: 75px;}
	.commercial-image {padding-bottom: 76%;background-size: cover;}
	#commercial {padding: 0;}
	#commercial .commercial-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
		left: calc(50% - 500px);
    max-width: 1000px;}
	#commercial .half.last {margin-left: -1%;}
	#service-area .half, #service-area .half.last {display: inline-block; vertical-align: middle;float: none;}
	#service-area .half{width: 55%;text-align: right;}
	#service-area .half.last{width: 32%;text-align: left;}
	.service-button {font-size: 26px;}
	.services-link {margin-top: 100px;}
}

@media (min-width: 1375px){
	#commercial .commercial-container {
		left: calc(50% - 675px);
    max-width: 1350px;}
	}
/* =7. Additional Page styles
-------------------------------------------------------------- */
/* Page styles */
header.entry-header {
	padding: 45% 0 0;
	position: relative;
	text-align: center;
	background-position: center;
	background-size: cover;}
header.entry-header.default{
	background-image: url(images/header-background.jpg.webp);}
header.entry-header .page-title {
	width: 100%;
	margin: 0 auto;
	background: rgba(11,64,114);
	padding: 5%;}
header.entry-header .page-title h1 {font-size: 5vw;color: #ffffff;}
@media (min-width: 767px) {
	header.entry-header {
		height: 0;
		background-blend-mode: multiply;
		background-color: rgba(11,64,114,0.9);
		padding: 0 0 27.4% 0;}
	header.entry-header .page-title {
    width: 100%;
    max-width: 626px;
    position: absolute;
		background: #fff;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    left: calc(50% - 313px);}
	header.entry-header .page-title h1 {font-size: 36px;color: #087ABF;}
}

/* Service Overview */
.services-grid .one_fourth {margin-bottom: 5%;}
.services-grid img {border: 10px solid #fff;}
.extra-content {clear: both;background: #fff; padding: 25px;margin-top: 50px;}

@media (min-width: 1025px) {
	.extra-content .half {
		display: inline-block;
		vertical-align: middle;
		float: none;
		width: calc(48% - 4px);}
}

/* Service Pages */
.main-text {
	background: #fff;
	display: inline-block;
	padding: 5%;
}
.inner {position: relative;}
.service-before-after, .right-column {
	text-align: center;
	margin-top: 20px;
}
.service-before-after h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  background: #087ABF;
  display: inline-block;
  padding: 10px 30px;
}
.service-before-after img{
	border: 10px solid #087ABF;
	margin-bottom: 10px;
}
.flex-section .type {padding-bottom: 50%;}
.flex-section .type {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;}
.flex-section .type .type-block {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
		text-align: center;
    background: #fff;
		font-size: 20px;
    padding: 15px 20px;
    left: 50%;
}
section.lower{
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
section.lower .faq {
	background: linear-gradient(315deg, transparent 75px, white 20px);
	padding: 5%;
	position: relative;
}
.faq h2 {text-transform: capitalize;}
.page-template-faq-page .divider:last-of-type {display: none;}
section.lower .testimonial {
	background: #087ABF;
	padding: 5%;
	position: relative;
}
section.lower .testimonial:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 100px 100px 0px 0px;
    border-color: transparent #1E98E2 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -100px;
    right: 0;
}
section.lower .testimonial p{
	color: #fff;
	font-style: italic;
	text-align: right;}
section.lower .faq h2 {margin-bottom: 25px;}
section.lower .toggle {cursor: pointer;}
section.lower .faq .faq-button {margin-top: 20px;}
.faq-button a:hover {
	background-color: #31A6ED;
  color: #fff;}
.faq-left {
    display: inline-block;
		vertical-align: middle;
    width: calc(95% - 36px);
		cursor: pointer;
}
.faq-right {
    width: 30px;
		margin-left: 5%;
    display: inline-block;
    vertical-align: middle;
		color: #377ABA;
		font-size: 2em;}
.faq-right:hover {cursor: pointer;}
.faq-right:before {content: '+';}
.faq-right.open:before {content: '-';}
.toggle_content p {margin: 0;}

@media(min-width: 800px){
.flex-section .type {padding-bottom: 18%;}
.flex-section .type .type-block {font-size: 1.05vw;}
.flex-section{
	display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -webkit-justify-content: space-between;
	 -ms-flex-pack: justify;
	 justify-content: space-between;}
 }

@media(min-width: 1025px){
.inner {padding-bottom: 6%;display: flex;}
.main-text {
	width: 62%;
  padding: 5% 17% 5% 5%;}
.service-before-after, .right-column {
  width: 48%;
  margin-left: -11%;
  display: inline-block;
  vertical-align: top;}
section.lower{background-attachment: fixed;}
section.lower{padding: 110px 0;}
section.lower .faq {
	width: 40%;
	margin-right: 8%;
	padding: 6% 5% 8%;}
section.lower .testimonial {
	width: 50%;
	padding: 6% 5% 5% 6%;
	margin-top: 50px;}
section.lower .testimonial p{
	font-size: 26px;
	line-height: 34px;}
section.lower .faq, section.lower .testimonial {
	display: inline-block;
	vertical-align: middle;}
section.lower .faq .faq-button, section.lower .testimonial .test-button {
	position: absolute;
	bottom: -27px;
	margin: 0;}
section.lower .testimonial .test-button {right: 10%;}
}

@media(min-width: 1025px){
	.faq-button .button, .test-button .button {padding: 25px 40px;}
	section.lower .faq .faq-button, section.lower .testimonial .test-button {bottom: -32px;}
}

 @media (min-width: 1375px) {
 	.flex-section .type .type-block {
		font-size: 1.25vw;
    padding: 15px 1vw;
    max-width: 100%;}
 }

/* Two-column Page */
.right-column{color: #fff;background: #087ABF;padding: 3%;}
.right-column h2, .right-column p, .right-column ul li {text-align: left;}
.right-column img {border: 10px solid #fff;}
.inner.reversed {padding-bottom: 0;}
.inner.reversed .right-column {color: #565656;background: #fff;}
.inner.reversed .main-text{color: #fff;background: #087ABF;}
.inner.reversed .main-text h2 {color: #fff;}
.projects {padding: 35px 0;background: #fff;}
.projects h2 {margin-bottom: 35px;}
.projects .one_fourth {margin-bottom: 4%;}

@media(min-width: 1025px) {
	.projects {padding: 75px 0;}
	.inner.reversed .main-text{
		width: 55%;
		top: 5%;
		padding: 3% 17% 3% 5%;}
	.inner.reversed .right-column {
		width: 58%;
	  position: relative;
	  margin-left: -11%;}
}

/* Blog Page styles */
.blog-post {margin-bottom: 4%;}
.blog-post img {border: 10px solid #fff;}
h2.blog-title {font-size: 24px;}
.date {font-size: 14px;margin: 8px 0; }
.entry-summary .half:nth-child(1) {margin-bottom: 20px;}
@media(min-width: 1025px){
	.entry-summary .half:nth-child(1) {width: calc(96% - 380px);}
	.entry-summary .half {display: inline-block; vertical-align: top;float: none;}
	.entry-summary .half.last {width: 360px;}
}
.gallery-icon a img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}
.gallery-icon a:hover img {opacity: 0.8;}

/* Franchising Pages */
.flex-box img {max-height: 100px; width: auto; margin-bottom: 20px;}
.rightbox {
    width: 49%;
    padding: 20px;
    margin: 25px 0;
		background: #e5e5e5;
}
.rightbox p {font-size: 15px;line-height: 24px;}
.franchise-header {margin: 1em 0;}
@media (min-width: 1025px){
	.rightbox {width: 49%;float: right;margin: 0 0 25px 25px;}
}

/* Pagination */

.navigation li { display: inline-block; margin-right: 5px;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {text-decoration:none;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	border-radius: 3px;
	border: 1px solid #087ABF;
	cursor: pointer;
	padding: 5px 12px; }
.navigation li a:hover, .navigation li.active a { background-color: #087ABF; color: #fff;}

/* Default Page styles */

/* =8. Misc
-------------------------------------------------------------- */

/* Timeline */
.section-header {
  text-align: center;
}
.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-header hr {
  border: 1px solid #087ABF;
  width: 56px;
}
.steps {
  position: relative;
  margin-top: 32px;
}
.steps::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #087ABF;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 50%;
}

.steps .content, .steps .content p {
  color: #676767;
  font-size: 15px;
	line-height: 1.5;
}

.steps .content h2 {
  font-weight: 600;
  font-size: 16px;
  color: #676767;
}

.steps-container {
  position: relative;
  background-color: inherit;
  width: calc(50% + 32px);
}

.steps-container .content {
  padding: 32px;
  background-color: #fff;
  position: relative;
	color: #087ABF;
	border: 1px solid #087ABF;
  box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
	width: 100%;
}

.steps .steps-container:nth-child(even) {
  left: calc(50% - 32px);
  flex-direction: row-reverse;
}

.steps-container {
  display: flex;
}

.steps .steps-container .date {
	font-weight: 900;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 777;
  background: #087ABF;
  text-align: center;
}

.step-line {
  width: 40px;
  background-color: #087ABF;
  height: 1px;
  margin-top: 31px;
  opacity: 0.4;
  flex-shrink: 0;
}

@media (max-width: 767px) {
	.steps {padding: 0;}
  .steps::after {
    left: 32px;
  }
  .steps-container {
    left: 0;
    flex-direction: row-reverse;
    width: auto;
    margin-bottom: 16px;
  }
  .steps .steps-container:nth-child(even) {
    left: 0;
  }
}
