/*
 Theme Name:   Little Guys Movers
 Theme URI:    http://www.littleguys.com/
 Description:  LGM Child Theme
 Author:       Made in Fort Worth
 Author URI:   https://www.madeinfortworth.com
 Template:     understrap
 Version:      0.5.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

@import url("https://use.typekit.net/ssa1uas.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

body {
	overflow-x: hidden;
}

a {
	color: #007236;
}
.content-area a, .history-content a {
	font-weight: bold;
}

/*.test-class
{
	color: #000000;
}*/

.h1, h1 {
	font-family: 'Oswald', serif !important;
	font-weight: 500 !important;
	font-size: 35px !important;
	text-transform: uppercase;
}

.h2, h2, h2 a {
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300 !important;
	font-size: 32px !important;
	text-transform: normal;
}

body.single-post h1.entry-title {
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300 !important;
	font-size: 32px !important;
	text-transform: capitalize !important;
}

.h3, h3 {
	font-family: 'Oswald', serif !important;
	font-weight: 400 !important;
	font-size: 24px !important;
	color: #007236 !important;
	text-transform: uppercase;
}

.navbar-fixed-top {
	position: fixed;
	top: 0;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
    width: 100%;
}

/** YP Global **/

.listen360-feedback-container a img{
	display:none;
}

.feeds .home-blog-feed img{
	float:left;
	width:80px;
	height:80px;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
	margin-right:15px;
}

.navbar .custom-logo-link img{
	max-height: 155px !important;
	width: auto !important;
	max-width:77%;
}

#full-width-page-wrapper{
	padding-top:0px;
	padding-bottom:0px;
}



.mainstage{

	background-repeat:no-repeat !important;

	padding-top: 200px;
}

/** 
.mainstage:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.33);
}
**/

#wrapper-navbar nav{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

.navbar-brand{
	padding-top:0px;
	padding-bottom:0px;
}

#wrapper-footer{
	background-color:#222222;
	color:#ffffff;
	padding-top:60px;
	padding-bottom:60px;
}

.site-info a .fab, .site-info a .fa-brands {
	color:#ffffff;
	margin-left:10px;
	background-color:#555555;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
	font-size:20px;
	text-align:center;
	width:40px;
	height:40px;
	line-height:40px;
}

.header-cta{
	padding-top:20px;
	padding-bottom:20px;
}

.header-cta .col-md-8{
	line-height:100%;
	font-size:24px;
	padding-top:5px;
	text-align: right;
}

.footer-cta{
	padding-top:20px;
	padding-bottom:20px;
}

.footer-cta .col-md-8{
	line-height:100%;
	font-size:24px;
	padding-top:5px;
	text-align: right;
}

.header-cta a{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	border-bottom-left-radius:25px;
	padding-right:24px;
	padding-left:24px;
}

.footer-cta a{
	padding-right:24px;
	padding-left:24px;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	border-bottom-left-radius:25px;
}

.footer-cta .col-md-8{
	font-size:24px;
}

body{
	font-family: 'Roboto' !important;
	line-height:1.7em;
	letter-spacing:0em !important;
	font-weight:300;
	font-size:18px;
}

iframe{
	border: 0px;
}

.utlity-nav-wrapper{
	list-style-type:none;
	margin-bottom:0px;
	padding-left:0px;
	background-color:#737373;
	text-align:right;
}
#utility-nav {
	margin-bottom: 0px;
}

#utility-nav li{
	display:inline-block;
}

#utility-nav .menu-item a{
	font-family:'Oswald', sans-serif;
	color:#ffffff;
	font-size:16px;
	line-height:20px;
	font-weight: 200;
	letter-spacing: 1px;
}

#navbarNavDropdown{
	text-align:right;
}

#main-menu .menu-item a{
	font-family:'Oswald', sans-serif;
	color:#007236;
	text-align:left;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:0.5px;
	padding-left:20px;
	padding-right:20px;
}
#main-menu .menu-item a:hover {
	color: #333;
}
#main-menu .quote:hover {
	background-color: #333;
}

.nav-home .menu-item a {
	color: #FFF;
}

#main h1{
	font-family:'Roboto Slab', serif;
}

.page-title .col-md-12{
	font-weight:500;
	padding-top:10px;
	padding-bottom:10px;
}

.page-title a {
	color: #FFF;
	text-decoration: none;
}

