/*
Theme Name:         AWL (w/ Old Nav)
Theme URI:          http://themefortress.com/reverie/
Description:        Custom theme developed by Richir Outreach for Alaska Wilderness League
Version:            1.0.0
Author:            	Longleaf Digital
Author URI:         http://longleaf.io

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 

	*** This stylesheet loads only in DEV & TEST environments - not in LIVE ***
	
	This stylesheet will not be loaded by default.
	
	The main stylesheet in css/style.css and
  scss/style.scss.

-------------------------------------------------- */

/* This might be better converted to SCSS - doing it quick and dirty for the moment */
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { 
.page-id-18 .position-1, .page-id-18 .position-2, .page-id-18 .position-3,
.page-id-18 .position-4, .page-id-18 .position-5, .page-id-18 .position-6,
.page-id-18 .position-7, .page-id-18 .position-8, .page-id-18 .position-9 {
 height:200px;
}
 .page-id-18 .position-1, .page-id-18 .position-2, .page-id-18 .position-4, 
 .page-id-18 .position-5, .page-id-18 .position-7, .page-id-18 .position-8 {
   border-right:1px solid #94c9d6;
 }
 .page-id-18 .position-1, .page-id-18 .position-2, .page-id-18 .position-3,
 .page-id-18 .position-4, .page-id-18 .position-5, .page-id-18 .position-6 {
   border-bottom:1px solid #94c9d6;
 }
}

/*
	---------------------------------------------------------------------------- 
		Font updates
	---------------------------------------------------------------------------- 
*/

@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700,300);

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif !important;
}

body p {
	font-family: 'Lora', serif !important;
}

#nav .top-bar ul.right li a {
	font-family: 'Oxygen', sans-serif !important;
}

#nav .top-bar ul.right li.active a {
	font-weight: 600 !important;
	font-family: 'Oxygen', sans-serif !important;
}

.top-links .links li a,
.top-links .links li.donate a {
	font-weight: 600 !important;
}

/*
	---------------------------------------------------------------------------- 
		RO blog updates
	---------------------------------------------------------------------------- 
*/

.page-template-page-noHeaderText-php .featured-image img {
	height: 500px;
}

.single-post h1.entry-title {
	color: #2893ac;
	font-weight: bold;
}

.page-id-3001 .container .row {
	min-width: 100%;
}

.page-id-3001 .container .row .large-24.columns.entry-content {
	padding: 0;
}

a#read_more {
	font-size: 1.5rem;
	float: right;
}

div#author_information {
    margin-bottom: 2%;
    font-weight: bold;
    font-size: 1rem;
}

h2.teaser.entry-title {
	margin-bottom: 0%;
}

.teaser.entry-content {
	margin-bottom: 4%;
	line-height: 1.25rem;
}


#post_navigation {
	margin-bottom: 1%;
}

img.recent-post-thumbnail {
	height: 227px; 
}

.homepage-header-link {
	color: #008CBA;
}

.entry-author {
	background-color: #eeeeee;
}

.row.content.in-alaska {
	margin-top: 0%;
}

.in-alaska.heading {
	padding-top: 1.5rem;
	color: #2893AC;
	font-weight: bold;
}

hr.styled{
	border-top: 1px solid #2893AC;
}

.blue.heading {
	color: #2893AC;
	font-weight: bold;
}

/* Tag cloud section styles */

.tag-cloud-wrapper {
	margin-top: 6%;
}

.tag-cloud-heading {
	color: #2893AC;
	font-weight: bold;
}

a.tag-cloud-link {
	background-color: #f57b20;
    color: white;
    padding: 5px;
	display: inline-block;
    margin-top: 10px;
	font-family: 'Dancing Script', 'cursive';
}

#tag_cloud {
	margin-bottom: 5%;
}

/* adjustment for instagram logo in topnav */
.top-links .socmed .ig { background: url(https://s3.amazonaws.com/s3.alaskawild.org/foundation/img/instagram.png); }

div.signup-button {
	background-color: #f57b20;
	text-transform: uppercase;
	padding: 0.5rem 5rem;
	color: white;
	display: inline-block;
	width: 80%;
	text-align: center;
	margin-right: 25%;
	margin-left: 1rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

div.signup-button:hover {
	background-color: #008CBA;
}

.email.large-12.columns {
	padding-top: 3.25rem;
}

/*
	---------------------------------------------------------------------------- 
		Beaver Builder Special Template CSS
	---------------------------------------------------------------------------- 
*/

.beaver-builder-container {
	width: 100%;
}