/*
Theme Name: Rakiura Charters 2017
Theme URI: http://www.rakiuracharters.co.nz
Author: Macstudio
Author URI: http://www.macstudio.co.nz
Description: MacStudio Bootstrap 3
Version: 17.09
License: MacStudio Limited
License URI: http://www.macstudio.co.nz
*/

body {
	background: #FFF;
	color: #444;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 16px;
	font-weight:400;
}

img {
	height:auto;
	max-width:100%;
}

hr {
	border:0;
	border-top:1px solid #DDD;
	clear:both;
	display:block;
	margin:30px 0;
	padding:0;
}

p {
	line-height: 1.5em;
}

/* FONTS */

h1,h2,h3,h4,h5,h6, p {
	margin:0 0 18px 0;
}

h1 {
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
}

h2 {
	color: #333;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:1.75em;
	font-style: normal;
	font-weight: 300;
}

h3 {
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
}

/* LINKS */

a:link {
	color: #ED7835;
	text-decoration:none;
}

a:visited {
	color: #ED7835;
	text-decoration:none;
}

a:hover {
	color: #FF6600;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

a:active {
	color: #ED7835;
	text-decoration:none;
}


/* COLOURS */

.white {
	color: #FFFFFF;
}
.orange {
	color: #ED7835;
}

/* BACKGROUNDS */

.bkg-grey {
	background-color:#EEE;
}

.background-orange {
	background: #ED7835;
}

.background-white {
	background: #ffffff;
}

/* CUSTOM STYLES */

.container-wide {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
  .container-wide {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container-wide {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .container-wide {
    width: 1500px;
  }
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.fit-width {
	width: 100%;
}

.sidebar {
	font-size:0.85em;
}

.text-orange {
	color: #ED7835;
}

.thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border:0;
	border-radius:0;
	margin:0;
	padding:0;
	padding-bottom:66.66%;
	position:relative;
}

.top {
    background-color: #666;
    border: none;
    border-radius: 6px;
    bottom: 20px;
    color: #FFF;
    cursor: pointer;
    display: none;
	font-size:0.85em;
	font-weight:600;
    outline: none;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
	text-transform: uppercase;
	transition:1000ms;
    z-index: 999999;
}

.top:hover {
    background-color: #333;
}

/* SECTIONS */

.section {
	padding: 30px 0;
}


/* SECTIONS WHITE */

.white {
	background: #ffffff;
}

.section.white {
	background: #ffffff;
	color: #444;
}
.section.white h1 {
	/*color: #ED7835;*/
}
.section.white h2 {
	/*color: #ED7835;*/
}
.section.white h3 {
	/*color: #ED7835;*/
}

/* SECTIONS ORANGE */

.orange {
	background: #ED7835;
}

.section.orange {
	background: #ED7835;
	color: #ffffff;
}
.section.orange a:link {
	color: #ffffff;
	text-decoration:none;
}
.section.orange a:visited {
	color: #ffffff;
	text-decoration:none;
}
.section.orange a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.section.orange a:active {
	color: #ffffff;
	text-decoration:none;
}

/* SECTIONS GREY */

.grey {
	background: #f2f2f2;
}

.section.grey {
	background: #f2f2f2;
	color: #000000;
}
.section.grey a:link {
	color: #ED7835;
	text-decoration:none;
}
.section.grey a:visited {
	color: #ED7835;
	text-decoration:none;
}
.section.grey a:hover {
	color: #ED7835;
	text-decoration:underline;
}
.section.grey a:active {
	color: #ED7835;
	text-decoration:none;
}

/* LOGO  */

.logo {
	width:300px;
}

/* HOME BOX CAPTIONS  */
.home-photo {
    position: relative;
}

.caption {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 80px;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 15px;
	vertical-align: middle;
}

/* ORANGE BOX TITLE */

.orange-box-title {
	color: #FFF;
	background-image: url(images/orange-box-background.png);
	background-repeat: no-repeat;
	height: 75px;
	background-position: 0% top;
	background-size: cover;
	text-align: center;
	text-transform:uppercase;
	padding:10px;
}

.orange-box-title h2 {
	color: #FFF;
}

.small {
	font-size:0.8em;
}



/* NAV BAR */
.nav-wrap {
	margin-bottom: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.navbar-collapse,	
.nav-wrap .container {
	padding: 0;
}

.navbar {
	border: none;
	border-radius: 0;
	font-size:0.9em;
	margin-bottom: 0;
	padding: 0;
	background: none;
	text-transform:uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #000;
}

/* NAV TOGGLE CENTER */
.navbar-toggle {
	background: #FFF;
	vertical-align: middle;
	margin-right: 45%;
	border: none;
}

/* NAV TOGGLE REMOVE LINE */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
}


/* MARGINS / PADDING */
.margin-top {
	margin-top: 30px;
}

.margin-top-small {
	margin-top: 15px;
}

.margin-top-big {
	margin-top: 60px;
}

.margin-top-minus {
	margin-top: -60px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.margin-bottom-small {
	margin-bottom: 15px;
}

.margin-minus {
	margin-left: -15px;
	margin-right: -15px;
}

.margin-right-zero {
	margin-right: 0px;
}

.padding-right-zero {
	padding-right: 0px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.padding {
	padding: 30px;
}

/* BUTTONS */
.btn,
.btn-orange {
    background: #ED7835;
    color: #FFF!important;
	border-radius: 4px 4px 4px;
	border: 0 none;
	box-shadow: none;
	display:inline-block;
	font-size:0.85em;
	font-weight:600;
	margin-bottom:10px;
	padding: 10px;
    text-transform: uppercase;
}

.btn:hover, .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
    background: #FF6600;
	color:#FFF;
	text-decoration: none;
}
 
.btn-orange:active, .btn-orange.active {
    background: #FF6600;
    box-shadow: none;
}

/* CAROUSEL FULL WIDTH */

.carousel {
	margin-bottom:0!important;
	max-height:500px;
	overflow:hidden;
}

.carousel img {
    min-width: 100%;
}

.carousel-caption {
	bottom: initial;
	left: 0;
	right: 0;
	text-shadow:3px 3px 0px rgba(0,0,0,0.15);
	top: 50%;
	transform: translateY(-50%);
}

.carousel-caption h2 {
	color:#FFF;
	font-size:2.5em;
	font-weight:700;
	text-align:left;
	margin-left: 0px;
	margin-top: 25px;
}

.carousel-caption h3 {
	color:#FFF;
	font-size:1.5em;
	font-weight:400;
	text-align:left;
	margin-left: 0px;
}

.carousel-caption-button {
	text-align:left;
	margin-left: 0px;
}


.filter-title {
	position: absolute;
	transform: rotate(-90deg) translate(-75px);
	top: -3px;
	left: 0;
	right: 0;
	transform-origin: 0% 0%;
	width: 72px;
	height: 26px;
	text-align: center;
	padding-top: 3px;
	background: #76B72A;
	color: #fff;
}
#options .title {
	width: 30px;
	float: left;
	height: 100%;
	min-height: 1px;
}
#options .filters {
	float: left;
	width: calc(100% - 30px);
}
#options {
	display: inline-block;
	width: 100%;
	position: relative;
	background: #e1e1e1;
}
#options input {
	display:none;
}
#options label {
	line-height: 1;
	padding: 5px;
	margin-bottom: 0;
	color: #b7b7b7;
	cursor: pointer;
}
#options input[type="checkbox"]:checked + label {
	color: #000;
}

