/*
  Theme Name:   APMobile
  Theme URI:    http://3issam.com/
  Description:   WordPress Mobile Theme  
  Version:      1.4.1
  License:      license purchased
  License URI:  http://3issam.com/item/apmobile

*/
:root {
  --apm-rounded: 3px;
  --apm-primary: #ef610e;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

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;
}

img,
video {
  max-width: 100%;
  height: auto;
}

/*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;
  background: url(img/code.png);
  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;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.trans {
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.trans2 {
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.scale {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.rot {
  -webkit-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}

.hide {
  display: none !important;
}

.ap-loader {
  display: none;
}

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

.box-shadow,
.mobile_slider_tow .polist .item {
  -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
}

.thumbnail {
  /*background-image: url(./assets/img/asm.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;

}

.ap-header {
  height: 60px;
  width: 100%;
  background:#F0F0F0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  direction: rtl;
  z-index: 9999;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  /*-------
  //search form
  -----------------------------------------------------------------------------------*/
  /*-------
  //logo
  -----------------------------------------------------------------------------------*/
}

.ap-header .apmobile_search {
  background: #8d0101;
  position: relative;
  width: 100%;
  padding: 10px 0;
  display: none;
  top:10px;
  z-index: 9999;
}

.ap-header .apmobile_search:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.18)), color-stop(21%, rgba(0, 0, 255, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.18) 5%, rgba(0, 0, 255, 0) 21%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 5%, rgba(0, 0, 255, 0) 21%);
}

.ap-header .apmobile_search form.search {
  position: relative;
  z-index: 99;
  text-align: center;
  background: #FFF;
  border-radius: 30px;
  border: 0;
  height: 35px;
  line-height: 35px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ap-header .apmobile_search form.search input.input {
  padding-right: 10px;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  border: 0;
  outline: none;
  width: 80%;
  outline: none;
}

.ap-header .apmobile_search form.search button.button {
  height: 35px;
  width: 20%;
  text-align: center;
  background: #f7f7f7;
  border-width: 0px;
  border: none;
  border-radius: 20px;
  outline: none;
}

.ap-header #ap-logo {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  max-height: 60px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.ap-header #ap-logo img {
  display: block;
  max-height: 60px!important; 
  width: auto;
  padding: 3px 0px !important;
}

.ap-header .hico {
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  color: RED;
  font-size: 1.6em;
}

.ap-header .hico.mobiletv {
  float: right;
  margin-right: 50px;
}

.ap-header .hico.headet_left {
  float: left;
}

.ap-header .hico a {
  color: #FFF;
}

#ap-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none;
}

#ap-top-nav ul {
  height: 100%;
  padding-top: 18px;
}

#ap-top-nav li {
  display: inline-block;
  margin-right: 1em;
}

#ap-top-nav a {
  display: inline-block;
  padding: .5em;
  text-transform: uppercase;
  font-weight: 600;
}

#ap-top-nav a.current {
  background-color: #272727;
}

.no-touch #ap-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#ap-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: rgba(0, 0, 0, 0.15);
}

#ap-menu-trigger .ap-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none;
}

#ap-menu-trigger .ap-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: Red;
  border-radius: var(--apm-rounded);
  top: 25px;
  right: 15px;
  /* these are the upper and lower lines in the menu menu */
}

#ap-menu-trigger .ap-menu-icon::before,
#ap-menu-trigger .ap-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  border-radius: var(--apm-rounded);
}

#ap-menu-trigger .ap-menu-icon::before {
  bottom: 5px;
}

#ap-menu-trigger .ap-menu-icon::after {
  top: 5px;
}

#ap-menu-trigger.is-clicked .ap-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}

#ap-menu-trigger.is-clicked .ap-menu-icon::before,
#ap-menu-trigger.is-clicked .ap-menu-icon::after {
  background-color: white;
}

#ap-menu-trigger.is-clicked .ap-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ap-menu-trigger.is-clicked .ap-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#ap-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 60px;
  visibility: hidden;
  direction: rtl;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 250px;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;

  right: -250px;
}

#ap-lateral-nav .menu-logo {
  width: 80%;
  margin: 0 auto 10px;
}

#ap-lateral-nav .menu-logo img {
  width: 100%;
  height: auto;
  text-align: center;
}

#ap-lateral-nav .ap-navigation {
  margin: 10px 0 16px;
}

#ap-lateral-nav .ap-navigation li {
  width: 100%;
  font-size: 1em;
}

#ap-lateral-nav .ap-navigation li.fa::before,
#ap-lateral-nav .ap-navigation li.fas::before,
#ap-lateral-nav .ap-navigation li.fab::before {
  float: right;
  margin-top: 19px;
  width: 30px;
  text-align: center;
  color: #FFF;
}

#ap-lateral-nav .ap-navigation li a {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.03);
  font-weight: 800;
}

#ap-lateral-nav .sub-menu {
  display: none;
  background: rgba(0, 0, 0, 0.15);
}

#ap-lateral-nav a {
  display: block;
  line-height: 2em;
}

#ap-lateral-nav a.current {
  background-color: #414141;
}

