/*
Theme Name: Coconuts
Author: Pandamatic
Version: 1.0
*/

.headerbar,
.navigation {
    overflow: hidden;
    z-index:100
}
.headerbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    color:#404040;
    background:#fff no-repeat 50%;
    background-size: auto;
    box-shadow: 0 2px 8px 0 #ccc;
    -webkit-box-shadow: 0 2px 8px 0#ccc;
    -moz-box-shadow: 0 2px 8px 0 #ccc;
    z-index: 999;
}
.headerbar .main-menu {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    letter-spacing: .4px;
    white-space: nowrap;
    min-height: 50px
}

.site-nav-logo {
    flex-shrink: 0;
    display: block;
    margin-right: 24px;
    padding: 0px;
    color: 
    #fff;
    font-size: 1.7rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -.5px;
    max-width: 140px;
}
.site-nav-logo img{
    width:36px;
    height:36px;
    display: block;
}
.toggle-nav {
    display: none;
}
.search_icon {
    height:24px;
    color:#333;
}
.search_icon svg {
    width: 24px;
    height: 24px;
    fill:#333;
}
.search_icon:hover svg, .search_icon:active svg, .search_icon:focus svg, .search_icon svg:hover {
    fill:#f7a900;
}

.page #content,
.single-post #content,
.error404 #content,
article {
    background-color: #fff
}

main, .pagewidth {margin: 0 auto}

main, img {max-width: 100%}

ul.accordion>li a:focus,
ul.accordion>li a:hover
a {
    outline: 0
}

