/*
Theme Name: Sealwatching
Theme URI: Sealwatching
Author: Designfolk
Author URI: https://www.designfolk.co.uk/
Description: Website Design for Sealwatching
Version: 1.0-wpcom
Text Domain: sealwatching
*/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	margin-bottom:0;
  scroll-behavior: smooth;
}

/* remember to define focus styles! */
:focus { 
outline: 0; 
}



/* --------------- remove apple's default styling --------------- */
	input[type="text"]{
		border-radius:0;
		padding:1px 0 1px 2px;
		-webkit-appearance: none;
	}
	
	input[type="button"],textarea{
		border-radius:0;
		-webkit-appearance: none;
	}
	
/* --------------- common input style --------------- */	
	input[type="text"],
	input[type="email"],
	input[type="password"],
	select,textarea{	
		border:0;
		margin:0;
    	font-family: 'Open Sans', sans-serif;
	}	
	
	::-webkit-input-placeholder {
		color:#565656;
	}
	:-moz-placeholder {
		color:#565656;
	}
	::-moz-placeholder {
		color:#565656;
	}
	:-ms-input-placeholder {  
		color:#565656;
	}
	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Fjalla One', sans-serif;
  	font-weight:normal;
    margin-bottom: 20px;
}
h3{
  font-size:34px;}

p{
	font-size:17px;
	line-height:22px;
	color:#565656;
  margin-bottom: 20px;
}
a{
	text-decoration:none;
	color:inherit;
}
li{
	list-style-type:none;
}
hr{
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:1px solid #565656;
  margin-bottom:20px;
}
body{
	margin:0 auto;
	color:#565656;
  	font-family: 'Open Sans', sans-serif;
  
}

/* --------------- common class --------------- */
#main-wrapper{
	margin:0 auto;
  	overflow:hidden;
}
#header-wrapper{
	margin:0 auto;
	position: relative;
	z-index:100;
	background-color:#fff;
  	-webkit-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.75);
}
#content-wrapper{
	margin:0 auto;	
	position:relative;
}
#footer-wrapper{
	background-color:#636363;
  	border-top: 10px solid #efac55;
	clear:both;
	overflow:hidden;
	color:#fff;
	padding: 47px 0 30px 0;
}
.page-width{
	width:1180px;
	margin:0 auto;
	position:relative;
}
.common-button{
	text-transform:uppercase;
    font-size:32px;
    padding:0 40px 0 40px;
    line-height:90px;
    color:#fff;
    background-color:#1dabe3;
    text-align: center;
    margin: 0 auto 0 auto;
    display: inline-block;
    cursor: pointer;
    border:0;
    clear:both;
   	font-family: 'Fjalla One', sans-serif;
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    -khtml-border-radius:15px;
  	letter-spacing: -0.5px;
 	-webkit-box-shadow:0px 3px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 3px 5px -1px rgba(0,0,0,0.75);
	box-shadow:0px 3px 5px -1px rgba(0,0,0,0.75);
}
.common-button::after {
  content: "";
  background-image:url(inc_files/images/arrow-icon.png);
  display:inline-block;
   margin-left: 19px;
  	vertical-align: middle;
  width:15px;
    height:32px;
}
.common-button:hover{
    background-color:#1a83ad;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

#text-section1 .common-button,
#text-section2 .common-button{
	position: absolute;
    width: 360px;
    top: -48px;
    left: 50%;
    margin-left: -180px;
    height: 88px;
    padding: 0;
  z-index:99999999999999;
}
.trips-blocks .common-button{
	height:72px;
  line-height:72px;
  font-size:26px;
}