.interior-banner{
	background-size:cover;
	background-position:50% 0%;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.interior-banner.with-padding {
	padding: 15%;
}

.banner-overlay {
	padding-top:10%;
	padding-bottom:10%;
	background-color: rgba(0,0,0,0.2);
}

.spy-nav {
	position: fixed;
	max-height: 380px;
	overflow-y: scroll;
}

.review-block {
	position: relative;
}
.review-block .review-caption {
	z-index: 200;
}

.review-block-shade {
    color: #FFF;
}

.location_listing1,
.location_pagination1,
.categories_filter span.span_list, .categories_filter span.span_grid, .categories_filter span.span_print {
	/* display: none !important; */
}
.wpgmp_listing_list .fc-item-default .wpgmp_locations,
.location_pagination1 {
	display: none !important;
}

.dropdown-menu li a:hover {
	color: #666 !important;
}
.dropdown-menu li.dropdown-submenu {
	position: relative;
}

#main-menu .quote{
	background-color:#007236;
}
#main-menu .quote a {
	color:#ffffff !important;
}

.page-title, .page-header h1{
	color:#ffffff;
	font-family:'Oswald', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:24px !important;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#007236;
}

body.archive .page-title {
	margin-bottom: 35px !important;
}

.interior-map .col-md-12{
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:35px;
}
.acf-map {
	margin: 0px !important;
}

#page #full-width-page-wrapper #content .row #primary .location-block .row .a-location h3{
	font-family:'Roboto Slab', serif !important;
}

.location-block .a-location em{
	font-size:18px;
}

.location-block .a-location h3{
	margin-bottom:0px;
}

.location-block .a-location p{
	font-size:18px;
	line-height:28px;
}

.location-block .a-location{
	font-size:18px;
	line-height:28px;
	position: relative;
}

.location-block .a-location a.btn {
	border-color:#000000;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	background-color:#007236;
	color:#ffffff;
	border-width:0px;
	position: absolute;
	bottom: 30px;
	left: 30px;
}


.location-block .a-location a.btn:hover{
	background-color:#737373;
}


.location-block .a-location {
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;	
	border: solid 1px #EEE;
	padding-left: 0px; 
	padding-right: 0px;
	padding-top: 0px !important;
	margin-bottom: 20px;
	min-height: 400px;
}
.location-block .a-location .location-wrap {
	padding: 30px;
}
.location-block .a-location .state-tag {
	background-color: #EEE;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	width: 50%;
}

.location-block .a-location:hover {
	-webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
	box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
	box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
	box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
}

.services-block .service-description {
	border: solid 3px #007236;
	padding: 90px 20px 20px;
}
.services-block .service-description p {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
.services-block .service-icon img {
	border: solid 3px #007236;
	border-radius: 100%;
	padding: 10px;
	background-color: #FFF;
}
.services-block .service-icon {
	max-width: 60%;
	margin: 0 auto -75px auto;
}

.services-block .a-service{
	background-repeat:no-repeat;
	background-position:50% 50%;
	text-align:center;
	box-shadow:none;
	margin-right:0px;
	border-right-style:solid;
	border-right-width:5px;
	border-right-color: #FFF;
}

.services-block .a-service a {

}

#page .services-block .a-service .service-title {
	font-family:'Oswald', sans-serif !important;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
}

.feeds .listen360-feedback-reviewer{
	font-weight:600;
	font-size:14px;
	line-height:20px;
	width:88% !important;
}

.feeds .listen360-feedback-summary span{
	font-size:14px;
	line-height:20px;
	font-style:italic;
	width:100% !important;
	max-width:none;
}

.feeds .listen360-feedback-date{
	font-weight:500;
	font-size:14px;
	color:#adadad;
}

.feeds .listen360-feedback-summary{
	width:80%;
}

.feeds .listen360-feedback-reviewer-container{
	width:100%;
	display: block;
}
.feeds .listen360-feedback-summary {
	width: 100% !important;
	margin-left: 0px !important;
}

.feeds .listen360-feedback-review{
	border-width:0px;
}

.feeds{
	padding-bottom:40px;
}

.feeds div ul{
	list-style-type:none;
	padding-left:0px;
}

.feeds ul a{
	color:#007236;
	font-size:16px;
	line-height:24px;
	font-weight:400;
}

.feeds ul li{
	font-size:16px;
	line-height:28px;
	padding-bottom:15px;
}

.feeds ul span{
	display:block;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#8c8c8c;
}

.caption .cta-button .btn-primary{
	background-color:#007236;
	border-width:0px;
	padding-right:25px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	border-bottom-left-radius:30px;
	
}
#searchform .btn-primary:hover {
	background-color: #000;
}

#colophon .site-info{
	text-align:right;
}

#colophon a{
	color:#ffffff;
}

#colophon .col-xs-12{
	font-size:14px;
	
}

.home-blog-feed li:after {
	content: '';
	clear: both;
	height: 2px;
	display: table;
}

