/*
Theme Name: Bootstrap2
Theme URI: http://www.macstudio.co.nz
Author: Jon Clamp
Author URI: http://www.macstudio.co.nz
Description: MacStudio Bootstrap 2
Version: 1.0
License: MacStudio Limited
License URI: http://www.macstudio.co.nz
Tags: hello
Text Domain: bootstrap2
*/

body {
	background: #c3bcad;
	color: #666;
	font-family: 'Exo', sans-serif;
	font-size: 15px;
	line-height:1.6em;
}

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

table {
	font-size:85%;
}

td { padding:5px; }


/* LINKS */

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

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

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

a:hover img { opacity: 0.8 }

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


/* HEADINGS */
h1,h2,h3,h4,h5,h6,p {
	margin:0 0 16px 0;
	padding:0;
}

h1 {
	color: #99a134;
	font-size: 2.25em;
}

h2 {
	color: #99a134;
	font-size: 1.65em;
}

h3 {
	color: #99a134;
	font-size: 1.35em;
}

h4 {
	color: #99a134;
	font-size: 1.1em;
}


/* COLOURS */

.red {
	color:#cc0000;
}

.white {
	color: #FFF !important;
}

/* BACKGROUNDS */

.bkg-gold {
	background: #e1b02f;
	font-weight:400;
}

.bkg-image {
	background-repeat: no-repeat !important;
	background-size: 200% !important;
	background-position: center top !important;
}

.background-white {
	background: #FFF;
}

.background-beige-transparent {
	background-color: rgba(195, 188, 173, 0.2);
}

/* MARGINS */

.margin-none {
	margin:0 0 0 0;
}

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

.margin-top-phone {
	margin-top: 30px;
}

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

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

.margin-top-zero {
	margin-top: 0;
}

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

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

.home-gap-desktop {
	margin-top: 30px;
}

/* PADDING */

.padding {
	padding: 30px;
}

.padding-small {
	padding: 15px;
}

.padding-right {
	padding-right: 15px;
}

.padding-none {
	padding:0 0 0 0 ;
}

/* STYLES */

.alignleft {
	float:left;
	margin:0 15px 15px 0;
}

.alignright {
	float:right;
	margin:0 0 15px 15px;
}

.border-white {
	border: solid;
	border-color: #FFF;
	border-width: 5px;
}

.btn {
	margin-bottom:8px;
	padding:6px 8px;
}

.clear {
	clear: both;
}

.fit-width {
	width: 100%;
}

.footer {
	font-size:0.9em;
}

.footer a { color:#333; }

.left {
	float: left;
}

.right {
	float: right;
}

.sold {
	background:#FFF;
	background-image: url(images/sold.png);
	background-repeat:no-repeat;
	background-size: cover;
	border-radius:50%;
	height:40px;
	margin-top:-11px;
	margin-left:-5px;
	position:absolute;
	width:40px;
	z-index: 99;
}

/* LOGO  */

.logo {
	max-width:200px !important;
	min-width:none !important;
}

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

.caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
	padding-right: 15px;
	border-bottom: 35px solid white;
	border-left: 35px solid transparent;
	border-right: 0px solid transparent;
	height: 0;
}

.caption h4 {
	margin-top:10px;
	margin-left:10px;
}

.trapezoid {
	border-bottom: 25px solid white;
	border-left: 100px solid transparent;
	border-right: 0px solid transparent;
	height: 0;
	width: 100px;
}

/* SECTIONS */

.section {
	padding: 0;
}

/* SECTIONS BLACK */

.section.beige {
	background: #c3bdad;
}
.section.beige a:link {
	text-decoration:none;
}
.section.beige a:visited {
	text-decoration:none;
}
.section.beige a:hover {
	text-decoration:underline;
}
.section.beige a:active {
	text-decoration:none;
}

/* SECTIONS WHITE */

.section.white {
	background: #ffffff;
}
.section.white h1 {
}
.section.white a:link {
	text-decoration:none;
}
.section.white a:visited {
	text-decoration:none;
}
.section.white a:hover {
	text-decoration:underline;
}
.section.white a:active {
	text-decoration:none;
}

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

.navbar.navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
}

.navbar {
	background: none;
	border: none;
	border-radius: 0;
	font-size: 15px;
	font-weight:600;
	margin-bottom: 0;
	padding: 0;
}

.navbar-default .navbar-nav > li > a {
	border-right:1px solid #CCC;
}

.navbar-default .navbar-nav > li > a:link {
	color: #FFF;
	text-decoration:none;
	text-align: center;
}

.navbar-default .navbar-nav > li > a:visited {
	color: #FFF;
	text-decoration:none;
	text-align: center;
}

.navbar-default .navbar-nav > li > a:hover {
	background:#DDD;
	color: #FFF;
	text-decoration:none;
	text-align: center;
}

.navbar-default .navbar-nav > li > a:active {
	color: #FFF;
	text-decoration:none;
	text-align: center;
}

.navbar-toggle {
	background: #FFF;
	vertical-align: middle;
	margin-right: 47%;
}


/* 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;
}
.padding-top-phone {
	padding-top: 15px;
}
}

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

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.bkg-image {
	background-size: cover !important;
}

.text-align-left-desktop-centre-phone {
	text-align: left;
}
.text-align-right-desktop-centre-phone {
	text-align: right;
}
.margin-top-phone {
	margin-top: 0px;
}
.navbar {
	background: #c3bcad;
}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
.padding-top-phone {
	padding-top: 0px;
}
.margin-right-minus-desktop {
	margin-right: 0px;
}
.home-gap-desktop {
	margin-top: 200px;
}
.min-height-600-desktop {
	min-height: 600px;
}
}

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

.bkg-image {
	background-attachment: fixed !important;
}

}

/* WORDPRESS REQUIRED CLASSES */

 .wp-caption {
 }
 
 .wp-caption-text {
 }
 
 .sticky {
 }
 
 .screen-reader-text {
 }
 
 .gallery-caption {
 }
 
 .bypostauthor {
 }
 
 .alignright {
 }
 
 .alignleft {
 }
 
 .aligncenter {
 }
 
 
 
 
