/*
Theme Name: Wild Canary
Theme URI: http://wildcanary.com.au
Description: Wild Canary Holding WordPress Theme
Version: 1.0.0
Author: Duncan de Bruyn

______________________________

Table of contents
______________________________

1.0 - Global Styles
2.0 - 
3.0 - 
4.0 - 
5.0 - 
6.0 - 
7.0 - 




*/
/* --------------------------------------------------------

    Colours

-------------------------------------------------------*/
/* --------------------------------------------------------

    Fonts

-------------------------------------------------------*/
@font-face {
  font-family: 'zamenhof-inlineregular';
  src: url("fonts/zamenhof_inline-webfont.woff2") format("woff2"), url("fonts/zamenhof_inline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------- 
   
  1.0 Global Styles
  
-------------------------------------------------------------------------------------------------------------------------    
-----------------------------------------------------------------------------------------------------------------------*/
/* line 40, _scss/style.scss */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}

/* line 46, _scss/style.scss */
body {
  background: #323133;
  font-family: "Poppins", sans-serif;
}

/* line 51, _scss/style.scss */
.col, .container-fluid {
  height: 100%;
  position: relative;
}

/* line 55, _scss/style.scss */
.btn {
  display: block;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-family: "Arvo", serif;
  font-weight: 700;
  line-height: 10px;
  padding: 20px 0;
  background: #99dcd3;
  border-radius: 0;
  text-decoration: none;
  color: #323133;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
/* line 68, _scss/style.scss */
.btn:hover, .btn:active, .btn:focus {
  background: #c4ebe5;
}
/* line 73, _scss/style.scss */
.btn-o {
  background: none;
  box-sizing: border-box;
  border: 2px solid #99dcd3;
  color: #99dcd3;
}
/* line 78, _scss/style.scss */
.btn-o:hover, .btn-o:active, .btn-o:focus {
  color: #323133;
  border-color: #323133;
  background: none;
}

/*-----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------- 
   
  2.0 Details Bar
  
-------------------------------------------------------------------------------------------------------------------------    
-----------------------------------------------------------------------------------------------------------------------*/
/* line 94, _scss/style.scss */
.details-bar {
  overflow: hidden;
  min-height: 100%;
  padding: 30px 80px;
  background-color: #ffffff;
  background-image: url(img/details_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: center;
  flex-direction: column;
}
/* line 104, _scss/style.scss */
.details-bar h1 {
  margin: 0 auto 50px auto;
  padding: 0;
  display: block;
  text-indent: -999em;
  width: 178px;
  height: 147px;
  background: url(img/logo.jpg) no-repeat center;
}
/* line 114, _scss/style.scss */
.details-bar h3 {
  color: #99dcd3;
  font-size: 20px;
  font-weight: 700;
  font-family: "Arvo", serif;
  text-transform: uppercase;
  margin: 20px 0;
  letter-spacing: 0.1em;
  width: 100%;
}
/* line 124, _scss/style.scss */
.details-bar p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
  width: 100%;
}
/* line 130, _scss/style.scss */
.details-bar p a {
  color: #323133;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
/* line 133, _scss/style.scss */
.details-bar p a:hover, .details-bar p a:active, .details-bar p a:focus {
  opacity: 0.5;
}
/* line 143, _scss/style.scss */
.details-bar footer span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
/* line 149, _scss/style.scss */
.details-bar footer a {
  display: inline-block;
  font-size: 18px;
  color: #323133;
  padding: 15px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
/* line 155, _scss/style.scss */
.details-bar footer a:hover, .details-bar footer a:active, .details-bar footer a:focus {
  opacity: 0.5;
}

/*-----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------- 
   
  3.0 Banner
  
-------------------------------------------------------------------------------------------------------------------------    
-----------------------------------------------------------------------------------------------------------------------*/
/* line 171, _scss/style.scss */
.rip {
  width: 10px;
  height: 100%;
  position: absolute;
  left: -1px;
  background: url(img/rip.png) repeat-y;
  z-index: 999;
}

/* line 179, _scss/style.scss */
.header-rip,
.banner-rip {
  display: none;
  width: 100%;
  position: absolute;
  height: 10px;
}

/* line 186, _scss/style.scss */
.header-rip {
  background: url(img/header_rip.png) repeat-x;
  top: 0;
}

/* line 190, _scss/style.scss */
.banner-rip {
  background: url(img/banner_rip.png) repeat-x;
  bottom: -1px;
}

/* line 194, _scss/style.scss */
.banner {
  width: 100%;
  height: 100%;
  display: flex;
  background-size: cover;
  align-items: center;
}
/* line 201, _scss/style.scss */
.banner #slides .slides-container li {
  display: flex !important;
  align-items: center;
}
/* line 205, _scss/style.scss */
.banner .slides-navigation {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
/* line 209, _scss/style.scss */
.banner .slides-navigation a {
  color: #ffffff;
  font-size: 20px;
  line-height: 100%;
  width: 20px;
  display: block;
  text-align: center;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
/* line 217, _scss/style.scss */
.banner .slides-navigation a:hover, .banner .slides-navigation a:active, .banner .slides-navigation a:focus {
  opacity: 0.5;
}
/* line 222, _scss/style.scss */
.banner .slides-navigation a.next {
  right: 20px;
}
/* line 225, _scss/style.scss */
.banner .slides-navigation a.prev {
  left: 20px;
}
/* line 230, _scss/style.scss */
.banner:hover .slides-navigation {
  opacity: 1;
}
/* line 233, _scss/style.scss */
.banner .slides-pagination {
  bottom: 50px;
}
/* line 235, _scss/style.scss */
.banner .slides-pagination a {
  border: 2px solid #ffffff;
}
/* line 237, _scss/style.scss */
.banner .slides-pagination a.current {
  background: #ffffff;
}
/* line 242, _scss/style.scss */
.banner .banner-text {
  width: 100%;
  text-align: center;
}
/* line 245, _scss/style.scss */
.banner .banner-text h4 {
  font-family: "Arvo", serif;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  margin: 0 auto 30px auto;
  border-bottom: 5px solid transparent;
  border-image: url(img/underline.png) 30 round;
}
/* line 257, _scss/style.scss */
.banner .banner-text h4 span {
  display: block;
}
/* line 261, _scss/style.scss */
.banner .banner-text h3 {
  margin: 0;
  padding: 0;
  font-family: "zamenhof-inlineregular", sans-serif;
  font-size: 85px;
  color: #ffffff;
  line-height: 85px;
}
/* line 270, _scss/style.scss */
.banner .banner-text h2 {
  margin: 0;
  padding: 0;
  font-family: "Amatic SC", cursive;
  font-size: 100px;
  color: #ffffff;
  line-height: 100px;
}
/* line 278, _scss/style.scss */
.banner .banner-text p {
  font-size: 30px;
  color: #ffffff;
  font-family: "Arvo", serif;
  line-height: 35px;
  margin: 30px 0 0 0;
  font-weight: normal;
}
/* line 286, _scss/style.scss */
.banner .banner-text a {
  max-width: 300px;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  color: #ffffff;
  font-family: "Arvo", serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  border: 30px solid transparent;
  border-image: url(img/feature_button_bg.png) 30 round;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
/* line 303, _scss/style.scss */
.banner .banner-text a:hover, .banner .banner-text a:active, .banner .banner-text a:focus {
  opacity: 0.5;
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------- 
   
  4.0 RWD Header
  
-------------------------------------------------------------------------------------------------------------------------    
-----------------------------------------------------------------------------------------------------------------------*/
/* line 321, _scss/style.scss */
.rwd-header {
  width: 100%;
  display: none;
}
/* line 324, _scss/style.scss */
.rwd-header .header-top {
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
}
/* line 328, _scss/style.scss */
.rwd-header .header-top .logo {
  width: 100px;
  height: 82px;
  background: url(img/logo.jpg) no-repeat center;
  background-size: cover;
  float: left;
}
/* line 335, _scss/style.scss */
.rwd-header .header-top .header-right {
  float: right;
  width: 60%;
  text-align: right;
}
/* line 339, _scss/style.scss */
.rwd-header .header-top .header-right a.tel-link {
  font-weight: 700;
  color: #323133;
  font-size: 16px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
/* line 344, _scss/style.scss */
.rwd-header .header-top .header-right a.tel-link:hover, .rwd-header .header-top .header-right a.tel-link:active, .rwd-header .header-top .header-right a.tel-link:focus {
  opacity: 0.5;
  cursor: pointer;
}
/* line 351, _scss/style.scss */
.rwd-header .header-top .header-right p {
  margin: 0;
  padding: 0;
  color: #323133;
  font-size: 16px;
  font-weight: 700;
}

/*-----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------- 
   
  Media Queries
  
-------------------------------------------------------------------------------------------------------------------------    
-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------- 
   
  Small Desktop
  
-------------------------------------------------------------------------------------------------------------------------    
-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1500px) {
  /*Details*/
  /* line 11, _scss/_mediaqueries.scss */
  .details-bar {
    padding: 20px 40px;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------- 
   
  Tablet
  
-------------------------------------------------------------------------------------------------------------------------    
-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 993px) {
  /* line 29, _scss/_mediaqueries.scss */
  .banner .slides-navigation a.next,
  .banner .slides-navigation a.prev {
    margin: 0 20px;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------- 
   
  Mobile
  
-------------------------------------------------------------------------------------------------------------------------    
-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  /* line 48, _scss/_mediaqueries.scss */
  .col {
    height: auto;
  }

  /* line 51, _scss/_mediaqueries.scss */
  .rwd-header {
    display: block;
  }

  /* line 54, _scss/_mediaqueries.scss */
  .rip {
    display: none;
  }

  /* line 57, _scss/_mediaqueries.scss */
  .header-rip,
  .banner-rip {
    display: block;
    z-index: 999;
  }

  /* line 62, _scss/_mediaqueries.scss */
  .banner {
    height: 600px;
    padding: 0;
  }
  /* line 66, _scss/_mediaqueries.scss */
  .banner .banner-text h3 {
    font-size: 60px;
    line-height: 60px;
  }
  /* line 70, _scss/_mediaqueries.scss */
  .banner .banner-text h2 {
    font-size: 80px;
    line-height: 80px;
  }
  /* line 74, _scss/_mediaqueries.scss */
  .banner .banner-text p {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 78, _scss/_mediaqueries.scss */
  .banner .banner-text a {
    height: auto;
    font-size: 14px;
    max-width: none;
    display: inline-block;
  }

  /* line 87, _scss/_mediaqueries.scss */
  .details-bar {
    padding: 50px;
  }
  /* line 89, _scss/_mediaqueries.scss */
  .details-bar h1 {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------- 
   
  Small Mobile
  
-------------------------------------------------------------------------------------------------------------------------    
-----------------------------------------------------------------------------------------------------------------------*/
