/*
Theme Name: calendar_liga_studenteasca
Author: Pohurskyi Serhii
Version: 1.8
*/
html, body{
    width: 100%;
    height: 100%;
    padding:0;
    margin:0px;
    font-family: 'Open Sans', sans-serif;
}

a{
    text-transform: none;
    text-decoration: none;
}
a:hover{
    text-transform: none;
    text-decoration: none;
}
ul,
li {
    list-style: none;
}
header{
    position: relative;
}

/*Top Header*/
.background-top-header{
    width: 100%;
    height: auto;
    background-color: #333333;
} 
#menu-top-menu-left{
    display: flex;
    justify-content: flex-start;
    margin: 10px 0px 10px 0px;
    padding: 0;
}
#menu-top-menu-left li{
    margin:0px 20px;
}
#menu-top-menu-left a{
    color: #f2f2f2;
}
#menu-top-menu-left a:hover{
    color: white;
}
#menu-top-menu-right{
    display: flex;
    justify-content: flex-end;
    margin: 10px 0px 10px 0px;
}
#menu-top-menu-right li{
    margin:0px 20px;
}
#menu-top-menu-right a{
    color: #f2f2f2;
}
#menu-top-menu-right a:hover{
    color: white;
}
#menu-mobile-menu{
    display: inline-block;
    align-items: center;
}
.the_custom_logo_mobile{
    display: flex;
    justify-content: center;
}

.home{background-color: #f8f9fa91;}
#wpadminbar{z-index: 2;}

/*Overlay Menu Mobile*/

.d-mobile-block{
    display: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  background-color: #f8f9fa;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
#myNav .closebtn {
    font-size: 45px!important;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*=============/ Menu mobile===================*/



/*==============================*/

/*Scroll Top Header*/

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 3;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #007bff;
    color: white;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #2196f369;
}
#back-to-top .show {
    opacity: 1;
}

/*==============================*/

/*Menu Top Header*/

#menu-primary-menu{
    margin:0;
}
.header-top-menu{
    width: 100%;
    height: auto;
}
.the_custom_menu{
    display: flex;
    justify-content: flex-end;
}
#menu-item-192,
#menu-item-379,
#menu-item-396{
    margin:0px 20px 0px 0px;
}
#menu-primary-menu a{
    /*text-transform: uppercase;*/
    font-weight: 500;
    color: #4a77ae;
    font-family: sans-serif;
}

/*Header Nav menu Button Stule Open+Close*/

