:root {
  --green: #5b6f55;
  --beige: #f6f3ee;
  --dark: #1f1f1f;
}

@font-face {
    font-family: 'white_oleander';
    src: url('../woff2/whiteoleander.woff2') format('woff2'),
         url('../woff/whiteoleander.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('../otf/glacialindifference-regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('../otf/glacialindifference-bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../ttf/playfairdisplay-italic-variablefont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* 
 * Cover 
 */
#seasonal-cover {
	height: 400px;
	width: 100%;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

#seasonal-cover .inner, #seasonal-cover .inner > .vertical-align {
	height: 100%;
}

#seasonal-cover .text-container {
	border-left: 3px solid #ffffff;
	padding-left: 15px;
}

#seasonal-cover h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 3px;
	margin-top: 0px;
}

#seasonal-cover .subtitle {
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 16px;
}

/* 
 * Description 
 */
 #seasonal-description {
 	margin-bottom: 30px;
 }

/* 
 * Promotion 
 */
 #seasonal-promo {
 	padding-bottom: 30px;
 	border-bottom: 1px solid #ebebeb;
 } 

 #seasonal-promo h2{
 	text-transform: uppercase;
 	font-size: 20px;
 	letter-spacing: 2px;
 	margin-bottom: 15px;
 	margin-top: 0px;
 }

 #seasonal-promo img {
  	width: 100%;
 }

 #seasonal-promo .item-row {
  	margin-left: -7.5px;
  	margin-right: -7.5px;
 }

 #seasonal-promo .item-container {
  	padding-left: 7.5px;
  	padding-right: 7.5px;
 }

 #seasonal-promo .item {
 	margin-bottom: 15px;
 	position: relative;
 	text-align: center;
 	cursor: pointer;
 }

 #seasonal-promo .text-container {
 	height: 100%;
 	width: 100%;
 	position: absolute;
 	top: 0px;
 	left: 0px;
 }

 #seasonal-promo .text-container > .vertical-align {
  	width: 100%;
  	height: 100%;
 }

 #seasonal-promo .inner {
  	width: 100%
 }

 #seasonal-promo .country {
 		text-transform: uppercase;
 		font-weight: 600;
 		color: #ffffff;
 		font-size: 11px;
 		letter-spacing: 1.5px;
 		display: inline-block;
 		padding: 2px 7px;
 		margin-bottom: 15px;
 }

 #seasonal-promo .featured .country {
  	font-size: 16px;
  	letter-spacing: 2px;
  	padding: 2px 10px;
 }

 #seasonal-promo .package{
 		text-transform: uppercase;
 		font-weight: 600;
 		color: #ffffff;
 		font-size: 13px;
 		letter-spacing: 1.5px;
 }

 #seasonal-promo .featured .package {
 	font-size: 18px;
 }

 #seasonal-promo .see-more {
 	color: #ffffff;
 	font-size: 12px;
 	margin-top: 15px;
 	font-weight: 400;
 }

/*
 * Month
 */
.seasonal-month {
	padding-top: 40px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
}

.seasonal-month h4 {
	text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.seasonal-month .month-row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.seasonal-month .month-item {
	margin-bottom: 20px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.seasonal-month .month-item img{
	width: 100%;
	margin-bottom: 15px;
}

.seasonal-month .month-item .country {
	text-transform: uppercase;
	color: #929292;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 3px;
}

.seasonal-month .month-item .event {
	text-transform: uppercase;
	color: #555555;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.seasonal-month .month-item .period {
	margin-bottom: 5px;
	font-size: 12px;
	color: #929292;
}

.seasonal-month .month-item .description {
	font-size: 12px;
	color: #929292;
	margin-bottom: 5px;
}

.seasonal-month .month-item .link {
		margin-bottom: 5px;
}

.seasonal-month .month-item .link a{
	font-size: 12px;
}

.seasonal-month .month-item:nth-child(3n+1) {
	clear: both;
}

.seasonal-month .show-more {
	display: none;
}

/*
 *  Press
 */
#press-mentions {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 60px;
}

#press-mentions h2{
	margin: 0 0 18px;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--green);
    margin-bottom: 60px;
}

