/*

Theme Name: symmetexo
Theme URI: http://www.sevenloft.gr/
Description: This is the first version of stefanos symmetexo theme.
Version: 0.9
Author: logothetis, xenia
Author URI: http://www.sevenloft.gr/

*/


/* Global */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');


/*
    Flaticon icon font: Flaticon
    Creation date: 19/07/2019 11:19
*/

@font-face {
  font-family: "Flaticon";
  src: url("font/Flaticon.eot");
  src: url("font/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("font/Flaticon.woff2") format("woff2"),
    url("font/Flaticon.woff") format("woff"),
    url("font/Flaticon.ttf") format("truetype"),
    url("font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("font/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 32px;
  font-style: normal;
}

.flaticon-001-open-book:before {
  content: "\f100";
}

.flaticon-002-magnifying-glass:before {
  content: "\f101";
}

.flaticon-003-legal-paper:before {
  content: "\f102";
}

.flaticon-004-law:before {
  content: "\f103";
}

.flaticon-005-judge:before {
  content: "\f104";
}

.flaticon-006-jail:before {
  content: "\f105";
}

.flaticon-007-handcuffs:before {
  content: "\f106";
}

.flaticon-008-gun:before {
  content: "\f107";
}

.flaticon-009-files:before {
  content: "\f108";
}

.flaticon-010-courthouse:before {
  content: "\f109";
}

.flaticon-011-case:before {
  content: "\f10a";
}

.flaticon-012-book:before {
  content: "\f10b";
}

.flaticon-013-jury:before {
  content: "\f10c";
}

.flaticon-014-balance:before {
  content: "\f10d";
}

.flaticon-015-badge:before {
  content: "\f10e";
}

.flaticon-016-auction:before {
  content: "\f10f";
}


* {
  font-family: 'Open Sans', sans-serif;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #212529;
  font-weight: 300;
  max-width: 1920px;

  margin: 0 auto;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: 1px;
  width: 100%;
}

.container-fluid {
  max-width: 1700px;
}

a {
  color: #a4a4a4;
}

a:hover {
  color: white;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  margin-top: 50px;
  padding: 0px;
  color: #5e6d81;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

h2 {
  font-size: 40px;
  color: #1d1d1b;
  margin-bottom: 20px;
  clear: both;
  line-height: 40px;
}

h1,
h2 {}


p {
  font-size: 17px;
  line-height: 28px;
  margin: 12px 0 0;
  ;
}

.clear {
  clear: both;
}

/*Header*/

.topheader{
  padding-bottom: 10px;
}

.topheader-bar {
  background: #2F2E3C;
  min-height: 35px;
}


.topheader-bar ul {
  list-style-type: none;
  margin-top: 5px;
  display: block;
  float: left;
  width: 100%;
  padding-inline-start: 0px;

}

.topheader-bar ul li {
  display: inline-block;
  font-size: 13px;
  color: #000;
  transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -webkit-transition: all 800ms ease-out;
}

li.topheader-favicons {
  margin-right: 6%;
}

.top-header-icon {
  margin-right: 6px;
}

.top-header-menu {
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
}

ul.top-header-menu-items li {
  margin-right: 20px;
}

#menu-header-menu li {
    margin-right: 20px;
}

img.img-fluid.d-inline.logo {
  /*max-width: 15%;
  margin-top: 15px;
  margin-bottom: 15px;*/
  height: 85px;
    max-width: 100% !important;
}

.topheader {
  background: #2F2E3C;
}


/* Slider */

.slider-wr {
  overflow: hidden;
  float: left;
  width: 100%;
  display: block;
}

.homeslider .item img {
  height: 750px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}


.homeslider .owl-nav .owl-prev,
.homeslider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.homeslider .owl-nav .owl-next {
  right: 30px;
}

.homeslider .owl-nav .owl-prev {
  left: 30px;
}

.homeslider .owl-nav i {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 40px;
  text-align: center;
  width: 30px;
  padding: 25px 0;
}


.homeslider .owl-nav i:hover {
  background: #fff;
  color: #434a54;
}



.hover-black:before {
  background: #1d1d1b;
  width: 0;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -webkit-transition: all 800ms ease-out;

}

.hover-black:hover:before {
  width: 100%;
  transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -webkit-transition: all 800ms ease-out;
}

.slider-two-boxes .hover-black:hover p {
  position: relative;
  z-index: 500;
  color: #fff;
}

.slider-two-boxes .top-title-p {
  position: relative;
}

.slider-two-boxes .top-title-p:before {
  position: absolute;
  top: -48px;
  left: 0;
  width: 5px;
  height: 30px;
  border-left: 5px solid #e3000f;
  content: '';
  z-index: 400;
}

.slider-two-boxes .bg-red .top-title-p:before {
  border-left: 5px solid #1d1d1b;
}



/* MainMenu */

.lg {
  text-align: center;
}

.mainmenu {
  height: 50px;
  background-color: #2F2E3C;
}

ul#menu-menu1 {
  display: inline-flex;
  align-content: flex-start;
  list-style: none;
}

#menu-menu1 li a {
  position: relative;
}

