/*
Theme Name: FW Acquisition - NEW
Description: Themed to match Drupal donation pages.
Author: Kara Pally
Version: 1.0
Tags: blogging, blog, minimal, white, two column, page templates, serif, classic, wordpress, free theme, bootstrap
License: Attribution-NonCommercial-ShareAlike 3.0 Unported
License URI: http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

/*==================================THEME INTRODUCTION==================================

SECTIONS (Not organized in any particular order, but this will help you skip to sections by using the 'Command (Ctrl on Windows) + F' method to navigate): 

1. Import External Stylesheets
2. Import External Fonts
3. Structure
4. Links
5. Main Typography
6. Header 
7. Navigation
8. Post
9. Sidebar
10. Captions
11. Buttons & Forms
12. Single Post
13. Comments
14. Footer
15. Viewport Modifications
16. Widget Fixes
17. Fluid Video Embeds



/*==================================
IMPORT EXTERNAL STYLESHEETS=========
==================================*/

@import url("css/bootstrap.min.css");
@import url("css/reset.css");

/*==================================
IMPORT EXTERNAL FONTS===============
==================================*/

@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);

@font-face {
    font-family: 'GandhiSerifRegular';
    src: url('fonts/GandhiSerif-Regular-webfont.eot');
    src: url('fonts/GandhiSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Regular-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Regular-webfont.svg#GandhiSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSerifItalic';
    src: url('fonts/GandhiSerif-Italic-webfont.eot');
    src: url('fonts/GandhiSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Italic-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Italic-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Italic-webfont.svg#GandhiSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSerifBold';
    src: url('fonts/GandhiSerif-Bold-webfont.eot');
    src: url('fonts/GandhiSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Bold-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Bold-webfont.svg#GandhiSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Entypo';
    src: url('fonts/entypo.eot');
    src: url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo.woff') format('woff'),
         url('fonts/entypo.ttf') format('truetype'),
         url('fonts/entypo.svg#GandhiSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*==================================
STRUCTURE===========================
==================================*/

body.custom-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  	background-size: cover;
}

.container {
	/*padding: 0;
	margin-top: 0;
	background: #fff;*/
	background: rgba(0,0,0,0.4);
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.35);
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.15);
	overflow: hidden;
	margin: 0 auto 30px auto;
	padding: 30px 2% 4% 2.1%;
}

.content-sidebar {
	overflow: hidden;
	background: #fff;
	padding: 0;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px rgba(1,1,1,.15);
	-webkit-box-shadow: 0 1px 1px rgba(1,1,1,.15);
	box-shadow: 0 1px 1px rgba(1,1,1,.15);
}

#content {
	padding:20px 0 20px 20px;
}

#content-nosb {
	padding:20px;
}

#sidebar {
	overflow: hidden;
	background: #f3f3f3;
	border-left: 1px solid #ddd;
	padding: 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

#sidebar-bottom {
	overflow: hidden;
	background: #f3f3f3;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 20px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.form-left {
	float: left;
	padding: 0 40px 10px 0;
	width: 50%;
}

.vote {
	padding-bottom: 15px;
}

.vote span {
	font-family: 'Fjalla One', sans-serif;
	color: #111;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: none;
	line-height: 1.8em;
	font-size: 1.2em;
}

.vote label[for="3863_7320_3_3663_1"], .vote label[for="3863_7320_3_3663_2"] {
	padding: 0 0 0 10px;
}

#landing {
	margin-top: 0;	
}

.single-nav-container {
	padding: 20px 40px 0;
	background: #fff;
	opacity: .5;	
	-webkit-transition: all .55s ease-in-out;
	-moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
}

.single-nav-container:hover {
	opacity: .7;
}

.alignnone img {
	max-width: 100%;
}

