/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1589879577
Updated: 2020-05-19 10:12:57

*/
.page .entry-title {
display: none;
}
h1.entry-title {
    text-align: center;
	display:none !important;
}

.post h3, .archive h3 {
    color: #982c2c;
    font-size: 1.6rem;
    margin: 0;
}

.post h4, .archive h4 {
    color: #012c6d;
    font-size: 1.2rem;
    margin: 0;
}

.category article.post {
    width: calc(50% - 20px) !important;
    margin: 10px !important;
    height: 200px;
}

.category .page-content {
    display: flex;
    flex-wrap: wrap;
}

.category .post img {
	height: 200px;
	width: 100%;
	margin: 0;
}

.category article .entry-title {
    width: fit-content;
    background: #f4ebb3;
    display: block;
    position: absolute;
    transform: translateY(120px);
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    font-family: "Josefin Sans", Sans-serif;
    font-weight: 500;
    color: #CB3030;
}

.category article.post:hover .entry-title {
    background: #d31d1d;
}

.category article.post:hover .entry-title a {
    color: #ffffff;
}

.category article.post:hover img {
    transform: scale(1.1);
}

.category article.post img {
    transition: .3s
}

.category article.post {
    overflow: hidden;
    transition-delay: .3s
}

.category article.post .entry-title,
.category article.post:hover .entry-title {
    z-index: 5;
}

@media screen and (max-width: 576px) {
    #breadcrumbs {
        max-width: 500px;
    }
}
@media screen and (max-width: 768px) {
    #breadcrumbs {
        max-width: 600px;
    }
}
@media screen and (max-width: 992px) {
    #breadcrumbs {
        max-width: 800px;
    }
}
@media screen and (max-width: 1200px) {
    #breadcrumbs {
        max-width: 960px;
    }
}

#breadcrumbs {
    margin-right: auto;
    margin-left: auto;
    max-width: 1270px;
}

@media screen and (min-width: 767px) {
    .home .gallery-item img {
        height: 275px;
    }
}


/* Menu Desktop */

#header .menu > li {
    font-family: "CANTER TAHITI", pavanam;
    font-size: 25px !important;
    font-weight: normal !important;
    letter-spacing: 1px !important;
}

@media screen and (min-width: 1000px){
    #header .main-menu {
        padding:  0;
        margin:  0;
        list-style: none;
        text-align: left;
    }
    .main-menu li {
        margin: 0px 10px !important;
        font-family: "Josefin Sans", Sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        padding: 4px 3px 0px 3px;
    }
    .main-menu li a { color: #982c2c; }
    #header .main-menu > li { 
        display:  inline-block; 
        position: relative;
    }
    #header .main-menu > li:hover { 
        position: relative;
        z-index: 2;
    }
    #header .main-menu > li > a {
        color: #4f5151;
        text-transform: uppercase;
        padding: 0 10px;
        line-height: 50px;
        display: block;
        text-decoration: none;
        position: relative;
        transition: 0.2s ease-in-out;
    }

    #header .main-menu > li > a:hover,
    #header .main-menu > li:hover > a{ text-decoration: none; }

    #header .sub-menu { display: none; }

    #header .main-menu > li:hover .sub-menu { display: block!important; }

    #header .main-menu > li .sub-menu {
        position:  absolute;
        text-align: left;
        list-style:  none;
        padding: 0;
        background: rgba(255, 255, 255, 0.75);
        z-index: 2;
        min-width: 160px;
    }

    #header .menu > li .sub-menu > li > a {
        padding: 3px 10px;
        line-height: 25px;
        color: #ffffff;
        background: rgba(79, 81, 81, .7);
        text-transform: uppercase;
        display: block;
        font-size: 19px;
        text-decoration: none;
        position: relative;
        transition: 0.2s ease-in-out;
    }
    .menu-item-has-children {
        z-index: 2;
    }
    #header .menu > li .sub-menu > li:last-of-type > a { border-bottom:none; }

    #header .menu > li .sub-menu > li > a:hover {
        color:#6ec1e4;
        text-decoration:none
    }
}

