/*
Theme Name: Around Town Movers 
Theme URI: https://www.completeexteriorsms.com/
Description: This is the Blaze theme created for the Genesis Framework. 
Author: Web Dev Team
Author URI: https://www.surefirelocal.com/

Version: 1.2.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, right-sidebar, theme-options, translation-ready

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: blaze
*/

/* Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings*
  - Objects
  - Forms
  - Modal Form
  - Tables
  - Screen Reader Text
  - Slicks
  - Social Media
  - Gallery
- Structure and Layout
  - Site Container
  - Site Inner
  - Separator Mask
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Skip Links
- Site Header
  - Title Area
  - Header Right
- Site Navigation
  - Responsive Menu
  - Header Menu
  - Footer Menu
- Content Area
  - Entry Content
  - Entry Meta
  - Pagination
  - Entry Comments
- Site Sections
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
  - Min-width: 1024px
    - Site Header
    - Header Right
    - Header Menu
    - Genesis Menu
    - Responsive Menu
    - Header Menu
    - Site Inner
  	- Modal Form
    - Site Section
    - Content
    - Sidebar
    - Author Box
    - After Entry
    - Column Classes
    - Entry Misc.
    - Footer Widgets
  - Min-width: 992px
  - Max-width: 1023px
    - Site Header
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.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:-.25em}sup{top:-.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #3dae2b;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #1f6195;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1f6294;
  text-transform: uppercase;
}

h1 {
  font-size: 58px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 24px;
}

.entry-content h1 {
  text-align: center;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #1f6294;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.wpcf7-not-valid {
    border-color: #c30000;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 25px;
    background-color: #ffbdbd;
    padding: 2px 4px;
    font-size: 12px !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.sfl-modal {
    z-index: 9999;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

form .wpcf7-submit {
    background-color: #4eb43e;
    border-radius: 50px;
  	font-family: 'Montserrat', 'Font Awesome 5 Free'; 
  	text-transform: uppercase;
	margin: auto;
	display: block;
}

span.wpcf7-form-control-wrap.order-location:after {
    content: '\f078';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    pointer-events: none;
}

.contact-form {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #ececec;
}

.apply-form .form-header {
    flex: 1 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1f6294;
    text-transform: uppercase;
    text-align: center;
}

.apply-form {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #ececec;
}

.delivery-form {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #ececec;
}

.payment {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.payment form > input {
    display: inline-block;
    width: 90%;
}

.grecaptcha-badge {
    opacity: 0;
}


/* Modal Form
--------------------------------------------- */
.modal-button {
	position: fixed;
	font-size: 1.2rem;
	bottom: 0;
	left: auto;
	z-index: 999;
	max-width: 235px;
	width: 100%;	
	margin: auto;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	padding: 6px 20px;
	background: #4eb43e; 
	background: -moz-linear-gradient(top,  #4eb43e 0%, #58b447 44%, #6ab95e 100%); 
	background: -webkit-linear-gradient(top,  #4eb43e 0%,#58b447 44%,#6ab95e 100%); 
	background: linear-gradient(to bottom,  #4eb43e 0%,#58b447 44%,#6ab95e 100%); 
	font-family: 'Oswald', sans-serif;
	border-radius: 50px;	
}


.sfl-animate-opacity {
    animation: opac 0.8s;
}

.sfl-modal-content {
    margin: auto;
    background-color: #ccc;
    position: relative;
    padding: 0;
    outline: 0;
    width: 450px;
}

.sfl-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.sfl-button {
    padding: 0 10px;
    font-size: 2rem;
    cursor: pointer;
    z-index: 9;
    color: #FFF;
    font-weight: 600;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}


/* Slicks
--------------------------------------------- */

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    line-height: 3.6 !important;
    cursor: pointer;
  	text-align: center;
  	color: #fff;
	
}
.slider-arrow-left {
    left: 0;
}

.slider-arrow-right {
    right: 0;
}

.card-slider-prev,
.card-slider-next {
    color: #1f6294;
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li {
    margin: 5px;
}

.blog-post-container .slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50px;
    background-color: #818181;
}

.blog-post-container .slick-dots .slick-active button {
	background-color: #1f6294;
}

.testimonial-slider-prev, .testimonial-slider-next {
    width: auto;
    font-size: 18px;
}

.badge-slider-next, 
.badge-slider-prev {
    color: #020202;
	line-height: 0 !important;
}

/* Social Media
--------------------------------------------- */

.social-media--icon {
    color: #1f6294;
    padding: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media--icon:hover {
    color: #fff;
}

.social-media--icon.yelp:hover {
  background-color: #cf0000;  
}

.social-media--icon.gmb:hover {
    background-color: #4a81e8;
}

.social-media--icon.facebook:hover {
  background-color: #3b5998;
}

.social-media--icon.youtube:hover {
  background-color: #bb0000;
}

.social-media--icon.twitter:hover {
  background-color: #2CA5DA;
}

.social-media--name {
  display: none;
}

/* Social Media
--------------------------------------------- */
.social-media {
    display: flex;
}

/* Gallery
--------------------------------------------- */
.sfs-category-navigation {
    margin: 60px 0;
}

div.sfs-category-navigation .category-item {
  padding: 12px 20px;
    background-color: transparent;
    border: 1px solid #c3c3c3;
    color: #848484;
  text-transform: uppercase;
}

div.sfs-category-navigation .category-item.active, 
div.sfs-category-navigation .category-item:hover, 
div.sfs-custom-gallery .sfs-loadmore-btn:hover {
  background-color: #1f6294;
    color: #fff;
    border-color: #1f6294;  
}

div.sfs-custom-gallery .sfs-loadmore-btn {
    background-color: #1f6294;
    color: #fff;
    padding: 8px;
    margin: 60px auto;
    max-width: 310px;
    width: 100%;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

/* Site Inner
--------------------------------------------- */

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
}

/* Seperator Mask
--------------------------------------------- */

.separator-mask {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff;
    border-right-width: 50vw;
    border-left-width: 50vw;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    -webkit-transform: scale(1.014);
    -ms-transform: scale(1.014);
    transform: scale(1.014);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.separator-mask.mask-top {
    top: 0;
    border-top-width: 0px;
    border-bottom-width: 70px;
    border-color: #fff;
    border-left-width: 50vw;
    border-right-width: 50vw;
}

.separator-mask.mask-bottom {
    bottom: 0;
    border-bottom-width: 0px;
    border-top-width: 70px;
    border-color: #fff;
    border-left-width: 50vw;
    border-right-width: 50vw;
}




/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.breadcrumb a {
  color: #fff;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-result article {
	margin-bottom: 0 !important;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  margin-bottom: 10px;
}

.entry-title {
  margin-bottom: 10px;
  text-align: center;	
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #1f6294;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

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

.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: 0;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

.site-header.sticky-head {
    background-color: rgba(255, 255, 255, .97);
}

/* Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding-bottom: 6px;
  padding-top: 6px;
	transition: .5s;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.title-area img {
	width: 100%;
	transition: .5s ease-in-out;
}

.sticky-head .title-area img{
	width: 170px;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}


/* Header Right
--------------------------------------------- */

.contact-info {
    display: flex;
  	justify-content: center;
}

.contact-info--item {
  	color: #555555;
    display: flex;
	margin-bottom: 5px;
}

.contact-info--item i {
    padding-right: 8px;
    align-self: center;
    font-size: 30px;
}

.call-number--item,
.text-number--item {
    text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}

.call-number--item a,
.text-number--item a {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 500;
    font-size: 18px;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  text-align: left;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
  line-height: 1.3;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #1f6294;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #1f6294;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.menu-toggle:after {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #1f6294;
}

.menu-toggle.activated:after {
    content: '\f00d';
}

.site-header .dashicons-before::before {
	content: none;	
  	transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

.sub-menu-toggle:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    color: #1f6294;
    font-size: 12px;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

.text-image {
    background-color: #1f6294;
}

.text-image a {
  color: #7bc56f;
}

.text-image a:hover {
  color: #7bc56f;	
}

.text-image .wp-block-image {
    margin-bottom: 0;
  	position: relative;
	overflow: hidden;
}

.text-image .wp-block-image:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 69vh 210px 0 0;
    border-color: #1f6294 transparent transparent transparent;
}

.content-left {
    background-color: #1f6294;
    color: #fff;
    padding: 60px;
    height: 100%;
}

.content-left h2 {
  color: #fff;
}

.content-left p {
    padding: 0 !important;
}

.blog main,
.archive main {
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
}

.blog article,
.archive article {
    flex: 0 48%;
    border: 1px solid #919191;
    margin: 0 10px 30px;
  transition: .3s all;
}

.blog article:hover .article-block.post-wrap,
.archive article:hover .article-block.post-wrap {
    background-color: #3dae2b;
  color: #fff;
}

.blog h1.title_style,
.archive h1.title_style,
#blog-widget {
    flex: 100%;
    text-align: center;
}

#blog-widget > .wrap {
    display: flex;
}

#blog-widget > .wrap > section {
  flex: 1;
}

#blog-widget > .wrap > section {
    flex: 1;
    margin: 80px 10px;
}

#blog-widget .widget-wrap {
    position: relative;
}

