@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    /*font-family: 'EB Garamond', serif;*/
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

p {
    margin: 0;
    padding: 0;
}

#top-subscribe-bar {
    background-color: #000;
    padding: 10px 0;
}

#top-subscribe-bar .top-sub-text {
    display: inline-block;
}

#top-subscribe-bar .top-sub-text p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

#top-subscribe-bar .top-sub-form {
    float: right;
}

#top-subscribe-bar .top-sub-form form {
    display: flex;
    margin: 0;
}

#top-subscribe-bar .top-sub-form form .form-group {
    margin: 0;
}

#top-subscribe-bar .top-sub-form form input {
    width: 90%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.30);
    border-radius: 0;
    
}

#top-subscribe-bar .top-sub-form form .sub-btn {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    background-color: #90BAB5;
    padding: 5px 40px;
    text-transform: uppercase;   
}

#top-subscribe-bar .top-sub-form form .sub-btn:hover {
    background-color: #121212;  
}

#main-logo {
    margin: 30px 0;
    text-align: center;
}

#main-menu {
    background-color: #fff;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    padding: 10px 0;
}

#main-menu .navbar .nav-item .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

#main-menu .navbar .nav-item .sidenav a {
  padding: 20px 8px 20px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #121212;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #D9D9D9;
}

#main-menu .navbar .nav-item .sidenav a:first-child {
  border-bottom: 0;
}

#main-menu .navbar .nav-item .sidenav a:hover {
  color: #90bab5;
}

#main-menu .navbar .nav-item .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


#main-menu .navbar .navbar-nav .nav-item {
    margin: 0 20px;
}

#main-menu .navbar .navbar-nav .nav-item:first-child {
    margin: 0 20px 0 0;
}

#main-menu .navbar .navbar-nav .nav-item a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}

#main-menu .navbar .navbar-nav .nav-item a:hover{
    color: #90bab5;
}

#main-menu .menu-social-media {
    text-align: right;
    margin: 15px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
}

#main-menu .menu-social-media .media-icons ul {
    list-style: none;
    padding-inline-start: 0;
}

#main-menu .menu-social-media .media-icons ul li{
   display: inline;
    margin: 0 10px;
}

#main-menu .menu-social-media .media-icons ul li a i{
   font-size: 18px;
    color: #000;
}

#main-menu .menu-social-media .media-icons ul li a i:hover{
    color: #90bab5;
}

#main-banner {
    margin: 0 0 50px 0;
}

#main-banner .banner-section {
    background-color: #EEF5F4;
    display: flex;
    
    
}

#main-banner .banner-section .banner-text {
    width: 50%;
    padding: 100px 40px;
}

#main-banner .banner-section .banner-text h5{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    text-transform: uppercase;
}

#main-banner .banner-section .banner-text h1{
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin: 15px 0 !important;
    line-height: 35px;
}

#main-banner .banner-section .banner-text p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    margin: 30px 0 !important;
}

#main-banner .banner-section .banner-text p span{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

#main-banner .banner-slider .slick-next{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9999;
    /*content: "\f061";
    font-family: FontAwesome;*/
    background-image: url("../images/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size: 40%;
    border: 0;
    background-color: rgba(0,0,0,0.2);
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 0;
}

#main-banner .banner-slider .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 9999;
    /*content: "\f060";
    font-family: FontAwesome;*/
    background-image: url("../images/arrow-left-white.svg");
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size: 40%;
    border: 0;
    background-color: rgba(0,0,0,0.2);
    width: 50px;
    height: 50px;
    color:#fff;
    font-size: 0;
}

#main-banner .banner-slider .slick-prev:hover, #main-banner .banner-slider .slick-next:hover  {
    background-color: #90bab5;
}

#main-banner .banner-slider .slick-prev:focus, #main-banner .banner-slider .slick-next:focus{
    border: none;
    outline: none;
}

#category-section {
    margin: 50px 0;
}

#category-section .category-box {
    position: relative;
    padding: 0 10px;
}

#category-section .category-box .category-img {
    overflow: hidden;
}

#category-section .category-box .category-img img {
   display: block;
   transition: 1s ease;
}

#category-section .category-box .category-img img:hover {
   transform: scale(1.1);
}

#category-section .category-box .category-text{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#category-section .category-box .category-text p a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 5px 18px;
}

#category-section .category-box .category-text p a:hover{
    text-decoration: none;
    background-color: #90bab5;
}

