/*
Theme Name: BlankSlate Child
Theme URI: http://tidythemes.com/blankslate/
Description: Child theme for the BlankSlate theme.
Author: TidyThemes
Author URI: http://tidythemes.com/
Template: blankslate
*/

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:inherit;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{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* CSS DIRECTORY
	1. =GLOBAL
	2. =TYPOGRAPHY
	3. =MAIN
	4. =HEADER
	5. =CONTENT
	6. =SIDEBAR
	7. =FOOTER
	8. =NAVIGATION
	9. =MEDIA_QUERIES
*/

/* ===GLOBAL=== */


html {	
	font-size: 16px;
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
}

body {
	font-size: 16px;
	background:#232323;
}

a {
	color:#1845B0;
}

a:visited {
	color:#7520AE;  
}

a:hover {
	color:#275EDE;
}

a:active {
	color:#D72463;  
}

.ext-link:after {
  content: url(http://thedod3.com/img/external-link.png);
  margin: 0 0 0 5px;
}

.ext-img:after {
  content: url(http://thedod3.com/img/image-link.png);
  margin: 0 0 0 3px;
}

#sidebar a, #footer a, .error-text a {
	color:#53E1EB;
}

#footer a:hover {
	color:#fff;
}

.entry-content li {
	line-height:1.4em;
	font-size:1.2em;
	list-style-type:circle;
	margin-left:2em;
}

.entry-content li ul li {
	font-size:1em;
}

.alignright {
	float:right;
	padding:0 0 .5em .5em;
}
  
.alignleft {
	float:left;
	padding: 0 .5em .5em 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:.5em;
}

blockquote {
	margin-left:1.4em;
	padding: 0 0 0 .5em;
	color:#222;
	font-style:italic;
	border-left:4px solid #ccc;
}

.video-container {
    position: relative;
    padding-bottom: 53%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin:1em 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aligncenter {
	max-width:100%;
}

/* ===TYPOGRAPHY=== */

p {
	color:#1C1C1C;
	font-size:1.1em;
  	margin: 1em 0;
  	line-height:1.8em;
	font-family: "Lucida Bright",Georgia,serif;
}

h1 {
	font-size:1.8em;
	line-height:1.4em;
}

h2 {
	font-size:1.6em;
}

h3, h4, h5, h6 {
	margin:1em 0;
	font-size:1.6em;
	border-bottom:3px solid #D2225F;
	font-style:italic;
	clear:both;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-size:1.8em;
}

#footer-boxes h4 {
	padding: 0 0 .3em;
}

strong { 
    font-weight: bold;
}

em {
	font-style:italic;
}

label {
	display:block;
}

.entry-content ul {
	font-family: "Lucida Bright",Georgia,serif;
}

/* ===MAIN=== */

#wrapper {
	width:100%;
}	

#container {

}

#content {
	margin-right:400px;
}

#content-container {
	background:#fff;
}

#left {
	float:left;
	width:100%;
	margin-right:-400px;
}

#right {
	width:394px;
	float:right;
}

.error {
	background: url(./img/err_img.jpg) no-repeat 0 0;
	background-size:100%;
	min-height:600px;
	max-height:1000px;
	margin:-1em 0;
}

.error-text {
	width:100%;
	padding-top:10%;
	text-align:center;
}

.error-text p, .error-text h2 {
	font-weight:bold;
	color:#fff;
	text-shadow:0 0 10px #000;
}

table {
	width:100%;
	font-size:1.2em;
	font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
	border-bottom:1px solid #B2D6D8;
}
tr:first-child {
	font-weight:bold;
}
tr:nth-child(odd) {
	background:#B2D6D8;
}
td {
	padding:.3em;
}
.cite {
	border:1px solid #DDFFF9;
	border-radius:8px;
	background:#F2FFFD;
	padding:.5em;
}
/* ===HEADER=== */

#header-above {
	height:80px;
	background: url(./img/top_bg.jpg) no-repeat 100% 0;
}

#header {
  	margin:0 auto;
	height:100px;
}

#branding {
	position:absolute;
	top:-20px;
}

#branding img {
	transition: transform 0.3s ease;
}

#branding img:hover {
	transform:scale(1.02,1.02);
}

#site-title {
	top:20px;
	background: rgba(8, 28, 29, 0.8);
	position:relative;
	height:60px;
	border-top:1px solid #3AC6D0;
	border-bottom:1px solid #3AC6D0;
}

/* ===CONTENT=== */

#content {
	background:#fafafa;
		-webkit-box-shadow: 5px 0 24px 0 #000000;
	box-shadow: 5px 0 24px 0 #000000;
}

