/*
Theme Name: Meria Alexis
Theme URI: elitepro
Author: Elitepro Creative
Author URI: http://eliteprocreative.com
Description: Portfolio for Meria Alexis 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sevefolio
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
    font-family: 'Libre Baskerville', serif;

    font-family: 'Mulish', sans-serif;

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h6,
h1,
h2,
h3,
h4,
h6 {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #1C1C1E;
}
.uk-h1, h1 {
	font-size: clamp(2rem, 1.4rem + 3vw, 3rem);
	line-height:1.05em;
	letter-spacing:-1.28px;
	font-weight:900;
}
.uk-h2, h2{
	font-size:clamp(1.5rem, 1.15rem + 1.8vw, 2rem);
	line-height:1.15em;
	letter-spacing:-0.96px;
	font-weight:700;
}
.uk-h3,h3{
	font-size:clamp(1.375rem, 1.1rem + 1.4vw, 1.75rem);
	line-height:1.2em;
	font-weight:700;
}
.uk-h4, h4{
	font-size:clamp(1.25rem, 1.05rem + 1vw, 1.5rem);
	line-height:1.3em;
	font-weight:700;
}
.uk-h5, h5{
	font-size:clamp(1.125rem, 1rem + 0.7vw, 1.25rem);
	font-weight:600;
	font-family: "DM Sans", sans-serif;
}
.uk-h6, h6{
	font-size:clamp(1rem, 0.95rem + 0.4vw, 1rem);
	font-weight:400;
	font-family: "DM Sans", sans-serif;
	color: #6B6B6B;
	letter-spacing:2px;
	text-transform: uppercase;
}
em {
  color: #404040;
}

html {
  font-size: 1rem;
  color: #292929;
font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  weight: 100vw;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
	font-size: 1.125rem;
  	color: #292929;
	font-family: "DM Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	line-height: 30px;
}
.uk-container{
	max-width:1440px;
}
.home{
  height: 100vh;*
  background-color: #192026;
}
.site-header {
  /*flex-basis: 50%;*/
}
.uk-link,
a {
  color: #14828b;
}

.site-title {
  color: #14828b;
  text-align: center;
  font-size: 6rem;
  font-family: 'made-mirage-thin', serif;
  font-weight: 200;
  line-height: 1;
}
.site-title-link:hover{
  text-decoration: none;
  opacity: 0.5;
}
.brand {
  text-align: center;
}
.site-desc {
  color: #f2f2f2;
  font-size: 2rem;
  text-align: center;
  font-family: 'made-mirage-thin', serif;
  line-height: 1;
}
.custom-logo:hover {
  opacity: 0.2;
}
.uk-navbar-container {
  text-align: center;
}
.page {
  background-color: #fff;
}

footer {
  display: none;
}

/** Main Mavigation 
---------------------*/
.uk-navbar-nav > li > a {
  color: #14828b;
  font-size: 1.125rem;
  font-family: 'made-mirage-thin', serif;
  text-transform: capitalize;
}
.uk-navbar-nav > li > a:hover {
  color: #f3c886;
}

