/*
 Theme Name:   EAG Basic Bootstrap Child
 Theme URI:    
 Description:  EAG Customizations
 Author:       
 Author URI:   
 Template:     basicbootstrap
 Version:      1.0.0
 License:      
 License URI:  
 Tags:         
 Text Domain:  
*/
body {
	background-color: #eee;
	font-family: arial,sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}
a {
	color: #cb0012;
}
a:hover {
	color: #f42317;
}
h1,h2,h3,h4 {
	font-family: "myriad-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 600;	
}
nav .container {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#424c4b+0,222628+100 */
	background: #424c4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #424c4b 0%, #222628 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #424c4b 0%,#222628 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #424c4b 0%,#222628 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424c4b', endColorstr='#222628',GradientType=0 ); /* IE6-9 */
	padding: 0px 15px 0px 0px; 
}
.navbar-toggle {
	margin-right: 15px;
	border: none;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-inverse {
	background-color: inherit;
	border: none;
}
.navbar-header {
	padding-right: 0px;
	padding-top: 12px;
	height: 70px;
}
.navbar-brand {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 2px;
	color: white;	
	padding: 0px 15px 15px 15px;	
}
a.logo img{
	float: left;
	margin-left: 15px;
	width: 160px;
}
ul.navbar-nav {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	font-family: "myriad-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 600;
}
.navbar-inverse .navbar-nav>li.current-menu-item>a {
	color: white;
}
li.social a {
	display: inline;
	width: 40px;
	font-size: 22px;
	float: left;
}
a i.fa-facebook {
	color: #007cfa;
}
a i.fa-twitter {
	color: #36b5f2;
}
a i.fa-youtube-play {
	color: #f4422f;
	position: relative;
	left: -2px;
	top: 2px;
}
a i.fa-youtube {
	color: #f4422f;
}
a i.fa-rss {
	color: #ff9d00;
}
a:hover i.fa-facebook,
a:hover i.fa-twitter,
a:hover i.fa-youtube,
a:hover i.fa-youtube-play,
a:hover i.fa-rss {
	color: white;
}

.navbar-static-top .container.main {
	margin-top: 0px;	
}
.navbar-fixed-top .container.main {
	margin-top: 105px;
}
.container.main {
	padding-top: 15px;
	background-color: white;
}
footer .container{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#424c4b+0,222628+100 */
	background: #424c4b; 
	background: -moz-linear-gradient(top,  #424c4b 0%, #222628 100%); 
	background: -webkit-linear-gradient(top,  #424c4b 0%,#222628 100%); 
	background: linear-gradient(to bottom,  #424c4b 0%,#222628 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424c4b', endColorstr='#222628',GradientType=0 ); 
	color: #9d9d9d;	
	padding-bottom: 30px;
}
footer h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	color: white;
}
footer a {
	color: white;
	padding-right: 10px;
}
footer a:hover {
	color: #cb0012;
	text-decoration: none;	
}
footer .social {
	font-size: 22px;
}
.page-header {
	margin-top: 0px;
}
.advert {
	margin-bottom: 15px;
	padding-left: 5px;
}
/*WIDGETS*/
.widget h3 {
	color: #cb0012;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.widget ul {
	margin: 0px;
	padding-left: 2px;
	list-style-type: none;
}
/*HOME*/
.container.headline {
	background-color: white;
	text-align: center;
}
.navbar-static-top .container.headline {
	margin-top: 0px;	
}
.navbar-fixed-top .container.headline {
	margin-top: 105px;
}
.container.headline h1 {
	font-size: 56px;
	line-height: 56px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.container.headline h2 {
	margin: 0px;
	font-style: normal;
	font-size: 24px;
}
.container.headline img {
	margin: 5px auto 0px auto;
}
.home.container.main {
	margin-top: 0px;
	padding-top: 0px;
}
.home.container a.home-thumbnail {
	display: inline-block; 
	width: 240px; 
	height: 172px; 	
	margin-top: 10px;
	background-size: cover; 
	background-color: #efefef; 	
}
.home.container.main h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}
.home.container.main div.row .eagtv {
	background-color: #efefef;
	margin-bottom: 15px;
	padding: 0px;
}
.home.container.main .eagtv h2{
	width: 100%;
	background-color: #333333;
	color: white;
	margin: 0px;
	padding: 10px;
}
.home.container.main .homepage-video-slides {
	margin: 10px 20px;
}
.slick-slide {
	text-align: center;
}
.home.container.main .homepage-video-slides h3 {
	font-size: 16px;
	width: 240px;
	margin: 0px auto;
}
a.video-image-link {
	height: 135px;
	width: 240px;
}
/*Video Carousel Arrows*/
.slick-prev:before, .slick-next:before {
	color: rgb(51,51,51);
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #333333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -10px;
}
[dir='rtl'] .slick-prev
{
    right: -10px;
    left: auto;
}
.slick-prev:before
{
	font-family: FontAwesome;
	content: '\f053';
}
[dir='rtl'] .slick-prev:before
{
	font-family: FontAwesome;
	content: '\f054';
}

.slick-next
{
    right: -10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -10px;
}
.slick-next:before
{
	font-family: FontAwesome;
	content: '\f054';
}
[dir='rtl'] .slick-next:before
{
	font-family: FontAwesome;
	content: '\f053';
}
/*SINGLE POST*/
body.single h1 {
	color: #cb0012;
}
body.single div.post-date,
body.single div.post-author {
	text-transform: uppercase;
	font-weight: bold;
}
body.single-post .container.main div.post p {
	line-height: 22px;
}
body.single-post div.post img {
	max-width: 100%;
	display: block;
}
body.single-post embed,
body.single-post iframe,
body.single-post video {
	max-width: 100%;
}
body.page .container.main embed,
body.page .container.main iframe,
body.page .container.main video {
	max-width: 100%;
}
img.alignleft {
	float: left;
	margin: 0 10px 20px 0;
}

@media only screen and (max-width : 767px) {
/*DONATION FORM*/
#payment-form.form-horizontal .controls {
	margin-left: 0px !important;
	clear: both;
}
#payment-form.form-horizontal .control-label {
	float: none;
	max-width: 100%;
	text-align: left !important;	
}
#payment-form .input-xlarge {
	clear: left;
	max-width: 100%;
}
}	
/* Small Devices, Tablets sm */
@media only screen and (min-width : 768px) {
.navbar-header {
	height: auto;
	padding-top: 12px;
}
a.logo img {
	width: 130px;
}
ul.navbar-nav {
	font-size: 16px;
	padding-left: 0px;
	margin-top: 5px;
}
.navbar-nav>li>a {
	padding: 15px 8px;
}
.current-menu-item > a, .current-menu-parent > a {
	background: none;
	color: white;
}
.sub-menu {
	background: #1f2325;
}
li.social {
	float: right;
	margin-right: 0px;
}
li.social a {
	font-size: 16px;
	width: 30px;
}
.navbar-static-top .container.main {
	margin-top: 0px;	
}
.navbar-fixed-top .container.main {
	margin-top: 60px;
}
/*HOME*/
.navbar-static-top .container.headline {
	margin-top: 0px;	
}
.navbar-fixed-top .container.headline {
	margin-top: 60px;
}
.home.container a.home-thumbnail {
	width: 337px;
	height: 244px; 
}
/*SINGLE POST*/	
body.single-post div.post img {
	padding: 10px;
}	
body.single-post div.post .alignright {
	float: right;
}
body.single-post div.post .aligncenter {
	margin: 0px auto;
}
body.single-post div.post .alignleft {
	float: left;
}	
body.single-post div.post .alignright p.wp-caption-text{
	padding-left: 20px;
}
body.single-post div.post .alignleft p.wp-caption-text, 
body.single-post div.post .aligncenter p.wp-caption-text {
	padding-left: 10px;
}

/*AUTHOR ARCHIVE*/
body.author .page-header .col-sm-2 img {
	width: 100%;
}
}

