/*
Theme Name: ArtsLaborAustin
Theme URI: http://artslaboraustin.com
Author: Johnnie Thurston
Version: 2.1
Author URI: http://arts-and-labor.com/
Description: Arts+Labor+Austin custom theme designed by Arts+Labor.
*/
/*fonts*/

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,300italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300,700);
@font-face {
    font-family: 'headerlinks';
    src: url('http://www.artslabormagazine.com/wp-content/themes/ala/fonts/headerlinks.eot?42774303');
    src: url('http://www.artslabormagazine.com/wp-content/themes/ala/fonts/headerlinks.eot?42774303#iefix') format('embedded-opentype'), url('http://www.artslabormagazine.com/wp-content/themes/ala/fonts/headerlinks.woff?42774303') format('woff'), url('http://www.artslabormagazine.com/wp-content/themes/ala/fonts/headerlinks.ttf?42774303') format('truetype'), url('http://www.artslabormagazine.com/wp-content/themes/ala/fonts/headerlinks.svg?42774303#headerlinks') format('svg');
    font-weight: normal;
    font-style: normal;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font-family: "Lato";
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.clear {
    clear: both
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    z-index: 498;
    position: relative;
}

article.post section.entry-content h2 {
    font-size: 1.8em;
}

article.post section.entry-content h3 {
    font-size: 1.5em;
}

article.post section.entry-content h4 {
    font-size: 1.2em;
}

a:hover {
    color: #c00;
}

ul.slides {
    background-color: #000 !important;
}

/*
ins.adsbygoogle {
    display: table !important;
    margin: auto;
    padding -top: 10px;
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "headerlinks";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.icon-facebook:before {
    content: '\66';
}
/* 'f' */

.icon-instagram:before {
    content: '\69';
}
/* 'i' */

.icon-tumblr:before {
    content: '\74';
}
/* 't' */

.icon-youtube:before {
    content: '\79';
}
/* 'y' */
/* header */

#header-container {
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 10px 0 10px 0;
}

#header-width {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#header-logo {
    width: 207px;
    height: 100%;
    background: url(/wp-content/themes/ala/img/logo.png) no-repeat center center;
    background-size: contain;
    position: relative;
    float: left;
}

#header-links {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "headerlinks";
    font-size: 2.5em;
    color: #3FA9F5;
}

#navigation-bar {
    position: relative;
    height: 45px;
}

#search {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

#label {
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 20;
}

#label label {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 1em;
    color: #3FA9F5;
    font-family: "headerlinks";
    cursor: pointer;
}

#label label:hover {
    color: #FFF;
}

#label.active label {
    color: #FFF;
}

#input {
    position: absolute;
    top: 0;
    right: 45px;
    width: 250px;
    height: 45px;
    z-index: 5;
    overflow: hidden;
}

#input input {
    display: block;
    position: absolute;
    top: 0;
    left: 250px;
    width: 210px;
    height: 100%;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    transition: left 0.3s;
}

ul.slides {
    background-color: #000;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
}

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

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

:-ms-input-placeholder {
    color: #FFFFFF;
}

#input input:focus {
    outline: none
}

#input.focus {
    z-index: 20;
}

#input.focus input {
    left: 0;
    transition: left 0.3s;
}

nav {
    position: relative;
    z-index: 10;
    font-size: 1em;
    font-family: "Lato";
    font-weight: 100;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline-block;
    font-size: 1em;
    font-family: "Lato";
    font-weight: 100;
}

nav a {
    display: block;
    color: #3FA9F5;
    text-decoration: none;
    line-height: 30px;
    font-size: 1em;
    font-family: "Lato";
}

nav a:hover {
    color: #FFFFFF;
}

#body-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

body.single #body-container {
    overflow: visible;
}
/*navigation*/

#nav-container {
    width: 100%;
    margin: 15px 0 15px 0;
}

#nav-container ul {
    text-align: center;
    font-weight: 300;
}

#nav-container ul li {
    display: inline;
    padding-right: 20px;
    text-transform: uppercase;
}
/* Navigation */

#nav-containermain {
    width: 100%;
    background: #333;
    padding: 5px 0;
    position: relative;
}

#nav-containermain nav {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: table;
}

#nav-containermain nav ul {
    margin: 0;
    padding: 0;
    padding-top: 7px;
    overflow: auto;
}