#press-mentions .press-logo-item {
	margin-bottom: 30px;
}

#press-mentions .press-logo-item:nth-child(4n+1) {
	clear: both;
} 

#press-mentions .press-name {
	font-weight: 600;
	color: #333;
}

#press-mentions .press-date {
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#press-mentions .press-header {
	font-size: 13px;
	color: #555555;
	font-weight: 400;
} 

#press-mentions .press-logo-img{
    max-width: 100%;
    border: 8px solid #d4d4d4;
    margin-bottom: 10px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#press-mentions .press-logo-img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    border: 8px solid var(--green);
}

/*
 * FAQ & How It Works
 */
#press-mentions.faq, #press-mentions.hiw  {
	text-align: left;
} 

#press-mentions .faq-title {
	text-transform: uppercase;
	margin-bottom: 20px;
} 

#press-mentions .faq-qn, #press-mentions .hiw-qn {
	font-weight: 800;
}

#press-mentions .faq-item, #press-mentions .hiw-item  {
	margin-bottom: 30px;
}

#press-mentions .faq-title:nth-child(n+2) {
	margin-top: 50px;
} 

#press-mentions .shipping-table {
	max-width: 600px;
}

#press-mentions .hiw-diagram-container {
	text-align: center;
	margin-bottom: 40px;
}

#press-mentions .hiw-diagram {
	display: inline-block;
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#hiw-why-otof {
	margin-bottom: 70px;
}

#hiw-why-otof h2 {
	margin-bottom: 20px;
}

#hiw-why-otof .text {
	line-height: 26px;
	margin-bottom: 20px;
	padding-right: 40px;
}

#hiw-steps, #hiw-faq {
	text-align: center;
}

#hiw-steps .divider, #hiw-faq .divider, #reviews-featured .divider, #home-why-book.hiw .divider, #owp-best-destination .divider {
	width: 64px;
    border: 1px solid #767676;
    margin: 0 auto;
}

#hiw-steps h1 {
	margin-top: 30px;
	font-weight: 700;
	margin-bottom: 70px;
}

#home-why-book.hiw h1 {
	margin-top: 30px;
	font-weight: 700;
	margin-bottom: 50px;
}

#hiw-faq h1 {
	margin-top: 30px;
	font-weight: 700;
	margin-bottom: 50px;
}

#hiw-steps .step-item {
	text-align: left;
	margin-bottom: 50px;
}

#hiw-steps img {
	width: 100px;
	margin-bottom: 20px;
}

#hiw-steps .step-circle {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #84D8CF;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 15px;
}

#hiw-steps .step-title {
	font-weight: 700;
	font-size: 20px;
	color: #555555;
	margin-bottom: 15px;
}

#hiw-steps .step-text{
	line-height: 26px;
}

#hiw-steps .step-item-container .step-item:nth-child(3n+1) {
	clear: both;
}

#home-why-book.hiw {
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 40px;
}

#home-why-book.hiw .header {
	text-align: center;
}

#hiw-review {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 60px;
	background: #F4F4F4;
}

#hiw-review .hiw-client-img img{
	width: 100%;
}

#hiw-review .text-container {
	padding-left: 40px;
	padding-top: 20px;
}

#hiw-review .quote {
	font-size: 140px;
	color: #84D8CF;
	font-family: 'PT Sans', sans-serif;
	line-height: 0 !important;
	margin-bottom: -25px;
	margin-left: -5px;
}

#hiw-review .client-review {
	font-size: 24px;
	line-height: 36px;
	color: #555555;
	margin-bottom: 20px;
}

#hiw-review .client-name {
	margin-bottom: 20px;
}

#hiw-review .btn-large {
	padding: 10px 14px;
}

#hiw-review .btn-secondary:hover {
	font-weight: 400;
	background: #ebebeb;
}

#hiw-faq {
	margin-bottom: 50px;
}

#hiw-faq .faq {
	text-align: left;
}

#hiw-faq .qn {
	font-size: 16px;
	color: var(--green);
	cursor: pointer;
}

#hiw-faq .ans {
	padding-top: 10px;
	line-height: 26px;
	display: none;
}

#hiw-faq .faq-item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}

