/**
 * script.min protected under GLP.
 */

 html {
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif;
 }
 body {
    font-family: "Roboto", sans-serif;
 }
/**
 * Font
 */
 h1, h2, h3, h4, h5, h6, a, p, b, span, time {
    font-family: "Roboto", sans-serif;
 }
 @media only screen and (min-width: 1025px) {
    p, a {
        font-size: calc(1rem + .2vw);
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: calc(.7rem + .3vw);
    }
    .navbar-expand-md .navbar-collapse {
        justify-content: flex-end;
    }
 }
 .toggler {
    display: none!important;
 }
 .anchor {
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
 }
 .hide {
    display: none;
 }
 h1, h2, h3, h4, h5, h6, p {
    color: #343331;
 }
 span {
    color: #727272;
 }
 .bolder, strong, b, small {
    font-weight: 700!important;
 }
 .thin {
    font-weight: 400!important;
 }
 .btn {
    padding: 15px 75px;
 }
 .btn:hover {
    opacity: .8;
    transition: .5s ease-in-out;
 }
 .btn-cta {
    padding: 15px 75px!important;
 }
 .btn-second {
    padding: 15px 75px!important;
 }
 .container a {
    color: #727272;
    text-decoration: none;
    transition: 0.5s ease-in-out;
 }
 .container a:hover {
    color: #727272;
 }
 .color-white {
    color: #fff!important;
 }
 .color-green {
    color: #727272!important;
 }
 .color-gray {
    color: #343331!important;
 }
 .btn-style {
    background-color: #212529;
    padding: 5px 60px;
    border: none;
    font-size: 24px;
    border-radius: 6px;
    font-weight: 600;
    color: #727272;
}
.btn-style:hover {
    background-color: #ffffff;
    color: #ffffff;
}
.mais-noticias-btn {
    background-color: #727272;
    color: #fff!important;
    border-radius: 3px;
    transition: .5s ease-in;
    padding: 5px 15px 8px 15px;
    text-transform: uppercase;
    cursor: pointer;
}
.mais-noticias-btn:hover {
    background-color: #343331;
    opacity: .7;
}
.pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.pagination .page-numbers {
    padding: 0 10px;
}
.pagination .current {
    font-weight: bold;
}
.pagination .dots {
    font-weight: bold;
}
.pagination .next {
    font-weight: bold;
}
.pagination .a {
    color: #727272;
}
.pagination .a:hover {
    color: #343331;
}
.square-transparent {
    background-color: inherit;
}
.square-grey {
    background-color: #f3f4f5;
}
.down-arrow {
    display: flex;
    justify-content: center;
}
.cli-style-v2 {
    color: #343331;
}

/* theme settings */
@media (min-width: 0px) { 
    /* default */
    #ms-header .bg-light,
    #footer .bg-light {
        background-color: #fff!important;
    }
    #ms-header .bg-light .navbar-nav .nav-link {
        color: #303030!important;
        transition: .5s ease-in-out;
    }
    #ms-header .bg-light .navbar-nav .nav-link:hover {
        text-decoration: underline;
    }
    /* primary */
    #ms-header .bg-primary,
    #footer .bg-primary {
        background-color: #0b3cd6!important;
    }
    #ms-header .bg-primary .navbar-nav .nav-link {
        color: #fff!important;
        transition: .5s ease-in-out;
    }
    #ms-header .bg-primary .navbar-nav .nav-link:hover {
        text-decoration: underline;
    }
    /* dark */
    #ms-header .bg-dark,
    #footer .bg-dark {
        background-color: #252525!important;
    }
    #ms-header .bg-dark .navbar-nav .nav-link {
        color: #fff!important;
        transition: .5s ease-in-out;
    }
    #ms-header .bg-dark .navbar-nav .nav-link:hover {
        text-decoration: underline;
    }
}

/*nav toggler mobile */
.navbar-toggler {
    background-color: transparent!important;
    border: unset!important;
}
.navbar-toggler span {
    background: #fff!important;
}

