/*
Theme Name: Create Lite
Theme URI: http://create.themetrust.com
Author: ThemeTrust.com
Author URI: http://themetrust.com
Description: Create is a multipurpose WordPress theme.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: create
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
	2.2	- Typography Proper
3.0 - Elements
	3.5 - Forms
	3.6	- Comments
4.0 - Layout
	4.1 - Header
	4.4 - Footer
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.1.1 Shop / Woocommerce
	10.2 - Asides
	10.3 - Comments
	10.4 - Custom SO PageBuilder Stylparallaxes
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
	12.3 - Revolution Slider
13.0 - Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	-webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body,
input,
select,
textarea {
	background: #fff;
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
	line-height: 3.2rem;
	letter-spacing: 0.1em;
}

body {
	background: #fff;
}

/* Make shruken images look good */
body *{
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   	backface-visibility: hidden;
}

body .blog *, body .projects *, .rev_slider * {
	-webkit-backface-visibility: visible !important; /* Chrome, Safari, Opera */
   	backface-visibility: visible !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
#wpadminbar input {
    line-height: 18px;
}
#wpadminbar input.adminbar-button {
    margin: 0 10px;
    background: none;
}

img{
	filter: none; 
	-webkit-filter: blur(0px); 
	-moz-filter: blur(0px); 
	-ms-filter: blur(0px);
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
	font-size: 62.5%; /* To use an easier rem font size */
}

body,
input,
select,
textarea {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
	line-height: 3.2rem
	letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6, .title, .product-title {	
	font-weight: 600;
	margin-bottom: .5em;
	line-height: 1.3em;
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
	color: #111;
}

h1, h2, h3, h4 .product-title {	
	font-weight: 300;	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .post.small h3 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .post.small h3 a:visited {
	color: #242424;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .post.small h3 a:hover {
	opacity: .5;
	color: #7f7f7f;
}

h1 {
	font-size: 2.7em
}
h2 {
	font-size: 2.1em;    
}
h3 {
	font-size: 1.8em
}
h4 {
	font-size: 1.4em;
}
p, address {
	margin: 0;
	padding-bottom: 25px;
	line-height: 1.8em;
    font-size: .8em;
	font-weight: 400;
}
ul,ol {
	
}
ul {
	list-style: circle;
}
li {
    padding-bottom: 0.9em;
}
.content-area li {
	font-size: 75%;
	font-weight: 400;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 14px;
	font-size: 1.4rem;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

/* Loader --------*/
#loader-container {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 900;
	-webkit-transition-delay: 2s; 
	transition-delay: 2s;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

body.loaded #loader-container {
	opacity: 0;
}

body.loaded #loader-container.finished {
	display: none;
}

#loader-screen {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 901;
	text-align: center;
}

#loader-icon {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background-color: #000;
	z-index: 902;
	left: 0;
	right: 0;
}

#loader-icon.sk-spinner-double-bounce.sk-spinner,
#loader-icon.sk-spinner-wave.sk-spinner,
#loader-icon.sk-spinner-wandering-cubes.sk-spinner
{
	background: none !important;
}

#middle {
	margin: 0 auto;
	padding-top: 80px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.content-area ul {
	display: block;
	margin: 0 0 40px 20px;
	list-style: disc;
}

.content-area ol {
	display: block;
	margin: 0 0 0 25px;
}

ol {
	list-style: decimal;
}
ol.children {
	padding-left: 5%;
	border-left: 3px solid #ececec;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	width: auto;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
blockquote {
	margin-left: 7%;
	border-left: 3px solid #919191;
	margin-bottom: 40px;

	font-style: italic;
}
blockquote p {
	padding-left: 20px;
	padding-bottom: 0 !important;	
	font-size: 1.2em;
}


/*--------------------------------------------------------------
3.5 Forms
--------------------------------------------------------------*/

input,
select,
textarea {
	font-size: 1em; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	outline: 0 !important;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	outline: 0 !important;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

input[type="search"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
textarea {
	background: rgba(0,0,0,.03);
	padding: 5px 10px;	
	color: inherit !important;
	border: 1px solid rgba(0,0,0,.06);
	-webkit-appearance: none;
	box-shadow: 0 0 0 1px rgba(255,255,255,.06);
}

.sidebar .searchform {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.sidebar .searchfield {
	width: 75%;
	background-color: #fff;
	border-radius: 12px;
	font-size: 14px;
	padding: 10px 20px;
	line-height: 1.1;
	margin-right: 10px;
}
.searchico {
	font-size: 12px;
	transition: 0.5s ease;
	width: 20%;
}

/* Contact Form 7 --------*/

.wpcf7-form-control-wrap {
	margin-top: 5px !important;
	display: block;
}

body span.wpcf7-not-valid-tip {
	display: block;
	color: #ec3c06;
	border: none;
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	margin-top: 2px;
	background: none;
}

body div.wpcf7-validation-errors {
	background: #ffe2e2;
	border: none;
	color: #ec3c06;
	font-size: .85em !important;
}

body div.wpcf7-response-output {
	margin: 10px 0;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	font-size: .85em !important;
}

body .wpcf7-mail-sent-ng {
	background: #fff2e2;
	border: none;
	color: #e17731;
	font-size: .85em !important;
}

body .wpcf7-mail-sent-ok {
	background: #e8ffe2;
	border: none;
	color: #1ea524;
	font-size: .85em !important;
}

/*--------------------------------------------------------------
3.6  Comments
--------------------------------------------------------------*/
.comments-wrap {
   padding: 0 0;
}

#comments {
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
}
#comments ul, #comments p, #comments h4 {
	padding-left: 0;
	padding-right: 0;
}
#comments ul {
	padding-right: 0;
}
#comments article {
	margin: 20px 0;
}

#comments ul {
	list-style: none;
	padding-bottom: 0 !important;
	margin-bottom: 40px !important;
}
#comments ul.children {
	border-left: 1px solid #ececec;
}
#comments ol {
	list-style: none;
	padding: 0;
}
#comments h3{
	font-size: 1.4em;
	margin-bottom: 0;
}
#comments p {
	padding-left: 0;
	padding-right: 0;
	margin-left: 100px;
	font-size: 16px;
	font-size: 1.6rem;
}
#comments article {
	position: relative;
}
#comments .reply a {
	padding: 0;
	margin-left: 100px;
	font-size: 14px;
	font-size: 1.4rem;
}
#trackbacks {
}
.comment-meta .avatar {
	width: 70px !important;
	height: 70px;
	padding: 0 !important;
	position: absolute;
	left: -8px;
	top: 0;
	-webkit-border-radius: 35px;
	   -moz-border-radius: 35px;
	   		border-radius: 35px;
}
b.fn {
	margin-left: 100px;
	font-weight: 200;
}

b.fn a {
	color: #000;
}

b.fn a:hover {
	color: #cccccc;
}

.comment .edit-link {
	display: none !important;
}
.comment.depth-2 {
	padding-left: 5%;
}
.comment.depth-3 {
	padding-left: 10%;
}
div.comment-metadata {
	text-align: left !important;
	padding-bottom: 20px;
	margin-left: 100px;
	color: #a5a5a5;
}

div.comment-metadata a{
	color: #757575;
}

/* Comment Form */
#respond label {
	display: block;
}
#respond .form-allowed-tags {
	display: none;
}
#respond {
	padding: 0;
}
#respond h3 {
	padding: 0;
}
#respond p {
	margin: 0;
}
#respond p.comment-form-comment, #respond p.form-submit {
	padding-top: 5px;
}


/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/

#main-container {
	margin-top: -1px;
	background: #fff;
}

/* side header --------*/

body.side-header #site-wrap {
	float: left;
	padding-left: 250px;
	width: 100%;
	background: #f7f7f7;
}

body.side-header .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
	padding-left: 250px !important; padding-right: 0 !important; 
}

/* boxed site container --------*/

@media only screen and (min-width: 1200px) {
	.boxed {
		padding: 0 0;
		background: #ebebeb;
	}
	
	.boxed #site-header {
		padding: 0 40px;
	}

	.boxed #main-container {
		max-width: 1200px;
		margin: -1px auto 0 !important;
	}
	
	.boxed header.entry-header .inner {
		padding: 0 40px !important;
	}
	
	.boxed .site-main {
		padding: 50px 40px 0 !important;
	}
	
	.boxed .site-main.product-archive {
		padding: 50px 40px 0 30px !important;
	}
	
	.boxed #posts-scroll.masonry {
		margin-left: -10px;
	}
	
	.boxed .siteorigin-panels-stretch .projects.masonry-with-gutter, .boxed .siteorigin-panels-stretch .projects.rows-with-gutter {
		margin: 0 10px;
	}

	.boxed .panel-row-style, .boxed .siteorigin-panels-stretch {
		max-width: 1200px !important;
		margin-left: -40px !important;
		margin-right: -40px !important;
		padding-left: 40px !important; padding-right: 40px !important; 
	}

	.boxed .entry-content div.panel-grid:first-child {
		margin-top: -2.7em !important;
	}

	.boxed .content-area, .boxed .site-main {
		background: #fff;
	}

	.boxed .panel-grid {
		max-width: 1200px !important;
		margin-left: 0 !important; margin-right: 0 !important;
	}

	.boxed .sow-features-list {
		margin: 0 30px;
	}

	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
    	padding-left: 0 !important; padding-right: 0 !important; 
	}
	
	.boxed #footer .main {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	
	/* Portfolio side padding adjustments */
	
	.boxed .so-panel.widget_ttrust_portfolio {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	
	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .masonry-without-gutter,
	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .rows-without-gutter {
		padding-left: 20px; padding-right: 20px;
	}
	
	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .masonry-with-gutter,
	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .rows-with-gutter {
		padding-left: 20px; padding-right: 20px;
	}
		
}

.entry-content div.panel-grid:first-child {
	margin-top: -2.7em;
}

/*--------------------------------------------------------------
4.2 Site Header
--------------------------------------------------------------*/

.boxed #site-header {
	position: relative;
}

#site-header {	
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 80px;
    z-index: 554;
	padding: 0;
	position: fixed;	
}

#site-header .inside{
	position: relative;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		    transition: 0.2s ease;
	padding: 0;
	max-width: 1200px;	
	margin: 0 auto;
	height: 100%;
}
.logo_brock {
	width: 20%;
	float: left;
}
#logo {
    position: relative;
	display: inline-block;	
	float: left;
	display: table;
	table-layout: fixed;
	width: 200px;
}

.split-header #site-header .inside {
	text-align: center !important;
}

.split-header #logo {
	margin: 0 auto !important;
	float: none;
	position: absolute;
	width: 100%;
}

.inline-header #logo, .split-header #logo {
	height: 90px;
}
.inline-header #site-header.main #logo {
    height: 80px!important;
}

.sticky #logo {
	height: 60px !important;
}

#logo img {
	transition-property: all;
	-webkit-transition: 0.3s ease;
	 transition: 0.3s ease;
	vertical-align: middle!important;
}

#logo .site-title {    
    font-size: 3.4rem;
    margin: 0 !important;
	line-height: 72px!important;
	font-weight: bold;
    color: #191919;
	letter-spacing: 0;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		    transition: 0.2s ease;
	display: table-cell;
}

#logo a {
	color: #000;	
	padding: 0 !important;
	display: inline-block;
}


#site-header a .site-description {
	color: #000 !important;
}

.top-header.stacked-header #main-container #site-header {
	text-align: center;	
}

.top-header.stacked-header #main-container #site-header .inside {
	padding: 0 0 !important;
}

.top-header #site-header.sticky #logo .site-title{
	padding: 0;
	display: none !important;
}

.top-header #site-header.sticky #logo .site-title a {
	color: #fff;
}

.top-header.stacked-header #main-container #site-header #logo {
	margin: 0 auto;
	float: none;
	padding: 20px 0 0px;
}

.top-header #site-header #logo .site-title.sticky{
	display: none;
	font-size: 1.4em;
}

.top-header #site-header.sticky #logo.has-sticky-logo .site-title{
	display: none;
}

.top-header #site-header.sticky #logo .site-title.sticky {
	padding-top: 0;
	display: table-cell !important;
	vertical-align: middle !important;
}


body.top-header.stacked-header #main-container #site-header .nav-holder {
	margin: 0 auto 0 !important;
	position: relative !important;
	left: 0;
	right: 0;
	display: inline-block;
	padding: 0 0 0 !important;
}



/* Side Header */

body.side-header #site-header {
	background: #fff;
	position: fixed;
	overflow: hidden;
	left: 0;
	width: 250px;
	height: 100%;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	padding-top: 40px;
}

