/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
Theme Name: RentIt chald
Template: rentit
Theme URI:
Description: Car Rental Template
Version: 1.0.0
Author: Victor Lerner
Author URI:
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar,  custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frame_light

*/
.hp_facility{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    justify-items: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hp_facility {
    
}
.sf-arrows .sf-with-ul:after {
    content: none;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 1200px) {
.container {
    width: 1270px;
}
}
/*********** HEADER NAV START ***********/
.header .container:before, .header .container:after {
    display: none;
    content: none;
}
@media (max-width: 1200px) {
.page-section {
    padding-top:30px;
}
}

.page-section.custom-header, .custom-header {
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 40rem;
    padding-bottom: 50px;
    color: #fff;
    text-shadow: 3px 3px 5px black;
}
.custom-header .container .page-header h1, .custom-header .container h1, .searchbar-header h1 {
    color: #fff;
    font-size: 4rem;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.custom-header .container h3,
.custom-header .container h4{
     color: #fff;
     font-size: 1.6rem;
     margin: 0;
}
.searchbar-header {
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    text-shadow: 3px 3px 5px black;
    padding: 25rem 0;
}
.searchbar-header h1 {
    text-align: center;
}
@media only screen and (max-width: 700px) {
    .page-section.custom-header, .custom-header {
    padding-top: 20rem;
}
    .searchbar-header{
        padding: 15rem 0;
    }
}
/*********** HEADER NAV END ***********/

/*********** MAIN PAGE FIRST SECTION START ***********/

/*********** CUSTOM FORNT SEARCH START ***********/
.custom-front-search {
    background-image: -o-linear-gradient(45deg ,#04a9b8 0%,#82d2e2 100%);
    background-image: linear-gradient(45deg ,#04a9b8 0%,#82d2e2 100%);
    border-radius: 7px;
    padding: 30px 20px 25px;
    position: absolute;
    top: 250px;
    right: 50%;
    -webkit-transform: translate(50%, -10%);
        -ms-transform: translate(50%, -10%);
            transform: translate(50%, -10%);
    width: 95%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 49% 10px 49%;
    grid-template-columns: repeat(2, 49%);
    gap: 10px;
    -ms-grid-rows: 65px 10px 65px 10px 65px 10px 65px 10px 80px;
    grid-template-rows: repeat(4, 65px) 80px;
    justify-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    color: #fff;
    z-index: 1;
}
.custom-front-search > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.custom-front-search > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.custom-front-search > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.custom-front-search > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.custom-front-search > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
.custom-front-search > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
.custom-front-search > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}
.custom-front-search > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}
.custom-front-search > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}
.custom-front-search > *:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}
.custom-front-search div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.custom-front-search > div > * {
    border: none;
    border-radius: 7px;
}
.custom-front-search > div > *:nth-child(1) {
    height: 20px;
    color: inherit;
}
.custom-front-search > div > *:nth-child(2) {
    height: 100%;
    color: #272e3a;
    padding: 5px;
}
.custom-front-search h1 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    color: inherit;
    font-size: 25px;
    font-weight: 700;
}
#checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.custom-front-search .custom-btn {
    background-color: #edfd55;
    -ms-flex-item-align: end;
        align-self: flex-end;
    height: 70%;
    color: #3ebccb;
    font-weight: 900;
}

.custom-front-search .custom-btn:hover {
    background-color: #008091;
}
#vehicle-sole {
    display: none;
}

