/*
Theme Name: My Theme
Theme URI: 
Author: Faroq
Author URI: https://www.yellowweb.id
Description: My Theme di desian dengan menggunakan Bootstrap Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yellowwebid blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import "css/bootstrap.css";

/* HEADER (header.php) */

.title-image{
	height: 80px;
	margin: 10px;
	float: left;
}

.brand{
	line-height: 30px;
	color: #FFFF00;
}

.header-banner{
	background: #0f1316;   
	border-bottom: 1px solid #FFFF00;
}

.tagline{
	color: #ffffff;
}

.link-banner:hover{
	text-decoration: none;
}

.navbar{
	background: transparent;
	border: none;
}

/* CONTENT (index.php)*/

.content-blog{
	padding-top: 30px;
	padding-bottom: 30px;
}


.entry-header{
	font-weight: bold;
}

.entry-title a:hover{
	text-decoration: none;
	transition: 250ms;
}

.meta_author a:hover{
	text-decoration: none;
	transition: 250ms;
}

.meta_comments a:hover{
	text-decoration: none;
	transition: 250ms;
}


/* FOOTER (footer.php) */

.footer-blog{
	padding-top: 5px;
	background: #0f1316;
	color: #2f2e36;
}

/* CONTENT (functions.php)*/
.img-shadow{
	box-shadow: 5px 5px 5px grey;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* SIDEBAR */

aside ul li a:hover{
	text-decoration: none;
}

aside ul li{
	list-style: none;
	transition: 250ms;
}

aside ul li:before{
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f054";
	margin-right: 5px;
	margin-bottom: 10px;
}

.widget-title{
	background: #337ab7;
	border-color: #2e6da4;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	padding-left: 10px;
	box-shadow: 5px 5px 5px grey;
}

.textwidget ul{
	padding-left: 0px;
}

.followus:before{
	content:"";
}

.followus a{
	color: #ffff00;
}

.followus .fa{
	margin-bottom: 5px;
}

.followus:hover{
	background-color: #1A283D;
	transition: 250ms;
}

.call-me{
	color: #ffff00;
}

.call-me:hover{
	text-decoration: none;
	color: #ffff00;
}

#footer-widget{
	background: #0f1316;
   	color: #9d9d9d;   
   	padding-top: 20px;
}

.widget-paket{
	color: #9d9d9d;
	text-decoration: none;
}

.widget-paket:hover{
	color: #ffff00;
	text-decoration: none;
	transition: 250ms;
}

#tag_cloud-3{
	margin-bottom: 20px;
}

/* PAGINATION (functions.php) */

.pagination a,
.pagination .current{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.pagination a:hover,
.pagination .current{
	background: #337ab7;
	color: #fff;
	text-decoration: none;
	transition: 250ms;
}

.btn-primary:hover{
	transition: 250ms !important;
	background-color: #286090 !important;
}

#s{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

#s:focus{
	border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

#searchsubmit{
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    white-space: nowrap;
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

#searchsubmit:hover{
	background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}

/* Media Query */
@media only screen and (min-width: 360px){
	.entry-content .embed-youtube .youtube-player{
		width: 100%;
	}
}

/* Footer Hak Cipta */
.footer-blog .hak-cipta{
	color: #ffff00;
	font-weight: bold;
	font-style: italic;
}