/* already included via elementor */
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');*/

/* fix elementor when global isnt working*/
div.elementor-button,a.elementor-button{
    background-color: var(--e-global-color-accent,green);
}

figure.featured-media,
header.wp-post-image
/*,header.entry-header*/
{
    display:none;
}


@keyframes cartEnter {
    from {right: -600px}
    to {right: 1px}
}

@keyframes cartExit {
    from {right: 1px}
    to {right: -600px}
}

/* Cart - main positioning */
.ioCart{
    cursor: pointer;
}
.cartInfo {
    top: 7px;
    display: initial !important;
    white-space: nowrap;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: white;
    color: #6e6e6e;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 3px;
    box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, .20), 0 1px 0 #fff;
    padding: 7px 8px 6px 10px;
    line-height: 18px;
    position: fixed;
    right: 20px;
    z-index: 999999;
    margin: 10px;
    cursor: pointer;
    transition: background-color .2s linear;
    max-width: 90px !important;
}
#cartPopover input[name=dateStart],
#cartPopover input[name=dateEnd],
#cartPopover input[name=timeStart],
#cartPopover input[name=timeEnd]{
    display:inline-block;
    padding:1px;
}

#cartPopover {
    position: fixed;
    right: -600px;
    top: 63px;
    float: right;
    min-width: 300px;
    max-width: 450px;
    z-index: 9999;
    display: none;
    color: #fff;
    /*text-shadow:1px 1px 0 rgba(0,0,0,.8);*/
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 4px;
    border: 1px solid #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 3px rgba(0, 0, 0, .5);
    background: #45484a;
    /* Old browsers */
    background: linear-gradient(top, #45484a 0%, #2a2b2c 100%);
    /* W3C */
}

.cartIn {
    animation: cartEnter 1s forwards;
}

.cartOut {
    animation: cartExit 1s forwards;
}


/* Calendar */
.calTimeLabel {
    min-width: 35px;
    display: inline-block;
}

#cartCalendar .ui-state-default {
    border: none;
    background: none;
    color: white;
    text-align: center;
}

#cartCalendar .ui-widget-header .ui-icon,
#cartCalendar .ui-icon {
    background-image: none;
}

#cartDateRange {
    text-align: center;
    padding: 20px;
    cursor: pointer;
    padding-bottom:0px;
}
.ioDateRange {
    text-align: center;
    cursor: pointer;
    padding-bottom:0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.ioDateRangeHeader{
    text-align: center;
    padding-bottom:0px;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.pageDateRangeWrapper{
    margin:auto !important;
    margin-bottom:15px !important;;
    margin-top:10px !important;;
    max-width:366px;
    padding: 2px;
    cursor: pointer;
}
@media screen and (min-width:771px) {
    .pageDateRangeWrapper{
        margin-right:16px !important;
    }
}
@media screen and (max-width:366px) {
    .pageDateRangeWrapper{
        max-width:95% !important;
    }
}
.changeDateLinkWrapper{
    margin:auto !important;
    max-width:126px;
}
/* hide extras on all-items */
div.pageDateRangeWrapper ~ .pageDateRangeWrapper {
    display: none;
}

#changeDateLink{
    font-size:smaller;
    margin:0;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    min-width:125px;
}
#cartCalendar .ui-datepicker-next.ui-state-hover {
    background: none;
    font-weight: inherit;
    border: none;
    cursor: pointer;
    top: 2px;
    right: 2px;
    transform: scale(1.1);
}

#cartCalendar .ui-datepicker-prev.ui-state-hover {
    background: none;
    font-weight: inherit;
    border: none;
    cursor: pointer;
    top: 2px;
    left: 2px;
    transform: scale(1.1);
}

#cartCalendar .ui-datepicker-prev,
#cartCalendar .ui-datepicker-next {
    margin-top: 8px;
    text-align: center;
}

/* Buttons */
.io_button {
    text-decoration: none;
}

.io_access_button {
    text-align: center;
}

/* Generated pages */

.io_phshow {
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#cartCalendar {
    padding: 10px 20px;
}

#cartCalendar>div {
    width: 97%;
    margin: auto;
    background: rgba(0, 0, 0, 0.0);
    margin-bottom: 10px;
    border: none;
    font-size: medium;
}

#cartCalendar>div>div {
    background: none;
    text-shadow: none;
    color: #fff;
    border: none;
}

.ui-datepicker-calendar th {
    text-shadow: none;
    /*color: #fff;*/
}

#cartTimePicker {
    text-align: center;
    font-size: medium;
}

