
/* =================================
    GENERAL
================================= */


a {
	color:#3270FF;	
}

h1, 
h2, 
h3, 
h4, 
h5,
h6 {
    font-weight: 600;
}

.article-content h2, 
.article-content h5{
    color:#3270FF;
}


.hover-image-buttons a.elementor-button {
    display: block;
    text-align: left;
    padding: 40px 25px!important;
    font-size: 1.2em;
    color: rgba(0,0,0,0.5);
    border-radius: 4px!important;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-position: center center!important;
}

.hover-image-buttons a.elementor-button:hover {
    color: #fff;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

#page {
    background: #fff;
}

/*
    Elementor Overrides
------------------------ */

.entry-content .elementor-text-editor p,
.article-content .elementor-text-editor p {
    text-align: justify;
}

.elementor-widget-container .elementor-post.elementor-grid-item {
    overflow: visible;
}

.elementor-post__thumbnail__link .elementor-post__thumbnail {
    margin-top: 4px;
    border-radius: 5px;
    overflow: hidden;
}


/*
    Ads
------------------------ */

.ad-wrap {
    position: relative;
}

.ad-wrap a {
    width: 100%;
}

.ad-leaderboard {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;    
}

.ad-leaderboard a {
    min-height: 50px;
}

.ad-medium {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.ad-medium a {
    min-height: 200px;
}

.ad-wrap a {
    display: block;
}

.ad-wrap img { 
    width: 100%;
}

/*
    Off Canvas Menu
------------------------ */

.ocm-background,
.ocm-click-area {
    position: fixed;
    left: 0;
    top: 0;
    
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 1;
} 

.ocm-background {
    background-color: #3270FF;
    z-index: 1;
}

.ocm-click-area {
    /* make sure z-index value is heigher than the value of #page */
    z-index: 3;
    display: none;
    cursor: pointer;
}

.ocm-menu-open .ocm-click-area {
    display: block;
}

#page {
    transition: transform 0.8s cubic-bezier(.2,1,.3,1);
    overflow: hidden;
    z-index: 10;
}

.ocm-menu-open #page {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.835) translateX(-466px) translateZ(0)!important;
    transform: scale(0.835) translateX(-466px) translateZ(0)!important;
    z-index: 2;
}

#slide-out-widget-area {

    position: fixed;
    top: 0;
    right: 0;

    width: 390px;
    min-width: 33.3vw;
    height: 100%;

    padding: 80px 4%;;

    display: flex;

    z-index: 5;
    /*overflow: hidden;*/
    overflow-y: scroll;
}

#slide-out-widget-area .inner-wrap {
    margin: auto 0;
    position: relative;
}

#slide-out-widget-area .elementor-nav-menu a {
    justify-content: space-between;
}

.ocm-close-button {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 8;
    display: block
}

.ocm-close-button {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 8;
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    opacity: 1;
    transition: transform 0.8s cubic-bezier(.2,1,.3,1);
    -webkit-transform: translateY(-50%) translateX(0) scale(0);
    transform: translateY(-50%) translateX(0) scale(0);
}

.ocm-menu-open .ocm-close-button {
    display: block;
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1);
}

@media only screen and (min-width: 1100px) { 
    .ocm-close-button {
        top: 50%;
        right: 0;
        position: fixed;
        -webkit-transform: translateY(-50%) translateX(-470px) scale(0);
        transform: translateY(-50%) translateX(-470px) scale(0);
    }

    .ocm-menu-open .ocm-close-button {
        -webkit-transform: translateY(-50%) translateX(-470px) scale(1);
        transform: translateY(-50%) translateX(-470px) scale(1);
    }
}

.ocm-close-button:before {
    background-color: #eeb902;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    content: '';
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: all 0.45s cubic-bezier(.15,.2,.1,1);
    -webkit-transition: all 0.45s cubic-bezier(.15,.2,.1,1);

    box-shadow: 0 16px 44px rgba(0,0,0,.3);
}

.ocm-close-button:hover:not(:focus):before {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
}
    

.ocm-close-button .close-wrap {
    color: #3270FF;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: subpixel-antialiased;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
    width: 20px;
    height: 20px;
    display: block;
    
}