.menuitem a{color:#fb6300;}

#nav-icon {
  width: 30px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  right: 0;
  z-index: 2;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #343a40;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  left: 8px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.stick-bg{background-color: white;}
.d-block-style{  
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
}
.mob-position{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.overlay {
  height:100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  list-style-type: none;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #212529;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #4e76b4;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*No scroll Menu */

.noscroll { overflow: hidden; }

.overlay { 
   position: fixed; 
   overflow-y: scroll;
   top: 0; left: 0; top: 0; bottom: 0;
}

[aria-hidden="true"] {    
  transition: opacity 1s, z-index 0s 1s;
  width: 100vw;
  z-index: -1; 
  opacity: 0;  }

[aria-hidden="false"] {  
  transition: opacity 1s;
  width: 100%; 
  z-index: 1;  
  opacity: 1; 
}

.overlay div {
   width: 100%;
   min-height: 100%;

}
/*==========================*/
/*===================================*/
/*Stiky Header*/

#header_fixed {
  overflow: hidden;
  z-index: 6;
  background-color: white;
}

#header_fixed a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}

#header_fixed a.active {
  background-color: #4CAF50;
  color: white;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: width 2s;
}

/*===============================*/


/*Carusel*/

.w-100{
    height:100vh;
}
.carousel-img-1{
    left: 0%;
    background-image: url('https://calendar.ligastudenteasca.ro/wp-content/uploads/2018/07/Hora-Studentilor.jpg');
    background-size:cover;
    background-position: center;
}
.carousel-img-2{
    left: 0%;
    background-image: url('https://calendar.ligastudenteasca.ro/wp-content/uploads/2018/07/Untitled-1-1.jpg');
    background-size:cover;
    background-position: center;
}
.carousel-img-3{
    left: 0%;
    background-image: url('https://calendar.ligastudenteasca.ro/wp-content/uploads/2018/07/Untitled-1-3.jpg');
    background-size:cover;
    background-position: center;
}
.carousel-img-4{
    left: 0%;
    background-image: url('https://calendar.ligastudenteasca.ro/wp-content/uploads/2018/05/Untitled-1.jpg');
    background-size:cover;
    background-position: center;
}
.carousel-img-5{
    left: 0%;
    background-image: url('https://calendar.ligastudenteasca.ro/wp-content/uploads/2019/06/sustinereadeexamen.jpg');
    background-size:cover;
    background-position: center;
}
/*===================================*/

/*About Us*/
.about-us-title {
   display: grid;
   justify-content: center;
   padding: 40px 0px 40px 0;
}
.about-us-title span{
 text-align: center;
}
.main-title{
    display: inline-block;
    letter-spacing: 2px;
    margin: 0 0 15px;
    position: relative;
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.sub-title{
    color: #656363;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 32px;
}
.main-title:before, .main-title:after {
    position: absolute;
    left: -148px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 108px;
    content: "";
    border-top: 2px solid #4a77ae;
    }
.main-title:after {
    left: auto;
    right: -148px;
}
.about-btn a {
    background: #302b2b none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 42px;
    margin: 20px 20px 0 0;
    padding: 0 15px;
}
.about-btn a:hover {
    background: #32c4d1;
}
.about-title{
    padding: 10px 0px 40px 0;
}
.about-us-padding{
    padding-bottom: 70px;
}
.about-us-responsive-mobile{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
}

/*=================================*/

/*Section Portfolio Style*/

.m-bt{
	margin-bottom: 90px;
}

.images-hover-efect img{
	width: 100%;
	height: auto;
}
.images-hover-efect{
    position: relative;
}
.image-hover-efect .image{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.image{
    width: 100%;
}
.text-hover-efect{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.text-hover{
    color: white;
}
.images-hover-efect:hover .image{
    opacity: 0.3;
    z-index: 5;
    filter: grayscale(100%);
}
.images-hover-efect:hover .text-hover-efect{
    opacity: 1;
}
.text-hover i{
    color: #4a77ae;
    z-index: 1;
}
.title-section{
    display: grid;
    text-align: center;
    background: #9e9e9e2b;
    padding: 10px 0px;  
}
.title-section a{
	color:#4a77ae;
}
.modal{
    overflow: visible;
    max-width: 33%;
}
#open{
    justify-content: center;
}
#open p{
    text-align: center;
}
#open img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.modal_close{
    display: flex;
    justify-content: center;
    width: 50%;
    border: 1px solid;
    margin: 10px 0px;
}
.blocker{
	z-index: 6;
}

/*Section University*/

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef;
}
.timeline>li:after, .timeline>li:before {
    display: table;
    content: ' ';
}
.timeline>li .timeline-image {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #4a77ae;
}
.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li:nth-child(even)>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 200px;
}

.timeline li:nth-chil(even) {

}
.timeline-inverted a{
	color:#fff;
}
.timeline-inverted a:hover{
	color:#f2f2f2;
}
.timeline-heading a{
	color: black;
}

/*Pulse image*/

@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed');

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.pulse-big:hover
{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: rgba(30, 144, 255, 0.6);
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
}

/*====================================*/

/*Adeziune Section*/