#cartTimePicker, #cartTimePicker > * {
    margin-left: 2px;
    margin-right: 2px;
}

.item_add {
    display: inline-block !important;
}
.item_add_off {
    background-color: grey !important;
    cursor: not-allowed;
}
.simpleCart_checkout_off{
    cursor: not-allowed;
}
.io_button.simpleCart_checkout_off{
    background-color: grey !important;
}
.unavailable_message{
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    display:none;
}

.item-image-thumb {
    max-height: 70px;
    max-width: 50px;
}

.cartInfo:hover {
    background-color: #e8eaed;
}

.cartInfo.open {
    background-position: -218px -26px;
}

#triangle {
    position: absolute;
    right: 15%;
    margin-left: -12px;
    color: #45484A;
    top: -21px;
    font-size: 24px;
    text-shadow: 0 1px 0 #444749;
    transform: scale(1.2, .8) translateY(1.5px);
}

#cartPopover .itemRow {
    padding: 1px;
    height: 12px;
    clear: both;
}

#cartPopover .itemRow div {
    float: left;
}

#cartPopover .item-custom {
    width: 35px;
    margin-right: 6px;
}

#cartPopover .item-custom span {
    float: left;
    height: 13px;
    display: block;
    font-family: "Trebuchet MS", sans-serif;
    width: 23px;
    text-align: right;
}

#cartPopover .item-custom div {
    float: left;
    height: 13px;
    margin-left: 3px;
}

#cartPopover .simpleCart_increment,
#cartPopover .simpleCart_decrement {
    line-height: 1;
    display: block;
    height: 5px;
    margin-top: 3px;
    color: tomato;
}
#cartPopover .simpleCart_continue {
    margin-right:10px;
    background-color: grey;
}
#cartPopover .simpleCart_cancel {
    background-color: grey;
}

#cartPopover .item-name {
    float: left;
    width: 162px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

#cartPopover .itemRow .item-total,
#cartPopover .itemRow .item-remove{
    float: right;
}
#cartPopover .item-total{
    min-width:54px;
}
#cartPopover .itemRow .item-timeslots{
    clear: left;
}

#cartData {
    /* background: #232425  */
    background: #fff;
    padding: 10px;
    overflow: auto;
    max-width: 100%;
    max-height: 55vh;
    color: #000;
}

#cartData strong {
    font-family: "FreightSans", sans-serif;
}

#cartCheckoutButton {
    padding: 10px;
}

#cartPopover strong {
    color: #fff;
}

#cartData .headerRow,
#cartData .item-price,
#cartData .item-qtyincrement,
#cartData .item-encoded,
#cartData .item-timeslots-orig
{
    display: none;
}

#cartData .item-name {
    padding-right: 5px;
    width: 80%;
    clear: right;
    min-width: 185px;
    font-weight: 700;
    max-width:364px;
}
@media screen and (max-width:430px) {
    #cartData .item-name {
        width: 78%;
    }
}

#cartWarning {
    color: #ff3030;
    display: none;
    text-align: center;
    margin-bottom: 5px;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

#cartData .item-image {
    min-width: 50px;
    max-width: 63px;
    padding: 5px;
    margin-top: 10px;
}

.noTitleStuff .ui-dialog-titlebar {
    display: none;
}

.item-quantity {
    min-width: 22px;
    text-align: center;
}

.item-availability {
    /*width: 250px;*/
    margin-left: 15px;
    font-size: small;
}

.simpleCart_decrement {
    margin-left: 10px;
}

.item-decrement {
    position: relative;
    top: -3px;
}
@media screen and (max-width:320px) {
    .item-decrement {
        clear:both;
    }
}


.item-increment {
    position: relative;
    top: -3px;
}
.item-remove {
    margin-left: 2px;
}

.cartSubtotalBox {
    clear: both;
    padding: 10px 10px 0px;
    display: inline-block;
    width: 94%;
}

#cartSubtotal {
    display: block;
    float: right;
    /*margin-right:15px;*/
}

.cat_div_wrapper{
    margin: 20px;
}
.io_category_wrapper {
    text-align: center;
}

.cat_div {
    overflow: hidden;
}

.io_catdiv2 {
    max-width: 100% !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 350px));
    grid-gap: 10px;
    margin: 50px;
    justify-content: space-evenly;
}

.io_item2_list,
.io_item2_listcat,
.io_item2_listrent {
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.io_item2_list a,
.io_item2_listcat a,
.io_item2_listrent a {
    text-decoration: none;
}

.io_item2_list:hover,
.io_item2_listcat:hover,
.io_item2_listrent:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
}