img {
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body {
    word-wrap: break-word;
    color: #484848;
    min-width: 320px;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.6em;
    background: url('./images/header-bg.jpg');
    padding-top: 54px;
    background-color:rgb(244, 248, 251);
    overflow-x: hidden;
}

a { 
    color: #0057a9; 
    text-decoration: none;
}   
        
a:hover, a:active {  
    text-decoration: underline; 
    text-decoration-color: greenyellow;
    text-decoration-thickness: 2px;
}

p {
    margin: 0 0 1.2em;
    padding: 0
}

.home h1 {
    font-size: 1.9em;
    margin-top: 16px;
    display: inline-block;
}

h1,
h2,
h2 a,
h3,
h4,
h5,
h6 {
    color: #111;
    line-height: 32px;
    margin: 12px 0 14px;
    font-family: "PT sans caption", Roboto, "Segoe UI", Calibri, sans-serif;
    font-weight: bold;
}

h2 a {
    color: #262626
}

h2 a,
h2 a:hover, h2 a:active {
    text-decoration: none
}

h1 {
    font-size: 1.9em
}

h2 {
    font-size: 1.6em
}

h3 {
    font-size: 1.4em;
    color: #424141
}

h4 {
    font-size: 1.2em
}

h5 {
    font-size: 1.2em
}

h6 {
    font-size: 1em
}

main,
#content,
#footer,
#layout,
#sidebar,
#subscribe,
.author-box,
.pagenav,
.pagewidth,
.post,
.widget {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pagewidth {
    width: 780px
}

.category .pagewidth { 
    width: 800px;
}


#footer,
.clear,
.pagenav,
hr {
    clear: both
}

/*** NAVIGATION ***/
.mobile-logo-text {
    text-decoration: none;
    color: #3e3e3e;
    padding: 0px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    box-sizing: border-box;
}
.main-menu .mobile-logo-text a {
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
}
.mobile-logo-text .logo{
    width: auto; height: 32px;
    vertical-align: middle;
}

.search-show-menu {
    height: 24px;
    margin-right: 10px
}

.name-site{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(51,51,51,1);
    vertical-align: middle;
}

ul.accordion,
.single ul.accordion {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2px -12px;
    padding: 0;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    visibility: visible;
    opacity: 1;
}

ul.accordion:after {
    content: '';
    display: block
}

ul.accordion>li {
    display:inline-block;
    margin: 0px 4px 0px 10px;
    list-style: none
}

ul.accordion>li a:hover li {
    padding-bottom: 10px
}

ul.accordion>li>a {
    color: #3e3e3e;
    text-decoration: none;
    padding:5px 5px;
    margin: 0px 5px;
    display:block;
    box-sizing: border-box;
}

ul.accordion .icon {
    padding-left: 20px;
    height: 16px;
    width: 16px;
    padding-top: 0px;
    background-position: left bottom;
    display: inline-flex
;
    align-items: center;
    justify-content: flex-start;
}

ul.accordion>li>a:hover,ul.accordion>li>i:hover { border:none }

ul.accordion > li > a:hover span {
  background-color: greenyellow;
  border: none
}

ul.accordion>li.current-menu-item a span, ul.accordion > li.current-post-parent a span{
    background-color: greenyellow;
}

ul.accordion>li.current-menu-item a:focus,
ul.accordion>li.current-menu-item a:hover,
ul.accordion>li.menu-item-home a:focus,
ul.accordion>li.menu-item-home a:hover {
    text-decoration: none
}

ul.accordion ul {
    padding: 18px 16px 0 19px
}

.headerbar.active{
    overflow: visible;
}

.dark-background {
    background: #333333b3;
    height: 100rem;
    display: none;
    position: absolute;
    top: 50px;
    left: -1500px;
    width: 100%;
}

.active .dark-background {
    display: block;
    left: -1500px;
}
.active .main-menu {
    position:relative;
    overflow:visible !important;
}

.active .main-menu ul {
    visibility: visible;
    text-align: left;
    left: 0px;
}

.mobile .main-menu ul {
    width:75%;
    position:absolute;
    top:50px;
    left:-1500px;
    padding:10px 18px;
    box-shadow:0px 12px 6px rgba(0, 0, 0, 0.72);
    background:#fff;
    flex-direction: column;
    height: 100rem;
    opacity: 0;
}

.mobile .main-menu li {
    margin:5px 0px 5px 0px;
    float:none;
    display:block;
}

.mobile .toggle-nav {
    display:inline-block;
    color: #333;
    font-size: 28px;
    transition:color linear 0.15s;
    margin-left:10px;
}

.toggle-nav:hover, .toggle-nav.active {
    text-decoration:none;
    color: #f7a900;
}

.mobile .search_icon {
    margin-right: 10px
}

/**** FOOTER ****/

.footer {
    color: #b0b0b0;
    font-size: 14px;
    background-color: #273730;
    border-top: 4px solid #a4f923;
    margin-top: 12px
}
.footer p{color: #b0b0b0;font-size: 0.96em;}
.footer-holder {
    padding: 30px 0;
    text-align: center;
}
.footer a {
    line-height: 24px;
    border-bottom: 1px dashed;
    text-decoration: none;
    color: #b0b0b0;
}

.footer a:hover, .footer a:active {
    border-bottom: 1px dashed;
    color: #777
}

.footer .copyright img {
    max-width: 30px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0
}
.footer-nav {
    margin: 7px 0 10px;
    padding: 0;
    text-align: left
}

.footer-nav li {
    padding: 0;
    margin: 0 8px 5px 0;
    list-style: none;
    display: inline-block;
    zoom: 1
}

.go-top-wrapper a {
font-style: normal !important;
    line-height: 12px !important;
    display: inline-block;
    text-decoration: none;
    font-size: 0.92em;
    border-bottom: none !important;
    text-align: center
}
.go-to-top span {
    font-style: normal !important;
    text-transform: uppercase;
}

.footer-menu ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 0 20px 25px;
    line-height: 27px;
    font-size: 13px
}
.footer-menu ul li:first-child {
    margin-left: 0
}
.footer-menu ul li:last-child {
    margin-right: 0
}
.footer-menu ul li {
    display: inline;
    margin: 0 10px
}


/**** РАЗНОЕ ****/

#content {
    margin: 10px 0;
    padding-top: 8px;
}

.post-full-video {
    width: 100%;
    height: 450px;
}

.number {color: #ffb364; font-size: 1.4em}

#subscribe,
.aligncenter,
.wp-caption {
    text-align: center
}

mark {
    background-color: #a8ff2291;
    padding: 2px 0px;
    color: #222
}
code {

    border: 1px dashed #ababab;
    padding: 4px;
    background: #f2fdff;
    border-radius: 2px;
}

small {
    font-size: 87%
}

sub,
sup {
    font-size: .8em;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 6px
}

sub {
    top: 4px
}

select {
    padding: 5px;
    font-size: 1.05em;
    width: 250px
}

article {
    padding-top: 8px;
    margin-bottom: 24px
}

.loops-wrapper .post {
    padding: 8px 8px 0
}

.page #content .page,
.single-post #content .post {
    padding: 0
}

#content, article {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .14)
}

