/*
Theme Name: New York Works
Theme URI: //www.bellweather.design
Version: 1.0
Author: Bellweather + MANYFOLD
Author URI: //www.wearemanyfold.com
*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");
@import url("stylesheets/fonts.css");
@import url("stylesheets/responsive.css");

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft { float: left; }
.alignright { float: right; }

/* CSS Tweaks - 06/12/2017
-----------------------------------------------------------*/
body {
	font-size: 26px !important;
	line-height: 34px !important;
}

.single-industry #industry-links li:hover span {
	background-color: #39c2d7
}

.cta:hover {
	background-color: #39c2d7;
}

.post-1201 .section-title,
.postid-1201 .industry-index {
	display: none;
}

#executive-intro {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
	.hero-section .slide {
		height: 50vh;
	}
}