hr {
	border-top: 1px solid #ccc !important;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/** YP Contact Page **/

#gform_fields_1 .field_description_below .ginput_container_text input[type=text]{
	background-color:#eeeeee;
	border-width:0px;
}

#gform_fields_1 .field_description_below .ginput_container_email input[type=text]{
	background-color:#eeeeee;
	border-width:0px;
}

#gform_fields_1 .field_description_below .textarea{
	background-color:#eeeeee;
	border-width:0px;
}

#gform_submit_button_1{
	background-color:#007236;
	color:#ffffff;
	border-width:0px;
	padding-right:20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	border-bottom-left-radius:30px;
}


.angieslist-icon {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 20px;
    top: 5px;
}
.angieslist-icon:before {
    position: absolute;
    background: inherit;
    top: 0;
    left:-2px;
    content: '';
    width: 100%;
    height: 8px;
    border: 2px solid #FFF;
    border-radius: 30px;
}
.angieslist-icon:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    left: 5px;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #FFF transparent transparent transparent;
}
.angieslist-icon em {
    z-index: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.angieslist-icon em:after {
    position: absolute;
    bottom: 4px;
    content: '';
    width: 0;
    height: 0;
    left: 7px;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
}

.angie-color .angieslist-icon em:after {
    border-color: #96b600 transparent transparent transparent;
}

.angieslist-icon-neg:before {
    border-color: #fff;
    background: #007236;
}
.angieslist-icon-neg:after {
    border-color: #fff transparent transparent transparent
}
.angieslist-icon-neg em:after {
    border-color: #007236 transparent transparent transparent
}
ul.navbar-nav li.dropdown:hover > .dropdown-menu {
	display: block;
}
.menu-item-has-children .menu-item-has-children:hover > .dropdown-menu {
  display: inline-block;
  left: 9em;
  top: -1ex;
}

#archive-wrapper, #single-wrapper {
	padding-top: 0px !important;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.break {
	width: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
}

.menu-utility-nav-container, .utlity-nav-wrapper form.search {
	display: inline-block;
}

.wpgmp_filter_wrappers .wpgmp_before_listing {
	display: none;
}
div.wpgmp_listing_header {
	width: 85% !important;
}
div.categories_filter {
	width: 15% !important;
}
div.wpgmp_listing_header div.wpgmp_search_form, div.categories_filter select {
	margin: 0px !important;
}

body #main-menu > .menu-item > .nav-link:hover {
	color: #007236 !important;
}
#main-menu .quote a:hover {
	background-color: #FFF !important;
	color: #007236 !important;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}

.scrollspy h2 {
	font-size: 24px !important;
}

.loc-details a {
	color: #FFF !important;
}

ul.split-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-mc .row .container #mc4wp-form-1 .mc4wp-form-fields .row .col-sm-3 input[type=email],
.mc4wp-form-fields select {
	width: 100% !important;
}

@media (min-width: 900px) {
	ul.split-list {
	    -moz-column-count: 2;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 20px;
	    column-count: 2;
	    column-gap: 20px;
	}
	.col-md-4 .list-group.spy-nav {
		max-width: 20%;
		word-break: break-word;
	}

      .affix {
      top: 0;
      }

      .affix-bottom {
      position: absolute;
      }

}

@media (max-width: 900px) {

	.navbar-brand {
		margin-right: auto !important;
		margin: auto !important;
		text-align: center;
	}
	body.page:not(.home) .services-block .service-description {
		min-height: auto !important;
	}
	body.page:not(.home) .services-block .a-service .btn-primary {
		position: relative !important;
		margin: 20px auto !important;
	}
	.footer-mc .mc4wp-form-fields label {
		display: block !important;
	}
	.footer-mc .mc4wp-form-fields input[type=submit] {
		margin: auto !important;
	}
	.site-footer, #colophon .site-info {
		text-align: center !important;
	}
	.mainstage {
		padding-top: 15% !important;
		padding-bottom: 15% !important;
	}
	body.page-id-2 #main h2 {
		line-height: 100% !important;
	}
	.footer-cta a,
	.header-cta a {
		display: block;
		width: 40%;
		margin: 15px auto !important;
	}

}

div.wpgmp_categories div.wpgmp_no_locations {
	background-color: #007236;
	margin: 0px !important;
	padding: 20px;
	color: #FFF;
	text-align: center;
}
div.wpgmp_categories div.wpgmp_no_locations a {
	color: #FFF;
	text-decoration: underline;
}

/** Green Banner **/
.green-banner {
	background-color: #007236;
	color: #FFF !important;
	margin-top: 80px;
	margin-bottom: 80px;
}
.green-banner h3,
.green-banner a {
	color: #FFF !important;
}
.green-banner #gform_submit_button_1 {
	background-color: #FFF !important;
	color: #007236 !important;
}