#hiw-faq .faq-container {
	margin-top: 40px;
	text-align: center;
}

#hiw-faq .faq-container .btn-read {
	padding: 10px 20px;
}

#hiw-adventure {
	height: 495px;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hiw-adventure > .vertical-align {
	height: 100%;
}

#hiw-adventure .title {
	color: #ffffff;
	font-size: 54px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 20px;
}

#hiw-adventure select {
	width: 400px;
}

/* Prints */
#seasonal-cover.prints {
	margin-bottom: 100px;
}

#prints-container {
	margin-bottom: 30px;
}

#prints-container h1 {
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0px;
}

#prints-container .subtitle {
	font-size: 16px;
	margin-bottom: 20px;
}

#prints-container .divider {
    width: 64px;
    border: 1px solid #767676;
    margin-bottom: 20px;
}

#prints-container .price {
	font-size: 24px;
	font-weight: 700;
	color: #555555;
	margin-bottom: 15px;
}

#prints-container .description{
	line-height: 26px;
}

#prints-container ul {
	padding-left: 15px;
}

#prints-container .prints-item {
	margin-bottom: 150px;
}


#prints-container .prints-item.two h1 {
	margin-top: 0px;
}


#prints-container .prints-item.odd .text-container {
	padding-left: 60px;
}

#prints-container .prints-item.even .text-container {
	padding-right: 60px;
}

#prints-container .colour-info, #prints-container .frame-info {
	font-size: 12px;
	cursor: pointer ;
	color: var(--green);
	text-decoration: underline;
}

#prints-container .button-container {
	margin-top: 30px;
}

#colour-modal img, #frame-modal img {
	width: 100%;
}

#colour-modal .modal-content, #order-modal .modal-content  {
	border: 0px;
}

#order-modal .modal-footer {
	padding-top: 0px;
}

#prints-container .button-container button {
	padding: 10px 30px;
	cursor: pointer;
}

/* Reviews */
#seasonal-cover.reviews h1 {
	text-transform: none;
}

#seasonal-cover.reviews h1 .mobile {
	display: none;
}

#reviews-featured {
	text-align: center;
}

#reviews-featured h1{
	margin-top: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

#reviews-featured .item {
	margin-bottom: 55px;
}

#reviews-featured .img-container {
	margin-bottom: 20px;
}

#reviews-featured .img-container img {
	width: 100%;
}

#reviews-featured .text-container {
	text-align: left;
}

#reviews-featured .text-container .title {
	font-weight: 700;
    font-size: 20px;
    color: #555555;
    margin-bottom: 5px;
}

#reviews-featured.featured .text-container .title {
	margin-bottom: 10px;
}

#reviews-featured .item .link-vlog{
	margin-right: 7px;
}

#reviews-featured.featured .item .btn-secondary:hover {
	font-weight: 400;
	background: #F4F4F4;
}

#reviews-featured.featured .item .fa-play {
	font-size: 12px;
	margin-left: 5px;
}

#reviews-featured.featured .item:nth-child(n+3) .text-container .title {
	font-size: 18px;
}

/*#reviews-featured.featured .item:nth-child(n+3) .text-container .reviews-description {
	height: 130px;
}*/

#reviews-featured.featured .item:nth-child(3) {
	clear: both;
}

#home-client-stories #reviews-featured.featured .item:nth-child(3) {
	clear: none;
}

#home-client-stories #reviews-featured.featured .item:nth-child(3n+1) {
	clear: both;
} 

#reviews-featured.others .item:nth-child(3n+1) {
	clear: both;
}

#reviews-featured .item .text-container .reviews-description {
	height: 78px;
}

#reviews-featured .text-container .reviews-destination {
	margin-bottom: 10px;
}

#reviews-featured .text-container .reviews-description {
	line-height: 26px;
	margin-bottom: 20px;
}

#reviews-featured .text-container .reviews-location {
	font-size: 16px;
}

#hiw-review.review .client-name{
	line-height: 26px;
}

#hiw-review.review .btn-vlog {
	margin-right: 10px;
}

#hiw-review.review .btn-vlog .fa-play{
	margin-left: 5px;
}

