/*
  Theme Name: Flash Child
  Theme URI:
  Author: LerDev
  Author URI: https://www.lerdev.com
  Description:
  Version: 1.0.0
  Tags:
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: flash-child
  Domain Path: /languages
  Template: flash
*/
/* Variables, mixins, etc. */
.post-img-1 {
  background-image: url("imgs/tab-img-1.svg");
  background-repeat: no-repeat;
  width: 120px;
  height: 150px;
}
.post-img-2 {
  background-image: url("imgs/tab-img-2.svg");
  background-repeat: no-repeat;
  width: 110px;
  height: 150px;
}
.post-img-3 {
  background-image: url("imgs/tab-img-3.svg");
  background-repeat: no-repeat;
  width: 100px;
  height: 150px;
}
.post-img-4 {
  background-image: url("imgs/tab-img-4.svg");
  background-repeat: no-repeat;
  width: 100px;
  height: 150px;
}
.botton-1 {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
  background-color: #74dbb7;
  color: black;
  padding: 5px 10px;
}
.botton-1:hover {
  background-color: #b54a62;
}
.navigation .nav-links a,
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: flex;
  flex-flow: row-reverse;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  justify-self: center;
  align-self: center;
  font-family: guerrillanormal;
  background: #74dbb7;
  color: black;
  cursor: pointer;
  font-size: 22px;
  line-height: 20px;
  height: 33px;
  border: none;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  transition: background 0.5s ease;
  border-radius: 8px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.navigation .nav-links a:hover,
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #b54a62;
}
.navigation .nav-links a .fa,
.btn .fa,
button .fa,
input[type="button"] .fa,
input[type="reset"] .fa,
input[type="submit"] .fa {
  margin: 0 !important;
}
.gradient-greenAndBlue {
  background: #c2e59c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #64b3f4, #c2e59c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #64b3f4, #c2e59c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-whiteSkyBlueLight {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a1d4ea+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #a1d4ea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #a1d4ea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #a1d4ea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a1d4ea', GradientType=0);
  /* IE6-9 */
}
.gradient-cycle-1 {
  background: #00b09b;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00b09b, #96c93d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00b09b, #96c93d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-cycle-2 {
  background: #00f260;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00f260, #0575e6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00f260, #0575e6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-cycle-3 {
  background: #22c1c3;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fdbb2d, #22c1c3);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-cycle-4 {
  background: #40E0D0;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-cycle-5 {
  background: #0cebeb;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #29ffc6, #20e3b2, #0cebeb);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #29ffc6, #20e3b2, #0cebeb);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-cycle-6 {
  background: #F2994A;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F2C94C, #F2994A);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-cycle-7 {
  background: #F7971E;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFD200, #F7971E);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFD200, #F7971E);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-cycle-8 {
  background: #de6161;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2657eb, #de6161);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2657eb, #de6161);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-cycle-9 {
  background: #2196f3;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f44336, #2196f3);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f44336, #2196f3);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.tabSlideUp {
  -webkit-transition: padding 0.2s ease, margin 0.2s ease;
  -moz-transition: padding 0.2s ease, margin 0.2s ease;
  -o-transition: padding 0.2s ease, margin 0.2s ease;
  -ms-transition: padding 0.2s ease, margin 0.2s ease;
  transition: padding 0.2s ease, margin 0.2s ease;
}
.colorAndFontSizeTransit {
  -webkit-transition: color 0.5s, font-size 0.5s;
  -moz-transition: color 0.5s, font-size 0.5s;
  -o-transition: color 0.5s, font-size 0.5s;
  transition: color 0.5s, font-size 0.5s;
}
.transit-paddingMargin {
  -webkit-transition: padding 0.2s ease, margin 0.2s ease;
  -moz-transition: padding 0.2s ease, margin 0.2s ease;
  -o-transition: padding 0.2s ease, margin 0.2s ease;
  -ms-transition: padding 0.2s ease, margin 0.2s ease;
  transition: padding 0.2s ease, margin 0.2s ease;
}
.transit-visabOpacity {
  -webkit-transition: visibility 0s, opacity 4s easy-out;
  -moz-transition: visibility 0s, opacity 4s easy-out;
  -ms-transition: visibility 0s, opacity 4s easy-out;
  -o-transition: visibility 0s, opacity 4s easy-out;
  transition: visibility 0s, opacity 4s easy-out;
}
.trasit-all {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transformZoomRotate {
  -moz-transform: scale(1.3) rotate(-10deg) translate(50px);
  -webkit-transform: scale(1.3) rotate(-10deg) translate(50px);
  -o-transform: scale(1.3) rotate(-10deg) translate(50px);
  transform: scale(1.3) rotate(-10deg) translate(50px);
  z-index: 1000;
  position: relative;
}
.tabColor1 {
  background-color: #42A5F5;
  color: #fff;
}
.tabColor2 {
  background-color: #FF9800;
  color: #fff;
}
.tabColor3 {
  background-color: #F06292;
  color: #fff;
}
.tabColor4 {
  background-color: #81C784;
  color: #fff;
}
.tabColor5 {
  background-color: #D84315;
  color: #fff;
}
.tabRoundCorners-right {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
.tabRoundCorners-left {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.tabRoundCorners-both {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
.boxShadow-1 {
  -webkit-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
}
.boxShadow-2 {
  box-shadow: 4px 5px 10px 5px rgba(0, 0, 0, 0.4);
}
.boxShadow-3 {
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
}
.boxShadow-extraLight {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
}
.boxShadow-veryLight {
  box-shadow: 0px -2px 15px -1px rgba(0, 0, 0, 0.23);
}
.rainbow {
  height: 200px;
  background: red;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, orange, yellow, green, cyan, blue, violet);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, orange, yellow, green, cyan, blue, violet);
  /* Standard syntax (must be last) */
}
.boxShadow-inside-light {
  -webkit-box-shadow: inset 1px 1px 30px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 30px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 30px 2px rgba(0, 0, 0, 0.5);
}
.boxShadow-inside-light-2 {
  -webkit-box-shadow: inset 1px 1px 15px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 15px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 15px 2px rgba(0, 0, 0, 0.5);
}
.boxShadow-inside-light-3 {
  -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.textShadow-1 {
  text-shadow: 1px 1px 1px #000;
}
.tabRoundCorners-bottom-both {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.bordersRadius-1 {
  border: 3px solid white;
  border-radius: 8px;
}
.bordersRadiusInnerShadow {
  border: 3px solid white;
  border-radius: 8px;
  -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.boxShadowInnerOuter {
  box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.5), inset 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
/* Plugins */
.flexslider .slider-pic span.text-on-pic {
  text-align: center;
}
.flexslider .slider-pic a img {
  height: 400px;
  padding: 0 !important;
}
.flexslider.thumbs .flex-control-nav.flex-control-thumbs {
  display: flex;
  justify-content: center;
}
.flexslider.thumbs .flex-direction-nav a {
  top: 40%;
}
.flexslider.thumbs .flex-control-nav.flex-control-paging {
  bottom: 3px;
  z-index: 1000;
}
.flexslider.thumbs .slider-pic {
  position: relative;
  text-align: center;
  color: white;
}
.flexslider.thumbs .slider-pic > img {
  height: 300px;
  padding: 0 !important;
}
.flexslider.thumbs .slider-pic span.text-on-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(0%, -50%);
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  border: 3px solid #fff6;
  font-size: 16px;
  width: 90%;
  margin-left: 5%;
}
.flexslider.thumbs .slider-pic span.text-on-pic > p {
  margin: 0;
}
.flexslider.main-slider {
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
}
.flexslider.main-slider .slider-pic .text-on-pic {
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0px -2px 15px -1px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: inset 1px 1px 30px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 30px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 30px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px;
  border-radius: 8px;
  border: 3px solid white;
  font-size: 22pt;
}
.flexslider.main-slider .slider-pic .text-on-pic > p {
  margin: 0;
}
.flexslider.main-slider .flex-control-nav {
  bottom: 0;
  z-index: 200;
}
.ninja-form-wrapper {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 4px 5px 10px 5px rgba(0, 0, 0, 0.4);
  border: 3px solid white;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to right top, #ee9c1d, #f4a917, #f9b710, #fcc507, #ffd300);
}
.ninja-form-wrapper .ninja-form-inner-wrapper {
  -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  padding: 10px;
}
.ninja-form-wrapper .ninja-form-inner-wrapper h3 {
  font-family: guerrillanormal;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 10px dotted #40a0ed;
  margin-bottom: 20px;
}
.ninja-form-wrapper .ninja-form-inner-wrapper input,
.ninja-form-wrapper .ninja-form-inner-wrapper select,
.ninja-form-wrapper .ninja-form-inner-wrapper label {
  font-size: 18px !important;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.ninja-form-wrapper .ninja-form-inner-wrapper input[type="button"] {
  font-family: guerrillanormal;
  font-size: 24px !important;
  background-color: #40a0ed;
  width: 100%;
  margin-top: 30px;
  height: 50px;
  background-image: linear-gradient(to right top, #1dee9c, #00e1ce, #00cff6, #00b7ff, #009bff);
}
.ninja-form-wrapper .ninja-form-inner-wrapper input[type="button"]:hover {
  background-image: none;
  background-color: #00ff6f;
}
.ninja-form-wrapper .ninja-form-inner-wrapper #ninja_forms_required_items,
.ninja-form-wrapper .ninja-form-inner-wrapper .nf-field-container {
  margin-bottom: 0;
}
.ninja-form-wrapper .ninja-form-inner-wrapper .ninja-forms-field.nf-element {
  margin-top: 10px;
}
.ninja-form-wrapper .ninja-form-inner-wrapper .nf-form-fields-required {
  display: none;
}
.ninja-form-wrapper .ninja-form-inner-wrapper .nf-error-msg.nf-error-field-errors {
  display: none;
}
.ninja-form-wrapper .ninja-form-inner-wrapper .nf-error-msg {
  color: #fff;
}
.lg .lg-actions {
  font-family: lg !important;
}
/* Whole site specific */
h1 {
  text-shadow: 1px 1px 1px #000;
  color: #f89400;
  text-align: center;
  font-size: 38pt;
  line-height: 1.1em;
}
h2.volume-header {
  text-shadow: 1px 1px 1px #000;
  font-family: 'guerrillanormal', sans-serif, serif !important;
  font-size: 68px !important;
  font-weight: 200 !important;
  font-style: italic !important;
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #74dbb7;
  line-height: 0.1em;
  margin: 60px 0 40px;
}
h2.volume-header span {
  color: #b54c68 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  padding: 0 10px;
  border-radius: 30px;
}
h2.volume-header.anounces {
  border-bottom-color: #1ca9db;
}
h2.volume-header.anounces span {
  color: #1db591 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'guerrillanormal', sans-serif, serif !important;
}
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "alegreya_sansmedium";
}
html,
body {
  overflow-x: hidden;
}
.fa {
  margin-right: 15px;
  color: white;
}
.whitespace {
  width: 100%;
  content: "";
  height: 50px;
}
.nav-links div {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
  background-color: #74dbb7;
  color: black;
  padding: 5px 10px;
}
.nav-links div:hover {
  background-color: #b54a62;
}
.nav-links div a {
  background-color: inherit;
}
table tr:nth-child(even) {
  color: black;
  text-shadow: none;
}
#bottom-footer {
  background: #fff;
  width: 100% !important;
  margin: 0 auto;
  padding-bottom: 0;
}
#bottom-footer .tg-container {
  width: 100% !important;
}
#footer-img-svg-path-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}
#footer-img-svg-path-wrap svg {
  width: 100%;
  max-width: 1200px;
  margin-bottom: -40px;
}
#copyright-bottom-line {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 160px;
  width: 100%;
  background: #6cae3d;
}
#copyright-bottom-line > .copyrights-text {
  font-family: guerrillanormal;
  font-size: 18px;
  color: #fff;
}
#copyright-bottom-line p {
  padding: 0 !important;
}
#copyright-bottom-line a {
  font-weight: bold;
  color: #b54a62 !important;
}
#copyright-bottom-line a:hover,
#copyright-bottom-line a:visited {
  color: #b54a62 !important;
}
aside#secondary {
  text-shadow: 1px 1px 1px #000;
  position: relative;
  z-index: 50;
}
@media (max-width: 792px) {
  aside#secondary {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
aside#secondary > div.aside-block {
  border: 3px solid white;
  border-radius: 8px;
  box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.5), inset 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px #000;
  background-color: #7fc582;
  padding: 10px;
}
aside#secondary > div.aside-block #map {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}
aside#secondary > div.aside-block ul {
  margin: 15px 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  font-size: 16pt;
}
aside#secondary > div.aside-block ul a,
aside#secondary > div.aside-block ul p,
aside#secondary > div.aside-block ul i {
  color: #fff;
}
aside#secondary > div {
  margin-top: -5px;
  border-radius: 0 0 8px 8px !important;
  border-top: 0 !important;
  position: relative;
  z-index: 20;
}
aside#secondary > div:first-child {
  margin-top: -20px;
}
aside#secondary > div:nth-child(2) {
  z-index: 10;
}
aside#secondary > div h3 {
  margin-top: 10px;
}
/*
 * Header
 */
