@font-face {
    font-family: 'Avenir Next Font';
    src: url('../font/avenirnextltpro-regular-webfont.woff2') format('woff2'),
         url('../font/avenirnextltpro-regular-webfont.woff') format('woff'),
         url('../font/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Font';
    src: url('../font/avenirnextltpro-bold-webfont.woff2') format('woff2'),
         url('../font/avenirnextltpro-bold-webfont.woff') format('woff'),
         url('../font/AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
#adminmenumain, #wpadminbar, .notice, .error, .updated, .notice.e-notice {
        display: none !important;
 }
body{
	background:#fafafa;
	font-family: "Avenir Next Font", sans-serif;
}

/*menu*/
menu{
	position: fixed;
	top:0;
	left:0;
	right:0;
	display:flex;
	gap:20px;
	justify-content: space-between;
	padding-inline:2rem;
	border-bottom: 1px solid #dedede;
	padding-bottom: 12px;
}
menu div{
	display:inline-block;
}
menu img{
	height: 50px;
	width: auto;
}
/*content*/
.wrap{
	display: flex;
	gap: 80px;
	max-height: 700px;
	margin-top: 150px;
	justify-content:center;
}
.wrap h1{
	font-size: 35px;
	font-weight: 800;
}
.wrap p{
	font-size:19px;
	font-family:500;
	max-width:500px;
}
.wrap select{
	padding-inline: 20px;
	padding-block:8px;
	border-radius: 4px;
	border-color:#dedede;
	font-size:16px;
	font-weight:500;
	margin-top:16px;
	min-width: 200px;
}
.wrap .content{
	max-width: 600px;
}

.wp-core-ui .button-primary {
    font-family: "Avenir Next Font", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    fill: #ffffff;
    color: #ffffff;
    background-color: #ff350c;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF350C;
    border-radius: 4px;
    box-shadow: 0px 10px 30px -8px rgba(0,0,0,0.16);
    padding: 15px 15px 15px 15px;
	padding-block:12px;
	padding-inline:186px;
	margin-top: 160px;
	
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus{
    color: #FF350C;
    background-color: #ffffff;
    border-color: #FF350C;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #ff350c;
}

.img-container img{
	height: 80%;
	width: auto;
	max-width:500px;
	transform: translateY(-15px);
}

/**buttons header*/
.menu-buttons{
	display: flex;
	gap: 16px;
}
.wp-core-ui .button-primary.upgrade {
	margin:0;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 15px;
	place-self:center;
}
a.nahiro-link{
	font-size:16px;
	font-weight:600;
	color: #2e2e2e;
	text-decoration:none;
	place-self:center;
}
a.nahiro-link:hover,
a.nahiro-link:focus{
	color:#ff350c;
	box-shadow:none;
}

a.nahiro-fallback-redirect{
	position: fixed;
	top: 40%;
	left:44%;
}