#blog-widget .widget-wrap:after {
  content: '\f078';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
  pointer-events: none;
}

#blog-widget .widget-wrap:hover:after {
  color: #fff;
}

#blog-widget > .wrap > section select {
    text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

#blog-widget > .wrap > section select:hover,
select option {
    background-color: #1f6294;
    color: #fff;
}

select {
  -webkit-appearance: none;
    -moz-appearance: none;  
  text-indent: 1px;
    text-overflow: '';  
  padding-right: 25px;
  cursor: pointer;
}

select::-ms-expand {
    display: none;  
}

.article-block.post-wrap {
    padding: 40px 24px;
}

.article-block.featured-image {
  background-color: #3dae2b;
}

.blog article:hover .article-block.featured-image img,
.archive article:hover .article-block.featured-image img {
  opacity: .7;
} 

.blog-post-header {
    display: flex;
    align-items: center;
  margin-bottom: 30px;
}

.blog article:hover .post-date time,
.archive article:hover .post-date time {
  color: #fff;
}

.blog-post-header--item.post-title {
    padding-left: 15px;
}

.blog-post-header--item.post-title a {
    color: #020202;
}

.blog article:hover .blog-post-header--item.post-title a,
.archive article:hover .blog-post-header--item.post-title a {
  color: #fff;
}