#vlog-modal .modal-content{
	border: 0px;
}

.modal-video {
	background-color: rgba(0,0,0,0.8);
}

#reviews-featured.others .item {
	margin-bottom: 30px;
}

#reviews-featured.others .text-container .title {
	font-size: 18px;
}

#reviews-featured.others .text-container .reviews-location {
	font-size: 14px;
}

#hiw-review.review .header-container {
	padding-left: 15px;
	padding-right: 15px;
}

#hiw-review.review h1{
	margin-top: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: left;
}

#reviews-pagination {
	 margin-top: 40px;
	 margin-bottom: 40px;
}

/*
 * Client Story
 */
#cs-header {
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 50px;
}

#cs-header .experience {
	margin-bottom: 30px;
}

#cs-header .experience a{
	color: var(--green);
	font-size: 16px;
	font-weight: 700;

}

#cs-header .divider {
    width: 64px;
    border: 1px solid #767676;
}

#cs-header h1 {
	margin-top: 30px;
    font-weight: 700;
    line-height: 48px;
}

#cs-header h2 {
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 18px;
}

#cs-header .client-name {
	font-size: 12px;
}

#cs-cover img{
	width: 100%;
}

#cs-cover {
	margin-bottom: 40px;
}

#cs-body p {
	line-height: 26px;
    margin-bottom: 30px;
}

#cs-body img {
	max-width: 100%;
    height: auto;
}

#cs-body h2, #cs-body h3 {
	font-weight: 700;
    line-height: 28px;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#cs-body .embed-video {
	margin-bottom: 30px;
}

#cs-body blockquote {
	padding: 0px;
	margin: 0px;
	border: 0px;
	padding-left: 80px;
	padding-right: 80px;
	font-weight: 700;
	color: #555555;
	line-height: 36px;
	text-align: center;
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 50px;
}

#cs-body blockquote p {
	line-height: 36px;
    text-align: left;
    border-left: 5px solid var(--green);
    padding-left: 20px;
}

#cs-related {
	margin-top: 0px;
	margin-bottom: 70px;
}

#cs-related img {
	width: 100%;
	margin-bottom: 20px;
}


#cs-related h3 {
	font-weight: 700;
    line-height: 20px;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    margin-top: 40px;
}

#cs-related .title {
	font-size: 18px;
	font-weight: 700;
	color: #555555;
	margin-bottom: 5px;
}

#cs-related .reviews-location {
    font-size: 14px;
}

#cs-related .reviews-destination {
	color: #777777;
	font-weight: 400;
}

#cs-body p img {
    margin-bottom: -10px;
}

/*
 * Overseas Pre-Wedding
 */

#owp-intro {
	line-height: 26px;
	margin-top: 40px;
}

#owp-best-destination {
	margin-top: 50px;
	margin-bottom: 0px;
}

#owp-best-destination h2, #owp-bts h2 {
	margin-top: 30px;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}

#owp-best-destination h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

#owp-best-destination .country-item {
	margin-bottom: 50px;
}

#owp-best-destination .intro-text {
	line-height: 26px;
	margin-bottom: 60px;
}

#owp-best-destination .country-text {
	line-height: 26px;
	margin-bottom: 40px;
}


#owp-best-destination .img-item{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

#owp-best-destination .img-row {
	margin-left: -10px;
	margin-right: -10px;
}

#owp-best-destination .img-item img{
	max-width: 100%;
}

#owp-best-destination .img-item:nth-child(2n+1) {
	clear: both;
}

#owp-best-destination .btn-container {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-top: 20px;
}

#owp-best-destination .btn-container .btn-secondary {
	padding: 10px 14px;
}

#owp-best-destination .btn-container .btn-secondary:hover {
	font-weight: 400;
}


#owp-best-destination.prices h2 {
	margin-bottom: 50px;
	margin-top: 0px;
}

#press-mentions.covid-19 {
	line-height: 26px;
}

/* Offers */
#seasonal-cover.offers {
	margin-bottom: 0px;
}

#latest-offers {
	background: #fff9f1;
	padding-top: 50px;
	padding-bottom: 25px;
}

#latest-offers h2 {
	margin-bottom: 20px;
	font-size: 28px;
}