#menu-menu1 li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #ec008b;
  width: 0;
  transition: all 0.3s;
}

#menu-menu1 li a:hover:after {
  width: 100%;
  transition: all 0.3s;
}




.navbar {
  padding: 0;
}

nav.navbar.navbar-expand-md a {
  color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f1f0f0;
}

.dropdown-item:focus,
.dropdown-item a:hover {
  color: #0072b9;
}

.dropdown-item:focus a.nav-link, 
.dropdown-item:hover a.nav-link
{
  color: #2F2E3C;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  background-color: #fff;
}

ul.sub-menu.dropdown-menu.show {
  background-color: #2F2E3C;
}


/* Tabs */

.tile {
  width: 100%;
  margin: 60px auto;
}

#tile-1 .tab-pane {
  padding: 15px 0;
  height: auto;
}

#tile-1 .nav-tabs {
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  border-bottom: 1px solid #2F2E3C;
}

#tile-1 .nav-tabs li {
  margin: 0px !important;
}

#tile-1 .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 20px 40px 20px 5px !important;
  font-size: 16px;
  border: none !important;
  color: #333;
  text-align: left;
}

#tile-1 .nav-tabs a:hover {
  background-color: #fff !important;
  border: none;
}

#tile-1 .slider {
  display: inline-block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #2F2E3C;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all .4s linear;

}

#tile-1 .nav-tabs .active {
  background-color: transparent !important;
  border: none !important;
  color: #2F2E3C !important;
}


.inside_tab {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.img-tab {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: 50vh;
  margin-right: 35px;
}

.img-content {
  width: 50%;
}

.button-tab {
  background-color: transparent;
  border: 1px solid #2F2E3C;
  color: #2F2E3C;
  padding: 8px;
  margin-top: 32px;
  display: inline-block;
}

.button-tab:hover {
  background-color: #2F2E3C;
  border: 1px solid #2F2E3C;
  color: #fff;
  text-decoration: none;
}


/* End of Tabs */

.useful-links li a {
    color: #000;
}

.useful-links li a:hover {
    border-bottom: 2px solid #ec008b;
}

/*footer */

footer {
  background: #353739;
  padding: 35px 0;
  color: #42352c;
  margin-top: 20px;
  padding-bottom: 3rem !important;
  clear: both;
}

.footer-info {}

.menu-footer-menu-container {
  margin: 0 auto 30px auto;
}

.menu-footer-menu-container ul {
  display: inline;
  text-align: center;
}

.menu-footer-menu-container li {
  display: inline;
  text-align: center;
}

.menu-footer-menu-container li a {
  font-size: 14px;
}

.copyright {
  font-size: 14px;
  padding-top: 4px;
}

.credits a {
  font-size: 14px;
  transition: 0.5s all;
}

.credits {
  font-size: 14px;
  padding-top: 4px;
}

.footer-h3 {
  font-size: 17px;
  font-weight: 700;
  color: #d5d5d5;
}

.footer-item-border {
  border-bottom: solid 1px;
  border-color: #d5d5d5;
}

.footer-p,
.footer-p a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin: 12px 0 0;
}


