/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.1.3
Author:             Roots
Author URI:         https://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

@font-face {
    font-family: 'sei base icons';
    src: url('assets/fonts/sei-icons/sei-base-icons.eot');
    src: url('assets/fonts/sei-icons/sei-base-icons.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/sei-icons/sei-base-icons.woff') format('woff'),
         url('assets/fonts/sei-icons/sei-base-icons.ttf') format('truetype'),
         url('assets/fonts/sei-icons/sei-base-icons.svg#sei-base-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class*='icon-']:before{
	display: inline-block;
   font-family: 'sei base icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before{content:'\0035';}
.icon-envelope:before{content:'\0067';}
.icon-caret-right:before{content:'\0052';}
.icon-star:before{content:'\002a';}
.icon-three-bars:before{content:'\002c';}

@media ( max-width: 768px) {
	.slider-container {
		display: none;
	}
}

img,
textarea {
	max-width: 100%
}

.button,
a,
button {
	text-decoration: none
}

.clearfix:after,
.inner-wrap:after,
.row:after {
	clear: both
}

.off-canvas-wrap,
.right-off-canvas-menu,
.right-off-canvas-menu * {
	-webkit-backface-visibility: hidden
}

@font-face {
	font-family: FontAwesome;
	font-display: swap;
	src: url(//laserwarriors.com.au/wp-content/themes/sage-foundation/dist/styles/../fonts/fontawesome-webfont.eot?v=4.3.0);
	src: url(//laserwarriors.com.au/wp-content/themes/sage-foundation/dist/styles/../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//laserwarriors.com.au/wp-content/themes/sage-foundation/dist/styles/../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(//laserwarriors.com.au/wp-content/themes/sage-foundation/dist/styles/../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(//laserwarriors.com.au/wp-content/themes/sage-foundation/dist/styles/../fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(//laserwarriors.com.au/wp-content/themes/sage-foundation/dist/styles/../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg')
}

div.wpcf7 {
	margin: 0;
	padding: 0
}

div.wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}

.wpcf7-form-control-wrap {
	position: relative
}

.wpcf7-display-none {
	display: none
}

.wpcf7-starratingawesome.starratingawesome {
	clear: both;
	display: inline-block;
	float: none;
	padding: 0;
	margin: 5px 0 10px;
	border: none
}

.starratingawesome>input {
	margin-left: 0
}

.starratingawesome:not(:checked)>input {
	position: absolute;
	clip: rect(0, 0, 0, 0)
}

.starratingawesome:not(:checked)>label {
	float: right;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	width: 1em;
	font-size: 100%;
	margin-right: .2em
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.button,
body,
button {
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	position: relative
}

body,
h1,
h3 {
	font-weight: 400;
	font-style: normal
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-times:before {
	content: "\f00d"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

body,
html {
	height: 100%;
	font-size: 100%
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	line-height: 1.5
}

.left {
	float: left!important
}

.right {
	float: right!important
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.button,
button,
img {
	display: inline-block
}

img {
	height: auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}

textarea {
	min-height: 50px
}

.button,
button {
	border-style: solid;
	border-width: 0;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-size: 16px;
	font-size: 1rem;
	background-color: #008cba;
	border-color: #007095;
	color: #fff;
	padding: 1rem 2rem 1.0625rem
}

a,
i,
strong {
	line-height: inherit
}

@media only screen and (min-width:40.063em) {
	.button {
		display: inline-block
	}
}

.flex-video {
	position: relative;
	padding-top: 1.5625rem;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1rem;
	overflow: hidden
}

.flex-video.widescreen {
	padding-bottom: 56.34%
}

label {
	font-size: 14px;
	font-size: .875rem;
	color: #4d4d4d;
	display: block;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0
}

input[type=text],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #fff;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	display: block;
	font-size: 14px;
	font-size: .875rem;
	margin: 0 0 1rem;
	padding: .5rem;
	height: 37px;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0
}

textarea[rows] {
	height: auto
}

input[type=radio] {
	margin: 0 0 1rem
}

input[type=radio]+label {
	display: inline-block;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline
}

.inner-wrap:after,
.inner-wrap:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.row {
	width: 100%;
	max-width: 1000px;
	max-width: 62.5rem;
	margin: 0 auto
}

.columns {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%;
	float: left
}

[class*=column]+[class*=column]:last-child {
	float: right
}

@media only screen {
	.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left
	}
}

@media only screen and (min-width:40.063em) {
	.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left
	}
}

@media only screen and (min-width:64.063em) {
	.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left
	}
	.main.large-9 {
		width: 75%
	}
	.sidebar.large-3 {
		width: 24%
	}
}

.inner-wrap,
.off-canvas-wrap {
	position: relative;
	width: 100%
}

div,
form,
h1,
h3,
li,
p,
ul {
	margin: 0;
	padding: 0
}

p,
ul {
	line-height: 1.6;
	margin-bottom: 1.25rem
}

a img {
	border: none
}

p {
	font-family: inherit;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	text-rendering: optimizeLegibility
}

h1,
h3 {
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	margin-top: .2rem;
	margin-bottom: .5rem;
	line-height: 1.4
}

h1 {
	font-size: 34px;
	font-size: 2.125rem
}

h3 {
	font-size: 22px;
	font-size: 1.375rem
}

i {
	font-style: italic
}

strong {
	font-weight: 700
}

ul {
	font-size: 16px;
	font-size: 1rem;
	list-style-position: outside;
	font-family: inherit;
	margin-left: 1.1rem
}

.contain-to-grid .top-bar,
.top-bar,
.top-bar ul,
ul li ul {
	margin-bottom: 0
}

ul li ul {
	margin-left: 1.25rem
}

@media only screen and (min-width:40.063em) {
	h1,
	h3 {
		line-height: 1.4
	}
	h1 {
		font-size: 2.75rem
	}
	h3 {
		font-size: 1.6875rem
	}
}

.off-canvas-wrap {
	overflow: hidden
}

.right-off-canvas-menu {
	width: 250px;
	width: 15.625rem;
	top: 0;
	bottom: 0;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	background: #333;
	z-index: 1001;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	right: 0
}

.menu-item-has-children,
.top-bar,
.top-bar-section {
	position: relative
}

ul.off-canvas-list {
	list-style-type: none;
	padding: 0;
	margin: 0
}

ul.off-canvas-list li a {
	display: block;
	padding: .6666666667rem;
	color: rgba(255, 255, 255, .7);
	border-bottom: 1px solid #262626
}

.contain-to-grid {
	width: 100%
}

.top-bar {
	overflow: hidden
}

.top-bar ul {
	list-style: none
}

.top-bar-section {
	left: 0;
	width: auto
}

.top-bar-section ul {
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
	font-size: 16px;
	margin: 0
}

.top-bar-section ul li {
	background: #333
}

.top-bar-section ul li>a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 12px 0 12px .9375rem;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 400;
	text-transform: none;
	font-family: Lato, sans-serif
}

@media only screen and (min-width:40.063em) {
	.top-bar {
		background: #333;
		overflow: visible
	}
	.top-bar:after,
	.top-bar:before {
		content: " ";
		display: table
	}
	.top-bar:after {
		clear: both
	}
	.contain-to-grid .top-bar {
		max-width: 62.5rem;
		margin: 0 auto
	}
	.top-bar-section {
		left: 0!important
	}
	.top-bar-section ul {
		width: auto;
		height: auto!important;
		display: inline
	}
	.top-bar-section ul li {
		float: left
	}
	.top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 .9375rem;
		line-height: 2.8125rem;
		background: #333
	}
}

.announcement,
.slick-list {
	overflow: hidden
}

@media only screen {
	.show-for-small-only {
		display: inherit!important
	}
}

@media only screen and (min-width:40.063em) {
	.show-for-small-only {
		display: none!important
	}
}

@media only screen and (min-width:64.063em) {
	.show-for-small-only {
		display: none!important
	}
}

.content.row {
	max-width: 1160px;
	max-width: 72.5rem
}

.button {
	min-width: 120px;
	background: #f90;
	border-bottom: 3px solid #cc7a00;
	padding: .7rem 1rem;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	border-radius: 3px;
	font-weight: 600;
	font-size: 19px;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.fa-times {
	padding: 12px 14px;
	color: #fff;
	float: right;
	font-size: 22px
}

.right-off-canvas-menu {
	display: none
}

.right-off-canvas-menu img {
	float: left;
	width: 80%;
	padding: 17px 8px
}

.off-canvas-header {
	border-bottom: 1px solid #262626
}

.off-canvas-list {
	background: #3299bb
}

.off-canvas-list .sub-menu {
	display: none;
	list-style: none;
	margin-left: .3rem
}

.off-canvas-list .sub-menu a {
	background: #2b2b2b
}

.off-canvas-list a {
	background: #333;
	border-top: 1px solid #444
}

.off-canvas-menu-toggle {
	color: #fff;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 19px;
	font-size: 1.2rem;
	display: block;
	padding: .5rem;
  width: calc(100% - 200px);
}

.alignright {
	margin-right: 0;
	margin-left: 0
}

@media only screen and (min-width:40.063em) {
	.alignright {
		float: right;
		margin-left: .75
	}
}

.main {
	padding-bottom: 20px
}

body {
	color: gray
}

a,
h1 {
	color: #3299bb
}

h3 {
	color: #f90
}

.announcement-container {
	width: 100%;
	background: #3299bb
}

.announcement {
	background: #3299bb;
	color: #fff;
	text-align: center;
	padding: 7px 5px;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1160px;
	max-width: 72.5rem;
	margin: 0 auto;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: marquee 40s linear infinite;
	-o-animation: marquee 40s linear infinite;
	animation: marquee 40s linear infinite
}

@-webkit-keyframes marquee {
	0% {
		text-indent: 70.5em
	}
	100% {
		text-indent: -105em
	}
}

@-o-keyframes marquee {
	0% {
		text-indent: 70.5em
	}
	100% {
		text-indent: -105em
	}
}

@keyframes marquee {
	0% {
		text-indent: 70.5em
	}
	100% {
		text-indent: -105em
	}
}

.contain-to-grid {
	background: #f90;
	text-align: center;
	-webkit-box-shadow: 0 2px 5px #696969;
	box-shadow: 0 2px 5px #696969;
	margin-bottom: 20px
}

.top-bar {
	background: 0 0;
	display: inline-block;
	height: 100%
}

.header {
	padding: 10px 0
}

.header>h1 {
	padding-top: 10px;
	margin: 0
}

@media only screen and (max-width:40em) {
	.announcement {
		font-size: .8rem
	}
	.top-bar {
		display: none
	}
	.header>h1 {
		padding-bottom: 10px
	}
}

.header.row {
	max-width: 1160px;
	max-width: 72.5rem;
    height: 116px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header.row .logo{
    padding-left: 10px;
}

.header.row:before,
.header.row:after{
    content: none;
}

.header.row .tagline p{
	margin-bottom: 0;
	font-style: italic;
	font-size: 21px;
	color:#333333;
	line-height: 1.5;
}

.header.row .tagline .indent{
	margin-left: 50px;
}

.header.row .social{
  width: auto;
  flex: 0 0 255px;
}

.header.row .social .button-phone{ margin-bottom:7px; }

.header.row .social .button-phone img{
    float: none;
    width: auto;
}

.header.row .social .button-phone .icon-phone{
  margin-right: 5px;
  position: relative;
  font-size: 17px;
  top: 1px;

}

.header.row .social .border-button{
	height: 44px;
	line-height: 40px;
	color: #3e8e1f;
	display: block;
	max-width: 255px;
	font-size:16px;
  text-align: center;
  border-radius:5px;
  border:2px solid #449320;
}

.header.row .social .border-button .icon-envelope{
  position: relative;
  top: 3px;
  margin-right:5px;
}

.header.row .social .border-button:hover{
  background: #449320;
  color:#ffffff;
}

header.row .social{
  flex: 0 0 225px;
}

.top-bar,
.top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 38px;
	line-height: 2.4rem
}

#menu-primary-navigation li {
	background: 0 0;
	float: left;
	position: relative
}

#menu-primary-navigation li>a {
	font-size: 20px;
	font-size: 1.3rem;
	background: 0 0;
	padding: 0 1rem;
	font-weight: 700;
	text-shadow: 1px 1px 0 #995c00
}