.no-touch #ap-lateral-nav a:hover {
  color: #FFF;
}

#ap-lateral-nav.lateral-menu-is-open {
  right: 0;
  visibility: visible;

}

/* style menu items which have a submenu  */
#ap-lateral-nav .menu-item-has-children>a {
  position: relative;
  text-transform: uppercase;
  /* this is the right arrow to show that the item has a submenu  */
}

#ap-lateral-nav .menu-item-has-children>a::after {
  content: "\f053";
  font-family: 'Font Awesome\ 5 free';
  font-weight: 800;
  display: block;
  position: absolute;
  left: 1em;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#ap-lateral-nav .menu-item-has-children>a.submenu-open::after {
  -webkit-transform: translateY(0) rotate(-90deg);
  -moz-transform: translateY(0) rotate(-90deg);
  -ms-transform: translateY(0) rotate(-90deg);
  -o-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg);
}

#ap-lateral-nav .socials {
  position: relative;
  padding: 10px 0;
  margin: 0;
}

#ap-lateral-nav .socials:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.02)), color-stop(21%, rgba(0, 0, 255, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.02) 5%, rgba(0, 0, 255, 0) 21%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 5%, rgba(0, 0, 255, 0) 21%);
}

#ap-lateral-nav .socials ul {
  padding: 0 10px;
  display: flex;
  text-align: center;
}

#ap-lateral-nav .socials ul::after {
  clear: both;
  content: "";
  display: table;
}

#ap-lateral-nav .socials ul li {
  padding: 0;
  margin: 0 auto;
}

#ap-lateral-nav .socials ul li a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  margin: auto;
  border-radius: 50%;
  color: #FFF;
}

#ap-lateral-nav .socials ul li a.fa-twitter {
  background: #55acee;
}

#ap-lateral-nav .socials ul li a.fa-youtube {
  background: #cd201f;
}

#ap-lateral-nav .socials ul li a.fa-facebook-f {
  background: #3b5999;
}

#ap-lateral-nav .socials ul li a.fa-google {
  background: #dd4b39;
}

#ap-lateral-nav .socials ul li a.fa-instagram {
  background: #e4405f;
}

.no-touch #ap-lateral-nav .socials ul li:hover {
  background-color: var(--apm-primary);
}

.no-touch #ap-lateral-nav .socials ul li:hover.ap-twitter {
  background-position: 0 -32px;
}

.no-touch #ap-lateral-nav .socials ul li:hover.ap-github {
  background-position: -32px -32px;
}

.no-touch #ap-lateral-nav .socials ul li:hover.ap-facebook {
  background-position: -64px -32px;
}

.no-touch #ap-lateral-nav .socials ul li:hover.ap-google {
  background-position: -96px -32px;
}

.mobile_slider {
  margin-bottom: 10px;
}

.mobile_slider .polist {
  position: relative;
  display: none;
}

.mobile_slider .polist.slick-initialized {
  display: block;
}

.mobile_slider .polist .item {
  position: relative;
}

.mobile_slider .polist .item .thumbnail {
  height: 270px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
  border-radius: var(--apm-rounded);
}

.mobile_slider .polist .item .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.mobile_slider .polist .item .det h2 {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 150%;
  padding: 5px 10px 15px;
  background-image: linear-gradient(rgba(8, 8, 8, 0), black);
  width: 100%;
  text-align: center;
  border-radius: var(--apm-rounded);

}

.mobile_slider .polist .item .cat {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1em;
  background: #8d0101;
  padding: 5px 10px;
  color: #FFF;
  display: inline-block;
  border-radius: var(--apm-rounded);
  font-size: .8em;
}

.mobile_slider .polist .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.mobile_slider .polist .slick-dots li {
  text-align: center;
  display: inline-block;
  margin: 1px;
  border: 1px solid #FEFEFE;
}

.mobile_slider .polist .slick-dots li button {
  color: var(--fontDark);
  opacity: 1;
  font-size: 1em;
  line-height: 30px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  padding: 0;
  border-radius: var(--apm-rounded);
  border: 0;
}

.mobile_slider .polist .slick-dots li.slick-active {
  border-color: #8d0101;
  background-color:#8d0101!important;
  
}

.mobile_slider .polist .slick-dots li.slick-active button {
  color: #fff;
  background: #8d0101;
}


.mobile_slider_tow {
  background: #f1f1f1;
  padding: 10px 0;
}

.mobile_slider_tow .stitle {
  padding: 10px 20px 20px;
}

.mobile_slider_tow .stitle h4 {
  font-weight: 800;
}

.mobile_slider_tow .polist {
  position: relative;
  display: none;
}

.mobile_slider_tow .polist.slick-initialized {
  display: block;
}

.mobile_slider_tow .polist .item {
  position: relative;
  margin: 0 10px 20px;
  border-radius: var(--apm-rounded);
  overflow: hidden;
}

.mobile_slider_tow .polist .item .thumbnail {
  height: 180px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
}

