/*
Theme Name: seaking_templ

*/


* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
	outline: none;
	text-decoration: none;
	color: #2B2A29
}
.clear {
	clear: both;
	height: 0;
}

ul {
	list-style: none;
}
* {line-height: 170%}

html {

	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #000;
	background: #fff;
    font-family: 'Geometria-Light';

	font-size: 15px;
	line-height: 150%;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
position: relative;


}

i {
	font-family: 'Geometria-Italic';
}
strong, b {
	font-family: 'Geometria-Bold';
}
img {
pointer-events:none;
}

a, a:focus {
text-decoration: none;
color: #000
}





.w800 {
	width: 800px;
	margin: 0 auto;
}


.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1400 {
	width: 1400px;
	margin: 0 auto;
}
.w1600 {
	width: 1600px;
	margin: 0 auto;
}


.yellow {
  font-family: "Loved by the King", cursive;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 110%;
  font-family: "Loved by the King", cursive;
text-transform: uppercase;
	font-weight: normal!important;

}
h1 {
		font-size: 120px;

}
h2 {
	font-size: 70px;

}
h3 {
	font-size:45px;

}
h4 {
	font-size:35px;

}
h5 {
	font-size:30px;

}
h6 {
	font-size:25px;

}
.padding{
	padding: 150px 0
}
.paddingmini{
	padding: 80px 0
}

.toppadding {
	padding-top: 120px
}
.paddingbott {
	padding-bottom: 120px
}
.mobile {
	display: none
}
.flex {
	display: flex;
}
.betw {
	justify-content: space-between;
}
.cent {
	justify-content: center;
}
.acent {
	align-items: center;
}

.end {
	justify-content: flex-end;
}
.flex.betw > .half {
	width: 46%
}

.flex.betw > .threeq {
	width: 55%
}

.flex.betw > .oneq {
	width: 40%
}
.oker, .oker a  {
	color: #d09b40
}
.white {
	color: #fff;
}
.psubtitle {
	font-size: 35px;
	line-height: 120%
}

.sppage {
	padding-top: 120px
}

.menuu ul {
	display: flex;
}

.menuu ul li {
	padding: 5px 0px 10px 20px;
}

.menuu ul li a {
	  font-family: 'Geometria-Bold';
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
}
.menuu .primary-menu-container > ul > li.menu-item-has-children {
	position: relative;
}

.menuu .primary-menu-container > ul > li.menu-item-has-children:after {
content:"\43";
	font-family:ElegantIcons;
	color: #fff
}
.menuu .sub-menu {
	border-radius: 25px;
	padding: 10px 20px;
	background: #d09b40;
	position: absolute;
	top: 40px;
	left: 15px;
	z-index: 300;
	display: none
}

.menuu .sub-menu.open {
	display: block;
}
.menuu .sub-menu > li {
	padding: 5px 0 0 0
}
.menuu .sub-menu > li > a {
font-size: 14px;
white-space: nowrap;
}

.menuu .close {
	display: none;
}
.cont {
	padding: 25px 0px
}

.topstuff {
	position: relative;
	height: 100vh
}
.topstuff.istour, .topstuff.istour .gimg  {
	height: 85vh
}
.topstuff.ispage, .ispage .gimg {

	height: 75vh
}

.home .topstuff, .home .gimg {
	min-height: 900px
}
.gimg {
	height: 100vh
}
.gimg img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;

}
.topshadow {
	position: absolute;
	z-index: 110;
	background: #000;
background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
height:15%;
width: 100%;
top: 0;
left: 0;
}

.leftshadow {
	background: #000;
background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
position: absolute;
z-index: 110;
height: 100%;
width: 35%;
min-width: 550px;
top: 0;
left: 0;
}

.toptext{
	position: absolute;
	z-index: 130;
	top: 50%;
	left: 10%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);

}
.home .toptext {
	top: 40%
}
.topmenu {
	position: absolute;
	z-index: 180;
	top: 25px;
	right: 25px;
	left: 25px;

}
.topmenu.notfront {
	justify-content: space-between;
}
.topmenu.stick  {
	background: #000;
	right: 0;
	left: 0;
	padding: 8px 15px;
	top: 0;
	position: fixed;
	z-index: 6500
}

