/*
Theme Name: EAP by AWI
Author: ALL Web industry
Description: Kirjeldus
*/
body {
  margin: 0;
}

p {
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  color: #042A54;
}

a {
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  color: #042A54;
  text-decoration: underline;
  text-decoration-thickness: .05em;
}

li {
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  color: #042A54;
}

a:hover {
  color: #897056 !important;
  text-decoration: none;
}

p.journalpagelink a {
    text-decoration: none!important;
}

/*

mail chimp JOURNAL ALERT

*/
.email{
  text-align: center;
  margin:0 auto;
  width: 258px;
  height: 20px;
  background-color: white;
  padding: 10px;
  border: 1px solid #042A54;
  color: #042A54;
  margin-bottom: 15px;
}

.nupp, .button{
  font-family: SolumVerbaSemibold;
  letter-spacing: 0.13em;
  font-size: 1.2em;
  border:none!important;
  background-color: white;
  text-transform: uppercase;

}
.nupp a, .button{
  text-decoration: none;
  color: #042A54;
  background-color: white;
}

.nupp a:hover, .button:hover{
  text-decoration: none;
  color: #897056!important;
  background-color: white;
  cursor: pointer!important;
}
.nupp:hover {
  text-decoration: none;
  color: #897056!important;
  background-color: white;
  cursor: pointer!important;
}
.v2iketekst{
  font-size: 14px;
  color:#042A54;
  margin: 0px;
}

  .mc-field-group ul{
    list-style-type: none;
    padding:0;
  }

.checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

label.checkbox {
display: flex;
align-items: center;
margin-bottom: 0;
color: #042A54;
}

.checkbox > span {
padding:0.3em;
position: relative;
color: #042A54;
top:1px;}

.checkbox > input {
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #042A54;
  outline: none;
  cursor: pointer;
  vertical-align: top;
  color: #042A54;
}

.checkbox > input:checked {}

.checkbox > input:checked + span::before {
  content: '\2713';
  font-size: 1.25em;
  display: inline-block;
  text-align: center;
  color: #897056;
  font-weight: 800;
  position: absolute;
  left:-1em;
  top:0.1em;
}

.checkbox > input:active {}

  /*

  mailchimp End
  */

.container {
  width: 100vw;
  /*height: 100vw;*/
  display: grid;
  grid-template-columns: 1fr minmax(200px, 960px) 1fr;
  grid-template-rows: 110px 69px auto 60px 208px;
}

@font-face {
  font-family: SOLUMVERBA;
  src: url(/devtemp/wp-content/themes/eap-awi/fonts/SOLUMVERBA-Regular.woff);
}

@font-face {
  font-family: SolumVerbaSemibold;
  src: url(/devtemp/wp-content/themes/eap-awi/fonts/SolumVerba-SemiBold.woff);

}

.peamenu {
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  color: #042A54;
  text-align: center;
}

ul.peamenu li {
  display: inline-block;
  padding-right: 40px;
  list-style-type: none;
}

ul.peamenu a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.current-menu-item a {
  color: #897056 !important;

}

/*

ankurmenu

*/
.ankurmenu {
  justify-content: center;
  text-align: left;
  padding-left: 0px;
}


ul.ankurmenu li {
  display: inline;
  padding-right: 15px;
  list-style-type: none;
}

ul.ankurmenu a {
  text-decoration: underline;
  text-transform: uppercase;
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #042A54;

}
ul.ankurmenu li::after {
  content: "/";
  padding-left: 15px;
  list-style-type: none;
}
.kirjpoodmenu {
  text-align: center;

}

.kirjpoodmenu a {
  text-decoration: underline;
  text-transform: uppercase;
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #042A54;
  padding-right: 15px;
  text-decoration: none;

}

.kirjpoodmenu a::after {
  content: "/";
  padding-left: 15px;
  list-style-type: none;

}

/*

mobiilimenüü algus

*/

.navigationtop-toggle {
  display: none;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.navigationtop-toggle:focus ~ .navigationtop-toggle-label {
  outline: 3px solid;
}

.navigationtop-toggle-label {
  display: none;
  text-align: center;
  margin-top: 20px;
  align-items: center;
  align-content: center;
  margin-left: auto;
    margin-right: auto;
    width: 2.5em;
    height: 2em;
    cursor: pointer;
}

.navigationtop-toggle-label span,
.navigationtop-toggle-label span::before,
.navigationtop-toggle-label span::after {
  display: block;
  background: #042A54;
  height: 3px;
  width: 2.5em;
  border-radius: 2px;
  position: relative;
  text-align: center;
  align-self: center;
}

.navigationtop-toggle-label span::before,
.navigationtop-toggle-label span::after {
  content: '';
  position: absolute;
}

.navigationtop-toggle-label span::before {
  bottom: 9px;
}

.navigationtop-toggle-label span::after {
  top: 9px;
}

navigation-top {
  text-align: center;
  width: 100%;
  display: none;
  margin-top: 0.5em;
}

navigation-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
}

