/*
Theme Name:       livebroaqdcasting
Theme URI:         https://www.livebroadcasting.in/
Author:            Netnovaz
Author URI:        https://www.livebroadcasting.in/
Description:       Live Streaming events and conferences throughout the Delhi and NCR - Webinars, Events Webcasting, Live Broadcasting, video-broadcasting"
Version:           3.13.1
Requires at least: 4.7.0
Requires PHP:      5.6.20



/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.service-icon .icon-inner {background: #070a57;}
.service-icon .has-icon-bg .icon img {margin-left: 0%; width:100%;}
.seperator {top:1px;}


.brand:after {
    position: absolute;
    width: 350px;
    height: 393px;
    bottom: 0;
    right: -150px;
    content: '';
    background: url(/assets/img/bg-bottom.png);
    background-repeat: no-repeat;
}




.portfolio:before {
    position: absolute;
    width: 350px;
    height: 393px;
    top: 50px;
    left: -70;
    content: '';
    background: url(assets/img/bg-left.png);
    background-repeat: no-repeat;
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out; 
    -moz-animation: bounce 3s infinite ease-in-out; 
    animation: bounce 3s infinite ease-in-out;

}



@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

.portfolio:after {
    position: absolute;
    width: 350px;
    height: 393px;
    bottom: 0;
    right: -70px;
    content: '';
    background: url(assets/img/bg-bottom.png);
    background-repeat: no-repeat;
    
     -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out; 
    -moz-animation: bounce 3s infinite ease-in-out; 
    animation: bounce 3s infinite ease-in-out;
}


@media only screen and (max-device-width: 768px) {
   .brand:after {
    display:none;
}



.portfolio:before{display:none;}

.portfolio:after{display:none;}
}




.portfolio .eap-project-list-load-more-button{display:none;}


.portfolio .eap-button-active {
    background-color:#4457c3!important;
    color:#fff!important;
}

.eap-button-xmedium:not(.eap-button-long) {
    padding: 10px 25px!important;
    border-radius: 0;
}



.eap-project-list-categories-item:not(.eap-button-active) {
border-color: rgb(0 0 0 / 15%);color: rgb(0 0 0); font-size: 14px!important;
}



.eap-project-list-categories-component.jsx-1326497006 .eap-project-list-categories-item:not(.eap-button-active) {
border-color: rgba(0, 0, 0, 0.098)!important; color: #000!important;}



.header-button-2 a{color:#fff;
font-weight:400!important;}



 .header-button-1  a{color:#fff;
font-weight:400!important;}


.banner .button {
    margin-top: .5em;
    margin-bottom: .5em;
    /* border: 116px!important; */
    border-radius: 50px;
}


.nav-dropdown li a {
    color: #222222!important;
}



.nav-dropdown li a:hover {
    color:#506cea!important;
}


.eap-project-list-categories-item {
    margin: 6px 0px;
    border: 1px solid transparent;
}



.eap-project-list-categories-item:not(:last-child) {
    margin-right: 8px!important;
}