#nav-containermain nav ul li {
    float: left;
    text-transform: uppercase;
    list-style-type: none;
    padding: 0 15px;
    font-weight: 100;
}

#nav-containermain nav ul li a {
    color: #fff;
}

#nav-containermain a.logo {
    width: 100px;
    height: 100%;
    background: url("//arts-and-labor.com/wp-content/themes/arts/img/logo.png");
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
}

#nav-containermain nav ul li.current {
    font-weight: 400;
}

.mobile-nav {
    float: right;
    display: none;
    cursor: pointer;
    padding: 5px 0 5px 5px;
    max-height: 67px;
}
/*home main section*/

#home-main {
    width: 100%;
    position: relative;
    float: left;
}

#home-main #left {
    width: 640px;
    float: left;
    margin-right: 10px;
}

#home-main #left .featured {
    width: 100%;
    height: 360px;
    background: #000;
    margin-bottom: 10px;
}

#home-main #left .stories {
    width: 100%;
    position: relative;
}

#home-main #left .stories {}

#home-main #left .stories .story {
    margin-right: 11px;
    float: left;
    position: relative;
    width: 206px;
}

#home-main #left .stories .story .img {
    width: 206px;
    height: 111px;
    background: #ccc;
    margin-bottom: 5px;
}

#home-main #left .stories .last {
    margin-right: 0;
}

#home-main #left .stories .story .ftitle {
    position: relative;
    width: 100%;
}

#home-main #left .stories .story .fexcerpt {
    font-weight: 300;
    width: 100%;
    font-size: 0.9em;
}

#home-main #right {
    width: 550px;
    position: relative;
    float: left;
}

#home-main #right #ad {
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
    background-color:#000;
}

#ad img {
    max-width: 100%;
}
.footer-ad {
    width:100%;
    display:block;
    margin-top:10px;
}

#gallery-1 img {
    width: 90%;
    height: auto;
}

#gallery-1 img:hover {
    opacity: 0.8;
}

#home-main #right #zeitgeist {
    position: relative;
    width: 100%;
    float: left;
}

#home-main #right .title {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 300;
    float: left;
    font-size: 1.2em;
}

#home-main #right #zeitgeist .story {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 63px;
    float: left;
}

#home-main #right #zeitgeist .story .img {
    width: 102px;
    height: 63px;
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}

#home-main #right #zeitgeist .story .stitle {
    z-index: 499;
    display: block;
    font-weight: 300;
}

#home-main #right #zeitgeist .story .date {
    font-weight: 300;
    font-size: 0.9em;
}

#home-main #right .tstories {
    float: left;
    width: 100%;
    font-size: 0.9em;
    font-weight: 300;
}

#newswire-container {
    width: 100%;
    position: relative;
    background: #444;
    float: left;
    margin: 20px 0 20px 0;
    padding: 0 0 20px 0;
}

.entry-content a {
    color: #c00;
}

#newswire-width {
    width: 1200px;
    height: 100%;
    margin: 15px auto;
    position: relative;
    color: #FFFFFF;
}

#newswire-width a {
    color: #ffffff;
    font-weight: 400;
}

#newswire-width a:hover {
    color: #c00;
}

#newswire-width .newswire,
#newswire-width .artsandlabor {
    float: left;
    width: 50%;
    overflow: hidden;
}

#newswire-width .newswire ul li article.post,
#newswire-width .artsandlabor ul li article.post {
    float: none;
    width: 100%;
}

#newswire-width ul {
    float: left;
}

#newswire-width .title {
    float: left;
    margin-right: 20px;
}

.slideWrapper,
.slideWrapper2 {
    overflow: auto;
    padding-top: 10px;
}

.count,
.count2 {
    float: left;
    font-size: 1em;
    margin: 0 5px 0 5px;
}

a.prevButton,
a.nextButton,
a.prevButton2,
a.nextbutton2 {
    cursor: pointer;
    float: left;
    position: relative;
}

.newswire ul li,
.artsandlabor ul li {
    overflow: auto;
    width: 95%;
}

.newswire ul li a,
.artsandlabor ul li a {
    overflow: auto;
}

.newswire ul li article,
.artsandlabor ul li article {
    margin-bottom: 0 !important;
}

#newswire-width ul li a {
    display: block;
    margin: 5px 0;
    color: #FFF;
    overflow-y: hidden;
}

#newswire-width ul li a:hover {
    color: #c00;
}

