/*
Theme Name: wanderingkite
Theme URI: https://wanderingkite.com/
Author: the WordPress team
Author URI: https://individ-webstudio.hu/
Description: Theme by Kulcsar Tamara
Tags: one-column, custom-colors, custom-menu
Version: 1.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wanderingkite

*/



@import url('https://fonts.googleapis.com/css2?family=Mynerve&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.wp-caption {
    font-size: smaller;
}

.wp-caption-text {
    font-size: smaller;
}

.gallery-caption {
    font-size: smaller;
}

.alignright,
.align-right {
    text-align: right;
}

.alignleft,
.align-left {
    text-align: left;
}

.aligncenter,
.align-center {
    text-align: center;
}

/* === RESET === */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

code,
pre,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

li,
header li,
#main-menu li {
    list-style-type: none;
}

/* === STYLE === */


:root {
    --main-color: #436d33;
}

.ease {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
    color: #383838;
}

ul,
ol {
    padding: 0;
}

ul ul,
ul ul ul,
ol ol,
ol ol ol {
    margin: 0.5rem 0;
}

ol ol,
ol ol ol {
    padding-left: 1rem;
}

ul li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}

ul li::marker {
    color: var(--main-color);
}

.widget ul li {
    margin-left: 0;
}

ol {
    list-style: none;
    counter-reset: my-counter;
}

ol li {
    counter-increment: my-counter;
    margin-bottom: 0.75rem;
}

ol li::before {
    content: counter(my-counter) '.';
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    line-height: 1.5rem;
    color: var(--main-color);
    text-align: center;
    margin-right: 0.5rem;
}

p {
    line-height: 1.5;
    font-weight: 400;
}

a {
    color: var(--main-color);
    text-decoration: none;
}

a:hover {
    color: #bd625e;
    text-decoration: none;
}


h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3.1rem;
    line-height: 3.2rem;
    margin-bottom: 50px;
    margin-top: 0;
}

h2 {
    font-family: "Mynerve", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    color: var(--main-color);
}

h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
}

h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
}

h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
}



button,
.button, .wp-block-button__link {
    font-size: 20px!important;
    font-weight: 400!important;
    background: linear-gradient(to right, #bd625e, #eeaca9);
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    padding: 10px 35px!important;
    text-transform: uppercase;
    margin-top: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15)!important;
    border-radius: 15px;
}

button:hover,
.button:hover, .wp-block-button__link:hover {
    background: linear-gradient(to right, #eeaca9, #bd625e )!important;
    color: #ffffff;
}

.mansory {
    column-width: 33.33%;
    column-count: 3;
    column-gap: 20px;
    column-fill: auto;
}





/* === RESPONSIVE TYPO === */

@media screen and (max-width: 479px) {
    html {
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1919px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1279px) {
    h1 {
        
    }

    h2 {
        
    }
}

@media only screen and (max-width: 645px) {
    h1 {
        
    }

    h2 {
        
    }
}

@media only screen and (max-width: 486px) {
    h1 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 2rem;
        line-height: 2.5rem
    }
}


/* Top */

#top {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); 
    z-index: 999;
    position: relative;
}

#logo {
    width: 270px;
    height: auto
}

.banner {
    background: url(img/banner.jpg) center center no-repeat;
    background-size: cover;
}

#intro-text {
    padding: 0 0 100px 0;
}

#intro-text h2 {
    margin-bottom: 0;
}

#intro-text p {
    margin-top: 0;
    width: 85%;
}

.section-title3 {
    margin-top: 5px;
}

.explore {
    margin-top: -80px;
    padding: 0!important;
}

.wp-image-526 {
    display: block;
    position: relative;      
    bottom: -80px; 
}

.explore-column {
    padding-top: 70px;
}

.populars h2 {
    margin-bottom: 20px;
    margin-top: 180px;
}

.populars h4 {
    margin-top: 0;
}

.populars {
    background-color: #fff;
    padding-bottom: 100px;
}


section {
    padding: 90px 0 60px 0;
}

.page-title {
    background: #efecea;
    padding: 20px 0;
}

.page-title h4 {
    text-align: center;
    margin: 10px 0;
}

