/*
	Theme Name: Savannah Stone
	Theme URI: http://savannahstone.com.au
	Description: Savannah Stone WordPress Theme
	Version: 1.0
	Author: James Ballard
	Author URI: http://foundrydigital.com.au
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-weight:300;
	font-size:14px;
	line-height:22px ;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
	color:#333;border-top: 3px solid #000000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */
.wrapper {
	max-width:1080px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	    text-align: center; 
}
/* logo */
.logo {
	
text-align:center;
text-transform:uppercase;
margin:30px 0;font-family: 'Playfair Display', serif;
}
.logo-img {

}
.site-title {font-size:60px;line-height:40px;font-family: 'HelveticaNeueLTStd-Th';letter-spacing: 4px;font-weight:normal;color:#333333;padding: 0 40px;}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
.unslider-nav {display:none;}
/* footer */
.footer {
border-top: 2px solid #000000;    padding-top: 15px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
main {
	width:62%;
	float:left;
}
aside {
	width:35%;
	float:right;
}
article {
	width:100%;
	    margin-bottom: 30px;overflow: hidden;
}
.home section {
	text-align:center;
}

.home main {
	width:100%;
}
.home aside {
	width:100%;
}

/*------------------------------------*\
    SOCIAL
\*------------------------------------*/

.inner {
    padding: 15px 10px 15px 15px;
    border: 3px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.5);text-overflow:ellipsis;
}
.social h1, .twitter h1, .newsletter h1 {
	    font-size: 25px;
    text-transform: uppercase;
    margin: 15px auto 20px auto;
    padding-bottom: 15px;
	display: inline-block;
  border-bottom: 5px solid #ffffff;
	color:#ffffff;
	text-shadow: 1px 1px rgba(50, 50, 50, 0.75);
}
.social p {
	font-size:18px;
	text-transform: uppercase;
    line-height: 30px;
    color: #000000;
    font-family: 'Playfair Display', serif;
}
.social ul {
	list-style:none;
	padding:0;margin:0 0 30px;
}
.social ul li {
	margin:0 10px;
	display:inline-block;
}
.social ul li a {
	font-size: 30px;
    color: #000000;
    padding: 10px;
    height: 50px;
    width: 50px;
	display:block;
	background-color:#ffffff;
	border-radius:50%;
}
.twitter {
		background:url('img/twitter.jpg')  no-repeat center top; 

}
.social {
		background:url('img/connect.jpg')  no-repeat center top; 
}
.social, .twitter, .newsletter  {
	text-align:center;
	padding: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin-bottom:40px;
	    background-position: center center;
}
.social {min-height: 334px;}
.home .social {min-height:auto;}

/*------------------------------------*\
    NEWSLETTER
\*------------------------------------*/
.newsletter {
    background: #000000;
}
.newsletter .gform_wrapper form {
	text-align: center !important;
}
.newsletter .gform_wrapper .ginput_container_email input, .newsletter .gform_wrapper select {
	border: 1px solid #cccccc !important;
    width: 90% !important;
    height: 50px !important;
}
.newsletter label {
	text-transform:uppercase;
  line-height: 30px;
	color:#000000;
	font-family: 'Playfair Display', serif;
}
.newsletter .gform_button {
	font-family: 'Playfair Display', serif;
  background-color:#000000;
	color:#ffffff;
	width: 90%;
    padding: 20px;text-transform:uppercase;
	border:none;
}
.newsletter button:hover {
  background-color:#ffffff;
	color:#000000;
}
/*------------------------------------*\
    TABLE
\*------------------------------------*/
table  {
	margin-bottom:30px;
}
table th {
	background-color:#DEDEDE;
	text-align:left;
	padding:5px;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
}
table td {
	padding:5px;
}
table tr {
	/* border-bottom:1px solid #DEDEDE; */
}
table tr:nth-child(odd) {background: #f2f2f2}
table tr:nth-child(even) {background: #fdfdfd}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.post-details {margin-bottom:20px;font-size:12px !important;}
.view-article {
	display:block;
	padding: 10px 20px;
    border: 2px solid #000000;
    clear: both;
    text-align: center;
    margin: 25px 0;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    width: 140px;
}
.view-article:hover {
	background-color:#000000;
	color:#ffffff;
}
.pagination {
	border-top:2px solid #000;
	padding:20px 0;
}

/*------------------------------------*\
    GALLERIES
\*------------------------------------*/
.gallery img {border:none !important;}
.gallery-item {margin:0 !important;}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
	text-align:center;
}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/

.comments ul{ list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
.comments li { }
.comments li.alt { }
.comments li.bypostauthor {}
.comments li.byuser {}
.comments li.comment-author-admin {}
.comments li.comment { border-bottom:1px solid #cccccc; padding:1em; }
.comments li.comment div.comment-author {}
.comments li.comment div.vcard { font:normal 16px;font-family: 'Playfair Display', serif; }
.comments li.comment div.vcard cite.fn { font-style:normal; }
.comments li.comment div.vcard cite.fn a.url {}
.comments li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
.comments li.comment div.vcard img.avatar-32 {}
.comments li.comment div.vcard img.photo {}
.comments li.comment div.vcard span.says {}
.comments li.comment div.commentmetadata {}
.comments li.comment div.comment-meta { font-size:12px;margin:10px 0; }
.comments li.comment div.comment-meta a { color:#ccc; }
.comments li.comment p { font-size:14px; margin:0 0 1em; }
.comments li.comment ul { font-size:14px; list-style:square; margin:0 0 1em 2em; }
.comments li.comment div.reply { font-size:11px; }
.comments li.comment div.reply a { font-weight:bold; }
.comments li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
.comments li.comment ul.children li {}
.comments li.comment ul.children li.alt {}
.comments li.comment ul.children li.bypostauthor {}
.comments li.comment ul.children li.byuser {}
.comments li.comment ul.children li.comment {}
.comments li.comment ul.children li.comment-author-admin {}
.comments li.comment ul.children li.depth-2 { border-left:5px solid #f3f3f3; margin:0 0 5px 0; }
.comments li.comment ul.children li.depth-3 { border-left:5px solid #f3f3f3; margin:0 0 5px 0; }
.comments li.comment ul.children li.depth-4 { border-left:5px solid #f3f3f3; margin:0 0 5px 0; }
.comments li.comment ul.children li.depth-5 {}
.comments li.comment ul.children li.odd {}
.comments li.even { background:#fff; }
.comments li.odd { background:#f6f6f6; }
.comments li.parent { border-left:5px solid #f3f3f3; }
.comments li.thread-alt { }
.comments li.thread-even {}
.comments li.thread-odd {}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.attachment-full-width {
	width:100%;height:auto;
    margin-bottom: 30px;
}
.attachment-blog-width {
    margin-bottom: 30px;
}
.size-page-feature, .wp-post-image {
    margin-bottom: 30px;
		width:100%;height:auto;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
.tml {
max-width:100% !important
}
label {font-weight:bold;}
.comments label {
	    display: block;
}
input[type="text"], input[type="password"], textarea, input[type="email"], select  {
	border:1px solid #cccccc !important;;
	padding:10px !important;;
	background-color:#ffffff !important;;width: 100% !important;;
}
input[type="text"]:focus {
	background-color:#f2f2f2;
}
input[type="submit"], .gform_button {
	background-color:#000000;
	border:none;
	color:#ffffff;
	font-weight: bold;
  font-family: 'Playfair Display', serif;
	padding: 10px 20px;
    text-transform: uppercase;    margin-top: 25px;
}
 .gform_button {margin-top:0 !important;}
.logindetails {
	text-align: right;
    font-size: 12px;
    padding: 5px 15px;
    background-color: #000000;
    width: auto;
    display: inline-block;
    float: right;
    color: #ffffff;
		border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
-webkit-border-radius: 0px 0px 6px 6px;
}
.logindetails a {color:#ffffff;}

.gform_wrapper {max-width:100% !important;margin:0 !important;padding:0 !important;}
.gform_wrapper .top_label .gfield_label {margin:0 !important;padding:0 !important;}
.ginput_container {margin-bottom:10px !important;}
.gform_wrapper div.validation_error {width:100% !important;}
.gform_wrapper .top_label .gfield_error {width: 100% !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border:none !important;}
.gform_wrapper .gfield_error .gfield_label {margin-left: 6px !important;}
.gform_wrapper div.validation_error {
    font-family: 'Playfair Display', serif;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@import url("//hello.myfonts.net/count/30b028");

  
@font-face {font-family: 'HelveticaNeueLTStd-Th';src: url('webfonts/30B028_0_0.eot');src: url('webfonts/30B028_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30B028_0_0.woff2') format('woff2'),url('webfonts/30B028_0_0.woff') format('woff'),url('webfonts/30B028_0_0.ttf') format('truetype');}
 

h1, h2, h3, h4, h5, h6 {font-family: 'Playfair Display', serif;margin-bottom:30px;}
.page-title, .comments h2 {
	display:block;
	padding:20px 0;
	margin:0 0 30px;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	text-transform:uppercase;
	font-size:20px;
}
.home h1 {
	line-height:40px;
}
p {font-size:14px;line-height:22px;margin:0 0 30px 0;}
a {color:#000000;font-weight:bold}
a:hover {color:#ccc;}
strong {font-weight:900;}
blockquote {
	padding:20px;
	color: #333333;
	LINE-HEIGHT:40PX;
	margin: 0 0 30px 0;word-wrap: break-word;
	background: #e7e7e7;
	font-family: 'Playfair Display', serif;
}
.home blockquote p {margin:0;padding:50px;border:3px solid #fff;font-size:30px !important;LINE-HEIGHT:40PX;}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
	z-index:-1;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:768px) {
main, aside {
    width: 100%;
}
.site-title {
    font-size: 40px;
}
.social {min-height: auto;}
.home blockquote p {
	padding: 20px;
  font-size: 16px !important;
  LINE-HEIGHT: 24PX;	
}

}
@media only screen and (max-width:500px) {
.site-title {
    font-size: 24px;
		line-height:30px;
}
.social p {
    font-size: 15px;
}
} @media only screen and (max-width:1024px) {

} @media only screen and (max-width:1140px) {

} @media only screen and (max-width:1280px) {

} @media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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;
}
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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#333 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
