/*
 Theme Name:   Love Travel Child
 Theme URI:    http://www.nicdarkthemes.com
 Description:  TGL version of the Love Travel Theme
 Author:       Bernhard Gessler & Daniela Ramos
 Author URI:   http://thegreenlion.net
 Template:     lovetravel
 Version:      1.0.0
 License:      http://www.nicdarkthemes.com
 License URI:  http://www.nicdarkthemes.com
 Tags:         black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
 Text Domain:  lovetravel
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

/* Overwrite theme color
 ------------------------------------------------------- */
    body{ background-color: #191919;}

    p.white,h1.white,h2.white,h3.white,h4.white,h5.white,h6.white,a.white,i.white,span.white, input[type="text"].white, textarea.white, input[type="submit"].white, select.white, small.white{ color:#ffffff; }
    p.grey,h1.grey,h2.grey,h3.grey,h4.grey,h5.grey,h6.grey,a.grey,i.grey,span.grey, input[type="text"].grey, textarea.grey, input[type="submit"].grey, select.grey, pre.grey{ color:#646464; }
    p.greydark,h1.greydark,h2.greydark,h3.greydark,h4.greydark,h5.greydark,h6.greydark,a.greydark,i.greydark,span.greydark, input[type="text"].greydark, textarea.greydark, input[type="submit"].greydark, select.greydark{ color:#000; }
    p.greydark2,h1.greydark2,h2.greydark2,h3.greydark2,h4.greydark2,h5.greydark2,h6.greydark2,a.greydark2,i.greydark2,span.greydark2, input[type="text"].greydark2, textarea.greydark2, input[type="submit"].greydark2, select.greydark2{ color:#191919; }

/* Overwrite text styling
 ------------------------------------------------------- */
    html, p {
        /*color: #949494;*/
        color: #646464;
    }

    a {
        /*color: #262525;*/
        color: #9ad849;
    }

    p{
        margin-bottom: 6px;
        line-height:1.4em;
    }

    li{
        font-size: 15px;
        margin-bottom: 4px;
        line-height:1.4em;
    }

    h1, h2, h3, h4, h5, h6, p {

        /*line-height:1.2em;*/
    }

    h1, h2, h3, h4, h5, h6{
        color: #646464;
        line-height:1.2em;
    }


    h1, h2, h3, h4 {
        padding-bottom: 6px;
        padding-top: 18px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        padding-bottom: 6px;
        padding-top: 8px;
        font-size: 16px;
    }

    .dynContent h1 span,
    .dynContent h2 span,
    .dynContent h3 span,
    .dynContent h4 span,
    .dynContent h5 span,
    .dynContent h6 span {        
        font-weight: normal !important;
    }

    /*h2 {
        padding-bottom: 6px;
        padding-top: 18px;
    }

    h3 {
        padding-bottom: 6px;
        padding-top: 6px;
    }*/

    /*.dynContent h3{
        font-size: 20px !important;
        line-height: 20px !important;

        padding-bottom: 5.33333px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 18px !important;
    }*/

    h1+h2, h2+h3, h3+h4, h4+h5{
        padding-top: 0px;
    }

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child{
        padding-top: 0px;
    }

    p.white a {
        color: white;
        text-decoration: underline;
    }

    p.white a:hover {
        color: white;
        text-decoration: none;
    }

    /*blockquote {
        background-color: #f1f1f1;
        margin: 24px 0;
        padding: 40px 40px 40px 80px;
        position: relative;
    }

    blockquote:before {
        content: '\f10e';
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        speak: none;
        position: absolute;
        left: 40px;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
    }    */

    .blog-content blockquote p {
        font-size: 24px;
        font-style: italic;
        font-weight: bold;
    }

    .blog-content blockquote {
        margin: 24px 24px;
        padding: 30px 30px 30px 100px;
        position: relative;
        /*border-top: 2px solid #ffa500;
        border-bottom: 2px solid #ffa500;*/
        clear: both;
    }

    .blog-content blockquote:before {
        content: '\f10e';
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        color: #ffa500;
        font-size: 84px;
        speak: none;
        position: absolute;
        left: 6px;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
    }

    /*blockquote:after {
        content: '\f10e';
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        speak: none;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
    }*/

    /*blockquote p {
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
        display: inline;
    */

    /*blockquote.no-quote {
        padding: 30px 30px 30px 30px;
        border-top: 2px solid #9ad849;
        border-bottom: 2px solid #9ad849;
    }

    blockquote.no-quote:before {
        content: '';
        color: #9ad849;
        font-size: 24px;
    }

    blockquote.no-quote p {
        text-align: center;
    }*/

/* Overwrite component styling
 ------------------------------------------------------- */
.nicdark_section.gray {
    background-color: #f1f1f1;
}

.nicdark_section.gray .nicdark_divider span {
    background-color: #c3c3c3 !important;
}

select {
    padding: 10px 20px;
}

/* Restore sidebar stylings we overwrote
 ------------------------------------------------------- */
.widget h2{
	color:#fff;
	font-weight:300;
	padding:20px;
	font-size:17px;	
	/*border-radius: 5px 5px 0px 0px;*/
}
.widget h2 a{
	color:#5E6D81;
}

/* Fix program preview we overwrote
 ------------------------------------------------------- */
.grid .nicdark_archive1 p {
    margin-bottom: 0;
}

/* Fix height messed up by Scrollr
------------------------------------------------------- */
body#start_nicdark_framework {
    height:auto !important;
}

/* Fix Visual Composer tab control
 ------------------------------------------------------- */
.vc_tta-panel-title {
    font-size: 17px;
    padding-bottom: 0;
}

/* Fix sections messed up by Visual Composer
 ------------------------------------------------------- */
.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Overwrite/Extend Visual Composer styles
 ------------------------------------------------------- */
.vc_toggle_square.vc_toggle_color_grey .vc_toggle_title {
    border: 1px solid #e0e0e0;
}

.tgl_section_full_width .nicdark_container {
    width:100%;
}

.tgl_section_full_width .nicdark_container .wpb_column .vc_column-inner:only-child  {
    padding: 0;
}

/* Improve spacing between toggles anmd headlines
 ------------------------------------------------------- */
h3+.vc_toggle {
    margin-top:6px;
}

.vc_toggle+h3 {
    padding-top: 0;
}

h4+.vc_toggle {
    margin-top:6px;
}

.vc_toggle+h4 {
    padding-top: 0;
}
    
/* Make logo look funky
------------------------------------------------------- */
.nicdark_logo {
    transform: translateY(-14px);
}

/*.nicdark_logo img{ 
    margin: 10px !important;
    z-index: 10;
}
    
.nicdark_logo .shadow{
    width: 134px;
    height: 134px;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.8s ease;
}

.nicdark_logo a:not(:hover) .shadow.grow{
    width: 104px;
    height: 104px;
    top:15px;
    left:15px;
    background-color: rgba(100, 100, 100, 0.45);
}*/

.nicdark_logo img{ 
    margin: 2px !important;
    z-index: 10;
}
    
.nicdark_logo .shadow{
    width: 118px;
    height: 118px;
    background-color: rgba(25, 25, 25, 0.25);
    border-radius: 50%;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.8s ease;
}

.nicdark_logo a:not(:hover) .shadow.grow{
    width: 104px;
    height: 104px;
    top:7px;
    left:7px;
    background-color: rgba(100, 100, 100, 0.45);
}


 /* Header - Remove placeholder space so that content gets visible behind transparent menu
 ------------------------------------------------------- */
.tgl-header + .nicdark_space100, .tgl-header + .nicdark_space160 {
    display:none; /* Kind of a hack but easier to do and maintain than changing all page templates */
}


 /* Menu
 ------------------------------------------------------- */
/*.tgl-nav {
    background-color:rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(241, 241, 241, 0.1);
    transition: background-color 0.5s ease;
}
.tgl-nav.solid {
    background-color:rgba(255, 255, 255, 1);
    border: 1px solid #f1f1f1;
}*/

.tgl-nav {
    background-color:rgba(25, 25, 25, 0.5);
    /*border: 1px solid rgba(241, 241, 241, 0.1);*/
    border: 1px solid rgba(25, 25, 25, 0.1);
    transition: background-color 0.5s ease;
}
.tgl-nav.solid {
    background-color:rgba(25, 25, 25, 0.8);/*rgba(25, 25, 25, 1);*/
    border: 1px solid black;
}

.menu {
     margin: 0px 30px;
     min-height: 23px;
}

.menu > li > a {
    font-weight: bold;
    color: #f1f1f1;
    /*text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);*/
    margin-right: 0 !important;
}

.menu > li > a:hover {
    color: #ccc;
}
    

.menu > li > a:after {
    font-family: 'Raleway';
    vertical-align: top;
    /*color: #000000!important;*/
    color: #a1a1a1 !important;
}

.menu ul {
    padding-top: 28px;
}


 /* Current font makes topheader higher than planned, so effect to hide it on scroll not fully working. Limit height so that all works again.
 ------------------------------------------------------- */
.tgl-header .nicdark_section.nicdark_bg_greydark {
  max-height: 35px;
}

 /* Show / Hide things depending on login status
 ------------------------------------------------------- */
 body.logged-in .hide-from-logged-in {
     display:none;
 }

.hide-from-logged-out {
    display:none;
}

 body.logged-in .hide-from-logged-out {
     display:block;
 }


 /* Show / Hide log in /out buttons
 ------------------------------------------------------- */
 /*body.logged-in .button-log-in {
     display:none;
 }

 .button-log-out {
     display:none;
 }

 body.logged-in .button-log-out {
     display:initial;
 }

 body.logged-in .menu-item.button-log-out {
     display: block;
 }*/

/* Mobile menu toggle
------------------------------------------------------- */
.tgl-menu-mobile {
    float: left;
    display: none;
}

.tgl-menu-mobile a {
    display: inline-block;
    padding: 0;
    font-size: 24px;
    color: white;
}

/* Mobile Menu
------------------------------------------------------- */
.shiftnav {
    background-color: white !important;
}

.shiftnav.shiftnav-skin-light.shiftnav-left-edge {
    -webkit-box-shadow: 10px 0px 15px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 10px 0px 15px 0px rgba(0,0,0,0.45);
    box-shadow: 10px 0px 15px 0px rgba(0,0,0,0.45);
}

.shiftnav:after {
    content: initial !important;
}

.shiftnav .shiftnav-inner {
    position: relative;
}

.shiftnav .shiftnav-panel-close {
    top: 12px;
    left: 0;
    right: initial !important;
    background: none !important;
}

.shiftnav .shiftnav-panel-close i:before {
    content: "\f0c9" !important;
    font-size: 24px !important;
}

.shiftnav .shiftnav-menu-image img {
    margin: 0 auto;
    display: block;    
    width: 114px;
}

.shiftnav .shiftnav-submenu-activation {
    max-width: 100% !important;
    width: 100% !important;
}

.shiftnav .shiftnav-submenu-activation i.fa {
    right: 18px;
    left: initial !important;
}


/* Make static header on blogposts and pages and countries dynamic
------------------------------------------------------- */
#nicdark_singlepost_parallax.nicdark_section {
    height: 93vh;
    position: relative;
    
}

#nicdark_singlepage_parallax.nicdark_section {
    height: 70vh;
    position: relative;
    
}

#nicdark_singlepost_parallax.nicdark_section .nicdark_filter, #nicdark_singlepage_parallax.nicdark_section .nicdark_filter, #video.nicdark_section .nicdark_filter, #nicdark_singlepackage_parallax.nicdark_section .nicdark_filter, .home.page .tp-caption {
    position: absolute;
    bottom: 0;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
}

#nicdark_singlepost_parallax.nicdark_section .nicdark_space90, #nicdark_singlepage_parallax.nicdark_section .nicdark_space90 {
    height: 10vh; /* Kind of a hack but easier to do and maintain than changing all page templates */
}

