/*
Theme Name: Ganteng
Theme URI: http://www.wpbisnis.com/item/ganteng-wordpress-theme/
Author: WPBisnis
Author URI: http://www.wpbisnis.com
Description: Theme Khusus Untuk Orang Ganteng/Manis
Version: 1.2.1
License: Developer License
License URI: http://www.wpbisnis.com
Tag: white
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Layout
5.0 Navigation
	5.1 Links
	5.2 Header Menus
	5.3 Footer Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	color: #111;
	font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	border: 1px dashed #ddd;
	padding: 0 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eaeaea;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ccc; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background: none;
	border-bottom: 1px solid #ddd;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 4px 10px 2px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

figure {
	margin: 0;
}

/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/

#page {
	max-width:728px;
	background:#FFF;
	box-shadow:0 0 0px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 0px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 0px rgba(0,0,0,0.5);
	margin:30px auto;
	padding: 0;
}
#page:before,#page:after {
  content: " ";
  display: table;
}
#page:after {
  clear: both;
}
#primary {
	width:68.60869565%;
	float:left;
	padding:30px 30px;
	border-width: 0;
	border-color: #ddd;
	border-style: solid;
	border-right-width: 1px;
}
.error404 #primary {
	width:100%;
	padding: 60px 30px;
	border: none !important;
	text-align: center;
}
#secondary {
	width:31.39130435%;
	float:left;
	padding:30px 30px 30px 31px;
}
.site-header {
	background-color: #3F51B5;
	background-size: cover;
	background-position: center;
}
.site-branding {
	padding:30px 30px;
}
.site-title {
	color: #fff;
	margin: 0;
	font-size:32px;
	font-weight: normal;
	line-height: 1em;
}
.site-title a, .site-title a:visited {
	color: #fff;
	text-decoration:none;
}
.site-description {
	color: #C5CAE9;
	margin: 0;
	font-size:16px;
	font-weight: normal;
}
.site-footer {
	background: #303F9F;
	text-align: center;
	color: #C5CAE9;
	font-size: 12px;
	padding: 30px 0;
}
.site-footer a, .site-footer a:visited {
	color: #C5CAE9;
}
.site-footer a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a, a:visited {
	color: #26B;
	text-decoration: none;
}

a:hover {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Header Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #303F9F;
	padding: 0 30px;
	font-size: 13px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a, .main-navigation a:visited {
	color: #C5CAE9;
	display: block;
	text-decoration: none;
	line-height: 45px;
	padding-right:20px;
}

.main-navigation a:hover {
	color: #fff;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 45px;
	background: #303f9f;
	text-align: left;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1);
}

.main-navigation ul ul li a {
	padding: 0 15px;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
	border: none !important;
	border-radius: 0 !important;
}
.menu-toggle:focus {
	outline: none !important; 
}
.menu-toggle {
	position: absolute;
	top: 30px;
	right: 30px;
	background: none;
	color: #fff;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding:0;
	margin:0;
}
.menu-bar {
	display: block;
	width: 24px;
	height: 3px;
	margin-bottom: 5px;
	background: #fff;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
5.3 Footer Menus
--------------------------------------------------------------*/

.footer-navigation {
	text-align: center;
	padding-bottom: 10px;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: inline-block;
	vertical-align: top;
}

.footer-navigation li {
	float: left;
	position: relative;
}

