/*
	Theme Name: Waroeng Limboek
	Theme URI: http://limboek-arianraptor.rhcloud.com
	Description: Waroeng Limboek Red Theme
	Version: 1.4.1
	Author: Arian, Linda, Debbie, Eka
	Author URI: http://arianraptor.com
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php

*/

/*------------------------------------*\
    MAIN
	Peyek hahaa
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font:16px "PTSansRegular", Arial, sans-serif;
	color:#080808;
	background-color: #c0392b;
	background-image: url('img/bg.png');
	background-repeat: no-repeat;
	background-position: 0 145px;
	background-attachment: fixed;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	background: url("img/cream-bg.png") repeat-x 50% 88px transparent;
	width: 100%;  
}

/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 219px;
	height: 263px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 3px 13px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 13px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 13px rgba(50, 50, 50, 0.1);
	padding-top: 14px;
	border-bottom: 4px solid #c0392b;
	z-index: 100;
}

.logo-img {
}

.logo span {
	opacity: 0;
	display: none;
	overflow: hidden;
}
/* nav */
.nav {
	display: block;
	position: relative;
	height: 88px;
	padding-left: 184px;
}

.nav ul{
	padding-top: 34px;
	margin: 0;
	height: 88px;
}

.nav ul li {
	float: left;
	display: inline;
	padding: 0 .6em;
}

.nav ul li:last-child {
	float: left;
	display: inline;
	padding: 0 0 0 .6em;
}

.nav ul li a {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px -1px 2px #ae1000;
	padding: 3px .6em;
	border-radius: 3px;
	-webkit-transition: text-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
	-moz-transition: text-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
	-o-transition: text-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
	-ms-transition: text-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
	transition: text-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
}

.nav ul li a:hover, .nav .current_page_item a {
	background-color: #fff;
	color: #080808;
	text-shadow: -1px -1px 2px #ccc;
	border-radius: 3px;
}

/* sidebar */
.sidebar {
	
}
/* footer */
.footer {
	width: 100%;
	background: url("img/footer-bg.png") repeat-x #fff;
}

.footer_content {
	height: 309px;
	background: url("img/footer-bg.png") repeat-x #fff;
}

.footers p {
	line-height: 30px;
	margin-top: -11px;
}

.domainr{
	margin-bottom: 13px;
}

.copy {
	background-color: #080808;
	margin-bottom: 0;
	width: 100%;
}

.copyright {
	background-color: #080808;
	color: #fff;
	display: block;
	width: 996px;
	margin-bottom: 0;
	text-align: center;
}

.copyright p {
	font-size: 14px;
}