body.side-header #site-header .inside {
	padding: 0 30px;
	text-align: left;
}

body.side-header #site-header #logo .site-title.top {
	display: none;
}



/*--------------------------------------------------------------
4.4 Footer
--------------------------------------------------------------*/

#footer {
	padding: 0 0;
	width: 100%;
	height: auto;
	background: #111;
}

#footer .widget-title, #footer .textwidget, #footer p, #footer span {
    color: #fff;
	font-size: 72%;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

#footer a {
	color: #a5a5a5;
}

#footer a:hover {
	color: #fff;
}

#footer .main{
	margin: 0 auto;
	padding: 70px 0 0 0!important;
	max-width: 1260px;
}

#footer .inside {
	margin: 0 auto;
}

#footer .widget-box {
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 30px!important;
}

#footer .widget-box .inside, #seondary .widget-box {
	padding: 0 30px;
}

#footer.col-1 .widget-box { width: 100%; }
#footer.col-2 .widget-box { width: 50%; }
#footer.col-3 .widget-box { width: 33%; }
#footer.col-4 .widget-box { width: 25%; }
#footer.col-5 .widget-box { width: 20%; }


#footer.col-1 .widget-box { clear: both !important; }
#footer.col-2 .widget-box:nth-child(2n+1){ clear: both !important; }
#footer.col-3 .widget-box:nth-child(3n+1){ clear: both !important; }
#footer.col-4 .widget-box:nth-child(4n+1){ clear: both !important; }
#footer.col-5 .widget-box:nth-child(5n+1){ clear: both !important; }

#footer li {
	font-size: .8em !important;
	font-weight: 400;
}

#footer .widget-box p{
	color: rgba(255,255,255, .5);
}

#footer .secondary {
	padding: 30px 0;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
}

#footer .secondary *{
	color: #fff;
}

#footer .secondary.split .left {
	float: left;
}

#footer .secondary .left{
	margin-bottom: 12px;
}

#footer .secondary .right{
	padding-top: 0;
}

#footer .secondary p {
	padding-bottom: 0 !important;
	color: #fff;
	font-size: .8em !important;
}

#footer .secondary a {
	color: #ababac;
}

#footer .secondary a:hover {
	color: #fff;
}

#footer .copyright {
	text-align: right;
	padding: 25px 10%;
}

#footer .copyright span {

}

#footer .fa {
	display: inline-block;
}

.ft_logo {
	width: 100%;
	padding-bottom: 8px;
	display: block;
}
.ft_link {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.ft_link img {
	width: 92%;
	padding-bottom: 20px;
}


.fb-page {
width: 100%;
}



/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
5.1 Links and Buttons
--------------------------------------------------------------*/
a{
	color: #7abfd3;
	text-decoration: none;
}
a:hover, a:active {
	color: #6aa6b8;
}

.button, a.button, a.button:active, a.button:visited, #footer a.button, #searchsubmit, input[type="submit"], a.post-edit-link, a.tt-button {
	display: inline-block;
    background: #2a2a2a;
    color: #fff;
    font-size: 0.75em;
    padding: 8px 22px 8px !important;
    font-weight: 700;
    line-height: 1.8em;
    text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 0 3px 0 0;
	-webkit-appearance: none;
	text-align: center;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		 	transition: 0.2s ease;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	border: none;		
}

a.tt-button:hover {
	opacity: .7;
}

a.button:hover, a.post-edit-link:hover, #searchsubmit:hover, input[type="submit"]:hover, .button:hover {
	opacity: .5;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/* Secondary Nav */

.secondary-nav {
    float: right;
	width: auto;
	padding-left: 10px !important;
	position: relative;
	margin-top: 0;
	height: 60px;
}

body #site-header.transparent .secondary-nav {
	margin-top: -1px;
}
#site-header.main .secondary-nav span {
    line-height: 60px!important;
    height: 60px!important;
}

/* Top level navigation */

.nav-holder {
    position: relative !important;
	float: left;
	margin: 0 auto;
	padding: 0 !important;
	height: auto;
	height: 80px!important;
	line-height: 80px!important;
	width: 65%;
	text-align: center;
}

#site-header.sticky .inside .nav-holder {
	height: 90px !important;
}

.main-nav {
    display: inline-block;
}

body #site-header.transparent .main-nav {
	margin-top: 1px;
}

.main-nav.left {
	float: left;
}

.long-menu .main-nav {
	margin: 0 auto;
	position: relative !important;
	display: block;
	width: 100%;
}

.main-nav nav {
	margin:0;
	padding: 0;
	display: block;
	float: left;	
}

.main-nav ul, ul.sf-menu {
    list-style: none;
    margin: 0;
	padding: 0 !important;
}
.main-nav ul li {
	margin: 0;
	padding: 0 !important;
	margin: 0 0 0 0;
	background: none;
	cursor: pointer;
}

#site-header li.menu-item-has-children>span::after,
#site-header li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    position: relative;
	margin-left: 7px;
	color: inherit !important;
}

#site-header .main-nav ul li ul li.menu-item-has-children>span::after,
#site-header .main-nav ul li ul li.menu-item-has-children>a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    position: relative;
	margin-left: 14px;
	color: inherit;
}

.main-nav ul a, .main-nav ul li {
	font-size: 15px;	
	font-weight: 600;
	line-height: 80px!important;
	height: 80px!important;
	border: none;
	padding: 0 20px;
	letter-spacing: 0.08em;
	position: relative;
	text-align: center;
	vertical-align: middle!important;
}


.top-header.stacked-header #main-container .main-nav ul a,
.top-header.stacked-header #main-container .main-nav ul li,
.top-header.stacked-header #main-container .nav-holder {
	height: 50px;
	line-height: 50px;
	margin: 0 !important;
}

.top-header.stacked-header #main-container .nav-holder{
	float: none;
	padding: 0 !important;
	height: 50px;
	width: auto;
	display: inline-block;
	min-height: 50px;
	display:inline-block; 
	    margin:0;
	    vertical-align:top;
}

#site-header .main-nav ul span {
	display: inline-block;
}

.main-nav ul li.no-link {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.main-nav ul a i {
	margin-right: 10px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.sticky .main-nav ul a,
.sticky .main-nav ul li {
	height: 60px;
	line-height: 60px;
}

.sticky .main-nav,
.sticky .nav-holder,
.inline-header #site-header.sticky .nav-holder,
.stacked-header #site-header.sticky .nav-holder {
	height: 60px !important;
	line-height: 60px !important;
}

.main-nav ul li,
.secondary-nav span,
.main-nav ul li span,
.secondary-nav a {
	color: rgba(0,0,0,.6);
}

.main-nav ul li a,
.main-nav ul li span {
	color: inherit !important;
}

.menu-toggle.open:hover,
.main-nav ul li.active,
.main-nav ul li:hover,
.main-nav ul li:hover,
.secondary-nav a:hover,
.secondary-nav span:hover,
.main-nav ul li.current,
.main-nav ul li.current-cat,
.main-nav ul li.current_page_item,
.main-nav ul li.current-menu-item,
.main-nav ul li.current-post-ancestor,
.single-post .main-nav ul li.current_page_parent,
.main-nav ul li.current-category-parent,
.main-nav ul li.current-category-ancestor,
.main-nav ul li.current-portfolio-ancestor,
.main-nav ul li.current-projects-ancestor {
	text-decoration: none;
	color: #000;
	cursor: pointer !important;
}

.hd_sns {
	width: 15%;
	padding-top: 22px;
	float: left;
	text-align: right;
}
.hd_sns img {
	max-width: 58px;
	padding-left: 22px;
}

/* Second level+ dropdowns */

.main-nav ul.sf-menu li ul {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
	height: auto;
	line-height: auto;
	max-height: none;
	height: auto !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 0;
	padding: 5px 0 !important;
	min-width: 155px;
}

.main-nav ul li ul li {
    border: none;
    display: block;
	height: auto !important;
	line-height: auto !important;
	display: block;
	margin-left: 1px;
	background: none !important;
}

.main-nav ul li ul li, .main-nav ul li ul li a {
	text-transform: none;
	height: auto !important;
	line-height: auto !important;
}

.main-nav ul ul a, .main-nav ul ul li, .sticky .main-nav ul ul a, .sticky .main-nav ul ul li {
	line-height: 1em !important;
	height: auto !important;
	font-weight: 500;
	border-top: none;
	padding: 10px 20px;
	text-align: left;
	font-size: 98%;
	letter-spacing: 0.1em;
}

.main-nav ul ul li, .sticky .main-nav ul ul li {
	color: #fff !important;
}

.main-nav ul ul li:hover, .sticky .main-nav ul ul li:hover {
	color: #aaa !important;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: none !important;
}



/* Megamenu */

i.fa-blank {
	display: none;
}

.main-nav .mega-menu {
  position: inherit;
}

.main-nav .mega-menu > ul {
  	width: 100%;
	min-width:100%; /* at least the size of the header */
    width:auto; /* size the block automatically */
}

body #site-header.transparent .main-nav .mega-menu > ul {
	margin-top: 0;
}

.sticky .main-nav .mega-menu > ul {
  margin-top: 0px;
}
.main-nav .mega-menu > ul > li {
  float: left !important;
  padding: 0 !important;
  border-right: 1px solid rgba(255,255,255,.07);
}
.main-nav .mega-menu > ul > li:last-child {
  border: none;
}
.main-nav .mega-menu > ul > li:last-child {
  border-right: none !important;
}
.main-nav .mega-menu > ul > li .link {
  
}
.main-nav .mega-menu > ul > li .title {
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 10px;
  border-top: none;	
  pointer-events: none;
}

.main-nav .mega-menu > ul > li .title:hover {
  color: inherit;
}
.main-nav .mega-menu > ul > li .title:after {
  display: none;
}
.main-nav .mega-menu > ul > li ul {
  clear: both;
  display: block !important;
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.main-nav .custom,
.main-nav .natural {

}
.main-nav .col-2 > ul {
  width: 400px;
}
.main-nav .col-3 > ul {
  min-width: 725px;
}
.main-nav .col-4 > ul {
  width: 600px;
}
.main-nav .col-5 > ul {
  width: 500px;
}
.main-nav .col-6 > ul {
  width: 600px;
}
.main-nav .right > ul {
  left: auto !important;
  right: 0;
}

.main-nav .full-width > ul {
  left: auto !important;
  right: 0;
}

.main-nav .col-2 > ul > li {
  width: 49%;
}

.main-nav .col-3 > ul > li {
  width: 33%;
}

.main-nav .col-4 > ul > li {
  width: 24%;
}

.main-nav .col-5 > ul > li {
  width: 19%;
}


/* Side Header Menu */

body.side-header #logo {
	float: none;
	text-align: left;
	margin: 0 0 20px 0!important;
	left: 0;
}

body.side-header .main-nav {
    position: relative !important;
	right: 0;
	top: 0;
	margin-top: 0;
	height: auto;
}

body.side-header .main-nav ul{	
	margin: 0;
}

body.side-header .main-nav a {
	display: inline-block;
	padding: 0 0 !important;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	transition:.3s;
	-webkit-transition:.3s;
	margin: 0 !important;
}

body.side-header .main-nav li {
	padding: 0 !important;
	display: block !important;
	cursor: pointer;
	float: none !important;
	text-align: left;
	margin: 0 0 10px 0 !important;
}

/* Header Cart */

.cart-icon {
	display: inline-block;
	cursor: pointer !important;
	display: block;
	position: relative;
}

.cart-icon::before {
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 14px;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.cart-count {
	position: absolute;
	width: 15px;
	height: 15px !important;
	top: 50%;
	right: -12px;
	background: #bb9f7c;
	color: #fff !important;
	line-height: 14px !important;
	font-size: .6em;
	font-weight: 800;
	margin-top: -15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Header Search */

#site-header .secondary-nav > span, #site-header .secondary-nav a {
	display: inline-block;
	margin: 0 0 0 12px;
	height: 90px;
	line-height: 90px;
}

.top-header.stacked-header #main-container #site-header .secondary-nav span, .top-header.stacked-header #main-container #site-header .secondary-nav a {
	height: 50px;
	line-height: 50px;
}

#site-header.sticky .secondary-nav span, #site-header.sticky .secondary-nav a {
	height: 60px;
	line-height: 60px;
}

#search-toggle-open {
	display: inline-block;
	cursor: pointer !important;
	display: block;
}

