/*
	Theme Name: HTML5 Blank - Holiday Architects Mobile
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/*------------------------------------*\
    Headings: #807843 (Orange)
    Body Copy: #CE1C24 (Dark Brown)
\*------------------------------------*/



/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {

	font: 300 16px/1.4 'Roboto', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    clear: both;
    *zoom:1;
}
img {
	width: 100%;
    height: auto;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:underline;
    font:300 16px/1.4 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 1em;
    transition: border .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
a:hover {
	color:#444;
    opacity: 0.95;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}


ul{
    margin: 0;padding: 0;
    list-style: none;
}
h2 {
padding-bottom: 10px;
color: #d0652d;
font-size: 28px;
font-family: 'Roboto Slab';
text-align: center;
margin: 0;
}
h3{
font-family: 'Roboto Slab';
font-size: 1.5em;
margin: 15px;
}

section{
	background: white;
}

/* Swipe works with mouse as well but often causes text selection. */
/*
#swipe-page * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
*/

.hamburger-menu{
display: block;
width: 44px;
height: 44px;
background: url('img/icons/open.png') no-repeat;
text-indent: -9999px;
position: absolute;
right: 0;
top: 30px;
}
.snap-content{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
z-index: 2;
overflow: auto;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.snap-drawers {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
}
.snap-drawer-left {
left: 0;
z-index: 1;
}
.snap-drawer {
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: -265px;
width: 265px;
height: auto;
overflow: auto;
padding-top:75px;
top:0;
z-index:9999;
position:fixed;
-webkit-overflow-scrolling: touch;
-webkit-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
-o-transition: width 0.3s ease;
transition: width 0.3s ease;
}

.search {
padding: 5px;
}

.snap-drawer {
background: #000;
color: #FFF;

box-sizing: border-box;
-moz-box-sizing: border-box;
}   
.snap-drawer .big-menu-snap a {
color: white;
text-decoration: none;
display: block;
padding: 20px;
font-size: 16px;
}
.snap-drawer .small-menu-snap a {
color: white;
text-decoration: none;
padding-top: 5px;
padding-bottom: 5px;
font-size: 12px;
color: rgb(28, 28, 28);
}
.gray-drawer{
    padding-left: 15px;
    padding-right: 15px;
    background: #e5e4e0;
    color: black;
}
.small-menu-snap {
padding: 10px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
.small-menu-snap li {
display: inline;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#plane {
width: 50px;
height: auto;
position: absolute;
 display: none; 
top: 0;
left: 0;
z-index: 99999;
}

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.wrap{

    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    margin-top:65px;
}
/* header */
.header {
    background:  #2c1e12;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 75px;
    position:fixed;
    top:0;
    width:100%;
    padding-left: 20px;
    z-index:9999;
}
/* logo */
.logo {
    display: inline-block;
}
.logo-img {
    width: 140px;
}



/* nav */
.nav {
    display: none;
float: left;
margin-top: 20px;
margin-left: 60px;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav ul li {
display: inline;
margin-left: 10px;
margin-right: 10px;
}   
.nav a {
    color: white;
text-decoration: none;
font-weight: 400;
font-size: 0.9em;
}

.header-get-quote{
position: absolute;
text-align: center;
top: 10px;
left: 170px;
width:38%;
}
@media only screen and ( orientation: landscape ) {
	.header-get-quote{
		width:54%;
	}
}
.quote-cart {
width: 36px;
height: 32px;
vertical-align: middle;
display: inline-block;
background: url('img/icons/bag.png');
text-align: center;
line-height: 34px;
font-size: 12px;
font-weight: bold;
}
.quote-btn {
width: 100px !important;
vertical-align: bottom;
display: inline-block;
background: #d0652d;
color: white;
padding: 5px 10px;
font-size: 12px;
text-align: center;
cursor: pointer;
}
.quote-btn:hover {
    opacity: 0.8;
}
.orange-btn {
vertical-align: top;
display: inline-block;
background: #d0652d;
color: white;
padding: 10px;
font-size: 16px;
text-align: center;
padding-left: 30px;
padding-right: 30px;
margin-left: 10px;
margin-right: 10px;
cursor: pointer;
}   
/* sidebar */
.sidebar {

}
/* footer */
#how-we-work-sec {
margin-bottom: 30px;
padding-bottom: 0px;
padding-left: 15px;
padding-right: 15px;
}
.clients-section{
    padding: 0px !important;
}
.clients-wrap{
width: 100%;
margin: 0 auto;
padding: 20px;
text-align: center;
border-top: 4px solid silver;
}
.clients-box {
display: inline-block;
margin: 5px;
vertical-align: middle;
}
.clients-box img {
height: 40px;
width: auto;
}

.footer {
    text-align: center;
    background: rgb(226, 226, 226);
    padding: 15px;
    font-size: 0.8em;
    font-weight: 400;
    color: black;
}
.footer a {
    color: #d0652d;
    text-decoration: none;
    font-weight: 400;

}
footer ul{
    margin: 0;padding: 0;
}
footer ul li{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
}
footer .footer-row{
    margin: 10px;
    padding: 15px;
}
.footer-row:not(:first-child):not(:last-child) {
border-top: 2px solid silver;
border-bottom: 2px solid silver;
}
.social-icon{
    width: 24px;
    height: 24px;
}
.social-icon#fb { background: url(img/social/fb_social.png); }
.social-icon#tw { background: url(img/social/tw_social.png); }
.social-icon#gp { background: url(img/social/g+_social.png); }
.social-icon#in { background: url(img/social/insta_social.png); }
.social-icon#pt { background: url(img/social/pintrest_social.png); }

.footer-row p {
padding: 0;
margin: 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.full-slider{
    height: 290px;
    position: relative;
}
.full-slider ul{
list-style: none;
margin: 0;
padding: 0;
height: 100%;
}
.full-slider ul li{
float: left;
width: 1024px;
height: 100%;
margin: 0 1px 0 0;
padding: 0;
text-align: center;
cursor: pointer;
}
.full-slider-info {
  max-width: 290px;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
.full-slider-info p{
margin: 0px;
}
.full-slider-info a{
color: white;
}
.full-slider-title {
font-weight: bold;
}

.slide{
    position: relative;
    height: 290px !important;
}
.slide-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

.full-slider .bx-viewport {
height: 290px !important;
}
.full-slider img{
	width: auto;
height: 100%;
}
.page-template-page-careers .full-slider {
    overflow: hidden;
}
.main-carousel .bx-viewport{
    height: 188px !important;
}
#holidays-sec .main-carousel .bx-viewport{
height: 283px !important;
}

#similar-sec .main-carousel .bx-viewport{
	height: 188px !important;
}

.carousel-box {
width: 100%;
height: 300px;
position: relative;
margin-bottom: 3px;
}

#holidays-sec .carousel-box{
	height: 287px;
}
#similar-sec .carousel-box{
	height: 193px;
}

.bx-controls{
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
bottom: 5px;
}
.bx-pager-item {
display: inline-block;
}
.bx-pager-item a {
text-indent: -9999px;
background: rgba(255, 255, 255, 0);
border-radius: 100%;
display: inline-block;
width: 15px;
height: 15px;
margin-left: 3px;
margin-right: 3px;
border: 1px solid white;
}
.bx-pager-item a:hover {
   background: rgba(255, 255, 255, 0.5); 
}
.bx-pager-item a.active {
    background: rgba(255, 255, 255, 1);
}

.overlay-info {
font-size: 0.9em;
position: static;
right: 0;
left: 0;
width: 100%;
padding: 10px;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
background: rgba(255, 255, 255, 0.9);
z-index: 999;
text-align: center;
height: 410px;
font-weight: 400;
margin-left: auto;
margin-right: auto;
}
.blog .overlay-info,
.category .overlay-info,
.archive .overlay-info {
    height: auto;
}
.overlay-info p{
    margin: 0;
}

.overlay-contact{
    margin-top: 25px;
}
.overlay-contact a {
text-decoration: none;
}
.overlay-contact a h3{
    margin: 5px;
}
.pagination {
	padding: 15px;
	text-align: center;
}

.excursions #quote-below {
	margin-top:110px;
}

