.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.fab {
font-size: 18px;
line-height: 45px;
}

.margin-bottom {
	margin-bottom: 20px;
}

p {
	line-height: 1.6;
}

a {
text-decoration: none;
color: #222;
}

a:hover {
text-decoration: none;
color: #3078a7;
}

p a {
    color: #3078a7;
    text-decoration: underline;
}

a:hover {
text-decoration: none;
color: #000;
}


body {
	
font-family: 'Open Sans', sans-serif;
font-weight: 200;
margin:0;
color: #222;
}

.bold {
	font-weight: 800;
}

body.home {
background:url(../images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

h4 {
font-family: 'Open Sans', sans-serif;
font-weight: 200;
font-size: 14px;
color: #222;
}

header {
position: fixed;
z-index: 999;
right: 0; 
left: 0;
background: rgba(255,255,255,.8);
height:50px;
/*border-bottom: 1px solid #f4f4f4;*/
box-shadow: 0px 0px 10px #eee;
}

header h1 a {
font-family: 'Poiret One', sans-serif;
font-size: 26px;
font-weight: 600;
float: left;
color: #074166;
text-decoration: none;
padding-top:12px;
text-transform: uppercase;
}

header h1 a:hover {
color: #3078a7;
}

.active {
text-decoration: none;
color: #3078a7;
}

header nav {
float: right;
}

header nav a {
display: inline-block;
color: #222;
text-decoration: none;
font-size: 14px;
margin-right: 30px;
}

#logo {
padding: 0 0 0 30px;
}

.head {
padding-bottom: 30px;
padding-top: 55px;
font-style: italic;
text-align: center;
}

.container {
margin: 0 auto;
width: 100%;
}

.sub a {
margin-right:0px;
}
.sub-2 a {
margin-right:0px;
}

.sub-2-cont {
margin-right:50px;
text-align: right;
}

.divide a:hover {
color: #222;
}

nav ul {
background: rgba(255,255,255,.0);
list-style:none;
padding:0 20px;
margin:0;
height: 50px;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
color:#222;
display:block;
padding:0px 10px;
text-decoration:none;
float: left;
height: 50px;
line-height: 50px;
}

nav ul li:hover {
color:#01548a;
}

nav ul li:hover > ul {
display:block;
}

ul .sub-2 {
display: inline-block;
}

nav ul ul {
background: rgba(255,255,255,.5);
border-top: 1px solid #d7d7d7;
padding:0;
display:none;
width: 100%;
position: absolute;
top: 50px;
left: 0px;
font-style: italic;
}


/*WORKS*/

.lg-outer .lg-image {
margin-top: 5%;
}

#srcset {
padding-top: 60px;
margin:auto;
text-align: left;
}

.thumb {
float: none;
margin: 1%;
height: auto;
width: 17%;
display: inline-block;
}

.lg-outer .lg-thumb-outer {
background-color: #fff;
}

.lg-outer .lg-thumb-item {
border: none;
}

.lg-backdrop {
background: #fff;
}

.lg-sub-html, .lg-toolbar {
background: rgba(255,255,255,.0);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
background: rgba(255,255,255,.0);
top: 40%;
}

.lg-outer .lg-toogle-thumb {
display: none;
}

.lg-outer .lg-image {
padding-bottom: 10%;
}

.lg-sub-html h4 {
font-weight: 600;
font-size: 13px;
color: #222;
text-transform: uppercase;
}

.lg-sub-html p {
font-size: 11px;
padding-bottom: 10px;
}

.lg-outer .lg-img-wrap {
padding-bottom: 100px;
}

.button {
	background: #3078a7;
	color: #fff;
	padding: 10px 30px;
}

.button:hover {
	background: #185781;
	color: #fff;
}


/*PRESS*/

.full-width {
	width:100%;
	padding-top:50px;
}

.press-img {
	width: 100%;
	display: inline-block;
}
.thumb-press {
width: 15%;
margin:2%;
float: none;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 18px;
}

.thumbnails-press {
margin:auto;
text-align: center;
padding-top: 40px;
}

figcaption {
	padding-top: 15px;
}

.press-head {
font-size:24px;
font-weight:400;
padding-top:70px;
padding-bottom:3px;
text-align:left;
margin-left: 10%;
}

