body{
   font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4{
   font-family: 'Open Sans', sans-serif;
}
img,
object,
embed {
    max-width: 100%;
    height: auto;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}

.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.video{
    width:100%;
    float:left;
    margin-bottom:10px;
}

.video-container { 
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pagination {
    font-size: 0;
}
.pagination ul{
    margin-left: 0;
    padding-left: 0;
}
.pagination li {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
}
.pagination li:first-child {
    margin-left: 0;
}
.pagination a,
.pagination span,
.pagination .current {
    background: #fff;
    border: 1px solid #f3f3f3;
    color: #797979;
    font-size: 14px;
    min-height: 42px;
    display: block;
    min-width: 36px;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
}
.pagination a:hover{
    background: #f9f9f9;
}
.pagination .current {
    background: #f9f9f9;
    color: #000;
    font-weight: bold;
    cursor: default;
}