/*
Theme Name: LuvClover
Author: aThemes
Author URI: https://athemes.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: LuvClover
*/

/*--------------------------------------------------------------
animation
--------------------------------------------------------------*/
.translateY {
    opacity: 0.0;
    transition: opacity 0.5s ease;
    transform: translateY(80px);
    transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.show.translateY {
    transform: translateY(0);
     opacity: 1.0;
}

/*イージング値の取得*/
@function returnEaseTypeToCubicBezier($type) {
    $easingValue: "";

    @if $type == "linear" {
        $easingValue: "0.250, 0.250, 0.750, 0.750";
    }
    @else if $type ==  "ease" {
        $easingValue: "0.250, 0.100, 0.250, 1.000";
    }
    @else if $type ==  "ease-in" {
        $easingValue: "0.420, 0.000, 1.000, 1.000";
    }
    @else if $type ==  "ease-out" {
        $easingValue: "0.000, 0.000, 0.580, 1.000";
    }
    @else if $type ==  "ease-in-out" {
        $easingValue: "0.420, 0.000, 0.580, 1.000";
    }
    @else if $type ==  "easeInQuad" {
        $easingValue: "0.550, 0.085, 0.680, 0.530";
    }
    @else if $type ==  "easeInCubic" {
        $easingValue: "0.550, 0.055, 0.675, 0.190";
    }
    @else if $type ==  "easeInQuart" {
        $easingValue: "0.895, 0.030, 0.685, 0.220";
    }
    @else if $type ==  "easeInQuint" {
        $easingValue: "0.755, 0.050, 0.855, 0.060";
    }
    @else if $type ==  "easeInSine" {
        $easingValue: "0.470, 0.000, 0.745, 0.715";
    }
    @else if $type ==  "easeInExpo" {
        $easingValue: "0.950, 0.050, 0.795, 0.035";
    }
    @else if $type ==  "easeInCirc" {
        $easingValue: "0.600, 0.040, 0.980, 0.335";
    }
    @else if $type ==  "easeInBack" {
        $easingValue: "0.600, -0.280, 0.735, 0.045";
    }
    @else if $type ==  "easeOutQuad" {
        $easingValue: "0.250, 0.460, 0.450, 0.940";
    }
    @else if $type ==  "easeOutCubic" {
        $easingValue: "0.215, 0.610, 0.355, 1.000";
    }
    @else if $type ==  "easeOutQuart" {
        $easingValue: "0.165, 0.840, 0.440, 1.000";
    }
    @else if $type ==  "easeOutQuint" {
        $easingValue: "0.230, 1.000, 0.320, 1.000";
    }
    @else if $type ==  "easeOutSine" {
        $easingValue: "0.390, 0.575, 0.565, 1.000";
    }
    @else if $type ==  "easeOutExpo" {
        $easingValue: "0.190, 1.000, 0.220, 1.000";
    }
    @else if $type ==  "easeOutCirc" {
        $easingValue: "0.075, 0.820, 0.165, 1.000";
    }
    @else if $type ==  "easeOutBack" {
        $easingValue: "0.175, 0.885, 0.320, 1.275";
    }
    @else if $type ==  "easeInOutQuad" {
        $easingValue: "0.455, 0.030, 0.515, 0.955";
    }
    @else if $type ==  "easeInOutCubic" {
        $easingValue: "0.645, 0.045, 0.355, 1.000";
    }
    @else if $type ==  "easeInOutQuart" {
        $easingValue: "0.770, 0.000, 0.175, 1.000";
    }
    @else if $type ==  "easeInOutQuint" {
        $easingValue: "0.860, 0.000, 0.070, 1.000";
    }
    @else if $type ==  "easeInOutSine" {
        $easingValue: "0.445, 0.050, 0.550, 0.950";
    }
    @else if $type ==  "easeInOutExpo" {
        $easingValue: "1.000, 0.000, 0.000, 1.000";
    }
    @else if $type ==  "easeInOutCirc" {
        $easingValue: "0.785, 0.135, 0.150, 0.860";
    }
    @else if $type ==  "easeInOutBack" {
        $easingValue: "0.680, -0.550, 0.265, 1.550";
    }
    @return unquote($easingValue);
}
/*cubic-bezierの呼び出し*/
@function ease($type) {
    @return unquote("cubic-bezier(#{returnEaseTypeToCubicBezier($type)})");
}


/*--------------------------------------------------------------
container
--------------------------------------------------------------*/
@media (min-width: 1200px) {
    .container {
        width: 1080px;
    }
}
@media (min-width: 992px) {
    body.single main .container {
        width: 900px;
    }
}

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-menu-widget {
	padding: 0;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.widget-area .widget_fp_social a,
.social-menu-widget a,
.social-menu-widget a:hover {
	color: #d65050;
}
.social-menu-widget li {
	display: inline-block;
	padding: 5px 20px;
	list-style: none;
	line-height: 1;
}
.widget-area .widget_fp_social div ul li {
	padding: 5px 10px;
	line-height: 1;
}
.social-menu-widget a {
	text-decoration: none;
}
.social-widget li a::before,
.social-menu-widget a:before {
	font-family: FontAwesome;
	color: inherit;
}
.social-menu-widget li a,
.social-widget a {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.social-menu-widget li a:hover,
.social-widget a:hover {
}
.social-menu-widget a:before {
	font-size: 50px;
	text-shadow: 0 0 1px #222;
}
.widget-area .widget_fp_social a:before {
	font-size: 34px;
}
.social-menu-widget a[href*="twitter.com"]::before {
	content: '\f099';
}
.social-menu-widget a[href*="facebook.com"]::before {
	content: '\f09a';
}
.social-menu-widget a[href*="plus.google.com"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="google.com/+"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-menu-widget a[href*="pinterest.com"]::before {
	content: '\f231';
}
.social-menu-widget a[href*="youtube.com"]::before {
	content: '\f167';
}
.social-menu-widget a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-menu-widget a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-menu-widget a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-menu-widget a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
.social-menu-widget a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-menu-widget a[href*="tumblr.com"]::before {
	content: '\f173';
}
.social-menu-widget a[href*="behance.net"]::before {
	content: '\f1b4';
}
.social-menu-widget a[href*="deviantart.com"]::before {
	content: '\f1bd';
}
.social-menu-widget a[href*="soundcloud.com"]::before {
	content: '\f1be';
}
.social-menu-widget a[href*="spotify.com"]::before {
	content: '\f1bc';
}
.social-menu-widget a[href*="weibo.com"]::before {
	content: '\f18a';
}
.social-menu-widget a[href*="xing.com"]::before {
	content: '\f168';
}
.social-menu-widget a[href*="trello.com"]::before {
	content: '\f181';
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    width: calc((100% - 200px) / 2);
    float: left;
    text-align: right;
}
.posts-navigation .nav-next,
.post-navigation .nav-next  {
    width: calc((100% - 200px) / 2);
    float: right;
    text-align: left;
}
.nav-links {
    position: relative;
    z-index: 10;
}
.posts-navigation .nav-previous {
	padding-left: 15px;
}
.posts-navigation .nav-next {
	padding-right: 15px;
}
.post-navigation {
    padding: 0 30px;
    position: relative;
}
.post-navigation a {
	color: #000;
	position: relative;
}
.post-navigation .nav-previous:hover span,
.post-navigation .nav-next:hover span {
	color: #47425d;
}
.navigation.pagination {
    margin-top: 60px;
    max-width: 1010px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.f-area {
    position: relative;
    padding: 100px 0 0 0;
    text-align: center;
}
.post-navigation .nav-next a:after {
    background: url(images/new-arrow.png) no-repeat;
    content: '';
    width: 30px;
    height: 5px;
    position: absolute;
    top: 12px;
    right: -35px;
}
.post-navigation .nav-previous a:after {
    background: url(images/old-arrow.png) no-repeat;
    content: '';
    width: 30px;
    height: 5px;
    position: absolute;
    top: 12px;
    left: -35px;
}
.f-more-button{
    clear: both;
    width: 200px;
    margin: 0 auto;
    position: relative;
    font-size: 15px;
}
.f-more-button a{
    color: #000;
}

.nav-links .page-numbers {
    line-height: 1;
    color: #252525;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.nav-links .page-numbers li{
    margin: 0;
}
.nav-links .page-numbers li a {
    padding: 9px 8px;
}
.nav-links .page-numbers li:first-of-type,
.nav-links .page-numbers li:last-of-type {
    border: none;
}
.nav-links .page-numbers li:first-of-type a,
.nav-links .page-numbers li:last-of-type a {
    padding: 0 4px;
}
.nav-links .page-numbers.current {
     padding: 10px 8px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}
@media ( min-width: 991px ) {
	nav.woocommerce-pagination {
		margin-top: 45px;
	}
}

@media ( max-width: 480px ) {
	.f-area {
		margin: 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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
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-left: auto;
	margin-right: auto;
}
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.single .entry-header,
.page .entry-header {
	margin-bottom: 60px;
}
.entry-footer {
	clear: left;
	margin-top: 30px;
}
.page-links {
	clear: both;
	margin: 0 0 30px;
}
.page-header {
	margin: 0 0 60px 0;
	border: 0;
	text-align: center;
	padding-top: 120px;
}
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 150px 0 0 0;
}
.page-template-page_front-page .page-wrap .content-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
.single .meta-post .post-cat::before {
	content: '/';
	padding: 0 10px;
}
.single .meta-post .post-cat:first-of-type::before {
	content: '';
	padding: 0;
}
.single .hentry .meta-post a {
	color: #d65050;
}
body.single #primary.content-area,
#primary.page-content-area {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
@media ( max-width: 1024px ) {
	body.single #primary.content-area,
	#primary.page-content-area {
		width: 85%;
	}
}

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

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.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;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.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 {
	display: block;
}
/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	body {
		font-size: 13px;
		line-height: 1.7;
		font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		background: #fff;
		color: #0d0d0d;
	}
	a {
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	a:hover,
	a:focus {
		color: #443f3f;
		text-decoration: none;
		outline: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	/*p {
		margin-bottom: 20px;
	}*/
	.footer-widgets .widget ul,
	.widget-area .widget ul {
		list-style: none;
		padding: 0;
	}
	.widget .children {
		padding-left: 15px;
	}
	.img-left {
		margin: 0 33px 0 0 !important;
		float: left;
	}
	.img-right {
		margin: 0 0 0 33px !important;
		float: right;
	}
	strong {
		font-weight: 600;
	}
	h1 { font: 38px/1.1 'EB Garamond', serif;}
	h2 { font: 35px/1.1 'EB Garamond', serif;}
	h3 { font: 32px/1.1 'EB Garamond', serif;}
	h4 { font: 25px/1.1 'EB Garamond', serif;}
	h5 { font: 20px/1.1 'EB Garamond', serif;}
	h6 { font: 18px/1.1 'EB Garamond', serif;}
	h1, h2, h3, h4, h5, h6 {
		color: #0d0d0d;
		font-weight: 500;
		margin: 0;
	}
	.text-white { color: #fff !important; }
	.text-dark { color: #443f3f !important;}
	button,
	.llms-button-action,
	.llms-student-dashboard .llms-button-secondary,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		position: relative;
		display: inline-block;
		font-family: "Raleway", sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 12px 60px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	button:hover,
	.llms-button-action:hover,
	.llms-student-dashboard .llms-button-secondary:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
	}
	.select2-container--default .select2-selection--single,
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {
		color: #505050;;
		background-color: #fafafa;
		border: 1px solid #a2a2a2;
		height: 40px;
		padding: 4px 20px;
		border-radius: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
	textarea {
		width: 100%;
		height: 120px;
		padding: 15px 20px;
	}
	input[type="checkbox"] {
		display: inline;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	  color: #a3a2a2;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	  color: #c3c3c3;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  color: #cacaca;
	}
	.orches-animation {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.orches-animation.animated {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }
	@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }
	/* bootstrap resetting elements */
	.btn {
		background-image: none;
	}
	textarea,
	input[type="text"],
	input[type="submit"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		-webkit-appearance: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
	}
table {
	width: 100%;
}
th,td {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	.site-header {
		z-index: 10;
		position: absolute;
		width: 100%;
		margin-bottom: 150px;
	}
	.header-wrap .container {
		padding: 0;
		height: 130px;
		width: 85%;
		max-width: 1080px;
		margin: 0 auto;
		position: relative;
	}
	.header-wrap.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: rgba(255, 255, 255, 0.9);
		padding: 0;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.admin-bar .site-header,
	.admin-bar .site-header.float-header {
		top: 32px;
	}
	.admin-bar:not(.siteScrolled) .slide-item {
		background-position: 50% 0 !important;
	}	
	.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header-inner {
		display: none;
	}
	.site-title {
		margin: 0;
	}
	.site-description {
		font-size: 16px;
		margin: 15px 0 0;
		line-height: 1.6;
		color: #efefef;
	}
	.site-description:empty {
		margin: 0;
	}		
	.site-header .logo {
		margin: 0;
		float: left;
		max-width: 218px;
		padding-top: 17px;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}
	.site-header .logo a {
		display: block;
		height: 100%;
	}
	.site-header .site-logo {
		max-width: 218px;
		max-height: 96px;
	}
	.site-header.float-header {
		background-color: rgba(255, 255, 255, 0.9)  !important;
		padding: 0;
	}
	.site-header.float-header #mainnav {
		padding: 0;
	}
	
		
/*--------------------------------------------------------------
menu
--------------------------------------------------------------*/
/*trigger-menu*/

.trigger {
    float: right;
    height: 50px;
    width: 50px;
    margin-top: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.trigger.fixed {
    position: fixed;
    right: calc((100% - 1080px) / 2);
    top: 0;
    z-index: 99;
}
.trigger-menu {
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 99;
    cursor: pointer;
}
.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav {
    background: url(https://luvclover.live/home/wp-content/uploads/2020/11/top_wall.jpg) no-repeat;
    background-position: 50% 0px;
    background-size: cover;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}
.gnav__wrap {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}
.gnav__menu {
    width: 280px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.gnav__menu__item{
    opacity: 0;
    will-change: animation;
}
.gnav__menu__item a {
    color: #000;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    display: block;
    position: relative;
    top: 0px;
    padding: 1em 0;
    transition: all 0.5s;
}
.gnav__menu__item a:before {
    position: absolute;
    top: calc(50% + 0.2rem);
    left: -0.5em;
    width: calc(100% - 35%);
    height: 1px;
    -webkit-transform: translate(0, -50%) scaleX(0);
    transform: translate(0, -50%) scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    background: #7a7a7a;
    content: "";
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.55s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 100;
}
.gnav__menu__item a:after{
    position: absolute;
    top: calc(50% + 0.2rem);
    right: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gnav__menu__item a:hover:before {
    -webkit-transform: translate(0, -50%) scaleX(1);
    transform: translate(0, -50%) scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.gnav__menu__item a:hover{
    color: #666;
}

@media only screen and (max-width: 1080px) {
	.trigger.fixed {
		right: 20px;
	}
}	
@media only screen and (max-width: 768px) {
	.gnav__menu__item a {
		font-size: 18px;
	}
	.gnav__menu__item {
		margin: 0;
	}
}
	
/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
	.aside-image {
		padding: 0;
		position: relative;
	}
	.aside-image .image-container {
	    height: 100%;
	    overflow: hidden;
	    padding: 0;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.aside-image .image-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover !important;
		z-index: 0;
		background-position: 50% 50%;
	}
	.aside-image .content-wrap {
		padding: 70px 0 70px 50px;
	}
	.aside-image.right .image-container {
		left: auto;
		right: 0;
	}
	.aside-image.right .content-wrap {
		padding: 70px 50px 70px 0;
	}
	.error-wrap h1 {
		font-size: 35px;
		color: #ddd;
		font-weight: 600;
		margin: 0 0 40px;
		line-height: normal;
	}
	.error-wrap h5 {
		margin-top: 60px;
		font-size: 18px;
		font-weight: normal;
	}
	.error-wrap .error-search {
		padding: 0 80px;
	}
	.error-wrap #search-form {
	    height: 50px;
	    margin-bottom: 17px;
	    position: relative;
	    width: 100%;
	}
	.error-wrap .search-input {
	    margin: 0;
	    width: 100%;
	}
	.error-wrap #search-submit {
	    height: 50px;
	    padding: 0;
	    position: absolute;
		top: 0;
		right: 0;
	    width: 120px;
	    border-radius: 0 3px 3px 0;
		background: #443f3f;
		border-color: #443f3f;
	}
	.error-wrap #search-submit:hover {
		color: #fff;
	}
	/* Page sider */
	#page-slider {
		position: relative;
		height: 250px;
	}
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	.page-wrap {
		padding: 130px 0 280px 0;
		clear: both;
	}
	body.category .page-wrap {
		padding: 130px 0 240px 0;
		clear: both;
	}
	.page-template-page_front-page .page-wrap,
	.projects-template-post_full .page-wrap,
	.projects-template-post_full .page-wrap .content-wrapper {
		padding: 0;
	}
	.entry-page p,
	.entry-post p {
		margin-bottom: 24px;
	}
	.entry-post img {
		margin: 10px 0 20px;
	}
	.header-slider,
	.owl-wrapper {
		direction: ltr;
	}
	.header-slider,
	.owl-carousel {
	      -webkit-transform: translate3d(0,0,0);
	}
	.header-slider {
		-moz-transform: none;
	}
@media only screen and (max-width: 1024px) {
	.page-wrap, body.category .page-wrap {
		padding: 65px 0 100px 0;
	}
}
	
/*--------------------------------------------------------------
Parallax
--------------------------------------------------------------*/
	.parallax {
		width: 100%;
		background-attachment: fixed;
		background-position: 50% 0;
	}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
	.content-area .post-wrap,
	.contact-form-wrap {
		padding-right: 0;
		margin: 0 -15px;
	}
	body.single .content-area .post-wrap {
		margin: 0;
	}
	.content-area .hentry {
		position: relative;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.content-area .hentry:first-child {
		padding-top: 0;
	}
	.content-area .hentry:first-child:after {
		height: 0;
	}
	.hentry .post-content {
		overflow: hidden;
	}
	.content-area .entry-thumb {
		text-align: center;
		margin-bottom: 15px;
	}
	.hentry .title-post {
		font-size: 22px;
		line-height: normal;
		padding-bottom: 0;
		margin: 0;
	}
	.hentry .title-page {
		font-size: 35px;
		line-height: normal;
		padding-bottom: 0;
		margin: 0;
	}
	.hentry .title-archive {
		font-size: 14px;
		font-weight: 600;
		line-height: normal;
		padding-bottom: 0;
		margin: 0;
	}
	.hentry .entry-header .entry-day {
		    margin-bottom: 0;
		    font-size: 12px;
	}
	.hentry .meta-post {
		margin-bottom: 20px;
	}
	.hentry .meta-post,
	.hentry .meta-post a {
		color: #5e5e5e;
		fill: #5e5e5e; 
		font-size: 13px;
	}
	.hentry .meta-post span {
		position: relative;
		padding-left: 20px;
		margin-right: 18px;
	}
	.hentry .meta-post .cat-links {
		display: inline-block;
	}
	span.author.vcard {
		padding: 0;
		margin: 0;
	}
	.hentry blockquote {
	    background-color: #333;
	    color: #fff;
	    font-size: 16px;
	    font-style: italic;
	    line-height: 23px;
	    margin-bottom: 30px;
	    padding: 30px 35px;
	    position: relative;
	}
	.fullwidth {
		width: 100%;
	}
	.error-404 {
		text-align: center;
	}
	.error-404 .page-content p {
		margin-bottom: 30px;
	}
	.masonry-layout {
		width: 100%;
		padding: 0;
	}
	.masonry-layout .hentry {
		width: 360px;
		margin: 15px;
		padding: 0;
	}
	.masonry-layout .post-wrap {
		padding: 0;
	}
	.masonry-layout .hentry:after {
		width: 0;
		height: 0;
	}
	/* Blog pagination */
	.blog-pagination ul {
		width: 100%;
		text-align: right;
		list-style: none;
	}
	.blog-pagination ul li,
	.blog-pagination ul li a {
		display: inline-block;
		background-color: transparent;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.blog-pagination ul li {
		margin-left: 3px;
	}
	.blog-pagination ul li.active,
	.blog-pagination ul li:hover a {
		color: #fff;
	}
	/* Classic alternative layout */
	.classic-alt.content-area .hentry:after {
		display: none;
	}
	.classic-alt .hentry {
		border-bottom: 1px solid #ebebeb;
	}
	.classic-alt .hentry:last-of-type {
		border-bottom: 0;
	}
	.classic-alt .entry-header {
		text-align: center;
		margin-bottom: 30px;
	}
	.classic-alt .entry-title {
		font-size: 36px;
		font-weight: 500;
	}
	.classic-alt .entry-title a {
		color: #47425d;
	}
	.classic-alt .meta-post {
		margin-bottom: 10px;
	}
	.single .meta-post a,
	.classic-alt .meta-post a {
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 13px;
	}
	.single-meta,
	.single-meta a,
	.classic-alt .posted-on,
	.classic-alt .posted-on a {
		color: #000;
	}
	.single .single-meta,
	.classic-alt .posted-on {
		font-size: 12px;
	}
	.single .single-meta {
		display: table;
	}
	.single-meta .byline {
		padding-left: 10px;
	}
	.classic-alt .meta-post a {
		color: #d65050;
	}
	.single-meta ul {
   		 margin: 0;
   		 padding: 0;
   		 list-style: none;
    		display: flex;
	}
	.single-meta ul li{
   		 position: relative;
	}
	.single-meta ul li:first-of-type {
   		 padding-right: 1em;
	}
	.single-meta ul li:first-of-type:after{
    		/*content: '';*/
    		background: #888;
    		width: 1px;
    		height: 15px;
    		position: absolute;
    		top: 0.4em;
   		 right: 0.5em;
	}
	/* Modern layout */
	.content-area.modern .hentry {
		box-shadow: 0 11px 40px rgba(79, 118, 157, 0.1);
		padding: 40px;
		margin-bottom: 60px;
	}
	.content-area.modern .entry-thumb {
		margin: -40px -40px 40px;
	}
	.content-area.modern .hentry:after {
		display: none;
	}
	.content-area.modern .entry-title a {
		color: #263246;
	}
	.content-area.modern .entry-post {
		color: #868990;
	}
	.content-area.modern .meta-post {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.content-area.modern .hentry .meta-post span:before,
	.content-area.modern .post-cat {
		color: #d65050;
	}
	.content-area.modern .hentry .meta-post span:first-of-type {
		padding-left: 0;
	}
	.content-area.modern .post-cat {
		letter-spacing: 0.5px;
	}
	.content-area.modern .hentry .meta-post span {
		margin-right: 0;
	}
	.content-area.modern .hentry .meta-post span::after {
		content: '|';
		margin: 0 5px;
		color: #868990;
		vertical-align: top;
	}
	.content-area.modern .read-more {
		color: #111111;
		font-size: 14px;
	}
	.content-area.modern .read-more-gt {
		color: #d65050;
	}
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
	.widget-area {
		border: none;
		padding: 0 70px 0 0;
	}
	.widget-area .widget {
		position: relative;
		margin-bottom: 55px;
	}
	.widget-area .widget:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.widget-area .widget:first-child {
		padding-top: 0;
	}
	.widget-area .widget:first-child:before {
		height: 0;
	}
	.widget-area .widget-title {
		font-size: 22px;
		line-height: normal;
		color: #000;
		font-weight: 600;
		padding-bottom: 0.3em;
		margin: 0 0 0.6em 0;
		position: relative;
		border-bottom: 1px solid #000;
	}
	.widget-area .widget ul li {
		padding: 0 0 5px 12px;
		position: relative;
		background: url(https://pairohair.com/site/img/arrowR.png) no-repeat 0 6px;
		background-size: 6px 8px;
	}
	.widget-area .widget ul li:first-child {
		padding-top: 0;
	}
	.widget-area .widget ul li:last-child {
		padding-bottom: 0;
	}
	.widget-area,
	.widget-area  a {
		color: #000;
	}
	/* widget popular posts */
	.widget-popular-post .news .thumb {
		width: 65px;
		height: auto;
		margin: 3px 18px 0 0;
		float: left;
	}
	.widget-popular-post .news .text {
		min-height: 65px;
	}
	.widget-popular-post .news h6 {
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		margin: 0 0 4px;
	}
	.widget-popular-post .news p,
	.widget-popular-post .news p a {
		font-size: 13px;
		margin: 0;
	}
	.widget-popular-post .news p a:hover {
		text-decoration: underline;
	}
	/* widget categories */
	.widget-categories .categories li a {
		position: relative;
		display: block;
	}
	.widget-categories .categories li span {
		position: absolute;
		right: 0;
		top: 0;
	}
	/* widget tags */
	.widget-tags .tag-list a {
		display: inline-block;
		font-size: 13px;
		color: #767676;
		border: 1px solid #dbdbdb;
		padding: 7px 15px;
		margin: 4px;
		margin-left: 0;
	}
	.widget-tags .tag-list a:hover {
		color: #5e5e5e;
	}
	.search-field {
		max-width: 100%;
	}
/*--------------------------------------------------------------
Blog single
--------------------------------------------------------------*/
	.single-post .hentry {
		padding-bottom: 0;
	}
	.single-post .author-post {
		position: relative;
		margin-top: 50px;
		background-color: #eee;
		padding: 20px;
	}
	.single-post .author-post .author-avatar {
		float: left;
		width: 145px;
		background-color: #f5f5f5;
		padding: 3px;
	}
	.single-post .author-post .author-info {
		position: relative;
		padding: 0 20px 0 35px;
		margin-left: 140px;
		min-height: 140px;
	}
	.single-post .author-post .name {
		margin: 3px 0 17px 0;
	}
	.single-post .author-post .name h6 {
		font-size: 20px;
		font-weight: 600;
		display: inline-block;
		margin: 0;
	}
	.single-post .author-post .intro {
		margin: 0;
	}
	.single-post .author-post ul.socials {
		position: absolute;
		top: 10px;
		right: 20px;
		list-style: none;
		margin: 0;
	}
	.single-post .author-post ul.socials li {
		float: left;
		text-align: center;
		margin-right: 5px;
	}
	.single-post .author-post ul.socials li a {
		display: inline-block;
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 25px;
		color: #ccc;
	}
	.tags-links a {
		display: inline-block;
		background-color: #f7f7f7;
		padding: 8px 30px;
		color: #47425d;
		margin: 0 5px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.tags-links a:first-of-type {
		margin-left: 0;
	}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	.site-footer {
		padding: 65px 0 0 0;
		position: relative;
		background: #000 url(images/top_wall.jpg) repeat 0 0;
	}
	.site-footer .site-info {
		text-align: center;	
	}
	.site-footer,
	.site-footer a {
		color: #000;
	}
	.f-logo {
		padding-bottom: 120px;
		max-width: 148px;
		margin: 0 auto;	
	}

@media only screen and (max-width: 991px) {
	.site-footer .site-info {
		display: block;
		text-align: center;
	}
}

/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
#scroll-bar {
    position: fixed;
    height: 130px;
    right: 20px;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
}
#scroll-bar div {
    width: 1px;
    height: 100px;
    background: #c9c9c9;
    pointer-events: visible;
    overflow: hidden;
    position: relative;
}
#scroll-bar #js-current-bar {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #474747;
}
#scroll-bar a {
    display: none;
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 30px;
    height: 30px;
}
#scroll-bar a:before, #scroll-bar a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
#scroll-bar a:before {
    border-top: 1px #c9c9c9 solid;
    border-right: 1px #c9c9c9 solid;
    z-index: 2;
}
#scroll-bar a:after {
    border-top: 1px #000 solid;
    border-right: 1px #000 solid;
    z-index: 1;
}
#scroll-bar a:hover:after {
    bottom: 5px;
}
#scroll-bar.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		bottom : 20px;
}

/*--------------------------------------------------------------
Panels
--------------------------------------------------------------*/
	.panel-grid-cell .widget-title {
		text-align: center;
		margin-bottom: 50px;
		position: relative;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
	.panel-grid-cell .widget-title:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 50px;
		height: 1px;
		margin-left: -25px;
		background-color: #d65050;
	}
	.panel-grid {
		max-width: 1170px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.panel-row-style[data-hasbg="hasbg"] {
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		position: relative;
		z-index: 11;
		overflow: hidden;
	}
	.panel-grid .overlay {
		z-index: -1;
	}
	.no-col-padding .panel-grid-cell {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/* SO post carousel fix */	
	.sow-carousel-thumbnail .overlay {
	    position: static;
	    height: 100% !important;
	}		
/* Counter
-------------------------------------------------------------- */
	.roll-counter {
		text-align: center;
	}
	.roll-counter i {
		font-size: 30px;
	}
	.roll-counter .name-count,
	.roll-counter .numb-count {
		font-family: "Raleway", sans-serif;
	}
	.roll-counter .name-count {
		font-size: 14px;
		font-weight: 600;
		padding: 15px 0;
	}
	.roll-counter .numb-count {
		font-size: 44px;
		padding: 0;
		font-weight: 600;
	}
/* Clients
-------------------------------------------------------------- */
	.roll-client {
	    text-align: center;
	}
	.roll-client .client-item {
	    float: none;
	    display: inline-block;
		width: 19%;
		text-align: center;
		margin: 15px 0;
	}
	.roll-client .client-item img {
		max-width: 150px;
	}

/* Spacer
-------------------------------------------------------------- */
	.roll-spacer {
		display: block;
		clear: both;
		width: 100%;
		height: 47px;
		overflow: hidden;
	}
	.roll-spacer.small {
		height: 27px;
	}
	.roll-spacer.large {
		height: 60px;
	}
/* Icon Box
-------------------------------------------------------------- */
	.service {
		margin-bottom: 30px;
	}
	.widget_sydney_services_type_b .service {
		margin-bottom: 20px;
	}
	.widget_sydney_services_type_b .service-thumb {
		float: left;
		max-width: 120px;
    	margin-right: 30px;
    	margin-top: 7px;
	}
	.service.col-md-4:nth-of-type(3n+1) {
		clear: left;
	}
	.service.col-md-6:nth-of-type(2n+1) {
		clear: left;
	}
	.roll-icon-box {
		text-align: center;
	}
	.roll-icon-box .service-thumb {
		margin: 0 auto 20px;
	}
	.roll-icon-box .icon {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 75px;
		margin: 0 auto 20px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-icon-box.left {
		text-align: left;
	}
	.roll-icon-box.left .icon {
		float: left;
		margin-top: 7px;
		margin-right: 30px;
	}
	.roll-icon-box .icon i {
		font-size: 26px;
	}
	.roll-icon-box .content {
		overflow: hidden;
	}
	.roll-icon-box .content h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		margin: 7px 0 10px;
	}
	.roll-icon-box .content h3,
	.roll-icon-box .content h3 a {
		color: #443f3f;
	}
	.roll-icon-box .content p {
		margin: 0;
	}

/* Contact widget
-------------------------------------------------------------- */

.sydney_contact_info_widget span {
	color: #d65050;
	margin-right: 15px;
}
.sydney_contact_info_widget div {
	margin-bottom: 15px;
}
/* Icon List
-------------------------------------------------------------- */
	.roll-icon-list {
		padding-top: 15px;
	}
	.roll-icon-list .icon {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 75px;
		float: left;
		margin-right: 30px;
		margin-top: 7px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-icon-list .icon i {
		font-size: 26px;
	}
	.roll-icon-list .list-item {
		margin-bottom: 30px;
	}
	.roll-icon-list .content {
		overflow: hidden;
	}
	.roll-icon-list .content h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		margin: 7px 0 10px;
	}
	.roll-icon-list .content h3 a {
		color: #443f3f;
	}
	.roll-icon-list .content p {
		margin-bottom: 0;
	}
/* List
-------------------------------------------------------------- */
	.roll-list {
		list-style: none;
		margin: 0 0 30px 10px;
	}
	.roll-list li {
		line-height: 32px;
		position: relative;
		padding-left: 40px;
	}
	.roll-list li:before {
		content: "\f006";
		font-family: "FontAwesome";
		font-size: 15px;
		position: absolute;
		left: 0;
		top: 0;
	}
/* Button
-------------------------------------------------------------- */
	.roll-button {
		position: relative;
		display: inline-block;
		font-family: "Raleway", sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 12px 35px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.roll-button:hover {
		background-color: transparent;
	}
	.roll-button.border {
		background-color: transparent;
		text-transform: uppercase;
	}
	.roll-button.border:hover {
		color: #fff;
	}
	.roll-button.border.text-white {
		color: #fff;
	}
	.roll-button.light {
		background-color: #fff;
		border: 1px solid #fff;
		color: #443f3f;
	}
	.roll-button.light:hover {
		color: #fff;
	}
	.roll-button.light.border {
		border: 1px solid #fff;
		background-color: transparent;
		color: #fff;
	}
	.roll-button.light.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.roll-button.dark {
		background-color: #443f3f;
		border: 1px solid #443f3f;
	}
	.roll-button.dark:hover {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.more-button {
		display: table;
		margin: 30px auto 0;
		clear: both;
	}
/* Button Group
-------------------------------------------------------------- */
	.roll-button-group {
		text-align: center;
	}
	.roll-button-group .roll-button {
		margin-left: 8px;
	}
	.roll-button-group .roll-button:first-child {
		margin-left: 0;
	}
/* Lastest news
-------------------------------------------------------------- */
.blog-post {
	margin-bottom: 30px;
}
.blog-post .entry-title {
	margin: 15px 0;
	font-size: 16px;
}

/* Socials
-------------------------------------------------------------- */
	.roll-socials li {
		display: inline-block;
		text-align: center;
		margin: 2px 8px 8px 0;
	}
	.roll-socials li:last-child {
		margin-right: 0;
	}
	.roll-socials li a {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color: transparent;
		font-size: 16px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-socials li a:hover {
		color: #fff;
	}

/* Tabs
-------------------------------------------------------------- */
	.roll-tabs {
		margin-bottom: 20px;
	}
	.roll-tabs .menu-tab {
		overflow: hidden;
		margin: 0;
		list-style: none;
	}
	.roll-tabs .menu-tab li {
		position: relative;
		bottom: -1px;
		float: left;
		margin-right: 2px;
	}
	.roll-tabs .menu-tab li a {
		font-family: "Raleway", sans-serif;
		font-size: 14px;
		font-weight: 500;
		display: block;
		color: #2d3340;
		padding: 12px 25px 10px;
	}
	.roll-tabs .menu-tab li a:hover {
		background-color: #f7f7f7;
		text-decoration: none;
	}
	.roll-tabs .menu-tab li.active a {
		background-color: #fff;
		border: 1px solid #dbdbdb;
		transition: none;
	}
	.roll-tabs .content-tab {
		margin-top: 50px;
		border: 1px solid #dbdbdb;
		padding: 25px 20px 10px 25px;
		margin-top: -1px;
		background-color: #fff;
	}
	.roll-tabs .content-tab p {
		margin-bottom: 20px;
	}

/* Elements
-------------------------------------------------------------- */
	a {
		color: #01a89c;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #252525;
	}
	.text-color { color: #252525;}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		background-color: #252525;
		border: 1px solid #252525;
		width: 270px;
		margin: 18px 2%;
	}
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
		color: #252525;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border: 1px solid #01a89c;
	}
	#mainnav > ul > li > a.active,
	#mainnav > ul > li > a:hover {
		color: #01a89c;
	}
	#mainnav ul li ul:after {
		background-color: #01a89c;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
		background-color: #d65050;
	}
	.error-wrap #search-submit:hover {
		background-color: #d65050;
		border-color: #d65050;
	}
	.text-slider .maintitle:after {
		background-color: #000;
	}
	.hentry .meta-post a:hover {
		color: ##01a89c;
	}
	.hentry blockquote {
	    border-left: 3px solid #01a89c;
	}
	.blog-pagination ul li {
		border: 1px solid #d65050;
	}
	.blog-pagination ul li.active,
	.blog-pagination ul li:hover a {
		background-color: #d65050;
	}
	.sidebar .widget:before {
		background-color: #d65050;
	}
	.widget-tags .tag-list a:hover {
		border: 1px solid #d65050;
	}
	.comment .comment-detail {
		border: 1px solid #d65050;
	}
	.bottom .socials li:hover a,
	.go-top {
		background-color: transparent;
	}
	.go-top:hover {
		color: #fff;
	}
	.switcher-container .switcher-icon a:focus {
		color: #00a99d;
	}
	.owl-theme .owl-controls .owl-page span{
	  border: 2px solid #00a99d;
	}
	.owl-theme .owl-controls .owl-page.active span,
	.owl-theme .owl-controls.clickable .owl-page:hover span{
	  background-color: #00a99d;
	}
	.roll-icon-box .icon {
		border: 1px solid #00a99d;
	}
	.roll-icon-box .icon i,
	.roll-icon-box .content h3 a:hover {
		color: #00a99d;
	}
	.roll-icon-box.white .icon {
		background-color: #00a99d;
	}
	.roll-icon-box.white .content h3 a {
		color: #00a99d;
	}
	.roll-icon-list .icon {
		border: 1px solid #00a99d;
	}
	.roll-icon-list .icon i,
	.roll-icon-list .content h3 a:hover {
		color: #00a99d;
	}
	.llms-student-dashboard .llms-button-secondary,
	.roll-button {
		background-color: #00a99d;
		border: 1px solid #00a99d;
	}
	.llms-student-dashboard .llms-button-secondary:hover,
	.roll-button:hover {
		color: #00a99d;
	}
	.roll-button.border {
		color: #00a99d;
		border: 1px solid #00a99d;
	}
	.roll-button.border:hover {
		background-color: #00a99d;
	}
	.roll-button.light:hover {
		border: 1px solid #00a99d;
		background-color: #00a99d;
	}
	.project-filter li a.active,
	.project-filter li a:hover {
		background-color: #00a99d;
	}
	.roll-testimonials .name {
		font-family: "Raleway", sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #00a99d;
	}
	.roll-project .project-item .project-pop {
		background-color: #00a99d;
	}
	.roll-socials li a {
		border: 1px solid #00a99d;
	}
	.roll-socials li a:hover {
		background-color: #00a99d;
		border: 1px solid #00a99d;
	}
	.roll-infomation li.address:before,
	.roll-infomation li.phone:before,
	.roll-infomation li.email:before {
		color: #00a99d;
	}
	.roll-progress .progress-animate {
		background-color: #00a99d;
	}
	.roll-team .team-item .team-pop .team-social li:hover a {
		color: #00a99d;
	}
	.roll-team .team-item .team-pop {
		background-color: #00a99d;
	}
	.roll-team .team-content .name {
		color: #00a99d;
	}

/* Core video
-------------------------------------------------------------- */
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.wp-custom-header iframe {
	vertical-align: top;
}

.wp-custom-header {
	position: relative;
}
.wp-custom-header .wp-custom-header-video-button {
	position: absolute;
	bottom: 10%;
	left: -webkit-calc(50% - 25px);
	left: calc(50% - 25px);
	height: 50px;
	width: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.70);
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.wp-custom-header .wp-custom-header-video-button:hover {
	color: #fff;
	background-color: #333;
}
.wp-custom-header .wp-custom-header-video-button:focus {
	outline: none;
}

/*--------------------------------------------------------------
Integrations
--------------------------------------------------------------*/
/* Elementor and Beaver Builder */
.page-template-page_front-page.elementor-page .page-wrap .content-wrapper,
.page-template-page_front-page.fl-builder .page-wrap .content-wrapper {
	width: 100%;
	padding: 0 15px;
}
/* Parallax fix */
.panel-row-style,
.elementor-section {
	-webkit-transform: translate3d(0,0,0);
}
@-moz-document url-prefix() {
    .panel-row-style {
          background-position: center !important;
    }
}
.elementor-section,
.panel-row-style {
    -moz-transform: none !important;
}
_:-ms-lang(x), .elementor-section, .panel-row-style { transform: none !important; }
/* End parallax fix */

.fl-widget .widgettitle,
div[class*="elementor-widget-wp-widget-sydney"] h5 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 32px;
}
/* Mailchimp for WordPress */
.mc4wp-form label {
	display: block;
	width: 100%;
}
.mc4wp-form input:not([type="submit"]) {
	width: 100%;
}
/* Yoast SEO breadcrumbs */
.sydney-breadcrumbs {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.sydney-breadcrumbs,
.sydney-breadcrumbs a {
	color: #47425d;
}
.sydney-breadcrumbs a {
    text-decoration: underline;
    margin: 0 3px;
    text-decoration-color: #bababa;	
}
/* Elementor slider block */
.athemes-hero-slider .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.athemes-hero-slider .hero-slide-inner {
    transform: translatey(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.elementor-section-boxed .athemes-hero-slider .hero-slide-inner {
	padding: 30px;
}
.elementor-section-boxed .athemes-hero-slider .hero-slide-inner .container {
	width: 100%;
}
.athemes-hero-slider .swiper-button-next, .athemes-hero-slider .swiper-button-prev {
	background: none;
	fill: #fff;
}
.athemes-hero-slider .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	border-radius: 5px;
	background-color: #fff;
}
.athemes-hero-slider .roll-button {
	display: inline-block;
	margin-top: 20px;
}
/*--------------------------------------------------------------
SVGs
--------------------------------------------------------------*/
.sydney-svg-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	line-height: 1;
}
.go-top svg {
	fill: #333;
}
.go-top:hover svg {
	fill: #888;
}
.meta-post .sydney-svg-icon {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
}
.posted-on .sydney-svg-icon {
	top: -1px;
}
.single-meta .sydney-svg-icon {
	fill: #68647a;
}
.single-meta .sydney-svg-icon {
	width: 14px;
	height: 20px;
	margin-right: 7px;
}
.wp-custom-header button {
	fill: #fff;
}
.btn-menu .sydney-svg-icon {
	width: 22px;
	fill: #000;
}
.btn-submenu svg {
	fill: #000;
	width: 20px;
	transform: rotate(-180deg);
	transition: all 0.4s;
	position: relative;
	top: 15px;
}
.btn-submenu.active svg {
	transform: rotate(0);
}

/* Media Queries
-------------------------------------------------------------- */
	@media only screen and (min-width: 1930px) {
		.parallax {
			background-size: cover;
		}
	}
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1199px) {
		.roll-icon-list .list-item {
			margin-bottom: 18px;
		}
		.roll-project.fullwidth .project-item {
			width: 25%;
		}
		.masonry-layout .hentry {
			width: 455px;
		}
	}
	/* Smaller than standard 980 */
	@media only screen and (max-width: 991px) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
		.roll-counter .numb-count {
			font-size: 24px;
		}
		.masonry-layout .hentry {
			width: 345px;
		}
		.header-wrap .col-md-8 {
			padding: 0;
		}
		.last {
			margin-bottom: 0 !important;
		}
		.margin-bottom-device {
			margin-bottom: 50px;
		}
		.margin-top-device {
			margin-top: 50px;
		}
		.content-area .post-wrap,
		.contact-form-wrap {
			padding-right: 0;
		}
		.contact-form-aside,
		.sidebar {
			margin-top: 50px;
		}
		.roll-icon-box {
			margin-bottom: 30px;
		}
		.roll-promobox.aside-style,
		.roll-promobox.aside-style .promo-wrap,
		.roll-promobox.aside-style .promo-content,
		.roll-promobox.aside-style .promo-controls {
			display: block;
			text-align: center;
			width: 100%;
		}
		.roll-promobox.aside-style .title {
			margin-bottom: 20px;
		}
		.roll-project.fullwidth .project-item {
			width: 33.3%;
		}
		.footer-widgets .widget {
			margin-bottom: 50px;
		}
		.roll-client .client-item img {
			max-width: 100%;
  		}
		.blog-post:nth-of-type(2n+1) {
		    clear: left;
		}  				
	}
	@media only screen and (max-width: 1024px) {
		
		.slides-container .slide-item,
		.panel-row-style {
			background-attachment: scroll !important;
			background-position: center !important;
		}
		.panel-row-style.mob-pad-0 {
			padding: 0 !important;
		}
		.panel-row-style.mob-pad-15 {
			padding: 15px 0 !important;
		}
		.panel-row-style.mob-pad-30 {
			padding: 30px 0 !important;
		}
		.panel-row-style.mob-pad-45 {
			padding: 45px 0 !important;
		}
		.header-clone {
			display: none;
		}		
		.posts-navigation {
			overflow: hidden;
			margin-bottom: 30px;
		}
		#mainnav {
			display: none;
		}
		.fw-menu-container {
			padding-left: 30px;
			padding-right: 30px;
		}
		.header-wrap .container {
			height: 110px;
		}
		.site-header .site-logo {
			max-height: 90px;
			max-width: 204px;
		}
	}
	@media only screen and (max-width: 780px) {
		.roll-client .client-item img {
			max-width: 100%;
  		}
  		.panel-grid-cell {
   			padding-left:15px !important;
    		padding-right:15px !important;
    		margin-bottom: 15px !important;
  		}
		h1 { font-size: 32px;}
		h2 { font-size: 28px;}
		h3 { font-size: 22px;}
		h4 { font-size: 18px;}
		h5 { font-size: 16px;}
		h6 { font-size: 14px;}
	}
	/* Tablet Landscape */
	 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
	}

	@media only screen and (max-width: 1399px) {
		.site-header #mainnav ul li ul {
		    right: 14px;
		}
		.site-header #mainnav ul li ul li ul {
		    left: -100%;
		}
	}

	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
		.posts-layout {
			max-width: 100%;
		}
		.masonry-layout .hentry {
			width: 100%;
			margin: 0 0 30px;
			padding: 0 15px;
		}
		.text-slider-section {
			min-height: 190px;
		}
		.text-slider .maintitle {
			font-size: 32px;
		    line-height: 1.1;
		    padding-bottom: 10px;
		}
		.text-slider .subtitle {
		    font-size: 16px;
		    line-height: 24px;
		    padding: 15px 0;
		}
		.roll-button {
			padding: 10px 30px;
		}
		.roll-project .project-item {
			width: 100%;
		}
		.roll-project.fullwidth .project-item {
			width: 50%;
		}
		.roll-counter {
			margin-bottom: 30px;
		}
		.sydney_facts_widget .col-md-3:last-of-type .roll-counter {
			margin-bottom: 0;
		}
		.roll-counter .name-count {
			padding: 5px 0;
		}
		.single-post .author-post .author-avatar {
			float: none;
			margin-bottom: 20px;
		}
		.single-post .author-post .author-info {
			margin-left: 0;
			padding: 0;
		}
		.single-post .author-post ul.socials {
			position: static;
		}
		.single-post .author-post .intro {
			clear: left;
			padding-top: 10px;
		}
		.comment-list .children {
			margin-left: 75px;
		}
		.error-wrap .error-search {
			padding: 0 20px;
		}
		.aside-image .content-wrap {
			padding-left: 0;
			padding-right: 0;
		}
		.social-menu-widget a:before {
			font-size: 42px;
		}
		.site-header.float-header {
			padding: 0;
		}

        .text-slider-section {
			min-height: 0;
			top: auto;
			bottom: 0;
		}
		.site-title {
			font-size: 22px !important;
		}
		.fluid-width-video-wrapper + #wp-custom-header-video-button {
			display: none;
		}
	}
	@media only screen and (max-width: 600px) {
		.roll-client .client-item {
			padding: 5px;
			margin: 0;
			width: 32.5%;
		}
		.header-wrap .container {
			height: 90px;
		}
		.site-header .site-logo {
			max-width: 150px;
			max-height: 66px;
		}
		.trigger {
			margin-top: 35px;
		}
	}

	/* Mobile Portrait Size */
	@media only screen and (max-width: 479px) {
		.roll-project.fullwidth .project-item {
			width: 100%;
		}
		.blog-post,
		.service,
		.sidebar-column {
			padding: 0;
		}
		.roll-button {
			font-size: 12px;
		}
		.text-slider .maintitle {
			font-size: 18px;
		}
		.text-slider .subtitle {
			font-size: 14px;
		}
		.text-slider {
			margin-bottom: 5px;
		}
		.text-slider .subtitle {
			padding: 5px 0;
		}
		.button-slider {
    		padding: 5px 15px;
    		font-size: 11px;
		}

	}
	@media only screen and (max-width: 320px) {
		.text-slider {
			margin-bottom: 0;
		}

	}
	/* Center menu vertically */
	@media screen and (min-width: 1025px) {
		#mainnav > div > ul,
		.header-wrap .fw-menu-container > .row,
		.header-wrap .container > .row {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
			height: 130px;
		}
		#mainnav > div > ul {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.menu-centered #mainnav > div > ul {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		}
		.menu-centered .fw-menu-container > .row {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;			
		}		
	}
	/* Mobile slider */
	.mobile-slide {
		display: none;
	}
	.sydney-hero-area {
		overflow: hidden;
		margin-bottom: 200px;
		position: relative;
	}
	
