.vc_tta-title-text {
  font-size: 14px;
}


.col-container {
  display: flex;
  width: 100%;
	border: 1px solid rgb(58 8 124);
}
.colll {
  flex: 1;
  padding: 16px;
}
.colll.gpsimage {
    background: -webkit-linear-gradient(top, rgb(191 27 132) 0%, rgb(58 8 124) 99%);
    padding: 30px 40px;
    color: white;
}

.colll.gpsimage h2{color:white !important;}

.gpsbtn {
    background-image: url(https://waikikitrolley.com/wp-content/uploads/2023/06/mock.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    display: flex;

}
.gpsbtn a {
    text-align: center;
    margin: 0 auto;
    background: #ffcc00;
    padding: 20px 50px;
    border-radius: 5px;
    border: 3px solid #ffffff;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    align-self: center;
transition: all 200ms;
}

.gpsbtn a:hover {
    background: white;
    color: black;
}

i.fa.fa-map-marker {
    margin-right: 10px;
    color: red;
}

@media (max-width:992px){
.col-container {
flex-direction: column;
}
.gpsbtn {
    padding: 40px 40px;
}
.gpsbtn a {
    padding: 10px 25px;
}
}

.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #b474b6 !important;
    background-color: #b97ebb !important;
    color: #fff !important;
}

.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #f0f0f0 !important;
    background-color: white !important;
    color: black !important;
}


.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab>a:hover {
    color: white !important;
		background-color: #b97ebb !important;
}

.vc_tta.vc_general .vc_tta-tab.vc_active>a::after, .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
    border-color: #f0f0f0 !important;
}


/* home JPN */
.home-trolleyline p a {
		color: #ffcc00;
}
.home-highlight li, .home-highlight li a, .txt-wht {
    color: #ffffff !important;
}
.txt-sm {
    font-size: 80%;
}
.txt-wht h1, .txt-wht h2, .txt-wht h3, .txt-wht h4, .txt-wht h5, .txt-wht h6, .txt-wht li, .txt-wht, .txt-wht a {
		color: #ffffff;
}
.txt-ppl h1, .txt-ppl h2, .txt-ppl h3, .txt-ppl h4, .txt-ppl h5, .txt-ppl h6, .txt-ppl li, .txt-ppl, .txt-ppl a {
	color: var(--the7-h3-color);
}
.home-highlight li {
    line-height: 1.6em;
}
.header-left-blue {
		border-left: 8px solid #0a51a1;
    padding-left: 10px;
}
.header-left-red {
		border-left: 8px solid #ff0001;
    padding-left: 10px;
}
.header-left-green {
		border-left: 8px solid #018837;
    padding-left: 10px;
}
.header-left-pink {
		border-left: 8px solid #f668B2;
    padding-left: 10px;
}
.txt-blue {
		color: #0277A7;
}
.txt-red {
		color: #E01B03;
}
.txt-green {
		color: #327959;
}
.txt-pink {
		color: #C52EA2;
}
/* checkout form */
.gform_wrapper.gravity-theme .field_description_above .gfield_description {
		font-size: 12px; 
		line-height: 1.5em;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_description {
		font-size: 12px; 
		line-height: 1.5em;
		margin-bottom: 24px;
}
.gform_wrapper.gravity-theme .form-newsletter-signup .gfield_checkbox label  {
		font-size: 12px;
    margin-bottom: 18px;
    margin-top: 18px
}
.gfield_label_product {
    font-weight: 600;
}
.gfield--input-type-singleproduct {
		margin: 24px 6px;
}
.gravity-theme input#gf_coupon_button.button {
    margin-left: 8px;
    padding: 14px 20px;
}
.ex-space {
		margin-bottom: 14px !important;
}

/* Blog */
.post-meta .author, .blog-content .author {
		display: none;
}

.clear {
		clear: both;
}