@media screen and (max-width: 1240px) {

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.pagewidth {
		max-width: 96%;
	}	

}

@media screen and (max-width: 1060px) {
	
	body {
		font-size: .95em;
	}
	
	/************************************************************************************
	SIDEBAR
	*************************************************************************************/
	.social h3:before {
		font-size: 2em;
	}
}


@media screen and (max-width: 850px) {
	#main-nav li {
		margin-left: 7px;
		margin-right: 7px;
	}
	#main-nav a {
		font-size: 1em;
		font-weight: normal;
	}
}

@media screen and (max-width: 820px) {
	
	/************************************************************************************
	PROMOTION BAR
	*************************************************************************************/
	.promo-bar p {
		font-size: .9em;
		line-height: 1.5em;
		text-align: left;
		padding: 10px 35px 10px 10px;
	}
	.promo-bar .close {
		right: 10px;
		top: 20%;
	}

	/************************************************************************************
	HEADER
	*************************************************************************************/
	#header,
	.fixed-header #header {
		padding-top: 15px;
		height: 45px;
	}
	.fixed-header #raku-logo img,
	#raku-logo img {
		width: 97px;
		height: 28px;
	}
	#pagewrap {
		padding-top: 60px;
	}
	.slide-menu-on #pagewrap {
		z-index: 100000; /* to cover the fixed header & promo bar */
		position: relative;
	}
	
	/************************************************************************************
	MOBILE NAV BUTTON
	*************************************************************************************/
	#menu-icon,
	#menu-icon-close {
		position: absolute;
		display: block;
		color: #7f7f7f;
		text-decoration: none;
	}
	#menu-icon {
		top: 17px;
		right: 7px;
		font-size: 1.5em;
		cursor: pointer;
	}
	#menu-icon:hover {
		color: #000;
	}
	#menu-icon-close {
		top: 0;
		right: 231px;
		font-size: 1.4em;
		background: #fff;
		color: #666;
		padding: 16px 22px 15px 550px;
		height: 100%;
		background: rgba(255,255,255,.9);
	}
	#menu-icon-close:after {
		content: '\e803';
		position: absolute;
		top: 20px;
		right: 20px;
	}

	/************************************************************************************
	MAIN NAV (MOBILE)
	*************************************************************************************/
	/* main nav */
	#main-nav,
	.fixed-header #main-nav {
		position: static;
		padding: 4% 15px;
		max-height: 96%;
		overflow: auto;
	}
	#main-nav li {
		float: none;
		display: block;
		padding: 0;
	}
	#main-nav > li:first-child {
		border: none !important;
	}
	#main-nav a, 
	#main-nav ul a, 
	#main-nav > li:last-child > a {
		font: inherit !important;
		width: auto !important;
		display: block !important;
		border: none;
		padding: 12px 0;
		border-bottom: solid 1px #efefef !important;
	}
	#main-nav a:hover {
		color: #000;
	}
	
	/* Current link */
	#main-nav > .current_page_item a, #main-nav > .current-menu-item a {
		border: none;
	}
	
	/* member link */
	#main-nav > li:last-child > a {
		border: none;
	}
	
	/* sub level */
	#main-nav ul {
		float: none;
		position: static;
		display: block;
		visibility: visible;
		margin: 0;
		border: none;
		text-align: left;
		padding: 0 0 0 20px;
	}
	#main-nav ul li {
		border: none;
	}
	#main-nav ul:after, #main-nav ul:before {
    	border: none;
	}
	
	/* Mega */
	#main-nav .mega .sub-menu {
		min-width: 166px;
		margin-left: 20px;
	}
	#main-nav .mega .sub-menu li {
		float: none;
		position: static;
		display: block;
		margin: 0;
		margin-left: 0;
		border-top: 0;
	}
	#main-nav .mega .sub-menu li:last-child {
		margin-left: 0;
	}
	#main-nav .mega > .sub-menu li {
		text-transform: uppercase;
		font-weight: 900 !important;
		color: #000;
	}
	#main-nav .mega li > a {
		border: 0 !important;
	}
	#main-nav .mega .sub-menu ul li a{
		text-transform: none;
		font-weight: 300 !important;
		border-bottom: 0 !important;
	}
	
	/* Slide menu plugin */
	.sidr {
		display: none;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 9999;
		width: 230px;
		/* overflow-y: auto; */
		background: #fff;
	}
	.sidr.right {
		left: auto;
		right: -210px;
		border-left: 1px #ddd solid;
	}

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#content,
	#sidebar {
		width: auto !important;
		float: none !important;
		margin: 20px 0;
		padding: 0;
	}
	.fixed-sidebar #content {
		padding-right: 0 !important;
	}
	.fixed-sidebar #sidebar,
	.fixed-sidebar #sidebar .sidebar-inner {
		position: static !important;
		width: auto !important;
		height: auto !important;
	}

	
	/************************************************************************************
	GRID
	*************************************************************************************/
	.grid2 > li,
	.grid2 .post,
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	 {
		margin: 0 0 45px 0 !important;
		width: 100% !important;
		float: none;
		max-width: 100% !important;
	}
	.border li,
	.check li,
	.cross li {
		padding: .9em 0 .9em 2em !important;
		margin: 0 !important;
	}
	

	/************************************************************************************
	BUILDER INTRO
	*************************************************************************************/
	.builder-intro-play span {
		display: none;
	}
	.builder-intro-play {
		width: 80px;
		height: 60px;
		padding: 0;
		margin: -30px 0 0 -40px;
	}
	.builder-intro-play:before {
		top: 22px;
		left: 30px;
		font-size: 30px;
	}

	/*
	THEME LIST
	================================================ */
	.theme-list li {
		margin: 0 0 15px !important;
		width: 50% !important;
		float: left !important;
		clear: none !important;
		padding: 0 2% !important;
		text-align: center;
	}
	.theme-list h3 {
		font-size: 1.2em;
	}
	.theme-list .tag-button {
		display: none;
	}
	.theme-list.thumb-list .theme-image {
		width: 100%;
	}
	
	/* theme tag */
	.theme-tag {
		font-size: .4em;
		left: -1px;
	}
	.theme-tag:after {
		border-width: 9px;
		margin-top: -9px;
	}
	
	/* buy button */
	.theme-post .tag-button.buy {
		display: inline-block;
	}
	
	/************************************************************************************
	POST
	*************************************************************************************/
	/* grid3 */
	.grid3 > li,
	.grid3 .post {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	
	/************************************************************************************
	IMAGE
	*************************************************************************************/
	.image-left,
	.image-right {
		margin: 2% auto 15% !important;
	}
	.image-left figure,
	.image-right figure {
		float: none;
		margin: 0 0 15px;
	}
	.image-content {
		text-align: center !important;
	}
	.image-title {
		margin: 4% 0;
	}
	.image-left h2,
	.image-right h2,
	.image-left h3,
	.image-right h3 {
		margin-top: 5% !important;
		font-size: 1.4em !important;
	}
	.image-left p, .image-right p {
		font-size: 1.1em;
	}
	
	/************************************************************************************
	THEME LIST
	*************************************************************************************/
	.theme-list h3 {
		display: block;
		margin-bottom: 15px;
	}
	.theme-list .theme-excerpt {
		display: none;
	}

	/*
	THEMES PAGE
	================================================ */
	/* Category list */
	.category-list {
		display: none;
	}
		
	/************************************************************************************
	SHOWCASE
	*************************************************************************************/
	.showcase-list {
		text-align: center;
	}
	
	/************************************************************************************
	PRICING
	*************************************************************************************/
	.pricing-box {
		width: auto !important;
		margin: 0 0 5%;
		float: none;
		padding: 7% 0 5%;
	}
	.pricing-boxes.has-popular .pricing-box {
		margin-top: 0;
	}
	.pricing-boxes.has-popular .pricing-box.popular-pricing {
		margin-top: 100px;
	}
	.pricing-box h3 {
		font-size: 1.3em !important;
	}

	.vertical-column {
		background-position: center top !important;
	}
	.vertical-column li {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}
	.vertical-column .vertical-column-item {
		border-left: none !important;
	}
	
	/************************************************************************************
	SIDEBAR
	*************************************************************************************/
	/* fixed sidebar */
	.fixed-sidebar #sidebar {
		float: none;
		position: static;
		width: auto;
		clear: both;
	}

	#sidebar .sidebar-title {
		margin-top: 10%;
	}
	
	.social h3:before {
		font-size: 3em;
	}
}