#header-image-wrap {
	max-height:180px;
}

#header-image {
	background-repeat:no-repeat;
	background-size:cover;
}

#content header {
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
	padding: .5em .5em .5em 1em;
	border-left:6px solid #53E1EB;
}

#content header a {
	color:#53E1EB;
	text-shadow: 0 0 10px #000;
}

#header archive {
	border-bottom:1px solid #000;
}
	
article {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

.entry-title, .entry-title a{
	color:#D2225F !important;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	line-height:1.4em;
}

.entry-title a {
	border-bottom:1px dashed #D2225F;
	transition: color 0.3s ease;
}

.entry-title a:hover {
	color:#E22E6D !important;
}

.entry-title {
	text-shadow: 0 0 10px #000;
}

.entry-meta {
	font-size:1.1em;
	margin:.5em 0 0;
	line-height:1.6em;
}

.entry-content {
	padding:.5em 1em 1em;
	margin:0 auto;
	max-width:1000px;
}

.entry-footer, #nav-below {
	padding:1em 1em 0;
	font-size:1.1em;
	line-height:1.6em;
}

#nav-below {
	border-top:1px solid #3AC6D0;
}

.entry-footer {
	padding-bottom:1em;
background: #fff;
border-bottom:1px solid #ccc;
}

.entry-links {
	font-size:1.4em;
	font-weight:bold;
}

.list-left, .list-right {
	width:48%;
}

.list-left li, .list-right li {
	margin:0;
	list-style-type:none;
}

.list-left {
	float:left;
}

.list-right {
	float:right;
}

.list-left h3, .list-right h3 {
	margin-bottom:.5em;
}

.list-left img, .list-right img {
	float:right;
	display:block;
}

.list-left li, .list-right li {
	padding: .2em;
	border-bottom:1px solid #3AC6D0;
}

.wtcr li {
	height:50px;
}

.wtcr-desc {
	background:rgba(255,43,89,0.9);
	color:#fff;
	padding:.3em .5em;
	margin:0 0 .5em;
	font-size:1em;
	border-left:6px solid #53E1EB;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.listpage {
	margin: .5em 0;
}

.listpage li {
	padding: .5em 0;
	border-bottom:1px solid #ccc;
	list-style-type:none;
	margin-left:0;
	font-size:1em;
}

.c_list li {
	font-size:1.2em;
	margin-bottom:.5em;
}

.wp-caption-text {
	font-size:.9em;
	margin: -5px 10px 0 0;
	font-style:italic;
	background:#000;
	color:#fff;
	border-left:4px solid #D2225F;
	border-top:1px solid #D2225F;
	padding:.3em;
	line-height:1.2em;
}

.archive_list ul, .archive_list_tag {
	margin:1em 0;
}

.archive_list li, .archive_list_tag a {
	line-height:1.4em;
}

.archive_list {
	width:45%;
	display:inline-table;
}

.archive_tag_list a {
	line-height:1em;
}

.nav-previous, .nav-next {
	display:inline-block;
	width:48%;
	min-height:40px;
}

.nav-next {
	text-align:right;
}

.landing {
	clear:both;
	font-size:1.2em;
	margin-bottom:1em;
}

.entry-summary {
	padding:0 1em;
}

#breadcrumbs {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-style:italic;
}

.nav-paged {
	text-align:center;
	padding:0 .5em 1.5em;
}

.page-numbers {
	font-size:1.1em;
	border:1px solid #43C3CC;
	padding:.2em .4em;
	text-decoration:none;
	background:#30A4AC;
	color:#fff !important;
}

.current {
	background:#D2225F;
	border:1px solid #EB4680;
}

.dots {
	border:0px solid #000;
	background:none;
	color:#000 !important;
}

.page-numbers:hover {
	background:#43C3CC;
}

.current:hover {
	background:#D2225F;
}

.dots:hover {
	background:none;
}

.ngg-galleryoverview {
    margin-top: 0 !important;
	margin-bottom: 0 !important; 
}

/* ===RELATED POSTS=== */

.related {
	padding:0 1em 1em;
	font-size:1.2em;
	line-height:1.2em; 
}

.related li { 
	margin:.5em 0 .5em 1em;
	list-style-type:circle;
}

/* ===SOCIAL MEDIA=== */

#social-media {
	margin:.5em 0 0;
	clear:both;
	text-align:center;
	width:100%;
	padding-bottom:.5em;
	border-bottom:1px solid #3AC6D0;
background: rgb(250,250,250);
background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(188,214,214,1) 100%);
background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(188,214,214,1) 100%);
background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(188,214,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#bcd6d6',GradientType=0 );
}

