/*
 Theme Name:   Ted Babbitt (BuzzBlog Child Theme)
 Theme URI:    http://hercules-design.com
 Description:  BuzzBlog Child Theme
 Author:       Hercules Design
 Author URI:   http://hercules-design.com
 Template:     BUZZBLOG-theme
 Version:      1.9.3
 Tags:         awesome, beautiful, blog, design, facebook, flickr, instagram, minimalist, personal, responsive, clean, simple, twitter, visual, widget, wordpress
 Text Domain:  buzzblog-child
*/

@import url("../BUZZBLOG-theme/style.css");

.flexnav > li > a {padding: 30px 2px 30px 6px !important;}
.post-header .span12 {display: none;}

.logo_h__txt, .logo_link {text-transform: uppercase;}

input, textarea, .uneditable-input {width: 50%;}
.title-section .subtitle {color: #222222;}

.title-section {padding-top: 30px;}

p {margin: 0 0 20px !important;}

blockquote p:last-child {margin: 0 0 0 !important;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 20px !important;}

.widget {padding: 54px 35px !important;}
.widget h5 {text-align: center;}

ul ul, ol ul ul{list-style-type: circle;}
li {line-height: 32px !important;}

h2.media_header {padding-left: 60px;}

#sidebar .widget .dropcap {text-align: left;}
#sidebar .widget .dropcap:first-letter {font-size: 64px; margin-top: 0px;}
.dropcap:first-letter {margin-top: -2px;}
q:after, blockquote:after {content: ""; padding: 0;}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
h2.media_header {padding-left: 40px;}
}
@media only screen and (min-width: 770px) and (max-width: 980px) {
h2.media_header {padding-left: 30px;}
}
@media only screen and (max-width: 769px) {
input, textarea, .uneditable-input {width: auto;}
h2.media_header {padding-left: 20px;}
}
@media (max-width: 767px) {
.textwidget {text-align: left !important; }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 600px) {
img.alignleft.padleft, img.alignright.padright{
float: none;
margin-bottom: 20px;
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
text-align: center;
}
}
@media only screen and (max-width: 370px) {
.wpcf7-form textarea {width: auto !important;}
}