/*
	Theme Name: Presso - Child
	Theme URI: http://envirra.com/themes/presso
	Author: envirra
	Author URI: http://envirra.com
	Description: Magazine WordPress Theme
	Version: 1.0
	
	License: GPL
	License URI: http://www.gnu.org/licenses/gpl.html‎
	Tags: black, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready, photoblogging
	Text Domain: envirra
	Template: presso
*/

@import url("../presso/style.css");

body {
	background-size: 100% 100%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.label-small {
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

.partners-list h4 {
	font-weight: 400;
}


/******************************************************************************/
/* Alphabetical Search */
/******************************************************************************/

.alpha-search {
	margin: 10px 0;
	cursor: pointer;
}

.alpha-search a {
	line-height: 1.4;
	font-family: Oswald, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #999;
	display: inline-block;
	padding: 4px;
	transition: color 200ms, background-color 200ms;
}

.alpha-search a.active,
.alpha-search a:hover,
.alpha-search:hover a.active:hover {
	text-decoration: none;
	background: #ddd;
	color: #333;
}

.alpha-search:hover a.active {
	color: #999;
	background: none;
}



/******************************************************************************/
/* Partners Categories Sidebar */
/******************************************************************************/

.categories-sidebar {
	text-transform: uppercase;
}

.categories-sidebar h4 {
	font-weight: 400;
}

.categories-sidebar ul {
	list-style: none;
	padding: 0;
}

.categories-sidebar li {
	font-family: Oswald, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.categories-sidebar li a {
	color: #999;
}

.categories-sidebar li a.active {
	color: #000;
}

.categories-sidebar li {
	border-top: solid 1px #999;
	padding-top: 10px;
	margin-top: 10px;
}

.categories-sidebar li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}



/******************************************************************************/
/* SBIA Partners Snippet */
/******************************************************************************/
.partner-snippet {
	margin-bottom: 50px;
	padding-bottom: 15px;
	border-bottom: solid 1px #bbb;
}

.partner-snippet-body {
	margin-left: 120px;
}

.partner-snippet-body .heading a {
	font-weight: 600;	
	font-style: italic;
	border-bottom: solid 1px #999;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #333;
	display: block;
}

.partner-snippet-body a:hover {
	text-decoration: none;
}

.partner-snippet-body .know-more {
	text-align: right;
}

.partner-snippet-body .know-more a {
	color: #999;
	display: block;
}

.partner-snippet .partner-logo {
	float: left;
}

.partner-snippet .partner-logo .logo {
	border: solid 1px #999;
	border-radius: 2px;
	padding: 10px;
	display: block;
}


.partner-single .partner-logo {
	max-height: 125px;
	margin: 10px 0;
	width: auto;
}



/******************************************************************************/
/* Pagination */
/******************************************************************************/

.sbia-pagination {
	font-size: 1.75rem;
	font-weight: 600;
	color: #999;
	text-align: right;
}

.sbia-pagination .arrow {
	font-weight: 1600;
	font-size: 2.5rem;
}

.sbia-pagination a {
	color: #999
}

.sbia-pagination span.current {
	color: #333
}

/******************************************************************************/
/* Brand Snippet */
/******************************************************************************/

.brand-logo .background {
	width: 360px;
	height: 200px;
	border-bottom: solid 1px #333;
	display: block;
	background-size: cover;
	position: relative;
}

.brand-logo .logo {
	max-width: 340px;
	max-height: 180px;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.brand-logo .logo img {
	max-height: 100%;
	width: auto;
}



/******************************************************************************/
/* SBIA Header Elements */
/******************************************************************************/

.brand-header {
	background-position: center center;
	background-size: cover;
	width: 1140px;
	height: 440px;
	position: relative;
}

.brand-header .brand-name {
	position: absolute;
	left: 0;
	right: 0;
	height: 180px;
	background: rgba(0,0,0,0.4);
	color: #fff;
}

.brand-header .brand-name .text {
	font-size: 4rem;
	margin: 40px;
	font-family: Oswald, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.brand-header .brand-logo {
	width: auto;
	height: auto;
	max-width: 50%;
	max-height: 380px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.partner-header {
	background-position: center center;
	background-size: cover;
	width: 1140px;
	height: 180px;
	position: relative;
}

.partner-header .partner-name {
	position: absolute;
	left: 0;
	right: 0;
	line-height: 180px;
	color: #fff;
}

.partner-header .partner-name .text {
	font-size: 4rem;
	margin: 0 40px;
	font-family: Oswald, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 2px 1px rgba(0,0,0,0.2);
}



/******************************************************************************/
/* SBIA Tagline Element */
/******************************************************************************/

.sbia-subtitle {
	margin-bottom: 10px;
	padding: 10px;
	border-top: solid 1px #999;	
	border-bottom: solid 1px #999;
	font-style: italic;
	font-weight: 600;
	color: #333;
 }


/******************************************************************************/
/* SBIA Contact Lists */
/******************************************************************************/

.contacts {
	color: #999;
}

.contacts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-name {
	font-size:1.4em;
	color: #999;
	margin: 30px 0;
	text-transform: uppercase;
	font-family: Oswald, sans-serif;	
}

.contact-email a, 
.contact-website a {
	text-transform: uppercase;
	color: #999;
	font-weight: 600;
}

.contact-website a {
	font-weight: bolder;
}

.contacts .region-title {
	font-family: Oswald, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
}

.contacts .responsibility {
	color: #555;
	font-family: Oswald, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
}

.contacts .job-title {
	font-style: italic;
}

.phone-number-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.phone-number-list .description {
	font-weight: 600;
}






























