/******************************************************************
Developed by: Rising Artistry
URL: www.risingartistry.com

Stylesheet: Main Stylesheet

Load stylesheets!
******************************************************************/
/******************************************************************
Site Name:
Author:
=======
Developed by: Rising Artistry
URL: www.risingartistry.com

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.
******************************************************************/
/*------------------------------------------------------------------
Colors
------------------------------------------------------------------*/
/*------------------------------------------------------------------
Typography
------------------------------------------------------------------*/
.center {
  text-align: center; }

/*------------------------------------------------------------------
Developed by: Rising Artistry
URL: www.risingartistry.com

Stylesheet: Base Stylesheet
------------------------------------------------------------------
- TABLE OF CONTENTS
------------------------------------------------------------------

1.0 - General Styles
    1.1 - Links
    1.2 - Headings
2.0 - Layout & Grid
3.0 - Header
	3.1 - Login
  3.2 - Navigation
4.0 - Pages
	4.1 - Homepage
  4.2 - FAQs
  4.3 - Pack & Move
  4.4 - Contact
  4.5 - Commercial
  4.6 - Residential
  4.7 - About
  4.8 - Packing Service
  4.9 - Testimonials
  4.10 - Quote
5.0 - Blog
	5.1 - Single Posts
	5.2 - Pagination
6.0 - Forms
7.0 - Comments
8.0 - Sidebars
9.0 - Footer

******************************************************************/
.section--price-estimator {
  text-align: center;
  background-color: #444;
  padding: 7rem 0 !important; }
  .section--price-estimator h2 {
    color: #fff !important; }
  .section--price-estimator .btn {
    background-color: #36AD0E;
    color: #FFF;
    padding: 2.6rem 5rem;
    display: inline-block;
    border-radius: 40px;
    margin: 2rem 0 0; }
    .section--price-estimator .btn:hover {
      background-color: #000; }

#fullwidth-video {
  height: 60rem;
  min-height: 60rem;
  position: relative; }

.hero-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(30, 30, 30, 0.5); }
  .hero-title h1 {
    color: #fff;
    max-width: 60%;
    font-size: 4.2rem;
    text-transform: none;
    line-height: 1.2;
    font-family: 'Raleway';
    font-weight: 900; }
  .hero-title h3 {
    color: #fff;
    text-align: center;
    max-width: 70%;
    margin: auto;
    display: block;
    line-height: 1.4;
    text-transform: inherit; }
  .hero-title a {
    background-color: #fff;
    color: #36AD0E;
    padding: 1.5rem 2.5rem;
    display: inline-block;
    margin: 1.5rem 0 3.5rem 0;
    font-family: 'Montserrat';
    font-weight: 600; }
  .hero-title p {
    color: #fff; }

#fullwidth-video .fullwidth-video-bg {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0% 50%; }

.sldtext {
  z-index: 2; }

#fullwidth-video video {
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.box--grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #333;
  color: #fff;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.ui-datepicker {
  margin: 0 !important; }

