@media only screen and (min-width: 1025px) {
.header .topmenu nav ul li { font-size: 13px; }
.home_links a { font-size: 50px; }
}
@media only screen and (max-width: 1024px) {
.header .topmenu nav ul li { font-size: 12px; }
.home_links a { font-size: 30px; }
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 768px) {
.header .topmenu { display: none; }
.header .menutoggle { display: block; }
}
@media only screen and (max-width: 640px) {
.logo { text-align: center; }
.header article p { text-align: center; }
.footer .blackbg p { margin-bottom: 10px; text-align: center; }
.footer ul.menu li { display: block !important; padding: 10px 0 !important; }
.home_links a { border-width: 2px !important; padding: 15px 0 !important; }
.Blogbg p a { }
}
@media only screen and (max-width: 480px) {
.header article p { margin: 15px 0 0 !important; }
.cat_formbox input[type="text"],
.cat_formbox input[type="email"] { max-width: none !important; }
.cat_formbox label.error { margin: -5px 0 20px 0; display: block; }
.cat_formbox textarea { min-height: 180px !important; }
}
@media only screen and (max-width: 360px) {
.Blogbg ul.share li h2 { padding: 0 60px 10px 0 !important; text-align: center; }
.search-form label,
.search-form input.search-submit { width: 100% !important; }
.search-form input.search-field { border-width: 1px !important; }
}