#nicdark_singlepost_parallax.nicdark_section h1, #nicdark_singlepage_parallax.nicdark_section h1, #video.nicdark_section h1, #nicdark_singlepackage_parallax.nicdark_section h1 {
    font-size: 65px
}

#nicdark_singlepost_parallax.nicdark_section h3, #nicdark_singlepage_parallax.nicdark_section h3, #video.nicdark_section h3, #nicdark_singlepackage_parallax.nicdark_section h3 {
    font-size: 22px;    
    padding-top: 6px;
}

#nicdark_singlepost_parallax.nicdark_section .nicdark_divider.big>span, #nicdark_singlepage_parallax.nicdark_section .nicdark_divider.big>span, #video.nicdark_section .nicdark_divider.big>span, #nicdark_singlepackage_parallax.nicdark_section .nicdark_divider.big>span {
    width: 120px;
    height: 4px;
}


/* Video header for programs
    ------------------------------------------------------- */
.tgl-video-header + #nicdark_singlepackage_parallax.nicdark_section {
  display:none; /* hide by default, only show on small screens. If there is no video, section is not generated. Sibling selector therefore only hides if video exists */
}

#video.nicdark_section h3, #nicdark_singlepackage_parallax.nicdark_section h3 {
    font-style: italic;
}

#video.nicdark_section, #nicdark_singlepackage_parallax.nicdark_section {
    height:100vh;
    /*margin-top: -160px !important;*/
    position: static;
    overflow: hidden;
}

#video.nicdark_section #tgl-video {
    position: absolute;
    z-index: 1;
}

#video.nicdark_section .nicdark_filter, #nicdark_singlepackage_parallax.nicdark_section .nicdark_filter {
    position: relative;
    top: calc(60% - 110px);
    z-index: 50;
}


/* Make number boxes on the frontpage look cooler
------------------------------------------------------- */
.tgl-fix-focus-number,
.tgl-fix-focus-number a {
    border-radius: 5px;
    margin-bottom: 6px;
}


/* Map header
------------------------------------------------------- */
.tgl-header-map iframe {
    height: calc(70vh + 50px);
}

/* Default parallax breakes on iOS. fixed bg images are not sized properly.
Set to scroll by default. Parallax script can then add "enabled" class
------------------------------------------------------- */
.nicdark_imgparallax {
    background-attachment:scroll !important; /* Change static into scroll and invert calculation in parallax script */
}

.nicdark_imgparallax.enabled {
    background-attachment:fixed !important; /* Change static into scroll and invert calculation in parallax script */
}
 

/* Overwrite social media icon styling
 ------------------------------------------------------- */
    /*.nicdark_btn_icon.tgl {
        /*border-radius: 50%;*/
        /*padding: 14px 15px;
    }*/

    /*.nicdark_btn_icon.tgl > i {
        width: 30px;
        height:30px;
        font-size: 30px;
    }*/

    .nicdark_btn_icon.tgl {
        border-radius: 50%;
        padding: 12px 14px;
        font-size: 28px;
    }

    .nicdark_btn_icon.tgl > i {
        width: 30px;
        height:30px;
    }


/* Style recent posts in footer
 ------------------------------------------------------- */
/*.tgl-blog-footer .listing-item {
    margin-bottom:6px;
    clear: both;
}

.tgl-blog-footer .listing-item .title{
   color: white;
}

.tgl-blog-footer .listing-item img{
    height:54px;
    width:54px;
    float: left;
    margin: 0 10px 10px 0;
}*/

/* Fix footer. Template sets the widget containers to inline-block which can cause weird rendering issues as with the facebook plugin
 ------------------------------------------------------- */
/*.tgl-footer-container {
    display: block;

}*/


/* Style instagram in footer
 ------------------------------------------------------- */

#sb_instagram,
#sb_instagram #sbi_images,
#sb_instagram #sbi_images .sbi_item {
    padding: 0 !important;
}

#sb_instagram .sb_instagram_header {
    box-sizing: border-box;
}

/* Country preview styling
 ------------------------------------------------------- */
.tgl-country-preview .listing-item {
    float: left;
    display:inline-block;
    width:  25%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
    margin: 6px 0;
}

.tgl-country-preview .listing-item .image {
    display: block;
    overflow: hidden;
}

.tgl-country-preview .listing-item img {
    width: 100%;
    height: auto;
    display: block;

    -webkit-transition:all 3000ms; -o-transition:all 500ms; transition:all 3000ms;
}

.tgl-country-preview .listing-item .title {
    width: 100%;
    color: white;
    text-align: center;
    line-height: 3em;
    /* font-weight: bold; */
    display: block;
    background-color: #9ad849;
    z-index:10;
}

.tgl-country-preview .listing-item:nth-child(6n+1) .title {
    background-color: #49d8d8;
}

.tgl-country-preview .listing-item:nth-child(6n+2) .title {
    background-color: #ede100;
}

.tgl-country-preview .listing-item:nth-child(6n+3) .title {
    background-color: #ffa500;
}

.tgl-country-preview .listing-item:nth-child(6n+4) .title {
    background-color: #ef606b;
}

.tgl-country-preview .listing-item:nth-child(6n+5) .title {
    background-color: #ac8ebf;
}