.io_item2_list_inner {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.rentNameIO {
    display: block;
}

.rentNameIO_price {
    display: inline-block;
    text-align: left;
    margin: 20px 0px 0px 10px;
    color: #444;
}

.rentNameIO_button {
    text-align: right;
    margin: 0px 10px 0px 20px;
}

.ioLink {
    display: block;
    float: right;
    margin-top: 29px;
}

.ioLink a {
    font-size: small;
    color: #7d7d7d;
    text-decoration: none;
}

.io_catdiv2 .cat_img{
    width: auto;
    min-height: 150px;
    max-height: 250px;
    max-width: 330px;
}

@media screen and (max-width:400px) {
    .io_catdiv2 .cat_img{
        max-width: 270px;
    }
}

.io_product_container {
    display: block;
    width: 95%;
    max-width:100% !important;
    margin: auto;
    margin-top: 25px;
    padding-top: 25px;
}

.io_product_infobox {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding: 10px;
    padding-top: 20px;
}

.io_product_picbox {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding: 10px;
}

.io_product_accessories,
.io_product_detailbox,
.io_product_upsell,
.io_product_reviewbox {
    display: block;
    width: 95%;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}
/*.io_acc_h3{
    cursor: pointer;
    background-color: var( --e-global-color-accent,green );
}
.io_product_acc_pkg{
    text-align: center;
}*/
.io_product_acc_pkg .io_acc_li_name{
    padding: 4px;
}
.io_product_detailbox {
    background: rgba(0, 0, 0, 0.03);
    padding: 20px;
    border-radius: 6px;
}

.io_star_rating {
    margin-top: 10px;
}

.io_product_title {
    font-family: inherit;
}

.io_image_big {
    height: auto;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto;
}

div.io_image_thumbbox img.io_image_thumb {
    height: auto;
    max-width: 75px;
    max-height:75px;
    cursor: pointer;
}

.io_product_price_top_left {
    font-size: x-large;
    margin-top: 20px;
    margin-bottom: 0px;
}

.io_product_price_top_right {
    font-size: smaller;
    margin-top: 30px;
    margin-bottom: 0px
}

.io_product_price_left {
    font-size: medium;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.io_product_price_right {
    font-size: smaller;
    margin-top: 12px;
    margin-bottom: 0px;
}

.io_product_price_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    width: 65%;
}

div.io_product_detail_box:first-of-type {
    margin-top: 40px;
}

.io_product_circuits_left,
.io_product_dimensions_left,
.io_product_footprint_left {
    margin: 2px;
    font-weight: 700;
}

.io_product_circuits_right,
.io_product_dimensions_right,
.io_product_footprint_right {
    margin: 2px
}

.io_product_detail_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    width: 65%;
}

.io_product_detail_box p {
    background: rgba(0, 0, 0, 0.03);
    padding: 5px 0px;
    border-radius: 6px;
}

/* accessories */
.io_upsell_li,
.io_acc_li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.io_acc_ul,
.io_upsell_ul,
.io_review_ul {
    list-style: none;
}

.io_acc_li_name,
.io_upsell_li_name {
    display: block;
    text-align: center;
    margin-top: 10px
}

.io_acc_li_img_thumb,
.io_upsell_li_img_thumb,
.io_upsell_li_img_thumb {
    display: block;
    margin: auto;
    height: auto;
    max-width: 55%
}

.io_acc_ul,
.io_upsell_ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
    grid-gap: 20px;
    margin: 20px;
    padding-left: 0px;
    justify-content: center;
}

.io_review_ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    margin: 20px;
    padding-left: 0px;
}

.io_acc_ul li,
.io_upsell_ul li {
    border: 1px solid #bbb;
    padding: 10px;
    border-radius: 6px;
}

.io_acc_ul li:hover,
.io_upsell_ul li:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

body {
    quotes: '\201c''\201d';
}

.io_review_li_desc:before {
    content: open-quote;
}

.io_review_li_desc:after {
    content: close-quote;
}

.io_review_li_name:before {
    content: ' by ';
}

.io_review_li_date:before {
    content: ' on ';
}

.io_review_li_desc {
    display: block;
}

#bookNowBtn {
    margin-top: 50px;
}

.io_product_reviewbox {
    margin-bottom: 75px;
}

.io_image_thumbbox {
    text-align: center;
}

.io_image_thumbbox img {
    margin-left: 5px;
    margin-right: 5px;
}

.io_all_item_cat {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}

.ioai_datetime_box {
    margin-top: 20px;
}

