/*!
Theme Name: WHSK PRONEWS
Author: Lambros Ntokas
Author URI: https://www.whiskey.gr/
Description: Custom Template for news portal pronews.gr
Version: 0.1
Text Domain: pronewsgr
*/




/*
@media screen and (min-width: 999px) {
.columns{display:flex;margin-left:-12px;margin-right:-12px;margin-top:-12px}
}
.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:12px}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
      --columnGap: 1.2rem;
  }
}

@media screen and (min-width: 1441px) {
  .columns.is-variable.is-8-fullresolution {
      --columnGap: 1.4rem;
  }
}

.columns.is-multiline {flex-wrap: wrap}

@media screen and (min-width: 999px) {
.is-centered {margin: 0 auto;text-align: center}
.column.is-full,
.column.is-12 {flex: none;width: 100%}
  .column.is-10 {
    flex: none;
    width: 83.33333%;
}
.column.is-9 {flex: none;width: 75%}
.column.is-8 {flex:none;width:66.66667%}
.column.is-7 {flex: none;width: 58.33333%}
.column.is-half,
.column.is-6 {flex: none;width: 50%}
.column.is-5 {flex: none;width: 41.66667%}
.column.is-4 {flex:none;width:33.33333%}
.column.is-3 {flex:none;width:25%}
.column.is-2 {flex: none;width: 16.66667%}

.column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width:79%;
}

}

.column.is-narrow{flex:none}

.columns.is-variable > .column {
    padding: var(--columnGap);
}

.columns:last-child {
    margin-bottom: -12px;
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin: calc(-1 * var(--columnGap));
}

.columns.is-gapless,
.columns.is-gapless:last-child{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom:0
}
.columns.is-gapless>.column {
    margin: 0;
    padding: 0!important;
}

.columns.reversed-row {
    flex-direction: row-reverse;
}


.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.py-4 {
    padding-top:4rem!important;
    padding-bottom:4rem!important;
}

.has-text-centered {
    text-align: center;
}
.has-text-right{text-align:right}

.is-flex {
    display: flex;
}.is-justify-content-space-between {
    justify-content: space-between;
}
.is-flex-direction-column {
    flex-direction: column;
}
.is-justify-content-center {
    justify-content: center;
}


*/

/*
DISABLE ROWS
@media screen and (min-width: 1025px) {
.column.br:after{
 content: "";
    width: 1px;
    bottom:0.75rem;
    position: absolute;
    right:0 ;
    background: #EDEDED;
    top:0.75rem;
}
} */

.column.br-n:after{
 content: "";
    width: 1px;
    bottom:0.75rem;
    position: absolute;
    right:0 ;
    background: #EDEDED;
    top:0.75rem;
}

@media screen and (min-width: 769px) {
.width-270{width:270px}
.width-300,
aside{width:300px}
.width-330{width:330px}
.width-350{width:350px}
}

.mb-0{margin-bottom:0!important}
.mt-0{margin-top:0!important}
.pb-0{padding-bottom:0!important}


@media screen and (max-width: 768px) {
.pronewsgr .is-size-2-mobile {font-size: 2.5rem!important}
.pronewsgr .is-size-3-mobile {font-size: 2rem!important}
.pronewsgr .is-size-4-mobile {font-size:1.95rem!important}
}

@media screen and (min-width: 769px) {
.pronewsgr .is-size-3-tablet {font-size:1.8rem!important}
}

@media screen and (min-width: 1024px){
.pronewsgr .is-size-0-desktop{font-size:4.6rem!important}
.pronewsgr .is-size-1-desktop{font-size:2.8rem!important}
.pronewsgr .is-size-2-desktop{font-size:2.25rem!important}
.pronewsgr .is-size-3-desktop{font-size:1.9rem!important}
.pronewsgr .is-size-4-desktop{font-size:1.65rem!important}
}


@media screen and (min-width: 1408px){
.pronewsgr .is-size-0-desktop{font-size:5.1rem!important}
.pronewsgr .is-size-1-desktop{font-size:2.6rem!important}
.pronewsgr .is-size-2-desktop{font-size:2.6rem!important}
.pronewsgr .is-size-3-desktop{font-size:1.88rem!important}
.pronewsgr .is-size-4-desktop{font-size:1.95rem!important}
}

/* @media screen and (min-width: 1025px){
  .pronewsgr .css-oqiena.css-oqiena .qc-cmp2-footer .qc-cmp2-summary-buttons button:nth-child(2) {
      order: 0;
  }
}

@media screen and (max-width: 768px) {
.pronewsgr .qc-cmp2-footer .qc-cmp2-summary-buttons {
    flex-wrap: wrap!important;
}

.pronewsgr .css-oqiena.css-oqiena .qc-cmp2-footer .qc-cmp2-summary-buttons button:last-of-type {
    order: 0;
}
} */