.tgl-country-preview .listing-item img:hover {
    -webkit-transform:rotate(3deg) scale(1.2, 1.2); 
    -o-transform:rotate(3deg) scale(1.2, 1.2); 
    transform:rotate(3deg) scale(1.2, 1.2);
}

.tgl-country-preview:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* Menu Icons REALLY DIRTY HACK
------------------------------------------------------- */
.nicdark_navigation a.nicdark_btn_icon {
  /*color:black;*/
  color: #9ad849;
  font-size: 24px;
  background-color:transparent !important;
  margin: 0 12px;
  padding:0;
  display:none; /* Hide when logged out */
}

body.logged-in .nicdark_navigation a.nicdark_btn_icon {
    display:block;
}

/* Make transition smoother by adding invisible rotation */
.nicdark_zoom:hover	
{
    -webkit-transform:scale(1.2, 1.2) rotate(0.1deg);
    -o-transform:scale(1.2, 1.2) rotate(0.1deg);
    transform:scale(1.2, 1.2) rotate(0.1deg);
}


/* Search Bar
------------------------------------------------------- */
.nicdark_right_sidebar .nicdark_margin020 {
    right: 0px;
    position: absolute;
    left: 0px;
}

.nicdark_right_sidebar .nicdark_margin020>div>div {
    padding: 0;
}

#tgl-search-result i {
  margin-left:-4px;
}

#tgl-search-result a>i {
  margin-left:-8px;
}

.tgl-search-result-item {
    list-style-type: none;
    padding: 0 0 12px 0;
    border-bottom: #4a515b solid 1px;
}

.tgl-search-result-item:last-child {
    border-bottom: none;
}

.tgl-search-result-item a {
    color: white;
}

.tgl-search-result-item>div:first-child.thumbnail {
    float: left;
    margin: 0 12px 0 0;
    width:80px;
    height:80px;
}

.tgl-search-result-item>div:first-child.thumbnail .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    margin-top: 0;
    padding-top: 12px;
    cursor: pointer;
    opacity:0;
    transition: opacity .5s ease-in-out;
    text-align: center;
    font-size: 9px;
}

.tgl-search-result-item>div:first-child.thumbnail .overlay i {
    font-size: 32px;
}

.tgl-search-result-item .name {
    text-transform: uppercase;
    margin-top: 0;
}

.tgl-search-result-item .location {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 4px;
}

.tgl-search-result-item button-container {
    margin-top: 12px;
}

.tgl-search-result-item .nicdark_btn {
    opacity:0.2;
    transition: opacity .5s ease-in-out;
}
.tgl-search-result-item:hover .nicdark_btn {
    opacity:1;
}

.tgl-search-result-item:hover >div:first-child.thumbnail .overlay {
    opacity:1;
}


/* Overwrite Visual Composer Bar Chart Design
------------------------------------------------------- */
.vc_general.vc_single_bar {
    margin-bottom: 4px;
    border:none !important;
    background: #e1e1e1 !important;
}

.vc_general.vc_single_bar small.vc_label {
    padding: 8px 0 8px 8px !important;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4) !important;
}

/* Override Visual Composer Colors
    ------------------------------------------------------- */
.vc_progress-bar-color-green .vc_bar {
    background-color: #9ad849 !important;
}

.vc_progress-bar-color-violet .vc_bar {
    background-color: #ac8ebf !important;
}

.vc_progress-bar-color-bar_red .vc_bar {
    background-color: #ef606b !important;
}

.vc_progress-bar-color-blue .vc_bar {
    background-color: #49d8d8 !important;
}

.vc_progress-bar-color-orange .vc_bar {
    background-color: #ffa500 !important;
}


.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
    background-color: #9ad849 !important;
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
    color: #9ad849 !important;
    border-color: #9ad849 !important;
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
    color: #fff !important;
    border-color: #78cc24 !important;
    background-color: #78cc24  !important;
}


