/* =Responsive Structure
----------------------------------------------- */

@media screen and (min-width: 1190px) {
	.site {
		margin: 40px auto;
		width: 1140px;
	}
	#primary {
		width: 690px;
	}
	.page-links,
	.widget,
	blockquote,
	.site-content article,
	.site-content .site-navigation,
	#infinite-handle,
	.comments-title, #reply-title,
	#respond {
		margin-bottom: 50px;
	}
	#homepage-message {
		margin-top: 50px;
	}
	.single-format-gallery .entry-meta {
		margin-top: 40px;
	}
	article.sticky .featured-sticky,
	.page-header,
	p,
	.featured-image,
	.entry-content table,
	.comment-content table,
	.widget.widget_catcheverest_social_widget,
	#content .searchform,
	.page-link,
	.single-attachment .entry-attachment img {
		margin-bottom: 40px;
	}
	.header-sidebar .widget,
	.entry-header,
	article.format-aside .entry-title,
	.comments-area article header {
		margin-bottom: 30px;	
	}
	.page .entry-header,
	.widget-title,
	.header-sidebar .widget.widget_catcheverest_social_widget, {
		margin-bottom: 20px;
	}
	#featured-post .entry-header {
		margin-bottom: 0;
	}
	.container {
		padding: 0 50px;
	}
	#site-logo,
	#hgroup,
	.header-sidebar,
	#supplementary,
	#main {
		padding-top: 50px;
	}
	#hgroup-wrap,
	.hentry,
	.comments-area article { 
		padding-bottom: 50px;
	}
	#site-generator .site-info {
		padding: 40px 0;
	}
	
	/* Font Sizes */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#site-title {
		font-size: 50px;
		font-size: 5rem;
	}
	.entry-header .entry-title,
	#homepage-message {
		font-size: 30px;
		font-size: 3rem;
	}
	#homepage-message span {
		font-size: 20px;
		font-size: 2rem;	
	}
	#featured-post .entry-title {
		font-size: 22px;
		font-size: 2.2rem;		
	}	
}

@media screen and (max-width: 1060px) {
	.site {
		margin: 20px auto;
		width: 900px;
	}
	#primary {
		width: 500px;
	}
	.page-links,
	.widget,
	blockquote,
	.site-content article,
	.site-content .site-navigation,
	#infinite-handle,
	.comments-title, #reply-title,
	#respond {
		margin-bottom: 30px;
	}
	#homepage-message,
	.single-format-gallery .entry-meta {
		margin-top: 30px;
	}
	article.sticky .featured-sticky,
	.page-header,
	p,
	.featured-image,
	.entry-content table,
	.comment-content table,
	.widget.widget_catcheverest_social_widget,
	#content .searchform,
	.page-link,
	.single-attachment .entry-attachment img {
		margin-bottom: 20px;
	}
	.header-sidebar .widget,
	.entry-header,
	article.format-aside .entry-title,
	.comments-area article header {
		margin-bottom: 20px;	
	}
	.page .entry-header,
	.widget-title,
	.header-sidebar .widget.widget_catcheverest_social_widget {
		margin-bottom: 10px;
	}
	.container {
		padding: 0 30px;
	}
	#site-logo,
	#hgroup,
	.header-sidebar,
	#supplementary,
	#main {
		padding-top: 30px;
	}
	#hgroup-wrap,
	.hentry,
	.comments-area article { 
		padding-bottom: 30px;
	}
	#site-generator .site-info {
		padding: 20px 0;
	}
	#header-menu ul.menu a, 
	#colophon #access-footer ul.menu a {
		padding: 0 15px;
	}
	.entry-header .entry-title {
		padding-bottom: 0;
	}
	/* Four Footer Widget Areas */
	#supplementary.four .widget-area {
		margin-left: 3%;
		width: 22.7%;
	}	
	
	/* Font Sizes */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.entry-header .entry-title,
	#homepage-message {
		font-size: 20px;
		font-size: 2rem;
	}
	#homepage-message span {
		font-size: 15px;
		font-size: 1.5rem;	
	}
	.widget-title {
		font-size: 16px;
		font-size: 1.6rem;		
	}
	.comments-title, #reply-title,
	.entry-content h1, .comment-content h1 {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.entry-content h2, .comment-content h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.entry-content h3, .comment-content h3 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.entry-content h4, .comment-content h4 {
		font-size: 16px;
		font-size: 1.6rem;	
	}
	.entry-content h5, .comment-content h5 {
		font-size: 15px;
		font-size: 1.5rem;	
	}
	.entry-content h6, .comment-content h6 {
		font-size: 14px;
		font-size: 1.4rem;	
	}
}
@media screen and (max-width: 960px) {	
	.site,
	.no-sidebar-one-column .site {
		width: 700px;	
	}
	#primary {
		width: 100%;
	}
	#header-menu ul.menu a, 
	#colophon #access-footer ul.menu a {
		padding: 0 10px;
	}
	#featured-post.layout-four,
	#secondary {
		margin-left: -30px;
		width: 670px;
	}
	#featured-post.layout-four .post {
		margin-left: 30px;
		width: 305px;
	}
	#featured-post.layout-four .post:nth-child(2n+1),
	#secondary .widget:nth-child(2n+1) {  
		clear: both;
	}	
	#secondary .widget {
		display: inline;
		float: left;
		margin-left: 30px;
		width: 305px;
	}
	/* Four Footer Widget Areas */
	#supplementary.four .widget-area {
		width: 48.5%;
	}
	#supplementary.four #third.widget-area {
		clear: both;
		margin-left: 0;
	}
	
	/* Font Sizes */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.entry-meta {
		font-size: 12px;
		font-size: 1.2rem;	
	}
	#featured-post .entry-title,
	.page-links {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {	
	/* iPad Portrait */	
	.site,
	.no-sidebar-one-column .site {
		margin: 5px auto;
		width: 760px;
	}
	#featured-post.layout-four,
	#secondary {
		margin-left: -30px;
		width: 730px;
	}
	#featured-post.layout-four .post,
	#secondary .widget {
		width: 335px;
	}	
}