#category-section .category-slider .slick-next{
    position: absolute;
    top: 42%;
    right: 0;
    /*content: "\f061";
    font-family: FontAwesome;*/
    background-image: url("../images/arrow-right-black.svg");
    background-repeat: no-repeat;
    opacity: 1;
    background-position: 15px 15px;
    background-size: 40%;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 0;
}

#category-section .category-slider .slick-prev {
    position: absolute;
    top: 42%;
    /*content: "\f060";
    font-family: FontAwesome;*/
    background-image: url("../images/arrow-left-black.svg");
    background-repeat: no-repeat;
    opacity: 1;
    background-position: 15px 15px;
    background-size: 40%;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    width: 50px;
    height: 50px;
    color:#fff;
    font-size: 0;
    z-index: 9;
}

#category-section .category-slider .slick-prev:hover  {
    background-color: #90bab5;
    background-image: url("../images/arrow-left-white.svg");
    background-repeat: no-repeat;
    opacity: 1.0;
}

#category-section .category-slider .slick-next:hover  {
    background-color: #90bab5;
    background-image: url("../images/arrow-right-white.svg");
    background-repeat: no-repeat;
    opacity: 1.0;
}

#category-section .category-slider .slick-prev:focus, #category-section .category-slider .slick-next:focus{
    border: none;
    outline: none;
}



#featured-post-section {
    margin: 50px 0;
    background-color: #F4F8F7;
    padding: 40px 0;
    text-align: center;
}

#featured-post-section .featured-post-heading h1 {
    font-family: 'EB Garamond', serif;
    font-size: 32px;
    font-weight: 500;
    color: #333;
}

#featured-post-section .featured-box-section {
    margin: 30px 0 0 0;
}

#featured-post-section .featured-box-section .featured-box .featured-box-text{
    padding: 0 10px;
    margin: 10px 0 20px 0;
}

#featured-post-section .featured-box-section .featured-box .featured-box-text .featured-tags {
    color: #90BAB5;
    margin: 10px 0;
}

#featured-post-section .featured-box-section .featured-box .featured-box-text .featured-tags a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #90BAB5;
}

#featured-post-section .featured-box-section .featured-box .featured-box-text .featured-tags a:hover{
    color: #90BAB5;
    text-decoration: none;
}

#featured-post-section .featured-box-section .featured-box .featured-box-text h3{
    font-size: 0;
}

#featured-post-section .featured-box-section .featured-box .featured-box-text h3 a{
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

#featured-post-section .featured-box-section .featured-box .featured-box-text h3 a:hover{
    color: #90BAB5;
    text-decoration: none;
}

.recent-post-main-section {
    
}

.recent-post-main-section .recent-post-box {
    margin: 0 0 20px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #DEDEDE;
}

.recent-post-main-section .recent-post-box .recent-post-text{
    margin: 10px 0;
}

.recent-post-main-section .recent-post-box .recent-post-text h5{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #333;
}

.recent-post-main-section .recent-post-box .recent-post-text .recent-post-tags {
    margin: 0;
    padding: 0;
    line-height: 10px;
    min-height:30px;
}

.recent-post-main-section .recent-post-box .recent-post-text .recent-post-tags a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #90BAB5;
    margin: 0;
    padding: 0;
    line-height:14px;
}

.recent-post-main-section .recent-post-box .recent-post-text .recent-post-tags a:hover{
    color: #90BAB5;
    text-decoration: none;
    
}

.recent-post-main-section .recent-post-box .recent-post-text h1, .recent-post-main-section .recent-post-box .recent-post-text h2{
    font-size: 0;
	min-height: 95px;
}

.recent-post-main-section .recent-post-box .recent-post-text h1 a, .recent-post-main-section .recent-post-box .recent-post-text h2 a{
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin: 20px 0;
    
}

.recent-post-main-section .recent-post-box .recent-post-text h1 a:hover, .recent-post-main-section .recent-post-box .recent-post-text h2 a:hover{
    text-decoration: none;
    color: #90BAB5;
    
}

.recent-post-main-section .recent-post-box .recent-post-text p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 30px;
    
    
}

.recent-post-main-section .recent-post-box .recent-post-text .read-more {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #121212;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    
}

.recent-post-main-section .recent-post-box .recent-post-text .read-more:hover {
    color: #90BAB5;
    text-decoration: none;
    
}

.recent-post-main-section .recent-post-box .recent-post-text .read-more i {
    margin: 0 0 0 10px;
    font-size: 16px;
    
}

.recent-post-main-section .recent-post-box .recent-post-text .post-share {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #121212;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    
}

.recent-post-main-section .recent-post-box .recent-post-text .post-share:hover {
    color: #90BAB5;
    text-decoration: none;
    
}

.recent-post-main-section .recent-post-box .recent-post-text .post-share i {
    margin: 0 10px 0 0;
    font-size: 12px;
    
}

.email-newsletter {
    text-align: center;
}

.side-heading {
    background-color: #F4F8F7;
    padding: 20px 0;
    text-align: center;
    margin: 0 0 30px 0;
}

.side-heading h1{
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.email-newsletter .email-box {
    /* background-image: url("../images/email-bg-img.jpg");
    background-repeat: no-repeat; */
    padding: 30px 0 20px 0;
    margin: 0 0 40px 0;
	background-color: #f6d4ce;
}

.email-newsletter .email-box .email-box-text {
    margin: 15px 30px 20px 30px;
}


.email-newsletter .email-box .email-box-text h2{
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.email-newsletter .email-box .email-box-text p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #121212;
    line-height: 25px;
}

.email-newsletter .email-box .email-box-text .email-form input{
    border: 0;
    border-radius: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(18,18,18,0.30);
    padding: 25px 0 25px 20px;
}

.email-newsletter .email-box .email-box-text .email-form input:focus{
    outline: none;
    box-shadow: none;
}

.email-newsletter .email-box .email-box-text .email-form .form-check{
    text-align: left;
    margin: 10px 0 0 0;
}

.email-newsletter .email-box .email-box-text .email-form .email-btn{
    background-color: #333;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
}

.email-newsletter .email-box .email-box-text .email-form .email-btn:hover{
    background-color: #90bab5;
}

.category-side-section {
    
}

.category-side-section .category-side-box {
    overflow: hidden;
    position: relative;
    margin: 0 0 15px 0;
    height: 50px;
}

.category-side-section .category-side-box:last-child {
    margin: 0 0 40px 0;
}

.category-side-section .category-side-box img {
    
}

.category-side-section .category-side-box .category-side-box-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.category-side-section .category-side-box .category-side-box-text h3{
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 18px 0 0 15px;
    text-transform: uppercase;
}

.category-side-section .category-side-box .category-side-box-text .category-side-text-post{
    background-color: rgba(0,0,0,0.80);
    text-align: right;
    width: 80%;
    height: 100%;
    float: right;
    transition-duration: 500ms;
    transform-style: ease;
}

.category-side-section .category-side-box .category-side-box-text .category-side-text-post:hover{
    width: 100%;
}

.category-side-section .category-side-box .category-side-box-text .category-side-text-post h4{
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0;
    margin-block-start: 0;
    margin-block-end: 0;
}



.recent-post-right-section {
    
}

.recent-post-right-section .recent-side-box {
    display: flex;
}

.recent-post-right-section .recent-side-box .recent-side-img {
    width: 100px;
}
.recent-post-right-section .recent-side-box .recent-side-img a img {
    width: 100%;
}
.recent-post-right-section .recent-side-box .recent-side-text {
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    width: 100%;
}

.recent-post-right-section .recent-side-box .recent-side-text .recent-side-tag {
    margin-bottom: 1px;
}

.recent-post-right-section .recent-side-box .recent-side-text .recent-side-tag a{
    color: #90BAB5;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.recent-post-right-section .recent-side-box .recent-side-text .recent-side-tag a:hover{
    text-decoration: none;
}

.recent-post-right-section .recent-side-box .recent-side-text h1 {
    font-size: 0;
}

.recent-post-right-section .recent-side-box .recent-side-text h1 a{
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.recent-post-right-section .recent-side-box .recent-side-text h1 a:hover{
    text-decoration: none;
    color: #90BAB5;
}
.recent-post-main-section .recent-post-box .recent-post-text .post-share .open-social-icons .sfsi_plus_wicons {
    width: 30px !important;
}
.open-social-icons {
	margin-top: 10px;
	margin-bottom: 10px;
}
.open-social-icons .sfsiplus_norm_row {
   text-align:right !important;
   padding-right: 25px;
}
.open-social-icons .sfsi_plus_wicons {
   width: 35px !important;
   height: 35px !important;
}
#popular-post-section {
    background-color: #F4F8F7;
    margin: 50px 0 0 0;
    padding: 40px 0;
    text-align: center;
}

#popular-post-section .popular-post-heading h1 {
    font-family: 'EB Garamond', serif;
    font-size: 32px;
    font-weight: 500;
    color: #333;
}

