/* @override 
	http://localhost:8888/wp-content/themes/ranchlands-review/style.css?ver=3.5.1
	http://localhost:8888/zapata/wp-content/themes/ranchlands-review/style.css?ver=3.5.1 */

/*
Theme Name: Ranchlands Review
Theme URI: http://designrangers.com
Author: Christopher Schell // Drew Morris
Author URI: http://designrangers.com // http://drewsymo.com
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foundation
Description: Ranchlands Review blog theme, based on Foundation for WordPress, a Responsive Starter Theme.
Tags: two-columns
*/

/* Artfully masterminded by the Design Rangers and ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Images
:: Posts
:: Typography
:: Header
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Baseline Styles
----------------------------------------- */


/* -----------------------------------------
   Images
----------------------------------------- */

.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

.wp-caption { max-width: 100%; }

/* -----------------------------------------
   Posts
----------------------------------------- */

.author-box h5 {margin-top:0px;}
.author-box .author_gravatar {margin-right:10px;}
.author-box p {font-size:14px; font-size:1.4em;}

article .th {margin-bottom:10px; margin-bottom:1em;}

.alignleft {float:left;}
.alignright {float:right;}
.aligncenter {margin:0 auto;text-align:center;}

/* -----------------------------------------
   Typography
----------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {font-weight:600;}

.site-title .subheader {margin-bottom:0;}

a.button, .single-content-container a.button {
	text-decoration: none;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}

/* -----------------------------------------
   Header
----------------------------------------- */

.site-header {
	height: 116px;
	padding:0;
	/* margin:-1.875em 0 1.875em 0; */
	background: url(img/RR-logo-mobile.png) no-repeat center top;
}
.logo-image-link {
	position: absolute;
	left: 50%;
	width: 160px;
	height: 103px;
	margin-left: -80px;
}
.site-header h2 {
	text-align: center;
	line-height: 100%;
	margin-top: 92px;
	margin-left: 6px;
	margin-bottom: 5px;
}
.site-header h2 a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .35em;
}
.sidebar ul li {list-style:none;}
.top-bar-section ul li>a {border-left:1px solid #333;border-right:none;}
.site-header .row {
	position: relative;
}
.header-tagline {
	border-bottom: 1px solid #ccc;
	clear: both;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
.nav-properties {
	position: absolute;
	left: 15px;
	top: 10px;
}
.nav-properties ul {
	list-style: none;
}
.nav-properties ul li a {
	color: #999;
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	font-style: italic;
	text-decoration: underline;
	text-transform: uppercase;
}
.nav-properties ul li a:hover {
	color: #838383;
	text-decoration: none;
}
.header-search {
	width: 15%;
	position: absolute;
	right: 15px;
	top: 20px;
}
header input[type="text"] {
	border: 1px solid #979797;
	width: 80%;
	float: left;
	height: 32px;
	font-size: 12px;
}
header input[type="submit"] {
	color: #979797;
	width: 20%;
	float: left;
	text-transform: uppercase;
	border: 1px solid #979797;
	height: 32px;
	padding: 0;
	margin-bottom: 25px;
	background: url(img/icon-search.gif) no-repeat center center #fff;
	font: 12px/32px Georgia, "Times New Roman", Times, serif;
}
.header-search-submit:hover {
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

/* -----------------------------------------
   Nav
----------------------------------------- */
.top-bar {
	margin-bottom: 0;
}
/* -----------------------------------------
   Footer
----------------------------------------- */

footer.row {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
footer {
	text-align: center;
}
footer .large-4 {
	padding-top: 30px;
}
.footer-middlecol {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
footer h5 {
	color: #2b2b2b;
	clear: both;
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: .2em;
	font-weight: 400;
	text-transform: uppercase;
}
footer h5 label {
	font-size: 11px;
	margin-bottom: 0;
}
.footer-3 h5 {
	margin-bottom: -4px;
}
.footer-bold {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .1em;
}
.footer-bold a {
	color: #000;
	text-transform: uppercase;
}
.social-connect {
	line-height: 32px;
	margin-right: 10px;
}
a.facebook, a.flickr, a.pinterest, a.youtube, a.instagram, a.twitter {
	background-image: url(img/sprite-icons.png);
	display: block;
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}
a.instagram {
	background-position: -32px;
}
a.pinterest {
	background-position: -64px;
}
a.youtube {
	background-position: -96px;
}
a.twitter {
	background-position: -128px;
}
.menu-footer-menu-container {
	width: 100%;
	position: relative;
}
#menu-footer-menu {
	text-align: center;
	line-height: 16px;
	list-style: none;
	position: relative;
	height: auto!important;
	margin-bottom: 30px;
}
#menu-footer-menu li {
	display: inline;
}
#menu-footer-menu li a, .footer-leftcol a {
	color: #999;
	display: inline-block;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-size: 11px;
	letter-spacing: .3em;
	line-height: 16px;
	font-style: normal;
	font-weight: 400;
	padding-right: 10px;
	padding-left: 10px;
} 
#menu-footer-menu li a:hover {
	color: #838383;
	text-decoration: none;
}
.footer-copyright {
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-size: 12px;
	margin-top: 20px;
}
footer input[type="email"], footer input[type="text"], html #input_1_1 {
	border: 1px solid #979797;
	font-size: 12px;
	width: 80%!important;
	float: left;
	margin-top: -5px;
	padding: 0.5em!important;
	height: 32px;
}
#gform_wrapper_1.gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	clear: none;
}
::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}
footer input[type="submit"], html #gform_submit_button_1 {
	color: #979797;
	width: 20%;
	float: left;
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	text-transform: uppercase;
	border: 1px solid #979797;
	background-color: #cacaca;
	height: 32px;
	padding: 0;
	margin-top: -5px;
	margin-bottom: 25px;
}
#gform_confirmation_wrapper_1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.wp-caption-text {text-align: center;}
.sticky { }
.gallery-caption { }
.bypostauthor{ }
.site-content .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