.header-bottom {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  flex-flow: column;
}
.header-bottom .tg-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 792px) {
  .header-bottom .tg-container {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.header-bottom .tg-container .logo {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  max-width: 180px;
}
@media (max-width: 1200px) {
  .header-bottom .tg-container .logo {
    order: 10;
  }
}
.header-bottom .tg-container .logo #header-logo-svg-wrap > svg {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  width: 100%;
}
.header-bottom .tg-container .logo #header-logo-svg-wrap > svg > path.st0 {
  color: white;
}
.header-bottom .tg-container .site-navigation-wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .header-bottom .tg-container .site-navigation-wrapper {
    order: 999;
  }
}
@media (max-width: 992px) {
  .header-bottom .tg-container .site-navigation-wrapper #site-navigation {
    width: 768px;
  }
}
.header-bottom .tg-container .header--contact-data {
  text-shadow: 1px 1px 1px #000;
  display: flex;
  max-width: 15em;
  font-family: 'guerrillanormal';
  font-size: 1.2em;
  border-left: 0;
}
.header-bottom .tg-container .header--contact-data > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-bottom .tg-container .header--contact-data > ul a {
  color: white;
}
.header-bottom .tg-container .header--contact-data > ul a:hover {
  border-bottom: 5px dotted #fff;
}
@media (max-width: 1200px) {
  .header-bottom .tg-container .header--contact-data {
    order: 200;
  }
}
#flash-breadcrumbs {
  position: relative;
  background-color: white;
  z-index: 100;
}
#flash-breadcrumbs {
  display: none;
}
.entry-content {
  font-size: 2rem;
}
#content {
  margin-top: -80px;
  position: relative;
  z-index: 31;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%), url(imgs/clouds.jpg);
  font-family: "alegreya_sansmedium";
}
@media (max-width: 992px) {
  #content {
    margin-top: 0px;
  }
}
@media (max-width: 792px) {
  #content .tg-container {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-flow: column nowrap !important;
    justify-content: center;
    align-items: center;
  }
  #content .tg-container #secondary {
    width: 90vw;
  }
}
#content .entry-meta,
#content .entry-header,
#content footer.entry-footer {
  display: none;
}
#content .featured-image {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  border-radius: 10px;
}
#content .featured-image img {
  border-radius: 10px;
}
#content .full-width-wrapper {
  position: absolute;
  left: 0;
  height: 600px;
  width: 100%;
  z-index: 35;
}
#content .my-content-wrapper {
  position: relative;
  z-index: 100;
  margin: 40px auto 20px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