.prices-section,
#prices-section{
	clear:both;
    /*border-top:10px solid #efac55;*/
    background-color:#eaeaea;
    position:relative;
    padding: 60px 0 81px 0;
}
#left-image-large{
	position: absolute;
    top: -39px;
    left: 156px;
}
#left-image-small{
	position: absolute;
    left: 451px;
    top: 59px;
}
.prices-section h2{
	text-align: center;
    color: #1dabe3;
    font-size: 60px;
    text-transform: uppercase;
  	margin-bottom:48px;
}
.prices-section h2 img{
	display: inline-block;
    vertical-align: middle;
}
.prices-section .row{
	width:1060px;
  	margin:0 auto;
  	overflow: hidden;
}
.price-list.left{
	width: 48%;
    float: left;
}
.price-list.right{
	width: 48%;
    float:right;
}
.prices-section h3{
	font-size: 38px;
    margin-bottom: 39px;
  	text-transform: uppercase;
}
.prices-section p{
	font-weight:700;
  	margin-bottom:37px;
}
.prices-section p span{
	font-weight:300;
}
.divTable {
    margin-bottom:38px;
}
.divTableCell, .divTableHead {
    border-bottom: 2px solid #eaeaea;
    border-right:4px solid #eaeaea;
}
.divTableRow.headeings .divTableCell{
	background-color: transparent;
    border:0;
    color:#1dabe3;
    font-weight:700;
    text-transform: capitalize;
  	padding-bottom: 18px;
}
.divTableCell.bold-text{
	font-weight:700;
}
.divTableRow.row-filld .divTableCell, .divTableHead{
	background-color:#e7e7e7;
}


/* ---------------------------- header section ---------------------------- */

#header-top{
	background-color:#9d9d9c;
	color:#fff;
  	position:relative;
}
#header-top h3{
	font-size: 47px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    text-align: right;
    margin-right: 77px;
    font-style: italic;
    letter-spacing: -1px;
  	display: inline-block;
    vertical-align: middle;
}
#header-tag{
	text-align:right;
  	padding-bottom: 10px;
}
#header-tag img{
	display: inline-block;
    vertical-align: middle;
}
#header-bottom{
  	height:60px;
}
#main-logo{
	position: absolute;
    top: 0;
    left: 24px;
    padding: 35px 24px 19px 16px;
    display: block;
    background-color: #fff;
    -moz-border-radius:  0 0 12px 12px;
    -webkit-border-radius:  0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    -khtml-border-radius: 0 0 12px 12px;
}
#main-logo img{
	display:block;
  	height:auto;
}
#left-img{
	position: absolute;
    top: 23px;
    left: -97px;
  	z-index: 1;
}
#right-img{
	position: absolute;
    top: 35px;
    right: -49px;
}
#bottom-img{
	position: absolute;
    top: 43px;
    right: 250px;
}

/* --------------- main menu section --------------- */
.menu-holder{
	clear:both;
	background-image:url(inc_files/images/menu-bg.jpg);
	height:55px;
}
#menu-button{	
	display:none;
	width:34px;
	height:34px;
}
#main-menu {	
	text-align:right;
}
#main-menu li{	
	display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}
#main-menu li a{
	font-size:23px;
	line-height:60px;
    display: inline-block;
	margin: 0 18px;
    letter-spacing: 0.5px;
  	font-family: 'Fjalla One', sans-serif;
}
#main-menu li a span{
	display:block;
	font-size:10px;
	color:#a5a5a5;
}
#main-menu li:hover a{
	color:#1dabe3;
}

/* ---------------------------- content section ---------------------------- */

/* --------------- responsive banner --------------- */
#banner-wrapper{
	height:553px;
	position:relative;
}
#home-slider li{
  	height:553px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
#banner-text{
	background-image:url(inc_files/images/banner-text-bg.png);
	height:350px;
	width:349px;
	position:absolute;
	top: 130px;
    z-index: 999;
  	overflow: hidden;
}
#banner-text .row{
	padding-top:60px;
  	 -ms-transform: rotate(3deg); /* IE 9 */
  	-webkit-transform: rotate(3deg); /* Safari 3-8 */
  	transform: rotate(3deg);
}
#banner-text p{
	font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 32px;
  	color:#fff;
  	text-align: center;
}
#banner-text p span{
	color:#f8ae4c;
}


