/*
Theme Name: APTheme
Theme URI: http://3issam.com/
Author: Aissam Elkallali
Author URI: http://3issam.com/
Description: WordPress Theme
Version: 5.0
License: license purchased
License URI: LICENSE
Text Domain: aispanel 
Tags: 
*/
:root {
  --apl-primary: #6366f1;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  border: 0 none;
}

*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  font-family: "Alexandria", sans-serif;
  font-weight: 300;
  font-style: normal;
}

body {
  background: #f8fafc;
  direction: rtl;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 2;
}

a {
  color: #000;
  text-decoration: none !important;
}

a:hover,
.item:hover a {
  color: #000;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

.clear,
.clr {
  clear: both;
  height: 0;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

/*Video embed*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

pre,
code {
  direction: ltr;
  font: 11px/19px "andale mono", "lucida console", monospace;
  padding: 3px;
  display: block;
  overflow-x: visible;
  overflow-y: hidden;
  margin: 0 0 20px 0;
  color: #666;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-radius: 0;
}

.aplink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.container {
  width: 100%;
  margin: 0 auto;
  transition: width 0.1s;
}

@media (min-width: 640px) {
  .container {
    width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1536px) {
  .container {
    width: 1100px;
  }
}
.ap-no-found {
  text-align: center;
}
.ap-no-found .text_404 {
  font-size: 1000%;
  color: #fcb03b;
  font-weight: 700;
  text-align: center;
  margin: 15px auto;
  overflow: hidden;
  line-height: 100%;
}
.ap-no-found h2 {
  font-size: 1em;
  font-weight: 100;
}

.aplive_menu {
  position: relative;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  z-index: 999;
  margin: auto;
}
.aplive_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.aplive_menu ul > li {
  display: inline-block;
}
.aplive_menu ul > li.current-menu-item a {
  font-weight: 400;
}
.aplive_menu a {
  padding: 0 5px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.aplive_menu ul ul {
  display: none;
  position: absolute;
  top: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}
.aplive_menu ul li:hover > ul {
  display: inherit;
}
.aplive_menu ul ul {
  background: #fff;
}
.aplive_menu ul ul li {
  width: 230px;
  float: none;
  display: list-item;
  position: relative;
}
.aplive_menu ul ul li a {
  height: auto;
  padding: 10px;
  line-height: 150%;
  color: #000;
}
.aplive_menu ul ul ul {
  top: 0;
  right: 230px;
}
.aplive_menu ul ul ul li {
  position: relative;
  top: 0;
  right: 0;
}
.aplive_menu li > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  float: left;
  margin-right: 10px;
  font-size: 0.7em;
}
.aplive_menu li > a:only-child:after {
  content: "";
}

@media only screen and (max-width: 768px) {
  .aplive_menu {
    position: absolute;
    background: #fff;
    z-index: 99999;
    top: 55px;
    right: -100%;
    width: 100%;
    padding: 0;
    overflow: auto;
    visibility: visible;
    transition: transform 0.4s 0s, visibility 0s 0s;
    -webkit-overflow-scrolling: touch;
    -o-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  .aplive_menu ul > li {
    display: block;
  }
  .aplive_menu ul > li a {
    padding: 10px;
    color: #000;
  }
  .aplive_menu.open {
    right: 0;
  }
}
#aplive_header {
  z-index: 9999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  margin-bottom: 1rem;
}
#aplive_header .header_inn {
  display: flex;
  align-items: center;
}
#aplive_header .header_inn .ap-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#aplive_header .header_inn .ap-logo img {
  width: auto;
  height: 100%;
}

.aplive_banner {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.apl-social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.apl-social a {
  width: 35px;
  height: 35px;
  color: #fff;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
  transition: all 0.3s;
}
.apl-social a:hover {
  transform: scale(0.9);
}
.apl-social a.ico-facebook {
  background: #3b5999;
}
.apl-social a.ico-twitter {
  background: #000000;
}
.apl-social a.ico-youtube {
  background: #cd201f;
}
.apl-social a.ico-telegram {
  background: #229ed9;
}

@media only screen and (max-width: 768px) {
  #aplive_header {
    margin-left: 0;
    padding-right: 0;
  }
  #aplive_header .header_inn .ap-logo {
    width: auto;
    margin: 0 auto;
  }
  #aplive_header .header_inn .ap-logo img {
    max-height: 55px;
    width: auto;
  }
  .apl-social {
    display: none;
  }
}
.customize-support #aplive_header {
  top: 32px;
}
.customize-support .slide-nav {
  top: 87px;
}

.hamburger {
  padding: 10px;
  width: 55px;
  height: 55px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 25px;
  height: 55px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/* Squeeze */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ap-footer {
  background: #fff;
  padding: 10px;
  border-top: 3px solid #eee;
}
.ap-footer .footer-widgets .widget-f {
  float: right;
  width: 25%;
  padding: 10px;
  font-weight: 100;
}
.ap-footer .footer-widgets .widget-f .widget-title {
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 5px;
  position: relative;
}
.ap-footer .footer-widgets .widget-f .widget-title:after {
  content: "";
  height: 2px;
  width: 40px;
  background: var(--apl-primary);
  position: absolute;
  right: 0;
  bottom: -2px;
}
.ap-footer .footer-widgets .widget-f li {
  list-style: inside;
  border-bottom: 1px dashed #eee;
  width: 100%;
  padding: 3px 0;
}
.ap-footer .footer-widgets .widget-f li::marker {
  color: black;
  font-size: 0.1em;
}
.ap-footer .site-info {
  margin: auto auto auto 0;
  font-size: 11px;
  line-height: 1;
  font-size: 0.8em;
  display: block;
  text-align: center;
}
.ap-footer .site-info img {
  height: 10px;
}

@media only screen and (max-width: 768px) {
  .ap-footer .footer-widgets .widget-f {
    width: 100%;
    float: none;
  }
}
.develop {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  gap: 3px;
}

.wrapper {
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  clear: both;
  margin-bottom: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: var(--apl-radius);
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.content-holder {
  position: relative;
}

.content-grid {
  display: flex;
  padding: 15px;
}

.content-area {
  float: right;
  width: calc(100% - 320px);
  position: relative;
}

.sidebar {
  width: 300px;
  float: left;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .content-grid {
    display: block;
  }
  .content-area,
  .sidebar {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.widget_news_widget .widget-title {
  color: #fff;
}
.widget_news_widget .widget-title a {
  color: #fff;
}
.widget_news_widget .polist .item {
  position: relative;
  display: flex;
  padding: 10px;
  position: relative;
  border-bottom: 1px dashed #eee;
}
.widget_news_widget .polist .item:last-child {
  border-bottom: 0;
}
.widget_news_widget .polist .item .thumbnail {
  width: 120px;
  float: right;
  border-radius: 5px;
  overflow: hidden;
  height: 90px;
  position: relative;
  display: block;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
}
.widget_news_widget .polist .item .thumbnail img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.widget_news_widget .polist .item .det {
  width: calc(100% - 120px);
  padding: 5px 10px 5px 0;
  float: right;
}
.widget_news_widget .polist .item .det h2 {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  align-self: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aplive-widget-table .aplive-card {
  padding: 10px 0;
}

.entry {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
  color: #000;
}
.entry p {
  text-align: justify;
  font-size: 1em;
  line-height: 200%;
}
.entry blockquote {
  border-right: 1px solid;
  border-color: #f0a306;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 30px;
  margin: 36px 0;
  position: relative;
  font-style: italic;
  color: #999;
}
.entry blockquote:after {
  position: absolute;
  content: "\f10e";
  font: normal normal normal 20px/1 Font awesome\5 Pro;
  top: 0;
  right: 5px;
  color: #f0a306;
}
.entry blockquote p {
  color: #999;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}
.entry ol,
.entry ul {
  margin: 20px 30px 20px 0;
}
.entry ul li {
  list-style: outside disc;
  list-style-image: none;
}
.entry ol li {
  list-style: outside decimal;
}
.entry li {
  margin: 0 0 5px;
}
.entry li ul,
.entry li ol {
  margin: 5px 0 0 15px;
}
.entry table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eee;
  border-collapse: separate;
  margin-bottom: 1.5em;
}
.entry table tr:nth-child(even) {
  background: #f9f9f9;
}
.entry table td,
.entry table th {
  text-align: right;
  border-left: 1px dotted #eee;
  padding: 0.4em;
}
.entry table thead th {
  background: #f4f4f4;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0.7em 0.4em;
}
.entry table tbody th {
  background: #f4f4f4;
  border-bottom: 1px solid #eee;
}
.entry table tbody td {
  border-bottom: 1px solid #eee;
}
.entry table tr th:last-child,
.entry table tr td:last-child {
  border-left: 0;
}
.entry table tbody tr:last-child td,
.entry table tbody tr:last-child th {
  border-bottom: 0;
}
.entry img {
  max-width: 100%;
}
.entry iframe {
  max-width: 100%;
}
.entry .post_tags {
  margin: 20px 0;
}
.entry .post_tags span.tgt {
  background: #f6f7fb;
  font-size: 13px;
  color: #a9a9a9;
  padding: 5px 10px;
  margin-left: 10px;
}
.entry .post_tags a {
  font-size: 13px;
}
.entry img,
.entry .size-auto,
.entry .size-full,
.entry .size-large,
.entry .size-medium,
.entry .attachment img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.entry .centered,
.entry .aligncenter {
  display: block;
  margin: 5px auto;
}
.entry .alignright {
  margin: 5px 0 5px 25px;
  display: inline;
  float: right;
}
.entry .alignleft {
  margin: 5px 25px 5px 0;
  display: inline;
  float: left;
}
.entry .gallery {
  clear: both;
  margin: 0 auto 18px;
}
.entry .gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 10px;
}
.entry .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry .gallery .gallery-item img {
  height: auto;
  transition: all 0.4s;
  margin: 0 auto;
}
.entry .gallery .gallery-item a:hover img {
  opacity: 0.6 !important;
  transform: scale(1.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.32);
}
.entry .gallery-caption {
  color: #888;
  margin: 0 0 12px;
}

/*
*  widget
*************/
.widget {
  margin-bottom: 10px;
  background: #fff;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: var(--apl-radius);
  overflow: hidden;
}
.widget .widget-title {
  background: var(--apl-primary);
  color: #fff;
  padding: 10px 15px;
}
.widget .widget-title h4 {
  font-weight: 400;
}
.widget .widget-title a {
  color: #fff;
}
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_views ul li {
  padding: 5px;
  border-bottom: 1px solid #fafafa;
}
.widget.ap-code {
  padding: 0;
  border: 0;
}
.widget.widget_polls-widget .wp-polls {
  border: 1px solid #f2f6f7;
  padding: 10px 0;
  border-radius: 3px;
  padding: 10px;
}
.widget.widget_polls-widget .wp-polls strong {
  color: var(--apl-primary);
  display: block;
  padding: 10px 0;
}
.widget.widget_polls-widget .wp-polls .wp-polls-ul {
  margin: 0 10px;
}
.widget.widget_polls-widget .wp-polls ul li {
  padding: 5px 0;
}
.widget.widget_polls-widget .wp-polls input[type="checkbox"],
.widget.widget_polls-widget .wp-polls input[type="radio"] {
  position: relative;
  top: -0.25em;
  margin: 0 1em 0 1em;
  cursor: pointer;
  background: #fff;
}
.widget.widget_polls-widget .wp-polls .Buttons {
  border: 0;
  background-color: var(--apl-primary);
  color: #fff;
  padding: 10px 15px;
  transition: all 0.25s ease-in-out;
  margin-left: 10px;
  border-radius: 3px;
}
.widget.widget_polls-widget .wp-polls .Buttons:hover {
  background: #f2f2f2;
  color: #666;
}
.widget.widget_polls-widget .wp-polls .pview {
  font-size: 12px;
  padding: 14px 15px;
  transition: all 0.25s ease-in-out;
  background: #eee;
  vertical-align: middle;
  border-radius: 3px;
}
.widget.widget_polls-widget .wp-polls input[type="checkbox"]:before,
.widget.widget_polls-widget .wp-polls input[type="radio"]:before {
  transition: all 0.1s ease-in-out;
  content: "";
  position: absolute;
  left: -3px;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ddd;
  border-radius: 50%;
}
.widget.widget_polls-widget .wp-polls input[type="checkbox"]:checked:before,
.widget.widget_polls-widget .wp-polls input[type="radio"]:checked:before {
  transform: rotate(-45deg);
  height: 0.6em;
  border-color: #f0a306;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
  background: none;
}
.widget.widget_polls-widget .wp-polls input[type="checkbox"]:after,
.widget.widget_polls-widget .wp-polls input[type="radio"]:after {
  content: "";
  position: absolute;
  top: -0.125em;
  left: -3px;
  width: 1.6em;
  height: 1.6em;
  background: #fff;
  cursor: pointer;
}
.widget .gallery {
  display: none;
}
.widget .gallery.slick-initialized {
  display: block;
}
.widget .gallery:hover .bt {
  opacity: 1;
  transform: translateY(100%);
}
.widget .gallery .gallery-item {
  width: 100%;
  position: relative;
}
.widget .gallery .gallery-item .wp-caption-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0 10px 30px;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}
.widget .gallery .gallery-item img {
  width: 100%;
}
.widget .gallery .slick-dots {
  bottom: 5px;
  margin: auto;
  position: absolute;
  width: 100%;
  text-align: center;
}
.widget .gallery .slick-dots li {
  display: inline-block;
}
.widget .gallery .slick-dots li button {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
  font-size: 0;
}
.widget .gallery .slick-dots li.slick-active button {
  background: var(--apl-primary);
  color: #fff;
}
.widget .gallery .bt {
  position: absolute;
  top: 0;
  z-index: 99;
  color: var(--apl-primary);
  font-size: 1.5em;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
}
.widget .gallery .bt.nxt {
  right: 20px;
}
.widget .gallery .bt.prv {
  left: 20px;
}

.me-plugin {
  position: relative !important;
}

.wi img,
.wi .size-auto,
.wi .size-full,
.wi .size-large,
.wi .size-medium,
.wi .attachment img,
.widget img,
.widget .size-auto,
.widget .size-full,
.widget .size-large,
.widget .size-medium,
.widget .attachment img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.wi .centered,
.wi .aligncenter,
.widget .centered,
.widget .aligncenter {
  display: block;
  margin: 5px auto;
}
.wi .alignright,
.widget .alignright {
  margin: 5px 0 5px 25px;
  display: inline;
  float: right;
}
.wi .alignleft,
.widget .alignleft {
  margin: 5px 25px 5px 0;
  display: inline;
  float: left;
}

.tagcloud {
  padding: 10px 15px;
}
.tagcloud a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin-left: 20px;
  margin-bottom: 5px;
  padding: 0 10px 0 12px;
  background: #f1f1f1;
  text-decoration: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tagcloud a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #f1f1f1;
  border-style: solid;
  border-width: 12px 0 12px 12px;
}
.tagcloud a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  float: right;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  box-shadow: -1px -1px 2px #eee;
}

#wp-calendar {
  width: 100%;
  text-align: center;
  border-spacing: 0;
}
#wp-calendar caption {
  padding: 10px;
  background: #ccc;
  color: #fff;
}
#wp-calendar thead {
  background: #eee;
}
#wp-calendar tbody a {
  background: #eee;
  display: block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