.blog-post-header--item .post-author,
.blog-post-header--item .post-author a {
    font-size: 12px;
   color: #1f6294;
}

.blog article:hover .blog-post-header--item .post-author,
.blog article:hover .blog-post-header--item .post-author a,
.archive article:hover .blog-post-header--item .post-author,
.archive article:hover .blog-post-header--item .post-author a {
  color: #fff;
}

.post-ellipse {
    color: #020202;
}

.blog article:hover .post-ellipse ,
.archive article:hover .post-ellipse {
  color: #fff;  
}

.blog-post-read-more,
.blog-post-read-more:hover,
.blog-post-read-more:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1f6294;
    color: #fff;
    max-width: 250px;
    margin: auto;
    padding: 12px;
    border-radius: 50px;
    margin-top: 50px;
  text-transform: uppercase;
}

.blog article:hover .blog-post-read-more,
.archive article:hover .blog-post-read-more {
  background-color: #fff;
  color: #1f6294;
}

.blog-post-read-more i {
    padding-left: 5px;
}

.archive-pagination.pagination {
    flex: 100%;
}

.cards-services {
    padding: 60px;
}

.column-card {
    padding: 30px;
    background-color: #1f6294;
    color: #fff;
  height: 100%;
}

.column-card--title {
    font-size: 20px;
}

.residential-card--title a {
    color: #1f6294;
}

.coupons-specials {
    text-align: center;
    width: 65%;
    margin: auto;
    margin-bottom: auto;
    background-color: #ffffff;
    border: 2px dashed #1F8357;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.coupons-specials-body {
    padding: 0 30px;
}

.coupons-specials-header {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    padding: 15px 6px;
    color: #1f6294;
}

.coupons-specials-highlight {
    color: #fff;
    margin-bottom: 15px;
    background-color: #3baf29;
    padding: 6px;
}

.move-plans {
	display: flex;
}

.move-plans ul li {
    list-style-type: none;
}

.move-plans li {
    border-bottom: 1px solid #ececec;
    padding: 16px;
	height: 100px;
}

.hidecls {
    color: #52b441;
}

.category-name {
    padding-top: 50px;
	margin-top: -30px;
    padding-left: 0 !important;
}

.category-name li:first-of-type {
    height: auto;
}

.first-class,
.second-class,
.third-class {
    text-align: center;
	border: 1px solid #ececec;
    padding: 10px !important;
}

.first-class li:first-of-type,
.second-class li:first-of-type,
.third-class li:first-of-type {
    font-size: 20px;
	font-weight: 700;
	height: auto;
}

.second-class {
	background-color: #1f6294;
	color: #fff;
	padding-top: 50px !important;
    margin-top: -40px;	
}

.move-plans ul li p {
	margin-bottom: 0;
}

.second-class a:hover {
	color: #fff;
}

.cboxElement {
    font-size: 18px;
    text-transform: uppercase;
}

.media-review {
    display: flex;
    justify-content: space-around;
	padding: 0 !important;
}

.media-review li {
    list-style-type: none !important;
}

