/*
Theme Name: Fitzpatrick 2.3
Theme URL: http://fitzpatrickmusic.net/
Author: Andrew Fishel
Author URL: http://andrewfishel.com/
Description: The theme for fitzpatrickmusic.net.
Version: 2.3
License: GNU General Public License
License URL: license.txt
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}

/* =Reset END
-------------------------------------------------------------- */

/*======================= STANDARD STYLES =======================*/


/* 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 */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    position: absolute;
        top: 1.5em;
        left: 0;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
    cursor: pointer;
}
.main-small-navigation .menu {
    display: none;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.entry-meta {
    clear: both;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.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;
    max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    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-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 {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-content .nav-previous {
    float: left;
    width: auto;
    margin-right: 1em;
    margin-bottom: 1em;
    max-width: 66%;
}
.site-content .nav-next {
    float: left;
    width: auto;
    margin-right: 1em;
    margin-bottom: 1em;
    max-width: 66%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
 	padding: 3px;
 	margin-left: 5px;
}

#searchwidget {
	display: inline-block;
}

#searchwidget input[type=submit] {
	padding: 3px;
 	margin-left: 5px
}


/*===================== END STANDARD STYLES =====================*/



/*=================== CONTENT-SIDEBAR LAYOUT ====================*/


/* =Structure
----------------------------------------------- */
#primary {

margin: 0 -25% 0 0;
width: 100%;
}
#content {

}
#secondary { /* Sidebar 1 */
float: right;
overflow: hidden;
width: 25%;
display: none;
}
#tertiary { /* Sidebar 2 */
clear: right;
display: none;
}
.site-footer {
clear: both;
width: 100%;
}

.site {
    margin: 0 auto;
    max-width: 900px;
}


/*================= END CONTENT-SIDEBAR LAYOUT ==================*/



/*====================== BASIC CSS REBUILD ======================*/

/*
font-face rules
*/

/*
========== ALEO ==========
*/

@font-face {
font-family: 'Aleo';
font-weight: normal;
src: url('resources/fonts/aleo/eot/Aleo-Regular-webfont.eot');
src: url('resources/fonts/aleo/eot/Aleo-Regular-webfont.eot?iefix') format('eot'),
url('resources/fonts/aleo/woff/Aleo-Regular-webfont.woff') format('woff'),
url('resources/fonts/aleo/ttf/Aleo-Regular-webfont.ttf') format('truetype'),
url('resources/fonts/aleo/svg/Aleo-Regular-webfont.svg#webfont') format('svg');
}

@font-face {
font-family: 'Aleo';
font-style: italic;
src: url('resources/fonts/aleo/eot/Aleo-Italic-webfont.eot');
src: url('resources/fonts/aleo/Aleo-Italic-webfont.eot?iefix') format('eot'),
url('resources/fonts/aleo/woff/Aleo-Italic-webfont.woff') format('woff'),
url('resources/fonts/aleo/Aleo-Italic-webfont.ttf') format('truetype'),
url('resources/fonts/aleo/svg/Aleo-Italic-webfont.svg#webfont') format('svg');
}

@font-face {
font-family: 'Aleo';
font-weight: bold;
src: url('resources/fonts/aleo/eot/Aleo-Bold-webfont.eot');
src: url('resources/fonts/aleo/eot/Aleo-Bold-webfont.eot?iefix') format('eot'),
url('resources/fonts/aleo/woff/Aleo-Bold-webfont.woff') format('woff'),
url('resources/fonts/aleo/ttf/Aleo-Bold-webfont.ttf') format('truetype'),
url('resources/fonts/aleo/svg/Aleo-Bold-webfont.svg#webfont') format('svg');
}

@font-face {
font-family: 'Aleo';
font-weight: bold;
font-style: italic;
src: url('resources/fonts/aleo/eot/Aleo-BoldItalic-webfont.eot');
src: url('resources/fonts/aleo/eot/Aleo-BoldItalic-webfont.eot?iefix') format('eot'),
url('resources/fonts/aleo/woff/Aleo-BoldItalic-webfont.woff') format('woff'),
url('resources/fonts/aleo/ttf/Aleo-BoldItalic-webfont.ttf') format('truetype'),
url('resources/fonts/aleo/svg/Aleo-BoldItalic-webfont.svg#webfont') format('svg');
}