/** Gold Banner **/
.gold-banner {
	background-color: #e3b123;
	color: #FFF !important;
	margin-top: 80px;
	margin-bottom: 80px;
}
.gold-banner h3,
.gold-banner a {
	color: #FFF !important;
}
.gold-banner #gform_submit_button_1 {
	background-color: #FFF !important;
	color: #e3b123 !important;
}


/** Blue Banner **/
.blue-banner {
	background-color: #0066b3;
	color: #FFF !important;
	margin-top: 80px;
	margin-bottom: 80px;
}
.blue-banner h3,
.blue-banner a {
	color: #FFF !important;
}
.blue-banner #gform_submit_button_1 {
	background-color: #FFF !important;
	color: #0066b3 !important;
}


.mobmenu .sub-menu li a,
.mobmenu .sub-menu .sub-menu li a {
	padding-left: 0px !important;
}


.mc4wp-form-fields select {
	background-color: #EEE;
	border: 0;
	outline: 1px inset #EEE;
	outline-offset: -1px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

@media (min-width: 901px) {
	.history-content h3 {
		font-size: 32px !important;
		margin-left: -130px;
		display: inline-block;
		background-color: #007236 !important;
		color: #FFF !important;
		padding: 15px;
		float: left;
	}

	.history-headline {
		background-color: #0066b3;
		font-family: 'Oswald', serif !important;
		font-size: 60px;
		line-height: 80px;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 500;
		padding-top: 6%;
		padding-bottom: 6%;
		text-align: center;
	}
}
@media (max-width: 900px) {
	.history-content h3 {
		font-size: 24px !important;
		margin-left: 0px !important;
		display: block;
		background-color: none !important;
		color: #007236 !important;
		padding: 0px;
		float: none;
	}
	.history-headline {
		background-color: #0066b3;
		font-size: 40px;
		line-height: 50px;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 500;
		padding-top: 10%;
		padding-bottom: 10%;
		text-align: center;
	}
}


a.history-year {
	margin-right: 30px;
}

.submitButton:hover, .submitButton:focus {
	background-color: #222 !important;
	cursor: pointer;
}

body.single-location #field_1_5 .gfield_label {
	display: none !important;
}

@media(max-width:768px){

    button.navbar-toggler {
        display: unset !important;
		position: absolute;
		top: 60px;
		right: 30px;
		border-color: rgba(255,255,255,0.5) !important;
	}
	
	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
	}

	input#s {
		display: block;
	}
	
	div#right-sidebar {
		padding-right: 50px;
	}
	
	nav {
		padding: 0 40px;
	}

	#mc4wp-form-1 .col-md-3:nth-of-type(3) {
		padding-bottom: 20px;
	}

}

@media(max-width:900px) and (max-height:400px){
    #mc4wp-form-1 label {
        font-size: 16px;
    }
}


.field-validation-error {
	color: #dc3545;
	font-weight: bold;
}

@media(max-width:768px){
    .review-caption img {
        display: block !important;
        width: 100%;
    }
}

@media(min-width:769px){
	.mobile-only {
		display: none;
	}
}

.lgm-charities .charity-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.lgm-charities .lgm-charity {
	max-width: 33%;
}
.lgm-charities {
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(136,139,144,1) 100%);
}

.lgm-charity .inner-wrapper {
    background: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.22);
    height: 100%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lgm-charities .inner-wrapper img {
    height: 76px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.lgm-charities .excerpt-wrapper {
    text-align: center;
}

.lgm-charities .inner-wrapper p {
    font-size: 17px;
    line-height: normal;
}

.lgm-charities {
    padding-bottom: 125px;
    padding-top: 125px;
}

.lgm-charities .charity-flex-wrapper {
    gap: 20px;
}

.lgm-charities .lgm-charity {
    max-width: calc(33% - 20px);
}

.lgm-charities .excerpt-wrapper {
    margin-top: 15px;
}

.blue-banner + .lgm-charities {
    margin-top: -80px;
}

.headline-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.lgm-charities {
    padding-top: 100px !important;
}

.lgm-charities .charity-flex-wrapper {
    justify-content: center;
}

.headline-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.lgm-charities {
    padding-top: 100px !important;
}

.lgm-charities .charity-flex-wrapper {
    justify-content: center;
    
}

@media(min-width:1201px){
.lgm-charities .container {
    max-width: 1300px;
}
}

.lgm-charities .lgm-charity {
    max-width: calc(25% - 20px);
}

@media(max-width: 1020px) {
    .lgm-charities .lgm-charity {
    max-width: calc(50% - 20px);
    }
}

@media(max-width: 768px) {
    .lgm-charities .lgm-charity {
    max-width: 100%;
    }
}