.line-cont-press {
text-align: left;
margin-left:10%;
}

/*CONTACT*/

.header {
/*font-family: 'Cormorant Infant', serif;*/
text-transform: uppercase;
font-size:24px;
font-weight:400;
padding-top:70px;
padding-bottom:3px;
text-align:left;
margin:auto;
width:50%;
}

.freecontactformmessage {
text-align:center;
padding-bottom:10px;
}

.required {
font-size: 14px;
font-family: 'Open Sans', sans-serif;
}

.form-wrapper {
width:500px;
margin:0 auto;
padding-top: 60px;
}

.row {
margin:20px 0px;
width: 500px;
}

.cell {
margin-bottom: 7px;
width: 100%;
}

.row label {
text-align: left;
}
.sub-cont {
margin: auto;
text-align: right;
}

input[type=text] {
padding:10px;
border:1px solid #e5e5e5;
background: #fff;
width:500px;
}

textarea {
padding:10px;
background: #fff;
border:1px solid #e5e5e5;
vertical-align: top;
resize  : none;
overflow: auto;
height:200px;
}

input, textarea, select button {
  width : 500px;
  margin: 0;

  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

input[type=submit] {
color: #074166;
font-size: 16px;
font-weight: 400;
padding:5px 25px; 
background:#fff; 
border:2px solid #074166;
cursor:pointer; 
width: 150px;
}

input[type=submit]:hover {
border: 2px solid #3078a7;
color: #3078a7;
}

.row label {
font-weight: 200;
}

.thank-you {
text-align: center;
font-size: 25px;
padding-bottom: 50px;
padding-top: 150px;
}

.received {
text-align: center;
}


/* ABOUT */

.about {
margin-left: 5%;
margin-right: 5%;
font-size: 14px;
line-height: 1.4;
padding-bottom: 25px;
}

.artist-statement {
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 25px;
	font-size: 20px;
	font-style: italic;
	padding-top: 110px;
}

.about-head {
margin-left: 5%;
margin-right: 5%;
padding-bottom: 25px;
font-size: 20px;
font-style: italic;
}

.statement {
font-style: italic;
}

.about li {
padding-top: 10px;
font-style: italic;
}

.text img {
float:right;
height: 420px;
margin-left: 30px;
}

/*ERROR*/

h1.error {
	font-size: 20px;
    text-align: center;
    padding-top: 100px;
}

/*RESPONSIVE*/

@media (max-width: 528px) {
	
	.row {
    margin: 20px 0px;
    width: 250px;
	}

	input[type=text] {
	width: 250px;
	}

	.form-wrapper {
    width: 250px;
	}
	
	textarea {
		width: 250px;
	}
}

@media (max-width:548px) {

	nav ul {
		background: rgba(255,255,255,.5);
		padding:0;
    	margin-top: 11px;
	}

	nav ul li a {
		padding: 0px 8px;
	}
	nav ul ul {
		top:90px;
	}
	header h1 a {
		font-size: 30px;
		float:none;
	}
	.lg-actions .lg-next, .lg-actions .lg-prev {
		display: none;
	}

	h1#logo {
		text-align: center;
		padding:10px 0 0 0;
	}
	header nav {
    text-align: center;
    float:none;
	}
	
	#srcset {
		padding-top: 100px;
	}

	.sub-2-cont {
    margin-right: 0px;
    text-align: center;
	}
	.thumb {
		width: 47%;
	}	

	.head {
		padding-top:80px;
	}
}

@media (max-width: 668px) and (min-width: 530px) {
		.lg-outer .lg-imgage {
    padding-bottom: 30%;
	}
	
	.row {
    margin: 20px 0px;
    width: 350px;
	}

	input[type=text] {
	width: 350px;
	}

	.form-wrapper {
    width: 350px;
	}
	
	textarea {
		width: 350px;
	}
}

@media (max-width: 770px) and (min-width: 548px) {
	.thumb {
		width: 30%;
	}
}

@media (max-width: 668px) {
	
	header nav a {
	margin-right:0px;
	}	
	.sub-2-cont {
    margin-right: 20px;
	}
	.thumb-press {
		width:45%;
	}
	
}