.mobile_slider_tow .polist .item .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.mobile_slider_tow .polist .item .det h2 {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 1em;
  font-weight: 800;
  line-height: 150%;
  padding: 5px 10px 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(rgba(8, 8, 8, 0), rgba(0, 0, 0, 0.55));
  width: 100%;
}

.mobile_slider_tow .polist .item .cat {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 1em;
}

.mobile_slider_tow .polist .item .cat a {
  background: var(--apm-primary);
  padding: 5px 10px;
  color: #FFF;
  display: inline-block;
}

.mobile_slider_tow .polist .slick-dots {
  position: absolute;
  left: 10px;
  top: -20px;
  transform: translateY(-100%);
}

.mobile_slider_tow .polist .slick-dots li {
  display: inline-block;
}

.mobile_slider_tow .polist .slick-dots li.slick-active button {
  background: var(--apm-primary);
}

.mobile_slider_tow .polist .slick-dots li button {
  background: #ddd;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  margin-right: 5px;
  border: 0;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.ap-block {
  position: relative;
  padding-top: 4px;
}

.ap-block .polist .item {
  padding: 10px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.04);
  position: relative;
  background: #FFF;
}

.ap-block .polist .item:nth-child(1) .thumbnail {
  height: 180px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
  float: none;
  width: 100%;
}

.ap-block .polist .item:nth-child(1) .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.ap-block .polist .item:nth-child(1) .det {
  padding: 10px;
  width: 100%;
  float: none;
}

.ap-block .polist .item .det {
  width: calc(100% - 120px);
  float: right;
  padding-right: 10px;
}

.ap-block .polist .item .det h2 {
  font-size: 1em;
  font-weight: 800;
  line-height: 150%;
}

.ap-block .polist .item .det .time {
  font-size: .7em;
  color: #9e9e9e;
}

.ap-block .polist .item .thumbnail {
  width: 120px;
  float: right;
  height: 80px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
  border-radius: var(--apm-rounded);
  overflow: hidden;
}

.ap-block .polist .item .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.ap-last .t {
  font-size: 1rem;
  color: #FFF;
  padding: 10px;
}

.ap-last .polist .item:nth-child(1) {
  display: block;
  position: relative;
}

.ap-last .polist .item:nth-child(1) .thumbnail {
  height: 180px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
  float: none;
  width: 100%;
}

.ap-last .polist .item:nth-child(1) .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.ap-last .polist .item:nth-child(1) .det {
  padding: 10px;
  float: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  border-radius: var(--apm-rounded);
  color: #FFF;
  width: auto;
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.3), transparent);
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.3), transparent);
}

.ap-last .polist .item {
  padding: 10px;
  border-bottom: 3px solid #eee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.ap-last .polist .item .det {
  width: calc(100% - 120px);
  float: right;
  padding-right: 10px;
}

.ap-last .polist .item .det h2 {
  font-size: 1em;
  font-weight: 800;
  line-height: 150%;
}

.ap-last .polist .item .det .time {
  font-size: .7em;
  color: #9e9e9e;
}

.ap-last .polist .item .thumbnail {
  width: 120px;
  float: right;
  height: 80px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
  border-radius: var(--apm-rounded);
  overflow: hidden;
}

.ap-last .polist .item .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.ap-last .polist .item .thumbnail .b-play {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF;
  font-size: 2rem;
}

.main_mobile .item.bs_one {
  display: flex;
  margin-bottom: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--apm-rounded);
  overflow: hidden;
  position: relative;
}

