input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select{padding: 0;}

select:not([multiple]) {
    height: 48px;
}

.view-article #sp-header {
    background-color:#000000;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    background-color: #000000;
}

#sp-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
}

.view-article #sp-main-body .container .article-header h1 {
  	font-family: Poppins,sans-serif;  
  	font-size: 32px;
  	font-weight: 700;
    line-height: 27px;
    color: #333735;
}

.view-article #sp-main-body {
    padding-top: 52px;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 1.6px;
    color: #5db7b7;
    margin-bottom: 20px;
}

/* Buttons */

element.style {
}
body .sppb-btn.sppb-btn-secondary, body .sppb-btn.btn-seconday, body .sppb-btn.btn-primary, body .btn.sppb-btn-secondary, body .btn.btn-seconday, body .btn.btn-primary {
    background: linear-gradient(
            320deg, rgb(73 219 107) 4.07%, rgb(255 255 255 / 0%) 103.07%), #0089ff;
}
body .sppb-btn.sppb-btn-secondary, body .sppb-btn.btn-seconday, body .sppb-btn.btn-primary, body .btn.sppb-btn-secondary, body .btn.btn-seconday, body .btn.btn-primary {
    background: linear-gradient(
            255.48deg, rgba(255, 255, 255, 0.2) 4.07%, rgba(255, 255, 255, 0) 103.07%), #39b5ed;
}
.view-registration .btn-primary, .view-login .btn-primary {
    max-width: 160px;
    border-radius: 15px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}


/* Akeeba Engage */

section.akengage-outer-container {
    margin-top: 12pt;
    margin-bottom: 12pt;
    border-bottom: thin solid #bdbdbd;
    padding: .5em 0;
}
@media (prefers-color-scheme: dark)
section.akengage-outer-container {
    background-color: #ffffff;
    color: #707070;
}

/* Front page GameDeveloper.com Look */
.game-dev .sppb-addon-article {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.game-dev .sppb-article-img-wrap {
    float: left;
    max-width: 135px;
    margin-right: 20px;
}


.article-details .article-full-image:after {
    position: absolute;
    content: "";
    background-image: url(../images/blog-details-img-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
  	vertical-align: middle;
	top: -2px;
	left: 10px;
    z-index: -1;
    bottom: 0;
	max-width: 100%;

}

.article-details .article-full-image {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 0px;
}

/* Featured */
#sppb-addon-1634998469867 h2.sppb-addon-title {
    margin: 0px 0px 10px 0px;
    text-transform: none;
    padding: 0px 0px 0px 0px;
    font-style: normal;
  	font-family: 'Poppins';
    font-size: 24px;
    font-weight: 700;
  	line-height: 32px;
    color: #707070;
    text-decoration: none;
      
}


.sppb-text-center {
    text-align: left;
}