.social-media-footer {
  margin-top: 25%;
}

/*footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.bio-content img
{
  float: left;
  margin-right: 20px;
}


/*footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoInstagram:hover {
  background-color: orangered;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoInstagram:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 45px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #d5d5d5;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}


footer .subscribe-form {
  margin-bottom: 35px;
}

footer .subscribe-form input {
  display: block;
  height: 47px;
  width: 100%;
  border: 1px solid #5f5f5f;
  border-radius: 5px;
  margin-left: 15px;
  margin-top: 5px;
  padding: 0 48px 0 23px;
}

#menu-footer-menu li {
  display: inline;
  margin-left: 0px;
  margin-right: 10px;
}

#menu-footer-menu li a:hover {
  text-decoration: none;
  color: #a4a4a4;
}

.footer-bottom {
  background: #353739;
  border-top: 1px solid #a4a4a4;
  padding: 10px;
}

.copyright {
  color: #fff;
}


/* News */

section.home-welcome {
  background: #fff;
  padding-top: 3%;
  padding-bottom: 8%;
}


.home-news:hover {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}


.home-news-image img {
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

.home-news:hover img {
  transform: scale(1.1);
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

span.home-news-category-label a {
  color: #fff;
}

.home-news-more {
  color: #992640;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}

.home-news-more a {
  color: #992640;
}

/* Paralax */
.paralax-content h1 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
}

.paralax {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2020/09/v5.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  z-index: 100;
}

.paralax:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 150;
  content: '';
}

.paralax-content {
  padding: 25% 0;
  color: #fff;
  z-index: 200;
  position: relative;
  text-align: center;
  font-size: 30px;
}


/*GK*/
section.news-section {
  padding: 90px 0;
}


.home-news {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);
  box-shadow: 0 0 4px rgba(0, 0, 0, .12);
  -webkit-transition: box-shadow .6s ease;
  -webkit-transition: -webkit-box-shadow .6s ease;
  transition: -webkit-box-shadow .6s ease;
  transition: box-shadow .6s ease;
  transition: box-shadow .6s ease, -webkit-box-shadow .6s ease;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}

.home-news-image {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: background-color 0.3s ease-in-out 0s;
}

.image-info {
  display: block;
  z-index: 120;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease-in-out 0s;
}

.home-news-image:hover .image-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.home-news-image:hover .image-info {
  opacity: 1;
}

.image-info .post-title {
  position: relative;
  top: 0;
  padding: 0 20px;
  margin: 0;
  font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  color: #ddd;
}

.image-info .image-info-buttons .button {
  position: relative;
  display: inline-block;
  padding: 5px 12px;
  border: 2px solid #eee;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 1px;
  font-weight: 900;
}

.image-info .post-title a {
  color: #ddd;
  transition: color 0.3s ease-in-out 0s;
}

.image-info .post-title {
  position: relative;
  top: 0;
  padding: 0 20px;
  margin: 0;
  font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  color: #ddd;
}

.image-info .post-title a {
  color: #ddd;
  transition: color 0.3s ease-in-out 0s;
}

.home-news-date {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
  margin: 15px;
}

.home-news-date span.day {
  font-size: 22px;
  font-weight: 500;
}

.home-news-date span.month {
  font-size: 12px;
}

.home-news-category {
  display: inline-block;
  margin-top: -35px;
  float: left;
  z-index: 100;
  position: relative;
  width: 100%;
  text-align: center;
}

span.home-news-category-label {
  background: #992640;
  padding: 3px 7px;
  font-size: 14px;
  color: #fff;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.home-news-title a {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  word-wrap: break-word;
  font-size: 18px;
  padding: 15px 15px 0px 15px;
  color: #595554;
  display: block;
}


.home-news-description,
.home-news-description p {
  padding: 0 15px 15px 15px;
  color: #777;
  line-height: 1.7;
  font-size: 14px;
  text-align: center;
}

.home-news-description p {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}