.main_mobile .item.bs_one .aplinke {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.main_mobile .item.bs_one .det {
  width: 100%;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.main_mobile .item.bs_one .det h2 {
  margin: 5px 0;
  line-height: 150%;
  font-size: 1.1em;
  font-weight: 800;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}

.main_mobile .item.bs_one .det .time {
  color: #fff;
  font-size: .7em;
  width: auto;
  font-size: .8em;
  position: absolute;
  top: -7px;
  right: 12px;
  margin-right: -2px;
  font-size: 17px;
  text-shadow: 0 -1px 4px #000;
  display: block;
  font-family: arial, sans-serif;
  /* font-size: 13px; */
  font-weight: bold;



}

.main_mobile .item.bs_one .met {
  width: auto;
  font-size: .8em;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-right: -2px;
  display: block;









}












.bs_one:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(243, 146, 0, 0)), color-stop(51%, #f39200), to(rgba(243, 146, 0, 0)));
  background-image: linear-gradient(to left, rgba(243, 146, 0, 0), #f39200 51%, rgba(243, 146, 0, 0));
  z-index: 10;
}







.main_mobile .item.bs_one .met .time {
  color: #FFF;
}

.main_mobile .item.bs_one .met .cat {
  background: var(--apm-primary);
  padding: 5px 15px;
  color: #f2f2f2;
  z-index: 1;
  border-radius: var(--apm-rounded);
  display: inline-block;
}

.main_mobile .item.bs_one .met .cat a {
  color: #FFF;
}

.main_mobile .item.bs_one .thumbnail {
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
}

.main_mobile .item.bs_one .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.main_mobile .item.bs_one.vid {
  background: #19232d;
  color: #FFF;
}

.main_mobile .item.bs_one.vid .thumbnail {
  position: relative;
}

.main_mobile .item.bs_one.vid .thumbnail:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0 6px;
  background: #c00;
}

.main_mobile .item.bs_one.vid a {
  color: #FFF;
}

.main_mobile .item.bs_tow {
  margin-bottom: 10px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  background: #FFF;
}

.main_mobile .item.bs_tow .aplinke {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.main_mobile .item.bs_tow .det {
  display: block;
  width: 100%;
  height: auto;
  padding: 4px 8px;
  margin: 0;
  line-height: 1.2;
  border-right: 4px solid var(--apm-primary);
}

.main_mobile .item.bs_tow .det h2 {
  line-height: 150%;
  font-size: 1.1em;
  font-weight: 600;
}

.main_mobile .item.bs_tow .det .time {
  font-size: .7em;
  color: #9e9e9e;
}

.main_mobile .item.bs_tow .met {
  width: auto;
  font-size: .8em;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-right: -2px;
  display: block;
}

.main_mobile .item.bs_tow .met .time {
  color: #FFF;
}

.main_mobile .item.bs_tow .met .cat {
  background: var(--apm-primary);
  padding: 5px 15px;
  color: #f2f2f2;
  z-index: 1;
  border-radius: var(--apm-rounded);
  display: inline-block;
}

.main_mobile .item.bs_tow .met .cat a {
  color: #FFF;
}

.main_mobile .item.bs_tow .thumbnail {
  height: 190px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
}

.main_mobile .item.bs_tow .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.main_mobile .item.bs_tow.vid {
  background: #272727;
  color: #FFF;
}

.main_mobile .item.bs_tow.vid .thumbnail {
  position: relative;
}

.main_mobile .item.bs_tow.vid .thumbnail:before {
  content: "\f04b";
  font-family: Font Awesome\ 5 Pro;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0 6px;
  background: #c00;
}

.main_mobile .item.bs_tow.vid a {
  color: #FFF;
}

.main_mobile .item.bs_three {
  margin-bottom: 10px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  background: #FFF;
  border-radius: var(--apm-rounded);
  padding: 3px;
}

.main_mobile .item.bs_three .aplinke {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.main_mobile .item.bs_three .det {
  display: block;
  width: 100%;
  height: auto;
  padding: 4px 8px;
  margin: 0;
  line-height: 1.2;
  width: 50%;
  float: right;
}

.main_mobile .item.bs_three .det h2 {
  line-height: 150%;
  font-size: 1em;
  font-weight: 600;
}

.main_mobile .item.bs_three .met {
  width: auto;
  font-size: .8em;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-right: -2px;
  display: block;
  font-size: .7em;
}

.main_mobile .item.bs_three .met .time {
  color: #FFF;
  display: inline-block;
  width: 100%;
}

.main_mobile .item.bs_three .met .cat {
  background: var(--apm-primary);
  padding: 5px 15px;
  color: #f2f2f2;
  z-index: 1;
  border-radius: var(--apm-rounded);
  display: inline-block;
  margin-bottom: 10px;
}

.main_mobile .item.bs_three .met .cat a {
  color: #FFF;
}

.main_mobile .item.bs_three .thumbnail {
  height: 110px;
  width: 50%;
  float: right;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
}

.main_mobile .item.bs_three .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.main_mobile .item.bs_three.vid {
  background: #272727;
  color: #FFF;
}

.main_mobile .item.bs_three.vid .thumbnail {
  position: relative;
}

.main_mobile .item.bs_three.vid .thumbnail:before {
  content: "\f04b";
  font-family: Font Awesome\ 5 Pro;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0 6px;
  background: #c00;
}

.main_mobile .item.bs_three.vid a {
  color: #FFF;
}

#load-more span {
  padding: 10px 15px;
  color: #333;
  display: block;
  background: #EEE;
  border-radius: var(--apm-rounded);
  text-align: center;
}

#load-more span.active {
  background: #294a7d;
  color: #FFF;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .main_mobile {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .main_mobile .item {
    display: block;
  }

  .main_mobile .item .det,
  .main_mobile .item .thumbnail {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .main_mobile {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .main_mobile .item {
    display: block;
  }

  .main_mobile .item .det,
  .main_mobile .item .thumbnail {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .main_mobile {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }

  .main_mobile .item {
    display: block;
  }

  .main_mobile .item .det,
  .main_mobile .item .thumbnail {
    width: 100%;
  }
}

.ap-single {
  max-width: 1000px;
  margin: 0 auto;
}

.article {
  font-family: arial, "Times New Roman", sans-serif;
}

.article .med {
  margin: 0;
  border-bottom: 2px solid var(--apm-primary);
}

.article .info-post h1 {
  margin: 5px 0;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 23px;
  line-height: 150%;
  color: #c00;
}

.article .info-post .cat {
  text-align: center;
  margin: 10px 0;
}

.article .info-post .cat a {
  padding: 5px;
  color: var(--apm-primary);
}

.article .bloc_signature {
  padding: 10px;
}

.article .bloc_signature .edt {
  display: block;
  margin-bottom: 5px;
  color: #c00;
}

.article .bloc_signature .edt a {
  color: #c00;
}

.article .bloc_signature .time {
  display: block;
  font-size: 12px;
  color: #aaa;
  float: right;
}

.article .bloc_signature .views {
  float: left;
  font-size: 12px;
}

.article .soc {
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px 0;
}

.article .soc span {
  color: #a2a9ae;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
}

.article .soc a {
  color: #FFF;
  background: #333;
  width: 25%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.article .soc a:hover {
  opacity: .8;
}

.article .soc a.fa-facebook {
  background: #3b5999;
}

.article .soc a.fa-twitter {
  background: #55acee;
}

.article .soc a.fa-google {
  background: #dd4b39;
}

.article .soc a.fa-whatsapp {
  background: #25D366;
}

.post_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.post_tags a {
  display: inline-block;
  margin-bottom: 3px;
  padding: 5px 15px;
  background: #8d0101;
  color: #FFF;
  border-radius: var(--apm-rounded);
}

.post_tags a:hover {
  opacity: .9;
}

@media (min-width: 1200px) {
  .ap-single {
    max-width: 1170px;
  }
}

@media (min-width: 992px) {
  .ap-single {
    max-width: 970px;
  }
}

@media (min-width: 768px) {
  .ap-single {
    max-width: 750px;
  }
}

.ap-archive {
  padding: 0;
  animation: 0s ease 0s 1 normal none running none;


}

.entry {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
  margin: 20px 0;
  padding: 0 10px;
}

.entry a {
  color: #3396de;
}

.entry p {
  text-align: justify;
  line-height: 24px;
  margin-bottom: 1em;
  font-size: 13pt;
  font-family: arial, sans-serif;
  font-weight: bold;
}

.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 free';
  font-weight: 800;
  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 {
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: 400;
}

.entry h1 {
  font-size: 36px;
}

.entry h2 {
  font-size: 30px;
}

.entry h3 {
  font-size: 24px;
}

.entry h4 {
  font-size: 18px;
}

.entry h5 {
  font-size: 14px;
}

.entry h6 {
  font-size: 12px;
}

.entry ol,
.entry ul {
  margin: 20px 20px 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;
  padding: .4em;
}

.entry table thead th {
  background: #F4F4F4;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  vertical-align: middle;
  padding: .7em .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-right: 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 auto;
  display: block;
}

.entry .alignleft {
  margin: 5px auto;
  display: block;
}

.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;
  -webkit-transition: all .40s;
  -moz-transition: all .40s;
  -o-transition: all .40s;
  transition: all .40s;
  margin: 0 auto;
}

.entry .gallery .gallery-item a:hover img {
  opacity: 0.6 !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.32);
}

.entry .gallery-caption {
  color: #888;
  margin: 0 0 12px;
}

.ap-no-found {
  text-align: center;
}

.ap-no-found .text_404 {
  font-size: 500%;
  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;
}

.no-post {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 20px;
  height: 250px;
  color: #b3b3b3;
}

.no-post span {
  font-size: 500%;
  margin-bottom: 20px;
}

.comments-area {
  border-top: 3px solid var(--apm-primary);
  padding: 10px;
}

.comments-area .comments-t {
  padding: 10px;
  text-align: center;
  border-top: 1px dashed rgba(237, 237, 237, 0.08);
}

.comments-area h2.comments-title {
  font-size: 1.2em;
  font-weight: 100;
  padding: 5px 15px;
  background: #FAFAFA;
  border-radius: 2px;
  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 {
  padding: 10px 0;
}

.comments-area .comment-list footer {
  padding: 0;
  margin-bottom: 20px;
  text-align: right;
  font-size: .8em;
}

.comments-area .comment-list .vcard {
  text-align: right;
  margin-bottom: 5px;
}

.comments-area .comment-list article.comment-body {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.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: 0;
  top: 0;
}

.comments-area .comment-list .reply a {
  padding: 5px 15px;
  font-size: 12px;
  position: relative;
  display: block;
  border-radius: 2px 0 0 0;
}

.comments-area .comment-list .reply a:hover {
  background: #272727;
  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 .5em .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 {
  font-weight: 100;
  padding: 10px;
}

.comment-form-email label,
.comment-form-author label {
  display: none;
  margin: 10px;
  font-size: 11px;
  font-weight: bold;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  position: relative;
  width: 100%;
}

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

.comment-respond #comment,
.comment-respond #author,
.comment-respond #email,
.comment-respond #url {
  border: none;
  background: #FFF;
  border: 1px solid #dadada;
  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 {
  border: 1px solid #e2e2e2;
  display: block;
  padding: 10px;
  position: relative;
  resize: none;
  width: 100%;
}

.comment-respond .submit {
  background: var(--apm-primary);
  border: medium none;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
}

.pagination-centered {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}

.pagination-centered .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-centered .pager li i {
  font-size: 1.3em;
  font-weight: 400;
}

.pagination-centered .pager li .active {
  background: #EEE;
}

.pagination-centered .pager li>* {
  text-align: center;
  display: block;
  padding: 10px;
}

.pagination-centered .pager li>*:hover {
  opacity: .7;
}

.apmobile_banner_header {
  margin: -10px -10px 10px -10px;
}

.apmobile_banner_footer {
  margin: 10px -10px 0 -10px;
}

.post-banner-mobile {
  padding: 10px 0;
}

:root {
  --primary-color: #000;
  --secondary-color: #536390;
  --font-color: #000;
  --bg-color: #fff;
  --item-color: #fff;
  --heading-color: #292922;
  --nav-color: #FAFAFA;
}

[data-theme="dark"] {
  --primary-color: #FFF;
  --secondary-color: #818cab;
  --font-color: #FFF;
  --bg-color: #161f27;
  --item-color: #0f161d;
  --heading-color: #818cab;
  --nav-color: #19232d;
}

body {
  background-color: var(--bg-color);
  color: var(--font-color);
}

.ap-last .polist .item,
.mobile_slider_tow,
.ap-block .polist .item,
.main_mobile .item.bs_tow,
.main_mobile .item.bs_three,
.comments-area .comment-list .reply a {
  background-color: var(--item-color);
}

#ap-lateral-nav {
  background-color: #8d0101!important;
}

.ap-main-content,
.apmobile_footer {
  background: var(--bg-color);
}

h1 {
  color: var(--heading-color);
}

a {
  color: inherit;
}

p {
  color: var(--font-color);
}

/*slider switch css */
.theme-switch-wrapper {
  padding: 20px 20px 20px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: .9rem;
}

.theme-switch {
  display: inline-block;
  height: 14px;
  position: relative;
  width: 40px;
  float: left;
}

.theme-switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  cursor: pointer;
}

.slider:before {
  background-color: #fff;
  bottom: -6px;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  transition: .4s;
  width: 26px;
  -webkit-box-shadow: 0 0 4px -2px #000;
  box-shadow: 0 0 4px -2px #000;
}

input:checked+.slider {
  background-color: #284a7e;
}

input:checked+.slider:before {
  transform: translateX(15px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.customize-support #ap-lateral-nav {
  padding-top: 0;
}

/* -------------------------------- 

Primary style 

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html,
body {
  /* you need to set this to assign to the main element a min height of 100% */
  height: 100%;
}

body {
  font-family: Alexandria, sans-serif;
  font-size: 15px;
}

a {
  text-decoration: none;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.ap-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.ap-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  z-index: 2;
  direction: rtl;
}


.page-header {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.page-header h1 {
  font-size: 1.5em;
  font-weight: 800;
}

.apmobile_footer {
  direction: rtl;
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  #ap-lateral-nav {
    width: 250px;
  }

  .ap-main-content.lateral-menu-is-open {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
  }
}

.ap_load {
  text-align: center;
  padding: 20px;
  color: #9E9E9E;
}

.ap_load i {
  color: #000;
  font-size: 2em;
}

/*edit*/
.post_info {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.post_info .editor {
  color: #c00;
  padding-left: 10px;
  border-left: 1px solid #EEE;
  margin-left: 10px;
  font-weight: 800;
  font-family: arial, sans-serif;
  font-size: 18px;
  margin: auto 0 auto 10px;
}

.post_info .time {
  color: #7d7d7d;
  font-size: .8rem;
  margin: auto 0;
}

.ap_share {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}

.ap_share li {
  display: inline-block;
  margin-left: 5px;
}

.ap_share li a {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: var(--apm-rounded);
  background: #999;
  color: #FFF;
  font-family: tahoma;
  font-size: .7rem;
}

.ap_share li a:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1rem;
}

.ap_share li a.fa-twitter {
  background: #7ec4de;
}

.ap_share li a.fa-facebook {
  background: #365993;
}

.ap_share li a.fa-whatsapp {
  background: #1ad13f;
}


#menu-item-15576,
#menu-item-15578 {
  color: #666;
  border-bottom: 1px solid #666;
}

#menu-item-15576 a,
#menu-item-15578 a {
  color: #666;
}