#search-toggle-open::before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#header-search {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99;
	transition:.3s;
	-webkit-transition:.3s;
	opacity: 0;
	pointer-events: none;
	left: 0;
}

#header-search.open {
	opacity: 1;
	pointer-events: auto;
}

#header-search .inside {
	position: relative;
	max-width: none;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 100%;
}

#header-search .inside .form-wrap{
	padding: 0 30px;
}

#header-search #searchform {
	margin: 0 !important;
	padding: 0;
	max-width: 1200px !important;
	margin: 0 auto !important;
	display: block;
	position: relative;
}

#header-search #searchform #s {
	border: none;
	width: 80% !important;
	font-size: 1.2em;
	background: transparent;
	float: left;
	margin-top: 2px;
	box-shadow: none;
}

#header-search #searchform * {
	margin: 0 !important;
	padding: 0;
}

#header-search #search-toggle-close {
	display: block;
	cursor: pointer !important;
	height: 14px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px !important;
	-webkit-transition:.3s;
	transition:.3s;
	color: rgba(0,0,0,.4);
}

#search-toggle-close::before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;
	display: block;
}

#search-toggle-close:hover {
	color: #000;
}

/* Scroll To Top Button */

#scroll-to-top {
	padding: 6px 16px;
	background: #383838;
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0;
	-webkit-transition:.3s;
	transition:.3s;
	pointer-events: none;
	cursor: default;
}

#scroll-to-top.active:hover {
	opacity: .75;
}

#scroll-to-top.active {
	display: block;
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
}

#scroll-to-top span::before {
    content: "\f106";
    font-family: FontAwesome;
}

/* Slide Panel */

#site-header .secondary-nav .menu-toggle.open {
	cursor: pointer !important;
	display: none;
}

.menu-toggle.open::before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 22px;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#site-header .secondary-nav .menu-toggle.open.constant {
	display: inline-block;
}

.menu-toggle.close {
	position: absolute;
	cursor: pointer !important;
	height: 14px;
	right: 30px;
	top: 30px;
	display: block;
	color: #a7a7a7;
}

.menu-toggle.close::before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;
	display: block;
}

.menu-toggle.close:hover {
	color: #fff;
}


.admin-bar .menu-toggle.close {
	top: 50px;
}

.mobile.side{
    width: 250px;
}

#slide-panel{
    height: 100%;
    width: 400px;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    position: fixed;
    right: 0;
    top: 0;
    padding: 0 0;
    color: #a7a7a7;
    background-color: #111;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9999 !important;
	visibility: hidden;
}

#slide-panel .hidden-scroll {
    margin-top: 20px;
	position: relative;
	overflow-y: scroll;
	height: 100%;
	margin: 0 -20px;
}
#slide-panel .hidden-scroll .inner {
    padding: 15%;
	
}
#slide-panel nav {
    padding-bottom: 1.8889em;
}
#slide-panel.inner ul {
    list-style: none;
}

#slide-panel nav li {
	display: block !important;
	border: none;
	float: none;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.1);
	height: auto;
	padding: 0 !important;
}

#slide-panel nav a {
   padding: 12px 0;
   display: block;
   font-size: .8em;
}

#slide-panel nav ul li:last-child {
	border-bottom: none;
}

#slide-panel .menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#slide-panel nav .sub-menu {
  	display: none;
	overflow: hidden;
	padding-bottom: 10px;
}

#slide-panel .menu-item-has-children:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 5px;
  cursor: pointer;
  padding: 0 25px;
}

#slide-panel .active-sub-menu:after {
  content: "\f106";
}


#slide-panel a {
    color: #fff;
}

#slide-panel a:hover {
    color: #555;
}

#slide-panel .widget {
	margin-bottom: 20px;
}

#slide-menu .widget-area.mobile {
	display: none;
}

#slide-panel #slide-mobile-menu {
	display: none;
}


/* Post and Comment Navigation */

.rotate {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	   		transform: rotate(90deg);
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 auto 1.5em;
	overflow: hidden;
}

.site-main .post-navigation {
	width: 100%;
	padding: 0 0;
}

article footer {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.site-main .post-navigation .nav-links{
	margin: 0 auto 20px;
	max-width: 1200px;
	position: relative;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
    padding: 15px 0;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	text-align: left;
	width: 50%;
    padding: 15px 0;
}

.post-navigation .nav-portfolio {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	left: 0; right: 0;
	width: 40px;
	display: none;
}

.post-navigation .nav-portfolio a {
	font-size: 15px;
	line-height: 38px;
	text-align: center;
}

.post-navigation .nav-portfolio a::before {
	content: "\f00a";
	font-family: FontAwesome;
}

.menu-main-menu-container {
	padding-bottom: 40px;
}

.post-navigation a {
	color: #000;
}

.post-navigation a:hover {
	color: #767676;
}

.pagination .inside {
	max-width: 800px;
	padding: 0 0 80px;
	text-align: center;
	margin: 0 auto;
}

.pagination a, .pagination span {
	display: inline-block;
	margin: 0 4px;
	background: none;
	background-color: #242424;
	padding: 7px 10px;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	font-size: .8em;
	line-height: 1em;
}

.pagination .current, .pagination a:hover {
	opacity: .75;
}

.edit-link {
	margin-bottom: 50px !important;
	display: none !important;
}

/* Infinite Scroll */

#infinite-handle{
	max-width: 800px;
	margin: 0 auto 20px;
	text-align: center;
}

#infinite-handle span{
	border: 2px solid #000;
	border-radius: 3px;
	background: none;
	color: #000;
	padding: 10px 12px;
	background: none;
	font-size: .8em;
    -webkit-transition:.3s;
       -moz-transition:.3s;
        -ms-transition:.3s;
         -o-transition:.3s;
	        transition:.3s;
}

#infinite-handle span:hover {
	border-color: #ccc;
	color: #ccc;
}

span.infinite-loader {
	position: absolute;
	left: 50%;
	right: 50%;
}



/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 110000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.one-third {

}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#site-header .inside:before,
#site-header .inside:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.single-product .thumbnails:before,
.single-product .thumbnails:after,
.woocommerce-message:before,
.woocommerce-message:after,
.products:before,
.products:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
#site-header .inside:after,
.site-content:after,
.site-footer:after,
.single-product .thumbnails:after,
.woocommerce-message:after,
.products:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

aside.sidebar {
	width: 25%;
	padding-right: 56px;
	float: right;
}

.widgets a {
	color: rgba(255,255,255,0.7);
}
.widgets a:hover {
	color: rgba(255,255,255,1);
}

.sidebar .widget-box .widget-title, #footer .widget-box .widget-title, #slide-panel .widget-box .widget-title {
    font-size: .9em;
    font-weight: 700;
	margin-bottom: 15px !important;
	display: block;
}

.sidebar .widget-box .widget-title {
	color: #242424;
}

.widget-box p {
	
}

.widgets form {
	padding: 0 20% 0 0;
}

.body-wrap .search {
	width: 100%;
	padding: 5px 10px;
	max-width: 300px;
}

.widgets input[type="search"] {
	margin: 0 0px 0 0;
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;
	width: 92%;
	color: #fff;
	font-size: .8em;
	background: rgba(255,255,255,.2);
	border: none;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget-box a {
	line-height: 1.5em;
}

.widget-box {
	margin-bottom: 50px !important;
    overflow-wrap: break-word;
}

#slide-panel .widget-box li {
	font-size: .8em;
}

#footer .widget-box .widget-title, #slide-panel .widget-box .widget-title {
	font-size: .9em;
	font-weight: bold;
	display: block !important;
	clear: both;
	color: #fff;
}

.widget-box .meta {
	font-style: italic;
}

.widget-box ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
	list-style: none;
}

.widget-box ul li {
	padding: 9px 0;
	margin: 0;
	line-height: 1.2em !important;
	background: none;
	border-bottom: 1px solid rgba(0,0,0,.07);
}

#footer .widget-box ul li, #slide-panel .widget-box ul li {
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.widget-box ul li a{
	color: #000;
}

.widget-box ul li a:hover{
	color: #666;
}

.widget-box ul li p {
	line-height: 1.3em;
	margin: 0;
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

.widget_nav_menu li,
.widget_pages li,
.widget_categories li{
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: none;
}

/*Search------------------*/

.widget_search {
	display: block;
	padding: 0 !important;
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

body .widget_search .search-field {
	margin: 0 0px 0 0;
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;
	width: 95% !important;
	max-width: none !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: none;
	color: #191919;
	font-size: .8em;
	background: #fff;
}

.widget-box #s {
	font-size: .8em;
}

#footer .search, #slide-panel .search  {
	width: 100%;
	padding: 5px 10px;
	max-width: 300px;
	background: rgba(0,0,0,.1);
	border: none;
	color: #888888;
}

.no-results {
	padding-bottom: 140px !important;
}

.search-results .post-thumb {
	max-width: 180px;
	margin: 0 30px 10px 0;
	display: block;
	float: left;
}

.search-results .content-main article {
	max-width: 830px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
	padding: 10px 0 20px;	
}

.search-results .content-main article h2, .search-results .content-main article.post h2  {
	font-size: 105%!important;
	text-align: left;
	margin-bottom: 15px !important;
}

.search-results .content-main article p {
	padding-bottom: 0 !important;
}

/*Recent Posts Widget------------------*/

aside.sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 25px 0 !important;
	display: block;
	padding: 3px 0 0 0;
}

aside.sidebar .ttrust_recent_posts .meta {
	color: rgba(0,0,0,.3);
}

#footer .ttrust_recent_posts .meta {
	color: rgba(225,225,225,.3);
}

aside.sidebar .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {
	font-size: .9em;
	margin-bottom: 2px;
	padding: 0;
}

#sidebar .ttrust_recent_posts p.title a,
#footer .ttrust_recent_posts p.title a {
	color: rgba(225,225,225,.7);
	line-height: 1.1em;
}

#sidebar .ttrust_recent_posts p.title a:hover,
#footer .ttrust_recent_posts p.title a:hover {
	color: rgba(225,225,225,1);
}

.ttrust_recent_posts .firstPost p{
	margin-bottom: 10px;
}

.secondaryPost {
	padding: 10px 0 0px 0;
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 10px !important;
	border: none;
	display: block;
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;
	font-weight: bold;
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{
	font-size: 11px !important;
	padding: 5px 10px 5px 10px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#footer .widget_tag_cloud a,
aside.sidebar .widget_tag_cloud a{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #000;
	font-size: .8em !important;
}

#footer .widget_tag_cloud a{
	background: rgba(255,255,255,.08);
	color: rgba(255,255,255,.7);
}

aside.sidebar .widget_tag_cloud a{
	background: rgba(0,0,0,.04);
	color: inherit
}

.widget_tag_cloud a:hover{
	opacity: .5;
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/
.simple_tweet_widget li {
   line-height: 1.5em !important;
   font-size: .95em !important;
}

.simple_tweet_widget li span{
   color: #4f4f4f;
   font-size: .85em !important;
}

/*Flickr Widget--------------------*/
#flickr-box .flickr-image {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
}

#sidebar #flickr-box .flickr-image {

}

#flickr-box .flickr-image img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 5px;
	max-width: 70px;
}

/*Social----------------------------*/
#footer .fa, .widget-box .fa {
	font-size: 1.5em;
	font-weight: normal !important;
	margin-right: 12px;
	margin-bottom: 12px;
	border-radius: none !important;
	-webkit-border-radius: none;
}

#footer .fa {
	color: #a5a5a5;
}

#footer .fa:hover {
	color: #fff;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.error404 .entry-content {
	padding-bottom: 70px;
}

.entry-content ul li {
	padding: 0;
}

header {
	text-align: center;
}

header h1 {
	font-size: 2.7em;
	margin-bottom: 20px;
}

.home .middle {
    padding-top: 0;
}

.entry-content, .entry-footer, .entry-summary {
	max-width: 1200px;
	margin: 0 auto !important;
	display: block;
}

/* Entry Header */

#primary header.main {
	padding: 40px 0 40px !important;	
	position: relative;
	background-repeat: no-repeat;	
	background-size: cover;
	background-color: #f5f5f5;
	display: table;
	width: 100%;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
}

body #primary header.main .inner {
	
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

#primary header.main.left .inner {
	text-align: left;
}

#primary header.main.right .inner {
	text-align: right;
}

#primary header.main.center .inner {
	text-align: center;
}

.post-type-archive-product #primary header.main .inside{		
	max-width: 1020px;
}

body #primary header.main .inner .title {
	max-width: 1200px;
	margin: 0 auto;
	height: auto !important;
}