/*
========== MONTSERRAT ==========
*/

@font-face {
font-family: 'Montserrat';
font-weight: bold;
src: url('resources/fonts/montserrat/eot/montserrat-bold-webfont.eot');
src: url('resources/fonts/montserrat/eot/montserrat-bold-webfont.eot?iefix') format('eot'),
url('resources/fonts/montserrat/woff/montserrat-bold-webfont.woff') format('woff'),
url('resources/fonts/montserrat/ttf/montserrat-bold-webfont.ttf') format('truetype'),
url('resources/fonts/montserrat/svg/montserrat-bold-webfont.svg#webfont') format('svg');
}

@font-face {
font-family: 'Montserrat';
font-weight: 200; /*light*/
src: url('resources/fonts/montserrat/eot/montserrat-light-webfont.eot');
src: url('resources/fonts/montserrat/eot/montserrat-light-webfont.eot?iefix') format('eot'),
url('resources/fonts/montserrat/woff/montserrat-light-webfont.woff') format('woff'),
url('resources/fonts/montserrat/ttf/montserrat-light-webfont.ttf') format('truetype'),
url('resources/fonts/montserrat/svg/montserrat-light-webfont.svg#webfont') format('svg');
}

/*
========== ENTYPO ==========
*/

@font-face {
font-family: 'Entypo';
src: url('resources/fonts/entypo/standard/eot/entypo.eot');
src: url('resources/fonts/entypo/standard/eot/entypo.eot?iefix') format('eot'),
url('resources/fonts/entypo/standard/woff/entypo.woff') format('woff'),
url('resources/fonts/entypo/standard/ttf/entypo.ttf') format('truetype'),
url('resources/fonts/entypo/standard/svg/entypo.svg#webfont') format('svg');
}

/*
========== ENTYPO SOCIAL==========
*/

@font-face {
font-family: 'Entypo Social';
src: url('resources/fonts/entypo/social/eot/entypo-social.eot');
src: url('resources/fonts/entypo/social/eot/entypo-social.eot?iefix') format('eot'),
url('resources/fonts/entypo/social/woff/entypo-social.woff') format('woff'),
url('resources/fonts/entypo/social/ttf/entypo-social.ttf') format('truetype'),
url('resources/fonts/entypo/social/svg/entypo-social.svg#webfont') format('svg');
}


/*
end font-face rules
*/


html {
	font-size: 62.5%
}

body, button, input, select, textarea {
	font-family: "Aleo", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #4D4D4D;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-bottom: 1.6rem;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

h2 {
	font-weight: 200; /*light*/
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-weight: 200; /*light*/
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}

h6 {
	font-weight: 200; /*light*/
	font-size: 12px;
	font-size: 1.2rem;
}

hr {
    background-color: #1a1a1a;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
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: 1.5em 0 1.5em 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #FFFFFF;
    font-family: Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, 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;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    color: rgba(0,0,0,.8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #111;
}
input[type=text],
input[type=email] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

a {
    color: #BE121D;
    transition: color 0.25s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #FF1A30;
    outline: 0;
}

.entry-title a{
	color: #1A1A1A;
	transition: color 0.25s ease-in-out;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
    color: #FF1A30;
}

.entry-title {
	line-height: 1.0rem;
}

.entry-meta {
	clear: both;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-bottom: 1.6rem;
	font-weight: 200; /*light*/
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-meta a {
	text-decoration: none;
}

span {
	display: inline;
}

/*==================== END BASIC CSS REBUILD ====================*/



/*======================== CUSTOMIZATION ========================*/

html, body {
	height: 100%;
	min-height: 100%;
}

html {

}

body {
	position: relative;
	width: 100%;
	z-index: 3;
	background-color: white;
	background-image: url("resources/images/craigpattern.png"), url("resources/images/texture.png");
	background-attachment: fixed;
	background-repeat: repeat;

}

#pagewrapper {
	height: auto;
	display: block;
	padding-top: 125px;
	z-index: 50;
	padding-bottom: 75px;
}

.entry-content p, .entry-content ul, .entry-content ol {
	width: 66%;
}

#navbar {
	position: fixed;
	width: 100%;
	height: 75px;
	z-index: 100;
	background-color: rgba(255,255,255,0.98);
	border-bottom: 1px solid #eee;
	display: none;
}

#navbar a {
	text-decoration: none;
	color: #4D4D4D;
}