.contact{
    display: grid;
    background-color: #414141;
    background-image: url(https://calendar.ligastudenteasca.ro/wp-content/uploads/2018/07/map-image.png);
    background-repeat: no-repeat;
    background-position: center; 
    width: 100%;
    height: 100%;
    padding: 80px 0;
}

section .contact .form-group input, section.contact .form-group textarea{
 padding: 20px;
 height: 394px;
 border: 1px solid #ced4da;
 border-radius: .25rem;
}

section .form-control{
    padding: 15px;
}

.form-group{
    margin-bottom: 25px;
}

.text-center{
    color: white;
    padding: 0px 0px 30px 0;
}

input,
select{
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #818182;
}

.text-center .wpcf7-form-control{
    width: 20%;
    border: 1px solid #4a77ae;
    border-radius: .25rem;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
input[type=submit]{
	background-color: #4a77ae96;
}
input[type=submit]:hover{
    background-color: #4a77ae;
    color: #ffffff;
}

.wpcf7-form-control{
    width: 100%;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff91!important;
    color: #fff;
    width: 33%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 2px solid #ffffff91!important;
    color: #fff;
    width: 100%;
}

/*=========================================================*/

/*Footer sidebar*/

.background-footer-sidebar{
    background-color: #424242;
    border-bottom: 3px solid #e9ecef;
    border-top: 3px solid#e9ecef;
}
.rounded{
    color: #fff;
    margin: 40px 0px 20px 0px;
}
#menu-footer-menu-left,
#menu-footer-menu-right,
#menu-footer-menu-center{
    margin:0px 0px 40px;
    padding:0;
}

#menu-footer-menu-left li,
#menu-footer-menu-right li,
#menu-footer-menu-center li{
    margin-bottom: 10px;
}
#menu-footer-menu-left a,
#menu-footer-menu-right a,
#menu-footer-menu-center a{
    color: #ffffff;
}
/*==========================*/
/*Footer*/
.background-footer{
    display: flex;
    justify-content: center;
    background-color: #212121;
    color: #ffffff;
    padding: 10px 0px 10px 0px;
}
.background-footer a{
    color: #ffffff;
    margin: 0px 10px 0px;
}
/*===========================*/

/*Blog Page*/

.bg-blog-page{
    width: 100%;
    height: 80%;
    left: 0%;
    background-image: url('https://calendar.ligastudenteasca.ro/wp-content/uploads/2019/04/blog-49006_1280.png');
    background-size:cover;
    background-position: center;
}
.bg-blog-color{
  background-color:#8181821a;
  border-radius: 10px;

 }
.blog-image img{
  width: 100%;
  height: auto;
}
.blog, .single-post{
  background-color:#f1f1f1;
}
.bg-post{background-color: white;}
.p-blog-shadow, .comment-body, .post-navigation, #recent-posts-3, #categories-3, #media_gallery-2, #comments{
      box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
.bg-blog-right{
  background-color: white;
}
.image-sidebar-right img{
  width: 100%;
  height: auto;
}
.widget_recent_entries{
    padding: 10px;
    background: white;
    display: grid;
    justify-content: center;
    align-items: center;
}
.widget_recent_entries h2{
  color: black;
}
.widget_recent_entries ul{
  padding: 0;
}
.widget_recent_entries ul li{
  margin-top: 15px;
}
.widget_recent_entries ul li a{
  color: black;
}
.gallery-icon img{
  width: 100%;
  height: auto;
}
.widget_media_gallery{
      margin-top: 40px;
    background-color: white;
    padding: 1px 20px;
}
.widget_media_gallery h2{
  color: black;
  font-size: 18px;
}
.inline-blog{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-previous {
      margin: 0px 45px 0px 0px;
}
.nav-links{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.screen-reader-text{
  margin-bottom: 20px;
}
/*====================*/

/*Single Blog Page*/

.single-post-image img{
  width: 100%;
  height: auto;
}
.single-post-bg{
    background: white;
    padding: 0;
}
.comments-area{
  margin-top: 40px;
  padding: 40px;
}
.single-post-description, .comments-area{
  background-color: white;
}
#comments .comments-title{
  font-size: 20px;
  font-weight: 600;
}
.comment-list{
  margin-top: 20px;
  padding: 0;
}
.comment-body{
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
}
#respond h3{
  font-weight: 600;
  margin-top: 25px;
}
#commentform  #comment{
  width: 100%;
  height: auto;
}
.form-submit .submit:hover{
  background-color: #4a77ae;
  color: #ffffff;
}
.form-submit .submit{
  background-color: #4a77ae00;
  color: #212529;
}
.post-navigation{
    padding: 20px;
    margin: 20px 0px;
    background: white;
}

/*=========================*/

