/*
Theme Name: Custom LMS Theme
Theme URI: None
Author: Me
Author URI: None
Description: Our 2019 default theme is designed to show off the power of the block editor. Requires at least: WordPress 4.9.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.logoheader img {
    width: 33%;
    display: block;
    margin: auto;
}
.page-id-19 .spacebr {
    display: none;
}
/*.bnnrCont img {*/
/*    display: none;*/
/*}*/

.bnnrCont p {
    font-size: 22px;
}
.page-id-240 header{
    background-color:#EDEDEF;
}
.page-id-9 .logoheader img {
    display: none;
}

/*.page-id-9 .logoheader {*/
/*    display: none;*/
/*}*/















/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px)
  and (max-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
          .tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
    left: 130px !important;
    }
    
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
          .tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
    left: 130px !important;
    }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
          .tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
    left: 130px !important;
    }

}



/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1280px) 
  and (max-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
          .tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
    left: 190px !important;
    }
}

/* Portrait */
@media only screen 
  and (min-width: 1280px) 
  and (max-width: 1280px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
          .tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
    left: 190px !important;
    }
}

/* Landscape */
@media only screen 
  and (min-width: 1280px) 
  and (max-width: 1280px)  
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
          .tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
    left: 190px !important;
    }

}
.woocommerce-product-details__short-description p span {
    border-bottom: 2px solid;
}