/*!
Theme Name: HPD - Park New
Theme URI: http://underscores.me/
Author: Parable Productions
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: holiday-parks-downunder
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Adelaide RV is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

h1 {
    font-size: 2rem;
}

.full-width {
    width: 100% !important;
}

img {
    width: 100%;
    height: auto;
}

.row + .row {
    padding-top: 20px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #2084ed;
}

.two-col {
    column-count: 2;
}

.section-blue {
    background-color: #2084ed;
    color: #ffffff;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.col-num-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.feed-img {
    max-height: 175px;
    overflow: hidden;
}

.no-padding-top {
    padding-top: 0rem !important;
}

#summary {
    font-size: 14px;
    line-height: 1.5;
}

#summary .collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#summary .collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.mainnav {
    background: #000;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

a.ubermenu-target {
    color: #fff;
    text-transform: uppercase !important;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 40px;
}

li#menu-item-221 img {
    max-width: 180px;
}

.ubermenu-responsive-toggle .fa {
    float: right;
    margin: 0;
    font-size: 20px;
    padding: 5px 0;
}

.fa-stack-1x {
    color: white;
}

.icon-facebook {
    color: #3b5998;
}

.icon-instagram {
    color: #e95950;
}

.icon-youtube {
    color: #FF0000;
}

.attachment-image-tile {
    max-width: 100%;
    height: auto;
}

a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
    color: #fff;
}

.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    color: #fff !important;
}

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item {
    color: #fff;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.header {
    padding-top: 1rem;
}

.img-logo {
    width: 45%;
}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/

.font-xlight {
    font-weight: 200;
}

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

.font-semibold {
    font-weight: 600;
}

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

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

.text-blue {
    color: #2084ed;
}

.btn {
    border-radius: 0rem;
    font-weight: 700;
}

.btn-black {
    background-color: #000000;
    color: #ffffff;
}

.btn-blue {
    background-color: #3c5aa0;
    border: 1px solid #3c5aa0;
    color: #ffffff;
}

a.btn-blue {
    color: #ffffff !important;
}


a.btn-blue:hover,
a.btn-blue:active,
a.btn-blue:focus {
    color: #3c5aa0 !important;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    background-color: #ffffff;
    border: 1px solid #3c5aa0;
    color: #3c5aa0;
}

.fa-blue {
    color: #2084ed;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.header-social .fa-layers {
    color: #383838;
}

.header-social .fa-layers:hover,
.header-social .fa-layers:active {
    color: #383838;
}

.header-social .fa-facebook-f,
.header-social .fa-twitter,
.header-social .fa-youtube,
.header-social .fa-instagram {
    color: #ffffff;
}

ul.header-social {
    margin-bottom: 0rem;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.footer-social .fa-layers {
    color: #ffffff;
}

.footer-social .fa-layers:hover,
.footer-social .fa-layers:active {
    color: #ffffff;
}

.footer-social .fa-facebook-f,
.footer-social .fa-twitter,
.footer-social .fa-youtube,
.footer-social .fa-instagram {
    color: #383838;
}

footer {
    background-color: #000;
    color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/

.page-hero {
    padding-top: 0px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.homepage-tiles .row + .row {
    padding-top: 0px !important;
}

.homepage-tiles {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.home-video {
    max-height: 800px;
    overflow: hidden;
}

.carousel-item > img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%)
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.logo-carousel a.carousel-control-prev {
    margin-left: -100px;
}

.logo-carousel a.carousel-control-next {
    margin-right: -100px;
}

.logo-carousel a.carousel-control-prev,
.logo-carousel a.carousel-control-next {
    color: #000 !important;
}

.logo-carousel a.carousel-control-prev,
.logo-carousel a.carousel-control-next {
    color: #000 !important;
}

/*--------------------------------------------------------------
## Search Forms
--------------------------------------------------------------*/

#search-filter-form-163 {
    column-count: 2;
}

.searchandfilter label {
    width: 100%;
}

#search-filter-form-163 ul {
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-padding-start: 0px !important;
}

.searchandfilter ul li {
    padding-bottom: 0rem;
}

.sf-input-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: calc(2.25rem + 2px);
}

