/*
Theme Name: Eclectic Child Theme
Description: Starter child theme for Eclectic
Author: Your Name Here
Version: 1.0
Template: fearless
*/

@import url( '../fearless/style.css' );


/* Add your custom CSS styles here */

.input-text-wrap {
	padding-bottom: 5px;
}

#branding { 
   width:auto; 
   padding-top: 1em;
   padding-bottom: 1em;

}

.flexslider .category-label { 
	display: none;
}

#main {
	margin-top: 1.5em;
}

.footer-widget-area {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.footer-widget-area .widget-title {
	font-family: "Oswald";
}

.widget_fearless_branded_footer ul.social-icons {
	text-indent: 10px;
}

#header-widget-area {
	float: right;
	margin-top: 1.2em;
	width: 45%;
	
}

#secondary .widget {
    padding: 1.3em;
}

#ticker .ticker-title {
   margin-right: 0.75em;
}

.entry-title { 
   font-size: 2.779rem;
   padding-top: 10px;
   color: #1f3663;
   font-family: 'Oswald', sans-serif;
}

#ticker .ticker-title  { 
   color: #335a92;
   width: auto;
}

.author-list {
	margin-top: 2em;
	margin-bottom: 3em;
}

.subscriptions {
	background-color: #617364;
}

.magwrapr {

  background: white;
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

blockquote {
    color: #999;
    font-family: georgia, serif;
    font-size: 20px;
    line-height: 1.9;
    margin: 2em 0 2em 1.5em;
    min-height: 2.5em;
    padding-left: 3.5em;
    position: relative;
}

#menu-topper {
	font: 14px "Oswald";
}

strong {
	color: #933212;
}