li.page_item.page-item-9068,
li.page_item.page-item-8371,
li.page_item.page-item-8369,
li.page_item.page-item-9469 {
	display: none;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 60px 0;
  text-align: center;	
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #cccccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 4px;
  padding: 8px 20px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #1f6294;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}


/* Site Sections
---------------------------------------------------------------------------- */
.page-hero {
    margin-top: 100px;
}

.hero-slider__image {
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slider__image,
.hero-caption__content {
    height: 80vh;
}

.hero-caption {
    position: relative;
}

.hero-caption__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;  
}

.hero-title {
    font-family: 'Oswald', sans-serif;
    font-size: 62px;
	text-transform: uppercase;
}

.hero-subtitle {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 40px;
}

.hero-btn {
    background-color: #3dae2b;
    text-decoration: none;
    color: #fff;
    padding: 10px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    max-width: 250px;
    width: 100%;
    text-align: center;
}

.hero-btn:hover {
	background-color: #1f6294;
	color: #fff;
}

.hero-btn:focus {
	color: #fff;	
}

.site-section {
	position: relative;
	overflow-x: hidden;
}

.page-hero.inner-page,
.page_banner {
  height: 650px;
  background-repeat: no-repeat;
}

.page_banner--overlay {
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.page_banner .hero-caption__content {
  height: 650px;
}

.section-title {
    font-size: 50px;
    color: #1f6294;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
  text-align: center;
}

.quote-form {
  background-color: #ececec;
    padding: 100px 60px;
	overflow: hidden;
}

.quote-form > .wrap {
    max-width: 1180px;
    margin: auto;
}

.quote-form--container {
    display: flex;
	flex-direction: column;
}

.qoute-form--text {
    margin-bottom: 30px;
}

.quote-form--title {
    color: #1f6294;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #636363;
    margin-bottom: 30px;
    padding-bottom: 30px;
  	text-transform: uppercase;
	text-align: center;
}

.quote-form--title span {
    display: block;
    font-weight: 500;
}

.quote-form .form-fields--container {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}

.quote-form .form-field--item.select-field {
	position: relative;
}

.quote-form .form-field--item.select-field:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #c9c9c9;
}

.quote-form .form-field--item label {
    padding-left: 16px;
}

.quoter-form--btn {
	padding: 12px;
	text-align: center;
}

.quoter-form--btn .wpcf7-submit {
    background-color: #4eb43e;
    border-radius: 50px;
  font-family: 'Montserrat', 'Font Awesome 5 Free'; 
  text-transform: uppercase;
}

.form-field--item input:focus, 
.form-field--item input:hover {
    border-color: #1f6294;
}

.apply-form .form-fields--container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.recatpcha-note {
    color: #636363;
    font-size: 12px;
    padding: 12px;
    text-align: center;
    font-style: italic;
}

.recatpcha-note a {
    color: #636363;
    text-decoration: underline;
}

.voted-around {
    padding: 100px 60px;  
}

.voted-around > .wrap {
    max-width: 1180px;
    margin: auto;
}

.va-section--content {
    padding: 60px 15px;
    text-align: center;
}

.va-card {
    display: flex;
}

.va-card-item {
    flex: 1;
  text-align: center;
    margin: 20px; 
  padding: 20px;
}

.va-card-item:hover {
    background-color: #fff;
    cursor: pointer;
}

.va-card-item-1:hover .va-card--icon {
	background: url(/wp-content/uploads/2021/02/around-the-town-hover.png) !important
}

.va-card-item-2:hover .va-card--icon {
	background: url(/wp-content/uploads/2021/02/around-the-nation-hover.png) !important
}

.va-card-item-3:hover .va-card--icon {
	background: url(/wp-content/uploads/2021/02/around-the-world-hover.png) !important
}

.va-card-item--title {
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #1f6294;
    margin-bottom: 30px;
}

.va-card-item--title span {
    display: block;
    font-size: 16px;
}

.va-card--icon {
    width: 217px;
    height: 200px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.va-card--btn {
  display: block;
    opacity: 0;
  margin-top: 30px;
}

.va-card-item:hover .va-card--btn {
  opacity: 1;
}

.services--header {
    background: url(/wp-content/uploads/2023/12/service-title-bg.jpg) no-repeat;
    padding: 150px 60px 80px;
    background-size: cover;
  	background-position: bottom center;
    position: relative;
}

.services--container {
  margin-top: -115px;
    padding: 220px 60px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;  
}

.services--header {
    text-align: center;
}

.services-title {
    color: #fff;
    margin-bottom: 100px;
  	position: relative;
	z-index: 1;
    display: inline-block;	
}

.services-title:before {
    content: '';
    width: 50%;
    height: 100%;
    border: 10px solid #133853;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    transform: scale(1.4);
    z-index: -1;
}

.service-card {
    display: flex;
    flex-wrap: wrap;
}

.service-card-item {
    flex: 1 23%;
    text-align: center;
    padding: 60px;
    background-color: rgba(255, 255, 255, .7);
  	margin-bottom: 30px;
	position: relative;
}

.service-card-item:hover {
    background-color: #1f6294;
    color: #fff;
  cursor: pointer;
}

.service-card-item > i {
    font-size: 44px;
  margin-bottom: 40px;
    color: #1f6294; 
}

.fa-loading {
    background: url(/wp-content/uploads/2021/09/icon-loading.png) no-repeat;
    width: 56px;
    height: 45px;
}

.fa-pods {
    background: url(/wp-content/uploads/2021/09/icon-pods.png) no-repeat;
    width: 56px;
    height: 45px;
}

.fa-inhouse {
    background: url(/wp-content/uploads/2021/09/icon-inhouse.png) no-repeat;
    width: 56px;
    height: 45px;
}

.fa-commercial {
    background: url(/wp-content/uploads/2021/09/icon-commercial.png) no-repeat;
    width: 56px;
    height: 45px;
}
.service-card-item:hover .fa-loading,
.service-card-item:hover .fa-pods,
.service-card-item:hover .fa-inhouse,
.service-card-item:hover .fa-commercial {
    filter: brightness(0) invert(1);
}

.service-card-item--title {
    font-size: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #020202; 
  font-weight: 500; 
}

.service-card-item:hover .service-card-item--title,
.service-card-item:hover > i {
  color: #fff;
}

.service-card-item--content {
    margin-bottom: 40px;
}
.service-card-item--btn {
    font-size: 14px;
    color: #fff;
    background-color: #1f6294;
    max-width: 250px;
    padding: 12px;
    border-radius: 50px;
    display: block;
    margin: auto;
    width: 100%;
  font-weight: 500;
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;	
}

.service-card-item:hover .service-card-item--btn,
.service-card-item--btn:hover,
.service-card-item--btn:focus {
  background-color: #fff;
  color: #1f6294;
}

.services--btn {
    display: block;
    max-width: 350px;
    background-color: #1f6294;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 12px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

.services--btn:hover {
  background-color: #fff;
  color: #1f6294; 
}

.main-content {
  padding: 100px 60px;
}

.main-content .wp-block-columns {
  display: flex;
}

.main-content--text h1 {
    text-align: left;
	display: inline-block;
	margin-bottom: 60px;
	position: relative;
}

.main-content--text h1:after {
    content: '';
    width: 50%;
    height: 100%;
    border: 10px solid #f6f6f6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    transform: scale(1.4);
    z-index: -1;
}

.read-more-btn {
    padding: 12px;
    border: 1px solid #1f6294;
    border-radius: 50px;
    max-width: 250px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #1f6294;
    font-weight: 600;
	margin-top: 40px;
}

.cta-container {
    height: 550px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
}

.cta-content {
    color: #1f6294;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
  margin-bottom: 30px;
}

.cta-btn {
    color: #fff;
    background-color: #3dae2b;
    padding: 12px;
    border-radius: 50px;
    font-size: 18px;
    max-width: 300px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cta-btn:hover {
	background-color: #1f6294;
	color: #fff;
}	

.cta-btn:focus {
	color: #fff;
}

.page-id-18 .testimonials {
    display: none;
}

.testimonials {
    padding: 100px 60px;
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-title,
.testimonial-container,
.testimonial-title span,
.testimonial-content {
    position: relative;
}

.testimonial--header {
	text-align: center;
}

.testimonial-title {
    color: #fff;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;	
	display: inline-block;
}

.rating {
  margin-bottom: 30px;
}

.rating i {
    margin: 2px;
  color: #e0be38;
    font-size: 24px;  
}

.testimonial-list {
    max-width: 1180px;
    margin: auto;
    color: #fff;
    text-align: center;
	padding: 0 30px;
}

.testimonial-body {
    padding: 30px 25px 30px 80px;
    border: 1px solid #424242;
    position: relative;
    margin-bottom: 25px;  
  	font-weight: 400;
}

.testimonial-body:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 65px;
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 44px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #000000;
}

.testimonial-footer {
    margin-bottom: 50px;
}

.testimonial-author {
    background-color: #3dae2b;
    display: inline-block;
    padding: 15px 40px;
}

.testimonial-badge {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-btn {
    background-color: #1f6294;
    color: #fff;
    padding: 12px;
    border-radius: 50px;
    max-width: 350px;
    margin: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.testimonial-btn:hover,
.testimonial-btn:focus {
  color: #fff;
}

.post-feed {
    padding: 100px 60px;
    background-color: #f5f5f5;
}

.post-feeds-btn {
    max-width: 350px;
    margin: auto;
    display: block;
    text-align: center;
    padding: 12px;
    background-color: #1f6294;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}

.post-feeds-btn:hover,
.post-feeds-btn:focus {
	color: #fff;
}

.blog-post-container {
    display: flex;
}

.post-cards {
    flex: 1;
	border: 1px solid #919191; 
}

.post-head {
    background-color: #3dae2b;
	max-width: 580px;
    margin: auto;
}

.post-cards:hover .post-thumbnails {
    opacity: .7;
}

.post-thumbnails {
    max-width: 598px;
    height: 428px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;  
}

.post-content {
    display: flex;
    align-items: center;  
    padding: 40px 35px;
	min-height: 294px;
}

.post-cards:hover .post-content {
  background-color: #3dae2b;
  color: #fff;
}

.post_article {
    padding-left: 30px;
}

.blog-post__title,
.post-feeds-btn {
    margin-bottom: 100px;
}

.post-title {
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;  
}

.post-cards:hover .post-title a,
.post-cards:hover .post-title a:hover,
.post-cards:hover .post-date time {
  color: #fff;
}

.post-date {
    text-align: center;
}

.post-date time {
  display: block;
  color: #3dae2b;
}

.post-date time:first-of-type {
    font-size: 25px;
  font-family: 'Oswald', sans-serif;
}

.post-date time:last-of-type {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.entry-author-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #1f6294;
}

.badges {
  padding: 100px 60px;
}

.badges-container {
    display: flex;
    max-width: 1180px;
    margin: auto;
    justify-content: space-between;
	padding: 0 30px;
}

.badge-item:hover {
    filter: grayscale(1);
}

.badge-item img {
    margin: auto;
}

.pay-online {
    padding: 100px 60px;
    text-align: center;
	background-color: #d3ebc7;	
}

.pay-online-btn {
    color: #fff;
    background-color: #3dae2b;
    padding: 12px;
    border-radius: 50px;
    font-size: 18px;
    max-width: 300px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;	
	margin: auto;
}

.pay-online-btn:hover,
.pay-online-btn:visited {
    background-color: #1f6294;
    color: #fff;	
}




/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
  border-top: 1px solid #3dae2b;
  clear: both;
  padding: 60px 0;
}

.footer-widgets > .wrap {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widget {
	flex: 1;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  font-size: 15px;
  line-height: 1.5;
  padding: 80px 30px;
}

.site-footer > .wrap {
  max-width: 1180px;
    margin: auto;
}

.site-info {
    margin-bottom: 45px;
}

.site-info > .wrap {
    display: flex;
    justify-content: center;
}

.site-info .footer-widget {
    flex: 1;
}

.site-info-column {
    display: flex;
    align-items: center;
    color: #1f6294;
}
.site-info-column i {
  font-size: 30px;
}

.site-info-column--content {
    padding-left: 16px;
}
.site-info-column--content a {
  color: #1f6294;
}

.company-name {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #020202;
}

.policy-copyright {
    color: #666666;
    text-align: center;
    font-size: 12px;
}

#menu-links li a,
#menu-other-links li a {
  color: #363636;
  transition: .3s ease-in-out;
}

#menu-links li:hover,
#menu-other-links li:hover {
  padding-left: 15px; 
}

#menu-links li:hover a,
#menu-other-links li:hover a {
  color: #3dae2b;
}

#menu-links li:before,
#menu-other-links li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
    color: #363636;
}

#menu-links li:hover:before,
#menu-other-links li:hover:before {
  color: #3dae2b; 
}

.scroll-top {
    bottom: 60px;
    right: 30px;
    width: 54px;
    height: 54px;
    position: fixed;
    z-index: 10;
    cursor: pointer;
	display: none;
}

.footer-bar {
    text-align: center;
    background-color: #3baf29;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}


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

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

  table {
    table-layout: auto;
    word-break: normal;
  }

}

@media only screen and (min-width: 992px) {

	.one-half-li {
		column-count: 2;
	}
}

@media only screen and (min-width: 1024px) {

  /* Site Header
  --------------------------------------------- */

  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  .site-header > .wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .header-widget-area {
    order: 1;
    text-align: right;
    padding-top: 6px;
    padding-bottom: 6px;	  
  }


  .title-area,
  .header-widget-area {
    flex: 1 18%;
  }

  /* Header Right
  --------------------------------------------- */
	.contact-info {
		flex-direction: column;
	}
	
	.sticky-head .contact-info--item i,
	.sticky-head .contact-info--item a {
		color: #1f6195;
	}

	.sticky-head .contact-info--item span {
		display: none;
	}	
  

  /* Header Menu
  --------------------------------------------- */

  .nav-primary {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  } 

  /* Genesis Menu
  --------------------------------------------- */

  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #1f6294;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 240px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Responsive Menu
  --------------------------------------------- */

  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
  --------------------------------------------- */

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }

	/* Modal Forms
	--------------------------------------------- */
	.modal-button {
		display: none;
		right: -96px;
		bottom: auto;
		top: 300px;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);			
	}
	
	.scrolled .modal-button {
		display: block;
		position: fixed;
		margin-top: 0;
	}
	
  /* Site Inner
  --------------------------------------------- */

  .site-inner {
    max-width: 1180px;
  }

  /* Site Section
  --------------------------------------------- */
  .site-section.static:nth-child(odd) {
    background-color: #f5f5f5;
  }

  .site-section.static,
  .footer-widget.static {
      display: flex;
      justify-content: center;
      align-items: center;
    height: 80vh;
  }
	
	.quote-form .form-fields--container {
		flex-direction: row;
	}
	
	.quote-form .form-field--item {
		flex: 1 46%;
		margin: 10px 12px;
	}

	.quote-form--container {
		flex-direction: row;
	}

	.qoute-form--text {
		flex: 1 30%;
	}

	.quote-form--fields {
		flex: 1 70%;
	  margin-left: 40px;
	}
	
	.quote-form--title {
		text-align: left;
	}
	
	.apply-form .form-fields--container {
	    flex-direction: row;
	}
	
	.apply-form .form-field--item {
	    flex: 1 100%;
	    margin: 10px 12px;
	}
	
	.apply-form .form-field--item.field-2 {
	    flex: 1 46%;
	    margin: 10px 12px;
	}
	
	.apply-form .form-field--item.field-3 {
	    flex: 1 26%;
	    margin: 10px 12px;
	}
	
	.apply-form .radio-3 {
	    flex: 1 46%;
	    margin: 10px 12px;
	    text-align: center;
	}
	
	.apply-form .radio-1 {
	    flex: 1 100%;
	    margin: 10px 12px;
	    text-align: center;
	}
	
	.apply-form .desc {
	    flex: 1 100%;
	    margin: 10px 12px;
	}
  
  .post-cards:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
  
  .wp-block-group.main-content--text {
    padding: 100px 40px;
  }
  
  .wp-block-group.main-content--text p {
    padding: 0 !important;
  }
	
	.testimonial-title:before {
		content: '';
		width: 50%;
		height: 100%;
		border: 10px solid #133853;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		margin: auto;
		transform: scale(1.4);
		z-index: -1;
	}

	.footer-logo-wrap {
		max-width: 240px;
		width: 100%;
	}	
	
  .site-info-widget_3 {
    display: flex;
    justify-content: center;
  }
	
	.site-info > .wrap {
		align-items: center;	
	}
  
  .footer-widget2,
  .footer-widget3,
  .footer-widget4 {
    padding-left: 100px;
  }

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

  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
	
	.only-mobile {
		display: none;
	}
	
	.hidecls {
		display: none;
	}	

  /* Sidebar
  --------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
  --------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */

  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

  /* Footer Widgets
  --------------------------------------------- */

  .footer-widgets > .wrap {
    max-width: 1180px;
  }

}

@media only screen and (min-width: 1300px) {
  .alignfull.main-content,
  .alignfull.right-reset {
    margin-right: calc(-50vw / 2 + 100% / 2) !important;  
  }	
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
	.nav-primary .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
	
	.header-widget-area {
		flex: 0 20%;
	}
	
	.contact-info--item i {
		font-size: 24px;		
	}
	
	.call-number--item, .text-number--item {
		font-size: 12px;
	}
	
	.call-number--item a, .text-number--item a {
		font-size: 15px;
	}
	
	.site-info .footer-widget.site-info-widget_3 {
		flex-grow: 0;
		flex-basis: 18%;
	}
}

@media only screen and (max-width: 1023px) {
  
  /* Site Header
  --------------------------------------------- */
	.site-header {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}	
	
	.title-area {
		max-width: 178px;
	}
  
	.header-widget-area {
		position: absolute;
		bottom: -61px;
		background-color: #1f6294;
		width: 100%;
		left: 0;
		right: 0;
	} 
	
	.genesis-responsive-menu {
		max-height: 400px;
    	overflow-y: scroll;
	}
	
	.home .hero-title {
		font-size: 50px;		
	}
	
	.hero-subtitle {
		font-size: 18px;
	}
	
	.hero-title {
		text-align: center;
		font-size: 30px;
    	font-weight: 400;
    	margin-bottom: 20px;		
	}
	
	.hero-title span {
		text-align: center;
		display: block;
		height: 0;
		opacity: 0;
	}
	
	.section-title {
		font-size: 44px;
	}
	
	.main-content .wp-block-column {
		flex: 100%;
		text-align: center;
	}
	
	.main-content--text h1 {
		text-align: center;
	}
	
	h1 {
		font-size: 36px;
	}
	
	.mobile-btn__group {
		display: flex;
		justify-content: center;
	}
	
	.services-title:before,
	.testimonial-title:before {
		width: 26%;
	}
	
	.contact-info--item {
		color: #fff;
		margin: 5px 15px;
	}
	
	.call-number--item, 
	.text-number--item {
		color: #bababa;
	}
	
	.call-number--item a, 
	.text-number--item a {
		color: #fff;
	}
	
	.genesis-responsive-menu {
		position: absolute;
		top: 172px;
		background-color: #fff;
		left: 0;
		right: 0;
		padding: 20px;
		overflow-y: scroll;
	}
	
	.service-card-item {
			flex-basis: 50%;
	}
	
	.testimonial-body {
		padding: 40px; 
	}
	
	.testimonial-body:before {
		right: 0;
		margin: auto;
		font-size: 16px;
		height: 25px;
		bottom: auto;
	}
	
	.post-383 .wp-block-group {
		padding: 8px;
	}
	
	.post-cards {
		border: 0; 		
	}
	
	.post-card-wrap {
		max-width: 580px;	
		margin: auto;
		border: 1px solid #919191; 
	}
	
	.service-card {
		flex-direction: column;
	}
	
	.services--container,
	.services--header {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.cta-content {
		font-size: 28px;
	}
	
	.only-desktop {
		display: none;
	}
	
	.badges-container .slick-track {
		display: flex;
		align-items: center;
	}
	
	.category-name	 {
		display: none;
	}
	
	.footer-bar {
		margin-bottom: 44px;
	}
	
	.footer-widgets > .wrap {
		flex-wrap: wrap;
	}
	
	.footer-widget {
		flex: 1 45%;
		margin: 20px;
	}
	
	.site-info-widget_1 {
		text-align: center;
	}
	
	.site-info > .wrap {
		flex-direction: column;
		max-width: 500px;
    	margin: auto;		
	}
	
	.apply-form .wpcf7-form-control {
		margin-bottom: 16px;
	}	
	
	.apply-form {
		padding: 12px;
	}
	
	.footer-widgets > .wrap {
		flex-direction: column;
	}
	
	.footer-widgets {
		max-width: 500px;
		margin: auto;
	}	

}

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

}	