#branding {
	position: absolute;
	width: 430px;
	height: 75px;
	font-weight: 100;
	/*display: none;*/
}

#branding span {
	position: absolute;
	top: 20px;
	left: 100px;
	font-size: 20px;
}

#logo {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("resources/images/logo.png");
	background-size: 100%;
	background-repeat: no-repeat;
	top: 12.5px;
	left: 25px;
}

#navlinks {
	position: absolute;
	display: inline;
	right: 50px;
	/*margin-top: 26.5px;*/
}

#navlinks span {
	display: inline-block;
	padding: 29px 20px 29px 20px;
	/*border-bottom: 10px solid #BE121D;*/
	margin-left:-4px;
	background-color: transparent;
	color: #4D4D4D;
	height: 18px;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

#navlinks span:hover {
	background-color: #4D4D4D;
	color: white;
}

#navlinks a {
	font-size: 12px;
	font-weight: 100;
	text-decoration: none;
}

.navselect {
	color: white;
	background-color: #d5d5d5;
}

.navselect-no-back {
	color: #BE121D;
}

#footwrapper {
	position: fixed;
	bottom: -50px;
	background-color: rgba(26,26,26,0.9);
	width: 100%;
	height: 75px;
	color: white;
	transition: bottom 0.25s ease-in-out;
	z-index: 99;
}

#footwrapper h6 {
}

#footwrapper a {
	color: white;
	text-decoration: none;
	transition: color 0.25s ease-in-out;
}

#footwrapper a:hover, #footwrapper a:active, #footwrapper a:focus {
	color: #FF1A30;
}

.foottext {
	display: inline-block;
	position: absolute;
	padding: 23.5px 20px 23.5px 20px;
	margin: 0 -4px;
}

.foottext svg {
  fill: white;
  transition: fill 0.25s ease-in-out;
  width: 25px;
  height: 25px;
}

.foottext svg:hover {
  fill: #FF1A30;
}

.foottext h6 {
	display: inline;
}

.left {
	text-align: left;
	left: 20px;
}

.right {
	text-align: right;
	right: 20px;
	padding: 0 20px;
}

.entypo, .entyposocial {
	font-size: 50px;
	padding-top: 0;
	display: inline;
	vertical-align: middle;
}

.entyposocial {
	font-family: "Entypo Social";
}

.entypo {
	font-family: "Entypo";
}

.infoicon {
	height: 35px;
	font-size: 35px;
	position: absolute;
	padding: 0;
	left: 15px;
	bottom: 55px;
	color: white;
	transition: bottom 0.25s ease-in-out;
}

#footwrapper:hover, footwrapper:active {
	bottom: 0;
}

#footwrapper:hover .infoicon {
	bottom: 29px;
}

header.entry_header {
	vertical-align: middle;
}

.entry-title {
	display: inline;
	padding: 0;
}

.post {
	border-bottom: 1px solid #1A1A1A;
	margin-bottom: 3em;
	padding-left: 65px;
}

footer.entry-meta {
	margin-bottom: 4em;
}

.avatar {
	display: block;
	float: left;
	position: absolute;
	margin-left: -32px;
	margin-top: -1px;
}

.miniNav {
	display: inline;
	float: right;
}

.miniNav h6 {
	margin: 0;
}

.miniNav span {
	display: inline-block;
	vertical-align: middle;
	margin: 2px 0 9px 20px;
}

.miniNav span a {
	text-decoration: none;
}

#headwrapper {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 51;
	overflow: hidden;
	z-index: -1;
	background-color: black;
}

#homevideo, #fallbackimage, #fader {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

#fallbackimage {
	background-color: black;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}

#fader {
	background-color: rgba(0,0,0, 0.65);
}