/*-パソコンにはパソコン用のスマホにはスマホ用の改行を作る-
 お問い合わせ・<br class="br-sp">ご相談-*/
@media screen and (min-width: 481px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 480px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/**
** Gutenberg
*/
.post-template-post_nosidebar .content-area {
	max-width: 805px;
	margin-left: auto;
	margin-right: auto;
}
.post-template-post_nosidebar .alignfull,
.post-template-post_nosidebar .wp-block-cover-image {
	max-width: 100vw;
	width: auto;
	margin-left: -182px;
	margin-right: -182px;
}
.post-template-post_nosidebar .alignwide {
	max-width: none;
    width: calc(100% + 200px);
    position: relative;
    left: -100px;
}

/**/
#under_btn {
    position: fixed;
    left: 50px;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}
#under_btn div {
    width: 1px;
    height: 100px;
    background: #a0a0a0;
    pointer-events: visible;
    overflow: hidden;
    position: relative;
}
#under_btn #js-current-bar{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #484848;
}
#under_btn a{
    display: inline-block;
    position: absolute;
    right: -15px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #252525;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
Hero section
--------------------------------------------------------------*/
.header-slider {
		position: relative;
	    max-width: 100%;
}
.slides-container .slide-item {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
}
.sliderFix {
		display: block !important;
}