.home-news .byline {
  color: #aaa;
  font-size: 13px;
  line-height: 21px;
  font-style: italic;
  margin: 0;
  padding: 12px 30px;
  border-top: 1px solid #eee;
  background: #F8F7F7;
  text-align: center;
}

.social-f {
  margin-top: 10px;
}

.contact-detail {
    display: flex;
    margin: 15px 0 25px;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-evenly;
}

.contact-item h5 {
    font-weight: 500;
}

.contact-item p
{
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-item p {
    margin-top: 0 !important;
    line-height: 100%;
}

.contact-item a
{
  color: #212529;
}

.contact-item a:hover {
    color: #a4a4a4;
}

form.wpcf7-form label {
    width: 100%;
}

form.wpcf7-form button, 
form.wpcf7-form input, 
form.wpcf7-form textarea
{
  width: 100%;
}


.program-table table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.program-table figure.wp-block-table {
    margin: 15px 0;
}

.program-table .wp-block-table table {
    width: 100%;
    margin: 15px 0;
}

.program-table figcaption {
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
}

.program-table h2 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #5e6d81;
    margin: 25px 0;
}

.blog-posts {
    display: flex;
    flex-wrap: wrap;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 75px;
}

.blog-posts div.post {
    /*flex: 33.333333%;*/
    flex-basis: 33.333333%;
    padding: 25px;
}

.blog-posts div.post:hover {
    box-shadow: 0px 1px 10px #e9e9e9;
}

.blog-posts div.post img
{
  width: 100%;
}

.page-title {
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    margin-top: 50px;
    padding: 0px;
    color: #5e6d81;
    text-align: center;
}

h2.blog-post-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
}

h2.blog-post-title:hover a,
span.older:hover a,
span.newer:hover a {
    color: #5e6d81 !important;
}

.blog-posts .navigation {
    display: block;
    flex-basis: 100%;
}

.program-table .wp-block-table tr td:nth-of-type(2) {
    text-align: end;
}

.galleryid-66 img
{
    height: 225px;
    object-fit: cover;
}

/* Newsletter */
.home-newsletter {
  padding: 20px 0 40px;
}

