/*
 Theme Name:   Buzzblog Child
 Theme URI:    http://buzzblog.hercules-design.com
 Description:  Buzzblog Child Theme
 Author:       Hercules Design
 Author URI:   http://hercules-design.com
 Template:     buzzblog
 Version:      2.7
 Tags:         two-columns, three-columns, four-columns, right-sidebar, accessibility-ready
 Text Domain:  buzzblog-child
*/ 

.widget  { 
padding-top: 10px;
padding-bottom: 10px;
} 

.nopadding {
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

 
.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: rgba(255, 255, 255, 0.6);
border-color: transparent;
border-radius: 20px 0 0 20px; }
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.home-newsletter .single .btn {
min-height: 50px; 
border-radius: 0 20px 20px 0;
background: #243c4f;
color: #fff;
}


.g-recaptcha {
    transform:scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.mb-10 { 
margin-bottom: 10px;
}

@media (max-width: 767px) {
#rc-imageselect{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.g-recaptcha {
transform: scale(0.77);
transform-origin: 0 0 0;
} 
} 

.post-author-box { padding: 30px; }

.format-standard { padding-top: 0px !important; }


.comment-body h6, .comment-body h6.author a {  padding-top: 4px; } 

.archive-year { cursor: pointer; } 


.archive-year span {
font-family: "FontAwesome";
/*content: "\f147"; */
content: "\f0d7";
position: absolute;
left: 126px;
/*right: 20px;*/
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-top: 13px;
}

.archive-year .collapsed span{
/* content: "\f196";*/
margin-top: 12px;
content: "\f0da";
} 


 
.post-header h2 a, h2.post-title {

}


h5.quoteText {
padding: 40px 12px 10px 12px;
margin:20px 0px 5px 0;
border: 0;
font-size: 20px;
line-height: 34px;
text-align:center;
font-style: italic;
position: relative;
color:#888;
}
 
h5.quoteText::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 120px;
line-height: 20px;
font-style: normal;
  color: #ddd;
  text-align:left;
  /*Positioning*/
  width: 100%;
float: left;
}
h5.quoteText::after{
  content: "\201D"; /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 120px;
line-height: 20px;
font-style: normal;
  color: #ddd;
  text-align:right;
  /*Positioning*/
  width: 100%;
float: left;
padding: 50px 0 0 0;
}

 
