/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* increase body copy font size */
p {
	margin-bottom: 1.5em;
	font-size: 1.1rem;
}

/* make the header navigation easier to read */
.primary-navigation {
	float: right;
	margin: .5em;
}

.main-navigation-menu {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}

.main-navigation-menu a {
	display: block;
/* font-family: 'Raleway', Tahoma, Arial; */
	font-size: 15px;
	font-size: 1rem;
	font-weight: bold;
	padding: .95em;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/* slightly increase the site logo */
.site-branding .custom-logo {
	margin: .3em 1em 0 0;
	padding: 0;
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* add a logo to the top nav header */
/* BEFORE Changes: RTO1
li#menu-item-2273 {
	background: url("http://news.fitnyc.edu/wp-content/uploads/2016/07/fit-logo-site-header.jpg");
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	max-width: 550px;
	color: #404040;
	padding-left: 50px;
}
li#menu-item-2273 a {
	color: #404040;
}
*/
/* Live Changes: RTO1 */
li#menu-item-2273 {
	background: url("//www.fitnyc.edu/images/assets/top-menu-logo.jpg");
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	max-width: 250px;
	color: #404040;
	padding-left: 0;
	margin-left: 10px;
	padding-right: 50px;
}

li#menu-item-2273 a {
	color: #404040;
}

/* Pushed the image/logo over to the right without impacting image placment */
li#menu-item-82 {
	padding-right: 5px;
	margin-right: 225px;
}

/* slighly increase depth of homepage slider */
.post-slider .zeeslide .slide-image {
	float: left;
	width: 100%;
	height: auto;
	max-width: 2500px;
	max-height: 600px;
	vertical-align: top;
}

/* increase width of widget title border and give it a bit of styling */
.widget-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 0 solid #fff;
}

.widget-header {
	border-bottom: 4px solid #cecece;
}

.widget-title a:hover {
	color: #717171;
}

/* style new slider */
element.style {
	max-height: 500px;
	opacity: 1;
}

.huge_it_slideshow_image_wrap_1 {
	background: #ffffff;
	border-width: 0;
	border-color: #ffffff;
	border-radius: 0;
}

.huge_it_slideshow_image_wrap_1 {
	height: 480px;
	width: 1280px;
	max-width: calc(100% - 0px);
	position: relative;
	display: block;
	text-align: center;
	clear: both;
	float: none;
	margin: -40px auto;
	border-style: solid;
	border-left: 0 !important;
	border-right: 0 !important;
	opacity: 0;
}

.site-content {
	padding-top: 1em;
/*    padding-top: 3em; */
	background: #fff;
}

/* need bigger font for event info */
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	float: none;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	font-size: 120%;
}

/* too much space between title and date...let's fix it */
.tribe-events-schedule {
	margin: 0;
}

#li.tribe-events-nav-previous {
	display: none;
}

/* calendar pop up title size */
.page-title, .entry-title {
    display: inline;
    margin: 0;
    padding: 0;
    color: #404040;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 30px;
    /*font-size: 1.2rem;
     font-family: 'Raleway', sans-serif; */
}

/* calendar widget link color 
.tribe-mini-calendar div[id*='daynum-'] a {
	
	display: block;
	text-decoration: none;
	padding: 5px 0 15px;
	position: relative;
}

.huge_it_slideshow_title_text_1.tribe-mini-calendar .tribe-events-has-events a {
	color: #fff;
	padding: 5px 0 15px;
} */