/*
Theme Name:     Embark - Child Theme
Theme URI:      http://themovation.com/embark
Template:       embark
Author:         Themovation
Author URI:     http://themovation.com
Version:        1.0
Text Domain:    embark
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

body  {
    background-color: #ffffff !important;
}

/* Navigation */
.navbar-header #logo img {
    max-height: 60px;
    width: auto;
    margin-right: 10px;
    margin-top: 24px;
}

.headhesive--clone {
min-height: 83px;
}
@media only screen and (max-width: 769px) {
.navbar-header #logo img {
    margin-top: 5px;
}

}

/*.headhesive--clone #logo img {
	margin-top: 5px;}

.headhesive--stick #logo img {
	margin-top: 0;
}*/
.navbar .navbar-nav {
    margin-top: 56px !important;
}

.themo_cart_icon {
    margin-top: calc(56px + 12px) !important;
}
.navbar .navbar-toggle {
	top: 16px !important;
}

#searchsubmit {
    padding: 3px 10px;
}
.search-bar-top {
    margin: 10px;    
}
.hidetop {
    display: none;
}

.top-nav-search input[type=text] {
    border: 0;
}
.top-nav .wpml-ls-legacy-list-horizontal {
    border: 0px solid transparent;
    padding: 0px;
    clear: both;
}

.top-nav .wpml-ls-legacy-list-horizontal a {
    padding: 0px 5px;
}

.lang-switch-small-top {
display: inline-block; }
.lang-switch-small-top .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer { margin-bottom: 0; border: 0; }
.lang-switch-small-top .wpml-ls-legacy-list-horizontal { padding: 0; }
.lang-switch-small-top .wpml-ls-legacy-list-horizontal a { padding: 5px; } 
#logo {
    max-width: 380px;
    float: left;
    display: block;
    margin: 5px 0;
}

.banner[data-transparent-header="true"] .top-nav, .headhesive--clone .top-nav {
    /* background: rgba(255,255,255,0.4); */
	background-color: #ceb06d !important;
}
body.admin-bar .headhesive--stick {
    border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 769px) {
    .headhesive--stick .top-nav {
        display: none;
    }
    .headhesive--stick .textwidget.custom-html-widget {
        display: none;
    }
    .top-nav a {
        font-size: 12px !important; 
    }
    .navbar .navbar-nav > li > a {
        font-size: 13px !important;
    }
}

.headhesive--clone .top-nav-icon-blocks .icon-block p, .headhesive--clone .top-nav-icon-blocks .icon-block a, .headhesive--clone .top-nav-text p, .headhesive--clone .top-nav-text a {
 color: #ffffff !important;
}
.top-nav a, .top-nav p, .headhesive--clone a, .headhesive--clone .top-nav p {
    color: #ffffff !important;
font-size: 14px;
}
.top-nav-icon-blocks .icon-block p, .top-nav-icon-blocks .icon-block a, .top-nav-text p, .top-nav-text a {
    font-size: 14px;
}
.top-nav {
padding: 10px 0;
background: #ceb06d !important;
}

.menu-boka-resa, .menu-book-now {
    background-color: #df5d00;
    border-color: #df5d00;
    border-width: 2px;
    border-radius: 5px;
    margin: 0 5px 10px 5px;
}
.menu-boka-resa a, .menu-book-now a { color: #fff !important; } 
.headhesive--clone .navbar-nav > li.menu-boka-resa > a, .headhesive--clone .navbar-nav > li.menu-book-now > a { color: #fff !important; }
.headhesive--clone .navbar-nav > li.menu-boka-resa > a:hover, .headhesive--clone .navbar-nav > li.menu-book-now > a:hover { text-decoration: none !important; }
.headhesive--clone .navbar-nav > li > a:hover:after, .headhesive--clone .navbar-nav > li.active > a:after, .headhesive--clone .navbar-nav > li.active > a:hover:after, .headhesive--clone .navbar-nav > li.active > a:focus:after {
    bottom:12px;
    background-color: #df5d00 !important;
}

/*
.banner[data-transparent-header="true"] {
    background: rgba(255,255,255,0.8);
}
*/

/* Sticky Nav Styling */
.headhesive--clone .themo_cart_icon {
    margin-top: calc(20px + 12px) !important;
}

.headhesive--clone #logo img {
    max-height: 50px !important;
}
.headhesive--clone .navbar-nav {
    margin-top: 20px !important;
}
.headhesive--clone .themo_cart_icon {
    margin-top: 28px;
}

/* Footer Items */
.footer, .footer-btm-bar {
	background: #ceb06d;
}
/* Events */
.footer .tribe-list-widget {
    margin-left: 0;
    padding-left: 0;
}

.footer .tribe-events-list-widget .tribe-events-list-widget-events {
    margin-left: 0;
    padding-left: 0;
    
}
.footer .tribe-events-list-widget .tribe-events-list-widget-events h4 {
    font-size: 16px;
}

.footer .th-widget-area .widget input[type=email] {
	height: 35px !important;
padding: 5px;
}
.footer .th-widget-area .widget input[type=submit] {
	height: 40px !important;
	padding: 8px !important;
}
.footer p, .footer a, .footer ul li, .footer ol li, .footer .soc-widget i {
	color: #fff;
}
/* Sidebar */
.sidebar .wpcf7-form-control-wrap input, .sidebar .wpcf7-form-control-wrap textarea {
	width: 100%;
}
.sidebar .text--right {
    text-align: right;
}

/* Price List Display */
.price-list-api h3 {
    margin-top: 0px;    
}
dl dt {
    float: left;
    width: 50%;
}
.price-list-api .text--right {
    text-align: right!important;
}

/* Start Page */

.wrapper-selected-projects {
 display: grid;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  grid-gap: 20px;
}
.wrapper-selected-projects article {

}

.home .wrapper-selected-projects .th-pkg-content {
    min-height: 200px;
}
/* Filter for selected projects */
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
width: 500px;
}

