/*
Theme Name: RFM2019
Author: D
Description: 2019
Version: 0.0.2
Tags: rfm
*/
body {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
a {
	display: inline;
	color: #0000d6;
	text-decoration: none;
	word-break: break-word;
}
a:hover !.wp-block-button__link {
	color: #000068;
}
.wrapper {
	font-family: "Noto sans", sans-serif;
	font-size: 12pt;
}
header {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	background-color: black;
}
.head_content {
	width: 950px;
	justify-content: center;
	display: flex;
}
nav {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	flex: 1;
	text-align: right;
}
nav a {
	display: inline-block;
	margin: 18px 25px 18px 0;
	color: white;
}
nav .button {
	box-shadow: none;
	margin: 0;
}
nav a:hover {
	color: #e5e5e5;
}
#logo {
	display: inline-block;
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
}
#logo a, img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}
#menu_button {
	color: white;
	font-size: 2em;
	line-height: 1;
	cursor: pointer;
}
main {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.2);
	padding: 2px 0 40px 0;
	min-height: 500px;
	line-height: 1.35;
	background: rgb(252, 252, 252) url("img/page_back.jpg") repeat;
}
main h1 {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}
main i {
	font-size: 26pt;
	display: block;
	margin-bottom: 12pt;
}
main > div {
	margin: 0 auto;
	max-width: 950px;
	text-align: left;
	font-size: 13pt;
	line-height: 1.5;
}
main .feature {
	text-align: center;
	margin: 20px 20px;
	width: 300px;
}
main .cta {
	text-align: center;
	padding: 20px 0 60px 0;
	color: black;
}
main .cta h1 {
	padding: 0;
	margin: 0 0 15pt 0;
	font-size: 32pt;
	text-shadow: 1px 1px 0 #c7c7c7;
	line-height: 1.1;
}
main .cta .button {
	padding: 19px 50px;
	font-size: 22pt;
	text-shadow: 0px 0px 5px #252525;
	border: 1px solid #2d907a;
	border-radius: 4px;
}
main .cta_light {
	color: #626262;
}
main .img_mic {
	background: url("img/bg.png") no-repeat 0 70px;
}
main .button {
	margin: 25pt 0 5pt 0;
}
main .text_product {
	margin-bottom: 20pt;
}
main .text_bottom {
	margin-top: 20pt;
}
main .prices {
	display: flex;
}
main .plan {
	flex-grow: 1;
	max-width: 250px;
	border: 1px solid #b3b3b3;
	background: white;
	padding: 10pt;
	margin-right: 5pt;
}
main .plan:last-child {
	margin-right: 0;
}
main .plan_title {
	text-align: center;
	line-height: 2;
	padding-bottom: 10pt;
	border-bottom: 1px solid #b3b3b3;
}
main .plan_title .price {
	font-size: 2.5em;
	letter-spacing: -4px;
}
main .plan_row {
	background: white;
	padding: 10pt 5pt 0 5pt;
	text-align: center;
}
main .plan .button {
	margin: 0;
}
main .plan_special {
	border: 1px solid #b3b3b3;
	background: white;
	padding: 10pt 5pt;
}
main .plan_special .button {
	margin: 0;
}
footer {
	background-color: #e7e7e7;
	font-size:0.9em;
	padding: 20px;
	line-height: 1.6;
	border-top: 1px solid black;
}
footer>div {
	margin: 0 auto;
	max-width: 950px;
	display: flex;
	flex-direction: row;
}
footer .column {
	margin: 0 25px 25px 0;
}
footer .column a {
	display: block;
}
footer .column strong {
	display: block;
}

