/*
Theme Name:     PINE64 Community Theme
Author:         Lucia Zverkova & Marek Kraus
Author URI:     https://zverkova.design
Description:    Design made for PINE64 Community Website
Version:        1.0.0
*/
/* BEGIN Thin */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* END Thin */
/* BEGIN Thin Italic */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* END Thin Italic */
/* BEGIN Light */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
/* END Italic */
/* BEGIN Medium */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* END Medium */
/* BEGIN Medium Italic */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/* END Medium Italic */
/* BEGIN Bold */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/* END Bold Italic */
/* BEGIN Black */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* END Black */
/* BEGIN Black Italic */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* END Black Italic */
html, body {
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  padding-top: 96px;
  box-sizing: border-box;
}
@media screen and (max-width: 1619px) {
  body {
    padding-top: 50px;
  }
}

body.admin-bar header {
  top: 32px;
}
body.admin-bar .main-page-slider {
  height: calc(100% - 32px);
}

.container {
  width: 1620px;
  margin: 0px auto;
  overflow: auto;
}
@media screen and (max-width: 1619px) {
  .container {
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-sizing: border-box;
  }
}

.article {
  padding-top: 5px;
  padding-bottom: 30px;
  width: 1200px;
}

header {
  height: 96px;
  width: 100%;
  -webkit-box-shadow: 0px -14px 20px 6px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px -14px 20px 6px rgba(0, 0, 0, 0.31);
  box-shadow: 0px -14px 20px 6px rgba(0, 0, 0, 0.31);
  background-color: white;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 90;
}
@media screen and (max-width: 1619px) {
  header {
    display: none;
  }
}
header ion-icon.md {
  box-sizing: border-box !important;
  padding-bottom: 2px;
  vertical-align: text-bottom;
}
header .container {
  height: 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
header .left-side {
  display: flex;
  flex: 1;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 96px;
  background-color: white;
}
header ul li {
  display: inline-block;
  margin-right: 59px;
}
header ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: #2A69B0;
  text-decoration: none;
  display: inline-block;
  height: 96px;
  line-height: 96px;
}
header ul li a:hover {
  color: #2F82C6;
}
header ul li:hover > ul {
  display: block;
}
header ul li > ul {
  display: none;
  z-index: 50;
  position: absolute;
  padding-top: 25px;
  margin-left: -23px;
  height: auto;
}
header ul li > ul li {
  display: block;
  margin-right: 0;
  position: relative;
}
header ul li > ul li a {
  line-height: initial;
  display: block;
  height: auto;
  padding-bottom: 25px;
  padding-left: 23px;
  padding-right: 23px;
  width: 200px;
}
header ul li > ul li > ul {
  top: -25px;
  left: 0;
  margin-left: 246px;
  /* 180 + padding */
}
header .logo {
  display: flex;
  flex: 1;
  max-width: 55px;
  height: 73px;
}
header .logo img {
  height: 73px;
}
header .right-side {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}
header .right-side ul {
  float: right;
}
header .right-side ul li:last-child {
  margin-right: 20px;
}

.mobile-header {
  display: none;
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 90;
  -webkit-box-shadow: 0px -14px 20px 6px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px -14px 20px 6px rgba(0, 0, 0, 0.31);
  box-shadow: 0px -14px 20px 6px rgba(0, 0, 0, 0.31);
  font-size: 0;
}
@media screen and (max-width: 1619px) {
  .mobile-header {
    display: block !important;
  }
}
.mobile-header .left-side, .mobile-header .right-side {
  display: inline-block;
  width: calc(50% - 13px);
  vertical-align: middle;
  font-size: 16px;
  color: #2F82C6;
}
.mobile-header .left-side ion-icon, .mobile-header .right-side ion-icon {
  font-size: 32px;
}
.mobile-header .logo {
  vertical-align: middle;
  display: inline-block;
  height: 35px;
  padding: 7.5px 0px;
  width: 26px;
}
.mobile-header .logo img {
  height: 35px;
}
.mobile-header .right-side {
  text-align: right;
  box-sizing: border-box;
  padding-top: 3px;
  padding-right: 10px;
}
.mobile-header .right-side svg {
  color: #2F82C6;
}