#newswire-width ul li a .date {
    font-size: 0.65em;
    line-height: 1.5em;
    font-weight: 300;
    font-style: italic;
}

#newswire-width ul li a .title {
    font-size: 0.9em;
    font-weight: 300;
    float: left;
    margin-right: 20px;
}

#video {
    position: relative;
    float: left;
}

#video .videoposts {}

#video .videoposts ul li {
    width: 285px;
    margin-right: 20px;
    float: left;
}

#video .videoposts ul li.last {
    margin-right: 0;
}

#video .title {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 1.2em;
}

#video .videoposts ul li .img {
    width: 285px;
    height: 154px;
    background: #ccc;
}

#video .videoposts ul li .category {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.6em;
    line-height: 1.5em;
}

#video .videoposts ul li .title {
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.5em;
}

#recent {
    position: relative;
    float: left;
    margin-top: 20px;
}

#recent .posts {}

#recent .posts ul li {
    width: 285px;
    margin-right: 20px;
    float: left;
}

#recent .posts ul li.last {
    margin-right: 0;
}

#recent .title {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 1.2em;
}

#recent .posts ul li .img {
    width: 285px;
    height: 154px;
    background: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
}

#recent .posts ul li .category {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.6em;
    line-height: 1.5em;
}

#recent .posts ul li .title {
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.5em;
}

footer {
    width: 100%;
    background: #444;
    position: relative;
    float: left;
    color: #FFF;
    font-weight: 100;
    padding: 20px 0;
    margin-top: 20px;
}

footer .footer-width {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

footer .footer-width .footerleft {
    width: 75%;
    position: relative;
    float: left;
}

footer .footer-width .footerleft .social span {
    line-height: 4em;
    font-size: 0.8em;
    position: relative;
    margin-left: 10px;
}

footer .footer-width .footerleft .social .icon {
    font-family: "headerlinks";
    font-size: 4em;
    display: inline;
    color: #3FA9F5;
    float: left;
    position: relative;
}

footer .footer-width .footerleft .social .icon:hover {
    color: #FFF;
}

footer .footer-width .footerleft .social .facebook {
    position: relative;
    float: left;
    line-height: 4em;
    display: block;
}

footer .footer-width .footerleft .social .twitter {
    position: relative;
    float: left;
    margin-right: 50px;
    line-height: 4em;
    display: block;
}

footer a {
    color: #FFF;
    text-decoration: none;
}

footer .footer-width .footerleft .footernav {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 50px;
    font-size: 1em;
}

footer .footer-width .footerleft .footernav ul li {
    display: inline;
    margin-right: 20px;
}

footer .footer-width .footerright {
    width: 20%;
    position: relative;
    float: right;
    text-align: right;
}

footer .footer-width .footerright .about {
    line-height: 1.2em;
    font-size: 0.9em;
}

footer .footer-width .footerright .copyright {
    line-height: 1.2em;
    font-size: 0.7em;
    margin-top: 15px;
}
/*category archive*/

header.header {
    margin-bottom: 20px;
}

header.header h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2em;
}

.attachment-post-thumbnail {
    position: relative;
    float: left;
    margin-right: 10px;
}

#body-container section#content {
    width: 100%;
    position: relative;
    float: left;
}

section.entry-content,
section.entry-content p,
section.entry-content ul,
section.entry-content li {
    font-family: "Merriweather";
    font-size: 1.05em;
    margin-bottom: 10px;
}

section.entry-content i,
section.entry-content em {
    font-size: 1.1em;
    line-height: 1.2em;
}

section.entry-summary p {
    line-height: 1.1em;
}

section.entry-content strong {
    font-family: "Merriweather";
    font-weight: bold;
}

section.entry-content .wp-caption-text {
    font-size: 0.7em;
    margin-top: -10px;
    line-height: 1.4em;
}

section#content article {
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px;
}

.category section#content article,
.search section#content article {
    overflow: auto;
}

section.entry-content h6 {
    font-size: 1em;
}

section.entry-content h6 em {
    font-size: 0.9em;
}

body.single section#content article {
    margin-bottom: 20px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 65%;
}

#home-main article {
    width: 640px;
}

.fb_iframe_widget {
    margin-bottom: 10px;
}

iframe {
    width: 100%;
    max-width: 100%;
}

section#content article h2.entry-title {
    font-weight: 300;
    font-size: 1.5em;
}

section#content article h2.entry-title a {
    color: #c00;
}