.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern {
    background-color: #ac8ebf !important;
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline {
    color: #ac8ebf !important;
    border-color: #ac8ebf !important;
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover {
    color: #fff !important;
    border-color: #9974bf !important;
    background-color: #9974bf  !important;
}


.vc_btn3.vc_btn3-color-red.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-red.vc_btn3-style-modern {
    background-color: #ef606b !important;
}

.vc_btn3.vc_btn3-color-red.vc_btn3-style-outline {
    color: #ef606b !important;
    border-color: #ef606b !important;
}

.vc_btn3.vc_btn3-color-red.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-red.vc_btn3-style-outline:hover {
    color: #fff !important;
    border-color: #ef4351 !important;
    background-color: #ef4351  !important;
}


vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    background-color: #49d8d8 !important;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
    color: #49d8d8 !important;
    border-color: #49d8d8 !important;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
    color: #fff !important;
    border-color: #21c2d1 !important;
    background-color: #21c2d1  !important;
}


.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
    background-color: #ffa500 !important;
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline {
    color: #ffa500 !important;
    border-color: #ffa500 !important;
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover {
    color: #fff !important;
    border-color: #fc8200 !important;
    background-color: #fc8200  !important;
}


.vc_btn3.vc_btn3-style-flat, .vc_btn3.vc_btn3-style-modern {
    border: none !important;
    background-image: none;
}

/* Owl Carousel to present accommodation choices
------------------------------------------------------- */

/*.tgl-program-options .owl-dot .wpb_text_column.wpb_content_element {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    background-color: #9ad849 !important;
    text-align: center;
    color: white;
    transition: background-color 0.5s ease;
    pointer-events: none;
}

.tgl-program-options .owl-dot:only-child {
    display: none;
}


.tgl-program-options input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.tgl-program-options .owl-dot:hover .wpb_text_column.wpb_content_element, .tgl-program-options .owl-dot.active .wpb_text_column.wpb_content_element {
    background-color: #faa732 !important;
}*/

.tgl-program-options .owl-dots {
    overflow: hidden;
}

.tgl-program-options .owl-dot {
    padding-bottom: 500px;
    margin-bottom: -500px !important;
    
    background-color: #9ad849 !important;
    transition: background-color 0.5s ease;
}

.tgl-program-options .owl-dot .wpb_text_column.wpb_content_element {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    text-align: center;
    color: white;
    pointer-events: none;
}

.tgl-program-options .owl-dot:only-child {
    display: none;
}


.tgl-program-options input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.tgl-program-options .owl-dot:hover, .tgl-program-options .owl-dot.active{
    background-color: #faa732 !important;
}

/* show 'click me' message when hovering above owl dot, except for when already selected */
.tgl-program-options .owl-dot:hover .points { display:none;}
.tgl-program-options .owl-dot .tutorial { display:none; font-style:italic;}
.tgl-program-options .owl-dot:hover .tutorial { display:initial;}

.tgl-program-options .owl-dot.active .points { display:initial;}
.tgl-program-options .owl-dot.active .tutorial { display:none;}




.slide-cont {/* width: 600px; */display: block;margin: 0 auto;}
.owl-carouse div {width: 100%;}

.owl-nav {
    clear: both;
}

.tgl-content-padding {
    padding: 12px !important;
}

.tgl-center {
    text-align: center;
}

.tgl-right {
    text-align: right;
}

.tgl-z-50 * {
    z-index: 50;
}

/* Booking button overlays header image with transparent background */
.tgl-button-book {
    background-color: rgba(0,0,0,0.6);
    margin-top: -94px;
} 

section.tgl-button-book p {
    text-align: right;
    padding-top:8px;
    font-size:18px;
}

/*section.tgl-button-book p span span {
    color:#95bf20;
    font-weight:bold;
}*/


/* Styling of accommodation comparison
    ------------------------------------------------------- */
.tgl-accommodation-comparison .nicdark_archive1 .nicdark_archive1 {
    background: #191919 !important;
}

.tgl-accommodation-comparison .nicdark_space40 {
    height: 20px;
}

.tgl-accommodation-comparison .nicdark_space20 {
    height: 10px;
}

.tgl-accommodation-comparison .nicdark_textevidence {
    border-color: #c1c1c1;
}


/* Accommodation Summary Comparison Table
------------------------------------------------------- */
.table {
    font-size: 14px;
    font-weight: normal;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 24px;
}

.table-header-rotated {
    border-collapse: collapse;
}

.table-header-rotated th {
    padding: 5px 10px;
    width: 74px;
    font-weight: normal;
}

.table-header-rotated th:first-child {
    width: 200px;
    border:  none;
}

.table-header-rotated th:last-child {
    width: auto;
}

.table-header-rotated td {
    text-align: center;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}

.table-header-rotated th.rotate {
    height: 120px;
    white-space: nowrap;
    border:  none;
}

.table-header-rotated th.rotate > div {
    -webkit-transform: translate(10px, 46px) rotate(335deg);
    transform: translate(10px, 46px) rotate(335deg);
    width: 30px;
}

.table-header-rotated th.rotate > div > span {
    /*border-bottom: 1px solid #ccc;*/
    padding: 5px 10px;
}

.table-header-rotated th.row-header {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: left;
    width: 180px;
}

.row-header i {
    font-size: 16px;
}


/* Accommodation Summary Footnotes
------------------------------------------------------- */
.footnote-reference {
    font-size: 0.8em;
    vertical-align: top;
    transform: translateY(-6px);
    display: inline-block;
}

.footnotes {
    display: table;
    font-size: 12px;
    margin: 0 1%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    columns: 2;
    column-gap: 40px;
    text-align: left;
}

.footnotes > div {
    display: table-row;
}

.footnotes > div > div {
    display: table-cell;
}

.footnotes > div > div:first-child {
    width: 20px;
}


/* Colors of accommodation summary
------------------------------------------------------- */
.nicdark_bg_gradient_yellow_orange_0, .nicdark_bg_gradient_yellow_orange_10 {
    background: #ede100;
    background: -moz-linear-gradient(left, #ede100 0%, #ede100 10%, #ffa500 10%, #ffa500 100%);
    background: -webkit-linear-gradient(left, #ede100 0%,#ede100 10%,#ffa500 10%,#ffa500 100%);
    background: linear-gradient(to right, #ede100 0%,#ede100 10%,#ffa500 10%,#ffa500 100%);
}

.nicdark_bg_gradient_yellow_orange_20 {
    background: #ede100;
    background: -moz-linear-gradient(left, #ede100 0%, #ede100 20%, #ffa500 20%, #ffa500 100%);
    background: -webkit-linear-gradient(left, #ede100 0%,#ede100 20%,#ffa500 20%,#ffa500 100%);
    background: linear-gradient(to right, #ede100 0%,#ede100 20%,#ffa500 20%,#ffa500 100%);
}

.nicdark_bg_gradient_yellow_orange_30 {
    background: #ede100;
    background: -moz-linear-gradient(left, #ede100 0%, #ede100 30%, #ffa500 30%, #ffa500 100%);
    background: -webkit-linear-gradient(left, #ede100 0%,#ede100 30%,#ffa500 30%,#ffa500 100%);
    background: linear-gradient(to right, #ede100 0%,#ede100 30%,#ffa500 30%,#ffa500 100%);
}

.nicdark_bg_gradient_yellow_orange_40 {
    background: #ede100;
    background: -moz-linear-gradient(left, #ede100 0%, #ede100 40%, #ffa500 40%, #ffa500 100%);
    background: -webkit-linear-gradient(left, #ede100 0%,#ede100 40%,#ffa500 40%,#ffa500 100%);
    background: linear-gradient(to right, #ede100 0%,#ede100 40%,#ffa500 40%,#ffa500 100%);
}

.nicdark_bg_gradient_yellow_orange_50 {
    background: #ede100;
    background: -moz-linear-gradient(left, #ede100 0%, #ede100 50%, #ffa500 50%, #ffa500 100%);
    background: -webkit-linear-gradient(left, #ede100 0%,#ede100 50%,#ffa500 50%,#ffa500 100%);
    background: linear-gradient(to right, #ede100 0%,#ede100 50%,#ffa500 50%,#ffa500 100%);
}

.nicdark_bg_gradient_yellow_orange_60 {
    background: #ede100;
    background: -moz-linear-gradient(left, #ede100 0%, #ede100 60%, #ffa500 60%, #ffa500 100%);
    background: -webkit-linear-gradient(left, #ede100 0%,#ede100 60%,#ffa500 60%,#ffa500 100%);
    background: linear-gradient(to right, #ede100 0%,#ede100 60%,#ffa500 60%,#ffa500 100%);
}

.nicdark_bg_gradient_yellow_orange_70 {
    background: #ede100;
    background: -moz-linear-gradient(left, #ede100 0%, #ede100 70%, #ffa500 70%, #ffa500 100%);
    background: -webkit-linear-gradient(left, #ede100 0%,#ede100 70%,#ffa500 70%,#ffa500 100%);
    background: linear-gradient(to right, #ede100 0%,#ede100 70%,#ffa500 70%,#ffa500 100%);
}

.nicdark_bg_gradient_yellow_orange_80 {
    background: #ede100;
    background: -moz-linear-gradient(left, #ede100 0%, #ede100 80%, #ffa500 80%, #ffa500 100%);
    background: -webkit-linear-gradient(left, #ede100 0%,#ede100 80%,#ffa500 80%,#ffa500 100%);
    background: linear-gradient(to right, #ede100 0%,#ede100 80%,#ffa500 80%,#ffa500 100%);
}

.nicdark_bg_gradient_yellow_orange_90, .nicdark_bg_gradient_yellow_orange_100 {
    background: #ede100;
    background: -moz-linear-gradient(left, #ede100 0%, #ede100 90%, #ffa500 90%, #ffa500 100%);
    background: -webkit-linear-gradient(left, #ede100 0%,#ede100 90%,#ffa500 90%,#ffa500 100%);
    background: linear-gradient(to right, #ede100 0%,#ede100 90%,#ffa500 90%,#ffa500 100%);
}

.nicdark_bg_gradient_green_red_0, .nicdark_bg_gradient_green_red_10 {
    background: #9ad849;
    background: -moz-linear-gradient(left, #9ad849 0%, #9ad849 10%, #ef606b 10%, #ef606b 100%);
    background: -webkit-linear-gradient(left, #9ad849 0%,#9ad849 10%,#ef606b 10%,#ef606b 100%);
    background: linear-gradient(to right, #9ad849 0%,#9ad849 10%,#ef606b 10%,#ef606b 100%);
}

.nicdark_bg_gradient_green_red_20 {
    background: #9ad849;
    background: -moz-linear-gradient(left, #9ad849 0%, #9ad849 20%, #ef606b 20%, #ef606b 100%);
    background: -webkit-linear-gradient(left, #9ad849 0%,#9ad849 20%,#ef606b 20%,#ef606b 100%);
    background: linear-gradient(to right, #9ad849 0%,#9ad849 20%,#ef606b 20%,#ef606b 100%);
}

.nicdark_bg_gradient_green_red_30 {
    background: #9ad849;
    background: -moz-linear-gradient(left, #9ad849 0%, #9ad849 30%, #ef606b 30%, #ef606b 100%);
    background: -webkit-linear-gradient(left, #9ad849 0%,#9ad849 30%,#ef606b 30%,#ef606b 100%);
    background: linear-gradient(to right, #9ad849 0%,#9ad849 30%,#ef606b 30%,#ef606b 100%);
}

.nicdark_bg_gradient_green_red_40 {
    background: #9ad849;
    background: -moz-linear-gradient(left, #9ad849 0%, #9ad849 40%, #ef606b 40%, #ef606b 100%);
    background: -webkit-linear-gradient(left, #9ad849 0%,#9ad849 40%,#ef606b 40%,#ef606b 100%);
    background: linear-gradient(to right, #9ad849 0%,#9ad849 40%,#ef606b 40%,#ef606b 100%);
}

.nicdark_bg_gradient_green_red_50 {
    background: #9ad849;
    background: -moz-linear-gradient(left, #9ad849 0%, #9ad849 50%, #ef606b 50%, #ef606b 100%);
    background: -webkit-linear-gradient(left, #9ad849 0%,#9ad849 50%,#ef606b 50%,#ef606b 100%);
    background: linear-gradient(to right, #9ad849 0%,#9ad849 50%,#ef606b 50%,#ef606b 100%);
}

.nicdark_bg_gradient_green_red_60 {
    background: #9ad849;
    background: -moz-linear-gradient(left, #9ad849 0%, #9ad849 60%, #ef606b 60%, #ef606b 100%);
    background: -webkit-linear-gradient(left, #9ad849 0%,#9ad849 60%,#ef606b 60%,#ef606b 100%);
    background: linear-gradient(to right, #9ad849 0%,#9ad849 60%,#ef606b 60%,#ef606b 100%);
}

.nicdark_bg_gradient_green_red_70 {
    background: #9ad849;
    background: -moz-linear-gradient(left, #9ad849 0%, #9ad849 70%, #ef606b 70%, #ef606b 100%);
    background: -webkit-linear-gradient(left, #9ad849 0%,#9ad849 70%,#ef606b 70%,#ef606b 100%);
    background: linear-gradient(to right, #9ad849 0%,#9ad849 70%,#ef606b 70%,#ef606b 100%);
}

.nicdark_bg_gradient_green_red_80 {
    background: #9ad849;
    background: -moz-linear-gradient(left, #9ad849 0%, #9ad849 80%, #ef606b 80%, #ef606b 100%);
    background: -webkit-linear-gradient(left, #9ad849 0%,#9ad849 80%,#ef606b 80%,#ef606b 100%);
    background: linear-gradient(to right, #9ad849 0%,#9ad849 80%,#ef606b 80%,#ef606b 100%);
}

.nicdark_bg_gradient_green_red_90, .nicdark_bg_gradient_green_red_100 {
    background: #9ad849;
    background: -moz-linear-gradient(left, #9ad849 0%, #9ad849 90%, #ef606b 90%, #ef606b 100%);
    background: -webkit-linear-gradient(left, #9ad849 0%,#9ad849 90%,#ef606b 90%,#ef606b 100%);
    background: linear-gradient(to right, #9ad849 0%,#9ad849 90%,#ef606b 90%,#ef606b 100%);
}


/* Content container that provides elements of info and interaction
    ------------------------------------------------------- */
.vc_tta.vc_general .tgl-tour-extra-padding .vc_tta-panel-body {
    padding: 20px 32px;
}

.tgl-top-box {
    min-height: 130px;
    max-height: 130px;
    display: block;
    color: white;
    font-size: 16px;
    box-sizing: border-box;
    padding: 18px 0px 18px 70px;
    width: 60px;
    /* display: inline-block; */
    float: left;
    transition: all 0.7s ease;
    overflow: hidden;
}

.tgl-top-box:hover {
    width: 305px;
    padding: 18px 18px 18px 118px;
    max-height: 260px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tgl-top-box.hvr-icon-down:hover {
    width: 385px;
}

.tgl-top-box:hover:before {
    left: 12px;
    top: 20px;
    font-size: 90px;
}

.tgl-top-box .placeholder {
    padding-left: 2px;
}

.tgl-top-box.hvr-icon-down .placeholder {
    width: 240px !important;
}

.tgl-top-box b {
    font-size: 1.2em;
    margin-bottom: 8px;
    line-height: 1.4em;
    display: block;
}	
.tgl-top-box a {
    color: white;
    display: block;
    margin-bottom: 4px;
    line-height: 1.1em;
}

.tgl-top-box a:hover {
    text-decoration:underline;
}

.tgl-top-box:before {
    position: absolute;
    left: 8px;
    top: 40px;
    padding: 0 1px;
    /* font-family: FontAwesome; */
    font-size: 50px;
    margin: 0;
    transition: all 0.7s ease;
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-icon-down:before {
    /*content: "\f01a";*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}


/* Icon Rotate */
.hvr-icon-rotate {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /* -webkit-transition-duration: 0.3s; */
  /* transition-duration: 0.3s; */
}
.hvr-icon-rotate:before {
    /*content: "\f1c5";*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: transform;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

/* Icon Spin */
.hvr-icon-spin {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-icon-spin:before {
  /*content: "\f1da";*/
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: transform;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.tgl-box-date {
    background:orange;
    margin-left: -52px;
    margin-right: -33px;
    margin-bottom: 24px;
    padding: 18px;
    color: white;
    font-size: 16px;
}

.tgl-box-date:before {
    font-family: FontAwesome;
    font-size: 24px;
    margin-right: 12px;
}

.tgl-box-date-from:before {
    content: "\f271";
}
.tgl-box-date-to:before {
    content: "\f272";
}

.tgl-top-box-container {
 /* float: right; */
 position: absolute;
 top: 0;
 right: 0;
 /*bottom: 0;*/
}

.tgl-top-box-footer {
  bottom: 0;
  right: 0;
  left: 0;
  padding: 6px;
  position: absolute;
  font-size: 12px;
  display:none;
}

.tgl-top-notice {
   height:130px;
   width: calc(100% + 64px);
   margin: -20px -32px 24px -32px;
   box-sizing: border-box;
   background: #f1f1f1;
   right: 0;
   color: white;
   line-height: 1.8em;
   font-size:1.1em;
   padding:34px 24px !important;
}

.tgl-country-links {
  margin:0;
  padding:0;
}

.tgl-country-links li {
  list-style-type: none;
  background: #000000;
}

.tgl-country-links li:hover {
  background: #ffffff;
}

.tgl-country-links li:hover a {
  color: #000000;
  /*border: black 1px solid;*/
}

.tgl-country-links li a {      
  padding: 12px;
  color: white;
  width: 303px;
  display: block;
  text-align: center;
  box-sizing: border-box;  
}

/* Diff view feature
------------------------------------------------------- */
.diff-header {
    background: #ef606b;
    color: white;
    margin: -24px -30px 24px -32px;
    padding: 24px;
    display: table;
    table-layout: fixed;
    width: calc(100% + 66px);
    box-sizing: border-box;
}

.diff-header>div {
    display: table-cell;
    vertical-align: middle;
}

.diff-container input[type="range"]{
  -webkit-appearance:none;
  width: 100%;
  height:20px;
  /* margin:10px 50px; */
  background: linear-gradient(to right, #EBEBEB 0%, #EBEBEB 100%);
  background-size:100% 10px;
  background-position:center;
  background-repeat:no-repeat;
  overflow:hidden;
  outline: none;
}

.diff-container input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:20px;
  height:20px;
  background:#ebebeb;
  position:relative;
  z-index:3;
  box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
}

.diff-container input[type="range"]::-webkit-slider-thumb:after{
  content:" ";
  width:100%;
  height:10px;
  position:absolute;
  z-index:1;
  right:20px;
  top:5px;
  background: #ac8ebf;
  background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
}

.diff-close {
    width: 80px;
    vertical-align: middle;
    text-align: right;
    transition: 0.5s all;
}

.diff-close i {
    font-size: 32px;
    transition: 0.3s all;
    cursor: pointer;
}

.diff-close:hover i {        
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);        
}

.diff {
    white-space: pre-line;
}

.diff-title {
    text-align: center;
    font-size: 22px;
}

.diff ins {
    background-color: #c6ffc6;
    text-decoration: none;
}

.diff del {
    background-color: #ffc6c6;
}


/* Fix linebreak issue in "Service Horizontal". When screen too small, words didn't break by default
------------------------------------------------------- */
.nicdark_activity p {
    word-break: break-word;
}


/* "Where we are" - Make map dynamically overlay header
------------------------------------------------------- */
.tgl-map-40 {
    /*margin-top: -22vw !important;*/
    padding-top: 140px !important;
    min-height: 80vh;
    height: auto;
    box-sizing: border-box;
}

/*.tgl-map-40 .wpgmp_map {
    height: 0 !important;
    padding-bottom: 60%;
}*/

.tgl-map-40 .google-maps-builder {
    height: 0 !important;
    padding-bottom: 60%;
    min-height: 0;
    position: relative;
}

.tgl-map-40 .google-maps-builder > div {
    position: absolute;
}

.page-id-1683 section#nicdark_singlepage_parallax {
    position:absolute;
}

.google-maps-builder .nicdark_focus img {    
    margin-top: -40px;
    margin-bottom: -40px;
}

/* Overwrite list style of dynamic content
------------------------------------------------------- */  
.dynContent ul {
    margin: 6px 0 !important;
    list-style-type: initial !important;
}

.dynContent li {
    margin-left: 22px !important;
}

.dynContent li:before {
    content: '' !important;
}

/* Blog posts at the bottom of a program description
------------------------------------------------------- */
.program-related-posts {
    max-height: 500px;
    overflow: hidden;
}

.program-related-posts .listing-item {
    /* clear: both; */
    border-bottom: 1px solid #f1f1f1;
}

.program-related-posts a.image {
    margin-right: 12px;
    float: left;
}

.program-related-posts .image img {    
    vertical-align: top;
}

.program-related-posts .title {
    color: #191919;
    font-weight: bold;
    display: block;
    /* margin: 6px 6px; */
    padding: 6px 0;
}

.program-related-posts .date,
.program-related-posts .author {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #49d8d8;
}

.program-related-posts .excerpt-dash {
    display: none;
}

.program-related-posts .excerpt {
    padding-top: 6px;
    display: block;
}

.program-related-posts .listing-item:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Blog archive tiled
------------------------------------------------------- */

.tgl_blog_heading {
    text-transform: uppercase;
}

.tgl_blog_tile {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
    margin: 0;
    background-color: #f1f1f1;
    position: relative;
}

.tgl_blog_tile.grid_4 {
    width: 33.33%;
}

.tgl_blog_tile h2 {
    margin: 0 24px;
}

.tgl_blog_tile h5 {
    margin: 0;
    padding:12px 0 24px 0;
}

.tgl_blog_tile .nicdark_filter.greydark {
    background-color: rgba(0,0,0,0.7);
}

.tgl_blog_tile > div {
    height: 0;
    padding-bottom: 66%;
    overflow: hidden;
}

.tgl_blog_tile img {
    /*display: none;*/
}

.tgl_blog_tile i {
    color: white;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 15px;
    padding: 8px;
}

    
/* Blog
------------------------------------------------------- */
.single-post .nicdark_section.blog-content .nicdark_container {
  max-width: 960px;
}

.single-post .nicdark_section .nicdark_container>p {
  font-size: 19px;
  text-align: justify;
  margin-bottom: 16px;
}

.single-post .blog-content .subtitle {
  font-weight: bold;
}

.single-post .author-box {
    border-top: 2px dotted #f1f1f1;
    text-align: center;
}

.single-post .author-box .nicdark_img_avatar img {
    position: initial;
    margin: 12px auto;
}

.single-post .wpusb {
    text-align: center;
}


/* Related blog posts after a post */
.rpbt_shortcode .gallery-item {
    padding: 6px;
    box-sizing: border-box;
    float: none !important;
    display: inline-block;
    vertical-align: top;
}

.rpbt_shortcode .gallery-item a {
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    display: block;
}

.rpbt_shortcode .gallery-item img {
    border: none !important;
    width: 100%;
    height: auto;
}

.rpbt_shortcode .gallery-item .gallery-caption {
    margin-top: 6px;
    font-weight: bold;
}

/* Newest blog posts after a post */
.single-post .new-posts .listing-item{
    margin-top: 10px;
    text-align: center;
    width: 25%;
    padding: 6px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.single-post .new-posts .image{
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    display: block;
}

.single-post .new-posts img {
    width: 100%;
    height: auto;
}

.single-post .new-posts .title {
    margin-top: 6px;
    font-weight: bold;
    color: #646464;
    display: block;
}

.single-post .new-posts .date {
    font-size: 0.8em;
    font-style:italic;
}


/* Make random video plugin responsive. What a shitty plugin that it doesn't do that by default...
------------------------------------------------------- */
/*.widget.randomvideosidebar {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
    margin-top: 60px;
}

.widget.randomvideosidebar h2 {
    position: relative;
    top: -60px;
    overflow: visible;
    background-color: #9ad849;
}

.widget.randomvideosidebar iframe {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
}*/


/* Photo Gallery. Normal size 360 px, change for mobile
------------------------------------------------------- */
.photoswipe_gallery figure {
    width: 360px !important;
}

.single-post .photoswipe_gallery {
    padding: 54px 0 !important;
    width: 100% !important;
}

.tgl-content-padding .photoswipe_gallery figure {
    width: 186px !important;
    padding: 0;
}

/*.single-post .photoswipe_gallery figure {
    width: 720px !important;
}*/

/* Default 2 images side by side */
.single-post .photoswipe_gallery figure {
    width: 49.999% !important;
    padding: 0;
    margin-bottom: -1px;
}

/* Three or Five or Seven images. Break last one into new line */
.single-post .photoswipe_gallery figure:last-child:nth-child(3),
.single-post .photoswipe_gallery figure:last-child:nth-child(5),
.single-post .photoswipe_gallery figure:last-child:nth-child(7) {
    width: 100% !important;
    padding: 0;
}

/* Single image. Full width */
.single-post .photoswipe_gallery figure:only-child {
    width: 100% !important;
    padding: 0;
}

/* Make image fill space even when actual image is smaller. Also get rid of misterious bottom spacing */
.single-post .photoswipe_gallery img {
    width: 100% !important;
    vertical-align: top;
}

.single-post .photoswipe_gallery figcaption {
    padding: 6px 0 18px 0;
    font-size: 15px;
}

.single-post .photoswipe_gallery figcaption:empty {
    display: none;
}

.tgl-program-gallery .photoswipe_gallery {
    padding-bottom: 8px;
}

.tgl-program-gallery .photoswipe_gallery figure {
    width: 136px !important;
    padding: 2px;
}

.tgl-program-gallery .photoswipe_gallery figure:nth-child(n+3) {
    display: none;
}

.tgl-program-gallery .vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.page figcaption, .single-packages figcaption, .single-offer figcaption {
    display:none;
}

/* That's the tooltips in the mini-galleries that tell about the pictures in Google Drive */
.tgl-program-gallery .tgl-underline-dashed {
    /*text-decoration: underline;
    text-decoration-style: dashed;*/
    border-bottom: 1px #949494 dashed;
    color: #949494;
}

/* That's the overlay that shows how many more photos there are */
.tgl-program-gallery .photoswipe_gallery figure .overlay_count {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.tgl-program-gallery .photoswipe_gallery figure .overlay_count div {
    background-color: rgba(0, 0, 0, 0.4);
    width: 101%;
    height: 101%; /* Slightly bigger than the parent to make sure it fills the parent. Otherwise issue observed in Chrome */
    display: table;
}

.tgl-program-gallery .photoswipe_gallery figure .overlay_count a {
    font-family: Helvetica, Arial;
    font-size: 35px;
    color: white;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

/* On big screens don't show the overlay on the first photo as we display two photos per gallery */
@media only screen and (min-width: 960px) {
    .tgl-program-gallery .photoswipe_gallery figure:first-child .overlay_count {
        display:none;
    }
}

/* On small screens make the overlay half as wide. We show only one photo and don't want to hide it entirely. */
.tgl-program-gallery .photoswipe_gallery figure:first-child .overlay_count {
    left:55%;
}


/* Map on program page.
------------------------------------------------------- */
.single-packages .google-maps-builder-wrap, .single-offer .google-maps-builder-wrap {
    width: 100%;
    float: left;
}

.single-packages .google-maps-builder, .single-offer .google-maps-builder {
    height:85vh;
    max-height:600px;
}

/* Calendar on program page. Used for starting dates.
------------------------------------------------------- */
.single-packages .calendar {
    overflow: hidden;
}

/* Calendar on program page. Used for starting datesOvernights in program page schedule.
------------------------------------------------------- */
.overnight {
    padding: 12px;
    background: #f1f1f1;
}

.overnight:before {
    content: "\f186";
    display: table-cell;
    vertical-align: middle;
    padding-right: 12px;

    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.6em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    display: table-cell;
    vertical-align: middle;
}

.overnight span {
    display: table-cell;
    vertical-align: middle;
}

/* Layout 'meet our team'
------------------------------------------------------- */
.tgl-team {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 18px;
}


/* Make counter wider to fit longer numbers
------------------------------------------------------- */
.tgl-counter-fix a.nicdark_width50.nicdark_counter {
    width: 150px
}



/* Hide social media buttons in portfolios, programs and countries. They should only show up on the blog
------------------------------------------------------- */
.single-portfolio .wpusb.wpusb-rounded, .single-country .wpusb.wpusb-rounded, .single-packages .wpusb.wpusb-rounded {
    display:none;
}













/*ipad land*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    
    /* Responsive non-mobile menu
    ------------------------------------------------------- */
    .menu > li > a:after {
        margin: 0px 10px;
    }
    
    /* Photo Gallery. Normal size 360 px, change for mobile
    ------------------------------------------------------- */
    .photoswipe_gallery figure {
        width: 320px !important;
    }
    
    .tgl-content-padding .photoswipe_gallery figure {
        width: 296px !important;
    }
    
    /*.single-post .photoswipe_gallery figure {
        width: 576px !important;
    }*/
    
    .tgl-program-gallery .photoswipe_gallery figure {
        width: 106px !important;
    }
    
    /* Disable dragging of program maps on small screens
    ------------------------------------------------------- */
    .single-packages .google-maps-builder .gm-style>div:first-child {
        pointer-events: none;
    }
    
    /* Blog archive
    ------------------------------------------------------- */
    .tgl_blog_tile.grid_4 {
        width: 50%;
    }
    
    /* Blog Related & Newest Posts
    ------------------------------------------------------- */
    .rpbt_shortcode .gallery-item {
        width: 50% !important;
    }
    
    .single-post .new-posts .listing-item{
        width: 50%;
    }

}

/*ipad potr*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    /* Responsive mobile menu
    ------------------------------------------------------- */
    .nicdark_logo { display: none; }
    .tgl-menu-mobile { display: block; }
    .tgl-nav .nicdark_container { width: 100%; }
    
    /* Responsive header image
    ------------------------------------------------------- */
    #nicdark_singlepost_parallax.nicdark_section, #nicdark_singlepage_parallax.nicdark_section {
        height: 80vh;
    }
    
    #nicdark_singlepost_parallax.nicdark_section .nicdark_filter, #nicdark_singlepage_parallax.nicdark_section .nicdark_filter, .home.page .tp-caption {
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    }

    #nicdark_singlepost_parallax.nicdark_section h1, #nicdark_singlepage_parallax.nicdark_section h1, #video.nicdark_section h1, #nicdark_singlepackage_parallax.nicdark_section h1 {
        font-size: 50px
    }
    
    #nicdark_singlepost_parallax.nicdark_section h3, #nicdark_singlepage_parallax.nicdark_section h3, #video.nicdark_section h3, #nicdark_singlepackage_parallax.nicdark_section h3 {
        font-size: 20px;        
        padding-top: 6px;
        padding-bottom: 6px;
    }
    
    #nicdark_singlepost_parallax.nicdark_section .nicdark_divider.big>span, #nicdark_singlepage_parallax.nicdark_section .nicdark_divider.big>span, #video.nicdark_section .nicdark_divider.big>span, #nicdark_singlepackage_parallax.nicdark_section .nicdark_divider.big>span {
        width: 80px;
        height: 4px;
    }
    
    #nicdark_singlepost_parallax.nicdark_section .nicdark_space10, #nicdark_singlepage_parallax.nicdark_section .nicdark_space10, #video.nicdark_section .nicdark_space10, #nicdark_singlepackage_parallax.nicdark_section .nicdark_space10 {
        height: 0px;
    }

    #nicdark_singlepost_parallax.nicdark_section .nicdark_space15, #nicdark_singlepage_parallax.nicdark_section .nicdark_space15, #video.nicdark_section .nicdark_space15, #nicdark_singlepackage_parallax.nicdark_section .nicdark_space15 {
        height: 8px;
    }

    #nicdark_singlepost_parallax.nicdark_section .nicdark_space20, #nicdark_singlepage_parallax.nicdark_section .nicdark_space20, #video.nicdark_section .nicdark_space20, #nicdark_singlepackage_parallax.nicdark_section .nicdark_space20 {
        height: 15px;
    }
    
    /* Program display in tab control
    ------------------------------------------------------- */
    .vc_tta.vc_general .tgl-tour-extra-padding .vc_tta-panel-body {
        padding: 0 12px 15px 12px;
    }

    .tgl-top-notice {
        margin: 0 -12px 8px -12px;
        width: calc(100% + 24px);
    }
    
    .tgl-top-box-container {
         display:none;
    }
    
    /* Country preview styling
    ------------------------------------------------------- */
    .tgl-country-preview .listing-item {
        width:  50%;
    }
    
    /* Photo Gallery. Normal size 360 px, change for mobile
    ------------------------------------------------------- */
    .photoswipe_gallery figure {
        /* 360px anyway */
    }
    
    .tgl-content-padding .photoswipe_gallery figure {
        width: 224px !important;
    }
    
    /*.single-post .photoswipe_gallery figure {
        width: 432px !important;
    }*/
    
    .tgl-program-gallery .photoswipe_gallery figure {
        width: 158px !important;
    }
    
    .tgl-program-gallery .photoswipe_gallery figure:nth-child(n+2) {
        display: none;
    }
    
    /* Disable map pointer popups on small screens
    ------------------------------------------------------- */    
    .google-maps-builder .gm-style>div:first-child>div:last-child>div:last-child {
        display:none;
    }
    
    /* Disable dragging of program maps on small screens
    ------------------------------------------------------- */
    .single-packages .google-maps-builder .gm-style>div:first-child {
        pointer-events: none;
    }
    
    /* Blog archive
    ------------------------------------------------------- */
    .tgl_blog_tile.grid_4 {
        width: 50%;
    }
    
    /* Blog Related & Newest Posts
    ------------------------------------------------------- */
    .rpbt_shortcode .gallery-item {
        width: 50% !important;
    }
    
    .single-post .new-posts .listing-item{
        width: 50%;
    }
}

/*iphone land*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    /* Responsive mobile menu
    ------------------------------------------------------- */
    .nicdark_logo { display: none; }
    .tgl-menu-mobile { display: block; }
    .tgl-nav .nicdark_container { width: 100%; }
    
    /* Responsive header image
    ------------------------------------------------------- */
    #nicdark_singlepost_parallax.nicdark_section, #nicdark_singlepage_parallax.nicdark_section {
        height: 80vh;
    }
    
    #nicdark_singlepost_parallax.nicdark_section .nicdark_filter, #nicdark_singlepage_parallax.nicdark_section .nicdark_filter, .home.page .tp-caption {
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    }

    #nicdark_singlepost_parallax.nicdark_section h1, #nicdark_singlepage_parallax.nicdark_section h1, #video.nicdark_section h1, #nicdark_singlepackage_parallax.nicdark_section h1 {
        font-size: 35px
    }
    
    #nicdark_singlepost_parallax.nicdark_section h3, #nicdark_singlepage_parallax.nicdark_section h3, #video.nicdark_section h3, #nicdark_singlepackage_parallax.nicdark_section h3 {
        font-size: 18px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    
    #nicdark_singlepost_parallax.nicdark_section .nicdark_divider.big>span, #nicdark_singlepage_parallax.nicdark_section .nicdark_divider.big>span, #video.nicdark_section .nicdark_divider.big>span, #nicdark_singlepackage_parallax.nicdark_section .nicdark_divider.big>span {
        width: 80px;
        height: 3px;
    }
    
    #nicdark_singlepost_parallax.nicdark_section .nicdark_space10, #nicdark_singlepage_parallax.nicdark_section .nicdark_space10, #video.nicdark_section .nicdark_space10, #nicdark_singlepackage_parallax.nicdark_section .nicdark_space10 {
        height: 0px;
    }

    #nicdark_singlepost_parallax.nicdark_section .nicdark_space15, #nicdark_singlepage_parallax.nicdark_section .nicdark_space15, #video.nicdark_section .nicdark_space15, #nicdark_singlepackage_parallax.nicdark_section .nicdark_space15 {
        height: 3px;
    }

    #nicdark_singlepost_parallax.nicdark_section .nicdark_space20, #nicdark_singlepage_parallax.nicdark_section .nicdark_space20, #video.nicdark_section .nicdark_space20, #nicdark_singlepackage_parallax.nicdark_section .nicdark_space20 {
        height: 10px;
    }
    
    /* Header for programs. Hide video on small screens and show photo.
    ------------------------------------------------------- */
    .tgl-video-header + #nicdark_singlepackage_parallax.nicdark_section {
        display:initial;
    }

    #video.nicdark_section {
        display:none;
    }
    
    /* Program display in tab control
    ------------------------------------------------------- */
    .vc_tta.vc_general .tgl-tour-extra-padding .vc_tta-panel-body {
        padding: 0 12px 15px 12px;
    }

    .tgl-top-notice {
        margin: 0 -12px 8px -12px;
        width: calc(100% + 24px);
    }
    
    .tgl-top-box-container {
         display:none;
    }
    
    /* Country preview styling
    ------------------------------------------------------- */
    .tgl-country-preview .listing-item {
        width:  100%;
    }   
    
    /* Photo Gallery. Normal size 360 px, change for mobile
    ------------------------------------------------------- */
    .photoswipe_gallery figure {
        width: 230px !important;
    }
    
    .tgl-content-padding .photoswipe_gallery figure {
        width: 194px !important;
    }
    
    /*.single-post .photoswipe_gallery figure {
        width: 460px !important;
    }*/
    
    .tgl-program-gallery .photoswipe_gallery figure {
        width: 210px !important;
    }
    
    .tgl-program-gallery .photoswipe_gallery figure:nth-child(n+2) {
        display: none;
    }
    
    /* Blog. Remove content padding once sidebar breaks into new row.
    ------------------------------------------------------- */
    /*.single-post .grid_8.nicdark_page_sidebar {
      padding: 0 !important;
    }

    .single-post .grid_4.nicdark_sidebar {
      padding: 0 !important;
      margin-top: 32px !important;
    }*/
    
    /* Blog archive
    ------------------------------------------------------- */
    .tgl_blog_tile.grid_4 {
        width: 100%;
    }
    
    /* Blog Related & Newest Posts
    ------------------------------------------------------- */
    .rpbt_shortcode .gallery-item {
        width: 50% !important;
    }
    
    .single-post .new-posts .listing-item{
        width: 50%;
    }
    
    /* Disable map pointer popups on small screens
    ------------------------------------------------------- */    
    .google-maps-builder .gm-style>div:first-child>div:last-child>div:last-child {
        display:none;
    }
    
    /* Disable dragging of program maps on small screens
    ------------------------------------------------------- */
    .single-packages .google-maps-builder .gm-style>div:first-child {
        pointer-events: none;
    }
    
    /* Quick Overview text in program description. Center on small devices.
    ------------------------------------------------------- */
    .tgl-right {
      text-align: center;
    }
    
    /* Booking button overlays header. On small screens stack and center content.
    ------------------------------------------------------- */    
    section.tgl-button-book {
        margin-top: -129px !important;
    }

    section.tgl-button-book p {
        padding-top: 0;
        padding-bottom: 12px;
        text-align: center;
    }

    section.tgl-button-book .vc_btn3-container {
        text-align:center;
    }

}

/*iphone potr*/
@media only screen and (min-width: 320px) and (max-width: 479px){
    
    /* Extend VC styles
    ------------------------------------------------------- */
    .tgl_section_full_width_xs .nicdark_container {
        width:100%;
    }
    
    /* Responsive mobile menu
    ------------------------------------------------------- */
	.nicdark_logo { display: none; }
    .tgl-menu-mobile { display: block; }
    .tgl-nav .nicdark_container { width: 100%; }    
    
    /* Responsive header image
    ------------------------------------------------------- */
    #nicdark_singlepost_parallax.nicdark_section, #nicdark_singlepage_parallax.nicdark_section {
        height: 80vh;
    }
    
    #nicdark_singlepost_parallax.nicdark_section .nicdark_filter, #nicdark_singlepage_parallax.nicdark_section .nicdark_filter, .home.page .tp-caption {
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    }

    #nicdark_singlepost_parallax.nicdark_section h1, #nicdark_singlepage_parallax.nicdark_section h1, #video.nicdark_section h1, #nicdark_singlepackage_parallax.nicdark_section h1 {
        font-size: 35px
    }
    
    #nicdark_singlepost_parallax.nicdark_section h3, #nicdark_singlepage_parallax.nicdark_section h3, #video.nicdark_section h3, #nicdark_singlepackage_parallax.nicdark_section h3 {
        font-size: 18px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #nicdark_singlepost_parallax.nicdark_section .nicdark_divider.big>span, #nicdark_singlepage_parallax.nicdark_section .nicdark_divider.big>span, #video.nicdark_section .nicdark_divider.big>span, #nicdark_singlepackage_parallax.nicdark_section .nicdark_divider.big>span {
        width: 60px;
        height: 2px;
    }
    
    #nicdark_singlepost_parallax.nicdark_section .nicdark_space10, #nicdark_singlepage_parallax.nicdark_section .nicdark_space10, #video.nicdark_section .nicdark_space10, #nicdark_singlepackage_parallax.nicdark_section .nicdark_space10 {
        height: 0px;
    }

    #nicdark_singlepost_parallax.nicdark_section .nicdark_space15, #nicdark_singlepage_parallax.nicdark_section .nicdark_space15, #video.nicdark_section .nicdark_space15, #nicdark_singlepackage_parallax.nicdark_section .nicdark_space15 {
        height: 0px;
    }

    #nicdark_singlepost_parallax.nicdark_section .nicdark_space20, #nicdark_singlepage_parallax.nicdark_section .nicdark_space20, #video.nicdark_section .nicdark_space20, #nicdark_singlepackage_parallax.nicdark_section .nicdark_space20 {
        height: 10px;
    }
    
    /* Header for programs. Hide video on small screens and show photo.
    ------------------------------------------------------- */
    .tgl-video-header + #nicdark_singlepackage_parallax.nicdark_section {
        display:initial;
    }

    #video.nicdark_section {
        display:none;
    }
    
    /* Program display in tab control
    ------------------------------------------------------- */
    .vc_tta.vc_general .tgl-tour-extra-padding .vc_tta-panel-body {
        padding: 0 12px 15px 12px;
    }

    .tgl-top-notice {
        margin: 0 -12px 8px -12px;
        width: calc(100% + 24px);
    }
    
    .tgl-top-box-container {
         display:none;
    }

    .tgl-top-notice {
        font-size: 15px;
        padding: 12px 18px !important;
    }

    .tgl-top-notice-date > div {
        display: block !important;
    }
    
    /* Country preview styling
    ------------------------------------------------------- */
    .tgl-country-preview .listing-item {
        width:  100%;
    }
    
    /* Photo Gallery. Normal size 360 px, change for mobile
    ------------------------------------------------------- */
    .photoswipe_gallery figure {
        width: 320px !important;
    }
    
    .tgl-content-padding .photoswipe_gallery figure {
        width: 228px !important;
    }
    
    .single-post .photoswipe_gallery {
        padding: 24px 0 !important;
    }
    
    .single-post .photoswipe_gallery figure {
        /*width: 298px !important;*/
        width: 100% !important;
    }
    
    .tgl-program-gallery .photoswipe_gallery figure {
        width: 240px !important;
    }
    
    .tgl-program-gallery .photoswipe_gallery figure:nth-child(n+2) {
        display: none;
    }
    
    .tgl-program-gallery .vc_col-xs-6 {
        width: 100%;
    }
    
    /* Blog. Remove content padding once sidebar breaks into new row.
    ------------------------------------------------------- */
    /*.single-post .grid_8.nicdark_page_sidebar {
      padding: 0 !important;
    }

    .single-post .grid_4.nicdark_sidebar {
      padding: 0 !important;
      margin-top: 32px !important;
    }*/
    
    .single-post .nicdark_section .nicdark_container>p {
        font-size: 17px;
    }
    
    .single-post .photoswipe_gallery figcaption {
        font-size: 13px;
    }
    
    /* Blog archive
    ------------------------------------------------------- */
    .tgl_blog_tile.grid_4 {
        width: 100%;
    }
    
    .tgl_blog_tile.grid_4 h2 {
        font-size: 20px;
    }
    
    
    /* Blog Related & Newest Posts
    ------------------------------------------------------- */
    .rpbt_shortcode .gallery-item {
        width: 100% !important;
    }
    
    .single-post .new-posts .listing-item{
        width: 100%;
    }
    
    /* Disable map pointer popups on small screens
    ------------------------------------------------------- */    
    .google-maps-builder .gm-style>div:first-child>div:last-child>div:last-child {
        display:none;
    }
    
    /* Disable dragging of program maps on small screens
    ------------------------------------------------------- */
    .single-packages .google-maps-builder .gm-style>div:first-child {
        pointer-events: none;
    }
    
    /* Quotes in blog.
    ------------------------------------------------------- */
    .blog-content blockquote {
        padding: 54px 30px 30px 30px;
    }

    .blog-content blockquote:before {
        font-size: 36px;
        left: 44%;
        top: 12px;
    }

    .blog-content blockquote p {
        font-size: 16px;
        text-align: center;
    }
    
    /* Quick Overview text in program description. Center on small devices.
    ------------------------------------------------------- */
    .tgl-right {
      text-align: center;
    }
    
    /* Booking button overlays header. On small screens show less.
    ------------------------------------------------------- */    
    section.tgl-button-book {
        margin-top: -86px !important;
    }

    section.tgl-button-book .vc_btn3-container {
        margin: 22px 0;
        text-align: center;
    }

    section.tgl-button-book p, section.tgl-button-book .vc_empty_space {
        display:none;
    }
    
    /* Make numbered boxes on frontpage look sexier on mobile.
    ------------------------------------------------------- */
    .tgl-fix-focus-number .nicdark_btn_icon {
      left: calc(50% - 25px);
    }

    .tgl-fix-focus-number .nicdark_activity {
      margin-left: 0;
      margin-top: 70px;
      text-align: center;
    }
}

/*phone  land*/
@media only screen and (max-width: 767px) and (orientation: landscape) { 
    
    /* Responsive header image
    ------------------------------------------------------- */
    #nicdark_singlepost_parallax.nicdark_section, #nicdark_singlepage_parallax.nicdark_section {
        height: 88vh;
    }*
    
    /* If header is suddenly higher, reserve more space for map ("Where we are") too so that text underneath doesn't overlap image
    ------------------------------------------------------- */
    .tgl-map-40 {
        min-height: 100vh;
    }

    /* Booking button usually overlays header. On small landscape screens push down underneath header.
    ------------------------------------------------------- */
    section.tgl-button-book {
        margin-top: 0 !important;
        background: #191919
    }
        
}