.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home-newsletter .single h2,
.home-newsletter .single h4 {
  font-size: 17px;
  font-weight: 700;
  color: #d5d5d5;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.home-newsletter .single h4
{
  font-size: 14px;
  text-transform: capitalize;
}

.home-newsletter .single .form-control {
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  border-color: transparent;
  border-radius: 20px 0 0 20px;
}

.home-newsletter .single .form-control:focus {
  box-shadow: none;
  border-color: #243c4f;
}

.home-newsletter .single .btn {
  min-height: 50px;
  border-radius: 0 20px 20px 0;
  background: #2F2E3C;
  color: #fff;
  transition: 0.8s all;
}

.home-newsletter .single .btn:hover {
    background: #ec008b;
}

.mc4wp-response {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.mc4wp-alert.mc4wp-success {
    background: #45b545;
    border: 1px solid #45b545;
    border-radius: 5px;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.mc4wp-response p
{
  font-size: 17px;
  line-height: 20px;
  margin: 0;
  padding: 10px;
}

.mc4wp-alert.mc4wp-notice {
    background: #d95555;
    border: 1px solid #d95555;
    border-radius: 5px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.galleryid-66 {
    display: flex;
    flex-wrap: wrap;
}

.galleryid-66 .gallery-item {
    flex: 1;
    width: 100% !important;
}

div#privacy_policy h3, div#privacy_policy h4 {
    margin: 10px 0;
}

/* Teachers Page */
.teachers-posts {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 75px;
}

.type-teachers {
  /*box-shadow: 0 0 4px rgba(0, 0, 0, .12);
  flex: 30% !important;
  max-width: 330px;
  margin: 0 15px;*/
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  flex: 30% !important;
  margin: 15px;
  padding: 0;
  height: 540px;
}

.type-teachers:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.type-teachers img
{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.page-title {
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    margin-top: 50px;
    padding: 0px;
    color: #5e6d81;
    text-align: center;
}

.teachers-sidebar-title
{
    color: #5e6d81;
    text-align: center;
    font-size: 22px;
}

h2.teachers-post-title {
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    margin: 0;
    color: #5e6d81;
}

span.teachers-excerpt p {
    padding: 15px;
    margin-top: 0;
    font-size: 15px;
    line-height: 19px;
}

h2.teachers-post-title a
{
  color: #5e6d81 !important; 
}

h2.teachers-post-title:hover a
{
    color: #a4a4a4 !important;
}

/* New Menu */
.custom-menu-bootstrap .menu-menu1-container {
    margin-left: auto;
    margin-right: auto;
}

.custom-menu-bootstrap .navbar-light .navbar-nav .nav-link
{
  color: #fff;
}

.custom-menu-bootstrap li.dropdown-item a.nav-link,
.custom-menu-bootstrap li
{
  position: relative;
}

.custom-menu-bootstrap a.nav-link:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #ec008b;
    width: 0;
    transition: all 0.3s;
}

.custom-menu-bootstrap li a:hover:after
{
  width: 100%;
  transition: all 0.3s;
}

.custom-menu-bootstrap li.dropdown-item:hover a.nav-link, 
.custom-menu-bootstrap li.dropdown-item:focus a.nav-link
{
  color: #2F2E3C;
}

/*.custom-menu-bootstrap button.navbar-toggler {
    background: #fff;
}*/

section.mainmenu.custom-menu-bootstrap {
    height: initial;
}

section.mainmenu.custom-menu-bootstrap {
    padding: 0px 2.5vw;
}

.footer-favicons a
{
  color: #fff;
}

.custom-list-style
{
  list-style: none; 
  padding-left: 0;
}

.contact-page input.wpcf7-form-control.wpcf7-submit {
    background: #2F2E3C;
    border-color: #2F2E3C;
    color: #fff;
}

.custom-holder {
    display: flex;
    align-items: center;
}

.custom-holder i {
    font-size: 25px;
    margin-right: 15px;
}

.footer-post {
    display: flex;
}

.footer-post .post {
    width: 50%;
}

.footer-post .post img
{
  height: 75px;
  width: 100%;
}

.footer-post h2.blog-post-title {
    font-size: 15px;
    line-height: 20px;
}

.footer-post .post {
    width: 48%;
    padding: 0 1%;
}


.custom-menu-bootstrap .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    background: #fff;
    margin-bottom: 20px;
    margin-left: auto;
}

.navbar-collapse.collapse.show {
    z-index: 99999;
    background: rgb(47, 46, 60);
    margin-top: 10px;
}

.navbar-collapse #menu-menu1-1
{
  text-align: right;
}

.navbar-collapse.collapse.show
{
  margin-top: 0;
}

.teacher-container {
    margin: 0 2.5vw;
    margin-bottom: 35px;
}

.teacher-thumbnail {
    float: left;
    padding-right: 20px;
}

.teacher-content p {
    margin-top: 0;
}

.teacher-title h1 {
    margin-top: 20px;
    margin-bottom: 35px;
}

.work-thumbnail img {
    width: 100%;
    padding: 20px;
}

.wt-caption {
    text-align: center;
    margin-top: -10px;
}

a.teacher-read-more {
    color: #5e6d81;
    position: relative;
}

a.teacher-read-more::after
{
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #ec008b;
  width: 0;
  transition: all 0.3s;
}

a.teacher-read-more:hover:after {
    width: 100%;
    transition: all 0.3s;
}

span.trm {
    margin-left: 15px;
    position: absolute;
    bottom: 10px;
}

.brm a.blog-read-more {
    color: #a4a4a4;
}

.brm:hover a.blog-read-more {
  color: #5e6d81;
}

.goals-detail .card-header {
    background: #2F2E3C;
}

.goals-detail span.btn.btn-link {
    color: #fff;
}

.goals-detail span.btn.btn-link:hover {
    text-decoration: none;
}

.goals-detail span.btn.btn-link:hover {
    transform: scale(1.1);
}

.goals-detail span.btn.btn-link:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4px;
    background-color: #ec008b;
    width: 0;
    transition: all 0.3s;
}

.goals-detail button.btn.btn-link:hover:after {
    width: 100%;
    transition: all 0.3s;
}

.goals-detail .card-header i.fa.fa-chevron-right {
    margin-right: 20px;
}

.goals-detail .goals-body
{
  height: 25em;
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: scroll;  
}

.height-auto
{
  height: auto !important;
}

.goals-detail span.btn.btn-link {
    white-space: initial !important;
    text-align: left;
}

.home-navTabs
{
  position: relative;
}

.blog-posts span.older {
    float: right;
}


header
{
  background: #2F2E3C;
}

.galleryid-128
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.galleryid-128 .gallery-item
{
  flex: 1;
}

section.pageError {
    min-height: 450px;
}

a.back-to-home-page:hover {
    color: #2F2E3C;
}

.stay-safe img {
    width: 100% !important;
}

/* Responsive */

@media (max-width: 1199.98px) {

  header nav ul li a {
    padding: .5rem .8rem !important;
  }

  .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    padding: .5rem 10px!important;
  }

}

