/*
Theme Name: 	Women 2.0
Description: 	Custom theme for Women 2.0 Conferences
Version: 		1.4
Author: 		Remedie Studio
Author URI: 	http://remediestudio.com
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

html, body {
	height: 100%;
}

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }


/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, input, textarea {
	color: #666;
	font-family: aktiv-grotesk-std;
	line-height: 1.5em;
}

h1 {
	margin: .5em 0 .75em 0;
	color: #000;
	font-size: 2.25em;
	font-weight: 100;
	line-height: 1.5em;
}
h2 {
	margin: 1em 0 .25em 0;
	font-size: 1.5em;
	font-weight: 600;
}
h3 {
	font-size: 1.125em;
	font-weight: 600;
	text-transform: uppercase;
}

a {
	color: #000;
	text-decoration: none;
}
#main a:visited {
	color: #666;
}
a:hover, #main a:visited:hover {
	color: #e63568;
}
a, a:hover {
	-webkit-transition: color 0.2s ease, background 0.2s ease;
	-moz-transition: color 0.2s ease, background 0.2s ease;
	-ms-transition: color 0.2s ease, background 0.2s ease;
	-o-transition: color 0.2s ease, background 0.2s ease;
	transition: color 0.2s ease, background 0.2s ease;
}

.button {
    display: inline-block;
    margin: 1em 0;
    background: #e63568;
    line-height: 1.25em;
}
.button a {
	display: block;
    padding: 0.5em 1em;
    background: #e63568;
    color: #fff !important;
    text-decoration: none !important;
}
.button.inactive a, .button.inactive a:hover {
	background: #000;
}
.button.small {
    font-size: 1em;
}
.button.medium {
    font-size: 1.3125em;
}
.button.large {
    font-size:2em;
}
.button.feat {
	display: block;
	margin: -15px -15px 15px -15px;
	text-align: center;
	border: 15px solid #e63568;
	border-top: none;
}
.button.feat a {
	background: #fff;
	color: #e63568 !important;
}
.button.feat a:hover {
	background: #e63568;
	color: #fff !important;
}
.button i {
	margin-right: .5em;
}

body.page article a, body.single article a {
	text-decoration: underline;
}

img, iframe {
	max-width: 100%;
}
img {
	height: auto;
}

.embed-container {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body {
	background: #f5f5f5;
}

header {
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #e63568;
}
body.admin-bar header {
	top: 32px;
}
#logo {
	float: left;
	display: block;
	width: 135px;
	height: 35px;
	margin: 20px 0 0 20px;
	background: url(img/women2-sf-conf.png);
	background-repeat: no-repeat !important;
	text-indent: -9999px;
}
body.page-template-page-city-meetup-php #logo {
	background: url(img/women2-city-meetup.png);
}
body.job-board #logo {
	background: url(img/women2-jobs.png);
}

nav ul, nav li {
	z-index: 400;
}

header nav {
	display: block;
	float: right;
	margin: 0 15px 0 0;
}
header nav > ul > li {
	float: left;
	margin-left: 5px;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 80px;
}
header nav > ul > li:first-child {
	margin-left: 0;
}
header nav a {
	display: block;
	padding: 5px;
	color: #fff;
}
header nav > ul > li > a {
	padding: 0 5px;
}
header nav .tickets, header nav .tickets a {
	background: #e63568;
	color: #fff;
}
header nav > ul > li.tickets a {
	padding: 0 10px;
}
.tickets a:hover, .button a:hover {
	background: rgb(229,53,104);
	background: -moz-linear-gradient(top,  rgba(229,53,104,1) 0%, rgba(206,48,93,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,53,104,1)), color-stop(100%,rgba(206,48,93,1)));
	background: -webkit-linear-gradient(top,  rgba(229,53,104,1) 0%,rgba(206,48,93,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,53,104,1) 0%,rgba(206,48,93,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,53,104,1) 0%,rgba(206,48,93,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,53,104,1) 0%,rgba(206,48,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53568', endColorstr='#ce305d',GradientType=0 );
}
header nav li.social.first {
	margin-left: 15px;
}
header nav li.social a {
	background: #333;
	padding: 5px;
	color: #fff;
	font-size: 1.5em;
	border-radius: 3em;
}
header nav li.social a:hover {
	background: #e63568;
}
header nav li.social.hidden {
	display: list-item;
	opacity: 0;
}
.sub-menu {
	display: none;
}
header .sub-menu {
	position: absolute;
	left: -5px;
	top: 80px;
	width: 150px;
	background: #fff;
	line-height: 1.25em;
	border: 1px solid #e5e5e5;
}
header .sub-menu a {
	padding: 5px 10px;
}
li.active > .sub-menu {
	display: block;
}
#nav-toggle {
	display: none;
}

.hidden {
	display: none;
}

#search {
	z-index: 600;
	position: absolute;
	top: 25px;
	right: 20px;
}
input[type="search"], input[type="text"], input[type="password"], input[type="email"], textarea {
	border: 1px solid #bbb;
}
#search input[type="search"] {
	width: 165px;
	margin-right: 5px;
	padding: 2px 5px;
}
#search .button, input[type="submit"] {
	background: #e63568;
	color: #fff;
	border: none;
}
#search input:focus {
	outline: none;
}
#search i {
	position: absolute;
	top: 5px;
	left: -35px;
	padding: 5px;
	color: #737b7d;
	font-size: 1em;
	cursor: pointer;
}
nav .search-mobile {
	display: none;
}

#search-mobile {
	display: none;
}

#content {
	margin-top: 80px;
	padding: 20px;
}

.wrapper {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#content .wrapper {
	max-width: 1300px;
}
#main {
	margin-right: 320px;
	background: #fff;
}
#main > div {
	overflow: hidden;
}
#main > article > div, #main > div, aside > ul {
	padding: 15px;
}

figure.slideshow, figure.static {
	width: 100%;
	height: 270px;
}
figure.static {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.ls-wp-container {
	overflow: hidden;
}

.ls-container {
	padding: 0 !important;
}
.ls-container h1 {
	width: 90% !important;
	padding: 15px !important;
	color: #fff;
	text-shadow: 0 0 5px #000000;
	white-space: normal !important;
}
#main > .featured-posts {
	padding: 0;
}


aside {
	float: right;
	width: 300px;
	background: #fff;
}
aside.alt {
	display: none;
}

.city-aside {
	margin-top: 30px;
}

.widget_ssba_widget {
	margin: -15px;	
}
.ssba {
	padding: 15px;
	border-bottom: 1px solid #E63568;
}
.ssba > div {
	text-align: center !important;
}
.ssba img {
	padding: 5px !important;
}

.featured-links {
	margin: 30px -15px -15px -15px;
	padding: 0 15px;
	border-bottom: 1px solid #E63568;
}
.featured-links .button {
	display: block;
	margin: 0 0 15px 0;
}

.widget_fergcorp_countdown_timer_widget {
	margin: 15px -15px -15px -15px;
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #E63568;
	font-weight: 600;
}
.fergcorp_countdownTimer_event_time {
	text-transform: capitalize;
}
.widget_fergcorp_countdown_timer_widget a {
	display: block;
	font-size: 1.15em;
	color: #E63568;
}
.widget_fergcorp_countdown_timer_widget a:hover {
	color: #000;
}

body.events-list tr td:first-child {
	min-width: 100px;
}

.image-grid li {
    display: table-cell;
    float: left;
    margin-left: 0;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;    
}
.grid-5 li {
    height: 100px;
    width: 18%;
    margin: 1%;
}
.image-grid li * {
    vertical-align: middle;    
}
.image-grid img {
    max-width: 95%;
    width: auto;
    max-height: 95%;
    height: auto;
}

.image-left li {
    clear: both;
    margin-left: 170px;
    margin-bottom: 1em;
    list-style-type: none;
}
.image-left li img {
    float: left;
    width: 150px;
    height: auto;
    margin-left: -170px;
    margin-bottom: 1em;
}
.image-left li br {
    display: none;
}

.anchor {
	position: relative;
	display: block;
	top: -95px;
	visibility: hidden;
}

.tiles li {
	float: left;
	width: 20%;
	margin-left: 0;
	list-style-type: none;	
}
.tiles li > p {
	font-size: 0.85em;
	line-height: normal;
}
.tiles li img {
	display: block;
	width: 100%;
	height: auto;
}
.tiles li .info {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	border: 5px solid #ce305d;
}
.tiles li:hover .info {
	display: block;
	text-align: center;
}
.tiles li:hover .info div {
	display: table;
	width: 100%;
	height: 100%;
}
.tiles li:hover .info div div {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}
.tiles li > p {
	padding: 0 10px;
	overflow: hidden;
}

hr.pink {
	height: 15px;
	background: #e63568;
	border-top: none;
	margin: 1em -15px;
}

.more-link {
	display: none;
}

.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}

article {
	overflow: hidden;
}
article p, article ul, article ol {
	margin-bottom: 1em;
}
article ul li {
	margin-left: 2em;
	list-style-type: disc;
}
article ol li {
	margin-left: 2em;
	list-style-type: decimal;
}

.col li {
	float: left;
	list-style-type: none;
	margin-left: 0;
}
.c2 li {
	width: 50%;
}
.c3 li {
	width: 33.33%;
}
.c4 li {
	width: 25%;
}
.c5 li {
	width: 20%;
}
.c6 li {
	width: 16.6%;
}

.col img {
	width: 100%;
	height: auto;
}
.col.logos img {
	display: block;
	width: auto;
	height: auto;
	max-height: 90px;
	margin: 0 auto;
	padding: 20px;
}
.col.logos img.lg {
	max-height: none;
	padding: 20px 5px;
}
.col.logos img.md {
	max-height: 100px;
	padding: 15px;
}
.col.prizes li {
	padding:15px;
}
.col.prizes img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

.meta {
	color: #838383;
	font-size: 0.75em;
	text-transform: uppercase;
}
.meta li {
	margin-left: 0;
	list-style-type: none;
}
.meta a {
	text-decoration: none !important;
}
.tags {
	height: 1.5em;
	overflow: hidden;
}


.feature {	
	overflow: hidden;
	min-height: 270px;
}

.summaries li:first-child {
	padding-top: 0;
}
.summaries li {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}
.summaries li:nth-last-child(2) {
	border-bottom: none;
}
.summaries .meta:first-child {
	margin-bottom: .75em;
	line-height: 1em;
}
.summaries .tags {
	margin-bottom: .75em;
}
.attachment-thumbnail {
	float: left;
	width: 90px;
	height: auto;
}
.summaries article > div {
	margin-left: 105px;
}
.summaries h2 {
	margin: 0;
}
.summaries p {
	margin-bottom: 0;
}
.summaries em {
	font-style: normal;
	color: #686868;
}
.page-nav li {
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 600;
}

.pw-widget {
	margin: 30px 0;
}

article .attachment-large, article .attachment-full {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.author-bio {
	clear: both;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f5f5f5;
}
.author-bio p {
	margin-left: 105px;
}

.yarpp-related {
	clear: both;
	padding: 1em 0;
	border-top: 1px solid #f5f5f5;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: none !important;
}

.meetup-team {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.meetup-team li {
	float: left;
	margin-right: 10px;
	max-width: 149px;
	list-style-type: none;
}
.meetup-team li:last-child {
	margin-right: 0;
}
.city-chooser {
	position: relative;
	min-height: 210px;
	margin: -15px -15px 15px -15px;
	padding: 30px;
	background: rgb(229,53,104);
	background: -moz-linear-gradient(top,  rgba(229,53,104,1) 0%, rgba(206,48,93,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,53,104,1)), color-stop(100%,rgba(206,48,93,1)));
	background: -webkit-linear-gradient(top,  rgba(229,53,104,1) 0%,rgba(206,48,93,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,53,104,1) 0%,rgba(206,48,93,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,53,104,1) 0%,rgba(206,48,93,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,53,104,1) 0%,rgba(206,48,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53568', endColorstr='#ce305d',GradientType=0 );
	color: #fff;

}
.city-chooser h3 {
	margin: 0 0 1em 0;
	font-size: 2.625em;
	font-weight: 100;
	line-height: 1em;
	text-transform: none;
	color: #fff;
}
ul.meetup-cities {
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px 0;
	list-style: none;
	background: rgba(255,255,255,0.8);
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 5px;
}
ul.meetup-cities li {
	padding: 0 10px;
}
ul.meetup-cities:hover, ul.meetup-cities:hover li {
	background: #fff;
}
ul.meetup-cities a {
	display: block;
}

.agenda-title {
	border-bottom: 1px solid #C2C2C2;
}
.agenda-title span {
	padding-right: 0.25em;
	font-size: 2em;
	line-height: 1.5em;
	color: #e63568;
}
.agenda-list > li {
	margin-left: 0;
	padding: 15px;
	list-style-type: none;
}

.agenda-list > li:nth-child(even) {
	background: #F7F7F7;
}

.agenda-list h2 {
	font-weight: 400;
}
.agenda-list h2 a {
	text-decoration: none !important;
}
.agenda-list h2 i {
	margin-left: 10px;
}
.agenda-list a i.fa-minus-circle, .agenda-list h2 a i.fa-plus-circle {
	display: none;
}
.agenda-list h2 a i.fa-info-circle, .agenda-list h2 a:hover i.fa-plus-circle, .agenda-list a.active i.fa-minus-circle {
	display: inline-block;
}
.agenda-list h2 a:hover i.fa-info-circle, .agenda-list a.active:hover i.fa-plus-circle, .agenda-list a.active i.fa-info-circle {
	display: none !important;
}
.agenda-people li {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: 600;
}
.agenda-list li iframe {
	height: 75px;
	overflow: hidden;	
}
.rating-title {
	float: left;
	margin: 1.2em 1em 0 0;
}
#yasr_visitor_votes {
	margin: 1em 0;
}
#yasr_visitor_votes strong {
	display: block;
}
.yasr-total-average-text-small, .yasr-total-average-text, .yasr_schema {
	display: none;
}

div.bigstars .rateit-range
{
    /*White*/
    background: url('img/stars32.png') left 0px !important; 
}