#menu-primary-navigation .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 265px;
	background: #f90;
	text-align: left
}

#menu-primary-navigation .sub-menu li {
	z-index: 99;
	width: 100%;
	background: #f90
}

.phone-number {
	color: #f90;
	font-weight: 700;
	font-size: 30px
}

@media only screen and (max-width:64em) {
	.phone-number {
		font-size: 22px
	}
}

.social {
	text-align: right;
	float: right
}

svg {
	width: 30px;
	height: 30px
}

.fill-colour {
	fill: #3299bb
}

.sidebar {
	min-width: 250px
}

.sidebar>div {
	width: 100%;
	float: left
}

.sidebar>div:first-child .links {
	vertical-align: bottom
}

.sidebar-box {
	background: grey;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.sidebar-box h3 {
	text-align: center;
	font-weight: 700
}

.sidebar-box.video-testimonials {
	background: #3299bb
}

.sidebar-box.video-testimonials .video-testimonials-slider {
	border: 1px solid #424242
}

.sidebar-box.video-testimonials .video-testimonials-slider img {
	width: 100%
}

.sidebar-box.video-testimonials h3 {
	color: #fff;
	text-shadow: 1px 1px 0 #424242
}

.sidebar-box.video-testimonials div {
	position: relative
}

.sidebar-box.links {
	background: #f90
}

.sidebar-box.links h3 {
	color: #3299bb;
	text-shadow: 1px 1px 0 #ffbb56
}

.sidebar-box.links ul {
	list-style: none;
	text-shadow: 1px 1px 0 #5d3801
}

.sidebar-box.links ul a {
	color: #fff;
	font-size: 18px
}

.sidebar-box.reviews {
	background: #e9e9e9;
	position: relative
}

.sidebar-box.reviews .reviews-arrows {
	position: absolute;
	right: 5px
}

.sidebar-box.reviews .reviews-arrows i {
	padding: 2px;
	font-size: 20px
}

.sidebar-box.reviews .reviews-arrows .fa-chevron-circle-right {
	float: right
}

.review .review-body,
.sidebar-box.reviews .reviews-arrows .fa-chevron-circle-left {
	float: left
}

.sidebar-box.reviews h3 {
	color: #f90;
	text-shadow: 1px 1px 0 #adadad
}

.sidebar-box.reviews .star-rating {
	position: relative;
	bottom: 4px
}

.sidebar-box.reviews .starratingawesome {
	margin: 0
}

.sidebar-box.enquiry input {
	border: 0
}

.review .review-title {
	font-weight: 700;
	color: #3299bb;
	float: left
}

.review .review-body p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0
}