.sb-bottom, .table-of-contents {
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 20px 20px 0 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.half-left {
	width:48%;
	padding-right:2%;
	float:left;
}

.half-right {
	width:48%; 
	padding-left:2%;
	float:left;
}

.zip-sm {
	width:60%;
}

.submit-sm {
	margin-left: 68%;
	margin-top: -60px;
	
}

#logo-bar {
	background-color: #363636;
	text-align: center;
	background-image: -webkit-linear-gradient(top,#444444,#222222);
	background-image: linear-gradient(to bottom,#444444,#222222);
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	padding: 5px 0;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 50px;
	height: 29px;
}

#logo-bar img {
	max-width: 160px;
	height: auto;
	max-height: 25px;
	width: auto;
}

/*==================================
LINKS===============================
==================================*/

a {
	color: #C94330;
	border-bottom: 1px solid #C94330;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

a:hover {
	color: #C94330;
	border-bottom: 1px solid #e3e3e3;
	background: #f1f1f1;
	text-decoration: none;
}

a:active {
	/*background: #333;
	color: white;*/
}


/*==================================
MAIN TYPOGRAPHY=====================
==================================*/

body {
	font-family: 'Noto Sans', sans-serif;
	color: #444;
	font-size: 15px;
	line-height: 22px;
}

strong {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}

em {
    font-family: 'Noto Sans', sans-serif;
}

p {
	line-height: 1.7em;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h5 {
	font-family: 'Roboto Slab', serif;
	color: #111;
	font-weight: 700;
	text-transform: none;
	border-bottom: none;
	margin: 5px 0 18px;
	line-height: 1.006em;
	text-transform: uppercase;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.5em;
	line-height: 1.4em;
}

h5, .h5 {
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform: none;
}

h6 {
	font-size: .8em;
}

.no-mar {
	margin: 10px 0 0 0;
}

blockquote {
	margin: 20px;
	border-left: 7px solid #ddd;
	padding: 8px 20px 8px;
}

blockquote p {
	/*font-family: 'GandhiSerifRegular', serif; */
	color: #111;
	font-size: 1em;
	line-height: 1.1em;
}

ul, ol {
	margin-bottom: 20px;
	margin-left: 40px;
}

li {
	margin-bottom: 10px;
	line-height: 1.5em;
}

ul ul, ol ol {
	margin-left: 20px;
}

ul ul li, ol ol li {
	margin: 10px 0;
}

ol ol li {
	list-style: lower-latin;
}

::selection {
	background: #fff699;
	color: #333;
}

.alignright {
	display: block;
	float: right;
	margin-left: 10px;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 10px;
}

.aligncenter {
	display: block;
	text-align: center;
}

.table-of-contents a {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.1em;
	line-height: 26px;
	color: #111;
	text-decoration: none;
	border-bottom: none;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.table-of-contents a:hover {
	color: #C94330;
	text-decoration: none;
	border-bottom: none;
}

.entypo {
	font-family: 'Entypo';
	font-size: 6em;
}

.entypo a {
	color: #111;
	text-decoration: none;
	border-bottom: none;
}

.entypo a:hover {
	color: #C94330;
	background: none;
}

hr {
	border-bottom: 1px solid #ddd;
}

#copyright {
	clear: both;
	width: 280px;
	margin: 0 auto;
	color: white;
	text-align: center;
	font-size: 0.8em;
	font-family: 'Noto Sans', sans-serif;
}

#copyright a {
	color: white;
	border: none;
}

#copyright a:hover {
	color: white;
	border: none;
	background: transparent;
	text-decoration: underline;
}

a.tweet-button {
background-color: #49afcd;
background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
background-image: linear-gradient(top,#5bc0de,#2f96b4);
font-size: 16px;
padding: 10px 15px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
text-decoration: none;
border-radius: 4px;
border: 1px solid #cccccc;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

div.small p {
	font-size:.6em;
	margin-top: 60px;
}

/*==================================
HEADER==============================
==================================*/

header {
	padding: 0;
	/*border-bottom: 7px solid #ffec15;*/
	height: auto;
}

header h1 {
	text-align: center;
	text-transform: none;
}

.header-img {
	text-align: center;
}

#site-description {
	font-size: 1.2em;
	font-weight: 100;
	text-align: center;
	/* font-style: italic; */
}

#site-title {
	color: #333;
	border-bottom: none;
}

#site-title:hover {
	color: #111;
	background: transparent;
}

