/**
Theme Name:   Tickohtao
**/

/*--------------------------------------------------------------
>>> MASTER.CSS TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
	1.1 Typography
	1.2 Layouts
    1.3 Buttons
    1.4 Review Buttons
2.0 Header
	2.1 Navigation
    2.2 Q&A Page
3.0 Pages
	3.1 Homepage
4.0	WooCommerce
	4.1	Category Pages
	4.2 Single Product Pages
    4.3 Bookings
    4.4 Cart Basket
5.0	Footer
6.0 Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/

/** Fix Box around active links **/

button:focus,
button.menu-toggle,
button.menu-toggle:hover {
	outline: none !important;
	border: 1px solid #003e63!important;
	border-radius: 3px;
}
a:focus,
.focus a {
	outline: none !important;
}

/** Make YouTube Videos Responsive **/

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 0 1.5em 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
	.home-video {
	  width: 80%;
	  height: 80%;
	  margin: 0 auto;
	}
}

/** END Make YouTube Videos Responsive **/

/*--------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/

h1.entry-title {
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    color: #003e63;
    font-size: 34px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #003e63;
}

@media(min-width: 768px){

    h1.entry-title {
        font-size: 48px;
    }
    
}

/*--------------------------------------------------------------
1.2 Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.3 Buttons
--------------------------------------------------------------*/

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline-color: #f5582d;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    background-color: #f5582d;
    border-color: #f5582d;
    color: #fff;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
    background-color: #e3471b;
    border-color: #e3471b;
    color: #fff;
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    background-color: #f5582d;
    border-color: #f5582d;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 5px;
    text-transform: uppercase;
}

button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
    background-color: #e3471b;
    border-color: #e3471b;
    color: #fff;
}

/*--------------------------------------------------------------
1.4 Review Buttons
--------------------------------------------------------------*/

#custom_html-12 {
	margin: 0 auto;
	max-width: 960px;
	padding: 20px 0;
}
.review_buttons {
	padding: 100px 0;
}
.review_buttons img {
	margin: 10px auto;
	max-width: 80%;
}

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/

.site-header {
    background-image: url('../images/tic/header_bg_desk.svg');
    background-size: 100% 176px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 1.618em;
    padding-bottom: 3.618em;
    color:#9aa0a7;
    position:relative;
    z-index:999;
    border-bottom:1px solid rgba(0,0,0,0)
}

.site-header-cart .widget_shopping_cart a.button {
    background-color: #003e63;
    border-color: #fff;
    color: #fff;
}
.site-header-cart .widget_shopping_cart a.button:hover {
    background-color: #003e63;
    border-color: #fff;
    color: #fff;
}

.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img{
    width:100%;
}
.site-header .widget{
    margin-bottom:0
}
.woocommerce-active .site-branding{
    float:left;
    max-width: 180px;
    position: relative;
    z-index: 9999;
}
    
@media(min-width: 768px){

    .site-header{
        padding-bottom:1.618em;
    }
    .woocommerce-active .site-branding{
        float:left;
        max-width: 240px;
    }
    .tic_header_flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: stretch;
        align-items: center;
        }
    
    .tic_header_flex .site-branding {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
        flex-basis: 20%;
        }
    .tic_header_flex .tickohtao-primary-navigation {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
        flex-basis: 80%;
        }
    .woocommerce-active .site-header .main-navigation{
        width:100%;
        float:right;
    }
    
}

/*--------------------------------------------------------------
2.1 Navigation
--------------------------------------------------------------*/

@media (min-device-width:820px) and (max-device-width:1024px){
    
    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a{
        padding:1.618em 0.25em;
        font-size: 1.0rem;
}
.main-navigation ul.menu>li>a svg,
.main-navigation ul.nav-menu>li>a svg{
	max-width:25px;
	}
#masthead .col-full {
		margin-left:0.25em;
		margin-right:0.25em;
	}

}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
    color: #f5582d;
}
button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
    background-color: #003e63;
}
.main-navigation ul li a,
.site-title a,
ul.menu li a,
.site-branding h1 a,
button.menu-toggle,
button.menu-toggle:hover,
.handheld-navigation .dropdown-toggle {
    color: #003e63;
}
main-navigation ul li a, .site-title a {
    font-size: 1.2rem;
}
.handheld-navigation ul#menu-main-menu-1 {
    padding: 50px 0 0 20px;
}