a {
  color: #2A69B0;
  text-decoration: none;
}

.mobile-header-dropdown {
  display: none;
  position: fixed;
  top: 50px;
  right: 0;
  width: 100%;
  font-size: 16px;
  z-index: 89;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px -14px 20px 6px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px -14px 20px 6px rgba(0, 0, 0, 0.31);
  box-shadow: 0px -14px 20px 6px rgba(0, 0, 0, 0.31);
  box-sizing: border-box;
  padding: 25px 20px;
}
.mobile-header-dropdown ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile-header-dropdown ul li {
  list-style-type: none;
  color: #2A69B0;
  font-weight: 800;
  padding: 14px 0px;
  border-bottom: rgba(82, 173, 210, 0.15) 1px solid;
}
.mobile-header-dropdown ul li:last-of-type {
  border-bottom: none;
}

.main-page-slider {
  background-color: #FCFCFC;
  width: 100%;
  /*@include mobile {
    height: 100% !important;
  }*/
  height: 100%;
}
.main-page-slider .slider, .main-page-slider .slider-container {
  height: 100%;
}
.main-page-slider .slider-container {
  display: none;
}
.main-page-slider .slider-container.active {
  display: block;
}
.main-page-slider .container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1217px) {
  .main-page-slider .container .image {
    display: block;
    width: 100% !important;
    position: static !important;
    height: 45% !important;
    text-align: center;
  }
  .main-page-slider .container .image img {
    width: auto !important;
    height: 100%;
  }
}
.main-page-slider .container .image.right {
  position: absolute;
  right: 120px;
  top: 0;
  bottom: 0;
  width: 700px;
  height: 720px;
  margin: auto;
}
@media screen and (max-width: 1619px) and (min-width: 767px) {
  .main-page-slider .container .image.right {
    right: 0px;
    width: auto;
    height: 75%;
  }
  .main-page-slider .container .image.right img {
    width: auto !important;
    height: 100% !important;
  }
}
.main-page-slider .container .image img {
  width: 100%;
}
.main-page-slider .container .left-arrow, .main-page-slider .container .right-arrow {
  width: 25px;
  height: 40px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1217px) {
  .main-page-slider .container .left-arrow, .main-page-slider .container .right-arrow {
    top: inherit;
    bottom: 20px;
    width: 15px;
    height: 24.09px;
    z-index: 85;
  }
}
.main-page-slider .container .left-arrow:hover, .main-page-slider .container .right-arrow:hover {
  cursor: pointer;
  opacity: 1;
}
.main-page-slider .container .left-arrow img, .main-page-slider .container .right-arrow img {
  width: 15px !important;
}
.main-page-slider .container .left-arrow {
  opacity: 0.5;
  left: 0;
}
@media screen and (max-width: 1619px) {
  .main-page-slider .container .left-arrow {
    left: 20px;
  }
}
.main-page-slider .container .right-arrow {
  opacity: 0.5;
  right: 0;
}
@media screen and (max-width: 1619px) {
  .main-page-slider .container .right-arrow {
    right: 20px;
  }
}
.main-page-slider .container .content {
  padding: 0px 142px;
  box-sizing: border-box;
  width: calc(100% - 25px - 25px);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1217px) {
  .main-page-slider .container .content {
    padding: 0;
    width: 100%;
    position: static !important;
    transform: none;
    max-height: 50%;
  }
  .main-page-slider .container .content h1 {
    text-align: center;
    font-size: 36px !important;
  }
  .main-page-slider .container .content p {
    font-size: 20px !important;
    text-align: center;
  }
  .main-page-slider .container .content .content-text {
    text-align: center;
  }
}
@media screen and (max-width: 1619px) {
  .main-page-slider .container .content {
    padding: 0px 30px;
  }
}
.main-page-slider .container .content .content-text.left {
  width: 60%;
  display: inline-block;
}
@media screen and (max-width: 1217px) {
  .main-page-slider .container .content .content-text.left {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 1619px) and (min-width: 767px) {
  .main-page-slider .container .content .content-text.left {
    width: 50%;
  }
}
.main-page-slider .container .content .content-text.left h1 {
  font-size: 56px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
}
.main-page-slider .container .content .content-text.left p {
  font-size: 32px;
}
.main-page-slider .container .slider-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
@media screen and (max-width: 1217px) {
  .main-page-slider .container .slider-buttons {
    bottom: 20px;
  }
}

.button {
  display: inline-block;
  text-decoration: none;
  border: none;
  /* width: 165px;
  height: 55px; */
  padding: 18px 57px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: white;
  background: #2f81c5;
  background: linear-gradient(90deg, #2868B0 0%, #2F82C6 100%);
  border-radius: 3px;
  transition: box-shadow 0.3s ease-in-out;
}
.button:hover {
  color: #2f81c5;
  background: white;
  box-shadow: inset 0px 0px 0px 3px #2f81c5;
}
.button.button-white {
  background: white;
  color: #455578;
}
.button.button-white:hover {
  background: transparent;
  color: white;
  box-shadow: inset 0px 0px 0px 3px white;
}

.banner {
  font-size: 0;
  position: relative;
}
.banner.banner-blue {
  color: white;
  background: #2868B0;
  background: linear-gradient(90deg, #2868B0 0%, #2F82C6 100%);
}
.banner .container {
  padding-top: 52px;
  padding-bottom: 52px;
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  /*position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 459px;*/
}
@media screen and (max-width: 1217px) {
  .banner .container {
    display: block;
  }
}
.banner .left, .banner .right {
  width: 50%;
  font-size: 16px;
  flex: 1 1 auto;
  align-self: center;
}
@media screen and (max-width: 1217px) {
  .banner .left, .banner .right {
    width: 100%;
    display: block;
  }
}
.banner .left {
  order: 0;
}
.banner .right {
  order: 1;
}
.banner .slider {
  position: relative;
}
@media screen and (max-width: 1217px) {
  .banner .slider {
    margin-bottom: 60px;
  }
}
.banner .slider .slider-container {
  overflow-x: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.banner .slider .slider-container .slider-part {
  width: 100%;
  display: inline-block;
}
.banner .slider img {
  display: block;
  margin: auto;
  min-width: 80%;
  max-width: 80%;
  margin-bottom: 5px;
}
.banner .slider .slider-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
}
.banner .slider .slider-buttons .slider-button {
  background-color: white;
}
.banner .slider .slider-buttons .slider-button.active {
  background-color: #ccc !important;
}
.banner .image {
  text-align: center;
  vertical-align: middle;
}
.banner .image img {
  /*&.community-icon {
    @include mobile {
      width: 150px;
    }
  }*/
  max-width: 80%;
}
@media screen and (max-width: 1217px) {
  .banner .image img {
    margin-bottom: 20px;
  }
}
.banner .text {
  box-sizing: border-box;
  padding-right: 80px;
}
@media screen and (max-width: 1217px) {
  .banner .text {
    text-align: center;
  }
}
@media screen and (max-width: 1619px) {
  .banner .text {
    padding-right: 0 !important;
  }
}
.banner h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 56px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .banner h1 {
    font-size: 32px;
  }
}
.banner p {
  margin-top: 25px;
  margin-bottom: 45px;
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .banner p {
    font-size: 16px;
  }
}

.clearfix {
  clear: both;
}

.wywm-banner {
  width: 100%;
}
.wywm-banner .bg {
  background: linear-gradient(180deg, #245E9E 0%, #245E9E 65%, white 65%, white 100%);
}
.wywm-banner .slider-part {
  color: white;
}
.wywm-banner .slider-part h1 {
  margin-top: 93px;
  margin-bottom: 10px;
  font-size: 56px;
  text-align: center;
}
.wywm-banner .slider-part .slider {
  white-space: nowrap;
  overflow-x: hidden;
}
.wywm-banner .slider-part .slider img {
  display: inline-block;
  width: calc(33% - 138px);
  margin: 0px 69px;
}
@media screen and (max-width: 767px) {
  .wywm-banner .slider-part .slider img {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 1217px) {
  .wywm-banner .slider-part .slider img {
    margin: 0px 20px;
    width: calc(33% - 40px);
  }
}
.wywm-banner .text-part {
  margin-top: 30px;
  text-align: center;
  padding: 20px 0px;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .wywm-banner .text-part {
    font-size: 20px;
  }
}
.wywm-banner .text-part .button {
  margin: 30px 0px;
}

.col-5 {
  width: 20%;
  font-size: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .col-5 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .col-5:last-child {
    margin-bottom: 0;
  }
}

.col-4 {
  width: 25%;
  font-size: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .col-4 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .col-4:last-child {
    margin-bottom: 0;
  }
}

.banner-icons {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}
.banner-icons a:hover img {
  filter: invert(31%) sepia(9%) saturate(2122%) hue-rotate(183deg) brightness(95%) contrast(87%);
}
.banner-icons a:hover svg path {
  fill: #ccc;
}
.banner-icons a {
  box-sizing: border-box;
  text-align: center;
  color: white;
  text-decoration: none;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
@media screen and (max-width: 767px) {
  .banner-icons a {
    width: 150px;
    margin-bottom: 25px;
  }
}
.banner-icons a img, .banner-icons a svg {
  height: 110px;
  color: white;
}
@media screen and (max-width: 1619px) {
  .banner-icons a img, .banner-icons a svg {
    width: 75%;
  }
}
.banner-icons a h1 {
  font-size: 40px;
  margin: 25px 0px 36px 0;
}
@media screen and (max-width: 767px) {
  .banner-icons a h1 {
    font-size: 25px;
  }
}
.banner-icons a span {
  font-weight: 300;
  font-size: 24px;
}

.slider-buttons {
  text-align: center;
}
.slider-buttons .slider-button {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 30px;
  background-color: #eee;
  margin-right: 18px;
  cursor: pointer;
}
.slider-buttons .slider-button.active {
  background-color: #2868B0 !important;
}
.slider-buttons .slider-button:last-child {
  margin-right: 0;
}

.subscribe-banner {
  background-color: #52add2;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.subscribe-banner section {
  width: 725px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 40px;
}
.subscribe-banner section .success {
  color: white;
}
@media screen and (max-width: 767px) {
  .subscribe-banner section {
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
  }
}
.subscribe-banner section img {
  margin-top: 20px;
}
.subscribe-banner section h2 {
  margin-top: 0;
  color: white;
  font-weight: 300;
  font-size: 40px;
}
.subscribe-banner section input[type=email] {
  width: 513px !important;
  padding: 18px 27px;
  border: none;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .subscribe-banner section input[type=email] {
    width: 100% !important;
    margin: 10px 0px;
  }
}
.subscribe-banner section input[type=email]:focus {
  outline-width: 0;
}
.subscribe-banner section p {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .subscribe-banner section p {
    width: 100%;
  }
}
.subscribe-banner section button {
  display: inline-block;
  text-decoration: none;
  border: none;
  /* width: 165px;
  height: 55px; */
  padding: 18px 57px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #455578;
  background: white;
  border-radius: 3px;
  transition: box-shadow 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .subscribe-banner section button {
    width: 100% !important;
    margin: 10px 0px;
  }
}
.subscribe-banner section button:hover {
  background: transparent;
  color: white;
  box-shadow: inset 0px 0px 0px 3px white;
}

.form-input {
  padding: 18px 27px;
  border: none;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  box-sizing: border-box;
}
.form-input:focus {
  outline-width: 0;
}

.pre-footer {
  background-color: #2F82C6;
  font-size: 0;
  color: white;
  box-sizing: border-box;
  padding: 85px 0px;
}
@media screen and (max-width: 767px) {
  .pre-footer {
    padding: 30px 0px;
  }
}
.pre-footer h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-footer h3 {
    margin-bottom: 10px;
  }
}
.pre-footer .left, .pre-footer .right {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .pre-footer .left, .pre-footer .right {
    display: block;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .pre-footer .left .button, .pre-footer .right .button {
    display: none;
  }
}
.pre-footer .left {
  width: 72%;
  font-size: 0;
  box-sizing: border-box;
  padding-right: 150px;
}
.pre-footer .left .col {
  display: inline-block;
  width: 33.33%;
  font-size: 16px;
  vertical-align: top;
}
@media screen and (max-width: 1217px) {
  .pre-footer .left .col img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pre-footer .left .col {
    width: 50%;
    margin-bottom: 20px;
  }
}
.pre-footer .left .sep {
  width: 100%;
  height: 1px;
  background-color: #9BCAF1;
  margin: 35px 0px;
}
@media screen and (max-width: 767px) {
  .pre-footer .left .sep {
    display: none;
  }
}
.pre-footer .left ul {
  margin: 0;
  padding: 0;
  padding-left: 3px;
}
.pre-footer .left ul li {
  list-style: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .pre-footer .left ul li {
    margin-bottom: 10px;
  }
}
.pre-footer .left ul li:last-child {
  margin-bottom: 0;
}
.pre-footer .left ul li a {
  font-weight: 300;
  text-decoration: none;
  color: white;
}
.pre-footer .left ul li a:hover {
  font-weight: 500;
}
.pre-footer .left .button {
  margin-top: 30px;
}
.pre-footer .right {
  width: 28%;
}
.pre-footer .right .twitter-timeline {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1619px) {
  .only-mobile {
    display: none !important;
  }
}

footer {
  background-color: white;
}
footer .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  padding-top: 33px;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  footer .container {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
footer .social-icons {
  order: 1;
  flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
  footer .social-icons {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .social-icons a {
    vertical-align: bottom;
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
footer .social-icons a {
  color: #52ADD2 !important;
  font-size: 23px;
  margin-left: 10px;
  vertical-align: middle;
}
footer .copyright {
  order: 0;
  flex: 0 1 auto;
  color: #2A69B0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    display: block;
    width: 100%;
    text-align: center;
    line-height: inherit;
  }
}
footer a {
  color: #2A69B0;
  font-style: italic;
  text-decoration: none;
}
footer a:hover {
  color: #52ADD2;
}
footer .sep {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .sep {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9BCAF1;
    margin: 7px 0px;
  }
}

.articles-container {
  width: 100%;
  background-color: #455578;
  padding: 90px 0px;
}
@media screen and (max-width: 767px) {
  .articles-container {
    padding: 30px 0px;
  }
}
.articles-container .articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 52px;
}
@media screen and (max-width: 767px) {
  .articles-container .articles-grid {
    display: block;
  }
}
@media screen and (max-width: 1217px) {
  .articles-container .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.articles-container .articles-grid .entry {
  order: 0;
  height: 592px;
  background-color: white;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 30px 27px;
  text-decoration: none;
  color: black;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  .articles-container .articles-grid .entry {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 16px !important;
    height: auto;
  }
}
.articles-container .articles-grid .entry:hover {
  background-color: #eeeeee;
}
.articles-container .articles-grid .entry .thumbnail {
  width: 100%;
  height: 310px;
  background-size: cover;
  background-position: center;
  background-image: url("./images/thumbnail.png");
}
@media screen and (max-width: 767px) {
  .articles-container .articles-grid .entry .thumbnail {
    height: 191px;
  }
}
.articles-container .articles-grid .entry h1 {
  font-size: 24px;
  margin: 20px 0px 15px 0px;
  color: #2F82C6;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .articles-container .articles-grid .entry h1 {
    text-align: center;
    height: auto;
    font-size: 17px;
  }
}
.articles-container .articles-grid .entry p {
  font-weight: 300;
  height: 95px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100%);
  display: block;
}
@media screen and (max-width: 767px) {
  .articles-container .articles-grid .entry p {
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .articles-container .articles-grid .entry .info-panel {
    font-size: 14px;
    text-align: center;
  }
}
.articles-container .articles-grid .entry .info-panel ion-icon.md {
  color: #2F82C6;
  vertical-align: text-top;
  margin-left: 10px;
  margin-right: 3px;
  font-weight: 300;
}
.articles-container .articles-grid .entry .info-panel ion-icon.md:first-child {
  margin-left: 0;
}
.articles-container .pagination {
  margin-top: 30px;
  width: 100%;
  font-size: 0;
}
.articles-container .pagination div {
  width: 50%;
  font-size: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .articles-container .pagination div a {
    width: calc(50%);
    text-align: center;
    padding: 18px 30px;
  }
}
.articles-container .pagination .alignright {
  text-align: right;
}

.article-info {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FCFCFC;
  width: 100%;
  font-size: 0;
}
.article-info .container {
  width: 1200px;
}
.article-info .left-side {
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .article-info .left-side {
    display: block;
    width: 100%;
  }
}
.article-info .left-side h1 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .article-info .left-side h1 {
    margin-bottom: 5px;
  }
}
.article-info .right-side {
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .article-info .right-side {
    display: block;
    width: 100%;
    text-align: left;
  }
  .article-info .right-side a {
    margin: 2px 0px !important;
  }
}
.article-info .right-side ul {
  padding: 0;
  margin: 0 0 10px 0;
}
.article-info .right-side ul li {
  display: inline;
}
.article-info .right-side ul li a {
  display: inline-block;
  padding: 5px;
  background-color: #52ADD2;
  border-radius: 5px;
  color: white;
  font-weight: 300;
  transition: background-color 0.1s linear;
  margin: 0px 2px;
}
.article-info .right-side ul li a:hover {
  background-color: #2f82c6;
}
.article-info .right-side .info-panel ion-icon.md {
  color: #2F82C6;
  vertical-align: text-top;
  margin-left: 10px;
  margin-right: 3px;
}
.article-info .right-side .info-panel ion-icon.md:first-child {
  margin-left: 0;
}

h5 {
  font-size: 18px;
}

.comment-list {
  background-color: #455578;
  color: white;
}
.comment-list h3 {
  font-size: 23px;
}
.comment-list .comment-respond {
  color: black;
  background-color: white;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 5px;
  margin: 5px 0px;
}
.comment-list .comment-respond form .comment-notes {
  margin-top: 0;
}
.comment-list .comment-respond form .comment-form-cookies-consent label {
  display: inline !important;
}
.comment-list .comment-respond form p label {
  display: block;
  margin-bottom: 2px;
}
.comment-list .comment-respond form p input[type=text], .comment-list .comment-respond form p input[type=url], .comment-list .comment-respond form p input[type=email], .comment-list .comment-respond form p textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid black;
}
.comment-list ol {
  color: black;
  padding: 0;
}
.comment-list ol .comment {
  margin-left: 40px;
}
.comment-list ol .comment.depth-1 {
  margin-left: 0;
}
.comment-list ol article {
  background-color: white;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 5px;
  margin: 5px 0px;
}
.comment-list ol article .comment-meta {
  font-size: 0;
  width: 100%;
}
.comment-list ol article .comment-meta .comment-author {
  width: 50%;
  font-size: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .comment-list ol article .comment-meta .comment-author {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.comment-list ol article .comment-meta .comment-metadata {
  width: 50%;
  font-size: 16px;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .comment-list ol article .comment-meta .comment-metadata {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.comment-list ol article .avatar {
  vertical-align: middle;
}
.comment-list ol article .reply {
  width: 100%;
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
