/*!
Theme Name: epaper-pro-wp-theme-bootstrap
Theme URI: https://epaperpro.com
Author:  IQL Technologies
Author URI: https://iqltech.com
Description: E-Paper Pro
Version: 3.2.1 
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.2
License: Restricted
License URI: https://epaperpro.com/license
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: epaper-pro
*/


.login-register-form-container.loggedin{
	text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
#login-form label{
	
    width: 100%;
    line-height: 2;
}

.login-register-form-container{
	min-width: 34% !important;
	max-width: 400px;;
	min-height: 340px;
}

.login-register-form-container .nav-item{
	width:50%
}
.page-thumbnail{
	transition: ease 300ms;
}

.page-thumbnails.active .card {
    border: 3px solid #000000;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #0000006b;
}

.page-thumbnails{
	cursor: pointer;
}

.news .modal-dialog{

    width: fit-content !important;
	max-width: 1020px !important;
}
/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

.double-shadow {
	box-shadow: 10px 0px 30px gray;
}

.sharing.modal  .modal-dialog{
	max-width: 600px;
}


/* menu color :: redhot */

.newspaper-side-nav{
	z-index: 9;
}

.previous-page-btn,.next-page-btn,.z-index-top{

	z-index:9999999 !important
}

.redhot,.blue button i,.green,.green-alt,.brown,.gray,.sky,.blue-alt,.orange,.purple{
	
}

.white-borders button{
	border-color: #ffffff33 !important;
}

.white-borders .page-nav-buttons a,.white-borders button i{
	color:white !important
}