button.menu-toggle,
button.menu-toggle:hover {
    border-color: #f5582d;
}
.secondary-navigation ul ul,
.main-navigation ul.menu > li.menu-item-has-children:after,
.secondary-navigation ul.menu ul,
button.menu-toggle,
button.menu-toggle:hover {
    background-color: #fff;
}

/** Header Cart **/

@media screen and (max-width: 768px) {

    .tickohtao-primary-navigation {
        position: relative;
    }
    .header_cart_count {
        width: 62px;
        display: inline-block;
        position: absolute;
        top: 37px;
        right: 90px;
    }
}

@media screen and (min-width: 768px) {

    .tickohtao-primary-navigation {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: stretch;
        align-items: center;
    }
    .tickohtao-primary-navigation nav,
    .tickohtao-primary-navigation div {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
    }
}

.header_cart_count {
    width: 62px;
    display: inline-block;
}
.header_cart_count ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header_cart_count ul li.cart {
    position: relative;
}
.header_cart_count ul li.cart .count {
    background-color: #f5582d;
    color: #fff;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    text-indent: 0;
    text-align: center;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    box-sizing: content-box;
    font-size: .75em;
    position: absolute;
    top: 0.875em;
    left: 50%;
    border-radius: 100%;
    border: 1px solid;
}
.header_cart_count .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 7px;
}
.header_cart_count ul li>a {
    height: 3em;
    display: block;
    position: relative;
    text-indent: -9999px;
    z-index: 999;
    border-right: 1px solid rgba(255,255,255,.2);
    overflow: hidden;
}

/** Menu Icons **/

.handheld-navigation ul li a .icon {
    display: none;
    border: 1px solid #369e92;
}

@media screen and (min-width: 768px) {
    
    .primary-navigation ul li a .icon {
        display: block;
        width: 32px;
        height: 32px;
        position: relative;
        top: 5px;
    }
    .primary-navigation ul li a .text {
        display: none;
    }
    
}

/*--------------------------------------------------------------
2.2 Q&A Page
--------------------------------------------------------------*/

/** Details Q&A **/

/** Remove Default Arrow on Safari **/
details summary::-webkit-details-marker {
	display:none;
}

/* Add a custom transition when opening/closing. */
.wp-block-details {
	transition: all 0.5s ease-in-out;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
}

/* Add horizontal margin to nested blocks/elements. */
.wp-block-details > :where( :not( summary ) ) {
	margin-left: 1.5em;
	margin-right: 2.5em;
}

/* If open, add some bottom padding to avoid content butting against the bottom. */
.wp-block-details[open] {
	padding-bottom: 2rem;
}

/* Base `summary` element styling. */
.wp-block-details summary {
	transition: all 0.5s ease-in-out;
	box-sizing: border-box;
	padding: 0 3rem 2rem 0;
	font-weight: 300;
	font-size: 1.2em;
    color: #003e63;
}

/* Change the background of the `summary` element based on state. */
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
}


.wp-block-details summary::marker {
	content: none;
}

.wp-block-details summary::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cpath d='M34 16H18V0h-2v16H0v2h16v16h2V18h16v-2z'/%3E%3C/svg%3E");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 24px;
	float: right;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

.wp-block-details[open] summary::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 2'%3E%3Cpath d='M0 0h34v2H0z'/%3E%3C/svg%3E");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 24px;
	float: right;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
    /* Base `summary` element styling. */
    .wp-block-details summary {
        font-size: 1.618em;
    }
    .wp-block-details summary::after,
    .wp-block-details[open] summary::after {
        width: 34px;
        height: 34px;
    }

}

/*--------------------------------------------------------------
3.0 Pages
--------------------------------------------------------------*/

