/*  
Theme Name: Robotics
Theme URI: http://www.sixhalfdozen.com/
Version: 2.0.0
Author: 6HD
Author URI: http://www.sixhalfdozen.com/
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}
@font-face {
    font-family: 'gotham_condensedmedium';
    src: url('font/gothamcondensed-medium-webfont.woff2') format('woff2'),
         url('font/gothamcondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .81em/150% "roboto",sans-serif;
	color: #4D4D4D;
	background: url('images/bg-footer.jpg') no-repeat bottom center;
	background-size: cover;
}
a {
	color: #29A8DF;
	text-decoration: none;
	outline: none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;	
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
p:last-child {
	margin: 0;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
iframe {
  max-width: 100%;
} 
/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	width: 978px;
	margin: 0 auto;
}

/* content */
#content {
	width: 100%;
	padding: 5% 0;
}/* content */
#content-home {
	width: 100%;
	padding: 50px 0;
}
#bg-white{
	background: #ffffff;
	min-width: 978px;
}
#bg-orange{
	background: #EE5A24;
	min-width: 978px;	
}
#bg-events{
	background: #EFEFEF;
	min-width: 978px;	
}
#bg-blue{
	background: #29A8DF  url('images/bg-menu.png') no-repeat bottom center;
	position: fixed; 
	width: 100%;
	min-width: 978px;
	z-index: 1001;
}
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 170px;
	padding: 0;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
    z-index: 1000;	
}
/* 
SITE LOGO
================================================ */
#site-logo {
	display: block;
    width: 20%;
    height: 120px;
	margin: 0px auto;
	background: url('images/logo.png') no-repeat center center;
	background-size: contain;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
#site-logo:hover {
	text-decoration: none;
}
#bg-blue.fixed #header{
	height: 70px;
}
#bg-blue.fixed #site-logo{
	background: none;
	height: 20px;
}
/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
	font-family: 'gotham_condensedmedium';
	font-size: 170%;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

/* main level link */
#main-nav a {
	color: #ffffff;
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
/* main level link :hover */
#main-nav a:hover {
	color: #EE5A24;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #EE5A24;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #EE5A24;
}

/************************************************************************************
TITLE
*************************************************************************************/

#bg-header-page{
	height: 470px;
	width: 100%;
	min-width: 978px;
	background: url('images/bg-header-page.jpg') no-repeat center center;
	background-size: cover;
}
/************************************************************************************
HOME PAGE
*************************************************************************************/
.home #bg-header-page{
	position: relative;
	height: 670px;
    width: 100%;
    min-width: 978px;
    background: none;
}
#slideshow { 
    margin: 0 auto; 
    position: relative; 
	height: 670px;
    width: 100%;
    min-width: 978px; 
    padding: 0; 
}

#slideshow > div { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
}
#slideshow .slide1{
	height: 670px;
	width: 100%;
	min-width: 978px;
	background: url('images/bg-header-home.jpg') no-repeat center center;
	background-size: cover;	
}
#slideshow .slide2{
	height: 670px;
	width: 100%;
	min-width: 978px;
	background: url('images/bg-header-home2.jpg') no-repeat center center;
	background-size: cover;	
}
#slideshow .slide3{
	height: 670px;
	width: 100%;
	min-width: 978px;
	background: url('images/bg-header-home3.jpg') no-repeat center center;
	background-size: cover;	
}


#bg-orange-transparent{
	background: url('images/bg-orange.png') repeat top left;
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 0;
	min-width: 978px;	
	color: #ffffff;
	z-index: 1000;
}
#bg-orange-transparent .left{
	width: 30%;
	font-size: 20px;
	text-align: right;
}
#bg-orange-transparent .right{
	width: 65%;
}


.home-page-main-content{
	padding: 0 0 50px;
}
.home-page-main-content .left{
	width: 35%;
}
.home-page-main-content .right{
	width: 60%;
}
.featured-home-post-image{
	width: 100%;
	padding-bottom: 100%;
	margin: 0 0 25px 0;
}


#events-home, .home-posts{
	padding: 50px 0;
}
#events-home ul{
	margin: 25px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#events-home ul li{
	width: 30%;
	margin: 0 3% 0 0;
	padding: 0;
	float: left;
}
#events-home ul li:last-of-type{
	margin: 0;
}
.event-date{
	margin: 0 0 25px 0;
	color: #29A8DF;
	font-size: 48px;
	line-height: 50px;
	text-transform: uppercase;
}
#events-home a{
	font-weight: bold;
	padding: 0 0 25px 0;	
	color: #4D4D4D;
	display: block;
}


.home-post{
	margin: 50px 0;
}
.home-post:last-of-type{
	margin: 50px 0 0;
}
.home-post .left{
	width: 70%;
}
.home-post .right{
	width: 25%;
}
.home-post-title{
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 25px 0;
}
.featured-home-post-block-image{
	width: 100%;
	padding-bottom: 40%;
}
.home-post:nth-child(2n+2) .left{
	float: right;
}
.home-post:nth-child(2n+2) .right{
	float: left;
}