#popular-post-section .popular-post-box {
    margin: 40px 0 0 0;
    padding: 0 15px 20px 15px;
}


#popular-post-section .popular-post-box .popular-post-box-text {
    margin: 0 0 10px 0;
    padding: 20px 10px;
    background-color: #fff;
}


#popular-post-section .popular-post-box .popular-post-box-text h1 {
    font-size: 0;
	min-height: 95px;
}

#popular-post-section .popular-post-box .popular-post-box-text h1 a{
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
	min-height: 224px;
}

#popular-post-section .popular-post-box .popular-post-box-text h1 a:hover{
    text-decoration: none;
    color: #90BAB5;
}

#popular-post-section .popular-post-box .popular-post-box-text p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #121212;
	margin-bottom: 8px;
}

#popular-post-section .popular-post-box .popular-post-box-text .popular-post-tags a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #90BAB5;
    text-decoration: none;
}

#popular-post-section .popular-post-slider .slick-next{
    position: absolute;
    top: 42%;
    right: 30px;
    z-index: 9999;
    /*content: "\f061";
    font-family: FontAwesome;*/
    background-image: url("../images/arrow-right-black.svg");
    background-repeat: no-repeat;
    opacity: 1;
    background-position: 15px 15px;
    background-size: 40%;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.0);
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 0;
}

#popular-post-section .popular-post-slider .slick-prev {
    position: absolute;
    top: 42%;
    left: 30px;
    z-index: 9999;
    /*content: "\f060";
    font-family: FontAwesome;*/
    background-image: url("../images/arrow-left-black.svg");
    background-repeat: no-repeat;
    opacity: 1;
    background-position: 15px 15px;
    background-size: 40%;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.0);
    width: 50px;
    height: 50px;
    color:#fff;
    font-size: 0;
}

#popular-post-section .popular-post-slider .slick-prev:hover  {
    background-color: #90bab5;
    background-image: url("../images/arrow-left-white.svg");
    background-repeat: no-repeat;
    opacity: 1.0;
}

#popular-post-section .popular-post-slider .slick-next:hover  {
    background-color: #90bab5;
    background-image: url("../images/arrow-right-white.svg");
    background-repeat: no-repeat;
    opacity: 1.0;
}

#popular-post-section .popular-post-slider .slick-prev:focus, #popular-post-section .popular-post-slider .slick-next:focus{
    border: none;
    outline: none;
}

#our-newsletter {
    padding: 80px 0;
    background-color: #BEDBD5;
    text-align: center;
}

#our-newsletter h1{
    font-family: 'EB Garamond', serif;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

#our-newsletter p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #121212;
    margin: 0 0 40px 0;
}

#our-newsletter .our-newsletter-form {
    text-align: center;
    width: 100%;
}

#our-newsletter .our-newsletter-form form {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

#our-newsletter .our-newsletter-form form .form-group {
    margin: 0;
}

#our-newsletter .our-newsletter-form form input {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.30);
    border-radius: 0;
    height: 60px;
    width: 240px;
}

#our-newsletter .our-newsletter-form form .sub-btn {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    background-color: #333333;
    text-transform: uppercase;
    height: 60px;
    width: 240px;
    
}

#our-newsletter .our-newsletter-form form .sub-btn:hover {
    background-color: #90BAB5;
}

#our-newsletter .our-newsletter-form form .our-newsletter-form-check { 
    text-align: center;
    width: 100%;
    margin: 10px 0 0 0;
}

#our-newsletter .our-newsletter-form form .our-newsletter-form-check input{
    height: 15px;
    width: 15px;
}


#follow-me {
    background-color: #D8E7E5;
    padding: 50px 0 0 0;
    text-align: center;
}

#follow-me .follow-me-heading{
    margin: 0 0 40px 0;
}


#follow-me .follow-me-heading h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
}

#follow-me .follow-me-images {
}

#follow-me .follow-me-images ul {
    padding-inline-start: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    display: flex;
    margin: 0;
}

#follow-me .follow-me-images ul li{
    padding: 0;
    margin: 0;
}

#follow-me .follow-me-images ul li img{
    
}

#main-footer {
    background-color: #333;
    padding: 40px 0 40px 0;
    color: #fff;
}