/*Login*/
.page-template-cookie-police-templates{background-color:#e9ecef40;}
/*==============================*/

@media (min-width: 1200px){
.timeline>li {
    min-height: 170px;
}
.timeline>li:nth-child(even)>.timeline-panel {
    padding: 0 100px 20px 20px;
}
.timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
}
.timeline>li .timeline-panel{
    padding: 0 20px 20px 100px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
}
}
.timeline-image h4{
    font-size: 18px;
    margin-top: 35px;
}


@media (min-width: 992px){
.timeline>li {
    min-height: 150px;
}
.timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px;
}
.timeline>li:nth-child(even)>.timeline-panel {
    padding: 0 20px 20px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px;
}
}


@media (min-width: 768px){
.timeline>li {
    min-height: 100px;
    margin-bottom: 200px;
}
.timeline:before {
    left: 50%;
    }
.timeline>li .timeline-image {
    left: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
}
.timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
}
.timeline>li:nth-child(even)>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}
.timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
}
}


/*Media*/
@media (max-width: 1024px){
    .w-100{
        height: 50vh
    }
    .modal{
    max-width: 80%;
}
.main-title:before, .main-title:after{
    left: -60px;
    width: 50px;
}
.main-title:after {
    left: auto;
    right: -55px;
}
.the_custom_menu {
    display: flow-root;
    justify-content: flex-end;
    align-items: center;
    margin: 40px 0px;
}
}
@media (max-width: 991px){
    .navbar{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding:0;
    }
    #menu-item-47,
    #menu-item-48 {
        margin: 0px 0px 10px 0px;
}
    #menu-primary-menu{
        display: flex;
        align-items: flex-start;
        margin: 20px 0px 0px 0px;
    }

    #menu-item-36 a,
    #menu-item-37 a{
        display: flex;
        align-items: center;
    }
    #menu-item-36 i,
    #menu-item-37 i{
        margin: 0px 10px 0px;
    }
    .the_custom_logo{
        display: flex;
        justify-content: start;
        padding: 0;
    }
    .d-mobile-block{
        display: block;
    }
    body #myNav{
    	position: fixed;
    }
    #menu-top-menu-left{display: grid;}
}

@media (max-width:767px){
#menu-item-36{
        display: none;
    }
#menu-item-37{
        display: none;
    }
.w-100{
    height: 25vh;
    }
.the_custom_menu{
        top:-100px;
    }
.sidenav{
	top: -5px;
	height: 244px;
}
#menu-top-menu-right{
    justify-content: center;
    padding: 0;
    }
.form-group{
    margin-bottom: 15px;
    }
section .form-control{
    padding: 15px;
    }
section .contact .form-group input, section.contact .form-group textarea{
    padding: 15px;
    height: 200px;
}
.contact{
    height: auto;
}
.menu-canvas{
    bottom: -50px;
}
.header-top-menu{
    margin: 10px 0px -115px 0px;
}
.main-title:before, .main-title:after {
    position: absolute;
    left: -65px;
    width: 50px;
    }
.main-title:after {
    left: auto;
    right: -65px;
}
.main-title{
    font-size: 18px;
}
.the_custom_logo,
.the_custom_menu
    {
        padding: 0;
    }
.about-us-responsive-mobile{
    display: flex;
    justify-content: center;
}
.about-title{
    text-align: center;
}
.about-btn{
    text-align: center;
}
.text-center .wpcf7-form-control{
    font-size: 14px;
}
.modal{
    max-width: 100%;
}
.timeline-image h4 {
    font-size: 10px;
    margin-top: 20px;
}
}
@media (max-width: 640px){
.sidenav{
	height: 160px;
}
.the_custom_logo img{
	width: 250px;
	height: auto;
}
.sub-title{
	width: 300px;
}
}
@media (max-width: 568px){
.main-title:before,
 .main-title:after {
    position: absolute;
    display: none;
}
.main-title:after {
    display: none;
}
.the_custom_logo img{
    width: 200px;
    height: auto;
}
.the_custom_menu {
    display: flex;
    justify-content: flex-end;
}
}
@media (max-height: 450px) {
.sidenav {
    padding-top: 15px;
}
.sidenav a {
    font-size: 18px;
}
}



