/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

/*@media (min-width: 768px){
	.homefull {
    	margin-left: calc(-100vw / 2 + 750px / 2);
    	margin-right: calc(-100vw / 2 + 750px / 2);
	}
}

@media (min-width: 992px){
	.homefull {
    	margin-left: calc(-100vw / 2 + 970px / 2);
    	margin-right: calc(-100vw / 2 + 970px / 2);
	}
}

@media (min-width: 1200px){
	.homefull {
    	margin-left: calc(-100vw / 2 + 1170px / 2);
    	margin-right: calc(-100vw / 2 + 1170px / 2);
	}
}*/

.homefull {
	position: relative;
    width: 100vw;
    left: 50%;
    overflow: hidden;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 60vh;
    min-height: 20.625rem;
    z-index: 0;
}

.in_homefull{
	z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: calc(30vh - 8.375rem);
    padding-right: 1.5rem;
    pointer-events: none;
}

.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: 330px;
    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: 296px;
    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 {
    text-align: center;
    background: #f5f5f5;
    min-height: 296px;
    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: 22px;
}

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

.booknow {
    margin: 2rem 0;
	display: inline-block;
}

hr {
    clear: both;
    height: 1px;
    min-height: 0;
    margin: 20px 0;
    border-top: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.bottom-header-row #mainnav ul li ul, .main-header #mainnav ul li ul {
    width: 250px !important;
}

#mainnav ul ul a {
    width: 210px !important;
}

.header_whyus {
    padding: 5px 10px;
    background-color: #957043;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.content_whyus {
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-top: 0;
}

.item_whyus {
    margin: 5px 0 5px 0;
    font-size: 15px;
}

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

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

#CDSWIDSSP{
    width: 100% !important;
    margin-bottom: 30px !important;
}

@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;
	}
}

@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;
	}
}