#wp-calendar th,
#wp-calendar td {
  padding: 5px;
}

.widget_search .search {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}
.widget_search .search input.input {
  padding: 10px;
  width: 80%;
  float: right;
  background: #f2f6f7;
}
.widget_search .search .button {
  border-radius: 0;
  background: var(--apl-primary);
  width: 20%;
  float: right;
  color: #fff;
  cursor: pointer;
}

.glry .slick-dots {
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 20px;
  right: 50%;
  margin-right: -25px;
}
.glry .slick-dots li {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 5px;
  margin-right: 5px;
  width: 5px;
  opacity: 0.5;
}
.glry .slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 0;
}
.glry .slick-dots li.slick-active {
  opacity: 1;
  transform: scale(2);
}
.glry .bt {
  color: #fff;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  position: absolute;
  text-align: center;
  z-index: 10;
}
.glry .bt:before {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -20px;
  margin-right: -5px;
}
.glry .bt.prv {
  left: 0;
}
.glry .bt.nxt {
  right: 0;
}
.glry .item {
  position: relative;
}
.glry .item .det {
  padding: 10px;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}
.glry .item .det h2 {
  font-size: 1em;
}
.glry .item .det h2 a {
  color: #fff;
}
.glry .item .det .t {
  background: var(--apl-primary);
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
}
.glry .item .det .t a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .sidebar,
  .widget {
    float: none;
    width: 100%;
  }
}
.thumbnail {
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--gray-color);
  border-radius: var(--apl-radius);
}
.thumbnail:before {
  padding-bottom: 66.4%;
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shadow {
  box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  -webkit-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  -moz-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
}

.trans,
.ap-video .share a .fa,
.aplive_slider .slider-for.polist .arrow,
.widget .gallery .bt {
  transition: all 0.35s ease;
}

.trans2 {
  transition: all 0.25s ease;
}

.scale,
.ap-video .share a:hover .fa {
  transform: scale(1.1);
}

.imgtrans {
  overflow: hidden;
}
.imgtrans img {
  transition: 0.5s transform ease;
  transform: scale(1.12) translateX(-5%);
  -o-object-fit: cover;
  object-fit: cover;
}

.item:hover .imgtrans img {
  transform: scale(1.1) translateX(0);
}

.rot {
  transform: rotate(3deg) scale(1.1);
}

.ap-loader {
  text-align: center;
  width: 78px;
  height: 49px;
  margin: auto;
}
.ap-loader span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 24px auto;
  background: rgb(0, 0, 0);
  border-radius: 49px;
  -o-border-radius: 49px;
  -ms-border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  animation: bubblingG 1.5s infinite alternate;
  -o-animation: bubblingG 1.5s infinite alternate;
  -ms-animation: bubblingG 1.5s infinite alternate;
  -webkit-animation: bubblingG 1.5s infinite alternate;
  -moz-animation: bubblingG 1.5s infinite alternate;
}