section#content article h1.entry-title a {
    color: #c00;
}

section#content article span.entry-date {
    font-weight: 200;
    font-size: 0.9em;
}

nav#nav-below,
nav#nav-below a {
    color: #000;
    position: relative;
    float: left;
    padding-left: 0;
    width: 100%;
    font-family: "Lato";
    font-weight: 100;
    font-size: 1.5em;
    text-transform: uppercase;
}

nav#nav-below .nav-previous {
    float: left;
}

nav#nav-below .nav-next {
    float: right;
}

nav#nav-below a:hover {
    color: #3FA9F5;
}

h3.widget-title {
    font-weight: 300;
    font-size: 1.3em;
}

.entry-summary {
    font-weight: 300;
    padding-top: 10px;
}

.widget-area {
    position: relative;
    float: left;
    width: 300px;
}

li.popular-posts ul li {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 1em;
}

li.popular-posts ul {
    margin-top: 10px;
}

li.popular-posts ul li a {
    color: #c00;
}

span.wpp-category {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.7em;
    line-height: 1.5em;
}

span.wpp-category a {
    color: #000 !important;
}

.alignleft {
    float: left;
    display: block;
    clear: both;
    margin-right: 10px;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    display: block;
    clear: both;
    margin-left: 10px;
    margin-bottom: 10px;
}

h1.entry-title {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.5em;
}

.entry-meta {
    margin-bottom: 20px;
}

.cattext {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
}

#comments {
    position: relative;
    float: left;
    width: 100%;
}

.entry-content img,
.entry-content div.wp-caption {
    display: block;
    clear: left;
    max-width: 100%;
    float: none;
    margin: 20px auto;
    height: auto;
}

.yuzo_related_post h3 {
    color: #c00;
    font-weight: 300;
    font-size: 1.2em;
    padding-bottom: 10px;
    padding-top: 20px;
}

p {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 2em;
}

#content article div.firstPost {
    width: 640px;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #ccc;
    position: relative;
}

#content article div.firstPost h3 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 100;
}

#content div.homeEntry {
    width: 200px;
    margin-right: 20px;
    float: left;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

#content div.homeEntry:hover {
    color: #c00;
}

#content div.homeEntry img {
    width: 200px;
    height: 111px;
    background-color: #ccc;
}

div.hentry {
    position: relative;
    float: left;
}

#content div.helast {
    margin-right: 0;
}

#content div.homeEntry a:hover {
    color: #c00;
}

#content div.homeEntry h2 a {
    font-size: 1em;
    color: #000;
    font-weight: 300;
    position: relative;
    z-index: 100;
}

#content div.homeEntry h2 a:hover {
    color: #c00;
}

#content div.homeEntry .category {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.6em;
    padding-bottom: 5px;
}

#content article a.infoBg {
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 620px;
    clear: both;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.firstPost p {
    margin-top: 5px;
    font-weight: 100;
    line-height: 1.2em;
}

ul.wpp-list li {
    margin: 8px 0;
    display: inline;
}

ul.wpp-list li:after {
    content: "| ";
}

ul.wpp-list li a {
    color: #c00;
}

#zeitgeist article {
    width: 100%;
    margin-bottom: 0 !important;
}

.homebyline {
    font-size: 0.7em;
}

#content div.homeEntry h2 {
    font-weight: 300;
}

.nviewport {
    width: 50%;
    overflow: hidden;
    float: left;
    position: relative;
}

.ncontent {
    width: 500%;
}

.npanel {
    min-height: 100%;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}

.rrow {
    width: 100%;
    position: relative;
    float: left;
}

#newswire-width .title a {
    color: #FFF;
}

#newswire-width .title a:hover {
    color: #c00;
}

input#s {
    width: 80%;
    height: 40px;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #777;
    color: #fff;
    font-size: 1em;
    box-sizing: border-box;
    float: left;
    transition: background-color 0.25s ease;
}

input#s:focus {
    outline: none;
    background-color: #555;
    transition: background-color 0.25s ease;
}

input#searchsubmit {
    border: none;
    border-radius: 5px;
    width: 19.5%;
    height: 40px;
    padding: 10px;
    float: right;
    background-color: #777;
    color: #fff;
    font-size: 1em;
    transition: background-color 0.25s ease;
    cursor: pointer;
}

input#searchsubmit:focus {
    outline: none;
}