#primary header.main h1{
	width: 100% !important;
	margin-top: 0 !important;
	line-height: 1.3em;
	margin-bottom: 0;
	font-size: 112%;
    line-height: 1em;
	margin: 0 auto;
}

#primary header.main.left h1{	
	text-align: left;
	margin: 0;
}

#primary header.main.right h1{	
	text-align: right;
	margin: 0 0 0 auto;
}

#primary header.has-background h1 {
	color: #fff;
	font-size: 2em;
    line-height: 1em;
}

#primary header.main .subtitle {
	padding: 10px 0 0 0;
	opacity: .7;
}

section.has-background header h1, section.has-background header h3, section.has-background header p {
    color: #fff;
}

section.has-background footer .button{
    color: #fff;
	border-color: #fff;
	font-size: .75em !important;
}

section.has-background footer .button:hover {
    border-color: #000 !important;
}

.site-main {
	padding: 50px 30px 0 !important;
}

.body-wrap {
	margin: 0 auto !important;
	max-width: 1200px;
}

.content-main {
	max-width: 70%;
	padding-left: 56px;
	float: left;
}

.content-main.full {
	max-width: 100%;
	float: none;
}

.featured-image {
    margin-bottom: 1em;
}

.post_block {
    width: 100%;
    margin: 0 0 35px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
    float: left;
}
.post_block .featured-image {
    width: 40%;
    float: left;
}
.post_block .entry-content {
    width: 60%;
    padding: 0 20px 0 30px;
    float: left;
}
.post_block .entry-content p {
    font-size: 75%;
    letter-spacing: 0.08em;
    line-height: 2.0;
}


/* Shared content parts ---------------------------------------*/

.panel-row-style {
	position: relative;
	background-size: cover;
	z-index: 500 !important;
}

.panel-row-style-wide-parallax,.f-panel-row-parallax, .parallax-section {
	overflow: hidden !important;
	position: relative;
	background-size: cover;	
}

.parallax-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.gecko .parallax-wrapper {
	clip: rect(auto, auto, auto, auto);
	clip-path: inset(auto, auto, auto, auto);
}

.parallax-section .parallax-inner {
	pointer-events: none;
	position: fixed;
	height: 100%;
	left: 0;
	right: 0;
 	top: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: inherit;
	background-size: cover;
	z-index: 1 !important;
	background-position: 50% 0%;
	width: 100% !important;
	
}

.parallax-section {
	background-attachment: fixed;
	background-color: transparent;
	background-image: inherit;
	background-size: cover;
	background-position: 50% 0%;
	z-index: 1 !important;
}

.parallax-section .panel-grid-cell {
	z-index: 100;
	position: relative;
}


body #footer {
	z-index: 100 !important;
	position: relative;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.has-post-thumbnail {
    padding: 0 15px !important;
}
.has-post-thumbnail h3 {
    text-align: left!important;
	font-size: 92%;
	margin-bottom: 0;
	letter-spacing: 0.1em;
}
.has-post-thumbnail .meta span {
    text-align: center!important;
	font-size: 72%;
	letter-spacing: 0.1em;
	display: block;
}

/* Page with Sidebar Template */

.page-template-template-page-with-sidebar article {
	width: 70%;
	float: left;
	padding-bottom: 30px;
}

/*Portfolio */

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

#filter-nav{
	margin: 0 auto 20px;
	width: auto;
	text-align: center;
	width: 100%;
	position: relative;
	list-style: none !important;
	padding: 0 10px;
	max-width: 1200px;
}

.masonry-without-gutter #filter-nav, .rows-without-gutter #filter-nav {
	margin: 0 auto 30px;
}

#filter-nav.left {
	text-align: left;
}

#filter-nav.right {
	text-align: right;
}

#filter-nav li {
	padding: 0;
	background: none;
	margin: 0 3px;
	display: inline-block;
	list-style: none !important;
}

#filter-nav li::after {
	content: "/";
	margin: 0 0 0 10px;
	opacity: .3;
}

#filter-nav li:last-child::after {
	content: none;
}

#filter-nav li a {
	font-size: 14px;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 0px 0 0px !important;
	border: none;
	line-height: 1em;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-weight: 600;
	opacity: .5;
}

#filter-nav li a:hover {
	color: inherit;
	opacity: 1;
}

#filter-nav .selected, #filter-nav a.selected:hover {
	color: inherit;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	opacity: 1;
}


.thumbs:after {
  content: '';
  display: block;
  clear: both;
}

#portfolio-content p {
    padding: 0 10%;
}

.projects {
	position: relative;
}

.siteorigin-panels-stretch .projects.masonry-with-gutter, .siteorigin-panels-stretch .projects.rows-with-gutter {
	margin: 0 0;
}

.projects.masonry-without-gutter, .projects.rows-without-gutter {
	margin: 0;
}

