/**
 * @file
 * Subtheme specific CSS.
 */

.navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    padding: 1rem 3rem 1rem 4rem;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    padding: 1rem 3rem 1rem 4rem;
}

.navbar-nav .nav-link.active, .navbar-nav .is-active {
    background-color: #e50072;
    color: #ffffff !important;
}

.navbar-nav li:hover { background-color: #555554; color: #ffffff;
}



.btndownload {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
}

.block-yellow {
    background: #fcc203;
}

p {
    margin: 1.5em 0;
    padding: 0;
    color: #00151d;
    font-size: 1.2rem;
}

.sidebar .block {
    background-color: #fff !important;
    border-color: #fff !important;
}

 nav img{
 width: 250px !important;
 height : auto;
 padding-left : 15px;
 }
 
 #navbar-main {
    background-color: #fff !important;
}

h1 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}/**
 * @file
 * Subtheme specific CSS.
 */

 /** Videos View **/

 .view-videos, .view-distributors,  .view-whatsnew, .view-products, .view-software{
    background-color: #e5e7e8;
        padding: 10px;
}

 .pv {
    border: 5px solid transparent;
}


.block-views  h2{
font-size: 30px !important;
    display: inline-block;
    color: #00151d;
    padding-bottom: 1em;
    margin-bottom: 1em !important;
    border-bottom: 5px solid #e50072;
    margin-left: 15px;

}

.block-views{
padding-top: 15px;
background-color: #e5e7e8;
}


.view-software img {
    display: block;
    max-width: 100%;
    height: auto;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

  blockquote cite, .blockquote cite {
    display: block;
    font-style: normal;
    font-weight: bold;
}

blockquote, .blockquote {
    display: block;
    text-align: left;
    padding: 0;
    padding-left: 8px;
}

.blockquote {
    margin: 0 0 20px;
    font-size: 17.5px;    
}

blockquote::before {
    content: "";
    display: block;
    background: transparent url(/penfriendlabeller/web/themes/custom/pflabeller/quotes-sprite.png) no-repeat 0 0;
    width: 45px;
    height: 34px;
    margin-bottom: 1rem;
}


.view-testimonial .pv {
background : #fff;
}


.promo-video img {
    width: 100%;
    height : auto;
}

.promo-text {
    background-color: #fff;
    padding: 4%;
    overflow: hidden;
}

.promo-text h4 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    height: 3rem;
}

.promo-text p {
    line-height: 1.8rem;
    height: 3rem;
}

.promo-text h4 a {
    color: black;
    border-bottom: 2px solid #e50072;
    text-decoration: none;
}

.pv:hover
{ 
border: 5px solid #e50072;
}

 .suppimg_block {
    width: 100%;
    height: 260px;
    background: #eee;
    text-align: center;
    line-height: 260px;
}

.suppimg_block img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
    width: 170px;
    height: auto;
}

.view-whatsnew img{
    display: block;
    max-width: 100%;
    height: auto;
}

.boxnews {
    background: #fff;
    margin: 5px;
    padding: 10px;
}

.footermorelinke .btn-info, .view-software .btn-info  {
    color: #fff;
    background-color: #e50072;
    border-color: #fff;
    font-weight: bold;
}

.boxnews .title {
    color: black;
    border-bottom: 2px solid #e50072;
    text-decoration: none;
    }
    
    
    
 .rtecenter   {
    text-align: center;
}


.node__content img, .commerce-product img  {
    display: block;
    max-width: 100%;
    height: auto;
}

/** Products **/
 .product-promo {
    margin-bottom: 15px;
}

.promo-text {
    background-color: #fff;
    padding: 4%;
    overflow: hidden;
}

.product_block {
    width: 100%;
    height: 260px;
    background: #eee;
    text-align: center;
    line-height: 260px;
}

.product_block img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
}

.view-products img {
    width: 212px;
    height: auto;
}

.promo-text h4 a {
    color: black;
    border-bottom: 2px solid #e50072;
}

     .site-footer__top .region{
     width : 100%
     
     }
     
     .supplier-promo {
    margin-bottom: 15px;
    //width: 200px;
    width : auto;
}

h1.title {
    font-size: 30px !important;
    display: inline-block;
    color: #00151d;
    padding-bottom: 1em;
    margin-bottom: 1em !important;
    border-bottom: 5px solid #e50072;
    margin-left: 15px;
}

#block-pflabeller-wanttobecome{
float: inline-end;
padding : 20px;
}

#block-pflabeller-testimonials2{
display : inline-flex;
padding:20px;
}

.icon-inblock {

    font-size: 110px;
    color: white;
    background: green;
    text-align: center;
}

 
.countbadge{
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(#f06067), to(#c70103));
    border-radius: 26px;
    border: 2px solid #fff;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
    color: #fff;
    padding: 0px 9px 1px 8px;
    font-family: sans-serif !important;
}
 
 
    #navbar-top {
   background-color : #fff !important;
}


th
{
color: black !important;
font-size: large;
}

td{

    margin: 1.5em 0;
    padding: 0;
    color: #00151d;
    font-size: 1.2rem;
}

.freelink  .form-control {
    padding: 1rem 1rem !important;
    margin-right : 10px;
    
}

.freelink button#edit-submit-download-audio-files{
  
    background-color: #e50072 !important;
    border-color: #e50072 !important;
    height: 55px;
    padding: 15px;
    margin-left: 16px;
    font-weight: bold;

}

 .btn-primary {
    background-color: #e50072 !important;
    border-color: #e50072 !important;
}






/* For small screens (less than 992px), hide sidebar */
@media (max-width: 991px) {
    .sidebar_first, .sidebar { /* Adjust based on your DOM structure */
        display: none !important;
    }
    .fl-prefsEditor-separatedPanel{
    display:contents !important ;
    }
}


/* For large screens (992px and above), hide navbar */
@media (min-width: 992px) {
    #header #navbar-main {
        display: none !important;
    }
}

 