input#searchsubmit:hover {
    background-color: #555;
    transition: background-color 0.25s ease;
}

input#searchsubmit:active {
    background-color: #222;
}

form#searchform.searchform {
    max-width: 850px;
    margin: 0 auto;
}

p.search-message {
    text-align: center
}

section#content.search-page {
    margin-top: 100px;
    margin-bottom: 100px;
}

div.search-field {
    margin-top: 10px;
}


/*media queries*/

@media only screen and (min-width: 1050px) and (max-width: 1250px) {
    #body-container,
    #nav-containermain nav {
        width: 1000px;
    }
    #header-width {
        width: 1000px;
    }
    #home-main #left {
        width: 533px;
    }
    #home-main #right {
        width: 457px;
    }
    body.single section#content article {
        max-width: 80%;
    }
    #content article div.firstPost {
        width: 533px;
        height: 300px;
    }
    #content article a.infoBg {
        width: 513px;
    }
    #content div.homeEntry {
        width: 171px;
        margin-right: 10px;
    }
    #content div.helast {
        margin-right: 0;
    }
    #newswire-width {
        width: 1000px;
    }
    #recent .posts ul li {
        width: 235px;
    }
    #recent .posts ul li .img {
        width: 235px;
        height: 126px;
    }
    footer .footer-width {
        width: 1000px;
    }
    #body-container section#content {
        width: 100%;
    }
    .widget-area {
        width: 247px;
    }
    .yuzo_related_post .relatedthumb {
        width: 240px !important;
        height: 172px !important;
    }
    .yuzo_related_post .relatedthumb img {
        width: 240px !important;
    }
    section#content article {
        max-width: 733px;
    }
    .entry-content img {
        max-width: 100%;
        height: auto;
    }
    #nav#nav-below,
    nav#nav-below a {
        font-size: 1.2em;
    }

}

@media only screen and (min-width: 730px) and (max-width: 1049px) {
    #body-container,
    #nav-containermain nav {
        width: 720px;
    }
    #header-width {
        width: 720px;
    }
    #home-main #left {
        width: 382px;
    }
    #home-main #right {
        width: 328px;
    }
    #content article div.firstPost {
        width: 382px;
        height: 214px;
    }
    body.single section#content article {
        max-width: 92%;
    }
    #content article div.firstPost h3 {
        font-size: 1em;
    }
    #content article a.infoBg {
        width: 362px;
    }
    #content div.homeEntry {
        width: 171px;
        margin-right: 10px;
    }
    #content div.helast {
        margin-right: 0;
    }
    #newswire-width {
        width: 720px;
    }
    #recent .posts ul li {
        width: 172px;
        margin-right: 10px;
    }
    #recent .posts ul li .img {
        width: 172px;
        height: 92px;
    }
    footer .footer-width {
        width: 720px;
    }
    #body-container section#content {
        width: 720px;
    }
    .widget-area {
        width: 247px;
    }
    .yuzo_related_post .relatedthumb {
        width: 236px !important;
        height: 180px !important;
    }
    .yuzo_related_post .relatedthumb img {
        width: 236px !important;
    }
    section#content article {
        max-width: 720px;
    }
    body.archive section#content article {
        width: 720px;
    }
    body.archive .entry-content img {
        max-width: 382px;
    }
    #nav#nav-below,
    nav#nav-below a {
        font-size: 1.2em;
    }
    .feat4 {
        display: none;
    }
    #content div.homeEntry img {
        width: 186px;
        height: 103px;
    }

    footer .footer-width .footerright .about {
        font-size: 0.7em;
    }
    footer .footer-width .footerleft .footernav {
        font-size: 0.8em;
    }
    header.header {
        margin-bottom: 10px;
    }
    body.archive .attachment-post-thumbnail {
        width: 200px;
        height: 111px;
    }
    body.archive .entry-summary {
        display: none;
    }
    body.archive .widget-area {
        display: none;
    }
    .widget-area {
        display: none;
    }
    #label label {
        font-size: 0.8em;
        line-height: 45px;
    }
    #input {
        height: 35px;
        margin-top: 5px;
    }
    nav a {
        font-size: 0.8em;
    }
    nav {
        line-height: 1em;
    }
    body.single .entry-content img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    input#s {
        width: 100%;
    }
    input#searchsubmit {
        margin-top: 10px;
        width: inherit;
    }
}

