diff --git a/wagabunda.net.pl/custom.js b/wagabunda.net.pl/custom.js index 82f5f3a..815402a 100644 --- a/wagabunda.net.pl/custom.js +++ b/wagabunda.net.pl/custom.js @@ -1,11 +1,9 @@ - // function addGoogleReviews() { // let topHeader = document.getElementById('main-header') // if (!topHeader) return console.log('topHeader not found'); // let topHeaderMain = topHeader.querySelector('.functional-header .main') // if (!topHeaderMain) return console.log('topHeaderMain not found'); - // let children = topHeaderMain.querySelectorAll(':scope > div') // if (children.length > 1) { @@ -26,25 +24,24 @@ // addGoogleReviews() - function addBtnHomePage() { - let slider = document.getElementById('widget197464156'); - if (!slider) return; + let slider = document.getElementById('widget197464156') + if (!slider) return - let sliders = slider.querySelectorAll('.carousel .carousel-inner .item'); - console.log(sliders); - - sliders.forEach(function (item) { - let newLink = document.createElement("a"); - newLink.innerHTML = "Skontaktuj się z nami"; - newLink.href = "/contact"; - newLink.className = "extra-link btn"; + let sliders = slider.querySelectorAll('.carousel .carousel-inner .item') + console.log(sliders) - item.querySelector('.text-container').appendChild(newLink); - }); + sliders.forEach(function (item) { + let newLink = document.createElement('a') + newLink.innerHTML = 'Skontaktuj się z nami' + newLink.href = '/contact' + newLink.className = 'extra-link btn' + + item.querySelector('.text-container').appendChild(newLink) + }) } -addBtnHomePage(); +addBtnHomePage() //! New header let header_html = ` @@ -54,6 +51,7 @@ let header_html = `
+ SPECJALIŚCI OD WAKACJI
@@ -72,13 +70,12 @@ let header_html = `
` -const mainHeader = document.querySelector("#main-header"); -const firstRow = mainHeader.querySelector(".row.sortable-row"); +const mainHeader = document.querySelector('#main-header') +const firstRow = mainHeader.querySelector('.row.sortable-row') if (firstRow) { - firstRow.outerHTML = header_html; -} \ No newline at end of file + firstRow.outerHTML = header_html +} diff --git a/wagabunda.net.pl/styles.css b/wagabunda.net.pl/styles.css index 424ce7f..27140de 100644 --- a/wagabunda.net.pl/styles.css +++ b/wagabunda.net.pl/styles.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{font-family:"Poppins",sans-serif}.text-color-11{color:#0085ed}.btn{border-radius:8px;padding:8px 24px;transition:all 250ms ease-in-out}.btn.background-color-7{background:#ffd024}.btn.background-color-7:hover{background:#ffe37c}.btn.background-color-7.text-color-15{color:#191919}section.search-box div[data-template-type=searchbtn]:not(.grid-stack-item),section.subscriptionsbox div[data-template-type=searchbtn]:not(.grid-stack-item){height:55px !important}section.search-box .fields-container:not(.grid-stack)>.searchbox-dd-item{height:55px !important}section.search-box .fields-additional-button:not(.grid-stack-item),section.subscriptionsbox .fields-additional-button:not(.grid-stack-item){height:55px !important}header#main-header .functional-header .main>div{display:inline-block;min-height:100px;align-content:center}header#main-header .functional-header .main .mobile-menu-item{display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px}header#main-header .functional-header .main .mobile-menu-item .val{font-size:14px;font-weight:400}header#main-header .functional-header .main #logo-image-container img{max-width:100px}header#main-header .functional-header .main .google-reviews img{max-width:80px;width:100%}header#main-header>div:nth-child(2):not(#custom-header){visibility:hidden !important;opacity:0 !important}header#main-header #custom-header{height:140px;padding:15px 0}header#main-header #custom-header .custom-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}header#main-header #custom-header .custom-header .c-col-1{width:calc((100% - 100px)/3)}header#main-header #custom-header .custom-header .c-col-1 img{width:100%;max-width:250px}header#main-header #custom-header .custom-header .c-col-2{width:calc((100% - 100px)/3)}header#main-header #custom-header .custom-header .c-col-2 ul{list-style:none;padding:0;margin:0}header#main-header #custom-header .custom-header .c-col-2 ul li{color:#000;font-size:14px;font-weight:400}header#main-header #custom-header .custom-header .c-col-2 ul li a{color:inherit}header#main-header #custom-header .custom-header .c-col-3{width:calc((100% - 100px)/3)}header#main-header #custom-header .custom-header .c-col-3 ul{list-style:none;padding:0;margin:0}header#main-header #custom-header .custom-header .c-col-3 ul li{color:#000;font-size:14px;font-weight:400}header#main-header #custom-header .custom-header .c-col-3 ul li a{color:inherit}header#main-header #custom-header .custom-header .c-col-4{width:100px}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;row-gap:10px;align-items:center}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header li{color:#000;font-size:14px;font-weight:400}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header li a{color:inherit}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header li img{width:100%;max-width:80px}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header li .btn-social{display:inline-flex;padding:5px 10px;background:#0085ed;flex-direction:row;align-items:center;width:-moz-max-content;width:max-content;color:#fff;border-radius:5px}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header li .btn-social .text{font-size:12px}nav.main-nav ul.mega-menu-content{padding-left:15px;padding-right:15px}nav.main-nav ul.mega-menu-content>li .btn-cart,nav.main-nav ul.mega-menu-content>li .quick-search{background:rgba(0,0,0,0)}nav.main-nav ul.mega-menu-content>li>a{padding:13px 14px 14px}nav.main-nav ul.mega-menu-content>li .elem-in-nav span{font-size:16px}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu{border-color:rgba(25,25,25,.85)}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul{display:flex;flex-direction:column;padding-left:10px;padding-right:10px;border-color:rgba(25,25,25,.16)}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.sub-menu-caption span{color:#0085ed}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item{height:100%}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item:hover{background-color:rgba(0,133,237,.07)}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item>a{flex-direction:column;display:flex;height:100%}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item h2{color:#2a2a2a;font-size:16px;display:flex;flex-direction:column;row-gap:7px}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item h2 .stars i.fa.fa-star.fa-solid{color:#ffd024}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item p{color:#2a2a2a;font-size:14px}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item p.price-details{flex:1;align-content:end}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item p.price-details .price-label{color:#2a2a2a;font-size:14px;font-weight:600}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item p.price-details .text-color-11{color:#0085ed}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item .omnibus .omnibus-label{font-size:10px;color:#2a2a2a}nav.main-nav .quick-search .quick-search-elem input.quick-search-input{color:#fff;font-family:"Poppins",sans-serif;font-size:16px}#widget197464156 .promo-box .carousel .carousel-indicators li{height:10px;width:30px;transition:all 250ms ease-in-out;border:1px solid hsla(0,0%,100%,.6)}#widget197464156 .promo-box .carousel .carousel-indicators li.active{height:10px;width:60px;background:#0085ed}#widget197464156 .promo-box .extra-link{position:relative;background:#ffd024;border-radius:8px;padding:8px 24px;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto;margin-top:20px;text-shadow:none;font-size:14px;line-height:1.42857;color:#2a2a2a;transition:all 250ms ease-in-out}#widget197464156 .promo-box .extra-link:hover{background:#ffe37c}#widget197464161 section.search-box{background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px}#widget197464161 section.search-box .background-color-3{background:rgba(0,0,0,0)}#widget197464161 section.search-box ul.nav-tabs li{background:rgba(0,133,237,.2)}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn{border-radius:3px;background:rgba(0,0,0,0)}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn:hover{background:#ffe37c}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn span{color:#636363;flex-direction:row-reverse;justify-content:space-between;padding:3.5px}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn span i.fa-chevron-down::before{content:""}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn span i.fa-chevron-up::before{content:""}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn span i::before{font-weight:var(--fa-style);font-family:var(--fa-style-family, "Font Awesome 6 Pro");position:absolute;top:calc(50% - 16px);right:0;text-align:center;width:32px;line-height:32px;font-size:22px;color:#0085ed;cursor:pointer}#widget197464161 section.search-box .tab-content form .btn.btn-send{background:#ffd024;border-radius:8px;padding:8px 24px}#widget197464161 section.search-box .tab-content form .btn.btn-send:hover{background:#ffe37c}#widget197464161 section.search-box .tab-content form .btn.btn-send span{color:#2a2a2a}.br-input{border-radius:3px;border-color:#d9d9d9}#widget197464171,#widget197464166{padding-left:0;padding-right:0}body section.offer-box .offer{padding:0;border-radius:5px;box-shadow:rgba(0,0,0,.1) 0px 1px 2px 0px;transition:box-shadow .25s ease-in-out}body section.offer-box .offer:hover{box-shadow:rgba(0,0,0,.1) 0px 8px 16px -4px}body section.offer-box .offer:hover .img-container-wrap .img-container{transition:all 4s linear}body section.offer-box .offer .img-container-wrap .img-container{border-top-left-radius:4px;border-top-right-radius:4px;transition:all 300ms linear}body section.offer-box .offer .text-container h3{color:#191919;display:flex;flex-direction:column;row-gap:3px;margin-bottom:15px}body section.offer-box .offer .text-container h3 sup.stars{top:0}body section.offer-box .offer .text-container h3 sup.stars i.fa.fa-star.fa-solid{color:#ffd024}body section.offer-box .offer .text-container .box-header *{color:#191919}body section.offer-box .offer .text-container .box-header h4{color:#191919}body section.offer-box .offer .text-container .data p .text-nowrap{color:#191919}body section.offer-box .offer .text-container .data p .text-nowrap span{color:#191919}body section.offer-box .offer .text-container .data>*{display:flex;flex-direction:column;row-gap:5px}body section.offer-box .offer .text-container .data .price span{color:rgba(0,133,237,.8);font-size:28px;font-weight:400}body section.offer-box .offer .text-container .data .price span sup{color:rgba(0,133,237,.8)}body .offerlist-box{padding:0;border-radius:5px;box-shadow:rgba(0,0,0,.1) 0px 1px 2px 0px;transition:box-shadow .25s ease-in-out}body .offerlist-box:hover{box-shadow:rgba(0,0,0,.1) 0px 8px 16px -4px}body .offerlist-box .img-container-wrapper .img-container{border-top-left-radius:4px;border-top-right-radius:4px}body .offerlist-box ul.offers li:not(:last-child){border-bottom:1px solid #f2f2f2}body .offerlist-box ul.offers li:last-child{border-bottom:none}body .offerlist-box ul.offers li:hover:not(.link-to-more-offers) a{background:#f2f4f7}body .offerlist-box ul.offers li.link-to-more-offers .more{color:#2a2a2a;font-size:14px}body .offerlist-box ul.offers li.link-to-more-offers .more span{color:#2a2a2a;margin-left:5px}body .offerlist-box ul.offers li a{margin:5px 10px;border-radius:5px;transition:all 250ms ease-in-out}body .offerlist-box ul.offers li a .name span{color:#2a2a2a;font-size:16px;font-weight:600}body .offerlist-box ul.offers li a .price strong{color:rgba(0,133,237,.8);font-size:18px;font-weight:600}body .offerlist-box ul.offers li a .price strong sup{color:rgba(0,133,237,.8)}body .offerlist-box ul.offers li a .omnibus span{color:#191919}.section-header{background:#0085ed;border-radius:5px !important}.section-header h2{font-weight:300}main#mainCol .object-listing-elem.elem-booking>.elem-details>.elem-name h1{color:#191919;display:flex;flex-direction:column;row-gap:3px;margin-bottom:15px}main#mainCol .object-listing-elem.elem-booking>.elem-details>.elem-name h1 .stars i.fa.fa-star.fa-solid{color:#ffd024}main#mainCol .object-listing-elem.elem-booking>.elem-details table.elem-meta tbody tr:nth-child(even) td.meta-label{border-top-left-radius:10px;border-bottom-left-radius:10px}main#mainCol .object-listing-elem.elem-booking>.elem-details table.elem-meta tbody tr:nth-child(even) td.meta-value{border-top-right-radius:10px;border-bottom-right-radius:10px}main#mainCol .object-listing-elem.elem-booking>.elem-details table.elem-meta tbody tr td{padding:8px 10px;vertical-align:middle}main#mainCol .object-listing-elem.elem-booking>.merlin-gallery-container .merlin-gallery .btn.br-btn.disabled{background:#ffe37c;opacity:.6}main#mainCol .object-listing-elem.elem-booking>.merlin-gallery-container .merlin-gallery .btn.br-btn i{font-weight:300}main#mainCol .object-listing-elem.elem-booking ul.facilities li{background:rgba(0,0,0,0);border-radius:5px}main#mainCol section.occupancy-editor form#occupancy-form>div{border-radius:5px;background:rgba(0,133,237,.2)}main#mainCol section.occupancy-editor form#occupancy-form>div .background-color-7{background:#ffd024}main#mainCol section.occupancy-editor form#occupancy-form>div .text-color-7{color:#2a2a2a}main#mainCol section.occupancy-editor form#occupancy-form>div span{border-color:#ffd024}main#mainCol section.occupancy-editor form#occupancy-form>div span.disabled{background:#ffe37c !important}main#mainCol section.occupancy-editor form#occupancy-form>div span i.fa-plus,main#mainCol section.occupancy-editor form#occupancy-form>div span i.fa-minus{color:#2a2a2a}section[id="197674051"] .section-content{padding-left:0;padding-right:0;margin:100px 0 50px}section[id="197674051"] .section-content h2{color:#2a2a2a;font-size:24px;font-family:"Poppins",sans-serif;font-weight:700;margin:0 0 20px 0}body .checkbox-stack{position:relative !important;width:16px !important;height:16px !important;flex:0 0 16px !important;margin-top:3px !important;margin-right:6px !important;inset:0 !important}body .checkbox-stack label.last-plan{width:16px !important;height:16px !important;position:absolute;inset:0 !important}body .checkbox-stack label.last-plan::before{content:"" !important;width:10px !important;height:10px !important;background:rgba(0,0,0,0) !important;background:rgba(0,0,0,0) !important;border-radius:3px !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important}body .checkbox-stack label.first-plan::before{content:"" !important;inset:0 !important;width:16px !important;height:16px !important;background:rgba(0,0,0,0) !important;border:1px solid #0085ed !important;border-radius:4px !important}body .checkbox-stack input[type=checkbox]:checked+label.last-plan::before{background:#0085ed !important}body .checkbox-stack2{position:relative !important;display:inline-block;width:16px !important;height:16px !important;flex:0 0 16px !important;margin-right:6px !important;inset:0 !important}body .checkbox-stack2 label.last-plan{width:16px !important;height:16px !important;position:absolute;inset:0 !important}body .checkbox-stack2 label.last-plan::before{content:"" !important;width:10px !important;height:10px !important;background:rgba(0,0,0,0) !important;background:rgba(0,0,0,0) !important;border-radius:3px !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important}body .checkbox-stack2 label.first-plan::before{content:"" !important;inset:0 !important;width:16px !important;height:16px !important;background:rgba(0,0,0,0) !important;border:1px solid #0085ed !important;border-radius:4px !important}body .checkbox-stack2 input[type=checkbox]:checked+label.last-plan::before{background:#0085ed !important}#offer-details .object-listing-elem .elem-name h1{color:#191919;display:flex;flex-direction:column;row-gap:3px;margin-bottom:15px}#qtip-1{border-radius:8px}#qtip-1 .qtip-titlebar{border-top-left-radius:8px;border-top-right-radius:8px}#qtip-1 .qtip-titlebar #qtip-1-title{font-size:20px;font-weight:300}#qtip-1 .qtip-titlebar .qtip-close span{display:none}#qtip-1 .qtip-titlebar .qtip-close i{top:0;font-size:20px}#qtip-1 .qtip-content{border-bottom-left-radius:8px;border-bottom-right-radius:8px}#qtip-1 .qtip-content .quick-search-results h1{padding:15px 15px}#qtip-1 .qtip-content .quick-search-results h1 span{display:flex;flex-direction:row;gap:10px;font-size:16px;line-height:1}#qtip-1 .qtip-content .quick-search-results .offer{padding:10px 15px}#qtip-1 .qtip-content .quick-search-results .offer.background-color-18{background:#ffe37c}#qtip-1 .qtip-content .quick-search-results .offer.text-color-12 h3{color:#191919}#qtip-1 .qtip-content .quick-search-results .offer.text-color-12 h4{color:#2a2a2a}#qtip-1 .qtip-content .quick-search-results .offer h3{font-weight:500}section[id="197683748"]{margin-top:50px;margin-bottom:50px}section[id="197683748"] .section-content .ubezpieczenia-head-img{margin-bottom:60px}section[id="197683748"] .section-content .ubezpieczenia-head-img img{display:block;width:100%;max-width:800px;margin-left:auto;margin-right:auto}section[id="197683748"] .section-content h2{color:#2a2a2a;font-size:24px;font-family:"Poppins",sans-serif;font-weight:700;margin:0 0 20px 0}section[id="197683748"] .section-content ul{padding:0;margin:0;list-style:none}section[id="197683748"] .section-content ul li{display:flex;flex-direction:row;align-items:center;-moz-column-gap:20px;column-gap:20px}section[id="197683748"] .section-content ul li:not(:last-child){padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f2f2f2}section[id="197683748"] .section-content ul li .img img{width:79px;height:70px;max-width:unset}section[id="197683748"] .section-content ul li .content p:last-child{margin-bottom:0}section[id="197683748"] .section-content a.btn-block{display:block;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto;margin-top:30px}div[id=widget197683827] section.iframe{margin-bottom:50px;margin-top:50px}div[id=widget197683827] section.iframe>.section .section-header{display:none}div[id=widget197683876] section.iframe>.section .section-header{display:none}div[id=widget197683900] section.text-widget{margin-bottom:50px}#contact-additional-info a{color:#0085ed;transition:all 250ms ease-in-out;text-decoration:none}#contact-additional-info a:hover{color:#ffd024}#contact-additional-info ul{padding:0;margin:0;list-style:none}#contact-additional-info ul li:not(:last-child){margin-bottom:5px}#contact-box .section-header .sh-inner:after{display:none !important}#contact-box .section-content{display:flex;flex-direction:row}#contact-box .section-content .c-col-1{width:100%;max-width:290px}#contact-box .section-content .c-col-1 img{width:100%;max-width:-moz-fit-content;max-width:fit-content}#contact-box .section-content .c-col-2{padding-left:30px}#contact-box .section-content .c-col-2 h3{font-size:18px;margin-top:0;margin-bottom:20px}@media(max-width: 640px){#contact-box .section-content{flex-direction:column;align-items:center}#contact-box .section-content .c-col-1{padding-bottom:30px}#contact-box .section-content .c-col-2{padding-left:0px}}body[data-pageid="5353170"] main#mainCol{margin-top:50px;margin-bottom:50px}div[id=widget197684012]{margin-bottom:50px}div[id=widget197684012] section.iframe>.section .section-header{display:none}section[id="197684074"]{margin-top:50px;margin-bottom:50px}section[id="197684074"] .section-content h2{color:#2a2a2a;font-size:24px;font-family:"Poppins",sans-serif;font-weight:700;margin:0 0 20px 0}section[id="197684074"] .section-content h3{color:#2a2a2a;font-size:18px;font-family:"Poppins",sans-serif;font-weight:700;margin:0 0 20px 0}section[id="197684074"] .section-content h3 strong{color:#0085ed}div[id=widget197684168] section.iframe{margin-top:50px}div[id=widget197684168] section.iframe>.section .section-header{display:none}div#widget197687178 section.iframe>.section .section-header{display:none}div#widget197464262,div#widget197464283,div#widget197464288,div#widget197464305,div#widget197464310,div#widget197464315{display:none}div#widget197687371 h4{display:flex;flex-direction:row;align-items:center;gap:20px;margin:50px 0 20px}div#widget197687371 h4 img{width:100%;max-width:150px}div#widget197464176 .promo-box{margin-bottom:0}div#widget197687138>section{width:100svw;transform:translateX(-50%);margin-left:50%}div#widget197687138 .section-content{padding-left:0;padding-right:0}div#widget197687138 .section-content ul{display:flex;flex-direction:row;padding:0;margin:0;list-style:none}div#widget197687138 .section-content ul li{position:relative;height:250px;flex-basis:20%;overflow:hidden}div#widget197687138 .section-content ul li::before{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-position:center center;background-size:cover;transition:all 300ms linear}div#widget197687138 .section-content ul li:nth-child(1)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513195")}div#widget197687138 .section-content ul li:nth-child(2)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513196")}div#widget197687138 .section-content ul li:nth-child(3)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513197")}div#widget197687138 .section-content ul li:nth-child(4)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513198")}div#widget197687138 .section-content ul li:nth-child(5)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513199")}div#widget197687138 .section-content ul li:hover::before{transform:scale(1.2);filter:brightness(0.7);transition:all 4s linear}div#widget197687138 .section-content ul li a{display:block;position:absolute;inset:0;z-index:10}div#widget197687138 .section-content ul li a span{position:absolute;bottom:0%;left:50%;transform:translate(-50%, -50%);color:#fff;font-family:"Poppins",sans-serif;font-weight:300;font-size:16px;width:100%;text-align:center;background:rgba(0,0,0,.65);padding:10px}div#widget197687470 .section-content .c-row-1{display:flex;flex-direction:row;gap:40px}div#widget197687470 .section-content .c-row-1 .c-col-1{width:45%}div#widget197687470 .section-content .c-row-1 .c-col-1 img{max-width:500px}div#widget197687470 .section-content .c-row-1 .c-col-2{width:55%}@media(max-width: 767px){div#widget197687470 .section-content .c-row-1{flex-direction:column}div#widget197687470 .section-content .c-row-1 .c-col-1{width:100%}div#widget197687470 .section-content .c-row-1 .c-col-2{width:100%}}div#widget197687470 .section-content img{display:block;margin:20px auto 30px;width:100%;max-width:-moz-fit-content;max-width:fit-content}div#widget197687470 .section-content .c-box-head{min-height:46px;line-height:31px;outline:none;padding:7.5px 15px;white-space:nowrap;background:#0085ed;border-radius:5px;margin-bottom:20px}div#widget197687470 .section-content .c-box-head p{color:#fff;font-size:20px;font-weight:300;font-family:"Poppins",sans-serif;margin:0}div#widget197687470 .section-content .col-md-4{margin-bottom:30px}/*# sourceMappingURL=styles.css.map */ \ No newline at end of file +@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Swanky+and+Moo+Moo&display=swap";*{font-family:"Poppins",sans-serif}.text-color-11{color:#0085ed}.btn{border-radius:8px;padding:8px 24px;transition:all 250ms ease-in-out}.btn.background-color-7{background:#ffd024}.btn.background-color-7:hover{background:#ffe37c}.btn.background-color-7.text-color-15{color:#191919}section.search-box div[data-template-type=searchbtn]:not(.grid-stack-item),section.subscriptionsbox div[data-template-type=searchbtn]:not(.grid-stack-item){height:55px !important}section.search-box .fields-container:not(.grid-stack)>.searchbox-dd-item{height:55px !important}section.search-box .fields-additional-button:not(.grid-stack-item),section.subscriptionsbox .fields-additional-button:not(.grid-stack-item){height:55px !important}header#main-header .functional-header .main>div{display:inline-block;min-height:100px;align-content:center}header#main-header .functional-header .main .mobile-menu-item{display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px}header#main-header .functional-header .main .mobile-menu-item .val{font-size:14px;font-weight:400}header#main-header .functional-header .main #logo-image-container img{max-width:100px}header#main-header .functional-header .main .google-reviews img{max-width:80px;width:100%}header#main-header>div:nth-child(2):not(#custom-header){visibility:hidden !important;opacity:0 !important}header#main-header #custom-header{height:140px;padding:15px 0}header#main-header #custom-header .custom-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}header#main-header #custom-header .custom-header .c-col-1{width:calc((100% - 100px)/3)}header#main-header #custom-header .custom-header .c-col-1 a{display:flex;flex-direction:column;text-decoration:none}header#main-header #custom-header .custom-header .c-col-1 img{width:100%;max-width:250px}header#main-header #custom-header .custom-header .c-col-1 span{color:#dd222a;font-family:"Swanky and Moo Moo",sans-serif;font-size:24px;width:100%;max-width:250px;text-align:center;font-weight:900;text-decoration:none}header#main-header #custom-header .custom-header .c-col-2{width:calc((100% - 100px)/3)}header#main-header #custom-header .custom-header .c-col-2 ul{list-style:none;padding:0;margin:0}header#main-header #custom-header .custom-header .c-col-2 ul li{color:#000;font-size:14px;font-weight:400}header#main-header #custom-header .custom-header .c-col-2 ul li a{color:inherit}header#main-header #custom-header .custom-header .c-col-3{width:calc((100% - 100px)/3);height:80px}header#main-header #custom-header .custom-header .c-col-3 ul{list-style:none;padding:0;margin:0}header#main-header #custom-header .custom-header .c-col-3 ul li{color:#000;font-size:14px;font-weight:400}header#main-header #custom-header .custom-header .c-col-3 ul li a{color:inherit}header#main-header #custom-header .custom-header .c-col-4{width:100px}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;row-gap:10px;align-items:center}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header li{color:#000;font-size:14px;font-weight:400}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header li a{color:inherit}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header li img{width:100%;max-width:80px}header#main-header #custom-header .custom-header .c-col-4 ul.box-social-header li.box-social-header-1 a img{max-width:90px}nav.main-nav ul.mega-menu-content{padding-left:15px;padding-right:15px}nav.main-nav ul.mega-menu-content>li .btn-cart,nav.main-nav ul.mega-menu-content>li .quick-search{background:rgba(0,0,0,0)}nav.main-nav ul.mega-menu-content>li>a{padding:13px 14px 14px}nav.main-nav ul.mega-menu-content>li .elem-in-nav span{font-size:16px}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu{border-color:rgba(25,25,25,.85)}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul{display:flex;flex-direction:column;padding-left:10px;padding-right:10px;border-color:rgba(25,25,25,.16)}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.sub-menu-caption span{color:#0085ed}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item{height:100%}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item:hover{background-color:rgba(0,133,237,.07)}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item>a{flex-direction:column;display:flex;height:100%}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item h2{color:#2a2a2a;font-size:16px;display:flex;flex-direction:column;row-gap:7px}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item h2 .stars i.fa.fa-star.fa-solid{color:#ffd024}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item p{color:#2a2a2a;font-size:14px}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item p.price-details{flex:1;align-content:end}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item p.price-details .price-label{color:#2a2a2a;font-size:14px;font-weight:600}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item p.price-details .text-color-11{color:#0085ed}nav.main-nav ul.mega-menu-content>li .mobile-menu-item.sub-menu .sub-menu-inner>ul>li.mobile-menu-item .omnibus .omnibus-label{font-size:10px;color:#2a2a2a}nav.main-nav .quick-search .quick-search-elem input.quick-search-input{color:#fff;font-family:"Poppins",sans-serif;font-size:16px}#widget197464156 .promo-box .carousel .carousel-indicators li{height:10px;width:30px;transition:all 250ms ease-in-out;border:1px solid hsla(0,0%,100%,.6)}#widget197464156 .promo-box .carousel .carousel-indicators li.active{height:10px;width:60px;background:#0085ed}#widget197464156 .promo-box .extra-link{position:relative;background:#ffd024;border-radius:8px;padding:8px 24px;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto;margin-top:20px;text-shadow:none;font-size:14px;line-height:1.42857;color:#2a2a2a;transition:all 250ms ease-in-out}#widget197464156 .promo-box .extra-link:hover{background:#ffe37c}#widget197464161 section.search-box{background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px}#widget197464161 section.search-box .background-color-3{background:rgba(0,0,0,0)}#widget197464161 section.search-box ul.nav-tabs li{background:rgba(0,133,237,.2)}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn{border-radius:3px;background:rgba(0,0,0,0)}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn:hover{background:#ffe37c}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn span{color:#636363;flex-direction:row-reverse;justify-content:space-between;padding:3.5px}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn span i.fa-chevron-down::before{content:""}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn span i.fa-chevron-up::before{content:""}#widget197464161 section.search-box .tab-content form .fields-additional-button a.btn span i::before{font-weight:var(--fa-style);font-family:var(--fa-style-family, "Font Awesome 6 Pro");position:absolute;top:calc(50% - 16px);right:0;text-align:center;width:32px;line-height:32px;font-size:22px;color:#0085ed;cursor:pointer}#widget197464161 section.search-box .tab-content form .btn.btn-send{background:#ffd024;border-radius:8px;padding:8px 24px}#widget197464161 section.search-box .tab-content form .btn.btn-send:hover{background:#ffe37c}#widget197464161 section.search-box .tab-content form .btn.btn-send span{color:#2a2a2a}.br-input{border-radius:3px;border-color:#d9d9d9}#widget197464171,#widget197464166{padding-left:0;padding-right:0}body section.offer-box .offer{padding:0;border-radius:5px;box-shadow:rgba(0,0,0,.1) 0px 1px 2px 0px;transition:box-shadow .25s ease-in-out}body section.offer-box .offer:hover{box-shadow:rgba(0,0,0,.1) 0px 8px 16px -4px}body section.offer-box .offer:hover .img-container-wrap .img-container{transition:all 4s linear}body section.offer-box .offer .img-container-wrap .img-container{border-top-left-radius:4px;border-top-right-radius:4px;transition:all 300ms linear}body section.offer-box .offer .text-container h3{color:#191919;display:flex;flex-direction:column;row-gap:3px;margin-bottom:15px}body section.offer-box .offer .text-container h3 sup.stars{top:0}body section.offer-box .offer .text-container h3 sup.stars i.fa.fa-star.fa-solid{color:#ffd024}body section.offer-box .offer .text-container .box-header *{color:#191919}body section.offer-box .offer .text-container .box-header h4{color:#191919}body section.offer-box .offer .text-container .data p .text-nowrap{color:#191919}body section.offer-box .offer .text-container .data p .text-nowrap span{color:#191919}body section.offer-box .offer .text-container .data>*{display:flex;flex-direction:column;row-gap:5px}body section.offer-box .offer .text-container .data .price span{color:rgba(0,133,237,.8);font-size:28px;font-weight:400}body section.offer-box .offer .text-container .data .price span sup{color:rgba(0,133,237,.8)}body .offerlist-box{padding:0;border-radius:5px;box-shadow:rgba(0,0,0,.1) 0px 1px 2px 0px;transition:box-shadow .25s ease-in-out}body .offerlist-box:hover{box-shadow:rgba(0,0,0,.1) 0px 8px 16px -4px}body .offerlist-box .img-container-wrapper .img-container{border-top-left-radius:4px;border-top-right-radius:4px}body .offerlist-box ul.offers li:not(:last-child){border-bottom:1px solid #f2f2f2}body .offerlist-box ul.offers li:last-child{border-bottom:none}body .offerlist-box ul.offers li:hover:not(.link-to-more-offers) a{background:#f2f4f7}body .offerlist-box ul.offers li.link-to-more-offers .more{color:#2a2a2a;font-size:14px}body .offerlist-box ul.offers li.link-to-more-offers .more span{color:#2a2a2a;margin-left:5px}body .offerlist-box ul.offers li a{margin:5px 10px;border-radius:5px;transition:all 250ms ease-in-out}body .offerlist-box ul.offers li a .name span{color:#2a2a2a;font-size:16px;font-weight:600}body .offerlist-box ul.offers li a .price strong{color:rgba(0,133,237,.8);font-size:18px;font-weight:600}body .offerlist-box ul.offers li a .price strong sup{color:rgba(0,133,237,.8)}body .offerlist-box ul.offers li a .omnibus span{color:#191919}.section-header{background:#0085ed;border-radius:5px !important}.section-header h2{font-weight:300}main#mainCol .object-listing-elem.elem-booking>.elem-details>.elem-name h1{color:#191919;display:flex;flex-direction:column;row-gap:3px;margin-bottom:15px}main#mainCol .object-listing-elem.elem-booking>.elem-details>.elem-name h1 .stars i.fa.fa-star.fa-solid{color:#ffd024}main#mainCol .object-listing-elem.elem-booking>.elem-details table.elem-meta tbody tr:nth-child(even) td.meta-label{border-top-left-radius:10px;border-bottom-left-radius:10px}main#mainCol .object-listing-elem.elem-booking>.elem-details table.elem-meta tbody tr:nth-child(even) td.meta-value{border-top-right-radius:10px;border-bottom-right-radius:10px}main#mainCol .object-listing-elem.elem-booking>.elem-details table.elem-meta tbody tr td{padding:8px 10px;vertical-align:middle}main#mainCol .object-listing-elem.elem-booking>.merlin-gallery-container .merlin-gallery .btn.br-btn.disabled{background:#ffe37c;opacity:.6}main#mainCol .object-listing-elem.elem-booking>.merlin-gallery-container .merlin-gallery .btn.br-btn i{font-weight:300}main#mainCol .object-listing-elem.elem-booking ul.facilities li{background:rgba(0,0,0,0);border-radius:5px}main#mainCol section.occupancy-editor form#occupancy-form>div{border-radius:5px;background:rgba(0,133,237,.2)}main#mainCol section.occupancy-editor form#occupancy-form>div .background-color-7{background:#ffd024}main#mainCol section.occupancy-editor form#occupancy-form>div .text-color-7{color:#2a2a2a}main#mainCol section.occupancy-editor form#occupancy-form>div span{border-color:#ffd024}main#mainCol section.occupancy-editor form#occupancy-form>div span.disabled{background:#ffe37c !important}main#mainCol section.occupancy-editor form#occupancy-form>div span i.fa-plus,main#mainCol section.occupancy-editor form#occupancy-form>div span i.fa-minus{color:#2a2a2a}section[id="197674051"] .section-content{padding-left:0;padding-right:0;margin:100px 0 50px}section[id="197674051"] .section-content h2{color:#2a2a2a;font-size:24px;font-family:"Poppins",sans-serif;font-weight:700;margin:0 0 20px 0}body .checkbox-stack{position:relative !important;width:16px !important;height:16px !important;flex:0 0 16px !important;margin-top:3px !important;margin-right:6px !important;inset:0 !important}body .checkbox-stack label.last-plan{width:16px !important;height:16px !important;position:absolute;inset:0 !important}body .checkbox-stack label.last-plan::before{content:"" !important;width:10px !important;height:10px !important;background:rgba(0,0,0,0) !important;background:rgba(0,0,0,0) !important;border-radius:3px !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important}body .checkbox-stack label.first-plan::before{content:"" !important;inset:0 !important;width:16px !important;height:16px !important;background:rgba(0,0,0,0) !important;border:1px solid #0085ed !important;border-radius:4px !important}body .checkbox-stack input[type=checkbox]:checked+label.last-plan::before{background:#0085ed !important}body .checkbox-stack2{position:relative !important;display:inline-block;width:16px !important;height:16px !important;flex:0 0 16px !important;margin-right:6px !important;inset:0 !important}body .checkbox-stack2 label.last-plan{width:16px !important;height:16px !important;position:absolute;inset:0 !important}body .checkbox-stack2 label.last-plan::before{content:"" !important;width:10px !important;height:10px !important;background:rgba(0,0,0,0) !important;background:rgba(0,0,0,0) !important;border-radius:3px !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important}body .checkbox-stack2 label.first-plan::before{content:"" !important;inset:0 !important;width:16px !important;height:16px !important;background:rgba(0,0,0,0) !important;border:1px solid #0085ed !important;border-radius:4px !important}body .checkbox-stack2 input[type=checkbox]:checked+label.last-plan::before{background:#0085ed !important}#offer-details .object-listing-elem .elem-name h1{color:#191919;display:flex;flex-direction:column;row-gap:3px;margin-bottom:15px}#qtip-1{border-radius:8px}#qtip-1 .qtip-titlebar{border-top-left-radius:8px;border-top-right-radius:8px}#qtip-1 .qtip-titlebar #qtip-1-title{font-size:20px;font-weight:300}#qtip-1 .qtip-titlebar .qtip-close span{display:none}#qtip-1 .qtip-titlebar .qtip-close i{top:0;font-size:20px}#qtip-1 .qtip-content{border-bottom-left-radius:8px;border-bottom-right-radius:8px}#qtip-1 .qtip-content .quick-search-results h1{padding:15px 15px}#qtip-1 .qtip-content .quick-search-results h1 span{display:flex;flex-direction:row;gap:10px;font-size:16px;line-height:1}#qtip-1 .qtip-content .quick-search-results .offer{padding:10px 15px}#qtip-1 .qtip-content .quick-search-results .offer.background-color-18{background:#ffe37c}#qtip-1 .qtip-content .quick-search-results .offer.text-color-12 h3{color:#191919}#qtip-1 .qtip-content .quick-search-results .offer.text-color-12 h4{color:#2a2a2a}#qtip-1 .qtip-content .quick-search-results .offer h3{font-weight:500}section[id="197683748"]{margin-top:50px;margin-bottom:50px}section[id="197683748"] .section-content .ubezpieczenia-head-img{margin-bottom:60px}section[id="197683748"] .section-content .ubezpieczenia-head-img img{display:block;width:100%;max-width:800px;margin-left:auto;margin-right:auto}section[id="197683748"] .section-content h2{color:#2a2a2a;font-size:24px;font-family:"Poppins",sans-serif;font-weight:700;margin:0 0 20px 0}section[id="197683748"] .section-content ul{padding:0;margin:0;list-style:none}section[id="197683748"] .section-content ul li{display:flex;flex-direction:row;align-items:center;-moz-column-gap:20px;column-gap:20px}section[id="197683748"] .section-content ul li:not(:last-child){padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f2f2f2}section[id="197683748"] .section-content ul li .img img{width:79px;height:70px;max-width:unset}section[id="197683748"] .section-content ul li .content p:last-child{margin-bottom:0}section[id="197683748"] .section-content a.btn-block{display:block;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto;margin-top:30px}div[id=widget197683827] section.iframe{margin-bottom:50px;margin-top:50px}div[id=widget197683827] section.iframe>.section .section-header{display:none}div[id=widget197683876] section.iframe>.section .section-header{display:none}div[id=widget197683900] section.text-widget{margin-bottom:50px}#contact-additional-info a{color:#0085ed;transition:all 250ms ease-in-out;text-decoration:none}#contact-additional-info a:hover{color:#ffd024}#contact-additional-info ul{padding:0;margin:0;list-style:none}#contact-additional-info ul li:not(:last-child){margin-bottom:5px}#contact-box .section-header .sh-inner:after{display:none !important}#contact-box .section-content{display:flex;flex-direction:row}#contact-box .section-content .c-col-1{width:100%;max-width:290px}#contact-box .section-content .c-col-1 img{width:100%;max-width:-moz-fit-content;max-width:fit-content}#contact-box .section-content .c-col-2{padding-left:30px}#contact-box .section-content .c-col-2 h3{font-size:18px;margin-top:0;margin-bottom:20px}@media(max-width: 640px){#contact-box .section-content{flex-direction:column;align-items:center}#contact-box .section-content .c-col-1{padding-bottom:30px}#contact-box .section-content .c-col-2{padding-left:0px}}body[data-pageid="5353170"] main#mainCol{margin-top:50px;margin-bottom:50px}div[id=widget197684012]{margin-bottom:50px}div[id=widget197684012] section.iframe>.section .section-header{display:none}section[id="197684074"]{margin-top:50px;margin-bottom:50px}section[id="197684074"] .section-content h2{color:#2a2a2a;font-size:24px;font-family:"Poppins",sans-serif;font-weight:700;margin:0 0 20px 0}section[id="197684074"] .section-content h3{color:#2a2a2a;font-size:18px;font-family:"Poppins",sans-serif;font-weight:700;margin:0 0 20px 0}section[id="197684074"] .section-content h3 strong{color:#0085ed}div[id=widget197684168] section.iframe{margin-top:50px}div[id=widget197684168] section.iframe>.section .section-header{display:none}div#widget197687178 section.iframe>.section .section-header{display:none}div#widget197464262,div#widget197464283,div#widget197464288,div#widget197464305,div#widget197464310,div#widget197464315{display:none}div#widget197687371 h4{display:flex;flex-direction:row;align-items:center;gap:20px;margin:50px 0 20px}div#widget197687371 h4 img{width:100%;max-width:150px}div#widget197464176 .promo-box{margin-bottom:0}div#widget197687138>section{width:100svw;transform:translateX(-50%);margin-left:50%}div#widget197687138 .section-content{padding-left:0;padding-right:0}div#widget197687138 .section-content ul{display:flex;flex-direction:row;padding:0;margin:0;list-style:none}div#widget197687138 .section-content ul li{position:relative;height:250px;flex-basis:20%;overflow:hidden}div#widget197687138 .section-content ul li::before{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-position:center center;background-size:cover;transition:all 300ms linear}div#widget197687138 .section-content ul li:nth-child(1)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513195")}div#widget197687138 .section-content ul li:nth-child(2)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513196")}div#widget197687138 .section-content ul li:nth-child(3)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513197")}div#widget197687138 .section-content ul li:nth-child(4)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513198")}div#widget197687138 .section-content ul li:nth-child(5)::before{background-image:url("https://vcdn.merlinx.eu/image//getbyid/513199")}div#widget197687138 .section-content ul li:hover::before{transform:scale(1.2);filter:brightness(0.7);transition:all 4s linear}div#widget197687138 .section-content ul li a{display:block;position:absolute;inset:0;z-index:10}div#widget197687138 .section-content ul li a span{position:absolute;bottom:0%;left:50%;transform:translate(-50%, -50%);color:#fff;font-family:"Poppins",sans-serif;font-weight:300;font-size:16px;width:100%;text-align:center;background:rgba(0,0,0,.65);padding:10px}div#widget197687470 .section-content .c-row-1{display:flex;flex-direction:row;gap:40px}div#widget197687470 .section-content .c-row-1 .c-col-1{width:45%}div#widget197687470 .section-content .c-row-1 .c-col-1 img{max-width:500px}div#widget197687470 .section-content .c-row-1 .c-col-2{width:55%}@media(max-width: 767px){div#widget197687470 .section-content .c-row-1{flex-direction:column}div#widget197687470 .section-content .c-row-1 .c-col-1{width:100%}div#widget197687470 .section-content .c-row-1 .c-col-2{width:100%}}div#widget197687470 .section-content img{display:block;margin:20px auto 30px;width:100%;max-width:-moz-fit-content;max-width:fit-content}div#widget197687470 .section-content .c-box-head{min-height:46px;line-height:31px;outline:none;padding:7.5px 15px;white-space:nowrap;background:#0085ed;border-radius:5px;margin-bottom:20px}div#widget197687470 .section-content .c-box-head p{color:#fff;font-size:20px;font-weight:300;font-family:"Poppins",sans-serif;margin:0}div#widget197687470 .section-content .col-md-4{margin-bottom:30px}/*# sourceMappingURL=styles.css.map */ \ No newline at end of file diff --git a/wagabunda.net.pl/styles.css.map b/wagabunda.net.pl/styles.css.map index a9b5301..60a9d5e 100644 --- a/wagabunda.net.pl/styles.css.map +++ b/wagabunda.net.pl/styles.css.map @@ -1 +1 @@ -{"version":3,"sources":["styles.css","styles.scss"],"names":[],"mappings":"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","file":"styles.css"} \ No newline at end of file +{"version":3,"sources":["styles.css","styles.scss"],"names":[],"mappings":"AAAA,4LCAQ,CAAA,iFACA,CAAA,EAaR,gCAJW,CAAA,eAQX,aAbQ,CAAA,KAiBR,iBACC,CAAA,gBACA,CAAA,gCACA,CAAA,wBAEA,kBAxBS,CAAA,8BA2BR,kBA1Ba,CAAA,sCA8Bb,aA3BU,CAAA,4JAkCZ,sBAGC,CAAA,yEAED,sBACC,CAAA,4IAED,sBAEC,CAAA,gDAME,oBACC,CAAA,gBACA,CAAA,oBACA,CAAA,8DAGD,YACC,CAAA,kBACA,CAAA,oBACA,CADA,eACA,CAAA,mEAEA,cACC,CAAA,eACA,CAAA,sEAKD,eACC,CAAA,gEAKD,cACC,CAAA,UACA,CAAA,wDAQF,4BACC,CAAA,oBACA,CAAA,kCAKH,YACC,CAAA,cACA,CAAA,iDAEA,YACC,CAAA,kBACA,CAAA,6BACA,CAAA,kBACA,CAAA,0DAGC,4BACC,CAAA,4DAEA,YACC,CAAA,qBACA,CAAA,oBACA,CAAA,8DAGD,UACC,CAAA,eACA,CAAA,+DAED,aACC,CAAA,2CAhHI,CAAA,cAkHJ,CAAA,UACA,CAAA,eACA,CAAA,iBACA,CAAA,eACA,CAAA,oBACA,CAAA,0DAGF,4BACC,CAAA,6DAEA,eACC,CAAA,SACA,CAAA,QACA,CAAA,gEAEA,UACC,CAAA,cACA,CAAA,eACA,CAAA,kEAEA,aACC,CAAA,0DAKJ,4BACC,CAAA,WACA,CAAA,6DAEA,eACC,CAAA,SACA,CAAA,QACA,CAAA,gEAEA,UACC,CAAA,cACA,CAAA,eACA,CAAA,kEAEA,aACC,CAAA,0DAKJ,WACC,CAAA,+EAEA,eACC,CAAA,SACA,CAAA,QACA,CAAA,YAEA,CAAA,qBACA,CAAA,YACA,CAAA,kBACA,CAAA,kFAEA,UACC,CAAA,cACA,CAAA,eACA,CAAA,oFAEA,aACC,CAAA,sFAGD,UACC,CAAA,cACA,CAAA,4GAoBC,cACC,CAAA,kCAaT,iBACC,CAAA,kBACA,CAAA,kGAGC,wBAEC,CAAA,uCAGD,sBACC,CAAA,uDAIA,cACC,CAAA,gEAIF,+BACC,CAAA,mFAGC,YACC,CAAA,qBACA,CAAA,iBACA,CAAA,kBACA,CAAA,+BACA,CAAA,4GAGC,aAjQC,CAAA,uGAqQF,WACC,CAAA,6GAEA,oCACC,CAAA,yGAGD,qBACC,CAAA,YACA,CAAA,WACA,CAAA,0GAED,aA9QM,CAAA,cAgRL,CAAA,YACA,CAAA,qBACA,CAAA,WACA,CAAA,uIAGC,aA3RC,CAAA,yGAgSH,aA3RM,CAAA,cA6RL,CAAA,uHAED,MACC,CAAA,iBACA,CAAA,oIAEA,aAnSK,CAAA,cAqSJ,CAAA,eACA,CAAA,sIAGD,aA5SA,CAAA,+HAiTA,cACC,CAAA,aA/SI,CAAA,uEA4TV,UACC,CAAA,gCA3TO,CAAA,cA6TP,CAAA,8DASA,WACC,CAAA,UACA,CAAA,gCACA,CAAA,mCACA,CAAA,qEAEA,WACC,CAAA,UACA,CAAA,kBAnVE,CAAA,wCA0VN,iBACC,CAAA,kBACA,CAAA,iBACA,CAAA,gBACA,CAAA,0BAEA,CAFA,qBAEA,CAAA,gBACA,CAAA,iBACA,CAAA,eACA,CAAA,gBACA,CAAA,cAEA,CAAA,mBACA,CAAA,aACA,CAAA,gCACA,CAAA,8CAEA,kBACC,CAAA,oCAOH,eACC,CAAA,8BACA,CAAA,+BACA,CAAA,wDAEA,wBACC,CAAA,mDAIA,6BACC,CAAA,sFAOC,iBACC,CAAA,wBACA,CAAA,4FAEA,kBA1YS,CAAA,2FA8YT,aACC,CAAA,0BACA,CAAA,6BACA,CAAA,aACA,CAAA,qHAIE,WACC,CAAA,mHAID,WACC,CAAA,qGAGF,2BACC,CAAA,wDACA,CAAA,iBACA,CAAA,oBACA,CAAA,OACA,CAAA,iBACA,CAAA,UACA,CAAA,gBACA,CAAA,cACA,CAAA,aACA,CAAA,cACA,CAAA,oEAML,kBAjbM,CAAA,iBAmbL,CAAA,gBACA,CAAA,0EAEA,kBArbU,CAAA,yEAwbV,aApbQ,CAAA,UA6bb,iBACC,CAAA,oBACA,CAAA,kCAGD,cAEC,CAAA,eACA,CAAA,8BAIA,SACC,CAAA,iBACA,CAAA,yCACA,CAAA,sCACA,CAAA,oCAEA,2CACC,CAAA,uEAGC,wBACC,CAAA,iEAMF,0BACC,CAAA,2BACA,CAAA,2BACA,CAAA,iDAID,aAleS,CAAA,YAqeR,CAAA,qBACA,CAAA,WACA,CAAA,kBACA,CAAA,2DAEA,KACC,CAAA,iFAEA,aAjfK,CAAA,4DAwfN,aApfQ,CAAA,6DAufR,aAvfQ,CAAA,mEA6fP,aA7fO,CAAA,wEAggBN,aAhgBM,CAAA,sDAsgBR,YACC,CAAA,qBACA,CAAA,WACA,CAAA,gEAIA,wBACC,CAAA,cACA,CAAA,eACA,CAAA,oEAEA,wBACC,CAAA,oBASP,SACC,CAAA,iBACA,CAAA,yCACA,CAAA,sCACA,CAAA,0BAEA,2CACC,CAAA,0DAIA,0BACC,CAAA,2BACA,CAAA,kDAMA,+BACC,CAAA,4CAED,kBACC,CAAA,mEAKC,kBACC,CAAA,2DAMF,aA9jBS,CAAA,cAgkBR,CAAA,gEAEA,aAlkBQ,CAAA,eAokBP,CAAA,mCAKH,eACC,CAAA,iBACA,CAAA,gCACA,CAAA,8CAGC,aA/kBQ,CAAA,cAilBP,CAAA,eACA,CAAA,iDAID,wBACC,CAAA,cACA,CAAA,eACA,CAAA,qDAEA,wBACC,CAAA,iDAKF,aAlmBO,CAAA,gBA4mBZ,kBA9mBQ,CAAA,4BAgnBP,CAAA,mBAEA,eACC,CAAA,2EAQE,aAznBQ,CAAA,YA2nBP,CAAA,qBACA,CAAA,WACA,CAAA,kBACA,CAAA,wGAGC,aAroBI,CAAA,oHAipBF,2BACC,CAAA,8BACA,CAAA,oHAED,4BACC,CAAA,+BACA,CAAA,yFAIH,gBACC,CAAA,qBACA,CAAA,8GAeF,kBA3qBU,CAAA,UA6qBT,CAAA,uGAGD,eACC,CAAA,gEAOH,wBACC,CAAA,iBACA,CAAA,8DAMD,iBACC,CAAA,6BACA,CAAA,kFAEA,kBArsBM,CAAA,4EAwsBN,aAnsBS,CAAA,mEAssBT,oBA3sBM,CAAA,4EA8sBL,6BACC,CAAA,2JAGD,aA7sBQ,CAAA,yCAwtBZ,cACC,CAAA,eACA,CAAA,mBACA,CAAA,4CAEA,aA7tBW,CAAA,cA+tBV,CAAA,gCA7tBQ,CAAA,eA+tBR,CAAA,iBACA,CAAA,qBAQH,4BACC,CAAA,qBACA,CAAA,sBACA,CAAA,wBACA,CAAA,yBACA,CAAA,2BACA,CAAA,kBACA,CAAA,qCAEA,qBACC,CAAA,sBACA,CAAA,iBACA,CAAA,kBACA,CAAA,6CAEA,qBACC,CAAA,qBACA,CAAA,sBACA,CAAA,mCACA,CAAA,mCAGA,CAAA,4BACA,CAAA,kBACA,CAAA,mBACA,CAAA,0CACA,CAAA,8CAID,qBACC,CAAA,kBACA,CAAA,qBACA,CAAA,sBACA,CAAA,mCACA,CAAA,mCACA,CAAA,4BACA,CAAA,0EAMC,6BACC,CAAA,sBAOL,4BACC,CAAA,oBACA,CAAA,qBACA,CAAA,sBACA,CAAA,wBACA,CAAA,2BAEA,CAAA,kBACA,CAAA,sCAEA,qBACC,CAAA,sBACA,CAAA,iBACA,CAAA,kBACA,CAAA,8CAEA,qBACC,CAAA,qBACA,CAAA,sBACA,CAAA,mCACA,CAAA,mCAGA,CAAA,4BACA,CAAA,kBACA,CAAA,mBACA,CAAA,0CACA,CAAA,+CAID,qBACC,CAAA,kBACA,CAAA,qBACA,CAAA,sBACA,CAAA,mCACA,CAAA,mCACA,CAAA,4BACA,CAAA,2EAMC,6BACC,CAAA,kDAWF,aAt1BS,CAAA,YAw1BR,CAAA,qBACA,CAAA,WACA,CAAA,kBACA,CAAA,QAMJ,iBACC,CAAA,uBAEA,0BACC,CAAA,2BACA,CAAA,qCAEA,cACC,CAAA,eACA,CAAA,wCAIA,YACC,CAAA,qCAED,KACC,CAAA,cACA,CAAA,sBAKH,6BACC,CAAA,8BACA,CAAA,+CAGC,iBACC,CAAA,oDAEA,YACC,CAAA,kBACA,CAAA,QACA,CAAA,cACA,CAAA,aACA,CAAA,mDAIF,iBACC,CAAA,uEAEA,kBA/4BW,CAAA,oEAm5BV,aAh5BO,CAAA,oEAm5BP,aAl5BQ,CAAA,sDAu5BT,eACC,CAAA,wBAOL,eACC,CAAA,kBACA,CAAA,iEAGC,kBACC,CAAA,qEAEA,aACC,CAAA,UACA,CAAA,eACA,CAAA,gBACA,CAAA,iBACA,CAAA,4CAIF,aAh7BW,CAAA,cAk7BV,CAAA,gCAh7BQ,CAAA,eAk7BR,CAAA,iBACA,CAAA,4CAGD,SACC,CAAA,QACA,CAAA,eACA,CAAA,+CAEA,YACC,CAAA,kBACA,CAAA,kBACA,CAAA,oBACA,CADA,eACA,CAAA,gEAEA,mBACC,CAAA,kBACA,CAAA,+BACA,CAAA,wDAIA,UACC,CAAA,WACA,CAAA,eACA,CAAA,qEAKA,eACC,CAAA,qDAOL,aACC,CAAA,0BACA,CADA,qBACA,CAAA,gBACA,CAAA,iBACA,CAAA,eACA,CAAA,uCAMF,kBACC,CAAA,eACA,CAAA,gEAGC,YACC,CAAA,gEASD,YACC,CAAA,4CAOH,kBACC,CAAA,2BAKD,aArgCO,CAAA,gCAugCN,CAAA,oBACA,CAAA,iCAEA,aA5gCQ,CAAA,4BAihCT,SACC,CAAA,QACA,CAAA,eACA,CAAA,gDAGC,iBACC,CAAA,6CASD,uBACC,CAAA,8BAIH,YACC,CAAA,kBACA,CAAA,uCAEA,UACC,CAAA,eACA,CAAA,2CAEA,UACC,CAAA,0BACA,CADA,qBACA,CAAA,uCAGF,iBACC,CAAA,0CAEA,cACC,CAAA,YACA,CAAA,kBACA,CAAA,yBAIF,8BAvBD,qBAwBE,CAAA,kBACA,CAAA,uCAEA,mBACC,CAAA,uCAED,gBACC,CAAA,CAAA,yCAOH,eACC,CAAA,kBACA,CAAA,wBAIF,kBACC,CAAA,gEAIE,YACC,CAAA,wBAMJ,eACC,CAAA,kBACA,CAAA,4CAGC,aA9lCW,CAAA,cAgmCV,CAAA,gCA9lCQ,CAAA,eAgmCR,CAAA,iBACA,CAAA,4CAED,aArmCW,CAAA,cAumCV,CAAA,gCArmCQ,CAAA,eAumCR,CAAA,iBACA,CAAA,mDAEA,aA/mCK,CAAA,uCAunCP,eACC,CAAA,gEAGC,YACC,CAAA,4DASD,YACC,CAAA,wHAOH,YAMC,CAAA,uBAKD,YACC,CAAA,kBACA,CAAA,kBACA,CAAA,QACA,CAAA,kBACA,CAAA,2BAEA,UACC,CAAA,eACA,CAAA,+BAMF,eACC,CAAA,4BAKD,YACC,CAAA,0BACA,CAAA,eACA,CAAA,qCAED,cACC,CAAA,eACA,CAAA,wCAEA,YACC,CAAA,kBACA,CAAA,SAEA,CAAA,QACA,CAAA,eACA,CAAA,2CAEA,iBACC,CAAA,YACA,CAAA,cACA,CAAA,eACA,CAAA,mDAEA,UACC,CAAA,iBACA,CAAA,OACA,CAAA,2BACA,CAAA,iCACA,CAAA,qBACA,CAAA,2BACA,CAAA,gEAIA,qEACC,CAAA,gEAID,qEACC,CAAA,gEAID,qEACC,CAAA,gEAID,qEACC,CAAA,gEAID,qEACC,CAAA,yDAKD,oBACC,CAAA,sBACA,CAAA,wBACA,CAAA,6CAIF,aACC,CAAA,iBACA,CAAA,OACA,CAAA,UACA,CAAA,kDAEA,iBACC,CAAA,SACA,CAAA,QACA,CAAA,+BACA,CAAA,UACA,CAAA,gCAtvCK,CAAA,eAwvCL,CAAA,cACA,CAAA,UACA,CAAA,iBACA,CAAA,0BACA,CAAA,YACA,CAAA,8CAUJ,YACC,CAAA,kBACA,CAAA,QACA,CAAA,uDAEA,SACC,CAAA,2DAEA,eACC,CAAA,uDAGF,SACC,CAAA,yBAGD,8CAhBD,qBAiBE,CAAA,uDAEA,UACC,CAAA,uDAED,UACC,CAAA,CAAA,yCAKH,aACC,CAAA,qBACA,CAAA,UACA,CAAA,0BACA,CADA,qBACA,CAAA,iDAGD,eACC,CAAA,gBACA,CAAA,YACA,CAAA,kBACA,CAAA,kBACA,CAAA,kBACA,CAAA,iBACA,CAAA,kBACA,CAAA,mDAEA,UACC,CAAA,cACA,CAAA,eACA,CAAA,gCAvzCO,CAAA,QAyzCP,CAAA,+CAGF,kBACC","file":"styles.css"} \ No newline at end of file diff --git a/wagabunda.net.pl/styles.scss b/wagabunda.net.pl/styles.scss index aa884ad..56e7be6 100644 --- a/wagabunda.net.pl/styles.scss +++ b/wagabunda.net.pl/styles.scss @@ -1,4 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Swanky+and+Moo+Moo&display=swap'); $cYellow: #ffd024; $cYellowLight: #ffe37c; @@ -8,6 +9,7 @@ $cTxtBlack: #191919; $cTxtBlack2: #2a2a2a; $fPoppins: 'Poppins', sans-serif; +$fSwanky: 'Swanky and Moo Moo', sans-serif; //! Global - start * { @@ -108,10 +110,26 @@ header#main-header { &-1 { width: calc((100% - 100px) / 3); + a { + display: flex; + flex-direction: column; + text-decoration: none; + } + img { width: 100%; max-width: 250px; } + span { + color: #dd222a; + font-family: $fSwanky; + font-size: 24px; + width: 100%; + max-width: 250px; + text-align: center; + font-weight: 900; + text-decoration: none; + } } &-2 { width: calc((100% - 100px) / 3); @@ -134,6 +152,7 @@ header#main-header { } &-3 { width: calc((100% - 100px) / 3); + height: 80px; ul { list-style: none; @@ -178,18 +197,26 @@ header#main-header { max-width: 80px; } - .btn-social { - display: inline-flex; - padding: 5px 10px; - background: rgba(0, 133, 237, 1); - flex-direction: row; - align-items: center; - width: max-content; - color: #fff; - border-radius: 5px; + // .btn-social { + // display: inline-flex; + // padding: 5px 10px; + // background: rgba(0, 133, 237, 1); + // flex-direction: row; + // align-items: center; + // width: max-content; + // color: #fff; + // border-radius: 5px; - .text { - font-size: 12px; + // .text { + // font-size: 12px; + // } + // } + + &.box-social-header-1 { + a { + img { + max-width: 90px; + } } } }