/*
Theme Name: kathy fridstein

font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;

font-family: univia-pro, sans-serif;
font-weight: 400;
font-style: normal;

font-family: univia-pro, sans-serif;
font-weight: 500;
font-style: normal;

font-family: univia-pro, sans-serif;
font-weight: 600;
font-style: normal;

font-family: univia-pro, sans-serif;
font-weight: 700;
font-style: normal;	
	
*/


/* css for basic items---------------------------------------------------------------------------------------------------*/

html,body {
	width: 100%;
	}
body {
	padding: 0;
	margin: 0;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	background-color: #fff;
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
img {
	padding: 0;
	margin: 0;
	border: 0;
	}
a,
a:visited,
a:active {
	color: #be3a34;
	font-weight: 700;
	text-decoration: none;
	outline: none;
    transition: all 0.2s linear;
    }
a:hover {
	color: #666600;
	text-decoration: none;
	outline: none;
    transition: all 0.2s linear;
   	}
ul {
	padding: 0 0 35px 15px;
	margin: 0;
	list-style: url(images/bullet.png);
	}
ul li {
	padding: 0 0 10px 0px;
	margin: 0;
	float: none;
	}
ol {
	padding: 0 0 35px 15px;
	margin: 0;
	}
ol li {
	padding: 0 0 10px 0;
	margin: 0;
	float: none;
	}
p {
	padding: 0 0 25px 0;
	margin: 0;
	}
b,
strong {
	font-weight: 700;
	}
em {
	font-style: italic;
	}	
hr {
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	height: 1px;
	border: none;
	border-top: 1px solid #333333;
	}
h1 {
 	padding: 0 0 19px 0;
	margin: 0 0 0 0;
	font-family: univia-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 36px;
	line-height: 36px;
	color: #be3a34;
	text-transform: uppercase;
	}
	.news-page h1 {
		text-transform: inherit;
		}
	.news-page h4 {
		color: #666600;
		}
h2 {
 	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-family: univia-pro, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #be3a34;
	}
h3 {
 	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	font-family: univia-pro, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #be3a34;
	}
h4 {
 	padding: 0 0 38px 0;
	margin: 0 0 0 0;
	font-family: univia-pro, sans-serif;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	color: #444444;
	}

.content-container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 3% 0 3%;
	width: 94%;
	max-width: 1024px;
  	}
.desktop {
	display: inherit !important;
	}
.mobile {
	display: none !important;
	}
#mobile-logo,
#mainnav-navbar,
#mobilenav ul,
#mobilenav {
	display: none;
	}

