/* Template overrides */
.menuzord-brand img {
  max-height: 50px;
}

.menuzord-menu > li > a {
  border-radius: 0;
}

.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.page-numbers li {
  display: inline;
}

.page-numbers li a,
.page-numbers li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0a61ae;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.page-numbers .current {
  background: #0a61ae;
  color: #fff;
  border: 1px solid transparent;
  z-index: 3;
}

.footer_logo {
  max-width: 270px;
}

@media screen and (min-width: 768px) {
  .footer_logo {
    max-width: 100%;
  }
}

.tp-bgimg.defaultimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

#news .thumb {
  max-height: 225px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#news .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .logo-shiroi {
  max-width: 150px;
}

.footer-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.footer-author p {
  margin: 0;
}

.footer-author img {
  margin-left: 15px;
  max-width: 36px;
}

@media screen and (min-width: 768px) {
  .footer-author {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.modal-classes {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.modal-classes__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.modal-classes__box {
  background-color: #fff;
  height: calc(100% - 100px);
  left: 50%;
  overflow-y: auto;
  padding: 20px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .modal-classes__box {
    width: calc(100% - 60px);
  }
}

.modal-classes__box-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal-classes__box-close {
  height: 40px;
  width: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  background-color: #ddd;
}

.modal-classes__box-content {
  padding-top: 40px;
}

.buttongalery{
	margin-top: 30px !important;
	text-align: center !important;
}

pre a {
	color: #498fcf !important;
}

a {
    color: #337ab7;
}

.size-large{
	width: 100% !important;
	height: auto !important;
}

.size-full{
	width: 100% !important;
	height: auto !important;
}

.bg-theme-colored{
	background-image: url("http://itkf.global/wp-content/uploads/2020/07/bg-call.jpg") !important;
}

#yikes-mailchimp-container-1 input{
	padding: 10px !important;
	margin-top: 5px !important;
}

.menuzord-responsive .menuzord-menu.scrollable {
  max-height: unset !important;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-bottom: 20px !important;}

.cn-button.bootstrap {
    color: #333 !important;
    background: #fff !important;
}

#cn-accept-cookie{
    color: #333 !important;
    background: #fff !important;	
}

#cn-refuse-cookie{
    color: #333 !important;
    background: #fff !important;		
}

#cn-more-info{
	color: #333 !important;
    background: #fff !important;	
}