.projects .thumbs {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.projects .project.small {
	float: left;
	width: 33.333%;
	overflow: hidden;
    padding: 0 15px !important;
	opacity: 0;
    filter: alpha(opacity = 0);
}

.projects .thumbs .project.small.show {
	opacity: 1;
    filter: alpha(opacity = 1);
}

.grid-sizer { width: 33.333%; }
.projects .project.small.masonry-wide, .projects .project.small.masonry-wide_tall {	width: 66.66%; }

.projects.col-2 .project.small, .projects.col-2 .grid-sizer { width: 100%; }
.projects.col-2 .project.small.masonry-wide, .projects.col-2 .project.small.masonry-wide_tall {	width: 100%; }

.projects.col-4 .project.small, .projects.col-4 .grid-sizer { width: 24.999%; }
.projects.col-4 .project.small.masonry-wide, .projects.col-4 .project.small.masonry-wide_tall {	width: 49.999%; }

.projects.col-5 .project.small, .projects.col-5 .grid-sizer { width: 20%; }
.projects.col-5 .project.small.masonry-wide, .projects.col-5 .project.small.masonry-wide_tall { width: 40%; }

.projects .project.small .inside {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

.projects .masonry-tall img {
	height: 100% !important;
	width: auto !important;
}

.projects .project.small img {
	position: relative;
	display: block;
	height: auto;
	opacity: 1;
	width: 100%;
}

span.empty-project {
	width: 100%;
	height: 100%;
	background: #a5a5a5;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

span.empty-project::before {
	content: "\f03e";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	color: rgba(25,25,25,0.3);
	margin-top: -12px;
	font-size: 48px;
	font-family: FontAwesome;
}

.project.small .details .text {
	color: #fff;
	font-size: .8em;
	text-align: center;
	opacity: 0;
}

.project.small h3 {
	color: inherit !important;
	font-size: .8em;
	text-align: center;
	margin-bottom: 0;
	line-height: 1em;
	color: #fff;
	font-weight: 600;
}

.project.small .title {
	margin-bottom: 10px;
	color: inherit;
}

.project.small .skills {
	color: inherit;
	font-size: .6em;
	text-align: center;
	text-transform: none;
	line-height: 1em;
}

.project.small .details {
	text-transform: uppercase;
	font-size: 1.25em;
	z-index: 5 !important;
}

.project.small .details::before,
.project.small .details::after {
	pointer-events: none;
}

.project.small .details,
.project.small .details > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project.small a {
	z-index: 100 !important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.projects.masonry-without-gutter .project.small, .projects.rows-without-gutter .project.small {
	padding: 0 !important;
}

/* Effect 1 */

.project.small.effect-1 .overlay{
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	z-index: 2 !important;
}

.project.small.effect-1 .details .text {
	top: 50%;
	margin-top: -10px;
	position: absolute;
	width: 100%;
	font-size: 1em;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.project.small.effect-1 .details.has-skills .text {
	margin-top: -24px;
	z-index: 350 !important;
}

.project.small.effect-1 .details .text h3 {
	padding: 0 10px;
}

.project.small.effect-1 .details .text .skills {
	padding: 0 10px;
	opacity: .6;
}

.project.small.effect-1:hover .details .text {
	opacity: 1;
}

.project.small.effect-1:hover .overlay {
	opacity: .8;
}

.project.small.effect-1:hover img {
	
}

/* Effect 2 */

.project.small.effect-2 .overlay{
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	z-index: 2;
}

.project.small.effect-2 .details {
	border-color: #fff;
}

.project.small.effect-2 .details::before,
.project.small.effect-2 .details::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 51 !important;
}

.project.small.effect-2 .details::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-color: inherit;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.project.small.effect-2 .details::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-color: inherit;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}


.project.small.effect-2 .details .text {
	top: 50%;
	margin-top: -10px;
	position: absolute;
	width: 100%;
	font-size: 1em;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.project.small.effect-2 .details.has-skills .text {
	margin-top: -18px;
}

.project.small.effect-2:hover .details::before,
.project.small.effect-2:hover .details::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.project.small.effect-2:hover .details .text {
	opacity: 1;
}

.project.small.effect-2:hover .overlay {
	opacity: .8;
}


/* Effect 3 */

.project.small.effect-3 .overlay{
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	z-index: 2;
}

.project.small.effect-3 img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.project.small.effect-3 .details .text {
	position: absolute;
	z-index: 50 !important;
	bottom: 0;
	width: 100%;
	left: 0;
	font-size: 1em;
	text-align: left;
	padding: 20px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 1;
}

.project.small.effect-3:hover .details .text {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.project.small.effect-3:hover .overlay {
	opacity: .8;
}

.project.small.effect-3 h3 {
	color: inherit;
	font-size: .9em;
	text-align: left;
	margin-bottom: 0;
	line-height: 1em;
}

.project.small.effect-3 .skills {
	color: inherit;
	font-size: .6em;
	text-align: left;
	text-transform: none;
	line-height: 1em;
	opacity: .7;
}

.project h2 {
	font-size: 130%;
	letter-spacing: 0.08em;
}

.content-area .project {
	margin-top: 30px;
}

/* Load More -------------------*/

.load-more-holder {
	text-align: center;
	padding: 30px 0 0;
}

.load-more-holder .load-more-button, .load-more-holder .loading {
	display: inline-block;
	color: #fff;
	display: inline-block;
    background: #2a2a2a;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.8em;
    text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 0 3px 0 0;
	-webkit-appearance: none;
	text-align: center;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		 	transition: 0.2s ease;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	border: none;
}

.load-more-holder .load-more-button a, .load-more-holder .loading {
	padding: 8px 22px 8px !important;
	-moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	line-height: 1.8em;
	display: inline-block;
}

.load-more-holder .load-more-button:hover {
	opacity: .5;
}

.load-more-holder .load-more-button a {
	background-color: inherit !important;
	color: inherit !important;
	font-size: 14px;
	margin-right: 0;
}

.load-more-holder .load-more-button.hidden, .load-more-holder .loading.hidden {
	display: none;
}

/* PrettyPhoto -------------------*/

div.pp_default .pp_content,
div.light_rounded .pp_content {
	background-color: transparent !important;
	
}

.pp_previous, .pp_next{
	background: none !important;
	text-indent:0 !important;
	opacity: 0;
}

.pp_previous:hover, .pp_next:hover {
	opacity: 1;
}

.pp_previous::before, .pp_next::before {
	
	height: 30px !important;
	top: 50% !important;
	
	position: absolute !important;
	width: 40px;
	height: auto !important;
	background: rgba(0,0,0,.7) !important;
	opacity: .7;
}

.pp_previous::before {
	left: 0 !important;
	padding: 10px 30px 10px 18px !important;
}

.pp_next::before {
	right: 0 !important;
	padding: 10px 25px 10px 25px !important;
}

.pp_previous::before {
	content: "\f104";
	color: #fff;
	font-size: 14px;
	font-family: FontAwesome;	
}

.pp_next::before {
	content: "\f105";
	color: #fff;
	font-size: 14px;
	font-family: FontAwesome;	
}

a.pp_close {
	text-indent:0 !important;
}

a.pp_close::before {
	content: "\f00d";
	color: rgba(255,255,255, .7);
	font-size: 14px;
	font-family: FontAwesome;
}

.currentTextHolder {
	color: rgba(255,255,255, .7);
	font-size: .7em;
}


/*Testimonails------------------*/

.testimonials {
	margin: 0 auto;
}

.testimonials .testimonial.small {
	float: left;
}

.testimonials.grid .testimonial.small {
	margin-bottom: 30px;
}

.testimonials.col-1 {
	max-width: 800px;
}

.testimonials.col-1 .testimonial.small {
	width: 100%;
}

.testimonials.col-2 .testimonial.small {
	width: 50%;
}

.testimonials.carousel .testimonial.small {
	width: auto !important;
}

.testimonials.col-2 .testimonial.small:nth-child(2n+1){ clear: both; }

.testimonials.col-3 .testimonial.small {
	width: 33.333%;
}
.testimonials.col-3 .testimonial.small:nth-child(3n+1){ clear: both; }

.testimonials.col-4 .testimonial.small {
	width: 25%;
}

.testimonials.col-4 .testimonial.small:nth-child(4n+1){ clear: both; }

.testimonials.alignment-left .testimonial.small .testimonial-img{
	float: left;
	width: 100px;
	padding-right: 3%;
}

.testimonials.alignment-left .testimonial.small .testimonial-text{
	margin-left: 100px;
}

.testimonials.alignment-center .testimonial.small {
	text-align: center;
}

.testimonials.alignment-center .testimonial.small .testimonial-text{
	text-align: center;
}

.testimonials .testimonial.small .inside {
	margin: 0 10px 10px;
}

.testimonials img {
	width: 76px;
	border-radius: 38px;
	height: auto;
	margin: 0 0 5px 0;
	min-width: 70px;
}

.testimonials p {
	padding-bottom: 10px !important;
}

.testimonials span.title {
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 0 !important;
	color: inherit;
}

.testimonials .owl-controls .owl-pagination .owl-page span {
	background: #bfbfbf;
}

/* Blog */


/* Recent Posts Widget */

.blog.col-2 .post.small { width: 50%; }
.blog.col-3 .post.small { width: 33.333%; }
.blog.col-4 .post.small { width: 25%; }
.blog.carousel .post.small {
	width: 100% !important;
}

.widget .blog {
	
}

.post.small {
    display: inline-block;
    position: relative;    
	float: left !important; 
	padding: 0 12px !important;
}

.post.small .inside {
	text-align: left;		
}

.post.small .inside .content {
	text-align: left;	
}

.blog.col-2 .post.small:nth-child(2n+1){ clear: both; }
.blog.col-3 .post.small:nth-child(3n+1){ clear: both; }
.blog.col-4 .post.small:nth-child(4n+1){ clear: both; }


.blog.col-4 .post.small {
    display: inline-block;
    position: relative;    
	float: left !important; 
	padding: 0 12px !important;
}

.blog.col-4 .post.small h3 {
	text-align: left!important;
	font-size: 75%;
	margin-bottom: 4px !important;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.blog.col-4 .post.small .meta {
    padding: 0 0 0 !important;
    font-style: normal !important;
    line-height: 1.5em;
    font-size: 68% !important;
    margin: 0 0 6px !important;
    display: block;
}
.blog.col-4 .post.small p {
    padding-bottom: 0;
    line-height: 1.6em;
    font-size: 70%;
    font-weight: normal;
}

.post.small .post-thumb {
	margin-bottom: 0 !important;
	-webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	display: block;
}

.post.small .post-thumb:hover {
	opacity: .7;
}

.post.small h3 {
    line-height: 1.4em;
    font-size: .9em;
    padding: 0 0 0 !important;
	margin-bottom: 10px !important;
	font-weight: 600;
}

.post.small .meta {
	padding: 0 0 0 !important;
	font-style: normal !important;
	line-height: 1.5em;
	font-size: .7em !important;
	margin: 0 0 15px !important;
	display: block;
}

.post.small p {
	text-align: left;
	margin: 0 0;
}

.read-more {
	white-space: nowrap;
}

.blog .owl-controls .owl-pagination .owl-page span {
	background: #bfbfbf;
}

/* Blog page templates */

.blog article {
	margin-bottom: 20px;
}

.blog article .entry-header, .blog article .entry-title {
	text-align: left;
}

.blog .meta {
	max-width: none;
	font-size: 70%;
	margin-bottom: 25px;
	display: block;
	font-weight: 400;
	line-height: 1.3em;
	padding-top: 10px;
}

.blog .meta.no-meta {
	display: none;
}

.single .blog .meta {
	margin-bottom: 0;
	padding: 0 !important;
	line-height: 1.2em;
	padding-top: 10px !important;
}

.blog .meta span:before {
  	display: inline-block;
  	content: '|' !important;
	margin: 0 7px 0 7px;
	opacity: .5;
}

.blog .meta span:first-child:before {
  	content: '' !important;
	margin: 0;
}

.blog .meta a {
	color: inherit;
}

.blog .meta a:hover {
	opacity: .5;
}

.entry-header .meta {
	opacity: .6;
}

.blog-content {
	width: 100%;
	margin: 0 auto 0 auto;
	display: block;
}

.blog .body-wrap {
    border: none;
}

.archive {

}
.blog-content ul, ol {
	padding-bottom: 0;
	margin-bottom: .8em;
}

.entry-title {
	margin-bottom: 10px;
}

h2.entry-title {
	font-size: 1.3em;
}

.hentry {
	margin: 0;
}

.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}.post.small .meta
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.post header.entry-header h2 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 102%;
}

header.entry-header .inner {
	padding: 0 30px !important;
	z-index: 3 !important;
	position: relative;
}

.single-post header.main .meta {
	padding-top: 15px !important;
}

.post header.main.has-background .meta a {
	color: #fff;
}

.post header.main.has-background .meta a:hover {
	color: rgba(255,255,255,.8)
}

.post header.main .meta a {
	color: #000;
}

.post header.main .meta a:hover {
	color: rgba(0,0,0,.5)
}

.blog-content .full-width-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
p.attribution {
	text-transform: uppercase;
	font-size: 0.6em;
}
p.caption {
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 40px;
}
.blog-content h1 a, .blog-content h2 a, .blog-content h3 a, .blog-content h4 a, .blog-content h5 a {
	color: #191919;
	text-decoration: none;
}
.blog-content h1 a:hover, .blog-content h2 a:hover, .blog-content h3 a:hover, .blog-content h4 a:hover, .blog-content h5 a:hover {
	color: #919191;
	text-decoration: none;
}

#main {
	margin: 0;
	padding: 0 0 0 0;
}

#main .posts {
	color: #191919;
	padding: 0;
	margin-left: 0px;
}

.pull {
	display: block;
	padding: 20px 0 20px 0;
	margin: 20px;
	width: 30%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #191919;
	border-top: 3px solid #919191;
	border-bottom: 3px solid #919191;
}
.pullright {
	float: right;
	margin-right: -5%;
	clear: left;
}
.pullleft {
	float: left;
	margin-left: -5%;
	clear: right;
}
.entry-footer {
	text-align: center;
}
.little-border {
	width: 50%;
	margin: 0 auto 80px auto;
	border-bottom: thin solid #e9e9e9;
}

/* Masonry Blog */

.blog .content-main {
	width: 70%;
	max-width: 70%;
}

.blog .masonry .content-main {
	margin: 0 -15px;
}

.blog .masonry .post.small {
	width: 33.33%;
	padding: 0 15px 15px 15px !important;
}

.blog .masonry .post.small p{
	padding-bottom: 0;
}

.blog .full .masonry .post.small {
	width: 25%;
}

/* Full width blog */

.blog .content-main.full {
	width: 100%;
	max-width: 1200px
	overflow: hidden;
}

.site-main .body-wrap .content-main.full {
	max-width: none !important;
}

/* Social Sharing */

.social-sharing ul {
	list-style: none;
	padding: 25px 0 10px !important;
}

.social-sharing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-sharing ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 1.2em;
}

.social-sharing ul li a {
	color: #797979;
}

.social-sharing ul li a:hover {
	opacity: .5;
}




/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.comment-author .fn {
	font-weight: 700;
}
.bypostauthor {
}


/*--------------------------------------------------------------
10.4 Custom SO PageBuilder Styles
--------------------------------------------------------------*/

.panel-widget-style {
	background-position: center center;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5 {
	color: inherit;
}

/* Button */

.so-widget-sow-button {
	font-weight: 700;
	font-size: .8em;
}

/* Visual Editor */

.so-panel.widget_black-studio-tinymce {
	margin-bottom: 0 !important;
}

/* Features*/

body .sow-features-feature .sow-icon-container {
	color: transparent;
}

.left .sow-features-list .sow-features-feature {
	text-align: left !important;
}

.right .sow-features-list .sow-features-feature {
	text-align: right !important;
}

.so-widget-sow-features .textwidget h5{
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	color: inherit;
}

.so-widget-sow-features .textwidget p {
	font-size: .8em;
	opacity: .7;
}

/* Pricing Table */

body .so-widget-sow-price-table *{
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

body .ow-pt-column {
	padding: 5px;
}

body .ow-pt-title {
	font-weight: bold;
}

body .ow-pt-subtitle {
	font-weight: 400 !important;
	font-size: .8em !important;
	opacity: .6;
	margin-top: -5px !important;
}

body .ow-pt-price {
	line-height: 1em !important;
}

body .ow-pt-per {
	font-size: .8em;
	line-height: 1.4em !important;
	color: rgba(255,255,255,.6) !important;
}

body .ow-pt-features {
	background: #eee !important;
}

body .ow-pt-feature {
	background: #eee !important;
	padding: 5px 0 !important;
	border-bottom: 1px solid rgba(0,0,0,.06) !important;
	text-align: center;
	margin: 0 30px;
}

.ow-pt-feature:first-child {
	padding-top: 20px !important;
}

.ow-pt-feature:last-child {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.ow-pt-columns-atom .ow-pt-feature:last-child {
	padding-bottom: 20px !important;
}

.ow-pt-feature p {
	padding: 0;
	margin: 0;	
}

body .ow-pt-button {
	background: #eee;
	padding: 30px 0 !important;
}

a.ow-pt-link {
	padding: 5px 17px !important;
	font-weight: 600;
}



/* Call To Action */
body .sow-cta-wrapper .sow-cta-text h4 {
	font-weight: inherit;
	font-size: 1.4em;
	color: inherit;
	line-height: 1.4em;
	margin-top: 8px;
}

body .sow-cta-wrapper .sow-cta-text h5 {
	font-weight: inherit;
	font-size: 1em;
	color: inherit;
	opacity: .7;
	line-height: 1.3em;
	margin-top: -5px;
	margin-bottom: 10px;
}

body .sow-cta-wrapper .so-widget-sow-button {
	font-size: .8em;
	padding: 5px;
}

@media only screen and (max-width: 780px) {
	body .sow-cta-wrapper .sow-cta-text h4 {
		font-weight: inherit;
		font-size: 1.4em;
		color: inherit;
		line-height: 1.4em;
		margin-top: 3px;
	}
	
	body .sow-cta-text, body .so-widget-sow-button {
		text-align: center;
		float: none !important;
	}
	.right .sow-features-list .sow-features-feature {
		text-align: left !important;
	}
}

/* Headline */

.widget_sow-headline {
	margin-bottom: 20px !important;
}

.widget_sow-headline h1 {
	font-size: 1.4em;
}

.widget_sow-headline h3 {
	font-size: .8em;
	font-weight: 400 !important;
	line-height: 1.8em !important;
}

.widget_sow-headline .decoration {
	max-width: 50px !important;
	margin: 15px auto !important;
}

body .sow-cta-base  {
	border: none;
}

/* Layout Builder */

.widget_siteorigin-panels-builder .panel-grid{
	padding-top: 49px !important;
}

/* Social Media Buttons */

.so-panel.widget_sow-social-media-buttons {
	margin-bottom: 40px !important;
}

/* SO Slider */

.sow-slider-images {
	margin-bottom: 30px !important;
}

ol.sow-slider-pagination {
	bottom: 35px !important;
}

/* SO Google Maps */

.scroll-off {
	pointer-events: none;
}

/* Vertical Center */

.v-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;	
}

.v-center > div {
	flex-shrink:1;
	min-width:1px;
	width: 100%;
}


/*--------------------------------------------------------------
10.5 Home
--------------------------------------------------------------*/
.td_label {
  width: 33%;
  margin: 0 12px 0 0;
  float:left;
}
.td_point {
  width: 63%;
  margin: 0;
  letter-spacing: 0.08em;
  float:right;
  line-height: 1.8;
}
.td_point ul {
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
}
.td_point ul li {
  padding: 0;
  list-style-type: none!important;
  font-size: 86%;
}
.td_point ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 0;
  color: #ffa811;
}
.kk_point {
  width: 63%;
  margin: 0;
  letter-spacing: 0.08em;
  float:right;
  line-height: 1.8;
}
.kk_point ul {
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
}
.kk_point ul li {
  padding: 0;
  list-style-type: none!important;
  font-size: 86%;
}
.kk_point ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 0;
  color: #ff8686;
}
.biz_point {
  width: 63%;
  margin: 0;
  letter-spacing: 0.08em;
  float:right;
  line-height: 1.8;
}
.biz_point ul {
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
}
.biz_point ul li {
  padding: 0;
  list-style-type: none!important;
  font-size: 86%;
}
.biz_point ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 0;
  color: #65bd9f;
}