/*
    mobile edit 2024-05-15 
 */
.mobile-p {
  padding: .25rem;
}

.mobile-p-2 {
  padding: .5rem;
}

.mobile-p-4 {
  padding: 1rem;
}

.border-l {
  border-left: 1px solid #EEE;
}

/* Marquee */
.bn-breaking-news {
  display: block;
  width: 100%;
  border: solid 1px #ce2525;
  height: 30px;
  box-sizing: border-box;
  position: relative;
  line-height: 30px;
  overflow: hidden;
  border-radius: 2px;
  text-align: auto;
  font-size: 1em;
}

.bn-breaking-news * {
  box-sizing: border-box;
}

.bn-breaking-news.bn-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.bn-breaking-news.bn-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.bn-breaking-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: 5;
  padding: 0 10px;
  color: black;
}

.bn-label {
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap;
}

.bn-news {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
}

.bn-news ul {
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}

.bn-news ul li {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  position: absolute;
  width: 100%;
  display: none;
  color: #333;
}

.bn-news ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 10px;
  position: relative;
  display: block;
  overflow: hidden;
}

.bn-loader-text {
  padding: 0 10px;
}

.bn-seperator {
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.bn-seperator.bn-news-dot {
  margin-right: 0;
}

.bn-seperator.bn-news-dot:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}

