/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #151515;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.025em;
}

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

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

small {
    font-size: 80%;
}

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

pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
}

q {
    display: block;
}

dt {
    font-weight: 700;
}

dl dd{
    margin-left: 15px;
    margin-bottom: 10px;
}

/* 02. Links and Form */
a {
    outline: 0;
    color: #808080;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

a:hover,
a:focus {
    outline: 0;
    color: #151515;
    text-decoration: none;
}

p{
    margin: 0 0 20px;
}

embed, img {
    max-width: 100%;
    height: auto;
    border: none;
} 
   
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
}

ul,
ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol,
ul { margin-left: 10px; }
ol { list-style: decimal; }
ul { list-style: square outside; }
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0; margin-left: 8px; }
ul li,ol li{ padding: 5px 0;}
form,
fieldset { margin-bottom: 20px; }
input,
input[type="tel"],
input[type="date"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    resize: none;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 11px 20px 10px;    
    width: 230px;
    max-width: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background-color: #fafafa;
    color: #999;
    border: solid 1px #eee;
}

textarea { width: 100%; line-height: 1.4; padding: 15px;}
select {
    padding: 5px;
    width: 220px;
    height: 40px;
}

label,
legend {
    display: block;
    cursor: pointer;
}

label span,
legend span { font-weight: bold; }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 1px solid #151515;
    background: #151515;
    display: inline-block;
    padding: 10px 28px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    outline:none;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
    color: #fff;
}

textarea:focus,
input:focus{
    border-color: #151515;
}


/* ------------ Table Styling --------------- */
table {
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
    margin-bottom: 1.5em;
}
td, th {
    border-top: 1px solid #e6e6e6;
    vertical-align: top;
    padding: 12px 20px;
}
.widget table,
.widget td,
.widget th{
    border: none;
}
th {
    font-weight: bold;
}

/* ------------ WordPress Core ------------- */
.alignnone {
    margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    padding: 8px 3px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
}

blockquote {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: center;
    position: relative;
    margin: 40px auto 50px;
    padding: 52px 0 0;
    max-width: 600px;
}

blockquote:before {
    font-size: 80px;
    line-height: 1;
    content: " \“ ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

blockquote cite {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 18px;
    display: block;
}