a.whitebtn {
  padding: 1rem 1.5rem;
  display: inline-block;
  background-color: #fff;
  color: #333 !important;
  border-radius: 3px;
  margin: 2rem 0 0; }
  a.whitebtn i {
    margin: 0 0 0 0.5rem;
    color: #36ad0e !important; }
  a.whitebtn:hover {
    background-color: #36ad0e;
    color: #fff !important; }
    a.whitebtn:hover i {
      color: #fff !important; }

.greenbtn {
  -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
          box-shadow: 0px 10px 14px -7px #3e7327;
  background-color: #36ad0e;
  border-radius: 6px;
  border: 1px solid #4b8f29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: "EurostileCondensed-Regular", Arial, sans-serif;
  font-size: 20px;
  padding: 10px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #5b8a3c; }

.greenbtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #36ad0e), to(#36ad0e));
  background: linear-gradient(to bottom, #36ad0e 5%, #36ad0e 100%);
  background-color: #36ad0e; }

.greenbtn:active {
  position: relative;
  top: 1px; }

/****POP-UP Start****/
.home-pop-up {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000; }

.home-pop-up .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.home-pop-up > div {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 60px #555;
          box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 800px;
  min-height: 100px;
  font-size: 14px;
  vertical-align: middle;
  width: 85%;
  position: relative;
  border-radius: 8px;
  padding: 4%;
  color: #555; }

.pop-up-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 65vh;
  line-height: 1.8 !important;
  text-align: left;
  padding: 0 3rem 0 0; }

.pop-up-content ul {
  list-style: disc;
  padding: 20px;
  text-align: left; }

.pop-up-content p {
  text-align: left; }

.home-pop-up h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 15px 0; }

.home-pop-up a {
  margin-top: 20px;
  color: #2ea3f2;
  text-transform: uppercase;
  display: block; }

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 25px;
  line-height: 25px;
  width: 30px;
  height: 30px;
  text-align: center; }

.popupCloseButton:hover {
  background-color: #ccc; }

/****POP-UP End****/
/*------------------------------------------------------------------
1.0 - General Styles
------------------------------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: normal !important;
  font-family: 'Raleway', sans-serif; }

h2 {
  color: #36AD0E !important;
  font-size: 3.8rem !important;
  font-weight: 900 !important; }

ul li {
  color: #000 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  color: #565656; }

strong {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important; }

/*------------------------------------------------------------------
3.0 - Header
------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #quote-popup {
    display: none; }

  #header-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #EEE;
    font-size: 1.4rem;
    display: block; }
    #header-mobile .header-mobile--number {
      text-align: right;
      float: right; }

  #header-1 {
    display: none !important; }

  .logo {
    max-width: 230px !important; } }
#header-1 {
  font-size: 1.4rem;
  border-bottom: 1px solid #eee; }
  #header-1 .social {
    float: right;
    display: block; }
  #header-1 .email {
    text-align: center;
    display: block; }
  #header-1 .location {
    text-align: center;
    display: block; }
  #header-1 i {
    color: #36AD0E; }

.main-menu-container {
  visibility: hidden; }
  .main-menu-container a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: capitalize !important; }

.flyout-menu-container {
  background-color: #000 !important; }
  .flyout-menu-container ul .current-menu-item a {
    font-family: Arial, sans-serif !important;
    color: #36AD0E !important; }
    .flyout-menu-container ul .current-menu-item a:hover {
      color: #36AD0E !important; }
  .flyout-menu-container ul li {
    /* showing sub-menus */
    position: relative; }
    .flyout-menu-container ul li a {
      font-size: 3.4rem !important;
      line-height: 1;
      text-align: left !important;
      color: #fff !important;
      padding: 0 0 15px 0 !important;
      font-weight: 700 !important; }
      .flyout-menu-container ul li a:hover {
        color: #36AD0E !important; }
    .flyout-menu-container ul li .expanded {
      display: block !important; }
    .flyout-menu-container ul li .sub-menu {
      display: none;
      margin-bottom: 2rem; }
      .flyout-menu-container ul li .sub-menu li a {
        font-size: 3.4rem !important;
        text-transform: capitalize !important;
        font-weight: 300 !important; }
      .flyout-menu-container ul li .sub-menu li .sub-menu {
        margin-bottom: 2rem; }
        .flyout-menu-container ul li .sub-menu li .sub-menu li a {
          font-size: 2.1rem !important;
          text-transform: capitalize !important; }
  .flyout-menu-container .social-links {
    position: absolute;
    bottom: 3%;
    max-width: 930px;
    width: 94%;
    margin: 0 auto !important;
    padding: 0 15px; }
    .flyout-menu-container .social-links li {
      display: inline-block;
      width: auto;
      margin: 0 20px 0 0; }
      .flyout-menu-container .social-links li a {
        width: auto;
        font-size: 21px !important; }

/*------------------------------------------------------------------
4.0 - Pages
------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .masthead h1, .masthead h3 {
    text-align: center !important;
    max-width: 100% !important; }
  .masthead a {
    display: block !important;
    margin: 4rem auto 3.5rem !important;
    text-align: center;
    width: 250px !important; } }
.page-sub-title {
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-family: Arial, sans-serif;
  display: block; }

.page-banner img {
  width: 100%;
  height: auto; }

h1.page-title {
  margin: auto;
  text-align: center;
  font-size: 50px;
  padding: 0 20px;
  position: relative; }
  h1.page-title:before {
    border-top: 1px solid #dadada;
    content: '';
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  h1.page-title span {
    background: #fff;
    padding: 0 30px; }

h1.page-title-v2 {
  margin: -30px 0 0 5%;
  font-size: 60px; }

.thank-you h2 {
  margin: 20px 0 30px 0 !important; }

#lp-section-1 {
  background-color: #ededed; }

@media only screen and (max-width: 768px) {
  #page--188 .masthead {
    padding: 7rem 0 15rem 0 !important; } }
#page--188 .masthead {
  background-position: 0 20%;
  padding: 10rem 0 20rem 0; }

.page--lp .masthead {
  position: relative; }
  .page--lp .masthead::after {
    content: "";
    position: absolute;
    background-color: rgba(20, 20, 20, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .page--lp .masthead .wrap {
    position: relative;
    z-index: 2; }
  .page--lp .masthead h1 {
    text-align: center;
    max-width: 100%; }
.page--lp #sidebar1 {
  padding-left: 0 !important; }
  .page--lp #sidebar1 .widgettitle {
    border-bottom: none !important; }
.page--lp .gform_wrapper {
  background-color: #fff;
  padding: 2rem 3rem;
  border-radius: 3px;
  margin: 0 !important; }
  .page--lp .gform_wrapper h3.gform_title {
    margin: 10px 0 20px 0;
    font-size: 3rem; }

.acf-map {
  width: 100%;
  height: 100%; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

#full-width-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-color: #777; }
  #full-width-2 .hours-container, #full-width-2 .map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #full-width-2 .map-container {
    width: 50%; }
  #full-width-2 .hours-container {
    padding: 4rem;
    width: 50%; }
    #full-width-2 .hours-container h3 {
      color: #fff; }
    #full-width-2 .hours-container ul li {
      color: #fff !important; }

.hours--title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0; }

.hours--list {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important; }

/*------------------------------------------------------------------
4.1 - Homepage
------------------------------------------------------------------*/
.masthead {
  padding: 15rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }
  .masthead h1 {
    color: #fff;
    max-width: 60%;
    font-size: 4.2rem;
    text-transform: none;
    line-height: 1.2;
    font-family: 'Raleway';
    font-weight: 900; }
  .masthead h3 {
    color: #fff;
    text-align: center;
    max-width: 70%;
    margin: auto;
    display: block;
    line-height: 1.4;
    text-transform: inherit; }
  .masthead a {
    background-color: #fff;
    color: #36AD0E;
    padding: 1.5rem 2.5rem;
    display: inline-block;
    margin: 1.5rem 0 3.5rem 0;
    font-family: 'Montserrat';
    font-weight: 600; }
  .masthead p {
    color: #fff; }

.page--home h1.entry--title {
  display: none; }

.home-section-1 {
  text-align: center;
  color: #828282;
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: 'Montserrat';
  padding-bottom: 2rem !important;
  overflow: hidden; }

.special {
  font-size: 2.8rem;
  padding: 3rem;
  border: 1px solid #ccc;
  display: block; }

.residential-card, .commercial-card {
  cursor: pointer;
  height: 40rem;
  text-align: center;
  background-color: #333;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .residential-card h2, .commercial-card h2 {
    text-align: center;
    color: #fff !important;
    font-size: 4.8rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 900; }

.home-section-3 h2 {
  font-size: 4.8rem !important;
  color: #828282 !important;
  margin-bottom: 3rem;
  display: block; }
.home-section-3 ul {
  margin: 0 0 20px 15px;
  list-style: disc;
  padding: 0; }

.form-section {
  background-color: #eee; }

/*------------------------------------------------------------------
4.2 - FAQs
------------------------------------------------------------------*/
.grey-bg {
  background-color: #eee; }

#masthead-faqs {
  margin: 0 0 4rem 0; }

.faq-container h2, .faq-container h2 a {
  margin: 0 !important;
  color: #555 !important;
  font-family: 'Raleway' !important;
  font-size: 2.8rem !important;
  line-height: 1;
  text-transform: capitalize !important;
  padding: 0; }
.faq-container .faq-more {
  border-top: 7px solid; }
  .faq-container .faq-more .less {
    display: none; }
.faq-container a {
  padding: 1rem 0 0 0;
  display: inline-block; }

.faq-answer {
  display: none;
  margin-bottom: 2rem; }

/*------------------------------------------------------------------
4.3 - Pack & Move
------------------------------------------------------------------*/
#masthead-pack-move h1 {
  text-align: center;
  min-width: 100% !important; }

.bedroom-card {
  height: 40rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333;
  background-size: cover;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .bedroom-card:hover .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%); }
  .bedroom-card h2 {
    text-align: center;
    color: #fff !important;
    display: block; }
  .bedroom-card .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #444;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 5rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }
    .bedroom-card .overlay p {
      color: #fff;
      text-align: center;
      display: block; }

#pack-section-2 {
  background-color: #eee; }

/*------------------------------------------------------------------
4.4 - Contact Page
------------------------------------------------------------------*/
#contact-bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1; }

.contact-page h1.contact-page-title {
  color: #000;
  margin-bottom: 0;
  padding: 0; }
.contact-page h2 {
  font-size: 24px;
  font-family: Arial, sans-serif;
  text-transform: uppercase; }
.contact-page label {
  display: none !important; }
.contact-page input,
.contact-page textarea {
  background-color: #b8b9b5;
  color: #fff;
  border: none; }
.contact-page article li {
  padding: 0; }
.contact-page ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .contact-page ul li {
    color: #000;
    font-size: 16px; }
.contact-page .gform_wrapper {
  margin: 0;
  padding-bottom: 30px; }
  .contact-page .gform_wrapper form input[type='text'],
  .contact-page .gform_wrapper form input[type='email'],
  .contact-page .gform_wrapper form textarea {
    background-color: #b8b9b5;
    border: none;
    color: #fff;
    font-size: 18px; }
    .contact-page .gform_wrapper form input[type='text']::-webkit-input-placeholder,
    .contact-page .gform_wrapper form input[type='email']::-webkit-input-placeholder,
    .contact-page .gform_wrapper form textarea::-webkit-input-placeholder {
      color: #fff; }
    .contact-page .gform_wrapper form input[type='text']:-ms-input-placeholder,
    .contact-page .gform_wrapper form input[type='email']:-ms-input-placeholder,
    .contact-page .gform_wrapper form textarea:-ms-input-placeholder {
      color: #fff; }
    .contact-page .gform_wrapper form input[type='text']::-ms-input-placeholder,
    .contact-page .gform_wrapper form input[type='email']::-ms-input-placeholder,
    .contact-page .gform_wrapper form textarea::-ms-input-placeholder {
      color: #fff; }
    .contact-page .gform_wrapper form input[type='text']::placeholder,
    .contact-page .gform_wrapper form input[type='email']::placeholder,
    .contact-page .gform_wrapper form textarea::placeholder {
      color: #fff; }
  .contact-page .gform_wrapper form input[type='submit'] {
    background-color: transparent;
    border: 1px solid #36AD0E;
    color: #36AD0E;
    position: relative; }
  .contact-page .gform_wrapper form button.gform_button {
    padding: 15px 20px;
    font-size: 18px; }
    .contact-page .gform_wrapper form button.gform_button:hover:after {
      color: #000; }
    .contact-page .gform_wrapper form button.gform_button:after {
      font-family: 'icomoon' !important;
      content: '\ea15' !important;
      margin: 0 0 0 10px;
      font-size: 14px;
      color: #36AD0E; }

.page--contact .gform_wrapper .gfield {
  width: 100% !important; }

/*------------------------------------------------------------------
4.5 - Commercial
------------------------------------------------------------------*/
#masthead-commercial {
  margin: auto; }
  #masthead-commercial h1 {
    text-align: center;
    max-width: 100%;
    color: #36AD0E; }

#commercial-section-2 {
  background-color: #EEE;
  text-align: center; }
  #commercial-section-2 h2 {
    margin-bottom: 5rem;
    text-align: center; }
  #commercial-section-2 h3 {
    text-align: center; }

#list-items .wrap {
  border-bottom: 1px solid #ccc; }

#section--flyer {
  background-position: center; }

.flyer-left {
  text-align: left;
  margin-top: 2rem; }
  .flyer-left h2, .flyer-left h3 {
    color: #fff !important; }
  .flyer-left p {
    color: #fff; }
  .flyer-left .flyer-banner {
    padding: 5rem 3rem;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 2rem;
    text-transform: capitalize;
    color: #fff;
    font-family: "EurostileCondensed-Bold", Arial, sans-serif; }

.flyer-right {
  text-align: left;
  text-align: left;
  padding: 3rem;
  background-color: #fff;
  border-radius: 3px; }
  .flyer-right h3 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 2rem 0;
    margin: 0 0 2rem 0; }

.book-today {
  display: inline-block;
  width: 70%;
  text-align: center;
  padding: 3rem;
  background-color: #fff; }

/*------------------------------------------------------------------
4.6 - Residential
------------------------------------------------------------------*/
#masthead-residential-rates {
  margin: auto; }
  #masthead-residential-rates h1 {
    text-align: center;
    max-width: 100%; }

.residential-section-1 {
  padding: 5rem 0; }
  .residential-section-1 h4 {
    color: #36AD0E; }
  .residential-section-1 ul {
    margin: 0;
    padding: 0 0 0 15px; }

#moving-packages-row {
  padding: 4rem 0 6rem 0; }
  #moving-packages-row h2 {
    color: #36AD0E;
    text-align: center;
    margin-bottom: 4rem; }
  #moving-packages-row .package-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #555;
    padding: 2rem;
    min-height: 30rem; }
    #moving-packages-row .package-card h3 {
      text-align: center;
      color: #fff !important;
      font-size: 3rem !important; }
    #moving-packages-row .package-card i {
      color: #fff;
      margin: 0 0 2rem 0;
      font-size: 5rem;
      text-align: center; }
    #moving-packages-row .package-card .small-package-icon {
      font-size: 2rem; }
    #moving-packages-row .package-card .medium-package-icon {
      font-size: 3rem; }
    #moving-packages-row .package-card .large-package-icon {
      font-size: 4rem; }
    #moving-packages-row .package-card .xxl-package-icon {
      font-size: 6rem; }