@media only screen and (min-width: 520px) and (max-width: 729px) {
    #nav-containermain a.logo {
        width: 110px;
    }
    #body-container,
    #nav-containermain nav {
        width: 500px;
    }
    section.entry-content,
    section.entry-content p,
    section.entry-content em {
        font-size: 1em;
    }
    #header-width {
        width: 500px;
    }
    #home-main #left {
        width: 500px;
    }
    #home-main #right {
        width: 500px;
    }
    #content article div.firstPost {
        width: 500px;
        height: 280px;
    }
    #content article div.firstPost h3 {
        font-size: 1em;
    }
    body.single section#content article {
        max-width: 100%;
    }
    #content article div.firstPost p {
        font-size: 0.8em;
    }
    #content article a.infoBg {
        width: 480px;
    }
    #content div.homeEntry {
        width: 245px;
        margin-right: 10px;
    }
    #content div.helast {
        margin-right: 0;
    }
    #newswire-width {
        width: 500px;
    }
    #recent .posts ul li {
        width: 117px;
        margin-right: 10px;
    }
    #recent .posts ul li .img {
        width: 117px;
        height: 89px;
        background-position: center, center;
    }
    footer .footer-width {
        width: 500px;
    }
    #body-container section#content {
        width: 500px;
    }
    .widget-area {
        width: 247px;
    }
    .yuzo_related_post img {
        height: 92px !important;
    }
    .yuzo_related_post .relatedthumb {
        width: 163px !important;
    }
    .yuzo_related_post .relatedthumb a:hover {
        color: #c00;
    }
    .yuzo_related_post .relatedthumb img {
        width: 163px !important;
    }
    section#content article {
        max-width: 500px;
    }
    body.archive section#content article {
        width: 500px;
    }
    body.archive .entry-content img {
        max-width: 500px;
    }
    #nav#nav-below,
    nav#nav-below a {
        font-size: 1.2em;
    }
    .feat3 {
        display: none;
    }
    #content div.homeEntry img {
        width: 245px;
        height: 135px;
    }
    footer .footer-width .footerright .about {
        font-size: 0.7em;
    }
    footer .footer-width .footerleft .footernav {
        font-size: 0.8em;
    }
    header.header {
        margin-bottom: 10px;
    }
    body.archive .attachment-post-thumbnail {
        width: 200px;
        height: 111px;
    }
    body.archive .entry-summary {
        display: none;
    }
    body.archive .widget-area {
        display: none;
    }
    .widget-area {
        display: none;
    }
    #label label {
        font-size: 0.8em;
        line-height: 45px;
    }
    #input {
        height: 35px;
        margin-top: 5px;
        width: 150px;
    }
    #input input {
        width: 110px;
    }
    nav a {
        font-size: 1em;
    }
    nav {
        line-height: 1em;
    }
    #header-logo {
        width: 185px;
    }
    #nav-container ul li {
        font-size: 0.7em;
        font-weight: 700;
    }
    #nav-containermain nav ul li {
        float: none;
        display: block;
        text-align: right;
        padding: 0;
    }
    #nav-containermain nav ul {
        display: none;
        width: 100%;
    }
    .mobile-nav {
        display: block;
    }
    #nav-container {
        margin: 10px 0 5px 0;
    }
    body.single .entry-content img {
        max-width: 100%;
        height: auto;
    }
    footer .footer-width .footerleft .social .icon {
        font-size: 2em;
        text-align: center;
        float: none;
        width: 100%;
        display: block;
        line-height: 1.2em;
    }
    footer .footer-width .footerleft .social .twitter,
    footer .footer-width .footerleft .social .facebook {
        margin: 0 auto;
        float: left;
        width: 50%;
        text-align: center;
        line-height: 1em;
    }
    footer .footer-width .footerleft .footernav {
        display: none;
    }
    footer .footer-width .footerleft,
    footer .footer-width .footerright {
        width: 100%;
    }
    footer .footer-width .footerleft .social {
        overflow: auto;
        position: relative;
    }
    footer .footer-width .footerright .about,
    footer .footer-width .footerright .copyright {
        text-align: center;
    }
    footer .footer-width .footerleft .social span {
        margin: 0;
    }
    #ad {
        display: none;
    }
}