#main-footer .footer-box {
    
}

#main-footer .footer-box h1{
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#main-footer .footer-box hr {
    width: 100px;
    border: 1px solid #BEDBD5;
    margin-left: 0;
    position: absolute;
    top: 20px;
}

#main-footer .footer-box p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#main-footer .footer-box .contact-info {
    
}

#main-footer .footer-box .contact-info ul {
    list-style: none;
    padding-inline-start: 0;
}

#main-footer .footer-box .contact-info ul li {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
}

#main-footer .footer-box .contact-info ul li i {
    margin: 0 10px 0 0;
}

#main-footer .footer-box .footer-menu ul {
    list-style: none;
    padding-inline-start: 0;
}

#main-footer .footer-box .footer-menu ul li {
        margin: 0 0 10px 30px;
    list-style-type: square;
}

#main-footer .footer-box .footer-menu ul li a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#main-footer .footer-box .footer-email-form input{
    border: 0;
    border-radius: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(18,18,18,0.30);
    padding: 25px 0 25px 20px;
}

#main-footer .footer-box .footer-email-form input:focus{
    outline: none;
    box-shadow: none;
}

#main-footer .footer-box .footer-email-form .form-check{
    text-align: left;
    margin: 10px 0 0 0;
}

#main-footer .footer-box .footer-email-form .email-btn{
    background-color: rgba(255,255,255,0.20);
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
}

#main-footer .footer-box .footer-email-form .email-btn:hover{
    background-color: #90bab5;
}

#footer-copyright {
    background-color: #000;
    padding: 25px 0;
    color: #fff;
}

#footer-copyright p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

#footer-copyright .footer-copyright-icn {
    position: absolute;
    top: 0;
    right: 0;
}

#footer-copyright .footer-copyright-icn ul{
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
}

#footer-copyright .footer-copyright-icn ul li{
    display: inline;
    margin: 0 5px;
}

#footer-copyright .footer-copyright-icn ul li a{
    color: #fff;
}

#footer-copyright .footer-copyright-icn ul li a:hover{
    color: #90bab5;
}



#inner-main-banner {
    margin: 20px 0 50px 0; 
}

#inner-main-banner .main-heading{
    margin: 20px 0 30px 0;
}

#inner-main-banner .main-heading h5{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #333;
	text-transform:uppercase;
}
#inner-main-banner .main-heading h5 span{
	padding: 0 8px;
}
#inner-main-banner .main-heading h5 span:first-child{
	padding-left:0;
}
#inner-main-banner .main-heading h5 span a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #90BAB5;
    margin: 0;
    padding: 0;
}

#inner-main-banner .main-heading h1{
    font-family: 'EB Garamond', serif;
    font-size: 50px;
    font-weight: 600;
    color: #333;
}

#section-div .blog-info {
    margin: 0 0 40px 0;
}

#section-div .blog-info p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 30px;
}

#section-div .blog-info h2{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 20px 0;
    padding: 0;
    line-height: 40px;
}

#section-div .blog-info img{
    margin: 20px 0 10px 0;
}


#section-div .blog-info h6{
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin: 0 0 20px 0;
}

#section-div .blog-info .blog-quote{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
    border-left: 2px solid #6EC5B6;
    line-height: 30px;
}

#section-div .blog-info .blog-tags{
    
}

#section-div .blog-info .blog-tags ul{
    padding-inline-start: 0;
}

#section-div .blog-info .blog-tags ul li{
    display: inline;
    list-style: none;
    margin: 0 10px 0 0;
}

#section-div .blog-info .blog-tags ul li a{
    background-color: #EAEAEA;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6A6A6A;
    text-decoration: none;
    padding: 5px 20px;
}

.blog-next-prev-section {
    margin: 40px 0;
}

.blog-next-prev-section .prev-blog-text{
    float: right;
    margin: 0 0 0 10px;
    width: 65%;
}

.blog-next-prev-section .prev-blog-text h4{
    font-size: 0;
}
.blog-next-prev-section .prev-blog-text h4 a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.blog-next-prev-section .prev-blog-text h4 a i{
    margin: 0 10px 0 0;
}

.blog-next-prev-section .prev-blog-text p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.blog-next-prev-section .next-blog{
    text-align: right;
    
}

.blog-next-prev-section .next-blog-text{
    margin: 0 10px 0 0;
    width: 65%;
    float: left;
}