@media screen and (max-width: 600px) {

	/************************************************************************************
	GENERAL STYLING
	*************************************************************************************/
	h1 {
		font-size: 2em;
	}
	.section h1 {
		font-size: 1.75em;
	}
	h2 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.1em;
	}
	.post-title-thick,
	#page-features h3 {
		margin-top: 3% !important;
		font-size: 1.5em !important;
	}
	
	/************************************************************************************
	HEADER
	*************************************************************************************/
	/* animation */
	.animation {
		width: 90%;
		border-radius: 10px 10px 0 0;
	}

	/************************************************************************************
	SECTION
	*************************************************************************************/
	.section .pagewidth {
		padding: 8% 0 6%;
	}

	/************************************************************************************
	POST
	*************************************************************************************/
	/* grid4 */
	.grid4 > li,
	.grid4 .post {
		width: 100%;
		margin-left: 0;
		float: none;
	}
		
	/************************************************************************************
	FORM
	*************************************************************************************/
	#commentform input[type=text],
	#contactform input[type=text] {
		margin-right: 0;
	}
	#commentform label, 
	#contactform label {
		display: block;
	}
	
	/************************************************************************************
	SINGLE THEME
	*************************************************************************************/
	#page-single-theme #content .post-title a {
		top: -7px;
	}
	#page-single-theme .theme-frame {
		padding: 3px 0;
	}
	#page-single-theme .theme-frame .dot {
		width: 4px;
		height: 4px;
		margin-left: 4px;
	}

	/*
	THEME LIST
	================================================ */
	.theme-list {
		margin-bottom: 30px !important;
	}

	/* theme frame */
	.theme-frame {
		padding: 0 0 1px;
	}
	.theme-frame .dot {
		width: 3px;
		height: 3px;
	}

	/* theme single first paragraph */
	#page-single-theme #content .post-title + p,
	#page-single-theme #content .post-title + p big {
		font-size: 1.05em;
		line-height: 1.7em;
	}

	/* tooltip */
	#page-single-theme .tooltip {
		width: 80%;
		top: 65px;
		left: 3%;
		display: none !important;
	}
	#page-single-theme .tooltip:after,
	#page-single-theme .tooltip:before {
		bottom: 100%;
		top: auto;
	}
	
	#page-single-theme .tooltip:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 7px;
		left: 50%;
		margin-left: -7px;
	}
	#page-single-theme .tooltip:before {
		border-color: rgba(153, 153, 153, 0);
		border-bottom-color: #999;
		border-width: 8px;
		left: 50%;
		margin-left: -8px;
	}
	
	/************************************************************************************
	CTA
	*************************************************************************************/
	.cta-box .cta-content {
		padding-right: 0;
	}
	.cta-box .button {
		position: static;
		margin-top: 20px;
		text-align: center;
		font-size: 1em;
	}
	.cta-box {
		text-align: center;
		padding: 20px;
		font-size: .9em;
		line-height: 1.5em;
	}
	.cta-box .ribbon {
		display: none;
	}
	
	/************************************************************************************
	DOCS
	*************************************************************************************/
	#page-docs-list .col,
	#page-docs-list .col:last-child {
		margin-left: 0;
		float: none;
		width: 100%;
	}
	
	/************************************************************************************
	FOOTER
	*************************************************************************************/
	#footerwrap {
		padding-bottom: 0;
	}
	#footer .footer-menu-wrapper .menu-title {
		letter-spacing: 0;
	}

}