.ocm-close-button .close-wrap .close-line1,
.ocm-close-button .close-wrap .close-line2 {
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 8px;
    transition: opacity 0.2s ease,background-color 0.2s ease;
}

.ocm-close-button .close-wrap .close-line1 {
    transform: rotate(45deg);
}
.ocm-close-button .close-wrap .close-line2 {
    transform: rotate(-45deg);
}


#slide-out-widget-area .elementor-nav-menu__container {
    background: transparent;
    padding: 0;
}

#slide-out-widget-area .elementor-nav-menu__container .sub-menu {
    padding: 0;
}

#slide-out-widget-area .elementor-nav-menu--dropdown {
    background: transparent;   
}

#slide-out-widget-area .elementor-nav-menu__container .sub-menu a {
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#slide-out-widget-area .elementor-nav-menu a,
#slide-out-widget-area .elementor-nav-menu a:hover {
    background: transparent;
}

/*    body #page-shadow.material-ocm-open {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(.79) translateX(-33.6vw) translateZ(0)!important;
        transform: scale(.79) translateX(-33.6vw) translateZ(0)!important
    }
*/


@media only screen and (max-width: 450px) {
    .ocm-menu-open #page {
        -webkit-transform: scale(.84) translateX(-83vw) translateZ(0)!important;
        transform: scale(.84) translateX(-83vw) translateZ(0)!important;
    }
    #slide-out-widget-area {
        min-width: 78vw;
        width: 78vw;
        padding-left: 30px;
        padding-right: 30px;
    }
}


/*
    Dropdown overrides
------------------------ */

.elementor-nav-menu--dropdown {
    padding: 10px!important;
}


.elementor-nav-menu--dropdown a {
    font-weight: 500;
}


.media-copyright-info {
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

/*
    Cookie Bar Notice
------------------------ */

#cookie-bar {
	color: rgb(68, 68, 68);
    background-color: rgb(214, 214, 214);
    visibility: visible;

    padding: 10px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

#cookie-bar.fixed {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%;
}

#cookie-bar p {
	margin-bottom: 0;
}

#cookie-bar p a {
	color: #3270FF;
	margin-bottom: 0;
}

#cookie-bar .cb-enable {
    background-color: #ffffff;
    color: #444444;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block;
    word-break: break-word;
    margin-left: 10px;
}


.nzpg-post-term-button {
    text-align: center;
}

.nzpg-post-term-button a {
    border: 2px solid #fff;
    color: #fff;
    padding: 3px 12px;
    margin: 0px;
    border-radius: 5px;
    transform: translateY(0px);
    transition: all 400ms;
    display: inline-block;
    cursor: pointer;
}

.nzpg-post-term-button a:hover {
    background-color: #3270FF;
    border: 2px solid #3270FF;
    color: #fff;
    opacity: 1;
    position: relative;
    transform: translateY(-4px)!important;
}





/* =================================
    SHADOW HOVER EFFECT
================================= */


.elementor-widget-container .elementor-post.elementor-grid-item .elementor-post__thumbnail__link,
.travel-tips-featured .featured-thumb,
.vote-useful-wrapper [type="submit"],
.vote-useless-wrapper [type="submit"] {
    transition: 300ms all;
} 

.elementor-widget-container .elementor-post.elementor-grid-item:hover .elementor-post__thumbnail__link,
.travel-tips-featured .travel-tips-feature:hover .featured-thumb,
.vote-useful-wrapper [type="submit"]:hover,
.vote-useless-wrapper [type="submit"]:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

/* =================================
    SEARCH
================================= */

.search-header {
    text-align: center;
}

.search-header h2 {
    margin-bottom: 10px;
    font-size: 2.5rem;
}

.search-header h4 {
    font-size: 1.2rem;
}

.header-box {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 60px 0px 60px 0px;
}

/* =================================
    HEADER
================================= */

.post-type-archive-blog .elementor-5.elementor-location-header,
.post-type-archive-vlog .elementor-5.elementor-location-header,
.article-template .elementor-5.elementor-location-header,
.page-id-5975 .elementor-5.elementor-location-header {
    position: fixed;
    z-index: 99;
    width: 100%;
}

