/*Core Wordpress
================================================== */

.logo-text, .logo-slogan{
   margin: 0;
}

#wp-calendar #next{
 text-align: right;
}

#wp-calendar #prev{
 text-align: left;
}
#wp-calendar.table {
  margin-bottom: 5px;
}

/* Page Header */
.page-header {
  border: none;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.gallery-caption {

}

.bypostauthor {

}

article ul li,
article ol li{
  padding: 4px 0;
}
article dl dt {
  padding: 2px 0;
}
article dl dd {
  padding: 2px 0;
}

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-caption {
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 0 10px;
  clear: both;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.gallery dd {
  margin: 0;
}

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

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
.entry-video.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 0;
}

div#calendar_wrap {
  border:1px solid #f2f2f2;
}

table {
border:1px solid #f2f2f2;
}

.table>thead>tr>th, .table>tbody>tr>th,
.table>tfoot>tr>th, .table>thead>tr>td,
.table>tbody>tr>td, .table>tfoot>tr>td,
table>thead>tr>th, table>tbody>tr>th,
table>tfoot>tr>th, table>thead>tr>td,
table>tbody>tr>td, table>tfoot>tr>td{
  border-top:1px solid #f2f2f2;
  vertical-align: middle;
  text-align: center;
}

table>thead>tr>th, table>tbody>tr>th,
table>tfoot>tr>th, table>thead>tr>td,
table>tbody>tr>td, table>tfoot>tr>td{
  padding: 8px 15px;
}
table>tbody>tr>th {
  font-weight: 700;
}
table>tbody>tr>td a {
  color: #000;
}

div#calendar_wrap caption {
  margin: 10px;
}

.table-striped>tbody>tr,
table>tbody>tr{
  border:1px solid #f2f2f2;
}

.widget select {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 5px;
}
/* Clearing */
.clear {
  clear: both;
}

 .comment .children {
  margin-left: 1.5em;
  list-style: none;
 }


/* comment widget */
ul#recentcomments {
  padding: 0;
}

ul#recentcomments li {
  padding: 6px 0 !important;
}

.recentcomments a {
  color: #666;
}

/* tag clouds */
.widget_tag_cloud .tagcloud {
  font-size: 0;
}
.widget.widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  margin: 2px;
  border: 1px solid #dadada;
  color: #303030;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 3px 15px;
  display: inline-block;
  border-radius: 0;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  background: #ea531c;
  color: #fff;
  border: 1px solid transparent;
}