/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
	margin: 0;
	padding: 0
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: none;
	margin: 0;
	padding: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
	font-family: 'Fredoka One',display;
	margin-bottom: 15px;
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:focus {
	outline: 0 !important;
	box-shadow:none !important;
}

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.6em;
	font-family: 'Arvo',Georgia,"Times New Roman",serif;
	overflow-x: hidden;
	color: #444
}

p {
	font-size: 16px;
	margin-bottom: 15px;
	font-family: 'Arvo',Georgia,"Times New Roman",serif;
}

a {
	color: #f26609;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .3s ease 0s
}

a:hover,
a:active,
a:visited,
a:focus {
	color: #f26609;
	text-decoration: none
	box-shadow:none;
}

a:hover {
	color: #f26609
}

a:hover,
a:focus,
a:active {
	outline: none !important
}

a,
img,
button,
i {
	transition: all .3s ease 0s
}

img {
	max-width: 100%
}

i,
em {
	font-style: italic
}

b,
strong,
cite {
	font-weight: 700
}

small {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 0
}

/* h1 {
	font-size: 54px;
	line-height: 1.3em;
	margin-bottom: 20px;
	letter-spacing: 1px
}

h2 {
	color: #ed393e;
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 50px;
}

h3 {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 20px;
}

h4 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}

h5 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 15px;
}

h6 {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 20px;
} */
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
    font-display: auto;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");
}
#top-header{
    display: none;
}
.hidden{
	display: none;
}
.btn-info{
	background-color:transparent;
    color:#f2aa4c;
    border:2px solid #f2aa4c;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Arvo',Georgia,"Times New Roman",serif;
}
.btn-info:hover,.btn-info:active,.btn-info:focus{
	background-color:#f2aa4c;
	color:#fff;
	border:2px solid #f2aa4c;
}
.gen-banner{
	position: relative;
}
.gen-banner .banner-image{
	background-image: url('assets/images/banner-img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 600px;
}
.banner-text-too{
    color: white;
}
.banner-text-too h1{
    color:#fff;
    font-size: 42px;
}
.banner-custom-nav{
	background-color: rgb(0, 0, 0,0.5);
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
}
.banner-custom-nav ul li a img{
	margin:0 auto 10px;
	display: none;
}
.banner-custom-nav ul li a{
	padding: 20px;
	background-color: transparent;
	color:#f26609;
	font-weight: 500;
	font-size: 16px;
}
.banner-custom-nav ul li a img:first-child{
	display: block;
}
.banner-custom-nav ul li a:hover img:first-child,.banner-custom-nav ul li a.active img:first-child{
	display: none;
}
.banner-custom-nav ul li a:hover img:nth-child(2),.banner-custom-nav ul li a.active img:nth-child(2){
	display: block;
}
.banner-custom-nav ul li a:hover,.banner-custom-nav ul li a.active{
	background-color: #f26609;
	color:white;	
}
.loader-setting{
    position: relative;
}
.loader-io{
    display: none;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.loader-io img{
    width: 115px;
}
.p-grids .card {
    position: relative;
    transition: all ease-in-out .3s;
    transform: translate3d(0,0,0);
    border: 0;
    margin-bottom: 30px;
    border: 1px solid #efecec;
}
.p-grids .card:hover{
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}
.p-grids .card .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.p-grids .card-img .slick-prev,.card-img .slick-next{
	z-index: 9;
}
.p-grids .card-img .slick-prev{
	left: 10px;
}
.p-grids .card-img .slick-next{
	right:10px;
}
.p-grids .card .card-img img {
    width: 100%;
    height: 215px;
}
.p-grids .card-img-inner.slick-slide{
    height: 215px;
    overflow: hidden;
}
.p-grids .card .card-details.fixed-height {
    height: 200px;
    overflow: hidden;
}
.p-grids .card .card-details, .card .card-actions {
    padding: 15px 10px 10px;
    position: relative;
    background-color: #fff;
}
.p-grids .card .card-title a,.more-info-popup .card-title a{
    font-size: 20px;
    line-height: 16px;
    color: #000;
    margin: 0;
    transition: color .3s ease-in-out;
    margin-bottom: 10px;
    line-height: 23px;
}
.p-grids .card .card-title a:hover,.more-info-popup .card-title a:hover{
    color: #f2aa4c !important;
    text-decoration: none;
}
.p-grids .card .price-label{
	color:#606060;
	font-size: 22px;
	margin-bottom: 10px;

}
.p-grids .tag {
    font-size: 12px;
    border-radius: 2px;
    color: #000;
    padding: 0 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 25px;
    background-color: #eaeaea;
}
.p-grids .card .card-details .tag {
    position: relative;
}
.p-grids .card .card-details ul {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
}
.p-grids .card .card-details.fixed-height:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    margin-left: -10px;
    display: block;
    background: rgba(255,255,255,0);
    background: -webkit-linear-gradient(180deg,rgba(255,255,255,0),#fff);
    background: -moz-linear-gradient(180deg,rgba(255,255,255,0),#fff);
    background: -o-linear-gradient(180deg,rgba(255,255,255,0),#fff);
    background: -ms-linear-gradient(180deg,rgba(255,255,255,0),#fff);
    background: linear-gradient(180deg,rgba(255,255,255,0),#fff);
    height: 60px;
}
.p-grids .card .card-details ul li {
    line-height: 1.2rem;
    background: url(https://media.lastnightoffreedom.co.uk/i/LNOF/V9/tick.svg) 0 5px no-repeat;
    background-size: 10px 10px;
    background-position: 0 4px;
    padding-left: 20px;
}
.p-grids .card .card-actions .btn {
    padding: 8px 0;
    font-size: .875rem;
    line-height: 20px;
    width: 48%;
}
.p-grids .card .card-actions .btn:first-child{
    margin-right: 10px;
}
.btn.btn-ati {
    width: 100%;
    background-color: #f2aa4c;
    color:#fff;
    width: 190px;
}
 .p-grids .card .card-actions .btn:last-child span {
    display: block;
}
.btn.btn-ati:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    background-color: transparent;
    background-image: url(https://media.lastnightoffreedom.co.uk/i/LNOF/V9/add-plus.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    top: 1px;
}
.btn.btn-ati:after {
    content: 'Add';
    display: inline-block;
    background-color: transparent;
    padding-left: 10px;
}
.filter-products{
	padding: 50px 0px;
}
.main-head-sec{
	font-size: 30px;
}
.running {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 0px 20px;
}
.running .grid-count {
    margin-bottom: 0;
    color:#404040;
    font-size: 16px;
}
.running .sort-options {
    display: block;

}
.running label {
    margin-bottom: 0px;
    display: inline-block;
    color: #404040;
    font-size: 16px;
}
.running .sort-options select {
    width: 170px;
    height: 040px;
    background-color: #d7d7d7;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    padding: 10px;
}
.filter-wrapper-outer{
    position: relative;
}
.layer-ajax-stop{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffc4;
}
.filter-menu{
    margin: 30px 0px 0;
}
.filter-wrapper .reset-filter button{
	padding: 2px 15px;
    font-size: 12px;
    cursor: pointer;
}
.filter-wrapper .card-header {
	padding: 0px;
	border:0;
	background-color: transparent;
    position: relative;
}
.filter-wrapper .card{
	border: 0;
    border-top: 1px solid #ddd;
    padding: 15px 0px;
}
.filter-wrapper .card-header button{
	width: 100%;
	border:0;
	background-color: transparent;
	padding: 10px 0px;
	font-size: 18px;
	font-family: 'Fredoka One',display;
}
.filter-wrapper .card-header button i{
	width: auto;
    right: 0;
    left: auto;
    color:#000;
    position: absolute;
}
.textbox-wrap {
    position: relative;
}
.textbox-wrap input[type=text] {
    padding-left: 35px;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    border-radius: 0.25rem;
}
.textbox-wrap input[type=text]:focus{
	border-color: #f2aa4c;
}
.textbox-wrap svg {
    height: 14px;
    width: 14px;
    top: 11px;
    position: absolute;
    left: 10px;
}
#filter-accordion .card-body{
	padding: 10px 0px;
}

/*Checkboxes styles*/
.form-group {
  display: block;
  margin-bottom: 8px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  padding-left: 25px;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #dedada;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 3px;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f2aa4c;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  display: block;
  left: 7px;
  top: 4px;
  background: transparent;
  width: 6px;
  height: 12px;
	border: solid #fff;
 	border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* select dropdown */
.select {
    height: 42px;
    background-color: #fff;
    border: 1px solid #dedada;
    color: #626363;
    font-size: 1rem;
    padding: 10px;
    width: 100%;
    transition: opacity ease .3s;
    border-radius: 0.25rem;
}
.select:focus {
	border-color: #f2aa4c;	
}
.select option {
    padding: 15px 0;
    color: #626363;
    font-size: 1rem;
    border-color: #2cc89b;
    outline: #2cc89b;
}
.docs-datepicker{
	border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    padding: 8px 12px !important;
}
.docs-datepicker:focus{
    border-color: #f2aa4c !important;
}
.docs-datepicker+.input-group-append button{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.input-group-append button{
	border-radius: 0;
}
.input-group{
	margin-bottom: 28px;
}
div.grey-divide {
    border-top: 1px solid #dedada;
}
.itinerary_products{
	padding: 30px 0px;
}
.get-qoute-sec .main-head-sec{
	margin-bottom: 50px;
}
.get-qoute-sec{
	padding:0px 0px 50px ;
}
.white-box {
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    padding: 20px;
}
div.form-itinerary {
    margin: 0;
    padding: 30px;
}
.form-itinerary h3{
	margin-bottom: 35px;
}
.btnEnquire{
	width: 100%;
	background-color: #f2aa4c;
	color:#fff;
}
.btnEnquire:hover{
	background-color: transparent;
	color:#000;
	border:1px solid #f2aa4c;
}
.small-card {
	position: relative;
    transition: all ease-in-out .3s;
    transform: translate3d(0,0,0);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    border: 0;
}
.small-card .btn-remove {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #000;
    width: 24px;
    height: 24px;
    z-index: 6;
    border-radius: 50%;
    cursor: pointer;
}
.small-card .card-img-small {
    position: relative;
    overflow: hidden;
    height: 75px;
}
.small-card .card-title.single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.small-card .card-details{
	padding: 10px 10px;
}
.small-card .card-details .card-title {
	margin-bottom: 0;
    line-height: 18px;
    font-size: 12px;
}
.small-card small{
    font-size: 12px;
}
.small-card .btn-remove:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: url(https://media.lastnightoffreedom.co.uk/i/LNOF/V9/add-plus.svg) no-repeat;
    margin: 6px;
    z-index: 3;
}
/* ====== Modal ==== */
.enquire-form.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
}
.enquire-form .modal-content {
    position: fixed;
    overflow: auto;
    background-color: #fefefe;
    margin: 0;
    padding: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
}
.enquire-form .modal-header {
    padding: 25px;
    background-color: #f6f7f7;
    border-bottom: 1px solid #dedada;
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
    font-size: 22px;
    line-height: 20px;
}
.enquire-form .modal-content {
    position: relative;
    margin: auto;
    max-width: 600px;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.enquire-form .modal-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #000;
    width: 30px;
    height: 30px;
    z-index: 6;
    border-radius: 50%;
    cursor: pointer;
}
.enquire-form .modal-body {
    padding: 20px 15px;
}
#get-quote-popup .modal-dialog{
	max-width:650px;
}
.modal-body input[type=email],.modal-body input[type=text],.modal-body textarea{
	padding: 8px 12px;
    width: 100%;
    font-size: 16px;
    color: #262626;
    border-radius: 0.25rem;
}
.modal-body input[type=email]:focus,.modal-body input[type=text]:focus,.modal-body textarea:focus{
	border-color: #f2aa4c;
}
.modal-body input[type=text].docs-datepicker{
	width: 1%;	
}
.footer-nav {
    position: fixed;
    height: 60px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #dedada;
    z-index: 25;
}
.footer-nav .btn{
	background-color: #f2aa4c;
	color:#fff !important;
}
span.count-all-list{
    background: white;
    color: #f2aa4c;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 18px;

}
.footer-nav .btn:hover{
	background-color: transparent;
	color:#000 !important;
	border-color: #f2aa4c;
}
.footer-nav-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
}
.btn-build {
    display: inline-block;
}
.btn-build img {
    height: 30px;
    width: 30px;
    display: inline-block;
}
.input-group label.error{
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 12px;
    color: red;
}
button[data-isadded="true"].btn.btn-ati:before {
    background-image: url(https://media.lastnightoffreedom.co.uk/i/LNOF/V9/add-plus.svg);
    transform: rotate(45deg);
    position: relative;
    top: 2px;
}
button[data-isadded="true"].btn.btn-ati:after {
    content: 'Remove';
}
button[data-isadded="true"].btn.btn-ati {
    background-color: #f14e6f;
}
#packages_products,#transport_products{
    display: none;
}
 /*===== thank you section =====*/
 .thank-you-section{
    padding: 50px 0;
    display: none;
 }
 .section-grey {
    background-color: #f6f7f7;
}
.thank-you-section img{
    margin-bottom: 20px;
}
.thank-you-section button {
    background-color: #f2aa4c;
    color: #fff;
}
.thank-you-section button:hover{
    background-color: transparent;
    color: #000;
    border: 1px solid #f2aa4c;
}
/*======= single page =====*/
.single-list-content{
    padding: 50px 0px;
}
.wrapper-column-2{
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    padding: 20px
}
.svg-img-size img{
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 10px;
}
.star-rating {
    height: 15px;
    width: 15px;
}
.card-img.sigle-card-img{
    margin-bottom: 25px;
}
.card-img.sigle-card-img .card-img-inner img{
    width: 100%;
}
.single-list-content .tag {
    font-size: 12px;
    border-radius: 2px;
    color: #000;
    padding: 0 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 25px;
    background-color: #eaeaea;
}
.highlight-box ul{
    margin-bottom: 25px;
    list-style-type: disc;
    padding-left: 25px;
}
.card-img.sigle-card-img  .slick-prev {
    left: 10px;
}
.card-img.sigle-card-img  .slick-next {
    right: 10px;
}
.card-img.sigle-card-img  .slick-prev, .card-img.sigle-card-img  .slick-next {
    z-index: 9;
}
.more-info-popup .modal-dialog{
    max-width: 1024px;width:100%;margin:0; max-height: 600px;position: absolute; top:50%;left:50%; transform:translate(-50%,-50%) !important;
}
.more-info-popup .popup-content-wrapper{
    overflow-y:auto; max-height: 450px;
}
.popup-content-wrapper .main-image img{
    width: 100%;
}
.eb-quote-steps{
    background-color: rgb(0, 0, 0,0.5);
    padding: 50px 0;
    width: 100%;
}
.eb-quote-steps p{
    margin-bottom: 0 !important;
}
.eb-quote-steps .step-start {
    text-align: left;
    margin-bottom: 0;
}
.eb-quote-stepss .step-start p {
    font-size: 20px;
}
.eb-quote-steps .step {
    margin-bottom: 0;
    text-align: left;
    padding-left: 45px;
    font-size: 14px;
    position: relative;
        color: #f26609;
}
.eb-quote-steps .step:hover,.eb-quote-steps .step:focus{
    text-decoration: none;
}
.eb-quote-steps .step .step-number {
        width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    border: 2px solid #f2a94b;
    color: #fff;
    font-family: roboto-medium;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 3px;
}
.eb-quote-steps .step .step-number {
    position: absolute;
    top: 10px;
    left: 0;
    margin-bottom: 0;
}
.eb-quote-steps .step p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
@media screen and (max-width: 992px) {
.banner-custom-nav ul li a {
    padding: 15px;
    font-size: 14px;
}
.banner-custom-nav ul li a img {    
    width: 20px;    
}
.gen-banner .banner-image {
    height: 500px;
}
.filter-wrapper .card-header button {
    font-size: 16px;
}
.styled-checkbox + label {
    font-size: 12px;
    margin-bottom: 0px;
}
div.form-itinerary {
    margin: 0;
    padding: 20px 0px;
}
.p-grids .card-img-inner.slick-slide {
    height: auto;
    overflow: hidden;
}
.step-start{
    display: none;
}
}
@media screen and (max-width: 640px) {
.menu-links-all li a span{
    display: none;
}
.menu-links-all li a{
    height: 100%;
}
.menu-links-all li a{
     display: flex;
    align-items: center;   
}
.menu-links-all li a img{
    margin-bottom: 0 !important;    
}
.input-group {
    margin-bottom: 25px;
}
.footer-nav-inner a {
    font-size: 14px;
}

.eb-quote-steps .step .step-number {
    position: absolute;
    top: -11px;
    left: 050%;
    margin-bottom: 0;
    transform: translateX(-50%);
}
.eb-quote-steps .step {
    margin-bottom: 0;
    text-align: center;
    padding-left: 45px;
    font-size: 14px;
    position: relative;
    color: #f26609;
    padding: 29px 10px 28px;
    width: 100%;
}
.main-steps-sb{
    flex-wrap: wrap;
    justify-content: center !important;
}
.banner-image{
    align-items: start !important;
    -webkit-box-align: start!important;
}
}
@media screen and (max-width: 600px) {
    .footer-nav-inner{
        justify-content: center ;
    }
    .footer-nav-inner .texr-en{
        display: none;
    }
    .running  .grid-count{
        display: none;
    }
}