.header-transparent-bg .elementor-location-header .elementor-top-section {
    box-shadow: none;
}

#main-header .header-logo-blue,
#main-header .header-logo-white {
    margin-bottom: 0;
}

#main-header .header-logo-blue {
    display: block;
}

#main-header .header-logo-white {
    display: none;
}

.header-transparent-bg .elementor-location-header .site-header-desktop-logo-default {
    display: none;
}

.header-transparent-bg .elementor-location-header .site-header-desktop-logo-alternative { 
    display: block;
}


.mobile-bar .header-logo-blue img,
.mobile-bar .header-logo-white img {
    width: 150px!important;
    max-width: 150px!important;
}

.medium-bar .header-logo-blue img,
.medium-bar .header-logo-white img {
    width: 172px!important;
    max-width: 172px!important;
}

.header-transparent-bg .elementor-location-header .elementor-icon-list-icon svg {
    fill: #fff;
}

.header-transparent-bg .elementor-location-header section {
    background: transparent!important;
}

/*@media only screen and (min-width: 600px) { 

}*/

.header-transparent-bg .elementor-location-header #off-canvas-menu i,
.header-transparent-bg .elementor-location-header .elementor-icon-list-item i {
    color: #fff!important;
}

.header-transparent-bg .elementor-location-header .elementor-nav-menu--main > ul > li > a.elementor-item {
    color: #fff!important;
}

.header-transparent-bg .elementor-location-header .elementor-nav-menu .sub-menu a {
    color: #16163f
}

.header-transparent-bg .elementor-location-header .elementor-nav-menu .sub-menu .current-menu-item a {
    color: #fff!important;
}


.header-transparent-bg .elementor-location-header .elementor-nav-menu .sub-menu a:hover {
    color: #fff!important;
}


.header-transparent-bg .elementor-location-header .elementor-button-wrapper .elementor-button-link {
    color: #fff;
    border-color: #fff;
}

.header-transparent-bg .elementor-location-header .elementor-button-wrapper .elementor-button-link:hover {
    border-color: #3271FF;
}

.header-transparent-bg .elementor-location-header .elementor-icon-list-icon svg {
    fill: #fff!important;
}

.header-transparent-bg .elementor-location-header .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
    fill: #3271FF!important;
}

/* =================================
    Custom Loop
================================= */

.card-post {
    overflow: hidden;
}


.card-post .post-terms {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px 0;
}

.card-post .post-terms .nzpg-post-term-button {
    text-align: left;
}

.card-post .post-terms a {
    font-size: 0.8em;
    font-weight: 600;
    cursor
}

.card-post .elementor-widget-image {
    margin-bottom: 0;
}

.card-post .elementor-image {
    overflow: hidden;
    
}
.card-post a img {
    transition: all 400ms;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.card-post:hover a img{
    transform: scale(1.2);
}


.card-post .post-title {
    margin-bottom: 0;
}

/*
    Homepage Featured
------------------------ */


.homepage-featured .card-post .post-terms {
    position: relative;
    margin-bottom: 0;
}


.homepage-featured.elementor-grid-3 .elementor-grid {
    grid-template-columns: 2fr 1fr 1fr;
}

@media(max-width: 1024px) {
    .homepage-featured.elementor-grid-3 .elementor-grid {
        grid-template-columns: auto;
    }
}

.home-accommodation-tips .elementor-image-box-img {
    border-radius: 6px;
    overflow: hidden;
}

.home-accommodation-tips .elementor-image-box-title a {
    display: block;
}

.home .uael-post-grid .slick-next, 
.home .uael-post-grid .slick-prev {
    top: 80%;
}

/* =================================
    Homepage Styles
================================= */

.icon-grid .elementor-widget-wrap {
    align-items: stretch;
    display: grid!important;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
        grid-template-columns: repeat(3,1fr);
}

/*
    Sidebar List
------------------------ */

.latest-3-grid-feature .uael-post-grid__inner .uael-post-wrapper {
    min-height: 500px;
}
   
.latest-3-grid-feature .uael-post-grid__inner .uael-post__bg-wrap {
    background: none!important;
}

.latest-3-grid-feature .uael-post-grid__inner .uael-post__thumbnail {
    border-radius: 8px;
}


.latest-3-grid-feature .uael-post-grid__inner .uael-post__content-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
}