.site-main::before {
    background: url('../images/tic/paper-ripped-top.svg') no-repeat center center;
    background-size: 1202px auto;
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    position: relative;
    top: -54px;
    margin-bottom: -20px;
    opacity: 0.75;
  }
.site-main {
    width: 100%;
    max-width: 1200px;
    margin: 25px auto 100px auto;
    background-color: rgba(255,255,255,0.75);
  }
.site-main::after {
    background: url('../images/tic/paper-ripped-bottom.svg') no-repeat center center;
    background-size: 1202px auto;
    content: "";
    display: block;
    width: 100%;
    height: 85px;
    position: relative;
    bottom: -85px;
    margin-top: -30px;
    opacity: 0.75;
  }
.entry-content,
.product {
    padding: 0 4%;
}

/*--------------------------------------------------------------
3.1 Homepage
--------------------------------------------------------------*/

/** Hero **/

.hero_container {
    position: relative;
    top: -50px;
    margin-bottom: -70px;
}
.hero_container .hero_tagline {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 999;
    background: url('../images/tic/hero-tagline-bg-2.svg') no-repeat;
    background-size: 100% auto;
    width: 300px;
    height: 150px;
}
.hero_container .hero_tagline h3 {
    width: 300px;
    height: 150px;
    padding: 30px 20px;
    line-height: 1.1;
    font-size: 1.45rem;
    font-family: 'Kaushan Script', cursive;
    transform: rotate(-7deg);
    color: #f5582d;
}
.hero_container img {
    width: 100%;
}
.hero_container img.desktop {
    display: none;
}

@media screen and (min-width: 768px) {

    .hero_container {
        top: -50px;
        margin-bottom: -70px;
    }
    .hero_container .hero_tagline {
        top: 30%;
        left: 10%;
        width: 450px;
        height: 250px;
    }
    .hero_container .hero_tagline h3 {
        width: 450px;
        height: 250px;
        padding: 50px 30px;
        line-height: 1.1;
        font-size: 2.7rem;
    }
    .hero_container img.desktop {
        display: block;
    }
    .hero_container img.mobile {
        display: none;
    }
    
}

/** Home Intro **/

.page-template-template-homepage .hentry {
    margin: 0;
}

.home-content h1 {
    font-family: 'Kaushan Script', cursive;
    color: #003e63;
    font-size: 36px;
    line-height: 1.2;
  }
  .home-content h3 {
    font-family: 'Kaushan Script', cursive;
    color: #369e92;
    font-size: 28px;
    line-height: 1.3;
  }
  .home-content .cols {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    gap: 10px 10%;
    margin: 40px 4% 30px 8%;
  }
  .home-content .cols div:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    flex-basis: 40%;
  }
  .home-content .cols div:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    flex-basis: 60%;
  }
  .home-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .home-content ul li {
    margin: 0 3% 10px 26px;
    padding: 0 0 0 0;
  }
  .home-content ul li::before {
    background: url('../images/tic/green-tick.svg') no-repeat left center;
    content: "";
    display: inline-block;
    width: 26px;
    height: 16px;
    margin-right: -26px;
    position: relative;
    left: -26px;
  }
  
  @media screen and (min-width: 768px) {
    a.tic_logo_top {
      padding: 40px 5% 10px 5%;
    }
    span.coming_soon {
      margin: 0 auto 40px auto;
    }
    .home-content::before {
      margin-bottom: -10px;
    }
    .home-content h1 {
      font-size: 48px;
    }
    .home-content h3 {
      font-size: 36px;
    }
    .home-content .cols {
      flex-direction: row;
    }
    p.come_back_soon {
      margin: 40px 15% 0 15%;
    }
}

/** Video Container **/

.mejs-container *, #mep_1 {
	border-radius:20px;
}
.video_section {
    margin-bottom: 50px;
}
.video_section .wp-video {
    margin: 0 auto;
}
.mobile_video {
    display: block;
}
.desktop_video {
    display: none;
}
@media screen and (min-width: 768px) {
    .mobile_video {
        display: none;
    }
    .desktop_video {
        display: block;
    }
}