.home-member-posts{
	padding: 50px 0 0 0;
	overflow: hidden;
}
#custom-members{
	margin: 50px 0 0 0;
	padding: 0;
}
.home-member-post{
	margin: 0 75px;
	width: 30%;
	padding: 0;
	float: left;
}
.featured-home-post-block-image-member{
	width: 100%;
	padding-bottom: 100%;
}
/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	color: #ffffff;
	padding: 300px 0px 50px 0;
    font-size: 400%;
    line-height: 50px;
	font-family: 'gotham_condensedmedium';
}
.page-title div{
	background: url(images/bg-logo-title.png) no-repeat center center;
	width: 100px;
	height: 100px;
	background-size: contain;
	display: block;
	margin: -25px 25px 0 0;
	float: left;
}
.title-gray{
	border-bottom: 1px solid #4D4D4D;
	text-transform: uppercase;
	font-size: 25px;
}
.title-gray span{
	background: #4D4D4D;
	color: #ffffff;
	padding: 5px 10px;
    line-height: 42px;
}
/************************************************************************************
CONTACT US
*************************************************************************************/
#contact-wrap ul{
	margin: 5% 0 0 0;
	padding: 0;
	list-style-type: none;
}
#contact-wrap ul li{
	width: 47.5%;
	margin: 0 5% 5% 0;
	float: left;
	padding: 0;
}
#contact-wrap ul li:nth-child(2n+2){
	margin: 0 0 5% 0;
}
.orange-text{
	color: #EE5A24;
	font-size: 20px;
	line-height: 25px;
}
.grey-button{
	background: #4D4D4D;
    color: #ffffff;
    padding: 5px 10px;	
}
.grey-button:hover{
	text-decoration: none;
	background: #29A8DF;
}
/************************************************************************************
MEMBERS
*************************************************************************************/
#members-list-wrap{
	padding: 2% 0;
}
#members-page .orange-text{
	padding: 2% 0 ;
}
#members-list-wrap .left, #members-list-wrap .right{
	width: 47.5%;
}
.co-chairs{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.co-chairs li{
	width: 47.5%;
	margin: 0 5% 5% 0;
	float: left;
	padding: 0;	
}
.co-chairs li:nth-child(2n+2){
	margin: 0 0 5% 0;
}
.co-chair-image{
	width: 100%;
    padding-bottom: 120%;
}
/************************************************************************************
COMMITTIE
*************************************************************************************/
.fivepercents{
	padding: 5% 0;
}
.featured-member-post-image{
 	width: 60%;
    padding-bottom: 60%;
    margin: 5% auto;
}
#committee-wrap{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#committee-wrap li{
	float: left;
	width: 44%;
	padding: 0 5% 5% 0;
	margin: 0;
	border-right: 1px solid #4D4D4D;
	border-top: 1px solid #4D4D4D;
	min-height: 630px;
}
#committee-wrap li:first-of-type, #committee-wrap li:nth-child(2){
	border-top: none;
}
#committee-wrap li:nth-child(2n+2){
	padding: 0 0 5% 5%;
	border-right: none;
}
/************************************************************************************
EVENTS
*************************************************************************************/
#content-full-width{
	padding: 25px 0 40px 0;
}
.tribe-events-back, .tribe-events-cost, .tribe-events-divider, .tribe-events-sub-nav, .ecs-all-events, .tribe-events-event-image{
	display: none!important;
}
.tribe-events-single-event-title{
    margin: 0 0 15px!important;
    padding: 0;

    color: #EE5A24;
    text-transform: uppercase;
    font-size: 20px!important;
    line-height: 120%!important;
    font-weight: bold;
}
.tribe-events-schedule h2{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
.single-tribe_events .tribe-events-event-meta {
    background: transparent!important;
    border: none!important;
    margin: 15px 0 0 0!important;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group{
	padding: 0 3% 0 0!important;
}
.single-tribe_events .page-title{
	margin: 0;
}
.tribe-events-notices {
    background: #0E4559!important;
    border: none!important;
    color: #FFFFFF!important;
    margin: 0 0 15px!important;
    padding: 8px 35px 8px 14px;
    text-shadow: none!important;
    -webkit-border-radius: none!important;
    border-radius: none!important;
}
.shd-event-list{
	margin: 0!important;
	list-style-type: none!important;
}
.shd-event-list li{
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
}
.ecs-event-list{
	margin: 0!important;
	list-style-type: none!important;
}
.ecs-event-list li{
	padding: 1% 0;
	margin: 0;
	clear: both;
}
.ecs-event-list li:nth-child(odd){
	
}
.ecs-event .entry-title{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	float: right;
	width: 50%;
}
/*
.tribe-events-single-event-description a{
	font-family: "museo-slab",serif;
	color: #206E8A;
	padding: 5px 15px;
	border: 1px solid #206E8A;
	text-decoration: none;	
}
.tribe-events-single-event-description a:hover{
	border: 1px solid #000000;
	color: #000000;
}
*/
.ecs-event-date{
	text-transform: uppercase;
}
/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 2% 0;
	clear: both;
}

/* footer text */
.footer-text {
	font-size: 90%;
	clear: both;
	color: #ffffff;
	background: url(images/bg-logo-title.png)no-repeat top left;
	background-size: contain;
}
.footer-text div{
	padding:  2% 0 2% 10%;
}
.footer-text span{
	font-size: 150%;
}
.news-section {
	padding: 25px 0;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
}
.news-section div{
	background: url(images/image-news.png) no-repeat center center;
	width: 25px;
	height: 25px;
	background-size: contain;
	display: block;
	float: left;
}
.news-section a{
	color: #ffffff;	
    display: block;
    width: 35%;
    margin: 0 auto;	
}
.news-section a:hover{
	color: #29A8DF;
	text-decoration: none;
}
/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }