﻿:root{
    --main: #2D6E93;
    --hover:#0090e3;
    --light:#e5edf1;
    --light-gray:#e4e4e4;
    --text:#231f20;
    --bg-black:#2f2f2f;
    --text-gray:#959595;
    /*--font-a:"Roboto";
    --font-b:"Gentium Book Plus";*/
    --font-a:"Times New Roman";
    --font-b:"Gentium Book Plus";
}

html {margin: 0;padding: 0;}
body {margin: 0;padding: 0;overflow-y: scroll;min-width: 260px;font-size: 16px;line-height: 2;font-family: var(--font-a), sans-serif;background: var(--bg-black); color: var(--text);}

/********************************************************************************************************************************** COMMON ELEMENTS */
.t-left{text-align:left;}
.t-right{text-align:right;}
.t-center{text-align:center;}
.t-justify{text-align:justify;}
.red{color:red;}

a{color:var(--main); text-decoration:none; cursor:pointer; outline:none;}
a:hover{color:var(--hover); text-decoration:none;}
a:focus{outline:none;}
a img{outline:none;}
p{padding:0px; margin:10px 0;}
ul, ol{margin:0 0 10px 20px;}
ul:not(.ul-simple) li, ol li{padding:5px 0 5px 10px; line-height: 1.4;}
ul {list-style-image: url(https://musicjournals.gr/images/layout/bullet.png);}
ul.ul-simple{list-style-image: none; list-style-type:disc;}
hr {display: block;width: 100%;clear: both;height: 2px;border: none;background: var(--main);margin: 50px auto;}
.full-width{width:100%;}
.max-width{max-width:50%;}
.v-top{vertical-align:top;}
.small{font-size:90%;line-height:1.4;}
.very-small{font-size:80%;line-height:1.2;}
.big{font-size:120%;line-height:2;}
.nowrap{white-space:nowrap;}
.uc{display:block;padding:80px 20px;text-align:center;font-size:200%;color:#C1C1C1;}
h1,h2,h3,h4,h5,h6{font-weight:bold;margin-top:0.1em;margin-bottom:0.8em;line-height:1.2; font-family: var(--font-b);}
h1{font-size:300%;} h2{font-size:220%;} h3{font-size:160%;} h4{font-size:120%; font-weight: 600; margin-top: 40px;} h5{font-size:100%;} h6{font-size:90%;}
b, strong{font-weight:500;}

.img-left, .img-right{float:none;margin:0 0 20px 0;display:block;}
table{border-collapse:collapse;}
td, th{padding:0px 4px;vertical-align:top;border:none;}
i,em{font-style:italic;}
.msg {display: block;color:green;text-align:center;font-size: 20px;font-family: var(--font-a), sans-serif;}
.msgerror {color: red;}
iframe{max-width:100%;}
.no-border, .no-border td, .no-border th{border:0;}

.no-gutter > [class*='col-']{padding-right:0;padding-left:0;}
.center-xs, .t-right.center-xs, .t-left.center-xs, .center-sm, .t-right.center-sm, .t-left.center-sm{text-align:center}

.wrap{padding: 80px 0px; position: relative; background-color: #fff;}
.overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);}

#menu{text-align: right; margin:30px 100px 0 0; font-family: var(--font-b);}
.menu-item{display: inline-block; margin-left:20px; color:var(--text); font-size: 100%;}
.menu-item:hover, .menu-item.selected{color: var(--main); border-bottom: 3px solid var(--main);}

.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.1);z-index:100;}
#mobile-menu{position: absolute;top:35px;right: 120px;transition: top 0.3s;z-index: 200;width: 50px;height: 50px;}
.icon-menu{position:absolute;top:0px;right:0px;width:35px;height:35px;cursor:pointer;z-index: 9000}
.icon-menu span{display:block;position:absolute;top:0;left:0;height:3px;background:var(--main);transition:0.8s;width:35px;}
.icon-menu span.sp1{top:5px;}
.icon-menu span.sp2{top:15px;display:none;}
.icon-menu span.sp3{top:15px;}
#mobile-menu.open span{background:var(--main);}
#mobile-menu.open .sp2{width:0;}
#mobile-menu.open .sp1{transform:rotate(45deg);top:15px;}
#mobile-menu.open .sp3{transform:rotate(-45deg);top:15px;}