navigation-top li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  border-color: #042A54;
  border-width: thin;
  border-bottom-style: solid;
}

navigation-top a {

  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
}

navigation-top a:hover {
  color: #000;
}

.navigationtop-toggle:checked ~ navigation-top {
  display: block;
}


/*

mobiilimenüü lõpp

*/

/*

ajakirja mobiilimenüü algus

*/

.ajakirjamenu_mob {
  display: none;
  z-index: 9998;
}
.navigationtop2-toggle {
  display: none;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.navigationtop2-toggle:focus ~ .navigationtop2-toggle-label {
  outline: 3px solid;
}

.navigationtop2-toggle-label {
  display: none;
  text-align: center;
  margin-top: 10px;
  align-items: center;
  align-content: center;
  margin-left: auto;
    margin-right: auto;
    width: 2.5em;
    height: 2em;
    cursor: pointer;
}

.navigationtop2-toggle-label span,
.navigationtop2-toggle-label span::before,
.navigationtop2-toggle-label span::after {
  display: block;
  background: white;
  height: 3px;
  width: 2.5em;
  border-radius: 2px;
  position: relative;
  text-align: center;
  align-self: center;
}

.navigationtop2-toggle-label span::before,
.navigationtop2-toggle-label span::after {
  content: '';
  position: absolute;
}

.navigationtop2-toggle-label span::before {
  bottom: 9px;
}

.navigationtop2-toggle-label span::after {
  top: 9px;
}

navigation-top2 {
  text-align: center;
  width: 100%;
  display: none;
  margin-top: 0.5em;
  background-color: white !important;
}

navigation-top2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
}

navigation-top2 li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  border-color: #042A54;
  border-width: thin;
  border-bottom-style: solid;
  background-color: white;
}

navigation-top2 a {

  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
}

navigation-top2 a:hover {
  color: #000;
}

.navigationtop2-toggle:checked ~ navigation-top2 {
  display: block;
}


/*

ajakirja mobiilimenüü lõpp

*/

/*

ajakirja menüü algus

*/
.journalmenu {
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  color: #042A54;
  text-align: left;
}