/*==================================
NAVIGATION==========================
==================================*/

#single-nav a {
	color: #333;
	opacity: 1 !important;
}

#single-nav a:hover {
	background: none;
	color: black;
	border-bottom: none;
}

nav {
	font-weight: bold;
	display: block;
}

nav a {
	border-bottom: none;
}

nav ul {
	text-align: center;
	margin: 0;
	display: block;
}

#menu li ul.sub-menu {
	display: none;
}

#menu li:hover ul.sub-menu {
	position: absolute;
	background: #f1f1f1;
	display: block;
	border-top: 3px solid #333;
}

#menu li:hover ul.sub-menu li {
	display: block;
	text-align: left;
	border-right: none;
}

#menu li:hover ul.sub-menu ul {
	display: none;
	text-align: left;
}

#menu li:hover ul.sub-menu li:hover ul {
    position: absolute;
	width: 100%;
	display: block;
	left: 100%;
	margin-top: -38px;
	border: 1px solid #e3e3e3;
	border-top: 3px solid #333;
}

nav li {
	display: inline-block;
	padding: 6px 15px;
	/*border-right: 1px solid #e3e3e3;*/
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	font-family: 'Fjalla One', sans-serif;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0 3px 10px 3px;
}

/*nav li:last-child {
	border-right: none;
}*/


nav li:hover {
	background: #e1e1e1;
}

nav li a:hover {
	border:none;
	background: transparent;
}

.nav-below {
	padding-top: 10px;
}

/*==================================
POST================================
==================================*/

.post-landing {
	margin-top: 20px;	
}

.post-title {
	border-bottom: 1px solid #ddd;
	line-height: 1.4em;
	text-transform: uppercase;
}

.title-link {
	color: #333;
	border-bottom: none;
}

.title-link:hover {
	background: transparent;
	border-bottom: none;
	color: black;
}

article img {	
	margin-bottom: 20px;
}

article .alignnone .wp-caption-text {
	margin-bottom: 20px;
}

article alignleft {
	margin-right: 20px;
	margin-bottom: 0;
}

article h3 {
	padding-bottom: 5px;
}

.meta {
	font-size: .8em;
	padding-top: 10px;
	padding-left: 0 !important;
	border-top: 2px dotted #e3e3e3;
}

.post-home .meta {
	padding-bottom: 10px;
	border-bottom: 2px dotted #e3e3e3;
}

.post-home:first-of-type {
	border-top: none;
	margin-top: 0;
}

.post-home {
	margin-top: 50px;
	border-top: 7px solid #e3e3e3;
}

.post-home .post-title {
	margin-top: 10px;
}

#post-single {
	padding-top: 20px;
}

.thank-you {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	color: #444;
	font-size: 1.3em;
	background: #c6dba1;
	padding: 10px 20px 8px 20px;
	border: 1px solid #a8bd82;
	margin-bottom: 20px;
}

.widget-img {
	text-align: center;
	padding-bottom: 20px;
}

.widget-img a, .widget-img a:hover, .widget-img img {
	border: none;
	background: transparent;
}

.widget-img img {
	margin: 10px 0;
}


/*==================================
SIDEBAR=============================
==================================*/

#sidebar h3, #sidebar-bottom h3 {
	/*text-transform: uppercase;
	color: #444;
	font-size: 1.5em;*/
	
	margin: 10px 0;
	color: #888888;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Noto Sans";
	font-weight: normal;
}

.widget {
	/*padding: 20px;*/
}

.sidebar-single {
	opacity: .5;
	-webkit-transition: all .55s ease-in-out;
	-moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
}

.sidebar-single:hover {
	opacity: 1;
}