@media only screen and (max-width: 767px) {
	.site-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.move-plans,
	.wp-block-columns {
		flex-direction: column;
	}
	
	.wp-block-image {
		text-align: center;
	}	
	
	.blog main, .archive main {
		display: block;
	}
	
	#blog-widget > .wrap {
		display: block;
	}
	
	#blog-widget > .wrap > section {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.scroll-top	{
		bottom: 160px;
    	right: 8px;		
	}
}

@media only screen and (max-width: 600px) {
	
	.quote-form,
	.voted-around,
	.services--container,
	.main-content,
	.cta-content,
	.testimonials,
	.post-feed {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-widget-area {
		bottom: -48px;		
	}
	
	.call-number--item, .text-number--item {
		font-size: 10px;
	}
	.call-number--item a, .text-number--item a {
		font-size: 14px;		
	}
	
	.service-card-item {
		padding: 10px;
	}
	
	.media-review { 
		flex-direction: column;
		align-items: center;
	}
	
	.site-footer {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.policy-copyright span {
		display: block;
	}
	
	.va-card-item {
		margin: 10px 5px;
    	padding: 10px 5px;		
	}
	
	.cards-services {
		padding: 8px;
	}	
	
	
		
}
	
/* Print Styles
---------------------------------------------------------------------------- */

@media print {

  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }


  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }

}