#latest-offers .offer-item:nth-child(3n+1) {
	clear: both;
}

#latest-offers .offer-item img {
	width: 100%;
	margin-bottom: 15px;
}

#latest-offers .offer-item .offer-city {
	display: inline-block;
    letter-spacing: 2px;
    padding: 2px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-size: 10px;
    margin-bottom: 5px;
}

#latest-offers .offer-item .offer-title {
	font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}

#latest-offers .offer-item .offer-description {
	margin-bottom: 30px;
}

#partner-offers {
	padding-top: 50px;
	padding-bottom: 50px;
}

#partner-offers h2 {
	font-size: 28px;
	margin-bottom: 20px;
}


#partner-offers .partner-item img {
	max-width: 100%;
	margin-bottom: 15px;
}

#partner-offers .partner-offer-title {
	font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}

#partner-offers .discount-type {
	display: inline-block;
    letter-spacing: 2px;
    padding: 2px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-size: 10px;
    margin-bottom: 5px;
    background: #24c5b4;
}

#partner-offers .partner-item {
	margin-bottom: 30px;
}

#partner-offers .partner-item:nth-child(4n+1) {
	clear: both;
}

#partner-offers .partner-offer-description {
	margin-bottom: 10px
}

#partner-seasonal-highlights {
	padding-bottom: 50px;
}

#partner-seasonal-highlights h2 {
	margin-bottom: 20px;
	margin-top: 0px;
}

#partner-seasonal-highlights .description {
	margin-bottom: 20px;
}

#partner-seasonal-highlights .month-item {
	margin-bottom: 20px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

#partner-seasonal-highlights .month-item img {
    width: 100%;
    margin-bottom: 15px;
}

#partner-seasonal-highlights .month-item .country {
	display: inline-block;
    letter-spacing: 2px;
    padding: 2px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-size: 10px;
    margin-bottom: 5px;
}

#partner-seasonal-highlights .month-item .event {
	font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}

#partner-seasonal-highlights .month-item .period {
    margin-bottom: 5px;
    font-size: 12px;
    color: #929292;
}

