/*
Theme Name: Mouths of the South Theme
Theme URI: http://digwp.com
Description: Theme created for Mouths of the South Auctions
Author: Dexter Adams
Author URI: https://dapd.net
Version: 1
*/
@import 'css/reset.css';
@import 'css/estro.css';
@import 'css/font-awesome.min.css';
@import 'css/flexslider.css';
@import 'css/prettyPhoto.css';
@import 'css/bootstrap.css';

@media screen {
	* {
		margin: 0;
		padding: 0;
	}

	body,
	html {
		width: 100vw;
		height: 100vh;
	}

	body {
		background: url(images/bg.jpg) center top no-repeat fixed;
		background-size: cover;
		font-family: "Open Sans", Serif;
		font-weight: 400;
		font-size: 1.3rem;
		-webkit-font-smoothing: antialiased;
		color: #777;
	}

	h1, h2, h3 { /* font-family:"Estro"; */
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 15px 0;
		line-height: 1.2em;
		letter-spacing: -.05em;
		color: #111;
	}

	h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.2em;
	}

	hr {
		height: 0;
		border: 0;
		outline: 0;
		margin: 0 0 15px;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	p {
		margin: 0 0 15px 0;
	}

	p:last-child {
		margin: 0 0 0 0;
	}

	a {
		text-decoration: none;
		color: #003B22;
	}

	a:hover {
		color: #111;
		text-decoration: none;
	}

	blockquote {
		padding: 15px;
		background: #F5ECE9;
		margin: 5px 0 20px;
		font-weight: 600;
		font-size: 1.1em;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	blockquote p {
	}

	blockquote p:last-child {
		margin: 0;
	}

	div {
	}

	strong {
		font-weight: 800;
	}

	table {
		margin: 0 0 20px;
		border: 1px solid #DDD;
		border-right: 0;
		border-bottom: 0;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box; /* Firefox */
		-webkit-box-sizing: border-box; /* Safari */
	}

	table tr td {
		padding: 10px;
		border-right: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
	}

	table tr td::empty {
		display: none;
	}

	ol, ul {
		margin: 0 0 15px 0;
	}

	ol {
	}

	ul {
		margin-left: 25px;
	}

	ol li {
	}

	ul li {
		list-style: square;
	}

	#wrapper {
		background: rgba(255, 255, 255, .2);
		padding: 20px 20px 30px;
		position: relative;
		min-height: 866px;
	}

	#sidebar-1,
	#sidebar-2 {
		position: relative;
		z-index: 2;
	}

	#sidebar-1 {
		width: 280px;
		padding-right: 10px;
	}

	#sidebar-2 {
		width: 190px;
		padding-left: 10px;
		top: 245px;
	}

	.mos-top-right {
		width: 552px;
		height: 490px;
		position: absolute;
		background: url(images/top-right.png) center center no-repeat;
		z-index: 1;
		right: -30px;
		top: -5px;
	}

	.mos-body-wrap {
		position: relative;
		z-index: 2;
	}
}


@media only screen and (min-width: 1220px) {
	#wrapper {
		width: 1200px;
		margin: 0 auto;
	}

	header .description {
		font-weight: 700;
		color: #FFF;
		margin-bottom: 10px;
	}

	.body {
		width: 1200px !important;
		margin: 0 auto;
	}

	.mos-body-wrap {
	}

	.mos-auction-wrap {
		min-width: 642px;
	}

	.mos-post-wrap {
		min-width: 642px;
		min-height: 680px;
	}

	#sidebar-1 {
		width: 280px;
		padding-right: 10px;
	}

	#sidebar-2 {
		width: 190px;
		padding-left: 10px;
	}

	.mos-company-address-area {
		height: 120px;
	}

	.mos-connect-area {
	}

	.mos-connect-area a {
		color: rgb(255, 255, 255);
		display: inline-block;
	}

	.mos-connect-area a.link-email {
		margin-right: 10px;
	}

	.mos-connect-area a.link-fb {
	}
}