@media (max-width: 350px) {
  a.callNow span.pl-2 {
    display: none;
  }
}

@media (max-width: 768px) {

  /*.type-teachers
  {
    min-height:540px;
  }*/

  .blog-posts div.post
  {
    flex-basis: 50%;
  }

    .type-teachers
  {
    max-height: unset;
    height: auto;
  }

  span.trm
  {
    position: relative;
  }

  .logo-res
  {
    height: 85px;
    max-width: 100% !important;
  }

  .row-res
  {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .type-teachers
  {
    margin: 25px 0;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    overflow-y: auto;
    background-color: #434a54;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  button.navbar-toggler {
    border: 1px solid #ffffff !important;
    border-radius: 0 !important;
    color: #1d1d1b;
    background: #ffffff;
    float: left;
    outline: none !important;
    margin-top: 25px;
  }

  .topheader button.navbar-toggler {
    background: #f3a46b !important;
    border: none !important;
    margin-top: 7px;
    padding: 3px 8px !important;
  }

  .offcanvas-collapse.open {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 99999 !important;
    height: 100vh;
    padding-top: 32px;
  }

  section.mainmenu button.navbar-toggler {
    background: none;
    border: none !important;
    color: #fff;
    font-size: 26px;
  }

  button.navbar-toggler {
    border: 1px solid #ffffff !important;
    border-radius: 2px !important;
    color: #1d1d1b;
    background: #ffffff;
    float: right;
    outline: none !important;
  }

  .navbar-toggler {
    display: block !important;
  }

  .navbar-toggler-icon
  {
    width: 25px;
    height: 20px;
  }

  .homeslider .item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
  }

  #tile-1 .nav-tabs {
    display: block;
  }

  #tile-1 .slider {
    display: none;
  }

  #tile-1 .nav-tabs .active {
    font-weight: 700
  }

  .inside_tab {
    display: block;
  }

  .img-tab,
  .img-content {
    width: 100%;
  }

  .paralax-content {
    font-size: 18px;
  }

  .tile {
    margin: 30px auto;
  }

  #tile-1 .nav-tabs li a {
    padding: 10px 0px;
  }

  .close-menu-button
  {
    position: absolute;
    right: 30px;
    top: 0px;
  }

  .footer-info {
      margin: 25px;
  }

  .contact-item {
      margin: 15px 0;
  }

  .blog-posts .navigation
  {
    padding: 0 25px;
    margin-top: 50px;
  }

  .type-teachers img
  {
    object-fit: unset;
    object-position: unset;
  }
}

@media (max-width:550px){
  .blog-posts div.post
  {
    flex-basis: 100%;
  }
}

@media (max-width: 500px) {
    div#ct-ultimate-gdpr-cookie-content {
      font-size: 11px !important;
  }
}

@media (max-width: 470px) {
  .teacher-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 4.5vw;
  }

  .blog-posts div.post
  {
    flex: 1;
    flex-basis: 100%;
  }
}