#content .my-content-wrapper .my-content {
  color: #000;
  flex: 7;
  display: flex;
  font-size: 1.2em;
  padding: 5px 5px 5px 20px;
  display: block;
  border-left: 10px dotted darkorange;
}
#content .my-content-wrapper .my-content a {
  color: #295aff;
  text-decoration: underline;
}
#content .my-content-wrapper .vertical-stuff-wrap {
  display: none;
}
#content .my-content-wrapper .vertical-stuff-wrap .vertical-stuff {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  width: 5px;
  border-radius: 20px;
  background-color: #FF9800;
}
#primary,
#secondary {
  font-family: "alegreya_sansmedium";
}
/*
 * Preloader
 */
/* fadeIn */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* end.fadeIn */
/* fadeInOut */
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* end.fadeInOut */
#preloader-background #preloader-logo {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
  /* center items horizontally, in this case */
}
#preloader-background #preloader-logo svg {
  height: 100px;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
@media (min-width: 980px) {
  .site-navigation-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .site-navigation-wrapper > #site-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #site-navigation {
    font-family: 'guerrillanormal';
    padding-bottom: 0 !important;
  }
  #site-navigation ul#primary-menu {
    display: flex;
    flex-flow: row nowrap;
  }
  #site-navigation > div.menu-main-menu-container > ul > li {
    padding-top: 20px;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:hover > a,
  #site-navigation > div.menu-main-menu-container > ul > li.current-menu-item > a,
  #site-navigation > div.menu-main-menu-container > ul > li.current_page_item > a {
    color: #fff;
  }
  #site-navigation > div.menu-main-menu-container > ul > li > ul.sub-menu,
  #site-navigation > div.menu-main-menu-container > ul > li > ul.children {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    border: 3px solid white;
    border-radius: 8px;
    box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.5), inset 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    padding: 0;
    z-index: 40 !important;
  }
  #site-navigation > div.menu-main-menu-container > ul {
    list-style: none;
  }
  #site-navigation > div.menu-main-menu-container > ul > li {
    -webkit-transition: padding 0.2s ease, margin 0.2s ease;
    -moz-transition: padding 0.2s ease, margin 0.2s ease;
    -o-transition: padding 0.2s ease, margin 0.2s ease;
    -ms-transition: padding 0.2s ease, margin 0.2s ease;
    transition: padding 0.2s ease, margin 0.2s ease;
    margin-left: -20px;
    text-align: center;
    height: 60px;
  }
  #site-navigation > div.menu-main-menu-container > ul > li > a {
    border: 3px solid white;
    border-radius: 8px;
    box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.5), inset 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: padding 0.2s ease, margin 0.2s ease;
    -moz-transition: padding 0.2s ease, margin 0.2s ease;
    -o-transition: padding 0.2s ease, margin 0.2s ease;
    -ms-transition: padding 0.2s ease, margin 0.2s ease;
    transition: padding 0.2s ease, margin 0.2s ease;
    text-shadow: 1px 1px 1px #000;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff !important;
    padding: 0 10px;
    font-size: 17pt !important;
    position: relative;
    display: block;
    height: 60px;
    text-align: center;
    text-decoration: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
  #site-navigation > div.menu-main-menu-container > ul > li > a.active {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    z-index: 10;
    outline: none;
  }
  #site-navigation > div.menu-main-menu-container > ul > li > a:hover {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    height: 60px;
    margin-top: -20px;
  }
  #site-navigation > div.menu-main-menu-container > ul > li.menu-item-602 > a {
    font-size: 15pt !important;
  }
  #site-navigation > div.menu-main-menu-container > ul > li > ul > li > a {
    color: #fff !important;
    font-size: 14pt !important;
    text-shadow: 1px 1px 1px #000;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:first-child > a {
    background-color: #42A5F5;
    color: #fff;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    z-index: 15;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:nth-child(2) > a {
    background-color: #FF9800;
    color: #fff;
    z-index: 14;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:nth-child(3) > a {
    background-color: #F06292;
    color: #fff;
    z-index: 13;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:nth-child(3) > ul {
    background-color: #FF9800;
    color: #fff;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:nth-child(4) > a {
    background-color: #81C784;
    color: #fff;
    z-index: 12;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:nth-child(4) > ul {
    background-color: #81C784;
    color: #fff;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:nth-child(5) > a {
    background-color: #FF9800;
    color: #fff;
    z-index: 14;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:nth-child(5) > ul {
    background-color: #FF9800;
    color: #fff;
  }
  #site-navigation > div.menu-main-menu-container > ul > li:last-child > a {
    background-color: #D84315;
    color: #fff;
    z-index: 11;
  }
  #site-navigation > div.menu-main-menu-container > ul > li.current-menu-item > a,
  #site-navigation > div.menu-main-menu-container > ul > li.current-menu-ancestor > a #site-navigation > div.menu-main-menu-container > ul > li.current_page_item > a,
  #site-navigation > div.menu-main-menu-container > ul > li.current-page-ancestor > a {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    margin-top: -20px;
    color: #fff !important;
  }
  .site-navigation--under-nav-bar--white-under {
    background-color: #fff;
    position: relative;
    z-index: 30;
    content: "";
    height: 80px;
    width: 100%;
  }
  .site-navigation--under-nav-bar {
    box-shadow: 0px -2px 15px -1px rgba(0, 0, 0, 0.23);
    content: "";
    position: relative;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, #ffde00, #ffcb00, #ffb700, #ffa400, #ff9000);
    z-index: 30;
  }
  .header-bottom {
    background-image: linear-gradient(to right top, #009bff, #00bdff, #00dafd, #00f0c1, #00ff6f);
  }
  .header-bottom .tg-container {
    align-items: flex-end;
  }
  #site-navigation li:hover ul.sub-menu,
  .menu ul li:hover > ul.children {
    transform: scaleY(1);
    transform-origin: top;
    overflow: hidden;
  }
  #site-navigation ul.sub-menu,
  .menu ul li ul.children {
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.5s ease-out;
    right: 0;
    top: 100%;
    min-width: 0;
  }
}
@media (min-width: 980px) and (max-width: 980px) {
  #site-navigation ul#primary-menu {
    display: none;
  }
}
@media (max-width: 980px) {
  .site-navigation-wrapper #site-navigation {
    text-align: center;
  }
  .site-navigation-wrapper #site-navigation .sub-toggle > .fa {
    color: black;
  }
  .sub-menu a {
    text-align: center !important;
  }
  #site-navigation ul li.menu-item-has-children .sub-toggle {
    background-color: #fff;
  }
  .header-bottom {
    background-color: #00b3ff;
  }
}
/* Fonts */
@font-face {
  font-family: 'guerrillanormal';
  src: url('fonts/guerrilla/guerrilla-normal-webfont.woff2') format('woff2'), url('fonts/guerrilla/guerrilla-normal-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 11, 2017 */
@font-face {
  font-family: 'alegreya_sansblack';
  src: url('fonts/alegreya-sans/alegreyasans-black-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-black-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-black-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansblack_italic';
  src: url('fonts/alegreya-sans/alegreyasans-blackitalic-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-blackitalic-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-blackitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansbold';
  src: url('fonts/alegreya-sans/alegreyasans-bold-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-bold-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansbold_italic';
  src: url('fonts/alegreya-sans/alegreyasans-bolditalic-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-bolditalic-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-bolditalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansextrabold';
  src: url('fonts/alegreya-sans/alegreyasans-extrabold-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-extrabold-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-extrabold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansextrabold_italic';
  src: url('fonts/alegreya-sans/alegreyasans-extrabolditalic-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-extrabolditalic-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-extrabolditalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansitalic';
  src: url('fonts/alegreya-sans/alegreyasans-italic-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-italic-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sanslight';
  src: url('fonts/alegreya-sans/alegreyasans-light-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-light-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sanslight_italic';
  src: url('fonts/alegreya-sans/alegreyasans-lightitalic-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-lightitalic-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-lightitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansmedium';
  src: url('fonts/alegreya-sans/alegreyasans-medium-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-medium-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansmedium_italic';
  src: url('fonts/alegreya-sans/alegreyasans-mediumitalic-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-mediumitalic-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-mediumitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansregular';
  src: url('fonts/alegreya-sans/alegreyasans-regular-webfont.woff2') format('woff2'), url('fonts/alegreya-sans/alegreyasans-regular-webfont.woff') format('woff'), url('fonts/alegreya-sans/alegreyasans-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Site pages */
/* Mixins */
.common-tabs {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  max-width: 1200px;
  height: 200px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
.imgTabCommon {
  position: absolute;
  z-index: 4000;
}
/* end.Mixins */
.tg-container .tabs-wrap {
  width: 100% !important;
  margin: -35px auto 0;
}
.tg-container .tabs-wrap ul.tabs {
  text-shadow: 1px 1px 1px #000;
  position: relative;
  z-index: 70;
  font-family: 'guerrillanormal';
  max-width: 1200px;
  height: 120px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  padding: 0;
  padding-top: 40px;
}
.tg-container .tabs-wrap ul.tabs > li {
  float: left;
  width: 25%;
}
.tg-container .tabs-wrap ul.tabs > li > a {
  box-shadow: 4px 5px 10px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: padding 0.2s ease, margin 0.2s ease;
  -moz-transition: padding 0.2s ease, margin 0.2s ease;
  -o-transition: padding 0.2s ease, margin 0.2s ease;
  -ms-transition: padding 0.2s ease, margin 0.2s ease;
  transition: padding 0.2s ease, margin 0.2s ease;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  list-style: none;
  position: relative;
  display: block;
  height: 50px;
  margin-top: 40px;
  padding: 10px 0 0 0;
  font-size: 18pt;
  text-align: center;
  text-decoration: none;
  border: 0;
}
.tg-container .tabs-wrap ul.tabs > li > a:hover {
  margin: 35px 0 0 0;
  padding: 10px 0 5px 0;
}
.tg-container .tabs-wrap ul.tabs > li > a.active {
  margin: 30px 0 0 0;
  padding: 10px 0 10px 0;
  z-index: 4;
  outline: none;
}
.tg-container .tabs-wrap ul.tabs li:first-child > a {
  background-color: #42A5F5;
  color: #fff;
  z-index: 4;
}
.tg-container .tabs-wrap ul.tabs li:nth-child(2) > a {
  background-color: #FF9800;
  color: #fff;
  z-index: 3;
}
.tg-container .tabs-wrap ul.tabs li:nth-child(3) > a {
  background-color: #F06292;
  color: #fff;
  z-index: 2;
}
.tg-container .tabs-wrap ul.tabs li:nth-child(4) > a {
  background-color: #81C784;
  color: #fff;
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.tg-container .tabs-wrap ul.tabs .img_tab_1 {
  position: absolute;
  z-index: 4000;
  width: 104px;
  height: 139px;
  top: -80px;
  left: 4%;
}
.tg-container .tabs-wrap ul.tabs .img_tab_2 {
  position: absolute;
  z-index: 4000;
  width: 82px;
  height: 121px;
  top: -69px;
  left: 8%;
}
.tg-container .tabs-wrap ul.tabs .img_tab_3 {
  position: absolute;
  z-index: 4000;
  width: 82px;
  height: 131px;
  top: -81px;
  left: 8%;
}
.tg-container .tabs-wrap ul.tabs .img_tab_4 {
  position: absolute;
  z-index: 4000;
  width: 88px;
  height: 121px;
  top: -71px;
  left: 9%;
}
.tg-container .tabs-wrap .group:before,
.tg-container .tabs-wrap .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tg-container .tabs-wrap .group:after {
  clear: both;
}
.tg-container .tabs-wrap #tabs {
  text-shadow: 1px 1px 1px #000;
  position: relative;
  z-index: 60;
  background: #b54a62;
  margin: 0 auto;
  padding-top: 0;
}
.tg-container .tabs-wrap #tabs .tab {
  -webkit-transition: visibility 0s, opacity 4s easy-out;
  -moz-transition: visibility 0s, opacity 4s easy-out;
  -ms-transition: visibility 0s, opacity 4s easy-out;
  -o-transition: visibility 0s, opacity 4s easy-out;
  transition: visibility 0s, opacity 4s easy-out;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  max-width: 1200px;
  height: 200px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
.tg-container .tabs-wrap #tabs .tab > div {
  font-size: 16pt;
}
.tg-container .tabs-wrap #tabs .tab > ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tg-container .tabs-wrap #tabs .tab > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  width: 25%;
  float: left;
}
.tg-container .tabs-wrap #tabs .tab > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: 'guerrillanormal';
  padding: 10px 10px;
  color: #ffffff;
  font-size: 18pt;
  margin: 0 auto;
}
.tg-container .tabs-wrap #tabs #tab_1 {
  background-color: #42A5F5;
  color: #fff;
}
.tg-container .tabs-wrap #tabs #tab_2 {
  background-color: #FF9800;
  color: #fff;
  display: none;
}
.tg-container .tabs-wrap #tabs #tab_3 {
  background-color: #F06292;
  color: #fff;
  display: none;
}
.tg-container .tabs-wrap #tabs #tab_4 {
  background-color: #81C784;
  color: #fff;
  display: none;
}
.slug-gallery .lcp_albums_wrapper,
.slug-cources .lcp_albums_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
}
.slug-gallery .lcp_albums_wrapper li,
.slug-cources .lcp_albums_wrapper li {
  position: relative;
}
.slug-gallery .lcp_albums_wrapper li .single_album,
.slug-cources .lcp_albums_wrapper li .single_album {
  box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.5), inset 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 305px;
  border: 3px solid white;
  border-radius: 8px;
  position: relative;
}
.slug-gallery .lcp_albums_wrapper li .single_album .album_thumb,
.slug-cources .lcp_albums_wrapper li .single_album .album_thumb {
  border-radius: 8px;
}
.slug-gallery .lcp_albums_wrapper li .single_album .album_thumb img,
.slug-cources .lcp_albums_wrapper li .single_album .album_thumb img {
  border-radius: 8px;
  padding: 0 !important;
}
.slug-gallery .lcp_albums_wrapper li .single_album h3.entry-title,
.slug-cources .lcp_albums_wrapper li .single_album h3.entry-title {
  text-align: center;
}
.slug-gallery .lcp_albums_wrapper li .single_album h3.entry-title > a,
.slug-cources .lcp_albums_wrapper li .single_album h3.entry-title > a {
  text-shadow: 1px 1px 1px #000;
  color: white !important;
}
.slug-gallery .lcp_albums_wrapper li .single_album:hover,
.slug-cources .lcp_albums_wrapper li .single_album:hover {
  -moz-transform: scale(1.3) rotate(-10deg) translate(50px);
  -webkit-transform: scale(1.3) rotate(-10deg) translate(50px);
  -o-transform: scale(1.3) rotate(-10deg) translate(50px);
  transform: scale(1.3) rotate(-10deg) translate(50px);
  z-index: 1000;
  position: relative;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 10) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 10) > div {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(2deg);
  transform: rotate(4deg);
  background-color: extract(#FFB300 #7fc582 #F06292 #0288D1 #D84315 #8E24AA #0288D1 #FFB300, 10);
  z-index: 4;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 9) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 9) > div {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(0deg);
  transform: rotate(-5deg);
  background-color: extract(#FFB300 #7fc582 #F06292 #0288D1 #D84315 #8E24AA #0288D1 #FFB300, 9);
  z-index: 8;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 8) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 8) > div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(2deg);
  transform: rotate(1deg);
  background-color: #FFB300;
  z-index: 7;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 7) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 7) > div {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(0deg);
  transform: rotate(-5deg);
  background-color: #0288D1;
  z-index: 13;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 6) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 6) > div {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(-1deg);
  transform: rotate(4deg);
  background-color: #8E24AA;
  z-index: 4;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 5) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 5) > div {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(3deg);
  transform: rotate(-5deg);
  background-color: #D84315;
  z-index: 14;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 4) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 4) > div {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(1deg);
  background-color: #0288D1;
  z-index: 19;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 3) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 3) > div {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(4deg);
  transform: rotate(2deg);
  background-color: #F06292;
  z-index: 2;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 2) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 2) > div {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(-5deg);
  transform: rotate(0deg);
  background-color: #7fc582;
  z-index: 6;
}
.slug-gallery .lcp_albums_wrapper li:nth-child(7n + 1) > div,
.slug-cources .lcp_albums_wrapper li:nth-child(7n + 1) > div {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-4deg);
  transform: rotate(0deg);
  background-color: #FFB300;
  z-index: 13;
}
.page-template-sidebar-page #content > .tg-container {
  display: flex;
  flex-flow: row;
}
.page-template-sidebar-page #content > .tg-container #primary {
  padding: 20px;
}
@media (max-width: 792px) {
  .page-template-sidebar-page #content > .tg-container #primary {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.page-template-sidebar-page #content > .tg-container #secondary {
  padding: 20px;
  position: relative;
}
@media (max-width: 792px) {
  .page-template-sidebar-page #content > .tg-container #secondary {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.page-template-single #primary,
.single-post #primary {
  width: 70%;
  margin: 0 auto;
}
.page-template-single .full-width-wrapper,
.single-post .full-width-wrapper {
  display: none;
}
.page-template-single #content .my-content-wrapper,
.single-post #content .my-content-wrapper {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
}
.slug-cources .full-width-wrapper {
  display: none;
}
.slug-cources #content .my-content-wrapper {
  width: 50%;
  box-shadow: 4px 5px 10px 5px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-image: linear-gradient(to left bottom, #006fff, #0066e6, #005dcd, #0054b5, #004b9d);
}
.slug-schedule .full-width-wrapper {
  display: none;
}
.slug-schedule .featured-image {
  display: none;
}
.slug-schedule #content .my-content-wrapper .my-content {
  border-left: none;
  color: black;
  text-shadow: none;
}
.slug-schedule #content .my-content-wrapper .my-content > p {
  display: none;
}
.slug-schedule #content .my-content-wrapper .my-content table {
  box-shadow: 4px 5px 10px 5px rgba(0, 0, 0, 0.4);
}
.slug-schedule #content .my-content-wrapper {
  margin-top: 0px;
  padding: 20px;
  background-image: none;
}
.category-courses .my-content-wrapper {
  margin: 20px auto 40px !important;
}
.category-courses .flexslider {
  margin: 0 0 10px 0;
}
.category-album #album--pics-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category-album #album--pics-list ul li:nth-child(7n + 10) > div {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background-color: extract(#FFB300 #7fc582 #F06292 #0288D1 #D84315 #8E24AA #0288D1 #FFB300, 10);
  z-index: 20;
}
.category-album #album--pics-list ul li:nth-child(7n + 9) > div {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(3deg);
  background-color: extract(#FFB300 #7fc582 #F06292 #0288D1 #D84315 #8E24AA #0288D1 #FFB300, 9);
  z-index: 7;
}
.category-album #album--pics-list ul li:nth-child(7n + 8) > div {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(-1deg);
  transform: rotate(1deg);
  background-color: #FFB300;
  z-index: 3;
}
.category-album #album--pics-list ul li:nth-child(7n + 7) > div {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(3deg);
  transform: rotate(-1deg);
  background-color: #0288D1;
  z-index: 19;
}
.category-album #album--pics-list ul li:nth-child(7n + 6) > div {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-2deg);
  transform: rotate(0deg);
  background-color: #8E24AA;
  z-index: 4;
}
.category-album #album--pics-list ul li:nth-child(7n + 5) > div {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-3deg);
  transform: rotate(2deg);
  background-color: #D84315;
  z-index: 13;
}
.category-album #album--pics-list ul li:nth-child(7n + 4) > div {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(3deg);
  background-color: #0288D1;
  z-index: 17;
}
.category-album #album--pics-list ul li:nth-child(7n + 3) > div {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
  background-color: #F06292;
  z-index: 17;
}
.category-album #album--pics-list ul li:nth-child(7n + 2) > div {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(-4deg);
  background-color: #7fc582;
  z-index: 8;
}
.category-album #album--pics-list ul li:nth-child(7n + 1) > div {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(4deg);
  transform: rotate(-3deg);
  background-color: #FFB300;
  z-index: 12;
}
.category-album #album--pics-list ul li div {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 3px solid white;
  border-radius: 8px;
  box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.5), inset 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 5px;
  margin: 0;
}
.category-album #album--pics-list ul li div img {
  margin: 0;
  padding: 0;
}
.category-album #album--pics-list ul li div:hover {
  -moz-transform: scale(1.3) rotate(-10deg) translate(50px);
  -webkit-transform: scale(1.3) rotate(-10deg) translate(50px);
  -o-transform: scale(1.3) rotate(-10deg) translate(50px);
  transform: scale(1.3) rotate(-10deg) translate(50px);
  z-index: 1000;
  position: relative;
}
.single-post .full-width-wrapper,
.slug-about .full-width-wrapper,
slug-schedule .full-width-wrapper {
  background-color: #00aced;
}
.posts-list-superwrapper ul.lcp-posts-wrapper {
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li {
  display: flex;
  flex-flow: row;
  align-content: center;
  justify-items: center;
  align-self: center;
  align-items: center;
}
.posts-list-superwrapper ul.lcp-posts-wrapper .post-side-img {
  background-size: contain;
  width: 100px;
}
.posts-list-superwrapper ul.lcp-posts-wrapper .single-post {
  box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.5), inset 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-content: flex-start;
  border-radius: 30px;
  width: 100%;
  padding: 10px;
  margin: 10px;
  flex-flow: row nowrap;
  border: 12px solid #f89400;
}
.posts-list-superwrapper ul.lcp-posts-wrapper .single-post:hover {
  border-color: #b53645;
}
.posts-list-superwrapper ul.lcp-posts-wrapper .single-post .post-meta {
  flex: 2;
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  align-content: center;
  justify-content: center;
}
.posts-list-superwrapper ul.lcp-posts-wrapper .single-post .post-meta .post-thumb img {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
}
.posts-list-superwrapper ul.lcp-posts-wrapper .single-post .post-meta .post-date {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  width: 100px;
  text-align: center;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  background-color: #00aced;
  color: white;
}
.posts-list-superwrapper ul.lcp-posts-wrapper .single-post .post-text {
  flex: 8;
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
}
.posts-list-superwrapper ul.lcp-posts-wrapper .single-post .post-text > p {
  margin: 0;
}
.posts-list-superwrapper ul.lcp-posts-wrapper .single-post .post-text .read-more {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
  background-color: #74dbb7;
  color: black;
  padding: 5px 10px;
}
.posts-list-superwrapper ul.lcp-posts-wrapper .single-post .post-text .read-more:hover {
  background-color: #b54a62;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(1) .post-side-img {
  background-image: url("imgs/tab-img-1.svg");
  background-repeat: no-repeat;
  width: 120px;
  height: 150px;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(2) .post-side-img {
  background-image: url("imgs/tab-img-2.svg");
  background-repeat: no-repeat;
  width: 110px;
  height: 150px;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(3) .post-side-img {
  background-image: url("imgs/tab-img-3.svg");
  background-repeat: no-repeat;
  width: 100px;
  height: 150px;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(4) .post-side-img {
  background-image: url("imgs/tab-img-4.svg");
  background-repeat: no-repeat;
  width: 100px;
  height: 150px;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(odd) {
  display: flex;
  flex-flow: row-reverse;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(odd) .single-post {
  display: flex;
  flex-flow: row-reverse;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(odd) .single-post .post-text {
  padding-right: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  justify-items: center;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(odd) .single-post .post-text p {
  text-align: end;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(odd) .single-post .post-text .read-more {
  align-self: flex-end;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(odd) .single-post .post-meta {
  margin-right: 30px;
  display: flex;
  align-content: center;
  align-items: center;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(even) {
  display: flex;
  flex-flow: row;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(even) .single-post {
  display: flex;
  flex-flow: row;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(even) .single-post .post-text {
  padding-left: 30px;
  display: flex;
  align-items: flex-start;
  justify-items: center;
  justify-content: center;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(even) .single-post .post-text p {
  text-align: start;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(even) .single-post .post-text .read-more {
  align-self: flex-start;
}
.posts-list-superwrapper ul.lcp-posts-wrapper > li:nth-child(even) .single-post .post-meta {
  margin-right: 30px;
  display: flex;
  align-content: center;
  align-items: center;
}
.posts-list-superwrapper.news .post-meta .post-date {
  /* margin-left: -90px; */
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.posts-list-superwrapper.news .post-meta .post-thumb img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.slug-schedule .featured-image > img {
  height: 400px;
}
.slug-schedule table {
  color: #222 !important;
  text-shadow: none !important;
  background-image: url("imgs/table-bg-1.jpg");
}
.slug-schedule table tr:nth-child(2n) {
  background-color: transparent !important;
}
.slug-schedule table td {
  vertical-align: middle;
}