.postlist #content {
    box-shadow: none
}

li,
ol,
ul {
    padding: 0
}

ol,
ul {
    margin: 1em 0 0.8em 2.4em;
}
#article-body {
    padding-bottom: 12px;
}
#article-body ol li {
    padding-bottom: 12px;
    padding-left: 0.2em
}

#article-body ul {
    list-style-type: square
}

#article-body ul li {
    padding-left: 0.2em;
    padding-bottom: 12px
}

#article-body a {
    border-bottom: 1px dotted #1f7bb6;
}
#article-body a:hover, #article-body a:active {
    border-bottom-color: #fff0;
}
article a.readmore {        
    display: inline-block;  
    margin-top: 8px;    
    text-align: center; 
    padding: 12px;  
    background-color: #a8ff22;  
    color: #282828;   
    margin: 8px auto;   
    width: 180px;   
    text-decoration: none;

    border-radius: 40px;
}       
article a.readmore:hover, article a.readmore:active {      
    background-color: #a8ff22bd; 
}

hr {
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    height: 0;
    overflow: hidden;
    border-width: 0 0 1px;
    margin: 0 0 10px
}

.left {
    float: left
}

.right {
    float: right
}

.textleft {
    text-align: left
}

.textright {
    text-align: right
}

.textcenter {
    text-align: center
}

.displaynone {
    display: none
}

.displayblock {
    display: block
}

main:after,
#content:after,
#footer:after,
.clearfix:after,
.gallery:after,
.menu:after,
.pagenav:after,
.widget li:after,
footer:after {
    overflow: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

main,
#content,
#footer,
.clearfix,
.gallery,
.menu,
.pagenav,
.widget li,
footer {
    display: block;
    zoom: 1
}

/**** POST AND PAGE ****/
.page-title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 300%;
    line-height: 110%
}

