/*
	Theme Name: Osaka Theme
	Theme URI: https://www.donmai.com/
	Description: Donmai Osaka Theme.
	Author: ドンマイ株式会社
	Author URI: https://www.donmai.com/

	Version: 1.1

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, rtl-language-support

	Template: genesis
	Template Version: 2.2+

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

@font-face{
	font-family: 'Gesta';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/gesta-normal-400.woff') format('woff');
}

@font-face{
	font-family: 'Gesta';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/gesta-normal-500.woff') format('woff');
}

@font-face{
	font-family: 'Gesta';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/gesta-normal-700.woff') format('woff');
}

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

html * {
    -webkit-font-smoothing: inherit !important;
    -moz-osx-font-smoothing: inherit !important;
}

/* Chrome fix */
body > div {
    font-size: 17px;
    font-size: 1.7rem;
}

body {
	background-color: #fff;
	color: #1b334b; /*#232E35;  333; */
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Gesta', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

@media only screen and (max-width: 480px) {
	body > div,
	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

a {
	color: #b82025;
	text-decoration: none;
}

a.outbound {
	color: #1b334b !important; /*#232E35 */
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

.front-page-3 p {
	font-size: 17px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.page .front-page-3 p {
	text-align: left !important;
	max-width: 1040px !important;
}

.front-page-3 img.seo-page {
	display: block;
	margin: auto;
}

.front-page-4 p,
.front-page-5 p,
.front-page-10 p {
	font-size: 15.7px;
}

.front-page-5 p {
	font-size: 15.3px;
}

.front-page-6 p {
	font-size: 14px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: normal;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Gesta', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

.image-section h2,
.solid-section h2 {
	font-size: 54px;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.image-section h4,
.solid-section h4,
.fp-left h3,
.fp-right h3,
.fp-left2 h3,
.fp-right2 h3 {
	font-size: 54px;
	font-size: 5.4rem;
	margin-bottom: 40px;
}

.fp-left h4,
.fp-right h4,
.fp-left2 h4,
.fp-right2 h4 {
	font-size: 30px;
	font-size: 3.0rem;
}

.home-mid-left h3,
.home-mid-left h4 {
	font-size: 30px;
	font-size: 3.0rem;
}

.home-mid-right h4 {
	font-size: 36px; /*44px*/
	font-size: 3.6rem;
    background: #B82025;
    color: #fff;
    padding: 16px 20px;
    margin: -70px -70px 40px;
    text-align: center;
}

.home-mid-right h4:hover {
	background: #1b334b; /*#232E35;*/
}

.home-mid-wide {
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1 .image-section h4 {
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f3f3f3;;
	border: 1px solid #f3f3f3;;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #28282e;
	outline: none;
	color: #28282e;
	background: #fff;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #b82025;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 30px;
	text-transform: uppercase;
	width: auto;
	word-spacing: 2px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #b82025;
	color: #fff;
}

.page-id-2 input[type="submit"],
.page-id-2 .button {
	background-color: #1b334b; /*#232E35*/
}

.page-id-2 input:hover[type="submit"],
.page-id-2 .button:hover {
	background-color: #b82025;
}

.site-inner .button:hover,
.entry-content .button:hover,
.entry-content .button:focus {
	background: #333;
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #b82025;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.site-inner .gform_wrapper .gform_footer input.button,
.site-inner .gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	width: 100%;
	padding: 16px 24px;
}

.site-inner .gform_wrapper input[type=text],
.site-inner .gform_wrapper input[type=url],
.site-inner .gform_wrapper input[type=email],
.site-inner .gform_wrapper input[type=tel],
.site-inner .gform_wrapper input[type=number],
.site-inner .gform_wrapper input[type=password] {
	font-size: 18px;
	padding: 16px;
}

.site-inner .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
}

/* Buttons and Colors */

a.button.medium {
	font-size: 16px;
	font-weight: 400;
	padding: 12px 60px;
}

a.button.large {
	font-size: 18px;
	font-weight: 400;
	padding: 15px 40px;
}

a.button.clear-button {
	background: none;
	border: 1px solid #fff;
}

a.button.clear-button:hover {
    border: 1px solid #b82025;
}

a.button.black {
	background: #000;
}

a.button.white {
	background: #fff;
	color: #333;
}

a.button.white-clear {
	background: none;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 120px; /*170px*/
	position: relative;
	z-index: 9;
	-word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	/*max-width: 100%;*/
	overflow: hidden;
	padding-top: 80px;
}

@media only screen and (min-width: 1024px) {
	.page-pricing .site-inner {
		margin-top: 90px;
	}
}

.aspire-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	/*width: 700px;*/
	max-width: 860px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.page .content {
	max-width: 1000px;
}

.page-template-page_blog .content {
	max-width: 860px;
}

.page-seo .content {
	max-width: 1040px !important;
}

.page-promo .content {
	max-width: 100% !important;
}

.page-id-2 .content {
	max-width: 820px !important;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	/*width: 360px;*/
	max-width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-bottom: 40px;
	margin-left: 2.564102564102564%;
}

.front-page-9 .one-half {
	margin-left: 2.564102564102564% !important;
}

.front-page-9 .first {
	margin-left: 0 !important;
}

.four-fifths,
.one-fifth,
.three-fifths,
.two-fifths {
	float: left;
	margin-left: 2.5%;
}

.site-footer .one-half {
	margin-bottom: 0;
	text-align: right;
}

.site-footer .one-half.first {
	text-align: left !important;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.two-thirds {
	font-size: 16px;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 18%;
}
 
.two-fifths {
	width: 38.5%;
}
 
.three-fifths {
	width: 59%;
}
 
.four-fifths {
	width: 79.5%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.front-page-12 .one-third {
	font-size: 14px;
	text-align: left;
	background: #fff;
	padding: 40px 27px 35px;
}

.front-page-12 .one-third:hover {
	background: #1b334b; /*#232e35;*/
	color: #fff;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	border-radius: 99%;
	-moz-border-radius: 99%;
	-ms-border-radius: 99%;
	-webkit-border-radius: 99%;
	height: 100px;
	width: 100px;
}

.entry-comments .avatar {
	height: 70px;
	width: 70px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	border-radius: 99%;
	margin: 0 16px 24px 0;
	-moz-border-radius: 99%;
	-ms-border-radius: 99%;
	-webkit-border-radius: 99%;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #222;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #b82025;
}

.sidebar .widget-title,
.sidebar h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 500; /*400*/
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.home .featured-content .entry-title {
	font-weight: 400;
	text-transform: uppercase;
}

.featuredpage .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.single .featured-image {
	margin-bottom: 40px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	/*color: #fff;*/
}

.enews-widget input,
.enews-widget input:focus {
	/*border: 1px solid #333;*/
}

.enews-widget input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
	margin-right: 10px;
	padding: 16px 14px;
	width: 30%;
}

.sidebar .enews-widget input,
.footer-widgets .enews-widget input {
	width: 55%;
}

.sidebar .enews-widget input[type="submit"],
.footer-widgets .enews-widget input[type="submit"] {
	width: auto;
}

.enews-widget input[type="submit"] {
	background-color: #000;
	color: #fff;
	margin: 0;
	/*width: 100%;*/
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background: #333;
	color: #fff;
}

.enews form + p {
	/*margin-top: 24px;*/
}

.front-page-2 form {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 20px 0px 5px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #1b334b; /*#232e35;*/
/*
	background-image: url(images/chart.png);
	background-repeat: no-repeat;
	background-position: 37%;
	background-size: 830px 160px;
*/
	/*border-bottom: 1px solid #ddd;*/
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.front-page .site-header {
	border-bottom: 1px solid #ddd;
	padding-top: 18px; /*30px;*/
}

@media only screen and (max-width: 800px) {
	.front-page .site-header {
		padding-top:  0;
	}
}

.featured-section .site-header {
	background-color: transparent;
	border:  none;
}

.site-header.light {
	background-color: #1b334b; /*#232e35;*/
	padding-top: 0;
/*
	background-image: url(images/chart.png);
	background-repeat: no-repeat;
	background-position: 37%;
	background-size: 830px 160px;
*/
}

.site-header.light .nav-secondary {
	display: none;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0;
	width: 300px; /*360px*/
}

.site-header.light .title-area {
	padding: 25px 0;
}

.site-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.front-page .site-header .site-title a,
.front-page .site-header .site-title a:hover {
	color: #fff;
}

.front-page .site-header.light .site-title a,
.front-page .site-header light .site-title a:hover {
	color: #fff;
}

.header-image .title-area,
.header-image .site-header.light .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 88px; /*76px*/
	text-indent: -9999px;
}

.header-image .light .site-title > a {
	height: 73px; /*56px*/
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 38px 15px 36px;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu a:active {
	color: #1b334b; /*#232e35;*/
	background: #fff;
}

.site-header.light .genesis-nav-menu a {
	padding: 30px 15px;
}

.site-header.light .genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	background: rgba(255,255,255,0.05);
}

.genesis-nav-menu .highlight a:focus,
.genesis-nav-menu .highlight a:hover,
.genesis-nav-menu .highlight a:active {
	background: #b82025;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.front-page .site-header.light .genesis-nav-menu > .menu-item > a {
	/*color: #fff;*/
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #1b334b; /*#232e35;*/
	font-size: 12px;
	padding: 20px;
	position: relative;
	width: 141.47px; /*200px*/
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #b82025;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #444;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 400;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	/*margin-bottom: 10px;*/
	margin: 0.3% 0;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 40px/0.5 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #b82025;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7,
.front-page-8,
.front-page-9,
.front-page-10,
.front-page-11,
.front-page-12,
.front-page-13 {
	/*margin-top: -54px;*/
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-4,
.front-page-5,
.front-page-7,
.front-page-9,
.front-page-12 {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	max-height: 740px;
	position: relative;
}

.front-page-1 .image-section {
	/*padding-top: 200px;*/
}

.front-page-1 p {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
}

.front-page-2 .image-section {
	background: #b82025;
	padding: 60px 0 20px;
}

.front-page-2 {
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -120px;
	position: relative;
	width: 1000px;
}

.front-page-2 h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.625;
	margin: 0;
}

.front-page-2:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    border-left: 249px solid #fff;
    border-bottom: 278px solid transparent;
    content: "";
    width: 1px;
    height: 100%;
}

.front-page-2 h4 {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.front-page-2 .wrap {
	padding: 0 5%;
}

.front-page-2 h3 {
	line-height: 1.5;
	margin-bottom: 20px;
}

.front-page-2 p {
	margin-bottom: 15px;
}

.front-page-2 .flexible-widgets {
	padding: 0;
}

.front-page-3 .solid-section h4 {
	margin-bottom: 20px;
}

.front-page-3 .solid-section hr {
	border-top: 3px solid #B82025;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}

.home-mid-left hr {
	border-top: 2px solid #B82025;
	margin-bottom: 25px;
	width: 100px;
}

.front-page-6 .solid-section hr,
.front-page-12 hr {
	border-top: 2px solid #B82025;
	width: 80px;
}

.front-page-4 {
	background-color: #f5f5f5;
}

.front-page-4 .image-section {
	color: #000;
}

.front-page-4 img {
	margin-bottom: 20px;
}

.front-page-4 .widget-title {
	position: relative;
	background: #fff;
	padding: 25px;
	color: #B82025;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.front-page-4 .widget-title:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-right: 104px solid transparent;
    border-top: 104px solid #1b334b; /*#232E35;*/
    /*content: "";*/
    width: 1px;
    height: 100%;
}

/*
.front-page-4 .widget-title:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-left: 114px solid transparent;
    border-bottom: 114px solid #232E35;
    content: "";
    width: 1px;
    height: 100%;
}
*/

.home-mid {
	background: #fff;
	position: relative;
}

.home-mid:before {
    position: absolute;
    left: 0px;
    top: 0px;
    border-right: 250px solid #fff;
    border-top: 250px solid transparent;
    content: "";
    height: 100%;
    background-image: url('/wp-content/uploads/seo-onayami.png');
    background-color: #1b334b; /*#232E35;*/
}

.home-mid-inner {
	margin: 0 auto;
	max-width: 1200px;
}

.home-mid-left {
	float: left;
	margin-top: 170px; /*200px;*/
	padding: 0;
	width: 25%;
}

.home-mid-right {
	background: #f5f5f5;
	float: right;
	margin-top: 120px;
	padding: 70px;
	width: 70%;
}

.home-mid-right .textwidget {
	font-size: 16px;
}

.front-page-9 {
	background-color: #b82025;
}

.front-page-12 {
	background-color: #f5f5f5;
}

.front-page-12 .image-section {
	color: #333;
}

.front-page-12 .image-section a {
	color: #b82025;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.bottom-image {
	margin-bottom: -160px;
	margin-top: 50px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.fp-left {
	float: left;
	display: inline-block;
  margin-top: 100px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 49%;
  vertical-align: top;
}

.fp-right {
	display: inline-block;
  margin: 0;
  max-width: none;
  padding: 0;
  position: relative;
  text-align: left;
  width: 40%;
  vertical-align: top;
}

.fp-left .slant-button,
.fp-right2 .slant-button {
	text-align: center;
}

.fp-right img {
	max-width: none;
}

.fp-left2 {
	display: inline-block;
  margin: 0;
  max-width: none;
  min-height: 700px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 40%;
  vertical-align: top;
}

.fp-right2 {
	float: right;
	display: inline-block;
  margin-top: 50px; /*100px;*/
  padding: 0;
  position: relative;
  text-align: left;
  width: 49%;
  vertical-align: top;
}

.fp-left2 img {
	max-width: none;
	position: absolute;
	right: 0;
}

.fp-left ul,
.fp-right2 ul {
	margin-bottom: 40px;
}

.fp-left li,
.fp-right2 li {
	font-size: 16px;
	list-style-type: disc;
	margin-left: 24px;
	margin-bottom: 5px;
}

.front-page-9 .fp-right2,
.front-page-9 .fp-left {
	width: 100%;
	margin-top: 50px;
}

/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

.bottom-slidein .dashicons {
	height: 100%;
	width: 100%;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding: 120px 0 140px;
}

.front-page-1 .flexible-widgets {
    padding: 70px 0 190px;
}

.front-page-3 .flexible-widgets {
	padding: 120px 0 100px;
}

.seo-page .front-page-3 .flexible-widgets {
	padding: 0;
}

.front-page-4 .flexible-widgets {
    padding: 0 0 90px;
}

.front-page-5 .flexible-widgets {
    padding: 120px 0 70px;
}

.front-page-6 .flexible-widgets {
    padding: 120px 0 75px;
}

.front-page-9 .flexible-widgets {
    padding: 120px 0 0;
}

.front-page-7 .flexible-widgets .widget {
	font-size: 40px;
	margin: 0;
}

.front-page-7 .flexible-widgets .wrap {
    position: relative;
    z-index: 1;
}

.front-page-7 .flexible-widgets:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.5);
}

.front-page-8 .flexible-widgets,
.front-page-10 .flexible-widgets {
    padding: 0 0 100px;
}

.front-page-12 .flexible-widgets {
    padding: 120px 0 110px;
}

.front-page-11 .flexible-widgets .widget {
	background: rgba(35, 46, 53, 0.57);
	border-radius: 10px;
	padding: 40px 30px 10px;
}

.flexible-widgets .widget {
	margin: 0 0 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 50px; /*100px;*/
	padding: 0;
}

.content .entry {
	/*background-color: #fff;*/
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.content ol ol,
.content ul ul {
	margin-bottom: 0;
}


.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

.after-entry h3 {
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 4px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #b82025;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px 0;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment { }

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p {
	margin-bottom: 12px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #B82025; /*#232e35*/
	clear: both;
	font-size: 18px;
	/*text-align: center;*/
	background-image: url(images/globe.png);
	background-repeat: no-repeat;
	background-size: 450px;
}

/*
.footer-widgets .wrap {
	padding-bottom: 60px;
	padding-top: 100px;
}
*/

.footer-widgets .wrap {
	max-width: 100%;
	/*padding-bottom: 60px;
	padding-top: 100px;*/
	padding-left: 120px;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a {
	font-weight: 400;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: -8px; /*40px;*/
}


.footer-widgets p:last-child {
	margin-bottom: 0;
}

/*
.footer-widgets-1,
.footer-widgets-2 {
	margin: 0 3.3% 0 0;
	width: 30.555555555%;
}

.footer-widgets-3 {
	width: 30.555555555%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}
*/

.footer-widgets-1 {
	position: relative;
	padding-bottom: 60px;
	padding-top: 100px;
	padding-right: 20px;
	margin: 0;
	width: 40%;
	float: left;
}

.footer-widgets-1:after {
    position: absolute;
    right: -449px;
    top: 0px;
    border-right: 450px solid transparent;
    border-top: 450px solid #B82025;
    content: "";
    width: 1px;
    height: 100%;
}

.footer-widgets-2 {
	margin: 0;
	width: 60%;
	float: right;
}

/* # Plans
---------------------------------------------------------------------------------------------------- */

.plans {
	margin-top: 60px;
}

.plan {
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	float: left;
	padding: 60px 20px;
	width: 33.333333333333333%; /*25%;*/
}

.popular {
	background: #b82025;
	border: none;
	color: #fff;
	position: relative;
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
}

.plan h2 {
	font-size: 62px;
	font-weight: 400;
}

.popular h2 {
	color: #fff;
}

.plan .price {
	font-size: 90px;
	font-weight: 400;
	margin: 0 0 20px;
}

.plan sup {
	font-size: 30px;
	top: -1.36em;
}

.plan .monthly {
	font-size: 18px;
}

.plan small {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
	padding: 0;
}

.content .portfolio {
	background: none;
	float: left;
	margin: 0 2% 40px 0 !important;
	overflow: hidden;
	padding: 0;
	width: 30.555555555%;
}

.portfolio .post-image {
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .post .entry-title {
	font-size: 24px;
	font-weight: 400;
	margin: 10px 0;
}

.portfolio .entry-title a {
	color: #333;
}

.portfolio .entry-title a:hover {
	color: #4c5e6b;
}

.portfolio .entry-title a {
	margin: 0;
	text-decoration: none;
}

.portfolio .entry-meta {
	display: none;
}

.portfolio .more-link {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	display: block;
	padding: 8px 12px;;
	margin: 20px 0 0;
	text-align: center;
	text-decoration: none;
	max-width: 150px;
}

.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

.portfolio-clear {
	clear: none;
}

.portfolio-clear-2 {
	clear: both;
}


/* # Miscelaneous
---------------------------------------------------------------------------------------------------- */

.uppercase {
	text-transform: uppercase;
}

.tiny {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.tiny2 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
}

small {
	letter-spacing: 1px;
}

.italic {
	font-style: italic;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

.author-circle {
	border: 4px solid #fff;
	border-radius: 50px;
}

.quote {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #ddd;
	color: #888;
	font-size: 16px;
	padding: 20px 40px;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border-radius: 6px;
	border: 1px solid #353535;
	color: #fff;
	font-size: 16px;
	padding: 20px 40px;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.left-content {
	float: left;
	padding: 0 20px 0 0;
	text-align: left;
}

.left-content .fa,
.right-content .fa {
	padding: 40px 0;
}

.right-content {
	overflow: hidden;
	text-align: left;
}

.left-content,
.right-content h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 8px;
}

.leftrow {
	background: #fff;
	color: #333;
	float: left;
	min-height: 320px;
	padding: 70px 30px 40px;
	text-align: left;
	width: 60%;
}

.rightrow {
	background: rgba(23, 148, 255, 0.8);
	color: #fff;
	float: right;
	min-height: 320px;
	padding: 70px 30px 40px;
	text-align: center;
	width: 40%;
}

.features {
	text-align: left;
}

.features .fa {
	font-size: 40px;
	float: left;
	padding: 0 20px 0 0;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
	background-color: #000 !important
}

div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_content,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
	background: none !important;
}

.journal-title {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#journal hr {
	border: 1px solid #ddd;
	margin: 30px 0;
	width: 100px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #1b334b; /*#232E35;*/
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer p {
	font-size: 12px;
  letter-spacing: 1px;
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #b82025;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1800px) {

	.front-page-1,
	.front-page-4,
	.front-page-5,
	.front-page-7,
	.front-page-9,
	.front-page-12 {
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size: auto;
	}

}

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.title-area {
		width: 200px;
	}

}

@media only screen and (max-width: 1080px) {

	.front-page-2 {
		padding: 0 5%;
		width: 100%;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.secondary-nav .site-inner {
		margin-top: 80px;
	}

	.front-page .site-inner {
		max-width: 768px;
	}

	.site-header {
		position: static;
	}

	.front-page .site-header {
		background-color: #1b334b;
	}

	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .title-area,
	.site-header.light .title-area {
		padding: 15px 0;
	}

	.header-image .light .site-title > a {
		height: 76px;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.header-image .site-title > a {
		background-position: center !important;
	}

	.nav-primary .genesis-nav-menu {
		float: none;
	}

	.nav-secondary,
	.site-header.light .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.genesis-nav-menu a,
	.site-header.light .genesis-nav-menu a {
		padding: 10px 10px 20px;
	}

	.front-page .site-inner {
		margin-top: 0;
	}

	.front-page-1,
	.front-page-4,
	.front-page-5,
	.front-page-7,
	.front-page-9,
	.front-page-12 {
		background-attachment: scroll;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}

	.site-inner {
		margin-top: 30px; /*80px*/
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 40px;
		width: 100%;
	}

	.front-page-9 .one-half {
			width: 100% !important;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}

	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}

	.plan .price {
	  font-size: 60px;
	}

	.plan sup {
    font-size: 30px;
    top: -.7em;
	}

	.enews-widget input {
		width: 40%;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.footer-widgets .wrap {
		padding: 0 7%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.footer-widgets-1
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0 0 30px;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.features .main-img {
		padding-top: 0;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-header .wrap {
		padding: 2% 2.5% 1.2%; /*0 5%;*/
	}

	.site-header .title-area,
	.site-header.light .title-area {
		padding: 0;
	}

	.title-area {
		width: 70%;
	}

	.header-image .site-title > a {
		max-width: 215px;
		height: 63px;
	}

	.responsive-menu-icon {
		background: #b82025;
		max-width: 20%;
		float: right;
	}

	.responsive-menu-icon::before {
		margin-top: 9px;
		margin-bottom: 8px;
		display: block;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.front-page .site-inner {
			padding: 0;
		}

	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding-bottom: 20px;
		margin-top: 80px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		padding: 10px 0;
		text-transform: uppercase;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 "dashicons";
		height: 20px;
		padding: 7px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 0;
		position: relative;
		text-transform: none;
		width: 100%;
	}

/*
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}
*/

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 40px;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.home-mid .wrap {
		padding: 0;
	}

	.home-mid-left {
		margin-top: 120px;
		width: 100%;
	}

	.home-mid-left .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-mid-right {
		margin-top: 80px;
		padding: 120px 0;
		width: 100%;
	}

	.home-mid-right .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-mid-right h4 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.front-page-10 .flexible-widgets {
		padding: 60px 0;
	}

	.fp-left,
	.fp-right,
	.fp-left2,
	.fp-right2 {
		clear: both;
		/*text-align: center;*/
		width: 100%;
	}

	.fp-left h3,
	.fp-right h3,
	.fp-left2 h3,
	.fp-right2 h3,
	.fp-left h4,
	.fp-right h4,
	.fp-left2 h4,
	.fp-right2 h4 {
		text-align: center;
	}

	.fp-left,
	.fp-right2 {
		margin: 40px 0 0;
		min-height: auto;
	}

	.fp-left2 {
		min-height: 300px;
	}

	.fp-right {
	  margin-top: 40px;
		min-height: auto;
	}

	.fp-left2 img,
	.fp-right img {
		position: relative;
		max-width: 100%;
	}

	.leftrow,
	.rightrow {
		clear: both;
		text-align: center;
		width: 100%;
	}

	.home .content ol,
	.home .content ul {
		margin-left: 0;
	}

	.home .content ul > li {
	  list-style-type: none;
	}

}

@media only screen and (max-width: 760px) {

	.front-page-2 form {
		background: none;
	}

	.plan {
		float: none;
		margin: 0 auto 40px;
		width: 75%;
	}

	.popular {
	    transform: none;
	    -webkit-transform: none;
	}

	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths {
		margin: 0 0 10px;
		width: 100%;
	}

}

@media only screen and (max-width: 550px) {

	.image-section h4,
	.solid-section h4,
	.fp-left h3,
	.fp-right h3,
	.fp-left2 h3,
	.fp-right2 h3 {
		font-size: 34px;
		font-size: 3.4rem;
		margin-bottom: 20px;
	}

	.front-page-2 .image-section h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.enews-widget input {
		width: 100%;
	}

	.left-content,
	.right-content {
		text-align: center;
		width: 100%;
	}

	.left-content .fa,
	.right-content .fa {
		padding: 20px;
	}

}

@media only screen and (max-height: 740px) {

	.content .portfolio {
		width: 48%;
	}

	.portfolio-clear {
		clear: both;
	}

	.portfolio-clear-2 {
		clear: none;
	}

	.content .portfolio .post-image {
		width: 100%;
	}

}

@media only screen and (max-height: 640px) {

	.front-page-1,
	.front-page-4,
	.front-page-5,
	.front-page-7,
	.front-page-9,
	.front-page-12 {
		background-size: cover;
	}

}

@media only screen and (max-height: 550px) {

	.content .portfolio {
		text-align: center;
		width: 100%;
	}

	.content .portfolio .post-image {
		width: 100%;
	}

	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Custom Top */
.home .cd-headline.type .cd-words-wrapper.selected,
.page-id-143 .cd-headline.type .cd-words-wrapper {
	background-color: transparent !important;
}

.home .cd-headline.type .cd-words-wrapper.selected b,
.page-id-143 .cd-headline.type .cd-words-wrapper.selected b {
	color: #fff !important;
}


.home .cd-headline.type .cd-words-wrapper,
.page-id-143 .cd-headline.type .cd-words-wrapper {
	border-bottom: 3px solid #B82025;
}
/* clip */
.home .cd-headline.clip span,
.home .cd-words-wrapper b {
	font-weight: 700 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.home .cd-headline.clip .cd-words-wrapper {
	border-bottom: 3px solid #B82025;
}

/* Custom */
.footer-logo {
    background: url(/wp-content/uploads/logo.png') no-repeat !important;
}

.site-footer .social li {
	float: left;
}

.site-footer ul.social {
	float: right;
}

@media only screen and (max-width: 800px) {

	.site-footer .one-half.first {
		text-align: center !important;
	}
	.site-footer ul.social {
		float: none !important;
		display: table;
		margin: auto;
	}

}

.site-footer .social a {
	color: #76767b;
}

.site-footer .social a:hover {
	color: #fff;
}

.home-mid-left .fa {
	margin-right: 8px;
}

.home-mid-right .fa {
	margin-right: 8px;
}

.front-page-4 .fa {
	color: #1b334b; /*#232E35;*/
	font-size: 80px !important;
	padding: 20px 20px 30px;
}

.page .entry-content .one-third .fa {
	color: #1b334b; /*#232E35;*/
	font-size: 100px !important;
	padding: 20px;
}

.page-id-10 .entry-content .one-third {
	position: relative;
	padding: 10px 22px;
	background: #1b334b; /*#232E35;*/
	color: #fff;
}

/*
.page-id-10 .entry-content .one-third:after {
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: 49px solid transparent;
	border-bottom: 49px solid #fff;
	content: "";
	width: 1px;
	height: 100%;
}
*/

.site-footer .fa {
	font-size: 28px !important;
	padding: 31px;
}

a.slant-button {
	position: relative;
	display: block;
	background: #1b334b; /*#232E35;*/
	max-width: 300px;
	margin: auto;
	color: #fff;
	padding: 22px;
	text-align: center;
}

/*
a.slant-button:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-left: 71px solid transparent;
    border-bottom: 71px solid #B82025;
    content: "";
    width: 1px;
    height: 100%;
}
*/

a.slant-button:hover {
    background: #f5f5f5;
    color: #B82025;
}

.front-page-3 a.slant-button {
	margin: 30px auto 0;
}

.front-page-4 a.slant-button {
	background: #fff;
	color: #B82025;
}

.front-page-4 a.slant-button:hover,
.home-mid-left a.slant-button:hover {
	background: #1b334b; /*#232E35*/
	color: #fff;
}

.home-mid-left a.slant-button {
	text-align: center;
	background: #f5f5f5;
	color: #B82025;
}

.ans-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}

.seo-imi {
    font-size: 14px;
    color: #B82025;
    letter-spacing: -0.5px;
}

.testimonial_rotator_star {
    color: #E7711B !important;
}

.testimonial_rotator_prev,
.testimonial_rotator_next {
	font-size: 50px !important;
}

.testimonial_rotator {
	font-size: 14px !important;
}

.testimonial_rotator_nav .testimonial_rotator_prev,
.testimonial_rotator_nav .testimonial_rotator_next {
	color: #B82025;
}

.testimonial_rotator_widget_wrap .testimonial_rotator_prev {
	left: -70px !important;
}

.testimonial_rotator_widget_wrap .testimonial_rotator_next {
	right: -70px !important;
}

.testimonial_rotator.template-longform .testimonial_rotator_author_info p {
	line-height: 1em !important;
}

.testimonial_rotator_author_info p {
	margin: 0 0 15px;
}

.testimonial_rotator.template-longform hr.longform_hr {
	height: 1px !important;
	background: #E7711B !important;
}

.testimonial_rotator_widget_wrap {
    padding: 30px 20px 10px;
    /*border: 1px solid #E7711B;*/
}

.front-page-13 a.button {
    color: #fff;
    border: 3px solid #fff;
    background: #B82025;
    font-size: 18px;
    margin-top: 20px;
    padding: 18px 50px;
}

.front-page-13 a.button:hover {
    color: #fff;
    background: transparent;
}

.front-page-13 .flexible-widgets {
    padding: 80px 0 55px;
}

.front-page-13 .solid-section {
	color: #fff;
	background: #1b334b; /*#232E35;*/
	background-image: url(images/chart.png), url(images/hexgroup2.png);
	background-repeat: no-repeat;
	background-position: -50px bottom, 118% -30px;
	/*background-size: 850px 209px, 492px 200px;*/
	background-size: 59%, 35%;
}

.service-main {
    border-bottom: 1px solid #1b334b; /*#232E35;*/
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 28px;
	clear: both;
}

.service-sub {
	font-size: 18px;
}

.page .two-thirds hr,
.page-id-19 hr {
    border-top: 2px solid #B82025;
    margin: 0.5em 0;
    width: 80px;
}

.page-id-143 hr {
    border-top: 2px solid #B82025;
    margin: -25px 0 15px;
    width: 80px;
}

@media only screen and (max-width: 1023px) {
	.front-page-2:before,
	.home-mid:before,
	.footer-widgets-1:after {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.front-page-4 .widget-title:before {
		display: none;
	}
	.home-mid-left h4 {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.home-mid-right h4 {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 16px 8px;
		margin: -70px -10px 30px;
	}
	.footer-widgets .widget-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
}


@media only screen and (max-width: 568px) {
	.front-page-2 h2.top-1st,
	.front-page-2 h2.top-2nd {
		font-size: 17px;
	}
}

@media only screen and (max-width: 480px) {
	.front-page-2 h2.top-1st {
		font-size: 20px;
	}
	.front-page-2 h2.top-2nd {
		font-size: 16px;
	}
}

@media only screen and (max-width: 400px) {
	.front-page-2 h2.top-1st {
		font-size: 19px;
	}
	.front-page-2 h2.top-2nd {
		font-size: 13px;
	}
}

/* Gravity Form START */
.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	display: none !important;
}

.gform_wrapper .gform_page_footer {
	border: none !important;
	width: 100% !important;
	text-align: center;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border-bottom: none !important;
	border-top: none !important;
	padding-bottom: 16px !important;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #B82025 !important;
}

.page-promo .gform_wrapper .gfield_error .gfield_label {
	color: #f05323 !important;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 16px !important;
	font-weight: 400 !important;
}

.gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #f2f2f2 !important;
}

.gform_wrapper li.gfield_error input[type=email]:focus,
.gform_wrapper li.gfield_error input[type=number]:focus,
.gform_wrapper li.gfield_error input[type=password]:focus,
.gform_wrapper li.gfield_error input[type=tel]:focus,
.gform_wrapper li.gfield_error input[type=text]:focus,
.gform_wrapper li.gfield_error input[type=url]:focus,
.gform_wrapper li.gfield_error textarea:focus {
	border: 1px solid #b82025 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
	margin-right: 1.2% !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half,
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
	width: 49.4% !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html,
.gform_wrapper textarea.medium,
.gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium,
.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large,
.gform_wrapper .top_label .gfield_error,
.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 100% !important;
	max-width: 100% !important;
}

.gform_wrapper textarea {
	padding: 0.7em 1em !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    padding: 4px 0 !important;
    font-size: 14px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 14px 13px 13px 13px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/*
.gform_wrapper select {
    border: 1px solid #ccc;
    border-radius: 0 !important;
    padding: 6px 15px 4px!important;
}
*/

@media only screen and (max-width: 640px) {
	.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
	.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half,
	.gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100% !important;
	}
}

div.gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
    padding: 16px 24px;
    width: 100%;
}

/* Gravity Form END */

/* ## Featured images above Posts with Title as overlay
----------------------------------------------------- */

.archive-featured-image {
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.archive-featured-image {
		margin-top: 88px;
	}
}

.archive-featured-image img {
	display: block;
	width: 100% !important;
	margin: auto;
}

.archive-featured-image .entry-title {
	position: absolute;
	bottom: -8%; /*top:50%*/
	left: 50%;
	/*text-shadow: 1px 1px #333;*/
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.archive-featured-image .entry-title a {
    display: block;
    color: #1b334b; /*#232e35;*/
    background: #ffffff;
    padding: 12px 46px 6px;
    font-size: 28px;
    font-size: 2.8rem;
	border-top: 2px solid #1b334b; /*#232e35;*/
}

.archive-featured-image .entry-title a:hover {
    color: #b82025;
}

.archive-featured-image .entry-title {
	margin: 0;
}

.image-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-color: #1b334b; /*#232e35;*/
}

@media only screen and (max-width: 800px) {

	.archive-featured-image {
		margin-bottom: 40px;
	}

}

@media only screen and (max-width: 480px) {
	.archive-featured-image {
		margin-bottom: 0;
	}

	.archive-featured-image .entry-title {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.image-overlay {
		display: none;
	}

	.archive-featured-image .entry-title {
		/*margin-top: 20px;*/
		text-shadow: none;
	}

	.archive-featured-image .entry-title a {
		color: #1b334b; /*#232e35;*/
	}

	.archive-featured-image .entry-title a:hover {
		color: #b82025;
	}
}

.small-text {
	font-size: 12px;
	text-align: center;
	color: #b82025;
	display: block;
	margin-top: 12px;
}

@media only screen and (max-width: 420px) {
	.responsive-menu-icon {
		margin: 1.8% 0;
	}
}

@media only screen and (max-width: 340px) {
	.responsive-menu-icon {
		margin: 2% 0;
	}
	.small-text {
		font-size: 11px;
	}
	.front-page-6 p {
		font-size: 13px;
	}
}

/* Fixed Footer
--------------------------------------------- */
.fixed-footer h5 {
	margin: 0 !important;
}

.fixed-footer .cd-headline {
	font-size: 3.8rem !important;
}

.fixed-footer {
	padding: 18px 0 16px;
	background: #1b334b; /*232e35; 3d4b5b*/
	color: #fff;
	text-align: center;
}

.fixed-footer .widget-title {
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.fixed-footer .enews {
	max-width: 800px;
	margin: 0 auto;
}

.fixed-footer .enews form {
	overflow: hidden;
}

.fixed-footer .enews-widget input {
	margin-bottom: 0;
}

.fixed-footer input[type="text"],
.fixed-footer input[type="email"],
.fixed-footer input[type="submit"] {
	width: 32%;
	float: left;
	margin-right: 1%;
}

.fixed-footer input[type="text"],
.fixed-footer input[type="email"] {
	border: none;
	font-weight: bold;
	color: #555459;
}

.fixed-footer input[type="submit"] {
	margin-right: 0;
	background: transparent;
	border: 2px solid #fff;
	text-transform: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	font-size: 20px;
	padding: 12px 24px;
}

.fixed-footer input[type="submit"]:hover {
	background: #85d2e0;
	color: #333;
}

.fixed-footer .enews form + p {
	margin-top: 10px;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 1px;
}

@media only screen and (max-width: 480px) {

	.fixed-footer input[type="text"],
	.fixed-footer input[type="email"],
	.fixed-footer input[type="submit"] {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 568px) {
	.fixed-footer .cd-headline {
		font-size: 2.2rem !important;
	}
}

@media only screen and (max-width: 480px) {
	.fixed-footer .cd-headline {
		font-size: 1.5rem !important;
	}
}

/* KOBAYASHI START*/
.pricing {
	text-align: center;
}

.pricing-t {
	padding: 22px 0 14px;
	margin: 0;
}

.pricing-1 {

}

.pricing-1 .pricing-d {
	background-color: #6b151e;
}

.pricing-2 {

}

.pricing-2 .pricing-d {
	background-color: #1b334b; /*#232e35;*/
}

.pricing-3 {

}

.pricing-3 .pricing-d {
	background-color: #0c3a14;
}

.pricing-t h3 {
	color:#fff;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: bold;
}

.pricing-t p {
	color:#000;
	font-size:13px;
	margin-bottom: 0;
}

.pricing-t1 {
	background-color: #b82125;
}

.pricing-t2 {
	background-color: #2391b7;
}

.pricing-t3 {
	background-color: #21a33c;
}

.point {
	background-color: #fff;
	font-size: 13px;
	padding: 10px;
}

.pricing-d {
	padding: 10px;
}

.pricing-d p {
	margin-bottom:5px;
	color: #fff;
}

.price-b {
	color: #dbca2a;
	font-size: 34px;
	font-weight: bold;
}

.point dd {
	text-align: left;
	margin-left:0;
}

/* KOBAYASHI END*/

.page-id-96 a.slant-button {
	font-size: 24px;
	max-width: 100%;
}

.page-id-96 a.slant-button:after {
    border-left: 83px solid transparent;
    border-bottom: 83px solid #B82025;
}

.price-top-text {
    color: #b82025;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 36px;
}

.policy {
	text-decoration: underline;
}

/* # FAQ
--------------------------------------------- */

.entry-content .faq-list,
.entry-content .faq-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-content .faq-list ul {
	margin-left: 0;
}

.entry-content .faq-list li {
	border: none;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	-webkit-box-shadow: 0 5px 30px 0 rgba(38, 50, 56, 0.15);
	-moz-box-shadow: 0 5px 30px 0 rgba(38, 50, 56, 0.15);
	box-shadow: 0 5px 30px 0 rgba(38, 50, 56, 0.15);
}

.entry-content .faq-list li:hover {
	-webkit-box-shadow: 0 3px 10px 0 rgba(38, 50, 56, 0.15);
	-moz-box-shadow: 0 3px 10px 0 rgba(38, 50, 56, 0.15);
	box-shadow: 0 3px 10px 0 rgba(38, 50, 56, 0.15);
}

.entry-content .faq-list li .question {
	display: block;
	font-weight: 500;
	border: none;
	padding: 25px 35px 22px 60px;
	position: relative;
	text-decoration: none;
}

.entry-content .faq-list li .question.on {
	background: #f5f7f8;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: #263238;
}

.entry-content .faq-list li .question:before {
	content: "\f132";
	font: normal 20px/1 'dashicons';
	color: #cfd8dc;
	left: 25px;
	margin-right: 10px;
	position: absolute;
	top: 33px;
}

.entry-content .faq-list li .question.on:before {
	content: "\f460";
}

.js .entry-content .faq-list li .answer {
	border-top: 1px solid #eceff1;
	display: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 25px 35px;
}

.faq-list :last-child {
	margin-bottom: 0;
}

.point-1 {
    background: #f5f5f5;
    padding: 30px 30px 1px;
    border-top: 2px solid #b82025;
    margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
	.point-1 {
    	padding: 15px 15px 1px;
	}
}

.new-old-seo {
	text-align: left;
}

.camp-title {
    text-align: center;
    font-size: 36px;
	color: #fff;
    background: #f05323;
	padding-top: 4px;
	margin-bottom: 18px;
	font-weight: 600;
}

.camp-title-dark {
	font-size: 30px;
	color: #1b334b;
	font-weight: 600;
}

.camp-content {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 2;
}

span.promo-hissu {
    font-style: italic;
    font-size: 12px;
    text-decoration: underline;
}

.plan-title-top {
	text-align: center;
	font-size: 26px;
}

.plan-title {
	text-align: center;
	font-size: 23px;
}

.plan-title-spec {
	text-align: left;
	font-size: 20px;
}

.plan-small {
	text-align: center;
	font-size: 12.5px;
}

.plan-middle {
	text-align: center;
    margin-bottom: 8px;
    margin-top: 8px;
}

.camp-plans {
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 20px 12px;
    border: 1px solid #1b334b;
	margin-bottom: 20px;
}

.camp-seo {
    font-size: 22px;
    text-align: center;
    background: #1b334b;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.zeikin {
    font-size: 13px;
}

del {
    background: url(images/f00.png) repeat-x left 38%;
	padding-left: 5px;
	padding-right: 5px;
}

.page-promo .site-container {
	background-color: #f5eede;
    background-image: url(images/pattern-reverse.png);
    background-position: left center;
    background-size: 80%;
    background-repeat: no-repeat;
	font-size: 15px;
	color: #1b334b;
	text-align: left;
}

.page-promo .site-inner {
	background: transparent;
}

/* Slide In */
.bottom-slidein {
	border-top: 3px solid #f05323;
	background-color: #f5eede;
    background-image: url(images/pattern-reverse.png);
    background-position: left center;
    background-size: 80%;
    background-repeat: no-repeat;
	padding: 35px 0 25px;
	font-size: 15px;
	color: #1b334b;
	bottom: 82px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	text-align: left;
	max-height: 85%;
	overflow: scroll;
}

.bottom-slidein .widget-title {
	color: #fff;
	font-size: 30px;
}

body.bottom-slidein-visible .bottom-slidein {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.bottom-slidein .close-button {
	color: #f05323;
	position: absolute;
	top: 10px;
	right: 16px;
	text-decoration: none;
}

.bottom-slidein .close-button .dashicons {
	font-size: 38px;
}

.bottom-slidein .enews form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	/*max-width: 900px;*/
	margin: 0 auto;
}

.bottom-slidein .enews-widget input[type="text"],
.bottom-slidein .enews-widget input[type="email"] {
	width: 40%;
	margin-bottom: 0;
	margin-right: 10px;
}

.bottom-slidein .enews-widget input[type="submit"] {
	width: 20%;
	background-color: #c3251d;
}

.front-page .bottom-slidein-visible .site-container {
	padding-bottom: 220px; /* height of the bottom slidein */
}

@media only screen and (max-width: 500px) {

	.bottom-slidein .enews form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.bottom-slidein .enews-widget input[type="text"],
	.bottom-slidein .enews-widget input[type="email"],
	.bottom-slidein .enews-widget input[type="submit"] {
		width: 100%;
	}

	.bottom-slidein .enews-widget input[type="text"],
	.bottom-slidein .enews-widget input[type="email"] {
		margin-bottom: 20px;
	}

}

/*START*/
@media only screen and (min-width: 641px) {
	.bottom-slidein .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
	.page-promo .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 100% !important;
	}
}

.bottom-slidein .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-promo .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 5px 8px !important;
	border: 1px solid rgba(27, 51, 75, 0.65);
}

.bottom-slidein .gform_wrapper .top_label .gfield_label,
.page-promo .gform_wrapper .top_label .gfield_label {
    font-size: 14px !important;
}

.bottom-slidein .gform_wrapper ul li.gfield,
.page-promo .gform_wrapper ul li.gfield {
    margin-top: 4px !important;
}

.bottom-slidein .gform_wrapper li.gfield.gfield_error,
.bottom-slidein .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-promo .gform_wrapper li.gfield.gfield_error,
.page-promo .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning  {
	padding-bottom: 0 !important;
}

.bottom-slidein .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.bottom-slidein .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.page-promo .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.page-promo .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px;
}

.bottom-slidein .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.bottom-slidein .gform_wrapper li.gfield_error textarea,
.page-promo .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-promo .gform_wrapper li.gfield_error textarea {
    border: 1px solid #b82025 !important;
}

.bottom-slidein .gform_wrapper,
.page-promo .gform_wrapper {
	margin: 0 !important;
}

.bottom-slidein .one-half,
.page-promo .one-half {
	margin-bottom: 0;
}

.bottom-slidein input[type="submit"],
.bottom-slidein .button,
.bottom-slidein .widget .button,
.page-promo input[type="submit"],
.page-promo .button,
.page-promo .widget .button {
	border-color: #f05323;
	background: #f05323;
}

.bottom-slidein .gform_wrapper .gfield_required,
.page-promo .gform_wrapper .gfield_required {
    color: #f05323 !important;
}
/*END*/

@media only screen and (max-width: 800px) {
	.bottom-slidein .one-half,
	.page-promo .one-half {
		margin: 0 0 18px;
	}
}

@media only screen and (max-width: 667px) {
	.bottom-slidein {
		max-height: 75%;
	}
	.bottom-slidein .close-button {
    	top: 0;
    	right: 0;
	}
	.camp-title {
	    font-size: 26.5px;
	}
	.camp-title-dark {
		font-size: 24px;
	}
	.camp-content {
    	line-height: 1.725;
	}
}

@media only screen and (max-width: 568px) {
	.bottom-slidein {
		bottom: 63px;
	}
		
	.bottom-slidein {
		max-height: 73%;
	}
	.camp-title {
    	font-size: 22px;
	}
	.camp-title-dark {
    	font-size: 20px;
	}
	.camp-content {
    	font-size: 18px;
	}
	.bottom-slidein .close-button .dashicons {
    	font-size: 30px;
	}
	.dashicons, .dashicons-before:before {
		line-height: 0.1;
	}
}

@media only screen and (max-width: 380px) {
	.bottom-slidein {
		max-height: 80%;
		padding: 28px 0 20px;
	}
	.camp-title {
    	font-size: 13px;
    	padding: 3px 2px 1px;
    	margin-bottom: 10px;
    	font-weight: normal;
	}
	.camp-title-dark {
		font-size: 14px;
	}
	.camp-content {
    	font-size: 15px;
	}
/*
	.bottom-slidein .close-button .dashicons {
		margin-top: -15px;
    	margin-right: -25px;
	}
*/
}

@media only screen and (max-width: 480px) {
	.bottom-slidein {
		bottom: 55px;
	}
}

.stop-eigyo {
    background: #b82126;
    color: #fff;
    text-align: center;
    padding: 20px 40px;
}

@media only screen and (max-width: 568px) {
	.stop-eigyo {
		padding: 20px 10px;
		font-size: 14.8px;
	}
}

/* ## Grid / REASONS
--------------------------------------------- */

.reasons {
	padding: 70px 0;
	background-color: #f3f3f3;
}

.grid {
	overflow: hidden;
	width: 100%;
}

.grid-box {
	background-color: #fff;
	border: 1px solid #eee;
	border-width: 0 1px 1px 0;
	color: #fff;
	float: left;
	margin: 0;
	vertical-align: top;
	width: 33.333333333333%;
}

.grid-box:nth-of-type(3n+1) {
	clear: both;
}

.grid-box-content {
	display: block;
	min-height: 260px;
	overflow: hidden;
	padding: 50px;
	width: 100%;
}

.grid-box a {
	color: #0066cc;
	border-bottom: 1px dotted #0066cc;
	text-decoration: none;
}

.grid-box a:focus,
.grid-box a:hover {
	color: #222;
	border-bottom-color: #222;
}

.grid-box a.features-link {
	color: #3a3a3a;
	border: none;
}

.grid-box a.features-link:focus,
.grid-box a.features-link:hover {
	background-color: #b82925;
	color: #fff;
}

.reasons .grid-box.title {
	background-color: #e0922f;
}

.reasons .grid-box.title,
.reasons .grid-box.title a {
	color: #fff;
}

.reasons h3 {
	font-size: 18px;
	font-weight: 600;
}

.reasons .medium-title {
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -.03em;
	margin-bottom: 20px;
}

span.small-title {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .16em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.grid .fa {
	/*display: block;
	margin-bottom: 20px;*/
	font-size: 30px;
}

/* Grid - Flexbox Supported / REASONS
--------------------------------------------- */

.flexbox .grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: visible;
}

.flexbox .grid .grid-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: auto;
}

.flexbox .grid-box:nth-of-type(3n+1) {
	clear: none;
}

.flexbox .grid-box-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack:justify;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:justify;
	justify-content:flex-start;
	min-height: 0 !important;
	padding: 48px; /*50px; Add pixel value for FF bug on rendering percentage as 0 */
}

.flexbox .grid-box-item.bottom p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (max-width: 960px) {

	.grid .grid-box {
		width: 50%;
	}

	.grid .grid-box:nth-of-type(3n+1) {
		clear: none;
	}

	.grid .grid-box:nth-of-type(even) {
		clear: both;
	}

	.reasons .grid-box.title {
		width: 100%;
	}

	.grid-box.title .grid-box-content {
		min-height: 0;
	}

}

@media only screen and (max-width: 600px) {

	.grid .grid-box {
		border-width: 0 0 1px;
		width: 100%;
	}

}

.why-donmai-title {
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center;
    background: #fff;
    padding: 45px 5px 20px;
}

.reasons hr {
    border-top: 3px solid #B82025;
    margin: 0.4em 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.grid-box p {
	margin: 0;
}

.why-riyuu {
    font-size: 20px;
	display: none;
}

.plus-gaiyou {
    font-size: 1px;
    padding: 0 !important;
    margin: 0;
	color: transparent !important;
    background: #fff !important;
}

a.seo-osaka-ext {
	color: #1b334b;
}

@media only screen and (max-width: 480px) {
	.reasons .wrap {
		padding-left: 2%;
		padding-right: 2%;
	}
	.reasons {
		padding: 25px 0;
	}
	.why-donmai-title {
		font-size: 26px;
		font-size: 2.6rem;
		padding: 25px 5px 10px;
	}
	.flexbox .grid-box-content {
		padding: 15px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.faq-title {
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center;
    padding: 0 0 10px;
}

.front-page-12 hr {
    border-top: 3px solid #B82025;
    margin: 0.4em 0 2em;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.ui-accordion .ui-accordion-header {
	text-align: left !important;
}

.ui-accordion .ui-accordion-content {
    text-align: left !important;
}

.ui-widget-content {
    border: 1px solid #eee !important;
}

/*ドンマイSEO*/
.front-page-12 .widget-area {
    text-align: left;
}

.schema-faq.wp-block-yoast-faq-block {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.schema-faq-section {
    background: #fff;
    padding: 30px 25px 10px;
    margin-bottom: 20px;
}

.schema-faq-question {
    margin-bottom: 10px;
    display: inline-block;
}

.schema-faq-question:before {
    font-family: "FontAwesome";
    content: "\f059";
    color: #b82926;
    font-size: 25px;
    vertical-align: middle;
}

p.schema-faq-answer {
    margin-bottom: 25px;
}

.breadcrumb {
	margin-bottom: 5px;
	font-size: 10px;
    font-size: 1rem;
}

@media only screen and (max-width: 480px) {
	.schema-faq-section {
    	padding: 17px 10px 1px;
    	margin-bottom: 18px;
    	font-size: 14.5px;
	}
	p.schema-faq-answer {
    	margin-bottom: 0;
	}
}

.single h2 {
	font-size: 25px;
    font-size: 2.5rem;
    background: #f3f3f3;
    padding: 0.8rem 2rem;
}

.single h3 {
    font-size: 20px;
    font-size: 2rem;
    /* line-height: 1.5; */
    border-left: 4px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 0.2rem 1.2rem;
}