    /* ---------------------------------------------
    :: Template Name: Classy - Multipurpose Template
    :: Author: Designing World
    :: Author URL: https://wrapbootstrap.com/user/DesigningWorld
    :: Description: Classy is a complete multi-functional template. It's creative and clean design. It's has huge collection of templates for Business, Agency,        Startup, App Landing, Product Landing, Service Landing, Hosting & Technology, Restaurant, Freelancer, Resume & CV, Portfolios, Education, Spa & Beauty,        Photography, Fitness & Gym.
    :: Version: 2.1.0
    :: Last Update: 11-05-2017
    --------------------------------------------- */
    
    * {
        margin: 0;
        padding: 0;
    }

    /* -----------------------------------------
        :: Place your custom css code here ::
    ----------------------------------------- */

.ledgersdiv {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}
.ledgersdiv .form-control-sm {
    background: #fff;
    border: 1px solid #ccc;
}
.filterdiv {
    float: right;
	margin-bottom: 15px;
	position: relative;
    z-index: 1;
}
.filterdiv select, .ledgersdiv.page-view-select select{
    background: #24282b;
    border: 0;
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
	border-right: 10px solid #ff00;
	position: relative;
    z-index: 9;
}

.griddiv {
    text-align: right;
    color: #aeaeae;
}
.griddiv a {
    color: #aeaeae;
    font-size: 20px;
    margin-left: 5px;
}
.griddiv a:hover{
    color: #24282b;
}
.griddiv a.active{
    color: #24282b;    
}
.single_latest_news_area .single_latest_news_img_area {
  text-align: center;
  background: #eee;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-box{
	height:180px;
	width:350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.product-page .single_latest_news_area .single_latest_news_img_area {
	height: 180px;
}
.product-page .single_latest_news_area .single_latest_news_text_area p {
  min-height: 63px;
}
.search-result-product .single_latest_news_area .single_latest_news_img_area {
	height:auto;
}
.single_latest_news_area .single_latest_news_img_area img {
    height:auto;
	width:100%;
max-height:200px;

}
.single_latest_news_area .post-meta .fa {
    color: #ea5924;
}
a.read-more-btn {
    color: #ea5924;
}
.pagination {
    border-top: 1px solid #ccc;
    padding: 15px;
	border-radius:0;
}
.pagination li {
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
}
.pagination li.prev {
    width: 100px;
    text-align: center;
    text-transform: capitalize;
	background: #f95317;
	color: #fff;
	border-radius: 6px;
	white-space: nowrap;
	margin-right: 5px;
}
.pagination li.next {
    width: 100px;
    text-align: center;
    text-transform: capitalize;
	background: #f95317;
	color: #fff;
	border-radius: 6px;
	white-space: nowrap;
	margin-left: 5px;
}
.pagination li.next:hover, .pagination li.prev:hover{
	background:#24282b;
}
.pagination li.next a, .pagination li.prev a{
	width: 100%;
	display: block;
	color:#fff;
}
.pagination li.active {
    background: #f95317;
    border-radius: 50px;
    color: #fff;
}
.pagination li.active a {
    color: #fff;
}
.pagination li.prev.disabled a, .pagination li.next.disabled a {
    color: #ccc;
}
.listviewright .latest_post {
    background: #f4f4f6;
}
.listviewright .latest_post h6 {
    margin: 0;
    background: #27a844 !important;
    font-weight: bold;
}
.listview .single_latest_news_area .single_latest_news_img_area {
    max-width: 100%;
    border-radius: 5px;
}
.single_latest_post .latest-post-content {
    width: 100%;
    margin: 0;
}
.single_latest_post {
    padding: 0 0px;
}

.listview .single_latest_news_area .post-meta .fa {
    color: #f95317;
}
.listview .single_latest_news_area .post-meta a.read-more-btn {
    color: #27a844;
    border: 2px solid #27a844;
    padding: 10px 30px !important;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.breadcumb_section {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px 0;
    display: table;
    margin-bottom: 20px;
	width:100%;
}
.breadcumb_section ol.breadcrumb {
    margin: 0 auto;
    float:right;
    display: table;
}
.breadcumb_section .breadcrumb li {
    border-right: 1px solid #adadad;
    padding: 0 15px;
}
.breadcumb_section .breadcrumb li:last-child {
    border-right: 0;
}

.breadcumb_section .breadcrumb li > a{
    color: #adadad;
	padding-bottom: 5px;
}

.breadcumb_section .breadcrumb li.active a {
    color: #000;
    font-weight: bold;
	border-bottom: 2px solid #f00;
}
[class*="bg-"] .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    display: none;
}

.gallerylogin button.close{
    cursor: pointer;
}

.gallerylogin .modal-footer{
    display: inline-block;
    width: 100%;
}
.gallerylogin .modal-footer .footer-button{
    margin: 0;
    width: 100%;
}
.gallerylogin .modal-footer .footer-link{
    margin: 0;
    width: 100%;
    text-align: center;
}
.gallerylogin .modal-footer .footer-link a:hover{
    color: #f95317;
}

.gallerylogin .modal-body label{
    display: none;
}
.gallerylogin .modal-body input {
    border-radius: 5px;
    width: 100%;
    background: #f4f4f6;
    border: 0;
    padding: 10px;
    margin-bottom: 15px;
}
.gallerylogin .modal-body hr{
    display: none;
}

.gallerylogin .modal-footer .footer-button .btn.btn-primary {
    background: #f95317;
    border: 0;
    line-height: 20px;
    cursor: pointer;
}
.gallerylogin .modal-footer .footer-button .btn.btn-primary:hover {
    background: #000;
}

.login_area.loginform {
    padding: 50px 0;
    text-align: center;
}
.login_area.loginform .sign_in_facebook, 
.login_area.loginform .sign_in_twitter {
    background-color: transparent;
    border-radius: 30px;
    color: #fff;
    float: left;
    padding: 8px 28px;
    width: 92%;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin: 0 0 10px;
}

.login_area.loginform .sign_in_facebook > a, .login_area.loginform .sign_in_twitter > a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}
.login_area.loginform .sign_in_facebook > a > i {
    padding: 0;
    color: #fff;
    background: #3c72d6;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.login_area.loginform .sign_in_twitter > a > i {
    padding: 0;
    color: #1c9ff1;
    font-size: 22px;
    display: inline-block;
}
.login_area.loginform label{
    display: none;
}