.slide-inner-mark{
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pic-mark {
    max-width: 618px;
    min-width: 320px;
    max-height: 643px;
}
.pic-mark img {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.pic-mark.active img {
    transition: transform 2.6s cubic-bezier(0.5, 0, 0.75, 0);
    transition-delay:3.5s;
    animation: fadeIn 4.5s;
    opacity: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#1e1e1e;
  z-index:9999;
  animation: byeShutter 2.6s forwards;
}  
.shutter::before,
.shutter::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
}
.shutter::before{
    background-color:#b5a58b;
    width:0;
    height:1px;
    animation: shutterOpen1 2.6s forwards;
}
.shutter::after{
    width:120%;
    height:0;
    margin-left:-10%;
    background-color:#f3f3f3;
    animation: shutterOpen2 2.6s forwards;
}

@keyframes byeShutter{
  70%{
    opacity:1;
  }
  100%{
    opacity:0;
    display:none;
    z-index:-1;
  }
}

@keyframes shutterOpen1{
  0%{
    width:0;
    height:1px;
  }
  50%{
    width:100%;
    height:1px;
  }
  90%{
    width:100%;
    height:100%;
  }
  100%{
    width:100%;
    height:100%;
  }
}
@keyframes shutterOpen2{
  60%{
    width:120%;
    height:0;
    transform:rotate(5deg);
  }
  90%{
    width:120%;
    height:100%;
    transform:rotate(-5deg);
  }
  100%{
    width:120%;
    height:100%;
    transform:rotate(-5deg);
  }
}

@keyframes contentScale{
  70%{
    transform:perspective(800px) scale(0.9) rotateX(15deg);
  }
  100%{
    transform:perspective(800px) scale(1) rotateX(0);
  }
}

@media (max-width: 640px) {
    .sydney-hero-area {
       margin-bottom: 100px;
    }
}

/* home
-------------------------------------------------------------- */
.home-wrap {
    width: 85%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 280px 0 150px 0;
}
.sec_tit {
    padding-bottom: 50px;
}
.inner-area.archive {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*margin-bottom: 55px;*/
}
body.home .inner-area.archive {
    margin-bottom: 30px;
}
.inner-area.archive article {
    margin: 0 2.4% 50px 0;
    padding: 0;
    width: calc((100% - 7.2%) / 4);
    max-width: 250px;
}

.inner-area.archive article:nth-child(4n) {
    margin-right: 0;
}
.entry-thumb{
    margin-bottom: 15px;
    max-height: 170px;
    overflow: hidden;
}
.inner-area.archive .entry-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition:1s all;
}
.inner-area.archive .entry-thumb img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
ul.cat-day {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
ul.cat-day li {
    padding: 0;
    letter-spacing: 0.6px;
    font-size: 12px;
}
.inner-area.archive article .title-archive a {
    color: #0d0d0d;
    text-align: justify;
}
.more-button {
    width: 250px;
    margin: auto;
    padding: 0 0 150px 0;
}
a.more-link {
    color: #fff;
    background: #0d0d0d;
    line-height: 48px;
    position: relative;
    border: 1px solid #0d0d0d;
    text-align: center;
    z-index: 1;
    transition: 0.3s linear !important;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
}
a.more-link:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: 0.2s linear;
}
a.more-link:hover {
    left: 0;
    color: #0d0d0d !important;
}
a.more-link:hover:after {
    left: 0;
    background: #fff;
    color: #0d0d0d !important;
}
a.more-link svg {
    position: absolute;
    width: 1.1em;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
a.more-link:hover svg {
    stroke: #0d0d0d;
    left: 90%;
}

@media (max-width: 640px) {
    .home-wrap {
       padding: 180px 0 100px 0;
    }
    body.home .inner-area.archive {
       padding: 0;
       display: flex !important;
    }
    body.home .inner-area.archive article {
            width: calc((100% - 2.4%) / 2);
    }
    body.home .inner-area.archive article:nth-child(4n) {
            margin-right: 2.4%;
    }
    body.home .inner-area.archive article:nth-child(2n) {
            margin-right: 0;
    }
    .sec_tit{
       padding-bottom: 40px;
    }
    .more-button {
       padding: 0 0 100px 0;
    }
}
@media (max-width: 480px) {

}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.sec_shop{
    padding: 150px 0 0 0;
}
.googlemaps {
    margin: 40px 0 20px 0;
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 640px) {
    .page .page-wrap .content-wrapper {
       padding: 100px 0 0 0;
    }
    .sec_shop {
       padding: 100px 0 150px 0;
    }
}

/*--------------------------------------------------------------
 post & archive
-------------------------------------------------------------- */
main .content-wrapper .row {
    display: flex;
    flex-flow: row-reverse;
}
.archive-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}
body.single .entry-content img{
    margin-bottom: 40px !important;
}