#search-filter-form-163 input[type="submit"] {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*--------------------------------------------------------------
## Mapping
--------------------------------------------------------------*/

/* Large devices (desktops, 992px and up) */

@media screen and (min-width: 992px) {
    #google_map_list_wrapper {
        bottom: 0;
        height: 100%;
        overflow: hidden;
        min-height: 1400px;
    }

    #google_map_list_sidebar {
        left: 0;
        bottom: 0;
    }
}

.acf-map {
    height: 100%;
    position: sticky !important;
    max-width: inherit !important;
}

.park-single-map {
    height: 100%;
    position: sticky !important;
    max-width: inherit !important;
    min-height: 300px;
}

.map-hero {
    padding-top: 0rem;
}


/*--------------------------------------------------------------
# Listings
--------------------------------------------------------------*/

a.card-url {
    color: #000;
}

a.card-url:hover,
a.card-url:active,
a.card-url:focus {
    text-decoration: none;
}

.card-text {
    padding: 0.5rem;
}

.card-white {
    border: none;
}

.utilities .card-white {
    margin-bottom: 2rem;
}

.store-logo {
    z-index: 1;
}

.list-group-item {
    margin-left: -1px;
}

.list-group-item:first-child {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

.card {
    background: #fefefe;
    border-radius: 0;
    margin-bottom: 30px;
}

.stocklistCard-img {
    width: 100%;
}

.holidayparkCard {
    border-top: 3px solid #3c5aa0;
    border-left: 1px solid rgba(0, 0, 0, .06);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    border-right: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 4px #eee;
    display: block;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    width: 100%;
}

.card-features .list-group-item {
    display: flex;
    font-weight: lighter;
    border-bottom: 1px solid #dcdcdc;
    padding: .5rem 1.25rem;
}

.card-price {
    text-align: right;
}

.card-features .list-group-item {
    display: flex;
    font-weight: lighter;
    border-bottom: 1px solid #dcdcdc;
    padding: .5rem 1.25rem;
}

.card-features span {
    float: left;
    flex: 1;
}

.list-group-item {
    background-color: none;
    border: none;
}

.holidayparkCard:hover,
.holidayparkCard:active,
.holidayparkCard:focus {
    border-top: 3px solid #3c5aa0;
    border-left: 1px solid #3c5aa0;
    border-bottom: 1px solid #3c5aa0;
    border-right: 1px solid #3c5aa0;
}

.two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.three-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item {
    background-color: #000;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.form-control {
    width: 100% !important;
    border-radius: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.inlinesearchform {
    width: 100%;
}

.inlinesearchform select {
    height: auto !important;
}

.inlinesearchform input,
.inlinesearchform select,
.inlinesearchform button {
    padding: 1rem;
}

.inlinesearchform .form-control {
    border-left: 1px solid #3c5aa0;
    border-top: 1px solid #3c5aa0;
    border-bottom: 1px solid #3c5aa0;
    border-right: none;
    color: #000;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

.multi-item-carousel a.carousel-control-prev,
.multi-item-carousel a.carousel-control-next {
    background-color: #000 !important;
    width: 5%;
    opacity: 1 !important;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%)
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.wp-pagenavi span.current {
    background-color: #3c5aa0;
    font-weight: 400;
    color: #ffffff;
}

a.page.larger,
a.nextpostslink,
a.page.smaller,
a.previouspostslink {
    background-color: #f9f9f9;
    color: #000;
}

.wp-pagenavi a,
.wp-pagenavi span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: none;
}

ul.ubermenu-submenu.ubermenu-submenu-id-751.ubermenu-submenu-type-auto.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {
    min-width: 250px;
}

/*--------------------------------------------------------------
# Custom Changes
--------------------------------------------------------------*/

.footer-navigation ul {
    padding: 0;
    margin: 0;

    list-style-type: none;
}

footer a {
    color: #fff !important;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: grey;
    text-decoration: none;
}

a.moretag {
    color: #fff;
    background: #3c5aa0;
    font-weight: 300;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: .6rem;
    text-decoration: none;
}

/* Newsletter */
.newsletter {
    background-color: #3c5aa0;
    color: #fff;
  }