.review a.right {
	width: 100%;
	color: #f90;
	text-align: right
}

.review .review-date,
.review .reviewer {
	font-style: italic;
	color: #9a9a9a;
	font-size: 14px
}

.starratingawesome:not(:checked)>label {
	color: #b9b9b9
}

div.wpcf7-response-output {
	background: #fff
}

.feature-modal-btn {
	background: url(//laserwarriors.com.au/wp-content/themes/sage-foundation/dist/styles/../images/youtube-dark.png);
	position: absolute;
	display: block;
	width: 50px;
	height: 35px;
	top: calc(50% - 17px);
	left: calc(50% - 25px)
}

.home .slider-container {
	position: relative
}

.home .slider-container>img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	max-width: 80%
}

.review-slider>div,
.video-testimonials-slider>div {
	display: none
}

.video-testimonials-slider>div:first-child {
	display: block
}

.homepage-slider img {
	display: none
}

.homepage-slider img:first-child {
	display: block
}

.reviews .wpcf7,
.slick-slide:not(:first-of-type) {
	display: none
}

.review-star-rating {
	position: absolute
}

@media only screen and (max-width:40em) {
	.social {
		float: none;
		text-align: center
	}
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
	.sidebar>div {
		width: 33.333%;
		border-left: 5px solid #fff;
		border-right: 5px solid #fff
	}
	.sidebar>div:first-child {
		border: 0;
		border-right: 10px solid #fff
	}
}

