/*

Theme Name:	Gaddys Indoor Plant Hire

Theme URI:		www.gaddys.com.au

Description: 	Gaddys Indoor Plant Hire Theme

Author: 		Philboss Design

Author URI: 	www.philbossdesign.com.au

Version: 		1.0

Tags:			Gaddys

*/

/* ----------------------------------------------------------- 

green: #b4cc3e

charcoal: #4a4b44

----------------------------------------------------------- */



/* ----------------------------------------------------------- Globals ----------------------------------------------------------- */

* {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	background: #747475 url('http://gaddys.philbossdesign.com.au/wp-content/uploads/2014/05/dark_wall.jpg');
	color: #4a4b44;
	font: 14px/21px 'Didact Gothic';
}
.wrapper {
	width: 100%;
	max-width: 1120px;
	background: #FFF;
	margin: 0 auto;
}
.container {
	width: 100%;
	max-width: 1120px;
	background: #FFF;
	margin: 0 auto;
	padding: 0 0 20px;
}
.inside-container {
	margin: 0 70px;
}
/*a { text-decoration: none; color: #4a4b44; }*/

a {
	color: #b4cc3e;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
#menu {
	opacity: 0
}
ul {
	list-style: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.txt-center {
	text-align: center;
}
html.mm-opened, html.mm-opened body {
	margin-top: 0 !important;
}
/* ----------------------------------------------------------- @font-face ----------------------------------------------------------- */

@font-face {
	font-family: 'callie_handregular';
	src: url('fonts/callie_hand-trial_version-webfont.eot');
	src: url('fonts/callie_hand-trial_version-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/callie_hand-trial_version-webfont.woff') format('woff'),  url('fonts/callie_hand-trial_version-webfont.ttf') format('truetype'),  url('fonts/callie_hand-trial_version-webfont.svg#callie_handregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ----------------------------------------------------------- typography ----------------------------------------------------------- */

h1 {
	font: 30px/30px 'Didact Gothic';
	font-weight: normal;
}
h2, h1.title {
	font: 38px/40px 'callie_handregular';
	font-weight: normal;
	text-align: left;
	color: #747475;
	border-bottom: 3px dotted #ddd;
}
h3 {
	font: 20px/25px 'Didact Gothic';
	font-weight: normal;
}
h4 {
	font: 20px/25px 'Didact Gothic';
	font-weight: normal;
}
h5 {
	font: 20px/21px 'Didact Gothic';
	font-weight: normal;
	color: #b4cc3e;
	margin: 0 0 10px;
}
h6 {
	font: 14px/21px 'Didact Gothic';
	font-weight: normal;
	color: #b4cc3e;
	margin: 10px 0 0;
}
.contact-info h6 {
	color: #4a4b44;
	font-weight: bold
}
p {
	margin: 0 0 16px;
}
span.green {
	color: #b4cc3e;
	border-bottom: none;
}

@media only screen and ( max-width: 640px ) {
h2 {
	text-align: center;
}
body.services-pg h2, body.displays-pg h2, body.packages-pg h2 {
	text-align: left;
	margin: 0 0 40px;
}
}

@media only screen and ( max-width: 320px ) {
h2 {
	font: 30px/32px 'callie_handregular';
}
}
/* ----------------------------------------------------------- Social ----------------------------------------------------------- */

.top-bar {
	height: 30px;
	width: 100%;
	background: #f7f7f7;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	z-index: 99;
}
.social {
	float: right;
	margin: 0 5% 0 0;
}
.social a {
	float: left;
	margin: 0 0 0 10px;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
}
.social a.fb {
	background: url(images/fb.png) top;
}
.social a.ig {
	background: url(images/ig.png) top;
}
.social a.tw {
	background: url(images/tw.png) top;
}
/* ----------------------------------------------------------- Header ----------------------------------------------------------- */

.header {
	height: 83px;
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 99;
	max-width: 1120px;
}
/*.is-sticky .header { -moz-box-shadow: 0 0 40px #888; -webkit-box-shadow: 0 0 40px #888; box-shadow: 0 0 40px #888; }*/

.logo {
	float: left;
	margin: 0 0 0 70px;
	background: url(images/logo.png) center no-repeat;
	height: 80px;
	width: 180px;
	display: block;
}
.logo-mob {
	display: none;
}
.header ul.nav {
	float: right;
	margin: 0 70px 0 0;
}
.header ul.nav li {
	float: left;
	background-image: url(images/nav-divider.png);
	background-repeat: no-repeat;
	background-position: left;
}
.header ul.nav li:hover {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.header ul.nav li:first-child {
	background-image: none;
}
.header ul.nav li a {
	font: 16px/80px 'Didact Gothic';
	text-transform: lowercase;
	border-top: 3px solid #FFF;
	display: block;
	padding: 0 15px;
	transition-duration: 0.8s;
	transition-property: border-top;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-property: border-top;
}
.header ul.nav li a:hover {
	border-top: 3px solid #b4cc3e;
}
.header ul.nav li.menu-item-34 a, .header ul.nav li.menu-item-282 a {
	border-top: 3px solid #b4cc3e;
	background: #b4cc3e;
	color: #FFF;
}
.header ul.nav li > ul {
	display: none;
	position: absolute;
	top: 83px;
	width: 320px;
	background: #343434;
	float: left;
	padding: 10px 0;
}
.header ul.nav li > ul:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 5px solid #343434;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: -5px;
	left: 20px;
}
.header ul.nav li > ul li {
	height: 48px;
	float: left;
	background-image: none;
	width: 290px;
}
.header ul.nav li > ul li a {
	border: none;
	font: 16px/48px 'Didact Gothic';
	display: block;
	color: #FFF;
	width: 100%;
	height: 100%;
}
.header ul.nav li > ul li a:hover {
	background: #b4cc3e;
	color: #343434;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.header ul.nav li > ul li a:hover {
	border: none;
}
.header ul.nav li:hover > ul {
	display: block;
}
/* ----------------------------------------------------------- Mobile-Nav ----------------------------------------------------------- */

.header a.mob-nav {
	display: none;
	background: center center no-repeat transparent;
	background-image: url(images/index.png);
	width: 40px;
	height: 40px;
	position: relative;
	top: 0;
	left: 10px;
}
.mm-list > li > a:hover {
	background: #b4cc3e;
	color: #4a4b44;
}

@media only screen and ( max-width: 1120px ) {
.header ul.nav li a {
	font: 14px/80px 'Didact Gothic';
	padding: 0 10px;
}
}

@media only screen and ( max-width: 959px ) {
.top-bar {
	position: fixed;
	top: 0;
addClass('body-iphone');
}
.header {
	position: fixed;
	top: 30px;
	border-bottom: 1px solid #b4cc3e;
}
body.home .container {
	padding: 0 0 70px;
}
/*    body.home .slider, body.home .tab-slider, body.home .mob-slider { padding: 56px 0 0; }*/    

/*    .container { padding: 114px 0 20px; }*/    

.header ul.nav {
	clear: both;
	float: none;
	display: none;
}
.header a.mob-nav {
	display: block;
	margin: 23px 0 0;
}
.logo {
	display: none;
}
.logo-mob {
	display: block;
	margin: 0 auto 40px;
	background: url(images/logo.png) center no-repeat;
	height: 80px;
	width: 180px;
	z-index: 999;
	position: relative;
	top: -60px;
}
/*  body.services-pg .logo-mob, body.displays-pg .logo-mob, body.packages-pg .logo-mob { margin: 0 0 0 20%; } */

}

@media only screen and ( max-width: 640px ) {
.logo-mob {
	height: 60px;
	width: 135px;
	background-size: cover;
	top: -50px;
}
}
/* ----------------------------------------------------------- Slider ----------------------------------------------------------- */

body.page-template-contact-php .royalSlider {
	margin: 20px 0 40px;
}
.slider {
}
.tab-slider {
	display: none;
}
.mob-slider {
	display: none;
}
.rsArrowRight .rsArrowIcn {
	background: url(images/next.png) !important;
}
.rsArrowLeft .rsArrowIcn {
	background: url(images/prev.png) !important;
}
.abBlackBox {
	background: rgba(165,201,80,0.75) !important;
}
.abBlackBox h1 {
	font: 48px/48px 'callie_handregular' !important;
	font-weight: normal;
	text-transform: lowercase;
}
.abBlackBox h3 {
	font: 16px/16px 'Didact Gothic' !important;
	font-weight: normal;
	text-transform: lowercase;
	color: #4a4b44;
}
.tab-slider .abBlackBox h1 {
	font: 36px/36px 'callie_handregular' !important;
	font-weight: normal;
	text-transform: lowercase;
}
.tab-slider .abBlackBox h3 {
	font: 12px/12px 'Didact Gothic' !important;
	font-weight: normal;
	text-transform: lowercase;
	color: #4a4b44;
}

@media only screen and ( max-width: 840px ) {
.slider {
	display: none;
}
.tab-slider {
	display: block;
}
.mob-slider {
	display: none;
}
body.page-template-contact-php .mob-slider {
	display: block;
}
}

@media only screen and ( max-width: 480px ) {
.slider {
	display: none;
}
.tab-slider {
	display: none;
}
.mob-slider {
	display: block;
}
}
/* --------------------------------------------------------- feature-img --------------------------------------------------------- */

.feature-img {
	width: 100%;
	margin: 0 0 40px;
}
.feature-img img {
	width: 100%;
	height: auto;
}
/* ----------------------------------------------------------- 4col ----------------------------------------------------------- */

.four-col {
	text-align: center;
	margin: 30px 0 0;
}
.four-col img.bttm-divider {
	margin: 40px 0 50px;
}
.four-col-txt {
	margin: 30px 0 0;
}
.four-col-txt h1 {
	color: #b4cc3e;
}
.four-col div.home-icons {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 80px;
}
.four-col div.home-icons div {
	width: 22%;
	float: left;
	margin: 0 0 0 4%;
}
.four-col div.home-icons div:first-child {
	margin: 0;
}
.four-col div.home-icons div img {
	margin: 0 0 20px;
}
.four-col div.home-icons div h3 {
	margin: 0 0 10px;
}
body.page-template-about-php .four-col div.home-icons div img {
	width: 100%;
	height: auto;
}

@media only screen and ( max-width: 960px ) {
body.page-template-about-php .four-col div.home-icons div {
	width: 45%;
	float: left;
	margin: 0 10% 0 0;
}
body.page-template-about-php .four-col div.home-icons div:first-child {
	margin: 0 10% 40px 0;
}
body.page-template-about-php .four-col div.home-icons div:nth-of-type(2n+0) {
	margin: 0 0 40px;
}
body.page-template-about-php .four-col div.home-icons div img {
	width: 50%;
	height: auto;
}
body.page-template-about-php .four-col div.home-icons {
	margin: 0;
}
}

@media only screen and ( max-width: 640px ) {
.four-col div.home-icons {
	width: 100%;
	float: left;
	text-align: center;
	margin: 40px 0;
}
.four-col div.home-icons div:first-child {
	margin: 0 2.5% 5%;
}
.four-col div.home-icons div {
	width: 45%;
	margin: 0 2.5% 5%;
}
body.page-template-about-php .four-col div.home-icons div {
	width: 45%;
	margin: 0 10% 5% 0;
}
body.page-template-about-php .four-col div.home-icons div:nth-of-type(2n+0) {
	margin: 0 0% 5% 0;
}
.four-col div.home-icons div:nth-of-type(3n+0) {
	clear: left;
}
.four-col img.bttm-divider {
	margin: 40px 0 10px;
}
}

@media only screen and ( max-width: 420px ) {
body.page-template-about-php .four-col div.home-icons div:first-child, .four-col div.home-icons div:first-child {
	margin: 0 10%;
}
body.page-template-about-php .four-col div.home-icons div, .four-col div.home-icons div {
	width: 80%;
	margin: 0 10% 10% !important;
}
.four-col img.bttm-divider {
	margin: 40px 0 10px;
}
}
/* ----------------------------------------------------------- Portfolio ----------------------------------------------------------- */

.portfolio {
	margin: 0 0 90px;
}
.portfolio h2 {
	margin: 0 0 30px;
}
.portfolio div {
	width: 23.5%;
	margin: 0 2% 0 0;
	float: left;
}
.portfolio div:last-child {
	margin: 0;
}
.portfolio div img {
	width: 100%;
	height: auto;
}

@media only screen and ( max-width: 640px ) {
.portfolio {
	margin: 0 0 50px;
}
.portfolio div {
	width: 45%;
	float: left;
	margin: 0 2.5% 5% !important;
}
}
/* ----------------------------------------------------------- Content ----------------------------------------------------------- */

body.home .inside-container, body.page-template-contact-php .inside-container {
	margin: 0 70px 0;
}
.inside-container {
	margin: 20px 70px 0;
}
.content {
	text-align: left;
	margin: 0 0 40px;
}
.content h2, .content h1 {
	margin: 0 0 20px;
}
.content .left-frame {
	width: 47%;
	margin: 0 3% 0 0;
}
.content .right-frame {
	width: 47%;
	margin: 0 0 0 3%;
}
.content .right-frame ul li:before {
	content: "• ";
	color: #b4cc3e;
	margin: 0 2px 0 0
}
.content .right-frame ul {
	margin: 0 0 10px;
}
.content .right-frame ul p {
	margin: 0 0 5px;
}

@media only screen and ( max-width: 720px ) {
body.page-template-about-php .content {
	margin: 10% 0 0;
}
body.page-template-about-php .content .left-frame {
	width: 100%;
}
body.page-template-about-php .content .right-frame {
	width: 100%;
	clear: left;
	margin: 10% 0 0;
}
body.page-template-about-php .inside-container {
	margin: 0 10%;
}
}

@media only screen and ( max-width: 640px ) {
.content .left-frame {
	width: 100%;
}
.content .right-frame {
	width: 100%;
	clear: left;
	margin: 10% 0 0;
}
.inside-container {
	margin: 0 10% !important;
}
body.home .inside-container, body.contact-pg .inside-container {
	margin: 0 10%;
}
}

/* ----------------------------------------------------------- Service Areas ----------------------------------------------------------- */

.service-areas {
    text-align: center;
    margin-bottom: 6%;
    font-size: 2em;
}

/* ----------------------------------------------------------- Outro ----------------------------------------------------------- */

.outro {
	background: #f4f3f4;
	width: 100%;
	margin: 0 0 40px;
}
.outro p {
	font: 20px/25px 'Didact Gothic';
	padding: 40px;
	max-width: 840px;
	margin: 0 auto;
}

@media only screen and ( max-width: 640px ) {
.outro {
	margin: 0;
}
.outro p {
	font: 18px/23px 'Didact Gothic';
	padding: 40px;
	max-width: 840px;
	margin: 0 auto;
}
}
/* ----------------------------------------------------------- Packages ----------------------------------------------------------- */

/*.packages h2, .services h2  { font-size: 54px; line-height: 58px; }*/

table {
	width: 40%;
	margin: 10px 5% 20px 0;
	float: left;
}
/*table:nth-of-type(3n+0) { margin: 10px 0 20px; }*/

table th.table-h {
	font: 18px/21px 'Didact Gothic';
	font-weight: normal;
	color: #b4cc3e;
	background: #FFF;
	padding: 0;
}
table th {
	font: 14px/28px 'Didact Gothic';
	color: #b4cc3e;
	background: #f1f1f3;
	padding: 0 10px;
}
table td {
	background: #f1f1f3;
	margin: 1px;
	width: 50%;
	padding: 0 10px;
	font: 14px/28px 'Didact Gothic';
}
.packages p {
	clear: both;
}
.packages p a {
	color: #b4cc3e;
}

@media only screen and ( max-width: 960px ) {
table {
	width: 47%;
	margin: 10px 6% 20px 0;
}
table:nth-of-type(2n+0) {
	margin: 10px 0 20px;
}
table:nth-of-type(3n+0) {
	margin: 10px 6% 20px 0;
}
}

@media only screen and ( max-width: 640px ) {
table {
	width: 100%;
	margin: 10px 0 20px;
}
table:nth-of-type(3n+0) {
	margin: 10px 0 20px;
}
}
/* ----------------------------------------------------------- Services ----------------------------------------------------------- */

body.page-id-9 .services h2 {
	margin: 0 0 20px;
}
.services h5 {
	margin: 40px 0 20px;
}
.services h5:nth-of-type(1) {
	margin: 0px 0 20px;
}
.services ul li:before {
	content: "• ";
	color: #b4cc3e;
	margin: 0 2px 0 0
}
.services ul {
	margin: 0 0 10px;
	font-family: 'Didact Gothic';
}
/* ----------------------------------------------------------- Gallery ----------------------------------------------------------- */

.gallery div {
	width: 30%;
	margin: 0 5% 40px 0;
	float: left;
	text-align: center;
}
.gallery div:nth-of-type(3n+0) {
	margin: 0;
}
.gallery div img {
	width: 100%;
	height: 100%;
}
.gallery div h5 {
	margin: 20px 0 5px;
}
.gallery div p {
	color: #4a4b44;
	margin: 0;
}

@media only screen and ( max-width: 768px ) {
.gallery div, .gallery div:nth-of-type(3n) {
	width: 45%;
	margin: 0 10% 40px 0;
}
.gallery div:nth-of-type(2n) {
	margin: 0 0 40px;
}
}

@media only screen and ( max-width: 480px ) {
.gallery div, .gallery div:nth-of-type(3n) {
	width: 100%;
	margin: 0 0 40px;
}
}
/* ----------------------------------------------------------- WP Gallery ----------------------------------------------------------- */

.gallery dl.gallery-item {
	width: 30% !important;
	height: 100% !important; 
	margin: 0 5% 40px 0 !important;
}
.gallery dl.gallery-item:nth-of-type(3n) {
	margin-right: 0 !important;
}
.gallery dl.gallery-item dt {
	width: 100% !important;
	height: 100% !important; 
}
.gallery dl.gallery-item dt a {
	width: 100% !important;
	height: 100% !important;
}
.gallery dl.gallery-item dt a img {
	border: none !important; 
	height: auto !important; 
	width: 100% !important; 
}

@media only screen and ( max-width: 768px ) {
.gallery dl.gallery-item {
	width: 45% !important;
	margin: 0 10% 40px 0 !important;
	float: left;
}
.gallery dl.gallery-item:nth-of-type(2n+1) {
	margin-right: 10% !important;
	clear: both !important;
}
.gallery dl.gallery-item:nth-of-type(2n) {
	margin-right: 0 !important;
}
.gallery br {
	display: none;
}
}

@media only screen and ( max-width: 480px ) {
.gallery dl.gallery-item {
	width: 100% !important;
	margin: 0 0 40px !important;
	clear: both !important;
}
}

/* ----------------------------------------------------------- Contact ----------------------------------------------------------- */

.gform_title {
	font: 30px/30px 'Didact Gothic';
	font-weight: normal;
	color: #b4cc3e;
	margin: 0 0 20px;
}
.contact h1 {
	color: #b4cc3e;
	margin: 0 0 20px;
}
.contact form, .confirmation {
	width: 610px;
	float: left;
}
.contact input {
	width: 275px;
	height: 50px;
	background: #f4f3f4;
	margin: 0 20px 20px 0;
	float: left;
	font: 16px/50px 'Didact Gothic';
	color: #4a4b44;
	padding: 0 10px;
}
.contact input:nth-of-type(2n+0) {
	margin: 0 0 20px 0;
}
#input_1_2, #input_1_4 {
	margin: 0 0 20px 0;
}
.contact textarea {
	width: 590px;
	min-width: 590px;
	max-width: 590px;
	height: 200px;
	background: #f4f3f4;
	margin: 0 0 20px;
	padding: 10px;
	font: 14px/21px 'Didact Gothic';
}
.contact .button {
	width: 139px;
	height: 40px;
	background: url(images/button-green.gif);
	font: 16px/40px 'Didact Gothic';
	color: #FFF;
	cursor: pointer;
}
.contact-info {
	margin: 0 0 0 40px;
	width: 270px;
	float: left;
	position: relative;
	top: 14px;
}
.contact-info p {
	margin: 0;
}

@media only screen and ( max-width: 1200px ) {
.contact form, .confirmation {
	width: 550px;
}
.contact input {
	width: 245px;
	margin: 0 20px 20px 0;
}
.contact textarea {
	width: 530px;
	min-width: 530px;
	max-width: 530px;
}
.contact-info {
	margin: 0 0 0 40px;
	width: 220px;
	float: left;
	position: relative;
	top: 14px;
}
}

@media only screen and ( max-width: 960px ) {
.contact form, .confirmation {
	width: 420px;
}
.contact input {
	width: 180px;
	margin: 0 20px 20px 0;
}
.contact textarea {
	width: 400px;
	min-width: 400px;
	max-width: 400px;
}
}

@media only screen and ( max-width: 820px ) {
.contact form, .confirmation {
	width: 90%;
	margin: 0 5%;
}
.contact input {
	width: 41%;
}
.contact textarea {
	width: 90%;
	min-width: 90%;
	max-width: 90%;
}
.contact-info {
	width: 90%;
	margin: 5% 5% 0;
}
.contact-info p {
	font: 16px/24px 'Didact Gothic';
}
}

@media only screen and ( max-width: 640px ) {
.contact input {
	width: 90%;
}
}

@media only screen and ( max-width: 360px ) {
.contact-info p {
	font: 14px/21px 'Didact Gothic';
}
}
/* ----------------------------------------------------------- Blog ----------------------------------------------------------- */

.two-thirds {
	width: 64%;
	float: left;
}
.blog .blog-entry {
	float: left;
	clear: both;
	margin: 0 0 10%;
}
.blog .blog-entry .blog-container {
	float: left;
}
.blog .blog-entry .blog-container .blog-inside-container {
	clear: none;
	float: right;
	width: 65%;
}
.blog .blog-entry .thumb {
	float: left;
	margin: 0 5% 0 0;
	width: 30%;
	height: auto;
}
.blog .blog-entry .thumb img {
	width: 100%;
	height: auto;
}
.blog .blog-entry h6 {
	margin: 10px 0;
}
.blog .blog-entry p {
	min-height: 83px;
}
.blog .blog-entry a.more {
	height: 30px;
	line-height: 30px;
	padding: 0 0 6px;
	border-bottom: 1px solid #b4cc3e;
	display: inline-block;
}
.sidebar {
	width: 28%;
	margin: 0 0 0 8%;
	float: left;
}
.sidebar h3 {
	margin: 0 0 20px;
	color: #b4cc3e;
}
.sidebar ul {
	margin: 0 0 40px;
}
.sidebar ul li {
}
.sidebar ul li a {
	display: block;
	line-height: 21px;
	margin: 0 0 10px;
}

@media only screen and ( max-width: 1200px ) {
.two-thirds {
	width: 72%;
	float: left;
}
.sidebar {
	width: 20%;
	margin: 0 0 0 8%;
}
.blog .blog-entry .thumb {
	width: 30%;
	height: auto;
}
.blog .blog-entry .thumb img {
	width: 100%;
	height: auto;
}
}

@media only screen and ( max-width: 840px ) {
.two-thirds {
	width: 100%;
}
.sidebar {
	width: 100%;
	margin: 0;
	clear: both;
	float: left;
	border-top: 1px solid #b4cc3e;
	padding: 5% 0 0;
}
.sidebar ul {
	float: left;
	width: 45%;
	margin: 0 10% 0 0;
}
.sidebar ul:nth-of-type(2n+0) {
	text-align: right;
	margin: 0;
}
}

@media only screen and ( max-width: 640px ) {
.blog .blog-entry .thumb {
	float: left;
	margin: 0 5% 0 0;
	width: 30%;
}
.blog .blog-entry .blog-container .blog-inside-container {
	width: 65%;
}
.blog .blog-entry h3 {
	float: left;
	margin: 0 0 10px;
	height: auto;
	width: 100%;
}
.blog .blog-entry h6 {
	clear: both;
}
}

@media only screen and ( max-width: 480px ) {
.blog .blog-entry .thumb {
	margin: 0 20%;
	width: 60%;
}
.blog .blog-entry .blog-container .blog-inside-container {
	width: 100%;
}
.blog .blog-entry h3 {
	float: left;
	margin: 20px 0 10px;
	height: auto;
	width: 100%;
	text-align: center;
}
.blog .blog-entry h6 {
	clear: both;
	text-align: center;
}
.blog .blog-entry p {
	text-align: center;
}
.blog .blog-entry a.more {
	width: 1005;
	text-align: center;
	display: block;
}
}

@media only screen and ( max-width: 420px ) {
.two-thirds {
	width: 100%;
}
.sidebar {
	width: 100%;
	margin: 0;
	clear: both;
	float: left;
	padding: 10% 0 0;
}
.sidebar ul {
	float: left;
	width: 100%;
	margin: 0 0 5% !important;
	text-align: center !important;
}
}
/* ----------------------------------------------------------- Blog-Post ----------------------------------------------------------- */

body.single .blog-post .blog-post-img {
	width: 100%;
	height: auto;
}
body.single .blog-post .blog-post-img img {
	width: 100%;
	height: auto;
}
body.single .blog-post .timestamp-small {
	display: none;
}
body.single .blog-post .timestamp {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: #b4cc3e;
	position: relative;
	top: 20px;
	margin: 0 5%;
	text-align: center;
	color: #FFF;
	float: left;
}
body.single .blog-post .timestamp span.date {
	font: 24px/24px 'Didact Gothic';
	text-transform: uppercase;
	display: block;
	padding: 35px 0 0;
	margin: 0;
}
body.single .blog-post .timestamp span.year {
	font: 14px/16px 'Didact Gothic';
	padding: 0 0 25px;
	margin: 0;
}
body.single .blog-post .timestamp br {
	height: 0px;
	display: block;
}
body.single .blog-post .post {
	width: 72%;
	float: right;
	margin: 10px 0 10%;
}
body.single .blog-post .post h1 {
	margin: 40px 0;
}
body.single .blog-post .post {
	float: right;
}
body.single .blog-post .post h6.author {
	margin: 30px 0 0;
}

@media only screen and ( max-width: 640px ) {
body.single .blog-post .timestamp-small {
	display: block;
	color: #b4cc3e;
	font: 20px/20px 'Didact Gothic';
	margin: 10% 0;
}
body.single .blog-post .timestamp {
	display: none;
}
body.single .blog-post .post {
	width: 100%;
	clear: both;
	margin: 0 0 10%;
}
body.single .blog-post .post h1 {
	margin: 0 0 10%;
}
}
/* ----------------------------------------------------------- Footer ----------------------------------------------------------- */

.footer {
	padding: 20px 0;
}
.footer-col {
	width: 22%;
	margin: 0 4% 0 0;
}
.footer-col img.bttm-divider {
	margin: 0 auto 20px;
}
.footer-col:nth-of-type(4n+0) {
	margin: 0;
}
.footer-col img.logo-f {
	margin: 0 0 11px;
}
.footer-col .social {
	float: none;
	margin: 0;
	clear: both;
}
.footer-col .social a {
	float: left;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
}
.footer-col h5 {
	margin: 10px 0 20px;
}
p.legal {
	float: left;
	clear: both;
	margin: 20px 0;
}
p.legal br {
	display: none;
}

@media only screen and ( max-width: 960px ) {
.footer-col img.bttm-divider {
	width: 60%;
	margin: 20px 20% 20px;
}
}

@media only screen and ( max-width: 720px ) {
.footer-col {
	width: 45%;
	margin: 0 10% 0 0;
}
.footer-col:nth-of-type(2n+0), .footer-col:nth-of-type(4n+0) {
	margin: 0;
}
.footer-col .social a {
	margin: 0;
}
p.legal br {
	display: inline;
}
}

.post ul {
    list-style: disc;
    margin: 0 0 30px 30px;
}
.post ol {
    margin: 0 0 30px 30px;
}
.post h2 {
    border: medium none;
    font-family: 'Didact Gothic';
    font-size: 22px;
    font-weight: bold;
}


/*#wpadminbar { display: none; }*/