.download h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.download h5 {
    margin-top: 20px;
    margin-bottom: 0;
}


/* Home itineraries-tumbnails */

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 25px;  
}

.card-image-wrapper .card-image {
    display: block;
    width: 100%;
    height: auto;
    }

.card-image-wrapper .overlay {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    padding: 25px 30px;
    background: linear-gradient(
        to right,
        rgba(181,192,160,0.8),
        rgba(227,236,208,0.8)
    );
    opacity: 0;
    transition: opacity .3s ease;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    }

.card-image-wrapper:hover .overlay {
    opacity: 1;
}

.overlay-title {
    margin: 0;
    font-weight: 400;
    color: #383838;
    display: flex;
    align-items: center;
    justify-content: left;
}

.overlay-icon {
    margin-left: 20px;
    width: 16px;
    height: auto;
    flex-shrink: 0;
    display: block;
}




/* Tip&Tools */

.post-thumbnail img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 25px;
    margin: 60px 0 30px 0;
}

#articles img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 25px;
}

#articles {
    padding: 60px 0 0 0;
}

#articles h2 {
    color: #436d33;
    margin-top: 0;
    text-align: center;
}

.tip-post {
    margin-bottom: 75px;
}

.tip-content a {
    font-weight: 600;
    color: #bd625e;
}

.tip-content a:hover {
    color: #436d33;
}

.tiptool-content img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 25px;
    margin: 15px 0 0 0;
}

.section-intro {
    margin-bottom: 50px;
    text-align: center;
}

.section-intro p {
    margin-top: 0;
}

.articles-title a {
    color: #383838;
    font-weight: 600;
}

.articles-title a:hover {
    color: #bd625e;
}

#related-posts h2 {
    color: #436d33;
}

#related-posts img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 25px;
    margin: 0;
}


/* City Breaks, Itineraries */

.journey-toc ul li {
    list-style-type: none;
    margin-left: 0;
}

.city-content img, .card-image img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 25px;
    margin-top: 10px;
}

.city-content a {
    font-weight: 600;
    color: #bd625e;
}

.city-content a:hover {
    color: #436d33;
}

body div.my_carousel .prev, body div.my_carousel .next {
    background: #bd625e;
}

body div.my_carousel .prev {
    left: 0;
}

body div.my_carousel .next {
    right: 0;
}

body .my_carousel .prev svg path, body .my_carousel .next svg path {
    fill: #fff!important;
}

.citybreaks-more h2, .itineraries-more h2 {
    color: #436d33;
    text-align: center;
}

.citybreaks-more img, .itineraries-more img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 25px;
}

#citybreaks-list, #itineraries-list {
    margin-top: 60px;
}

.articles-title2 {
    background: linear-gradient(to right, #b5c0a0, #e3ecd0);
    border-radius: 25px;
    padding: 25px 30px;
    margin: 15px 0 0 0;
    display: block;
}

.articles-title__icon {
    margin-left: 20px;
    width: 16px;  
    height: auto;
    flex-shrink: 0; 
    display: block;
}

.articles-title__text {
    font-weight: 400;
    color: #383838;
}

.articles-title__wrap {
  display: inline-flex;
  align-items: center;
}

.destination-title {
    text-align: center;
    margin-top: 60px;;
}

.destination-title h2 {
    color: #436d33;
}

.journey-toc a {
    color: #bd625e;
}

.journey-toc a:hover {
    color: #436d33;
}




/* About me */

.page-content {
    margin-top: 80px;
}

.page-content img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 25px;
}

.h2-titel {
    color: #436d33;
    margin-top: 0;
}

.no-border img {
    box-shadow: none;
    border-radius: 0;
}

.no-border {
    box-shadow: none!important;
    border-radius: 0!important;
}

body section.full-wide > .content-box {
    max-width: 1280px;
}



/* Oldalak alján shortcode */

.section-title {
    color: #436d33;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.section-title2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 55px;
}

.tip-card h5 {
    color: #383838;
    margin-top: 20px;
    line-height: 1.3;
}

.tip-thumb {
    position: relative;
    width: 100%;
    padding-top: 75%;  
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 25px;
}

.tip-thumb img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
    display: block;
}