#splashtitle {
	position: absolute;
	width: 75%;
	height: 60%;
	z-index: 48;
	top: 0;
	left: 50%;
	margin: 12.5% 0 0 -37.5%;
	text-align: center;
	color: white;
	display: none;
	text-shadow: 0px 0px 4px #000000;
}


#craiglogo {
	width: 125px;
	height: 125px;
	background-image: url("resources/images/logo_splash.png");
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto 25px auto;
}

#themusicof h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
}

#craigname {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
}

#titlerule {
	height: 1px;
	width: 25%;
	background-color: white;
	margin: 0 auto 2.0em auto;
}

#scrollbuttonwrapper {
	position: fixed;
	width: 20%;
	z-index: 5;
	top: 60%;
	margin: 0 0 0 -10%;
	left: 50%;
	display: none;
	text-align: center;
}

#scrollbuttonwrapper a {
	text-decoration: none;
}

#scrollbutton {
	width: 125px;
	height: 125px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: 1;
	font-size: 150px;
	font-size: 15.0rem;
}

#home-title {
	max-width: 900px;
	margin: 0 auto;
}

.page-header {
	margin-bottom: 25px;
}

#homelinks {
    margin: 0 auto 15px auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

#homelinks li {
    margin: 1.65%;
	padding: 0px;
	float: left;
	width: 30%;
}

.outer {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}

.bartop {
	height: 15px;
	width: 100%;
	background-color: #eee;
	margin-bottom: 15px;
	transition: background-color 0.25s ease-in-out;
}

.imgholder {
	height: 65%;
	width: 100%;
	background-color: #4d4d4d;
	margin-bottom: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.overlay {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1.0;
	transition: opacity 0.25s ease-in-out;
}

.homethumblabel {
	position: absolute;
	background-color: rgba(255,255,255,0.95);
	top: 135px;
	left: 0;
	padding: 10px;
	margin: 5px;
	clear: both;
	color: #1a1a1a;
	font-family: "Montserrat", sans-serif;
	font-weight: 200; /*light*/
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.3;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	min-width: 89%
}

#homethumb1 {
	background-image: url("resources/images/homethumb_1_color.jpg");
}

#homethumb1overlay {
	background-image: url("resources/images/homethumb_1_bw.jpg");
}

#homethumb2 {
	background-image: url("resources/images/homethumb_2_color.jpg");
}

#homethumb2overlay {
	background-image: url("resources/images/homethumb_2_bw.jpg");
}

#homethumb3 {
	background-image: url("resources/images/homethumb_3_color.jpg");
}

#homethumb3overlay {
	background-image: url("resources/images/homethumb_3_bw.jpg");
}

#homelinks li:hover .overlay {
	opacity: 0;
}

#homelinks li:hover .homethumblabel {
	color: #be121d;
	background-color: #fff;
}

#homelinks li:hover .bartop {
	background-color: #be121d;
}

.barbottom {
	height: 1px;
	width: 100%;
	background-color: #1A1A1A;
}

#nav-above {
	display: none;
}

#nav-below a {
	font-family: "Montserrat", sans-serif;
	font-weight: 200; /*light*/
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.3;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #be121d;
	padding: 20px;
	color: #be121d;
	background-color: rgba(255,255,255,0.0);
	transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

#nav-below a:hover {
	background-color: rgba(255,255,255,0.8);
	border-color: #ff1a30;
	color: #ff1a30;
}

.ccf-form input, .ccf-form select, .ccf-form textarea {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	padding: 5px !important;
	background-color: white;
}

.ccf-form {
	width: 66%;
}

.ccf-form label {
	font-family: "Montserrat", sans-serif;
	font-weight: 200 !important; /*light*/
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.3;
	display: inline-block;
}

.ccf-form-wrapper .field {
	overflow: hidden;
}

#scrollUp {
	bottom: 35px;
	right: 15px;
	width: 50px;
	height: 50px;
	background-image: url("resources/images/top.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.edit-link {
	display: none;
}

#headerimg {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

img.wp-post-image,
img.attachment-thumbnail {
	width: 100%;
}

/* MUSIC ARCHIVE STYLES ===================================================== */

