/*
Theme Name: Dubzz
Theme URI: http://dubzz.co.nz
Author: Dubzz Digital Marketing
Author URI: Dubzz.co.nz
Description: Custom theme build for All Seasons Holiday Park
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mobile-first, basic, grid, bootstrap
Text Domain: dubzz.co.nz
*/

/* 
blue: #0079c2;
yellow: #fdde14;
green: #00cd66;
light blue: #5ecaee; 
*/
  
@import url('https://fonts.googleapis.com/css?family=Overlock|Signika+Negative');

/*********************************************
*************      BODY           ************
**********************************************/



html, body {
  max-width: 100%;
  overflow-x: hidden;
  color: #5a5a5a;
}

html, body, .row-featured-content {
  height: 100%;
}

body {
  font-family: 'Signika Negative', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: 'Overlock', cursive;
  font-weight: 700;
}

iframe {
  max-width: 100%;
  border-width: 0px;
  border-style: none;
}

.padding-top {
	padding-top: 40px;
}

.padding-bottom {
	padding-bottom: 40px;
}

.content-page {
  padding: 40px 0px 40px 10px;
}

img {
  max-width: 100%;
}

.single-accommodation h1, h2, h3 {
  color: #0079c2;
}

a {
  color: #0079c2;
}

a:hover, a:focus {
  text-decoration: none;
}

.no-padding {
  padding: 0 !important;
}


/*********************************************
*************    HEADER           ************
**********************************************/

/* dino */

#dino-header { 
  position: absolute; 
  left: 0px;
  z-index: 9;
  max-height: 200px;
}

.dinoContent {
  width: 100%;
  position: relative;
}

#dino-walk {
  position: absolute;
  left: 100%;
  height: 83px;
  z-index: 999;
}

#dino-walk-footer {
  position: absolute;
  height: 143px;
  z-index: 1;
  left: -500px;
}

.footer-dino-wrap {
	height: 150px;
}

/* logos */

.site-logo {
  text-align: center;
}

.section-logo {
  overflow: hidden;
}
.section-logo, .section-navbar {
  background: #fdde14;
}

/* images */

.section-navbar {
  box-shadow: 0 2px 2px rgba(0,0,0,0.2); 
}

.featured-images {
  display: none;
}

.featured-images img {
  float: left;
  width: 400px;
}


/*********************************************
*************      NAVBAR         ************
**********************************************/

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.navbar-brand {
  float: none;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/*********************************************
*************      HOME           ************
**********************************************/

.home .btn {
  font-size: 18px;
}

.small-featured-image {
  padding: 20px 0;
}

.main-content-home {
  background: #0079c2;
  color: white;
}

/* Sliders */
#carousel-home-section-1, #carousel-home-section-4 {
  transform: rotate(-9deg);
  background-clip: inherit;
}

#carousel-home-section-2, #carousel-home-section-3 {
  transform: rotate(9deg);
  background-clip: inherit;
}

#carousel-home-section-2, #carousel-home-section-1, #carousel-home-section-3, #carousel-home-section-4 {
  max-width: 450px;
}

#acc-iframe {
  margin-top: 60px;
  margin-bottom: 40px;
  min-height: 1020px;
}

.main-content-home .row-featured-content {
  padding: 40px 0;
}

.row-featured-content .col-sm-4 {
  text-align: center;
}

.home-container ul {
  list-style: none;
}

/* Images */

.featured-image {
  border: 8px solid white;
  border-radius: 4px;
  box-shadow: 2px 2px 10px black;
}

.featured-image-right {
  transform: rotate(9deg);
}

.featured-image-left {
  transform: rotate(-9deg);
}

.section-logo .featured-image-left {
  transform: rotate(-9deg);
}

/* Sections */

.featured-section-one {
  background: #00cd66;
  color: #fff;
}

.featured-section-one h2 {
    color: #fff;
}