.topmenu.stick .logo {
	padding-bottom: 0;

}
.topmenu .logo a {
	display: block;
}
.topmenu.stick .logo  img {
	width: 80px;
	height: auto;
}
.toptext .logo {
	padding-bottom: 25px
}
.topmenu.isfront {
	justify-content: flex-end;
}
.topmenu.isfront.stick {
	justify-content: space-between;
}
.topmenu.isfront .logo {
	display: none;
}
.topmenu.isfront.stick .logo {
	display: block;
}
.subtitle {
	line-height: 90%;
  font-family: "Loved by the King", cursive;
text-transform: uppercase;
	font-weight: normal!important;
	font-size: 55px;
	text-shadow: 0 0 20px rgba(0,0,0,0.4);
	padding: 10px 0
}
.topstuff .title {
	text-shadow: 0 0 20px rgba(0,0,0,0.4)
}
.texthw {
	font-size:35px;
	line-height: 120%
}

.single-tour .topstuff .texthw {
	font-size: 40px

}
.white {
	color: #fff
}

.adv_gallery .aimg img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px
}
.adv_gallery .aimg {
	height: 650px
}
.adv {
	position: relative;
}
.adv .adv_text {
	position: absolute;
	z-index: 150;
	left: 50%;
	width: 600px;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	bottom: -50px;
	background: #fff;
	padding: 55px;
	border-radius: 40px
}
.adv .adv_text .texthw, .adv .adv_text .title {
	text-align: center;
}
.social_links a {
	padding: 0 8px;
	color: #d09b40;
	font-size: 25px;
}

.social span, .email a {
	    font-family: 'Geometria-Bold';
				color: #d09b40;
				text-transform: uppercase;
				font-size: 13px
}
.tel a {
	display: block;
	padding: 0 8px
}

.email {
	padding-left: 10px;
	padding-bottom: 10px
}
.box {
	height: 500px
}
.box.gold {
	background: #d09b40;
	padding: 50px;
	border-radius: 0 40px 40px 0;
	width: 25%;
min-width: 300px
}
.box.gold .title {
	color: #fff;
}
.box.first {
	width: 30%;

}
.box.second {
width: 40%;

}
.box.first img {
		border-radius: 40px
}
.box.second img {
	border-radius: 40px 0 0px 40px
}
.box.first img, .box.second img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
}
.feat {
	padding: 10px 35px
}
.feat span {
	font-family: 'Geometria-Bold';
	text-transform: uppercase;
	padding-left: 15px;
	display: block;
	max-width: 140px;
	line-height: 120%
}
.bottom_gallery {
	padding: 0 80px
}
.sinner {
	height: 600px;

}

.sinner > .img > img {
	border-radius: 200px
}
.bottom_gallery .img {
	height: 600px;
}
.imgtxt {
	height: 50%;
	padding: 50px;
	position: relative;
}
.imgtxt span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	line-height: 120%;
  font-family: "Loved by the King", cursive;
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;

}
.halfimg {
	height: 50%;
}
.halfimg img, .bottom_gallery .img img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
}

.sinner.posi1 .halfimg img, .sinner.posi2 .imgtxt{
	border-radius: 0 0px 200px 200px
}
.sinner.posi2 .halfimg img, .sinner.posi1 .imgtxt {
	border-radius: 200px 200px 0px 0
}

.imgtxt.stil1 {
	background: #d09b40;
	color:#fff
}

.imgtxt.stil2 {
	background: #000;
	color:#fff
}

.imgtxt.stil3 {
	background: #d0d0d0;
	color:#000
}

.videocont {
	position: relative;
	width: 100%;
	height: 600px;
text-align: center;
background: #fff;
overflow: hidden;
		border-radius: 200px;
		cursor: pointer;
}
.videocont video {
object-fit: cover;
-o-object-fit: cover;
		width: 100%;
		height: 100%;
	z-index: 1;

}

.cbotun {
	border-radius: 100%;
	padding: 18px 10px;
	background: #000;
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 600

}
.cbotun i {
	color: #fff;
	font-size: 25px;

}
.cbotun.pause {
	bottom:10px;
	top: auto;
	display: none
}
.cbotun span {
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	font-family: 'Geometria-Heavy';
	line-height: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	white-space: nowrap;
	background: #000;
	padding: 5px;
	border-radius: 30px;
	display: none
}
.videocont:hover .cbotun span {
	display: block;
}
.botts i {
	font-size: 30px;
	cursor: pointer;
}