#quote-below {
margin: 0;
width: 100%;
padding: 0px;
text-align: center;
padding: 20px;
}

.get-quick-quote {
display: inline-block;
padding: 15px;
background: #d0652d;
color: white;
margin: 15px;
font-family: 'Roboto';
font-weight: 100;
}
.get-quick-quote a{
    color: white;
    text-decoration: none;
}

.slider-nav{
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: 0;
    z-index: 1;
    top: -47px;
}
.slider-nav .bx-next,
.slider-nav .bx-prev {
height: 47px;
width: 41px;
position: absolute;
text-indent: -99999px;
}
.slider-nav .bx-next{
    right: 0;
    background: url('img/icons/slideright_button.png');
}
.slider-nav .bx-prev{
    left: 0;
    background: url('img/icons/slideLeft_button.png');
}


.page-section{
padding: 20px;
padding-left: 0px;
padding-right: 0px; 
background: white;
}

/* HOME */
.why-book{
    background: #e5e4e0;
}
.info-text {
font-family: 'Roboto';
font-size: 16px;
width: 80%;
text-align: center;
margin: 0 auto;
}
.info-text a{
font-size: 18px;

transition: border .2s ease-out;
-webkit-transition: all .2s ease-out;
}
.info-text a:hover{

    opacity: 0.8;
}
.holidays-section{
    margin-top: 15px;
    margin-bottom: 15px;
}