.bn-prefix {
  color: #d65d7a;
  margin-right: 15px;
  padding-left: 10px;
}

.bn-positive {
  color: #0b8457;
  font-weight: 700;
}

.bn-negative {
  color: #dc2f2f;
  font-weight: 700;
}

.bn-controls {
  width: auto;
  right: 0;
  top: 10px;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bn-controls>div {
  width: 30px;
  float: left;
  height: 30px;
  cursor: pointer;
  border: none;
  border-left: solid 1px #eee;
  text-align: center;
  background-color: #f6f6f6;
  outline: none;
}

.bn-controls>div:hover {
  background-color: #eee;
}

.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px;
}

.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: -3px;
}

.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
}

.bn-arrow::after {
  border-color: #999;
}

.bn-arrow::before {
  background-color: #999;
}

.bn-play {
  position: relative;
  background: #999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px;
}

.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999;
  border-width: 8px;
  margin-top: -8px;
}

.bn-pause {
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left: -1px;
}

.bn-pause::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999;
}

.bn-pause::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999;
}

.bn-direction-rtl {
  direction: rtl;
}

.bn-direction-rtl .bn-label {
  left: auto;
  right: 0;
}

.bn-direction-rtl .bn-controls {
  right: auto;
  left: 0;
}

.bn-direction-rtl .bn-seperator {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}