/* -------------------------------------------------------------------------------------------------------------- */
/* css for header ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

header {
	position: fixed;
	width: 100%;
	top: 0; 
	height: 78px;
	z-index: 99999;
	transition: top 0.2s ease-in-out;
	background: #fff;
	}
	header .content-container {
		max-width: 1800px;
		}
	#logo {
		position: relative;
		float: left;
		margin-top: 22px;
		}
		#logo img {
			width: 100%;
			max-width: 243px;
			height: auto;
			}
	#mainnav {
		position: absolute;
		right: 0;
		top: 37px;
		height: 44px;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 1px;	
		}
		#mainnav ul {
			display: inline-block;
			margin: 0 20px 0 0;
			padding: 0;
			list-style: none;
			}
		#mainnav ul li {
			padding: 0 48px 0 0;
			float: left;
			}
			#mainnav ul li.lastnav {
				padding: 0 33px 0 0;
				}
		#mainnav ul li a {
			color: #666600;
			font-weight: 400;
			text-decoration: none;
			text-transform: uppercase;
			}
		#mainnav ul li.current-menu-item a,
		#mainnav ul li a:hover {
			color: #be3a33;
			}
	#subnav {
		position: relative;
		margin-top: 13px;
		height: 44px;
		font-size: 16px;
		line-height: 16px;
		color: #000;
		font-weight: 400;
		text-transform: uppercase;
		}
		#subnav ul {
			display: inline-block;
			margin: 0 20px 0 0;
			padding: 0;
			list-style: none;
			}
		#subnav ul li {
			padding: 0 40px 0 0;
			float: left;
			cursor: pointer;
			}
		#subnav ul li.current-menu-item,
		#subnav ul li:hover {
			color: #be3a33;
			}
		.sub-on {
			color: #be3a34;
			}

.project-navbar { 
	display: inherit;
	position: fixed;
	right: 2%;
	top: 18px;
	width: 40px;
	height: 40px;
	background: url(images/mobile-nav.png) no-repeat left 5% center;
	cursor: pointer;
	z-index: 99999;
	}
.projectnav {
	display: none;
	position: fixed;
	top: 78px;
	left: 0px;
	width: 100%;
	background-color: #aaa335;
	z-index: 99998;
	}
	.projectnav ul {
		display: inherit;
		margin: 15px 0 15px 0;
		padding: 0;
		list-style: none;
		}
	.projectnav ul li {
		padding: 0;
		float: none;
		}
		.projectnav ul li.lastnav {
			display: none;
			}
	.projectnav ul li a {
		padding: 12px 5% 12px 5%;
		display: inline-block;
		font-size: 18px;
		line-height: 22px;
		color: #fff;
		font-weight: 500;
		text-transform: uppercase;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for content ---------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.banner {
	margin: 0 0 35px 0;
	}	
	.banner img {
		width: 100%;
		height: auto;
		max-width: 1024px;
		}
.half-left {
	width: 48%;
	padding: 0 2% 0 0;
	float: left;
	}	
.half-right {
	margin: 3px 0 0 0;
	width: 50%;
	float: left;
	text-align: right;
	}	
	.half-right img {
		width: 100%;
		height: auto;
		max-width: 490px;
		}
.single-column {
	position: relative;
	margin: 105px 0 0 0;
	padding: 10px 0 0 0;
	width: 100%;
	}
	.single-column p {
		width: 75%;
		}
.two-column {
	clear: both;
	position: relative;
	margin: 95px 0 0 0;
	padding: 10px 0 30px 0;
	width: 100%;
	}
	.no-pad {
		margin: 0;
		}
	.two-column .col1 {
		margin-top: 14px;
		width: 33%;
		padding-right: 6%;
		float: left;
		}
		.two-column .col1 img {
			width: 100%;
			height: auto;
			max-width: 332px;
			}
	.two-column .col2 {
		margin-top: 5px;
		width: 55%;
		padding: 0 5% 42px 0;
		float: left;
		}
		


/* -------------------------------------------------------------------------------------------------------------- */
/* css for about ------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

.about-kathy h1 {
 	padding: 5px 0 16px 0;
	}
.about-kathy h2 {
 	padding: 0 0 20px 0;
	}
.event {
	margin: 0 0 45px 0;
	display: none;
	}
	.event p {
		padding: 0 0 10px 0;
		}
	.event a {
		font-weight: 400;
		}	
	.event ul {
		padding: 20px 0 15px 70px;
		}
	.event ul li {
		padding: 0 0 10px 0;
		line-height: 22px;
		}
	.event-title {
		color: #666600;
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 15px 0;
		padding: 11px 50px 10px 15px;
		cursor: pointer;
		background-color: #e6e8e7;
		background-image: url(images/event-arrow-down.png);
		background-repeat: no-repeat;
		background-position: right 22px center;
		}
	.event-title-on {
		background-image: url(images/event-arrow-up.png);
		}
	.event-footnote {
		padding: 20px 0 11px 60px;
		}
.cv-col1 {
	padding: 0 4% 0 15px;
	width: 12%;
	float: left;
	min-height: 1px;
	}
.cv-col2 {
	width: 80%;
	float: left;
	}

/* -------------------------------------------------------------------------------------------------------------- */
/* css for news ------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.post {
	margin: -4px 0 165px 0;
	}
	.post img {
		margin-top: 7px;
		width: auto;
		height: auto;
		max-width: 1024px;
		}
	.post p {
		width: 100%;
		}
	.post h1 {
		padding: 0 0 8px 0;
		}
.post-div,
.post-next,
.post-prev {
	display: inline-block;
	}

/* -------------------------------------------------------------------------------------------------------------- */
/* css for contact ---------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.contact h1 {
	margin-top: -3px;
	text-transform: inherit;
	}
.contact h2 {
	padding: 10px 0 35px 0;
	color: #444444;
	font-weight: 400;
	line-height: 36px;
	}
.contact h3 {
	padding: 0 0 25px 0;
	color: #444444;
	font-weight: 400;
	line-height: 30px;
	}
.contact-info {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #be3a34;
	}	
	.contact-info img {
		margin-top: 5px;
		}
.contact-col1 {
	padding: 0;
	width: 26%;
	float: left;
	}
.contact-col2 {
	padding: 0;
	width: 74%;
	float: right;
	text-align: right;
	}
	.contact-col2 p {
		width: 100%;
		}
	.contact-col2 img {
		width: 100%;
		height: auto;
		max-width: 749px;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for projects --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.grid {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 2% 0 2%;
	width: 96%;
	text-align: center;
	}
	.grid-adjust {
		margin: 135px -2% 0 -2%;
		}
		.grid-item {
			display: inline-block;
			width: 30.6%;
			margin: 0 1% 35px 1%;
			color: #444;
			text-align: center;
			font-size: 14px;
			line-height: 18px;
			transition: all 0.4s linear;
			}
			.grid-item a {
				color: #444;
				font-weight: 400;
				}
			.grid-item img {
				width: 100%;
				height: auto;
				max-width: 570px;
				}
		.grid-button {
			text-transform: uppercase; 
			cursor: pointer; 
			color: #444;
			}
	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for carousel --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.carousel-wrap {
	margin: 115px auto 0px auto;
	padding: 0 3% 0 3%;
	max-width: 1800px;
	}
.carousel-header {
	margin-top: -35px;
	z-index: 99999;
	}
	.carousel-title {
		float: left;
		}
		.carousel-title span {
			color: #be3a34;
			}
	.carousel-nav {
		padding-right: 3%;
		float: right;
		}
		.carousel-nav a {
			font-weight: 400;
			font-size: 12px;
			color: #444444;
			}
		.carousel-nav a:hover {
			color: #be3a34;
			}
.carousel {
	position: relative;
	margin: 0 auto 0 auto;
	}
	.carousel a {
		font-weight: 400;
		}
.counter {
	margin-top: -3px;
	font-size: 14px;
	text-align: right;
	}
.caption {
	margin-top: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
	font-weight: 500;
	}	
.cat {
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #666600;
	}	

.home-pic {
	width: 100%;
	float: right;
	text-align: center;
	margin: 0 0 75px 0;
	max-height: 850px;
	height: auto !important;
	}
	.home-pic img {
		max-width: 1534px !important;
		width: 100% !important;
		height: auto !important;
		}

.full-width .port-pic-wide img,
.full-width .port-pic img {
	width: 100%;
    height: auto;
    max-width: none;
    max-height: 72vh;
    object-fit: contain;
	}
.home-pic img {
	width: 100%;
    height: auto;
    max-width: none;
    max-height: 78vh;
    object-fit: contain;
	}
	
/* Mobile portrait and landscape ----------- */
@media only screen 
and (max-height : 1020px) {

/*
	.full-width img {
		width: auto !important;
		max-height: 565px !important;
		transition: all 0.2s linear;
		}
	.home-pic img {
		width: auto !important;
		max-height: 585px !important;
		transition: all 0.2s linear;
		}
*/		
}

