/*
Theme Name: Fearless Child Theme
Description: Starter child theme for Fearless
Author: Your Name Here
Version: 1.0
Template: fearless
*/

@import url( '../fearless/style.css' );


/* Add your custom CSS styles here */
#header-widget-area .widget {
    max-width: none;
}
/*
 Theme Name:   Fearless Child
 Theme URI:    http://timesofsandiego.com/
 Description:  Fearless Child Theme
 Author:       Evan Scheingross
 Author URI:   http://evanwebdesign.com
 Template:     fearless
 Version:      1.0.0
*/

@import url("../fearless/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.wp-caption-text {
	text-align: left;
	padding:0 .5em
}

#ticker {
	height: auto;
}

#ticker .ticker-title {
	margin-top:.2em;
	font-size:14px;
}

#ticker p.ticker-content {
	font-size:14px;
	line-height:18px;
}


.aol_ad {
	margin-bottom: 2em;
}

#breadcrumbs {
	font-size:11px;
}

strong.breadcrumb_last {
	font-weight: normal;
}



/* =Customizations to make Google Ad in header area display nicely across all devices
-------------------------------------------------------------- */
#header-widget-area .widget {
	max-width: none;
}

#header-widget-area .textwidget {
	max-width: 728px;
	width: 728px;
	height: 90px;
	display: block;
}

/* =Customizations to make iframe ad at bottom of homepage display properly*/
/*--------------------------------------------------------------*/
.home #black-studio-tinymce-2 .textwidget {
	width: 300px;
	margin-left: -8px;
}
#menubar-search-query {
	-webkit-box-shadow: inset 0 0 0.6em rgba(0,0,0,1);
	box-shadow: inset 0 0 0.6em rgba(0,0,0,1);
	background: #111; background: rgba(0,0,0,0.3);
	border: 0px solid #000; border: 0px solid rgba(0,0,0,0.8); 
	color: #FFF;
	float: left;
	font-size: 13px; font-size: 1.3rem;
	margin: 0;
	outline: 0;
	padding: 0.3em 0.6em;
	width: 11em;
	z-index: 0;
}
#primary {
    width: 68%
}
.layout-2c-l #secondary {
    width: 34%;
}
.layout-2c-l #content {
    width: 100%;
}
#text-14, #text-5, #text-6, #facebook-like-box-2, #text-10, .GoogleActiveViewClass {
    text-align: center;
}
#text-9 > div > div, #text-10 > div > div {
    margin: 0 auto !important;
}
.fb-like-box, .fb-like-box > span, .fb-like-box iframe {
    max-width: 100%;
}
.related-post:nth-of-type(5) {
    clear: left;
}
@media only screen and (max-width: 1100px) and (min-width: 960px) {

	#header-widget-area .textwidget {
		max-width: 600px;
		width: 600px;
		height: 60px;
		display: block;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    #primary {
    width: 61%
    }
    .layout-2c-l #secondary {
        width: 42%;
    }
}
@media only screen and (max-width: 768px) {

	#header-widget-area .textwidget {
		max-width: 600px;
		width: 600px;
		height: 60px;
		display: block;
	}
}

@media only screen and (max-width: 600px) {

	#header-widget-area .textwidget {
		max-width: 100%;
		width: 100%;
		height: auto;
		display: block;
		position: relative;
	}

	.header-responsive-ad-unit { 
		width: 320px; 
		height: 50px;
		margin-left: -37px;
	}

}

.custom ul { list-style-type: none; padding:0;}
.custom{
overflow: hidden;
}
.home .flexslider .category-label, .home .layout-module .widget-title > span {
    background: #292c7a; /* Old browsers */
    background: -moz-linear-gradient(top, #292c7a 0%, #3b96c7 100%, #3b96c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292c7a), color-stop(100%,#3b96c7), color-stop(100%,#3b96c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #292c7a 0%,#3b96c7 100%,#3b96c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #292c7a 0%,#3b96c7 100%,#3b96c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #292c7a 0%,#3b96c7 100%,#3b96c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #292c7a 0%,#3b96c7 100%,#3b96c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292c7a', endColorstr='#3b96c7',GradientType=0 ); /* IE6-9 */
}
.home .flexslider .category-label, .home .layout-module .widget-title > span:hover {
    background: #292c7a; /* Old browsers */
    background: -moz-linear-gradient(top, #292c7a 20%, #3b96c7 100%, #3b96c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#292c7a), color-stop(100%,#3b96c7), color-stop(100%,#3b96c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #292c7a 20%,#3b96c7 100%,#3b96c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #292c7a 20%,#3b96c7 100%,#3b96c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #292c7a 20%,#3b96c7 100%,#3b96c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #292c7a 20%,#3b96c7 100%,#3b96c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292c7a', endColorstr='#3b96c7',GradientType=0 ); /* IE6-9 */
}
#text-13 .textwidget {
    text-align: center;
}
@media only screen and (max-width: 420px) {
#div-gpt-ad-1437204727699-0 {
    width: 320px;
    margin-left: -1.5em;
}
}