#music-archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#music-archive article {
  max-width: 280px;
	margin-bottom: 30px;
  margin: 0 10px 30px 10px;
	min-height: 480px;
	max-height: 480px;
  min-width: 270px;
	padding: 20px 0;
	border-top: 15px solid #ccc;
	border-bottom: 1px solid #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}

#music-archive article .entry-title {
  display: block;
  padding: 0 10px;
  margin-top: 0.5rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}

#music-archive article .entry-summary p {
  width: 93%;
	font-size: 16px;
	padding: 0 10px;
}

#music-archive footer {
  margin-top: auto;
  text-align: right;
  height: 40px;
}

#music-archive footer a, .cta {
	background-color: #be121d;
	padding: 12px;
	margin-right: 10px;
	color: white;
  text-decoration: none;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	transition: background-color 0.25s ease-in-out;
}

#music-archive footer a:hover, .cta:hover {
	color: white;
	background-color: #ff1a30;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.grow {
	background-color: rgba(255,255,255,0.0);
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transition: transform 0.25s ease-in-out, -ms-transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, background-color 0.25s ease-in-out, border-top 0.25s ease-in-out;
	-ms-transition: -ms-transform 0.25s ease-in-out, background-color 0.25s ease-in-out, border-top 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out, background-color 0.25s ease-in-out, border-top 0.25s ease-in-out;
}

.grow:hover {
	transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	-webkit-transform: scale(1.02,1.02);
	background-color: rgba(255,255,255,0.9);
	border-top: 15px solid #be121d !important;
}

#placeholder {
	width: 100%;
	max-width: 900px;
	height: 75px;
  margin-top: -27px;
  margin-bottom: 15px;
}

#filters-wrapper {
	width: 100%;
	max-width: 900px;
	height: 75px;
	background-color: rgba(255,255,255,0.98);
	z-index: 100;
	border-bottom: 1px solid #eee;
	padding: 0 10px;
	margin-left: -10px;
  position: relative;
}

.fixed {
	position: fixed !important;
	top: 76px;
}

#placeholder span {
	display: inline-block;
	padding: 15px;
}

#placeholder select {
	min-width: 150px;
	max-width: 150px;
	background-color: #eee;
	border: 1px solid #ddd;
}

#searchholder {
	position: absolute;
	right: 22px;
	top: 12px;
	display: block !important;
	width: 50px;
	height: 50px;
	background-image: url("resources/images/searchbutton.png");
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 0 !important;
	cursor: pointer;
}

#searchwidget {
	position: absolute;
	width: 225px;
	right: 10px;
	background-color: #eee;
	top: 76px;
	z-index: 98;
	padding-bottom: 20px !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.entry-header img {
	height: auto;
}

.entry-summary {
	margin-top: 10px;
}

.entry-summary p {
	width: 93%;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 10px;
}

.search-results article {
	display: inline-block;
	width: 30.77%;
	margin-left: 21px;
	margin-bottom: 30px;
	min-height: 450px;
	max-height: 450px;
	padding: 20px 0;
	border-top: 15px solid #ccc;
	border-bottom: 1px solid #1a1a1a;
	vertical-align: top;
}

.search-results #content {
	margin-left: -21px;
}

.search-results .page-title {
	margin-left: 21px;
}

.search-results article h1 {
	font-size: 18px;
	font-size: 1.8rem;
}

.search-results .entry-title {
	display: block;
	padding: 0 10px;
	line-height: 1.2;
}

#soundcloudwrapper {
	border: 5px solid #eee;
	min-height: 166px;
	margin-bottom: 24px;
}

.single-music .entry-content {
	position: relative;
	min-height: 850px;
}

.issuuembed {
	width: 100% !important;
	max-height: 155px;
}

#issuuscreenoverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.85);
	z-index: 2147483648;
	display: none;
}

#issuuholder {
	position: absolute;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}


#issuuholder iframe {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: 0 auto;
}

#closeissuu {
	height: 50px;
	width: 50px;
	background-image: url("resources/images/close.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: fixed;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

#openissuu span {
	display: none;
}