.sidebar-logo a {
	border-bottom: none;
}

.sidebar-logo img {
	width: 80%;
}

/*==================================
CAPTIONS============================
==================================*/

.wp-caption {
	width: auto !important;
}

.wp-caption-text {
	margin-top: -20px;
	margin-bottom: 0;
	padding: 5px 0;
	background: #f1f1f1;
	text-align: center;
	font-size: .8em;
	font-style: italic;
	border: 1px solid #e3e3e3;
	border-top: none;
}

.wp-caption img {
	max-width: 100%;
	padding-bottom: 0;
}

/*==================================
BUTTONS & FORMS=====================
==================================*/

input[type="submit"], input[type="button"], input[type="reset"], a.btn {	
	background-image: -webkit-linear-gradient(top,#79cc59,#358a29);
	background-image: linear-gradient(to bottom,#79cc59,#358a29);
	border: 1px solid #8d8888;
	padding: 11px 15px;
	border-radius: 5px;
	color: white;
	background-color: #358a29;
	font-size: 17.5px;
	cursor: pointer;
	/*margin: 0 auto 20px auto;*/
	margin: 10px 0 20px 0;
	display: inline-block;
	font-weight: bold;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.btn:hover {
	/*background-color: #d94c22;*/
}

input[type="submit"].btn-green, input[type="button"].btn-green, input[type="reset"].btn-green, a.btn-green {	
	font-size: 16px;
	padding: 10px 15px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #cccccc;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #da4f49;
}

input[type="submit"].btn-green:hover, input[type="button"].btn-green:hover, input[type="reset"].btn-green:hover, a.btn-green:hover {
	/*background-color: #5B8360;*/
}


input[type="text"] {
	border: 1px solid #666;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429em;
	width: 95%;
	margin-bottom: 10px;
}

input[type="textarea"], textarea {
	vertical-align: top;
	border: 1px solid #666;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429em;
	width: 95%;
	height: 100px;
	margin-bottom: 10px;
}

/*===============CONTACT FORM */

.contact-form {
	width: 760px;
}

.contact-form label {
	font-weight: 700;
	text-transform: uppercase;
}

.contact-form label span {
	text-transform: none;
	padding-left: 10px;
	font-size: .8em;
	font-weight: 300;
	font-style: italic;
}

.contact-form input, .contact-form textarea {
	margin-top: 10px;
	margin-bottom: 25px;
	width: 100%;
}

.contact-submit input {
	width: inherit;
}

/*==================================
SINGLE POST=========================
==================================*/

.single-post-title {
	line-height: 1.4em;
	text-transform: uppercase;
	border-bottom: 7px solid #333;
}

.single-post-title h1 {
	margin: 20px 0 -7px	
}

.single-post-title .meta {
	border-top: none;
	text-transform: none;
	font-size: .8em;
	margin-top: 0;
	font-style: italic;
}

abbr[title], abbr[data-original-title] {
	border-bottom: none;
}

/* Speaker Box */

.speaker_box { 
	float: left; 
	width: 22.4%;
	margin: 0 7px -10px 7px; 
	overflow: hidden; 
	position: relative;
}

.speaker_box img { 
	width: 100%; 
	height: auto; 
}

.speaker_title { 
	position: absolute; 
	bottom: 40px;
	width: 100%; 
	background-color:rgba(0,0,0,0.6); 
	text-align: center; 
	padding: 10px 0 0 0; 
}

.speaker_title h3 { 
	color: #fff; 
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.5em; 
	margin: 0; 
	font-weight: normal; 
	opacity:10; 
	filter:alpha(opacity=100);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}

.speaker_title p { 
	color: #fff; 
	font-size: .9em;
	line-height: 1.1em;
	margin: 0 5px 5px 5px; 
	font-weight: normal; 
	opacity:10; 
	filter:alpha(opacity=100);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}


/*==================================
COMMENTS============================
==================================*/

#comments-wrap {
	border-top: 3px solid #333;
	padding-top: 20px;
}

#respond, .commentlist {
	padding: 20px 0;
	margin-top: 20px;
}

.commentlist {
	margin-left: 0;
}

.comment {
	list-style: none;
	margin-left: 0;
}

.comment-body {
	font-weight: 100;	
	border: 1px solid #dadada;
	padding: 10px;
	margin-bottom: 20px;
}

.comment-body p {
	padding: 10px;
	margin-bottom: 0;
}

.comment-meta {
	font-size: .8em;
	text-align: right;
	position: relative;
	top: -100%;
}

.comment-author {
	border-bottom: 3px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.commentlist > li.bypostauthor {
	border-left: 7px solid #ffec15;
}

.commentlist .children > li.bypostauthor > div {
	border-left: 7px solid #ffec15;
}

.reply {
	text-align: right;
}

#commentform textarea {
	width: 100%;
}

#commentform {
	width: auto;
}

