



/*
Theme Name: MoabArTTrails - BB Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/* Move the page content up to cover the header */
/* Sized for default small device breakpoint of 768 px - change this value if you have a custom breakpoint */
@media (min-width: 768px) { 
  .home .fl-page-content {
     margin-top: -182px; /*Adjust depending on the height of the header for medium devices*/
}
/* Stack the header on top of the content and make the background transparent */
  .home .fl-page-header-primary {
     position: relative;
     z-index: 3;
     /*background-color: rgba(136, 177, 75, 0.41);*/
  }
}
/* For large screens, change the margin-top value to accommodate the narrower heading */
@media (min-width: 992px) {
  .home .fl-page-content {
    margin-top: -220px; /*Adjust depending on the height of the header for large devices*/
  }
}

.home .fl-page-nav-right .navbar-nav .current-menu-item.menu-item-home a{
	color: #8e2323;
}

/*wp map adjustments*/
/*.wpgmza_small_img { max-width: 20px; max-height: 20px; }*/
/*ul.wpgmza_marker_list_class {
    list-style: none;
    margin-left: 40px;
}

.wpgmza-basic-list-item { float:left; cursor:pointer;
}
.wpgmaps_blist_row { clear:both; display:block; height:auto; overflow:hidden;
	padding-bottom: 10px;
	color: #000000;
}
.wpgmaps_blist_row:hover { color: #fbb040;}
.wpgmza_div_marker { width:17px; height:17px; }
.wpgmza_div_address {
	font-size: .8em;
	font-style: italic;
	line-height: 2em;
	margin-left: 20px;
}
#wpgmza_marker_list_1.wpgmza_marker_list_class.wpgmza_basic_list{
	padding: 20px;
}

@media (min-width: 560px){	
#wpgmza_marker_list_1.wpgmza_marker_list_class.wpgmza_basic_list{
	width: 20% !important;
	float: left;
	
}
#wpgmza_map_1.wpgmza_map {
	width: 70% !important;
	float: left !important;	
}
}*/