ul.journalmenu {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

ul.journalmenu li {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: none;
  border-color: #042A54;
  border-width: thin;
  border-bottom-style: solid;
}

ul.journalmenu a {
  display: block;
  text-decoration: none;
  color: inherit;
}

li.journalmenu_sinine {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: none;
  background-color: #042A54;
  color: #ffffff;
  border-color: #ffffff !important;
  border-width: thin;
  border-bottom-style: solid;
}
li.journalmenu_sinine:hover {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: none;
  background-color: #C7C7C7;
  color: #ffffff;
  border-color: #ffffff !important;
  border-width: thin;
  border-bottom-style: solid;
}

li.journalmenu_sinine a {
  text-decoration: none;
  color: #ffffff;
}
li.journalmenu_sinine a:hover {
  text-decoration: none;
  color: #ffffff!important;
}
li.journalmenu_sinine.current-menu-item a{
  text-decoration: none;
  color: #ffffff!important;
}
li.journalmenu_sinine.current-menu-item {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: none;
  background-color: #897056;
  color: #ffffff;
  border-color: #ffffff !important;
  border-width: thin;
  border-bottom-style: solid;
}
/*

ajakirja menüü lõpp

*/

.wp-block-file__button {
  font-family: SOLUMVERBA;
font-style: normal;
text-transform: uppercase;
text-decoration: none;
    font-size: 21px!important;
    line-height: 24px;
    color: #042A54!important;
    background: none!important;
    padding: 0px!important;

}

.pagetitle {
  font-family: SOLUMVERBA;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 42px;
  line-height: 90%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  color: #897056;

}

p.has-huge-font-size {
  font-family: SOLUMVERBA;
  font-style: normal;
  font-size: 42px;
  line-height: 90%;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #897056;
}
.has-large-font-size {
  font-family: Times;
  font-style: normal;
  font-size: 22px!important;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #897056 !important;
}

.header {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-content: center;
  justify-content: center;
  font-family: SOLUMVERBA;
  /* Title */
  font-size: 45px;
  line-height: 90%;
  /* or 42px */
  text-transform: uppercase;
  color: #042A54;
}

.header_right {
  text-align: left;
}

.header_left {
  text-align: right;
}

.header_logo {
  text-align: center;
}

.navigationtop {
  grid-column-start: 1;
  grid-column-end: 4;
  border-color: #042A54;
  border-width: thin;
  border-style: solid none;
  align-content: center;
  text-align: center;
  z-index: 9999;
}

.main-menu_en-container {
  grid-column-start: 1;
  grid-column-end: 4;
  border-color: #042A54;
  border-width: thin;
  border-style: solid none;
  align-content: center;
}

.sisu {
  grid-column-start: 2;
  grid-column-end: 3;
  padding-left: 10px;
  padding-right: 10px;
  /*border-style: solid;*/
}

.tabelipais {
  font-family: Times;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 14px;
display: block;
align-items: center;
text-align: center!important;
letter-spacing: 0.09em;
text-transform: uppercase;

}
figure.tabelinowrap td {

  white-space: nowrap;
}

.journalpage_blocks{
  margin-bottom: -1px !important;
}
.journalpage_block{
  border-color: #042A54;
  border-width: thin;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  margin-left: -1px !important;

}

.journalpage_block .wp-block-columns {
margin: 10px !important;
  flex-wrap: nowrap !important;
}

.journalpage_block figure {
margin-bottom: -1px !important;
}


figure.is-style-regular td {
  border-color: #042A54;
  border-width: thin;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  padding: 10px;
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  color: #042A54;
}

figure.kontakttabel td {
  width: 25%;
}

.ajakirjasisu {
  grid-column-start: 1;
  grid-column-end: 4;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 300px) minmax(1px, 820px) 1fr;
  grid-template-rows: 200px 1fr;
}

.ajakirjapais_vasak {
  grid-column-start: 1;
  grid-column-end: 2;
  border-color: #042A54;
  border-width: thin;
  border-top-style: solid;
}

.ajakirjapais1 {
  grid-column-start: 2;
  grid-column-end: 3;
  align-items: stretch;
  text-align: right;
  align-content: center;
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  color: #897056;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 12px;
line-height: 14px;
}

.ajakirjapais2 {
  grid-column-start: 3;
  grid-column-end: 4;
  display: grid;
  grid-template-rows: 1fr 53px;
}

.ajakirjapais_title {
  grid-row-start: 1;
  grid-row-end: 2;
  font-family: SOLUMVERBA;
  font-size: 45px;
  line-height: 90%;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #042A54;
}

.ajakirjapais_issn {
  grid-row-start: 2;
  grid-row-end: 3;
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 110%;
  color: #042A54;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 26px;
}

.ajakirjapais_parem {
  grid-column-start: 4;
  grid-column-end: 5;
  border-color: #042A54;
  border-width: thin;
  border-top-style: solid;
  display: grid;
  grid-template-rows: 65px 1fr;
}

.ajakirjapais_parem_top {
  grid-row-start: 1;
  grid-row-end: 2;
  border-color: #042A54;
  border-width: thin;
  border-bottom-style: solid;
}

.alammenu {
  grid-column-start: 2;
  grid-column-end: 3;
  border-color: #042A54;
  border-width: thin;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}

.ajakirjatekstid {
  grid-column-start: 3;
  grid-column-end: 4;
  display: grid;
  grid-template-rows: 65px 1fr;
}