#text-section1{
	/*-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);*/
}
#text-section1 .text-section-row{
	overflow:hidden;
}
#text-section1,
#text-section2{
	border-top: 10px solid #efac55;
  	position: relative;
}
#text-section1 .text-area{
	width:50%;
	float:left;  	
    padding-right: 35px;  	
}
#text-section1 .text-area .row,
#text-section2 .text-area .row{
	padding-top: 60px;
  	padding-bottom: 51px;
  	position:relative;
}
#text-section2 .text-area{
	width:50%;
	float:right;
  	padding-left: 54px;
}
#text-section1 .text-area p,
#text-section2 .text-area p{
	font-size: 27px;
    margin-bottom: 32px;
	font-family: 'Fjalla One', sans-serif;
    line-height: 32px;
    border-left: 1px solid #d4d4d4;
    padding-left:13px;
  	letter-spacing: -0.6px;
}
#text-section1 .text-area p span,
#text-section2 .text-area p span{
	color:#f39200;
}
#text-section1 .image-block,
#text-section2 .image-block{
	width:50%;
  	height:500px;
	float:right;
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
  	overflow: hidden;
}
#text-section1 .image-block{
  	float:right;
}
#text-section2 .image-block{
  	float:left;
}
#right-image-large{
	position: absolute;
    top: -127px;
    right: -21px;
}
#right-image-small{
	position: absolute;
    top: -28px;
    left: 156px;
}


#page-title{
    color: #bebebe;
    text-align: center;
    margin-bottom: 50px;
    padding-top:96px;
    position: relative;
    z-index: 2;
}
#page-title h1{
	display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    color: #1dabe3;
    text-transform: uppercase;
    letter-spacing: -1.5px;
}
#page-title img{
	display: inline-block;
    vertical-align: middle;
}
#about-us-blocks{
	overflow:hidden;
  	padding-bottom: 58px;
   -webkit-box-shadow:0px 14px 10px -12px rgb(82, 79, 79);
    -moz-box-shadow:0px 14px 10px -12px rgb(82, 79, 79);
    box-shadow: 0px 14px 10px -12px rgb(82, 79, 79);
  
}

.contact-details{
	border-bottom:1px solid #efac55;
  	padding-bottom: 27px;
  	margin-bottom: 35px;
}
.contact-details p{
	font-family: 'Fjalla One', sans-serif;
    font-size: 40px;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.contact-details span{
	color: #f39200;
    margin-right: 18px;
}
.contact-details a{
	margin-right: 46px;
}
.contact-text-area h3{
	font-size:34px;
  	margin-bottom: 19px;
}
.contact-text-area p{
	margin-bottom: 27px;
}
.contact-text-area ul li{
	background-image:url(inc_files/images/list-icon.png);
	background-position: left top;
    background-repeat: no-repeat;
  	padding-left:30px;
  	margin-bottom: 22px;
}
#questions-link{
	text-align: center;
  	margin-bottom: 38px;
}
#questions-link h2{
	font-size:30px;
    color:#1dabe3;
    text-align:center;
    margin-bottom: 42px;
}
#questions-link h6{
	font-family: 'Open Sans', sans-serif;
    display: inline-block;
  	border-bottom: 1px solid #efac55;
  	padding-bottom: 10px;
}
#questions-link a{
	color:#f39200;
  	font-weight:700;
}

/* --------------- booking page ------------ */
html .planyo{
  overflow:hidden!important;
}
/* --------------- map block --------------- */
#map-block iframe{
	width:100%;
	display:block;
	height:586px;
}

#image-gallery img{
	width: 32%;
    float: left;
    margin-right: 2%;
  	margin-bottom: 24px;
}

.grid .element-item{
 	width: 31%;
    float: left;
    margin-right: 2%;
  	margin-bottom: 24px;
}
.grid .element-item.last-child{
	margin-right:0;
}
.grid .element-item img{
	width:100%;
  	height:auto;
  	display:block;
}
/* --------------- footer wrapper --------------- */
#footer-wrapper p a{
	color:#fff;
}
#footer-wrapper p{
	font-size:15px;
  	text-align:center;
  	color: #fff;
}
#footer-wrapper p label{
  	color:#c8c8c8;
  	display:inline-block;
}