@media (max-width:425px){
  .copyright
  {
    text-align: center !important;
  }

  .logo-res
  {
    height: 65px !important;
    max-width: 100% !important;
    margin-top: 30px;
  }

  .topheader-favicons a
  {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .col-md-5.col-sm-5.contact.d-lg-block ul 
  {
    display: flex;
    align-items: center;
  }

  .bio-content img {
      width: 100%;
      object-fit: cover;
  }

  div#ct-ultimate-gdpr-cookie-content {
      width: 80% !important;
  }

}


div#ct-ultimate-gdpr-cookie-popup {
    max-width: 1920px !important;
}


@-moz-document url-prefix() {
  .row {
    clear: both;
  }
}

.stay-safe img {
    width: 175px;
    height: auto;
}

.goals-body::-webkit-scrollbar {
    width: 10px;
}

.goals-body::-webkit-scrollbar-track {
    background: #ededed;
}

.goals-body::-webkit-scrollbar-thumb {
    background-color: #2F2E3C;
    border-radius: 10px;
    border: 3px solid #2F2E3C;
}

a.footer-link,
a.blog-read-more,
.newer a,
.older a,
.blog-post-title a,
.teachers-post-title a
{
  position: relative;
}

.teachers-post-title a:hover
{
  color: #5e6d81 !important;
}

footer a.footer-link:after,
a.blog-read-more:after,
.newer a:after,
.older a:after,
.blog-post-title a:after,
.teachers-post-title a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #ec008b;
    width: 0;
    transition: all 0.3s;
}

footer a.footer-link:hover:after,
a.blog-read-more:hover:after,
.older a:hover:after,
.newer a:hover:after,
.blog-post-title a:hover:after,
.teachers-post-title a:hover:after {
    width: 100%;
    transition: all 0.3s;
}

a.image-to-lightbox img {
    width: 100%;
}

section.contact-page {
    margin-bottom: 50px;
}

#gallery-1 img
{
  border: none;
  transition: 0.5s all;
}

#gallery-1 img:hover {
    box-shadow: -5px 5px 10px #777777;
}

#psgal_128_1
{
  display: flex;
  flex-wrap: wrap;
}

#psgal_128_1 .psgal img
{
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.psgal a {
    display: block;
    overflow: hidden;
    position: relative;
}

#psgal_128_1 .msnry_item
{
  flex: 1;
  width: 100%;
  flex-basis: 30%;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 10px;
}

#psgal_128_1 .msnry_item img:hover {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

figcaption.photoswipe-gallery-caption {
    background: rgba(0,0,0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    padding: 5px 0;
}

@media (max-width: 768px){
  #psgal_128_1 .msnry_item
  {
    flex-basis: 50%;
    width: 50%;
  }

  .topheader-bar
  {
    height: initial;
  }
}

@media (max-width: 768px) and (min-width: 426px){
  .header-info
  {
    display:flex !important;
    justify-content: space-evenly;
  }
}

@media (max-width: 425px){
  #psgal_128_1 .msnry_item
  {
    flex-basis: 100%;
    width: 100%;
  }

  ul.header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
  }

  .topheader-bar ul li
  {
    height: 100%;
  }

  li.topheader-favicons
  {
    margin-right: 0;
  }

  li.topheader-favicons.thf-first
  {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }

}

@media (max-width: 320px){
  .thf-word-break
  {
    word-break: break-word;
  }
}

.work-fancybox img {
    width: 100% !important;
    padding: 20px;
}

.ct-ultimate-gdpr-cookie-bottomPanel-padding.popup-modern-style
{
  padding-bottom:0;
}

.radio-symmetexo img {
    width: 100%;
}

ul#menu-header-menu li:last-child a {
    background: #ec008b!important;
    color: #fff !important;
    padding: 7px 20px;
    border-radius: 5px;
}

ul#menu-header-menu li:hover:last-child a
{
  background: #b3026a !important;
}

@media (max-width: 767px){

  .radio-symmetexo,
  .stay-safe
  {
    text-align: center;
  }

  .radio-symmetexo img,
  .stay-safe img {
    width: 100%;
    max-width:200px;
  }

  .radio-symmetexo {
    margin-top: 45px;
}

}