@media only screen and (max-width: 1219px) {
	#wrapper {
		width: 1100px;
		margin: 0 auto;
	}

	header .mos-logo-area {
		width: 252px !important;
	}

	header h1 a {
		display: block;
		width: 252px !important;
		height: 104px !important;
		background: url(images/header.gif) left center no-repeat;
		background-size: 100% auto !important;
		text-indent: -9999em;
	}

	header .description {
		font-size: 1em;
	}

	.body {
		width: 1100px !important;
		margin: 0 auto;
	}

	.mos-body-wrap {
	}

	.mos-auction-wrap {
		min-width: 610px;
	}

	.mos-post-wrap {
		min-width: 610px;
		min-height: 680px;
	}

	#sidebar-1 {
		width: 280px;
		padding-right: 10px;
	}

	#sidebar-2 {
		width: 190px;
		padding-left: 10px;
	}

	.mos-company-address-area {
		font-size: .9em;
	}

	.mos-connect-area {
	}

	.mos-connect-area a {
	}

	.mos-connect-area a.link-email {
	}

	.mos-connect-area a.link-fb {
	}
}

@media only screen and (max-width: 1000px) {
	#wrapper {
		width: 99%;
		margin: 0 auto;
	}

	header .description {
		font-size: 1em;
	}

	.mos-top-right {
		width: 400px;
		height: 355px;
		position: absolute;
		background: url(images/top-right.png) center center no-repeat;
		background-size: 100% auto;
		z-index: 1;
		right: 30px;
		top: 45px;
	}

	.body {
		width: 99% !important;
		margin: 0 auto;
	}

	.mos-body-wrap {
	}

	.mos-auction-wrap {
		min-width: 497px;
	}

	.mos-post-wrap {
		min-width: 497px;
		min-height: 680px;
	}

	#sidebar-1 {
		width: 280px;
		padding-right: 10px;
	}

	#sidebar-2 {
		width: 190px;
		padding-left: 10px;
	}

	.mos-company-address-area {
		height: 120px;
	}

	.mos-connect-area {
	}

	.mos-connect-area a {
		color: rgb(255, 255, 255);
		display: inline-block;
	}

	.mos-connect-area a.link-email {
		margin-right: 10px;
	}

	.mos-connect-area a.link-fb {
	}
}


/* UNIV CLASSES */
.aligntop {
	vertical-align: top;
}

.alignmiddle {
	vertical-align: middle;
}

.cell-wrap {
	display: table;
}

.cell {
	display: table-cell;
}

.fullwidth {
	width: 100%;
}

.margin-bottom {
	margin-bottom: 15px;
}

.pp_social {
	display: none;
}

/* TRANSITIONS */
nav ul li a,
#sidebar a,
#sidebar li {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


#container {
	display: table;
}

#main {
	display: table-cell;
}


#color-bar {
	height: 8px;
	background: rgb(126, 178, 96);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}


#masthead {
}


/* CONTACT FORM */
.mos-contact-form {
}

.mos-contact-form label i {
	font-size: .5em;
}

.mos-contact-form .label {
}

.mos-contact-form-name {
}

.mos-contact-form-first-name {
	padding-right: 20px;
}

.mos-contact-form-last-name {
}

.mos-contact-form-email {
}

.mos-contact-form-address {
}

.mos-contact-form-city-state {
}

.mos-contact-form-city {
	padding-right: 20px;
}

.mos-contact-form-state {
}


/* ATTACHMENTS */
.mos-auction-flyer-link {
	color: #FFF;
}

.mos-auction-flyer-link:hover {
}


nav {
	background: #F1E6E3;
}

nav ul {
	margin: 0;
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(255, 255, 255, .2);
}

nav[role="navigation"] ul ul {
	position: absolute;
	top: 50px;
	background: #C06D52;
	z-index: 10;
	min-width: 130px;
	border: 0;
}

nav[role="navigation"] li {
	float: left;
	display: inline-block;
	position: relative;
	white-space: nowrap;
}

nav[role="navigation"] li li {
	float: none;
	display: block;
}

nav ul li a {
	font-weight: 600;
	display: block;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -.06em;
	padding: 0 15px;
	color: #003B22;
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-left: 1px solid rgba(255, 255, 255, .2);
}

nav ul li a span {
	font-size: 1.5em;
}

nav ul li a span:before {
	position: relative;
	top: 2px;
}

nav ul li a:hover {
	background: #003B22;
	color: #FFF;
}

header {
	padding: 15px 0;
	margin-bottom: 5px;
	position: relative;
}

