/*
Theme Name:		Estelle
Description:	Your brand is eager and ready to go. The Estelle Theme is ready for you! Estelle is poised to host any female-oriented brand.
Version:		16.08
Author:			Bluchic
Author URI:		http://www.bluchic.com
Theme URI:		http://www.bluchic.com/shop/estelle-theme
License:		GPL
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			black, pink, white, light, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, theme-options, threaded-comments, translation-ready
Text Domain:	estelle
*/

/************************************************************************
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme in the future, you should not edit this file. Instead use a child theme to do your customization. You have been warned! :)
************************************************************************/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
main, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
a {margin: 0; padding: 0; vertical-align: baseline; background: transparent;}
ins {background-color: #ff9; color: #000; text-decoration: none;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
table {border-collapse: collapse; border-spacing: 0; padding: 5px; font-size: 1em; width: 100%; border-top: 1px solid #ddd; border-left: 1px solid #ddd; margin-bottom: 20px;}
tr, th, td, tbody, thead, tfoot {padding: 10px; vertical-align: top; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
th {background: #f0f0f0;}
dl {margin-bottom: 20px; line-height: 1.8em;}
dt {font-weight: bold;}
dd {font-style: italic; margin-bottom: 20px;}
sup {font-size: 80%; vertical-align: top;}
input, select {vertical-align: middle;}
:focus {outline: 0;}
hr {background: none; border: none; margin: 10px 0; border-bottom: 1px solid #ccc; clear: both;}
code {display: inline-block; border: 1px solid #eee; padding: 0 3px;}
pre {overflow: auto; font-family: 'courier new', courier, monospace; font-size: 0.9em; padding: 10px; background: #fff; border: 1px solid #ccc;}
main {display: block;}
html {-webkit-font-smoothing: antialiased;}
@-webkit-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
@-moz-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
@-o-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
@keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
body {-webkit-animation-delay: 0.1s; -webkit-animation-name: fontfix; -webkit-animation-duration: 0.1s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear;}

/* Overall */
body {font: 400 .95em/1.8em 'Lato', Arial, Verdana, Tahoma, Sans-serif; color: #888;}
body p {margin-bottom: 20px; -ms-word-wrap: break-word; word-wrap: break-word;}
.container:after,
.section:after,
.section-wide:after,
.article:after,
.aside:after {content: ''; clear: both; display: block; height: 0;}

/* hgroup */
h1,
h2,
h3,
h4,
h5,
h6 {line-height: 1.2em; margin-bottom: 15px; font-weight: 400; -ms-word-wrap: break-word; word-wrap: break-word;}
h1 {font-size: 1.8em; color: #000;}
h2 {font-size: 1.6em; color: #000;}
h3 {font-size: 1.4em; color: #000;}
h4 {font-size: 1.2em; color: #333;}
h5 {font-size: 1em; color: #333;}
h6 {font-size: 1em; color: #555;}
.subheading {font-size: 1em; font-weight: 300;}

/* Links */
a {color: #ff0090; text-decoration: none; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
a:active {color: #000;}
a:hover {color: #ff0090;}

/* .header */
.header h1,
.header h5 {font-size: 52px; font-weight: 900; margin: 0; text-align: center; text-transform: uppercase; letter-spacing: .1em;}
.header-title {color: #000;}
.header-desc {text-align: center; margin: 0;}

.header-banner {color: #fff;}
.header-banner h1,
.header-banner h2,
.header-banner h3,
.header-banner h4,
.header-banner h5,
.header-banner h6 {color: #fff;}

/* .nav */
.nav .current-menu-item > a,
.nav .current-menu-ancestor > a,
.nav .current_page_item > a,
.nav .current_page_ancestor > a {color: #000;}

.nav li {display: inline-block; float: left; position: relative; z-index: 100;}
.nav li:hover {}

.nav ul ul a {padding: 15px;}

.nav ul ul {position: absolute; width: 240px; background: #fff; border-top: 1px solid #eee; z-index: 1000;}
.nav ul ul li {display: block; float: none; border-bottom: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee;}
.nav ul ul ul {position: absolute; left: 238px; top: -1px;}

.nav ul ul {opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; zoom: 0; visibility: hidden; height: 0; -webkit-transition: opacity .1s ease-in-out; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out;}
.nav li:hover > ul {opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; zoom: 1; visibility: visible; height: auto;}

.nav ul li.has-sub > a:after {content: ' \25BE'; font-size: 1.2em; display: inline-block; position: absolute; top: 13px; right: 2px; color: #555;}
.nav ul ul li.has-sub > a:after {content: ' \25B8'; top: 14px; right: 2px;}

/* .article */
.sticky {}
.article {margin-bottom: 80px; overflow: hidden; clear: both;}
.article-page {margin-bottom: 0;}
.article .post-thumb {padding: 2px; border: 1px solid #ddd;}
.article .post-header {margin-bottom: 30px;}
.article .page-title {font-size: 1.2em; margin-bottom: 5px; line-height: 1.2em; text-transform: uppercase; letter-spacing: .15em;}
.article .post-title {font-size: 1.2em; margin-bottom: 5px; line-height: 1.2em; text-transform: uppercase; letter-spacing: .15em;}

.article .archives {overflow: hidden; clear: both; padding: 10px 0;}
.article .archives .archives-box {width: 45%; float: left; padding: 2px;}

/* .article misc */
.article blockquote:before {content: '\201C'; color: #ccc; font-family: Georgia, Serif; font-size: 3em; position: absolute; top: 10px; left: 15px;}
.article blockquote:after {content: '\201D'; color: #ccc; font-family: Georgia, Serif; font-size: 3em; position: absolute; bottom: 0; right: 20px;}
.article blockquote {overflow: hidden; position: relative; display: block; clear: both; margin: 20px 0; padding: 10px 40px; /*background: url('images/blockquote.png') no-repeat 0 0;*/ font-style: italic; color: #888;}
.article blockquote p {padding: 0;}
.article ul {margin: 0 0 20px 45px; list-style: circle outside;}
.article ol {margin: 0 0 20px 45px; list-style: decimal outside;}
.article li {margin: 3px 0; line-height: 1.8em;}
.article .post-author-bio {clear: both; overflow: hidden; background: #f9f9f9; border: 1px solid #ddd; padding: 20px;}

/* .article misc */
.pagetitle {font-size: .8em; padding: 20px 0; color: #aaa; text-transform: uppercase; letter-spacing: .1em;}

.page-pagination {clear: both; padding: 5px 0; line-height: 1em;}
.page-pagination .page-pagination-title {font-weight: bold;}
.page-pagination .page-pagination-number {display: inline-block; border: 1px solid #ccc; padding: 5px 8px;}
.page-pagination a .page-pagination-number {}
.page-pagination a .page-pagination-number:hover {}

.pagination {clear: both; font-size: .85em; padding: 10px 0; overflow: hidden; list-style: none;}
.pagination a:hover,
.pagination .current {padding: 10px 20px; margin-right: 5px; background: #ff0090; color: #fff; font-weight: 300;}
.pagination a {padding: 10px 20px; margin-right: 5px; background: #ccc; color: #fff; font-weight: 300;}

.post-footer {clear: both; padding: 20px 0; margin: 40px 0 10px 0; overflow: hidden;}
.post-footer ul {margin: 0; list-style: none;}
.post-footer ul li {margin: 5px 0;}

.footer-navi {clear: both; overflow: hidden; padding: 0 !important; margin-bottom: 20px; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.footer-navi li.previous {float: left;}
.footer-navi li.next {float: right;}

/* .gallery */
.gallery {clear: both; overflow: hidden; margin: 15px 0;}
.gallery .gallery-item {display: inline-block; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {}
.gallery dl {margin: 0;}
.gallery a {padding: 5px; display: block;}
.gallery a img {max-width: 100%; height: auto; border: none !important;}
.gallery-caption {font-size: .9em;}

/* .side-widget */
.side-widget {margin-bottom: 40px; overflow: hidden; clear: both;}
.textwidget {overflow: hidden; margin-bottom: 10px; clear: both;}
.side-widget h3 {font-size: 1em; margin-bottom: 25px; text-transform: uppercase; letter-spacing: .2em;}
.side-widget select {width: 90%;}
.side-widget ol,
.side-widget ul {clear: both; list-style: none;}
.side-widget ol li,
.side-widget ul li {margin: 5px 0; line-height: 1.8em;}
.side-widget ol ol,
.side-widget ol ul,
.side-widget ul ol,
.side-widget ul ul {clear: both; list-style: square outside none; padding-left: 15px;}
.side-widget ul:last-child,
.side-widget ol:last-child,
.side-widget dl:last-child {margin: 0;}

/* .search-form */
.search-form {clear: both; overflow: hidden; text-align: center;}
.search-text {width: 70%; margin: 2px auto; color: #888; border: 1px solid #bbb;}
.search-button {color: #fff;}

/* .footer */
.footer-widget h4 {font-size: 1em; margin-bottom: 25px; text-transform: uppercase; letter-spacing: .2em;}
.footer-widget ul {clear: both; list-style: none;}
.footer-widget ul li {margin: 5px 0; line-height: 1.8em;}
.footer-widget select {width: 80%; color: #888; margin: 5px 0; padding: 3px;}
.footer-widget p {margin-bottom: 10px; line-height: 1.8em;}

/* .comment-box */
.comment-box {clear: both; margin-top: 20px; padding: 0 10px; overflow: hidden;}
.comment-box h4 {font-size: 1.4em; margin: 10px 0;}

.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label,
.comment-form .comment-form-comment label {display: block;}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {width: 80%;}
.comment-form .comment-form-comment textarea {width: 80%;}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-form-comment {margin-bottom: 5px;}
.comment-form .form-allowed-tags {font-size: 1.2em; display: none;}
.comment-form .form-submit {}

#respond {margin-top: 20px;}
p.comment-inputs {margin-bottom: 0;}
.required-input {color: #f00;}
.comment-input {width: 50%;}
.comment-textarea {width: 95%; height: 80px;}
.comment-input,
.comment-textarea {border: 1px solid #ccc; padding: 5px; color: #999;}
.avatar {margin-right: 20px; float: left; border: 1px solid #999;}
.comment-meta {clear: both; overflow: hidden; font-size: .8em; margin-bottom: 10px;}
.comment-meta small {font-style: italic; color: #999; font-size: .85em;}
ol.commentlist {margin: 0;}
ol.commentlist li {border-bottom: 1px solid #ddd; margin-bottom: 20px; list-style: none;}
ol.commentlist li ul {padding: 0;}
ol.commentlist li ul.children li {border: none; border-left: 1px solid #ddd; padding: 0 0 0 30px; margin: 0; list-style: none;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist .parent {}
ol.commentlist .comment {overflow: hidden; padding: 10px 0;}
ol.commentlist .comment-content {overflow: hidden;}
ol.commentlist .children {}
ol.commentlist .pingback {}
ol.commentlist .bypostauthor {}
ol.commentlist .comment-author {}
ol.commentlist .comment-author-admin {}
ol.commentlist .alt {}
ol.commentlist .odd {}
ol.commentlist .even {}
ol.commentlist .thread-alt {}
ol.commentlist .thread-odd {}
ol.commentlist .thread-even {}
ol.commentlist li ul.children .alt {}
ol.commentlist li ul.children .odd {}
ol.commentlist li ul.children .even {}
ol.commentlist .vcard {}
ol.commentlist .vcard cite.fn {}
ol.commentlist .vcard span.says {}
ol.commentlist .vcard img.photo {}
ol.commentlist .vcard img.avatar {}
ol.commentlist .vcard cite.fn a.url {}
#cancel-comment-reply-link {background: #ff0090; color: #fff; padding: 2px 5px; font-family: 'Lato', Arial, Verdana, Tahoma, Sans-serif; font-weight: 400; font-size: .6em;}
a.comment-reply-link {background: #ff0090; color: #fff; padding: 2px 5px; font-family: 'Lato', Arial, Verdana, Tahoma, Sans-serif; font-weight: 400; font-size: .8em;}
.comment-pagination {clear: both; overflow: hidden; margin: 10px 0;}

/* #wp-calendar */
#wp-calendar {text-align: center; width: 100%; font-size: .9em; background: #fff;}
#wp-calendar caption {font-weight: bold; background: #fff; text-align: center; padding: 5px 0; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee;}
#wp-calendar th {font-style: normal; text-transform: capitalize; padding: 2px; border-right: 1px solid #eee;}
#wp-calendar td {font-style: normal; padding: 2px; border-right: 1px solid #eee;}
#wp-calendar tr {border-top: 1px solid #eee; border-left: 1px solid #eee;}
#wp-calendar tfoot td {border-bottom: 1px solid #eee;}

/* img */
img {max-width: 100%; height: auto;}
img.aligncenter {display: block; margin: 0 auto 10px auto;}
img.alignright {display: inline; margin: 0 0 10px 20px;}
img.alignleft {display: inline; margin: 0 20px 10px 0;}
.centered,
.aligncenter {display: block; margin: 0 auto 10px auto;}
.alignleft {float: left; margin: 0 20px 10px 0;}
.alignright {float: right; margin: 0 0 10px 20px;}
.attachment-caption {text-align: center; font-weight: 700;}
.attachment-desc {text-align: center;}

/* .wp-caption */
.aligncenter,
div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption {border: 1px solid #ccc; background: #efefef; padding: 1%; text-align: center; max-width: 96%;}
.wp-caption img {border: 0;}
.wp-caption .wp-caption-text {font-size: 0.85em; line-height: 1.2em; padding: 3px 0; margin: 0;}

/* .screen-reader-text */
.screen-reader-text {display: none;}
.screen-reader-text:focus {}

/* Input and label */
select:focus,
textarea:focus,
input:focus {border: 1px solid #888; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);}

label {display: inline-block; margin-right: 20px; vertical-align: top;}
select,
textarea,
input {border: 1px solid #ccc; color: #888; padding: 8px 10px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; font-family: Arial, Verdana, Tahoma, Sans-serif;}
.input-button,
input[type=submit] {border: 1px solid #aaa; background: #eee; color: #555; cursor: pointer; padding: 8px 15px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.input-button:hover,
input[type=submit]:hover {border: 1px solid #aaa; background: #ddd; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);}

/* Misc */
.video-wrapper {height: 0; padding-bottom: 56.25%; position: relative; margin-bottom: 1.6em;}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.hidden {display: none;}
.success {color: #159776;}
.error {color: #d70a16;}
.require {color: #d70a16; }
.focused {border: 1px solid #888; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);}
.highlight {background: #efefef; padding: 0 2px;}
.button {padding: 1px 5px;}
.fade {filter: alpha(opacity=50); opacity: .5;}
.clearfix {clear: both; height: 10px;}
.split-columns {width: 100%; margin-bottom: 20px;}
.split-columns:after {content: ''; height: 10px; display: block; clear: both;}
.shadow {-webkit-box-shadow: 0 0 5px 0 #aaa; box-shadow: 0 0 5px 0 #aaa;}
.transparency {background-color: rgba(255, 255, 255, .8);}
.noborder,
.noborder tbody,
.noborder thead,
.noborder tfoot,
.noborder tr,
.noborder td,
.noborder th {border: none;}
.radius-50 {-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.radius-30 {-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
.radius-20 {-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;}
.radius-10 {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
.radius-8 {-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}
.radius-4 {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.radius-2 {-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.width-100 {width: 100%;}
.width-95 {width: 95%;}
.width-90 {width: 90%;}
.width-85 {width: 85%;}
.width-80 {width: 80%;}
.width-75 {width: 75%;}
.width-70 {width: 70%;}
.width-65 {width: 65%;}
.width-60 {width: 60%;}
.width-55 {width: 55%;}
.width-50 {width: 50%;}
.width-45 {width: 45%;}
.width-40 {width: 40%;}
.width-35 {width: 35%;}
.width-30 {width: 30%;}
.width-25 {width: 25%;}
.width-20 {width: 20%;}
.width-15 {width: 15%;}
.width-10 {width: 10%;}
.fa {color: #000;}

/********** 404 **********/
.not-found-title {text-align: center; font-size: 4em; padding: 30px 0;}
.not-found-text {text-align: center;}
@-webkit-keyframes shaking {0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); } 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); } 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); } 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); } 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); } 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); } 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); } 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); } 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
.shake:hover,
.shake:focus {-webkit-animation-name: shaking; -webkit-animation-duration: 0.8s; -webkit-transform-origin:50% 50%; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;}

/********** @media **********/
@media all and (max-width: 480px) {

  /* Overall */
  .container {margin: 0 auto; padding: 40px 0; max-width: 95%; overflow: hidden; background: #fff;}
  .header {position: relative; width: 100%; margin: 0 auto; padding: 10px 0;}
  .header-inner {padding: 30px 0;}
  .section,
  .section-wide,
  .aside {clear: both; width: 90%; margin: 0 5%;}
  .footer {clear: both; border-top: 1px solid #000; overflow: hidden; margin: 0 auto; width: 100%; color: #777;}

  /* .nav */
  .tinynav {display: block; width: 95%; height: 30px; margin: 0 auto; background: #fff;}
  .nav {position: relative; text-align: center; width: 100%; clear: both; margin-top: 20px; line-height: 1em; font-size: .85em; text-transform: uppercase; letter-spacing: .1em;}
  .nav ul {list-style: none; display: none; text-align: left;}
  .nav a {display: block; padding: 15px;}

  /* .article */
  .article ul.post-meta {clear: both; border-bottom: 1px solid #ccc; overflow: hidden; font-size: .8em; margin: 10px 0; padding-bottom: 10px; list-style: none; text-transform: uppercase;}
  .article ul.post-meta li {}

  /* .footer */
  .footer-inner {overflow: hidden; width: 95%; margin: 0 auto; padding: 30px 0; font-size: .9em; line-height: 1.8em;}
  .footer-widget {clear: both; display: block; padding: 10px;}
  p.footer-copy {clear: both; font-size: .8em; overflow: hidden; padding: 20px 0; margin: 0 auto; border-top: 1px solid #000; text-align: center; text-transform: uppercase; letter-spacing: .1em;}

}

/********** @media **********/
@media all and (min-width: 481px) and (max-width: 1199px) {

  /* Overall */
  .container {margin: 0 auto; padding: 40px 0; max-width: 95%; overflow: hidden; background: #fff;}
  .header {position: relative; width: 100%; margin: 0 auto;}
  .header-inner {padding: 50px 0;}
  .section {float: left; width: 65%; margin-left: 3%;}
  .section-wide {clear: both; width: 100%;}
  .aside {float: right; width: 25%; margin-right: 3%; font-size: .9em;}
  .footer {clear: both; border-top: 1px solid #000; overflow: hidden; margin: 0 auto; width: 100%; color: #777;}

  /* .nav */
  .tinynav {display: none;}
  .nav {position: relative; text-align: center; width: 100%; clear: both; margin-top: 30px; line-height: 1em; font-size: .85em; text-transform: uppercase; letter-spacing: .1em;}
  .nav ul {list-style: none; display: inline-block; text-align: left;}
  .nav a {display: block; padding: 15px 15px 15px 5px;}

  /* .article */
  .article ul.post-meta {clear: both; border-bottom: 1px solid #ccc; overflow: hidden; font-size: .8em; margin: 10px 0; padding-bottom: 10px; list-style: none; text-transform: uppercase;}
  .article ul.post-meta li {float: left; margin-right: 20px;}

  /* .footer */
  .footer-inner {overflow: hidden; width: 95%; margin: 0 auto; padding: 30px 0; font-size: .9em; line-height: 1.8em;}
  .footer-widget {float: left; display: block; width: 31%; padding: 1%;}
  p.footer-copy {clear: both; font-size: .8em; overflow: hidden; padding: 20px 0; margin: 0 auto; border-top: 1px solid #000; text-align: center; text-transform: uppercase; letter-spacing: .1em;}

}

/********** @media **********/
@media all and (min-width: 1200px) {

  /* Overall */
  .container {margin: 0 auto; padding: 40px 0; max-width: 1080px; overflow: hidden; background: #fff;}
  .header {position: relative; width: 100%; margin: 0 auto;}
  .header-inner {padding: 50px 0;}
  .section {float: left; width: 660px; margin-left: 40px;}
  .section-wide {clear: both; width: 1000px;}
  .aside {float: right; width: 300px; margin-right: 40px; font-size: .9em;}
  .footer {clear: both; border-top: 1px solid #000; overflow: hidden; margin: 0 auto; width: 100%; color: #777;}

  /* .nav */
  .tinynav {display: none;}
  .nav {position: relative; text-align: center; width: 100%; clear: both; line-height: 1em; font-size: .85em; text-transform: uppercase; letter-spacing: .1em;}
  .nav ul {list-style: none; display: inline-block; text-align: left;}
  .nav a {display: block; padding: 15px;}
  .nav a:hover {}

  /* .article */
  .article ul.post-meta {clear: both; border-bottom: 1px solid #ccc; overflow: hidden; font-size: .8em; margin: 10px 0; padding-bottom: 10px; list-style: none; text-transform: uppercase;}
  .article ul.post-meta li {float: left; margin-right: 20px;}

  /* .footer */
  .footer-inner {overflow: hidden; width: 1000px; margin: 0 auto; padding: 30px 0; font-size: .9em; line-height: 1.8em;}
  .footer-widget {float: left; display: block; width: 300px; padding: 10px;}
  p.footer-copy {clear: both; font-size: .8em; overflow: hidden; padding: 20px 0; margin: 0 auto; border-top: 1px solid #000; text-align: center; text-transform: uppercase; letter-spacing: .1em;}

}
