/*
Theme Name: Bootstrap to WordPress
Author: SEO CoPilot
Author URI: wwww.seo-copilot.co.uk
Description: Wordpress Theme using bootstrap as the main CSS framework.
*/

/*COLORS
Blue: #698096; rgba(105, 128, 150, 1);
Grey: #464646; rgba(70, 70, 70, 1);
Red: #A51622; rgba(165, 22, 34, 1);
Brown: #695542; rgba(105, 85, 66, 1);
Tan: #BB843D; rgba(187, 132, 61, 1);
*/




/* Fixed top navigation body padding
-------------------------------------------------------------- */

body, html {
color: #222;
height: 100%;
position: relative;
}

.current-menu-item > a, .current-menu-parent > a {
    background: rgba(0,0,0,0) !important;
}

.content img.size-full {width: 100%; height: auto; display: inline-block;}

.col-2, .col-1 {max-width: 100% !important}


a {color: #698096;}
a:hover {color: #BB843D;}



.paddingV {padding: 3rem 0}

.padding20 {padding: 20px;}

@font-face {
    font-family: 'oswald_stencil';
    src: url('fonts/oswald-stencil-webfont.eot');
    src: url('fonts/oswald-stencil-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-stencil-webfont.woff2') format('woff2'),
         url('fonts/oswald-stencil-webfont.woff') format('woff'),
         url('fonts/oswald-stencil-webfont.ttf') format('truetype'),
         url('fonts/oswald-stencil-webfont.svg#oswald_stencilbold') format('svg');
    font-style: normal;

}


.stencil, h1, h2, h3, h4, h5, h6, a .navbar-brand {font-family: 'oswald_stencil', sans-serif; text-transform: uppercase; color: #464646;}


.blue, .blue h1, .blue h2, .blue h3, .blue h4    {background-color: #99CFEA; color:#fff;}


/* Main CSS
-------------------------------------------------------------- */

.featured-image {
    		display: table;
    		 color: #fff;
		    background: no-repeat center;
		    width: 100%;
		    height: 300px;
		     -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  margin-bottom: 3rem;
		  padding: 12rem 0 3rem 0;
		}

.featured-image h1 {
	color: #fff
}

.navbar {
	position: absolute;
	top: 75px;
	left: 0 ;right: 0;
	background-color: rgba(255, 255, 255, .75);
	z-index: 99999;
	color: #464646;
}


.carousel-item {
 
    height: 65vh;
    background: no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

#donate {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(105, 85, 66, 0.85), 
      rgba(105, 85, 66, 0.85)
    ),
    /* bottom, image */
    url(images/harvard-donate.jpg)no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
color: #fff;
margin-top: 3rem;
}

#donate h3 {color: #fff;}

#donate .btn {border-color: #fff}

#footer-top {
	padding: 40px 0;
	
}

footer a {color: #fff;}
footer a:hover {color: #464646;}

footer ul {
	margin-left: 20px;
}

footer {font-size: .8em; background-color: #698096; color: #fff; }

footer span	{font-family: 'oswald_stencil', sans-serif; text-transform: uppercase; color: #fff; font-size: 1.2em;}

footer hr {border-top: 1px solid rgba(225,225,225,.75);}

/* Nav
-------------------------------------------------------------- */



.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open>.nav-link
{background-color: rgba(0,0,0,0);}

.navbar-light .navbar-nav .nav-link {
	color: #464646;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #A51622;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #698096; 
}


.current-menu-item a {
    background:transparent !important;
}

#info-top .row {

	

	background-color: #fff; color: #222; 
}

#info-top h3 {background-color: transparent; color: #464646; }

#info-top .row {margin: 3rem 0;}

#info-top {
	  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(105, 128, 150, .75), 
      rgba(105, 128, 150, .75)
    ),
    /* bottom, image */
    url(images/north-american-at6-d-texan-01.png) ;

}

/* Buttons
-------------------------------------------------------------- */

.btn {border-radius: 0px; font-family: 'oswald_stencil', sans-serif; text-transform: uppercase;}

.btn-primary {background-color: #A51622; border-color: #A51622;}
.btn-primary:hover, .btn-primary:focus {background-color: #464646; border-color: #464646;}

.btn-default {background-color: #fff; border-color: #698096;}
.btn-default:hover, .btn-primary:focus {background-color: #698096; border-color: #698096; color: #fff}

.colorBox .btn-default {background-color: transparent; border-color: #fff; color: #fff}
.btn-default:hover, .btn-primary:focus {background-color: #698096; border-color: #698096; color: #fff}

.btn .fa {margin-right: 5px;}

.card {border-radius: 0px;}
.card-img-top {border-top-right-radius: 0px; border-top-left-radius: 0px; object-fit: cover;}


/* Color boxes
-------------------------------------------------------------- */

/*COLORS
Blue: #698096; rgba(105, 128, 150, 1);
Grey: #464646; rgba(70, 70, 70, 1);
Red: #A51622; rgba(165, 22, 34, 1);
Brown: #695542; rgba(105, 85, 66, 1);
Tan: #BB843D; rgba(187, 132, 61, 1);
*/

.clickable {
    cursor: pointer;
}
.infoRow {
}

#uk-harvards {
	background: 
    /* top, transparent , faked with gradient */ 
    linear-gradient(
      rgba(105, 128, 150, .75), 
      rgba(105, 128, 150, .75)
    ),
    /* bottom, image */
    url(images/t6-2.jpg) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#harvard-types {
	background: 
    /* top, transparent , faked with gradient */ 
    linear-gradient(
      rgba(165, 22, 34, .75), 
      rgba(165, 22, 34, .75)
    ),
    /* bottom, image */
    url(images/t6-harvard-mk1-6198.jpg) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#pilot-stories {
	background: 
    /* top, transparent , faked with gradient */ 
    linear-gradient(
      rgba(187, 132, 61, .75), 
      rgba(187, 132, 61, .75)
    ),
    /* bottom, image */
    url(images/flying-at6-452.png) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#warbird {
	background: 
    /* top, transparent , faked with gradient */ 
    linear-gradient(
      rgba(105, 85, 66, .75), 
      rgba(105, 85, 66, .75)
    ),
    /* bottom, image */
    url(images/portuguese-Harvard-6185.jpg) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.colorBox {
	
}

.colorBox h3 {color: #fff;}

.infoinner {margin: 20px;
	padding: 100px 20px;
height: 100%;	color: #fff;}


.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

// 20px gutter
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
// 10px gutter
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
// 0px gutter
.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
  padding-right: 0;
  padding-left: 0;
}


.searchToggle {
	padding: 5px 10px;
	background: #222;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999999;
}

.searchToggle .fa {color: #fff;}

.modal {z-index: 99999999;}

input#searchsubmit {
color:#fff;
background:#A51622;
font-family: 'oswald_stencil', sans-serif; text-transform: uppercase;
padding: 5px 10px;
}

input#s{
	padding: 5px;
	}

/* Mobile Queries
-------------------------------------------------------------- */

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) { 

	.inner-text {padding: 2rem}

	#info-top {padding: 3rem 1rem;}

	#info-top-img {min-height: 300px;}

	.left, .right {text-align: center;}

	header .btn {margin-bottom: 20px;}

	#logo img  {
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0;
		max-height: 150px;
	}   

	#contact {
		text-align: center;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



	.inner-text {padding: 3rem;}

	#info-top {padding: 3rem 0;}

	.left {text-align: left;}
	.right {text-align: right;}

	#logo img  {
		margin-left: 0px;
		margin-right: auto;
		padding: 10px 0;
		max-height: 150px;
	}   

	#contact {
		text-align: right;
		padding: 30px 0;
	}

	#contact p {padding: 0px; margin: 0px; font-size: 2rem;}
	 #contact p.lead {padding: 0px; margin: 0px; font-size: 3rem; font-weight: bolder;}

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  #menu-item-3774 a {
  background-color: #A51622 !important; color: #fff !important;
}

#menu-item-3774 a:hover {
  background-color: #464646 !important; color: #fff !important;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {  
}




/* Navigation Sub menu Caret
-------------------------------------------------------------- */

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:after {
  color: #fff;
  content: ' \f107' !important;
  font-family: FontAwesome;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover:after {
  color: #666;
  content: ' \f107' !important;
  font-family: FontAwesome;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:only-child:after  {
  content: '';
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #222;
		padding: 10px 15px;
		width: 200px;		
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #999;
	text-decoration: none;
}

.sub-menu a:hover  {
	color: #fff;	
}	

.current-menu-item > a, .current-menu-parent > a {
	background: #000;	
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #fff;
	font-weight: bold;
}

.portfolio-piece img,
.portfolio-image img {max-width: 100%;}



@media (max-width:540px){
.portfolio-piece h4 {
font-size: .8em;}

.prev-next {margin-top: 15px; font-size: 18px;}
}


.prev-next {
font-size: 24px;
margin-top: 30px;
text-align: right;
}

.sidebar {margin-top: 40px;  padding: 20px; }


.widget {margin: 10px 0 30px;}

.admin-bar .navbar-fixed-top {
	margin-top: 30px;
}

.card {margin: 1rem 0;}

#glist .card {margin: 5px; border-color: transparent;}

#glist

/* =WordPress Core END
-------------------------------------------------------------- */