/*
    Sidebar List
------------------------ */

.sidebar-list-image-swap,
.sidebar-list-image-swap {
    list-style: none;
    margin: 0;
}

.sidebar-list-image-swap a {
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 36px 24px;
    margin-bottom: 12px;
    border-radius: 6px;
    color: #676767;
    border: 1px solid #eaeaea;
    background-size: cover;
    background-position: center center;
}

.sidebar-list-image-swap a:hover {
    color: #fff;
    text-shadow: 1px 1px 5px #333333;
}

.home .uael-post__body {
    border-radius: 6px;
    overflow: hidden;
}

.home .slick-slide {
    max-height: 380px;    
}

.travel-tips-featured {
    display: flex;
}

.travel-tips-featured .travel-tips-feature {
    width: 33.333%;
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}

.travel-tips-featured p {
    color: #7a7a7a;
    text-align: justify;
}

.travel-tips-featured h3 {
    margin-top: 20px;
    font-weight: 500;
    color: #3271FF;
}

.travel-tips-featured .featured-thumb {
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
}

.floating-card:hover .elementor-image a {
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgb(0 0 0 / 15%);
}

.pg-portrait-card img {
    aspect-ratio: 20/9;
}

/* =================================
    ARTICLE PAGES
================================= */

.article-classic .image-inline-wrapper,
.article-guide .image-inline-wrapper {
    width: 50%;
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}

.article-classic .image-inline-wrapper img,
.article-top .image-inline-wrapper img, 
.article-guide .image-inline-wrapper img {
    width: 100%;
}

.article-classic h2,
.article-classic h3,
.article-classic h4,
.article-classic h5, 
.article-guide h2,
.article-guide h3,
.article-guide h4,
.article-guide h5 {
    clear: unset;
}

.article-content h1, 
.article-content h2, 
.article-content h3, 
.article-content h4, 
.article-content h5,
.article-content h6 {
    color: #3270FF;
    /* text-transform: capitalize; */
    margin-bottom: 20px;
}

.article-content .article-item {
    border-bottom: solid 1px #DCDCDC;
    margin-bottom: 25px;
}

.article-content .article-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.article-item.top-item {
    border-bottom: none;
}

.article-content ul li {
    list-style-position: inside;
}

.article-template .article-cover .elementor-icon-list-icon {
    display: none;
}

.article-template .article-cover .elementor-post-info__item a {
        border: 2px solid #fff !important;
    color: #fff !important;
    padding: 7px 10px !important;
    margin: 0px !important;
    border-radius: 5px !important;
}
.article-template .article-cover .elementor-post-info__item a:nth-child(2) {
    display: none;
}

.article-template .article-cover .elementor-post-info__item a:hover {
    background-color: #3270FF!important;
    border: 2px solid #3270FF !important;
    opacity:1;
    position: relative;
    top: -3px;
        -ms-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
      transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.article-bottom-recommendation .elementor-post__card .elementor-post__badge {
    color: #fff;
    text-transform: uppercase;
    background: transparent!important;
    border: 1px solid rgba(255,255,255, 1);    
}

/*
    Sidebar
------------------------ */

.sidebar-hotel-list p:last-child {
    margin-bottom: 0;
}

.sidebar-hotel-list h2,
.sidebar-hotel-list h3,
.sidebar-hotel-list h4,
.sidebar-hotel-list h5 {
    color: #3270FF;
}

/*
    Article Vote
------------------------ */


.article-vote-container {
    text-align: center;
}

.article-vote-container h3 {
    font-weight: 400;
    font-size: 2.15rem;
    text-align: center;
    margin-bottom: 20px;
    color:#3270FF;
}

.article-vote-container .vote-useful-wrapper,
.article-vote-container .vote-useless-wrapper {
    display: inline-block;
}

.vote-useful-wrapper [type="submit"],
.vote-useless-wrapper [type="submit"] {
    background: transparent;
    text-align: center;
    font-size: 20px;
    padding: 20px 25px;
    border: #f0f0f0 1px solid;
    border-radius: 4px;
}

.article-vote-container [type="submit"] i {
    margin-right: 15px;
}

#vote_useful_form [type="submit"] {
    color: #3270ff;
}