@media screen and (max-width: 767px) {
	/* Larger Smart Devices */		
	.site,
	.no-sidebar-one-column .site {
		width: 380px;
	}
	#site-title {
		font-size: 30px;
		font-size: 3rem;
	}
	#site-description {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.header-sidebar,
	#header-right {
		max-width: 100%;
		width: 100%;
	}
	#main-slider .entry-container {
		bottom: 0;
		max-width: 100%;
		position: relative;
	}
	#main-slider .entry-header {
		margin-bottom: 0;
	}
	#main-slider .entry-title a,
	#main-slider .entry-title a:hover,
	#main-slider .entry-title span,
	#main-slider .entry-title span:hover {
		background-color: transparent;
	}
	#main-slider .entry-title span {
		padding: 10px 25px 0;
	}
	#main-slider .entry-content,
	#main-slider .entry-content:hover {
		background-color: transparent;
	}
	#main-slider .entry-content {
		padding: 0 25px 25px;	
	}
	#slider-nav a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		padding: 0 5px;
	}
	.entry-header .entry-title,
	#homepage-message,
	.comments-title, #reply-title {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#featured-post,
	#featured-post .post,
	#featured-post.layout-four,
	#featured-post.layout-four .post,
	#secondary,
	#secondary .widget {
		width: 100%;
		margin-left: 0;
	}		
	#colophon #supplementary .widget-area,
	#site-generator .copyright, 
	#site-generator .powered {
		margin: 0;
		width: 100%;
	}
	#site-generator .copyright, 
	#site-generator .powered {
		text-align: center;
	}
	#masthead .menu,
	#footer-menu {
		display: none;
	}
	.mobile-footermenu #footer-menu {
		display: block;
	}
	.mobile-footermenu #footer-menu .menu {
		display: none;
	}
	.tinynav {
		display: block;
	}
	.sb-holder {
		display: block;
	}
	.commentlist .children {
		margin-left: 0;
	}	
	.woocommerce #content ul.products li {
		margin-right: 0;
		width: 100%;
	}
	.woocommerce #content .product a.added_to_cart {
		clear: both;
		display: block;
	}
	#main .woocommerce .col-1,
	#main .woocommerce .col-2 {
		width: 100%;
	}
	.header-sidebar .widget.widget_nav_menu {
		width: 100%;
	}
	.widget.widget_nav_menu .sb-holder {
		background-color: #3A3D41;
		color: #eee;
		clear: both;
		display: block;
		width: 100%;
	}
	.widget.widget_nav_menu .sb-holder a,
	.widget.widget_nav_menu .sb-holder a:hover {
		color: #eee;
	}
	/* Pagination */
	#nav-below .wp-pagenavi a, 
	#nav-below .wp-pagenavi span, 
	#nav-below #wp_page_numbers ul li a,
	.page-link span,
	.page-link a span {
		height: 25px;
		font-size:12px;
		line-height: 24px;
		padding:0 10px;
	}	
	#nav-below .wp-pagenavi a, 
	#nav-below .wp-pagenavi span,
	.page-link span {
		margin: 0 0 0 5px;
	}	
	#nav-below #wp_page_numbers ul li,
	#nav-below .wp-pagenavi a, 
	#nav-below .wp-pagenavi span {
		margin-bottom: 5px;
	}
	a#scrollup {
		font-size: 20px;
		padding: 3px;
	}	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* iPhone Landscape */
	.site,
	.no-sidebar-one-column .site {
		width: 450px;
	}
}
@media screen and (max-width: 480px) {
	/* iPhone Portrait */	
	.site,
	.no-sidebar-one-column .site {
		margin: 10px auto;
		width: 300px;
	}
	#main .woocommerce .col-1,
	#main .woocommerce .col-2 {
		width: 100%;
	}
	.container {
		padding: 0 20px;
	}
	#hgroup-wrap,
	.hentry,
	.comments-area article { 
		padding-bottom: 20px;
	}
	#site-logo,
	#hgroup,
	.header-sidebar,
	#supplementary,
	#main {
		padding-top: 20px;
	}
	#homepage-message {
		margin-top: 20px;
	}
	
	/* Font Sizes */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#site-title {
		font-size: 25px;
		font-size: 2.5rem;
	}
	#site-description {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.entry-meta,
	#site-generator {
		font-size: 11px;
		font-size: 1.1rem;	
	}
	#featured-post .entry-title,
	.page-links {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 320px) {
/* Small Devices */	
	.site,
	.no-sidebar-one-column .site {
		margin: 0;
		width: 100%;
	}	
	#site-title {
		font-size: 20px;
		font-size: 2rem;
	}
	#site-description {
		font-size: 12px;
		font-size: 1.1rem;
	}
}