#mobile-menu-items{position:absolute;top:40px;right:0px;display:none;background:var(--text);padding:10px 10px;box-shadow:0 4px 20px 0 rgba(0,0,0,.25);}
.mobile-item-link{display:block;white-space:nowrap;}
.mobile-item-link, .mobile-item-link:hover{margin:0;padding:10px 10px;display:block;min-width:150px;border:0;font-size:16px;font-weight:400;color:#fff;}
.mobile-item-link:first-child{border:0;}
.mobile-item-link:hover{color:var(--main);background-color:#fff;transition:0.3s;}
.mobile-submenu{border-top:1px solid #e6e6e6;padding-left:30px;}
.mobile-submenu .mobile-item-link{font-size:13px;}

.button{position: relative; display: inline-block; border:1.4px solid var(--main); background-color: var(--main); color: #fff; outline: none; border-radius: 0px; line-height: 1; padding: 15px 26px; text-align: center; transition: 0.3s;}
.button.border{background-color: transparent; color: var(--main);}
.button.white{border-color: #fff; color: #fff;}
.button:hover{border-color:var(--hover); background-color: var(--hover); color: #fff;}
.button.more{padding-left: 35px; padding-right:35px;}
.button.more:hover{padding-left: 20px; padding-right:50px;}
.button.white:hover{border-color: var(--hover); background-color:transparent; color: var(--hover);}
.button.more::after{content: ""; position: absolute; top:19px; right:38px; display: block; width: 13px; height: 8px; opacity: 0; transition: 0.3s; background: url(https://musicjournals.gr/images/layout/btn_more.png) no-repeat center; background-size: contain;}
.button.more:hover::after{right:25px; opacity: 1;}

.top-wrap{padding: 10px 0; border-bottom: 1px solid var(--light-gray); color: var(--text-gray);}
.top-wrap img{display: inline-block; vertical-align: middle; height: 30px; margin-right: 10px;}
.top-wrap span{display: inline-block; vertical-align: middle; margin-right: 40px;}

.header-wrap{padding: 10px 0; border-bottom: 1px solid var(--light-gray);}
#logo{display: block;}
#logo-img{display: inline-block; vertical-align: middle; height: 100px; margin-right: 15px;}
#logo-text{display: inline-block; vertical-align: middle; line-height: 1.3;}
#logo-text-title{display: block; font-family: var(--font-b); color: black; font-weight: bold; font-size: 30px;}
#logo-text-subtitle{display: block; font-size: 11px; color: var(--text-gray);}
#ionio-logo{position: absolute; top:0px; right:0px;}
#ionio-logo img{height: 90px;}

.hero-wrap{padding: 200px 0 100px 0; background: url(https://musicjournals.gr/images/layout/hero4.jpg) no-repeat center var(--bg-black); background-size: cover; text-align: center;}
.hero-title{display: block; font-family: var(--font-b); font-size:250%; font-weight: bold; color: white; line-height: 1.1;}
.hero-title.hero-title-a{display: inline-block; color: var(--main); position: relative; margin-bottom: 30px;}
.hero-title.hero-title-a::after{content: ""; position: absolute; top: 25px; right:-90px; width: 70px; height: 2px; background-color: var(--main);}
.hero-title.hero-title-a::before{content: ""; position: absolute; top: 25px; left:-90px; width: 70px; height: 2px; background-color: var(--main);}
.hero-subtitle{display: block; font-family: var(--font-b); margin: 10px 0; font-size:180%;  font-weight: normal; line-height: 1.3; color: white;}
.hero-buttons{margin-top: 50px;}
.hero-buttons a{margin:0 15px 15px 0;}

.home-block{display: block; text-align: center; padding: 60px 40px; margin-bottom: 40px; border: 1px solid var(--light-gray);}
.home-block img{display: inline-block; height: 70px; margin:30px 0 0 0; transition: 0.3s;}
.home-block-title{display: block; clear: both; color: black; font-size: 22px; font-weight: bold; font-family: var(--font-b);}
.home-block-sep{content: ""; display: inline-block; position: relative; top:-10px; width: 100px; height: 2px; background: var(--main); }
.home-block-subtitle{display: block; color: var(--text-gray); font-size: 12px;}
.home-block:hover{border-color: var(--main);}
.home-block:hover img{margin: 0 0 30px 0;}

.hero-wrap.page-hero-wrap{padding: 60px 0 30px 0;}

.call-wrap{background: url(https://musicjournals.gr/images/layout/parallax.jpg) no-repeat center; background-size: cover; z-index: 1;}
.call-block{background-color: var(--bg-black); color:#fff; padding: 40px 50px; position: relative; top:-140px;}

.article-list-item{display: block; position: relative; padding: 30px 0 30px 30px; border-bottom: 1px solid var(--light-gray); color: var(--text-gray);}
.article-list-item:last-child{border: 0;}
.article-list-item::before{content: ""; display: block; width: 26px; height: 26px;  background:url(https://musicjournals.gr/images/layout/icon_article.svg) no-repeat center; background-size: contain; position: absolute; top:28px; left:0px;}
.article-list-title{display: block; line-height: 1.4;}
.article-list-author{font-weight: bold; font-size: 115%; line-height: 1; display: inline-block; position: relative; padding: 0 0 0 20px;}
.article-list-author::before{content: ""; display: block; width: 16px; height: 16px;  background:url(https://musicjournals.gr/images/layout/icon_author.svg) no-repeat center; background-size: contain; position: absolute; top:0px; left:0px;}
.article-list-item.author{padding: 15px 0 15px 30px}
.article-list-item.author::before{content: ""; display: block; width: 10px; height: 10px; border-radius: 100%; background-color: var(--main); position: absolute; top:20px; left:0px;}

.issue-list{list-style-image: none; list-style-type: none; margin: 0;}
.issue-list li{padding: 20px 0; border-bottom: 1px solid var(--light-gray);}
.issue-list li:last-child{border: 0;}
.issue-list li a{display: inline-block; position: relative; line-height: 1; padding: 0 0 0 40px; font-size: 110%; font-weight: bold;}
.issue-list li a::before{content: ""; display: block; width: 32px; height: 32px;  background:url(https://musicjournals.gr/images/layout/icon_article.svg) no-repeat center; background-size: contain; position: absolute; top:-8px; left:0px;}

.tabs{display: block; margin: 10px 0 30px 0;}
.tabs a{color: var(--text-gray); font-size: 24px; font-weight: bold; font-family: var(--font-b); display: inline-block; margin-right:30px;}
.tabs a:hover{color: var(--main);}
.tabs a.selected{color: #000;}

.wrap-footer{padding: 40px 0; background-color: var(--bg-black); color: var(--text-gray);}
.wrap-footer a{color: var(--hover);}
.wrap-footer a:hover{color: #fff;}
.sep::after{content: "•"; font-size: 150%; display: inline-block; vertical-align: middle; margin:0 15px;}

label{display: block; font-weight: 500;}
.input{display: block; width: 100%; margin-bottom: 10px; border: 2px solid var(--light); border-radius: 12px; background: transparent; padding: 12px 15px; line-height: 1.5;}
textarea{min-height:120px}

#scroll-top{display:block;position:fixed;bottom:40px;right:40px;width:45px;height:45px;background-color:var(--main);background-image:url('https://musicjournals.gr/images/layout/back_to_top.png');background-repeat:no-repeat;background-position:center;border-radius:100%; z-index:1500; box-shadow:3px 4px 5px 0 rgba(0,0,0,0.2); transition:0.3s;}
#scroll-top:hover{background-color:var(--bg-black);}

#tooltip{border:none;}
#tooltip h3 {color:#fff !important; padding:4px 17px; font-size:13px; background-color:var(--bg-black); border:none; text-align:left; border:none;}

.top-title {margin-top:0;}

.issue-link{color: var(--main); font-weight: 500;}

.download-attachments-container, .downloads-local-container{display: inline-block; padding: 8px 12px 8px 8px; border:3px solid var(--light); border-radius: 10px; line-height: 1.2; margin:30px 0; font-size: 13px;}
.download-attachments-info, .downloads-local-info{font-size: 70%; opacity: 0.5; font-style: italic;}
.download-attachments-container img, .downloads-local-container img{width:16px; height: 16px;}

.article-flipbook{display: block; padding:80px 20px 10px 20px; border: 2px dotted var(--main); border-radius: 10px; background: url(https://musicjournals.gr/images/layout/icon_book.svg) no-repeat top center; background-size: 80px; margin-top: 30px; line-height: 1.2; font-size: 13px; font-weight: bold; text-align: center;}
.article-flipbook:hover{border: 2px solid var(--hover);}

.sidebar h4{margin-bottom: 0px;}

.article-body{
  max-width:900px;
  width:100%;
  /*margin: 0 auto;*/
  font-size: 18px;
  font-family: 'Times New Roman', serif;
}

.article-body p{
  margin:25px 0;
  line-height: 1.6;
  text-align: justify;
  hyphens: auto;
}

.article-body table{
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
}

.article-body td{
  width: auto !important;
  border: 1px solid #000;
  padding: 0 4px;
  vertical-align: top;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.2;
}

.article-body td p{
  margin: 2px 0;
  padding: 0;
}

.article-body .table-container{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.article-body img{
  max-width: 100%;
  margin-bottom: 30px;
  border: 2px solid #e4e4e4;
  border-radius: 10px;
}

.article-body a:hover img{
  border-color: var(--main);
}

.article-body .caption{
  line-height: 1.3;
  margin-top: 50px;
}

.article-body h1{
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px 0;
  font-family: 'Times New Roman', serif;
}

.article-body h2{
  font-size: 26px;
  font-weight: bold;
  margin:50px 0 30px;
  font-family: 'Times New Roman', serif;
}

.article-body h3{
  font-size: 20px;
  font-weight: bold;
  margin:30px 0;
  font-family: 'Times New Roman', serif;
}

.article-body h4{
  font-size: 18px;
  font-weight: bold;
  margin:30px 0;
  font-family: 'Times New Roman', serif;
}

.article-body a{
  text-decoration: none;
}

.article-body a[name]{
  vertical-align: super;
  font-size: 0.75em;
}

.article-body .citations{
  margin-bottom: 60px;
}

.article-body .citations p{
  text-indent: -2em;
  margin-left: 2em;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.article-body .footnotes{
  margin-bottom: 60px;
}

.article-body .footnotes p{
  text-indent: -2em;
  margin-left: 2em;
  font-size: 14px;
  line-height: 1.4;
}

.wrap-bottom-logo{padding: 35px 0; border-top: 1px solid var(--main);}
.wrap-bottom-logo img{max-height: 100px;}

#exit-btn{display:block;position:fixed;top:100px;right:0px;width:35px;height:50px;line-height:50px;text-align:center;background: var(--main);color:#fff;font-size:10px;font-weight:bold;border-radius:20px 0 0 20px;z-index:1500;box-shadow:3px 4px 5px 0 rgba(0,0,0,0.2);}
#exit-btn:hover{background-color:#231f20;}

@media (min-width: 768px) { /*sm*/
	.call-wrap{height:350px;}
	.max-width{max-width:100%;}
    
}
@media (min-width: 992px) { /*md*/
    
}
@media (min-width: 1200px) { /*lg*/

}