@media screen and (max-width: 1350px){ #header .menu > li > a {font-size: smaller;} }
@media screen and (max-width: 1300px) and (min-width: 1100px){ #header .menu > li > a { padding: 0px 15px; } }
@media screen and (max-width: 1000px){ #header .menu{ text-align: right; } }


/* Responsive nav */
input#burger, .book-resp, .tel-resp{
    display: none;
}

@media screen and (min-width: 1000px){
    #nav-wrap label { display: none; }* .current-menu-item {
        border-bottom: #982c2c 2px solid;
        background: #982c2c;
    }
    .current-menu-item a {
        color: #ffffff !important;
    }*/
    nav#nav-container {
        z-index: 998;
        display: flex;
        flex-wrap: wrap;
    }
    .menu-item-has-children:after {
        color: #4f5151;
        font-size: 20px;
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: block;
        z-index: -1;
        content: "";
        top: 12px;
        right: -8px;
    }
    .menu-item-has-children {
        margin-right: 15px;
    }
    .home .elementor-section-wrap {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1000px){
    #header{
        top: 0;
        left:  0;
        width: 100%;
        z-index: 998;
        display: block!important;
        height: 50px;
    }

    #nav-wrap input + label{
        position: relative;
        top: 10px;
        right: 0px;
        height: 20px;
        width: 2rem;
        z-index: 15;
    }

    #nav-wrap input + label span{
        position: absolute;
        width: 25px;
        height: 3px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        display: block;
        background: #982c2c;
        transition: .5s;
    }

    #nav-wrap input + label span:first-child{
        top: 3px;
    }

    #nav-wrap input + label span:last-child{
        top: 17px;
    }

    #nav-wrap label:hover{
        cursor: pointer;
    }

    #nav-wrap input:checked + label span{
        opacity: 0;
        top: 50%;
    }

    #nav-wrap input:checked + label span:first-child{
        opacity: 1;
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    #nav-wrap input:checked + label span:last-child{
        opacity: 1;
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    #nav-wrap input ~ #nav-container {
        top: 0;
        left: 0;
        width: 100%;
        position: relative;
        height: 50px;
        z-index: 3;
        transition: .2s;
        transition-delay: .2s;
        overflow: hidden;
    }

    #nav-wrap input ~ #nav-container ul{
        max-width: 22rem;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        margin: 0;
        list-style: none;
        padding: 0;
        width: 90%;
    }

    #nav-wrap input ~ #nav-container > div > ul > li{
        opacity: 0;
        transition-delay: 0s;
        padding: 0;
        width: 100%;
        cursor: pointer !important;
        display: block;
        position: relative;
    }

    #header .menu > li > a:hover, #header .menu > li:hover > a, 
    #header .menu > li.current_page_item > a, 
    #header .menu > li.current-menu-ancestor > a{
        background: transparent!important;
        color: #ffc317!important;
    }

    .menu-item-has-children:after {
        color: #4f5151;
        right: 0;
        font-size: 20px;
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: block;
        z-index: -1;
        content: "";
        top: -3px;
    }

     .menu-item-has-children:hover::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
            transform: rotate(180deg);
    }

    #nav-wrap input ~ #nav-container ul > li > a{
        padding: 0!important;
    }

    #nav-wrap input ~ #nav-container  ul > li > a{
        font-size: 18px !important;
        margin: 0 !important;
        position: relative;
        line-height: 2!important;
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        color: #6ec1e4!important;
        letter-spacing: 0.1rem;
        border-right: 0!important;
        border-bottom: 0 !important;
    }
    #nav-wrap input ~ #nav-container  ul > li {
        margin: 5px 0 !important;
        display: block;
        position: relative;
    }

    #nav-wrap a, #nav-wrap a *{
        text-decoration: none;
        line-height: 1!important;
    }
    #nav-wrap input ~ #nav-container ul > li > a{
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        color: #4f5151 !important;
        letter-spacing: 0.1rem;
        border-right: 0!important;
        border-bottom: 0 !important;
    }

    #nav-wrap input:checked ~ #nav-container {
        height: 100%;
        transition-delay: 0s;
        position: fixed;
        z-index: 9;
        background: rgb(244, 235, 179);
    }

    #nav-wrap input:checked ~ #nav-container > div > ul > li{
        opacity: 1;
        transition-delay: .2s;
        position: relative;
    }
    
    #nav-wrap .sub-menu li{ 
        display: block;
        float: none; 
    }
    #nav-wrap .sub-menu li a{
        width: auto;
        min-width: 100px;
        padding: 0 20px;
    }
    #nav-wrap .menu-item-has-children:hover .sub-menu {
        height: 100%!important;
        padding-top: 10px!important;
        overflow: visible!important;
        opacity: 1!important;
    }
    #nav-wrap input ~ #nav-container > div > ul > li > a{
        padding: 0!important;
    }
    #nav-wrap input ~ #nav-container > div > ul ul{
        position: relative;
        width: 100%;
        padding-top: 0;
        height:  0;
        opacity: 0;
        overflow: hidden;
        transition:all .2s ease-in-out .2s;
        padding-left: 0 !important;
    }
    #nav-wrap input ~ #nav-container > div > ul ul > li > a{
        font-size: 18px !important;
        margin: 0 !important;
        position: relative;
        line-height: 2!important;
        text-transform: uppercase;
        display: block;
        font-weight: 300;
        letter-spacing: 0.1rem;
        border-right: 0!important;
        border-bottom: 0 !important;
    }
    #nav-wrap input ~ #nav-container > div > ul ul > li {
        margin: 5px 0 !important;
        display: block;
        position: relative;
    }
    #nav-wrap input:checked ~ label {
        position: fixed;
        top: 1em;
        left: 1em;
    }
}

@media screen and (max-width: 500px){
    #nav-wrap input ~ #nav-container.main-menu ul > li { padding: .33rem; }
    #nav-wrap input ~ #nav-container.main-menu ul > li { margin: .25rem!important; }
}

.main-menu {
    list-style-type: none;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1000px){
    ul#menu-1-185aa1da {
        flex-wrap: wrap;
        width: 100%;
        display: flex;
    }
    .elementor-354 .elementor-element.elementor-element-1b4460d,
    .elementor-354 .elementor-element.elementor-element-f6a3a5e,
    .elementor-1319 .elementor-element.elementor-element-d29a64c,
    .elementor-1319 .elementor-element.elementor-element-3d73d38,
    .elementor-595 .elementor-element.elementor-element-688775d,
    .elementor-595 .elementor-element.elementor-element-0373701,
    .elementor-42 .elementor-element.elementor-element-eb46daf,
    .elementor-42 .elementor-element.elementor-element-31b88cc
    {
        padding: 10px !important;
    }
    .category article.post {
        width: calc(100% - 20px) !important;
        margin: 10px !important;
        height: 200px;
    }
    h2 {
        font-size: 25px !important;
    }
    .elementor-354 .elementor-element.elementor-element-406c07e5 .elementor-heading-title {
        font-size: 23px;
    }
    h1.elementor-headline.elementor-headline-animation-type-slide {
        text-align: center !important;
    }

}