body{
	font-family: 'Montserrat', sans-serif;
}
h1 {
    font-size: 63px;
	font-weight: 300;
}

h2 {
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 85px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 27px;
}
ul li{
	font-size: 17px;
	font-weight: 600;
	margin-top: 10px;
    margin-bottom: 10px;
}

.mainMenu {
    font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
    margin-bottom: 10px;
}

.mouseType {
    font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
    margin-bottom: 10px;
}

.caption {
    font-size: 12px;
    font-style: italic;
	font-weight: 200;
	margin-top: 10px;
    margin-bottom: 10px;
}
.pull-quate{
	font-family: 'Love Ya Like A Sister', cursive;
    font-size: 37px;
}
.pull-quate-author{
	font-weight: 300;
	font-style:italic;
	margin-top: 10px;
    margin-bottom: 10px;
}
/*blockquote styles */

blockquote{
    font-family: 'Love Ya Like A Sister';
    font-size: 37px;
    color: #fff;
    padding: 10px;
	text-align:center;
    position: relative;
    border-left: none;
    width:100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #ffffff;
}
blockquote p {
    font-size: 32px;
    padding:10px;
    border: 2px solid #fff;
    margin: 0px;
}
blockquote em{
  display:block;
	 font-size: 16px;
	 font-family: 'Montserrat';
	 font-size:300;
	 font-style:italic;
     margin-bottom:0px;
}

.border-box{
	border:1px solid #000;
	padding:20px;
}
.box-color {
	min-width:10px;
	min-height:10px;
	
}
.black{
	background:#404040;
}
   .image-queat{
	   font-size: 11px;
    color: #989595;
    font-style: italic;
    margin-top: 5px;
} 
.dropdown-toggle::after {
    display:none !important;
}

.navbar ul> .active > a{
	padding-bottom: 0;
	border-bottom-width:7px;
}

 .play-guide .img-div{
  background: linear-gradient(
      rgba(12,130,0, 0.5),
      rgba(12,130,0, 0.5)
    ),url(../images/BannerPlayGuide.jpg);
      background-size: cover;
    background-repeat: no-repeat;
 }
 
 .play-guide-main .side-inst h4{
  color: #0C8200;
}


 
 .right-toys .img-div{
  background: linear-gradient(
      rgba(27,117,187, 0.5),
      rgba(27,117,187, 0.5)
    ),url(../images/BannerChoosingTheRightToy.jpg);
      background-size: cover;
    background-repeat: no-repeat;
 }
 
 .right-toys-main .side-inst h4{
  color: #1B75BB;
}

 .expert-advice .img-div{
  background: linear-gradient(
      rgba(255,120,0, 0.5),
      rgba(255,120,0, 0.5)
    ),url(../images/BannerExpertAdvice.jpg);
      background-size: cover;
    background-repeat: no-repeat;
 }
 
 .expert-advice-main .side-inst h4{
  color: #FF7800;
}

input.wpcf7-validates-as-required::-webkit-input-placeholder:after {
   content: '*';
   color: darkred;
   font-size: 1.5rem;
}
input.wpcf7-validates-as-required::-moz-placeholder:after {
   content: '*';
   color: darkred;
   font-size: 1.5rem;
}
input.wpcf7-validates-as-required::-ms-placeholder:after {
   content: '*';
   color: darkred;
   font-size: 1.5rem;
}


input.required::-webkit-input-placeholder:after {
   content: '*';
   color: darkred;
   font-size: 1.5rem;
}

.logo-img svg {
  width:80px;
}

/* .logo-img path:hover { */
  /* fill: #000; */
/* } */
a svg:hover .cls-1{ 
  fill: #7df0e3;
}

a svg .cls-1{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

.centered{
  float: none;
  margin: 10px auto;
}

.centered .form-group{
  position: relative;
}
.centered .form-group .palceholder{
        position: absolute;
    left: 8px;
    color: #000;
    display: block;
    z-index: 999;
    line-height: 1.42857143;
    height: 42px;
    padding: 6px 5px;
  }
  
.centered .form-group  label{
   font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-right: 3px;
    margin-bottom: 0px;
    vertical-align: middle;
    position: relative;
    top: 1px;
  } 
  
.centered .form-group .star{
    color: red
 }