.button {
	box-shadow: 5px 5px 13px -2px rgba(0,0,0,0.2);
	/*background-color: #ff6f20;*/
	background-color: #36b89e;
	border: none;
	color: white;
	padding: 7px 31px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	cursor: pointer;
	transition: 300ms;
	border-radius: 1px;
	font-family: Arial, sans-serif;
}
.button:hover {
	/*background-color: #ef6c20;*/
	background-color: #2f9e84;
	color: white;
}
.centova .button {
	padding: 2px 5px;
	margin: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	background-color: white;
}
table td, table th {
	border: 1px solid #e5e5e5;
	padding: 5px;
	text-align: center;
}
.lefttextalign td, .lefttextalign table th {
	text-align: left;
}
.firstcolbold td:first-child {
	font-weight: bold;
}
.textsmaller {
	font-size: 0.9em;
}
.nowrap {
	white-space: nowrap;
}
.features {
	display: flex;
	flex-direction: row;
}
.textcenter {
	text-align: center;
}
.textjustify {
	text-align: justify;
}
.flexcenter {
	justify-content: center;
}
.hidden {
	display: none;
}
.tooltip {
	position: relative;
	border-bottom: 1px dotted black;
	cursor: default;
	letter-spacing: 0;
}
.tooltip .tooltiptext {
	display: none;
	width: 240px;
	background-color: white;
	color: black;
	font-size: 12pt;
	text-align: left;
	padding: 7pt;
	border-radius: 4px;
	border: 1px solid grey;
	box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.65);

	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -120px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.tooltip .tooltiptextw2 {
	width: 300px;
	margin-left: -150px;
}
.tooltip .tooltipalignleft {
	left: -50%;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	display: block;
}
@media screen and (max-width: 967px) {
	.head_content {
		width: 100%;
		display: block;
	}
	#head_logo {
		width: 100%;
		display: flex;
	}
	main {
		padding: 70px 0 40px 0;
	}
	main > div {
		padding: 0 5pt;
	}
	main .img_mic {
		background: none;
	}
	header {
		display: block;
		padding: 6px 0 3px 5pt;
		position: fixed;
		top: 0;
		width: 100%;
	}
	nav {
		display: none;
		padding-bottom: 5pt;
		text-align: left;
	}
	#logo {
		display: block;
		margin: 0;
		flex-grow: 1;
	}
	nav a {
		display: block;
	}
	main .cta h1 {
		margin: 0;
	}
	#menu_button {
		display: block;
		padding: 0 10pt;
	}
}
@media screen and (max-width: 750px) {
	footer > div {
		display: block;
	}
	main {
		background: rgb(238, 238, 238);
	}
	main .prices {
		display: block;
	}
	main .plan {
		margin: 0 auto 5pt auto;
		max-width: 300px;
	}
	main .plan:last-child {
		margin: 0 auto;
	}
	.tooltip {
		user-select: none;
	}
}
@media screen and (max-width: 480px) {
	main .cta .button {
		padding: 10px 10px;
	}
	main .feature {
		word-break: break-word;
		font-size: 0.8em;
		margin: 2pt;
	}
}
@media screen and (max-width: 400px) {
	.features {
		display: block;
	}
	main .feature {
		width: auto;
	}
	footer .nowrap {
		white-space: normal;
	}
	#logo img {
		max-width: 100vw;
	}
}
.pc_toggle {
	display: flex;
	margin-bottom: 5pt;	
	padding-top: 10pt;
	padding-bottom: 10pt;
}
.pc_toggle .pc_toggle_wrapper {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
	align-items: stretch;
	display: flex;
	justify-content: center;	
	margin: auto;
	border: 1px solid #656d74;
	border-radius: 5px;
}

.pc_toggle .pc_toggle_wrapper .pc_toggle_option {
	appearance: none;
	margin: 0;
	background: none;
	border: none;
	border-radius: 3px;
	color: black;
	cursor: pointer;
	outline: none;
	padding: 12px 16px;
	font: inherit;
	text-align: center;
}
.pc_toggle .label {
	display: inline;
	background-color: #ff4081; 
	color: white; 
	padding: 5px 10px; 
	border-radius: 20px; 
	font-size: 12px; 
	font-weight: normal;
	text-align: center; 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
	margin-left: 7px;
}

.pc_toggle .pc_toggle_wrapper .selected {
	background: black;
	color: white;
}


.rfm_page_top {
	display: flex;
    justify-content: space-between;
	margin-bottom: 5px;
}

.wpml-head-language-switcher {
  display: flex;
  position: relative;
  justify-content: flex-end;
  font-size: 0.9em;
}
.wpml-head-language-switcher .wpml-ls-statics-shortcode_actions a {
  color: black;
  padding: 5px 0px 0px 10px;
}
.wpml-head-language-switcher .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.rfm_breadcrumbs {
	font-size: 0.8em;
	color: #444444;
	padding-top: 5px;
}