/*
Theme Name: City In One Day
Theme URI: https://cityinoneday.com
Description: Theme City In One Day
Version: 1.0

*/

/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


body {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 300;
	color: #121416;
}
img, .img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
  height: auto;
}
b, strong { font-weight: bold; }

.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus,button,input:focus {
	text-decoration: none;
	outline: none;
}
button:focus,input:focus,textarea:focus,:focus{outline: 0}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
  color: inherit;
}
button{cursor: pointer}
a,
button {
	color: #000;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-weight: 400;
	line-height: 30px;
	color: #121416;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #5d6c83;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #5d6c83;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #00b5d4;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-bottom: 1px solid #e5e5e5;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8);
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #00b5d4;
	color: #fff
}

/* 2. Header */
.header-top {
  padding-top: 15px;
  padding-bottom: 12px;
}
.call-to-action {
  color: #5d6c83;
  font-size: 14px;
}
.call-to-action i {
  padding-left: 5px;
  padding-right: 5px;
}

/* Main Menu */

.basic-menu ul li {
  float: left;
  position: relative;
  margin-left:20px;
  text-transform: uppercase;
  height: 100px;
}
.basic-menu ul li a {
  font-family: 'Archivo', sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  font-weight:600;
}
.basic-menu ul li a:last-child {
	padding-right: 0;
}
.basic-menu ul li:hover > a {
	color: #00b5d4;
}
/*---------Dropdown Menu---------*/
.basic-menu ul li ul {
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 9999;
}
.basic-menu ul li ul li {
  border-bottom: 1px solid #ddd;
  float: none;
  margin: 0;
}
.basic-menu ul li ul li:last-child{border-bottom: 0;}
.basic-menu ul li ul li a {
  background: #fff none repeat scroll 0 0;
  display: block;
  line-height: 40px;
  padding: 0 20px;
}
.basic-menu ul li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

/* 3. Slider Area */
.single-slider {
	min-height: 935px;
	background-size: cover;
	background-position: center center;
}
.slider-content {
	padding-top: 274px;
}
.single-slider.home-2 .slider-content {
  padding-top: 380px;
}
.btn-1 {
  background: #00b5d4;
  color: #fff !important;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 10px;
  display: block;
  border: none !important;
  text-align: center;
  width: 210px;
  margin: 20px auto;
  cursor: pointer;
}
.btn-1:hover{
  background:#00b5d4;
  color:#fff;
  opacity: 0.8;
}
.btn-1:focus{
  color: #fff;
}
.slider-large-active{}
.slider-large-active button {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 50px;
  color: #fff;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 70px;
  width: 40px;
  z-index: 999;
}
.slider-large-active button.slick-prev {
  right: 122px;
}
.slider-thumb img{}
.slick-current img{}

.slider-wrapper{position: relative}
.slider-search-form {
	position: absolute;
	bottom: 225px;
	z-index: 999;
	left: 0;
	right: 0;
}
.slider-search-form .form-action {
	background: rgba(255, 255, 255,.1);
	box-shadow: 0px 2px 44px 0px rgba(0, 0, 0, 0.06);
	padding: 30px 80px;
	padding-right: 60px;
}
.slider-search-form .form-action ul.select-bar li.location {
	 display: inline;
	width: 17%;
	background: none;
	color: #fff;
	margin-right: 15px;
	float: left;
}
.slider-search-form .nice-select {
	background: none;
	border-color: #af9792;
}
.slider-search-form .nice-select::before {
	color: #fff;
}
.slider-search-form .nice-select::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.slider-search-form .form-action ul.select-bar li.location.search-width{width: 25%}

.slider-search-form .trip-btn.btn-1 {
	background: #00b5d4 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	padding: 11.4px 40px;
	animation-delay: 1.5s;
	border: 0;
}
.slider-search-form .nice-select .option {
	color: #444;
}


.slider-search-form .datepicker {
	width: 100%;
	color: #fff;
  background: no-repeat;
  border-color: #af9792
}
.slider-search-form form.icon::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.slider-search-form form.icon::before {
	color: #fff;
}
/* 4. Booking */

form.icon{position: relative;}