#vote_useless_form [type="submit"] {
    color: #FF4828;
}


#vote_useful_form [type="submit"]:hover {
    background: #3270ff;;
    color:#fff;
    border: 1px solid #c6c6c6;    
}

#vote_useless_form [type="submit"]:hover {
    background: #FF4828;
    color:#fff;
    border: 1px solid #c6c6c6;    
}

@media (max-width: 768px) {
    
    .article-vote-container .vote-useful-wrapper {
        margin-bottom: 10px;
    }

    .article-vote-container .vote-useful-wrapper, 
    .article-vote-container .vote-useless-wrapper {
        display: block;
    }

    .article-vote-container button {
        display: block;
        width: 100%;
    }    
}


/*
    Category Page
------------------------ */

.article-parent-category-page-header {
    color: rgba(0,0,0,.46);
    font-size: 18px;
    font-weight: 500;
}

.article-category-page-header {
    color: #373737;
    font-size: 47px;
    font-weight: 500;   
}

[data-widget_type="archive-posts.archive_custom"] .elementor-posts .post,
[data-widget_type="archive-posts.archive_custom"] .elementor-posts .elementor-inner,
[data-widget_type="archive-posts.archive_custom"] .elementor-posts .elementor-section-wrap {
    height: 100%;
}

[data-widget_type="archive-posts.archive_custom"] .elementor-posts .elementor-inner section {
    height: 100%;
}


/*
    Article Dynamic Category Sidebar
------------------------ */

.dynamic-sidebar-category-wrap ul,
.dynamic-sidebar-category-wrap li {
    list-style: none;
    margin: 0;
}

.dynamic-sidebar-category-wrap li a {
    font-size: 1.1rem;
}

.dynamic-sidebar-category-wrap .parent-item {
    padding-top: 20px;
}

.dynamic-sidebar-category-wrap .parent-item > a {
    color: #3270FF;
}


.dynamic-sidebar-category-wrap .count {
    font-size: 1rem;
    margin-left: 5px;
    /*background: whitesmoke;*/
    color: #3e3e3e;
    font-weight: 500;
    padding: 4px;
    border-radius: 2px;
}


/*
    Recommended Articles
------------------------ */

.nzpg-recommended-articles {
    overflow: hidden;
}

.nzpg-recommended-articles .post-terms {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px 0;
}

.nzpg-recommended-articles .post-terms .nzpg-post-term-button {
    text-align: left;
}

.nzpg-recommended-articles .post-terms a {
    font-size: 0.8em;
    font-weight: 600;
    cursor
}

.nzpg-recommended-articles .elementor-widget-image {
    margin-bottom: 0;
}

.nzpg-recommended-articles .elementor-image {
    overflow: hidden;
    
}
.nzpg-recommended-articles a img {
    transition: all 400ms;
}

.nzpg-recommended-articles:hover a img{
    transform: scale(1.2);
}



.article-bottom-recommendation article .elementor-location-single,
.article-bottom-recommendation article .elementor-location-single .elementor-inner,
.article-bottom-recommendation article .elementor-location-single .elementor-inner .elementor-section-wrap {
    flex: 1;
    height: 100%;
}
.article-bottom-recommendation article .elementor-location-single .elementor-inner .elementor-section-wrap .nzpg-recommended-articles {
    flex: 1;
    height: 100%;
}

/*
    Paginations
------------------------ */

.custom-archive-list-wrap h3 {
    color: #3271FF;
    font-weight: 500;
    margin-bottom: 10px;
}

/*
    Paginations
------------------------ */

.elementor-widget-archive-posts .elementor-pagination {
    margin-top: 40px;
    font-family: "Roboto", Sans-serif;
}