.small-12 {
	width: 100%
}

@media only screen and (min-width:40.063em) {
	.medium-6 {
		width: 50%
	}
}

@media only screen and (min-width:64.063em) {
	.large-9 {
		width: 75%
	}
}

@media only screen and (min-width:40.063em) {
	ul.medium-block-grid-2>li {
		width: 50%;
		list-style: none
	}
}

@media only screen and (min-width:64.063em) {
	ul.large-block-grid-3>li {
		width: 33.3333333333%;
		list-style: none
	}
}

.polaroid-stack,
.polaroid-stack:before {
	height: 200px;
	width: 200px;
	border: 6px solid #fff
}

.polaroid-stack {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	margin: 0 auto
}

.polaroid-stack:before {
	content: "";
	background: #929b46;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -10px;
	-webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, .3);
	box-shadow: -1px -1px 5px rgba(0, 0, 0, .3);
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg)
}

.home .video-gallery li,
.slick-dots li {
	position: relative
}

.slick-initialized .slick-slide {
	display: block;
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-dots button,
.slick-dots li {
	width: 20px;
	height: 20px;
	cursor: pointer
}

.slick-dots button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

[class*=block-grid-]>li {
	display: block;
	height: auto;
	float: left;
	padding: 0 .625rem 1.25rem
}

.foundation-data-attribute-namespace {
	font-family: false
}

/**** Google Review Container Home ***********/
.google-reviews-container{
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1150px;
  margin: 0 auto 20px;
  margin-left: 10px;
}

.google-reviews-container .google-review-box{
  border: 4px solid #e1e1e1;
  border-radius: 5px;
  padding-right: 40px;
  min-height: 150px;
  display: flex;
}

.google-reviews-container .arrow-column{
  padding-left: 20px;
  padding-top:25px;
  padding-bottom: 25px;
  background: #f6f6f6;
  flex: 0 0 265px;
  position: relative;
}

.google-reviews-container .arrow-column:after{
  content:'';
  position: absolute;
  top:0;
  right: -25px;
  width: 0;
  height: 0;
  border-top: 86px solid #fff;
  border-left: 25px solid #f6f6f6;
  border-bottom: 86px solid #fff;
}

.google-reviews-container .arrow-column img,
.google-reviews-container .arrow-column a{
  display: block;
}

.google-reviews-container .arrow-column img{
  margin-bottom: 20px;
  margin-top: 5px;
}

.google-reviews-container .arrow-column a{
  text-align: left;
  margin-left: 5px;
}

.google-reviews-container .arrow-column a:hover{
  text-decoration: underline;
}

.google-reviews-container .arrow-column a span{
  position: relative;
  top:3px;
}

.google-reviews-container .review-column{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 172px;
  padding-left: 25px;
}

.google-reviews-container .review-column .review-text{
  flex: 0 0 70%;
}

.review-column .review-text .icon-star{
  color: #eb6e1c;
}

.review-column .review-text p{
  margin-bottom: 0;
}

.review-column .reviewer{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.review-column .reviewer h4{
  margin-left: 10px;
  color: #427fed;
  font-weight: bold;
  font-size: 16px;
}

#menu-primary-navigation .sub-menu{
  width: 310px;
}

.above-footer{
  background: #f1f1f1;
  padding: 45px 30px;
}

.above-footer .row{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.above-footer .row:before,
.above-footer .row:after{
    content:none;
}

.above-footer .row img{
    min-width: 0;
    min-height: 0;
}

body > .rplg{
    position: fixed;
    z-index: 9999;
}

@media only screen and (max-width:1050px){
  .header.row .logo{
    padding-left: 0;
  }

  .google-reviews-container{
    margin-left: 0;
  }

  .tagline{
    padding-left: 10px;
    padding-right: 10px;
  }

  .header.row .tagline .indent{
    margin-left: 10px;
  }
}

@media only screen and (max-width:1024px){

  .header.row .tagline p{
    font-size: 1rem;
    display: inline;
  }

  .header.row .tagline .indent{
    margin-left: 0;
  }

  .google-reviews-container .arrow-column:after{
    content:none;
  }

  .google-reviews-container .review-column{
    display: block;
    height: auto;
    padding: 25px 15px;
    padding-right: 0;
  }

  .review-column .reviewer{
    margin-bottom:15px;
  }

  #menu-primary-navigation li>a{
    padding: 0 8px;
    font-size: 1rem;
  }
}

@media only screen and (max-width:768px){

  img.image.wp-image-2612.attachment-full.size-full{ width: 100% !important; }

  .google-reviews-container .arrow-column{
    padding-left: 15px;
    padding-right: 15px;
  }

  .google-reviews-container .arrow-column a{
    text-align:center;
  }

  .header.row .tagline p{
    font-size: 21px;
    display: block;
  }

  .header.row .tagline .indent{
    margin-left: 50px;
  }
    .tagline{display: block;}
  .header.row{
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .header.row img{
    margin: 0 auto 10px;
    display: block;
  }

  .header.row .tagline{
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .header.row .social{
    float: none;
    margin-bottom: 12px;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }

  .google-reviews-container .google-review-box{
    display: block;
    padding-right: 0;
  }

  .google-reviews-container .review-column{
    padding-top:15px;
    padding-bottom: 15px;
      float:none !important;
      padding-right: 15px;
  }

  .google-reviews-container .arrow-column img{
    margin: 0 auto 20px;
  }

  .off-canvas-menu-toggle{
    display: block !important;
  }

  .top-bar{
    display: none;
  }

  .review-column .reviewer{
    justify-content: flex-start;
  }

  .right-off-canvas-menu #menu-primary-navigation{
    background: transparent;
  }

  .right-off-canvas-menu #menu-primary-navigation li{
    float: none;

  }

  .right-off-canvas-menu #menu-primary-navigation li>a{
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  .sub-menu-arrow{
    border-left: none;
    line-height: 40px;
  }
}



@media only screen and (max-width:420px){
  .header.row .tagline p{
    font-size: 1rem;
  }

  .above-footer{
      padding:30px 30px 10px;
  }

  .above-footer .row{
      display: block;
  }

  .above-footer .row img{
      margin: 0 auto 20px;
      display: block;
  }

}

@media only screen and (min-width:40.063em) {
  .medium-8,.services .package h4 {
    width: 66.6666666667%;
  }

  .medium-4,.services .package h5 {
		width: 33.3333333333%;
	}
}

/*************************  Sticky Menu Styles  ***************************/
.contain-to-grid{
    position: sticky;
    top: 0;
    z-index: 9999;
    height: 45px;
}

#menu-primary-navigation li>a{
    line-height: 45px;
    height: 45px;
}