header .mos-logo-area {
	width: 292px;
	padding-right: 20px;
}

header h1 {
}

header h1 a {
	display: block;
	width: 292px;
	height: 120px;
	background: url(images/header.gif) left center no-repeat;
	text-indent: -9999em;
}

header h1 a:hover {
}

header .description {
	font-weight: 700;
	color: #FFF;
	margin-bottom: 10px;
}

header .gavel {
}


/* SECTION TITLES */
.mos-section-title-auctions {
	font-weight: 800;
	letter-spacing: -.05em;
	padding: 0;
	margin: 0 0 20px;
}

.mos-section-title-auction-images {
	background: #111;
	color: #FFF !important;
	line-height: 40px;
	margin: 20px 0 0 0;
	font-size: 1em;
	padding: 0 10px;
}

.mos-view-all-images {
	text-transform: none;
	font-size: .9em;
	color: rgb(255, 255, 255);
	position: absolute;
	display: inline-block;
	right: 10px;
	top: -40px;
	z-index: 1;
	line-height: 40px;
}

.mos-view-all-images:hover {
	color: #AAA;
}

.mos-auction-image-thumb {
	background-size: 100% auto;
	height: 100%;
	display: block;
}

.mos-company-address-area {
	color: #FFF;
}

.mos-connect-area {
	text-align: right;
	padding: 10px;
}

.mos-connect-area a {
	color: rgb(255, 255, 255);
	display: inline-block;
}

.mos-connect-area a.link-email {
	margin-right: 10px;
}

.mos-connect-area a.link-fb {
}


.mos-page-title {
	font-size: 3em;
	font-weight: 800;
	text-align: center;
	color: rgb(0, 82, 47);
	text-shadow: 0 1px 0 rgb(255, 255, 255), 0 2px 0 rgb(200, 200, 200);
	margin-bottom: 25px;
}

.mos-body-wrap {
	float: left;
	display: block;
}

.mos-body-wrap,
.mos-body-wrap-full {
}

.mos-body-wrap-full {
	float: none;
	margin: 0;
}

.mos-post-wrap {
	background: rgb(255, 255, 255);
	border-left: 8px solid rgb(126, 178, 96);
}

.mos-post-wrap,
.mos-auction-wrap {
	padding: 30px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mos-auction-wrap {
	background: rgb(126, 178, 96);
	color: rgb(255, 255, 255);
}

.mos-auction-wrap.real-estate {
	background: #40AF86;
}

.mos-auction-wrap h2 {
	color: rgb(12, 12, 12);
}

.mos-auction-wrap h2 [class^="icon-"]:before {
	top: 4px;
}

#auction-1 {
}

.mos-auction-wrap span {
	display: inline-block;
}

.mos-auction-map,
.mos-auction-date-time,
.mos-auction-location {
}

.mos-auction-name {
	color: rgb(12, 12, 12);
	font-size: 2.5em;
	line-height: 1;
	font-weight: 200;
}

.mos-auction-details-area {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 15px;
}

.mos-auction-date-time {
}

.mos-auction-location {
}

.mos-auction-map {
	width: 200px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.mos-auction-dates {
}

.mos-auction-times {
}

.mos-auction-address {
}

.mos-auction-town {
}

.mos-auction-state {
}

/* map */
.em-map-balloon {
}

.em-map-balloon .em-map-balloon-content {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font-size: 10px !important;
	color: #000 !important;
	width: auto !important;
	max-width: 200px !important;
	height: auto !important;
	max-height: none !important;
}

.em-map-balloon .em-map-balloon-content h2 {
	color: #444;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 8px;
}


/* EVENT PAGINATION */
.em-pagination {
	margin-bottom: 20px;
	display: block;
}

.em-pagination .page-numbers {
	padding: 3px 10px;
	background: rgb(126, 178, 96);
	color: rgb(10, 10, 10);
	margin-right: 1px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.em-pagination .current {
}

.em-pagination .next {
}

.em-pagination .prev {
}


/* SINGLE AUCTION GALLERY */
.mos-single-auction-gallery {
	margin-bottom: 15px;
}

.mos-single-auction-gallery .cell {
	vertical-align: top;
}

.mos-single-auction-gallery .gap {
	width: 15px;
}

.mos-single-auction-gallery a {
}

.mos-single-auction-gallery a:hover {
}

.mos-single-auction-gallery a img {
	max-width: 100%;
	height: auto;
}


.mos-post-wrap {
	margin-bottom: 10px;
}


#meta {
}

.postmetadata {
}


#sidebar-1,
#sidebar-2 {
	display: table-cell;
	vertical-align: top;
}