form.icon::before {
	content: "\f073";
	left: 17px;
	position: absolute;
	top: 8px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #777;
}
form.icon:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.booking-option ul li.location {
  float: left;
  padding: 0 15px;
  width: 20%;
}
.datepicker {
	width: 100%;
	border: 1px solid #e8e8e8;
	height: 41px;
	padding: 0 41px;
	font-size: 14px;
}
.slider-search-form .datepicker::-moz-placeholder{color: #fff}
.slider-search-form .datepicker::placeholder{color: #fff}
.ui-datepicker-calendar tbody a{background:#ddd !important;text-align: center}
.location-here {
  width: 100%;
}
.booking-option {
  margin-top: -150px;
}
select#hotel {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0 none;
  color: #fff;
  text-transform: uppercase;
}
.top-button {
  color: #1b1b1b;
  float: left;
  font-size: 20px;
  line-height: 40px;
  padding: 2px 30px;
  text-transform: uppercase;
}
.top-bar-option {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: -7px;
}
.booking-area {
  margin-top: -72px;
  position: relative;
  z-index: 999;
}
ul.select-bar {
  margin: 0 -15px;
  min-height: inherit;
}
.form-action.form-action-one {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.06);
  padding: 48px 110px;
}
.filter-part {
  clear: both;
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 42px;
}
ul.select-bar select {
  -moz-appearance: none;
  border: 1px solid #ddd;
  padding: 10px 15px;
}
.nice-select.open .list {
  width: 100%;
}
.top-button-inner > img {
  left: 0;
  position: absolute;
  top: 8px;
}
.top-button-inner {
  position: relative;
}
.top-button-inner .nice-select {
  -moz-user-select: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  height: inherit;
  line-height: 40px;
  margin-left: 30px;
}
.top-button-inner .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0;
  top: 53%;
}
.top-button-inner .nice-select .option {
  color: #444;
  font-size: 14px;
}
.top-button-inner.icon-none .nice-select::before {
  display: none;
}
.nice-select.location-here.check-in::before {
  content: "\ed21";
}
.nice-select.location-here.check-out::before {
  content: "\ed21";
}
.nice-select.location-here.member::before {
  content: "\ede0";
}
.nice-select {
  border-radius: 0;
}
/*Booking style 02*/
.form-action ul.select-bar li.location {
  display: inline-block;
}
/*Pricing Filter*/
.range-wrapper .ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  display: inline-block;
  width: 300px;
}
.range-wrapper label {
  color: #5d6c83;
  display: inline-block;
  font-size: 18px;
  margin-right: 30px;
}
.range-input {
  margin-left: 138px;
}
.filter-part .range-input input {
  color: #5d6c83!important;
}
.filter-part .ui-widget-header {
  background: #00b5d4 none repeat scroll 0 0;
  border: 0 none;
}
.filter-part .ui-widget-content {
  background: #dcdcdc none repeat scroll 0 0;
  border: 0 none;
  color: #333333;
}
.filter-part .ui-slider-horizontal {
  height: 7px;
}
.filter-part .ui-slider .ui-slider-handle {
	background: #00b5d4 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	z-index: 1;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #00b5d4 none repeat scroll 0 0;
  border: 0 none;
  color: #454545;
  font-weight: normal;
}
.filter-part .ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -3px;
}
.filter-button button {
  background: #00b5d4 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 20px 50px;
}
.filter-button {
  float: right;
}
.range-wrapper {
  float: left;
}
/* 5. Feature */
.feature-content {
  padding-left: 27px;
}
.feature-content p {
  color: #5d6c83;
  font-size: 16px;
}
/* 6. Service */
.service-home-img > img {
	width: 108%;
	margin-left: -54px;
}
.service-home-content {
  padding-left: 75px;
}
.service-home-content > p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 36px;
}
.service-home-content ul li {
  color: #5d6c83;
  float: left;
  font-size: 18px;
  width: 50%;
  padding-bottom: 16px;
}
.service-home-content ul li i {
  padding-right: 15px;
}
.btn-2 {
  color: #1b1b1b;
  line-height: 43px;
  margin-top: 35px;
  padding-left: 34px;
  padding-right: 34px;
  display: inline-block;
  border: 2px solid #9b9b9b;
  transition: 0.5s;
}
.btn-2:hover {
	color: #fff;
	background: #00b5d4;
	border: 2px solid #00b5d4;
}


