/*--
	Theme Name: theme45510
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 2.0
	MotoPress Version: 1.0
--*/
@import url("main-style.css");

.paypal-donations input[type="image"]{
  width:506px;

}

.donation-box{
  position: absolute;
  left: calc(50% - 100px);
  margin-top: -10px;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul{
  top:100px !important;
}

@media only screen and (max-width:768px ){
.paypal-donations input[type="image"]{
  width:300px;

}
.donation-box{
    margin-top:5px;
    left: calc(50% - 150px);
  }
}

@media (max-width: 979px) and (min-width: 768px){
.paypal-donations input[type="image"]{
  width:406px;
}

}