#issuusidebar {
	width: 22%;
	height: auto;
	background-color: #eee;
	position: absolute;
	top: 210px;
	right: 0;
	float: right;
	padding: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#issuuunavailable {
	position: relative;
	text-align: center;
	display: none;
	line-height: 1.6;
}

#currentissuuURL {
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

#youtubepreview {
	width: 100%;
	height: 137px;
	background-color: #bcbcbc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 1.6rem;
	cursor: pointer;
}

#youtubeicon {
	background-image: url("resources/images/youtube.svg");
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 137px;
}

#edd_download_pagination {
	display: none;
}

#loadingholder {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 15px;
	height: 50px;
}

#loadingindicator {
	width: 75px;
	height: 50px;
	background-image: url("resources/images/loader.gif");
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 auto;
	display: none;
}

#nomoreposts, #errorretrieve {
	height: 50px;
	display: inline-block;
	margin: 0 auto;
	display: none;
}

#hamburg {
	color: #be121d;
	display: none;
	position: absolute;
	right: 0;
	padding: 29px 20px 27px 20px;
}

#hamburg h6 {
	margin-bottom: 0px;
}

#mobilenav {
	display: none;
	position: absolute;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #4d4d4d;
	width: 100%;
	background-color: #eee;
	top: 76px;
	z-index: 100000000;
}

#mobilenav span {
	display: block;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	background-color: transparent;
	color: #4D4D4D;
	height: 18px;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	width: 200px;
	height: 35px;
	border-bottom: 1px solid #4d4d4d;
}

#mobilenav span:hover {
	background-color: #4D4D4D;
	color: white;
}

#mobilenav h3 {
	margin-bottom: 0;
	margin-top: 5px;
}

#mobilenav a {
	font-size: 12px;
	font-weight: 100;
	text-decoration: none;
}

#mobilefilters {
	padding: 28px 15px;
	color: #be121d;
	font-weight: bold;
	display: none;
}

#disclaimer {
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
	margin-top: 15px;
}

#backtomusic {
	text-decoration: none;
	cursor: pointer;
}

.type-music table {
  width: 66%;
  border-collapse: collapse;
}

.type-music table tr {
  border-bottom: 1px solid #cccccc;
}

.type-music table td {
  padding: 10px;
}

/*====================== END CUSTOMIZATION ======================*/



/*======================== MEDIA QUERIES ========================*/

@media all and (width: 1024px) and (height: 768px) {
	#homevideo {
		display: none;
	}
	#fallbackimage {
		display: block;
	}
}

@media all and (width: 768px) and (height: 1024px) {
	#homevideo {
		display: none;
	}
	#fallbackimage {
		display: block;
	}
}

@media all and (max-width: 1024px) {
	.overlay {
		display: none;
	}
}

@media all and (max-width: 975px) {
	#navlinks span {
		padding: 29px 15px;
	}

	#navlinks {
		right: 25px;
	}
}

@media all and (max-width: 910px) {
	.site {
		max-width: 850px;
	}

	#splashtitle {
		margin-top: 25%;
	}

	.homethumblabel {
		font-size: 15px;
		font-size: 1.5rem;
		top: 50%;
	}

	#homevideo {
		left: -35%;
	}
	#filters-wrapper, #placeholder {
		max-width: 850px;
	}
	.edd_download {
		width: 30.90% !important;
	}
	.search-results article {
		width: 30.60% !important;
	}
	.edd_download_inner, .search-results article {
		min-height: 475px;
	}
	#placeholder span {
		padding: 15px 10px;
	}
  #music-archive {
    justify-content: center;
  }
}

@media all and (max-width: 875px) {

	.site {
		max-width: 800px;
	}

	#navlinks span {
		padding: 29px 10px;
	}

	#navlinks {
		right: 15px;
	}

	#branding h2 {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 0;
	}

	#branding span {
		top: 25px;
	}

	.homethumblabel {
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 87%;
	}
	#filters-wrapper, #placeholder {
		max-width: 800px;
	}
	.edd_download {
		width: 30.75% !important;
	}
	.search-results article {
		width: 30.46% !important;
	}
	#placeholder span {
		padding: 15px 5px;
	}

}