.logged-in .contain-to-grid{
    top: 32px;
}

.off-canvas-wrap{
    overflow: visible;
}

#menu-primary-navigation li.menu-mail{
    position: absolute;
    right: 0;

    overflow: hidden;
}

#menu-primary-navigation li.menu-phone{
    position: absolute;
    right: 65px;
    overflow: hidden;
}

#menu-primary-navigation li.menu-phone a{
    display: inline-block;
    background: #3d8d1e;
    text-shadow: none;
}

#menu-primary-navigation li.menu-phone:hover, #menu-primary-navigation li.menu-mail:hover{
    background: #ff9900;
}

#menu-primary-navigation li.menu-phone a, #menu-primary-navigation li.menu-mail a{
    position: relative;
    top: -70px;
    transition: top .1s linear;
}

.is-sticky #menu-primary-navigation li.menu-phone a, .is-sticky #menu-primary-navigation li.menu-mail a{
    top: 0;
    transition: top .3s linear;
    z-index: 1;
}

#menu-primary-navigation li.menu-phone a:hover, .is-sticky #menu-primary-navigation li.menu-mail a:hover{
    background: #2d6d16;
}

#menu-primary-navigation li.menu-phone .icon-phone{
    font-size: 15px;
    margin-right: 5px;
}

#menu-primary-navigation li.menu-mail a{
    text-shadow: none;
    padding: 0 12.1px;
    background: #ffffff;
}

