/*
Theme Name: LORD918
Theme URI:
Author: LORD918
Author URI:
Description: Description
Version: 1.0
License: 1.0
License URI:
Text Domain:
Tags:
*/

footer {
    margin-top: 50px;
}

.sow-image-container img {
    width: 100%;
    height: auto;
}

.item-article .title-item {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.textwidget iframe {
width: 100%;
 
}
.post-img {
	width: 100%;
	text-align: center;

}

.post-img img {
	width: 100%;
}
.howto-btn {
	    text-align: center;
		margin: 20px auto;
		margin: 20px auto;
    background: #FCC304;
    width: 80%;
    height: 90px;
    vertical-align: middle;
    border-radius: 60px;
    border: 8px solid #9E0B0F;
	-webkit-border-radius: 60px;
    -webkit-border: 8px solid #9E0B0F;
	border-radius: 60px;
   border: 8px solid #9E0B0F;
}
.howto-btn h2 {
	    line-height: 40px;
    color: #9E0B0F;
}
.border-element {
	-webkit-border-radius: 60px;
    -webkit-border: 8px solid #9E0B0F;
	border-radius: 60px !important;
   border: 5px solid #420B47 !important;
}
.promo-box {
	border: 1px solid #611578;
	border-radius: 5px;
	padding: 10px;
}
.promo h2 {
    font-size: 1.5rem;
}
.promo h3 {
    font-size: 1.2rem;
	font-weight: 400;
}
.promo p, .promo ul, .promo li {
	font-weight: 300;
    font-size: 0.9rem;
}


@media screen and (min-width: 769px){
  .photobanner img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 10px;
max-height: 350px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
/* border: 2px solid #c20f77; */
  }
  .post-img {
	height: 300px;

}
  }
@media screen and (max-width: 768px){
  .photobanner img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 10px;
max-height: 250px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
/* border: 2px solid #c20f77; */
  }
  .card-inner img {
	      width: 25%;
    float: left;
  }
  .line-btn {
	  width: 60%;
  }
  }
#gameslider {
  width: 100%;
  overflow: hidden;
  margin: 10px auto;
  background: transparent;
}
.photobanner {
  height: 100%;
  width: 2000px;
  margin-bottom: 15px;
  white-space:nowrap;
}

button
{
  height:30px;
  width:150px;
  border-radius:8px;
  padding:10px;
  font-size:20px;
  color: #9e0b0f;
  height:52px;
  cursor:pointer;
  background: linear-gradient(to top, #3b0067 0%, #140023 100%);
}

.photobanner img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
  /* -webkit-box-shadow: 0px 1px 7px rgba(64,255,245,0.9); */
/* -moz-box-shadow: 0px 1px 7px rgba(64,255,245,0.9); */
/* box-shadow: 0px 1px 7px rgb(64, 255, 245); */
/* border: 2px solid deepskyblue; */
}

/*keyframe animations*/

.first {
  -webkit-animation: bannermove 30s linear infinite;
  -moz-animation: bannermove 30s linear infinite;
  -ms-animation: bannermove 30s linear infinite;
  -o-animation: bannermove 30s linear infinite;
  animation: bannermove 30s linear infinite;
}

@keyframes "bannermove" {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2125px;
  }
}

@-moz-keyframes bannermove {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2125px;
  }
}

@-webkit-keyframes "bannermove" {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2125px;
  }
}

@-ms-keyframes "bannermove" {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2125px;
  }
}

@-o-keyframes "bannermove" {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2125px;
  }
}
