/*
 Theme Name:	ScotchNoob5
 Theme URI:	http://dev.scotchnoob.com/
 Description:	Child Theme for ScotchNoob
 Author:	Nathan Keeney
 Author URI:	http://scotchnoob.com/
 Template:	blogghiamo-pro
 Version:	1.0.0
*/

#page {
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: solid black 4px;
	border-right: solid black 4px;
/*	background-color: #E3B078 !important; /* to fill up the sidebar */
	background: linear-gradient(
		to right,
		
		#f6ebce,
		#f6ebce 69%,
		
		#E3B078 69%,
		#E3B078
	  );
	max-width: 995px;
}

a {
	color: #AC2D00;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #FF6600;
}

.theSharebutton a {
	color: white;
}

.theTop {
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
	position: relative;
}

#secondary.widget-area {
	width: 25%;
}

.site-branding img {
	margin-bottom: -50px !important;
}

.socialLine {
	display: none;
}

.main-navigation {
	margin-bottom: 0px;
}
.main-navigation a {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #6E2A14;
	color: white;
}
.main-navigation ul {
	padding-left: 360px;
}
.main-navigation ul ul {
	padding-left: 0px;
	top: auto;
}

.main-navigation li {
	background-color: black;
}
.main-navigation ul li:hover > a {
	background: rgba(110,42,20,0.5);
}
.main-navigation #menu-top-menu > li:last-child { /* search */
	display: none;
}
.main-navigation .sub-menu {
	padding-right: 4px;
	padding-bottom: 4px;
}

nav#site-navigation {
	line-height: 1.0;
}
/* This centers the menu items when scrolling */
.menuFixed {
	max-width: 990px;
}
.menuFixed ul {
	padding-left: 0px;
	text-align: center;
}
.menuFixed ul li {
	float: none;
	display: inline-block;
}

.menuFixed .menu-toggle {
	text-align: left;
}

.advHeader {
	background-color: #6e2a14;
	padding: 5px;
	padding-right: 7px;
	position: absolute;
	margin-top:40px;
}

.topBannerAd {
	background-color: #E3B078;
	padding: 5px;
	margin-right: -15px;
}

#primary.content-area {
	margin-top: 100px;
	padding-right: 0.5em !important;
	background-color: #f6ebce !important;
	width: 75%;
	position: relative;
}

.content-bottleImg { /* only for "short" exceprts */
	margin-bottom: 6px;
	display: inline-block;
	padding-top: 2em;
	margin-top: 1.5em;
}

main>article:nth-of-type(odd) .content-bottleImg {
	float:left;
	margin-left: 0px;
	margin-right: 1.5em;
}
main>article:nth-of-type(even) .content-bottleImg {
	float: right;
	margin-left: 1.5em;
	margin-right: 0px;
}

.single-bottleImg {
	margin: 2em 1.5em 0.5em 0px;
	float: left;
	display: inline-block;
	width: 18em;
	padding-top: 2em;
	padding-left: 2em;
}

article {
	background-color: #f6ebce !important;
}

.entry-title {
	color: #AC2D00;
}
.entry-title a {
	color: #AC2D00;
}

.entry-featuredImg {
	display: none;
}

.entry-summary {
	background-color: transparent !important;
}
.entry-content {
	background-color: transparent;
}
.entry-footer {
	clear: both;
	margin-bottom: 20px;
}

/* Sidebar */

.widget {
	background-color: #E3B078 !important;
	margin-bottom: 0px;
	padding-left: 1.3em;
	padding-right: 1.3em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.widget a {
	color: #AC2D00;
}
.widget-title {
	margin-bottom: 1em;
}

.widget ul {
	padding-left: 1em;
	line-height: 1.2;
}

.widget_search {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.7em !important;
}

.widget_search .search-submit {
	display: inline;
	background-color: #6E2A14;
	height: 40px;
}

input[type="search"] {
	width: calc(100% - 4.8em) !important;
}

/* End Sidebar */

span.count-views {
	display: none;
}

footer.site-footer {
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: black;
	color: white;
}

.menu-toggle {
	background-color: transparent !important;
	position: relative;
	border: 0px !important;
}

/* Filter Form */

.filter-ui {
	width: 160px;
	padding: 6px;
	float: left;
}

.filter-ui:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.filter-ui .filter-entry {
	margin-bottom: 1.5em;
}

.filter-ui fieldset {
	border: solid black 1px;
	padding: 6px;
	width: 100%;
}

.filter-ui legend {
	padding: 6px;
}

.filter-ui select {
	width: 100%;
}
.filter-ui input[type=text] {
	width: 100%;
}
.filter-ui input[type=date] {
	width: 100%;
}
.filter-ui input[type=button], .filter-ui input[type=submit] {
	width: 72px;
}

.filter-ui ul {
	list-style-type: none;
	margin-left: 0.5em;
}

#filter_results {
	display: inline-block;
	padding: 14px;
	margin-top: 36px;
	max-width: 75%;
}
#filter_results h4 {
	font-size: 14px;
}