/*==================================
FOOTER==============================
==================================*/

#footer-container {
	margin-top: 0;
	padding: 0;
	border-top: 1px solid #000;
}

footer {
	font-size: .8em;
	color: #888;
}

footer p {
	margin-bottom: 0;
}

.modal-footer {
	padding: 10px 15px 15px;
	margin-bottom: 0;
	background: #111;
	border-top: none;
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.logo {
	text-align:center;
}

.logo img {
	width:180px;
	padding-bottom: 15px;
}

.logo a {
	border-bottom: none;
}

.logo a:hover {
	background: none;
}

/*==================================
FREEPAC KENTUCKY====================
==================================*/

.speaker {
	width: 20.6%;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0 2% 4% 2%;
}
.speaker img {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
  	height: 100%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	-webkit-border-radius: 50%;
  	box-shadow: 0 0 0 5px #222;
  	background: #222;
}
.tix-title {
	margin: 10px 0;
	padding: 0;
	color: #222 !important;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Noto Sans";
	font-weight: normal;
}


/*==================================
VIEWPORT MODIFICATIONS==============
==================================*/

@media (min-width: 980px) and (max-width: 1199px) {
	.speaker {
		width: 20.4%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.container {
		/*padding: 0;*/
	}
	
	body {
		/*background: #fff !important;*/
	}
	
	.wp-caption-text {
		width: auto !important;
	}
	
	.speaker_box { 
		width: 30.2%;
	}
	.speaker {
		width:28.5%;
	}
}

@media (max-width: 767px) {
	body {
		padding: 0;
	}
	#sidebar {
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0;
	}
	#content {
		padding:20px;
	}
	.speaker {
		width:28.5%;
	}
}

@media (max-width: 653px) {
	body {
		padding: 0;
	}
	.speaker_box { 
		width: 29.9%%;
	}
	
	.gmap {
		display: none;
		visibility: hidden;
	}

}

@media (max-width: 480px) {
	.container {
		/*padding: 0;*/
	}
	
	body {
		/*background: #fff !important;*/
		padding: 0;
	}
	
	#logo-bar {
		margin-bottom: 20px;
	}

	.wp-caption {
		width: 100% !important;
		margin-bottom: 20px;
	}
	
	.wp-caption-text {
		width: auto !important;
	}
	
	.wp-caption img {
		width: 100%;
	}
	
	.form-left {
		width: 100%;
	}
	
	.half-left {
		width:100%;
		float:none;
		padding:0;
	}

	.half-right {
		width:100%; 
		float:none;
		padding:0;
	}
	
	.speaker_box { 
		width: 45.7%;
	}
	
	.gmap {
		display: none;
		visibility: hidden;
	}

	.speaker {
		width:45%;
	}
}

/*==================================
WIDGET FIXES========================
==================================*/

#searchform label {
	display: none;
}

#wpstats { 
	display: none;
}

/*==================================
FLUID VIDEO EMBEDS==================
==================================*/

.fve-video-wrapper.youtube {
	margin: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}