.facebook, .twitter, .pinterest, .reddit, .email {
	width:10%;
	padding:.8em .3em .8em 2em;
	margin: .3em;
	display:inline-block;
	color:#fff !important;
	font-size:1.2em;
	text-decoration:none;
	transition:background .2s ease;
}

.facebook {
	background: rgba(59,89,152,0.9) url(./img/smedia.png) no-repeat 5px 4px;
}

.twitter {
	background: rgba(85,172,238,0.9) url(./img/smedia.png) no-repeat 5px -42px;
}

.pinterest {
	background: rgba(189,8,28,0.9) url(./img/smedia.png) no-repeat 5px -88px;
}

.reddit {
	background: rgba(255,139,96,0.9) url(./img/smedia.png) no-repeat 5px -138px;
}

.tumblr {
	background: rgba(255,139,96,0.9) url(./img/smedia.png) no-repeat 5px -188px;
}

.email {
	background: rgba(38,186,115,0.9) url(./img/smedia.png) no-repeat 5px -228px;
}

.facebook:hover {
	background: rgba(59,89,152,1) url(./img/smedia.png) no-repeat 10px 4px;
}

.twitter:hover {
	background: rgba(85,172,238,1) url(./img/smedia.png) no-repeat 10px -42px;
}

.pinterest:hover {
	background: rgba(189,8,28,1) url(./img/smedia.png) no-repeat 10px -88px;
}

.reddit:hover {
	background: rgba(255,139,96,1) url(./img/smedia.png) no-repeat 10px -138px;
}

.tumblr:hover {
	background: rgba(255,139,96,1) url(./img/smedia.png) no-repeat 10px -188px;
}

.email:hover {
	background: rgba(38,186,115,1) url(./img/smedia.png) no-repeat 10px -228px;
}

/* ===COMMENTS=== */

#comments {
	padding:0 1em;
}

#comments ul, #comments li {
	margin:1.5em 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#respond {
	margin:1em 0 0;
}

.says {
	display:none;
}

.children {
	padding-left:1em;
}

.fn {
	font-family: "Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
	font-size:2em;
	position:absolute;
	top:10px;
	left: 65px;
	color: #2E5659;
    text-shadow: 1px 1px 0 #9CF9FF;
}

.avatar {
	height: 42px;
	width: 42px;
	border:4px solid #257D84;
}

.comment-author, .comment-meta {
	padding:.5em;
}

.comment-author a, .comment-meta a {
	color:#2E5659;
	text-decoration:none;
	border-bottom:1px dashed #2E5659;
}

.comment-meta a {
	font-size:.9em;
}

.comment-form {
	padding-bottom:1em;
}

.comment-author, .comment-meta {
	background:#81CED3;
}

.comment-author {
	max-height:40px;
	position:relative;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.comment-meta {
	border-bottom:8px solid #4DB5BC;
}

.reply a, .submit, .more-link {
	padding:.3em .6em;
	background:#D2225F;
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
	border:1px solid #AE2152;
}

.more-link, .submit {
	transition:background .3s ease;
}

.more-link:visited {
	color:#fff;
}

.more-link:hover, .submit:hover {
	color:#fff;
	background:#F44C87;
}

#comments textarea {
	width:99%;
	height:300px;
}

input {
	width:99%;
}

.submit {
	max-width:300px;
	cursor:pointer;
}

/* ===SIDEBAR=== */

#sidebar {
	color:#fff !important;
	border-bottom:4px dashed #D2225F;
	line-height:1.8em;
}

.widget-title {
	border-bottom:2px solid #D2225F;
	color:#D2225F;
	padding:.3em;
	font-weight:bold;
	font-style:italic;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	background: rgba(0,0,0,0.4);
	margin:0;
}

.widget-container {

}

.textwidget, .widget-container ul {
	padding:.5em .5em 1em;
	border-top:1px solid #000;
	border-bottom:1px solid #353535;
	line-height:1.8em;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(10,10,10,0) 45%, rgba(22,22,22,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(10,10,10,0) 45%,rgba(22,22,22,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(10,10,10,0) 45%,rgba(22,22,22,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#161616',GradientType=0 );

}

#text-3 {
	background: url(./img/gasm.jpg) no-repeat 100% 0;
	font-size:1.1em;
}

#wpctc_widget-2 {
	background: url(./img/catcloud.jpg) no-repeat 100% 0;
	max-height:290px;
}

#wpctc_widget-2-tagcloud {
	padding:.3em .5em;
}

.recent-posts li {
	margin: 0 0 .5em;
}

.sidebar-title-wrapper {
	overflow:hidden;
	position:relative;	
}