.elementor-widget-archive-posts .elementor-pagination .page-numbers.current {
    padding: 11px 13px 10px 13px!important;
    font-size: 12px!important;    
    color: #fff;
    background: #3270FF!important;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,0.16);
    box-shadow: 0 6px 15px rgba(0,0,0,0.16);
    color: #fff !important;
    border-radius: 5px !important;    
}

/* =================================
    BLOG & VLOG PAGES
================================= */

.equal-height-cards article .hentry,
.equal-height-cards article .elementor-section-wrap,
.equal-height-cards article .card-post {
    height: 100%;
}

.days-band h3 {
    margin-bottom: 0;
}

/* =================================
    BLOG PAGES
================================= */

.article-content  .elementor-image-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
}

.article-content  .elementor-image-gallery .gallery-item {
    max-width: initial;
    flex: 1;
}

.article-content  .elementor-image-gallery .gallery-item img {
    width: 100%;
}

.article-content  .elementor-image-gallery .gallery-caption {
    border: none;
    padding: 5px;
}

.article-content  .blog-thumb-gallery .gallery-item img {
    width: 250px;
    height: 150px;
    object-fit: cover;
}

/* =================================
    VLOG PAGES
================================= */

.days-band h3 {
    margin-bottom: 0;
}

/* =================================
    JOBS PAGES
================================= */

.jet-smart-filters-select .jet-select__control {
    color: #666;
    /*padding: 24.75em;*/
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    height: 45px;
    width: 100%!important;
    max-width: 100%!important;
}

.jet-filters-pagination .jet-filters-pagination__item {
    font-weight: 600;
}

.jet-filters-pagination .jet-filters-pagination__item .jet-filters-pagination__link-current {
    padding: 7px 13px 7px 13px!important;
    font-size: 12px!important;
    color: #fff;
    background: #3270FF!important;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,0.16);
    box-shadow: 0 6px 15px rgba(0,0,0,0.16);
    color: #fff !important;
    border-radius: 5px !important;
}

.job-list-item .job-info-job-type {
    background: #eee;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 4px;
}


.job-list-item-sidebar-new-listing .elementor-widget-heading {
    margin-bottom: 5px;
}

.job-list-item-sidebar-new-listing .job-info-job-type {
    font-weight: 600;
    font-size: 12px;
}

.job-info-job-count-container {
    display: block;
    text-align: center;
    font-size: 18px;
}

.job-info-job-count-container .post-count {
    font-weight: bold;
}

/*
    Single Job
------------------------ */

.job-info-job-info-set {}

.job-info-job-info-set .job-record-item {
    display: block;
    margin-bottom: 10px;
}

.job-info-job-info-set .job-record-item strong {
    display: block;
    font-size: 14px;
}

.know-your-rights-info {
    color: #FFFFFF;
    background-color: #3271FF;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 9px;
}

.know-your-rights-info:hover{
    color: #fff; 
    background-color: #3359b1;
}


/*
    Employer Job List
------------------------ */

.employer-job-list {
    list-style: none;
    margin: 0;
}

.employer-job-list li {
    border-bottom: solid 1px #F2F2F2;
    padding: 5px;
}

/*.employer-job-list li:hover {
    background: #F2F2F2;
}*/

.employer-job-list li:first-child {
    border-top: solid 1px #F2F2F2;
}

.employer-job-list li .actions {
    display: inline-block;
    margin-left: 10px;   
}

.employer-job-list li .job-edit-item,
.employer-job-list li .job-remove-item {
    color: #999;
    font-weight: 500;
    font-size: 14px;
    border: #999 solid 2px;
    min-width: 70px;
    padding: 0px 5px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
}

.employer-job-list li .job-edit-item {
    color: #999;
    border-color: #999;
}

.employer-job-list li .job-edit-item:hover {
    color: #fff;
    border-color: #3271FF;
    background: #3271FF;
}

.employer-job-list li .job-remove-item {
    color: #FF3235;
    border-color: #FF3235;
}

.employer-job-list li .job-remove-item:hover {
    color: #fff;
    background: #FF3235;
}

.elementor-field-type-upload .preview-image {
    max-width: 100px;
    width: 100px;
    height: 70px;
    background: #F2F2F2;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
}