.move-section-1 p {
  font-family: 'Montserrat';
  color: #36AD0E;
  font-size: 2.8rem;
  font-weight: 400;
  font-style: italic;
  text-align: center; }

.move-section-2 .row {
  margin-right: -4rem !important;
  margin-left: -4rem !important; }
.move-section-2 [class*='col-'] {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.residential-rates-section-1 {
  padding: 5rem 0;
  text-align: center; }

.call-out {
  color: #36AD0E;
  font-size: 4.8rem;
  padding: 4rem 0;
  margin: 4rem 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  text-align: center; }

.section {
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: cover; }

#masthead-small-move {
  background-position: top; }
  #masthead-small-move h1 {
    color: #333;
    text-align: left;
    max-width: 50%; }
  #masthead-small-move h3 {
    text-align: left;
    max-width: 50%;
    color: #333;
    margin: 0; }

/*------------------------------------------------------------------
4.7 - About
------------------------------------------------------------------*/
#masthead-about {
  background-position: 60% 85% !important;
  padding: 17rem 0 23rem 0 !important; }
  #masthead-about h1 {
    text-transform: uppercase; }

#about-section-2 {
  background-color: #eee;
  padding: 8rem 0;
  text-align: center; }
  #about-section-2 i {
    font-size: 8rem;
    text-align: center;
    width: 100%;
    padding: 4rem 0; }

