/*
Theme Name: rivercruising child
Template: rivercruising
*/
#cta-bar div {
		display:none;
	}
.__gap_small {
	padding: 5px 0;
}
.__text_right {
	text-align: right;
}
.__text_left {
	text-align: left;
}
.__header_main {
	padding: 10px 0 0 0;
	margin: 0;
	position: -webkit-sticky;
    position: sticky;
	/*top: -70px;*/
	top: -103px;
	z-index: 9;
}
.__header_main:stuck {
	height: 150px;
}
.__header_main .logo img {
	max-width: 340px;
	width: 100%;
	vertical-align: middle;
}
.__header_main .__header_top .__header_top_right {
	height:84.3833px;
}
.__header_top .__header_top_right .__contact_logo ._logo_left img {
	width: 52px;
	vertical-align: middle;
	padding:0px 3px;
}
.__header_top .__header_top_right .__contact_logo .__logo_right img {
	width: 150px;
	vertical-align: middle;
}
.__header_top .__header_top_right .__contact_logo ._logo_left, .__header_top .__header_top_right .__contact_logo .__logo_right {
	display: inline-block;
	padding: 0 2px;
}
.__header_main .__header_top .__header_top_right .__contact_info p {
	margin: 0;
	color: #9e9e9e;
}
.__header_main .__header_top .__header_top_right .__contact_info p a {
	color: #ffffff;
	font-size: 23px;
	font-weight: 400;
}
.__header_main .__header_top .__header_top_right .__contact_info, .__header_main .__header_top .__header_top_right .__contact_logo {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0px 5px 5px;
}
.__header_main .__header_top .__header_top_right .__menu_toggler {
	display: none;
}
.__header_main .__header_top .__header_top_left, .__header_main .__header_top .__header_top_right {
	display: inline-block;
	max-width: 50%;
	width: 100%;
}
.__header_main .__header_top {
	font-size: 0;
}
.__header_main .__header_bottom .__header_bottom_left nav ul li {
	font-size: 20px;
    font-weight: 300;
    color: #cac9c9;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
}
.__header_main .__header_bottom .__header_bottom_left nav ul > li:hover ul.__sub_child {
	display: block;
}
.__header_main .__header_bottom .__header_bottom_left nav ul li ul.__sub_child {
	position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 25;
    background: #ffffff;
    padding: 0 40px 40px 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.__header_main .__header_bottom .__header_bottom_left nav ul li a {
	color: #cac9c9;
	padding: 13px 0;
	display: block;
}
.__header_main .__header_bottom .__header_bottom_left nav ul li a:hover, .__header_main .__header_bottom .__header_bottom_left nav ul li a:active, .__header_main .__header_bottom .__header_bottom_left nav ul li a:focus {
	color: #b28877;
}
.__header_main .__header_bottom .__header_bottom_left nav ul li ul.__sub_child {
	display: none;
}
ul.__sub_child li h4 {
	font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 22px;
    color: #3e3c3e;
    line-height: 1;
    /*padding-bottom: 15px;*/
    border-bottom: 1px solid #e4e4e4;
    letter-spacing: -0.3px;
    padding: 20px 0;
	padding-right:29px;
}
ul.__sub_child li p {
	font-weight: 400;
    font-size: 15px;
    color: #3e3c3e;
    line-height: 1;
    margin: 0 0 5px 0;
    letter-spacing: -0.1px;
    padding:0 29px 0 0;
}
ul.__sub_child li p a {
	font-weight: 300;
    font-size: 15px;
    color: #3e3c3e !important;
    line-height: 1;
    display: inline-block !important;
    padding: 0 !important;
}
.__header_main .__header_bottom .__header_bottom_left, .__header_main .__header_bottom .__header_bottom_right {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.__header_main .__header_bottom {
	font-size: 0;
	position: relative;
}
.__header_main .__header_bottom .__header_bottom_right .__contact_btn {
	color: #2f2d30;
    background: #d4d4d4;
    font-size: 15px;
    max-width: 120px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 2px;
}
.__header_main .__header_bottom .__header_bottom_right .__toggle_holiday_search {
	max-width: 245px;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    background: url(/wp-content/themes/rivercruising/images/dwn-arrow.png), #b28877;
    color: #ffffff;
    margin: 0 2px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.__header_main .__header_bottom .__header_bottom_right .__toggle_holiday_search.active {
	background: url(/wp-content/themes/rivercruising/images/close-icon.jpg), #ffffff;
	background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95% center;
    color: #b28877;
}
.__header_main .__header_bottom .__header_bottom_right p {
	display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #9e9e9e;
    margin: 0 2px;
    opacity: 0;
}
.__header_main .__header_bottom .__header_bottom_right p a {
	color: #ffffff;
}
.__search_form_container {
	position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #ffffff;
    text-align: center;
}
.holidyinner ul {
	text-align: left;
}

#__sticky_tabs {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #ffffff;
}
.postid-15648 .static-image .row {
	font-size: 0;
}
.postid-15648 .static-image .part-6-dv {
	float: none;
	width: 25%;
	display: inline-block;
}


/* JSCL */

#breadcrumbs {margin:5px; font-size:14px}

.resp-tab-content form label {margin-bottom:0px}
/*.resp-tab-content {padding-top: 10px;}*/

.overview-tabing {margin-top:10px;margin-bottom:10px;}

.twocolinfo-sec {padding:40px 0 0;}

.innrbanner-ni-sec {padding:2% 0 1%;}

.twocolinfo-sec .shipimg { /*margin:19px 0 0 0;*/position:relative;padding:0 0 55% 0;background-repeat:no-repeat;background-position:center center;background-size:cover}

article .leftblogtxt figure {
	padding-bottom:20px;
}

article .leftblogtxt p {
	line-height:1.5;
}

article .leftblogtxt h2 {
	font-size:1.7em;
}


/* --------------------------------
		Media Query Start
-------------------------------- */
@media (min-width: 1024px) {
	.__header_main {
		height: 155px;
	}
	.__header_main .__header_top .__header_top_right .__contact_info p {
		font-size: 14px;
	}
	.__header_main .__header_top .__header_top_right .__contact_info p a {
		font-size: 15px;
	}
	.__header_main .__header_bottom .__header_bottom_right .__contact_btn {
		max-width: 100px;
		font-size: 15px;
	}
	.__header_main .__header_bottom .__header_bottom_right .__toggle_holiday_search {
		max-width: 185px;
		font-size: 15px;
	}
}

@media (max-width: 1023px) {
	.__header_main {
		position:relative;
		top: 0px;
	}
	.__header_main .__header_top .__header_top_left, .__header_main .__header_top .__header_top_right {
		max-width: 100%;
		text-align: center;
		padding: 7px 0 5px 0;
	}
	.__header_main .__header_top .__header_top_right .__contact_logo {
		display: none;
	}
	.__header_main .__header_top .__header_top_right .__contact_info p:last-child {
		display: none;
	}
	.__header_main .__header_top {
		/*display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;*/
		padding: 0 15px;
	}
	.__header_main .__header_bottom .__header_bottom_left, .__header_main .__header_bottom .__header_bottom_right, .__header_main .__header_bottom .__header_bottom_left nav ul li {
		width: 100%;
	}
	.__header_main .__header_bottom .__header_bottom_right .__contact_btn {
		display: none;
	}
	.__header_main .__header_bottom .__header_bottom_right .__toggle_holiday_search {
		max-width: 100%;
		margin: 0;
	}
	.__header_main .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.__header_main .__header_bottom .__header_bottom_right p {
		display: none;
	}
	.__header_main .__header_bottom .__header_bottom_left .__main_menu {
		display: none;
	}
	.__header_main .__header_top .__header_top_right .__contact_info p a {
		font-size: 17px;
	}
	.__header_main .__header_top .__header_top_right .__contact_info {
		width: calc(100% - 30px);
    	text-align: left;
    	padding: 0;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler {
		display: inline-block;
		vertical-align: middle;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a {
		width: 30px;
	    height: 20px;
	    display: block;
	    position: relative;
	    -webkit-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a span:first-child {
		border: 1px solid #ffffff;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    left: 0;
	    -webkit-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a span {
		border: 1px solid #ffffff;
	    position: absolute;
	    top: 50%;
	    width: 100%;
	    left: 0;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    -webkit-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a span:last-child {
		border: 1px solid #ffffff;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    left: 0;
	    -webkit-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a.__close span:first-child {
		-webkit-transform: rotate(45deg) translateY(8px) translateX(5px);
		-ms-transform: rotate(45deg) translateY(8px) translateX(5px);
		transform: rotate(45deg) translateY(8px) translateX(5px);
		opacity: 1;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a.__close span {
		opacity: 0;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a.__close span:last-child {
		-webkit-transform: rotate(-45deg) translateY(-9px) translateX(6px);
		-ms-transform: rotate(-45deg) translateY(-9px) translateX(6px);
		transform: rotate(-45deg) translateY(-9px) translateX(6px);
		opacity: 1;
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li {
		position: relative;
	}
	.__main_menu .__has_child .__expand {
		position: absolute;
	    top: 15px;
	    right: 30px;
	    width: 20px;
	    height: 20px;
	    display: block;
	    background: url(/wp-content/themes/rivercruising/images/pluse-icon.png);
	    background-size: contain;
	    z-index: 9999;
	    cursor: pointer;
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li ul.__sub_child {
		position: relative;
		top: unset;
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li a {
		display: inline-block;
	}
	.__main_menu .__has_child .__expand.__down {
		background: url(/wp-content/themes/rivercruising/images/minus-icon.png);
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li ul.__sub_child {
		display: block;
		height: 0;
		overflow: hidden;
		padding: 0;
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li ul.__expand_ul {
		height: auto;
	}
	.postid-15648 .static-image .part-6-dv {
		width: 50%;
	}
}

@media (min-width: 321px) and (max-width: 425px) {
	.postid-15648 .static-image .part-6-dv {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.__header_main {
		position: relative;
		top: 0px;
	}
	#__sticky_tabs .resp-tab-item {
		max-width:20%;
		max-height:40px;
	}
	#__sticky_tabs .resp-tabs-list li span {
		position:relative;
		top:0px;
		min-height:20px;
		font-size:70%;
	}
	#cta-bar div {
		display:block;
		position:fixed;
		bottom:-2px;
		width:100%;
		height:50px;
		padding: 2px 2px 0px 2px;
		z-index:99;
	}
	#cta-bar ul {
		width:100%;
		height:50px; font-family:playfair-display;
		text-align:center;
		margin:0px;
	}
	#cta-bar li {
		width:45%;
		height:100%;
		padding:2px 0;
		float:left;
		list-style:none;
		border:2px solid #b28877;
		border-radius:3px 3px 0px 0px;
		box-shadow: 0px -2px 4px 0 rgba(0, 0, 0, 0.15), 0px -4px 10px 0 rgba(0, 0, 0, 0.08);
		font-size:1.4em;
		font-weight:300;
		margin:auto 2%;
	}
	#cta-bar li:nth-child(1) {
		background-color:#333;
		float:left;
	}
	#cta-bar li:nth-child(2) {
		background-color:darkred;
		float:right;
	}
	#cta-bar a, #cta-bar  a:hover, #cta-bar a:active, #cta-bar a:focus {
		color:white;
		line-height:40px;
	}
}

@media (max-width: 425px) {
	#__sticky_tabs .resp-tabs-list li span {
		position:relative;
		top:-20px;
		min-height:20px;
		font-size:70%;
	}
}

@media only screen and (max-width : 320px) {
	.__header_main {
		top: 0;
	}
	.__header_main .__header_top .__header_top_left, .__header_main .__header_top .__header_top_right {
		max-width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	.__header_main .__header_top .__header_top_right .__contact_logo {
		display: none;
	}
	.__header_main .__header_top .__header_top_right .__contact_info p:last-child {
		display: none;
	}
	.__header_main .__header_top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0 15px;
	}
	.__header_main .__header_bottom .__header_bottom_left, .__header_main .__header_bottom .__header_bottom_right, .__header_main .__header_bottom .__header_bottom_left nav ul li {
		width: 100%;
	}
	.__header_main .__header_bottom .__header_bottom_right .__contact_btn {
		display: none;
	}
	.__header_main .__header_bottom .__header_bottom_right .__toggle_holiday_search {
		max-width: 100%;
		margin: 0;
	}
	.__header_main .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.__header_main .__header_bottom .__header_bottom_right p {
		display: none;
	}
	.__header_main .__header_bottom .__header_bottom_left .__main_menu {
		display: none;
	}
	.__header_main .__header_top .__header_top_right .__contact_info p a {
		font-size: 17px;
	}
	.__header_main .__header_top .__header_top_right .__contact_info {
		width: calc(100% - 30px);
    	text-align: left;
    	padding: 0;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler {
		display: inline-block;
		vertical-align: middle;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a {
		width: 30px;
	    height: 20px;
	    display: block;
	    position: relative;
	    -webkit-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a span:first-child {
		border: 1px solid #ffffff;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    left: 0;
	    -webkit-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a span {
		border: 1px solid #ffffff;
	    position: absolute;
	    top: 50%;
	    width: 100%;
	    left: 0;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    -webkit-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a span:last-child {
		border: 1px solid #ffffff;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    left: 0;
	    -webkit-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a.__close span:first-child {
		-webkit-transform: rotate(45deg) translateY(8px) translateX(5px);
		-ms-transform: rotate(45deg) translateY(8px) translateX(5px);
		transform: rotate(45deg) translateY(8px) translateX(5px);
		opacity: 1;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a.__close span {
		opacity: 0;
	}
	.__header_main .__header_top .__header_top_right .__menu_toggler a.__close span:last-child {
		-webkit-transform: rotate(-45deg) translateY(-9px) translateX(6px);
		-ms-transform: rotate(-45deg) translateY(-9px) translateX(6px);
		transform: rotate(-45deg) translateY(-9px) translateX(6px);
		opacity: 1;
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li {
		position: relative;
	}
	.__main_menu .__has_child .__expand {
		position: absolute;
	    top: 15px;
	    right: 30px;
	    width: 20px;
	    height: 20px;
	    display: block;
	    background: url(/wp-content/themes/rivercruising/images/pluse-icon.png);
	    background-size: contain;
	    z-index: 9999;
	    cursor: pointer;
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li ul.__sub_child {
		position: relative;
		top: unset;
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li a {
		display: inline-block;
	}
	.__main_menu .__has_child .__expand.__down {
		background: url(/wp-content/themes/rivercruising/images/minus-icon.png);
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li ul.__sub_child {
		display: block;
		height: 0;
		overflow: hidden;
		padding: 0;
	}
	.__header_main .__header_bottom .__header_bottom_left nav ul li ul.__expand_ul {
		height: auto;
	}
	.postid-15648 .static-image .part-6-dv {
		width: 100%;
	}
}
/* --------------------------------
		Media Query End
-------------------------------- */