/** Book / Win  **/

.book_win_widget {
    position: relative;
    padding: 50px 0;
    top: -50px;
}

.book_win_widget::before {
    content: "";
    display: block;
    background: url('../images/tic/trees-island-1.svg') no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: -250px;
    z-index: -1;
}
.book_win_widget::after {
    content: "";
    display: block;
    background: url('../images/tic/trees-island-2.svg') no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    right: -250px;
    z-index: -1;
}

ul.book_win_nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    gap: 10px 0;
    margin: 0;
    padding: 0 0 30px 0;
    }

ul.book_win_nav li {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    list-style: none;
    padding: 20px 0;
    }
ul.book_win_nav li a {
    position: relative;
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 70px auto;
    padding: 25px 50px 25px 80px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

ul.book_win_nav li:nth-child(1) a {
    background-color: #f5582d;
    background-image: url('../images/tic/button-chest.svg');
}
ul.book_win_nav li:nth-child(2) a {
    background-color: #28b8e7;
    background-image: url('../images/tic/button-star.svg');
}
ul.book_win_nav li:nth-child(1) a::after,
ul.book_win_nav li:nth-child(2) a::after {
    content: "";
    background-image: url('../images/tic/arrow-big-white.svg');
    background-size: 31px 45px;
    width: 31px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 26%;
    right: 10px;
}
ul.book_win_nav li:nth-child(1) a:hover {
    background-color: #e3471b;
}
ul.book_win_nav li:nth-child(2) a:hover {
    background-color: #14a1d0;
}
.faq_wrap {
    text-align: center;
}
.faq_wrap h2 {
    font-family: 'Kaushan Script', cursive;
    color: #369e92;
    margin: 0;
}
.faq_wrap h3 {
    color: #369e92;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    font-size: 1rem;
}
.faq_wrap h3::after {
    content: "";
    width: 12px;
    height: 15px;
    background: url('../images/tic/green-arrow.svg') no-repeat;
    background-size: auto 14px;
    display: inline-block;
    margin-left: 5px;
    top: 2px;
    position: relative;
}
.faq_wrap a {
    display: inline-block;
    background: url('../images/tic/faq-bg.svg') no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 20px 0;
}

@media(min-width: 768px) {

    .book_win_widget::before {
        width: 400px;
        height: 400px;
        left: -200px;
    }
    .book_win_widget::after {
        width: 400px;
        height: 400px;
        right: -200px;
    }
    
    .faq_wrap a {
        display: inline-block;
        background: url('../images/tic/faq-bg.svg') no-repeat;
        background-position: center center;
        background-size: 100% auto;
        padding: 60px 4%;
    }
    .faq_wrap h2 {
        font-size: 3rem;
    }
    .faq_wrap h3 {
        font-size: 1.5rem;
    }
    .faq_wrap h3::after {
        width: 12px;
        height: 19px;
        background-size: auto 18px;
        margin-left: 5px;
        top: 2px;
        position: relative;
    }
    
    ul.book_win_nav {
        flex-direction: row;
        gap: 10px 3%;
        }
    ul.book_win_nav li a {
        background-position: center left 10px;
        background-size: 80px auto;
        padding: 25px 70px 25px 100px;
        font-size: 2.0rem;
    }
        
}
@media(min-width: 1024px) {

    ul.book_win_nav {
        gap: 30px 5%;
        }
    ul.book_win_nav li a {
        background-size: 100px auto;
        padding: 25px 70px 25px 130px;
        font-size: 3rem;
    }
 
}

/** Reviews Block **/

.review_widget {
    color: #fff;
}

.review_widget h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

h2.gform_title {
    font-family: 'Kaushan Script', cursive;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
}

.review_widget::before {
    content:"";
    background: url('../images/tic/green-wave-top.svg') no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    height: 41px;
    position: relative;
    top: -41px;
    display: block;
}
.review_widget {
    background-color: #369e92;
}
.review_widget::after {
    content:"";
    background: url('../images/tic/green-wave-bottom.svg') no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    height: 38px;
    position: relative;
    bottom: -37px;
    display: block;
}

ul.reviews_block {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    gap: 10px 5%;
}

ul.reviews_block li {
    list-style: none;
    order: 0;
    flex-basis:100%;
    align-self: auto;
    text-align: center;
}

ul.reviews_block li a p {
    color: #000;
    background-color: #ffc500;
    padding: 10px 5%;
    display: inline-block;
    margin-top: 20px;
    border-radius: 10px;
}
@media(max-width: 768px){
.ti-widget.ti-trip,
.ti-widget.ti-goog {
    width: 100%!important;
}
}
@media(min-width: 768px){
    
    ul.reviews_block {
        flex-direction: row;
    }
    ul.reviews_block li {
        flex-basis:48%;
    }
   
}

/** 230709 Updates **/

a.rev_panel {
	background-color:#ffffffae;
	padding:20px;
	display:block;
	border-radius:4px;
	margin-bottom:20px;
}
.rev_panel img {
	border-radius:0;
	width:100%;
	max-width:300px;
	display:table;
	margin: 0 auto;
}
a.rev_panel h3 {
	color: #000;
}
#custom_html-9 .ti-widget .ti-header,
#reviews_page .ti-widget .ti-header{
	display:none!important;
}