.pickup_ttl {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center;
  font-size: 95%;
  font-weight: 600;
  color: #fff;
}

.load-more-holder {
    text-align: center;
    padding: 0;
	line-height: 25px;
}

.mec-wrap div:not([class^="elementor-"]) {
    font-family: 'Open Sans', 'Noto Sans JP', sans-serif!important;
}
/* List (top event) */
.mec-skin-list-container {
    height: 390px;
    overflow: auto;
}
.mec-event-list-classic .mec-event-article {
    padding: 8px 0;
    margin-bottom: 6px;
	border-bottom: dotted 1px #ccc;
}
.mec-skin-list-container .mec-labels-normal .mec-label-normal {
    top: 0px;
	font-size: 72%;
	width: 70px;
    margin: 0 0 6px 0;
    padding: 2px 0;
	text-align: center;
	display: block;
	border-radius: 100vh;
}
.mec-event-list-classic .mec-event-image {
    float: left;
    width: 70px;
    margin-right: 15px;
}
.mec-event-list-classic .mec-event-date span {
    font-weight: 500;
    margin-bottom: 6px;
	padding-left: 4px;
	font-size: 122%;
	letter-spacing: 0.1em;
	text-transform: none;
}
.mec-event-list-classic .event-color {
    width: 12px;
    height: 12px;
    margin-left: 0;
	margin-right: 6px;
}
.mec-wrap .mec-event-article .mec-color-hover {
    font-size: 108%;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: none;
}
.mec-event-loc-place {
    font-size: 95%;
	font-weight: normal;
	letter-spacing: 0.08em;
	text-transform: none;
	line-height: 1.5;
}

.btn_more {
    padding: 12px 28px!important;
	font-size: 92%!important;
	font-weight: normal;
	border-radius: 100vh!important;
}

.cnctd_ttl {
  width: 100%;
  margin: 0 auto 25px;
  font-size: 92%;
  color: #897852!important;
  font-weight: normal;
  letter-spacing: 0.18em;
}
.cnctd_ttl img {
  width: 38%;
  padding-right: 8px;
  vertical-align: -2px;
}
.cnctd_txt {
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  font-size: 82%;
  color: #111;
  letter-spacing: 0.1em;
}
.cnctd_attention {
  width: 100%;
  margin: 0;
  padding: 0 0 12px;
  font-size: 72%;
  color: #cc0000;
  letter-spacing: 0.1em;
}
.btn_cnctd {
    padding: 12px 28px!important;
	font-size: 92%!important;
	font-weight: normal;
}

.news_ttl {
  width: 100%;
  margin: 0 auto 12px;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
  color: #fff!important;
}
.news_subttl {
  width: 15%;
  margin: 0 auto;
  padding: 10px 0 25px;
  text-align: center;
  font-size: 78%;
  font-weight: normal;
  border-top: solid 1px #444;
  color: #fff!important;
}

.top_news {
    width: 55%;
	margin: 0 auto;
	color: #aaa;
}
.top_news ul li {
    margin-left: 23px;
    position: relative;
}
.top_news ul li:before {
    position: absolute;
    top: -5px;
    left: 5px;
    display: block;
    content: "\f105";
    font-family: FontAwesome;
}
.top_news ol li {
    margin-left: 23px;
    list-style: decimal;
}
.top_news ul.display-posts-listing {
overflow: auto;
height: 220px;
margin: 0;
padding: 0 4px 0 0!important;
font-size: 92%;
letter-spacing: 0.08em;
}
.top_news ul.display-posts-listing li.listing-item {
margin: 0 0 15px;
padding: 0 20px 15px 20px;
border-bottom: 1px dotted #555;
list-style-type: none;
}
.top_news ul.display-posts-listing li a.title {
float: right;
width: 82%;
margin-top: -1px;
padding: 0;
line-height: 1.6;
font-size: 108%;
letter-spacing: 0.12em;
}
.top_news a {
color: #fff;;
}
.top_news a:hover {
color: #999;
}
.top_news .date {
line-height: 1.6;
display: block;
}
.top_news ul.display-posts-listing span.excerpt-dash {
display: none;
}
.top_news ul.display-posts-listing span.excerpt {
clear: both;
display: block;
line-height: 1.9;
margin-top: 4px;
}
.top_news ul.display-posts-listing .excerpt a {
display: inline;
float: right;
padding-right: 10px;
}
.top_news ul.display-posts-listing span.meta-nav {
display: none;
}

.page_ttl {
  width: 100%;
  margin: 0 auto 8px;
  text-align: center;
  font-size: 112%;
  font-weight: 600;
}
.page_subttll {
  width: 18%;
  margin: 0 auto;
  padding: 6px 0 25px;
  text-align: center;
  font-size: 78%;
  font-weight: normal;
  border-top: solid 1px #ccc;
}

.insta_logo {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0;
  text-align: center;
}
.insta_logo img {
  width: 14%;
}
.insta_logo a:hover img {
  filter:alpha(opacity=80); /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
  -moz-opacity:0.80; /* FF , Netscape */
  -khtml-opacity: 0.80; /* Safari 1.x */
  opacity:0.80;
  zoom:1; /*IE*/
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin: 25px 0 0;
}

/*--------------------------------------------------------------
10.6 gringrinとは？
--------------------------------------------------------------*/
.about_ttl {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 130%;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.about_ttl span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 20px;
  padding: 0 10px 0 18px;
  background-color: #fff;
  text-align: center;
}
.about_ttl::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.about_ttl_us {
  font-size: 68%;
  font-weight:normal;
}

.meaning {
  width: 100%;
  margin: 0 auto;
  font-size: 160%;
  letter-spacing: 0.3em;
  text-align: center;
  font-weight: 700;
  color: #666;
}
.au_txt {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 8px 0;
  font-size: 88%;
  letter-spacing: 0.1em;
}

.staff_box {
    width: 100%;
    margin: 0 auto;
	padding: 0 0 25px 0;
    background: #fbfbfb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	border-radius: 14px;
}
.staff_box .staff_ttl {
    font-size: 110%;
	margin-bottom: 30px;
    background: #333;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	letter-spacing: 0.1em;
}
.staff_box p {
	margin: 0 auto 8px;
    padding: 0 30px;
	font-size: 85%;
	letter-spacing: 0.1em;
}

.type_ttl {
	margin: 80px auto 0;
    padding: 0;
	font-size: 112%;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 500;
}
.type_txt {
	margin: 0 auto;
    padding: 0;
	font-size: 82%;
	letter-spacing: 0.1em;
}

.corona_ttl {
	margin: 0 auto 25px;
    padding: 0;
	font-size: 105%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #cc0000;
}
.corona_txt {
	margin: 0 auto 18px;
    padding: 0;
	font-size: 85%;
	letter-spacing: 0.1em;
}
.corona_list {
	margin: 0 auto;
    padding: 0;
	font-size: 88%;
	text-align: center;
}
.corona_list ul {
	margin: 8px 0 25px 0;
    padding: 0;
}
.corona_list ul li {
	margin: 0 10px 0 15px;
    padding: 0 0 8px 4px;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 1.6;
}

.attention_box {
    width: 100%;
    margin: 0 auto;
    padding: 25px 30px 30px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	border-radius: 18px;
}
.attention_ttl {
    font-size: 118%;
	margin: 0 auto 20px;
    padding: 0;
    color: #990000;
    font-weight: 500;
    letter-spacing: 0.1em;
	text-align: center;
}
.attention_ttl:before {
  font-family: FontAwesome;
  content: "\f06a";
  padding-right: 12px;
  font-size: 130%;
  vertical-align: middle;
  font-weight: normal!important;
  color: #990000;
}
.attention_ttl:after {
  font-family: FontAwesome;
  content: "\f06a";
  padding-left: 15px;
  font-size: 130%;
  vertical-align: middle;
  font-weight: normal!important;
  color: #990000;
}
.attention_txt {
  font-size: 82%;
  margin: 0;
  padding: 0 0 2px;
  letter-spacing: 0.1em;
}


/*--------------------------------------------------------------
10.7 イベント情報
--------------------------------------------------------------*/
.eventlist_title {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 60px auto 30px;
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.eventlist_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 20px;
  padding: 0 10px;
  background-color: #fff;
  text-align: center;
}
.eventlist_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.event_txt {
   text-align: center;
   letter-spacing: 0.08em;
   font-size: 86%;
   padding-bottom: 20px;
}

.event_ttl {
  width: 100%;
  margin: 0 auto 12px;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
}
.event_subttl {
  width: 18%;
  margin: 0 auto;
  padding: 10px 0 25px;
  text-align: center;
  font-size: 78%;
  font-weight: normal;
  border-top: solid 1px #ccc;
}

.mec-event-grid-classic .mec-event-article {
    border-style: none;
    margin-bottom: 50px;
	box-shadow: none;
}
.mec-event-grid-classic .mec-event-content {
	margin-top: -7px;
    padding: 0;
}
.mec-event-grid-classic .mec-event-date {
    font-weight: 500;
    font-size: 110%;
    letter-spacing: 0.12em;
	line-height: 1.4;
	padding: 6px 20px;
	margin: 0 0 12px 0;
}
.mec-event-grid-classic .mec-event-date .mec-time-details {
    font-weight: 400;
    font-size: 75%;
}
.mec-event-grid-classic .mec-event-title {
    margin: 0 0 2px;
    font-size: 105%;
    letter-spacing: 0.1em;
}

.mec-event-grid-classic .mec-load-more-wrap {
    padding-top: 0;
}

.mec-wrap .mec-event-grid-classic .event-color {
    width: 14px;
    height: 14px;
    margin-left: 0;
	margin-right: 10px;
}
.mec-event-grid-classic .mec-labels-normal .mec-label-normal {
    top: -2px;
	font-size: 72%;
    margin: 0 0 0 10px;
    padding: 1px 10px 1px 12px;
	text-align: center;
	display: inline-block;
	border-radius: 100vh;
}
.mec-event-grid-classic .mec-event-content p {
    font-size: 85%;
    color: #555;
	margin: 0;
	padding-bottom: 15px;
}
.mec-event-grid-classic .mec-sl-map-marker {
    padding-right: 3px;
}

.mec-event-grid-clean .mec-event-article {
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif!important;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 15px 15px 0;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
}
.mec-event-grid-clean .mec-event-content {
    background: #fff;
    color: #555;
    padding: 5px 0 0;
}

.mec-event-grid-clean .mec-event-title {
    color: #333!important;
    margin: 0;
    font-weight: 600!important;
    font-size: 125%;
	text-transform: none;
	letter-spacing: 0.08em!important;
}

/* Timeline */
.mec-timeline-month-divider + .mec-timeline-events-container {
    padding-top: 30px;
}
.mec-timeline-month-divider {
    font-size: 20px;
	letter-spacing: 0.08em!important;
}
.mec-timeline-events-container {
    padding-top: 0;
    padding-bottom: 0;
}
.mec-timeline-event-date {
    float: left;
    width: 12%;
	font-size: 150%;
	padding-left: 10px;
}

.mec-timeline-event-content {
    float: left;
    width: 88%;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: visible;
    position: relative;
}
.mec-timeline-main-content {
    padding: 20px 28px;
}
.mec-wrap .mec-timeline-events-container h4 {
    font-size: 112%;
    letter-spacing: 0.08em!important;
}
.mec-wrap .mec-timeline-main-content .event-color {
    width: 14px;
    height: 14px;
    margin-left: 0;
	margin-right: 12px;
}
.mec-timeline-events-container .mec-labels-normal .mec-label-normal {
    top: 5px;
	vertical-align: top;
	font-size: 75%;
	width: 90px;
    margin: 0 0 0 18px;
    padding: 2px 0;
	text-align: center;
	display: inline-block;
	border-radius: 100vh;
}

.mec-timeline-main-content p {
    font-size: 100%;
    color: #333;
    line-height: 1.6;
    margin-bottom: 6px;
}
.mec-timeline-event-location address {
    padding-bottom: 0;
}


/* カレンダー */