.bn-direction-rtl .bn-prefix {
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}

.bn-direction-rtl .bn-controls>div {
  border-left: none;
}

.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative;
}

.bn-effect-scroll .bn-news ul li {
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
  float: right;
}

.breaking-wrapper {
  flex: 1 0 100px;
  position: relative;
  background: #fafafa;
  padding: 10px;
  overflow: hidden;
}

.breaking-wrapper .breakingnews {
  display: flex;
  font-weight: 800;
}

.breaking-wrapper .breakingnews .bico {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breaking-wrapper .breakingnews .bico img {
  max-height: 30px;
  padding: 10px;
  margin: 0 5px;
}

.breaking-wrapper .breakingnews .btime {
  color: #797979;
  font-weight: 800;
  font-size: 0.8rem;
  margin: 0 5px;
}

.breaking-wrapper #bnews {
  display: none;
}

.breaking-wrapper #bnews .bn-label {
  font-weight: 100;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: var(--apm-rounded);
}

.breaking-wrapper #bnews .bn-label:after {
  content: attr(data-title);
}

.breaking-wrapper #bnews .bn-controls>div {
  background: transparent;
  border-color: transparent;
}

@media only screen and (max-width: 768px) {
  .breaking-wrapper #bnews .bn-label:after {
    content: "\f06d";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
}



/* flash block */

.ap-flash .timeline-content {
  position: relative;
  list-style: none;
  font-weight: 100;
}

.ap-flash .timeline-content .info-txt {
  text-align: right;
  margin-left: 0;
  position: relative;
  height: 32px;
  overflow: hidden;
  border-bottom: 1px dashed #EEE;
  font-size: 1em;
}

.ap-flash .timeline-content .info-txt:last-child {
  border: 0;
}

.ap-flash .timeline-content .info-txt .info-txt-titre {
  position: absolute;
  right: 50px;
  width: 212px;
}

.ap-flash .timeline-content .info-txt .info-txt-titre h2 {
  font-size: 1em;
  font-weight: 400;
  height: 33px;
  line-height: 33px;
  margin: 0 !important;
  padding: 0 !important;
  width: 500px;
}

.ap-flash .timeline-content .info-txt .info-txt-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  background: #FFF;
  width: 45px;
  display: inline-block;
  
  color: RED!important;
  text-align: center;
}

/* ap-block-news */
.ap-block-news .thumbnail {
  position: relative;
}

.ap-block-news .thumbnail .b-play {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF;
  font-size: 2rem;
}

/* ap-editors */
.ap-editors .polist .item {
  display: flex;
  align-items: start;
  padding: 10px;
}

.ap-editors .polist .item .det {
  width: calc(100% - 70px);
  padding-right: 10px;
}

.ap-editors .polist .item .det h2 {
  margin-bottom: 5px;
}
.ap-editors .polist .item .det span{color:red!important;}