#bubblingG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}

#bubblingG_2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

#bubblingG_3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: rgb(0, 0, 0);
    transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: rgb(255, 255, 255);
    transform: translateY(-20px);
  }
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9997;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.open-overlay {
  overflow: hidden;
}
.open-overlay .overlay {
  opacity: 0.5;
  visibility: visible;
}

.comments-area .comments-t {
  font-size: 1em;
  font-weight: 100;
  text-align: center;
  padding: 10px 0;
  background: var(--apl-primary);
  color: #fff;
  margin-bottom: 10px;
  border-radius: var(--apl-radius);
}
.comments-area h2.comments-title {
  font-size: 1.2em;
  font-weight: 100;
  padding: 10px 15px;
  background: #fafafa;
  border-radius: 3px;
  margin-bottom: 10px;
}
.comments-area p.comment-notes {
  background: #fff2d6;
  border: 1px solid #fde9bf;
  color: #d6a100;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.comments-area .comment-list {
  background: #fff;
}
.comments-area .comment-list footer {
  padding: 0;
  margin-bottom: 20px;
  text-align: right;
  border-bottom: 1px solid #fafafa;
  font-size: 0.8em;
}
.comments-area .comment-list .vcard {
  text-align: right;
}
.comments-area .comment-list article.comment-body {
  position: relative;
  background: #fafafa;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: var(--apl-radius);
}
.comments-area .comment-list ol.children {
  margin-right: 40px;
}
.comments-area .comment-list .comment-metadata {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.comments-area .comment-list .comment-metadata a {
  color: #9e9e9e;
}
.comments-area .comment-list .comment-author.vcard img {
  float: right;
  margin-left: 15px;
  border-radius: 50%;
}
.comments-area .comment-list .comment-content {
  line-height: 150%;
  text-align: justify;
  color: #000;
}
.comments-area .comment-list .reply {
  position: absolute;
  left: 10px;
  top: 10px;
}
.comments-area .comment-list .reply a {
  background: #eee;
  padding: 10px 15px;
  font-size: 12px;
  position: relative;
  display: block;
  border-radius: 3px;
}
.comments-area .comment-list .reply a:hover {
  background: #ffbc00;
  color: #fff;
}
.comments-area .comment-list li:last-child {
  margin-bottom: 0;
  border: 0;
}
.comments-area .comment-list li .commentnumber {
  float: right;
  color: #999999;
  font-size: 3em;
  margin: 0;
  padding: 0 0.5em 0.5em 0;
  clear: right;
}
.comments-area .comment-list li li .commentnumber {
  font-size: 1.7em;
}
.comments-area .comment-list li li .commentnumber li .commentnumber {
  font-size: 1.3 em;
}
.comments-area .comment-list ul.children {
  margin-right: 10%;
}
.comments-area .comment-list cite.fn {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment-date {
  display: block;
  font-size: 13px;
}
.comments-area .comment-list .comment-date a {
  color: #9e9e9e;
}
.comments-area .comment-navigation {
  text-align: center;
  padding: 10px;
}
.comments-area .comment-navigation .nav-previous,
.comments-area .comment-navigation .nav-next {
  display: inline-block;
}
.comments-area .comment-navigation .nav-previous a,
.comments-area .comment-navigation .nav-next a {
  padding: 10px;
  padding: 10px;
  border: 1px solid #eee;
  display: inline-block;
}

/*
    comment-respond
    */
.comment-respond .logged-in-as {
  padding: 10px;
}

.comment-respond h3.comment-reply-title {
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.comment-respond label {
  display: none;
  margin: 10px;
  font-size: 11px;
  font-weight: bold;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  position: relative;
  width: 33.333%;
  float: right;
  padding-left: 10px;
}

.comment-form-url {
  padding-left: 0;
  padding-right: 0;
}

.comment-respond .required {
  color: red;
}

.comment-respond #comment,
.comment-respond #author,
.comment-respond #email,
.comment-respond #url {
  border: none;
  background: #fff;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 24px;
  color: #676767;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.comment-respond #comment:focus,
.comment-respond #author:focus,
.comment-respond #email:focus,
.comment-respond #url:focus {
  border-color: #adadad;
}

.comment-respond #comment {
  height: 130px;
  border: 1px solid #e2e2e2;
  display: block;
  float: right;
  max-width: 100%;
  min-height: 140px;
  min-width: 100%;
  padding: 10px;
  position: relative;
  resize: none;
  width: 100%;
  border-radius: var(--apl-radius);
}

.comment-respond .submit {
  background: var(--apl-primary);
  border: medium none;
  color: #fff;
  padding: 7px 20px;
  border-radius: var(--apl-radius);
}

@media only screen and (max-width: 480px) {
  .comments-area {
    padding: 0;
  }
  .comments-area .comment-respond #comment,
  .comments-area .comment-respond #author,
  .comments-area .comment-respond #email,
  .comments-area .comment-respond .submit {
    width: 100%;
    float: none;
  }
}
.pagination-centered {
  text-align: center;
}
.pagination-centered .pager {
  display: flex;
  justify-content: center;
}
.pagination-centered .pager li i {
  font-size: 1.3em;
  font-weight: 400;
}
.pagination-centered .pager li .active {
  background: #eee;
  border-radius: var(--apl-radius);
}
.pagination-centered .pager li > * {
  text-align: center;
  display: block;
  padding: 10px;
}
.pagination-centered .pager li > *:hover {
  opacity: 0.7;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-nav {
  margin: auto 0 auto auto;
  transition: transform 0.2s ease;
  position: fixed;
  top: 55px;
  bottom: 0;
  right: -360px;
  background: #fff;
  width: 260px !important;
  z-index: 9998;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.slide-nav li {
  position: relative;
  border-right: 5px solid transparent;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.slide-nav li a {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.slide-nav li.menu-item-has-children > a:after {
  position: absolute;
  left: 11px;
  top: 10px;
  opacity: 0.6;
  margin-right: 5px;
  line-height: 2;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 800;
  content: "\f107";
  font-size: 13px;
  transition: all 0.1s ease-out;
}
.slide-nav li.menu-item-has-children ul {
  display: none;
}
.slide-nav li.menu-item-has-children ul li {
  padding-right: 10px;
}
.slide-nav li.current-menu-item {
  background: rgba(0, 0, 0, 0.04);
  border-color: #eee;
}
.slide-nav li.current-menu-parent {
  border: 0;
}
.slide-nav > li.active > ul {
  display: block;
}
.slide-nav > li > a {
  cursor: pointer;
  z-index: 2;
}

.nav-open .slide-nav {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .slide-nav {
    z-index: 9999;
  }
}
#openSearch {
  padding: 10px;
  width: 55px;
  height: 55px;
  text-align: center;
  cursor: pointer;
  border: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#searchModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.modal-content input[type="submit"] {
  background: #222;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}
.modal-content input[type="search"] {
  background: #fafafa;
  color: #222;
  padding: 10px 20px;
  border-radius: 3px;
}

#closeModal {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
}

.aplive_slider {
  margin-bottom: 10px;
  background: #fff;
  display: flex;
  position: relative;
  width: 100%;
}
.aplive_slider .slider-for {
  width: calc(100% - 310px);
  margin-left: 10px;
}
.aplive_slider .slider-for.polist {
  position: relative;
  display: flex;
}
.aplive_slider .slider-for.polist.slick-initialized {
  display: block;
}
.aplive_slider .slider-for.polist.slick-initialized .item:nth-child(1n + 2) {
  display: block;
}
.aplive_slider .slider-for.polist .item {
  position: relative;
}
.aplive_slider .slider-for.polist .item:nth-child(1n + 2) {
  display: none;
}
.aplive_slider .slider-for.polist .item .thumbnail {
  width: 100%;
  height: 415px;
  position: relative;
}
.aplive_slider .slider-for.polist .item .thumbnail:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 80%;
  background: #000;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.aplive_slider .slider-for.polist .item .det {
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 20px;
  z-index: 99;
}
.aplive_slider .slider-for.polist .item .det h3 {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  color: #fff;
}
.aplive_slider .slider-for.polist .item .det .time {
  font-size: 0.8rem;
  color: #626262;
}
.aplive_slider .slider-for.polist .slick-dots {
  top: 10px;
  margin: auto;
  position: absolute;
  width: 0;
  right: 10px;
  text-align: center;
}
.aplive_slider .slider-for.polist .slick-dots li {
  background: #999;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-bottom: 10px;
  width: 15px;
  text-align: center;
}
.aplive_slider .slider-for.polist .slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 0;
}
.aplive_slider .slider-for.polist .slick-dots li.slick-active {
  background: var(--apl-primary);
}
.aplive_slider .slider-for.polist .slick-dots li.slick-active button {
  color: #fff;
}
.aplive_slider .slider-for.polist .arrow {
  background-color: #fff;
  width: 35px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  z-index: 99;
  opacity: 0.7;
  overflow: hidden;
  cursor: pointer;
}
.aplive_slider .slider-for.polist .arrow:hover {
  background: #999;
}
.aplive_slider .slider-for.polist .arrow.button-next {
  left: 0;
  background-image: url(./assets/img/right-arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.aplive_slider .slider-for.polist .arrow.button-prev {
  right: 0;
  background-image: url(./assets/img/left-arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.aplive_slider .slider-nav {
  width: 300px;
  background: #f1f5f9;
  color: #000;
  border-radius: var(--apl-radius);
  overflow: hidden;
}
.aplive_slider .slider-nav.slick-initialized .item {
  display: block;
}
.aplive_slider .slider-nav .item {
  border-bottom: 1px solid #fafafa;
  padding: 10px;
  cursor: pointer;
  display: none;
  height: 69px;
  overflow: hidden;
}
.aplive_slider .slider-nav .item:hover {
  opacity: 0.8;
}
.aplive_slider .slider-nav .item.slick-current {
  background: var(--apl-primary);
  color: #fff;
}
.aplive_slider .slider-nav .item h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  align-self: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .aplive_slider {
    display: block;
  }
  .aplive_slider .slider-for {
    width: 100%;
  }
  .aplive_slider .slider-for.polist .item .det {
    text-align: center;
  }
  .aplive_slider .slider-for.polist .item .thumbnail {
    height: 340px;
  }
}
.aplive-main .main-title {
  padding: 10px 0;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.aplive-main .main-title span {
  display: inline-block;
  z-index: 9;
  position: relative;
  padding: 0 1rem;
}
.aplive-main .polist {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 10px;
}
.aplive-main .polist article {
  position: relative;
  border: 1px solid #eee;
  border-radius: var(--apl-radius);
}
.aplive-main .polist article .thumbnail {
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.aplive-main .polist article .thumbnail .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-top: -20px;
  margin-left: -20px;
  color: #fff;
  padding: 0 4px 0 7px;
}
.aplive-main .polist article .det {
  width: 100%;
  padding: 10px;
}
.aplive-main .polist article .det h2 {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  align-self: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.aplive-main .pagination-centered {
  width: 100%;
}

.archive .aplive-main .polist {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 768px) {
  .aplive-main .polist {
    grid-template-columns: repeat(2, 1fr);
  }
  .aplive-main .polist article .thumbnail {
    height: 125px;
  }
}
.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.ap-page {
  width: 720px;
  margin: 0 auto;
}
.ap-page .title_work {
  margin-bottom: 40px;
}

.page-header {
  text-align: center;
  padding: 10px;
  font-size: 1.5rem;
}

.ap-archive .page-header {
  padding: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
}
.ap-archive .page-header .apright {
  margin: auto 0;
}
.ap-archive .page-header .apleft {
  margin: auto auto auto 0;
  font-size: 1.5em;
  color: #5a5a5a;
}
.ap-archive .page-header .apleft i {
  margin-right: 10px;
  cursor: pointer;
}
.ap-archive .page-header .apleft i#archive_list {
  transform: rotate(180deg);
}
.ap-archive .post-list {
  display: flex;
  flex-wrap: wrap;
}
.ap-archive .post-list .item {
  position: relative;
  width: 33.333%;
  padding: 5px 0;
  position: relative;
  float: right;
  padding: 5px;
}
.ap-archive .post-list .item .thumbnail .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-top: -20px;
  margin-left: -20px;
  color: #fff;
  padding: 0 4px 0 7px;
}
.ap-archive .post-list .item .det {
  width: 100%;
  padding: 5px;
}
.ap-archive .post-list .item .det h2 {
  font-size: 0.9em;
}

.leagues-header {
  display: flex;
  padding: 20px;
}
.leagues-header .logo {
  width: 70px;
  height: 70px;
}
.leagues-header .logo img {
  width: 100%;
  height: auto;
}
.leagues-header .det {
  margin: auto 20px auto 0;
}
.leagues-header .det .page-title {
  margin-bottom: 10px;
}
.leagues-header .det .taxonomy-description {
  font-weight: 100;
}

.ap-search .srch_form {
  background: #f6f7fb;
  padding: 10px;
  text-align: center;
}
.ap-search .srch_form .input {
  padding: 5px 15px;
  width: 70%;
}
.ap-search .srch_form .button {
  background: #f0a306;
  color: #fff;
  padding: 5px 15px;
}

#load-more span {
  padding: 7px 15px;
  color: #333;
  display: inline-block;
  background: #eee;
}
#load-more span.active {
  background: #294a7d;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .ap-archive .page-header .apright {
    text-align: center;
    margin: auto;
  }
  .ap-archive .post-list .item {
    width: 50%;
  }
}
.single_inn {
  display: flex;
}

.ap-single {
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
}
.ap-single .med {
  position: relative;
  margin-bottom: 10px;
}
.ap-single .med img {
  border-radius: 5px;
}
.ap-single .med .det {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000);
}
.ap-single .med .det .cat {
  padding: 5px 7px;
  background: #1050b1;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
}
.ap-single .med .det h2 {
  margin-bottom: 10px;
}
.ap-single .med .det .time,
.ap-single .med .det .edt {
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
}
.ap-single .head_seangle {
  padding: 10px;
}
.ap-single .head_seangle h1 {
  color: #3a3a3a;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: center;
}
.ap-single .conteneur_barre_outils {
  margin-bottom: 10px;
  display: flex;
}
.ap-single .conteneur_barre_outils .bloc_signature {
  color: #a2a9ae;
  margin: auto 0;
  font-size: 13px;
}
.ap-single .conteneur_barre_outils .bloc_signature span {
  margin-left: 10px;
  display: inline-block;
}
.ap-single .conteneur_barre_outils .bloc_signature span a {
  color: #a2a9ae;
  font-weight: 100;
}
.ap-single .conteneur_barre_outils .bloc_signature span ul li {
  display: inline-block;
}
.ap-single .conteneur_barre_outils .bloc_signature span.edt {
  padding-left: 10px;
  border-left: 1px solid #eee;
}
.ap-single .conteneur_barre_outils .bloc_signature span.edt a {
  font-weight: 800;
}
.ap-single .conteneur_barre_outils span.print {
  margin: auto 0 auto auto;
}
.ap-single .conteneur_barre_outils span.print .fa-print {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #eee;
}
.ap-single .conteneur_barre_outils span.cat {
  font-size: 13px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  background: var(--apl-primary);
}
.ap-single .conteneur_barre_outils span.cat a {
  color: #fff;
}
.ap-single .conteneur_barre_outils span.soc {
  margin: auto auto auto 0;
  display: flex;
}
.ap-single .conteneur_barre_outils span.soc span {
  color: #a2a9ae;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
}
.ap-single .conteneur_barre_outils span.soc a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 2px;
}
.ap-single .conteneur_barre_outils span.soc a:hover {
  opacity: 0.8;
}
.ap-single .conteneur_barre_outils span.soc a.fa-facebook {
  background: #3b5999;
}
.ap-single .conteneur_barre_outils span.soc a.fa-twitter {
  background: #55acee;
}
.ap-single .conteneur_barre_outils span.soc a.fa-google {
  background: #dd4b39;
}
.ap-single .conteneur_barre_outils span.soc a.fa-whatsapp {
  background: #25d366;
}

