/*
Theme Name: Blogger Choice
Theme URI:
Author:     Jeffrey Rhodes 
Author URI:
Description: A sophisticated theme for the writer in you that's looking to set up their blog website. This Minimal yet very eloquent theme is going to ensure the progress of your blog. Blogger Choice is a child theme of Multipurpose Blog, This is suitable for lifestyle blogs, fashion, travel, tech, creative, photography, landing page, journal/biography, resumes, magazines, personal blogs, a professional sports website, food, E-sport and so on.  The fuss, the hassle and the long tedious hours of screeching and juggling ends with us. We offer you the best minimal template that has state of the art coding that is both clean and secure. Get your blog website of dreams with our minimal WordPress theme and begin your venture in the online web space. 
Version: 0.2.1
license : GNU General Public License v3.0
License URI : http://www.gnu.org/licenses/gpl.html
Text Domain: blogger-choice
Template: multipurpose-blog
Tags: custom-background, custom-menu, custom-colors, custom-logo, editor-style, featured-images, front-page-post-form, full-width-template, footer-widgets, one-column, sticky-post, two-columns, theme-options, threaded-comments, right-sidebar, left-sidebar, grid-layout, three-columns, blog, news
*/

/* Header Section */
.menus{
	border:none;
}
#header .nav ul li a {
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
}
#header .nav ul li a:hover{
	border-bottom: none;
}
#header .nav{
	float: left;
}
#header .top_headbar {
    background: #eee;
    padding: 10px 0;
}
#header .socialbox i {
    color: #bbb;
    font-size: 14px;
    margin: 0 5px;
}
#header .logo {
    padding: 10px 0;
}
#header .top_headbar{
    color: #bbb;
    font-size:12px;
    letter-spacing: 1px;
    text-align: center;
}

/* Static Section */
.padremove{
	padding: 0 !important;
	position: relative;
}
#photography {
    padding: 0;
}
.contentbox h4 {
    margin: 0;
    background: transparent;
    padding: 0;
    color: #bbb;
    font-size: 15px;
    font-weight: bold;
}
.contentbox {
    bottom: 0;
    top: initial;
    background: rgba(0, 0, 0, 0.69);
    padding: 10px;
}
.contentbox p {
    text-align: left;
    color: #bbb;
    font-size: 15px;
    margin: 0;
}
.imagebox{
	margin-bottom: 0;
}

/* our category */
#our_blog {
    padding: 3% 0;
}
.main-box {
    text-align: center;
    background: #eee;
    margin-bottom: 30px;
}
.cat-box,
.date-box {
    background: transparent;
    padding: 10px 0;
    margin: 0;
}
.main-box h4 {
    padding: 0;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}
.cat-box {
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 13px;
    color: #c4a28d;
}
.date-box a {
    color: #888;
}
.main-box p {
    text-align: left;
    padding: 0 30px;
    color: #888;
    letter-spacing: 1px;
}
.blogbutton-small{
	display: inline-block;
	border: solid 1px #c4a28d;
	color: #c4a28d;
}
.blogbtn{
	margin:0 auto;
	padding-bottom: 20px;
}
.hvr-sweep-to-right:before,
#sidebar .tagcloud a:hover{
	background: #c4a28d;
}
.main_image img {
    width: 100%;
}

/* Sidebar */
#sidebar {
   padding-top: 0;
}
#sidebar h3 {
    margin: 0;
    padding: 12px 0;
    font-size: 20px;
    background: transparent;
    color: #000;
    text-align: center;
    font-family: sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
}
#sidebar aside {
    border: none;
    box-shadow: none;
    background: #eee;
}
#sidebar ul li a {
    color: #888;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
}
#sidebar ul li {
    margin: 5px 10px;
    background: transparent;
    color: #888;    
    font-weight: normal;
}
#sidebar input[type="submit"] {
    padding: 17px 0;
    font-family: sans-serif;
    font-size: 15px;
}
.copyright-wrapper p, .copyright-wrapper a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
}

@media screen and (max-width: 720px){
    .admin-bar .header .nav {
        top: -10px;
    }
    #header .nav ul li a {
        padding: 10px;
    }
}