/** Gallery **/

.gallery_widget {
    margin: 30px 0;
}

/** Gallery Slider **/

.gallery_slider {
    display: block;
    margin: 50px 2% 20px 2%;
}
.gallery_slider h2 {
font-family: 'Kaushan Script', cursive;
color: #f5582d;
font-size: 36px;
line-height: 1.3;
text-align: center;
}
.gallery_slider .wpcp-single-item {
border-radius: 30px;
}
.gallery_slider .fa-angle-right:before {
content: "";
background: url('../images/tic/orange-arrow.svg') no-repeat center center;
background-size: 90% auto;
width: 50px;
height: 74px;
display: block;
}
.gallery_slider .fa-angle-right:hover:before {
background-size: 50px 74px;
}
.wpcp-carousel-section.nav-vertical-center {
margin: 0 50px;
}
.gallery_slider .fa-angle-left:before {
content: "";
background: url('../images/tic/orange-arrow.svg') no-repeat center center;
background-size: 90% auto;
width: 50px;
height: 74px;
display: block;
transform: rotate(180deg);
}
.gallery_slider .fa-angle-left:hover:before {
background-size: 50px 74px;
}

/** Homepage Bottom CTA **/

.homepg_bottom_cta {
    padding: 50px 0 20px 0;
}

/*--------------------------------------------------------------
3.2 Win a Discount
--------------------------------------------------------------*/

.win_page input[type="text"] {
    border: 1px solid #349f90;
  }
.win_page h1 {
text-align: center;
}
.win_block {
display: flex;
flex-direction: column-reverse;
flex-wrap: nowrap;
justify-content: space-between;
align-content: space-between;
align-items: center;
padding: 30px 0;
margin-bottom: 10px;
gap: 20px 2%;
border-bottom: 5px dashed #ebdcc3;
}
.win_block div:nth-child(1) {
order: 0;
flex: 0 1 auto;
align-self: center;
}
.win_block div:nth-child(2) {
order: 0;
flex: 0 1 auto;
align-self: center;
}
.win_block img {
display: block;
border-radius: 20px;
}
.gform_fields h3 {
font-family: 'Kaushan Script', cursive;
color:#f5582d;
}
.win_block h2 {
    color:#369e92;
    font-family: 'Kaushan Script', cursive;
font-size:2.2rem;
}
.win_block input[type="submit"] {
    display:none;
}

@media screen and (min-width: 768px) {

    .win_block {
        flex-direction: row;
        padding: 30px 0;
    }
    .win_block div:nth-child(1) {
        flex-basis: 50%;
    }
    .win_block div:nth-child(2) {
        flex-basis: 50%;
    }
}