#footer-wrapper .row{
	text-align: center;
    margin-bottom: 31px;
}
#footer-wrapper .row p{
	line-height: 19px;
}
#footer-wrapper .row h6{
	font-size: 15px;
    text-align: center;
    color: #1dabe3;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 18px;
}
#footer-wrapper .page-width ul{
	text-align: center;
    margin-bottom: 18px;
}
#footer-wrapper ul li{
	display: inline-block;
    margin: 0 13px;
}
#footer-wrapper ul li a{
	color: #f8ae4b;
}
.social-icon-wrapper{
		text-align:center;
  margin-bottom: 20px;
}	
.social-icon-wrapper a{
		margin:0 6px;
}





.trips-blocks{
	margin-bottom: 56px;
    clear: both;
    border-bottom: 1px solid #f8ae4b;
    overflow: hidden;
    padding-bottom: 64px;
}
.trips-blocks.last-child{
 	border-bottom:0;
}
.trips-blocks .row{
	width:55%;
  	float:left;
  	text-align: center;
}
.trips-blocks .row h3{
	font-size:36px;
  	margin-bottom:20px;
}
.trips-blocks .row p{
  	margin-bottom:20px;
}
.trips-blocks .row p a{
	color:#1dabe3;
}
.trips-blocks img{
	float:right;
  	max-width:400px;
  	height:auto;
  	display:block;
}

#inner-content-wrapper{
    margin: 0 auto;
	padding-bottom:80px;
  	position: relative;
  	overflow: hidden;
  	width: 1060px;
}
#inner-banner-wrapper{
	height: 176px;
    width: 100%;
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
  	margin-bottom:83px;
  	position: relative;
}
.inner-banner-deco{
	position: absolute;
    bottom: 0;
    left: 0;
    height: 112px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#voucher-block-left{
	width: 49%;
    float: left;
  	text-align: right;
}
#voucher-block-right{
	width: 49%;
    float:right;
  	text-align: center;
}
#voucher-block-left h3,
#voucher-block-right h3{
	font-size: 40px;
    border-bottom: 1px solid #efac55;
    letter-spacing: -1.5px;
    padding-bottom: 15px;
    margin-bottom: 23px;
}
#voucher-block-left p{
	margin-bottom: 22px;
}
#voucher-block-right label{
	display:block;
  text-align:center;
  	margin-bottom: 15px;
}
#voucher-block-left .row{
	float:left;
  	width:34%;
}
#voucher-block-left img{
	float:right;
  	margin-bottom: 39px;
}
#voucher-block-right p{
	margin-bottom: 45px;
}
#voucher-block-right input[type="text"]{
	display: block;
    margin: 0 auto;
    width: 246px;
    height: 53px;
    background-color: #f5f5f5;
  	padding: 0 10px;
  	margin-bottom: 33px;
  	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(179,175,179,1);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(179,175,179,1);
	box-shadow: inset 0px 1px 4px 0px rgba(179,175,179,1);
}

.payment-image{
	text-align:center;
}
.payment-image span{
	display:inline-block;
  	vertical-align: middle;
}

/* --------- banner video ------*/
.embed-container { 
     position: relative; 
     padding-bottom: 56.25%;
     overflow: hidden;
     max-width: 100%;
     height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}

@media screen and (min-width:0px) and (max-width:1190px){
	.page-width {
		width:auto;
		padding-left:15px;
		padding-right:15px;
	}
  #header-bottom .page-width{
  	padding-left:0;
		padding-right:0;
  }
    .prices-section .row {
     	width:auto;
		padding-left:15px;
		padding-right:15px;
    }
  	#inner-content-wrapper {
      	width:auto;
		padding-left:15px;
		padding-right:15px;
  	}
  }
