/**
 * Theme Name: Elena Bootstrap
 * Theme URI: 
 * Description: Elena Bootstrap is an ultimate responsive WordPres theme based on Bootstrap, from Twitter. Sleek, clean and mobile friendly.
 * Author: Haris
 * Author URI: harisrozak@gmail.com
 * Version: 0.1.9
 * Tags: accessibility-ready, custom-background, custom-header, editor-style, fluid-layout, full-width-template, left-sidebar, one-column, post-formats, responsive-layout, right-sidebar, rtl-language-support, sticky-post, threaded-comments, translation-ready, two-columns
 * 
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * 
 * Copyright Haris Ainur Rozak
 */

.bootstrap-btn,
.bootstrap-btn-sm,
.comment-list .reply a,
.comment-form input.submit,
.page-links > span, .page-links > a {
	/* btn */
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	
	/* btn-default */
    color: #333;
    background-color: #fff;
    border-color: #ccc;	
}

.bootstrap-btn:hover,
.bootstrap-btn-sm:hover,
.comment-list .reply a:hover,
.page-links > a:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.bootstrap-btn,
.bootstrap-btn-sm,
.comment-list .reply a {
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.bootstrap-btn-primary,
.comment-form input.submit,
.page-links > span:not(.page-links-title) {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bootstrap-btn-primary:hover,
.comment-form input.submit:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

body {
	font-family: 'Open Sans', Arial, Sans-Serif;
}

h1, h2 {
	font-weight: bold;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h5, h6 {
	font-size: 16px;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover, a:focus {
	color: #337AB7;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

.header-navigation {
	margin: 30px 0px;
}

.header-navigation .site-title {	
	font-size: 42px;
}

.header-navigation .site-description {
	margin-left: 2px;
}

.aligncenter {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.entry-title {
	margin-top: 0px;
}

body.page .entry-title {
	margin-bottom: 20px;
}

.entry-content, .entry-content p,
.entry-summary, .entry-summary p {
	font-size: 16px;
	line-height: 1.65;
}

.entry-content, .entry-summary {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	color: #333;
}

.entry-content {
	margin: 20px 0;
}

.entry-summary a.excerpt-more {
	display: inline-block;
	font-size: 14px;
	margin: 10px 0;
	color: #707070;
	background: #FFFFFF;
	padding: 9px 15px;
}

.entry-summary a.excerpt-more:hover {
	color: #337ab7;
	border-color: #337ab7;
}

.post-thumbnail {
	margin-bottom: 30px;
	display: block;
}

.navbar {
	margin-bottom: 40px;
}

.navbar-brand {
	font-weight: bold;
}

article {
	padding: 0 0 50px;
	margin: 0 0 50px;
	border-bottom: 1px solid #EEE;
}

header.entry-header > span {
	display: inline-block;
	margin: 5px 10px 10px 0;
	font-size: 14px;
	color: #707070;
}

footer.entry-footer {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	color: #707070;
}

footer.entry-footer > span {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	font-size: 14px;
	color: #707070;
}

header.entry-header .comments-link-divider {
	padding: 0 8px 0 0;
}

footer.site-footer {
    background-color: #2A2730;
    color: #99979C;
    padding: 50px 0;
    margin: 100px 0 0;
}

footer.site-footer a {
    color: #FFF;
}

footer.site-footer a:hover {
	color: #50AEFF;
}

footer.site-footer p {
	margin: 0px;
}

footer.site-footer .footer-navigation ul {
	list-style: outside none none;
	padding: 0px;
	margin: 0px 0px 20px;
}

footer.site-footer .footer-navigation ul li {
	display: inline-block;
	margin: 0 15px 10px 0;
}

footer.site-footer .footer-navigation ul.sub-menu {
	display: none;
}

.sidebar-area .widget-area .widget ul {
	padding-left: 0px;
	list-style: none;
}

.sidebar-area .widget-area .widget ul > li {
	line-height: 1.75;
	display: table;
}

.sidebar-area .widget-area .widget ul > li:before {
	content: "\203A";
	padding-right: 10px;
	display: table-cell;
}

.sidebar-area .widget-area .widget ul > li + li {
	padding-top: 10px;
	/*border-bottom: 1px solid rgb(238, 238, 238);
	margin-bottom: 10px;
	padding-bottom: 10px;*/
}

.sidebar-area .widget-area .widget ul > li ul {
	padding-left: 20px;
	padding-top: 5px;
}

.sidebar-area .widget-area .widget + .widget {
	margin-top: 35px;
}

.sidebar-area .widget-area .widget .widget-title {
	font-size: 16px;
	text-transform: uppercase;
}

/* inline search widget */
.inline-search-form {
	margin-right: 85px;	
}
.inline-search-form input {
	float: left;
	width: 100%
}
.inline-search-form button {
	float: right;
	margin-right: -85px;
}

/* calendar widget */
table#wp-calendar {
	width: 100%;
	max-width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
table#wp-calendar > thead > tr > th,
table#wp-calendar > tbody > tr > td,
table#wp-calendar > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857;
}
table#wp-calendar > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDD;
    text-align: center;
}
table#wp-calendar > tbody > tr > td {
    vertical-align: top;
    border-top: 1px solid #DDD;
    text-align: center;
}
table#wp-calendar > tfoot > tr > td {
    vertical-align: top;
}
table#wp-calendar > tbody > tr:nth-of-type(2n+1) {
    background-color: #F9F9F9;
}

/* Posts Pagination */
.pagination {
	-webkit-border-radius: 0;
	-moz-border-radius:	   0;
	border-radius:		   0;
	clear: both;
	display: block;
	margin: 20px 0;
	overflow: hidden;
	padding-left: 0;
}
.pagination .nav-links {
	display: table;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
}
.pagination a.prev.page-numbers:hover,
.pagination a.prev.page-numbers:focus,
.pagination a.next.page-numbers:hover,
.pagination a.next.page-numbers:focus {
	color: #337ab7;
}
.pagination a.prev.page-numbers {
	padding-left: 0;
}
.pagination a.next.page-numbers {
	padding-right: 0;
}
.pagination a,
.pagination span.page-numbers.current,
.pagination span.page-numbers.dots {
	background-color: transparent;
	border: none;
	color: #CCC;
	float: left;
	font-size: 14px;
	margin: 0 10px 10px 0;
	padding: 0px;
	width: 40px;
	height: 40px;	
	line-height: 40px;
	text-align: center;
	position: relative;
	text-decoration: none;
	border: 1px solid #CCC;
	background: #FFF;
	box-sizing: content-box;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
	color: #CCC;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	text-transform: lowercase;
  	width: 55px;
  	padding-top: 0px;
}
.pagination span.page-numbers.current,
.pagination span.page-numbers.dots {
	border: 1px solid #CCC;
	float: left;
	position: relative;
	text-decoration: none;
}
.pagination a:first-child,
.pagination span:first-child {
	margin-left: 0;
}
.pagination a:hover,
.pagination span:hover,
.pagination a:focus,
.pagination span:focus {
	border-color: #337ab7;
	color: #337ab7;
}
.pagination span.page-numbers.current,
.pagination span.page-numbers.current:hover,
.pagination span.page-numbers.current:focus {
	border-color: #337ab7;
	color: #337ab7;
	cursor: default;
	font-weight: bold;
	z-index: 2;
}

/* navigation bar - navbar desktop mode */
@media screen and (min-width: 768px) {
	.navbar-collapse ul.navbar-nav .sub-menu {
		border-radius: 0px 0px 4px 4px;
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
		background-color: #FFF;
		border: 1px solid rgba(0, 0, 0, 0.15);
		font-size: 14px;
		list-style: outside none none;
		min-width: 160px;
		padding: 5px 0px;
		position: absolute;
		text-align: left;
		z-index: 1000;
		margin-top: 0px;
		width: 200px;
		left: 0;
		right: auto;
		display: none;
	}
	.navbar-collapse ul.navbar-nav .sub-menu .sub-menu {
		border-radius: 4px;
		right: -100%;
		left: auto;
		top: -6px; /* top padding + border */
	}
	.navbar-collapse ul.navbar-nav .sub-menu a {
		display: block;
		padding: 7px 20px;
	}
	.navbar-collapse ul.navbar-nav .sub-menu a:hover {
		background-color: #F5F5F5;
	}
	.navbar-collapse ul.navbar-nav li.menu-item-has-children {
		position: relative;
	}
	.navbar-collapse ul.navbar-nav li.menu-item-has-children:hover > .sub-menu {
		display: block;
	}
	.navbar-collapse ul.navbar-nav > li.menu-item-has-children::after {
		content: "";
		display: inline-block;
		width: 0px;
		height: 0px;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		position: absolute;
		top: 50%;
		margin-top: -1px;
		right: 10px;
		color: #777;
	}
	.navbar-collapse ul.navbar-nav > li.menu-item-has-children:hover::after {
		color: #333;
	}
	.navbar-collapse ul.navbar-nav > li.menu-item-has-children > a {
		padding-right: 25px;
	}
	.navbar-collapse ul.navbar-nav .sub-menu > li.menu-item-has-children::after {
		content: "";
		display: inline-block;
		width: 0px;
		height: 0px;
		margin-left: 2px;
		vertical-align: middle;
		border-left: 5px dashed;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		left: auto;
		right: 12px;
		color: #777;
	}
	.navbar-collapse ul.navbar-nav .sub-menu > li.menu-item-has-children:hover::after {
		color: #333;
	}
	.navbar-collapse ul.navbar-nav .sub-menu > li.menu-item-has-children > a {
		padding-right: 30px;
	}
	.navbar-collapse ul.navbar-nav.navbar-right .sub-menu {
		right: 0;
		left: auto;
	}
	.navbar-collapse ul.navbar-nav.navbar-right .sub-menu .sub-menu {
		left: -100%;
		right: auto;
	}
	.navbar-collapse ul.navbar-nav.navbar-right .sub-menu > li.menu-item-has-children > a {
		padding-right: 20px;
		padding-left: 35px;
	}
	.navbar-collapse ul.navbar-nav.navbar-right .sub-menu > li.menu-item-has-children::after {
		right: auto;
		left: 20px;
		border-left: 0;
		border-right: 5px dashed;
	}


	/* navbar inverse */
	.navbar-inverse .navbar-collapse ul.navbar-nav > li > .sub-menu {
		border-top-color: #101010;
	}
	.navbar-inverse .navbar-collapse ul.navbar-nav > li.menu-item-has-children:hover::after {
		color: #FFF;
	}

	/* navbar-type-default */
	.navbar-type-default .navbar-left {
		margin-left: -15px;
	}
}

/* navigation bar - navbar mobile mode */
@media screen and (max-width: 767px) {
	.navbar-collapse ul.navbar-nav .sub-menu {
		list-style: outside none none;		
	}

	.navbar-collapse ul.navbar-nav .sub-menu li a {
		display: block;
		color: #777;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}

	.navbar-collapse ul.navbar-nav .sub-menu li a:hover {
		color: #333;
	}
}

@media screen and (min-width: 992px) {
	.right-sidebar {
		padding-left: 30px;
	}
}

/* wp's admin-bar */
body.admin-bar .navbar.navbar-fixed-top {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar .navbar.navbar-fixed-top {
		top: 46px;
	}
}

/* comment */
.comment-list .bypostauthor {}

.comment-list {
	padding: 0px;
}

.comment-list, .comment-list .children {
	list-style: none;
}

.comment-list .comment-author a {
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
}

.comment-list .comment-author .avatar {
	float: left;
	border-radius: 50%;
	margin-right: 30px
}

.comment-list .comment-meta {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 15px;
	color: rgba(51, 51, 51, 0.7);
}

.comment-list .comment-meta a {
	color: rgba(51, 51, 51, 0.7);
}

.comment-list .comment-body {
	padding: 20px 0;
}

.comment-list .comment-body p {
	clear: both;
	font-size: 16px;
}

.comment-list .says {
	display: none;
}

.comment-navigation {
	padding: 20px 0;
}

.comment-navigation .nav-previous {
	display: inline-block;
	margin-right: 20px;
	font-weight: bold;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	font-size: 18px
}

.comment-navigation .nav-previous a:before {
	content: "\00ab";
    margin-right: 5px;
    position: relative;
    font-size: 24px;
}

.comment-navigation .nav-next a:after {
	content: "\00bb";
    margin-left: 5px;
    position: relative;
    font-size: 24px;
}

.comment-navigation .nav-next {
	display: inline-block;
	font-weight: bold;
}

.comment-list .reply {
	margin-top: 15px;
}

.comment-form {
	margin-bottom: 50px;
}

.comment-form p > label {
	display: block;
    font-size: 14px;
    margin: 20px 0 5px 0;
    text-transform: uppercase;
    color: #707070;
}

.comment-form p input[type="text"], 
.comment-form p textarea {
	border: 1px solid #cccccc;
	background-color: #eee;
	width: 100%;	
	padding: 10px;
}

.comment-form p input[type="text"]:focus, 
.comment-form p textarea:focus {
	border: 1px solid #dadada;
	background-color: #fcfcfc;
	outline: none;
}

.comment-form p textarea {
	min-height: 250px;
}

.comment-form input.submit {
	margin-top: 20px;
	font-size: 16px;
}

/* WordPress Reqired Styles
   ========================================================================== */

figure {
  margin: 1em 40px;
}


/* Images: align. */
.alignleft { 
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	display: inline-block;
	margin-bottom: 20px;
}

img.wp-smiley,
.rsswidget img {
	-webkit-border-radius: 0;
	-moz-border-radius:	   0;
	border-radius:		   0;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;	
	border: 0;
	margin: 0;
	padding: 0;
}


/* Images: caption. */
.wp-caption {
	background-color: transparent;
	border: none;
    max-width: 96%;
    text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption-text {
	font-style: italic;
	margin: 0;
}

.sticky {}

.gallery-caption {
	color: #707070;
	display: block;
	padding: 5px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
	visibility: hidden;
}

/* Tables */
@media print {
	table {
		border-collapse: collapse !important;
	}

	table td,
	table th {
		background-color: #ffffff !important;
	}
}

table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #dddddd;
	line-height: 1.5;
	padding: 8px;
	vertical-align: top;
}

table > thead > tr > th {
	border-bottom: 2px solid #dddddd;
	vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table > tbody + tbody {
	border-top: 2px solid #dddddd;
}

table {
	background-color: #ffffff;
}

th {
	text-align: left;
}

/* page-links */
.page-links {
	margin: 30px 0;
}

.page-links > span, .page-links > a {
	margin-right: 5px; 
}