.q_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;

}
.win_block h2 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
	flex-basis:80%;
}
.test_grades {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
	flex-basis:20%;
	background-color:#81c708;
	color:#fff;
	padding:5px 10px;
	font-size:1.1rem;
	line-height:1.0;
	border-radius:5px;
	display:inline-block;
	transform: rotate(-3deg);
	float:right;
}
.test_grades.easy {
	background-color:#81c708;
}
.test_grades.medium {
	background-color:#f6c644;
}
.test_grades.hard {
	background-color:#e3623d;
}
.test_grades.very_hard {
	background-color:#c70808;
	min-width:100px;
}
p.instruct {
	display:block;
	clear:both;
}

/*--------------------------------------------------------------
4.0	WooCommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1	Category Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.2 Single Product Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.3 Bookings
--------------------------------------------------------------*/

.wc-bookings-date-picker .ui-datepicker-header {
    background-color: #003e63;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
    top: -1px;
    background: #14a1d0;
    border-radius: 0;
    font-weight: normal;
    border: none;
    height: 2.5em;
    width: 2em;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.wc_bookings_field_persons_22,
.wc_bookings_field_persons_23,
.wc_bookings_field_persons_24 {
    width: 33.333%;
    float: left;
}
.wc-bookings-booking-form .form-field input[type=number] {
    width: 80%;
}
.wc-bookings-booking-form label {
    font-size: 0.9rem;
}

h2.wc-pao-addon-heading {
    font-size: 1.4rem;
    font-weight: bold;
}

/** Time Selectors **/

.wc-bookings-date-picker {
    padding: 0;
}
.wc-bookings-booking-form fieldset .picker.hasDatepicker {
    margin-bottom: 0;
}

.wc-bookings-booking-form .block-picker li:nth-child(odd) a,
.wc-bookings-booking-form .block-picker li:nth-child(even) a {
    background-color: #e3471b;
    color: #fff;
}
#wc-bookings-booking-form .block-picker li a {
    padding: 10px 70px 40px 30px;
    font-size: 1.4rem;
    border-radius: 10px;
}
#primary .wc-bookings-booking-form .wc-bookings-booking-cost {
    background-color: #349f90;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 20px;
    border-radius: 10px;
}
#primary .wc-bookings-booking-form .block-picker li a.selected {
    background-color: #349f90!important;
}
#primary .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
    background-color: #349f90!important;
}
.wc-bookings-booking-form .block-picker li {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #e3471b;
}

/** Product Addons **/

.wc-pao-addons-container {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
	align-content: stretch;
	gap: 10px 2%;
}
.wc-pao-addons-container>div {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	flex-basis:49%;
}
.wc-pao-addons-container .wc-pao-addon-container {
	width: 48%;
	float:left;
}
.wc-pao-addons-container .wc-pao-addon-adult-1-lead-adult, 
.wc-pao-addons-container .wc-pao-addon-person-2-adult-or-child, 
.wc-pao-addons-container .wc-pao-addon-person-3-adult-or-child, 
.wc-pao-addons-container .wc-pao-addon-person-4-adult-or-child, 
.wc-pao-addons-container .wc-pao-addon-person-5-adult-or-child, 
.wc-pao-addons-container .wc-pao-addon-person-6-adult-or-child, 
.wc-pao-addons-container .wc-pao-addon-person-7-adult-or-child, 
.wc-pao-addons-container .wc-pao-addon-please-confirm-the-number-of-people-attending, 
.button.wc-bookings-booking-form-button {
	flex-basis:100%;
	width: 100%;
	clear:both;
	border-top: 1px solid #999;
}

@media(min-width: 768px){

    h2.wc-pao-addon-heading {
        font-size: 2.0rem;
    }
    
}

/*--------------------------------------------------------------
4.4 Cart Basket
--------------------------------------------------------------*/