@media screen and (min-width:0px) and (max-width:1024px){
	
  #left-img,
  #right-img,
  #bottom-img,
  #left-image-large,
  #left-image-small{
      display:none;
  }
  #text-section1 .text-area p, 
  #text-section2 .text-area p{
  	font-size: 20px;
    line-height: 28px;
  }
  #voucher-block-left .row {
      float: none;
      width: auto;
	}
  #header-top h3 {
    font-size: 27px;
   /* margin-right: 17px;*/
  }
  #text-section1 .common-button, 
  #text-section2 .common-button {    
    width: 300px;    
    margin-left: -150px;
    height: 70px;
}
  .common-button{
  	line-height: 70px;
    font-size: 26px;
  }
   #main-logo img {
	width: 200px;
  }
  
}
@media screen and (min-width:0px) and (max-width:768px){
  #text-section1 .text-area {
    width: auto;
    float: none;
    padding-right: 15px;
    height:auto!important;
    padding-left: 15px;
}
  #text-section2 .text-area {
    width: auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}
  #text-section1 .image-block, 
  #text-section2 .image-block{
    width:100%;
  	float:none;
    height:300px!important;
    
  }
  .price-list.left {
    width: auto;
    float: none;
    margin-bottom: 30px;
}
  .price-list.right {
    width: auto;
    float: none;
}
  #voucher-block-left {
    width: auto;
    float: none;
    margin-bottom:30px;
  }
  #voucher-block-left img{
  	float:none;
  }
  #voucher-block-right{
  	 width: auto;
    float: none;
  }
  .trips-blocks{
   margin-bottom: 30px;
  }
  .trips-blocks .row {
    width: auto;
    float: none;
    margin-bottom: 20px;
}
  .trips-blocks img {
    float: none;
    max-width: 100%;
    width: 100%;
}
  .contact-details p{
  	    font-size: 22px;
  }
  #page-title h1 {
    font-size: 42px;
  }
  
  
 
#text-section1 .text-area .row,
  #text-section2 .text-area .row{
  margin-top:0;
  }

}

@media screen and (min-width:0px) and (max-width:767px){
  #header-tag {
    text-align: center;
    margin-top: 96px;
}
   #main-logo {
    left: 50%;
    margin-left: -84px;
    padding: 35px 24px 19px 24px;
}
   #main-logo img {
	width: 120px;
  }
 
 
}
@media screen and (min-width:0px) and (max-width:500px){
  
  #header-top h3 {
    font-size: 20px;
  }
}


@media screen and (min-width:0px) and (max-width:1024px){
 
	/* ------------ menu section ------------ */
		
	.menu-holder{
		float:none;
		margin-left:0;
		padding-top:0;
      	text-align:right;
	}
	#menu-button{
		display:inline-block;
		margin:0;
		font-size:33px;
		height:50px;
		color: #19ade4;
		line-height:55px;
		text-align:right;
		z-index:9999;
      	padding-right:15px;
	}	
	
	#menu-wrapper{
		display:none;
		height:auto;	
		border:0;
		width:100%;
		padding:0;
		z-index: 999;
      	background-color: #fff;
	}
	#main-menu{
		height:auto;
	}	
	#main-menu li{
		float:none;		
		position:relative;
		width:100%;
		height:auto;
		margin:0;
		display:block;	
	}
	#main-menu li.last-child{
		border-bottom:0;
	}
	#main-menu li:after{
		content:"";
		display:none;
	}
	.nav-parent span{
		position:absolute;
		top:12px;
		right:15px;
		cursor:pointer;
		width: 30px;
		height: 30px;
	}
	
	#main-menu li a {
		line-height:30px;
		padding:5px 22px 5px 22px;
		float:none;
		height:auto;
		margin:0;
		background:none;
		display:block;
		text-align:center;
	}
	
	#main-menu li:hover ul{
		display:none;
	}	
	#main-menu li ul{
		top:0;
		left:0;
		width:100%;	
		padding:0;
		position:relative;
		overflow:hidden;
		border:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-khtml-border-radius:0;
		display:none;
	}	
	#main-menu li ul .dropdown-icon{
		display:none;
	}
	#main-menu li ul li{				
		border:0;
	}
	#main-menu li ul li a{
		padding-left:46px;
		width:auto;
		color:#fff;
	}
	#main-menu li ul li ul li a{
		padding-left:70px;
	}
   #banner-text{
      display:none;
    }
}