/*crumbs*/
.crumbs {
  color: #cdccce;
  font-size: 0.9em;
  margin-bottom: 10px;
  color: #5a5a5a;
}
.crumbs a {
  padding: 0 5px;
  display: inline-block;
  color: #5a5a5a;
}

.post_tags a {
  margin-left: 5px;
  display: inline-block;
  background: #f5f5f5;
  padding: 2px 10px;
}

.moreposts {
  margin: 10px 0;
}
.moreposts .t {
  background: var(--apl-primary);
  color: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  border-radius: var(--apl-radius);
}
.moreposts .t h4 {
  font-weight: 100;
}

.ap-video .postitle {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.ap-video .postitle h2 {
  margin-bottom: 10px;
}
.ap-video .entry {
  width: 100%;
  float: none;
  background: #fafafa;
}
.ap-video .share {
  border: none;
  text-align: left;
}
.ap-video .share .views {
  color: #707070;
  float: right;
  padding-top: 10px;
}
.ap-video .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #a0a0a0;
  font-size: 1.5rem;
  border-radius: 50%;
}
.ap-video .share a:hover {
  opacity: 0.8;
  color: #fff;
}
.ap-video .share a.facebook:hover {
  background: #3b5999;
}
.ap-video .share a.twitter:hover {
  background: #55acee;
}
.ap-video .share a.google:hover {
  background: #dd4b39;
}