.copyright a {
	color: #c0392b;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/* Halaman home */

.main-img {
	text-align: center;
	width: 996px;
	background: url("img/cream-bg.png") repeat-x transparent;
}

.main-img img {
	width: 670px;
	height: 330px;
}

.main {
	position: relative;
	top: -30px;
}

.wrap_page {
	background-color: #fff;
	height: 434px;
	padding: 30px;
	-webkit-box-shadow: 0px 6px 13px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 6px 13px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 6px 13px rgba(50, 50, 50, 0.1);
}

.ftr-img {
	display: block;
	float: left;
	width: 471px;
}

.ftr-content {
	width: 465px;
	padding-left: 28px;
	float: right;
	display: block;
}

.ftr-content h1 {
	font-weight: normal;
	font-size: 41px;
	text-transform: uppercase;
	color: #080808;
	line-height: 50px;
	margin: 0;
	text-align: center;
}

.ftr-content h2 {
	font-weight: normal;
	font-size: 28px;
	color: #c0392b;
	line-height: 46px;
	margin: 0;
	text-align: center;
	position: relative;
}

.ftr-content h2::after {
	content: '';
	display: block;
	width: 366px;
	height: 95px;
	position: absolute;
	top: 50px;
	left: 38px;
	background: url("img/shadow-horizontal-s.png") no-repeat transparent;
	z-index: 100;
}

.ftr-p {
	padding-top: 25px;
	position: relative;
	text-align: justify;
	z-index: 200;
}

.ftr_caption {
	text-align: center;
	width: 100%;
}

.ftr_caption h1 {
	font-weight: normal;
	font-size: 37px;
	color: #fff;
	text-shadow: -1px -1px 2px #ae1000;
	margin: 30px 0 36px 0;
}

.content_page {
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}

.contentwrap {
	background-color: #fff;
}

.contents {
	width: 316px;
	height: 408px;
	float: left;
	margin: 20px 12px;
	position: relative;
}

.contents h1,.contents h2 {
	font-weight: normal;
	text-transform: uppercase;
}

.contents h1 {
	font-size: 37px;
	line-height: 40px;
	padding-left: 10px;
	margin: 14px 0 10px 0;
}

.contents h2 {
	line-height: 17px;
	margin: 0;
	font-size: 17px;
	padding-left: 30px;
	color: #c0392b;
}

.contents p {
	text-align: justify;
	height: 112px;
	overflow: hidden;
	padding: 0 10px;
}

.contents img {
	display: block;
	width: 316px;
	height: 122px;
	margin: 15px 0 20px 0;
}

.contents-red .customcont{
	background-color: #c0392b;
	height: 408px;
	margin: 0 !important;
}

.contents-red .customcont img {
	height: 187px;
}

.contents-red h2 {
	color: #fff;
}

.lebihlanjut {
	display: block;
	height: 42px;
	background-color: #080808;
	width: 316px;
}

.lebihlanjut a {
	color: #fff;
	position: absolute;
	z-index: 200;
	bottom: 12px;
	right: 15px;
}

.btn-psn {
	display: block;
	height: 36px;
	width: 189px;
	text-align: center;
	padding: 6px 0 8px 0;
	margin: 12px auto;
	background-color: #8c0e01;
	border-radius: 3px;
	color: #fff;
	text-shadow: -1px -1px 2px #ae1000;
	border: 1px solid transparent;
}

.btn-psn:hover {
	color: #fff;
	background-color: #ae1000;
}

.offer_page {
	height: 261px;
	background-color: transparent;
}

.offers {
	width: 316px;
	float: left;
	margin: 40px 12px;
	position: relative;
	text-align: center;
}

.offer_page h1 {
	font-size: 29px;
	font-weight: normal;
	color: #fff;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.2);
}

.offers a {
	font-size: 21px;
	color: #fff;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.2);
}

.footers {
	width: 316px;
	float: left;
	margin: 0 12px;
	position: relative;
	text-align: left;
}

.footers h1 {
	margin: 12px 0 40px 0;
	text-align: left;
	font-size: 21px;
	color: #fff;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.2);
	font-weight: normal;
}

#footermenu ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin-top: -4px;
}

#footermenu ul li {
	padding: 7px 0;
}

#footermenu ul li:first-child {
	padding-top: 0;
}

#footermenu ul li:last-child {
	padding-bottom: 0;
}

#footermenu ul li a {
	font-size: 17px;
	color: #080808;
}

.kontaklist a{
	height: 41px;
	width: 296px;
	display: block;
	margin: 11px;
	position: relative;
	vertical-align: middle;
	padding: 10px 0 0 51px;
	font-size: 17px;
	color: #080808;
}

.bbm {
	background: url("img/kontak-bb.png") top left no-repeat transparent;
}

.ym {
	background: url("img/kontak-ym.png") top left no-repeat transparent;
}


.tw {
	background: url("img/kontak-tw.png") top left no-repeat transparent;
}

.fb {
	background: url("img/kontak-fb.png") top left no-repeat transparent;
}

.c-left {
	margin-left: 0; 
}

.c-right {
	margin-right: 0;
}

/* Menu Catering Jajanan*/
.wrap_subpage {
	background-color: #fff;
	height: 267px;
	padding: 30px;
	margin-bottom: 20px !important;
	-webkit-box-shadow: 0px 6px 13px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 6px 13px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 6px 13px rgba(50, 50, 50, 0.1);
}

.wrap_subpage:last-of-type {
	margin-bottom: 0 !important;
}

.wrap_subpage a {
	position: absolute;
	bottom: 20px;
	right: 35px;
	color: #c0392b;
}

.terlaris::after {
	content: '';
	display: block;
	width: 142px;
	height: 48px;
	position: absolute;
	top: 21px;
	right: -17px;
	background: url("img/terlaris.png") no-repeat transparent;
	z-index: 100;
}

.sub-img {
	display: block;
	float: left;
	width: 209px;
	height: 209px;
}

.sub-content {
	width: 727px;
	padding-left: 63px;
	float: right;
	display: block;
	position: relative;
	z-index: 200;
}

.sub-content h1 {
	font-weight: normal;
	font-size: 41px;
	color: #080808;
	line-height: 50px;
	margin: 0;
	text-align: left;
	display: inline;
}

.sub-content h2 {
	font-weight: normal;
	font-size: 28px;
	color: #c0392b;
	line-height: 46px;
	margin: 0;
	text-align: center;
	position: relative;
	display: inline;
	padding-left: 10px;
}

.sub-content p {
	text-align: justify;
}

