@charset "UTF-8";

/*
Theme Name: islandtouch_temp
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 4.9.6
Version: 1.4 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.wp-pagenavi {
    display: flex !important;
    justify-content: center !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 14px;
}

.fancybox__caption{
    max-width: 940px !important;
}

.ta-center{
    text-align: center;
}

.prev span.prev{
    display: block;
    height: 18px;
    background: url('images/c-left.svg') no-repeat center
}
.next span.next{
    display: block;
    height: 18px;
    background: url('images/c-right.svg') no-repeat center
}
.next span.next{
    
}
.iti{
    width: 100% !important;
}
header {
    z-index: 20000;
}

@media screen and (max-width: 470px) {
    .pag .page-numbers {
        box-shadow: 0 0 15;
        font-size: 18px;
        color: #0C0A73;
        padding: 9px 13px;
        border-radius: 4px;
        display: block;
        font-weight: normal;
        margin-left: 5px;
        margin-right: 5px;
        box-shadow: 0 6px 20px rgb(157 83 181 / 15%);
        width: 38px;
    }
    .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
        height: 0 !important;
        line-height: 0 !important;
    }
}

@media screen and (max-width: 360px) {
    .pag .page-numbers {
        box-shadow: 0 0 15;
        padding: 9px 10px;
        border-radius: 4px;
        display: block;
        margin-left: 3px;
        margin-right: 3px;
        width: 32px;
    }
}