/* Mobile portrait and landscape ----------- */
@media only screen 
and (max-width : 1200px) {

/*
	.full-width img {
		width: 90% !important;
		max-height: auto !important;
		transition: all 0.2s linear;
		}
	.home-pic img {
		width: 100% !important;
		max-height: auto !important;
		transition: all 0.2s linear;
		}
*/

}

.carousel-inner {
	position: relative;
	}


.home-title {
	position: absolute;
	left: 0%;
	top: 37%;
	color: #666600;
	font-family: univia-pro, sans-serif;
	font-size: 18px !important;
	line-height: 20px !important;
	z-index: 99999;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	}
.port-text {
	width: 23%;
	margin: 20px 2% 0 3%;
	float: left;
	text-align: left;
	}
	.port-bg {
		margin: 20px 2% 0 0 !important;
		width: 26% !important;
		background: #fff;
		}
	.port-text h2 {
		font-weight: 500;
		color: #333333;
		font-size: 26px;
		}
.port-pic {
	width: 69%;
	float: right;
	text-align: center;
	margin: 0 3% 0 0;
	}
	.port-pic img {
		width: 100%;
		max-width: 1245px;
		height: auto;
		}
.port-pic-wide {
	width: 94%;
	float: right;
	text-align: center;
	margin: 0 3% 0 3%;
	}
	.port-pic-wide img {
		width: 100%;
		max-width: 1650px !important;
		height: auto;
		}