.featured-section-two {
  background: #fdb813;
  color: #003592;
}

.featured-section-two h2 {
    color: #003592;
}

.featured-section-three {
  background: #5ecaee;
  color: #003592;
  padding: 40px 0;
}

.featured-section-three h2 {
  color: #003592;
}


/*********************************************
*************      PAGES          ************
**********************************************/

/* book-now */
#book-now-page {
  min-height: 800px;
}

/* Contact */
.contact-icon .fa {
  font-size: 16px;
  color: #fff;
  margin: 5px;
  width: 32px;
  height: 32px;
  background-color: #444;
  border-radius: 16px;
  padding-top: 8px;
  text-align: center;
}

.contact-text {
  margin-top: 8px;
}

.contact-text span {
  font-weight: bold;
}

/* facilites */
.light-background {
  background: rgba(94, 202, 238, 0.33);
}

/* news */
.carousel, .post-img img {
  padding: 8px;
  border-radius: 5px;
  background-clip: content-box;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.56);
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.post h3, .post .acc-btn-wrap {
	margin-bottom: 0px !important;
}

/* Pagination */
.pagination {
  clear:both;
  position:relative;
  font-size:11px; /* Pagination text size */
  line-height:13px;
}
 
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #555; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.pagination a:hover{
  color:#fff;
  background: #0079c2; /* Pagination background on hover */
}

.pagination .current{
  padding:6px 9px 5px 9px;
  background: #0079c2; /* Current page background */
  color:#fff;
}

.post h3 {
  margin-top: 10px;
}

/* Accommodation Page */

.single-book {
  text-align: center;
  margin-bottom: 40px;
}
  
.btn-default {
  color: #fff;
	background-color: #0079c2;
	border-color: #04598c;
	position: relative;
	bottom: 10px;
	margin-right: 23px;
	left: 13px;
}

.btn-default:hover {
    background-color: #04598c;
    border-color: #04598c;
    color: #fff;
}

.single-accommodation, .page-id-54, .blog, .single-post, .page-id-158, .page-id-27, .page-id-407  {
  background: rgba(173, 216, 230, 0.2);
  background: rgba(173, 216, 230, 0.2);
  background: url('/wp-content/uploads/2016/12/eye-view-of-office-1.jpg') no-repeat center top;
  background-size: cover;
}

.single-accommodation .main-content, .page-id-54 .main-content, .blog .main-content, .single-post .main-content, .page-id-158 .main-content, .location-page, .page-id-407 .main-content {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  z-index: -1;
  margin-top: 0px;
  padding: 0 20px;
  border-top: 2px solid rgba(158, 148, 148, 0.51);
}

.content-accommodation-page {
  padding-left: 10px;
}

.acc-title a {
  color: #0079c2;
}

.acc-title a:hover {
  color: #0079c2;
  text-decoration: none;
}

.row-acc {
  margin-bottom: 40px;
}

.acc-btn-wrap {
  margin-top: 20px;
}

.acc-btn-wrap .btn {
  font-size: 18px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #DE1F3B;
    border-color: #A8102A;
}

.btn-info {
  background-color: #DE1F3B;
  border-color: #A8102A;
}

.btn-info:hover {
  background-color: #A8102A;
}

.btn-success {
  background-color: #00cd66;
}

/* Guest numbers icons */
.guest-number-wrap {
  overflow: hidden;
  padding-left: 2px;
}

.single-guest-number-wrap {
  margin-bottom: 30px;
}

.fa-arrow-left {
  color: inherit !important;
  margin-right: 5px;
}

.fa {
  color: white;
}

.adult-icon {
  background: #0079c2;
}

.child-icon {
  background: #00cd66;
}

.rooms-icon {
  background: #fdb813;
}

.bathroom-icon {
  background: #5ecaee;
}

.guest-icon-number {
  background: black;
  color: white;
}

.num-wrap {
  float: left;
  background: black;
  margin: 0 5px;
  font-size: 20px;
  text-align: center;
}

