/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.floating_new 
{
  	border: none;
    border-radius: 10px !important;
    background-color: #861628;
    color: white !important;
    z-index: 10000;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.4) !important;
    margin: 0;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: bolder !important;
    text-align: center !important;
    text-decoration: none !important;
    
}
 
.floating_new:hover
{
    background-color: #861628;
    color: white !important;
}
  
@media screen and (min-width: 478px) 
{
  	.floating_new
	{
		padding: 0.66em 0.5em;
		position: fixed;
		top: 46vh;
		border: none;
		right: 1rem;
		width: 130px;
	}
	
    .floating_new:hover
	{
      background-color: #861628;
    }
	
  	.arrow_1 
	{
	  font-size: 30px !important;
	  margin: 2px auto 7px auto !important;
	}
	  
	.arrow_1 img 
	{
	  width: 50px !important;
	}
	.arrow_2 
	{
	  display: none !important;
	}
  }

  @media screen and (max-width: 477px) 
  {
	  .floating_new{
	  padding: 0.7em 1em 0.5em 1.5em;
	  position:fixed;
	  right: 5px;
	  bottom: 5px;
	  height:47px;
	  }
	  .arrow_1 {
	  display: none;
	  }
  }