/*
Theme Name: Sally Seltmann 2016
Theme URI: http://sallyseltmann.com/
Author: FADE Agency
Author URI: http://fadeagency.com
Description: Sally Seltmann
Version: 1.0
Text Domain: sally-seltmann
Domain Path: /languages/
*/


@font-face {
	font-family:'GeosansLight-Regular';
	src: url('fonts/GeosansLight_gdi.eot');
	src: url('fonts/GeosansLight_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/GeosansLight_gdi.woff') format('woff'),
		url('fonts/GeosansLight_gdi.ttf') format('truetype'),
		url('fonts/GeosansLight_gdi.svg#GeosansLight-Regular') format('svg');
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;
}
.logo {
	font-size: 56px;
	font-family: 'GeosansLight-Regular';
	text-transform: uppercase;
	line-height: 1em;
}

/* =Global
----------------------------------------------- */

body,
button,
select,
textarea {
	color: #000;
	font-family: 'GeosansLight-Regular', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	border-top: 1px dotted #eeeeee;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {

}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* Links */
a {
	color: #9c9c9c;
}
a:visited {
	color: #999;
}
a:hover,
a:focus,
a:active {
	color: #c9c9c9;
	text-decoration: none;
}


.fa {
	color: #000;
}
.fa:hover {
color: #c9c9c9;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =CUSTOM BOOTSTRAP STYLES
----------------------------------------------- */

body {
	background-color: #fff;
	padding-top: 60px;
}
.wp-pagenavi a.extend, a.last {
	display: none;
 }
.postdate {
	float: left;
	display: inline;
	margin: 0 10px 20px 0;
	padding: 2px 0 0 0;
	width: 80px;
	height: 66px;
	text-align: left;
	background: url(img/diamond-test.svg) no-repeat;

}
.postmonth{
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'GeosansLight-Regular', sans-serif;
	font-weight: 700;
	padding: 2px 0px;
	margin-top: 5px;
}
.postday{
	color: #000;
 	font-size: 28px;
	font-family: 'GeosansLight-Regular', sans-serif;
	padding: 0px 0px;
	margin-top: -10px;
}

.navbar-default {
	background-color: #ffffff;
	border-color: #000;
	border: none;
        text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 16px;
	font-family: 'GeosansLight-Regular', sans-serif;
	font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #9c9c9c;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
 {
	color: #000;
	background-color: #fff;
 	font-size: 16px;
	font-family: 'GeosansLight-Regular', sans-serif;
}
.navbar-default .navbar-toggle {
	font-size: 16px;
	font-family: 'GeosansLight-Regular', sans-serif;
	background-color: #fff;
	color: #000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #000;
	color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
h1, .h1, h1 a {
	font-size: 24px;
	font-family: 'GeosansLight-Regular', sans-serif;
	color: #000;
       text-transform: uppercase;
}
h1 a:hover {
	text-decoration: none;
	color: #c9c9c9;
}

h2, .h2, h2 a {
	font-size: 20px;
	font-family: 'GeosansLight-Regular', sans-serif;
	color: #000;
        text-transform: uppercase;
}
h2 a:hover {
	text-decoration: none;
	color: #c9c9c9;
}

.col-md-12 {
	text-align: center;
	margin: 40px 0 60px 0;
}


/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
        font-size: 18px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #000000;
	padding: 5px 8px;
	margin: 2px;
        color: #000000;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
background: #000000;
color: #ffffff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

#footer {
	margin: 50px 0 20px 0;
	border-top: 1px dashed #eeeeee;
	padding-top: 20px;
}


.icons {
	list-style:none;
	height:34px;
	padding: 0;
	margin: 0 0 0px 0;
}
.icons ul {
clear: both;
}
.icons li {
	padding:0;
	margin:0;
	display:inline;
}

.icons li a {
	float:left;
	margin:0 10px 0 0;
}

.icons li a span {
	display:none;
}

li.icon-facebook a {
	height:34px;
	background-image:url(img/icon-facebook.png);
	background-repeat:no-repeat;
	width:34px;
}
li.icon-twitter a {
	height:34px;
	background-image:url(img/icon-twitter.png);
	background-repeat:no-repeat;
	width:34px;
}
li.icon-tumblr a {
	height:34px;
	background-image:url(img/icon-tumblr.png);
	background-repeat:no-repeat;
	width:34px;
}
li.icon-myspace a {
	height:34px;
	background-image:url(img/icon-myspace.png);
	background-repeat:no-repeat;
	width:34px;
}
li.icon-instagram a {
	height:34px;
	background-image:url(img/icon-instagram.png);
	background-repeat:no-repeat;
	width:34px;
}
#home-page {
	text-align: center;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}
.mailing-button {
margin-top: 10px;
}
.front-form {
width: 300px;
text-align: center;
margin: 0 auto;
}

.fade-logo {
float: right;
}

.btn-home {
font-size: 15px;
margin-bottom: 10px;
}
.btn {
text-transform: uppercase;
}
.page-title {
font-size: 30px;
text-transform: uppercase;
}
.btn-default {
font-size: 15px;
}