#about-section-3 {
  text-align: center;
  padding: 10rem 0; }

/*------------------------------------------------------------------
4.8 - Packing Service
------------------------------------------------------------------*/
.page--packing-service .form-section {
  background-color: #fff; }

/*------------------------------------------------------------------
4.9 - Testimonials
------------------------------------------------------------------*/
.testimonial {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
  margin-bottom: 3rem; }

/*------------------------------------------------------------------
4.10 - Quote
------------------------------------------------------------------*/
#masthead-quote {
  background-position: center; }
  #masthead-quote h1 {
    max-width: none !important;
    font-size: 4.8rem;
    text-transform: uppercase !important;
    text-align: center; }
  #masthead-quote h2 {
    color: #fff !important;
    font-size: 2.1rem !important;
    text-align: center;
    max-width: 80%;
    margin: auto;
    line-height: 1.3; }

/*------------------------------------------------------------------
5.0 - Blog
------------------------------------------------------------------*/
.card {
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  overflow: hidden; }
  .card .date {
    font-size: 1.4rem;
    color: #999;
    padding-bottom: 2rem; }
  .card .thumbnail-link {
    width: 100%;
    background-position: center;
    background-size: cover; }
  .card .article--header {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 1rem 0;
    margin-bottom: 2rem; }
    .card .article--header h2, .card .article--header h2 a {
      font-size: 3rem !important;
      color: #36AD0E !important; }
      .card .article--header h2:hover, .card .article--header h2 a:hover {
        color: #111 !important; }
  .card p {
    font-size: 1.4rem; }

#masthead-blog {
  padding: 5rem 0 !important;
  margin: 0 0 4rem 0; }

#page-container .single-post {
  padding-top: 40px;
  border-top: 1px solid #dadada; }

#blog-page-container {
  padding-bottom: 40px; }