.tip-title {
    margin: .5rem 0;
}

.latest-tips__more{
    text-align: center;
    padding-top: 35px;
}

.post-tags a {
    display: block;
    float: left;
    padding: 0.4rem 0.8rem;
    font-size: small !important;
    display: inline-block;
    margin: 0 10px 0 0;
    cursor: pointer;
    background: linear-gradient(to right, #b5c0a0, #e3ecd0);
    color: #383838;
}

.post-tags a:hover,
.tagcloud a:hover {
    background: linear-gradient(to right, #e3ecd0, #b5c0a0);
}


/* Interviews */

.interview-group {
    padding-top: 0;
}

.interview-title {
    font-weight: 600;
    color: #bd625e;
}

.interview-item {
    margin-bottom: 60px;
}

.tip-content a {
    font-weight: 600;
    color: #bd625e;
}

.interview-content img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 25px;
    margin: 15px 0 0 0;
}



/* Footer */

footer {
    background: #efecea;
    padding: 3.5rem 0 2.5rem 0;
    margin-top: 100px;
}

footer ul li {
    list-style-type: none;
}

footer li a {
    color: #436d33;
}

footer li a:hover {
    color: #bd625e;
}

footer li,
footer a {
    padding-bottom: 10px;
    text-align: left;
    margin-left: 0;
    font-weight: 500;
}

footer ul {
    text-align: left;
    margin: 0;
}

body .wp-social-link-instagram, body .wp-social-link-pinterest, body .wp-social-link-facebook {
    background-color: #436d33!important;
}


#copyright {
    padding: 0.3rem 0;
    text-align: center;
    font-size: 14px;
    background: #4e4e4e;
    color: #ffffff;
}

#copyright a {
    color: #fff;
}

#copyright a:hover {
    color: #bd625e;
}



/* ALOLDALAK */



/* About me */

.page-other {
    padding-bottom: 250px;
}


/* Wide */

html {
    overflow-x: hidden;
}

.content-box .wp-block-cb-wide.full-wide,
.content-box .full-wide {
    width: 100vw !important;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 90px 0 60px 0;
    background-color: #efecea;
}

.content-box .wp-block-cb-wide.full-wide > .content-box,
.content-box .full-wide > .content-box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem; 
}


/* Travel resources */

.travel-titel {
    background: linear-gradient(to right, #b5c0a0, #e3ecd0);
    border-radius: 25px;
    padding: 25px 30px;
    margin: 15px 0 0 0;
    display: block;
    font-weight: 400;
}

.travel-titel a {
    color: #383838;
}

.travel-resources a {
    color: #bd625e;
}

.resources-group {
    margin: 40px 0 60px 0;
}

.resources-item {
    padding: 30px 40px;
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.resources-item2 {
    padding: 30px 40px;
    border-radius: 25px;
}

.logo-img img {
    width: 200px;
    height: auto;
    box-shadow: none!important;
}



/* Mailerlite űrlapok */

body #mlb2-28274995.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, 
body #mlb2-28277426.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
    padding: 30px 0 0 0!important;
}

body #mlb2-28274995.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
body #mlb2-28277426.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    padding: 20px 20px !important;
}
 
body #mlb2-28274995.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button,
body #mlb2-28277426.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    font-size: 20px!important;
    font-weight: 400!important;
    background: linear-gradient(to right, #bd625e, #eeaca9);
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    padding: 20px 35px!important;
    text-transform: uppercase;
    margin-top: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15)!important;
    border-radius: 15px!important;
    width: auto!important;
    font-family: 'Poppins', sans-serif !important;
}

body #mlb2-28274995.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover,
body #mlb2-28277426.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
    background: linear-gradient(to right, #eeaca9, #bd625e )!important;
    color: #ffffff;
}

body #mlb2-28274995.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody,
body #mlb2-28277426.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 20px 0 0 0!important;
}








body:not(.home) main {
    padding: 0;
}

.post-meta ul {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    font-size: smaller;
}

.post-meta ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-left: 0;
}


.accordion {
    padding: 50px 0 50px 0;
    clear: both;
    background: #fcf4f1;
}

.accordion .accordion-content {
    display: none;
}

