/*****
Theme Name: Majalah Desa
Theme URI: http://www.mhthemes.com/themes/mh/magazine-lite/
Description: Tema ini cocok untuk situs desa yang ingin ditampilkan seperti majalah, dibuat berdasarkan MH-Magazine-Lite
Author: MH Themes
Author URI: http://www.mhthemes.com/
Version: 2.5.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, footer-widgets, translation-ready, rtl-language-support, blog, entertainment, news
Text Domain: mh-magazine-lite
Domain Path: /languages/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Credits: You may remove the link in the footer, but we would appreciate any attribution to our work!
*****/


.mh-site-logo { display: table; }
.mh-site-logo .custom-logo-link, .mh-site-logo .mh-header-text { display: table-cell; vertical-align: middle; }


#signup-content {
    padding: 70px 20px;
    background-color: #fff;
}
#signup-content h2{
    margin-bottom: 20px;
}


#dbt-banner {
	width: 100%; 
	height: 80px; 
	background-color: 
	#1374ae; 
	clear: both; 
	vertical-align: middle; 
	color: #fff; 
	padding: 10px 0px    ;
}

#dbt-banner .img1 {
	margin-left: 20px; 
	margin-top: 10px;
}

#dbt-banner .text1 {
	display: none;
	margin-left: 20px; 
	color: #fff;
	font-size: 11px;
}

#dbt-banner .img2 {
	margin-right: 20px; 
	height: 80px; 
	width: auto; 
	float: right;
}

@media (max-width: 520px) {
	#dbt-banner {
		padding: 5px 0px;
		height: 35px;
	}
	#dbt-banner .img1 {
		display: none;
	}
	#dbt-banner .img2 {
		height: 35px;
	}
	#dbt-banner .text1 {
		display: block;
		float: left;
		max-width: 280px;
	}	
}

@media (max-width: 390px) {
	#dbt-banner .text1 {
		max-width: 240px;
	}	
}
@media (max-width: 340px) {
	#dbt-banner .img2 {
		display: none;
	}	
}

#banner {
	position: absolute; top: 10px; right: 20px;
}

#banner img {
	width: 250px;
}

@media (max-width: 520px) {
#banner {
	position: static;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
}