.login_area.loginform .login_manual_form button[type="submit"] {
    background: #f95317;
    border: 0;
    padding: 5px 30px;
    border-radius: 50px;
    color: #FFF;
    line-height: 30px;
    font-weight: 600;
    width: auto;
    cursor: pointer;
    float: left;
}
.login_area.loginform .login_manual_form button[type="submit"]:hover{
    background: #000;
}
.login_area.loginform .login_manual_form .form-group input {
    border-radius: 5px;
    width: 100%;
    background: #f4f4f6;
    border: 0;
    margin-bottom: 15px;
    height: 40px;
    padding: 0 15px;
}
.login_area.loginform .forget_pass > a:hover {
    color: #f95317;
}
.login_area.loginform .login_manual_form .form-group {
    width: 95%;
}
.login-left {
    float: left;
    width: 48%;
    padding: 15px 0;
}
.login-right {
    float: left;
    width: 48%;
    border-left: 1px solid #ddd;
    min-height: 180px;
    padding: 15px 0 15px 10px;
    margin-left: 2%;
    position: relative;
}
.login-right::after {
    content: "OR";
    position: absolute;
    left: -10px;
    background: #fff;
    top: 50%;
    font-size: 12px;
    margin-top: -7px;
}
 
.forgetdiv {
    float: left;
    width: 100%;
    text-align: center;
}
.btndiv {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0;
	margin-bottom: 20px;
}

