/*
Theme Name: Hauzah Imam Ridha Jakarta
Text Domain: hauzahimamridhajkt
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Hauzah Imam Ridha Jakarta Wordpress Theme.
Tags: blog
Author: Habibie
Author URI: https://youtube.com/thirteenov/
Theme URI: https://youtube.com/thirteenov/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
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.
*/

body{
	font-family: 'Dosis', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: white;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,p{
	margin: 0;
	margin-bottom: 10px;
}

a{
	text-decoration: none;
	color: inherit;
}


.mobilemenubutton{
	position: fixed;
	font-size: 20px;
	padding: 35px;
	display: none;
	top: 0;
	right: 0;
	color: #2f2f91;
	z-index: 10;
}

.mobilemenucontent{
    display: none;
}

.header{
	background-color: white;
	color: #2f2f91;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: sticky;
	top: 0;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
}

.header-menu{
    display: block;
    float: right;
    margin: 10px;
}

.header-menu ul{
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	text-align: right;
	float: right;
}

.header-menu li{
	display: inline;
	padding: 10px;
	color: #2f2f91;
	transition: border-bottom .5s;
}

.header-menu li:hover{
	border-bottom: 2px solid #2f2f91;
}

.header-menu-mobile ul{
    list-style-type: none;
	list-style: none;
	list-style-image: none;
	text-align: center;
	display: block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.header-menu-mobile li{
    color: #216691;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #216691;
}

.sitebody{
	display: table;
	background-color: white;
	width: 100%;
	box-sizing: border-box;
}

.bodycell{
	display: table-cell;
	padding: 20px;
	vertical-align: top;
}

.sb{
	background-color: #fcfcfc;
	width: 256px;
}

label{
	display: block;
	width: 100%;
}

.posttitle{
    transition: color .5s;
}
.posttitle:hover{
    color: #00a651;
}

input, textarea{
	padding: 10px; border-radius: 5px;
	background-color: #fcfcfc;
	border: none;
	outline: none;
	
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
}

input[type=submit]{
    background-color: #00a651;
    color: white;
    cursor: pointer;
}

.widget-right-sidebar{
	padding: 20px;
	vertical-align: top;
}

.widget-right-sidebar ul{
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	text-align: left;
	padding: 0;
}

.widget-right-sidebar li{
	display: block;
	padding: 0;
	transition: padding .5s;
	margin-bottom: 10px;
}

.widget-right-sidebar h2{
    color: #216691;
}

.widget-right-sidebar li:hover{
	text-decoration: underline;
	padding-left: 2px;
	color: #00a651;
}

.footer{
	background-color: #216691;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 14px;
	color: white;
}

.footermedsos{
    background-color: #205d92; color: white; text-align: center; padding: 30px;
}

.footercopyright{
    background-color: black;
    color: white; text-align: center; padding: 20px; font-size: 12px;
}

.widget-footer{
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}


.widget-footer ul{
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	text-align: left;
	padding: 0;
}

.widget-footer li{
	display: block;
	padding: 0;
	transition: padding .5s;
}

.widget-footer li:hover{
	text-decoration: underline;
	padding-left: 2px;
}

.sosmedlink{
	margin: 10px;
}

.wabutton{
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 30px;
	cursor: pointer;
}


.thumbbox{
    margin-bottom: 20px;
    border: 5px solid white;
    transition: border .5s;
}

.thumbbox:hover{
    border: 5px solid #216691;
}

.withshadow{
    text-shadow: 2px 2px black;
    font-size: 25px;
}

.categorytext{
    color: #0e365a;
}

.thumbimage{
    display: table-cell;
    width: 256px; 
}

.morebutton{
    background-color: #216691;
    padding: 10px;
    border-radius: 5px;
    color: white;
    transition: background-color .5s;
    display: inline-block;
    margin: 0 auto;
}

.morebutton:hover{
    background-color: #071d30;
}

.morebutton2{
    padding: 10px;
    border-radius: 5px;
    margin: 20px;
    border: 2px solid white;
    cursor: pointer;
    width: 0 auto;
    display: inline-block;
}

.vonmobile{
    display: none;
}

.desktopmenu{
    display: block;
}

/* medium view */
@media (max-width: 920px){
    .thumbimage{
	    display: block;
	    box-sizing: border-box;
	    width: 100%;
    }
}

/* mobile view */
@media (max-width: 720px){
	
	.mobilemenubutton{
		display: inline-block;
	}
	
    .widget-footer{
        display: block;
    }
    
    .sitebody{
	    display: block;
	}
	
	.bodycell{
	    display: block;
	}
	
	.sb{
	    box-sizing: border-box;
	    width: 100%;
	}
	
	.desktopmenu{
        display: none;
    }
    
    .vonmobile{
        display: block;
    }
}