/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}
a, a:hover{
	color: #17a2b8;
}
h2 {
    /*font-size: 22px;*/
}
h3 {
    font-size: 20px;
}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.bg-white .container, footer .container {
    max-width: 90% !important;
}
.navbar-brand h1{
  font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.5) !important;
}

.main-content .wp-caption, .wp-caption-text{
	text-align: center !important;
    font-style: italic;
}
.main-content .wp-caption{
  width:auto !important
}
.main-content img{
	max-width:90%;
  height: auto;
  border: 1px solid #ccc;
}
.read-more{
	text-align: right;
}
.widget_search{
	border:none;
}
.list-img{
  margin: 1rem 0 0;
  max-width: initial;
}
.detail-content {
  text-align: center;
}
.detail-content p, .detail-content li
{ text-align: left;
  font-size: 1.2rem
}
.col-md-3 .card ul{padding:0 !important;}
.col-md-3 .card ul li{padding:0 !important; margin: 5px 10px; list-style: none}

.detail-content blockquote {
    margin: 0 3rem 1rem !important;
}
#search-2 .screen-reader-text{
  display: none !important;
}

.detail-content td {
    font-size: 1.2rem;
    border: 1px solid #788491;
    padding: 0 0.75rem;
}
.text-danger, .error-msg, .error {
    color: #dc3232;
}

.card.mb-12 {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.125);
  margin: 0 0 10px 0;
  width: 100%;
  display: inline-block;
}

span.comment-author-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f086";
    padding-right: 6px;
}

span.comment-author-link {
    color: chocolate;
}

.list-group-item a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3a5";
    padding-right: 6px;
    color: chocolate;
}
div#custom_html-10 {
    border: none;
}
#custom_html-10 {
	margin: 0;
    padding: 0;
    border: none !important;
}
#custom_html-10  .textwidget{
	margin: 0;
    padding: 0;
}

.goog-te-combo {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-detail li {
  list-style: none
}

ul#menu-mainmenu-1 li:first-child, ul#menu-mainmenu-1 li:last-child {
  display: none
}
ul#menu-mainmenu-1 li {
    border-bottom: 1px solid #cccc;
    padding: 10px 0 2px !important;
}