/* Tablet Styles */

@media only screen and (max-width:1024px) {
	#wrapper { padding: 90px 0 0 0px; }
	.header { width: 200px; font-size: 13px; }
	.post .box { padding: 28px 8% 0 8%; }
	.archive-title { margin: 40px 8%;  }
	.post .box { padding: 28px 8% 0 8%; }
	#content .post-nav { margin: 50px 8% 60px 8%; }
	.comments { padding: 35px 8% 0 8%; }
	
	footer {
		right: 0;
		background: #f3f3f3;
		width: 320px;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	footer .navigation-content .navigation-inner {
		position: relative !important;
	}
	
	@-moz-document url-prefix() { 
		footer .navigation-content .navigation-inner {
			width: 103%;
		}
	}
	
	footer .widget {
		padding: 20px 20px 30px 20px;
	}
	
	.copyright {
		padding: 25px 8%;
	}
}

@media only screen and (max-width:1160px) {
	.header hgroup { top: 3px; }
	.header-bottom { margin-top: 0; }
	.header .header-nav { top: -3px; }
	
	.filter-nav, form.search-form { top: 88px; }
	
	.logo-image  {
		margin-top: 5px;
	}
	.header { height: 88px; }
	#wrapper { padding: 88px 320px 50px 0; }
	footer { top: 88px; }
    #ad728x90-atf { display: none; }
    .header .header-nav, .header .socials {
    	margin-top: 11px;
    }
}

@media only screen and (max-width: 1024px) {
	.header {
		width: 100%;
		height: 87px;
	}
}


/* Small Tablet and Mobile Styles */

@media only screen and (max-width:430px) {
	ul.socials { display: none; }
	
	form.search-form input[type="text"] {
		width: 258px;
	}
	
	.header-bottom .filter-nav ul li
		width: 32%;
	}
	
	#slidenav .slide-count {
    	font-size: 10px;
    	margin: 2px 10px 0 0;
    	width: 44px;
	}
	
	#content .entry-text {
		margin-left: 0 !important;
	}
	
	#content .meta {
		margin: 5px 0 15px  !important;
	}	
}

@media only screen and (max-width:768px) {
    body {
	    font-size: 13px;
	    line-height: 24px; 
    }
    
    .header {
    	position: fixed;
    	width: 100%;
    	padding: 0;
    }
    
    .header hgroup {
	    float: none;
    }

    .header-nav, .header .widgets {
    	/* display: none; */
    }
    .header-bottom .filter-nav {
    	top: 87px;
    }
    .header-bottom .filter-nav ul li {
    	width: 24%; 
    }
    footer {
    	width: 100%;
    	position: relative;
    }
    
    form.search-form {
    	top: 87px;
    }
    
    #wrapper {
    	padding: 80px 0 50px;
    }
    
    .logo-text {
	    font-size: 28px;
	    line-height: 26px;
    }
    
    .post {
	    margin-bottom: 25px;
	    padding-bottom: 0;
    }
    
    .page .post .box {
	    padding-bottom: 0;
    }

	.post .box-wrap {
		padding: 20px 20px 0px 7px;
	}
	
	.title-meta {
		line-height: 20px;
	}
	
	.title-meta-left {
		margin-right: 10px;
		width: 100%;
	}
	
	.title-meta-right {
		float: left;
		margin-left: 0;
		margin-bottom: 5px;	
	}
	
	.post .box {
		width: 100%;
		padding: 0;
	}
	
	.title-meta {
		margin-bottom: 0; /* 25px */
	}
	
	.date-title {
		top: 5px;
		right: -20px;
		left: auto;
		padding-left: 8px;
		padding-right: 8px
		-webkit-border-top-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-bottomleft: 2px;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	.entry-title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 10px;
		padding-bottom: 0;
		padding-right: 60px;
	}
	
	.intro {
		margin: 0 0 14px 0;
		padding-bottom: 14px;
		font-size: 16px;
		line-height: 26px;
	}
	
	.archive-title {
		margin: 30px 20px 20px 20px; 
	}
	
	.post .fitvid, .post .featured-image, .post .gallery-wrap {
		margin-top: -26px;
	}
	
	#content p {
		margin-bottom: 24px;
	}
	
	#content blockquote {
		font-size: 16px;
		line-height: 26px;
	}
	
	.post .excerpt-more .more-link {
		margin-top: 18px;
	}
	
	#content .meta {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	#content .post-nav {
		margin: 20px 20px 30px 20px;
	}
	
	.comments {
		padding: 0 20px 0 20px;
	}
	
	#comments {
		padding-bottom: 0;
	}
	
	.comments-open { 
		margin-bottom: 40px !important;
	}
	
	.commentlist li {
		padding: 0 0 5px 0;
		margin: 0 0 35px 0;
	}
	
	.commentlist > li:before {
		display: none;
	}
	
	.comments-open #comments-title {
		margin-bottom: 40px;
	}
	
	.comment-meta {
		margin: 0 0 0 15px;
	}
	
	.fn {
		float: none;
	}
	
	.comment-text {
		font-size: 13px;
	    line-height: 22px; 
	}

	#respond {
		padding-bottom: 0px;
	}
	
	#respond h3 {
		margin-top: 0;
	}
	
	#respond input[type="text"], #respond textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#respond .respond-submit {
		width: 100%;
	}
	
	.comment-notes, .comments .logged-in-as {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	
	.comments .logged-in {
		font-size: 14px;
	}
	
	.commentlist #respond h3 {
		margin-top: 10px;
	}
	
	#commentform #submit {
		width: 100%;
		display: block;
	}
	
	footer {
		padding-left: 0;
		margin-top: 20px;
	}
	
	.navigation-content .navigation-inner {
		bottom: auto !important;
		left:  auto !important;
		overflow-x: auto !important;
		overflow-y: auto !important;
		position: auto !important;
		right: auto !important;
		top: auto !important;
	}
	
	.box-wrap .post-content .entry-text {
		margin: 0 0 0 60px;
	}
	.box-wrap .meta {
		margin: 0 0 0 60px;
	}
	.box-wrap .post-share {
		top: 22px;
	}
	
	#slidenav .slide-count {
    	font-size: 12px;
    	width: auto;
	}

}

