/*
Theme Name: Drawdown
Theme URI: http://drawdown.org.nz
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2020.03
*/

/***********************************************************************************************/
/* BASE STYLES */
/***********************************************************************************************/

body {
	background: #007662;
	color: #444;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

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

hr {
	border:0;
	border-top:2px dashed #DDD;
	clear:both;
	display:block;
	margin:0;
	margin-top:40px !important;
	margin-bottom:40px !important;
	padding:0;
	width:100%;
}

td {
	border:1px solid #DDD;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

/* LINKS */

a:link,
a:visited,
a:active {
	color: #0DAF4B;
	text-decoration:none;
}

a:hover {
	color: #FF8800;
	text-decoration:none;
    transition:0.5s;
}

a:hover img { opacity:0.8; }

/* TEXT */

h1, .h1,
h2, .h2,
h3, .h3,
h4,
h5,
h6,
p {
	color:#000;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.7em;
	margin: 0 0 18px 0;
	padding: 0;
}

h1, .h1 {
	font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight:800;
	font-size: 2.65em;
	line-height: 1.2em;
    margin-bottom:25px;
}

h2, .h2 {
	font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight:800;
	font-size: 2em;
	line-height: 1.4em;
}

h3, .h3 {
	font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight:800;
	font-size: 1.5em;
	line-height: 1.2em;
    text-transform: uppercase;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

strong,
.strong {
	font-weight:700;
}

em {
	color:#000;
}

/***********************************************************************************************/
/* CUSTOM STYLES */
/***********************************************************************************************/

.alignleft {
	clear:both;
	display:block;
	margin-bottom:30px;
}

.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.alignright {
	clear:both;
	display:block;
	margin-bottom:30px;
}

@media only screen and (min-width: 768px) {
	
.alignleft {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
	margin-bottom:30px;
	margin-left:30px;
}

.collapse {
	margin-top:0;
}

}

/***********************************************************************************************/
/* BACKGROUNDS */
/***********************************************************************************************/

.bg-dark {
    background-color:#007662 !important;
	background-image:url(images/bg-body-3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

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

.bg-light {
    background-color:#f2f2f2 !important;
}

.bg-white {
	background-color:#FFF;
}

/***********************************************************************************************/
/* BUTTONS */
/***********************************************************************************************/

button:focus,
.btn:focus {
    outline: none !important;
}

.btn,
.frm_button_submit {
	background-color:#0DAF4B !important;
	border:none !important;
    border-radius:30px !important;
	color:#FFF !important;
	font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif !important;
    font-size: 1.1em !important;
    font-weight:800 !important;
    padding:10px 22px !important;
    text-transform: uppercase !important;
    outline: none !important;
}

.small .btn {
    padding:6px 14px !important;
}

.btn:hover,
.frm_button_submit:hover, 
.is-checked {
	background-color:#FF8800 !important;
    transition: 0.5s;
}

.btn-secondary {
	background-color:#007662;
	color:#FFF !important;
    transition: 1s;
}

.btn-secondary:hover,
.btn-secondary:active {
	background-color:#0DAF4B;
}


/***********************************************************************************************/
/* CAROUSEL */
/***********************************************************************************************/

.carousel h1 {
    font-size:2.5em;
    line-height:1em;
    text-shadow: 3px 3px 0 RGBa(0,0,0,0.4);
}

.carousel-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:400px;
}

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

.carousel-item {
	height:450px;
}

}

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

.carousel h1 {
    font-size:3em;
}

.carousel-item {
	height:500px;
}

}

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

.carousel h1 {
    font-size:3.5em;
}

.carousel-item {
	height:600px;
}

}

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

.carousel-item {
	height:650px;
}

}

/***********************************************************************************************/

.clear {
	clear: both;
}

.collapse {
	/*margin-top:40px;*/
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.credit {
    color: #FFF;
    font-size: 0.65em;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.max-500,
.max-600,
.max-700,
.max-800,
.max-900 {
    margin:auto;
}

.max-500 {
    max-width:500px;
}

.max-600 {
    max-width:600px;
}

.max-700 {
    max-width:700px;
}

.max-800 {
    max-width:800px;
}

.max-900 {
    max-width:900px;
}


/***********************************************************************************************/
/* NAVIGATION */
/***********************************************************************************************/

.navbar-toggler {
	position:relative;
	margin:auto;
}

.navbar {
	font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight:800;
    font-size:1.2em;
	letter-spacing:1px;
	margin-bottom:0;
}

.navbar li {
	margin:0;
}

.nav-link {
    color:#000 !important;
    margin-top:5px;
}

.nav-link:hover {
    color:#0DAF4B !important;
}

.dropdown-toggle:focus {
	outline-color: none;
	outline-style: none;
	outline-width: 0;
}

/***********************************************************************************************/

.required {
	position:absolute;
	right:30px;
}

.rounded {
    border-radius: 8px 8px 8px 8px !important;
    overflow: hidden;
}

.thumb {
	background-color:#EEE;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-bottom:55%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:100%;
}

.thumb:hover,
.thumb-small:hover {
    opacity: 0.8;
	transition: 1s 
}

.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color:#DDD;
}

.white a:link,
.white a:active,
.white a:visited {
	color:#FFF;
}

.white a:hover {
	color:#0DAF4B;
}

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

}

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

}

/***********************************************************************************************/
/* BACK TO TOP */
/***********************************************************************************************/

.go-top {
	background-color: #888;
	border-radius:8px 8px 0 0;
	bottom:0;
	color: white;
	display: none;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left:1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
}

.go-top:hover {
	background-color: #666;
}