div.bigstars .rateit-hover
{
    /*red*/
    background: url('img/stars32.png') left -74px !important; 
}

div.bigstars .rateit-selected
{
    /*Gold*/
    background: url('img/stars32.png') left -37px !important; 
}

.pitch-intro {
	line-height: normal;
}
.pitch-intro li:first-child {
	width: 40%;	
}
.pitch-intro li:last-child {
	width: 60%;
}
.pitch-title {
	margin: 0 0.1em 0 0;
	font-size:5em;
	font-weight:100;
	line-height:0.9em;
	color:#e63568;
}

h2.banner {
	margin: 1em -15px;
	padding: 15px;
	background: #E63568;
	font-size: 1.75em;
	font-weight: 100;
	color: #fff;
}

.links-out li {
	margin: 0.5em 0;
}

.eb-embed-wrap {
	width: 100%;
	height: 800px;
}

footer {
	margin-top: 50px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}
footer .wrapper {
	padding: 30px 45px;
}
footer nav li {
	float: left;
	margin: 1em 1.5em 0 0;
}

@media screen and (min-width:1000px) {
	
	.eb-embed-wrap {
		height: 550px;
	}

	
}

@media screen and (min-width:1200px) {
	header nav > ul > li {
		font-size: 1em;
		margin-left: 10px;
	}
}


