/**
 * Theme Name: Tribal Mapping - Child Theme
 * Theme URI: http://www.advancingcommunities.org
 * Description: A powerful, flexible and elegant website builder that allows you to create complex pages within minutes and customize every aspect of the theme.
 * Version: 1.11.6
 * Template: yootheme
 **/
/* Global Edits */
div.uk-navbar-container div.uk-container {
    max-width: 1300px;
}

 /* Styling for the feedback button */
div a.feedbackButton {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
	padding: 12px;
}
div#feedbackFooter {
    position: fixed!important;
    bottom: 50px;
    right: 44px;
}
div#feedbackFooter div {
    background-image: none!important;
    padding-top: 0;
    padding-bottom: 0;
	margin:0;
}
div#feedbackFooter div.uk-grid>* {
	padding-left:0px;
}
div a.feedbackButton:hover {
	background-color: #5d5d9d;
}
@media only screen and (max-width: 1100px) {
	div#feedbackFooter {
		position: relative!important;
		bottom: 0px;
		right: 0px;
	}
	div a.feedbackButton {
		display: block;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		padding: 12px;
	}
}
/* Single VSP Styles */
body.single-vsp h1 {
    border-bottom: 5px solid #66669a;
    padding-bottom: 5px;
}
div.serviceTypes {
    float: right;
	margin-bottom: 30px;
}
div#vspMap {
    clear: both;
    width: 100%;
}

/* Map Customization */
div#vspMap {
    clear: both;
    width: 100%;
    margin: 0px;
}
div#vspMap .uk-tile-default.uk-tile {
    padding: 20px 20px 0px;
    background-color: #f1f1f1;
}
div.facetwp-facet {
	margin: 0 0 12px;
}
div.facetwp-facet input {
    padding: 8px;
    width: 100%;
}
div#vspMap div.facetwp-type-fselect div.fs-label {
    padding: 8px;
	font-size: 16px;
}
div#vspMap .fs-wrap {
    width: 100%;
}
input.facetwp-search, input.facetwp-location, input.facetwp-radius {
    box-sizing: border-box;
}
div#vspMap .location-wrap {
    display: block;
    position: relative;
}
div#vspMap h4 {
    padding: 8px;
    margin: 0 0 10px;
    background-color: #333;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
button.facetwp-map-filtering {
    display: none;
}
.facetwp-facet.facetwp-facet-map.facetwp-type-map {
    margin-bottom: 0px;
}
div#vspMap .facetwp-type-fselect .fs-dropdown {
    width: 100%;
}
div#vspMap .fs-wrap {
    position: relative;
}
div#vspMap .fs-option-label {
    font-size: 16px;
}
div.singleVSP h3 {
    font-size: 22px;
	margin-bottom: 8px;
}
div.vspResults div.singleVSP {
	border-bottom: 1px solid #E8ECF1;
    margin: 0;
    padding: 30px 10px;
    position: relative;
}
div.vspResults div {
    margin: 0px;
    padding: 0px;
}
div.vspResults {
    border-top: 5px solid #e1e1e1;
}
div.singleVSP p {
    margin: 0;
	font-size: 15px;
}
div.details {
    width: 48%;
}
div.location {
    width: 48%;
    margin-left: 2%;
}
div.singleVSP div {
    display: inline-block;
	vertical-align: top;
}
span.distance {
    position: absolute;
    top: 0;
    font-size: 11px;
    color: #555;
    display: inline-block;
    background-color: #f7f7f7;
    right: 0;
    padding: 4px 8px;
    border-radius: 2px;
}
/* Old Map Customizations */
div.gmw-item-details div.gmw-item-title a h3 {
    font-size: 22px;
}
body.page-id-191 div.gmw-ajax-results-wrapper ul.gmw-results-list .gmw-item-title a {
	font-size: 15px;
}
body.page-id-191 div.gmw-ajax-results-wrapper ul.gmw-results-list span.gmw-item-address i {
    color: #66669a;
}
body.page-id-191 div.gmw-ajax-results-wrapper ul.gmw-results-list .gmw-item-details .gmw-item-meta {
    font-size: 15px;
}
body.page-id-191 div.gmw-ajax-results-wrapper ul.gmw-results-list .gmw-item-details .gmw-item-meta p {
	padding: 0px;
	margin: 0px;
}
body.page-id-191 div.gmw-ajax-results-wrapper ul.gmw-results-list .gmw-item-details .gmw-item-meta span {
	padding: 0px;
    margin: 0px;
    font-size: inherit; 
}
div.gmw-info-window-inner.infobox, div.gmw-info-window-inner.infobubble, div.gmw-info-window-inner.popup, div.gmw-info-window-inner.standard {
    overflow-x: initial!important;
}
.gmw-popup-meta p {
    text-align: left;
    margin: 0px;
    font-size: 14px;
}
div.gmw-results-wrapper a.print {
    color: #555;
    font: inherit;
    border: 1px solid #ccc;
    height: 30px;
    font-size: 12px;
    margin: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding: 5px 10px;
    background-color: #fff;
    font-weight: bold;  
}
div.gmw-results-wrapper a.print:hover {
    background-color: #efefef;
}

.facetwp-counter {
    font-size: 14px;
    font-style: italic;
    color: #888;
}
button.fwp-load-more{
color: #fff !important;
text-transform: uppercase;
background: #66669A;
padding: 20px;
border-radius: 5px;
display: inline-block;
border: none;
}

button.fwp-load-more:hover {
  background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
/*
*****
Print Customization
*****
*/
@media print {
    body.page-id-191 div#gmw-map-wrapper-5 {
        display: none;
    }
    body.page-id-191 .gmw-ajax-form-wrapper {
        display: none;
    }
}