#cartData::-webkit-scrollbar {
    width: 10px;
}

#cartData::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#cartData::-webkit-scrollbar-thumb {
    background: #888;
}

#cartData::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.io_inventory img.cat_img {
    min-width: 50px;
    max-width: 90px;
    max-height: 90px;
    min-height: 50px;
}


.home header.io_phshow {
	display: none;
}

.elementor-button{
	font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
    background-color: #199323;
	    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
			color: white;
}
.elementor-widget-button{
	margin:10px 0;
}

.io_product_price_1h,
.io_product_price_2h,
.io_product_price_3h,

.io_product_price_5h,
.io_product_price_6h,
.io_product_price_7h,
.io_product_price_8h,
.io_product_price_9h,
.io_product_price_10h,
.io_product_price_11h,
.io_product_price_12h,
.io_product_price_13h,
.io_product_price_14h,
.io_product_price_15h,
.io_product_price_16h,

.io_product_price_48h,
.io_product_price_72h,
.io_product_price_96h,
.io_product_price_120h,
.io_product_price_168h,
.io_product_price_336h,
.io_product_price_504h,
.io_product_price_720h{
    display:none;
}
.io_acc_li_desc,
.io_upsell_li_desc{
    display: none;
}

.io_sc_container{
    display: block;
    margin: auto;
}

.io_mm_outer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 150px));
    grid-gap: 10px;
    margin: 0px;
    justify-content: space-evenly;
}
.io_mm_item {
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:white;
}
.io_mm_title{
    display: block;
    width: 100%;
    margin-top: 10px;
}
.io_mm_item a {
    text-decoration: none;
}

.io_mm_item:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.io_mm_outer .cat_img {
    width: auto;
    min-height: 80px;
    max-height: 120px;
}
.io_mm_item > a > div.cat_div{
    min-height: 203px;
}
.mega-menu-wrap * .io_mm_item > a > div.cat_div{
    min-height: 40px;
}

.catDescriptionIO_small {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 70px;
    min-height:53px;
}

/*
.searchio-live-search-result {
	margin-top: 10px;
	margin-bottom: 10px;
}*/
/* try to get google to ignore it as it gets picked up for meta description */
.searchio-live-search-instructions{display:none !important;}
.searchio-live-search-results-showing{
    width: auto !important;
}
@media screen and (min-width:771px) {
.searchio-live-search-results-showing{
    min-width: 326px;
}
}

.searchio-live-search-result a {
	display: inline-block !important;
}

.io_searchres_img {
	display: inline-block;
	margin-left: 5px;
	height: 50px;
	width: 50px;
}

.searchio-text {
	text-align: left;
	display: inline-block;
}

.io_searchres_restext {
	position: relative;
	top: -20px;
}

.searchio-live-search-result p {
	font-size: 0.75rem;
}
.io_searchres_restext p.searchio-text{
    margin-top:11px;
}

@media screen and (max-width:771px) {

    .io_product_picbox,
    .io_product_infobox {
        width: 98%;
    }

    .io_product_title {
        text-align: center;
    }

    .io_star_rating {
        text-align: center;
    }

    .io_product_price_box {
        width: 90%;
        text-align:center;
    }

    .io_product_detail_box {
        width: 90%;
        text-align:center;
    }

    #bookNowBtn {
        margin-top: 50px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}



#io_testimonials {

    max-height: auto;
    overflow: auto;
}

#io_testimonials img {
}
#io_testimonials h2 {
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    /*color:#fff;*/
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 10 0 20px 0;
}
#io_testimonials ul {
    list-style: none;
    text-align: center;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.09);
    padding: 25px;
    margin:1%;

}
#io_testimonials ul:hover {
    background: #fff;
}
#io_testimonials li {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 5px;
}


.testi_wrapper {
    background: #ddd;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd
}
.io_testimonials {
    max-height: 250px;
    overflow: auto;
    position:relative;
}

.io_testimonials img {
}
.io_testimonials .review_avg_img{
    display:none;
}
.io_testimonials h2 {
    display:none;
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    color:#fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 10 0 20px 0;
}
.io_testimonials ul {
    list-style: none;
    text-align: center;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.09);
    padding: 25px;
    margin:1%;

}
.io_testimonials ul:hover {
    background: #fff;
}
.io_testimonials li {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 5px;
}

.io_landingpages{
    margin:20px;
}
.io_landimg{
    width: auto;
    min-height: 150px;
    max-height: 250px;
    max-width: 330px;
    margin-right:20px;
    display: inline-block;
}