/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

.excerpt{
text-transform: uppercase;
}

a[title="apply"]{
background:#ff00dd!important;
line-height: 50px!important;
margin-top: 25px!important;
color:white!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease!important;
}

a[title="bilete"]{
background:#28398F!important;
line-height: 50px!important;
margin-top: 25px!important;
color:white!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease!important;
}

a[title="apply"]:hover, a[title="bilete"]:hover{
margin-top:0px!important;
line-height:100px!important;
}

header.sticky nav.main_menu>ul>li>a[title="apply"], header.sticky nav.main_menu>ul>li>a[title="bilete"]{
line-height: 40px!important;
margin-top: 10px!important;
}
header.sticky nav.main_menu>ul>li>a[title="bilete"]{
line-height: 40px!important;
margin-top: 10px!important;
}

header.sticky nav.main_menu>ul>li>a[title="apply"]:hover, header.sticky nav.main_menu>ul>li>a[title="bilete"]:hover{
line-height: 60px!important;
margin-top: 0px!important;
}

footer i{
color:white!important;
}
#contact-us{
font-size:14px;
font-weight:normal;
color:#E0E0E0!important;
margin-left:40px;
}

#contact-us:hover{
color: #ff00dd!important;
}

.footer_bottom_holder{
    height: 100px;
    padding-top: 25px;
    background-color: #28398F!important;
}
.footer_bottom_holder .container{
  padding-top:10px!important;
}

.footer_bottom_holder .textwidget{
font-size:14px;
color:#E0E0E0!important;
}

footer img{
vertical-align:middle;
height:36px;
position:reltive;
top:0px;
}

.footer_bottom{
line-height: 60px!important;
}

.footer_bottom_holder .column1{
width:50%!important;
}
.footer_bottom_holder .column2{
width:0%!important;
}
.footer_bottom_holder .column3{
width:50%!important;
}


@media only screen and (max-width: 1000px){
a[title="apply"], a[title="bilete"]{
line-height:26px!important;
margin:0px!important;
padding-left:5px!important
}
a[title="apply"]:hover{
line-height:26px!important;
margin:0px!important;
padding-left:5px!important
}
a[title="bilete"]:hover{
line-height:26px!important;
margin:0px!important;
padding-left:5px!important
}
footer .container_inner{
width:95%;
}
footer .textwidget{
font-size:12px!important;
}
#contact-us{
font-size:12px!important;
}
footer img{
height:22px!important;
top:8px!important;
}
}

@media only screen and (max-width: 767px){
#contact-us{
margin-left:10px!important;
}
.footer_bottom{
line-height: 22px!important;
}
}

.content{
margin-bottom: 99px!important;
min-height: auto!important;
}

.newsletter-subscribe{
    background-color: #1a255b;
    padding: 25px 0;
}

.newsletter-subscribe p{
    color: white;
    text-align: center;
}

.mc4wp-form{
    margin-top: 10px;
    text-align: center!important;
}

.mc4wp-form input{
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid transparent;
}

.mc4wp-form input[type="email"]{
    transition: all .4s ease;
}

.mc4wp-form input[type="email"]:focus{
    border: 2px solid #ff00dd;
}

.mc4wp-form input[type="submit"]{
    background-color: #ff00dd;
    color: white;
    font-weight: bold!important;
    transition: all .4s ease;
    cursor: pointer;
}

.mc4wp-form input[type="submit"]:hover{
    background-color: #1a255b;
    color: #ff00dd;
    font-weight: bold!important;
    border: 2px solid #ff00dd;
}


/* Side color of 3D objects */
.ls-3d-box div { background: #777; }
.about-category-child p{
  display: block!important;
  color: #ff00d8;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px!important;
  margin-top: 30px!important;
}
.pink-font{
  font-weight: bold;
  color: #ff00d8!important;
}
#cariere{
  font-size: 14px;
  font-weight: normal;
  color: #E0E0E0!important;
  margin-left: 40px;
}
#cariere:hover{
  color: #ff00dd!important;
}
.langs{
  padding: 10px;
}