@media only screen and (min-width: 700px) {
    .custom-front-search {
        width: 49%;
        max-width: 500px;
        top: 120px;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .custom-front-img img {
        display: block;
    }
    .custom-front-text {
        position: relative;
        color: black;
        width: 50%;
        top: 0;
        left: 50%;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        text-align: left;
        margin-top: 40px;
        max-width: 600px;
    }
    .custom-front-text > h1 {
        font-size: 30px;
        text-align: left;
        padding: 0 5% 2vh;
        text-shadow: none;
    }
    .custom-front-text .logos {
        margin: 0;
        padding: 0 5% 0;
    }
    #vehicle-sole {
        display: block;
        position: absolute;
        top: -130px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
/*********** MAIN PAGE FIRST SECTION END ***********/
/*********** PROMOTION START ***********/
.promotion-item__wrapper {
    height:350px;
    overflow: hidden;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
            box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.promotion-item__textbox, .vehicle_type__textbox {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    width: 100%;
    -webkit-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
}
.promotion-item__textbox{
    background-color: #fff;
    height: 85%;
    bottom: -212px;
}
.promotion-item__textbox:hover, .vehicle_type__textbox:hover {
    bottom: 0px;
}
.promotion-item__textbox *, .vehicle_type__textbox * {
    margin: 0;
    padding: 0;
}
.promotion__title {
    color: #022F42;
}
.promotion__title, .vehicle_type__title {
    margin-bottom: 7px;
    font-size: 1.52em;
}
.promotion__subtitle {
    font-size: 23px;
}
.promotion__title, .promotion__subtitle{
    font-weight: 700;
    white-space: nowrap; 
    width: 95%; 
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; 
}
.promotion__title_container {
    border-bottom: 5px solid #cddc39;
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-height: 81.5px;
}
.promotion__locations{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
}
.promotion__locations > div > p:first-child{
    font-weight: 700;
}
.promotion-item__textbox .promotion-item__link, .vehicle_type__textbox .promotion-item__link{
    color: #fff;
    font-weight: 900;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100px;
}

@media only screen and (min-width: 600px) {
    .promotion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .promotion-item__wrapper {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;;
    }
    .promotion-item__wrapper:nth-child(2){
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .promotion .promotion-item__wrapper:not(:first-child) {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 700px) {
    .promotion {
    }
}
@media only screen and (min-width: 800px) {
    .section--promotion{
        padding-top: 70px;
    }
}
/*********** PROMOTION END ***********/
/*********** Vehicle Type ***********/
.vehicle_type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.vehicle_type > div{
    width: 100%;
}
.vehicle_type__textbox {
    background-color: #012421cc;
    height: 65%;
    bottom: -143px;
    color: #fff;
}
.vehicle_type__textbox * {
    color: inherit;
}
@media only screen and (min-width: 600px) {
.vehicle_type > div:first-child,
.vehicle_type > div:nth-child(2){
	min-width: 48%;
}
.vehicle_type > div:nth-child(3),
.vehicle_type > div:nth-child(4),
.vehicle_type > div:nth-child(5) {
    min-width: 30%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
 .vehicle_type div:nth-child(2),
 .vehicle_type > div:nth-child(4),
.vehicle_type > div:nth-child(5) {
        margin-left: 10px;
    }
}
/*********** BENEFITS START ***********/
.about__logos > * {
    width: 10%;
    height: auto;
}
.extra-padding{
    padding: 100px;
}
.bg-skyblue {
    background-color: #e9eaf2;
}
.bg-skyblue h1, .bg-grey h1, .bg-white h1 {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #272e3a;
    margin-bottom: 50px;
}
.benefits {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-columns: 1fr;
    grid-template: repeat(4, 1fr) / 1fr;
    gap: 10px;
}

.benefit {
    display: -ms-grid;
    display: grid;
    padding: 5px;
    gap: 5px;
    -ms-grid-columns: 20% 5px 80%;
    grid-template-columns: 20% 80%;
    -ms-grid-rows: auto 5px auto;
        grid-template-areas: 
    "icon title"
    "icon text";
    color: #272e3a;
}

.benefit i {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: icon; 
    font-size: 50px;
    font-weight: 600;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: center;
        align-self: center;
    color: #04a9b8;
}
.benefit h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: title;
    font-size: 25px;
    font-weight: 600;
    color: inherit;
    margin: 0;
}
.benefit p {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: text;
    color: inherit;
    margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
    .benefits {
    -ms-grid-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
        grid-template: 1fr 1fr/ 1fr 1fr;
    }
    .benefit {
        padding: 0;
    }
    .benefit h2, .benefit p {
        margin-right: 10px;
    }
}
/*********** BENEFITS END ***********/
/*********** NUMBERS START ***********/
.bg-dark {
    background-image: -o-linear-gradient(45deg,#04a9b8 0%,#82d2e2 100%);
    background-image: linear-gradient(45deg,#04a9b8 0%,#82d2e2 100%);
    color: #fff;
    padding: 30px 0;
}
.numbers {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
        grid-template: 1fr 1fr/ 1fr 1fr;
    justify-item: center;
    text-align: center;
    text-transform: uppercase;
}
.numbers p {
    margin: 0;
    font-weight: 600;
}
.numbers p:first-child {
    font-size: 30px;
    font-weight: 700;
}
@media only screen and (min-width: 600px) {
.numbers p:first-child {
    font-size: 50px;
}
.numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: center;
        align-content: center;
}
}
/*********** NUMBERS END ***********/
/*********** GALLERY START ***********/
section.gallery {
    padding: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 100px 5px 100px;
    grid-template-rows: repeat(2, 100px);
    gap:5px;
    grid-auto-columns: 100px;
    grid-auto-flow: column;
    justify-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.gallery div{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.oxt{
    -ms-grid-row-span: 2;
    grid-row: span 2;
}
.txo{
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.txt{
    grid-area: span 2 / span 2;
}
.thxo {
    -ms-grid-column-span: 3;
    grid-column: span 3;
}
.thxt{
    grid-area: span 2 / span 3;
}
/*********** GALLERY END ***********/



/*********** REVIEWS START ***********/
.bg-grey{
    background-color: #ececec;
}
.reviews{
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
}
.review {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.review{
    grid-auto-flow: row;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.review:nth-child(odd) > *:nth-child(1), .review:nth-child(even) > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.review:nth-child(odd) > *:nth-child(2), .review:nth-child(even) > *:nth-child(2){
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.review__img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.review__text {
    padding: 10px;
    color: black;
}
.review__title {
    font-weight: 700;
    margin: 10px 25px 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    height: 50px;
}
.review__content {
    margin-bottom: 20px;
    font-size: 13px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
    height: 40px;
}
.review__date {
    font-size: 12px;
    color: grey;
    margin: 0;
}
.review__content::before{
    font-family: "fontawesome";
    content:"\f10d";
    margin: 0 10px;
}
.review__content::after{
    font-family: "fontawesome";
    content:"\f10e";
    margin: 0 10px;
}
.review__date::before, .review__date::after{
    content:" - ";
}
.review:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.review:hover .review__img{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
@media only screen and (min-width: 600px) {
    .reviews{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 900px) {
    .reviews{
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }
}
/*********** REVIEWS END ***********/
/*********** NOTICE SECTION START ***********/
.footer, .footer-widgets .container{
	z-index: 1;
}
.footer {
	width: 100%;
    padding: 60px 0 0;
    background-image: -o-linear-gradient(45deg,#04a9b8 0%,#82d2e2 100%);
    background-image: linear-gradient(45deg,#04a9b8 0%,#82d2e2 100%);
    color: black;
    font-size: 14px
}
.footer > div:first-child {
    margin-bottom: 60px;
}
.footer.footer--information a:hover {
	color: #cddc39;
}
.footer-meta {
	background-color: #000000;
}
.sns a{
    border-radius: 50%;
    color: #black;
    font-weight: 700;
    font-size: 15px;
}
.sns a > img {
    height: 35px;
    width: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.board__top h5{
    font-weight: 600;
    color: black;
}
.footer--third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media only screen and (max-width: 600px) {
    .footer--information .container {
        display: -ms-grid;
        display: grid;
        text-align: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .footer-first {
        -ms-grid-row: 5;
            grid-row-start: 5;
    }
}
.board__top a i {
    color: #ffffff;
    font-size: 20px;
}

.board__top, .board li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.board li a {
    color: black;
    width: 70%; 
    -o-text-overflow: ellipsis; 
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.board li {
    list-style: none;
    color: inherit;
    line-height: 30px;
}
/*********** NOTICE SECTION END ***********/
.text--center {
    text-align: center;
}
.item6-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
 
.item6-container > * {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    text-align: center;
    padding: 20px;
}
.item6-container i {
    font-size: 50px;
    color: #272e3a;
}
.item6-container h2 {
    font-size:25px;
}


.footer--information {
    background-color: #43cfdb;
}
.footer--information .row .col-md-4{
    margin-top: 45px;
}
.footer--information .row a.link {
    color: black;
    margin-right: 20px;
}
.footer--information.footer .row a:hover {
    color: #cddc39 !important;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.sticky  {
    background: #000 !important;
    color: #fff !important;
}
.gallery-caption {
    color: #707070;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}
.bypostauthor {
    width: 100%;
}
.alignright {
    float:right;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-top: 6px;
    margin-left: 10px;
}
.alignleft {
    float:left;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-top: 6px;
    margin-left: 0px;

}
.aligncenter {
    display:block;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page404 {
    margin-top: 200px !important;
}
#hero-bg {
    display: block !important;
}
.fixid_notr {
    position: fixed !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
}

.post-body img {
    max-width: 100% !important;
}

.subsciber_email.error {
    border-color: red !important;
}

.dropdown-menu {
    width: 100%;
}

.iw-container {

}
.iw-content img {
    height:220px;
    width: 270px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.post-body iframe {
    max-width: 100% !important;
}


.home_page .wpb_row {
    margin-bottom: 0px !important;
}

.flag_grey {
    color: #a5abb7 !important;
    cursor: pointer;
}

.wp-video-shortcode {
    width: 100% !important;
}
.widget-content  img, .widget img , .widget select,  .widget-content .select, .widget-content option, .post-body img{
    max-width: 100%;
}
#coupon_code {
    width:  auto;
    margin-right: 20px;
    height: 41.2px;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: #fbfbfb;
}
.post-body  ul:not([class]) > li {
    list-style-type: disc;
    list-style-position:outside;
    margin: 0;
    padding-left: 2em;
    list-style-position: inside;
    text-indent: -1em;
    overflow: hidden;
    margin-top: 10px;
}
.post-body  ul:not([class])  {

    list-style-position:outside;
    margin-right: 1px;
    margin-left: 2px;
    margin-bottom: 10px;
    margin-left: 5px;

    margin-left: 3px;
    margin-left: 20px;
    padding-left: 0px;
    margin-top: 10px;
}

.post-body   ol:not([class]) {
    list-style-type: decimal;

    list-style-position:outside;
    margin-right: 1px;
    margin-left: 2px;
    margin-bottom: 10px;
    margin-left: 5px;

    margin-left: 3px;
    margin-left: 20px;
    padding-left: 0px;
    margin-top: 10px;


}
.post-body   ol:not([class]) > li{
    list-style-type: decimal;
    list-style-position:outside;
    margin: 0;
    padding-left: 2em;
    list-style-position: inside;
    text-indent: -1em;
    overflow: hidden;
    margin-top: 10px;

}
.post-body  th {
    padding: 15px;
    border: 1px solid #FFF;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.post-body  td {
    padding: 15px;
    border: 1px solid #000;
}
.post-body  table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.post-body  dl {
    margin: 0 20px;
}
.post-body dd {
    margin: 0 0 20px;
}
.widget-content .widget-content{
    padding: 0px !important;
}

.wp-video {
    width: 100% !important;
}

.sf-menu li.active2 > a {
    color: #14181c;
}
.car-thumbnails div {
    width: 87px;

}

/*
.main-slider .item {
	min-height: 700px;
}*/
.mycontent_area {
    z-index: auto;
}



.ver3_2  .befor_tabs{
    min-height: 285px;
}

.ver3_2 .form-search  {
    /* min-height: 512px; */
}
.ver3_2  .my_tabs_reser {
    min-height: 300px;
}
.ver3_2  .my_tabs_reser  .inner{
    min-height: 100px;

}

.ver3_2 .form-search.light {
    /* min-height: 520px; */
}
.ajax-loader_img {
    display: none;
}

.col-md-8 .swiper-slide {
    width: 100% !important;
}
.pp_social .facebook {
    width: 65px;
}

.videoID iframe {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}

/* ****************** FAQ PAGE START ******************. */
.tab-content {
    min-height: 380px;
}
.tab-content:not(:first-child) {
    display: none;
}

.faq-contents {
    padding-left: 10px
}

.accordion-question {
    font-weight: 600;
    border-bottom: 1px solid #04a9b8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 5px;
}
.accordion-question:hover {
    background-color: #EDFD55;
}
.accordion-panel {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: aliceblue;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
.accordion-panel > div > p {
    padding: 0;
    margin:0;
}
.accordion-panel > div table {
    background-color: #fffffb;
}
.accordion-panel > div table tr:nth-child(2n) {
    background-color: #f9fdd4;
}
.accordion-panel > div th {
    text-align: center;
    background-color: #04a9b8;
    color: #fff;
    padding: 10px 0;
}
.accordion-panel > div td {
   padding: 10px 15px;
}
.accordion-panel > div tr:first-child > th:first-child {
    width: 135px;
}

.accordion-panel div{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 20px;
}
.accordion-question i {
    color: #04a9b8;
}
@media only screen and (min-width: 700px) {
    .faq-contents {
        padding-left: 50px;
    }
    .accordion-question {
    padding: 12px 20px;
}
}
/* 
/* ****************** FAQ PAGE END ******************. */

/* ****************** 임대조건 PAGE START ******************. */
.campervan_condition_page {
    padding: 20px 0 100px;
}
.campervan_condition_page img {
    display: none;
    border-radius: 10px;
    max-width: 300px;
}
@media only screen and (min-width: 700px) {
    .campervan_condition_page img {
        display: block;
    }
}
/* ****************** 임대조건 PAGE END ******************. */

/* ****************** custom page holidaypark & itinerary start *******************/
.map-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.map-link-point {
    position: relative;
    width: 100%;
	max-width: 700px;
}
.map {
	width: 100%;
}
.map-link {
    position: absolute;
    height: 4%;
}
#region169 {
    width: 22%;
    left: 57%;
    top: 3%;
}
#region176 {
    top: 17%;
    width: 14%;
    left: 52.5%;
}
#region182 {
    width: 18%;
    left: 36%;
}
#region183 {
    width: 12%;
    top: 8%;
    left: 60%;
}
#region179 {
    width: 11%;
    top: 15%;
    left: 68.5%;
    height: 5.5%;
}
#region178 {
    width: 10%;
    top: 23%;
    left: 57.5%; 
}
#region185 {
    width: 9.5%;
    top: 22%;
    left: 70%;
    height: 3.5%;
}
#region234 {
    width: 12.5%;
    top: 25.2%;
    left: 76.3%;
    height: 3.6%;
}
#region188 {
    width: 12%;
    top: 28%;
    left: 56%;
}
#region184 {
    width: 12.5%;
    top: 28.5%;
    left: 73.3%;
    height: 3.5%;
}
#region186 {
    width: 11%;
    top: 31.5%;
    left: 70.5%;
}
#region189 {
    width: 9%;
    top: 31.3%;
    left: 84%;
}
#region187 {
    width: 12%;
    top: 35.5%;
    left: 77%;
}
#region181 {
    width: 19%;
    top: 32.2%;
    left: 48.5%;
}
#region213 {
    width: 14.5%;
    top: 36.8%;
    left: 47.5%;
}
#region222 {
    width: 17.5%;
    top: 42.8%;
    left: 68.5%;
}
#region180 {
    width: 11%;
    top: 50.5%;
    left: 64%;
}
#region191 {
    width: 6%;
    top: 49.5%;
    left: 56%;
    height: 5.5%;
}
#region192 {
    width: 8%;
    top: 52%;
    left: 47%;
}
#region193 {
    width: 10%;
    top: 57%;
    left: 57%;
}
#region194 {
    width: 12%;
    top: 61.2%;
    left: 54%;
    height: 5%;
}
#region195 {
    width: 20%;
    top: 68.5%;
    left: 48%;
}
#region199 {
    width: 9%;
    top: 73%;
    left: 35%;
}
#region235 {
    width: 10%;
    top: 74%;
    left: 42%;
}
#region236 {
    width: 12%;
    top: 81.3%;
    left: 38%;
}
#region204 {
    width: 9%;
    top: 87%;
    left: 34%;
}
#region201 {
    width: 9%;
    top: 79%;
    left: 25%;
    height: 3%;
}
#region200 {
    width: 12%;
    top: 74.5%;
    left: 21.4%;
}
#region203 {
    width: 12%;
    top: 82.3%;
    left: 21%;
}
#region214 {
    width: 12%;
    top: 83.5%;
    left: 8.5%;
}
#region202 {
    width: 14%;
    top: 77.3%;
    left: 6.5%;
    height: 6%;
}
#region197 {
    width: 15%;
    top: 66.2%;
    left: 23%;
}
#region198 {
    width: 15.5%;
    top: 70.3%;
    left: 18.6%;
}
#region196 {
    width: 16%;
    top: 61.5%;
    left: 27.5%;
}
#region205 {
    width: 12%;
    top: 88.5%;
    left: 20%;
}
.holidaypark-contnets {
    position: absolute;
    width: 30%;
    top: 0;
    display: none;
}
@media only screen and (min-width: 700px) {
    .holidaypark-contnets {
        display: block;
    }
}
.custom-fixed-background {
	height: 100vh;
	width: 100vw;
	position: fixed;
  top: 0;
  left: 0;
}
.sub-nav {
	border-bottom: 1px solid  #04a9b8;
    margin: 25px 0 30px;
	padding: 7px 0;
}
.sub-nav a {
    padding: 8px 12px;
    border-top: 1px solid #04a9b8;
    border-left: 1px solid #04a9b8;
    border-right: 1px solid #04a9b8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 900;
}
.sub-nav a.watching,
.sub-nav a:hover {
	color: #fff;
	background-color: #04a9b8;
}
.sub-page{
	background-color: #fff;
}
.custom-page-header {
	padding: 22rem 0;
	text-align: center;
}
@media only screen and (max-width: 700px) {
    .custom-page-header {
	padding: 22rem 0;
}
}
.custom-page-header h1,
.custom-page-header h3,
.custom-page-header h4 {
	color: #fff;
	font-weight: 800;
	margin: 0;
	text-shadow: 3px 3px 5px black;
}
.custom-page-header h1{
	font-size: 5.2rem;
}
.custom-page-header h3 {
	font-size: 2.6rem
}
.custom-page-header h4 {
	font-size: 2rem
}

