/*
Theme Name: Beaver Builder 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... */ 
html {
    touch-action: manipulation;
}
.map-container{
    position: absolute;
    right: 23%;
    z-index: 9;
    top: 43%;
    display: flex;
    flex-direction:row;
}

.map-btn-group {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
}

.map-btn-group:last-child {
    margin-left:20px;
}

.map-btn-group .map-btn {

    width: fit-content;
    border-radius: 8px !important;
    background: #6b9785;
    border-color: #6b9785;
/*    background: var(--wp--preset--color--light-green-cyan);*/
/*    border-color: var(--wp--preset--color--light-green-cyan);*/
    margin: 10px 0px;
    font-family: inherit;
    font-weight: 600;
    font-size:12px;
    color: #fff;
    opacity: 1;
}
.map-btn-group .map-btn:hover {

  background: var(--wp--preset--color--vivid-green-cyan) !important;

}

@media only screen and (min-width: 820px) and (max-width: 990px) and (orientation: landscape) {
    .letter-bg:after{
        display:none;
    }
}
@media only screen and (max-width: 819px) and (orientation: landscape) {
    .letter-bg:after{
        display:none;
    }
}
@media only screen and (min-width: 820px) and (max-width: 834px) and (orientation: portrait) {
    .letter-bg:after{
        display:none;
    }
}
@media only screen and (min-width: 900px) and (max-width: 920px) and (orientation: portrait) {
    .letter-bg:after{
        display:none;
    }
}
@media only screen and (min-width: 540px) and (max-width: 720px) and (orientation: portrait) {
    .letter-bg:after{
        display:none;
    }
}

@media (max-width:991px) {

.map-btn-group .map-btn {
    width: 31px;
    margin: 5px 0px;
    padding: 1px 1px 1px 1px;
    font-size: 12px;
}

}
@media (max-width:768px) {
  .map-container {
	right: 0%;
  }
}