.blog-next-prev-section .next-blog-text h4{
    font-size: 0;
}

.blog-next-prev-section .next-blog-text h4 a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.blog-next-prev-section .next-blog-text h4 a i{
    margin: 0 0 0 10px;
}

.blog-next-prev-section .next-blog-text p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
#section-div .blog-author-info {
    text-align: center;
}

#section-div .blog-author-info h4{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    margin: 10px 0;
    padding: 0 0 20px 0;
}

#section-div .blog-share-section{
    display: inline-flex;
    margin: 15px 0 0 0;
}

#section-div .blog-share-section h3{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    margin: 20px 0;
}

#section-div .blog-share-section .blog-like {
    margin: 0 20px;
}

#section-div .blog-share-section .blog-like ul{
    padding-inline-start: 0;
}

#section-div .blog-share-section .blog-like ul li{
    list-style: none;
    display: inline-block;
}

#section-div .blog-share-section .blog-like ul li a{
    
}

#section-div .blog-share-section .blog-like ul li a i{
    color: #BD0606;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 20px;
}

#section-div .blog-share-section .blog-like ul li .like-count{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    border: 0;
    margin: 0 10px;
}

#section-div  .blog-share-div {
   /*  display:block;
	text-align:center; */
}

#section-div .blog-share-section .blog-share-options ul{
    padding-inline-start: 0;
}

#section-div .blog-share-section .blog-share-options ul li{
    list-style: none;
    display: inline;
    margin: 0 10px 20px 0;
}

#section-div .blog-share-section .blog-share-options ul li a{
    
}

#section-div .blog-share-section .blog-share-options ul li a i{
    color: #9B9191;
    background-color: #E5E5E5;
    border-radius: 50%;
    padding: 20px;
    font-size: 20px;
}

#recom-articles {
    margin: 40px 0;
}

#recom-articles .recom-articles-heading{
    
}

#recom-articles .recom-articles-heading h1{
    font-family: 'EB Garamond', serif;
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

#recom-articles .recom-articles-detail {
    margin: 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #000;
}

#recom-articles .recom-articles-detail:last-child {
    border-bottom: 0;
}

#recom-articles .recom-articles-detail .article-info {
    
}

#recom-articles .recom-articles-detail .article-info h5{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

#recom-articles .recom-articles-detail .article-info ul {
    padding-inline-start: 0;
}

#recom-articles .recom-articles-detail .article-info ul li{
    list-style: none;
    display: inline;
    margin: 0 8px 0 0;
	text-transform:uppercase;
}

#recom-articles .recom-articles-detail .article-info ul li a{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6EC5B6;
    text-decoration: none;
}

#recom-articles .recom-articles-detail .article-text h2{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}
#recom-articles .recom-articles-detail .article-text h2 a{
	color: #000;
}
#recom-articles .recom-articles-detail .article-text h2 a:hover{
	color: #6EC5B6;
	text-decoration:none;
}
#recom-articles .recom-articles-detail .article-img{
    text-align: right;
}
#recom-articles .recom-articles-detail .article-img img{
    width:130px;
	height:130px;
}

#error-section {
    text-align: center;
    margin: 0 auto;
    width: 60%;
    padding: 50px 0;
}

#error-section h3{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 60px;
    margin: 0;
}

#error-section p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    line-height: 40px;
    margin: 20px 0 ;
}

#error-section h1{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 300px;
    font-weight: 700;
    color: #90BAB5;
}

#error-section .error-btn{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #333;
    padding: 10px 50px;
    border: 0;
    outline: 0;
}

#error-section .error-btn:hover{
    background-color: #90BAB5;
}

#error-section .error-form {
    margin: 50px 0;
}

#error-section .error-form input {
  padding: 10px 10px 10px 20px;
  font-size: 17px;
  border: 1px solid rgba(0,0,0,0.40);
  float: left;
  width: 90%;
  background: #fff;
}



#error-section .error-form .error-form-btn {
  float: left;
  padding: 10px 18px;
  background: #333;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

.divider hr {
  border-bottom: 1px solid #000;
}



@media screen and (max-width: 1450px) {
    
}