#partner-seasonal-highlights .month-row {
	margin-left: -7.5px;
    margin-right: -7.5px;
}




 @media (max-width: 991px) {
 	#seasonal-promo .package {font-size: 11px;}
 	#seasonal-promo .country {margin-bottom: 10px;}
 	#seasonal-promo .see-more {margin-top: 10px;}

 	#seasonal-cover.hiw {margin-bottom: 20px;}
 	#hiw-why-otof {margin-bottom: 40px;}
 	#hiw-why-otof .mobile {display: none;}
 	#hiw-why-otof h2 {font-size: 20px;}
 	#hiw-steps h1, #home-why-book.hiw h1  {font-size: 30px; margin-bottom: 50px;}
 	#hiw-review .client-review {font-size: 18px; line-height: 28px;}
 	#hiw-review .quote {font-size: 100px; margin-bottom: -15px;}
 	#hiw-faq h1 {font-size: 30px;}
 	#hiw-adventure .title {font-size: 40px; line-height: 48px;}
 	#hiw-adventure select {width: 350px;}

 	#seasonal-cover.prints {margin-bottom: 40px;}
 	#prints-container h1 {font-size: 30px; line-height: 36px;}
 	#prints-container .prints-item {margin-bottom: 100px;}
 	#prints-container .prints-item.odd .text-container {padding-left: 15px;}

 	#hiw-review.review .client-description {display: none;}
 	#hiw-review.review .btn-vlog {margin-bottom: 5px}
 	#reviews-featured.featured .item:nth-child(5) {display: none;}
 	#home-client-stories #reviews-featured.featured .item:nth-child(5) {display: block;}
 	#home-client-stories #reviews-featured.featured .item:nth-child(3n+1) {clear: none;}
 	#home-client-stories #reviews-featured.featured .item:nth-child(2n+1) {clear: both;}
 	#reviews-featured.featured .text-container .reviews-description {height: 104px!important;}
 	#reviews-featured.others .text-container .reviews-description {height: 78px!important;}
 	#reviews-featured h1, #hiw-review.review h1 {font-size: 30px;}
 	#reviews-featured.featured .item:nth-child(n+3) .text-container .title {font-size: 20px;}
 	#reviews-featured.others .text-container .title {font-size: 16px;}
 	#reviews-featured.others .text-container .reviews-location {font-size: 12px;}
 	#reviews-featured .item {margin-bottom: 40px;}
 	#reviews-featured.others .item:nth-child(3n+1) {clear: none;}
 	#reviews-featured.others .item:nth-child(2n+1) {clear: both;}

 	#cs-header h1 {font-size: 30px; line-height: 40px;}
 	#cs-header {padding-bottom: 40px;}

 	#owp-best-destination.prices {margin-top: 30px;}
 	#owp-best-destination h2, #owp-bts h2 {font-size: 30px;}
 	#owp-best-destination h3 {font-size: 26px;}
 	#owp-best-destination.prices h2 {margin-bottom: 30px;}

 	#partner-offers .partner-item:nth-child(4n+1) {clear: none;}
 	#partner-offers .partner-item:nth-child(3n+1) {clear: both;}
 	#partner-seasonal-highlights .month-item:nth-child(2n+1) {clear: both}

 	#latest-offers .offer-item:nth-child(3n+1) {clear: none}
 	#latest-offers .offer-item:nth-child(2n+1) {clear: both;}

 }

 @media (max-width: 767px) {
 	#seasonal-promo .package {font-size: 14px;}
 	#seasonal-promo .country {margin-bottom: 15px;}
 	#seasonal-promo .featured .package {font-size: 24px;}
 	#seasonal-promo .country {font-size: 14px; letter-spacing: 2px; padding: 3px 10px;}
 	#seasonal-promo .package {font-size: 18px;}

 	.seasonal-month .month-item:nth-child(3n+1) {clear: none;}
 	.seasonal-month .month-item:nth-child(odd) {clear: both;}

 	#press-mentions .press-logo-item:nth-child(4n+1) {clear: none;} 
 	#press-mentions .press-logo-item:nth-child(3n+1) {clear: both;} 

 	#hiw-why-otof .mobile {display: inline-block;} 
 	#hiw-why-otof .text {margin-bottom: 30px; padding-right: 0px;}
 	#hiw-why-otof h2 {margin-bottom: 10px;}
 	#hiw-why-otof {margin-bottom: 20px;}
 	#hiw-steps h1, #home-why-book.hiw h1  {font-size: 26px;}
 	#hiw-steps .step-item-container .step-item:nth-child(3n+1) {clear: none;}
 	#hiw-steps .step-item-container .step-item:nth-child(2n+1) {clear: both;}
 	#hiw-steps .step-item {margin-bottom: 40px;}
 	#hiw-review .hiw-review-container {display: block;}
 	#hiw-review .text-container {clear: both; padding-left: 15px;}
 	#hiw-review .quote {margin-top: 45px; font-size: 80px;}
 	#hiw-faq h1 {font-size: 26px; margin-bottom: 30px;}

 	#prints-container .owl-item img {width: 100%; height: auto;}
 	#prints-container .img-container {margin-bottom: 30px;}
 	#prints-container h1 {font-size: 26px; line-height: 32px;}
 	#prints-container .price {font-size: 22px;}
 	#prints-container .prints-item {margin-bottom: 50px;}

 	#reviews-featured h1, #hiw-review.review h1 {font-size: 26px;}
 	#reviews-featured h1 {margin-bottom: 30px}
 	#hiw-review.review h1 {text-align: center; margin-top: 0px; margin-bottom: 30px}
 	#reviews-featured.others .item .text-container .title {font-size: 16px;}
 	#reviews-featured .item {margin-bottom: 30px;}
 	#hiw-review.review .btn-vlog {margin-bottom: 0px;}
 	#reviews-pagination  {margin-top: 15px; margin-bottom: 30px;}
 	#reviews-featured .item .link-vlog {margin-bottom: 10px; margin-right: 7px;}
 	#reviews-featured .item .link-experience {margin-bottom: 10px;}
 	#reviews-featured .item .btn-secondary {width: 144px;}

 	#cs-header h1 {font-size: 26px; line-height: 36px; margin-top: 20px;}
 	#cs-header h2 {font-size: 16px; line-height: 26px;}

 	#owp-best-destination h2, #owp-bts h2 {font-size: 26px;}
 	#owp-best-destination h3 {font-size: 22px;}

 	#partner-offers .partner-item:nth-child(3n+1) {clear: none;}
 	#partner-offers .partner-item:nth-child(2n+1) {clear: both;}


 }

 @media (max-width: 600px) {
 	#seasonal-cover {height: 230px; margin-bottom: 25px;}
 	#seasonal-cover h1 {font-size: 20px;}
 	#seasonal-cover .subtitle {font-size: 14px;}
 	#seasonal-cover {margin-top: 50px;}

 	#seasonal-description {font-size: 12px; margin-bottom: 25px;} 

 	#seasonal-promo h2 {font-size: 18px; letter-spacing: 1px;}
 	#seasonal-promo .see-more {display: none;}
 	#seasonal-promo .country {font-size: 16px; letter-spacing: 2px; padding: 3px 10px;}
 	#seasonal-promo .package, #seasonal-promo .featured .package {font-size: 18px;}
 	#seasonal-promo .mobile {display: none;}

 	.month-item .description {display: none;}
 	#seasonal-promo h2, .seasonal-month h4 {font-size: 16px;}
 	#seasonal-description {display: none;}
 	.seasonal-month {padding-top: 20px; padding-bottom: 0px;}
 	.seasonal-month .month-item .country {font-size: 11px;}
 	.seasonal-month .month-item .event {font-size: 13px;}

 	#hiw-why-otof .mobile {display: none;}
 	#hiw-steps h1, #home-why-book.hiw h1  {font-size: 24px; line-height: 30px; margin-bottom: 30px;}
 	#hiw-faq h1 {font-size: 24px; line-height: 30px;}
 	#hiw-steps .step-item {text-align: center;}
 	#hiw-steps .step-title {font-size: 18px; margin-bottom: 10px;}
 	#hiw-review .client-review {font-size: 16px; line-height: 24px;} 
 	#hiw-adventure .title {font-size: 30px; line-height: 36px;}
 	#hiw-adventure {height: 375px;}
 	#hiw-adventure select {width: 100%;}

 	#prints-container h1 {font-size: 24px; line-height: 30px;}
 	#prints-container .price {font-size: 20px;}
 	#prints-container {margin-bottom: 15px;}

 	#seasonal-cover.reviews h1 .mobile {display: block; line-height: 26px;}
 	#seasonal-cover.reviews h1 .desktop {display: none;}
 	#reviews-featured h1, #hiw-review.review h1 {font-size: 24px;}
 	#hiw-review.review .btn-vlog {margin-bottom: 5px;}
 	#reviews-featured.others .item .text-container .title {font-size: 18px;}
 	#reviews-featured.featured .text-container .reviews-description {height: 78px!important;}
 	#hiw-review.review {margin-bottom: 50px;}
 	#reviews-featured.others .item .text-container .reviews-description {margin-bottom: 10px}
 	#reviews-pagination {margin-top: 5px; margin-bottom: 20px;}
 	#reviews-featured .item .link-vlog {margin-right: 7px; margin-bottom: 0px; width: auto;}
 	#reviews-featured .item .btn-secondary {width: auto;}
 	#reviews-featured .item .link-experience {margin-bottom: 0px;}

 	#cs-header {padding-top: 20px; padding-bottom: 20px;}
 	#cs-header .experience a {font-size: 14px;}
 	#cs-header .experience {margin-bottom: 15px}
 	#cs-header h1 {font-size: 20px; line-height: 28px; margin-top: 15px;}
 	#cs-header h2 {margin-top: 15px; margin-bottom: 15px;}
 	#cs-body p {margin-bottom: 20px;}
 	#cs-body h2, #cs-body h3 {margin-bottom: 20px; font-size: 18px; line-height: 24px;}
 	#cs-related .item {margin-bottom: 25px;}

 	#owp-best-destination h2, #owp-bts h2 {font-size: 24px;}
 	#owp-best-destination h3 {font-size: 20px;}
 }
