.white-popup-block/* Enter Your Custom CSS Here */
#primary-menu {
    position: sticky;
    top: 0;
    z-index: 99999;
}
.entry-header{
	display:none;
}
#content {
    margin-top:-25px;
}


.testimonial-theme1 .testimonial-thumb-theme1{
  width:200px;
  height:200px;
  
}

.owl-buttons{
 display:none; 
}

.white-popup-block{
  height: 300px;
    width: 700px;
    top: 25px;
  
}

.video-js{
 height:100%;
  width:100%;
}

/* Social icons pacing forcely */
.header-right-social-icons {
    width: 228px;
    position: absolute;
    left: 0;
    right: 183px;
    margin: auto;
    top: 80px;
}
.header-top-bar .header-right-social-icons a {
    color: #777;
    height: 25px;
    margin: 0;
    padding: 10px;
    width: 25px;
    font-size: 30px;
    border: 1px solid #F97B2C;
    margin: 5px;
    border-radius: 50%;
}
.header-top-bar .header-right-social-icons a:last-child{
  border: 1px solid #F97B2C;
}

@media screen and (max-width: 768px) {
  .header-right-social-icons{
   		display:flex;
    	flex-direction:column;
    	left:none;
    	margin:0px;
        right:20px;
    	top:50px;
    	width:56px;
  }
  #call-to-action-widget .textwidget {
    font-size: 24px;
    width: 200px;
    display: block;
    margin: auto;
}
}
@media screen and (max-width: 320px){
  .header-right-social-icons{
    	width:56px;
  }
  .header-top-bar .header-right-social-icons a{
  		height:16px;
    	width:16px;
    	font-size:15px;
  }
}



