/*==========================================================
    ##  footer design
===========================================================*/
/**/

.footer-instagram li.instagram-item {
    padding-bottom: 25% !important;
    position: relative;
    height: 0;
}
.footer-instagram .instagram-item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.footer-instagram .instagram-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media(min-width: 991px){
    .footer-instagram .instagram-item:nth-child(4n+1){
        clear: both;
    }
}
@media (max-width: 1199px) {
    .site-footer .site-footer-center {
        padding-top: 30px;
    }
}
@media(max-width: 991px){
    .footer-instagram .instagram-item:nth-child(3n+1){
        clear: both;
    }

}

@media (max-width: 767px) {
    .site-footer .site-footer-center {
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-bottom: 30px;
    }
}

@media(max-width: 575px){
    .footer-instagram .instagram-item:nth-child(3n+1) {
        clear: none;
    }
    .footer-instagram .instagram-item:nth-child(4n+1){
        clear: both;
    }
}
/**/


/*==========================================================
    ##  footer design
===========================================================*/
.site-footer__section:first-child{
    padding-bottom:0;
}
.site-footer{
    background: #111111;
    border-top: 0px solid var(--color-border);
    padding-top: 55px;
}
.navigation--footer li a{
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}
.footer-menu--bold .navigation--footer > li > a{
    text-transform: capitalize;
}
.navigation--footer li:hover a{

    color: #fff;
}
.navigation--footer li{
    margin-right: 5px;
}
.navigation--footer li:last-child{
    margin-right: 0px;
}
.navigation--footer > li:first-child{
    padding-left: 0;
}
.site-footer__section:first-child{
    padding-top: 60px;
    padding-bottom:  60px;
}
.social-list__text li{
    margin-right: 10px;
    position: relative;
}
.social-list__text li:nth-child(n+2){
    padding-left: 15px;
}
.social-list__text li:nth-child(n+2):before{
    content:"";
    position: absolute;
    width: 1px ;
    height: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    background: #a0a0a0;
}
.footer-social-list li:last-child{
    margin-right: 0px;
}
.footer-social-list li a{
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
    text-transform: capitalize;
}
.footer-social-list li:hover a{
    text-decoration: none;
    color: #fff;
}
.site-footer .copyright{
    margin-bottom:0;
    color: #fff;
    font-size: 11px;
}
.site-footer .subscribe-form__fields>input{
    margin-bottom:0 !important;
}
.site-footer .subscribe-form__fields>input{
    outline: none   ;
}
.site-footer .subscribe-form__fields{
    position: relative;
    border-bottom: 1px solid #a0a0a0;
    max-width: 240px;
    padding-left:0;
    padding-right:0;
}
.site-footer .subscribe-form__lable{
    color: var(--color-logo);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.site-footer .subscribe-form--horizontal input[type="email"], .subscribe-form--horizontal input[type="text"], .subscribe-form--horizontal input[type="url"]{
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    color: #fff;
    padding-left:0;
    padding-right:0;
}
.site-footer ::-webkit-input-placeholder
{
    color: #fff;
    opacity: .6;
}

.site-footer :-moz-placeholder
{ /* Firefox 18- */
    color: #fff;
    opacity: .6;
}

.site-footer ::-moz-placeholder
{  /* Firefox 19+ */
    color: #fff;
    opacity: .6;
}

.site-footer :-ms-input-placeholder
{
    color: #fff;
    opacity: .6;
}
.site-footer .subscribe-form__fields input[type="submit"]{
    position: absolute;
    bottom:0;
    right:0;
    color: #fff;
    padding-right: 0;
    opacity: .6;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    outline: none;
}
.site-footer .subscribe-form__fields input[type="submit"]:hover{
    outline: none;
    background: none;
}

/*==========================================================
    ## end footer design 
===========================================================*/
/*============================================
seach
============================================*/
.atbs-search-full {
    background-color: rgba(20,21,22,0.95) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

}
.atbs-search-full.On  {
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.atbs-search-full.On form {
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    width: 100%;
    max-width: 1200px;
    opacity: 1;

}
.atbs-search-full form {
    width: 0%;
    max-width: 100px;
    margin: auto;
    position: relative;
    top: 50%;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    opacity: 0;

}
.atbs-search-full .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #fff;
    font-size: 35px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-family: Montserrat;
    text-align: center;
    border-radius:0;
    outline: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="text"]:focus{
    border:0;
}
.atbs-search-full  span {
    position: absolute;
    right: 15px;
    top: 40px;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 35px;
}
.site-footer .site-logo img{
    height: 35px;
    width: auto;
}
.site-footer__section--seperated{
    padding-top: 60px;
}
/* menu*/
@media(max-width: 768px){
    .site-footer__section--seperated{
        padding-top: 40px;
    }
    .site-footer__section-center{
        padding-bottom: 20px;
    }
    .site-footer .site-logo img{
        height: 35px;
        width: auto;
    }

    .navigation--footer li{
        margin-right: 15px;
    }
    .site-footer .subscribe-form__lable{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .site-footer__section:first-child{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .footer-menu{
        text-align: center;
    }
}