.guest-icon {
  border: 1px solid black;
}

.container-guest-icons {
  padding-left: 4px;
  margin-bottom: 20px;
}

.book-now-single {
  list-style: none;
  margin-bottom: 40px;
}


/* Accommodation Single page gallery slider */
.gallery-slider-caption {
	color: white;
	text-shadow: 1px 1px black;
	font-size: 20px;
	position: absolute; 
	width:100%; 
	bottom: 20px; 
	text-align: center;
}

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
.jssora05l.jssora05lds      (disabled)
.jssora05r.jssora05rds      (disabled)
*/
.jssora05l, .jssora05r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url('img/a17.png') no-repeat;
  overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
/* jssor slider thumbnail navigator skin 01 css *//*.jssort01 .p            (normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav        (active).jssort01 .p.pdn        (mousedown)*/.jssort01 .p {    position: absolute;    top: 0;    left: 0;    width: 72px;    height: 72px;}.jssort01 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;}.jssort01 .w {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;}.jssort01 .c {    position: absolute;    top: 0px;    left: 0px;    width: 68px;    height: 68px;  box-sizing: content-box;    background: url('img/t01.png') -800px -800px no-repeat;    _background: none;}.jssort01 .pav .c {    top: 2px;    _top: 0px;    left: 2px;    _left: 0px;    width: 72px;    height: 72px;    border: #000 0px solid;  background-position: 50% 50%;}.jssort01 .p:hover .c {    top: 0px;    left: 0px;    width: 72px;    height: 72px;    background-position: 50% 50%;}.jssort01 .p.pdn .c {    background-position: 50% 50%;    width: 72px;    height: 72px;  }* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */    width /**/: 72px;    height /**/: 72px;}


/*********************************************
*************      FOOTER         ************
**********************************************/


.footer-center p {
  font-size: 20px;
}

.foot-copy {
  text-align: center;
}

.footer-wrapper {
  display: none;
}

.text-center h3 {
  font-size: 30px;
  font-weight: 600;
}

.social-media-links {
  margin-top: 20px;
}

.social-media-links img {
  margin: 0 2px;
}

.section-footer {
  background: #fdde14;
  color: #003592;
}

.section-footer h3 {
  color: #003592;
  font-size: 38px;
}

.footer-header:after {
  content: '\A';
  white-space: pre;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/***********************************************
************* Phone size screens *************
***********************************************/

@media (min-width: 320px) {
  #dino-walk {
    height: 83px;
  }
}

@media (min-width: 550px) {
  #dino-walk {
    height: 130px;
  }

  .num-wrap {
    margin: 0 10px !important;
  }
 

}


/***********************************************
************* Tablets size screens *************
***********************************************/

@media (max-width: 767px) {
	.post h3, .post .acc-btn-wrap {
		margin-bottom: 10px !important;
		margin-top: 20px !important;
	} 


}

@media (min-width: 768px) {


  /* Body */
  .main-content {
    min-height: 540px;
  }

  #acc-iframe {
    min-height: 800px;
  }

  .size {
    color: red;
  }

  /* Home */
  .row-featured-content {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
  }
  
  /* Header */
  .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fdde14 !important;
  }
  
  .site-logo {
    text-align: left;
  }

  .featured-images {
    display: block;
  }

  /* Navbar */

  .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fdde14;
  }

  .sub-menu {
    display: none;
    position: absolute;
    background: #222;
    padding: 10px 15px;
    width: 200px;
  }

  li:hover .sub-menu {
    display: block;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav>li {
    width: 20%;
    text-align: center;
  }

  .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 10px 0px;
    background: #0079c2;
    text-shadow: 1px 1px black;
    border-radius: 4px;
    font-size: 16px;
    margin: 6px;
  }

  .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fdde14;
    background-color: #0079c2;
  }

  .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #0079c2;
  }


  /* DINO */
  #dino-walk  {
    height: 112px;
    top: 54px;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 40px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