/* Content Styling */
.mc4wp-response p {
color: #fff;
font-size: 16px;
padding-top: 10px;
}
input, textarea {
	border: 1px solid #5c5c5c;
}
.single-project h1 {
    font-family: 'Bentham', serif;
}
.single-project h2, .single-project h3, .single-project h4 {
text-align: left;
margin-top: 5px;
margin-bottom: 5px; 
font-family: 'Bentham', serif;
}  
.single-project h2 {
margin-top: 20px;
margin-bottom: 10px;
font-family: 'Bentham', serif;
}
.single-project h3 {
    font-size: 30px;
}
.single-project h4 {
    font-size: 20px;
}
.single-project p {
    font-size: 15px;
    line-height: 25px;
}
.sidebar-btn {
    text-align: center;
    margin: 20px 0px;
}
.single-project .box .content a, .sidebar-btn a, .boende a {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #e65000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.orange-header {
    color: #df5d00 !important;
}

.right-col .content, .left-col .content { 
    width: 100%;
}

.sidebar .widget-title {
    color: #000000;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.fc-left h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.sub-title-italic {
    font-size: 14px !important;
    font-style: italic;
    color: #000000 !important;
}
dt {
    font-weight: 400;
}
.text--right b {
    font-weight: 400;
}

.elementor-widget-container dl {
    margin-bottom: 4px;
}
.elementor-icon-list-items li {
    list-style-type: disc;
}
.project-list-acf ul {
    padding-left: 20px;
}
.project-list-acf .included {
    padding-left: 20px important;
}
.prerequisites, .quick-facts-list {
    padding-left: 0 !important;
}
.prerequisites li, .quick-facts-list li {
list-style: none;
}
.elementor-widget-ucaddon_bild1.elementor-widget:not(:last-child), .elementor-widget-ucaddon_bild2.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.elementor-widget-hello-world h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold !important;
    border-bottom: none !important;
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}
.elementor-widget-hello-world p, .elementor-widget-hello-world li {
    font-size: 14px;
}

.price-list-api h4 {
    color: #df5d00 !important;
}

ul.quick-facts-list ul {
    padding-left: 20px;
}
ul.quick-facts-list ul li {
    list-style: disc;
}

.sidebar {
  padding: 40px 15px 20px 20px !important;
}
.elementor-section-boxed .elementor-container {
    width: 100% !important;
}

ul.owl-carousel {
    padding-left: 0;
}
.owl-carousel .item {
    /* margin-right: 20px; */
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 22%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 22%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i { color: #e65000;}

#project-image-gallery-new .item {
    max-height: 170px;
}

#project-image-gallery-new {
    margin-bottom: 20px;
}
/* Custom styling Projects list */
.elementor-397 .elementor-post__thumbnail__link, .elementor-273 .elementor-post__thumbnail__link {
padding-bottom: 0 !important;
}
.elementor-widget-portfolio2 .title-country {
    color: #fff;
    padding-top: 1px;
    margin-top: 2px;
    border-top: 1px solid #fff;
	width: 90%;
margin: 0 auto;
}

.elementor-widget-portfolio2 .elementor-portfolio-item__title {
padding-bottom: 4px;
}

.th-bundled-font h1:not(.product_title) {
    font-size: 56px;
}

/* clear fix */
.elementor-portfolio:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer, .elementor-portfolio-item {
  width: 25%;
	
}
@media only screen and (max-width: 768px) {
  /* for smaller screens */
  .grid-sizer, .elementor-portfolio-item { width: 50%; height: auto;}
}


@media only screen and (min-width: 769px) {
  .grid-sizer, .elementor-portfolio-item { width: 33%; height: auto;}
}
@media only screen and (min-width: 1050px) {
  .grid-sizer, .elementor-portfolio-item { width: 25%; height: auto;}
}
.elementor-portfolio-item__overlay {
position: absolute;
}
.elementor-portfolio-item {
  float: left;
}

.elementor-portfolio-item img {
  display: block;
  max-width: 100%;
}

.tag-details .elementor-portfolio-tag-details {
	padding: 20px 0;
}

