   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 1
@media screen {
* { margin: 0; padding: 0; }
body { 
background: #333;
font-family: 'Merriweather Sans', sans-serif;
padding: 0em;
color: #eee;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; }  First selector = IE6, Second Selector = IE 7 
#page-wrap {margin: 0px auto; padding: 0; max-width: 1206px; }
h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0;
font-family: 'Merriweather Sans', sans-serif;
 }
h1 {
font-size: 38px;
margin: 0em 0 0.5em;
font-weight: 600;
}
h2 {
font-weight: 600;
padding: 8px;
font-size: 14px;
margin: 0;
}
h2 span,
h1 span{
font-size: 12px;
font-weight: 200;
color: #999;
}
.single-page{
text-align: center;
min-height: 100em;
padding: 4em;
}
.single-page p{
color: #eeeeee;
}
.single-page .entry{
max-width: 550px;
margin: auto;
text-align: left;
}
.posts{
margin-top: 1em;
}
.subtitle{
color: #888;
text-align: center;
}
.single-post h1{
text-align: center;
}
.single-post p{
color: #333333;
}
.single_post_inner,
single_post_inner h1,
single_post_inner h4,
single_post_inner p{
   color: #333;
}
h2 a {
color: #ff712b;
}
h3 {font-size: 28px;
font-weight: 600; }
.video-container {
    margin: 1em auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
hr{
border: 1px solid #ddd;
margin: 1em 0;
}
.play_button{
position: absolute;
bottom: 10px;
right: 10px;
padding: 6px 12px;
font-family: 'Raleway', sans-serif;
font-size: 10px;
border: 3px solid #fff;
border-radius: 30px;
background: rgba(0,0,0,0.6);
color: #fff;
}
#footer{
background: #111;
color: #fff;
text-align: center;
z-index: 9999999;
position: relative;
}
.footer_contents{
padding: 4em;
z-index: 9999999;
position: relative;
}
.footer_contents ul{
margin: 2em auto 0;
}
.footer_contents ul li{
padding: 1em;
}
.footer_contents ul li a{
color: #fff;
font-size: 20px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
.footer_contents ul li a:hover{
color: #ccc;
}
.footer_contents h2{
font-size: 22px;
padding: 0;
}
.footer_contents p{
max-width: 550px;
margin: auto;
color: #fff;
font-size: 14px;
}
.footer_left,
.footer_right{
width: 50%;
float: left;
}
.play_button:hover{
    background: rgba(0,0,0,1);
}
a .post_link_cover{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
}
.play_button i{
margin-right: 2px;
}
.navigation,
.single-page-pagination {
margin: 3em auto;
text-align: center;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
p { 
margin: 0 0 1em 0;
font-size: 18px;
font-weight: 300;
line-height: 185%;
color: #eee;
 }
.post ul li{
padding: 0.5em 0em;
color: #eee;
font-size: 18px;
line-height: 185%;
font-weight: 300;
}
 
a { 
color: #FD8B2E; 
text-decoration: none;}
a:hover{ color: #00B28F;} 
blockquote { }
blockquote p { }
ul, ol { margin: 0 0 10px 0; }
.main-gif-wrapper{
width: 260px;
display: inline-block;
margin: 19px;
background: #010101;
position: relative;
}
.inner_gif{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: none;
-webkit-background-size: cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-size:cover;
   background-repeat: no-repeat;
   background-position: center center;
}
.post-index-wrapper{
cursor: pointer;
width: 260px;
height: 260px;
max-width: 100%;
vertical-align: top;
position: relative;
-webkit-background-size: cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-size:cover;
   background-repeat: no-repeat;
   background-position: center center;
}
.post-index-wrapper p{
font-family: 'Merriweather Sans', sans-serif;
font-weight: 300;
line-height: 150%;
font-size: 14px;
color: #666;
}
.list-inline{
	list-style: none;
}
.list-inline>li{
     display: inline-block;	
}
input#mc-embedded-subscribe.button{
    width: 100%;
    border: none;
    border-radius: 0px;
    padding: 0.5em;
    background: #ff712b;
    color: #fff;
    font-size: 22px;
    opacity: 0.9;
}
#mce-EMAIL{
width: 100%;
border-radius: 0px;
text-align: center;
padding: 0.5em 0;
border: 1px solid #ddd;
font-size:20px;
}
#mce-EMAIL:focus{
outline: 0;
}
input#mc-embedded-subscribe.button:hover{
    opacity: 1;
}
.post-thumb-image{
display: block;
height: 12em;
width: 100%;
margin-bottom: 1em;
-webkit-background-size: cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-size:cover;
   background-repeat: no-repeat;
   background-position: center center;
}
.portfolio_wrapper{
	margin: 2em auto;
}
.buttons-wrapper li{
	margin: 0 1em;
}
.list-unstyled{
	list-style: none;
	margin: 0;
	padding: 0;
}
.portfolio_header,
.portfolio_footer{
	width: 830px;
	margin: auto;
	background: #fff;
}
.portfolio_footer{
	margin: 1em auto 3em;
	text-align: center;
}
.portfolio_footer ul{
	padding: 2em;
}
.portfolio_header_deets{
	padding: 2em;
}
.portfolio_item{
	text-align: center;
	color: #666;
}
.button-wrapper{
	text-align: center;
}
.contact_button{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 600;
	border: 1px solid #D65B45;
	background: none;
	text-align: center;
	padding: 1em;
	margin: auto;
	color: #D65B45;
	display: inline-block;
}
.contact_button:hover{
	background: #D65B45;
	color: #fff;
	border: 1px solid #fff;
}
#mc_embed_signup{
padding: 1em 0;
background: none;
border-radius: 2px;
width: 300px;
max-width: 100%;
margin: auto;
display: none;
}
.sidebar_opt_in #mc_embed_signup{
max-width: 400px;
margin: auto;
border: 1px solid #ccc;
padding: 0;
}
#mc-embedded-subscribe{
border-radius: 0 0 2px 2px; border: none; background-color: #FD8B2E; cursor: pointer;
-webkit-appearance: none;
}
.mc-field-group{
display: block; width: 100%; border-radius: 0px;
}
#mce-EMAIL{
border: none; border-radius: 0px;
}
.entry { }
.entry a { }
.entry a:hover { }
#header{
background: #111;
text-align: left;
padding: 0.8em 2em 0;
height: 2.8em;
z-index: 9999;
position: relative;
}
.footer_contents h1 a{
color: #ff712b;
}
.opt_in_button{
border: 2px solid #ff712b;
border-radius: 40px;
padding: 0.5em 1em;
text-align: center;
display: inline-block;
font-weight: 700;
font-family: 'Raleway', sans-serif;
font-size: 20px;
margin-top: 1em;
cursor: pointer;
}
.opt_in_button:hover{
background: rgba(0,0,0,0.2);
}
.header_opt_in{
margin: 0px;
background: #222;
padding: 2em;
text-align: center;
color: #fff;
}
.header_opt_in p{
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 28px;
margin: 0;
padding: 0;
font-weight: 300;
line-height: 140%;
}
.header_opt_in .home_sub{
font-size: 16px;
opacity: 0.9;
}
.sidebar_opt_in{
max-width: 800px;
margin: 2em auto;
background: #fff;
border-radius: 4px;
color: #333;
text-align: center;
font-size: 14px;
}
.share_box{
padding: 2em;
font-family: 'Raleway', sans-serif;
margin: 2em auto;
background: #ff712b;
text-align: center;
}
.share_box p{
color: #fff;
font-weight: 700;
}
.share_box>ul>li{
margin: 0.5em;
}
.share_box>ul>li>a{
border-radius: 40px;
padding: 0.5em 1em;
border: 2px solid #fff;
color: #fff;
}
.twitter_button>a:hover{
background-color: #4099FF;
}
.pinterest_button>a:hover{
background-color: #cc2127;
}
.post-share-buttons .download_button a{
	background: #ff712b;
}
.post-share-buttons .download_button a:hover{
	background: #ff712b;
}
.cscfBlock{
background: #fff;
padding: 2em;
}
.btn.btn-default{
background: #FD8B2E;
color: #fff;
cursor: pointer;
border: none;
-webkit-appearance: none;
opacity: 0.8;
}
.btn.btn-default:hover{
opacity: 1;
}
.cscfBlock input,
.cscfBlock textarea{
margin: 1em auto;
text-align: center;
padding: 1em 0;
width: 100%;
border: 1px solid #999;
}
.cscfBlock textarea{
width: 100%;
}
.cscfBlock label{
display: none;
}
.facebook_button>a:hover{
background-color: #3b5998;
}
.email_share_button>a:hover{
background-color: #444444;
}
.sidebar_opt_in .opt_in_button{
margin-top: 0.5em;
}
.sidebar_opt_in_inner{
padding: 2em 1em;
}
.sidebar_opt_in p{
font-family: 'Raleway', sans-serif;
font-weight: 300;
color: #333;
}
.single-post .post {
vertical-align: top;
background: #fff;
display: inline-block;
width: 100%;
margin: 0
}
.single-post .single_post_inner{
	background: #333;
	padding: 0 0 2em;
}
.post-featured-image-bar{
	padding: 2em 0 0;
	background: #111;
	border-bottom: 1px solid #333;
}
.post-title-bar{
	padding: 0.5em;
	background: #111;
	border-bottom: 1px solid #333;
}
.post-title-bar h1{
	text-align: left;
	padding: 0.5em 0;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	margin: 0;
}
.post-share-buttons{
	display: inline-block;
	float: right;
}
.post-share-buttons li a{
	font-size: 10px;
	padding: 0.5em 1em;
	font-family: 'Merriweather Sans', sans-serif;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0 0.3em;
	color: #eee;
}
.single-post .entry{
	width: 800px;
	padding-top: 1em;
	margin: auto;
}
.post-the-sub-title-bar{
	background: #111;
	color: #fff;
	text-align: left;
	padding: 2em 1em;
	border-bottom: 1px solid #333;
}
.post-the-sub-title-bar p{
	font-family: 'Merriweather Sans', sans-serif;
	text-align: left;
	font-size: 16px;
	color: #fff;
	max-width: 800px;
	margin: 1em auto;
}
.post-title-bar-inner {
	max-width: 800px;
	margin: auto;
}
.post-featured-image-bar img{
	margin: 0 auto;
	max-width: 440px;
	display: block;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-radius: 8px 8px 0 0;
}
.single-post #disqus_thread {
margin-top: 6em;
}
.single-post .entry img{
	vertical-align: top;
	width: 234px;
	border: 1px solid #999;
	border-radius: 2px;
	height: auto;
	display: inline-block;
	margin: 1em;
}
.single-post #page-wrap{1
max-width: 1042px;
margin-top: 2em;
}
.single-post #page-wrap{
max-width: 100%;
margin-top: 0;
}
.post_sidebar{
display: block;
width: 100%;
background: #111;
padding: 2em 0;
border-bottom: 1px solid #333;
}
.wp-caption{
text-align: center;
}
#header h1,
#header h1 a {
font-size: 18px;
margin-right: 0.3em;
color: #ff712b;
}
#header ul>li>a{
	color: #999;
	font-size: 12px;
	opacity: 0.8;
	margin-left: 0.5em;
	font-family: 'Merriweather Sans', sans-serif;
}
#header ul>li>a:hover{
color: #fff;
}
pre { }
code, tt { }
#meta { }
.postmetadata { }
#sidebar { }
.next-posts,
.prev-posts,
.single-page-pagination a{ 
font-size: 18px; 
display: inline-block;
margin: 0.5em;
font-family: 'Merriweather Sans', sans-serif;
}
.next-posts a,
.prev-posts a,
.single-page-pagination a{
border: 1px solid #999;
border-radius: 40px;
padding: 0.2em 0.5em;
color: #999;
}
.next-posts a:hover,
.prev-posts a:hover,
.single-page-pagination a:hover{
border: 1px solid #00B28F;
color: #00B28F;
}
#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
form { }
input[type=text] { }
textarea { }
}  END screen media 
@media print {
.do-not-print { display: none; }
#comments { page-break-before: always; }
body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
}  END print media 
.about-page-wrapper{
background-image: url(../../../wp-content/uploads/2014/11/gifbg.gif);
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
font-family: 'Merriweather Sans', sans-serif;
}
.email-page-wrapper{
background-image: url(../../../wp-content/uploads/2014/11/gifbg.gif);
width: 100%;
height: 100%;
min-height: 100em;
-webkit-background-size: cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
font-family: 'Merriweather Sans', sans-serif;
}
.email-page-wrapper #tint{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
background: rgba(200,91,0,0.97);
}
.about-page-wrapper #tint{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
background: rgba(200,91,0,0.97);
}
.about-page-inner{
position: relative;
z-index: 3;
max-width: 660px;
padding: 2em 1em 10em;
margin: 0em auto;
}
.about-page-inner p{
font-size: 20px;
}
.about-page-inner a{
    color: #ffffff;
    text-decoration: underline;
}
.page-template-thankyou_pages-php .share_box{
border: none;
background: none;
text-decoration: none;
margin-top: 6em;
border-top: 1px solid #fff;
}
.page-template-thankyou_pages-php .share_box>ul>li {
margin:1.5em 0.5em;
}
.page-template-thankyou_pages-php .share_box>ul>li>a {
text-decoration: none;
font-size: 20px;
}
.page-template-email_pages-php #page-wrap,
.page-template-thankyou_pages-php #page-wrap{
width: 100%;
max-width: none;
}
.page-template-custom_page-php .opt_in_button{
border-color: #ffffff;
}
.page-template-custom_page-php input#mc-embedded-subscribe.button{
border: 2px solid #ffffff;
}
.about_opt_in_inner{
text-align: center;
}
.page-template-collections_page-php .collection_video{
border: none;
margin: 1em;
display: inline-block;
background: #111111;
border-radius: 2px;
}
.collection_video p{
display: none;
}
.collection_video h4{
font-family: 'Merriweather Sans',sans-serif;
padding: 0.5em;
color: #ffffff;
}
.collection_video h4 a{
color: #ff712b;
}
.collection_video h4 a:hover{
color: #00B28F;
}
.page-template-collections_page-php .collection_video video{
width: 326px;
height: auto;
border-bottom: 1px solid #333333;
}
.page-template-collections_page-php #page-wrap,
.page-template-portfolio_item-php #page-wrap{
width: 100%;
max-width: 100%;
}
.page-template-collections_page-php .post-title-bar ul li,
.page-template-portfolio_item-php .post-title-bar ul li{
padding: 0.5em 0em;
color: #eee;
font-size: 18px;
line-height: 185%;
font-weight: 300;
}
.page-template-collections_page-php .post-title-bar {
border-top: 1px solid #333333;
}
.collections-optic-wrapper{
background: #111111;
border-bottom: 1px solid #333333;
padding: 2em 0;
}
.page-template-collections_page-php .single-post .entry,
.page-template-portfolio_item-php .single-post .entry{
width: 1070px;
padding-bottom: 2em;
}
.page-template-collections_page-php .post-title-bar-inner,
.page-template-collections_page-php .subtitle,
.page-template-collections_page-php .sidebar_opt_in,
.page-template-portfolio_item-php .post-title-bar-inner,
.page-template-portfolio_item-php .subtitle,
.page-template-portfolio_item-php .sidebar_opt_in{
max-width: 1070px;
}
.single-format-standard .collection_video{
width: 234px;
display: inline-block;
border: 1px solid #111111;
border-radius: 2px;
margin: 1em;
vertical-align: top;
background: #111111;
}
.single-format-standard .collection_video video{
width: 100%;
height: auto;
border-bottom: 1px solid #333333;
}
.collection-wrapper{
width: 326px;
height: 326px;
display: inline-block;
margin: 0.8em;
background-image: url(../../../wp-content/uploads/2014/11/gifbg.gif);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
.collection-wrapper span.collection-link-overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
z-index:10;
}
.collection-wrapper span.tint-color-overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background: rgba(200,91,0,0.97);
z-index:5;
}
.collection-wrapper .collection-title-wrapper{
display: inline-block;
vertical-align: middle;
text-align: center;
z-index:8;
position: relative;
}
.collection-wrapper .collection-inner{
display: table;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.collection-wrapper .collection-inner h1{
text-align: center;
}
.collection-wrapper .collection-title-wrapper{
display: table-cell;
vertical-align: middle;
}
.collection-wrapper .collection-post-count{
color: #ffffff;
}
@media all and (max-width: 1225px) {
    #page-wrap {
        max-width: 908px;
    }
}
@media all and (max-width: 1080px) {
     .single-post #page-wrap{
     }
    .post_sidebar{
    }
    .page-template-collections_page-php .single-post .entry,
    .page-template-portfolio_item-php .single-post .entry{
    width: 712px;
    }
    .page-template-collections_page-php .post-title-bar-inner,
    .page-template-collections_page-php .subtitle,
    .page-template-collections_page-php .sidebar_opt_in,
    .page-template-portfolio_item-php .post-title-bar-inner,
    .page-template-portfolio_item-php .subtitle,
    .page-template-portfolio_item-php .sidebar_opt_in{
        max-width: 800px;
    }
}
@media all and (max-width: 930px) {
    #page-wrap {
        max-width: 604px;
    }
}
@media all and (max-width: 841px) {
    .page-template-collections_page-php .post-title-bar-inner,
    .page-template-collections_page-php .subtitle,
    .page-template-collections_page-php .sidebar_opt_in,
    .page-template-portfolio_item-php .post-title-bar-inner,
    .page-template-portfolio_item-php .subtitle,
    .page-template-portfolio_item-php .sidebar_opt_in{
        margin: 0 1em;
    }
}
@media all and (max-width: 810px) {
	.sidebar_opt_in{
	 max-width: 95%;
	}
	.single-post .entry{
		max-width: 533px;
	}
        .page-template-collections_page-php .single-post .entry,
        .page-template-portfolio_item-php .single-post .entry{
         max-width: 355px;
        }
}
@media all and (max-width: 655px) {
    .single-post .post {
    }
     .single-post #page-wrap{
     }
}
@media all and (max-width: 626px) {
    #page-wrap {
        max-width: 300px;
    }
   .single-page{
    padding: 0;
    }
}
@media all and (max-width: 545px) {
    .page-template-collections_page-php .collection_video{
        margin: 2em auto;
        display: block;
        width: 90%;
     }
     .page-template-collections_page-php .collection_video video{
      width: 100%;
      }
      .page-template-collections_page-php .single-post .entry,
      .page-template-portfolio_item-php .single-post .entry{
      max-width: 95%;
      }
	.single-post .entry{
		max-width: 95%;
	}
	
	.post-share-buttons{
		float: none;
		display: block;
	}
	
	.single-post .entry img,
        .single-format-standard .collection_video{
		display: block;
		margin: 2em auto;
		width: 90%;
	}
}
@media all and (max-width: 450px) {
    .post-featured-image-bar img{
    	max-width: 95%;
    }
}
@media all and (max-width: 310px) {
    #page-wrap,
    .post_sidebar {
        max-width: 100%;
    }
    .main-gif-wrapper{
     margin: 1em auto;
     max-width: 95%;
     display: block;
     }
}
