/************************************
    Global Style
************************************/
body,html {
    font-family: 'Domine', 'Arial Narrow', Arial, serif;
    font-size: 15px;
    color: rgb(83, 83, 83);
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}
body {
    line-height: 1.7
}
div, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
nav ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 10px;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}
del {
    text-decoration: line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input, select {
    vertical-align: middle
}
li {
    list-style: none
}
a, a:link, a:visited, a:active {
    color: rgb(0, 0, 0);
    text-decoration: none !important;
}
a:hover {
    color: #4fb3e8;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
li {
    list-style: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
/* close commented backslash hack */
.form-control:focus,
.form-control:active,
.form-control:visited,
.form-control-hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 2.5em 3em;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -0.4em;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}
audio{
    width: 100%;
    margin-bottom: 15px;
}
.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}
.wp-caption,.wp-caption-text, .screen-reader-text, .gallery-caption, .bypostauthor {display: block}
.widget_meta {display: block}
.widget_meta ul {width: 100%;}
.widget_meta ul li {padding: 10px 5px; border-bottom: 1px solid #e6e6ee}
.widget_meta ul li:last-child {border-bottom: 0}
.widget_meta ul li a {position: relative;}
 
.widget_links {display: block}
.widget_links ul {width: 100%;}
.widget_links ul li {padding: 10px 5px; border-bottom: 1px solid #e6e6ee}
.widget_links ul li a {position: relative;}
 
.widget_archive {display: block}
.widget_archive ul {width: 100%;}
.widget_archive ul li {padding: 10px 5px; border-bottom: 1px solid #e6e6ee} 
.widget_archive ul li:last-child {border-bottom: 0}
.widget_archive ul li a {position: relative;}
.widget_archive select {width: 100%;}
.widget_archive option {width: 100%;}
 
.widget_pages {display: block}
.widget_pages ul {width: 100%;}
.widget_pages ul li {padding: 10px 5px; border-bottom: 1px solid #e6e6ee}
.widget_pages ul li:last-child {border-bottom: 0}
.widget_pages ul li.page_item_has_children {padding: 10px 5px; border-bottom: 0}
.widget_pages ul li a {position: relative;}
 .widget_nav_menu{display: block}
 .widget_nav_menu ul{
     display: block;
     width: 100%;
 }
 .widget_nav_menu ul li {padding: 10px 5px; border-bottom: 1px solid #e6e6ee}
  .widget_nav_menu ul li:last-child{border-bottom: 0;}
