/*
  Theme Name:   Bootstrap Basic4 Child
  Template:     bootstrap-basic4
*/

header .site-description h1 {
  font-size: 12.8px;
  font-weight: 400;
}
#logo img {
  height: 40px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.90),
    -1px 1px 0px rgba(255, 255, 255, 0.90),
    1px -1px 0px rgba(255, 255, 255, 0.90),
    -1px -1px 0px rgba(255, 255, 255, 0.90),
    1px 0px 0px rgba(255, 255, 255, 0.90),
    0px 1px 0px rgba(255, 255, 255, 0.90),
    -1px 0px 0px rgba(255, 255, 255, 0.90),
    0px -1px 0px rgba(255, 255, 255, 0.90);
}
.site-description h1 {
}
nav.navbar {
  background: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
  box-shadow: 0 1px 8px rgba(0,0,0,.1);
}
#navbar-header ul li {
  text-align: right;
}
#navbar-header a {
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: .15s;
}
#navbar-header a:hover, #navbar-header a:active, #navbar-header a:visited {
  border-bottom: 2px solid #eb633d;
  transition: .15s;
}
.navbar-light .navbar-nav .nav-link {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.90),
    -1px 1px 0px rgba(255, 255, 255, 0.90),
    1px -1px 0px rgba(255, 255, 255, 0.90),
    -1px -1px 0px rgba(255, 255, 255, 0.90),
    1px 0px 0px rgba(255, 255, 255, 0.90),
    0px 1px 0px rgba(255, 255, 255, 0.90),
    -1px 0px 0px rgba(255, 255, 255, 0.90),
    0px -1px 0px rgba(255, 255, 255, 0.90);
}
.dropdown-item {
  text-decoration: none;
}
#main .post, #main .page {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
#footer a {
  color: #fff;
}
.shadow {
  -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
*[data-toggle = "collapse"].position-relative {
  padding-right: 1.5rem;
  cursor: pointer;
}
*[data-toggle = "collapse"].position-relative > i.icon::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  top: 50%;
  right: 0;
  transition: .5s ;
}
*[aria-expanded = "false"].position-relative > i.icon::after {
  content: "\f067";
	transform: translate(0 , -50%) rotateZ( 0deg ) ;
}
*[aria-expanded = "true"].position-relative > i.icon::after {
  content: "\f068";
  transform: translate(0 , -50%) rotateZ( 180deg ) ;
}

h1.maker {
  font-size: 8vw;
  margin-bottom: 1em;
}
.com {
  font-size: 3.5vw;
}
.com-strong {
  font-size: 4.5vw;
}
.img-h1 {
  width: 60%;
}

.archive article .entry-content a {
  text-decoration: none;
}
#category_list a {
  text-decoration: none;
}
#new_post a, #new_post a:hover, #new_post a:visited, #new_post a:focus {
  text-decoration: none;
}

.child_pages a img,
#product img {
  margin-bottom: 0.5rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid #dee2e6;
}


