/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Basic Styles
================================================== */
body {
    /*background: url(../images/bg-repeat.png) repeat 0 0;;*/
    background: #F5F5F5;
   /* font: 18px/24px "proxima-nova", sans-serif;
    font-weight: 400;
    color: #3e3b39;*/
}

::-moz-selection .vv {
    background: #21836D;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #21836D;
    color: #fff;
    text-shadow: none;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    /*font-family: "proxima-nova", sans-serif;
    font-weight: 700;*/
    margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

/*h1 {
    font-size: 32px;
    line-height: 36px;
}

h2 {
    font-size: 22px;
    line-height: 26px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}*/

.subheader {
    color: #000;
}

p {
	font-family: "area-normal", Sans-serif;
	line-height: 1.3em;
    margin: 0 0 30px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #000;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #000;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #000;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #000;
}

hr {
    border: solid #000;
    border-width: 1px 0 0;
    clear: both;
    margin: 30px 0 30px;
    height: 0;
}

/* #Links
================================================== */
a, a:visited {
    color: #21836D;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

a:hover, a:focus {
    color: #21836D;
    text-decoration: none;
}

p a, p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
	font-family: "area-normal", Sans-serif;
    margin-bottom: 0;
}

ul {
    list-style: disc;
    margin-left: 30px;
}

ol {
    list-style: decimal;
    margin-left: 30px;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 24px;
    margin-bottom: 10px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* #Forms
================================================== */

form {
    margin-bottom: 15px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    border: 1px solid #000;
    padding: 9px 6px;
    outline: none;
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
	font-family: "area-normal", Sans-serif;
    color: #000;
    margin: 0;
    width: 324px;
    max-width: 100%;
    display: block;
    /*margin-bottom: 20px;*/
    background: #f1f1f1;
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border: 1px solid #21836D;
    color: #000;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
    min-height: 60px;
    height: 100px;
    width: 450px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

select {
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

/*label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }*/
input[type="submit"] {
    -webkit-appearance: none;
    color: #fff;
    background: #21836D;
    border: 1px solid #21836D;
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
    padding: 8px 12px;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

input[type="submit"]:hover {
    background: transparent
    border: 1px solid #21836D;
    color: #21836D;
    cursor: pointer;
}

/* Pinterest Pin it button
================================================== */

.pinned-image {
    position: relative;
    pointer-events: auto;
}

.pin-it {
    position: absolute;
    z-index: 99999;
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    background-color: #70737b;
    top: 10px;
    left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.pin-it .pin-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    color: #bd081c;
}

.pin-it .pin-text {
    display: inline-block;
    position: relative;
    top: 1px;
}

/* #Pagination
================================================== */
ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px;
}

ul.pagination li {
    float: left;
    display: block;
    height: 24px;
    color: #000;
    font-size: 15px;
    margin-left: 5px;
}

ul.pagination li a {
    display: block;
    padding: 6px 7px 4px;
    color: #000;
}

ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus {
    border-bottom: solid 2px #21836D;
    color: #21836D;
    text-decoration: none;
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #E6E6E6;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
    border-bottom: none;
}

.clear {
    clear: both;
}

/*  #Autosuggest
================================================== */

.ep-autosuggest-container {
    position: relative;
}

.ep-autosuggest-container .ep-autosuggest {
    display: none;
    background: white;
    position: absolute;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 200;
}

.ep-autosuggest-container .ep-autosuggest > ul {
    margin: 0 !important;
    list-style: none;
}

.ep-autosuggest-container .ep-autosuggest > ul > li > span {
    display: block;
    color: #000;
    padding: 10px 10px;
    cursor: pointer;
}

.ep-autosuggest-container .ep-autosuggest > ul > li > span:hover, .ep-autosuggest-container .ep-autosuggest > ul > li > span:active {
    background-color: #E6E6E6;
    text-decoration: none;
}

.ep-autosuggest-container .selected {
    background-color: #E6E6E6;
    text-decoration: none;
}

/*  #Preload
================================================== */

#preload-pinterest {
    background: url("/wp-content/themes/kimpton/images/pinterestBadge.png") no-repeat -9999px -9999px;;
}