.ajakirjatekstid_pais {
  grid-row-start: 1;
  grid-row-end: 2;
  border-color: #042A54;
  border-width: thin;
  border-top-style: solid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.ajakirjatekstid_pais a{
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #042A54;
  text-decoration: underline;

}

.ajakirjatekstid_pais1 {
  grid-row-start: 1;
  grid-row-end: 2;
  border-color: #042A54;
  border-width: thin;
  border-right-style: solid;
  text-align: center;
  background-image: url("/wp-content/themes/eap-awi/images/EPS_tabalukk.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10% 50%;
  padding-top: 23px;
  padding-left: 2em;
  padding-right: 5px;
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #042A54;
  vertical-align: middle;
}

.ajakirjatekstid_pais2 {
  grid-row-start: 1;
  grid-row-end: 2;
  border-color: #042A54;
  border-width: thin;
  border-right-style: solid;
  text-align: center;
  padding-top: 23px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  ;
  color: #042A54;
}

.ajakirjatekstid_pais3 {
  grid-row-start: 1;
  grid-row-end: 2;
  border-color: #042A54;
  border-width: thin;
  border-right-style: solid;
  text-align: center;
  padding-top: 23px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Times;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  ;
  color: #042A54;
}

.ajakirjatekstid_sisu {
  grid-ros-start: 2;
  grid-row-end: 3;
  padding-left: 15px;
  padding-right: 10px;
  border-color: #042A54;
  border-width: thin;
  border-top-style: solid;
}

/*

News begin

*/

.wp-block-post-title {
  font-family: SOLUMVERBA;
  font-style: normal;
  font-weight: normal;
  font-size: 47px;
  line-height: 90%;
  
  color: #897056;
  margin-top: 10px;
  margin: 5px;
  margin-bottom: 20px;
}

.wp-block-post-title a {
    text-decoration: none;
    font-family: Times;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 90%;
}

.wp-block-post-date {
  font-family: Times;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #042A54;
  margin-top: 5px;
  margin-left: 8px;
  margin-bottom: 20px;
}


.wp-block-post-excerpt {
  margin-left: 8px;

}
/*

News end

*/

.easterms {
  grid-column-start: 1;
  grid-column-end: 4;
  border-color: #042A54;
  border-width: thin;
  border-top-style: solid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.easterms a{
  font-size: 16px;
}

.eastermsleft {
  display: flex;
  align-items: center;
  justify-content: flex-end ;
  padding-right: 20px;

}

.eastermsright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}

.footer {
  grid-column-start: 1;
  grid-column-end: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-color: #042A54;
  border-width: thin;
  border-top-style: solid;

}


.footer_right {
  text-align: left;
  align-content: center;


}

.footer_left {
  text-align: right;
  align-content: center;
  border-color: #042A54;
  border-width: thin;
  border-right-style: solid;

}

table.footertable_left {
  width: auto;
  margin-right: 20px;
  margin-left: auto;
}

table.footertable_right {
  width: auto;
  margin-left: 20px;
  margin-right: auto;
}

div.woocommerce-product-gallery {
    float: left;
    width: 30%!important;
}

.woocommerce ul.products li.product a img {
    width: 40%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

@media(max-width: 953px) and (min-width: 749px) {


  .header_right {
    display: none;
  }

  .header_left {
    display: none;
  }

  .header_logo {
    grid-column: 1 /-1;
    text-align: center;
  }

  ul.peamenu {
    display: none;
  }
  .navigationtop-toggle-label {
    display: flex;
  }
  .navigationtop2-toggle-label {
    display: flex;
  }
  .ajakirjatekstid {
    grid-column-start: 2;
    grid-column-end: 4;
    display: grid;
    grid-template-rows: 66px 1fr;
  }
  .ajakirjapais2 {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .alammenu {
    display: none;
  }
  .ajakirjapais1 {
    display: none;
  }
  .ajakirjamenu_mob {
    display: block;
    grid-column-start: 2;
    grid-column-end: 4;
    height: 50px;
    background-color: #042A54;
  }

}

@media(max-width: 750px) {


  .header_right {
    display: none;
  }

  .header_left {
    display: none;
  }

  .header_logo {
    grid-column: 1 /-1;
    text-align: center;
  }

  ul.peamenu {
    display: none;
  }

  .navigationtop-toggle-label {
    display: flex;
  }
  .navigationtop2-toggle-label {
    display: flex;
  }
  .ajakirjatekstid {
    grid-column-start: 2;
    grid-column-end: 4;
    display: grid;
    grid-template-rows: 66px 1fr;
  }
  .ajakirjapais2 {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .alammenu {
    display: none;
  }
  .ajakirjapais1 {
    display: none;
  }
  .ajakirjamenu_mob {
    display: block;
    background-color: #042A54;
    grid-column-start: 2;
    grid-column-end: 4;
    height: 50px;
  }
  .ajakirjapais_title {
    font-family: SOLUMVERBA;
    font-size: 35px;
    line-height: 90%;
    margin: 15px;
    text-transform: uppercase;
    color: #042A54;
  }


  .footer {
    grid-column-start: 1;
    grid-column-end: 4;
    border-color: #042A54;
    border-width: thin;
    border-top-style: solid;
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer_right {
    display: none;
  }
}