/* Archive Page Styles */
@media only screen and (max-width:1024px) {
	#archive {
		padding-top: 30px;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap:0;
		border-top: solid 1px #eee;
	}
	
	.archive-col {
		width: 100%;
	}	
	
	.archive-col ul {
		margin-bottom: 0 !important;
	}
	
	.archive-box {
		border-bottom: solid 1px #eee;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	
	.archive-col:last-child .archive-box:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
}

@media only screen and (max-width: 755px) {
	.header hgroup { }
}
#nav-queues {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background: #393939;
    min-height: 32px;
}

@media only all and (max-width:649px) {
    #nav-queues {
        display: none;
    }
}

#nav-queues .header-container, #nav-queues #queues-container {
    background: #00B1E2;
    line-height: 1;
}

#nav-queues .header-container {
    -webkit-transition: background-color .1s ease 0;
    -moz-transition: background-color .1s ease 0;
    -ms-transition: background-color .1s ease 0;
    -o-transition: background-color .1s ease 0;
    transition: background-color .1s ease 0;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    width: 100%;
    padding-left: 22px;
}

#nav-queues .header-container h3 {
    margin: 0;
    padding: 0;
    background: url('../img/nav-queues/queues_open.png') left center scroll no-repeat;
    font-size: inherit;
    color: white;
    font-weight: bold;
    display: inline;
    -webkit-transition: color .1s ease 0;
    -moz-transition: color .1s ease 0;
    -ms-transition: color .1s ease 0;
    -o-transition: color .1s ease 0;
    transition: color .1s ease 0;
}

#nav-queues #filter-container {
   /* display: none; */
   background: #808080;
}

#nav-queues ul#queues-filters { margin-left: 45px; padding: 2px 0 5px 0; max-width: 940px; }
#nav-queues ul li { display: inline-block; margin: 0 1% 0 0; width: 18%; }
	#nav-queues ul li a { font: bold 12px/13px helvetica; color: #60E1FB; }
	#nav-queues ul li a:hover { color: #fff; }

#nav-queues .header-container h3 #current-queue-name {
    font-weight: bold;
    color: #168dd9;
    text-transform: uppercase;
    margin-left: 5px;
}

#nav-queues .header-container:hover {
    color: #fff;
    background-color: #168dd9;
    cursor: pointer;
    -webkit-transition: background-color .25s ease 0;
    -moz-transition: background-color .25s ease 0;
    -ms-transition: background-color .25s ease 0;
    -o-transition: background-color .25s ease 0;
    transition: background-color .25s ease 0;
}

#nav-queues .header-container:hover h3 {
	color: #084367;
    -webkit-transition: color .2s ease 0;
    -moz-transition: color .2s ease 0;
    -ms-transition: color .2s ease 0;
    -o-transition: color .2s ease 0;
    transition: color .2s ease 0;
}

#nav-queues #queues-container {
    -webkit-transition: 320ms height linear 0;
    -moz-transition: 320ms height linear 0;
    -ms-transition: 320ms height linear 0;
    -o-transition: 320ms height linear 0;
    transition: 320ms height linear 0;
    overflow: hidden;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#nav-queues #icon-filter {
	display: inline-block;
	background: url('images/filter-arrow.png') no-repeat;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 0px 4px 0 0;
	position: relative;
	top: 3px;
}
#nav-queues #icon-filter.close {
	background-position: 0 0;
}
#nav-queues #icon-filter.open {
	background-position: 0 -18px;
}



@media only screen and (max-width:768px) {
	.filter-nav, form.search-form { top: 88px; }
	.filter-nav ul li { width: 24%; }
	footer { position: relative; width: 100%; }
	#wrapper { padding: 88px 0 50px; }
	.entry-title { font-size: 30px; line-height: 36px; }
	.post { margin: 0 0 10px; padding-bottom: 10px; }
	.post .box { padding: 28px 5% 0; }
	#content .entry-text { margin-left: 30px; }
	#content p { margin: 9px 0 15px 0; font-size: 14px; line-height: 21px; }
	#content .meta { margin: 5px 0 15px 30px; }
	.post .fitvid, .post .featured-image, .post .gallery-wrap { margin-top: -5px; }
	
	#ad300x250-atf.widget, #ad300x250-btf.widget { display: block; width: 300px; margin: 10px auto; padding: 0; }
	#facebook-widget.widget { display: block; width: 300px; margin: 10px auto; padding: 0; }
	
	#slideshow-nav { margin: 5px 0 0 30px; }
	#content .pagelink { margin-left: 30px; }
}

@media only screen and (max-width:570px) {
	.filter-nav ul { width: 100%; }
	.filter-nav ul li { width: 32%; }
}

@media only screen and (max-width:570px) {
	.filter-nav ul { width: 100%; }
	.filter-nav ul li { width: 100%; display: block; }
}

@media only screen and (min-width:431px) {
	#slidenav .slide-count {
    	font-size: 12px;
    	margin: 10px 10px 0 0 !important;
    	width: auto !important;
	}
}