/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.ite-top{
	flex-wrap: wrap;
	align-items: normal;
	justify-content: flex-start;
	flex-direction: row;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
}

.thumbnail_itinerary {
	display: flex;
    height: 28rem;
    width: 38%;
    flex-basis: 38%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 38%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

.ite-information{
    min-height: 28rem;
    width: 38%;
    flex-basis: 38%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 38%;
    margin-left: 0%;
    right: auto;
    left: auto;
	padding: 2rem;
}

.ite-infor-text {
    padding-bottom: 1.5rem;
}

.ite-price-show{

}

.booknow {
    margin: 2rem 0;
}

.ite-price {
    text-align: center;
    background: #f5f5f5;
    min-height: 28rem;
    width: 24%;
    flex-basis: 24%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 24%;
    margin-left: 0%;
    right: auto;
    left: auto;
	padding: 2rem 0;
}

.tour_normal_price {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    text-decoration: line-through;
}

.tour_discount_price {
    color: #b63327;
    font-weight: 700;
    font-size: 20px;
}

.free-cancel {

}

svg.mr-2.d-none.d-sm-block.ml-4 {
    margin-right: 5px;
}

table th, table td {
	border: 1px solid #e5e5e5;
}

.normal_price {
    text-decoration: line-through;
    font-weight: normal;
    color: #a5a5a5;
    font-style: italic;
    font-size: 14px;
}

.booknow-undertour {
    text-align: center;
    background: #e5e5e5;
    margin-top: 20px;
    padding: 20px 0 10px 0;
}

.price-iti-arc {
    margin-bottom: 5px;
}

.iti-iti-arc {
    font-size: 13px;
}

#CDSWIDSSP{
	width: 100% !important;	
}

.newsletter-home{
	padding: 10px;
	border: 1px solid #dbdbdb;
}

h2.ub-block-post-grid-title {
    font-size: 16px;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button){
	text-decoration: none !important;
}

time.published {
    display: none !important;
}

.blog-entry-bottom{
	display: none !important;
}

ul.wp-block-post-template {
    margin: 0;
}

body #footer-widgets {
    text-align: left !important;
}

#subscribe-email input {
    background: #ffffff;
}

.header_whyus {
    padding: 5px 10px;
    background-color: #064772;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.item_im_whyus {
    color: #b98b2e;
    font-weight: bold;
}
.content_whyus {
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-top: 0;
}

@media only screen and (max-width: 959px){
	.thumbnail_itinerary {
		width: 100%;
		height: auto;
		flex-basis: 100%;
    	max-width: 100%;
	}
	
	.ite-information {
		min-height: 22rem;
		width: 65%;
		flex-basis: 65%;
		max-width: 65%;
		padding: 2rem 2rem 2rem 0;
	}
	
	.ite-price {
		min-height: 22rem;
		width: 35%;
		flex-basis: 35%;
		max-width: 35%;
		padding: 2rem 0;
	}
	
	.page .entry .alignfull {
    	margin-left: auto !important;
    	width: calc(100% + 11%) !important;
    	max-width: calc(100% + 11%) !important;
	}
}

@media only screen and (max-width: 768px){
	.ite-information {
		min-height: 22rem;
		width: 55%;
		flex-basis: 55%;
		max-width: 55%;
		padding: 2rem 2rem 2rem 0;
	}
	
	.ite-price {
		min-height: 22rem;
		width: 45%;
		flex-basis: 45%;
		max-width: 45%;
		padding: 2rem 0;
	}
	
	.ite-infor-text {
		padding-bottom: 0.8rem;
	}
}

@media only screen and (max-width: 500px){
	.ite-information {
		min-height: auto;
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 2rem 2rem 2rem 0;
	}
	
	.ite-price {
		min-height: auto;
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 2rem 0;
	}
}