@media screen and (max-width: 1200px) {
    
    #top-subscribe-bar .top-sub-text p {
        font-size: 14px;
    }
    
    #top-subscribe-bar .top-sub-form form {
        display: flex;
        margin: 0;
        width: 95%;
        float: right;
    }
    
    #main-banner .banner-section .banner-text {
        width: 50%;
        padding: 36px 40px 0;
    }
    
    #main-banner .banner-slider .slick-next {
        position: absolute;
        top: 45%;
    }
    
    #main-banner .banner-slider .slick-prev {
        position: absolute;
        top: 45%;
    }
    
    #category-section .category-box .category-text {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    #category-section .category-box .category-text p a {
        font-size: 13px;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-text h5 {
        font-size: 10px;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-text .recent-post-tags a {
        font-size: 10px;
    }
    
    .category-side-section .category-side-box .category-side-box-text h3 {
        margin: 11px 0 0 15px;
    }
    
    .category-side-section .category-side-box .category-side-box-text .category-side-text-post h4 {
        margin: 0 0 0 5px;
        padding: 10px 0;
    }
    
    .recent-post-right-section .recent-side-box .recent-side-text .recent-side-tag {
        margin: 0px;
    }
    
    #our-newsletter .our-newsletter-form form input {
        width: 195px;
    }
    
    #our-newsletter .our-newsletter-form form .sub-btn {
        width: 215px;
    }
    
    #main-footer .footer-box h1 {
        font-size: 16px;
    }
    
    #footer-copyright p {
        font-size: 17px;
    }
    
    .blog-next-prev-section .prev-blog-text {
        float: none;
        margin: 20px 0 0 0;
        width: 100%;
    }
    
    .blog-next-prev-section .next-blog-text {
        float: none;
        margin: 20px 0 0 0;
        width: 100%;
    }
    
}

@media screen and (max-width: 992px) {
    #top-subscribe-bar {
        display: none;
    }
    #main-menu .navbar .slidenav-box {
        display: none;
    }
	
    #main-banner .banner-section .banner-text {
        width: 100%;
        padding: 24px 40px 0;
    }
    
    #main-banner .banner-section .banner-text h1 {
        font-size: 22px;
        line-height: 33px;
    }
    
    #main-banner .banner-section .banner-text p {
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0 !important;
    }
    
    #category-section .category-box .category-text p a {
        font-size: 14px;
    }    
    
    #category-section .category-slider .slick-next {
        position: absolute;
        top: 33%;
    }
    
    #category-section .category-slider .slick-prev {
        position: absolute;
        top: 33%;
    }
    
    #featured-post-section .featured-box-section .featured-box .featured-box-text .featured-tags a {
        font-size: 14px;
    }
    
    #featured-post-section .featured-box-section .featured-box .featured-box-text h3 a {
        font-size: 14px;
    }   
    
    .recent-post-main-section .recent-post-box .recent-post-text h1 a, .recent-post-main-section .recent-post-box .recent-post-text h2 a {
        font-size: 22px;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-text p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px 0;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-text .read-more {
        font-size: 12px;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-text .read-more i {
        margin: 0px 0 0 4px;
        font-size: 12px;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-text .post-share {
        font-size: 12px;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-text .post-share i {
        margin: 0 5px 0 0;
        font-size: 10px;
    }
    
    .email-newsletter .email-box {
        padding: 25px 0 20px 0;
        margin: 0 0 40px 0;
    }
    
    .email-newsletter .email-box .email-box-text {
        margin: 10px 30px;
    }
    
    .email-newsletter .email-box .email-box-text h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .email-newsletter .email-box .email-box-text p {
        font-size: 16px;
        line-height: 18px;
    }
    
    .category-side-section .category-side-box img {
        height: 50px;
    }
    
    .category-side-section .category-side-box .category-side-box-text h3 {
        margin: 17px 0 0 15px;
        font-size: 14px;
    }
    
    .category-side-section .category-side-box .category-side-box-text .category-side-text-post h4 {
        margin: 0 0 0 5px;
        padding: 18px 0;
        font-size: 12px;
    }
    
    .recent-post-right-section .recent-side-box .recent-side-text .recent-side-tag a {
        font-size: 14px;
    }
    
    .recent-post-right-section .recent-side-box .recent-side-text h1 a {
        font-size: 15px;
    }
    
    #popular-post-section .popular-post-box .popular-post-box-text h1 a {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    
    #popular-post-section .popular-post-box .popular-post-box-text p {
        font-size: 12px;
        margin: 0;
    }
    
    #our-newsletter p {

        margin: 0px 0 30px 0;
    }
    
    #our-newsletter .our-newsletter-form form input {
        width: 150px;
    }
    
    #our-newsletter .our-newsletter-form form .sub-btn {
        width: 150px;
    }
    
    #main-footer .footer-box h1 {
        font-size: 12px;
        margin: 0 0 15px 0;
    }
    
    #main-footer .footer-box hr {
        top: 13px;
    }
    
    #main-footer .footer-box p {
        font-size: 14px;
    }
    
    #main-footer .footer-box .contact-info ul li {
        font-size: 14px;
    }
    
    #main-footer .footer-box .footer-menu ul li a {
        font-size: 14px;
    }
    
    #footer-copyright p {
        font-size: 12px;
    }
    
    #section-div .blog-info .blog-tags ul li a {
        font-size: 12px;
    }
    
    #error-section {
        width: 90%;
    }
}