/* MOST POPULAR HOLIDAYS CAROUSEL */

.main-carousel{
    position: relative;
}

.gray-sec {
background: rgb(237, 237, 237);
}
#where-sec .main-carousel {
padding-left: 44px;
padding-right: 44px;
}
.main-carousel{
    padding-left: 42px;
    padding-right: 42px;
    position: relative;
    text-align: center;
}
.carousel-prev, .carousel-next, .carousel-col {
    display: inline-block;
    vertical-align: top;
}

.carousel-prev .bx-prev,.carousel-next .bx-next{
    height: 47px;
    width: 41px;
    position: absolute;
    text-indent: -99999px;
    top: 0;bottom: 0; margin-top: auto;margin-bottom: auto;
    cursor: pointer;
}
#quotes-carousel .carousel-prev .bx-prev, #quotes-carousel .carousel-next .bx-next{
    width: 32px;
    height: 35px;
}
#quotes-carousel .carousel-prev .bx-prev{
    left: 16px;
    top: -16px;
    background: url('img/icons/small-prev.png') 100%;
}
#quotes-carousel .carousel-next .bx-next{
    right: 16px;
    top: -16px;
    background: url('img/icons/small-next.png') 100%;
}
#quotes-carousel-mobile .carousel-one-close{
width: 25px;
height: 25px;
position: absolute;
top: 5px;
right: 5px;
background: url('img/icons/small-close.png');
background-size: 25px 25px;
}

.carousel-prev .bx-prev{
    left: 0;
    background: url('img/icons/slideLeft_button.png') 100%;
}
.carousel-next .bx-next{
    right: 0;
    background: url('img/icons/slideright_button.png') 100%;
}
.only-title .carousel-col{
    height: 300px;
}


.full-row {
position: relative;
}
.quote-next,.quote-prev {
position: absolute;
width: 23px;
height: 30px;
background: gray;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
background-size: 100%;
background-position: 50%;
cursor: pointer;
display: none;
}
.quote-next:hover,.quote-prev:hover{
    opacity: 0.8;
}
.quote-next{
    right: 0;
    background-image: url('img/icons/small-next.png');
}
.quote-prev{
    left: 0;
    background-image: url('img/icons/small-prev.png');
}
#quotes-carousel {
height: 210px;
position: relative;
right: 0px;
}
#quotes-carousel-wrap {
margin-left: 25px;
margin-right: 25px;
overflow: hidden;
height: 210px;
width: 735px;
}

.carousel-one-box {
width: 100%
height: 210px;
position: relative;
float: none;
margin-right: 3px;
margin-bottom: 3px;
}
.full-row .carousel-one-box:not(:first-child){

}
.carousel-one-box .carousel-title {
font-family: 'Roboto Slab';
font-weight: 400;
margin-bottom: 3px;
font-size: 14px;
}