.icons {
  margin-left: 5px; }

.article--header {
  padding: 0 0 2rem 0; }
  .article--header .category-links a {
    font-size: 1.8rem;
    text-transform: capitalize; }

/*------------------------------------------------------------------
5.1 - Single Post
------------------------------------------------------------------*/
#masthead-single-post {
  position: relative; }

#masthead-single-post::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }

#masthead-single-post > * {
  position: relative;
  z-index: 100; }

.share-post {
  text-transform: uppercase;
  color: #ccc;
  font-family: Arial, sans-serif;
  margin-bottom: 40px;
  display: block; }
  .share-post .share-title {
    font-size: 18px;
    margin-right: 5px; }
  .share-post a {
    margin-right: 10px;
    color: #ccc; }
    .share-post a:hover {
      color: #36AD0E; }

ul.post-categories {
  margin: 0;
  padding: 0; }

.single-post .entry-content p {
  line-height: 1.5; }
.single-post .post-title {
  color: #000 !important; }
.single-post ul.post-categories li {
  display: inline-block; }
  .single-post ul.post-categories li:after {
    content: ','; }
  .single-post ul.post-categories li a {
    text-transform: uppercase;
    color: #36AD0E !important;
    font-size: 21px; }

.below-content-container ol {
  margin-left: 0;
  padding-left: 0; }

/*------------------------------------------------------------------
5.2 - Pagination
------------------------------------------------------------------*/
.pagination .prev-post a,
.pagination .next-post a {
  text-transform: capitalize;
  font-family: Arial, sans-serif;
  padding: 0;
  background-color: transparent !important;
  color: #36AD0E !important; }
  .pagination .prev-post a:hover,
  .pagination .next-post a:hover {
    color: #000 !important; }
    .pagination .prev-post a:hover:before, .pagination .prev-post a:hover:after,
    .pagination .next-post a:hover:before,
    .pagination .next-post a:hover:after {
      color: #000 !important; }
.pagination .prev-post {
  color: #36AD0E !important;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #36AD0E; }
.pagination .next-post {
  float: left;
  text-align: left;
  color: #36AD0E !important; }

#comment-form-title,
#comments {
  font-size: 21px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  padding-bottom: 10px; }

/*------------------------------------------------------------------
6.0 - Forms
------------------------------------------------------------------*/
.gform_wrapper .gform_fields {
  position: relative; }
.gform_wrapper .gfield {
  width: 48%;
  margin: 0 2%;
  display: inline-block; }
.gform_wrapper #field_1_6 {
  width: 100% !important; }
.gform_wrapper .gfield_checkbox label {
  display: inline-block !important; }
.gform_wrapper input, .gform_wrapper textarea {
  border-radius: 3px; }

.gform_title {
  font-size: 4.2rem;
  color: #36AD0E; }

/*------------------------------------------------------------------
7.0 - Comments
------------------------------------------------------------------*/
#respond input[type='text']::-webkit-input-placeholder,
#respond input[type='email']::-webkit-input-placeholder,
#respond input[type='url']::-webkit-input-placeholder,
#respond textarea::-webkit-input-placeholder {
  color: #bbb; }
#respond input[type='text']:-ms-input-placeholder,
#respond input[type='email']:-ms-input-placeholder,
#respond input[type='url']:-ms-input-placeholder,
#respond textarea:-ms-input-placeholder {
  color: #bbb; }
#respond input[type='text']::-ms-input-placeholder,
#respond input[type='email']::-ms-input-placeholder,
#respond input[type='url']::-ms-input-placeholder,
#respond textarea::-ms-input-placeholder {
  color: #bbb; }
#respond input[type='text']::placeholder,
#respond input[type='email']::placeholder,
#respond input[type='url']::placeholder,
#respond textarea::placeholder {
  color: #bbb; }

/*------------------------------------------------------------------
8.0 - Sidebars
------------------------------------------------------------------*/
.widget {
  color: #36AD0E; }
  .widget .widgettitle {
    color: #777; }
  .widget a:hover {
    color: #111; }

#sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px; }

@media only screen and (max-width: 768px) {
  #sticky {
    float: none;
    clear: both; } }
.popup-opt-in {
  position: fixed;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 500; }
  .popup-opt-in .close {
    margin: 20px;
    font-family: FontAwesome;
    font-size: 30px;
    top: 20px;
    right: 20px;
    position: absolute;
    color: #fff;
    background-color: #000;
    padding: 7px 12px;
    cursor: pointer; }
    .popup-opt-in .close:hover {
      color: #36AD0E; }

.opt-in {
  padding: 30px 20px;
  background: #36AD0E;
  color: #fff;
  font-size: 3rem;
  font-family: Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  max-width: 500px;
  margin: auto;
  text-align: center;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */ }
  .opt-in h2 {
    font-size: 4.5rem;
    color: #fff; }
  .opt-in p {
    text-transform: none; }
  .opt-in label {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1; }
  .opt-in input::-webkit-input-placeholder {
    opacity: 0.7;
    font-style: italic; }
  .opt-in input:-ms-input-placeholder {
    opacity: 0.7;
    font-style: italic; }
  .opt-in input::-ms-input-placeholder {
    opacity: 0.7;
    font-style: italic; }
  .opt-in input::placeholder {
    opacity: 0.7;
    font-style: italic; }
  .opt-in input:focus::-webkit-input-placeholder {
    color: transparent; }
  .opt-in input:focus:-moz-placeholder {
    color: transparent; }
  .opt-in input:focus::-moz-placeholder {
    color: transparent; }
  .opt-in input:focus:-ms-input-placeholder {
    color: transparent; }
  .opt-in input[type='text'] {
    width: 100%;
    background: #ca4c34;
    color: #fff;
    border: none;
    padding: 20px 10px !important;
    margin: 15px 0 25px;
    text-align: center;
    font-size: 2.4rem;
    text-transform: none; }
    .opt-in input[type='text']::-webkit-input-placeholder {
      color: #fff; }
    .opt-in input[type='text']:-ms-input-placeholder {
      color: #fff; }
    .opt-in input[type='text']::-ms-input-placeholder {
      color: #fff; }
    .opt-in input[type='text']::placeholder {
      color: #fff; }
  .opt-in button,
  .opt-in input[type='submit'] {
    background-color: #000;
    padding: 25px 20px;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
    margin: 0;
    border: none; }
    .opt-in button:hover,
    .opt-in input[type='submit']:hover {
      border: none;
      color: #fff; }

.sidebar-form {
  padding: 20px;
  background: #36AD0E;
  color: #fff;
  margin: 0 0 50px 0;
  font-size: 42px;
  font-family: Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase; }
  .sidebar-form form input[type='hidden'] {
    display: none; }
  .sidebar-form form input[type='text'] {
    width: 100%;
    background: #ca4c34;
    color: #fff;
    border: none;
    padding: 25px 20px !important;
    margin-top: 15px;
    text-align: center;
    font-size: 24px;
    text-transform: none; }
    .sidebar-form form input[type='text']::-webkit-input-placeholder {
      color: #fff; }
    .sidebar-form form input[type='text']:-ms-input-placeholder {
      color: #fff; }
    .sidebar-form form input[type='text']::-ms-input-placeholder {
      color: #fff; }
    .sidebar-form form input[type='text']::placeholder {
      color: #fff; }
  .sidebar-form form button,
  .sidebar-form form input[type='submit'] {
    background-color: #000;
    padding: 25px 20px;
    width: 100%;
    color: #fff;
    font-size: 24px; }

/*------------------------------------------------------------------
9.0 - Footer
------------------------------------------------------------------*/
.footer ul li {
  font-family: 'Montserrat', sans-serif;
  color: #fff !important;
  font-size: 2.1rem;
  font-weight: 300; }
.footer h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  line-height: 1.2; }
.footer #footer-1 {
  background-color: #333; }
.footer .yelp-container, .footer .bbb-container {
  display: inline-block;
  vertical-align: middle; }
.footer .yelp-container {
  padding-right: 2rem; }

@media only screen and (min-width: 768px) {
  /*------------------------------------------------------------------
  Developed by: Rising Artistry
  URL: www.risingartistry.com
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  (Screens Sizes 768px and Up)
  
  
  ------------------------------------------------------------------
  - TABLE OF CONTENTS
  ------------------------------------------------------------------
  
  1.0 - General Styles
      1.1 - Links
      1.2 - Headings
  2.0 - Layout & Grid
  3.0 - Header
  	3.1 - Login
    3.2 - Navigation
  4.0 - Pages
  	4.1 - Homepage
    4.2 - FAQs
    4.3 - Pack & Move
    4.4 - Contact
    4.5 - Commercial
    4.6 - Residential
    4.7 - About
    4.8 - Packing Service
    4.9 - Testimonials
  5.0 - Blog
  	5.1 - Single Posts
  	5.2 - Pagination
  6.0 - Forms
  7.0 - Comments
  8.0 - Sidebars
  9.0 - Footer
  
  ******************************************************************/
  /*------------------------------------------------------------------
  1.0 - General Styles
  ------------------------------------------------------------------*/
  #quote-popup {
    position: fixed;
    bottom: 0;
    right: 4rem;
    z-index: 1; }
    #quote-popup a {
      color: #fff;
      background-color: #444;
      color: #fff;
      padding: 3rem 3rem 2.5rem 3rem;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      display: inline-block; }
      #quote-popup a:hover {
        color: #fff;
        background-color: #111; }
    #quote-popup #close-popup {
      font-family: 'FontAwesome';
      position: absolute;
      right: 0;
      top: 0;
      padding: 5px 7px; }
      #quote-popup #close-popup i {
        color: #777;
        cursor: pointer; }
        #quote-popup #close-popup i:hover {
          color: #ccc; }

  #header-mobile {
    display: none; }

  .main-menu-container {
    visibility: visible; }

  .menu-btn-container {
    display: none !important; }

  .flyout-menu-container ul li a {
    font-size: 5rem !important; }
  .flyout-menu-container .social-links {
    text-align: right;
    right: 3%;
    width: auto; }
    .flyout-menu-container .social-links li {
      margin: 0 0 0 25px; }

  /*------------------------------------------------------------------
  4.0 - Pages
  ------------------------------------------------------------------*/
  h1.page-title {
    font-size: 80px; }

  h1.page-title-v2 {
    font-size: 100px; }

  .page-sub-title {
    font-size: 36px;
    margin: 20px 0 30px 0; }

  #sidebar1 {
    padding-left: 30px; }

  /*------------------------------------------------------------------
  4.1 - Homepage
  ------------------------------------------------------------------*/
  /*------------------------------------------------------------------
  4.2 - About
  ------------------------------------------------------------------*/ }
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Developed by:
  URL:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ------------------------------------------------------------------
  - TABLE OF CONTENTS
  ------------------------------------------------------------------
  
  ******************************************************************/ }
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Developed by:
  URL:
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ------------------------------------------------------------------
  - TABLE OF CONTENTS
  ------------------------------------------------------------------
  
  ******************************************************************/ }

/*# sourceMappingURL=style.css.map */