/* イベント詳細 */
.mec-breadcrumbs {
    border-radius: none;
    padding: 0 0 8px;
    font-size: 92%;
    color: #999;
    letter-spacing: 0.08em;
    margin: auto 15px 33px 15px;
    border-bottom: 1px solid #eee!important;
	border-style: none;
    box-shadow: none;
}

.mec-single-event .col-md-8 {
    width: 70%;
    margin: 0 auto;
	float: none;
}

.mec-single-modern .mec-single-event-bar {
    padding: 40px 50px 30px 50px;
}
.mec-single-event .mec-events-event-image {
    width: 45%;
	float:left;
	margin: 0!important;
	padding: 0!important;
}
.mec-single-event .mec-single-title {
    width: 55%;
	float:left;
	margin-bottom: 25px;
	padding: 12px 0 12px 50px;
	font-size: 160%;
	letter-spacing: 0.08em;
}
.mec-single-event .mec-single-event-date {
    width: 55%;
	float:left;
	margin-bottom: 25px;
	padding: 0 0 0 50px;
}
.mec-single-modern .mec-single-event-bar > div dd {
    font-size: 120%;
    color: #333;
}

.mec-single-event .mec-single-event-time {
    width: 55%;
	float:left;
	margin-bottom: 25px;
	padding: 0 0 0 50px;
}
.mec-single-modern .mec-single-event-bar > div .mec-time-comment {
    font-size: 112%;
    color: #555;
	padding-left: 10px;
}
.mec-single-event .mec-single-event-label {
    width: 55%;
	float:left;
	margin-bottom: 25px;
	padding: 0 0 0 50px;
}

.mec-wrap p {
    font-size: 105%;
}

/*--------------------------------------------------------------
イベント詳細 旧サイト
--------------------------------------------------------------*/
#event_dtl {
width: 72%;
margin: 0 auto;
}
.ed_head {
width: 100%;
background: #f9f9f9;
float: left;
}
.ed_hdleft {
width: 67%;
padding: 20px 10px 20px 20px;
float: left;
background: #f9f9f9;
}
.ed_hdright {
width: 33%;
padding: 20px 20px 20px 10px;
float: left;
background: #f9f9f9;
}
.ed_title {
padding-bottom: 10px;
font-size: 112%;
color: #333;
letter-spacing: 0.12em;
border-bottom: 1px dotted #ccc;
}
.ed_date {
font-size: 75%;
margin-top: 12px;
padding-bottom: 2px;
letter-spacing: 0.08em;
color: #333;
}
.ed_status {
font-size: 70%;
margin-bottom: 18px;
padding-bottom: 12px;
letter-spacing: 0.08em;
border-bottom: 1px dotted #ccc;
}
.date_lag {
font-size: 125%;
}
.ed_hdleft table {
width: 100%;
font-size: 75%;
line-height: 1.8;
}
.ed_hdleft table td {
vertical-align: top;
letter-spacing: 0.08em;
}
.ed_title img {
width: 20%;
padding-right: 12px;
vertical-align: middle;
}
.event_dtl2 {
width: 72%;
margin: 0 auto;
font-size: 80%;
letter-spacing: 0.08em;
padding: 20px 0;
border-bottom: 1px dotted #ccc;
clear: both;
}
.event_dtl3 {
width: 72%;
margin: 0 auto;
font-size: 98%;
letter-spacing: 0.08em;
padding: 20px 0;
clear: both;
}
.ed_txt {
width: 72%;
margin: 0 auto;
font-size: 80%;
letter-spacing: 0.08em;
clear: both;
}
.ed_img {
width: 72%;
margin: 10px auto;
clear: both;
text-align: center;
}
.img_half {
width: 50%;
margin: 0 auto;
float: left;
}


/*--------------------------------------------------------------
10.8 コネクテッドとは？
--------------------------------------------------------------*/
.cnctd_name {
  margin: 20px auto;
  padding: 0;
  font-size: 122%;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.cnctd_txt2 {
  margin: 0;
  padding: 0;
  font-size: 82%;
  letter-spacing: 0.1em;
  line-height: 2.0;
}
.cnctd_dress {
  margin: 0;
  padding: 0 0 12px;
  font-size: 95%;
  color: #897852;
  letter-spacing: 0.1em;
  line-height: 2.0;
}
.cnctd_place {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 82%;
  letter-spacing: 0.1em;
  text-align: center;
}
.cnctd_place img {
  width: 15%;
  margin: 0 auto;
  padding: 20px 0 12px;
  display: block;
}

/*--------------------------------------------------------------
10.9 お問い合わせ
--------------------------------------------------------------*/
.contact_title {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 60px auto 30px;
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.contact_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 16px;
  padding: 0 6px;
  background-color: #fff;
  text-align: center;
}
.contact_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
#contactform {
width: 70%;
margin: 30px auto 0;
padding-top: 30px;
line-height: 1.6;
font-size: 82%;
letter-spacing: 0.1em;
}

#contactform table {
width: 100%;
margin: 20px 0;
border: 1px solid #eee;
}
#contactform table th {
width: 30%;
font-style: normal;
padding: 12px 18px;
text-transform: capitalize;
font-weight: normal;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
#contactform table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #eee;
letter-spacing: 0.05em;
vertical-align: top;
line-height: 1.4;
}

#contactform p {
padding-bottom: 0;
}
.attention {
color: #cc0000;
}
.contact_send {
width: 100%;
margin: 20px auto 40px;
text-align: center;
}

#enqueteform {
width: 75%;
margin: 0 auto;
padding-top: 0;
line-height: 1.6;
font-size: 82%;
letter-spacing: 0.1em;
}

#enqueteform table {
width: 100%;
margin: 20px 0;
border: 1px solid #eee;
}
#enqueteform table th {
width: 33%;
font-style: normal;
padding: 12px 18px;
text-transform: capitalize;
font-weight: normal;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
#enqueteform table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #eee;
letter-spacing: 0.05em;
vertical-align: top;
line-height: 1.4;
}
.enquete_title {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0px auto 30px;
  font-size: 160%;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.enquete_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 16px;
  padding: 0 6px;
  background-color: #fff;
  text-align: center;
}
.enquete_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.enquete_txt {
width: 100%;
margin: 20px auto 40px;
font-size: 98%;
letter-spacing: 0.08em;
text-align: center;
}

/*--------------------------------------------------------------
10.10 プライバシー・ポリシー
--------------------------------------------------------------*/
.pp_title {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 60px auto 50px;
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.pp_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 16px;
  padding: 0 6px;
  background-color: #fff;
  text-align: center;
}
.pp_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.privacy {
font-size: 82%;
letter-spacing: 0.08em;
line-height: 1.8;
}
.privacy ol{
margin-top: 30px;
font-size: 118%;
}



/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll .pagination,
.infinite-scroll.neverending #footer {
    display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	height: auto;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    margin: 1.8em 0 0;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}
	

/*--------------------------------------------------------------
12.3 Revolution Slider
--------------------------------------------------------------*/
		
.mobile-video-fallback-image {
    width: 100%;
    height: 100%;
    top: 0 !important; 
    left: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rev_slider_wrapper.fullscreen-container, .rev_slider_wrapper.fullwidthbanner-container {
	z-index: 500 !important;
}

@media(max-width: 415px){
	.rs-background-video-layer{
		display: none;
	} 
}


/*--------------------------------------------------------------
12.4 PrettyPhoto on Mobile
--------------------------------------------------------------*/
/* prettyPhoto styling for small screens  - below 767px width */
@media only screen and (max-width: 767px) {
	.pp_pic_holder.pp_default { width: 97%!important; left: 0 !important;}
	div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
	.pp_content { width: 100%!important; height: auto!important; }
	.pp_fade { width: 100%!important; height: 100%!important; }
	a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
	#pp_full_res img { width: 100%!important; height: auto!important; }
	.pp_details { width: 100%!important;  padding-top: 5px;  }
}


/*////////////////////////////////////////////////////////////////////
//  13.0 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPads */

@media only screen and (max-width : 1024px) {
	
	#middle {
		padding-top: 0 !important;
	}
	
	/*Header*/
	
	body.side-header #site-wrap {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	
	body.side-header #site-header {
		padding: 0 !important;
	}
	
	body.side-header #site-header * {
		line-height: 1em !important;
	}
	
	body.side-header #site-header #logo {
		padding: 0;
		margin: 0 !important;
	}
	
	body.side-header #site-header .inside {
		padding: 13px 0 13px 20px;
	}

	body.side-header .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
		padding-left: 0 !important; padding-right: 0 !important; 
	}
	
	body.side-header #site-header {
		position: relative;
		height: auto;
		width: 100%;
	}
	
	body.side-header #site-header .main-nav {
		display: none;
	}
	
	#menu-toggle-open {
		display: block;
	}
	
	body.side-header #site-header #logo .site-title {
		display: none;
	}
	
	body.side-header #site-header #logo .site-title.top {
		display: block;
	}
	
	/*Entry Header*/

	#primary header.main .entry-title {
		font-size: 1.8em;
	}
	
	/*Parallax Backgrounds*/
	
	.parallax-section {
		background-attachment: scroll;
	}
	
	/*Posts*/
	
	/* Recent Posts Widget */

	.blog.col-3 .post.small { width: 50%; }
	.blog.col-4 .post.small { width: 50%; }

	.blog.col-3 .post.small:nth-child(3n+1){ clear: none; }
	.blog.col-4 .post.small:nth-child(4n+1){ clear: none; }
	.blog.col-3 .post.small:nth-child(2n+1){ clear: both; }
	.blog.col-4 .post.small:nth-child(2n+1){ clear: both; }
	
	/* Blog templates */
	
	.blog .gid-sizer {
		width: 49%;
	}
	.blog .masonry .post.small {
		width: 49% !important;
	}
	
	/*Projects*/
	
	.projects.col-5 .project.small, .projects.col-5 .grid-sizer { width: 24.999%; }
	.projects.col-5 .project.small.masonry-wide, .projects.col-5 .project.small.masonry-wide_tall { width: 49.999%; }
	.project.small h3.entry-title { font-size: .6em; }
	
	
	/*Widgets*/
	#footer .main {
		margin: 0 auto !important;
					
	}
	#footer .widget-box {
		width: 50% !important;
	}
	
	#footer.col-3 .widget-box:nth-child(3n+1)
	{
	    clear: none;
	}
	#footer .widget-box:nth-child(2n+1)
	{
	    clear: both;
	}
	
	/*Parallax*/
	
	.panel-row-style-wide-parallax, .f-panel-row-parallax, .parallax {
	  
	}

}

.pc_view {
width: 100%;
margin: 0 auto;
}
.sp_view {
display: none;
}
.pc_turn {
  display: block;
}

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

.pc_view {
display: none;
}
.sp_view {
width: 100%;
margin: 0 auto;
display: inherit;
}
.pc_turn {
  display: inline;
}

	
	/*Header*/
	.top-header.stacked-header #main-container #site-header #logo {
	    position: relative;
		display: inline-block;	
		float: left;
		display: table;
		table-layout: fixed;
		height: 60px;
		padding: 0 !important;
	}
	
	body.top-header.stacked-header #main-container #site-header .nav-holder {
		float: right;
	}
	
	body.top-header.stacked-header #main-container #site-header .nav-holder .secondary-nav span,
	body.top-header.stacked-header #main-container #site-header .nav-holder .secondary-nav a {
		height: 90px; line-height: 90px;
	}
	
#site-header {	
	height: 60px!important;
	padding: 0 25px;
	position: fixed;	
}
#logo .site-title {	
	line-height: 60px!important;
}
.logo_brock {
	width: 50%;
	height: 60px!important;
}
#logo {
	width: 100%;
}
.inline-header #site-header.main #logo {
    height: 60px!important;
}
.nav-holder {
	height: 60px!important;
	line-height: 60px!important;
	width: 50%;
}
	
	/*Nav stuff*/
	
	.main-nav {
		display: none !important;
	}
	
	#site-header .secondary-nav span.search-toggle.open { display: none; }
	
	#site-header .secondary-nav .menu-toggle.open { display: inline-block; }

	blockquote { font-size: .9em !important; }

	h1 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h4 {
		font-size: 1em;
	}

    #cart-notices .woocommerce-message a.button.wc-forward {
        display: none;
    }

    .post.small h2 {
		font-size: 1.6em !important;
	}
	
