/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten. 
 */
 
.is-style-noautop,
.noautop p{padding: 0 0 0px 0; margin: 0;} 

hr.wp-block-separator.is-style-hrnoautop {
	padding: 0;
    margin: 0.555rem 0;} 

.is-style-modal-a button {
    border: none;
    border-radius: 0rem;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.222rem;
    text-transform: uppercase;
   
    padding: 0;
    margin: 0;
  
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    color: #787878;
    background-color: rgba(0,0,0,0);
   }

   .is-style-modal-a button:focus, .is-style-modal-a button:hover{
    background-color: rgba(0,0,0,0);
    color: #3b3b3b;
    -o-transition: color .1s ease-in;
    -ms-transition: color .1s ease-in;
    -moz-transition: color .5s ease-in;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
   
}

.is-style-blmode-luminosity,
.is-style-blmode-exclusion,
.is-style-blmode-gray-33,
.is-style-blmode-gray-50,
.is-style-blmode-gray-66,
.is-style-blmode-gray-100 {  background: #1f3855;}

.is-style-blmode-luminosity img { mix-blend-mode: luminosity;}
.is-style-blmode-exclusion img { mix-blend-mode: exclusion;}

.is-style-blmode-gray-33 img { filter: grayscale(0.333);}
.is-style-blmode-gray-50 img { filter: grayscale(0.5);}
.is-style-blmode-gray-66 img { filter: grayscale(0.666);}
.is-style-blmode-gray-100 img { filter: grayscale(1);}




.ghostkit-tabs.is-style-tapstyleinv .ghostkit-tabs-buttons {
    border-bottom-color: #1f3855;
}

.ghostkit-tabs.is-style-tapstyleinv .ghostkit-tabs-buttons>.ghostkit-tabs-buttons-item:hover, .ghostkit-tabs.is-style-tapstyleinv .ghostkit-tabs-buttons>.ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active {
    background-color: transparent;
    border-color: #1f3855;
 /*   border-bottom-color: rgba(255, 255, 255, 0.2); */
    opacity: 1;
}
.ghostkit-tabs.is-style-tapstyleinv .ghostkit-tabs-buttons>.ghostkit-tabs-buttons-item {
	font-family: 'Nevis-Bold', sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 0 0.45em -0.05em;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.05em;}