/*whatsappbtn*/
    #whatsapplink {
        color: transparent;
        transition: .5s ease-in-out;
        z-index: 10;
    }
    #whatsappclickbtn {
        background-image: url(/wp-content/themes/sunnydays/build/imgs/logo-whatsapp.png);
        background-color: transparent;
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 15%;
        width: 60px;
        height: 60px;
        cursor: pointer;
        position: fixed;
        right: 20px;
        bottom: 20px;
        transition: .5s ease-in-out;
        z-index: 10;
    }
    #whatsappclickbtn:hover {
        background-color: #727272;
        box-shadow: 0px 0px 0px 3048px #000000a6;
    }
    #whatsapptxt {
        font-size: 16px;
        width: 150px;
        margin-right: 50px;
        height: auto;
        cursor: pointer;
        position: fixed;
        right: 20px;
        bottom: 5px;
        transition: .5s ease-in-out;
        z-index: 11;
    }
    #whatsapptxt {
        color: transparent;
        transition: .5s ease-in-out;
        z-index: 11;
    }

    /* slickdots */
    .slick-dots li { /* fix one image dots */
        display: inline-block;
    }
    .slick-dots li:only-child {
        display: none; /* fix one image dots */
    }
    .slick-dots {
        min-width: 170px;
        display: flex;
        justify-content: center;
        align-content: flex-end;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 10px;
        padding-inline-start: 0px;
        z-index: 6;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li.slick-active button:before {
        font-size: 38px;
        color: #727272;
    }
    .slick-dots li button:before {
        font-size: 48px;
        font-family: 'slick';
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        color: #727272;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li a, .slick-dots li span {
        color: #fff!important;
        padding-left: 9px;
        font-size: 16px;
    }
    .slick-dots .slick-active a, .slick-dots .slick-active .dot {
        color: #ffffffa8!important;
    }

    /*forms*/
    .wpcf7 {
        padding: 0 25%;
    }
    .wpcf7 label,
    .wpcf7 span,
    .wpcf7 input {
        width: 100%;
    }
    .wpcf7 textarea {
        width: 100%;
        height: 170px;
    }

    .wpcf7-submit {
        background: #0b3cd6;
        border: none;
        color: #fff;
        transition: .5s ease-in-out;
        min-height: 50px;
    }
    .wpcf7-submit:hover {
        background: #ef4736; 
        border: none;
        color: #fff;
        text-decoration: underline;
    }

    /* fixed header bug on mobile due to inline-block */
    .wpcf7-spinner {
        display: block!important;
        margin: 0px!important;
    }

 /*header*/
    #header {
        min-height: 150px;
        box-shadow: 0px 5px 20px #00000038;
        transition: .5s ease-in-out;
        font-size: 18px;
        z-index: 999;
    }
    #header #navbar #menu-main-menu {
        width: 70%;
        display: flex;
        justify-content: flex-end;
        transition: .5s ease-in-out;
        padding-right: 30px;
    }
    #header #menu-buttons {
        width: 30%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        padding-left: 40px;
        border-left: solid 2px #e1e3e4;
        height: 50px;
    }
    #header #menu-buttons .btn-area {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #header #menu-buttons .btn-area .menu-btn {
        padding: 0.4rem 0.9rem;
        margin-right: 0.5rem;
    }
    #header #menu-buttons .btn-area .menu-btn-a {
        background-color: #343331;
        color: #fff;
        border-radius: 3px;
        transition: .5s ease-in;
    }
    #header #menu-buttons .btn-area .menu-btn-b {
        background-color: #727272;
        color: #fff;
        border-radius: 3px;
        transition: .5s ease-in;
    }
    #header #menu-buttons .btn-area .menu-btn-a:hover {
        background-color: #727272;
        opacity: .7;
    }
    #header #menu-buttons .btn-area .menu-btn-b:hover {
        background-color: #343331;
        opacity: .7;
    }
    #header .logo-size {
        height: 100px;
        transition: .5s ease-in-out;
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
        text-decoration: underline;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        text-decoration: underline;
    }
    #menu-social-links {
        width: 25%;
        margin-left: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        transition: .5s ease-in-out;
    }
    #menu-social-links a {
        color: inherit;
        transition: .5s ease-in-out;
    }
    #menu-social-links a:hover {
        color: #727272;
    }

/*footer*/
    #footer {
        color: #fff;
    }
    #footer #logo-footer {
    width: 65%;
    max-width: 220px;
    height: auto;
    }

 /* bootstrap menu hamburguer */
    .animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .animated-icon1 span {
    background: #343331;
    height: 4px;
  }
  .animated-icon1 span:nth-child(1) {
    top: 0px;
  }
  .animated-icon1 span:nth-child(2) {
    top: 10px;
  }
  .animated-icon1 span:nth-child(3) {
    top: 20px;
  }
  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }  

/*Parallax breakpoint fix*/
@media only screen and (min-width: 1200px) {
    .parallax {
      background-attachment: scroll;
    }
}

/*Admin bar fix*/
@media screen and (max-width: 600px){
    #wpadminbar {
        position: fixed;
    }
}
@media screen and (max-width: 781px){
    body.admin-bar #header.fixed-top {
        top: 47px!important;
    }
}