.elementor-portfolio__filter.is-checked {
color: #df5d00;
}
.tag-details .elementor-portfolio-tag-details {
display: none;
}
/* Reseber ttelser */

.story-content-wrap .single-story h1.elementor-heading-title {
font-size: 40px;
text-align: left;
}
.story-content-wrap .single-story h1, .story-content-wrap .single-story h2, .story-content-wrap .single-story h3, .story-content-wrap .single-story h4 { text-align: left !important; margin-bottom: 5px; margin-top: 10px;}

.project-gallery > ul {
                margin-bottom: 0;
            }
            .project-gallery > ul > li {
                float: left;
	list-style: none;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 300px;
		height: 230px;
overflow: hidden;
            }
            .project-gallery > ul > li a {
                border: 3px solid #FFF;
                border-radius: 3px;
                display: block;
                overflow: hidden;
                position: relative;
                float: left;
            }
            .project-gallery > ul > li a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
            }
            .project-gallery > ul > li a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }
            .project-gallery > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1;
            }
            .project-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }
            .project-gallery > ul > li a .demo-gallery-poster > img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }
            .project-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }
            .project-gallery .justified-gallery > a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
            }
            .project-gallery .justified-gallery > a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }
            .project-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
                opacity: 1;
            }
            .project-gallery .justified-gallery > a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }
            .project-gallery .justified-gallery > a .demo-gallery-poster > img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }
            .project-gallery .justified-gallery > a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }
            .project-gallery .video .demo-gallery-poster img {
                height: 48px;
                margin-left: -24px;
                margin-top: -24px;
                opacity: 0.8;
                width: 48px;
            }
            .project-gallery.dark > ul > li a {
                border: 3px solid #04070a;
            }


/* Display Projects on list page */
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  grid-gap: 5px;
}
.grid-wrapper .th-package {
	min-height: 200px;
}
.grid-wrapper article {
	padding: 10px;
}
.grid-wrapper article .th-pkg-content {
	padding: 20px;
	min-height: 100px;
}
.th-pkg-content {
	background-color: #ebe8e1;
}

/* List Continents and Countries */
.wrapper-country-continent {
	  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 5px;
}
.wrapper-country-continent ul {
list-style: none;
}
.wrapper-country-continent .list-country {
padding-left: 15px;
padding-bottom: 3px;
}
.wrapper-country-continent .single-continent {
font-weight: bold;
}

/* Travel Page */
.list-all-project-tags {
	  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 5px;
list-style: none;
}

/* Book Now */
section.applicaiton-page {
	margin-bottom: 50px;
}
section.applicaiton-page ul {
list-style: none;
}
section.applicaiton-page ul.form-fields { float: left; }
section.applicaiton-page ul.form-fields label { display: block !important; }

section.applicaiton-page .buttons.text--center { clear: both; }
.nav--apply li {
display: inline-block;
padding: 10px;
}
.nav--apply li.active {
    background-color: #df5d00;
    border-color: #df5d00;
    border-width: 2px;
    border-radius: 5px;
    margin: 0 5px 10px 5px;
color: #fff;
}
.nav--apply {
	clear: both;
}

.grid.cols-1>.grid__item,
img.aligncenter {
    margin: 0 auto;
    display: block
}

.grid__item>* {
    font-size: 1rem
}

.no-rgba .grid__item>* {
    font-size: 16px
}

.grid,
.grid__item {
    font-size: 0
}

.grid.cols-3 .project p {
    font-size: 12px!important
}

img.alignright {
    float: right
}

@media (min-width:481px) {
    img.alignright {
        margin-left: 15px
    }
}
.one-whole {
    width: 100%
}
.grid__item {
    width: 100%;
    /*padding-left: 24px*/
}


.loading-overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(204, 204, 204, .7);
    position: absolute;
    left: 0;
    top: 0
}

.loading-overlay h1 {
    vertical-align: middle;
    position: absolute;
    top: 48%;
    text-align: center;
    width: 100%
}

.container-custom .check-list {
    padding-left: 0;
    margin-top: 5px;
}
.container-custom label[for="misc"] {
    display: block;
}
.price-container {
    margin-top: 10px;
}

.container-custom .check-list input {
    float: left;
    margin-right: 10px;
}
.alert {
padding: 0;
}
@media only screen and (max-width: 700px) {
#step-2 ul.form-fields { float: none !important; padding-left: 0; } 
}

/* Hide reCAPTCHA icon */
.grecaptcha-badge { 
    visibility: hidden;
}

.msgwrap {
    background: #FF4136;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.erroricon { float: left; color: #fff; background-color: rgba(0, 0, 0, 0.25); padding: 5px 8px; }

.errormsg { float: left; color: #fff; padding: 5px; }

.country-template-default .th-pkg-img img {
    width: 394px !important;
    height: 240px !important;
}
@media only screen and (max-width: 928px) {
    .country-template-default .th-pkg-img img {
        width: 100% !important;
        height: 285px !important;
    }
}