@media screen and (max-width:980px) {
	
	#main {
		margin-right: 270px;
	}
	aside {
		width: 250px;
	}
	
}

@media screen and (max-width:1000px) {
	
	header nav {
		display: none;
		float: none;
		position: absolute;
		top: 80px;
		right: 0;
		width: 200px;
		margin: 0;
		background: #000;

	}
	header nav > ul {
		padding: 20px;
	}
	header nav > li, header nav > ul > li {
		float: none;
		margin: 0;
		line-height: 1em;
	}
	header nav a {
		padding: 10px 5px !important;
	}
	header nav .sub-menu {
		position: relative;
		top: auto;
		display: block;
		background: transparent;
		border: none;
	}
	header nav li.social.first {
		clear: left;
		margin-left: 0;
	}
	header nav .social {
		float: left;
		margin: 15px 10px 0 0; 
	}
	#nav-toggle {
		display: block;
		float: right;
		padding: 16px 20px;
		font-size: 3em;
		color: #fff;
		cursor: pointer;
	}
	#nav-toggle.active {
		color: #e63568;
	}
	
	nav .search {
		display: none;
	}
	
	#search-mobile {
		display: block;
	}
	li.mobile-search {
		margin: -15px -15px 20px -15px;
		padding: 30px 0;
		text-align: center;
		border-top: 1px solid #e63568;
	}
	
}