.uk-navbar-nav > li > a:active {
  color: #f8d9b0;
}
.uk-navbar-nav > li > a:focus {
  color: #f3c886;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:focus {
  color: #f3c886;
}
.uk-navbar-dropdown {
  background-color: #52554a;
  border-radius: 6px;
}
.uk-navbar-dropdown:before {
  content: '';
  display: block;
  height: 10px;
  width: 30px;
  background-size: 30px 10px;
  background-image: url(images/triangle.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  z-index: 10;
}
.uk-navbar-dropdown:before svg {
}
.menu-item a {
  color: #fff;
  font-size: 14px;
}
.menu-item a:hover {
  color: #f3c886;
}
.uk-offcanvas-bar{
  background: #161d22;
}

/******** category 
*******************/
.thumb-cont {
  width: 100%;
  height: 250px;
  border-radius: 16px;
  overflow: hidden;
}
.thumb-cont a {
  /* width: 100%;
  height: 100%;*/
}
.thumb-cont img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.thumb-cont-link{
  display: block;
  position: relative;
}

.thumb-cont-link .uk-icon{
  background-color: #0398a5;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 22px 70px 4px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 0px 22px 70px 4px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 22px 70px 4px rgba(0, 0, 0, 0.56);
}
.icon-cont {
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div{
  width: 100%;
  height: 100%;
  background-color: #52554a;
}
.thumb-cont-link:hover .animate__animated {
  animation-name: fadeInUp; /* Use Animate.css class */
  animation-duration: 0.3s;
  opacity: 1;
}
.thumb-cont-link .animate__animated{
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.category-excerpt{
}
.category-post {
  margin-bottom: 60px;

}

.category-post h2, .category-post h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.category-post a , .category-post a {
  color:#292929;
  text-decoration: none;
}
.category-post a:hover, .category-post a:hover{
  border-bottom: 2px;
}
.cat-post-title{
  border-bottom: 1px solid #292929;
}
.thumb-cont-link:hover .cat-post-title{
  border-bottom: 1.5px solid #0398a5; 
  color: #0398a5;
}
/** Password Form **/
.post-password-form input {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: all;
  transition-property: color, background-color, border;
}
.post-password-form input[type='password'] {
  width: 50%;
}
.post-password-form input[type='submit'] {
  padding: 0 40px;
  font-size: 14px;
  background-color: #14828b;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
}
.post-password-form input[type='submit']:hover {
  background-color: #3a8f97;
}

.header-cover {
  width: 525px;
  height: 525px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

/** form
----------------------*/
.checkbox-group {
  width: 100%;
}
.checkbox-group .disable {
  opacity: 0.2;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  padding-top: 20px;
  padding-bottom: 2px;
  border-width: 0px 0px 1px 0px;
  font-size: 0.875rem !important;
  width: 100%;
}
textarea {
  width: 100% !important;
}

.init input[type='submit'] {
  width: 100%;
}
:focus {
  outline: #f3c886 auto 0px;
}
input[type='submit'] {
  padding: 0 40px;
  font-size: 14px;
  background-color: #14828b;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  height: 40px;
}

input[type='submit']:hover {
  background-color: #3a8f97;
}

/* end of forms*/
@media screen and (min-width: 1024px) {
  .page {
    height: 100%;
    overflow: scroll;
  }
  .category-post {
    margin-bottom: 80px;
  }
}

/*********************** *********************
/*********************** *********************
/*********************** *********************
/*********************** *********************
/*********************** *********************
/*********************** *********************
/*********************** *********************
/*********************** *********************
/*********************** *********************
/*********************** *********************
/*********************** ********************* old */
.brand img {
  height: 90px !important;
  width: auto;
}

/*** booking 
-------------------*/
.book-now {
  font-size: 2rem;
  font-family: 'Libre Baskerville', serif;
  color: #f3c886;
  text-align: center;
}
.now-color {
  color: #fff;
}
.book-now:hover .now-color {
  color: #f3c886;
}
.book-now:hover {
  color: #f3c886;
}
.col-book {
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-height .uk-sticky-placeholder {
  height: 0px !important;
}

/*** Global Footer 
----------------------- */
.site-footer {
  background-color: #52554a;
  font-size: 0.875rem !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 0px !important;
}
.site-footer p,
.site-footer a,
.site-footer li,
.site-footer div {
  font-size: 0.75rem !important;
  color: #f3c886 !important;
  letter-spacing: 0.4px;
}
.site-footer p {
  color: #fff;
}
.site-footer a {
  color: #f3c886;
  letter-spacing: 0.4px;
}

/** Bookig 
----------------------*/
.checkbox-group {
  width: 100%;
}
.checkbox-group .disable {
  opacity: 0.2;
}
.feature-img {
  padding: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking .uk-card-body {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.booking .title,
.title-box {
  background-color: #52554a;
  position: absolute;
  /*outline: 1px solid #f3c886;*/
  outline-style: solid;
  outline-width: 1rem;
  outline-color: rgba(82, 85, 74, 0.9);
  background-color: rgba(82, 85, 74, 0.9);
  border: 1px solid #f3c886 !important;
  padding: 10px 40px;
  color: #f3c886;
  font-family: 'Libre Baskerville', serif;
  z-index: 9;
}
.booking input[type='text'],
.booking input[type='email'],
.booking input[type='tel'],
.booking textarea {
  padding-top: 20px;
  padding-bottom: 2px;
  border-width: 0px 0px 1px 0px;
  font-size: 0.875rem !important;
  width: 100%;
}

.booking input[type='submit'] {
  width: 100%;
}
:focus {
  outline: #f3c886 auto 0px;
}
.booking input[type='submit'] {
  padding: 10px;
  font-size: 1.25rem;
  background: rgb(255, 192, 95);
  background: linear-gradient(
    43deg,
    rgba(255, 192, 95, 1) 0%,
    rgba(248, 217, 176, 1) 100%
  );
  color: #52554a;
  text-transform: uppercase;
  border: 0px;
}

.booking input[type='submit']:hover {
  background-color: #f3c886;
  background: rgba(255, 192, 95, 0.7);
  background: linear-gradient(
    43deg,
    rgba(255, 192, 95, 0.7) 0%,
    rgba(248, 217, 176, 0.7) 100%
  );
}
.content {
  padding-top: 130px;
}

.wp-block-quote {
  color: #52554a;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.625rem;
}

/* Page 
----------------------*/
.header-img {
  height: 475px;
  background-repeat: none;
  overflow: hidden;
}
.header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page .wp-block-quote {
  color: #52554a;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.625rem;
  width: 75%;
  line-height: 1.25;
  padding: 1rem 0rem;
}

/*Portfolio 
-----------------------*/

.port-header-img{
  overflow: clip;
  border-radius: 25px;
  height: 440px;
  
}
.port-header-img img{
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.portfolio-page  .site-title {
  color: #14828b;
  text-align: left;
  font-size: 2rem;
  font-family: 'made-mirage-thin', serif;
  font-weight: 200;
  line-height: 1;
  font-weight: bold;
}

.portfolio-page .brand{
  text-align: left;
}

.port-header{
  background-color: #192026;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.port-header .site-desc{
 font-size: 1rem;
 text-align: left;
 letter-spacing: 0.5px;
}


.port-header .uk-navbar-nav > li > a {
  color: #fff;
  font-size: 1.125rem;
  font-family: 'made-mirage-thin', serif;
  text-transform: capitalize;
}
.port-header .uk-navbar-nav > li > a:hover {
  color: #14828b;
}

.port-header .uk-navbar-nav > li > a:active {
  color: #14828b;
}
.port-header .uk-navbar-nav > li > a:focus {
  color: #14828b;
}
.port-header .uk-navbar-nav > li:hover > a,
.port-header .uk-navbar-nav > li > a.uk-open,
.port-header .uk-navbar-nav > li > a:focus {
  color: #14828b;
}

.port-sub-title{
  font-weight: 500;
  margin-top: 0px !important;
  margin-bottom: 20px;
}
.port-title{
  margin-bottom: 0px;
}

.front-sub-title{
  font-weight: 500;
  margin-top: 0px !important;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 15px;
}
.ppwp-sitewide-protection{
background-color: #192026;
}

@media only screen and (min-width: 960px) {
  .thumb-cont {
    height: 400px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  .category-post h2, .category-post h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .front-sub-title {
    font-weight: 500;
    margin-top: 0px !important;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 15px;
  }
}