/*!
Theme Name: japaneselanguagecentre
Theme URI: http://underscores.me/
Author: japaneselanguagecentre
Author URI: #
Description: japaneselanguagecentre
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: japaneselanguagecentre
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

japaneselanguagecentre is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.text-gray {
    color: #fff !important;
}
 .lightbox-demo{background-color: #999;}
 .lightbox-demo h2 {
    color: #fff !important;
}

.aside h3, .aside .h3 {
    color: #fff;
}
.fooer-navigation > li > a {
    color: inherit;
    color: #fff;
}
.aside p {
    color: #fff;
}
.widget-cources-list h4, .widget-cources-list .h4{ color: #fff;}
.ft-address dd{color: #fff;}
.ft-address a{color: #fff !important;}
.socail-networks > li > a {
   color: #fff !important;
}
#page-footer p {
 color: #fff !important;
}
/*********qucik enquiry*********/
.iconqueen {
  position: fixed;
  top: 60%;
	    border: 2px solid #fff;
	border-radius:2px;
  float:right;
  right:0px;
	    z-index: 11;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iconqueen a {
  display: block;
  text-align: center;
  padding: 9px;
  transition: all 0.3s ease;
  color: white;
	font-weight:700;
  font-size: 18px;
	writing-mode: vertical-rl;
    text-orientation: mixed;
    text-decoration: none;
}

.iconqueen a:hover {
  background-color: #000;
}

.enquiry {
  color: white;
	animation: myanimation 1s infinite;
}
@keyframes myanimation {
  0% {background-color: #000;}
  100%{background-color:#f83f37;}
}


@media (max-width:520px)
{
	.iconqueen a {
    
    font-size: 12px;
    
}
}
@media (max-width:991px)
{
.mobile-none-image
{
	display:none;
}
}
.model-mobile-dis
{
	    z-index: 999999999999;
}
/**********end************/
.slideshowlink{display:none;}