@media screen and (max-width: 480px) {
		
	input[type=reset],
	input[type=submit],
	.btn,
	.button {
		font-size: .9em;
	}

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.pagewidth {
		max-width: 92%;
	}	
	
	/************************************************************************************
	POST
	*************************************************************************************/
	/* post */
	.post {
		width: auto !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		float: none !important;
	}
	.list-post .post {
		padding-left: 0;
	}
	.list-post .post-date {
		width: 80px;
		height: 80px;
		position: static;
		float: left;
		margin-right: 20px;
	}
	.list-post .post-meta {
		clear: both;
	}
	.post-date .day {
		font-size: 1.15em;
		margin-top: 12px;
		margin-bottom: 5px;
	}
	.post-date .month {
		font-size: .8em;
	}
	.post-date .year {
		width: 52px;
		font-size: .7em;
		padding-top: 4px;
		margin-top: 4px;
	}
	.list-post .post-title {
		font-size: 1.6em;
		line-height: 1.4em;
	}
	/* comment */
	.commentwrap {
		padding-left: 0;
	}
	.commentlist .avatar {
		position: static;
		float: left;
		margin-right: 15px;
		width: 50px;
	}
	.commentlist cite {
		font-size: 1.3em;
		display: inline-block;
		margin-top: 0;
	}
	.commentlist .comment-time {
		font-size: .8em;
	}
	.commentlist .reply {
		top: -3px;
	}
	.commentlist .comment-reply-link {
		font-size: .5em;
	}
	.commentlist .commententry {
		clear: both;
		padding-top: 5px;
	}
	
	/* banner */
	.banner {
		margin-bottom: 15px;
	}
	
	/* button */
	.button {
		margin: 0 5px 10px;
		display: inline-block;
	}
	
	/************************************************************************************
	CLUB
	*************************************************************************************/
	.club-box {
		padding: 7% 0 3%;
	}
	.club-box h3 {
		font-size: 2em;
	}
	.club-box .club-description {
		font-size: 1em;
	}
	.club-box .button {
		font-size: 1.1em;
	}

	/*
	TAG BUTTON
	================================================ */
	.tag-button.buy {
		display: inline-block; /* for mobile */
	}

	/*
	BONUS BOX
	================================================ */
	.bonus {
		font-size: .8em;
	}
	.bonus .bonus-label {
		float: none;
		margin-bottom: 5px;
	}
	.bonus .bonus-label:after {
		display: none;
	}

	/*
	ERROR 404 PAGE
	================================================ */
	.error-404-title {
		font-size: 3.5em;
		padding-top: 30px;
		width: 180px;
		height: 150px;
	}

	/************************************************************************************
	FOOTER
	*************************************************************************************/
	#footer .footer-logo img {
		width: 160px;
	}

	#footer .footer-logo-wrapper p,
	#footer .footer-menu-wrapper > div {
		font-size: .85em !important;
	}
	#footer .footer-menu-wrapper > div {
		overflow: hidden;
		margin-bottom: 40px;
	}
}