@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,900,700italic,900italic);
/*------------------------------------------------*/
/*      Theme Name:  ThemeFuse Changelog          */
/*      Author Name: ThemeFuse                    */
/*------------------------------------------------*/
/*
  CSS STRUCTURE:

   - Global Reset
   - Font Included
   - General Style
   - Typography
   - Header
   - Changelog Panels
   - Footer

*/
/*-----------------------------------*/
/*           Global Reset            */
/*-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
/*-----------------------------------*/
/*           Fonts Included          */
/*-----------------------------------*/
@font-face {
  font-family: europa-regular;
  src: url('../otf/europa-regular-3.otf');
}
@font-face {
  font-family: europa-bold;
  src: url('../europa-bold.html');
}
@font-face {
  font-family: brother-1816;
  src: url('../otf/tipotype-brother-1816-book-3.otf');
}
/*-----------------------------------*/
/*           General Style           */
/*-----------------------------------*/
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: #595959;
  position: relative;
  overflow-x: hidden;
  /*background: #1c343b url("../images/brizy-section-1-bg.jpg") no-repeat;*/
  background-size: cover;
  background-attachment: fixed;
}
::-moz-selection {
  background: #23484E;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #23484E;
  color: #fff;
  text-shadow: none;
}
a,
a span {
  color: #1f1f1f;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover,
a:focus {
  color: #ff7105;
  text-decoration: none;
  outline: none;
}
a:active {
  background-color: transparent;
}
iframe {
  max-width: 100%;
}
img {
  display: inline-block;
  max-width: 100%;
}
/*-----------------------------------*/
/*            Typography             */
/*-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin-bottom: .4em;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 85%;
}
i {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
}
p {
  line-height: 1.3em;
  word-wrap: break-word;
  margin-bottom: 1.3em;
}
/*-----------------------------------*/
/*               Header              */
/*-----------------------------------*/
header.header {
  padding: 82px 0 73px;
}
header.header .row {
  display: table;
  width: 100%;
}
header.header .row > * {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
header.header .row .col-left {
  width: 50%;
  text-align: right;
}
header.header .row .col-right {
  text-align: left;
}
header.header .header-logo {
  width: 225px;
  display: inline-block;
  margin-right: 4px;
}
header.header .header-text {
  font-family: 'europa-regular', serif;
  color: #0b101a;
  font-size: 25px;
  line-height: 32px;
  font-style: normal;
  margin-left: 51px;
  padding-top: 7px;
  position: relative;
}
header.header .header-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -27px;
  width: 1px;
  height: 60px;
  background-color: #b7bacf;
}
/*-----------------------------------*/
/*        ChangeLog Panels           */
/*-----------------------------------*/
.wrapper-changelog-panels {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper-changelog-panels .changelog-panel {
  border-top: 0px solid #ff7100;
  background-color: #fff;
  padding: 55px 60px 55px;
  margin-bottom: 45px;
  border-radius: 12px;
  box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.10);
}
  /* Header Panel (Date & Version) */
  /* Content Panel */
.wrapper-changelog-panels .changelog-panel .panel-head {
  position: relative;
  margin-bottom: 31px;
}
.wrapper-changelog-panels .changelog-panel .panel-head .panel-date {
  font-family: 'europa-bold', sans-serif;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #0b101a;
  font-weight: normal;
  margin: 0;
}
.wrapper-changelog-panels .changelog-panel .panel-head .panel-version {
  font-family: 'europa-regular', serif;
  font-size: 17px;
  letter-spacing:-0.4px;
  line-height: 25px;
  color: #208bd4;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item {
  margin-bottom: 12px;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item:last-child {
  margin-bottom: 0;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title {
  font-family: 'brother-1816';
  font-size: 17px;
  color: #171b22;
  font-weight: 400;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner {
  color: #595959;
  line-height: 20px;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner .title-icon {
  color: #00a9e1;
  font-size: 17px;
  margin-left: 5px;
  vertical-align: middle;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner .title-icon:before {
  content: '-';
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner.collapsed .title-icon {
  top: 1px;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner.collapsed .title-icon:before {
  content: '+';
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner .changelog-name {
  vertical-align: middle;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner .label {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 10px;
  line-height: 9px;
  color: #fff;
  padding: 5px 6px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner .label.changelog-new {
  background-color: #8dc613;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner .label.changelog-updated {
  background-color: #23b1d5;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner .label.changelog-improved {
  background-color: #f7a310;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner .label.changelog-fixed {
  background-color: #4c5964;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-title .changelog-title-inner .label.changelog-important {
  background-color: #db4347;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-content {
  font-family: 'brother-1816';
  font-size: 14px;
  color: #7a7a7a;
  font-style: normal;
  background-color: #f8f8f8;
  padding: 13px 23px 13px 40px;
  line-height: 22px;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-content .file-directories-list li {
  margin-bottom: 2px;
  position: relative;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-content .file-directories-list li .directories-icon {
  font-size: 12px;
  color: #abacae;
  position: absolute;
  left: -20px;
  top: -1px;
}
.wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-content .changelog-description {
  font-style: normal;
  margin-bottom: 10px;
}
/*----> Responsive <---- */
/* Screen 768px */
@media (max-width: 991px) {
  header.header .row .col-left {
    width: 55%;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  header.header .row .col-left {
    width: 57%;
  }
  .wrapper-changelog-panels .changelog-panel {
    padding: 35px 30px 41px;
  }
  .wrapper-changelog-panels .changelog-panel .panel-head .panel-date {
    font-size: 27px;
  }
  .wrapper-changelog-panels .changelog-panel .panel-head .panel-version {
    font-size: 20px;
  }
  .wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-content {
    padding: 13px 23px 13px 30px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .wrapper-changelog-panels .changelog-panel .panel-head .panel-version {
    position: relative;
  }
  .wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-content {
    padding: 10px;
    word-break: break-word;
  }
  .wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-content .file-directories-list li {
    padding-left: 16px;
  }
  .wrapper-changelog-panels .changelog-panel .panel-content .changelog-list .changelog-list-item .changelog-content .file-directories-list li .directories-icon {
    left: -2px;
  }
}
/*# sourceMappingURL=style.css.map */

.text-center {
  text-align: center;
}
.top-buttons {
  padding-top: 15px;
  padding-bottom: 60px;
}
.top-buttons a {
  color: #51559c;
  text-decoration: none;
  font-size: 20px;
  padding-bottom: 5px;
  margin-right: 20px;
}
.top-buttons a:hover {
  color: #0b101a;
}
.top-buttons .underline {
  color: #0b101a;
  border-bottom: 2px solid #0b101a;
  margin-right: 0;
}