.full-width {
	width: 100%;
	margin: 0 0 0 0;
	}
	.full-width img {
		width: 100%;
		max-width: 1700px;
		height: auto;
		}
.carousel-control.left {
	top: 45% !important;
	left: 0 !important;
	}
.carousel-control.right {
	top: 45% !important;
	right: 0 !important;
	}
.carousel-control.home-right,
.carousel-control.home-left {
	top: 45% !important;
	}
.carousel-control.home-right img,
.carousel-control.home-left img {
	max-width: 37px !important;
	max-height: 37px !important;
	width: 37px !important;
	height: 37px !important;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for forms ------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

form,
#mc_embed_signup_scroll,
#mc_embed_signup {
	padding: 0 !important;
	margin: 0 !important;
	}
input[type='email'],
input[type='text'] {
	padding: 0 0 0 5px !important;
	margin: 0 20px 8px 0 !important;
	height: 30px !important;
	width: 100% !important;
	max-width: 217px !important;
	border-radius: 0 !important;
	border: 1px solid #bcbcc6 !important;
	outline: none !important;
	background: #fff !important;
	font-family: proxima-nova, sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 16px !important;
    line-height: 16px !important;
	color: #666600 !important;
	}
input[type='submit'] {
	padding: 0 25px 0 10px !important;
	margin: 3px 0 10px 0 !important;
	width: 77px !important;
	height: 22px !important;
	border-radius: 0 !important;
	border: 1px solid #be3a34 !important;
	background: #fff !important;
	font-family: proxima-nova, sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
    font-size: 14px !important;
    line-height: 14px !important;
	text-align: left !important;
	color: #be3a34 !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
    transition: all 0.2s linear !important;
	}
input[type='submit']:hover {
	border: 1px solid #B3c72c !important;
	color: #B3c72c !important;
    transition: all 0.2s linear !important;
	}
::placeholder {
	font-size: 16px !important;
    line-height: 16px !important;
	color: #666600 !important;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for footer ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#footer {
	position: relative;
	padding: 0px 0 30px 0;
	margin: 0 auto;
	font-size: 12px;
	line-height: 19px;
	color: #444444;
	text-align: center;
	}
	#footer .content-container {
		max-width: 1800px;
		}

	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for misc items --------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

.indent-pro,
.indent {
	margin-top: -8px;
	margin-bottom: 10px;
	padding-left: 40px;
	}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}
.alignright {
	margin: 5px 0 10px 15px;
	float: left;
	}
.alignleft {
	margin: 5px 15px 10px 0;
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}



/* Mobile portrait and landscape ----------- */
@media only screen 
and (max-width : 1925px) {

.grid {
	padding: 0 3% 0 3%;
	width: 94%;
	}

}


/* Mobile portrait and landscape ----------- */
@media only screen 
and (max-width : 1620px) {

.home-title {
	font-size: 16px;
	line-height: 26px;
	}

}


/* Mobile portrait and landscape ----------- */
@media only screen 
and (max-width : 1120px) {

	#mainnav ul li {
		padding: 0 15px 0 15px;
		}

.project-with-no-text .carousel-control.left {
	left: -2% !important;
	}
.project-with-no-text .carousel-control.right {
	right: -2% !important;
	}

.home-title {
	font-size: 14px;
	line-height: 23px;
	}

}


/* Mobile portrait and landscape ----------- */
@media only screen 
and (max-width : 1000px) {

	#logo {
		margin-top: 31px;
		}
	#logo img {
		max-width: 217px;
		}
	#subnav,	
	#mainnav {
		font-size: 15px;
		letter-spacing: 0px;	
		}
	#mainnav ul li {
		padding: 0 9px 0 9px;
		}
	.contact-col1 {
		width: 100%;
		float: none;
		}
	.contact-col2 {
		width: 100%;
		float: none;
		text-align: left;
		}
.grid-item {
	float: none;
	width: 100%;
	}		

}