.footer {
	background: #000;
	padding: 80px 0 30px 0;
	color: #fff;
	margin-top: 150px
}
.footer a {
	color: #d09b40;
	padding: 5px
}
.footer a i {
	font-size: 25px;

}

.footer .social {
	padding-bottom: 20px
}
.footer .copy {
	color: #d09b40;
	font-size: 13px;
	text-align: center;
	padding-top: 30px
}

.footer .email, .footer .email a, .footer .email span {
	padding:0
}
.fcont {
	font-size: 25px;
		color: #d09b40;
		text-transform: uppercase;
		padding: 5px 0;
		display: block;
}
.phone a {
	padding: 5px
}
.footer h5 {
	padding-bottom: 5px;
}
.tgallery .aimg {
	height: 500px;
	width: 100%
}
.tgallery .aimg img, .tgallery .thumb img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%
}
.tgallery .swiper-slide .thumb {
height: 100%;
	width: 100%
}

.tgallery .mySwipert  .swiper-slide {
	height: calc(50% - 40px);
}
.tgallery .swiper-grid-column > .swiper-wrapper {
	display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
		height: 500px
}

.tourmini {
	width: 250px;
	height: 200px;
position: relative;
	background: #000;
			border-radius: 40px 40px 0 0;

}
.tourmini .timg {
	height: 200px;
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0
}
.timg a {
	display: block;
	width: 100%;
	height: 100%

}
.tourmini .timg img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 40px 40px 15px 40px
}

.tourmini .theader {

	padding: 15px 30px 40px 30px;


}
 .readmore_small {
	background: #000;
	padding: 5px 15px;
	border-radius: 30px;
	position: absolute;
	bottom: -50px;
	right: 0
}
 .readmore_small a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
		font-family: 'Geometria-Bold';
		display: flex;
		align-items: center;
}
 .readmore_small a i {
	padding-left: 5px;
	font-size: 20px
}

.others_front {
	margin-top: -280px;
	position: relative;
	z-index: 150;
	margin-right: 15px;
	transition: margin-top 500ms
}
.others_front.stick {
	margin-top: -150px;
}
.others_front .tourmini {
	margin: 0 15px 70px 15px
}
.tourwr  {
	position: relative;
}

.tourwr  .quicklinks {
	position: absolute;
	top: -30px;
	z-index: 7500;

}
.tourwr  .quicklinks.in-view {
	position: fixed;
	top: 60px;
}
.tourwr  .quicklinks ul {
	display: flex;

}
.tourwr  .quicklinks ul li {
	margin-right: 10px;

}

.tourwr  .quicklinks ul li a {
	padding: 20px 30px;
	display: block;
	border-radius: 40px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Geometria-Bold';
	font-size: 10px;
}
.tourwr  .quicklinks ul li a.okerbck {
	background: #d09b40
}
.tourwr  .quicklinks ul li a span.mobilev {
	display: none;
}
.tourwr .price {
	padding: 30px 0;

}
.tourwr .price > div {
	width: 100%;
display: flex;
justify-content: flex-end;
}

.aboutwr {
	padding-top: 100px;
}
.pricelab, .flab {
	text-transform: uppercase;
font-size: 12px;
line-height: 100%;
	font-family: 'Geometria-Medium';
}

.priceam {
	font-size: 45px;
	font-family: 'Geometria-Heavy';
	line-height: 100%;
}

.fam  {
	font-family: 'Geometria-Heavy';
	line-height: 120%;
	font-size: 20px;
	padding-bottom: 10px
}

.featy i {
	font-size: 25px;
	padding-right: 20px;
}