/*footer*/
.red-text {
    font-size: 33px !important;
}

.top {

    max-width: 150px;

}

.btn.red.grow-hover {
    color: white;
    background: #E40d62;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
    transform-origin: none;
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -ms-transform-origin: none;
    -webkit-transition: all 0.3s cubic-bezier(0.3, -0.9, 0.6, 1.9);
    -moz-transition: all 0.3s cubic-bezier(0.3, -0.9, 0.6, 1.9);
    -ms-transition: all 0.3s cubic-bezier(0.3, -0.9, 0.6, 1.9);
    -o-transition: all 0.3s cubic-bezier(0.3, -0.9, 0.6, 1.9);
    transition: all 0.3s cubic-bezier(0.3, -0.9, 0.6, 1.9);
}

.btn.red {
    border: 1px solid #E40d62;
    color: #E40d62;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
    transform-origin: none;

    -webkit-apparence: none;
    -moz-webkit-apparence: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: none;
    text-decoration: none;
    padding: 8px 30px;
    margin: 5px;

    font-weight: 500;
    min-width: 130px;
    width: auto !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.4s cubic-bezier(0.3, -0.9, 0.6, 1.9);
    -moz-transition: all 0.4s cubic-bezier(0.3, -0.9, 0.6, 1.9);
    -ms-transition: all 0.4s cubic-bezier(0.3, -0.9, 0.6, 1.9);
    -o-transition: all 0.4s cubic-bezier(0.3, -0.9, 0.6, 1.9);
    transition: all 0.4s cubic-bezier(0.3, -0.9, 0.6, 1.9);
}

.btn svg, .btn p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
        margin-right: 0px;
}

.btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px !important;
    width: 20px;
    height: 20px;
    fill: #41BB46;
}

svg:not(:root) {
    overflow: hidden;
}

.icon {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.btn.red.grow-hover:hover {
    background: #f3317e;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -sand-transform: scale(1.03);
    transform-origin: none;
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -ms-transform-origin: none;
}

.far {
  margin-right: 5px;
  font-size: 1em;
  transition: all .5s ease-in-out;
}

.btn.red.grow-hover:hover .far {
    font-size: 1.3em;
}



/***********************************************
************* laptops size screens *************
***********************************************/

@media (min-width: 992px) {
  /* book now */
  #book-now-page {
    min-height: 4745px;
  }
 
  .navbar-inverse .navbar-nav>li>a {
    margin: 0 10px;
    font-size: 20px;
  }
  
  /* footer */
  .wrap-social-media-links, .footer-dino-wrap {
	padding-top: 20px;
  }

  /* DINO */
  #dino-walk {
    height: 167px;
    top: 55px
  }

  #dino-walk-footer {
	height: 160px;
	top: 20px;
  }

  .footer-dino-wrap {
	 height: 160px;
  }

  /* Accommodation page */

  .acc-title {
    margin-top: 0;
  }

    
}

/***********************************************
*************  Full size screens   *************
***********************************************/

@media (min-width: 1200px) {
  
  /* DINO */
  #dino-walk {
    height: 200px;
    top: 84px;
  }

  .site-logo {
    padding-bottom: 20px;
  }

  #dino-walk-footer {
	height: 200px;
  }

  .footer-dino-wrap {
	height: 200px;
  }
}

/***********************************************
  *************  Specials Box   *************
***********************************************/

.specials__box {
  text-align: center;
  padding-bottom: 2em;
  top:-25px;
  left: 0px;
}

.home-container__content {
  max-width: 685px;
}

.specials__image {
  max-width: 160px
}

@media (min-width: 1024px) {
  .home-container {
    position: relative;
  }
  .specials__box {
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .home-container__content {
    max-width: 825px;
  }
  .specials__box {
  /*  left: 5%; */
  }
}