/*
Theme Name: Bonfire
Theme URI: http://bonfire.com.au/
Description: Bonfire theme
Author: Bonfire
Author URI: http://bonfire.com.au/
Version: 1.0
Tags: basic, blank, starter, empty, minimal, minimalist
*/

/* =WordPress Core - Do not remove these classes
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}


/* =Shortcodes
-------------------------------------------------------------- */

.cols_2_left, .cols_2_right, .cols_3_left, .cols_3_middle, .cols_3_right {
	margin: 0 0 1.5em;
}

.cols_2_left {
	float: left;
	width: 47%;
}

.cols_2_right {
	float: right;
	width: 47%;
}

.cols_3_left {
	float: left;
	width: 30%;
}

.cols_3_middle {
	float: left;
	width: 30%;
	margin-left: 5%;
}

.cols_3_right {
	float: right;
	width: 30%;
}


/* =Theme Core
-------------------------------------------------------------- */

.clear {
	clear: both;
}


/* =Gravity
-------------------------------------------------------------- */

.gform_body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gform_body li {
    padding: 0 !important;
    margin: 8px 0 0;
    list-style: none;
    background: none !important;
}

.gform_body input[type=text],
.gform_body input[type=url],
.gform_body input[type=email],
.gform_body input[type=tel] {
	height: 23px;
	background-color: #fff;
	border: 1px solid #231f20;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 7px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.gform_body input[type=checkbox] {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.gform_body textarea {
	background-color: #fff;
	border: 1px solid #231f20;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 7px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}


/* =Misc
-------------------------------------------------------------- */

a.internal {
        text-decoration: none;
        cursor: text;
        color: #444;
}

a.internal:hover {
        color: #444;
}

#websites a.internal,
.services strong a.internal {
        color: #333;
}

.services a.internal {
        color: #333;
}

.services h2 a.internal {
    color: #1e1e1e;
}

.macscreen img {
  width: 550px;
  display: block;
  margin: 0;
}

.macscreen {
  display: block;
  background: url(/wp-content/uploads/2013/09/mac-screen.png) no-repeat center top;
  width: 550px;
  padding: 26px 25px 186px;
  height: 306px;
}

.macscreen span {
  height: 306px;
  overflow: hidden;
  display: block;
}

.terms-and-conditions span {
  position: absolute;
  margin-left: -40px;
}

.hp1102 {
	height: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
}