.footer-navigation a {
	padding:0 10px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
	font-size: 13px;
}
.widget:before, .widget:after { content: ""; display: table; } 
.widget:after { clear: both; }
.widget-title {
	margin:0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-field {
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget li {
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
}
.widget ul ul {
	border-top: 1px solid #ddd;
}
.widget.widget_random_images ul {
	margin: 0 -5px;
}
.widget.widget_random_images li {
	border: none;
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
	padding: 5px;
}
.widget.widget_random_images li a {
	display: block;
	padding: 3px;
	border: 1px solid #ddd;
}
.widget.widget_random_images li img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.breadcrumb {
	font-size: 12px;
	margin-bottom: 10px;
}
.page-header {
	margin-bottom: 10px;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 25px;
}

.entry-image {
	float: left;
	margin: 0 20px 20px 0 ;
	padding: 4px;
	border: 1px solid #ddd;
	box-sizing: content-box;
}

.entry-image-single {
	margin: 5px 0 5px 0 ;
	width: 100%;
	padding: 4px;
	border: 1px solid #ddd;
}

.entry-title, .page-title {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}

.page .entry-title,
.single .entry-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}
.attachment .entry-summary {
	margin-bottom: 10px;
}
.entry-footer {
	clear: both;
	font-size: 12px;
	color: #999;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px 0;
	padding: 6px 0;
	text-transform: capitalize;
}

.entry-footer a, .entry-footer a:visited {
	color: #999;
}

.meta-sep {
	padding: 0 10px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#nav-numeric ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-numeric li {
  list-style: none;
  margin: 0;
  padding: 10px 10px 10px 0;
  display: block;
  float: left;
}
#nav-numeric li a {
  border:1px solid #ddd;
  border-radius: 3px;
  height: 28px !important;
  padding: 0 10px;
  line-height: 28px !important;
  margin: 0;
  display: inline-block;
  font-size: 12px;
  width: auto;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  text-indent: 0;
}
#nav-numeric li a:hover {
}
#nav-numeric li.current a {
  font-weight: bold;
}
.entry-gallery {
	padding-bottom: 20px;
	margin: 0 -5px;
}
.entry-gallery h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}
.entry-gallery:before, .entry-gallery:after { content: ""; display: table; } 
.entry-gallery:after { clear: both; }
.entry-gallery .thumbnail {
	float: left;
	width: 20%;
	padding: 0 5px 10px 5px;
}
.entry-gallery .thumbnail a {
	display: block;
	line-height: 0;
}
.entry-gallery .thumbnail img {
	padding: 3px;
	border: 1px solid #ddd;
}
.related-posts {
	padding-bottom: 30px;
}
.related-posts h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.related-posts li {
	width: 100%;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 15px 0 18px;
}
.related-posts img {
	width: 104px;
	margin-top: 3px;
	margin-bottom: 0;
}
.related-posts .entry-title {
	font-size: 16px;
}
.related-posts .entry-summary p {
	font-size: 13px;
	margin:0;
}
.contact-error {
	color: red;
}
.contact-form input[type="text"], .contact-form textarea {
	display: block;
	width: 100%;
}
span.contact-error{
	font-style: italic;
	font-size: 12px;
	display:block;
	padding-top:5px;
}
.marketing-unit {
	margin: 0 0 22px;
}
.marketing-unit span {
	font-size: 11px;
	color: #ccc;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-title, .comment-reply-title {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-list {
	margin: 0;
	padding: 20px 0 10px;
	font-size: 13px;
}
.comment-list .children {
	margin:0;
	padding: 0 0 0 30px;
}
.comment-body {
	border: 1px solid #ddd;
	padding: 20px;
	margin: 0 0 20px;
	position: relative;
}
.comment-metadata {
	font-size:11px;
}
.comment-body .avatar {
	width: 60px;
	float: left;
	margin: 0 20px 0 0;
	padding: 3px;
	border: 1px solid #ddd;
}
.comment-content {
	clear: both;
}
.comment-body .reply {
	position: absolute;
	right: 20px;
	top: 20px;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

#customizer-demo{
	position: fixed;
	border-radius: 4px;
	bottom: 10px;
	right: 10px;
	padding: 7px 20px;
	font-weight: normal;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	background: #E91E63;
	color: #F8BBD0;
	font-size: 16px;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 5px 15px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media (max-width: 1210px) {
	#page {
		margin: 30px;
	}
}

@media (max-width: 769px) {
	#page {
		margin: 0;
	}
	.site-header {
		/*text-align: center;*/
	}
	.main-navigation ul {
		/*text-align: center;*/
	}
	#primary {
		width: 100%;
		float: none;
		border: none;
	}
	#secondary {
		display: none;
	}
}
@media (max-width: 640px) {
	.site-header {
		position: relative;
	}
	.site-branding {
		padding:20px 30px;
	}
	.menu-toggle,
	.main-navigation.toggled ul.menu {
		display: block !important;
	}
	.main-navigation ul.menu {
		display: none !important;
	}
	.main-navigation li {
		width: 100%;
		border-bottom: 1px solid rgba( 255, 255, 255, 0.1);
		text-align: left;
	}
	.main-navigation li ul {
		border-top: 1px solid rgba( 255, 255, 255, 0.1);
		position: static;
		top: auto;
		left: auto;
		box-shadow: none;
	}
	.main-navigation li:last-child {
		border: none;
	}
	.entry-image {
		width: 75px;
		margin-bottom: 0;
	}
	.entry-title {
		font-size: 18px;
	}
	.entry-content, .entry-summary {
		clear: both;
	}
	.entry-gallery .thumbnail {
		width: 33.333333333%;
	}
	.related-posts img {
		width: 50px;
	}
	.related-posts .entry-title {
		font-size: 14px;
	}
	.related-posts .entry-summary {
		display: none;
	}
}