.woocommerce-notices-wrapper span.congratz_cart_totals {
    margin-bottom: 20px;
    display: block;
}
span.congratz_cart_totals {
    font-size: 1.1rem;
    color: #e3471b;
}
.ckt_pg_imp_notice {
    background-color: #003e63;
    padding: 10px 30px;
    position: relative;
    margin-bottom: 2.617924em;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgba(0,0,0,.15);
    padding: 1em 2em 1em 3.5em;
    list-style: none outside;
}
.ckt_pg_imp_notice h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.ckt_pg_imp_notice h4::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.8em;
    left: 1em;
    color: #fff;
}
.no_br br {
    display: none;
}

/** Hide "Thank you. Your order has been received." on thankyou page **/
.woocommerce-order .woocommerce-thankyou-order-received {
    display: none;
}

@media(min-width: 768px){
    .promo_cart_totals {
        display: none;
    }
    span.congratz_cart_totals {
        font-size: 1.5rem;
    }
   
}

/*--------------------------------------------------------------
5.0	Footer
--------------------------------------------------------------*/

.site-footer {
    background-image: url('../images/tic/footer_bg_mob.svg');
    background-repeat: no-repeat;
    background-size: 1200px 100%;
    background-position: center center;
    padding:1.618em 0 0;
}

.site-footer a:not(.button):not(.components-button),
.site-footer a {
    color: #003e63;
}
.site-footer a:hover{
    text-decoration:none
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
    color: #003e63;
}

.site-footer a.button,.site-footer a.components-button:not(.is-link),
.site-footer a.wp-block-button__link{
    text-decoration:none
}

/** Footer Widgets **/

.footer-widgets.col-4 .block.footer-widget-1,
.footer-widgets.col-4 .block.footer-widget-2,
.footer-widgets.col-4 .block.footer-widget-3,
.footer-widgets.col-4 .block.footer-widget-4 {
    float:left;
    width: 47%;
    margin-right:3%
}
.footer-widgets.col-4 .block.footer-widget-3 {
    clear: left;
}

/** Footer Address **/

.footer_address {
    text-align: center;
}
.footer_address img {
    display: block;
}
.footer_address p {
    color: #003e63;
}

/** Site Info **/

.site-info,
.site-info a {
    color: #fff;
}
.site-info {
    padding:1em 4% 2em 4%;
    background-color: #003e63;
    text-align: center;
    font-size: 0.8rem;
}
.site-info span[role=separator]{
    padding:0 .2360828548em 0 .3342343017em
}
.site-info span[role=separator]::before{
    content:"|"
}

/** SmileyThai Travel **/

.sister_co {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
	gap: 10px 1%;
    }

.sister_co img,
.sister_co p {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }
.sister_co img {
    border: 10px solid #EBE6DC;
    max-width: 100px;
	background-color: #EBE6DC;
    border-radius: 100%;
}
.sister_co p {
	margin:0;
}

/** Handheld Footer Bar **/

.tickohtao-handheld-footer-bar,
.tickohtao-handheld-footer-bar ul li > a,
.tickohtao-handheld-footer-bar ul li.search .site-search {
    background-color: #003e63;
    columns: #fff;
}
.tickohtao-handheld-footer-bar ul li.cart .count {
    background-color: #f5582d;
    color: #fff;
    border-color: #fff;
}
.site-footer .tickohtao-handheld-footer-bar a:not(.button):not(.components-button) {
    color: #fff;
}

/** Footer Address / Stay Connected **/

.footer_address .custom-logo {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_address p {
    margin: 0;
    font-size: 1.1rem;
}
.stay_connected {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    margin: 10px;
    }

.stay_connected li {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

@media(min-width: 768px){

    .site-footer {
        background-image: url('../images/tic/footer_bg_desk.svg');
        background-size: 100% 100%;
    }
   
    .footer-widgets.col-4 .block.footer-widget-1,
    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3 {
        float:left;
        width: 15%;
    }
    .footer-widgets.col-4 .block.footer-widget-4 {
        float:right;
        margin-right:0;
        width: 30%;
    }
    .footer-widgets.col-4 .block.footer-widget-3 {
        clear: none;
    }
    
}

/*--------------------------------------------------------------
6.0 Blog
--------------------------------------------------------------*/