@media (min-width: 576px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
  h1.maker {
    margin-bottom: .5em;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .img-h1 {
    width: 50%
  }
}
@media (min-width: 1200px) {
  .img-h1 {
    width: 40%
  }
  h1.maker {
    font-size: 5rem;
  }
  .com {
    font-size: 1.8rem;
  }
  .com-strong {
    font-size: 3rem;
  }
}


/* contact form 7 */
.form-send {
  margin-bottom: 2rem;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7 br {
  display: none;
}
div.wpcf7 .form-group > label {
  display: block;
}
div.wpcf7 #season {
  margin-right: .25rem;
  width: 5rem;
  display: inline-block;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 0 0 2rem;
	padding: 0.5rem 1rem;
	border: 3px solid #ff0000;
  text-align: center;
  font-weight: 700;
}

div.wpcf7-mail-sent-ok {
	border: 3px solid #398f14;
  background: rgba(57, 143, 20, 0.2);
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 3px solid #ff0000;
  background: rgba(255, 0, 0, 0.2);
}

div.wpcf7-spam-blocked {
	border: 3px solid #ffa500;
  background: rgba(255, 165, 0, 0.2);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 3px solid #f7e700;
  background: rgba(247, 231, 0, 0.2);
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
  margin-top: 0.25rem;
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
  font-weight: 700;
}
span.wpcf7-not-valid-tip::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5rem;
  color: #f7e700;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}


/* xo event calender */
.xo-event-calendar { margin-bottom: 1rem; }
.xo-event-calendar table { table-layout: fixed; border-collapse: separate; border-spacing: 0; margin: 0; padding: 0; width: 100%; background-color: #fff; }
.xo-event-calendar caption { padding: 0; caption-side: top; }
.xo-event-calendar th,
.xo-event-calendar td { padding: 0; }

.xo-event-calendar { position: relative; }
.xo-event-calendar .xo-month { position: relative; }
.xo-event-calendar .loading-animation { position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; }
.loading .xo-month { opacity: 0.5; }

.xo-event-calendar table.xo-month { margin: 0 0 8px 0; padding: 0; border: 1px solid #dee2e6; border-width: 1px 0 1px 1px; }
.xo-event-calendar table.xo-month th,
.xo-event-calendar table.xo-month td { padding: 0; border: 1px solid #dee2e6; }

.xo-event-calendar table.xo-month > caption { background-color: #fff; }
.xo-event-calendar table.xo-month .month-header { margin: 2px 0 4px; position: relative; }
.xo-event-calendar table.xo-month .month-header > span { display: block; text-align: center; font-size: 120%; }
.xo-event-calendar table.xo-month button { display: none; }
.xo-event-calendar table.xo-month button[disabled] { opacity: 0.3; cursor: default; }
.xo-event-calendar table.xo-month button > span { width: 28px; height: 28px; line-height: 28px; font-size: 22px; text-align: center; }
.xo-event-calendar table.xo-month .month-prev { position: absolute; left: 0; top: 0; }
.xo-event-calendar table.xo-month .month-next { position: absolute; right: 0; top: 0; }

.xo-event-calendar table.xo-month > thead th { border-width: 0 1px 0 0; padding: 1px 0; text-align: center; font-size: 100%; font-weight: bold; background-color: rgba(0, 0, 0, 0.05); }
.xo-event-calendar table.xo-month > thead th.sunday { color: #7d3438; }
.xo-event-calendar table.xo-month > thead th.saturday { color: #7d3438; }

.xo-event-calendar table.xo-month .month-week { position: relative; padding: 0; border: 0; width: 100%; overflow: hidden; }
.xo-event-calendar table.xo-month .month-week table { border: 0; margin: 0; padding: 0; }
.xo-event-calendar table.xo-month .month-dayname { position: absolute; top: 0; left: 0; bottom: 0; right: 0; border-width: 1px 0 0 1px; }
.xo-event-calendar table.xo-month .month-dayname td { border-width: 1px 1px 0 0; }
.xo-event-calendar table.xo-month .month-dayname td div { height: 1000px; padding: 4px; border-width: 1px 1px 0 0; text-align: center; font-size: 100%; line-height: 200%; }
.xo-event-calendar table.xo-month .month-dayname td div.other-month { opacity: 0.6; }
.xo-event-calendar table.xo-month .month-dayname td div.today { font-weight: bold; }
.xo-event-calendar table.xo-month .month-dayname-space { position: relative; top: 0; height: 1.5em; }
.xo-event-calendar table.xo-month .month-event { position: relative; top: 0; background-color: transparent; }
.xo-event-calendar table.xo-month .month-event td { padding: 0 1px 2px 1px; border-width: 0 1px 0 0; }
.xo-event-calendar table.xo-month .month-event-space { height: 1.5em; background-color: transparent; }
.xo-event-calendar table.xo-month .month-event-space td { border-width: 0 1px 0 0; }
.xo-event-calendar table.xo-month .month-event-title { padding: 0 3px; display: block; color: #666; text-align: left; font-size: 0.8em; background-color: #ccc; border-radius: 3px; white-space: nowrap; overflow: hidden; }

.xo-event-calendar p.holiday-title { margin: 0; padding: 2px 0; font-size: 90%; vertical-align: middle; }
.xo-event-calendar p.holiday-title span { margin: 0 6px 0 0; padding: 0 0 0 18px; }

.widget .xo-event-calendar table.xo-month > thead th { font-size: 90%; }

/*
Loading animation
*/
.loading .loading-animation {
	width: 40px; height: 40px;
	border: 5px rgba(0,0,0,0.2) solid;
	border-top: 5px #4285f4 solid;
	border-radius: 50%;
	-webkit-animation: loadingCircRot .8s infinite linear;
	animation: loadingCircRot .8s infinite linear;
}
@-webkit-keyframes loadingCircRot {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}
@keyframes loadingCircRot {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}

/*
Event Content
*/
.xo-event-meta { padding: 3.8461% 0; }
.xo-event-meta span { display: block; }
