/*
    email ofuscate
*/
.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}


/*

Separator beetwen header video and galleries category

*/

.title-separator {
    background-color: rgba(3, 3, 3, .9);
}

.title-separator .header-text {
    padding: 10px;
    text-align: center;
    color: #fefefe;
}

.title-separator .header-text-caption strong {
    letter-spacing: .3rem;
    color: coral;
}

.header-text .header-text-caption {
    display: inline-block;
    font-weight: 110;
    font-size: 1.5rem;
}


/*
	Footer
*/

footer {
	color:  #fff!important;
}

footer ul {
    text-align: center;
    list-style: none!important;
    padding: 0 0 14px 0!important;
}

footer ul li {
    display: inline-block;
    line-height: normal;
    padding-right: 1.2rem;
}

footer ul li {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
}

/* override style in 'templatemo-style.css' */
footer p {
    margin: 0!important;
    padding: 30px 0 0 0!important;
}

footer a {
  color: #e8edea;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
  color: #aaa;
}


/*

Contact bar area

*/

.counter-section {
    
    background: #f15a29;
    overflow: hidden;
    position: relative;
}

.counter-section .counter {
    padding: 30px 0;
}

.counter-section .counter .icon {
    margin-bottom: 15px;
}

.counter-section .counter .icon i {
    font-size: 60px;
    color: #fff;
}

.counter-section .counter p {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.counter-section .counter span {
    color: #fefefe;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}


.counter-section .counter a {
    text-decoration: none;
    transition: width 1s;
}

.counter-section .counter a:hover {
    opacity: .6!important;
}

.counter-section .counter a div:hover {
    transform: scaleY(1.5)!important;
    transform: rotate(-15deg)!important;
}


/*
    Media query
*/

@media (max-width: 420px) {
    nav .logo a {
        font-size: 0;
    }

    .modal-header h3 {
        font-size: 46px!important;
        margin-bottom: 0!important;
    }

}

@media (max-width: 530px) {

    footer {
        font-size: 40%;
    }


}