#sidebar-1 {
	width: 280px;
	padding-right: 10px;
}

#sidebar-2 {
	width: 190px;
	padding-left: 10px;
}

#sidebar-1 .widget {
}

#sidebar-1 .widget h2 {
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 0;
	text-transform: none;
}

#sidebar-1 .widget ul {
	margin-left: 0;
}

#sidebar-1 .widget ul li {
	list-style: none;
}

/* WIDGETS */
/* nav */
.widget_nav_menu {
}

.widget_nav_menu h2 {
	display: none;
}

.widget_nav_menu .menu {
	margin: 0;
}

.widget_nav_menu .menu li {
	margin: 0 0 4px;
}

.widget_nav_menu .menu li a {
	background: rgb(126, 178, 96);
	padding: 0 15px;
	line-height: 60px;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* real estate auction */
.widget_nav_menu .menu li#menu-item-75 a {
	background: #40AF86;
}

.widget_nav_menu .menu li#menu-item-75 a:hover {
	background: #2D7D60 !important;
}

.widget_nav_menu .menu li a:hover {
	background: rgb(0, 82, 47);
}

/* events manager */
.widget_em_widget {
}

.widget_em_widget h2 {
	background: rgb(126, 178, 96);
	padding: 0 15px;
	line-height: 60px;
	margin: 0 0 4px;
	margin: 0;
	color: rgb(255, 255, 255);
	font-size: 1.4em !important;
	font-weight: 700 !important;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.widget_em_widget h3 {
	font-size: 1em;
	font-weight: 800;
}

.widget_em_widget > ul {
	margin: 0 0 10px;
	padding: 15px;
	background: rgb(255, 255, 255);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.widget_em_widget ul li {
}

/* text widget */
.widget_text {
	padding: 15px;
	background: rgb(255, 255, 255);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.widget_text h2 {
	font-size: 1.1em;
}

#text-2 {
}

#text-2 h2 {
	color: rgb(200, 22, 53);
	font-weight: 900 !important;
}

#text-3 {
	margin-bottom: 10px;
}

.widget_connect {
	display: block;
	margin: 0;
}

.widget_connect li {
	display: block;
	list-style: none;
}


/* FOOTER */
footer {
	background: #1E1F21;
	position: fixed;
	height: 54px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

footer .cell {
	vertical-align: middle;
	height: 54px;
}

footer .cell.designer {
	width: 25%;
	text-align: right;
}

footer .cell.designer a {
	display: inline-block;
}

footer .cell.designer a img {
	width: auto;
	height: 30px;
	margin-left: 10px;
	vertical-align: middle;
}

footer .cell-wrap {
	display: table;
	width: 100%;
}

footer h3 {
	color: #7A7F85;
}

footer .inner {
	color: #595C5F;
	position: relative;
}

footer .legal {
	background: #191919;
	color: #444;
}

footer .legal a {
	color: #555;
}

footer .legal a:hover {
	color: #FFF;
}


.navgation {
}

.next-posts {
}

.prev-posts {
}

#searchform {
}

#s {
}

#searchsubmt {
}


.wp-caption {
	text-align: center;
	padding: 0 0 15px 0;
	font-size: 70%;
	line-height: 100%;
	color: #555;
}

.wp-caption img {
	border: 0;
	margin: 0 0 8px 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

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

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

.aligncenter, div.aligncenter, img.aligncenter {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
	height: auto;
}

img.alignleft, img.alignright, img.aligncenter {
}


/* CALENDAR */
.fc-event-skin {
}

form {
}

input[type=text] {
}

textarea {
}

.auction-carousel {
	height: 150px;
}

.auction-gallery {

}

.auction-gallery .auction-gallery__item {
	margin-bottom: 30px;
}

.auction-gallery .auction-gallery__item a {

}

.auction-gallery .auction-gallery__item a img {
	max-width: 100%;
	height: auto;
}