.custom-table {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20% 1fr;
	grid-template-columns: 20% 1fr;
}
.custom-table > * {
	padding: 15px 0;
}
.custom-table > *:nth-child(odd){
	font-weight: 900;
	color: black;
	padding-left: 20px;
}
.custom-table > *:not(:last-child, :nth-last-child(2)) {
	border-bottom: 1px solid #ececec;
}
.feature {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}
.feature span::before {
	margin: 0 8px;
}
.faciities {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}
.facility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.facility i {
    font-size: 35px;
    color: #04a9b8;
    margin: 10px;
}
.facility span {
    font-weight: 700;
}
h5 {
	color: black;
	font-weight: 400;
	font-size: 24px
}
.header {
position: sticky;
top: 0px;
	z-index: 1;
}
/* ****************** custom page holidaypark & itinerary End*******************/

/* ****************** Holidaypark nav start *******************/
/*.custom_sub_nav {*/
/*    padding-top: 10px;*/
/*}*/
.custom_sub_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
}
.custom_sub_nav_container {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.custom_sub_nav_link {
    padding: 5px 12px;
    border: 1px solid #04a9b8;
    margin: 3px;
    border-radius: 5px;
    font-weight: 700;
    
}


/* ****************** Holidaypark nav end *******************/


/* ****************** 블로그 start *******************/
.blog-header {
    color: #fff;
    font-weight: 700;
    position: absolute;
    text-align: left;
    text-shadow: 3px 3px 3px black;
    bottom: 5%;
}
.blog-header span {
    font-size: 2.2rem;
}
.blog-header p {
    font-size: 3rem;
}
.blog-headline{
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.blog_sub_nav_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.blog_card_container {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}
@media only screen and (min-width: 450px) {
    .blog_card_container {
            -ms-grid-columns: 1fr 15px 1fr;
            grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 992px) {
    .blog_card_container {
            -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
            grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (min-width: 1200px) {
    .blog_card_container {
            -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
            grid-template-columns: repeat(4, 1fr);
    }
}
.blog_card {
    height: 270px;
    -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
            box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.blog_card div.img {
    width: 100%;
    height: 200px;
}
.blog_card_contents {
    padding: 10px;
    bottom: 0;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
}
.blog_card .blog_card_contents a.blog_link {
    color: black;
}
.blog_card .blog_card_contents a.blog_link:hover {
    color: #04a9b8;
}
/* ****************** 블로그 end *******************/

#kboard-default-list .kboard-list table thead tr{
    background-color: #01c1d3;
}
#kboard-default-list .kboard-list table thead tr td {
        color: #fff;
}
#kboard-default-list .kboard-list table tbody tr.kboard-list-notice {
    background-color: #f9ffc29e;
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}