/* Mobile portrait and landscape ----------- */
@media only screen 
and (max-width : 768px) {

body {
	font-size: 15px;
	line-height: 22px;
	}
.nav-down {
	top: 0px !important;
	}
h1 {
	font-size: 25px;
	line-height: 32px;
	}
h2 {
	font-size: 18px;
	line-height: 22px;
	}
h3 {
	font-size: 15px;
	line-height: 17px;
	}
h4 {
	font-size: 15px;
	line-height: 17px;
	}
p {
	padding: 0 0 20px 0;
	}
.desktop {
	display: none !important;
	}
.mobile {
	display: inherit !important;
	}
.content-container {
	padding: 0 5% 0 5%;
	width: 90%;
  	}
header {
	height: 78px;
	}	  	
#logo {
	margin-top: 25px;
	}
#mainnav,
#subnav {
	display: none;
	}
#mobile-navbar { 
	display: inherit;
	position: fixed;
	right: 2%;
	top: 18px;
	width: 40px;
	height: 40px;
	background: url(images/mobile-nav.png) no-repeat left 5% center;
	cursor: pointer;
	z-index: 99999;
	}
#mobilenav {
	display: none;
	position: fixed;
	top: 78px;
	left: 0px;
	width: 100%;
	background-color: #aaa335;
	z-index: 99998;
	}
	#mobilenav ul {
		display: inherit;
		margin: 15px 0 15px 0;
		padding: 0;
		list-style: none;
		}
	#mobilenav ul li {
		padding: 0;
		float: none;
		}
		#mobilenav ul li.lastnav {
			display: none;
			}
	#mobilenav ul li a {
		padding: 12px 5% 12px 5%;
		display: inline-block;
		font-size: 18px;
		line-height: 22px;
		color: #fff;
		font-weight: 500;
		text-transform: uppercase;
		}
	#mobilenav ul li a:hover {
		color: #acf122;
		}
	.menu-item-28 a {
		color: #fff !important;
		}
.event-title {
	font-size: 14px;
	line-height: 18px;
	}
.single-column p {
	width: 100%;
	}
.half-left,
.two-column .col1 {
	width: 100%;
	padding: 0 0 10px 0;
	float: none;
	}
.half-right,
.two-column .col2 {
	width: 100%;
	padding: 0 0 10px 0;
	float: none;
	text-align: left;
	}
	.two-column .half-right img {
		/* display: none; */
		}
.post {
	margin: 0 0 40px 0;
	}
	.post img {
		width: 100%;
		height: auto;
		}
.contact-col2 img {
	display: none;
	}		
.contact h2 {
	font-size: 16px;
	line-height: 26px;
	}
.contact h3 {
	font-size: 16px;
	line-height: 26px;
	}
.contact-info {
	font-size: 16px;
	line-height: 26px;
	}	
.grid {
	margin: 0 auto;
	padding: 0 2% 0 2%;
	width: 96%;
	}
	.grid-adjust {
		margin: 93px 0 0 0;
		}
	.grid-item {
		display: block;
		width: 100%;
		margin: 0 0 35px 0;
		}
.carousel-wrap {
	padding: 0 5% 0 5%;
	}
.carousel-header {
	margin: -30px 0 0 0;
	z-index: 99999;
	}
	.carousel-title {
		float: none;
		}
	.carousel-nav {
		float: none;
		}
.carousel {
	padding: 0 5% 0 5%;
	width: 90%;
	min-height: auto;
	}
.caption {
	font-size: 12px;
	line-height: 17px;
	color: #444444;
	}		
.port-text {
	width: 90%;
	margin: 30px 5% 0 5%;
	float: none;
	}
.port-pic {
	width: 84%;
	float: none;
	}
.carousel-control.left {
	top: 45% !important;
	}
.carousel-control.right {
	top: 45% !important;
	}
.home-title {
	position: relative;
	padding: 10px 0 10px 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	}
.carousel-control.home-right,
.carousel-control.home-left {
	top: 40% !important;
	}
.mobile-projects {
	position: relative;
	margin: 20px 0 0 0;
	}	
.mobile-projects .caption {
	text-align: center;
	margin: 0 0 40px 0;
	}
.mobile-projects img {
	width: 100%;
	height: auto;
	}
.cv-col1 {
	width: 20%;
	}
.cv-col2 {
	width: 68%;
	}
.indent-pro {
	margin-top: -8px;
	margin-bottom: 10px;
	padding-left: 0px;
	}
		
#footer {
	padding: 30px 0 30px 0;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	}

}