/*
Theme Name: Fortune Media Kit
Theme URI: http://fortunemediakit.com
Author: Miika Grady and Natalie Ryan
Author URI: http://fortunemediakit.com
Description: Advertising website for FORTUNE magazine
Tags: fortune magazine, advertising, media kit
Text Domain: advertising
Version: 1.0
*/


@import url("mediakit.css");
@import url("js/mmenu/mmenu.css");
@import url("print.css");


/* CUSTOM PLUG IN STYLES - overrides and edits 
============================================================================ */

/* ***** Site navigation - more css in separate mmenu.css file ****** */
 
#menu2-wrap { height: 0; overflow: hidden; }

.mm-is-menu * { 
	font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif; 
 	font-size: 15px;
	font-weight: normal;
	}
	
.mm-is-menu li > a, 
.mm-is-menu li > span { line-height:40px; color:#fff; }
		
.mm-is-menu li > a:hover { color: #a9a9a9; }

.mm-menu a.mm-subopen:after, .mm-menu a.mm-subclose:before { 
	border-color: rgba(255, 255, 255, 0.9);
	}

.mm-is-menu em { color: #999; }


/* ****** BxSlider Pro Plug-in custom styles ****** */

#slider3 .bx-wrapper img,
#slider2 .bx-wrapper img {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

#slider3 .bx-wrapper .bx-viewport,
#slider2 .bx-wrapper .bx-viewport,
#slider1 .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	border: none; 
	left: 0; 
}

#slider3 .bx-caption { 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}

#slider1 .bx-caption { 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
 	bottom: 0; /* 7% */
}

#slider1 .bx-caption span { 
	font-family: 'millerdisplayitalic', times, georgia, serif;
	font-size: 28px;
	font-weight:normal;
	line-height: 36px;
	margin:5px 10px;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	#slider1 .bx-caption span { 
		font-size: 20px;
		line-height: 28px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	#slider1 .bx-caption { 
 		bottom: 0;
	}
	#slider1 .bx-caption span { 
		bottom: 0%;
		font-size: 17px;
		line-height: 24px;
	}

}

@media only screen and (max-width: 479px) {
	#slider1 .bx-caption { 
 		bottom: 0;
	}
	#slider1 .bx-caption span { 
		bottom: 0%;
		font-size: 13px;
		line-height: 18px;
		margin: 0%;
	}
}


/* ******* Toggle custom style ******* */

h3.toggle a:link,
h3.toggle a:visited { color: #000; }

h3.toggle a:hover,
h3.toggle a:active { color: #008ed8; }
	
article h3.toggle {
	background-image: url(img/toggle.png);	
	background-position: -9px -12px;
	background-repeat: no-repeat;
	font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif; 
	font-size: 20px;
	line-height: 24px;
	margin: .75em 0 0;
	padding: .25em 0 .25em 28px;	
}

article h3.toggle em { 
	font-family:'HelveticaNeueW01-56It'; 
	font-size: .8em;
	font-style: normal; 
	font-weight: normal; 
}

article h3.toggle-active { 
	background-color: #f9f9f9;
	background-position: -156px -159px; 
}

article h3.toggle-active a { color: #008ed8; }

article h3.toggle-active a:hover { color: #0b5484; }

article h3.toggle strong { 
	font-family: 'HelveticaNeueW01-75Bold'; 
	font-weight: normal; 
}

article .toggle-box { 
	background-color: #f9f9f9;
	margin: 0 0 20px 0; 
	padding: 0 20px 0 28px; 
}

article .toggle-box p strong { 
	font-family: 'HelveticaNeueW01-75Bold'; 
	font-weight: normal; 
}

.toggle-box img { 
	display: inline; 
	float: left; 
	padding: 0 20px 10px 0; 
}


/* ***** video carousel (not currently used) ***** */

.wistia_embed {
	border: 0; 
	display: block; 
	margin: 0; 
	padding: 0; 
}





