*{box-sizing:border-box}
html{margin:0;padding:0}
body{height:100%;margin:0;padding:0;font-family:'Open Sans',sans-serif}
body.frozen{overflow:hidden;height:100vh}
h1{font-family:'Merriweather',serif;font-size:2em;color:#5d7209;text-transform:none;font-weight:700;margin:0;padding:0}
h2{font-family:'Merriweather',serif;font-size:1.6em;color:#5d7209;text-transform:none;font-weight:700;margin:0;padding:0}
h3{font-size:1.1em;font-family:'Merriweather',serif;color:#5d7209;text-transform:none;font-weight:700;margin:0;padding:0}
h4{font-size:1.2em;font-family:'Merriweather',serif;color:#5d7209;text-transform:none;font-weight:700;margin:0;padding:0}
p{color:#595d56;font-size:.85em;line-height:1.3em}
p:nth-last-of-type(1){padding-bottom:0;margin-bottom:0}
p span{color:#595d56;font-size:.85em;line-height:1.3em}
p a{color:#595d56}
.read-more-btn{display:inline-block;padding:5px 25px;background:#9bbf12;color:#fff;font-family:'Merriweather',serif;text-transform:uppercase}
.read-more-btn:hover{color:#fff;text-decoration:none;background:#687c71}
.back-post-btn{min-width:210px;max-width:32%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row no-wrap;-ms-flex-flow:row no-wrap;flex-flow:row no-wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:8px 0;background:#5d7209;color:#fff;font-family:'Merriweather',serif;text-transform:uppercase;font-size:.95em;cursor:pointer;position:relative}
.back-post-btn a{position:absolute;top:0;left:0;width:100%;height:100%}
.back-post-btn:hover{color:#fff;text-decoration:none;background:#687c71}
header{height:100%;width:100%;background:#fff}
header .top{max-width:1220px;margin:0 auto;height:90px;position:relative;z-index:200;background:#fff}
header .top .row{height:100%}
header .top .logo{height:100%;display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;position:relative}
header .top .logo img{max-width:90%;-webkit-align-self:left;-ms-flex-item-align:left;-ms-grid-row-align:left;align-self:left}
header .top .logo a{position:absolute;top:0;left:0;width:100%;height:100%}
header .top .menu{position:absolute;bottom:0;right:0;text-align:right}
header .top .menu .book-trip-btn{display:inline-block;padding:5px 25px;background:#9bbf12;color:#fff;font-family:'Merriweather',serif;text-transform:uppercase;cursor:pointer}
header .top .menu .book-trip-btn:hover{color:#fff;text-decoration:none;background:#687c71}
header .top .menu .top-menu{list-style-type:none;font-family:'Merriweather',serif;font-size:.85em;text-transform:uppercase;font-weight:700;margin-bottom:0;margin-top:10px}
header .top .menu .top-menu li{display:inline-block;margin-right:8px;margin-left:8px;position:relative;padding-bottom:15px;height:100%}
header .top .menu .top-menu li:nth-last-of-type(1){margin-right:0}
header .top .menu .top-menu li a{color:#3e423b}
header .top .menu .top-menu li a:hover{color:#5d7209;text-decoration:none}
header .top .menu .top-menu li:hover .sub-menu{display:block;position:absolute;z-index:999;float:left;left:0;top:35px;background:#3e423b;padding:0;margin:0;margin-left:-20px;width:180%;padding:15px 25px;box-shadow:inset 0 11px 8px -10px #000}
header .top .menu .top-menu li:hover .sub-menu li{text-align:left;display:block;color:#fff;width:100%;margin:0;padding:6px 0}
header .top .menu .top-menu li:hover .sub-menu li a{color:#fff}
header .top .menu .top-menu li:hover .sub-menu li a:hover{color:#9bbf12}
header .top .menu .top-menu li .sub-menu{display:none}
header .hamburger{position:relative;display:block;padding:10px;width:100%;background:#fff;z-index:300;text-align:center}
header .hamburger i{font-size:2em}
header .hamburger i:before{content:"menu"}
header .hamburger i.active:before{content:"close"}
header .mobile-nav{position:absolute;-webkit-transform:translateY(-100vh);-ms-transform:translateY(-100vh);transform:translateY(-100vh);z-index:100;width:100%;height:calc(100% - 120px);overflow:auto}
header .mobile-nav.active{display:block;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .4s ease-out;transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out}
header .mobile-nav .mobile-menu{background:#999e93;list-style-type:none;padding:0;margin:0;box-shadow:inset 0 11px 15px -10px #333}
header .mobile-nav .mobile-menu li{width:100%;text-align:center;border-bottom:1px solid #fff}
header .mobile-nav .mobile-menu li.book{background:#9bbf12}
header .mobile-nav .mobile-menu li:nth-last-of-type(1){border-bottom:0}
header .mobile-nav .mobile-menu li a{display:block;padding:20px;color:#fff}
header .mobile-nav .mobile-menu li a:hover{text-decoration:none}
header .mobile-nav .mobile-menu li .sub-menu{list-style-type:none;padding:0;margin:0;display:none;background:#f5f4f0}
header .mobile-nav .mobile-menu li .sub-menu.active{display:block}
header .mobile-nav .mobile-menu li .sub-menu li{border-bottom:1px solid #5d7209}
header .mobile-nav .mobile-menu li .sub-menu li:nth-child(1){border-top:1px solid #fff}
header .mobile-nav .mobile-menu li .sub-menu li:nth-last-of-type(1){border-bottom:0}
header .mobile-nav .mobile-menu li .sub-menu li a{color:#5d7209}
header .mobile-nav .mobile-menu li .sub-menu li a:hover{text-decoration:none}
main{height:100%;background:#f5f4f0;padding-bottom:15vh}
.searching{background-color:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:30vh}
.searching p{margin-top:10px}
.empty-search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0 50px 0}
.empty-search .search-form{display:inline-block;height:auto}
.empty-search .search-form input{display:inline-block}
.empty-search .search-form input.search-field{font-size:1.4rem;padding:20px 40px;border-top:1px solid #d7dbcd;border-left:1px solid #d7dbcd;border-bottom:1px solid #d7dbcd;float:left}
.empty-search .search-form input.search-button{width:75px;height:75px;border:0;border-top:1px solid #d7dbcd;border-right:1px solid #d7dbcd;border-bottom:1px solid #d7dbcd;float:left;background-image:url(//blog.localliving.dk/wp-content/themes/blog_localliving/_img/svg/search.svg);background-repeat:no-repeat !important;background-position:center !important;background-size:60% !important;background-color:#fff}
.latest-post{position:relative;display:block;min-height:50vh;background-image:url(//blog.localliving.dk/wp-content/themes/blog_localliving/_img/elements/italy.jpg);background-repeat:no-repeat !important;background-position:center !important;background-size:cover !important}
.latest-post .post-wrapper{max-width:1120px;margin:0 auto}
.latest-post .post-wrapper .post{margin-top:15vh;padding-left:9%}
.latest-post .post-wrapper .post h2{color:#fff;font-size:2em;margin-bottom:25px}
.latest-post a.post-link{position:absolute;top:0;left:0;width:100%;height:100%}
#cnt{max-width:1220px;margin:0 auto}
#blog-page{margin-top:-20vh}
#blog-page .the-post{display:block;background:#fff}
#blog-page .the-post .seperator{display:block;height:1vh;width:100%}
#blog-post{margin-top:-20vh}
#blog-post .the-post{display:block;background:#fff}
#blog-post .the-post .seperator{display:block;height:1vh;width:100%}
.blog-heading{display:block;min-height:26vh;width:100%;background:#fff;padding:6% 10%;color:#5d7209}
.blog-heading>*{margin-bottom:20px}
.blog-heading .line{content:"";display:block;height:2px;width:35%;background:#5d7209;margin-bottom:30px}
.blog-heading h2{font-weight:bold}
.blog-heading p{font-size:.9em;color:#595d56;margin-bottom:0}
.blog-column{padding:40px 9%}
.blog-column h4{margin-bottom:1rem;margin-top:2rem}
.blog-one-image{display:block;height:35vh;width:100%}
.blog-one-image .image{height:100%;background-position:center !important;background-repeat:no-repeat !important;background-size:cover !important}
.blog-images-row{display:block;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row}
.blog-images-row .image{display:inline-block;height:35vh !important;width:50%;padding:0;margin:0;background-position:center !important;background-repeat:no-repeat !important;background-size:cover !important}
.blog-video{margin:40px 0;height:45vh;width:100%}
.blog-video iframe{width:100%;height:100%}
#blog-post-list{margin-top:-8.5vh}
#blog-post-list .hero{display:block;width:100%;background:#fff;padding:60px 10% 40px 10%;color:#5d7209;margin-bottom:4.5%}
#blog-post-list .hero>*{margin-bottom:30px}
#blog-post-list .hero .line{content:"";display:block;height:2px;width:35%;background:#5d7209}
#blog-post-list .hero h2{font-weight:bold}
#blog-post-list .hero p{font-size:.9em;color:#595d56;margin-bottom:0}
#blog-post-list .the-posts{height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
#blog-post-list .the-posts>*{margin-bottom:20px}
#blog-post-list .the-posts .post{display:inline-block;width:100%;background:#fff;position:relative;-webkit-transition:-webkit-transform .4s ease-out;transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out}
#blog-post-list .the-posts .post a.post-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20}
#blog-post-list .the-posts .post:hover{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);-webkit-transition:-webkit-transform .4s ease-out;transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out}
#blog-post-list .the-posts .post .label{position:absolute;top:0;right:0;z-index:20;color:#687c71;text-decoration:none;padding:5px 20px;background:#d7dbcd;text-transform:uppercase;font-family:'Merriweather',serif;font-size:.9em;-webkit-transition:background .9s ease-out-in;transition:background .9s ease-out-in;letter-spacing:1px}
#blog-post-list .the-posts .post .image{display:block;background-repeat:no-repeat !important;background-position:center !important;background-size:cover !important;height:32vh;width:100%;position:relative}
#blog-post-list .the-posts .post .image .play-btn{display:block;position:absolute;right:0;bottom:0;width:75px;height:75px;background:#9bbf12;padding:15px}
#blog-post-list .the-posts .post .content{padding:4vh 28px}
#blog-post-list .the-posts .post .content>*{margin-bottom:3%}
#blog-post-list .the-posts .post .content .read-more-btn{margin-bottom:0}
#blog-post-list .the-posts .post .seperator{display:block;height:1vh;width:100%}
#blog-post-list .post-navigation-wrapper{width:100%}
#blog-post-list .post-navigation-wrapper .nav-previous{float:left}
#blog-post-list .post-navigation-wrapper .nav-next{float:right}
#blog-post-list .post-navigation-wrapper h2{visibility:hidden}
#blog-post-list .post-navigation-wrapper a{display:inline-block;padding:5px 25px;background:#9bbf12;color:#fff;font-family:'Merriweather',serif;text-transform:uppercase}
#blog-post-list .post-navigation-wrapper a:hover{color:#fff;text-decoration:none;background:#687c71}
#sidebar{display:block;height:100%;width:100%;padding-left:4vw;padding-right:2vw;clear:left}
#sidebar section{margin-top:40px}
#sidebar section::after{margin-top:40px;display:block;content:"";height:2px;width:62%;background:#5d7209}
#sidebar section:nth-last-of-type(1)::after{display:none}
#sidebar .search-bar .search-form{display:inline-block;height:auto}
#sidebar .search-bar .search-form input{display:inline-block}
#sidebar .search-bar .search-form input.search-field{font-size:.8rem;padding:10px 20px;border-top:1px solid #d7dbcd;border-left:1px solid #d7dbcd;border-bottom:1px solid #d7dbcd;float:left}
#sidebar .search-bar .search-form input.search-button{width:41px;height:41px;border:0;border-top:1px solid #d7dbcd;border-right:1px solid #d7dbcd;border-bottom:1px solid #d7dbcd;float:left;background-image:url(//blog.localliving.dk/wp-content/themes/blog_localliving/_img/svg/search.svg);background-repeat:no-repeat !important;background-position:center !important;background-size:60% !important;background-color:#fff}
#sidebar .search-bar .social-icons{display:block;clear:both;margin-top:30px}
#sidebar .search-bar .social-icons ul{list-style-type:none;margin:0;padding:0}
#sidebar .search-bar .social-icons ul li{display:inline-block;margin-right:10px}
#sidebar .search-bar .social-icons ul li:nth-child(1){margin-left:5px}
#sidebar .search-bar .social-icons ul li img{height:30px}
#sidebar .about h2{padding-bottom:20px}
#sidebar .about .read-more-btn{margin-top:20px}
#sidebar .categories{display:block}
#sidebar .categories h2{padding-bottom:20px}
#sidebar .categories ul{display:inline-block;list-style-type:none;margin:0;padding:0;color:#fff}
#sidebar .categories ul li a{color:#fff;text-decoration:none;display:block;float:left;clear:both;padding:5px 20px;background:#d7dbcd;margin-bottom:10px;text-transform:uppercase;font-family:'Merriweather',serif;font-size:.9em;-webkit-transition:padding .3s ease-out;transition:padding .3s ease-out}
#sidebar .categories ul li a:hover{padding-right:25px;padding-left:25px;-webkit-transition:padding .3s ease-out-in;transition:padding .3s ease-out-in}
#sidebar .categories ul li:nth-last-of-type(1) a{margin-bottom:0}
#sidebar .tags{display:block;clear:both}
#sidebar .tags h2{padding-bottom:20px}
#sidebar .tags ul{display:block;list-style-type:none;margin:0;padding:0}
#sidebar .tags ul li{display:inline-block;clear:both;margin-right:5px;margin-bottom:10px}
#sidebar .tags ul li a{color:#687c71;text-decoration:none;padding:5px 20px;background:#d7dbcd;text-transform:uppercase;font-family:'Merriweather',serif;font-size:.9em;-webkit-transition:background .9s ease-out-in;transition:background .9s ease-out-in}
#sidebar .tags ul li a:hover{color:#fff;background:#9bbf12}
#sidebar .tags ul li:nth-last-of-type(1) a{margin-bottom:0}
#sidebar .newsletter h2{padding-bottom:20px}
#sidebar .newsletter .email-newsletter{width:100%;border:1px solid #9ea989;font-size:.8rem;float:left;padding:10px 20px;margin-bottom:20px}
#sidebar .newsletter .newsletter-btn{display:inline-block;padding:5px 25px;background:#9bbf12;color:#fff;font-family:'Merriweather',serif;text-transform:uppercase;border:0;float:right}
#sidebar .newsletter .newsletter-btn:hover{color:#fff;text-decoration:none;background:#687c71}
.social-shares{width:90%;margin-left:5%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:6% 10%;border-top:2px solid #5e720b}
.read-simular{display:block;margin-top:6vh;width:100%}
.read-simular .line{display:block;height:2px;width:220px;background:#5d7209;content:"";margin-bottom:30px}
.read-simular .simulars{margin:0;margin-top:30px;width:100%}
.read-simular .simulars .post-wrapper:nth-child(1){padding-left:0;padding-right:10px}
.read-simular .simulars .post-wrapper:nth-child(2){padding-right:0;padding-left:10px}
.read-simular .simulars .post-wrapper .post{display:block;width:100%;background:#fff;padding:0}
.read-simular .simulars .post-wrapper .post .image{display:block;background-repeat:no-repeat !important;background-position:center fixed !important;background-size:cover !important;height:32vh;width:100%;position:relative}
.read-simular .simulars .post-wrapper .post .content{padding:4vh 28px}
.read-simular .simulars .post-wrapper .post .content>*{margin-bottom:3%}
.read-simular .simulars .post-wrapper .post .content h4{min-height:70px}
.read-simular .simulars .post-wrapper .post .content .read-more-btn{margin-bottom:0}
.read-simular .simulars .post-wrapper .post .seperator{display:block;height:1vh;width:100%}
footer{padding-bottom:10vh}
footer .contact-wrapper{width:100%;background:#d7dbcd;padding:50px 0}
footer .contact-wrapper .contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;padding-top:14px;border-bottom:1px solid #9ea989}
footer .contact-wrapper .contact.phone{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;border-right:1px solid #9ea989;padding-right:24px;text-align:right}
footer .contact-wrapper .contact.email{text-align:left;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-left:24px}
footer .contact-wrapper .contact p{font-family:'Merriweather',serif;text-transform:uppercase;line-height:24px;font-weight:bold}
footer .contact-wrapper .contact a{line-height:50px;padding-bottom:12px;color:#3e433b;font-family:'Merriweather',serif;font-weight:700;font-size:31px}
footer .contact-wrapper .hours{padding-top:14px;text-align:center;font-size:.9em}
footer .facebook-feed .images-wrapper{padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:200px}
footer .facebook-feed .images-wrapper .image{display:block;background-repeat:no-repeat !important;background-position:center !important;background-size:cover !important;height:100%}
footer .facebook-feed .images-wrapper .image:nth-child(1){width:35%;height:100%}
footer .facebook-feed .images-wrapper .image:nth-child(2){height:50%;width:15%}
footer .facebook-feed .images-wrapper .image:nth-child(3){height:50%;width:15%}
footer .facebook-feed .images-wrapper .image:nth-child(4){height:50%;width:15%}
footer .facebook-feed .images-wrapper .image:nth-child(5){height:50%;width:15%}
footer .facebook-feed .images-wrapper .image:nth-child(6){height:100%;width:35%}
footer .facebook-feed .follow-wrapper{background:#999e93;padding:30px 30px;position:relative;display:block;cursor:pointer}
footer .facebook-feed .follow-wrapper img{width:45px}
footer .facebook-feed .follow-wrapper .line{display:block;width:180px;height:2px;background:#fff;margin:30px 0;content:""}
footer .facebook-feed .follow-wrapper h2{color:#fff}
footer .facebook-feed .follow-wrapper a{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}
footer .facebook-feed .end-piece{padding:0}
footer .facebook-feed .end-piece div:nth-child(1){width:100%;height:105px;background:#d7dbcd}
footer .facebook-feed .end-piece div:nth-child(2){width:100%;height:55px;background:#f5f4f0}
footer .facebook-feed .rejsegaranti{position:relative}
footer .facebook-feed .rejsegaranti img{max-width:100%}
footer .facebook-feed .rejsegaranti a{position:absolute;top:0;left:0;width:100%;height:100%}
footer .facebook-feed .info{text-align:right}
footer .facebook-feed .info p{padding-top:7px}
footer .facebook-feed .socials{padding:0}
footer .facebook-feed .socials ul{text-align:right;list-style-type:none;margin:0;padding:0}
footer .facebook-feed .socials ul li{display:inline-block;margin-right:10px}
footer .facebook-feed .socials ul li:nth-child(1){margin-left:5px}
footer .facebook-feed .socials ul li:nth-last-of-type(1){margin-right:0}
footer .facebook-feed .socials ul li img{height:30px}
@media screen and (min-width:576px) and (max-width:768px){header .top{height:130px}
header .top .logo{padding:50px 0}
header .top .logo img{max-width:50%}
}@media screen and (min-width:768px){.fancybox-caption-wrap{padding:60px 25vw 0 25vw !important}
}@media screen and (min-width:769px){header .hamburger{display:none}
header .mobile-nav{display:none}
}@media screen and (min-width:1024px){#blog-post-list .the-posts .post.half{width:49%}
#blog-post-list .the-posts .post.half h4{min-height:70px}
}@media screen and (max-width:1151px){#sidebar .newsletter .email-newsletter{width:80%}
#sidebar .newsletter .newsletter-btn{float:left}
}@media screen and (max-width:1024px){footer .facebook-feed .images-wrapper{height:200px}
}@media screen and (max-width:1023px){footer .contact-wrapper .contact a{font-size:1.5em}
}@media screen and (max-width:768px){header .top .logo{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
header .top .logo img{text-align:center;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
header .top .menu{display:none}
#sidebar .search-bar .search-form input.search-field{max-width:75% !important}
}@media screen and (max-width:576px){.latest-post{text-align:center;padding:20px 0;margin-top:0}
.latest-post .post-wrapper .post{text-align:center;padding:50px 0;margin-top:0}
#sidebar{padding-right:20px;padding-left:20px}
#sidebar section::after{width:100%}
#sidebar section:nth-child(1)::before{margin-top:6vh;margin-bottom:6vh;display:block;content:""}
#sidebar .search-bar .search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:30px}
#sidebar .search-bar .social-icons ul{width:100%;text-align:center}
#sidebar .search-bar .social-icons ul li{margin-right:20px;margin-left:20px}
#sidebar .search-bar .social-icons ul li:nth-child(1){margin-right:20px;margin-left:20px}
#sidebar .search-bar .social-icons ul li img{height:50px}
.social-shares{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:6% 20px;margin:0}
.social-shares h3{margin-right:10px}
footer .contact-wrapper .contact{padding-left:0;padding-right:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
footer .contact-wrapper .contact.phone{border-right:0;text-align:center;padding-right:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
footer .contact-wrapper .contact.email{border-right:0;text-align:center;padding-left:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
footer .facebook-feed .rejsegaranti{text-align:center;padding:10px 0}
footer .facebook-feed .info{text-align:center;padding:10px 20px}
footer .facebook-feed .socials ul{text-align:center;padding:10px 0}
footer .facebook-feed .socials ul li{margin:15px}
footer .facebook-feed .socials ul li img{height:50px}
}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}