
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}


a:active,
a:hover {
	outline: 0;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: hidden;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


h1{
	color:#1e2225;
	font-size:21px;
	font-family: 'Gotham-Ultra';
	line-height: 40px;
	
}

h2{
	font-family: 'Gotham-Ultra';
    font-size: 21px;
    color: #000;
    line-height: 4;
    text-transform: uppercase;
    margin-bottom: 19px;
	
}

h2{
	font-family: 'Gotham-Ultra';
    font-size: 21px;
    color: #000;
    line-height: 4;
    text-transform: uppercase;
    margin-bottom: 19px;
	
}

h3{
	font-family: 'Gotham-Ultra';
    font-size: 18px;
    color: #000;
    line-height: 4;
    text-transform: uppercase;
    margin-bottom: 19px;
	
}

h4{
	font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    color: #5f707d;
    line-height: 1.8;
    text-transform: none;
	
}

h5{
	font-family: 'Gotham-Bold';
    font-size: 16px;
    color: #000;
    line-height: 4;
    text-transform: uppercase;
    margin-bottom: 19px;
	
}

h6{
	font-family: 'Gotham-Bold';
    font-size: 16px;
    color: #000;
    line-height: 4;
    text-transform: uppercase;
    margin-bottom: 19px;
	
}

ul li{
	padding-bottom: 0;
    line-height: 26px;
    font-size: 18px;
	}

.comment-form input , .comment-form textara {
	border:1px solid #bccad5;
	margin-left:10px;
} 

.comment-form textarea {
    padding-left: 3px;
    width: 100%;
    border: 1px solid #bccad5;
    max-width: 500px;
    margin-left:10px;
}