/*
Theme Name: alm
Text Domain: alm
*/

body {
    margin: 0;
    padding: 0;
  
    font-size:15px;
	line-height:1.6;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
   color: #ffffffa6;
	background:#161c24;
}

*{ 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
 }
*:before, *:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
section img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
	
	line-height:1.3;
	color: #fff;
	font-weight:700;
}
h1 {font-size:25px;}
h2 {font-size:23px;}
h3 {font-size:21px;}
h4 {font-size:19px;}
h5 {font-size:17px;}
h6 {font-size:15px;}
p {
    margin: 0 0 15px;
    padding: 0;
}
a {
    color: #e26700;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
ul, ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
blockquote {line-height:1.4;margin:0 0 15px;font-style:italic;color:#fff;font-size:18px;border-left:4px solid #2dc53a;padding-left:15px;}
table {border-collapse: collapse;width:100%;margin:0 0 15px;border:1px solid rgba(255,255,255,0.1);}


table td, table th {border:1px solid rgba(255,255,255,0.1);padding:10px 15px;}
@media screen and (max-width: 767px) {
    .btab {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .btab table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
.clear::after {
  display: block;
  clear: both;
  content: "";
}
.center {
    text-align: center;
    margin-bottom: 40px;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}
.middle-align {
   background: #1d2839;
    padding: 15px;
}
.wp-caption {
    margin-bottom:15px;
    font-size: 14px;font-style:italic;
    max-width: 100%;
}
.wp-caption-text {
  
    padding: 6px 0 0;text-align:center;opacity:0.8;
}
.sticky {
    margin: 0;
    padding: 0;
}
.screen-reader-text,
.bypostauthor,
.gallery-caption {
    margin: 0;
    padding: 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.main-container ol {
    list-style-position: outside;
}
.main-container ol li {
    margin: 5px 0;
}
.toggle {
    display: none;
}


a.paw-effect{ overflow:hidden; position:relative; }
a.paw-effect span{ position:absolute; transition:transform 0.4s ease-in-out; opacity:0.25; }
a.paw-effect span.paw1{ left:5%; top:5px; transition-delay:0.1s; }
a.paw-effect span.paw2{ left:15%; top:30px; transition-delay:0.15s; }
a.paw-effect span.paw3{ left:40%; top:5px; transition-delay:0.25s; }
a.paw-effect span.paw4{ left:52%; top:30px;transition-delay:0.35s; }
a.paw-effect span.paw5{ right:25px; top:5px; transition-delay:0.45s; }
a.paw-effect span.paw6{ right:5px; top:30px;transition-delay:0.55s; }
a.paw-effect:hover span{ transform:translate(8px,5px); color:#000000; }

.main-container {
    margin: 15px 0;
    padding: 0;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/* = Top Header css
-------------------------------------------------------------- */
.top-bar{
	background-color: #f15958;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 10px 0;
}
.top-bar a{
	color: #ffffff;
}
.top-bar-left{
	margin-right: auto;
}
.top-bar-left .top-bar-col{
	padding: 0 10px 0 0;
	margin-right: 10px;
	position: relative;
}
.top-bar-left .top-bar-col i{
	margin-right: 5px;
}
.top-bar-left .top-bar-col:after {
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 1px solid;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-bar-left .top-bar-col:last-child::after{
	content: none;
}
.top-bar-right{
	margin-left: auto;
}
.top-bar-right .social-icons a{
	display: inline-block;
	width: 30px;
}

/* = Header css
-------------------------------------------------------------- */
.logo img {

max-width:120px;
}


#header {
    width: 100%;
    position: relative;
	
	padding:15px 0 8px;
}

.left-header-box{
	width:20%;float:left;
}
.right-header-box{
	padding-top:1px;
	width:40%;float:left;
}
.header-button{
	width:40%;float:left;
	text-align:right;
	
}

button.dropdown-toggle{
	display:none;
}


.sitenav { 
	position:relative; 
	z-index:9999; 
}

.sitenav ul {
	margin:0; 
	padding:0; 

	
	
}
.sitenav ul li{ 
	display:inline-block; 
	position:relative; 
	line-height:normal;
	margin-right:30px;
}
.sitenav ul li:last-child {margin-right:0;}
.sitenav ul li a {
	
	display:block; 
	font-weight:700;
	color:#d8d8d8; 
	position:relative; 
	
}

.sitenav ul li a:hover {color:#fff;}



/* = section first css
-------------------------------------------------------------- */
.intro-section {
background:#1d2839 url(/wp-content/uploads/2024/03/br.png) no-repeat 68% center;height:320px;
margin:0 0 30px;font-weight:700;color:#fff;
position:relative;padding:40px 0 0;
}
.intro-link {position:absolute;left:0;top:0;width:100%;height:100%;}
.intro-desc {font-weight:400;text-transform:uppercase;}
.intro-bonus {font-size:30px;}
.intro-desc span, .intro-bonus span {color:#2dc53a;}
.intro-promo {display:inline-block;position:relative;z-index:9;}
.intro-promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #7b75f7;
}
.intro-section a.secondary-button {display:block;max-width:200px;padding:10px;margin:30px 0;}
.intro-section a.main-button {display:none;max-width:200px;padding:10px;margin:15px auto;}
.intro-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/alm/images/copy.svg);
    mask: url(/wp-content/themes/alm/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #7b75f7;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:991px) {
.intro-section {background-position:90% center;}
}
@media (max-width:767px) {
.intro-section {height:auto;padding:30px 0;background-image:none;text-align:center;}
.intro-bonus {font-size:33px;}
.home .header-button, .home .toggle {display:none;}
.intro-section a.secondary-button {margin:15px auto;}
.intro-section a.main-button {display:block;}
}

/* = section second css
-------------------------------------------------------------- */

.col_box {margin-right:-15px;margin-left:-15px;}

.third_col {
    width: 33.333333%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.fourth_col {
    width: 25%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.half_col {
    width: 50%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}



a.main-button {
    font-weight: 700;
	
	color: #000;
	background: #ffe600;
	padding: 10px 30px;
	border-radius:5px;
	text-align:center;
}

a.secondary-button {text-align:center;font-weight: 700;
	
	color: #ffffff;
	background: #00ab55;
	padding: 10px 30px;border-radius:5px;}

.header-button a.main-button {margin-right:5px;}
/* --------- Pages ------- */

.content-area, .container {
    width: 100%;
    margin: 0 auto;
    padding-left:15px;
	padding-right:15px;
	position:relative;
}
@media (min-width:576px) {
.content-area, .container {max-width:540px;}
}
@media (min-width:768px) {
.content-area, .container {max-width:740px;}
}
@media (min-width:992px) {
.content-area, .container {max-width:960px;}
}
@media (min-width:1200px) {
.content-area, .container {max-width:1160px;}
}
.site-main {
    width: 70%;
    margin: 0;
    padding-right:30px;
    float: left;
}
#sitefull {
    width: auto !important;
}
#nosidebar {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
#sidebar {
    width: 30%;
    margin: 0;
    padding: 15px;
	
    float: left;
	background:#212d40;
}


.error_msg {
    padding: 10px;
    background: #ffd3ce;
    color: #e00;
    border: 1px #e00 solid;
    margin: 15px 0;
}
.success_msg {
    padding: 10px;
    background: #dcffc5;
    color: #070;
    border: 1px #070 solid;
    margin: 15px 0;
}
.spacer20 {
    height: 20px;
    clear: both;
}

form.search-form {
    margin-bottom: 15px;
}
input.search-field,
.post-password-form input[type=password] {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
	
	width:100%;
}
input.search-field:hover, input.search-field:focus, input.search-field:active {border: 1px solid rgba(0,0,0,0.1);}
input.search-submit,
.post-password-form input[type=submit] {
   display:none;
}

#sidebar .widget-title {color: #fff;font-weight:700;font-size:20px;margin-bottom:15px;}
#sidebar ul {list-style:none;margin:0 0 30px;}
#sidebar ul li {
border-bottom:1px solid rgba(255,255,255,0.06);
padding-bottom:10px;
margin-bottom:10px;

}
#sidebar ul li a {display:block;line-height:1.3;font-weight:700;}

p.form-submit {margin:0;}
ol.comment-list {
    list-style: none;
	margin:0;
	padding:0;
}
ol.comment-list ol {margin:0;list-style: none;padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.7;}
.comments-title, .comment-reply-title {font-size:20px;margin-bottom:15px;font-weight:700;color: #fff;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;}
.commentmetadata {font-size:14px;}
#comments label {
    display: block;
	font-size:14px;opacity:0.7;
	margin-bottom:7px;
}
input:hover, input:focus, input:active, textarea:focus, textarea:hover, textarea:active {border:none;outline:0;box-shadow:none;}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    max-width: 400px;
	width:100%;
    border: none;
    padding: 10px;
}
#commentform textarea {max-width: 100%;}
#commentform input#submit {
  background:#1070e3;
    border: none;
    padding: 10px 20px;
    color: #fff;
	text-transform:none;
	font-weight:700;
   cursor: pointer;
   border-radius:5px;
   font-family:inherit;
}
#commentform input#submit:hover {
   background:#1070e3;  
}
.form-allowed-tags {
    display: none;
}
ul.errormsg {
    background: #ffe4e4;
}
ul.errormsg li {
    padding: 5px;
}


select{
	padding:10px;
	width:100%;
}
footer.entry-meta {
    clear: left;
}
p.form-submit input[type="submit"]{
	color:#ffffff !important;
}
input[type="submit"].search-submit{
	background-color:#000000;
	color:#ffffff;
	padding:11px 20px;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#sitemain[tabindex="-1"]:focus {
  outline: 0;
}

.footer-widget-wrapper {padding:40px 0 30px;}
.footer-widget-wrapper .widget-title {font-weight:700;text-transform:uppercase;font-size:14px;color:#fff;margin-bottom:15px;}
.footer-widget-wrapper ul {list-style:none;margin:0;}
.footer-widget-wrapper ul li {margin-bottom:4px;}
.footer-widget-wrapper .widget {margin-bottom:30px;}
.footer-widget-wrapper ul li:last-child {margin-bottom:0;}
.footer-widget-wrapper ul li a {color:#d1d1d1;}
.footer-widget-wrapper ul li a:hover {color:#fff;text-decoration:underline;}
.footer-images-wrapper img {filter: grayscale(1) contrast(.5);vertical-align:middle;margin:10px 15px;max-width:100px;}
.footer-images-wrapper img:hover {filter: none;}
.footer-images-wrapper {background:#1d2839;margin:0 10px 10px;text-align:center;padding:30px 0;}
.copyright {font-size:13px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;text-align:center;color:rgba(255,255,255,0.6);}
.copyright ul {margin:0 0 15px;}
.copyright ul li {display:inline-block;margin:5px 10px;}
.footer-button {text-align:center;padding:10px 0 40px;}
.footer-button a.main-button {margin-right:10px;}
.home h2, .home h1, .stitle {font-size:23px;color: #fff;margin:0 0 15px;font-weight:700;}
.home h3 {font-size:17px;}
.post_content {background: #1e2530;margin-bottom:30px;}
.post_content img {width:100%;}

a.post_link {display:block;font-weight:700;line-height:1.3;padding:8px 15px 12px;}
.slot_content {position:relative;margin-bottom:30px;text-align:center;background-color: rgba(0,0,0,.8);}
.slot_content img {display:block;width:100%;}
.slot_content:hover img {opacity:0.25;}
.slot_content span {color:rgba(255,255,255,0.8);font-size:14px;}
.slot_button {position:absolute;left:0;top:16%;width:100%;display:none;}
.slot_content:hover .slot_button {display:block;}
.slot_button a.secondary-button {margin:10px auto;display:block;max-width:180px;padding:8px;}
a.demo_link {text-transform:uppercase;color:#fff;font-weight:700;font-size:14px;}
a.demo_link:hover {text-decoration:underline;}
.title-container {background: #1e2530;padding:15px;margin-bottom:1px;}
.title-container h1 {font-size:20px;margin:0;}
.post_thumb img {width:100%;}
.post_thumb {width:43%;float:left;margin-right:20px;margin-bottom:10px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.entry-content a {font-weight:700;}
.sbtn a {display:block;margin-bottom:15px;}
.breadcrumbs {font-size:13px;}
.blog-post-repeat .entry-title {font-weight:700;font-size:17px;line-height:1.3;display:block;margin-bottom:10px;}
.blog-post-repeat {padding-bottom:15px;}
.nav-links span {background:#e26700;border-radius:4px;color:#fff;font-weight:700;padding:7px 14px;}
.nav-links span.dots {border-radius:4px;background:#353535;}
.nav-links a {border-radius:4px;background:#353535;color:#fff;font-weight:700;padding:7px 14px;}
.nav-links a:hover {background:#e26700;}
.nav-links {padding:5px 0 10px;}
.taxonomy-description {padding:20px 0 5px;}
.nothing {font-weight:700;margin-bottom:15px;color: #fff;font-size:23px;}
.not-found {text-align:center;padding:100px 0;}
.category_slots ul {margin:5px 0 0;list-style:none;}
.category_slots ul li {display:inline-block;margin-right:10px;margin-bottom:25px;}
.category_slots ul li:last-child {margin-right:0;}
.category_slots ul li a {font-weight:700;border-radius:5px;padding:7px 15px;color:#fff;background:#1070e3;}

.entry-content iframe {width:100%;height:450px;border:none;padding:0;}
.slot_btn {text-align:center;padding:20px 0;}
.about-section {padding:0 0 30px;}
.about-section a {font-weight: 700;
  color: #fff;margin:15px auto;max-width:230px;
  background: #1070e3;display:block;
  padding: 10px;
  border-radius: 5px;
  text-align: center;}

.front-button {text-align:center;padding:10px 0 20px;}
.front-button a {background:#3d474d;color:#fff;font-weight:700;padding:7px 20px;border-radius: 5px;}
@media screen and (max-width: 1199px) {
a.slot_link {margin:5px auto;}
.slot_button {top:5%;}
}
@media screen and (max-width: 991px) {
    * {
        box-sizing: border-box;
    }
.footer-images-wrapper img {margin:10px 10px;max-height:35px;}
.slots .fourth_col, .slots-section .fourth_col, .posts-section .fourth_col {
    width: 50%;
}
a.slot_link {margin:10px auto;}
.slot_button {top:23%;}
    .toggle {
        display: block;
		position:absolute;
		right:15px;
		top:0;
    }
    .toggle a {
        
        color: #ffffff;
       
        padding: 0;
        
        font-size: 20px;
    }
    .toggle a:hover {
        color: #ffffff !important;
    }
    .toggle a.active {
        color: #ffffff;
    }

    .sitenav {
        display: none;
        float:none;
    }
    .sitenav ul {
        background: rgba(255,255,255,0.03);
        
        width: 100%;
        float: none;
        margin: 10px 0;
    }
    .sitenav ul li {
        border-bottom:1px solid rgba(255,255,255,0.07);
        display: block;
        float: none;
		margin-right:0;
        text-align: left;
    }
.sitenav ul li:last-child {border:none;}
    .sitenav ul li a {
        padding: 10px 15px;
        display: block;
        
        text-align:left;
		
    }


.left-header-box{
	width:100%;text-align:center;
}
.right-header-box{
	
	width:100%;text-align:center;
}
.header-button {
	width:100%;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.site-main {
    width: 100%;
    padding-right:0;

}

#sidebar {
    width: 100%;
	margin-top:20px;
}
#custom_html-3 {display:none;}
.footer-widget-wrapper .fourth_col {width: 50%;}
}
@media (max-width:767px) {
.post_thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.slot_button {top:10%;}
.blog-post-repeat {
    padding-bottom: 30px;
}

}
@media (max-width:520px) {
.slots .fourth_col, .slots-section .fourth_col, .posts-section .fourth_col {
    width: 100%;
}

.slot_button {top:30%;}
.footer-images-wrapper img {margin:7px;max-height:30px;}
}
@media (max-width:500px) {

.footer-widget-wrapper .fourth_col {width: 100%;}
}
@media (max-width:440px) {

.slot_button {top:25%;}

}
@media (max-width:360px) {
.slot_button {top:20%;}
a.slot_link {margin:5px auto;}
.header-button a.main-button, .footer-button a.main-button {margin-right:0;margin-bottom:15px;display:block;}
.header-button a.secondary-button, .footer-button a.secondary-button {display:block;}
}

@media (max-width:360px) {
.slot_button {top:15%;}
}