.grey {
	flex-wrap: wrap;
	background: #DEDEDE;
	padding: 30px;
	border-radius: 40px;
}
.featy {
	padding: 35px 30px
}
.pro, .con {
	align-items: center;
	width: 23%;
flex-wrap: wrap;
}
.pro span, .con span {
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px;
		font-family: 'Geometria-Bold';
		line-height: 120%;
		width: calc(100% - 50px)
}
.pro i, .con i {
	background: #d09b40;
	color: #fff;
	padding: 8px;
	border-radius: 100%;
	font-size: 13px;
	padding-right: 10px;
}
.cons {
	margin-top: 35px;
}
.con i {
	transform: rotate(180deg);
	display: inline-block;
	background: #000
}
.routerow {
	padding: 15px 0 50px 0
}
.routerow .rruta {
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.routerow .rruta span {
	text-transform: uppercase;
	font-family: 'Geometria-Bold';
	font-size: 13px;
}

.routerow .rruta  i {
	color: #d09b40;
	padding-left: 10px
}

.tgallery img {
	border-radius: 40px;
}
.tgallery .thumb {
	cursor: pointer;
}
.checkin > div  {

	padding-top: 10px;
}

.add {
	padding-top: 50px
}

.faq {
	padding-top: 40px
}

.faq .odgovor {
	display: none;
	padding: 0 20px 20px 20px
}

.faq .pitanje {
	padding: 10px 20px;
	border-radius: 35px;
	background: #dedede;
	margin-bottom: 20px;
	align-items: flex-start;
	cursor: pointer;
		font-family: 'Geometria-Bold';
}
.faq .pitanje i {
	font-size: 20px;
	display: block;
}
.faq .pitanje.open i {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.others .box {
	height: auto;
	padding: 100px 50px;
}

.others .tourmini {
	margin: -40px 25px 70px 25px;
}

.grey #form input, .grey #form select, .grey #form textarea, .book input, .book select, .book textarea{
	background: #fff;
	padding: 10px;
	border-radius: 30px;
		font-family: 'Geometria-Medium';
		border: none;
		width: 100%

}

 .acf-form input[type="text"], .acf-form textarea {
	 background:#d0d0d0;
 	padding: 10px!important;
 	border-radius: 20px;
 		font-family: 'Geometria-Medium';
 		border:none;
 		width: 100%;
		outline: none
 }
.fulhalf {
	width: 50%;
}
.rounded {
	border-radius: 40px;
}

.form_row {
	width: 45%;
	display: inline-block;
	padding: 10px 0
}
.form_rowfull {
	width: 100%;
	padding: 10px 0
}
#form label {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Geometria-Medium';
}
#form .error {
	font-size: 10px;
	color: #c21f0f;
			font-family: 'Geometria-Medium';
			text-transform: uppercase;
			display: none
}

 input[type="submit"], button {
	background: #d09b40!important;
	color: #fff;
	padding: 8px!important;
	border-radius: 30px;
	font-size: 13px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Geometria-Bold'!important;
	cursor: pointer;
	border:none;
	padding: 15px
}

button.mpa-time-period-selected {
	background: #000!important;
}
.cropimg img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 40px
}

.tourmaxi .timg{
	height: 250px;
}

.tourmaxi .timg img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 35px 35px 0 0
}

.tourmaxi .tcont {
	padding: 25px 25px 60px 25px;
	background: #000;
	border-radius: 0 0 35px 35px;
	position: relative;
}
.tourmaxi .readmore_small {
	bottom: 10px;
	right: auto;
	left: 10px;
}

.tourmaxi .price {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
}

.tourmaxi .price .priceam {
	font-size: 28px;
}
.ftours {
	padding: 80px;
	background: #dedede
}
.box.third {
	width: 25%
}
.box.tthird {
	width: 65%
}

.tcont i {
	color: #d09b40
}

.tcont .icon_like_alt {
	padding-left: 8px;
	color: #fff;
}
.tcont .icon_like_alt.oker {
	color: #d09b40
}
.links .readmore {
	margin: 5px 15px;
}
.readmore {
	background: #d09b40;

	border-radius: 40px;
}
.readmore a {
	color: #fff;
	padding: 20px 35px;
	display: block;
	text-transform: uppercase;
	font-family: 'Geometria-Bold';
	font-size: 12px;
}

.tsadr {
	padding: 10px 0
}

.tsadr .fdata:nth-child(2) {
	padding-left: 20px
}
.tsadr span {
	color: #fff;
	padding-left: 10px;
}
.contform h3  {
	padding-bottom: 30px
}

.tags {
	display: flex;
	justify-content: flex-end;
}
.tags .tag {
	margin: 5px;
	background: #d09b40;
	padding: 10px;
	border-radius: 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Geometria-Bold';
}

.addrevform form{
	display:none
}

.tname .sub {
	display: block;
}

.tname .name {
	font-weight: bold;
	padding-top: 5px;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

#message.updated {
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
}
.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .mpa-cart-item, .appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .mpa-cart-item,.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-header, .appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-header {
	border: none!important
}

.flatpickr-calendar {background: none!important;
border: none;
box-shadow: none!important
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background:#d09b40 !important;
	border: none!important;
}

.book .appointment-form-shortcode {
	padding-top: 30px
}