@media all and (max-width: 825px) {

	.site {
		max-width: 725px;
	}

	.homethumblabel {
		font-size: 12px;
		font-size: 1.2rem;
		min-width: 86%;
	}

	.entry-content p {
		width: 90%;
	}

	.type-music .entry-content p {
		width: 66%
	}
	.columns {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	#filters-wrapper, #placeholder {
		max-width: 725px;
	}
	#placeholder select {
		min-width: 125px;
		max-width: 125px;
	}
	.edd_download_inner, .search-results article {
		min-height: 500px;
	}
	.edd_download {
		width: 30.5% !important;
	}
	.search-results article {
		width: 30.17% !important;
	}

}

@media all and (max-width: 768px) {

	#branding h2 {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 0;
	}

	#branding span {
		top: 27px;
		left: 80px;
	}

	#logo {
		left: 15px;
	}
	#footwrapper {
		height: 100px;
		bottom: -75px;
	}
	.right {
		text-align: left;
		left: 30px;
		top: 25px;
	}
	.infoicon {
		bottom: 80px;
	}
	#footwrapper:hover .infoicon {
		bottom: 54px;
	}
	#filters {
		display: none;
		position: absolute;
		z-index: 10;
		background-color: #eee;
		width: 275px;
		padding: 20px 0;
	}
	#filters-wrapper span {
		display: block;
		padding: 10px 20px;
	}
	#placeholder select {
		width: 150px;
		background-color: white;
	}
	#mobilefilters {
		display: inline-block;
	}
	.edd_download {
		width: 46.85% !important;
	}
	.edd_download_inner, .search-results article {
		min-height: 450px;
	}
	.search-results article {
		width: 46.92% !important;
	}
	.miniNav h6 {
		font-size: 10px;
		font-size: 1.0rem;
	}
}

@media all and (max-width: 752px) {
	.site {
		max-width: 650px;
	}

	#homelinks li {
		margin-left: 0.65%;
		margin-right: 0.65%;
		width: 32%;
	}

	#craigname {
		font-size: 36px;
		font-size: 3.6rem;
	}
	#filters-wrapper, #placeholder {
		max-width: 650px;
	}
	.search-results article {
		width: 46.5% !important;
	}
}

@media all and (max-width: 725px) {
	#branding h2 {
		display: none;
	}
	.columns {
		font-size: 10px !important;
		font-size: 1.0rem !important;
	}
}

@media all and (max-width: 675px) {
	.site {
		max-width: 575px;
	}

	.miniNav span {
		float: none;
		display: inline-block;
	}

	.miniNav h6 {
		margin-left: -18px;
	}

	#homelinks li {
		display: block;
		width: 100%;
	}

	.outer {
		padding-top: 85%;
		margin-bottom: -100px;
	}

	.homethumblabel {
		font-size: 24px;
		font-size: 2.4rem;
		max-width: 60%;
		margin: 15px;
		top: 48%;
		min-width: 50%;
	}
	#filters-wrapper, #placeholder {
		max-width: 575px;
	}
	.edd_download {
		width: 46.45% !important;
	}
	.search-results article {
		width: 46.15% !important;
	}
	.miniNav {
		float: none;
	}
	.miniNav h6 {
		text-align: left !important;
	}
	.type-music .entry-content p {
		width: 49%;
	}
	#issuusidebar {
		width: 40%;
	}
  #music-archive article {
    border: none;
    padding: 0;
  }
  .entry-summary, #music-archive article footer {
    display: none;
  }
  #music-archive article {
    min-height: inherit;
  }
}