.sub-content::before {
	content: '';
	display: block;
	width: 95px;
	height: 210px;
	position: absolute;
	top: 0;
	left: 26px;
	background: url("img/shadow-vertical-s.png") no-repeat transparent;
	z-index: -1;
}


/* Menu */
.wrap_submainpage {
	background-color: #fff;
	min-height: 267px;
	padding: 30px;
	-webkit-box-shadow: 0px 6px 13px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 6px 13px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 6px 13px rgba(50, 50, 50, 0.1);
}

.wrap_submainpage h1 {
	font-weight: normal;
	font-size: 46px;
	text-align: center;
	margin: 0 0 46px 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

.wrap_submainpage h1::after {
	content: '';
	display: block;
	width: 931px;
	height: 95px;
	position: absolute;
	top: -5px;
	left: 0;
	background: url("img/shadow-horizontal-l.png") no-repeat transparent;
	z-index: -1;
}

.blockabout {
	text-align: left;
	margin: 20px 0 30px 0;
	position: relative;
}

.blockabout::after {
	content: '';
	display: block;
	width: 589px;
	height: 73px;
	position: absolute;
	bottom: -70px;
	left: 90px;
	background: url("img/blocklineright.png") no-repeat transparent;
}

.blockabout h2 {
	font-weight: normal;
	color: #c0392b;
	font-size: 25px;
	margin: 10px 0 0 0;
}

.blockabout p {
	text-align: justify;
	display: block;
	float: left;
}

.blockaboutright h2 {
	text-align: right;
}

.blockaboutright p{
	float: right;
}

.blockaboutright::after {
	content: '';
	display: block;
	width: 589px;
	height: 73px;
	position: absolute;
	bottom: -70px;
	left: 160px;
	background: url("img/blocklineleft.png") no-repeat transparent;
}

#blockabout1 p {
	width: 690px;
}

#blockabout1 img{
	float: right;
}

#blockabout2 p {
	width: 750px;

}

#blockabout2 img{
	float: left;
}

#blockabout3 p {
	width: 750px;

}

#blockabout3 img{
	float: right;
}

#blockabout3::after {
	bottom: -70px;
	left: 190px;
}

.noline {
	margin-bottom: 15px;
	text-align: center;
}

.noline::after{
	content: '';
	display: none;
}


/* Kontak */

.wrap_kontakpage {
	background-color: #fff;
	min-height: 267px;
	padding: 30px;
	-webkit-box-shadow: 0px 6px 13px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 6px 13px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 6px 13px rgba(50, 50, 50, 0.1);
}

.wrap_kontakpage h1 {
	font-weight: normal;
	font-size: 41px;
	padding-left: 35px;
	text-align: center;
	margin: 0 0 5px 0;
	position: relative;

}

.wrap_kontakpage h1::after {
	content: '';
	display: block;
	width: 366px;
	height: 95px;
	position: absolute;
	top: 50px;
	left: 62px;
	background: url("img/shadow-horizontal-s.png") no-repeat transparent;
	z-index: 100;
}

.wrap_kontakpage .btn-psn {
	margin: 0 auto;
}

.infokontak {
	display: block;
	float: left;
	width: 470px;
	height: 400px;
}

.infokontak p {
	line-height: 30px;
}

.kontakform {
	display: block;
	float: left;
	width: 466px;
	height: 420px;
}

.pure-form input:focus, .pure-form select:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: #c0392b;
}

.pure-form-aligned textarea {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	font-size: .8em;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	-webkit-transition: .3s linear border;
	-moz-transition: .3s linear border;
	-ms-transition: .3s linear border;
	-o-transition: .3s linear border;
	transition: .3s linear border;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.pure-form-aligned textarea:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: #c0392b;
}


.pure-form input, .pure-form select,.pure-form-aligned textarea {
	width: 200px;
}

.pure-form-aligned textarea {
	height: 233px;
}

.kontakform .pure-form-aligned label {
	text-align: left;
	color: #080808;
}

.blockpure1 {
	padding-left: 40px;
	width: 231px;
	float: left;
	margin-bottom: 10px;
}

.blockpure2 {
	padding-left: 25px;
	width: 231px;
	float: left;
}

.response {
	font-size: 14px;
	padding:15px 0 25px 40px;
	height: 20px;
	display: block;
	width: 100%;
	position: relative;
	z-index: 200;
}

.success {
	color: green;
}
.error{
	color: #c0392b;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.wrap {
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
	/* max-width: 996px; */
	width: 996px;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#e74c3c;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#e74c3c;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#e74c3c;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}