.ap-editors .polist .item .thumbnail {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.ap-editors .polist .item .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ap-weather */
.ap-weather .weather-head {
  padding: 10px 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ap-weather .weather-head select {
  border: 1px solid #EEE;
  padding: 10px;
  border-radius: var(--apm-rounded);
}

.ap-weather .weather-body {
  padding: 10px;
}

.ap-weather .weather-body .meteo_today {
  display: flex;
  align-items: center;
}



.ap-weather .weather-body .meteo_today .temp_block {
  font-size: 2rem;
}

.ap-weather .weather-body .meteo_today .situation_block,
.ap-weather .weather-body .meteo_today .high_low_block {
  font-size: 11px;
}

.ap-weather .weather-body .meteo_today .high_low_block {
  width: 10%;
  margin-left: auto;
}

.ap-weather .weather-body .meteo_today .situation_block {
  width: 40%;
}

.ap-weather .weather-body .pray_day table {
  width: 100%;
  text-align: center;
  border-radius: var(--apm-rounded);
}

.ap-weather .weather-body .pray_day table thead {
  background: #FEFEFE;
}

.ap-weather .weather-body .pray_day table td,
.ap-weather .weather-body .pray_day table th {
  padding: 0 5px;
  font-size: 13px;
  border-right: 2px solid #727272;
  border-left: 2px solid #727272;
}

/* mobile widget */
.apmobile-widget {
  padding: 0;
  margin-bottom: 10px;
  clear: both;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: var(--apm-rounded);
}

.apmobile-widget .newsHeader {
  position: relative;
  background: #c00;
  color: #fff;
  border-radius: var(--apm-rounded);
}

.apmobile-widget .newsHeader h4 {
  padding: 10px;
  font-size: 1rem;
  font-weight: 800;
}

/* footer */
.apm-footer {
  background: #f7f7f7;
}

.apm-footer-bottom .app {
  text-align: center;
  padding: 30px 0;
}

.apm-footer-bottom .app h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.apm-footer-bottom .app .images {
  display: flex;
  justify-content: center;
}

.apm-footer-bottom .app .images a {
  width: 150px;
  margin: 0 5px;
  display: block;
}

.apm-footer-bottom .logo {
  background-image: url(assets/img/foot-logo-place.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
  display: flex;
  align-items: center;
  width: 240px;
  justify-content: center;
  position: relative;
  z-index: 5;
  top: 10px;
  margin: auto;
}

.apm-footer-bottom .logo img {
  max-width: 190px;
  position: relative;
  top:-15px;
}

.apm-footer-menu {
  background: #8d0101;
  padding: 10px;
  color: #FFF;
  text-align: center;
  padding: 30px 0;
}

.apm-footer-menu ul li a {
  padding: 3px 0;
  display: inline-block;
}


/* apm_share */
.apm_share {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.apm_share a {
  background: var(--apm-primary);
  color: #FFF;
  padding: 10px;
  border-radius: var(--apm-rounded);
}

.apm_share a.copy {
  background: #cd201f;
}

.apm_share a.print {
  background: #340bff;
}

.apm_share a.facebook {
  background: #2f79e7;
}

.apm_share a.whatsapp {
  background: #65cb5a;
}

.apm_share a.twitter {
  background: #000;
}

.apm_share a.telegram {
  background: #65bbe3;
}

.apm_share a.linkedin {
  background: #0a66c2;
}

.apm_share a.email {
  background: #333;
}

.apm-onlytitle .polist .item .det h2 {
  font-size: 1.3rem;
  text-align: center;
  line-height: 2;
}

/* relited posts */
.ap-relited .t {
  font-size: 1rem;
  color: #FFF;
  padding: 10px;
}

.ap-relited .polist .item {
  padding: 10px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.04);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.ap-relited .polist .item .det {
  width: calc(100% - 120px);
  float: right;
  padding-right: 10px;
}

.ap-relited .polist .item .det h2 {
  font-size: 1em;
  font-weight: 800;
  line-height: 150%;
}

.ap-relited .polist .item .det .time {
  font-size: .7em;
  color: #9e9e9e;
}

.ap-relited .polist .item .thumbnail {
  width: 120px;
  float: right;
  height: 80px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
  border-radius: var(--apm-rounded);
  overflow: hidden;
}

.ap-relited .polist .item .thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.ap-relited .polist .item .thumbnail .b-play {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF;
  font-size: 2rem;
}

/* ap-block-dialogue */
.ap-block-dialogue {
  margin: 0 -10px 10px;
  position: relative;
  color: #FFF;
}

.ap-block-dialogue .dialogueHeader {
  width: 200px;
  margin: 0 auto auto;
  text-align: center;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 22;
  font-size: 1.4em;
  font-weight: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  background: -webkit-linear-gradient(left, transparent 0, transparent 0, rgba(255, 255, 255, 0.23) 45%);
  background: linear-gradient(to right, transparent 0, transparent 0, rgba(255, 255, 255, 0.23) 45%);
  z-index: 9998;
}

.ap-block-dialogue .dialogueHeader h4 {
  padding: 10px;
}

.ap-block-dialogue .dialogueHeader h4 a {
  color: #FFF;
  z-index: 9999;
  position: relative;
}

.ap-block-dialogue .det {
  width: 90%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  z-index: 1;
}

.ap-block-dialogue .det h2 {
  margin-top: 25px;
  font-size: 1rem;
  font-weight: 800;
}

.ap-block-dialogue .thumbnail {
  height: 160px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
  background-size: 50%;
  text-indent: 0;
  width: 50%;
  float: left;
  border-radius: 0;
}

.ap-block-dialogue .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}