#menu-primary-navigation li.menu-mail span:before{
    color: #3d8d1e ;
    line-height: 45px;
}

 #menu-primary-navigation li.menu-mail:hover span:before{
     color: #ffffff;
 }

.top-bar-section{ line-height: 45px; padding-right: 265px; }
.right-off-canvas-menu{ display: none !important; }
.move-left>.inner-wrap{ transform: none; }

.header.row .social .button-phone{ width: 260px; display: block; position: relative; height: 45px; }
.header.row .social .button-phone img{ position: relative; left: -2px; display: block; }
.header.row .social .button-phone .phone-image,
.header.row .social .button-phone:hover .phone-gif{ display: none; }
.header.row .social .button-phone:hover .phone-image,
.header.row .social .button-phone .phone-gif{ display: block; }



@media only screen and (max-width:768px){

    #menu-primary-navigation li.menu-phone, #menu-primary-navigation li.menu-mail,
    .header .social .button-phone, .top-bar-section br, .header.row .social .button-phone{ display: none; }


    .contain-to-grid{ height: auto; text-align: left;}
    #menu-primary-navigation li{float: none; text-align: left;}
    .top-bar-section{padding-right: 0;}

    .off-canvas-wrap nav.top-bar{background: #e38901; }
    .top-bar-section ul{ display: block; width: 100%;  float: none !important; }

    #menu-primary-navigation .sub-menu li:hover, #menu-primary-navigation li:hover{ background: #fe9900; }

    #menu-primary-navigation li>a{
        font-size: 18px;
        padding: 0 15px;
        text-shadow: none;
    }

    #menu-primary-navigation li.menu-item-has-children:after {
        display: inline-block;
       font-family: 'sei base icons';
       font-style: normal;
       font-weight: normal;
       line-height: 1;
       -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       content:'\0050';
       position: absolute;
       right: 15px;
       color: #ffffff;
       top: 18px;
       cursor: pointer;
    }

    #menu-primary-navigation li.menu-item-has-children:hover .sub-menu{ display: none; }

    #menu-primary-navigation .sub-menu{ position: static; width: 100%; }
    #menu-primary-navigation .sub-menu li{  background: #c27500; }


    #menu-primary-navigation .sub-menu li{
      padding-left: 25px;
    }

    .off-canvas-menu-toggle{ padding: 0 15px; height: 45px; line-height: 45px; font-weight: normal; text-transform: uppercase;}

    .off-canvas-menu-toggle .icon-three-bars{ position: relative; top: 2px; }

    .off-canvas-menu-toggle .button-phone{
      background: #3d8d1e;
      position: absolute;
      right: 0;
      color: #ffffff;
      padding: 0 15px;
    }

    .off-canvas-menu-toggle .button-phone .icon-phone{ font-size: 15px; }
}

figure.wp-block-gallery{ display: flex !important; margin: 0; }