@media all and (max-width: 600px) {
	.site {
		max-width: 475px;
	}

	#homevideo {
		left: -50%;
	}

	.homethumblabel {
		font-size: 18px;
		font-size: 1.8rem;
		max-width: 55%;
	}
	.columns {
		font-size: 12px !important;
		font-size: 1.2rem !important;
		column-count: 2 !important;
		-webkit-column-count: 2 !important;
		-moz-column-count: 2 !important;
		-o-column-count: 2 !important;
	}
	#filters-wrapper, #placeholder {
		max-width: 475px;
		height: 50px;
	}
	#searchwidget {
		top: 51px;
	}
	#mobilefilters {
		padding: 16px 15px;
	}
	#searchholder {
		top: 0;
	}
	.edd_downloads_list {
		margin-left: 0;
	}
	.edd_download, .search-results article {
		width: 100% !important;
		margin-left: 0;
	}
	.edd_download_inner, .search-results article {
		min-height: 500px;
	}
	.type-music .entry-content p, .type-music .entry-content table  {
		width: 100%;
	}
	#issuusidebar {
		width: 245px;
		position: static;
		margin: 0 auto;
		float: none;
	}
	#nav-below div {
		float: none;
		display: block;
		margin: 0 auto 1em auto;
	}
	#nav-below {
		text-align: center;
	}
}

@media all and (max-width: 500px) {
	#navlinks span {
		padding: 29px 7px;
	}

	.site {
		max-width: 375px;
	}

	#splashtitle {
		margin-top: 30%;
	}
	#logo {
		left:5px;
	}
	#navlinks {
		right: 5px;
	}
	.homethumblabel {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.outer {
		padding-top: 85%;
		margin-bottom: -50px;
	}
	.avatar {
		display: none;
	}
	.post {
		padding-left: 0;
	}
	#headwrapper, #scrollbuttonwrapper {
		display: none !important;
	}
	#navbar {
		display: block !important;
	}
	#pagewrapper {
		padding-top: 85px !important;
	}
	.columns {
		font-size: 10px !important;
		font-size: 1.0rem !important;
	}
	#filters-wrapper, #placeholder {
		max-width: 375px;
	}
	.edd_download_inner, .search-results article {
		min-height: 450px;
	}
}

@media all and (max-width: 465px) {
	#navlinks h6 {
		font-size: 10px;
		font-size: 1.0rem;
	}
	#footwrapper .right {
		display: none;
	}
	#footwrapper {
		height: 75px;
		bottom: -50px;
	}
	.infoicon {
		bottom: 55px;
	}
	#footwrapper:hover .infoicon {
		bottom: 29px;
	}
}

@media all and (max-width: 415px) {
	body {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#navlinks {
		display: none;
	}
	#hamburg {
		display: block;
	}
	#branding h2 {
		display: block;
		margin-left: -15px;
	}
	.site {
		max-width: 350px;
	}
	#logo {
		height: 40px;
		width: 40px;
		top: 17.5px;
		left: 10px;
	}
	.homethumblabel {
		max-width: 60%;
		top: 46%;
	}
	.foottext h6 {
		display: block;
		font-size: 10px;
		font-size: 1.0rem;
		margin-bottom: 0;
		max-width: 66%;
	}
	.columns {
		font-size: 14px !important;
		font-size: 1.4rem !important;
		column-count: 1 !important;
		-webkit-column-count: 1 !important;
		-moz-column-count: 1 !important;
		-o-column-count: 1 !important;
	}
	#scrollUp {
		width: 35px;
		height: 35px;
	}
	#filters-wrapper, #placeholder {
		max-width: 350px;
	}
	.search-results article {
		margin-left:  10px;
	}
}

@media all and (max-width: 375px) {
	.site {
		max-width: 300px;
	}
	.outer {
		margin-bottom: -25px;
	}
	.homethumblabel {
		max-width: 70%;
		top: 43%;
	}
	.entry-content p, .ccf-form {
		width: 95%;
	}
	#filters-wrapper, #placeholder {
		max-width: 300px;
	}
}

@media all and (max-width: 335px) {
	.site {
		max-width: 275px;
	}

	.homethumblabel {
		font-size: 12px;
		font-size: 1.2rem;
		max-width: 72%;
		top: 42%;
	}
	.outer {
		margin-bottom: -15px;
	}
	.entry-title {
		font-size: 18px;
		display: block;
		line-height: 2.3rem;
	}
	.foottext h6 {
		max-width: 75%;
	}
	#branding h2 {
		font-size: 12px;
		margin-left: -20px;
	}
	#branding span {
		top: 29px;
	}
	.miniNav span, .entry-meta {
		font-size: 10px;
		font-size: 1.0rem;
	}
	#filters-wrapper, #placeholder {
		max-width: 275px;
	}
}