@media (max-width: 991px) {
    main .content-wrapper .row {
        display: block;
        margin: 0;
    }
    .content-area .post-wrap {
        margin: 0;
    }
}
@media (max-width: 640px) {
    .single .page-wrap .content-wrapper {
       padding: 100px 0 0 0;
    }
    .archive-title, .hentry .title-post {
       font-size: 22px;
    }
    .inner-area.archive {
       padding: 0 0 40px 0;
       display: block;
    }
    .inner-area.archive article {
            width: 100%;
	    max-width: 100%;
    }
    .inner-area.archive article:nth-child(2n) {
            margin-right: 0;
    }
    .entry-thumb {
            max-height: 100%;
    }
}

/*--------------------------------------------------------------
Order
--------------------------------------------------------------*/
.title-page .entry-title-text{
    font-size: 13px;
    margin-left: 1em;
}
.link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.link-list li{
    margin-bottom: 0.3em;
    font-size: 14px;
}
.link-list li a {
    color: #0d0d0d;
    border-bottom: dotted 1px #b5b5b5;
}
.link-list li a:hover {
    color: #0d0d0d;
    border-bottom: solid 1px #0d0d0d;
}
.form_table{
    clear: both;
    padding-bottom: 100px;
    margin-bottom: 10px;
}
.form_table:nth-of-type(5){
    margin-top: 60px;
}
.form_table dl{
    clear: both;
    margin: 0;
}
.mw_wp_form_confirm .form_table dl{
        margin: 0 0 20px 0;
}
.form_table dt {
    width: 25%;
    float: left;
    margin: 15px 0;
}
.form_table dt.mt0 {
    margin: 10px 0 15px 0;
}
.form_table dd {
    float: right;
    width: 73%;
    margin: 0 0 15px 0;
}