.sidebar-titles {
	height:120px;
	background-size:cover;
}
.sidebar-titles-text {
	font-size:.9em;
	line-height:1.2em;
	position:absolute;
	bottom:0;
	padding:.5em;
	background: rgba(0,0,0,.8);
	border-left:4px solid #D2225F;
	transition:border-left 0.2s ease;
}

.sidebar-titles-inner-text {
	display:block;
	color:#fff;
	font-size:.9em;
	clear:both;
	margin-top:1em;
}

.sidebar-title-wrapper:hover > .sidebar-titles-text {
	border-left:8px solid #D2225F;
}

.featured {
	height:150px;
	position:relative;
	margin:0 0 .5em 0;
	overflow:hidden;
}

.actionpark {
	background:url(./img/actionpark.jpg) no-repeat 0 0;
}
.zipper {
	background:url('http://thedod3.com/img/zipper_review.jpg') no-repeat 0 0;
}
.epcot {
	background:url('http://thedod3.com/img/epcot_1983.jpg') no-repeat 0 0;
}

.featured .sidebar-titles-text {
	font-size:1em;
	height:70px;
	margin-bottom:-45px;
	transition: margin-bottom 0.5s ease;
}

.featured .sidebar-titles-text p {
	color:#fff;
	font-size:.9em;
	line-height:1.2em;
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
}

.featured:hover > .sidebar-titles-text {
	margin-bottom:0;
}

#twitter-top {
	background:#181E1E;
	border-bottom:1px solid #2D3A3B;
}


.twitter-tweets li {
	border-bottom:1px dashed #757575;
	line-height:1.3em;
	padding:.3em 0;
}

/* ===FOOTER=== */

#footer {
	width:100%;
	font-size:1.1em;
	line-height:1.2em;
	border-top:1px solid #4A4A4A;
	min-height:50px;
		-webkit-box-shadow: -20px 0 50px 0 #1E1E1E;
	box-shadow: -20px 0 50px 0 #1E1E1E;
	position:relative;
	background: url(./img/dod3bg.jpg) no-repeat 0 0;
	background-size:cover;
	color:#fff;
}

#footer-boxes {
	padding:1em;
	background:rgba(0,0,0,0.85);
	line-height:1.6em;
}

#footer-boxes h4 {
	margin:0 0 .5em;
}

.footer-left, .footer-center, .footer-right {
	display:inline-block;
	vertical-align: top;
	width:29%;
	padding:1em;
}

.footer-center {
	border-right:1px solid #D2225F;
	border-left:1px solid #D2225F;
}

.guy {
	position:absolute;
	bottom:.5em;
	right:.5em;
	color:#656678 !important;
	font-size:1em;
	transition: color .5s ease;
	text-decoration:none;
}

.guy:hover {
	color:#fff !important;
}

/* ===NAVIGATION=== */

#navbar {
	background:#67CC8E;
	height:50px;
	position:relative;
}

#desktop-menu {
	position:absolute;
	top:21px;
	left:375px;
}

#desktop-menu ul li a {
	color:#fff;
	background:rgba(210,34,95,0.15);
	text-decoration:none;
	font-size:1.1em;
	padding:.5em;
	border:1px solid #D2225F;
	transition: background 0.2s ease;
}

#desktop-menu a:hover {
	background:rgba(210,34,95,0.9);
}

#desktop-menu li ul {
	max-height:0;
	overflow:hidden;
	background:rgba(0,0,0,0.8);
	padding: 0 .5em;
	margin:12px 0 0;
	position:absolute;
	width:96%;
	transition: max-height 0.3s ease;
}

#desktop-menu li ul li {
	display:block;
	text-align:right;
	margin: 1em 0;
}

#desktop-menu li ul li a {
	padding:.2em .5em;
}

#desktop-menu ul li:hover > ul {
	max-height:200px;
	border-bottom:4px solid #3AC6D0;
}

#desktop-menu ul li ul li a {
	border:none;
	background: rgba(0,0,0,0);
}

#desktop-menu li {
	list-style-type:none;
	display:inline;
}

.youtube-header, .twitter-header {
	display:inline-block;
	margin:6px .3em 0;
	float:right;
	width:42px;
	height:42px;
	transition: background-color .2s ease;
}

.youtube-header {
	background: url(./img/youtube.png) no-repeat 50% 50%;
	background-color:rgba(229,45,39,0.2);
	border:1px solid #FF3730;
}

.twitter-header {
	background: url(./img/twitter.png) no-repeat 50% 50%;
	background-color:rgba(85,172,238,0.2);
	border:1px solid #5CB9FF;
}