@media screen and (max-width: 990px) {
	.side-mfc-menu li{
		list-style: none;
	}
	#main-menu .navbar .top-mfc-menu{
		margin-left: 20px;
	}
	#main-menu .navbar .navbar-nav .nav-item:first-child{
		margin:0 20px;
	}
	#main-menu .navbar .top-mfc-menu .nav-item {
		list-style-type: square;
	}
}
@media screen and (max-width: 767px) {
    #main-banner .banner-section {
        display: block;
    }
    
    #category-section .category-box .category-text p a {
        font-size: 10px;
    }

    #featured-post-section .featured-box-section .featured-box .featured-box-img img{
        width: 100%;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-img img{
        width: 100%;
    }
    
    .email-newsletter .email-box {
        background-size: 100%;
    }
    
    .category-side-section .category-side-box img {
        width: 100%;
    }
    
    .recent-post-right-section .recent-side-box {
        margin: 0 0 10px 0;
    }
    
    .recent-post-right-section .recent-side-box .recent-side-img {
        width: 110px;
    }
    
    .recent-post-right-section .recent-side-box .recent-side-text .recent-side-tag {
        margin: 0 0 10px 0;
    }
    
    #our-newsletter .our-newsletter-form form {
        display: block;
    }
    
    #our-newsletter .our-newsletter-form form input {
        width: 100%;
    }
    
    #our-newsletter .our-newsletter-form form .sub-btn {
        width: 100%;
        margin: 2px 0 0 0;
    }
    
    #footer-copyright {
        background-color: #000;
        padding: 25px 0;
        color: #fff;
        text-align: center;
    }
    
    #footer-copyright .footer-copyright-icn {
        position: static;
        margin: 10px 0 0 0;
    }
    
    #recom-articles .recom-articles-detail .article-img {
        text-align: left;
        margin: 15px 0 0 0;
    }
    
    #error-section {
        width: 100%;
    }
    
    #error-section .error-form input {
        width: 87%;
    }
}

@media screen and (max-width: 460px) {
    
    #main .navbar {
        padding: 10px 0 0 0;
    }
    
    #main-menu .menu-social-media {
        margin: 12px 15px 0 0;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-text .recent-post-tags {
        position: absolute;
        right: 17px;
        top: -19px;
    }
    
    .recent-post-main-section .recent-post-box .recent-post-text .post-share {
        position: absolute;
        top: -18px;
        right: 20px;
    }
    
    .category-side-section .category-side-box .category-side-box-text .category-side-text-post {
        width: 45%;
        height: 100%;
        position: relative;
        right: 0;
        float: right;
        top: -34px;
    }
    
    .category-side-section .category-side-box .category-side-box-text .category-side-text-post:hover {
        width: 50%;
    }
    
    #main-footer .footer-box h1 {
        font-size: 17px;
        margin: 25px 0 15px 0;
    }
    
    #main-footer .footer-box hr {
        top: 44px;
    }
    
    #main-footer .footer-box .footer-email-form .form-group {
        margin: 0 0 10px 0;
    }
    
    #error-section h1 {
        font-size: 190px;
    }
    
    #error-section p {
        font-size: 25px;
    }
    
    #error-section .error-btn {
        font-size: 18px;
    }
    
    #error-section .error-form input {
        width: 83%;
    }
}

@media screen and (max-width: 380px) {
    #error-section .error-btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 340px) {
    #section-div .blog-info .blog-tags ul li {
        margin: 0 3px 0 0;
    }
    
    #error-section h1 {
        font-size: 155px;
    }
    
    #error-section .error-btn {
        font-size: 14px;
        padding: 10px 40px;
    }
    
    #error-section .error-form input {
        width: 79%;
    }
}