.mw_wp_form h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.mw_wp_form h3 small {
    font-size: 13px;
    color: #0d0d0d;
}
select, input[type="text"]{
    width: 70%;
}
.btnWrap.text {
    margin-left: 27%;
    clear: both;
    padding: 40px 0 20px 0;
}
.btnWrap {
    margin-left: 25%;
    clear: both;
}
#area,
#mw_wp_form_mw-wp-form-105,
#mw_wp_form_mw-wp-form-115 {
   margin-top:-130px;
  padding-top:130px;
}
input::placeholder {
  color: #555;
}
input:-ms-input-placeholder { /* IE用 */
  color: #555;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cacaca;
}
input[type=radio] {
    display: none;
}
.mwform-radio-field-text {
    font-weight: bold;
    display: inline-block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: normal;
    color: #0d0d0d;
    background-color: #fff;
    border: 1px solid #b4b4b4;
}
.horizontal-item + .horizontal-item{
    color: #000;
    background-color: #ffffff;
}
input[type=radio]:checked + .mwform-radio-field-text {
    color: #fff;
    background: #6d6d6d;
}

@media (max-width: 640px) {
    .form_table dl {
        margin: 0 0 20px 0;
    }
    .form_table dt, .form_table dd {
       float: none;
       width: 100%;
       margin-bottom: 0.5em;
    }
    input[type="text"] {
        width: 100%;
    }
    .mw_wp_form h3 small {
        display: block;
	margin-top: 0.8em;
    }
    .f-type label {
    display: block;
    }
    .form_table {
        padding-bottom: 40px;
    }
    .btnWrap {
        margin-left: 0;
    }
    .horizontal-item + .horizontal-item {
            margin-left: 0 !important;
    }
    .form_table dd.f-type span{
        margin: 10px 0;
        display: block;
	width: 100%;
    }
    .area-link {
            display: block;
    }
    .btnWrap.text {
            margin-left: 0;
	    padding: 0 0 20px 0;
    }
}

/*--------------------------------------------------------------
privacy
--------------------------------------------------------------*/
body.privacy h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
}
body.privacy ul  {
    list-style: none;
    padding: 0;
}