/*
Theme Name: New website to live
Theme URI:
Description: Wordpress Base Theme
Author: Sytian-Productions
Author URI: https://www.sytian-productions.com
Version: 2.0
*/
/*.lds-dual-ring {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/
.loader-overlay{
  background: linear-gradient(90deg,#ffffffbf,#ffffffbf) !important;
	background: #fff !important;
	background-color: rgba(255,255,255,0.9) !important;
}
.loader-overlay .loader{
  top: 45%;
}
.loader-overlay .loader img{
  display: block;
  margin: 0 auto;
}
body{
  display: none;
}
#input_1_11 .gchoice_1_11_1 input , #input_1_13 .gchoice_1_13_1 input {
	margin-top: 0;
}
.menu-word{
	display: inline-block;
    float: right;
    padding: 7px 0 7px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.loader-overlay .loader .wrap {
  position: absolute;
	    text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loader-overlay .loader .text {
  color: #000;
  display: inline-block;
  margin-left: 5px;
}

.loader-overlay .loader .bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}

.loader-overlay .loader .bounceball:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: bounce 500ms alternate infinite ease;
          animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

.category-list-nav .category-child{
	padding: 5px 10px;
    margin-left: 10px;
}
.category-list-nav .category-child a:hover{
	color: #fff;
	background-color: #069fdd;
}
.category-list-nav .category-child a{
	font-family: 'open_sanssemibold';
	display: block;
    padding: 5px 10px;
    color: #069fdd;
    font-size: 18px;
}
.main-panel .front-page .features-section .feature-content .feature-contentwrapper .news-col .new-list .news-item:hover a .featured-img{
	transform: scale(1.2);
}
.main-panel .front-page .features-section .feature-content .feature-contentwrapper .news-col .new-list .news-item{
	overflow: hidden;
	margin-bottom: 20px;
}
.main-panel .front-page .features-section .feature-content .feature-contentwrapper .news-col .new-list .news-item a{
	display: block;
	height: 112px;
	overflow: hidden;
}
.main-panel .front-page .features-section .feature-content .feature-contentwrapper .news-col .new-list .news-item .featured-img{
	height: 112px;
    background-position: center center;
    margin-bottom: 0;
	-webkit-transition: all 0.4s ease-out;
	  -moz-transition: all 0.4s ease-out;
	  -o-transition: all 0.4s ease-out;
	  transition: all 0.4s ease-out;
}
.main-panel .front-page .features-section .feature-content .feature-contentwrapper .news-col .new-list .news-item .content{
	margin-left: 0 !important;
	height: auto !important;
}