@media only screen and (max-width: 768px) {
  .single_inn {
    display: block;
  }
  .single .med {
    margin: 0;
    float: 0;
    width: 100%;
  }
  .article {
    padding: 10px;
    margin-bottom: 10px;
  }
  .article .med .det {
    padding: 5px;
  }
  .article .med .det h2 {
    font-size: 14px;
  }
  .article .conteneur_barre_outils {
    display: block;
  }
  .article .conteneur_barre_outils .bloc_signature {
    margin-bottom: 10px;
  }
  .entry_control {
    width: 50px;
  }
  .entry_control .print {
    display: none;
  }
  .entry_control small {
    display: none;
  }
}
.mobile-share {
  width: auto;
  margin: 0 auto;
  list-style: none;
  position: relative;
  z-index: 8;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: right 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.mobile-share ul {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2px;
}
.mobile-share ul li {
  display: inline-block;
  width: 10%;
}
.mobile-share ul li a {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.15s ease;
  font-size: 1.5rem;
}
.mobile-share ul li a:hover {
  transform: scale(0.94);
}
.mobile-share ul li a.facebook {
  border: 1px solid #1875f2;
  background-color: #1875f2;
  margin-left: 0 !important;
}
.mobile-share ul li a.twitter {
  border: 1px solid #1da1f2;
  background-color: #1da1f2;
}
.mobile-share ul li a.pinterest {
  border: 1px solid #e60023;
  background-color: #e60023;
}
.mobile-share ul li a.messenger {
  border: 1px solid #006aff;
  background-color: #006aff;
}
.mobile-share ul li a.whatsapp {
  border: 1px solid #25d366;
  background-color: #25d366;
  margin-right: 0 !important;
}

.home .aplive-table-full,
.home .aplive-channels {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.home .aplive-channels {
  margin-bottom: 10px;
}
.home .aplive-channels .chs-content {
  padding: 10px;
}