.hd_sns {
	display: none;
}	
	
	/*Slide Panel*/
	#slide-menu .widget-area.mobile {
		display: block;
	}

	#slide-panel .has-mobile-menu #slide-mobile-menu {
		display: block;
	}
	
	#slide-panel .has-mobile-menu #slide-main-menu {
		display: none;
	}
	
	#slide-panel .widget-area.desktop { display: none; }
	
	#blog .posts .post a.button {
		font-size: 14px;
		padding: 5px 7px;
	}

	.thumbs {
		margin: 0 auto !important;
		text-align: center;
	}

	#image-background #button-wrapper {
		display: none;
	}

	.post.small .inside {
		padding: 0;
	}

	.comment-navigation .nav-previous,
	.paging-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: none;
		width: 100%;
		text-align: center;
	}
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	/*Reduce side padding*/
	
	.comments-wrap {
		padding: 20px 0;
	}
	#footer, aside.sidebar {
		padding: 0px !important;
	}
	.site-main .post-navigation {
		padding: 0 15px;
	}
	
	.widget-box{
		width: 100% !important;
	}
	
	
	/*Posts */
	
	header.main h1 {
		font-size: 1.2em !important;
	}
	
	header.main .meta {
		font-size: .7em !important;
	}
	
	
	/*Search */
	.search-results .post-thumb {
		display: none;
	}
	
	/* SO PageBuilder */
	
	.panel-grid-cell {
		margin-bottom: 0 !important;
	}

.ft_logo {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 12px;
}
.ft_link img {
	width: 65%;
	padding: 12px 0;
}
	
/* 10.5 Home (SP)
-----------------------------------------*/
.cnctd_txt {
  padding: 0 0 8px;
  line-height: 1.6;
}

.news_ttl {
  font-size: 100%;
}
.news_subttl {
  width: 33%;
  padding: 6px 0 12px;
}
.top_news {
    width: 100%;
}
.top_news ul li {
    margin-left: 23px;
    position: relative;
}
.top_news ul li:before {
    top: -5px;
    left: 5px;
}
.top_news ol li {
    margin-left: 23px;
    list-style: decimal;
}
.top_news ul.display-posts-listing {
height: 220px;
padding: 0 4px 0 0!important;
}
.top_news ul.display-posts-listing li.listing-item {
margin: 0 0 10px;
padding: 0 8px 12px 18px;
}
.top_news ul.display-posts-listing li a.title {   
width: 100%;
float: left;
margin-bottom: 0;
}
.top_news ul.display-posts-listing span.excerpt {
line-height: 1.6;
}
.top_news ul.display-posts-listing .excerpt a {
padding-right: 4px;
}

.event_ttl {
  font-size: 100%;
}
.event_subttl {
  width: 40%;
  padding: 6px 0 12px;
}

.cnctd_ttl {
  width: 100%;
  margin: 0 auto 12px;
  font-size: 88%;
  letter-spacing: 0.1em;
}
.cnctd_ttl img {
  width: 40%;
  padding-right: 3px;
}

.blog.col-4 .post.small {
	padding: 0 12px 8px!important;
}

.insta_logo {
  margin: 0 auto;
}
.insta_logo img {
  width: 35%;
}
#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 33.33%;
}
#sb_instagram #sbi_load .sbi_follow_btn {
    margin: 12px 0 0;
}

/* 10.6 gringrinとは？ (SP)
-----------------------------------------*/
.about_ttl {
  margin: 20px auto 0;
  font-size: 98%;
  letter-spacing: 0.08em;
}
.about_ttl_us {
  font-size: 78%;
}
.meaning {
  font-size: 120%;
  letter-spacing: 0.2em;
  padding-bottom: 18px;
}
.au_txt {
  padding: 0 0 5px 0;
  font-size: 82%;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.staff_box {
	padding: 0 0 8px 0;
	border-radius: 12px;
}
.staff_box .staff_ttl {
    font-size: 102%;
	margin-bottom: 12px;
    padding: 10px 0;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.staff_box p {
	margin: 0 auto 8px;
    padding: 0 15px;
	font-size: 82%;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
.type_ttl {
	margin: 50px auto 0;
	font-size: 102%;
}
.type_txt {
	font-size: 80%;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
.corona_ttl {
	margin: 0 auto 12px;
    padding: 0;
	font-size: 92%;
}
.corona_txt {
	margin: 0 auto 12px;
    padding: 0;
	font-size: 82%;
	line-height: 1.6;
}
.corona_list {
	font-size: 86%;
}
.corona_list ul {
	margin: 8px 0 16px 0;
}
.corona_list ul li {
	margin: 0 0 0 10px;
    padding: 0 0 8px 2px;
}
.attention_box {
    padding: 18px;
	border-radius: 12px;
}
.attention_ttl {
    font-size: 98%;
	margin: 0 auto 12px;
}
.attention_ttl:before {
  padding-right: 5px;
  font-size: 110%;
}
.attention_ttl:after {
  padding-left: 10px;
  font-size: 110%;
}
.attention_txt {
  font-size: 78%;
  margin: 0;
  padding: 0 0 2px;
  line-height: 1.6;
}

/* 10.7 イベント情報(SP)
-----------------------------------------*/
.eventlist_title {
  margin: 30px auto 20px;
  font-size: 110%;
}
.eventlist_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 10px;
  padding: 0 4px;
  background-color: #fff;
  text-align: center;
}
.event_txt {
   text-align: left;
   padding-bottom: 6px;
   line-height: 1.6;
}

.mec-event-grid-classic .mec-event-article {
    margin-bottom: 10px;
}

/* Timeline */
.mec-timeline-month-divider + .mec-timeline-events-container {
    padding-top: 40px;
}
.mec-events-timeline-wrap::before {
    left: 15px;
}
.mec-events-timeline-wrap {
    padding-left: 15px;
}

.mec-timeline-events-container .mec-timeline-event-date::before {
    width: 10px;
    height: 10px;
    top: 8px;
    left: -24px;
}
.mec-timeline-events-container .mec-timeline-event-date::after {
    content: '';
    width: 16px;
    height: 16px;
    top: 5px;
    left: -27px;
}
.mec-timeline-event-date {
    width: 10%;
	font-size: 108%;
	margin-top: 15px;
	padding-left: 0;
}
.mec-timeline-event-content {
    width: 90%;
}
.mec-timeline-main-content {
    padding: 12px 0 15px;
}
.mec-timeline-left-content, .mec-timeline-right-content {
    border-radius: 10px 10px 0 0;
}
.mec-timeline-right-content .mec-timeline-event-image {
    padding: 12px 12px 0 12px;
}
.mec-wrap .mec-timeline-events-container h4 {
	margin-bottom: 2px;
}
.mec-timeline-main-content h4 a {
    font-size: 98%;
}
.mec-wrap .mec-timeline-main-content .event-color {
    margin-right: 8px;
}
.mec-timeline-events-container .mec-labels-normal .mec-label-normal {
    top: 5px;
    vertical-align: top;
    font-size: 72%;
    width: 74px;
    margin: 0 0 0 8px;
    padding: 0;
}
.mec-timeline-main-content p {
    font-size: 95%;
    margin-bottom: 0;
	padding-bottom: 15px;
	text-align: left;
}
.mec-timeline-event-time {
    width: 100%;
    border-radius: 100vh;
}
.mec-timeline-event-location {
    width: 100%;
    border-radius: 100vh;
}
a.mec-timeline-readmore {
    line-height: 40px;
    font-size: 108%;
}

/* イベント詳細 */
.mec-container {
    width: 100%;
    padding: 0 20px;
}
.mec-single-event {
    margin: 80px auto 0;
}
.mec-breadcrumbs {
    margin: auto 15px 20px 15px;
}
.mec-single-event .col-md-8 {
    width: 100%;
    margin: 0 auto;
	float: none;
}
.mec-single-modern .mec-single-event-bar {
    padding: 18px;
	border-radius: 10px;
}
.mec-single-event .mec-events-event-image {
    width: 100%;
}
.mec-single-event .mec-single-title {
    width: 100%;
	margin-bottom: 10px;
	padding: 8px 0;
	font-size: 120%;
	text-align: center;
}
.mec-single-event .mec-single-event-date {
    width: 100%;
	margin-bottom: 5px;
	padding: 0;
	font-size: 90%!important;
}
.mec-single-modern .mec-single-event-bar > div dd {
	display: inline-block;
	padding-left: 10px;
}
.mec-start-date-label {
    font-size: 118%;
	padding-left: 8px;
}
.mec-single-event .mec-single-event-time {
    width: 100%;
	margin-bottom: 5px;
	padding: 0;
}
.mec-single-modern .mec-single-event-bar > div .mec-time-comment {
    font-size: 102%;
	padding-left: 18px;
}
.mec-single-event .mec-single-event-time .mec-events-abbr {
    padding-left: 82px;
	font-size: 108%;
}
.mec-single-event .mec-single-event-label {
    width: 100%;
	margin-bottom: 0;
	padding: 0;
}
.mec-single-event .mec-event-content {
    padding: 20px 0;
}
.mec-wrap p {
    margin: 0;
    color: #333;
}

.mec-related-events-wrap {
    margin-top: 30px;
	padding: 0 18px;
}


/* 10.8 コネクテッドとは？(SP)
-----------------------------------------*/
.cnctd_name {
  margin: 0 auto 8px;
  font-size: 108%;
  text-align: center;
}
.cnctd_txt2 {
  font-size: 78%;
  line-height: 1.6;
}
.cnctd_dress {
  padding: 0 0 8px;
  font-size: 92%;
  text-align: center;
}
.cnctd_place {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 82%;
  letter-spacing: 0.1em;
  text-align: center;
}
.cnctd_place img {
  width: 50%;
  margin: 0 auto;
  padding: 20px 0 12px;
  display: block;
}

/* 10.9 お問い合わせ(SP)
-----------------------------------------*/
.contact_title {
  margin: 30px auto 0;
  font-size: 110%;
}
#contactform {
width: 100%;
margin: 12px auto 0;
font-size: 80%;
}






}


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

	/* Content Area */
	
	.content-main {
		width: 100% !important;
		float: none;
		clear: both;
		max-width: none !important;
	}
	
    /*Projects*/
	body .projects .grid-sizer, body .projects .project.small { width: 50% !important; }
	body .project.small.masonry-wide, body .project.small.masonry-wide_tall {width: 100% !important; }
	.projects .masonry-tall img {
		height: auto !important;
		width: 100% !important;
	}
	
	/*Projects*/
	body .projects .project.small {
		width: 100% !important;
		height: auto !important;
	}
	.project.small{
		
	}
	
	/* Blog templates */
	
	.blog .gid-sizer {
		width: 100%;
	}
	.blog .masonry .post.small {
		width: 100% !important;
		padding: 0 0 15px 0 !important;
	}
	
	.blog .content-main {
		margin: 0;
	}

	/*Testimonials*/

	.testimonials .testimonial.small {
		width: 100% !important;
		margin-bottom: 30px;
	}
	
	.sow-features-feature {
		width: 100% !important;
	}
	
	.sow-features-feature {
		margin-bottom: 10px !important
	}

	body .panel-grid .equal-column-height .panel-grid-cell * {
		min-height: 0 !important;
	}
	
	/* Sidebar */
	
	aside.sidebar {
		width: 100%;
		padding: 0;
		float: none;
		clear: both;
	}
	
	
	/* Recent Posts Widget */

	.blog.col-3 .post.small { width: 100%; }
	.blog.col-4 .post.small { width: 100%; }

	.blog.col-3 .post.small:nth-child(3n+1){ clear: both; }
	.blog.col-4 .post.small:nth-child(4n+1){ clear: both; }
	.blog.col-3 .post.small:nth-child(2n+1){ clear: both; }
	.blog.col-4 .post.small:nth-child(2n+1){ clear: both; }
	

	/*Widgets*/
	#footer .main {
		margin: 0 auto !important;
		padding: 30px 0 0 0!important;
		max-width: 700px !important;	
	}

	#footer .widget-box {
		width: 100% !important;
		float: none;
	}

#footer .textwidget, #footer p, #footer span {
	font-size: 78%;
    letter-spacing: 0.1em;
}
#footer .widget-title {
	font-size: 86%;
    letter-spacing: 0.1em;
	text-align: center;
}
	
}

/* Small laptops */

@media screen and ( max-height: 880px ){
		#banner-content .inside{
            max-width: 1100px !important;
        }

        #down-button {
            bottom: 10px;
        }
        #banner-content h1, #banner-content h2, #banner-content h3, #banner-content p, #banner-content img {
            margin-bottom: 25px;
        }
}

@media all and (min-width: 300px) {
	.mm-menu {
		width: 250px !important; 
	}
}

/*追加CSS*/
.entry-header .meta{
	display:none;
}