/*
Theme Name: Brandon
Theme URI: http://themes.muffingroup.com/brandon
Author: Muffin group
Author URI: http://muffingroup.com
Description: Brandon - Premium WordPress Theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, translation-ready
Version: 1.8.4
*/

@import url("base.css");

@import url("animate.min.css");
@import url("buttons.css");
@import url("fonts.css");
@import url("isotope.css");

@import url("grid.css");
@import url("layout.css");
@import url("shortcodes.css");
@import url("variables.css");
.map{
    width: 500px;
}
@media screen and(max-width: 768px) {
    .map{
        width: 300px;
    }
}
.pages li {
    display: inline-block;
}
.pages a {
    background-color: transparent;
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 25px;
}
.pages li.current a,
.pages a:hover {
    background-color: #f9793f;
    border-radius: 100%;
    color: #fff;
}
.pages li.current a {
    margin-left: 16px;
}
.pages li.cut a {
    background-color: transparent;
    border-radius: transparent;
    color: #333;
    font-size: 14px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.pages li.cut a:hover {
    color: #f9793f;
}
.pages li {
    color: #333;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
}
/* If you want to add your own css code, please do it in css/custom.css */