.option-title {
	line-height: 1;
	padding: 5px;
	margin-bottom: 0;
	float: left;
	display: inline-block;
	max-width: 100%;
	font-weight: 700;
	color: #1798D5;
	width: 55px;
}





/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) {
.text-align-left-desktop-centre-phone {
	text-align: center;
}
.text-align-right-desktop-centre-phone {
	text-align: center;
}
.margin-top-phone {
	margin-top: 25px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.text-align-left-desktop-centre-phone {
	text-align: left;
}
.text-align-right-desktop-centre-phone {
	text-align: right;
}
.margin-top-phone {
	margin-top: 0px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
.carousel-caption h2 {
	font-size:3em;
	max-width:600px;
}
	
/* NAV BAR FIXED DESKTOP */

.navbar-wrapper {
	border:1px solid #DDD;
	padding:10px 0;
	position:fixed !important;
	top:0;
	width:100%;
	z-index: 999;
	background-color: #FFF;
}

.navbar-margin-top {
	margin-top: 100px;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/* WORDPRESS REQUIRED CLASSES */

 .wp-caption {
 }
 
 .wp-caption-text {
 }
 
 .sticky {
 }
 
 .screen-reader-text {
 }
 
 .gallery-caption {
 }
 
 .bypostauthor {
 }
 
 .alignright {
	 float: right;
	padding-left: 15px;
 }
 
 .alignleft {
	float: left;
	padding-right: 15px;
 }
 
 .aligncenter {
 }
 
 
 
 