.post {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.post-content {
    min-width: 120px;
    overflow: visible;
    max-width: 390px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    text-align: center;

}
.post-content .post-by, .post-content h2 a { padding:0px}
.post-content p {margin:0px}
.post-title {
    font-size: 20px;
    margin: 0 0 5px;
    padding: 10px 12px 0;
    line-height: 26px
}

.loops-wrapper {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.loops-wrapper .post {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}


.category-description {
    padding-bottom: 4%;
    text-align: left;
}
.category-description .post-title {
    margin: 0px;
    padding: 4% 4% 2%;
    text-align: center;
    font-size: 2em;
    color: #222;
    line-height: 1.1em;
}
ul.post-by {
    list-style: none;
    margin: 0;
    display: inline-block
}

ul.post-by li {
    float: left;
    color: #717171;
    font-size: 13px;
    padding: 0 10px
}

ul.post-by li.no-padding-left {
    padding-left: 0
}

ul.post-by li.last {
    background: 0 0
}

.post-image .attachment-featured {
    margin-bottom: 0
}
a.featured {display:flex}
.featured picture {display: inherit;}
a.featured:hover img{
    text-decoration: none;
    border-bottom: 0px;
}

/**** POST IMAGES ****/
.post-image {
    max-width: 100%;
    margin: 0px
}

.post-image.left {
    float: left;
    margin-right: 15px
}

.post-image.right {
    float: right;
    margin-left: 15px
}
.wp-caption,
img.aligncenter,
img.alignleft,
img.alignnone,
img.alignright {
    margin-bottom: 15px
}

.alignleft {
    float: left;
    margin-right: 30px
}

.alignright {
    float: right;
    margin-left: 30px
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%
}

.wp-caption-text {
    font-size: 92%;
    line-height: 120%;
    margin: 6px 0;
    color: #5d7a88;
    text-align: left;
}

.alignleft .wp-caption-text, .alignright .wp-caption-text, img.alignright, img.alignleft {
    max-width: 390px;
}

/**** BLOCKQUOT ****/
blockquote {
    background: #f7f7f7;
    font: 100%/100% Arial, Helvetica, serif;
    padding: 4% 8%;
    line-height: 1.6em;
    margin: 0.2em 0 1.2em 0
}
blockquote:after,
blockquote:before {
    color: #bbb;
    font-size: 3em;
    line-height: .1em
}

blockquote:before {
    content: "\201C";
    margin-right: .2em;
    vertical-align: -.4em
}

blockquote:after {
    content: "\201D";
    vertical-align: -.45em;
    margin-left: .2em
}

blockquote>p:first-child {
    display: inline
}

blockquote p {
    color: #555;
    padding: 0 !important
}

/**** PAGINATION ****/

.pagenav {
    text-align: right
}

.pagenav .current,
.pagenav a {
    display: inline-block;
    font-family: arial;
    font-size: 1em;
    padding: 6px 12px;
    cursor: pointer;
    text-decoration: none
}

.pagenav a:hover {
    background-color: #a8ff22a3;
    color: #222;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

}

.pagenav .current {
    color: #666
}

.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.pagenav .current:active,
.pagenav a:active {
    top: 1px;
    position: relative
}

/**** MAP BOX ****/
.map_info {
    padding: 12px 0px 16px 0px;
    background-color: #64ff2c3d;
}
.map_info ul.map_list {
    font-size: 0.92em; margin-left: 2.0em;
}
.map_info ul.map_list li {
    padding-bottom: 8px !important;
}
.map_info div.map_caption {
    color: #111;
    line-height: 32px;
    margin: 12px 0 14px;
    font-family: "PT sans caption",Roboto,"Segoe UI",Calibri,sans-serif;
    font-weight: bold;
    padding:0 4%;
    font-size: 1.6em;
}
.map_info hr {
    border-bottom-color: #64ff2c3d;
    border-width: 0 0 0px;
}
/**** COLOR BOXES ****/

div.colorbox {
    padding: 1em 1.5em;
    margin: 2em auto;
    color: #444;
    background: #fff9e9;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
    width: 86%;
    border-radius: 6px;
}
div.colorbox p {
    padding: 0px;
}
div.colorbox.orange {
    background-color: #fff9e9;
    background: -webkit-gradient(linear,left top,right top,from(#fff3d4),to(#fff9e9));
    background: -webkit-linear-gradient(left,#fff3d4 0,#fff9e9 100%);
    background: -o-linear-gradient(left,#fff3d4 0,#fff9e9 100%);
    background: linear-gradient(to right,#fff3d4 0,#fff9e9 100%);
}
div.colorbox.blue {
    background-color: #e4feff;
    background: -webkit-gradient(linear,left top,right top,from(#9effdfbd),to(#a0f6ff82));
    background: -webkit-linear-gradient(left,#9effdfbd 0,#a0f6ff82 100%);
    background: -o-linear-gradient(left,#9effdfbd 0,#a0f6ff82 100%);
    background: linear-gradient(to right,#9effdfbd 0,#a0f6ff82 100%);
}
div.colorbox.green {
    background-color: #deffe0;
}

div.colorbox.green a {
    color: #1475b3;
    border-bottom: 1px dotted #1475b3;
}

/**** WIDGETS ****/ 
    
.lt_rentacar_widget {   
    padding:0px;    
}   
        
.lt_rentacar_widget img{    
    margin-bottom:0px;          
}   

.lt_airtickets_widget {background-color: #fff;}
.lt_airtickets_widget .weedle-widget.weedle-widget {    
    position: relative!important;   
    direction: ltr!important;   
    overflow: hidden!important; 
    margin: 0 auto!important;   
    padding: 0!important;   
    min-width: 180px!important; 
    height: 330px!important;    
    border-radius: 0!important; 
    background: #fff!important; 
    -webkit-box-shadow: none!important; 
    box-shadow: none!important; 
    font-family: Helvetica, Arial, sans-serif!important 
}

p.schedule_widget {
    padding: 0 !important;
    overflow: hidden;
}

.widget ul {    
    margin: .5em 0  
}   
    
.widget ul.children {   
    margin: .5em 0 .5em 1em 
}   
    
.widget li {    
    margin: 0   
}   
    
.widget {   
    margin-bottom: 20px;    
    padding: 8px;   
    max-width:300px 
}   
    
.widgettitle {  
    border-bottom: 1px solid #eee;  
    font-size: 18px;    
    font-weight: 400;   
    margin: 4px 0 16px; 
    color: #555;    
    font-family: Arial; 
    line-height: 1.4em  
}      
    
.widgettitle span { 
    border-bottom: 1px solid #fa2;  
    display: inline-block;  
    margin-bottom: -1px;    
    padding-bottom: 10px    
}

.banner-button,
.banner-button:hover,
.pagenav a:hover,
span.link,
span.link:hover {
    text-decoration: none
}

.banner-button,
.banner-hearder,
.banner-subheader {
    text-transform: uppercase
}
    
.widget-banner {    
    margin: -8px;   
    padding: 32px 20px; 
    text-align: center  
}   
    
.blue-banner {  
    background: #64d5ff;    
    color: #fff 
}   
    
.blue-banner .banner-button:hover { 
    color: #64d5ff; 
    background-color: #fff; 
    text-decoration: none   
}   
    
.pink-banner {  
    background: #ff64c1;    
    color: #fff 
}   
    
.pink-banner .banner-button:hover { 
    color: #ff64c1; 
    background-color: #fff; 
    text-decoration: none   
}   
    
.light-pink-banner {    
    background: #ff5d83;    
    color: #fff 
}   
    
.light-pink-banner .banner-button:hover {   
    color: #ff5d83; 
    background-color: #fff; 
    text-decoration: none   
}   
    
.orange-banner {    
    background: #ffb364;    
    color: #fff 
}   
    
.orange-banner .banner-button:hover {   
    color: #ffb364; 
    background-color: #fff; 
    text-decoration: none   
}   
    
.violet-banner {    
    background: #b25dff;    
    color: #fff 
}   
    
.violet-banner .banner-button:hover {   
    color: #b25dff; 
    background-color: #fff; 
    text-decoration: none   
}   
    
.light-violet-banner {  
    background: #df5dff;    
    color: #fff 
}   
    
.light-violet-banner .banner-button:hover { 
    color: #df5dff; 
    background-color: #fff; 
    text-decoration: none   
}   
    
.banner-hearder {   
    font-size: 25px;    
    font-weight: 900;   
    line-height: 30px;  
    margin-bottom: 12px;    
    color: #fff 
}   
    
.banner-subheader { 
    font-size: 18px;    
    font-weight: 600;   
    color: #fff 
}   
    
.widget-banner .topics-list {   
    list-style: disc!important; 
    font-size: .99em;   
    line-height: 160%;  
    text-align: left    
}   
    
.banner-button {    
    border: 2px solid #fff; 
    color: #fff;    
    padding: 10px;  
    display: block; 
    margin-top: 20px;   
    font-weight: 700    
}   
    
.aviasales_inlineable .nano_form_wrapper {  
    width: 100%!important   
}

.default {
    width: auto!important
}

.kama_breadcrumbs {
    font-size: .86em;
    margin: 12px 4% 0 4%;
    color: #717171;
    text-transform: uppercase;
    font-weight: bold;
}
.kama_breadcrumbs a {
    color: #717171;
    font-size: 0.86em;
    text-decoration: none;
}
.kama_breadcrumbs a:hover {
    color: black;
    text-decoration: underline;
}
.kama_breadcrumbs span {
    margin: 0px 4px;
        margin-left: 4px;
}
.kama_breadcrumbs span.firstcrumb, .kama_breadcrumbs .firstcrumb span {
    margin-left: 0px;
}

#article-body a.orange_button {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
        display: inline-block;
        text-align: center;
        padding: 12px 30px;
        background-color: #a8ff22;
        color: #282828;
        margin: 8px auto;
        text-decoration: none;
        border-bottom: none;
        border-radius: 40px;
}

#article-body a.orange_button:hover, #article-body a.orange_button:active, #article-body a.orange_button:focus {
    background-color: #87f75e;
    transform: translateY(-2px);
}

.card-holder {  
    width: 100%;    
    -webkit-column-count: 2;    
    -moz-column-count: 2;   
    column-count: 2 
}   
    
.item-card {    
    max-width: 400px;   
    margin-bottom: 10px;    
    box-sizing: border-box; 
    display: inline-block   
}   
    
@supports (-webkit-appearance:none) {   
    .item-card {    
        width: 100%;    
        float: left;    
        page-break-inside: avoid;   
        break-inside: avoid 
    }   
}   
    
.card-header {  
    font-size: 1.3em;   
    font-weight: 700;   
    text-align: center; 
    padding: 12px 12px 0    
}   
    
.card-description { 
    padding: 10px 12px; 
    border-bottom: 1px #dbdbdb solid    
}   
    
.card-shadow {  
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .19)   
}   
    
.card-footer {  
    padding: 16px;  
    text-align: center
}
.container-box {
    height: auto;
    display: table;
    margin-bottom:16px;
    width:100%
}
.plus-minus-box {
    width: 48%;
    float: left;
    border: 1px solid #eee;
    margin-right: 12px;
}
.green .box-header {
    background-color: #4ccf4c;
}
.box-header {
    background-color: #ffb1b1;
    padding: 10px !important;
    color: white;
    font-weight:700;
}
.box-body {
    padding: 0px 16px;
    font-size:0.98em;
}
.plus-minus-box.last {
    margin-right: 0px;
    float: right;
}
.red .box-header {
    background-color: #ffb1b1;
}
        
div.lt-widget-wrapper { 
    margin-top: 20px    
}   
    
.lt-widget-wrapper a.price-stat-col {   
    border-bottom: none!important   
}   
    
.lt-widget-wrapper li:before {  
    background: 0 0!important   
}
/*** TABLES ***/
table {
    border: 1px solid #ddd;
    font-size: .9em;
    width: 100%;
    margin: 20px 0;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

table td,
table th {
    padding: 15px;
    border: 1px solid #eaeaea
}

table th {
    color: #373737;
    text-align: left;
    padding: 15px 14px;
    font-size: 16px;
    font-weight: 700
}

table td {
    padding: 13px 14px;
    vertical-align: top
}

table tr:nth-of-type(even) {
    background: #fff
}

table tr:nth-of-type(odd) {
    background: #fafafa
}

table ul {
    list-style-type: none !important;
    margin: 1em 0 0 0.0em;
}

.table-responsive-wrapper {
    width: 100%; 
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
}

/*** FAQ BOX ***/

.colorbox.faq {
  background: #fafafa;
  border-radius: 0px 6px 6px 0px;
  position: relative;
  border-radius: 0 10px 10px 0;
  width: 86%;
  padding: 1em 2em 1.5em;
  box-shadow: none;
}

.faq::before {
  left: 12px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: repeating-linear-gradient( to bottom, #a4f923, #a4f923 4px, transparent 4px, transparent 10px );
}

.faq h2 {
  padding: 0px;
  font-size: 1.12em;
  text-transform: uppercase;
  margin-top: 4px;
}

.faq h3 {
  font-size: 1.05em;
  background-color: #b7ff8f;
  padding: 4px;
  display: inline;
  margin: 4px 0px;
}

.faq p {
  font-size: 0.94em;
  line-height: 24px;
  margin: 6px 0px;
}

#comments {margin:0px auto;}
.aftercontent-container { display:flex; width:100%; clear:both}

.aftercontent-container .aboutme, .aftercontent-container .usefullinks {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 4px;
    width: 100%;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
}

.aftercontent-container .aboutme {
    background-color: #e8fde6; 
    margin-right: 3%;
}

.aftercontent-container .usefullinks {
    background-color: #d8fdef;
    margin-right: 0px !important;
    font-size: 14px;
    line-height: 22px;
}

.aftercontent-container .usefullinks a {
    color: #1a76b0;
}

.aftercontent-container .aboutme .aboutme-gravatar {
    margin: 10px auto; display: block; width: 100px;
}
.aboutme-gravatar img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.aboutme .aboutme-desc, .usefullinks .usefullinks-desc {
    display: block; margin: 20px 20px 5px 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.aftercontent-container .bold {
    font-style:normal; font-weight:bold;
}

.usefullinks .usefullinks-desc {
    font-size: 1.04em;line-height: 1.5em;font-style: normal; text-align:left
}

.usefullinks .usefullinks-desc ul {margin: 1em 0 0.8em 1.2em;}
.usefullinks .usefullinks-desc ul li {padding-left: .2em; padding-bottom: 16px;}
    
.info-block { border: 2px solid #90db89; margin-bottom:10px }
    .info-block .head {font-weight: bold;
font-size: 1.1em;
padding: 8px;
border-bottom: 2px solid #90db89;
display: inline-block;
border-right: 2px solid #90db89;
margin-bottom: 8px;
background: #e8fde6;}
.info-block p {margin:8px}
    .info-block .number {color:#90db89;}
    .info-block ul, .info-block ol { padding: 0px 16px }
    
#content .post {
    padding:0px !important;
}

.post p, .page p, ul.post-by, ol, ul, h1, h2, h2 a, h3, h4, h5, h6{
    padding: 0 4%;
}

.TP-PopularRoutesWidgets {
    display: flex;
}
.TP-PopularRoutesWidget {
    width: 50%;
    padding: 0px 10px;
}
.tp_widget {
    display: block; 
    width: fit-content;
    margin: 0px auto;
}

.wc-gallery .gallery .gallery-icon a {
    border-bottom: 0px !important;
}

.icon {
  display: inline-block;
  width: auto;
  padding-left: 32px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-right: 10px;
}

.tg {
  background-image: url('./images/tg.svg');
}

.ig {
  background-image: url('./images/ig.svg');
}

@media screen and (min-width: 901px) {
    ul.accordion {
        opacity: 1 !important;
    }
}

@media only screen and (max-width:991px) {
    ul.accordion>li {
        margin: 0 2px 0 2px;
    }
}

@media screen and (max-width:900px) {
    #content {
        width: 100%;
        margin: 10px 0 20px
    }

    .headerbar .main-menu {
        justify-content: space-between;
    }

    .widget {
        margin-bottom: 20px;
        margin-right: 0px;
        padding: 8px;
        max-width: 400px;
        display: inline-block;
        width: 400px;       
    }
    a.featured {margin: 0px 0px;}
    .post-image.left {
        float: left;
        margin: 0px 15px 0px 0px;
    }

    .pagewidth {max-width: 100%}

    .main-menu ul, .single ul.accordion {
        width:50%;
        position:absolute;
        top:50px;
        left:-1500px;
        padding:10px 18px;
        box-shadow:0px 12px 6px rgba(0, 0, 0, 0.72);
        flex-direction: column;
        height: 100rem;
    }

    .main-menu li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }

    .toggle-nav {
        display:inline-block;
        color: #333;
        font-size: 28px;
        transition:color linear 0.15s;
        margin-left:10px;
    }

    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color: #3fda05;
    }

    .search_icon {
        margin-right: 10px
    }
}

@media screen and (max-width : 800px){
    .headerbar {max-width:100%;text-align:center; overflow:visible !important; }
    .post-full-video {height:360px}
    .pagewidth {max-width: 100%}
    .widget {
        max-width: 350px;
        width: 350px;       
    }

    .loops-wrapper {
          -moz-column-count: 1;
          -webkit-column-count: 1;
          column-count: 1;
          -moz-column-gap: 0px;
          -webkit-column-gap: 0px;
          column-gap: 0px;
          text-align: center;
    }
    #content
     {
        margin: 0 0 20px
    }
}   
@media screen and (max-width:700px) {
    .aftercontent-container { display:block; width:100%; clear:both}
    .aftercontent-container .aboutme, .aftercontent-container .usefullinks {margin:12px auto !important;width:70%}
    .widget {
        max-width: 300px;
        width: 300px;       
    }
}
@media screen and (max-width:600px) {
    .main-menu ul {
        width:75%;
    }
    .headerbar {padding-top:0px; padding-bottom:0px;}
    .plus-minus-box.last { float:left}
    .plus-minus-box { margin-bottom:8px; width: 100% }
    .container-box { width:100%; }
    .card-holder {
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .post-video {
        clear: both
    }
    .sidebar-none .widget {
        float: left;
        display: block;
        width: 100%
    }
    .alignleft, .alignright {
        float: none;
        clear: both;
        display: block;
        margin: 15px auto;
        max-width: 390px;
    }
    
    .widget {margin: 20px auto; }
    .widget {
        max-width: 100%;
        width: 400px;       
    }
    
    .aftercontent-container .aboutme, .aftercontent-container .usefullinks {margin:12px auto !important;width:70%}
    
    .post-content {text-align:center}
    .post-content div p { padding: 0 2%; text-align:left}
    .category .post-content div p { padding: 0 2%; text-align:center;}
    .post-image .attachment-featured {
        margin-bottom: 0;
        margin: 0px auto;
    }
    .post-image .left {float:none !important}
    .TP-PopularRoutesWidgets {
        display: flex;
        flex-direction: column;
        columns: 1;
    }
    .TP-PopularRoutesWidget {
        width: 100%;
        padding:0px;
        margin-bottom:10px;
    }

    .map_info img {
        margin: 0px auto;
        display: block;
    }
}
@media screen and (min-width:410px) and (max-width:580px) {
    .postlist article {width: 390px !important}
}

@media screen and (min-width:320px) and (max-width:580px) {
    .card-holder {
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

.category-description .post-title { padding: 6% 4% 4%; }

    .category-description p {
        padding: 0px 12px !important;
    }
    .pagenav {text-align: center}

    #sidebar {
        padding: 4px 12px
    }
    .post-image {
        width: 100%;
        text-align: center;
    }
    .pagewidth {
        max-width: 100%
    }
    html {
        -webkit-text-size-adjust: none;
        overflow-x: hidden;
    }
    body {
            overflow-x: hidden;
    }
    p {
        color: #333;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .loops-wrapper,
    .post {

        padding: 0px;
        margin: 0px auto 24px;
        float: none!important
    }
    .loops-wrapper .post {
        padding: 8px 12px 0
    }

    .single-post #content {
        padding-top: 16px
    }
    .page #content {
        padding-top:8px;
    }
    
    .single-post #content .post {
        padding: 0 4% 4%;
        background-color: #fff;
        margin: 0 2%
    }
    .post-title {
        font-size: 1.4em;
        font-weight: 700;
        margin: 12px 0 5px;
        display:block;
        text-align:center;
        padding: 0px
    }
    .post-content {text-align:center}
    .post-content div p { padding: 0 2%; text-align:center;}
    .post-image .attachment-featured {
        margin-bottom: 0;
        margin: 0px auto;
    }
    .post-full-video {height: 200px}
    .menu-item a,
    a.readmore {        
        font-style: normal !important
    }
    .page .kama_breadcrumbs {
        font-size: .9em;
        margin: 0 0 0px 4%
    }
    .single .kama_breadcrumbs {
        margin: 0 0 0px 2%
    }
    .post p, .post ul.post-by, h1, h2, h2 a, h3, h4, h5, h6 {
        padding: 0;
    }

    .page ul.post-by {
        padding:0 4%;
    }

    h1,
    h2 {
        font-size: 1.6em
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: center;
        line-height: 30px;
        display: block;
        -webkit-margin-before: .0em;
        -webkit-margin-after: .83em;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0
    }
    h3 {
        font-size: 1.4em
    }
    h4 {
        font-size: 1.2em
    }
    h5 {
        font-size: 1.1em
    }
    h6 {
        font-size: 1em
    }

    .post-content h2 a {
        padding: 0px 8px;
    }


    article {
        background: #fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .05)
    }

    .aftercontent-container .aboutme, .aftercontent-container .usefullinks {margin:12px auto !important;width:100%}
    table {
        width: 100%;
        border-width: 0;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 0.85em;
    }
    table th {
        color: #373737;
        text-align: left;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 700;
    }
    table td {padding: 8px 8px}


    #comments {margin:0px 2%;}

    .single ul.accordion {
        width:75%;
    }

    .map_info p {padding: 0 4%}
    .map_info a.orange_button {display: block !important;
max-width: 300px;}
}
    
@media only screen and (max-width:370px) {
    .name-site {
        font-size: 14px;
    }   
}


.searchpage {background-color:#fff;}
.search-results #content {
    background-color: #fff;
    padding: 5px 0px 10px;
}
.searchform {clear: both;overflow: hidden;margin: 0px;padding: 8px;background-color:#fff;display: flex;flex-direction: row; justify-content: space-between; }
.searchform input {
    width: 70%; background-color: #F7F7F7; border: 1px solid #F2F2F2; box-shadow: none; color: #535353; flex: 1; font-size: 17px; font-style: italic; line-height: 35px; margin: 0 8px 0 0; padding: 0 10px;
}
.searchform button {
  width: 22%;
  border: 0 !important;
  cursor: pointer;
  flex-shrink: 0;
  text-align: center;
  padding: 12px;
  background-color: #ffc961;
  color: #282828;
  margin: 0px auto;
  text-decoration: none;
  border-radius: 40px;
}
.searchform input:focus, .searchform input:active { background-color: #fff !important; border: 1px #ccc solid; }
@media screen and (max-width: 799px) {
    .search-results #content {
        padding: 5px 4% 10px;
    }

.searchform {
        padding: 0 8px;
    }
}