@media only screen and (max-width: 519px) {
    #nav-containermain a.logo {
        width: 110px;
    }
    #body-container,
    #nav-containermain nav {
        width: 300px;
    }
    section.entry-content,
    section.entry-content p,
    section.entry-content em {
        font-size: 0.9em;
    }
    #header-width {
        width: 300px;
    }
    #home-main #left {
        width: 300px;
    }
    #home-main #right {
        width: 300px;
    }
    #content article div.firstPost {
        width: 300px;
        height: 168px;
    }
    body.single section#content article {
        max-width: 90%;
    }
    #content article div.firstPost h3 {
        font-size: 1em;
    }
    #content article div.firstPost p {
        display: none;
    }
    #content article a.infoBg {
        width: 280px;
    }
    #content div.homeEntry {
        width: 145px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    #content div.helast {
        margin-right: 0;
    }
    #newswire-width {
        width: 300px;
    }
    #recent .posts ul li {
        width: 300px;
        margin-right: 10px;
    }
    #recent .posts ul li .img {
        width: 300px;
        height: 167px;
        background-size: cover;
    }
    footer .footer-width {
        width: 300px;
    }
    #body-container section#content {
        width: 300px;
    }
    .widget-area {
        width: 247px;
    }
    .yuzo_related_post {
        display: none;
    }
    .yuzo_related_post img {
        height: 92px !important;
    }
    .yuzo_related_post .relatedthumb {
        width: 163px !important;
    }
    .yuzo_related_post .relatedthumb a:hover {
        color: #c00;
    }
    .yuzo_related_post .relatedthumb img {
        width: 163px !important;
    }
    section#content article {
        max-width: 300px;
    }
    body.archive section#content article {
        width: 300px;
    }
    body.archive .entry-content img {
        max-width: 300px;
    }
    #nav#nav-below,
    nav#nav-below a {
        font-size: 1.2em;
    }
    .feat3 {
        display: none;
    }
    #content div.homeEntry img {
        width: 145px;
        height: 103px;
    }
    footer .footer-width .footerright .about {
        font-size: 0.7em;
    }
    footer .footer-width .footerleft .footernav {
        font-size: 0.8em;
    }
    header.header {
        margin-bottom: 10px;
    }
    body.archive .attachment-post-thumbnail {
        width: 300px;
        height: 166px;
        background-size: cover;
        margin-bottom: 5px;
    }
    body.archive .entry-summary {
        display: none;
    }
    body.archive .widget-area {
        display: none;
    }
    .widget-area {
        display: none;
    }
    #label label {
        font-size: 0.8em;
        line-height: 45px;
    }
    #input {
        height: 35px;
        margin-top: 5px;
        width: 150px;
    }
    #input input {
        width: 110px;
    }
    nav a {
        font-size: 1em;
    }
    nav {
        line-height: 1em;
    }
    #header-logo {
        width: 130px;
    }
    #nav-container ul li {
        font-size: 0.7em;
        font-weight: 700;
        padding-right: 5px;
    }
    #nav-container {
        margin: 10px 0 5px 0;
    }
    body.single .entry-content img,
    body.single .entry-content .wp-caption-text {
        max-width: 100%;
        height: auto;
    }
    footer .footer-width .footerleft .social .icon {
        font-size: 2em;
        text-align: center;
        float: none;
        width: 100%;
        display: block;
        line-height: 1.2em;
    }
    footer .footer-width .footerleft .social .twitter,
    footer .footer-width .footerleft .social .facebook {
        margin: 0 auto;
        float: left;
        width: 50%;
        text-align: center;
        line-height: 1em;
    }
    footer .footer-width .footerleft .footernav {
        display: none;
    }
    footer .footer-width .footerleft,
    footer .footer-width .footerright {
        width: 100%;
    }
    footer .footer-width .footerleft .social {
        overflow: auto;
        position: relative;
    }
    footer .footer-width .footerright .about,
    footer .footer-width .footerright .copyright {
        text-align: center;
    }
    footer .footer-width .footerleft .social span {
        margin: 0;
    }
    #header-container {
        height: 100px;
    }
    #search {
        display: none;
    }
    .wp-caption {
        max-width: 100%;
    }
    #ad {
        display: none;
    }
    #nav-containermain nav ul li {
        float: none;
        display: block;
        text-align: right;
        padding: 0;
    }
    #nav-containermain nav ul {
        display: none;
        width: 100%;
    }
    .mobile-nav {
        display: block;
    }
}

@media screen and (min-width: 730px) {
    #nav-containermain nav ul {
        display: inline-block !important;
    }
}