/* For paging UI like the one on Reviews */
.paging ul {
    float:left;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 20px;
}
.paging ul li {
    float:left;
    margin:0px 0px 2px 0px;
}
.paging ul li a {
    background-color:#000;
    color:#FFF;
    padding:7px 11px 7px 11px;
    font-size:12px;
    border:solid 2px #000;
    margin-left:1px;
}
.paging ul li .current, .paging ul li .dots  {
    background-color:#FFF;
    color:#000;
    padding:7px 11px 7px 11px;
    font-size:12px;
    border:solid 2px #000;
    margin-left:1px;
}
.paging ul li a:hover {
    background-color:#333;
}
/* End paging UI */

input[type="date"], select {
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: rgba(0,0,0,0.05);
	border-radius: 2px;
	outline: none;
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

input[type="date"]:focus, select:focus {
	border: 1px solid #f7c322;
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

/* End Filter Form */

/* Review Block */
.review_block_title {
	font: normal 140%/100%;
	color: #000000;
	margin: 0px;
}
.review_block_subtitle {
	color: #000000;
}
.review_block_map {
	float:left;
	margin-right:8px;
	vertical-align:bottom;
	padding-bottom:8px;
}
.review_block_mark {
	font: normal 140%/100%;
	color: #000000;
	margin: 2px 0px 5px;
}
.review_block_mark_container {
	position:relative;
	width:100%;
	height: 31px;
}
.review_block_mark_small {
	font: normal 120%/100%;
	color: #000000;
	margin-top: -15px;
	margin-bottom: 5px;
	position:absolute;
	right: 2px;
	white-space: nowrap;
}
.review_block_price {
	color: #000000;
}
.review_block_acquired {
	color: #000000;
	margin-bottom: 6px;
	line-height: 1.2;
}
.review_block_info {
	font-style: italic;
	font-size: 75%;
}
.distillery {
	font: normal 95%/115%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1em;
	padding-bottom: 1em;
	border: dotted #AC2D00 3px;
	margin: 0px;
	margin-bottom: 2em;
	background-color:#DCBE8B;
	position: relative;
	line-height: 1.5;
}
.distillery > img:first-child {
	position:absolute;
	left: -24px;
	top: -34px;
}
.distillery h2 {
	font-size: 20px;
	color: #AC2D00;
	margin-top: 5px;
	margin-left: 48px;
	margin-bottom: 10px;
}

/* End Review Block */

.comments-area {
	background-color: #fbf5e7;
}
#comments .reply {
	top: 50px;
}

#comments article .comment-content {
	font-size: 80%;
}

div#comments {
    padding-left: 0.5em;
}
#thrive-comments .tcm-comments-list .tcm-comment-item {
    background-color: #fbf5e7 !important;
}

/* Media Queries */

@media all and (max-width: 985px) {
	#primary.content-area, #secondary.widget-area {
		width: 100%;
	}
	#page {
		background: #E3B078 !important; /* to fill up the sidebar */
	}
}

@media screen and (max-width: 856px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	
	.menu-toggle {
		color: #999999;
	}
	
	.menu-toggle:focus, .menu-toggle:hover {
		color: #ffffff;
	}

	.main-navigation ul {
		display: none;
	}
	
	.menu-toggle, .main-navigation.toggled .nav-menu {
		display: block;
		width: 100%;
		border-radius: 2px;
		text-align: left;
		float: left;
		padding: 1.5em;
	}
	
	.main-navigation.toggled .nav-menu {
		padding: 0 1.5em 1.5em;
	}
	
	.main-navigation.toggled .nav-menu ul {
		display: block;
		left: auto;
		position: relative;
		top: 0;
		border-bottom: 0px;
		padding-left: 5%;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
	
	.main-navigation.toggled ul ul a {
		font-size: 100%;
		width: 100%;
	}
	.main-navigation #menu-top-menu > li:last-child { /* search */
		display: list-item;
	}
	
	.menu-toggle:hover {
		color: #ffffff;
	}
	
	.menu-toggle i {
		float:right;
		margin-left: 10px;
		line-height: 20px;
	}
	
	.menu-toggle {
		text-align: right;
	}
	
	.main-navigation li {
		width: 100%;
	}
	
	.main-navigation a {
		border-bottom: 1px solid black;
		padding: 1.5em;
	}
	
	.advHeader {
		width: 100%;
		margin-top: 50px;
	}
	
	.filter-ui {
		width: 100%;
		clear: both;
	}
	
	.filter-ui .filter-entry {
		margin-bottom: 0.5em;
	}
	
	.filter-ui ul {
		margin-bottom: 0.5em;
	}
	
	.filter-ui ul li {
		display: inline;
		margin-right: 1em;
	}
}
@media all and (max-width: 767px) {
	.advHeader {
		display: block;
	}
}
@media all and (max-width: 479px) {
	#filter_results img {
		display: block;
		margin-bottom: 1em;
		height: 20px;
		width: auto;
	}
	.advHeader {
		display: block;
	}
}