.btndiv .btn-outline-success {
    background: #f95317;
    color: #FFF;
    border: 0;
    border-radius: 4px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    cursor: pointer;
	margin-bottom:10px;
}
.btndiv .btn-outline-success:hover {
    background: #000;
    color: #FFF;
}
.essays-btn {
  font-size: 16px;
  font-weight: 600;
}
.singl-blog-title {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}
.singl-blog-title h3 {
    color: #2c3e50;
    margin: 0;
    padding: 0;
    float: left;
	font-weight:600;
	font-size: 22px;
}
.stardiv {
    float: left;
    padding: 0px 0 0 0;
}
.btn.resetbtn {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #333;
    margin-right: 10px;
    cursor: pointer;
}
.singl-blog-status-bar {
    border-left: 0;
}
.singl-blog-details .blockquote.classy-blockquote-2 {
    border: 0;
    background: transparent;
}
.singl-blog-post .btn-success {
    background: #f95317;
    border: 0;
    cursor: pointer;
}
.singl-blog-post .btn-success:hover, .singl-blog-post .btn-success:focus {
    background: #000;
    color:#fff;
}
.social-links li > a > i {
    background-color: #f4f4f6;
    border-radius: 50%;
    box-shadow: 0 0;
    color: #757575;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
 .login-left {
    width: 100%;
}
.login-right {
    width: 100%;
    border-left: 0px solid #ddd;
    min-height: 0;s    
    margin-left: 0;
}
.login_area.loginform .login_manual_form button[type="submit"] {
    width: 100%;
}
.login-right::after {
    content: "";
}
.authorize-btn {
    background-color: #0070ba;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.authorize-btn:hover {
    background-color: #005a9e;
}
}

/*************** artist css **************/

.about-artist{
	padding: 0 !important;
}

.about-artist .about-artist-header {
  display: flex;
  width: 100%;
  height: auto;
  background: #eff1f2;
  margin-bottom: 20px;
  gap: 15px;
  padding: 10px;
}
.about-avtar{
	position:relative;
	display:block;
	margin-bottom:15px;
	min-height: 40px;
	width:150px;
	height:150px;
}
.about-avtar img{
	/*position:absolute;
	top:-100px;
	left:10px;*/
	/*transform: translate(-50%, 0);*/
	width:150px;
	height:150px;
	border:5px solid #fff;
	border-radius:100px;
}
.about-bio{
	width:100%;
}
.about-bio h3, .about-artist .about-artist-header h3{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
	white-space: nowrap;
}
.about-bio h4{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
	white-space: nowrap;
}
.about-detail {
  float: left;
  width: 70%;
  margin-bottom: 10px;
}
.about-detail .about-detail-inner{
	display:grid;
	grid-template-columns: 1fr;
	gap:10px;
	white-space: nowrap;
}

.about-detail .about-detail-inner h6 {
  margin-bottom:0;
}

.about-detail .about-detail-inner h6 span.title {
  display: inline-block;
  min-width: 120px;
  font-weight: 600;
 }
 
.about-detail .about-detail-inner h6 span.title-dec {
  font-weight: normal;
}
.about-qr_codes{
	margin-bottom:15px;
}
.about-qr_codes img{
	max-width:100px;
}

.feature-gallery{
	margin-bottom: 10px;
}

.feature-gallery h4{
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  text-align: center;
}
ul.usercontrolslist {
    margin: 0 0 30px;
    padding: 0;
}
ul.usercontrolslist li {
    list-style: none;
    padding: 5px 0;
}

@media screen and (max-width: 767px) {
.about-artist .about-artist-header {
  display: grid;
 }
}

.no-items{
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  border: 0px;
}

.single_shortcodes_are h6 span.title{
	min-width:120px;
}

/************07-01-2025**************/

section{
	clear: both;
}

#home.portfolio_welcome_area{
	float:left;
	width:100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer_area {
  clear: both;
}

.blog_area {
  float: left;
  width: 100%;
}

.mobile-view{
	display:none !important;
}

@media screen and (max-width: 767px) {
	#home.portfolio_welcome_area{
		height:300px !important;
	}
	.mobile-view{
		display:block !important;
	}
	.desktop-view{
		display:none;
	}
}