/*
  Theme Name: HIRNDRANG Divi Child
  Theme URI: https://hirndrang.de
  Version: 1.1
  Template: Divi
  Author: hirndrang
  Author URI: https://hirndrang.de
  Description: 2020
  Text Domain: hirndrang-divi-child
  License: GNU
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



body #main-content.dm-full-width .container:before
{
	display: none;
}

body #main-content article.page > .entry-content #wpmem_restricted_msg,
body #main-content article.page > .entry-content #wpmem_msg
{
	padding-top: 58px;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}
body #main-content article.page > .entry-content #wpmem_login
{
	padding-top: 58px;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}
body #main-content article.page > .entry-content #wpmem_msg + #wpmem_login,
body #main-content article.page > .entry-content #wpmem_restricted_msg + #wpmem_login
{
	padding-top: 25px;
}


body #menu-footer,
body #menu-footer > li 
{ 
	display: block; 
}

body #wpmem_login_form fieldset .button_div input.buttons,
body #wpmem_login fieldset .button_div input.buttons,
XCF
{
	color: #FFFFFF !important;
	background-color: #01548D;
	
	font-size: 18px;
	line-height: 1.7em !important;
	font-weight: normal;
	font-style: normal;
	
	padding: .3em 1em;
	margin: 0 0 0 30px;
	
	border-color: rgba(255,255,255,0.25);
	border-radius: 50px;
	
	text-transform: uppercase;
	text-decoration: none;
	
	display: inline-block;
	transition: all 300ms ease 0ms;
	font-family: 'FFUnit Bold',sans-serif;
}
body #wpmem_login_form fieldset .button_div input.buttons:hover,
body #wpmem_login fieldset .button_div input.buttons:hover
{
	padding-left: 1.5em; /*2em;*/
	padding-right: 1.5em;
	
	border-color: #ffffff !important;
	border-radius: 50px;
	border: 2px solid;
	cursor: pointer;
}