/* 9. Package */

.package-img {
	position: relative;
}
.package-img a img {
  width: 100%;
  border-radius:8px;
}
.package-cost {
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	padding-left: 16px;
	padding-right: 16px;
	position: absolute;
	background: #250060;
	display: inline-block;
}
.package-cost .post-category { 
  color: #fff;
  text-transform: uppercase;
}
.single-package p {
  font-size: 1rem;
  line-height: 30px;
}
.more-link {
  display: block;
  color: #00b5d4;
  font-size: 15px;
  margin-top: 5px;
  text-transform: uppercase;
}
.more-link i {
	transition: 0.5s;
}
.more-link:hover {
	color: #00b5d4;
}
.more-link:hover i {
	padding-left: 5px;
}
.more-package {
  padding-top: 62px;
}
/* 10. Popular Place */
.single-pp {
  background: #fafafa;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 5px 0 5px 5px;
  position: relative;
}
.single-pp-thumb {
  float: left;
}
.popular-pp-info {
  float: left;
  padding-left: 27px;
  padding-right: 23px;
  padding-top: 25px;
}
.popular-pp-info > p {
  color: #5d6c83;
  padding-bottom: 17px;
  padding-top: 13px;
}
.popular-pp-info span {
	color: #5d6c83;
	margin-right: 7px;
	font-size: 15px;
}
.popular-pp-info span i {
  padding-right: 7px;
}
.popular-p-pricing {
  float: right;
}
.popular-p-pricing > span {
  display: block;
  padding-right: 30px;
  padding-top: 15px;
}
.btn-1.pp-btn {
  bottom: 0;
  font-size: 14px;
  padding: 8px 22px;
  position: absolute;
  right: 0;
}
.pp-list-item {
  padding-right: 50px;
}
.pp-list-item-right {
  padding-left: 50px;
}
/* 11. Promote Area */