embed,
iframe,
object {
  max-width: 100%;
}
.replace {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
/* -----------------------------------------
   Homepage
----------------------------------------- */
.row .home-recent-posts {
	margin-top:30px;
}
.home-recent-top {
	margin-bottom: 5px;
}
.row.home-recent-posts .column, .row.home-recent-posts .columns {
	padding: 0 0.9375em;
}
.home-recent-posts img {
	display: block;
}
.home-recent-left-1, .home-recent-left-2, .home-video-left, .home-recent-right-1, .home-recent-right-2, .home-video-right, .home-daily-journal {
	position: relative;
	overflow: hidden;
}
.home-recent-left-1, .home-recent-left-2, .home-video-container-1 {
	margin-bottom: 10px;
}
.home-recent-right-1, .home-recent-right-2, .home-video-container-2 {
	margin-bottom: 10px;
}
.home-daily-journal, .home-video-container-3 {
	margin-bottom: 10px;
}
a.home-recent-link img {
	text-align: center;
}
a.home-recent-link:hover .home-recent-caption, a.home-recent-link:hover .home-journal-caption {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
a.home-recent-link:hover .home-recent-caption {
	padding-bottom: 6px;
}
a.home-recent-link:hover .home-journal-caption {
	padding-top: 6px;
}
.home-recent-caption, .home-journal-caption {
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 12px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	max-width: 480px;
	letter-spacing: .08em;
}
.home-recent-caption {
	bottom: 0;
}
.home-journal-caption {
	top: 0;
}
.home-recent-caption h4, .home-journal-caption h4 {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .1em;
	margin: 0;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.home-journal-caption {
	top: 0;
}
.home-journal-date {
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 12px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	left: 33.33333%;
	bottom: 0;
	height: 100px;
	width: 33.33333%;
	padding: 25px 5% 10px;
	letter-spacing: .02em;
}
.journal-month {
	display: block;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 5px;
}
.journal-day {
	display: block;
	font-size: 42px;
	font-weight: 400;
}
.home-video-title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: url(img/horiz-gray-line.png) repeat-x 0 center;
}
.home-video-title span a {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	color: #3D3D3D;
}
.home-video-play {
	display: block;
	width: 33.3333%;
	height: auto;
	position: absolute;
	top: 22%;
	left: 33.3333%;
}

/* -----------------------------------------
   Homepage Slider
----------------------------------------- */
.home-slider {
}
.orbit-container .orbit-slides-container>* .orbit-caption {
	height: auto;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
}
.orbit-bullets {
	display: none;
}
.archive .orbit-bullets {
	top: 580px;
}
.orbit-bullets li {
	border: none;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .4);
}
.orbit-bullets li.active {
	background-color: #eee;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	background: none;
	width: 30px;
	opacity:0.5;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.orbit-container .orbit-prev>span, .orbit-container .orbit-next>span {
	border-top-width: 12px;
	margin-top: -12px;
}
.orbit-container .orbit-prev>span {
	border-right-color: #fff;
	margin-left: -5px;
}
.orbit-container .orbit-next>span {
	border-left-color: #fff;
	margin-left: -15px;
}
.orbit-slide-number {
	color: #fff;
}
.orbit-container .orbit-timer .orbit-progress {
	background-color: #fff;
}
.orbit-container .orbit-timer>span {
	border-color: #fff;
}
.orbit-container .orbit-timer.paused>span {
	border-left-color: #fff;
}
.home-slider h2, .home-slider-caption, .home-slider-author {
	padding-right: 30px;
	padding-left: 30px;
}
.home-slider h2 {
	font-size: 12px;
	line-height: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-top: 0;
	margin-bottom: 0;
}
.home-slider-caption {
	display: none;
	color: #ccc;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}
.home-slider-caption p {
	font-style: italic;
}

.home-slider-author {
	font-size: 18px;
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-weight: normal;
	font-style: italic;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}
.home-slider-readmore {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	height: 50px;
	letter-spacing: .25em;
	line-height: 50px;
	text-transform: uppercase;
	width: 100%;
	bottom: 0;
	display: block;
}
.home-slider-readmore:hover {
	height: 55px;
	border-bottom: 5px solid #000;
	-webkit-transition: all 250ms ease;
			-moz-transition: all 250ms ease;
	        -ms-transition: all 250ms ease;
	        -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
/* -----------------------------------------
   Single Posts
----------------------------------------- */

.single-title-container h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .1em;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;

}
.single-content-container a {
	color: #000;
	text-decoration: underline;
}
.single-content-container a:hover {
	color: #999;
	text-decoration: none;
}
.single-title-container h6, .single-title-container h6 a {
	color: #999;
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.single-content-container ul {
	margin-left: 40px;
	line-height: 28px;
	list-style-type: square;
}
.single-title-container a:hover {
	text-decoration: underline;
}
.single-prev-post {
	text-align: left;
}
.single-next-post {
	text-align: right;
}
h6.single-author {
	font-weight: 700;
	text-align: center;
}
.single-date-category {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	letter-spacing: .2em;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 10px 10px 8px 10px;
	text-align: center;
	text-transform: uppercase;
}
.single-format-video .single-date-category {
	padding: 0;
}
.single-date-category a {
	color: #fff;
	font-weight: 400;
}
.single-date-category a:hover {
	color: #ccc;
	text-decoration: underline;
}
.single-date-category ul.post-categories, .single-date-category ul.post-categories li  {
	display: inline;
}
.single-content-container, .single aside, .archive aside, .search aside, .page aside {
	padding-top: 30px;
}
.single-image-container {
	position: relative;
}
.single-image-container img {
	display: block;
}
.post-thumbnail-caption {
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	color: #eee;
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-weight: 400;
	font-style: italic;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 20px 30px;
	text-align: center;
	width: 100%;
}
.single-content-container {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.single-content-container h3 {
	font-size: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.single-content-container h4 {
	font-size: 18px;
}
.single-content-container h5 {
	font-size: 18px;
}
.single-content-container, .single-content-container p, .footer-3 p {
	font-family: "ff-tisa-web-pro", Georgia, serif;
	line-height: 28px;
}
.single-footer-credits {
	background-color: #000;
	color: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
.single-footer-credits h6 {
	color: #fff;
	display: inline;
	font-weight: 400;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}

.single-title-container h6.single-author a { font-weight: 700; }

/* -----------------------------------------
   Archives
----------------------------------------- */

.archive-post-summary {
	clear: both;
	margin-bottom: 30px;
}
.archive-post-summary h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.archive-post-summary h3 a {
	text-decoration: none;
}
.archive-post-summary h3 a:hover {
	text-decoration: under;
}
.archive-post-summary h6 {
	color: #999;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
.archive-post-summary a {
	color: #000;
}
.archive-post-summary a:hover {
	color: #999;
}
.archive-thumb {
	margin-right: 30px;
	margin-bottom: 0;
}
.single-footer-credits ul.pagination {
	margin-left: 10px;
	margin-bottom: 0;
	height: 1.25em;
}
.single-footer-credits .pagination.current {
	color: #999;
	padding-right: 8px;
	padding-left: 8px;
}
.single-footer-credits .pagination li a {
	color: #fff;
}
.single-footer-credits .pagination li a:hover {
	color: #fff;
	background-color: #545454;
}

.single-footer-credits h6 a {
	color: white;
	text-decoration: underline;
}

/* -----------------------------------------
   Gallery Pages
----------------------------------------- */

#gallery-1.gallery-columns-2 .gallery-item {
	width: 100%;
	margin-bottom: 0;
}
.gallery-caption {
	display: none;
}
/* -----------------------------------------
   Comments
----------------------------------------- */

.panel h3 {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: .2em;
}
.archive-post-summary h6 {
	color: #999;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
.comment section, .comment p, textarea#comment {
	font-family: "ff-tisa-web-pro", Georgia, serif;
	line-height: 28px;
	font-style: normal;
	font-weight: 400;
}
.comment header {
	text-transform: uppercase;
	font-size: 14px;
}
h4.comments-title {
	text-transform: uppercase;
	letter-spacing: .2em;
}
.comment time {
	color: #999;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}
.comment a, .panel a {
	color: #000;
	text-decoration: none;
}
.comment a:hover, .panel a:hover {
	color: #999;
	text-decoration: underline;
}
.comment .label {
	background-color: #000;
	padding-top: 0.25em;
}


/* -----------------------------------------
   Sidebars
----------------------------------------- */
aside.sidebar div {
	margin-bottom: 20px;
}
aside.sidebar h5 {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #000;
	letter-spacing: .1em;
	padding: 4px 30px;
	text-transform: uppercase;
}
aside.sidebar ul li {
	font-family: "ff-tisa-web-pro", Georgia, serif;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
	font-style: italic;
	overflow: hidden;
}
aside.sidebar ul li a {
	color: #999;
	font-weight: 400;
	text-decoration: underline;
}
aside.sidebar ul li a:hover {
	text-decoration: none;
}

/* -----------------------------------------
   Plugin Overrides
----------------------------------------- */
.single-image-container .arve-embed-container {
	margin-bottom: 0;
}


/* -----------------------------------------
   Media Queries
----------------------------------------- */

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
	/* Homepage */
	.home-recent-left-1, .home-recent-left-2, .home-video-container-1 {
		margin-right: -4%;
		margin-bottom: 10px;
	}
	.home-recent-right-1, .home-recent-right-2, .home-video-container-3 {
		margin-left: -4%;
		margin-bottom: 10px;
	}
	.home-daily-journal, .home-video-container-2 {
		margin-left: -2%;
		margin-right: -2%;
	}
	.site-header h2 {
		margin-top: 152px;
	}
	.site-header h2 a {
		font-size: 40px;
	}
	.header-tagline {
		letter-spacing: .3em;
	}
	.row .top-bar.large-9 {
		width: 100%;
	}
	.home-video-title {
		font-size: 14px;
		padding-left: 12.5%;
		text-align: left;
	}
	.header-tagline {
		font-size: 12px;
		line-height: 12px;
	}
	.archive-post-summary {
		min-height: 100px;
	}
	#gallery-1.gallery-columns-2 .gallery-item {
		width: 50%;
	}
	.gallery-caption {
		display: block;
		font-size: 14px;
		padding-left: 10%;
		padding-right: 10%;
		margin-bottom: 20px;
	}
	.single-title-container h2 {
		font-size: 36px;
		letter-spacing: .3em;
	}
	.single-content-container h3 {
		font-size: 24px;
		letter-spacing: .2em;
		text-transform: uppercase;
	}
}
@media only screen and (min-width: 58.75em) {
	.row .top-bar.large-9 {
		width: 75%;
	}
	.top-bar-container {
		border-bottom: 10px solid #000;
		border-top: 1px solid #ccc;
	}
	.top-bar {
		background: none;
		margin-bottom: 0;
	}
	#menu-top-menu {
		width: 100%;
		text-align: center;
	}
	.top-bar-section ul li {
		width: 33.333333%;
	}
	.top-bar-section ul, .top-bar-section ul li, .top-bar-section li a:not(.button) {
		background: none;
	}
	.top-bar-section ul li>a {
		color: #999;
		border-left: none;
		text-transform: uppercase;
		letter-spacing: .4em;
		font-size: 14px;
		font-family: "ff-tisa-web-pro", Georgia, serif;
		font-weight: 400;
		-webkit-transition: all 250ms ease;
				-moz-transition: all 250ms ease;
		        -ms-transition: all 250ms ease;
		        -o-transition: all 250ms ease;
				transition: all 250ms ease;
	}
	.top-bar-section li a:not(.button) {
	
	}
	.top-bar-section li a:not(.button):hover {
		background: #eee;
		color: #2b2b2b;
		-webkit-transition: all 250ms ease;
				-moz-transition: all 250ms ease;
		        -ms-transition: all 250ms ease;
		        -o-transition: all 250ms ease;
				transition: all 250ms ease;
	}

	.single-content-container {
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 60px;
	}
}
/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
	.site-header {
		height: 189px;
		padding:0;
		/* margin:-1.875em 0 1.875em 0; */
		background: url(img/Ranchlands-Review-logo-2.png) no-repeat center top;
	}
	.logo-image-link {
	position: absolute;
	left: 50%;
	width: 250px;
	height: 150px;
	margin-left: -125px;
	}

	/* -----------------------------------------
	   Homepage Slider
	----------------------------------------- */
	.orbit-container .orbit-slides-container>* .orbit-caption {
		height: 100%;
		width: 32.33333%;
		right: 0;
		padding: 45px 0 0;
	}
	.home-slider h2 {
		font-size: 22px;
		margin-bottom: 50px;
	}
	aside.sidebar h5 {
		margin-left: -30px;
	}
}
/* Large Displays: 1024px - 1280px */
@media only screen and (min-width: 64em) {
	.orbit-bullets {
		display: block;
		position: absolute;
		left: 40px;
		top: 460px;
		margin-bottom: 0;
	}
	.home-slider h2 {
		font-size: 28px;
		margin-bottom: 50px;
	}
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 80em) {

}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {

}