/* 
Theme Name: DailyHurmat V 0.01
Description: RPN V2 is a child theme of Hello Elementor
Author: Arif Hussain Quaid
Author URI: 
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* News Ticker */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}


@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.newsticker {
    -webkit-user-select: none;
    width: 102%;
    overflow: hidden;
    position: relative;
    height: 47px;
/*    border: 1px solid #eee;*/
/*    font-family: 'nastaleeq';*/
    background: #f5f5f5;
} 

.newsticker span {
    color: #fff;
    padding: 4px 6px;
    position: relative;
    top: 1%;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    cursor: pointer;
    background: #c22b2c;
    position: absolute;
    z-index: 1;
    line-height: 1.2;
    height: 100%;
    padding: 6px 10px;;
}

.newsticker ul {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 80s;
}

.newsticker ul li {
    line-height: 40px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    padding: 0 1.5rem;
    position: relative;
}
.newsticker ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #8a1e20;
    display: block;
    position: absolute;
    left: 0;
}
.newsticker ul li a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none
}

.newsticker ul:hover { animation-play-state: paused }
.newsticker span:hover+ul { animation-play-state: paused }

.elementor-post__title {
    font-size: 20px !important;
    margin: 0;
    height: 60px;
    overflow: hidden;
	line-height: 1.5;
}
.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
.elementor-128 .elementor-element.elementor-element-530ddc5 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    background-color: #110101;
    opacity: 0.8;
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev {
    top: calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));
    left: calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));
    transform: translate(var(--arrow-prev-translate-x),var(--arrow-prev-translate-y));
    background: #000;
    padding: 8px;
    opacity: 0.6;
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
    top: calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));
    right: calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));
    transform: translate(var(--arrow-next-translate-x),var(--arrow-next-translate-y));
	background: #000;
    padding: 8px;
    opacity: 0.6;
}


.elementor-160 .elementor-element.elementor-element-34fbc8eb .elementor-heading-title {
    color: #1E1E1E;
    font-size: 22px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 33px;
    letter-spacing: 0px;
    word-spacing: 0em;
    text-align: right !important;
	height: 70px !important;
    overflow: hidden !important;
}
.elementor-posts .elementor-post__excerpt p {
    margin: 0;
    line-height: 2em !important;
    font-size: 18px !important;
    color: #777;
}
@media (max-width: 1024px) {
    .elementor-posts .elementor-post__excerpt p 
    {
        display: none;
    }   
}
.elementor-12924 .elementor-element.elementor-element-74108953 {
   
    font-size: 20px !important;
}
.elementor-nav-menu--main .elementor-nav-menu a,
{
	font-size: 21px !important;
}
.elementor-nav-menu a {
    display: flex;
    align-items: center;
    font-size: 20px !important;
}
.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 20px !important;
}
.elementor-posts .elementor-post__card .elementor-post__text {
	padding: 0px 20px !important;
}
.elementor-12924 .elementor-element.elementor-element-23d1fc7e .elementor-heading-title 
{
	font-size:34px !important;
}
h3, h5, h6
{
	direction: rtl;
}
p
{
direction: rtl;	
}
.elementor-popup-modal .dialog-close-button svg {
    fill: #fff !important;
	border:1px solid #FFF !important;
    height: 1em;
    width: 1em;
}