.area { background: #fff; }
.area h1 { text-align: center; margin: 0 0 20px; }
.area .promote-content { text-align: center; }
.area .promote-content img { max-width: 100%; }
.area .promote-content ul li { font-size: 14px; margin: 0 0 6px 0; }
.area .promote-content h3 { font-size: 18px; padding: 15px 0; }

.area .promote-content header {  }
.area .promote-content header img { width: 60%; }


/* 12. Blog */
.section-devider {
  border-bottom: 1px solid #e5e5e5;
}
.single-blog-post img {
  width: 100%;
}
.single-blog-content  {
    padding-top: 35px;
}
span.blog-date {
  color: #5d6c83;
  font-size: 14px;
}
.more-link.blog-btn i {
	padding-left: 6px;
}
.more-link.blog-btn:hover i {
	padding-left: 15px;
}
/* 13. Gallery */
.single-gallery-item {
  position: relative;
}
.gallery-info {
	bottom: 14px;
	left: 26px;
	position: absolute;
}
.gallary-video {
  bottom: 18px;
  position: absolute;
  right: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.gallary-video a.video-play.video-btn i {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px;
	font-size: 10px;
}
.single-gallery-item:hover .gallary-video {
  opacity: 1;
  visibility: visible;
}
/* 14. Footer */
.footer-area {
	background: #eeeeee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  position: relative;
  margin: 40px 0 0 0;
}
.footer-widget span {
  color: #aaa;
  font-style: italic;
  font-size: 0.8em;
  float: right;
  margin: 5px 15px 0 0;
}

.footer-widget img {
  display: block;
  margin: 10px 0 20px 0;
}
.footer-widget ul.footer-social-icon li {
  display: inline-block;
  margin-right: 20px;
  padding-top: 27px;
}
.footer-widget ul.footer-social-icon li i {
	color: #898989;
	transition: 0.5s;
}
.footer-widget ul.footer-social-icon li:hover i {
	color: #e92f9c;
}
.footer-widget ul.footer-link li {
  padding-bottom: 3px;
}
.footer-widget ul.footer-link li a {
	color: #5d6c83;
	font-size: 14px;
	transition: 0.5s;
}
.footer-widget ul.footer-link li:hover a {
	color: #e92f9c;
}
.copyright-area {
  padding-bottom: 52px;
}
.copyright-area p.copyright {
	font-size: 14px;
	line-height: 1.3rem;
}

.copyright-area a {
	color: #5d6c83;
}

/*For Homepage style 02*/
.single-slider.home-2 {
  z-index: 9;
}
.slider-thumb {
  position: relative;
}
.inner-thumb {
	margin-bottom: 40px;
}
.slider-thumb .slider-btn-info {
	position: absolute;
	bottom: 40px;
	padding: 15px 30px;
	left: 0;
	right: 0;
}
.slider-thumb.slick-current::before {
	border: 10px solid #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px;
	content: "";
  position: absolute;
  transition: .3s
}
.slider-thumb.slick-current .inner-thumb  {
  box-shadow: 0px 4px 34.2px 1.8px rgba(0, 0, 0, 0.18);

}
.slider-btn-info > a {
	float: right;
	border: 1px solid #fff;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	font-size: 10px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.slider-thumb:hover .slider-btn-info > a,.slider-thumb.slick-current .inner-thumb .slider-btn-info > a {opacity: 1;visibility: visible}




header.header-area.home-2 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
}
header.header-area.home-2 .basic-menu ul li a {
  color: #fff;
}
header.header-area.home-2 .basic-menu ul li ul li a {
  background:#fff;
  color: #444
}
header.header-area.home-2 .basic-menu ul li ul li:hover > a{color:#00b5d4 }

.section-title p {
  color: #5d6c83;
  font-size: 16px;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 45px;
}
.video-box {
  padding: 0 50px;
}
.about-history-content {
  position: relative;
  margin-bottom: -318px;
  z-index: 9;
  border: 23px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-history-area .section-title span {
  color: #00b5d4;
}
.about-history-area .section-title p {
  line-height: 27px;
}
.about-history-content > img {
  width: 100%;
}
.video-play.home-2 i{
  color: #00b5d4;
  border-radius: 50%;
  display: block;
  height: 68px;
  left: 50%;
  line-height: 68px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
}



/* pasignation area */
.pagination-area ul {
  float: right;
}
.pagination-area ul li {
  display: inline-block;
  width:30px;
  text-align: center;
}
.pagination-area ul li .current {
  background:#250060;
  color: #fff;
  display: block;
}

/* 19. Package */
.package-search {
  float: left;
}
.package-search form{}
.package-search form input {
	border: 0;
}
.package-search form button {
	border: 0;
	background: no-repeat;
}
.p-search {
  color: #b5bbc3;
  font-size: 16px;
}
.package-tab {
	margin-left: 40px;
}
.package-tab li {
	margin-left: 15px;
}
.package-tab li a{font-size: 16px;padding: 0;color:#b5bbc3}
.package-tab .nav-link.active{color: #5d6c83}
.package-search i {
  color: #b5bbc3;
  padding-left: 7px;
}
.package-search-result {
	text-align: right;
}
.package-top-bar {
	padding-bottom: 25px;
}
.package-search-result p {
  color: #b5bbc3;
  font-size: 16px;
}
.advertise-area {
  margin-bottom: 44px;
}
.advertise-area img {
  width: 100%;
}
.widget-single-content {
  margin-bottom: 28px;
}
.widget-thumb {
  float: left;
  	padding-right: 25px;
	padding-top: 5px;
}
.widget-title {
  margin-bottom: 35px;
  position: relative;
}
.widget-title::before {
  background: #e5e5e5;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.widget-content > p {
  color: #5d6c83;
  padding-top: 2px;
}
.package-img.p-list {
  float: left;
  padding-right: 48px;
}
.single-package.p-list {
  background: #fff;
  overflow: hidden;
  padding: 8px;
}
.pack-content {
  overflow: hidden;
  padding-right: 35px;
  padding: 30px 0;
}
.pack-content .p-cost {
  color: #00b5d4;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 6px;
}
.pack-content > p {
  font-size: 16px;
  padding-bottom: 28px;
  padding-top: 15px;
}
.pack-content .more-link.p-list {
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 400;
}
.pack-content .more-link.p-list:hover {
  color: #00b5d4;
}
.package-style .single-package.p-list{padding: 0;}
/*Blog Page*/
.single-blog-thumb {
  margin-bottom: -48px;
}
.single-blog-thumb > img {
  width: 100%;
}
.single-blog-info {
  padding: 48px 48px 56px;
}
.single-blog-info span {
  background: #00b5d4;
  color: #fff;
  padding: 2px 9px;
}
.blog-meta {
  margin-top: 37px;
  overflow: hidden;
}
.meta-icon {
  float: left;
}
.meta-icon a {
  color: #a9b0bb;
  padding-right: 13px;
}
.post-date {
  float: right;
}
.post-date a {
  color: #a9b0bb;
}
.post-date a i {
  padding-right: 12px;
}
.add-more-post.text-center > a {
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  padding: 0 58px;
  background: #00b5d4;
  display: inline-block;
  text-transform: uppercase;
}
/*Single blog page*/

.blog-post-meta li {
  float: left;
}
.blog-post-meta li.post-time {
  color: #b0b6c0;
  font-size: 16px;
}
.blog-post-meta li.post-time i {
  padding-right: 11px;
}
.blog-post-meta li.post-share i {
  color: #b0b6c0;
  padding-left: 57px;
}
.blog-post-meta li.post-love {
  color: #b0b6c0;
  padding-left: 16px;
}
.blog-post-meta li.post-love i {
  padding-right: 5px;
}
.blog-post-meta li.comment-count {
  color: #b0b6c0;
  padding-left: 16px;
}
.blog-post-meta li.comment-count a {
  color: #b0b6c0;
}
.blog-post-meta li.comment-count i {
  color: #b0b6c0;
  padding-right: 5px;
}
.blog-content p {
  font-size: 1rem;
  line-height: 30px;
  padding: 0 5rem;
}
.blog-content a {
  border-bottom: 2px solid #00b5d4;
  font-weight: 700;
  padding: 0 0 4px 0;
}

.blog-post-item {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 60px;
  padding-bottom: 50px;
}
.blog-post-item:first-child {
  margin-top: 0;
}
.blog-post-item:last-child {
  border-bottom: none;
}
/*Blog page widget*/
.blog-sidebar {
  padding-left: 42px;
}

#searchform {
  position: relative;
}

#searchform label {
  display: none;
}

input, .search-box, #searchform input, #mce-EMAIL {
	color: #5d6c83;
	height: 42px;
	width: 100%;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
  	text-transform: uppercase;
}
.widget-body form {
	position: relative;
}
button.search-btn, #searchform button, input#mc-embedded-subscribe {
	color: #ccc;
	height: 42px;
	width: 58px;
	cursor: pointer;
	margin-left: -4px;
	background: #eee;
	border: 1px solid #eee;
	position: absolute;
	right: 0;
}
.widget {
  margin-bottom: 40px;
}
.widget .widget-title h3{
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0;
}
.widget-body ul.widget-cat li {
  margin-bottom: 8px;
}
.widget-body ul.widget-cat li a {
  color: #5d6c83;
  transition: 0.5s;
}
.widget-body ul.widget-cat li a i {
  padding-right: 3px;
}
.widget-body ul.widget-cat li:hover a {
  color: #00b5d4;
}
.widget-body ul.widget-tag > li {
  float: left;
  margin-bottom: 18px;
  margin-right: 18px;
}
.widget-body ul.widget-tag > li > a {
  color: #5d6c83;
  display: block;
  line-height: 31px;
  padding: 0 17px;
  border: 1px solid #e5e5e5;
  transition: 0.5s;
}
.widget-body ul.widget-tag > li:hover a {
  color: #fff;
  background: #00b5d4;
  border: 1px solid #00b5d4;
}

.book-now-title {
	background: #00b5d4;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 400;
}
.sidebar-booking {
	background: #f6f6f6;
}
.sidebar-booking .form-action {
  background: none;
  padding: 30px 50px;
}
.sidebar-booking .form-action ul.select-bar li.location {
	display: block;
	margin-bottom: 30px;
	clear: both;
}
.sidebar-booking .filter-part .range-input input {
	background: no-repeat;
}
.sidebar-booking .range-input {
	margin-left: 0;
	margin-top: 15px;
}
.sidebar-booking .filter-part {
	padding-bottom: 0;
	padding-top: 15px;
}
.sidebar-booking .filter-button {
	float: none;
}
.sidebar-booking .filter-button button {
	width: 100%;
}


.blog-single-img  img {
  width: 100%;
}
.blog-post-thumb img {
	width: 100%;
}
.blog-details-info p {
  font-size: 16px;
}
blockquote {
  color: #1b1b1b;
  font-size: 16px;
  margin: 15px 0;
  padding: 0 77px;
  border-left: 2px solid #00b5d4;
}
blockquote i {
  color: #00b5d4;
}
.share-link li {
  display: inline-block;
}
.share-link {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-bottom: 100px;
}
.share-link li a {
  color: #a9b0bb;
  padding: 0 10px;
  display: block;
}
.comment-content {
  overflow: hidden;
  padding-left: 22px;
  padding-right: 555px;
}
.comment-time {
  color: #5d6c83;
  font-size: 14px;
  padding-bottom: 20px;
}
.comment-content > p {
  font-size: 16px;
}
a.reply {
  color: #00b5d4;
  display: block;
  margin-top: 18px;
}
.comment-child {
  margin-left: 92px;
}
.comment-list li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  padding-top: 58px;
}
.comment-list li:last-child {
  border-bottom: none;
}
.comment-field {
  width: 100%;
}
.comment-field {
  width: 100%;
  padding: 10px;
  color: #5d6c83;
  line-height: 23px;
  border: 1px solid #e5e5e5;
}
textarea.comment-field {
  height: 210px;
  margin-bottom: 35px;
}
.bomment-btn {
  color: #fff;
  border: 0 none;
  font-size: 20px;
  font-weight: 400;
  line-height: 52px;
  padding: 0 48px;
  cursor: pointer;
  background: #00b5d4;
  text-transform: uppercase;
}


/* 20. Contact */
#contact-map{height:800px;width:100%}
.contact-info {
	margin-bottom: 60px;
}
.single-contact-field input {
  color: #5d6c83;
  border: 1px solid #e5e5e5;
  line-height: 44px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
}
.single-contact-field textarea {
  border: 1px solid #e5e5e5;
  height: 200px;
  padding: 14px 30px;
  width: 100%;
}
.submit-btn {
  background: #00b5d4;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 48px;
  padding: 0 30px;
}

/* Custom */

h1, h2, h3, h4, h5, h6 { font-family:"PT Serif", serif; font-weight:700; sans-serif; color: #29304a; margin: 0px; padding:10px 0 30px; }

.alignright { float: right; margin: 0 0 0 25px; }
.alignleft { float: left; margin: 0 25px 0 0; }
.aligncenter { display: block; margin: 10px auto; }
.alignnone { margin: 25px 0; }

.single-package h2 { font-size:24px; padding: 25px 0 20px; }
.single-package h2 a { color: #313131; }
.single-package h3 { font-size:16px; }
.single-package ul li { line-height: 30px; }

.widget-content { padding: 0 0 30px 105px; min-height:130px; }
.widget-content a { color: #29304a; font-size: 16px; font-family:"PT Serif", serif; font-weight:700; }
.widget-content p {  font-size: 13px; line-height: 20px; }
#category h1 { text-align: center; text-transform: uppercase; }

.blog-content h1 { font-size: 4rem; padding:10px 0 20px; }
.blog-content h2 { font-size: 2rem; }
.blog-content h3, .blog-content h4 { font-size: 1.6rem; }
.blog-content h4 { color: #888; }
.blog-content ul { margin: 0 0 20px 0; }
.blog-content ul li, #default-page ul li { list-style: disc; margin: 0 0 0 20px; line-height:30px; font-weight: 400; }
.blog-content ol li { margin: 10px 20px; line-height: 30px; list-style: decimal; font-weight: 400; }
.blog-content blockquote p { font-size:0.9rem; line-height:25px; font-style:italic; }
.blog-content #auteur { display:inline-block; font-size:0.8rem; }
.blog-content #auteur a { border:none; }


.wp-caption-text, figcaption { margin: 10px 0 5px 0 !important; text-align: center !important; font-size: 14px !important; }
.wp-caption.alignnone{ width:100% !important; }

.header-top .right-menu { margin: 0 20px; }
.header-top .right-menu a { font-size: 14px; border-bottom: 1px solid; color: inherit; }

.bookingaff { margin: auto; }

a.cta:hover { background: #00b5d4; color: #fff;}

.clear { clear:both; }

#experiences-posts .row div:first-child { width: 100%; }

.page p, .blog-content p, .page ol, .blog-content ol, .page ul, .blog-content ul { padding: 0 5rem; }

span.hall { position: absolute; bottom:-20px; left:50%; transform: translateX(-50%); border:2px solid #07c; padding:5px 20px; border-radius:8px; background:#fff }
span.hall a { color:#333; font-weight:500; }

.instagram-media { width:calc(50% - 2px) !important; margin:40px auto !important; }

.part-description p, .part-pricerange p { padding: 0; line-height: 25px; font-size: 1rem; }

#default-page h1 { text-align:center; }

div[data-gyg-widget="activities"] { margin: 40px 0 20px; }

.blog-post-thumb img { float:left; margin:10px 50px 25px 0; width:400px; box-shadow: 0 10px 25px #eee; border-radius:25px; }

.post-excerpt p { padding:0; font-size:20px; }


/* Share */
#share { float:left; width:100%; height:50px; margin:20px 0; }
#share ul li { float:left; list-style-type:none; width:50%; }
#share ul li a { background:#f0f0f0; display:block; padding:10px 40px; text-align:center; border-bottom:none; color: #5d6c83; }
#share ul li a#facebook-button { border-right:1px solid #ccc; }
#share ul li a#facebook-button:hover { background:#5271b5; color:#fff; }
#share ul li a#google-button { border-right:1px solid #ccc; }
#share ul li a#google-button:hover { background:#dd4a38; color:#fff; }
#share ul li a#twitter-button:hover { background:#49c8f0; color:#fff; }
/**/

/* Related */
#related { float:left; }
#related h3 { text-transform:uppercase; font-size:20px; border-top:1px solid #e5e5e5; text-align:center; padding:0; margin:30px 0 20px 0;}
#related h3 span { background:#fff; padding:0 20px; position:relative; bottom:15px; }
#related a img { width:100%; border-radius:8px; }
/**/

#post-ads { display: flex; margin: 20px 0; }
#post-ads .post-ads-child { width:50%; text-align: center; }

/* CookieNotice */
#cookie_law { position: fixed; bottom: 0; z-index: 99999; width:100%; background:#fff; box-shadow:0px 0px 1px #333; }
#cookie_law p { padding:20px 40px; font-size:0.8rem; line-height:1.8em; text-align:left; color:inherit; text-align:center; }
#cookie_law a { border-bottom:2px solid #333; color: }
#cookie_law .cookie_law_close { position:absolute; right:20px; top:20px; border:none; }
#cookie_law .cookie_law_close span.material-icons { font-size: 25px; font-weight: bold; }
/**/

/* Partners */
#banners, #partners { float:left; width:100%; text-align:center; margin:25px 0; }
#banners div, #partners div { float:left; }
#banners img, #partners img { display:block; margin:0 auto 10px; width:90%; }
a#cta-pertners { display:block; width:40%; text-align:center; margin:20px auto; }

#banners div { width: 33%; }
#partners div { width:25%; }
/**/

#breadcrumbs { font-size: 0.8em; font-weight: 400; margin: 0; }

.left { float: left; }
.right { float: right; }

.blog-post-item p a[target='_blank']::after, .blog-post-item ul li a[target='_blank']::after {
  font-family: 'Material Icons';
	content: "\e89e";
	margin: 0 0 0 5px;
  position: relative;
  top: 3px; }

figure a { border-bottom: none !important; }
figure a[target='_blank']::after { content: none !important; }

#search-page h2 { font-size: 1rem; }
#search-page h2 a { color: #29304a; }

.wp-block-image { margin: 2em 0 !important; }

.last-updated-date { font-size: 0.8em !important; color: #888; font-weight: 300; }

#cat-text { text-align:center; padding:0 40px 40px 40px; }
#cat-text p { font-size:14px; line-height:24px; }

/* TOC+ */
#ez-toc-container { float: right; border-radius: 25px !important; margin: 20px 0 25px 50px; width: 400px !important; padding: 20px 25px !important; border: 1px solid #ccc; box-shadow: 0 0px 8px rgba(0,0,0,.05) !important; }
#ez-toc-container .ez-toc-title { text-transform: uppercase; }
#ez-toc-container ul li a { border-bottom: none; }


#usa-posts h1, #england-posts h1, #europe-daytrip-ok-posts h1, #latest-posts h1 { font-size: 2rem; padding: 20px 0 0 0; }
#flagship h1 { padding:0 0 20px 0; }

.header-section { text-align: center; padding: 0 0 25px; }

#disclaimer { background:#e2f1f4; border-radius:5px; padding:15px; margin:0 0 20px; }
#disclaimer p { font-size:12px; line-height:20px; margin:0; font-style:italic; padding:0 0 0 35px; }
#disclaimer span.material-icons { float:left; color:#5d6c83; }

#note-redaction { margin:30px 0; }

.trends { position:absolute; top:-35px; left:-15px; font-size:4rem !important; color:#00b5d4; z-index:99; }

#front-author { font-size:0.8rem; }
#front-author a { text-decoration:underline; font-weight:400; }
#front-author .material-icons { font-size:1rem; position:relative; top:5px; }

.twitter-tweet { margin:20px auto !important; }


/* Affiliate Custom Block by ACF */
.part-item { width: 350px; margin: 20px auto; text-align: center; padding: 20px; border: 2px solid #00b5d4; }
.part-item img { width: 200px; margin: 0 0 20px 0; }
.part-item h4 { padding: 20px 0; }
.part-item .part-unk a { cursor: pointer; display: inline-block; padding: 5px 20px; width: 200px; border: none; background: #00b5d4; color: #fff; text-transform: uppercase; text-align: center; }
.part-item .part-unk a:hover { color:#e92f9c; }


.next-right { text-align: right; width: 100%; padding: 0 15px; }
.next-right a { text-transform: uppercase; font-weight: 400; }
.next-right a .material-icons { position: relative; top: 5px; }

/* Contact form 7 for leads */

.formlead { padding: 40px; background: #f6f6f6; border: 2px solid #00b5d4; }
.formlead .wp-block-contact-form-7-contact-form-selector label { font-weight: bold; color: inherit; font-size: 1rem; width: 100%; }
.formlead .wp-block-contact-form-7-contact-form-selector label  input, .wp-block-contact-form-7-contact-form-selector label  textarea { border: none; box-shadow: 0 0 10px #eee; padding: 5px 10px; width: 100%; }
.formlead input[type="checkbox"], .formlead input[type="radio"] { width: auto !important; }
.formlead .wpcf7-list-item { margin: 0 20px 0 0 !important; }
.formlead .wpcf7-list-item-label { font-weight: normal !important; }

/* Box auteur */

.author-box { display:flex; align-items:center; margin:40px 0; }
.author-box .author-avatar { margin-right:15px; width:100px; }
.author-box .author-avatar img { border-radius:100%; }
.author-box .author-info h3 { padding:0; font-size:1.1rem; }
.author-box .author-info p { font-size:0.8rem; line-height:20px; margin:0; padding:10px 0 0 0; }

/* Image itinerary on post */

.sticky-image-container { position: fixed; left: 50%; bottom: 3%; transform: translateX(-50%); z-index: 9999; opacity: 0; pointer-events: none; transition: opacity 0.5s ease, transform 0.5s ease; width: 350px; }
.sticky-image-container img { width: 100%; box-shadow: 5px 10px 15px #ccc; border-radius: 8px; }
.sticky-image-container.visible { opacity: 1; pointer-events: auto; }
.sticky-image-container.fadeout { opacity: 0; transform: scale(0.95); }

/* end style */