/* Medium Devices, Desktops md */
@media only screen and (min-width : 992px) {
body {
	font-size: 14px;
}
nav .container {
	padding: 0px 0px 0px 0px; 
}
a.logo img {
	width: 270px;
	padding-top: 0px;
}	
.navbar .facebook {
	margin-top: 20px;
	margin-left: 20px;
}
ul.navbar-nav {
	font-size: 16px;
	letter-spacing: 0px;
	padding-left: 10px;
}
.navbar-nav>li>a {
	padding: 63px 10px 10px 10px;
}
.sub-menu {
	background: #1f2325;
}
li.social {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
li.social a {
	font-size: 22px;
	width: 30px;
}
.navbar-static-top .container.main {
	margin-top: 0px;	
}
.navbar-fixed-top .container.main {
	margin-top: 100px;
}
.sidebar {
	padding-right: 0px;
}
footer .container {
	padding-left: 20px;
}
/*HOME*/
.navbar-static-top .container.headline {
	margin-top: 0px;	
}
.navbar-fixed-top .container.headline {
	margin-top: 100px;
}
.container.headline h1 {
	font-size: 86px;
	line-height: 90px;
	margin: 10px 0px 0px 0px;
}
.container.headline h2 {
	font-size: 28px;
}
.container.headline img {
	margin: 15px auto 0px auto;
}
.home.container a.home-thumbnail {
	width: 304px; 
	height: 218px;
}	
.home.container.main div.row.tv  {
	margin: 0px;
}
}

/* Large Devices, Wide Screens lg */
@media only screen and (min-width : 1200px) {
ul.navbar-nav {
	font-size: 20px;
	letter-spacing: 1px;
	padding-left: 10px;
}
.navbar-nav>li>a {
	padding: 63px 15px 10px 10px;
}
li.social {
	margin-left: 65px;
}
.navbar .facebook {
	margin-top: 20px;
	margin-left: 10px;
}
.sidebar {
	padding-right: 15px;
}
.home.container a.home-thumbnail {
	width: 337px;
	height: 244px; 
}
}