.accordion .accordion-title h2,
.accordion .accordion-title h3,
.accordion .accordion-title h4 {
    margin: 0;
}

.accordion .accordion-title {
    cursor: pointer;
    margin: 0;
    line-height: 1.3;
    color: inherit;
    padding: 0.25rem 0.5rem 0.25rem 2rem;
    position: relative;
}

.accordion .accordion-title:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 0.6rem;
    width: 0.6rem;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.3rem;
    transform: rotate(45deg);
    vertical-align: top;
}

.accordion .accordion-title.active,
.accordion .accordion-title:hover {
    color: var(--main-color);
}

.accordion .active h4 {
    border-bottom: none;
}

.accordion .accordion-title.active:after,
.accordion .accordion-title:hover:after {
    transform: rotate(135deg);
    left: 0.25rem;
    margin-top: -0.35rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.accordion .accordion-content {
    margin: 0;
    padding: 1rem 2rem;
    overflow: hidden;
}

.accordion .accordion-content p {
    line-height: 1.4 !important;
}

.accordion .accordion-content p:last-of-type {
    margin: 0 !important;
}





.pagination {
    clear: both;
    text-align: center;
    margin-top: 2rem;
}

.nav-links .current {
    color: var(--main-color);
    font-weight: bold;
}

.nav-links {
    display: inline-block;
    border-right: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.nav-links a,
.nav-links span {
    display: block;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: inherit;
    border-left: solid 1px #ddd;
}

.nav-links a:hover {
    background: #eee;
}

#searchform {
    position: relative;
    width: 100%;
}

#searchform input[type="text"] {
    width: 100%;
    margin: 0;
}

#searchform button {
    border: none;
    height: 100%;
    width: 30px;
    position: absolute;
    right: 10px;
    background: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
}

#searchform svg {
    border: none;
    height: 60%;
    width: 30px;
}

#gotop {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: #bd625e;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
}

#gotop svg {
    width: 1rem;
    height: 1rem;
    display: block;
}

#gotop svg path {
    fill: #fff;
}


/* Cookie banner */

body .cky-btn-customize, body .cky-btn-preferences, body .cky-btn-accept {
    border: 1px solid #436d33!important;
}

body .cky-btn-customize, body .cky-btn-reject, body .cky-btn-accept, body .cky-btn-preferences {
    margin-top: 0!important;
}

body .cky-notice .cky-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

body .cky-consent-container .cky-consent-bar {
    border-radius: 15px;
}

body .cky-btn, body .cky-btn-customize {
    font-size: 14px!important;
}

body .cky-btn:hover, body .cky-btn-customize:hover {
    background: #b7c2a2!important;
    border: solid 1px #b7c2a2!important;
}

body .cky-btn-close {
    background: transparent!important;
    box-shadow: none!important;
    color: #383838!important;
}

body .cky-btn-close:hover {
    background: none!important;
}

body .cky-show-desc-btn, body .cky-accordion-btn {
    font-size: 14px!important;
    box-shadow: none!important;
    background: transparent!important;
    color: #436d33!important;
}

body .cky-accordion-btn {
    padding-top: 0!important;
    font-weight: 600!important;
}






/* Töréspontok */


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

@media only screen and (max-width: 1280px) {
    .populars h2 {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 1170px) {
    .populars h2 {
        margin-top: 80px;
    }
    .explore {
    padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 50px 0;
    }

    .qualification p {
        width: 100%;
        text-align: left;
    }
    button, .button, .wp-block-button__link {
        font-size: 18px!important;
        padding: 5px 25px!important;
    }
    #logo {
        width: 200px;
        height: auto
    }
    .card-image-wrapper .overlay {
        opacity: 1;
    }
}

@media only screen and (max-width: 781px) {
    .column1 {
        order: 2;
    }
    .column2 {
        order: 1;
    }
    .resources-group {
        margin: 40px 0 0 0;
    }
}

@media only screen and (max-width: 486px) {
    section {
        padding: 30px 0;
    }
    #intro-text {
        padding: 0 0 30px 0;
    }
    .page-content {
        margin-top: 50px;
    }
    .footer-logo img {
        max-width: 40%!important;
        margin-bottom: 15px;
    }
}