.redhot {
    background: #a90329;
    background: -moz-linear-gradient(top,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: -webkit-linear-gradient(top,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: linear-gradient(to bottom,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);
}

.blue{
		background: linear-gradient(to bottom,rgba(47,130,203,1) 0%,#336098 100%);
}

.green{

		background: linear-gradient(to bottom,#02950d 0%,#0d7012 100%);
	
}

.green-alt{
	
		background: linear-gradient(to bottom,#8BC34A 0%,#71a238 100%);
}

.brown{
		background: linear-gradient(to bottom,#795548 0%,#5d3f34 100%);
	
}

.gray{
		background: linear-gradient(to bottom,#9E9E9E 0%,#6a6a6a 100%);
	
}

.sky{
		background: linear-gradient(to bottom,#00BCD4 0%,#038b9c 100%);	
}

.blue-alt {
    background: #000;
    background: rgba(47,130,203,1);
    background: -moz-linear-gradient(top,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(47,130,203,1)),color-stop(100%,rgba(4,104,211,1)));
    background: -webkit-linear-gradient(top,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    background: -o-linear-gradient(top,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    background: -ms-linear-gradient(top,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    background: linear-gradient(to bottom,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    box-shadow: 0 0 4px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f82cb',endColorstr='#0468d3',GradientType=0);
   
}

.orange {
    background: linear-gradient(to bottom,#FF5722 0%,#cd3a0c 100%);
}

.purple{
    background: linear-gradient(to bottom,#673AB7 0%,#4c2492 100%);
}


.redhot .page-nav-buttons a,.blue button i,.green .page-nav-buttons a,.green-alt .page-nav-buttons a,.brown .page-nav-buttons a,.gray .page-nav-buttons a,.sky .page-nav-buttons a,.blue-alt .page-nav-buttons a,.orange .page-nav-buttons a,.purple .page-nav-buttons a{
	border-color:#ffffff33 !important;
}



.left-column {
    /* background: linear-gradient(to right, transparent 0%,rgba(0,0,0,0.2) 46%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.5) 51%,rgba(0,0,0,0.2) 52%,transparent 100%); */
    content: '';
    transform: translate(50%,0);
    z-index: 1;
}


/* @dflip pdf ui */

*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}


/*homepage */

.bg-orange{
	background:#F35C03
}



/* my account page design */


.my-account-dropdown ul .fa{
	display:inline-block; 
	margin:7px 10px
}


	/* remove shadow */
	.woocommerce-account.woocommerce-page #theme-header .container-fluid.shadow{
		box-shadow:none !important
	}

	.woocommerce-account.woocommerce-page main .container.py-3{
		padding-top:0px !important
	}

.woocommerce-MyAccount-navigation{

    border-right: 1px solid #eaeaea;
}

.woocommerce-MyAccount-navigation ul li a{

    border-bottom: 1px solid #eaeaea;
	width:100%;
	padding:12px;
	display:block;
	color:black;
	font-weight: 300;
	font-size:16px
}

.woocommerce-MyAccount-navigation ul li.is-active a{
	font-weight: bold;
}

.woocommerce-account h1.entry-title{

    padding: 30px;
    text-align: center;
    font-size: 30pt;
    font-weight: 200;
	margin-bottom:0px;
    background: #f1f1f1;

	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 13%, rgba(233,233,233,1) 76%, rgba(255,255,255,1) 95%);
}

.woocommerce-MyAccount-navigation ul li.is-active{
background: #eaeaea}


.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
	padding-top: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
    padding-top: 10px;
    padding: 2rem 0px 2rem 2rem  !important
}



/* woocommerce user dashboard add icons */
.woocommerce-MyAccount-navigation ul li a:before {
   
	color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;
	display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    color: black !important;
    margin: 0px 15px 0px 0px;


}


.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4";
}


.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291"
}


.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f2bc";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f044";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--bookmarks a:before {
    content: "\f097";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--clippings a:before {
    content: "\f125";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscription a:before {
    content: "\f021";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
	
}



.woocommerce-MyAccount-navigation li{
	list-style: none;
}

.woocommerce-MyAccount-navigation li{

}
.woocommerce-MyAccount-navigation ul{
	padding-left:0px;
}

.clip-tools li:hover  span,.clip-tools li:hover  .fa{
	color:white !important
}

.sidebar-menu li{
	width:100%
}
.sidebar-menu .menu-item .nav-link{
	color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;

    padding: 10px 0px;
}

.sidebar-menu  .dropdown-menu.show{
	width:100%
}

.sidebar-menu .nav-link{
	font-weight: 200;
}

.sidebar-menu .nav-link .fa{
	display: inline-block;
	padding: 10px;
	border: 1px solid #8080808a;
	border-radius: 5px;
	margin: 0px 10px 0px 0px;
}


#footer .nav-link{
	color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;

}


.modal.calendar .modal-content{
	max-width:360px  
}
.dropdown-menu.show,.offcanvas{
	z-index:999999 !important
}
@media screen and (min-width:1000px)
{
	.df-ui-wrapper.df-ui-controls{
		margin-top:-88px !important;
		z-index:999999 !important
	}
	._df_book.df-lite.df-container{
		overflow: visible !important;
	}
}

.loading-info,.df-raw-loading{
	display:none
}

.df-ui-wrapper.df-ui-controls{
	box-shadow: none;
	background: none;
}
.df-ui-wrapper > .df-ui-btn {
    position: relative;
   
   
  
    border: 1px solid #6c757d !important;
    background: white !important;
    border-radius: 3px  !important;
    margin: 0px 4px;

	position: relative;
    width: 33px !important;
    
    height: 33px  !important;
    font-size: 15px  !important;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    padding: 8px 7px  !important;
    
}

[class*=" ti-"]:before, [class^=ti-]:before{
	color:black
}
.df-ui-wrapper > .df-ui-btn.df-ui-prev:not(.disabled),.df-ui-wrapper > .df-ui-btn.df-ui-next:not(.disabled){
	background: #0d6efd !important;
	border-color: #0d6efd !important; 
}
.df-ui-wrapper > .df-ui-page label{
	padding-top:5px !important
}

.df-ui-wrapper > .df-ui-btn.df-ui-prev.ti-angle-left:not(.disabled):before,.df-ui-wrapper > .df-ui-btn.df-ui-next:not(.disabled):before {
    color: white !important;
}
.df-ui-wrapper > .df-ui-btn.df-ui-page{
	border:none !important
}
.df-ui-wrapper > .df-ui-btn.df-ui-page label{
	margin-top: 3px;
}
/* /@dflip pdf ui */


.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 256px;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
	background: #f9f9f9;
    z-index: 999;
    border-right: 1px solid #e2e2e2;

  }
  .panel:before {
	content: '';
	display: block;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.5s ease-in-out;
  }
  
  .panel-open:before {

	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 9999;
  }
  .slideout-menu-left {
	left: 0;
  }
  
  .slideout-menu-right {
	right: 0;
  }
  
  .slideout-panel {
	position: relative;
	z-index: 1;
	will-change: transform;
	background-color: #FFF; /* A background-color is required */
	min-height: 100vh;
	
  }
  
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
	overflow: hidden;
  }
  
  .slideout-open .slideout-menu {
	display: block;
  }
/* 
.mm-menu--position-left{
	max-width:80vw !important
} */

.maphilighted{
	background-repeat: no-repeat !important;
}

.fb-color{
	color: #4267b2;
}

@media screen and (min-width:600px){

	#full-page-mobile-menu{
			max-width:450px
	}

}
.epaper-edition-box{
	max-width:25rem
}

.pdf-icon{
	max-width:100px
}

.view-type-btn{
	background-color:rgb(218, 218, 218) !important
}
.book-shadow{
		background: #fff;
		box-shadow: rgb(0 0 0 / 50%) 0 1em 3em;
		color: #000;
	
}

.pages-link{
	display:none !important
}




/* From http://codex.wordpress.org/CSS */


.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


/*

	EPAPER PRO CSS

*/

/* 


search button right





*/


.search-input{

    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.search-submit{
	border-color: #ced4da;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 12px;

}



.my-account-dropdown .dropheader{
min-width: 300px;
}




/*

	issue top bar

*/

.issue-top-bar{
	z-index:99999
}

/*

	Search 

*/

.btn-outline-dark.search-submit{
	border-color: #ced4da;
}


.card.gray,.card.redhot{
	color:white
}

.navbar-brand img {
    height: 40px;
    max-width: 218px;
}

@media screen and (max-width:900px){

    .woocommerce-MyAccount-navigation li {
        display: none;
        width: 30%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .woocommerce-MyAccount-navigation ul li a {
        font-size: 12px;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 100%;
        padding-top: 10px;
        padding: 2rem 0px 2rem 0rem  !important;
    }
}