/*.elementor-field-type-upload .preview-image img {
    visibility: hidden;
}*/


/* =================================
    EMPLOYER PAGES
================================= */

a#button-employer-logout {
    background: #ff002f;
    font-weight: bold;
}


/* =================================
    FOOTER
================================= */

section#footer {}

#footer h5 {
    color: rgba(255,255,255,0.8);
    margin-bottom: 15px;
}

#footer .menu,
#footer .menu li {
    margin-left: 0;
    list-style: none;
}

#footer .menu li {
    margin-top: 5px;
    margin-bottom: 5px;
}

#footer a {
    color: rgba(255,255,255,0.7);
}

#footer a:hover {
    color: rgba(255,255,255,1);
}


#footer .privacy-button {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    color: #006494;
}

/* =================================
    404
================================= */

path#page404waterwave {
    mix-blend-mode: multiply;
}
path#page404waterwave2 {
    mix-blend-mode: color;
}


/* =================================
    ADMIN OVERRIDES
================================= */

.blog-image-gallery .acf-gallery {
    height: 250px!important;
}


/*
    Custom Fields Alignment
------------------------ */

[data-name="featured_image_alignment"] ul.acf-radio-list.acf-bl {
    display: flex;
    flex-wrap: wrap;    
}

[data-name="featured_image_alignment"] ul.acf-radio-list.acf-bl li {
    border: solid 1px #eee;
    overflow: hidden;
    flex-grow: 1;
    width: 32%;
    font-size: 14px;
    word-break: break-word;
}

[data-name="featured_image_alignment"] ul.acf-radio-list.acf-bl li input {
    left: -1000em;
    position: relative;
    margin-left: -27px;
}

[data-name="featured_image_alignment"] ul.acf-radio-list.acf-bl li label {
    padding: 15px 10px;
    display: block;
    text-align: center;
    line-height: 1.1;
}

[data-name="featured_image_alignment"] ul.acf-radio-list.acf-bl li label.selected {
    background: #eee;
    height: 100%;
    font-weight: bold;
}

[data-name="featured_image_alignment"] ul.acf-radio-list.acf-bl li:nth-child(4),
[data-name="featured_image_alignment"] ul.acf-radio-list.acf-bl li:nth-child(7) {
    clear: left;
}


/* =================================
    SEARCH
================================= */

.pg-search-heading {
    text-align: center;
}

.pg-search-heading .page-title {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 10px;
    font-size: 2.5rem;    
}

.pg-search-heading .results-found {
    font-size: 1.2rem;
    color: #3a3a3a;
}

.search-section-main {
    padding: 60px 0px 40px 0px;
}

.search-content-main {
    width: 75.665%;
}
.search-content-secondary {
    width: 24%;
}

.pg-post-card-grid {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(3,1fr);
}

.pg-post-card {
    border-radius: 6px 6px 6px 6px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.pg-post-card-thumbnail {
    overflow: hidden;
}

.pg-post-card-thumbnail img {
    height: 200px;
    width: 100%;
    object-fit: cover;    
    object-position: center center;
    transition: all 400ms;
}

.pg-post-card-term-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px 0;
}

.pg-post-card-term-title {
    padding: 20px 20px 10px 20px;
}

.pg-post-card-term-title h2 {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    color: #3271FF;
    font-size: 20px;
    line-height: 1.5em;
}

.pg-post-card-term-description {
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 20px 20px;
}


.pg-post-card:hover a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.ast-pagination .page-numbers {
    color: #3270FF;
    padding: 11px 13px 10px 13px!important;
    font-size: 14px!important;
    font-weight: bold;
    display: inline-block;
    line-height: 1.3;
    height: auto;
}

.ast-pagination .page-numbers.current {
    color: #fff;
    background: #3270FF!important;
    box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
        border-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

@media (max-width: 1024px) {
    .pg-post-card-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 767px) {
    .pg-post-card-grid {
        grid-template-columns: repeat(1,1fr);
    }
    .search-content-main,
    .search-content-secondary {
        width: 100%;
    }    
}

@media (max-width: 544px) {
    .ast-separate-container #content .ast-container {
        padding: 0;
    } 
}