.only-title .carousel-box{
   height: 190px;
}
.only-title .carousel-box:hover .carousel-info{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(44,30,18,0.5) 46%, rgba(44,30,18,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(46%,rgba(44,30,18,0.5)), color-stop(100%,rgba(44,30,18,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(44,30,18,0.5) 46%,rgba(44,30,18,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(44,30,18,0.5) 46%,rgba(44,30,18,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(44,30,18,0.5) 46%,rgba(44,30,18,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(44,30,18,0.5) 46%,rgba(44,30,18,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2c1e12',GradientType=0 ); /* IE6-9 */
}

.carousel-info{
position: absolute;
bottom: 2px;
padding: 15px 10px 15px 10px;
background: #2c1e12;
text-align: center;
width: 100%;color: white;
transition:  all .2s ease-out;
-webkit-transition:  all .2s ease-out;
}
.only-title .carousel-info{
padding-top: 25px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(44,30,18,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(44,30,18,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(44,30,18,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(44,30,18,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(44,30,18,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(44,30,18,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2c1e12',GradientType=0 ); /* IE6-9 */
}

.carousel-image {
width: 100%;
position: relative;
height: 156px;
}
.carousel-image .carousel-img{
    background-size: cover;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.carousel-title {
font-family: 'Roboto Slab';
font-weight: bold;
margin-bottom: 3px;
font-size: 1.2em;
}
.only-title .carousel-title{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.1em;
}
.carousel-teaser {
font-size: 0.8em;
}


/* HOMEPAGE - How We Work */
.hww-wrap{
    padding: 0;
}

.hww-box {
width: 100%;
display: block;
vertical-align: top;
margin-top: 15px;
margin-bottom: 15px;
}
.hww-box a{
    text-decoration: none;
}

.hww-title{
font-size: 0.9em;
background: rgb(224, 224, 224);
padding: 25px;
padding-left: 35px;
padding-right: 35px;
}
.hww-btns{
    margin-top: 15px;
    text-align: center;
}
/* END HOMEPAGE - How We Work */



/* GOOGLE MAPS */
.gmnoprint {
left: 24px !important;
}
.excursions-map{
    margin-top: 50px;
}
.google-map-wrap{
    position: relative;
}
.acf-map{
	width: 90% !important;
    border: none !important;
    margin: 0 auto !important;
    height: 300px !important;
}
.map-loc-title {
display: table-cell;
vertical-align: middle;
}
.map-loc-title a{
    text-decoration: none;
}
.map-info-box {
text-align: center;
font-size: 16px;
font-weight: 400;
font-family: 'Roboto Slab';
height: 100%;
display: table;
width: 100%;
}
/* END GOOGLE MAPS */





/* SINGLE ITEM PAGE */
.holiday-days-nav {
background: rgb(226, 226, 226);
border-bottom: 1px solid rgb(190, 190, 190);
padding-left: 15px;   
}
.holiday-days-second-nav ul li a {
width: 100%;
display: block;
text-align: center;
}

.holiday-days-nav {
padding: 0;

}

.holiday-days-nav li {
display: inline-block;
}
.holiday-days-nav a {
padding: 15px;
display: inline-block;
vertical-align: top;
text-decoration: none;
}
.holiday-days-nav a:hover,
.holiday-days-second-nav li a:hover,
.holiday-days-nav a.active {
background: white;
}

.holiday-days-second-nav {
background: rgb(239, 239, 239);
}
.holiday-days-second-nav ul{
float: none;
margin:0;
padding:0;
}
.holiday-days-second-nav ul {
margin: 0;
padding: 0;
}
.holiday-days-second-nav ul li{
	width: 100%;
}
.holiday-days-second-nav ul li a{
	width: 100%;
	display: block;
}

#similar-holidays-btn {
float: none;
padding: 8px;
padding-left: 25px;
padding-right: 25px;
margin: 12px;
margin-right: 0px;
}   
.holiday-days-second-nav li{
    display: inline-block;
}
.holiday-days-second-nav li a {
text-decoration: none;
display: inline-block;
vertical-align: top;
padding: 20px;
}

.main-col, .sidebar{

    margin-top: 25px;
    margin-bottom: 25px;
}
.main-col {
width: 100%;
padding-left: 25px;
padding-right: 25px;

}
.main-col h2{
    text-align: left;    
}

.sidebar {
width: 100%;
}
.sidebar .side-infobox {
padding: 15px;
border: 2px solid rgb(226, 226, 226);
}
.side-infobox h3{
    margin: 10px 0px 10px 0px;
    font-size: 1.25em;
}
h3#testimonials-heading {
padding-top: 20px;
margin-top: 25px;
border-top: 2px solid rgb(213, 213, 213);
}
.side-infobox .testimonial-from {
font-size: 0.8em;
margin-top: 15px;
}
.side-infobox .testimonial-text {
font-size: 1.375em;
font-weight: 400;
margin-top: 15px;
}
.testimonial-text p {
margin: 0;
margin-bottom: 5px;
}
.testimonial-text p:last-child {
font-size: 16px;
margin: 0;
}


.side-infobox .more-testimonials {
margin-top: 45px;
display: block;
font-size: 0.8em;
font-weight: 600;
}


.single-item-section h1{
color: #d0652d;
font-family: 'Roboto Slab';
}
.single-item-section p {
line-height: 1.75em;
}

.hotel-meta-info ul li:first-child {
    margin-top: 15px;
}
.home-meta-info span {
    font-weight: bold !important;
}

.single-post article.post {
    margin: auto 15px;
}
.single-post article.post.has-post-thumbnail .attachment-post-thumbnail {
/*     margin: auto -15px; */
}

/* END SINGLE ITEM PAGE  */


/* GET A QUOTE PAGE */

#success-quote {
text-align: center;
background: rgb(63, 158, 63);
color: white;
padding: 5px 35px;
display: none;
margin-bottom: 25px;
}
#error-quote {
padding: 15px 75px;
text-align: center;
background: rgb(136, 46, 46);
color: white;
display: none;
margin-bottom: 25px;
}

.get-quote-form {
width: 100%;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
.get-quote-form .row {
width: 100%;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 10px;
}   
.form-input input,
.gform_wrapper .ginput_container input[type=text] {
    font-weight: 400;
    width: 240px;
outline: none;
color: #6c5b34;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */    
border: 1px solid rgb(216, 216, 216);
border-radius: 2px;
}
.form-input,
.gform_wrapper .ginput_container {
float: none;
margin-top: 10px;
width: 100%;
}

.form-input select,
.chk-buttons a,
.gform_wrapper .ginput_container select {
    color: #6c5b34;
    font-weight: 400;
    text-decoration: none;
    width: 240px;
    height: 35px;
	display: inline-block;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    border: 1px solid rgb(216, 216, 216);
    border-radius: 2px;
    outline: none;
}
.chk-buttons a:hover{
    color: white;
    background: #6c5b34 !important;
    opacity: 0.7;
}

.form-input input:focus,
.gform_wrapper .ginput_container input[type=text]:focus  {
	outline: 0;
    border: 1px solid rgb(186, 186, 186);
}

.form-label {

width: 100%;
text-align: center;
}
.chkd-btn a {
    color: white;
}

.ginput_complex > span:first-child {
    margin-bottom: 15px;
    display: block;
}

.chkd-btn{
    background: #6c5b34 !important;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 2px;
    
    color: white !important;
}





/* Gravity Forms specific styles */
.gfield {
	clear: both;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	overflow: hidden;
}
.gform_wrapper .ginput_container.ginput_complex {
	float: none;
	width: 100%;
}
.gform_wrapper .ginput_container.ginput_complex label {
	clear: both;
	display: block;
}
.gform_wrapper .ginput_container.ginput_complex input {
	clear: both;
}
 
.gfield_label {
	text-align: center;
}
.gfield_label.gfield_label_before_complex {
	margin-bottom: 25px;
}

.gform_wrapper .ginput_container {
	text-align: center;
}
.gform_button.button {
	border: 0;
	font-family: 'Roboto';
	
	width: 80px;
	vertical-align: bottom;
	display: inline-block;
	background: #d0652d;
	color: white;
	padding: 8px;
	font-size: 12px;
	text-align: center;
	margin-left: 15px;
	cursor: pointer;
}

.gf_list_inline .gfield_radio li {
	display: inline-block;
	margin: 0 2px;
}

/* iCheck plugin Minimal skin, black
 * Customized for Holiday Architects color scheme
 */
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    height: 18px;
    cursor: pointer;
    
    
}
.iradio_minimal {
    border: 1px solid #000;
	
	width: 240px;
    
	height: 30px;
	padding: 0 10px;
	
	color: #6c5b34;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    border: 1px solid rgb(216, 216, 216);
    border-radius: 2px;
    outline: none;
}
    .iradio_minimal.hover,
    .gfield_radio li:hover .iradio_minimal {
		background: #6c5b34 !important;
    	opacity: 0.7;        
    }
    .iradio_minimal.checked {
        background: #6c5b34 !important;
	    border: 1px solid rgb(216, 216, 216);
	    border-radius: 2px;
	    color: white !important;
    }
    .iradio_minimal.disabled {
        cursor: default;
    }
    .iradio_minimal.checked.disabled {
        
    }
.iradio_minimal input {
	
}
    
.gfield_radio label {
	margin-top: -30px;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.gfield_radio label:hover {
	cursor: pointer;
	color: white;   
}

.iradio_minimal.checked + label {
	color: white;
}

.get-quote-form img {
    width: auto!important;
    height: auto!important;
    display: block;
    clear: both;
    margin: 0 auto;
    margin-top: 20px;
}

.gform_confirmation_wrapper {
    padding: 25px;
    background: rgb(84, 186, 84);
    color: #fff;
    text-align: center;
}
/* END GET A QUOTE PAGE */

/*     CAREEERS     */

.page-template-page-careers article {
    position: relative;
}
.page-template-page-careers article::after {
    content: " ";
    display: block;
    background-color: #d0652d;
    height: 1px;
    margin: 2px auto;
    width: 100%;
}
.page-template-page-careers article .career-content {
    padding: 2em 1.9em;
    text-align: center;
}
.page-template-page-careers article .career-content:hover {
    background-color: rgb(239, 239, 239);
}
.page-template-page-careers article .loop-title {
    text-align: left;
    margin-bottom: 1.5em;
}
.page-template-page-careers article .loop-title,
.page-template-page-careers article .job-excerpt {
    width: 70%;
}
.page-template-page-careers article a:link,
.page-template-page-careers article a:visited {
    text-decoration: none;
}
.page-template-page-careers article .career-content .summary > div {
    display: inline-block;
    width: 30%;
}

.page-template-page-careers article .job-type {
    position: absolute;
    top: calc(50% - 10px);
    right: 1.9em;
    color: #666;
    width: 32%;
}

.page-template-page-careers article .job-type::after {
    font-family: 'FontAwesome';
    position: relative;
    top: 0.3em;
    float:right;
    content: '\f105';
    font-size: 32px;
    color: #999;
    margin-left: 24px;
    line-height: 0;
}
.page-template-page-careers article.open .job-type::after {
    transform: rotate( 90deg );            
    transition: transform 500ms ease;
}
.page-template-page-careers article.closed .job-type::after {
    transform: rotate( 0deg );            
    transition: transform 500ms ease;
}
/*     END CAREEERS */



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: Dosis-Medium;
    src: url(fonts/Dosis-Medium.otf);
}
@font-face {
    font-family: Dosis-Regular;
    src: url(fonts/Dosis-Regular.otf);
}   
@font-face {
    font-family: Dosis-Bold;
    src: url(fonts/Dosis-Bold.otf);
    font-weight: bold;
}  

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 0px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}




/*------------------------------------*\
    CUSTOM CODE oliver.mk STARTS HERE
\*------------------------------------*/
.home.page main.wrap {
	margin-top: 65px;
}


/* FRONT PAGE BANNER */
#frontpage-banner.full-slider {
    height: 300px;
    
}

.wrapper.wrapper-home {
	margin-top: 18px;
}
.home-featured-image {
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home-featured-image img.banner-bg {
	max-width: 180%;
	height: auto;
	
	margin: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.banner-heading {
	max-width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
	color: #fff;
	line-height: 1.1em;
	letter-spacing: 2px;
	text-shadow: 1px 1px 10px #666;
	
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
}
.banner-heading h1 {
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	margin-left: 40px;
	text-indent: -20px;
}

.full-slider-logos {
	width: 96%;
	position: absolute;
	bottom: 10px;
	left: 2%;
	z-index: 2;
}
.full-slider-logos .clients-box {
margin-left: 5px;
margin-right: 5px;
width: auto;
float: left;
}
.full-slider-logos a {
display: inline-block;
margin-left: 0;
margin-right: 0;
}
.full-slider-logos .clients-box img {
    height: 30px;
}


/* FRONT PAGE Country list */
#country-list.page-section {
	padding: 0;
}

.country-cta {
	padding: 15px 20px 18px;
	font-size: 15px;
	line-height:1em;
	font-style: italic;
	font-weight: 400;
	color: #ed7d31;
	background: #c9c9c9;
	text-align: center;
	margin: 0 0 2px;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.country-box {
	position: relative;
	width: 50%;
	display: inline-block;
	float: left;
}
.country-box:nth-child(2n+4) {
/* 	clear: left; */
}
.country-box img {
	position: relative;
	border: 2px solid #fff;
}
.country-box:hover {
	opacity: 0.8;
}


.country-name {
	position: absolute;
	top: 19%;

	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 1;
	color: #fff;
	font-size: 30px;
	line-height: 30px;

	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.country-caption {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 2px;
	text-align: center;
	z-index: 1;
	
	opacity: 0;
    -webkit-transition: opacity .2s ease-in;
       -moz-transition: opacity .2s ease-in;
        -ms-transition: opacity .2s ease-in;
         -o-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in;
	
}
.country-box:hover .country-caption {
	opacity: 1;
}

.country-caption-wrapper {
	background: rgba(0,0,0,.8);
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	
	font-style: italic;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	
}
.country-caption-wrapper-center-block {
	position: absolute;
	top: 19%;

	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 1;
	color: #fff;

	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.country-name-hover {
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.country-caption p {
	margin: 5px 0 10px;
	font-size: 13px;
	line-height: 1.2;
}
.country-caption a {
	color: #fff;
	border: 1px solid #fff;
	padding: 2px 5px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 2px;
	border-radius: 3px;
}
.countryblock-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}



/* HEADER new elements */
.nav a {
padding: 8px 10px;
font-weight: 600;
font-size: 1.1em;
}
.header-specialist {
	display: block;
/* 	float: left; */
	color: #fff;
	padding-right: 0px;
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.1em;
    font-style: normal;
 	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif; 
 	font-weight: 500;
}
.header-specialist a:link,
.header-specialist a:visited {
    color: #FFF;
    font-style: italic;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.quote-btn {
	margin-top: 2px;
}



@media only screen and (min-width:768px) {

	.header {
	    height: 95px;
    }
    .logo-img {
	    width: 200px;
	}
	.header-get-quote{
		top: 22px;
		left: 280px;
		width:50%;
	}
	.header-specialist {
		font-size: 20px;
		line-height: 1.2em;
		padding-right: 20px;
	}
	.quote-btn {
		width: auto!important;
		padding: 11px 30px;
		font-size: 17px;
	}
	
	
	.hamburger-menu{
		right: 20px;
		top: 38px;
	}
	
	.full-slider-logos .clients-box img {
	    height: 60px;
	}
	
	.country-box {
		width: 33%;
	}
	.country-box:nth-child(2n+4) {
		clear: none;
	}
	.country-box:nth-child(3n+5) {
		clear: left;
	}
	.country-name {
		font-size: 30px;
		line-height: 30px;
	}
	
	.snap-drawer {
		padding-top:95px;
	}
	
}

#post-10945 .date, #post-10945 .author, #post-10945 .comments,
#post-10379 .date, #post-10379 .author, #post-10379 .comments,
#post-10460 .date, #post-10460 .author, #post-10460 .comments,
#post-10462 .date, #post-10462 .author, #post-10462 .comments,
#post-10825 .date, #post-10825 .author, #post-10825 .comments,
#post-10856 .date, #post-10856 .author, #post-10856 .comments {
    display: none;
}