/*Menu Hamburguer fix*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #header {
        font-size: 15px!important;
    }
    #header #menu-buttons {
        width: 22%;
        height: 120px;
    }
    #header #navbar #menu-main-menu {
        width: 78%;
    }    
    #header #menu-buttons .btn-area{
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-evenly;
        align-content: center;
    }
    #header .logo-size {
        height: 100px;
    }
    #header #menu-buttons .btn-area .menu-btn {
        margin-right: 0
    }
    #footer #logo-footer {
        width: 65%;
    }
    #footer .f-content-brand .content-l2 {
        font-size: 13px;
    }
    #footer .f-content .content-l1, 
    #footer .f-content .content-l2, 
    #footer .f-content .content-l3 {
        font-size: 13px;
    }
    #footer .f-content p, 
    #footer .f-content a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    #header #navbar #menu-main-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: flex-end;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-end;
        padding: 50px 0 0 0;
        margin: 0;
    }
    .navbar-collapse {
        padding: 20px 50px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: center;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent!important;;
        color: transparent!important;;
    }
    .navbar-toggler:focus {
        -webkit-box-shadow: unset!important;
        border-color: unset!important;
        box-shadow: unset!important;
    }
    #header #menu-buttons {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        flex-direction: row;
        padding-left: 0;
        border-left: none;
        height: 140px;
        align-content: center;
        align-items: center;
    }
    #header #menu-buttons .btn-area {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        align-content: flex-end;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        width: 100%;
        height: 100%;
        text-align: right;
    }
    #header #menu-buttons .btn-area .menu-btn {
        margin-right: 0
    }
    #header .collapsing .navbar-nav {
        display: none!important;
    }
}

    /* some tweaks */
    .cli-tab-footer .wt-cli-privacy-accept-btn {
        background-color: #727272!important;
    }
    .cli-switch input:checked+.cli-slider {
        background-color: #727272!important;
    }

    /**************************WORKING HERE***************************************/

/*Desktop breakpoints*/
@media only screen and (min-width: 2001px) {
    #box-contato .popup-modal {
        width: 60%;
    }
}
@media only screen and (min-width: 1801px) and (max-width: 2000px) {
    #box-contato .popup-modal {
        width: 70%;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    #box-contato .popup-modal {
        width: 80%;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    #box-contato .popup-modal {
        width: 83%;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    #header .logo-size {
        height: 100px;
    }
    #footer #logo-footer {
        width: 70%;
    }
    #box-contato .popup-modal {
        width: 85%;
    }

}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    #header .logo-size {
        height: 100px;
    }
    #footer #logo-footer {
        width: 60%;
    }
    #footer .f-content-brand .content-l2 {
        font-size: 16px;
    }
    #footer .f-content .content-l1, 
    #footer .f-content .content-l2, 
    #footer .f-content .content-l3 {
        font-size: 16px;
    }
    #footer .f-content p, 
    #footer .f-content a {
        font-size: 16px;
    }
    #box-contato .popup-modal {
        width: 85%;
    }
}

.header-scrolled .navbar-brand .logo-size {
    height: 60px!important;
}
.header-scrolled {
    min-height: 0px!important;
}
@media (max-width: 1024px) { 
    .header-scrolled {
        min-height: 0px!important;
    }
    .header-scrolled .navbar-brand .logo-size {
        height: 35px!important;
    }
}

/*General mobile breakpoints*/
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 2rem!important;
    }
    .navbar-brand img {
        padding-left: 1rem;
    }
    #header .logo-size {
        height: 50px;
    }
    #header {
        min-height: 0px;
    }
    #cookie-law-info-again {
        left: 40px;
    }
    #footer p {
        margin-top: -40px;
        font-size: 15px;
    }
    .wpcf7 {
        padding: 0;
    }

    /**************************WORKING HERE***************************************/

}
@media only screen and (max-width: 767px) {
    #footer #logo-footer {
        width: 85%;
        height: auto;
        padding: 0;
    }
}

/*Mobile breakpoints*/
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    #box-contato .popup-modal {
        width: 70%;
    }
    
}
@media only screen and (min-width: 581px) and (max-width: 767px) {
    #box-contato .popup-modal {
        width: 85%;
    }
}
@media only screen and (min-width: 421px) and (max-width: 580px) {
    #box-contato .popup-modal {
        width: 92%;
    }
}
@media only screen and (min-width: 376px) and (max-width: 420px) {
    #box-contato .popup-modal {
        width: 92%;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    #box-contato .popup-modal {
        width: 92%;
    }
}
@media only screen and (max-width: 320px) {
    #box-contato .popup-modal {
        width: 92%;
    }
}

/* cookie law tweaks */
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
    font-size: 1.5rem!important;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
    font-size: 1rem!important;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
    font-size: 1rem!important;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    font-size: 1rem!important;
}
.cli-tab-container p, .cli-privacy-content-text {
    font-size: 1rem!important;
}
a.cli-privacy-readmore:before {
    font-size: 1rem!important;
}
.cli-tab-header a.cli-nav-link {
    font-size: 1rem!important;
}/**
 * Slick Slider CSS
 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}