.youtube-header:hover {
	background-color:rgba(229,45,39,0.9);
}

.twitter-header:hover {
	background-color:rgba(85,172,238,0.9);
}

/* mobile menu */

#mobile-menu {
	float:right;
	display:none;
}

.menu-button  {
	position:absolute;
	top:0;
	right:0;
	background: url('http://thedod3.com/img/nav_lrg.png') no-repeat 0 0;
	height:37px;
	width:45px;
	margin: 10px .5em 0 0;
	z-index:1;
}

#menuoverlay {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	display:none;
	background:rgba(4,15,16,0.9);
	z-index: 1;
	transition: opacity 0.5s linear;
}

.overlay-content {
	position: relative;
	font-size:1.3em;
	top:5%;
	line-height:1.6em;
	padding-left:10%;
}

.overlay-content ul li {
	margin-bottom:0;
}
.overlay-content ul ul li {
	font-size:1em;
	border-left:1px solid #ccc;
	margin-left:5%;
	padding:0 0 0 .5em;
}
.overlay-content a {
	text-decoration:none;
	color:#fff;
	margin-bottom:1em;
}

.closemenu {
    position: absolute;
	color:#fff;
    top: 18px;
    right: 3%;
    font-size: 60px;
	text-decoration:none;
	z-index:1;
}

/* ===CONTACT=== */

#contact-text-field {
	max-width:300px;
}

#contact-textarea {
	width:99%;
	min-height:300px;
}

imput wpcf7-form-control wpcf7-submit {
	width:200px;
	height:40px;
}

/* ===MEDIA_QUERIES=== */

	@media only screen
	and (max-width : 1100px) {
		#desktop-menu ul li a {
			font-size:1em;
		}
	}

	@media only screen
	and (max-width : 1000px) {
		#left {
			margin-right:0;
			float:none;
		}		
		#right {
			width:100%;
			float:none;
		}
		#content {
			margin-right:0;
		}
		#desktop-menu {
			display:none;
		}
		#mobile-menu {
			display:block;
		}
		.youtube-header {
			margin:6px 60px 0 0;
		}
		.footer-left, .footer-center, .footer-right {
			width:99%;			
			padding:1em 0;
		}
		.footer-left li, .footer-center li, .footer-right li {
			display:inline;
			border-right:1px solid #fff;
			padding:0 .5em;
		}
		.footer-center {
			border-right:0px solid #fff;
			border-left:0px solid #fff;
		}
		.featured, #wpctc_widget-2, #text-3 {
			background-size:cover;
		}
	}
	@media only screen
	and (max-width : 550px) {
		p {
			font-size:1em;
		}
		h1 {
			font-size:1.2em;
		}
		h2,h3,h4,h5,h6 {
			font-size:1.2em;
		}
		.entry-content h3 {
			font-size:1.3em;
		}
		.entry-meta {
			font-size:1em;
		}
		img {
			max-width:100%;
			height:auto;
		}
		#site-title {
			height:46px;
		}
		#branding img {
			margin-top:10px;
			width:65%;
			height:auto;
		}
		.youtube-header, .twitter-header {
			display:none;
		}
		.menu-button {
			margin: 5px .5em 0 0;
		}
		#header-above {
    		height: 68px;
		}
		#header {
			height:80px;
		}
		.list-left, .list-right {
			float:none;
			width:100%;
		}
		#header-image-wrap {
			overflow:hidden;
		}
		#footer {
			background: url(./img/dod3bg_mobile.jpg) no-repeat 0 0;
			background-size:cover;
		}
		.yt-mobile, .twit-mobile {
			width:34px;
			height:34px;
			position:absolute;
			z-index:1;
		}
		.yt-mobile {
			background: url(./img/youtube.png) no-repeat 50% 50%;
			background-color:rgba(229,45,39,0.2);
			background-size:26px 26px;
			border:1px solid #FF3730;
			top:230px;
			right:8px;
		}
		.twit-mobile {
			background: url(./img/twitter.png) no-repeat 50% 50%;
			background-color:rgba(85,172,238,0.2);
			background-size:26px 26px;
			border:1px solid #5CB9FF;
			top:280px;
			right:8px;
		}
		.comment-author a {
			font-size:.9em;
		}
		.archive_list {
			width:99%;
			display:block;
		}
		.facebook, .twitter, .pinterest, .reddit, .email {
			width:28%;
			display:inline-block;
		}
		.logo {
			float:none;
			clear:both;
			margin:0 auto;
		}
		.page-numbers {
			font-size:1em;
		}
	}

	@media only screen
	and (max-height : 320px) {

		.overlay-content {
			font-size:1.1em;
			top:3%;
	}
}