@media screen and (max-width: 782px) {
	
	body.admin-bar header {
		top: 46px;
	}
	
}

@media screen and (max-width:768px) {
	
	#main {
		margin-right: 0;
	}
	
	h1 {
		font-size: 1.5em;
	}
	.agenda-list h2 {
		font-size: 1.125em;
	}
	
	.ssba {
		border-top: 15px solid #E63568;
		border-bottom: none;
	}
	.widget_fergcorp_countdown_timer_widget, .featured-links {
		border-bottom: none;
	}
	
	.image-left li {
		margin-left: 0;
	}
	
	.image-left .attachment-thumbnail {
		display: inline;
		float: left;
		margin: 0 1em 0.5em 0;
	}

	.pitch-intro li {
		width: 100% !important;
	}
	.pitch-intro p {
		margin-right: 0;
	}

		
	aside {
		float: none;
		display: none;
		width: auto;
	}
	aside.alt {
		display: block;
	}
	
}

@media screen and (max-width:500px) {
	
	#content {
		padding: 0;
	}
	
	.attachment-thumbnail {
		display: none;
	}
	body.single .attachment-thumbnail {
		display: block;
	}
	.summaries article > div {
		margin-left: 0;
	}
	
	.agenda-title span {
		display: block;
	}
	.col li {
		width: 100% !important;
	}
	.tiles li {
		width: 50%;
	}
	.button.feat {
		font-size: 1.5em;
		border-top: 15px solid #ce305d;	
	}
	.more-link {
		display: block;
		text-align: center;
	}
	.more {
		display: none;
	}
	
	.tiles li > p {
		height: 160px;
	}
	
	.alignleft, .alignright {
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	.flash-sale-title br {
		display: none;	
	}	
}

@media screen and (min-width:500px) {


}

@media screen and (min-width:770px) {

	.pitch-intro li:first-child {
		font-size: 0.8em;
	}
	.tiles li > p {
		height: 420px;
	}

}

@media screen and (min-width:1000px) {

	.pitch-intro li:first-child {
		font-size: 0.9em;
	}
	.tiles li > p {
		height: 275px;
	}

}

@media screen and (min-width:1200px) {

	header nav > ul > li {
		font-size: 1em;
		margin-left: 10px;
	}
	.pitch-intro li:first-child {
		font-size: 1.25em;
	}
	.tiles li > p {
		height: 175px;
	}
	
}

@media screen and (min-width:1400px) {

	.pitch-intro li:first-child {
		font-size: 1.4em;
	}
	.tiles li > p {
		height: 160px;
	}

}


/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

	#logo {
		background: url(img/women2-sf-conf-2x.png);
		background-size: cover;
	}

}