.cell-celled{
width:42.3%;
}
.inline-photo {
  
  transform: translateX(4em) rotateZ(-5deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
 
}

.inline-photo.is-visible {
  
  opacity: 1;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1);
  
  transform: rotatey(-2deg);
  transform: translate(-10%, calc(-10% + 1em));
}

.is-visible .main-photo {
  transform: none;
}

.is-visible .heading {
  transform: translate(-10%, -10%);
}
.inline-photo1 {
  
  transform: translateX(-15em) rotateZ(-5deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
 
}

.inline-photo1.is-visible {
  
  opacity: 1;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1);
  
  transform: rotatey(-2deg);
  transform: translate(-10%, calc(-10% + 1em));
}

.is-visible .main-photo {
  transform: none;
}

.is-visible .heading {
  transform: translate(-50%, -50%);
}
.background-image img {
    -webkit-transition-duration: 2s !important;
    transition-duration: 2s !important;
    transition: transform 2s cubic-bezier(0, 0, 0, 1) 0s !important;
}
.background-image{
		height:248px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  	border-bottom:1px solid #59534d;
}
.background-image2{
	z-index:-99999999999999;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.background-image2 img{
height:527.5px;
}


@media screen and (min-width:0px) and (max-width:768px){
  #banner-wrapper,
  .slick-slide{
  	height:auto!important;
  }
  #banner-wrapper iframe{
  	width: 100%!important;
    display: block;
    height:260px!important;
  }

}

.wp-block-gallery {
  column-count: 3;
  column-gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.wp-block-gallery .wp-block-image {
  break-inside: avoid;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-gallery img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover effect */
.wp-block-gallery .wp-block-image:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.wp-block-gallery .wp-block-image:hover img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1000px) {
  .wp-block-gallery {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .wp-block-gallery {
    column-count: 1;
  }
}



#inner-content-wrapper.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

/* Card */
.post-card {
    width: 300px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;

    display: flex;
    flex-direction: column; /* IMPORTANT */
}

/* Content wrapper */
.common-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image */
.post-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

/* Title */
.post-title {
    font-size: 18px;
    margin: 10px;
    line-height: 1.3;
}

/* Excerpt */
.post-excerpt {
    font-family: "Fjalla One", sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px 10px;
  	font-weight: 400;

    flex-grow: 1; 
}


.post-excerpt a {
    display: block;
}

.single-page .page-width {
    max-width: 900px; /* 🔥 perfect reading width */
    margin: 0 auto;
}

/* Full width content */
.full-width {
    width: 100%;
}

/* Title */
.single-page .post-title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 15px;
}

/* Meta */
.single-page .post-meta {
    font-size: 17px;
    color: #565656;;
    margin-bottom:50px; 
  border-bottom:1px solid #eee; 
  padding-bottom:50px;
}

/* Image */
.single-page .post-featured-image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
}

/* Content */
.single-page .post-content {
    font-size: 17px;
    line-height: 30px;
    color: #333;
}

/* Paragraph spacing */
.single-page .post-content p {
    margin-bottom: 22px;
}
@media (max-width: 768px) {

    /* Title center */
    .single-page #post-title h1 {
        text-align: center;
    }

    /* Meta styling */
    .single-page .post-meta {
        text-align: center;
        margin-top: 20px;   /* 🔥 added */
        font-size: 17px;
        color: #565656;
        margin-bottom: 50px;
        border-bottom: 1px solid #eee;
        padding-bottom: 50px;
    }

}