/* Navbar */

.navbar-park a {
    color: #fff;
    font-weight: 300;
}


/* Profile container */

.profile {
    margin: 20px 0;
}

/* Profile sidebar */

.profile-sidebar {
    padding: 20px 0 0 0;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.profile-userpic img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 65%;
    height: 50%;
    -webkit-border-radius: 25% !important;
    -moz-border-radius: 25% !important;
    border-radius: 25% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.um-member-name a {
    color: #fff !important;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 15px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
    list-style: none;
    width: 100%;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    margin-left: -2px;
}

/* List Items */

.list-group-item {
    border-radius: 0px !important;
}

/* Parks */

.related-posts {
    background-color: #fafafa;
}

.related-posts .holidayparkCard {
    box-shadow: none;
}

.acf-map {
    width: 100%;
    height: 300px !important;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.leaflet-map {
    width: 100%;
    position: sticky !important;
    height: 300px !important;
    border: none;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

/* NEW STYLES */

h2 {
    align-content: center;
}

/* Colours */

.bg-grey {
    background-color: #f7f8fc !important;
}

/* Cards */

.card {
    background: #fefefe;
    border-radius: 0;
    font-size: 0.9rem;
}

#contactUs {
    background-color: #3c5aa0;
    color: #fff;
}

.card-header {
    background-color: #3c5aa0;
    color: #fff;
}


/* Fonts */

h5 {
    font-size: 1rem;
}


#more {
    display: none;
}


/* Video */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*link*/
.link-blue {
    color: #3c5aa0 !important;
}

.btn-blue {
    background-color: #3c5aa0 !important;
}

ul {
    text-decoration: none;
}

.widget {
    color: black !important;
}

.sidebar-1 h4 {
    color: black !important;
}

.sidebar-1 a {
    color: black !important;
}

.sidebar-1 li {
    list-style-type: none;
}

.entry-title a {
    color: black !important;
}

.btn-modal {}

/* === FONTS === */

.font-light {
    font-weight: 300;
}

.font-med {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

.font-xbold {
    font-weight: 900;
}

.logo-carousel .carousel-item > img {
    max-height: 200px;
    object-fit: cover;
    cursor: grab;
}