/*
Theme Name: Music and Video
Author: seosbg
Description: Music and Video is 2020 cleanmulti-purpose HTML5 Music and Video theme. Performance is important to us and Music and Video is easy to customize template, very fast and SEO friendly. Gutenberg Compatible, WooCommerce Compatible, Full Responsive, Recent Post Slider, Content Options, Header Options, Social Media Icons, Back To Top Button, Microdata, Custom Colors. The theme is excellent for a Music and Video, business and photography.
Version: 1.3.0
Author URI: https://seosthemes.com/
Theme URI: https://seosthemes.com/music-and-video-wordpress-theme/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.0
Requires PHP: 5.7
Text Domain: music-and-video
Tags: one-column, two-columns, left-sidebar, right-sidebar, rtl-language-support, translation-ready, footer-widgets, microformats, theme-options, flexible-header, custom-header, custom-logo, full-width-template, sticky-post, custom-background, custom-menu, custom-colors, featured-image-header, threaded-comments, blog, news, e-commerce

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.

Music and Video is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Forms
# Search Button
# Navigation
	## Links
	## Menus
	## Pagination
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	color: #A0A0A0;
	font-size: 15px;
	font-family: 'Bree Serif', sans-serif;
	background: #f1f1f1;
}

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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: bold;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
	text-decoration: none;	
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	background: #A0A0A0;
	border: #333;
	color: #C0C0C0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: 'Bree Serif', sans-serif;
	color: #C0C0C0;
	font-weight: 900;
}

p {
	margin-bottom: 10px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

main {
	margin: 0 auto;
    text-align: center;	
}

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

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
    background: #FF006E;
	color: #FFF;
	text-transform: uppercase;	
	font-size: 13px;
	font-size: 0.75rem;
	padding: 12px;
	outline: 0 ;	
 	box-shadow: none;
    bottom: 1px;
    position: relative;	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
   opacity: 0.7;
   cursor:pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #777;
	border: 1px solid #222;
	padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: 0 ;	
	box-shadow: none;
	border: 1px solid #C0C0C0;	
}

select {
	border: 1px solid #333;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Search Button
--------------------------------------------------------------*/

.search-top {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	padding-left: 10px;
    font-weight: bold;
    text-align: left;
	border-right: 1px solid #777;
}

.search-top .button-search {
	position: absolute;
	padding: 3px;
}

body.search-active {
    overflow: hidden;
}

body.search-active .search-input {
    position: fixed;
	z-index: 99;
	left: 0;
    opacity: 1;
    transform: none;
    pointer-events: all;
	width: 100%;  
	padding: 130px 0 130px 0;
	background: rgba(0,0,0,0.7);
	text-align:center;

}

body.search-active .icon-close {
	opacity: 1;
}

body.search-active .control {
	cursor: default;
}

body.search-active .control .btn-material {
	transform: scale(70);
}

body.search-active .control .icon-material-search {
	opacity: 0;
}

/* Close Icon */
.icon-close {
    position: relative;
    top: 10px;
    right: 80px;
    color: #101010;
	height: 100%;
    cursor: pointer;
    font-size: 70px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.dashicons-no {
	display: inline-block;
}

.icon-close:hover {
    transform: rotate(0);
}

/* Search Input */
.search-input {
    position: absolute;
    top: 50%;
	padding:10px;
    left: 50px;
    margin-top: -40px;
    pointer-events: none;
    opacity: 0;
    transform: translate(40px, 0);
	transition: all 0.3s ease-in-out;
}
.search-input input {
	color: #101010;
	border: 0;
	background: #eee;
	-webkit-appearance: none;
	box-sizing: border-box;
	outline: 0;
	font-size: 54px;
	font-weight: 200;
}
.search-input ::-webkit-input-placeholder {
	color: #EEE;
}

.search-input :-moz-placeholder {
	color: #EEE;
	opacity: 1;
}

.search-input ::-moz-placeholder {
	color: #EEE;
	opacity: 1;
}
.search-input :-ms-input-placeholder {
	color: #EEE;
}

/* Container */
.container {
    position: relative;
}

.container.container-dark {
	background: #22313F;
	color: #FFF;
}

/* Control btn */
.control {
	cursor: pointer;
    line-height: 25px;	
}
.control .btn-material {
	position: absolute;
	top: -6px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	box-sizing: border-box;
	background: #101010;
	outline: 0;
	transform-origin: 25%;
	transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.control .btn-material:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.control .icon-material-search {
	color: rgba(255,255,255,0.75);
	font-size: 20px;
	transition: opacity 0.3s ease-in-out;
}

.control .icon-material-search:hover {
	color: #fff;
}

.breadcrumb {
	width: 100%;
	position:relative;
	bottom: 4px;
	background: #fff;
	padding: 10px;
	text-align: center;
}

.breadcrumb ul {
	list-style: none;
	padding: 0;
}

.breadcrumb  li {
	display: inline-block;
	line-height: 22px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.nav-links {
	display: block;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}

.postnav {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
    width: 100%	
}

.postnav .dashicons {
	bottom: 1px;
    position: relative;
	display: inline;
	font-size: 16px;
	vertical-align: middle;
	color: #666;
}

.postnav .dashicons-arrow-left-alt2 {
	left: 5px;
}

.postnav .dashicons-arrow-right-alt2{
	right: 5px;
}

.meta-nav .fa {
	color: #666;	
}

.postnav a {
	color: #666;
    font-size: 16px;
	font-family: 'Bree Serif', sans-serif;
	font-weight: 900;
}

.postnav a:hover  {
	color: #dd1010103
}

.postpagination {
	margin-top: 10px;
	width: 100%;
	font-family: 'Coda Caption', serif;
}

.pagination a {
	font-size: 14px;
}

.nextpage {
	padding: 10px 0 10px 0;
	text-align: center;
}

.prevpost {
	float: left;
}

.nextpost {
	float: right;
}

.edit-link {
	padding: 5px;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.postnav .nav-previous {
	float: left;
    padding: 5px;
    color: #101010;	
}

.postnav .nav-next {
	float: right;
    padding: 5px;
    color: #101010;	
}

.attachment img {
	float: left;
	width: auto;
	margin: 0 10px 5px 0;
}

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

.h-button-1, .h-button-2 {
	background-color: rgba(0,0,0,0.5);
	position: relative;
	color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all .2s;
	padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
	display: inline-block;
    zoom: 1;
    border: 1px solid #666;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s;
}

.h-button-1:hover, .h-button-2:hover {
	background-color: rgba(0,0,0,0.7);	
	color: #eee;
	border-color: #eee;
}

.before-header {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #000000;
	background: #101010;
	overflow: hidden;
}

.before-header .bh-woo-cart {
	display: inline-block;
	text-align: left;
	max-width: 100%;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.before-header .left-top {
	position: relative;
	display: inline-block;
	left: 120px;
	text-align: left;
}

.before-header .h-email,
.before-header .h-phone,
.before-header .h-address {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-left: 5px;
	color: rgba(255,255,255,0.75);
	height: 20px;
    line-height: 20px;	
	font-size: 13px;
	border-right: 1px solid #777; 	
}


.before-header .dashicons-email-alt,
.before-header .dashicons-location,
.before-header .dashicons-phone {
	margin-right: 10px;
	color: rgba(255,255,255,0.75);
	font-size: 20px;
}

.before-header .dashicons-email-alt:hover,
.before-header .dashicons-location:hover,
.before-header .dashicons-phone:hover {
	color: #fff;
}

.before-header .dashicons-admin-users {
	line-height: 20px;
	color: rgba(255,255,255,0.75);	
}

.before-header .right-top {
    position: absolute;
    z-index: 9;
    top: 6px;
    right: 130px;
    display: inline-block;
    padding: 5px;
	min-width: 140px;
	line-height: 20px;
    font-size: 13px;
    border-radius: 4px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
	text-align: center;	
    text-decoration: none;
}
.before-header .right-top  a {
	color: rgba(255,255,255,0.75);		
}

.before-header  span,
.before-header .cart-customlocation {
	color: #fff;	
}
.simple-marquee-container {
	width: 100%;
    background-image: url(images/video.jpg);
    background-repeat: repeat;

    vertical-align: top;
	float: none;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 165px;
	position: relative;
	cursor: pointer;
    z-index: 7;	
}

audio {
	padding: 0;
}

.site-header {
    background: #fff;
	border-top: 1px solid #44341B;	
		background-image: url(images/background-header.jpg);
}

.grid-top {
	max-width: 1200px;
	margin: 0 auto;
    text-align: center;	
    line-height: 18px;
    background-color: #fff;	
	background-image: url(images/background-header.jpg);
	z-index: 7;
}

.header-image {
    position: relative;
    z-index: 1;
    display: inline-block;
	width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-right {
    padding-top: 10px;
    padding-left: 120px;
    position: absolute;
	right: 40px;
	max-width: 20%;
	vertical-align: super;	
}

.header-right  img {
	max-height:50px;
}

.site-branding {
    position: absolute;
    z-index: 9;
    left: 0;
	right: 0;	
    top: 25%;
    display: inline-block;
	margin: 0 auto;
	width: 100%;
    color: #C0C0C0;
	text-align: center;
}

.site-branding .site-title a, .site-title {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 20px;
	line-height: inherit;
	font-weight: 900;
	font-family: 'Bree Serif', sans-serif;	
    text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
}

.site-description {
	padding-bottom: 20px;
	margin: 0;
    text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;	
}

.s-shadow {
	position: absolute;
	z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    overflow: hidden;
}

.h-center {
	padding: 40px;
margin: 0 auto;	
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #777;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
}

h2 a {
	color: #C0C0C0;
	font-weight: 900;
}

h2 a:hover {
	color: #FF006E;
}

a:hover, a:active  {
	outline: 0;
	color: #FF006E;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.menu-top-container {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    max-height: 65px;
}

#site-navigation #primary-menu {
	padding: 0;
}

.nav-center {
	display: table;	
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	background-color: rgba(0,0,0,0.7);
	text-align: right;
}


#site-navigation {
	position: relative;
    z-index: 999;
    display: inline-block;	
	font-weight: bold;
	text-decoration: none;
    max-width: 100%;	
}

.main-navigation:after {
	display: block;
	float: none;
}

.main-navigation ul {
	position: relative;
	z-index: 99999;
	display: block;
	padding: 0;
	margin: 0 auto;
	color: #fff;
	list-style: none;
}

.main-navigation ul ul {
	position: absolute;
	z-index: 99999999999999;
	display: none;
	border-radius: 0px;
	min-width: 150px;
	padding: 0;
	background: #222;		
}

.main-navigation ul li:hover > ul {
	display: block;
	padding-top: 0;	
}

.main-navigation ul:after {
	display: block;
	content: "";
	clear: both;
}

.main-navigation ul li {
	float: left;
	text-align: center;
}

.dotted .header-face {
	position: absolute;
	right: 10%;
	bottom: 0%;	
	width: 50%;
	height: auto;	
	text-align: center;
}

.photo-autor {
	position: absolute;
	z-index: 9;
	right: 4%;	
	bottom: 10%;
	max-width: 400px;
	height: auto;
	padding: 30px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	text-align: left;
	font-size: 3vw;
    text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
    font-family: 'Bree Serif', sans-serif;
}

.photo-autor a {
	color: #fff;
}
.main-navigation ul ul li a:hover {
	color: #FF006E;
}
.main-navigation ul ul li:hover {
	color: #000;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

	
.main-navigation ul li a {
	display: block;  
	font-weight: 900 !important;
	font-size: 15px;
	color: #969696;
	text-decoration: none;
    font-family: 'Bree Serif', sans-serif;	
    font-weight: 500;
	text-transform: uppercase;
}

#primary-menu li a {
	padding: 22px 11px 25px 15px;	
}

.main-navigation ul li a:hover {
	color: #FF006E;
}

.main-navigation ul ul li {
	position: relative;
	z-index: 9999;
	float: none;
	min-width: 100px;
	margin: 0;
	text-align: left;
}

.main-navigation .dash-mobile {
	display: none;
}

.dotted {
    position: relative;
	overflow: hidden;
    width: 100%;
	height:100%;
	padding-top: 9%;
	padding-left: 10%;	
    background-repeat: repeat;	
	background-color: rgba(0,0,0,0.39);
}

.before-header .search-form {
	position:relative;
	display: inline-block;
}

.before-header .search-submit,
footer .search-submit {
	display: none;
}
	
.before-header .search-form input {
	width: 150px;
    font-size: 14px;
    background-color: #FF006E;
    background-position: 5px 5px;
    background-repeat: no-repeat;
	padding: 5px 5px 5px 40px;
    border: none;
	color: #eee;	
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.before-header .search-form input:focus {
	width: 100%;
}
	
.main-navigation ul ul li a {
	font-size: 12px;
	font-weight: 600;
    padding: 4px 8px 6px 15px !important;
	color: #808080;
	line-height: 1.5em;	
}
	
.main-navigation ul ul li a:hover {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.main-navigation ul ul:hover ul {
	padding-top: 0px;	
}

.main-navigation ul ul ul {
	position: absolute; 
	left: 100%;
	top: 0;
	width: 100%;

}

.main-navigation:after {
	content: "";
	clear: both;
	display: block;
}

.main-navigation  ul ul, .main-navigation  ul ul ul {
    display: block;
    position:absolute;
	left: -9999999px;	
	z-index:0;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);	
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	padding: 0 0 15px 0;
	font-size: 22px;
    display: none;	
}

/**
 * 2.0 - Genericons
 */
 
#secondary ul li > a:before,
.menu-item-has-children a:after,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	display: inline-block;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
}

.main-navigation ul li > a:after {

	font-family: 'dashicons';
	content: "\f345";
	left: 10px;
	margin-right: 5px;
	position: relative;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);	
}

.main-navigation ul li a:after > hover {
    color: #fff !important;	
}

.main-navigation ul ul li > a:after, .main-navigation ul ul ul li > a:after {
	position: relative;
	left: 10px;
	font-family: 'dashicons';	
	content: "\f345";
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);		
}

.main-navigation li > a:only-child:after {
    content: '';
}

.main-navigation ul li:hover > ul {
	z-index: 99999;
	display: block;
	-webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

}

#s-button-menu{
	display: none;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
	
.pagination a, .pagination span {
	padding: 8px 12px;
    margin: 0;
    display: inline-block;
    color: #fff;
	font-size: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;		
    background: #FF006E;
}

.pagination span {
    background-color: #030303;
    box-shadow: none;		
}

.pagination a:hover,
.pagination span:hover {
    box-shadow: none;
	opacity:0.8;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
	content: "";
	display: table;
	table-layout: fixed;
	float:none;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.widget_recent_entries  ul li a:before {
	content: "\f109";
	font-family: dashicons;
	padding-right: 5px;
	font-size: 15px !important;
    vertical-align: bottom;
}

.widget_recent_comments ul li a:before {
	content: "\f101";
	font-family: dashicons;
	padding-right: 5px;
    font-size: 15px !important;
    vertical-align: bottom;
}


.widget_archive ul li a:before {
	content: "\f145";
	font-family: dashicons;
	padding-right: 5px;
    font-size: 15px !important;
    vertical-align: bottom;
}


.widget_categories ul li a:before {
	content: "\f318";
	font-family: dashicons;
	padding-right: 5px;
    font-size: 15px !important;
    vertical-align: bottom;
}

.widget_meta ul li a:before {
	content: "\f110";
	font-family: dashicons;
	padding-right: 5px;
    font-size: 15px !important;
    vertical-align: bottom;
}

.widget_pages ul li a:before {
	content: "\f121";
	font-family: dashicons;
	padding-right: 5px;
    font-size: 15px !important;
    vertical-align: bottom;
}

.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-search .wp-block-search__button {
	margin-top: 2px;
}

#wp-calendar  #today {
	background: #333;
    color: #fff;		
}

#wp-calendar  #today a {
    color: #fff;	
}

aside .widget-title {
	margin-top: 0;
}


/*--------------------------------------------------------------
# Calendar Widget
--------------------------------------------------------------*/
.widget_calendar {
	float: left;
}

#wp-calendar {
	width: 100%; 
}

#wp-calendar caption {
	margin-top: 10px;
	margin-bottom: 15px;
 	color: #FF006E;
	font-size:	12px;
	text-align: right;
}

#wp-calendar thead {
	font-size: 10px; 
}

#wp-calendar thead th { 
	padding-bottom: 10px; 
}

#wp-calendar tbody {
	color: #aaa; 
}

#wp-calendar tbody td {
	padding:8px;
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;

}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none; 
}

footer #wp-calendar tbody .pad {
	background: #fff; 	
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right; 
}

#wp-calendar tfoot #prev {
	padding-top: 10px; 
	font-size: 10px;
	text-transform: uppercase;
}


.link-more {
	margin-top: 20px;
	margin-bottom: 20px;
}

.link-more a:hover {
	color: #FF006E;
}

.read-more {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	background: #FF006E;
	padding: 8px 15px 8px 15px;	
}

.read-more:hover {
	background: -webkit-linear-gradient(135deg,#FF006E 30%,#606060 100%);
    background: linear-gradient(135deg,#FF006E 30%,#606060 100%);
}

.myButt {
  outline: none;
  border: none;
  padding: 0;
  margin: 50px auto;
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.three {
  color: #FF006E;
  border-color: transparent;
}
.three:after {
  width: 0;
  height: 3px;
  content: " ";
  background-color: #FF006E;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.three:after {
  top: 100%;
}
.three:hover {
  /*letter-spacing: 8px;*/
  color: #FF006E;
}
.three:hover:before, .three:hover:after {
  width: 100%;
  left: 0;
}
.three:hover:after {
  width: 100%;
  left: 0;
}

/*--------------------------------------------------------------
# Image Hover Effects
--------------------------------------------------------------*/
.t-center {
    position: relative;
    margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 40px; 
    width: 100%;
    text-align: center;
	z-index: 1;
}

.app-first .app-sub {
	float: left;
	width: 100%;
	height: 200px;
	margin: 1px 15px 20px 0;
	display: inline-block;
	overflow: hidden;
}

.app-basic {
	width: 100%;
	position: relative;
	cursor: pointer;
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	-o-perspective: 300px;
	-ms-perspective: 300px;
	perspective: 300px;

}

.app-transform {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.app-transform > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.app-transform .app-transform-back {
    padding: 10px;
	background: #778e04;
	-webkit-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
    box-shadow: inset 0 0 0 #000, inset 0 1px 122px #000, inset 0 0 0 #000;	
	opacity: 0;
}

.app-transform h2 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 26px;
	padding: 60px 10px 10px 10px;
	text-align: center;
	margin: 0 auto;

}

.app-basic:hover .app-transform-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.app-basic:hover .app-transform-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}

.app-basic img {
	width: 100%;
	height:200px;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
    object-fit: cover;
    object-position: 50% 50%;	
}

.app-basic img:hover {
    opacity: 0.8;
    overflow: hidden;
}

/*--------------------------------------------------------------
# Social Top
--------------------------------------------------------------*/

.social-ico {
	float: right;
	width: auto;
	margin: 0 auto;
	padding: 10px;
}

.fb, .twitter, .gp, .in, .rss, .pinterest, .tube, .vimeo, .soundcloud, .myspace, .mixcloud, .bandcamp, .dribbble, .addthis, .stumbleupon, .instagram{
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0.8;
}

.fb {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -11px -20px;
	width: 48px;
	height: 48px;
}

.twitter {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -69px -20px;
	width: 48px;
	height: 48px;
}

.in  {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -127px -20px;
	width: 48px;
	height: 48px;
}

.rss  {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -243px -20px;
	width: 48px;
	height: 48px;
}

.pinterest {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -300px -20px;
	width: 48px;
	height: 48px;
}

.tube {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -477px -20px;
	width: 48px;
	height: 48px;
}

.gp  {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -595px -20px;
	width: 48px;
	height: 48px;
}

.vimeo  {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -655px -20px;
	width: 48px;
	height: 48px;
}

.soundcloud {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -708px -20px;
	width: 48px;
	height: 48px;
}

.myspace {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -822px -20px;
	width: 48px;
	height: 48px;
}

.mixcloud {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -880px -20px;
	width: 48px;
	height: 48px;
}

.bandcamp {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -938px -20px;
	width: 48px;
	height: 48px;
}

.dribbble {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -358px -20px;
	width: 48px;
	height: 48px;
}

.instagram {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -998px -20px;
	width: 48px;
	height: 48px;
}

.addthis {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -184px -20px;
	width: 48px;
	height: 48px;
}

.stumbleupon {
	background-image: url(images/social-media.png);
	display: inline-block;
	background-position: -418px -20px;
	width: 48px;
	height: 48px;
}

.fb:hover,
.twitter:hover,
.gp:hover,
.in:hover,
.rss:hover,
.pinterest:hover,
.tube:hover,
.vimeo:hover ,
.soundcloud:hover,
.myspace:hover,
.mixcloud:hover,
.bandcamp:hover,
.dribbble:hover,
.instagram:hover,
.addthis:hover,
.stumbleupon:hover {
   -webkit-transform: rotate(360deg);
   -moz-transform: rotate(360deg);
   -o-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

header .social {
	font-size: 22px;
	position: relative;

	border-bottom: 1px solid #333;
}
header .social a {
	padding: 5px;
}

.all-header {
	position: relative;
/*	height: auto; */
  height: 70px;
	overflow: hidden;	
}

.social-top {
	position: fixed;
	z-index: 999999999999;
	right: 0;
	top: 20%;
	width: 38px;
}

.social-pad {
	padding: 10px 0 10px 60px;
}

.border-bot {
	border-bottom: 1px solid #000;
}

.social-top a {

	display: block;
	padding: 10px 20px 10px 10px;
	width: 48px;
	background: #101010;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #383838;
	text-align: left;
}

.social-top a:hover {
	width: 100px;
    transform: translate(-38px );
    -ms-transform: translate(-38px); /* IE 9 */
    -webkit-transform: translate(-38px); /* Safari */
    transform: translate(-38px); /* Standard syntax */	
}

.social-top .fa {
	font-size: 20px;
	color: #eee;
}

/************************************/
.social-top .fa-icons a {
	display: inline-block;
	min-width: 35px;
    border: 1px solid #666;
    padding: 3px;
}

.social-top .fa-icons a:hover {
	background: #eee;
}

.social .ap-cart a {
	float: right;
	margin: 0;
	color: #fff;
	padding-right: 10px;
	line-height: 1em;
	font-size: 0.6em;
}

.ap-cart {
	display: block;
	padding: 10px;
	margin: 0;
	width: 100%;
	text-align: center;
}

.ap-cart a {
	position: relative;
	z-index: 7;
	padding: 5px 8px 5px 8px;
	color: #fff;
    background: #FF006E;
	text-align: center;
}

.social input {
	color: #FFFFFF !important;
}

.soc-right {
	float: right;
	padding: 8px;	
	color: #eee;
	font-size: 13px;
}

.soc-right span {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #828282;
}

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

#page {
    margin: 0 auto;
}

#content {
	max-width: 1200px;
	margin: 0 auto;
/*    margin-top: 20px;	*/
}

#content .ap-full-width #primary {
	float: none !important;
	width: 100% !important;
}

#content .ap-full-width #secondary {
	display: none !important;
}

#content .block-full-width #primary{
	float: none !important;
	width: 100% !important;	
}

article {
	vertical-align:top;
	text-align: left;	
	width: 100%;	
    display: inline-block;
	padding-top: 10px;
	padding: 20px 20px;
    background: #222;
    border: 1px solid #000;
}
.home article {
    width: 33%;	
  	padding: 10px 10px;
}

article p, p {
	line-height: 1.5em;
}

article header h2{
	margin: 0 0 10px 0;
}

.entry-meta .dashicons,
.entry-footer .dashicons {
	font-size: 15px;
	color: #777;
}

.entry-meta span {
	font-size: 14px;	
}

.entry-footer {
	margin-top: 10px;
    border: 1px solid #444;
 	padding: 10px;
    display: inline-block;
    width: 100%;	
}

#primary {
	width: 100%;
	float: none;
	padding: 20px 60px;	
}

#secondary {
    display: none;
}

#secondary section {
    padding: 20px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background: #222;	
    border: 1px solid #000;
}

#secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary ul li {
	padding: 10px 0;
	margin-top: 5px;
	border-bottom: 1px solid #444;
	font-weight: 600;
}

#secondary ul .categories {
	border: none;
}

#secondary ul li a {
	color: #777;	
}

#secondary ul li a:hover {
	color: #FF006E;	
}

#secondary .children li {
	border-bottom: 0;	
}

.widget-area figure {
	margin: 0;
}

.widget-area .search-form .search-submit {
	display: none;
}

.widget-area .gallery-icon:hover {
	opacity: 0.8;
}

.site-footer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #101010;
    overflow: hidden;
	border-top: 1px solid #444444;	
}

.footer-center {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #101010;
    overflow: hidden;
	border-top: 1px solid #383838;
}

.footer-widgets {
    vertical-align: top;
    width: 20.4%;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    text-align: left;
    word-wrap: break-word;
    margin: 0 auto;
    padding: 20px;
    display: inline-block;
}

footer ol, footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .fa-icons {
	padding: 10px;
}

footer .fa-icons .fa {
	width: 40px;
	color: #999999;
	padding: 10px;
	margin-right: 5px;	
	font-size: 18px;
	border: 1px solid #999999;
}

footer .fa-icons .fa:hover {
	background: #444444;
	color: #ffffff;
}

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

.footer-widgets a {
	font-size: 14px;
}

.footer-widgets a:hover {
	color: #ffffff;
}

.site-info {
	padding: 20px 10px 5px 10px;
	background: #000000;
	color: #777777;	
    background-image: url(images/footer.jpg);
    background-repeat: repeat;	
}

.site-info a {
	color: #999999;
}

.site-info a:hover {
	color: #ffffff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: inline-block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.error-404 {
	width: 100%;
	text-align: center;
	padding: 20px;
}

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

#commentform {
	width: 100%;
}

#commentform .logged-in-as,
#commentform #email-notes {
	font-size: 12px;
}

#commentform textarea {
	display: inline-block;
	max-width: 100%;
	background: #A0A0A0;
}

#commentform label {
	display: block;
	padding-bottom: 5px;
}

#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-author {
	display: inline-block;
	margin-bottom: 0;
	width: 33%;
}

#commentform .requi#FF006E {
	color: #FF006E;
}

#commentform .comment-form-email input,
#commentform .comment-form-url input,
#commentform .comment-form-author input {
	width: 100%;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-list article {
	margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 {
	padding: 0;
	margin-bottom: 0;
	border: none;
	margin-top: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	padding: 5px;
	margin: 0;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.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;
}


@media screen and (max-width: 800px) {
	body #content #primary,
	body #secondary,
	.before-header .right-top,
	.before-header,
	.search-top,
	.footer-widgets, #tabs-widget,
	.cart-contents{
		position: relative;
		width: 100% !important;
		float: none !important;
		margin: 0 auto !important;
		text-align: left;
		padding-right: auto;
		left: 0;
		border: 0;	
	}
	article,.home article {
		width: 100%;
	}
	
	#secondary, #primary  {
		padding: 0 !important;
	}
	
	body #content #secondary {
		width: 100% !important;
	}
	
	.social-pad {
		text-align: center;
	}

	.before-header {
		overflow: hidden;
	}
	
	.before-header .right-top {
		display: block !important; 	
	}
	
	.cart-contents {
		top: 3px !important;
	}
	
	.cart-contents,
	.search-top {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.before-header .left-top,
	.before-header .h-email, 
	.before-header .h-phone,
	.before-header .h-address{
		text-align: center;
		float: none;
		position: static;
	}
	
	.search-top, .cart-contents, .before-header .right-top {
		position: static;
		padding-bottom: 0 !important;
		width: 10% !important;
		text-align: center;		
	}
	
	.app-first .app-sub {
		width: 100% !important;
	}
	
	.ui-tabs .ui-tabs-nav li {
		width: 100% !important;
	}
	
	.header-right { 
	    right: 5px;
        padding-left: 0;
        display: block;
	}
	
	.header-image {
		top: 5px;
	}
	
	.dl-menuwrapper li a {
		text-align: left;
	}
	
	.header-right{
		z-index: 99999999;
	}
	.cart-contents {
		display: block;
	}
	.before-header .search-top {
		width: 100%  !important;
		margin: 10px 0 10px 0  !important;
	}
	
	.before-header .left-top {
		width: 100%;
	}
	
	#content {
		padding: 10px;
	}
	
	.album h2 {
		font-size: 20px;
	}
	.main-navigation ul li {
		width: 100%;
		float: none;
		display: block;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	#site-navigation {
		position: static; 
		max-width: 100%;
		display: none;
	}	
	.main-navigation ul, 
	.main-navigation ul ul,
    .main-navigation ul ul ul {
		position: static; 
		width: 100%;	
		margin: 0;
		padding: 0;

	}
	.main-navigation ul li a,
	.main-navigation ul ul li a,
	.main-navigation ul ul ul li a {
		padding-left: 10px;
	}
	.main-navigation ul  li a{
		border-bottom: 1px solid #333;					
	}
	.main-navigation ul li a{
		padding: 10px;
	}
	.main-navigation ul ul li a{
		padding-left: 20px;
	}
	.main-navigation ul ul ul li a{
		padding-left: 30px;
	}
	.main-navigation ul ul ul ul li a{
		padding-left: 40px;
	}
	.main-navigation ul ul ul ul ul li a{
		padding-left: 50px;
	}
	.main-navigation ul ul ul ul ul ul li a{
		padding-left: 60px;
	}
	.main-navigation ul ul ul ul ul ul ul li a{
		padding-left: 70px;
	}		
	#s-button-menu{
		display: block;
	}
	#s-button-menu{
		width:60px;
		padding: 10px;
		margin: 0;
		background: none;
	}
	#s-button-menu:hover {
		cursor: pointer;
    }
	
	#s-button-menu:focus {
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		background: #444;
	}

	.main-navigation ul li {
		position: relative;
	}
	
	.main-navigation ul li > a:after,
	.main-navigation ul ul li > a:after,
	.main-navigation ul ul ul li > a:after,
	.main-navigation ul ul ul ul li > a:after,
	.main-navigation ul ul ul ul ul li > a:after{
		display: none;
	}

}

/***************************** 追加 **************************************/
@media only screen and (max-width: 767px) {
  body.home #primary .site-main {
    display: flex; /* SPのトップページでのみ2カラム */
    flex-wrap: wrap;
    justify-content: space-between;
  }

  body.home #primary .site-main article {
    width: 48%;
    margin-bottom: 20px;
  }
}

.entry-title {
  font-size: 18px; /* 一般的な投稿ページ用サイズ */
  line-height: 1.3;
}

body.home .entry-title,
body.front-page .entry-title {
  font-size: 14px; /* トップページ専用の小さいサイズ */
}

 /* トップページ用の枠見出し */
.custom-section {
  margin-top: 40px;
}

.section-title {
  width: 100%;
  background-color: #222;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 20px;
  margin: 0px 0 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-left: 6px solid #FF006E;
  box-sizing: border-box;
}

 /* トップページ用の枠見出しリンクボタン */
.more-link-button {
  display: inline-block;
  margin-top: 15px;
  padding: 20px 40px;
  background-color: #FF006E;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.more-link-button:hover {
  background-color: #005b8c;
}
.more-link-button {
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  font-size: 16px;
  text-align: center;
}

/*///////////////////////////////////////////
//動画ランキングページ 目次
////////////////////////////////////////////*/

/* 目次ボックス全体 */
#mokuji {
  background-color: #2a2a2a;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  color: #ccc;
  font-size: 16px;
}

/* タイトル */
#mokuji > span {
  font-size: 18px;
  font-weight: bold;
  color: #FF006E;
  display: block;
  margin-bottom: 10px;
}

/* リスト全体 */
#mokuji ol {
  list-style: decimal;
  padding-left: 1.2em;
  margin: 0;
}

/* 各リンクの基本スタイル */
#mokuji .tag_button2 {
  display: inline-block;
  background-color: #444;
  color: #ccc;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  margin: 6px 0;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
}

/* ホバー時 */
#mokuji .tag_button2:hover {
  background-color: #FF006E;
  color: #fff;
}

/* 現在ページ用 */
#mokuji .tag_button2.current_b {
  background-color: #FF006E;
  color: #fff;
  font-weight: bold;
}

/* SP対応（小さな画面で全体を縦並びにしやすく） */
@media screen and (max-width: 768px) {
  #mokuji {
    font-size: 15px;
  }

  #mokuji .tag_button2 {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

/*///////////////////////////////////////////
//そのほか調整用
////////////////////////////////////////////*/

.ad_check {
  margin-bottom: 10px;
}

.ad_check span {
  line-height: 1.4em;
  background: #ffff00;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 5px;
}

.ad_text p {
  font-size: 100%;
  line-height: 1.4em;
  background: #ffff00;
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
  margin-top: 5px;
}

.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	text-align: center;
  font-weight: bold;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #FF006E;
}

.heading03::before {
	margin-right: 10px;
}
.heading03::after {
	margin-left: 10px;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}

#footer-menu {
  position: fixed;
  width: 100%;
  background-color: #1e1e1e;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
}
#footer-menu ul{
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 1px;
}
#footer-menu li{
  width: 33.3%;
  text-align: center;
  background-color: #1E1E1E;
  font-size: 12px;
  text-decoration: underline;
}
#footer-menu li:nth-child(even){
  background-color: #333;
}
#footer-menu li a{
  width: 100%;
  display: block;
  padding: 15px 0;
  color: #EEE;
}
#footer-menu li a:hover{
  background-color: #666;
}


/*ランキング順位表示*/
ul.wpp-list li {
    border-bottom: 1px dashed #77776E;
    position: relative;
    list-style: none;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    margin: 10px 10px 10px 0px;
}
ul.wpp-list li a.wpp-post-title:hover {
    color: #3fa3ff;
}
/*アイキャッチ*/
ul.wpp-list li img {
    margin: 10px;
}
/*ランキングカウンター*/
ul.wpp-list li:before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    padding: 3px 10px;
    border-radius:50%;
    z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
    counter-increment: wpp-count;
}
/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before{
    background-color: #EFAF00;
}
ul.wpp-list li:nth-child(2):before{
    background-color: #9EACB4;
}
ul.wpp-list li:nth-child(3):before{
    background-color: #BA6E40;
}

/* ブログカード */
.blog-card {
  border: 2px solid #e5e5e5;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  margin: 1em 0 1.5em 3em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card a:hover {
  color: #333;
  background: rgba(235, 235, 235, 0.8);
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 100px;
  display: table-cell;
  vertical-align: middle;
}

.blog-card-thumbnail img {
  padding: 0;
  max-width: 100%;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em;
  border-left: #e5e5e5 solid 2px;
}

.blog-card-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-excerpt {
  display: none;/*消します*/
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .blog-card-title {
    font-size: .85em;
  }
  .blog-card-thumbnail {
    width: 80px;
  }
}


/*/////////////////////////////////////////////////
//グラデーションボタン
/////////////////////////////////////////////////*/

.gradient1{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
    padding: 18px 60px;
    margin: 0 auto;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient1:hover {
    color: #fff;
    background-position: 99% 50%;
}

.gradient1 a{
 transition: transform .2s;
 &:active{
  transform: scale(.95);
 }
}

.gradient2{
    /*ボタンの形状*/
    width: 80px;
    display: inline-block;
    color:#fff;
    padding: 5px;
    margin: 0 auto;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient2:hover {
    color: #fff;
    background-position: 99% 50%;
}

.gradient2 a{
 transition: transform .2s;
 &:active{
  transform: scale(.95);
 }
}

/*///////////////////////////////////////////
//レビュー用
////////////////////////////////////////////*/

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */


/*///////////////////////////////////////////
//コメント欄
////////////////////////////////////////////*/
.comment-list-outer {
    padding-left: 20px;
    font-size: 14px;
    vertical-align: top;
    margin: 40px 0;
}
.comment-list-outer span {
    font-weight:bold
}
.comment-list-outer p{
    margin: 10px;
}

/*///////////////////////////////////////////
//アフィ用table
////////////////////////////////////////////*/
table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 80%;
  font-weight: bold;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table th{
  text-align: center;
  color:white;
  background: linear-gradient(#000000,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 20%;
  padding: 10px 0;
  background: #FFFFFF;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/*///////////////////////////////////////////
//動画ページの内部リンク用タグボタン
////////////////////////////////////////////*/
/* タグリンク全体共通（親にフレックス） */
.tag_button {
  display: inline-block;
  background-color: #444;
  color: #ccc;
  text-decoration: none;
  padding: 6px 12px;
  margin: 5px;
  font-size: 14px;
  border-radius: 20px;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  line-height: 1.4;
}

/* ホバー時 */
.tag_button:hover {
  background-color: #FF006E;
  color: #fff;
}

/* 親ボックス：横並びして自動折り返し */
.tag-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px auto;
  gap: 6px;
}

/* スマホ：少し文字サイズを大きめに、行間確保 */
@media screen and (max-width: 768px) {
  .tag_button {
    font-size: 15px;
    padding: 7px 14px;
  }
}

/*///////////////////////////////////////////
//FANZA動画おすすめブロック
////////////////////////////////////////////*/
.f_container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.image-container img {
  width: calc(33.33%);
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .image-container img {
    width: 100%;
  }
}
.text-container {
  margin-top: 20px;
}

/*///////////////////////////////////////////
//動画ページ用切り替えボタン
////////////////////////////////////////////*/

/* ボタンのスタイル */
.switchButton {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

/* ボタンがクリックされたときのスタイル */
.switchButton:active {
  background-color: #2980b9;
}

.mokuji ol {
  margin: 0;
}

/*///////////////////////////////////////////
//動画ページ用オーバーレイ
////////////////////////////////////////////*/
/* サムネイルのスタイル */
.video-thumbnail {
    cursor: pointer;
    position: relative;
    text-align: center; /* 全てのサムネイルを中央揃えにするために追加 */
}

/* 再生ボタンのスタイル */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 40px; 
    color: #222;
}
/* モーダルのスタイル */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto; /* 垂直方向の中央配置 */
    padding: 20px;
    max-width: 800px;
    width: 100%;
    position: relative;
    top: 40%; /* 上から50%の位置に配置 */
    transform: translateY(-50%); /* 垂直方向に真ん中に配置 */
}
/* 動画のスタイル */
#modalVideo {
    max-width: 100%;
    max-height: 75vh; /* 適切な値を設定して動画の縦幅を制限 */
    display: block;
    margin: 0 auto;
}

/* 通常のスタイル */
.close {
    /* 通常のサイズやスタイルを指定 */
    font-size: 35px;
}

/* PC表示時のスタイル */
@media screen and (min-width: 768px) {
    .close {
        /* PC表示時の大きなサイズやスタイルを指定 */
        font-size: 40px;
    }
}

/*///////////////////////////////////////////
//動画ページからの内部リンク
////////////////////////////////////////////*/
/* リンクのスタイル */
.author-link {
    display: inline-block;
    padding: 8px 16px;
    color: #007BFF; /* テキストの色を青に指定 */
    background-color: #E0F2FE; /* 背景色を淡い青に指定 */
    text-decoration: none; /* 下線を除去 */
    border-radius: 4px; /* 角丸を追加 */
    transition: background-color 0.3s, color 0.3s; /* ホバー時に色が変わるようにトランジションを追加 */
}

/* ホバー時のスタイル */
.author-link:hover {
    background-color: #B3E0FF; /* ホバー時の背景色を少し濃いめの青に指定 */
    color: #0056b3; /* ホバー時のテキストの色を濃いめの青に指定 */
    text-decoration: underline; /* ホバー時に下線を表示 */
}

/*///////////////////////////////////////////
//ページネーション
////////////////////////////////////////////*/

/* ページ分割ナビゲーションのスタイル */
.post-page-numbers {
    display: inline-block;
    width: 35px; /* ボタンの横幅を調整 */
    height: 35px; /* ボタンの高さを調整 */
    line-height: 35px; /* 文字の垂直中央揃え */
    text-align: center;
    font-size: 14px; /* フォントサイズを調整 */
    color: #007BFF;
    background-color: #fff;
    border: 1px solid #007BFF;
    border-radius: 5px;
    margin: 0 5px 5px 0; /* マージンを追加 */
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    float: left;
}

.post-page-numbers:hover {
    background-color: #007BFF;
    color: #fff;
}

/* 現在のページのスタイル */
.post-page-numbers.current {
    background-color: #007BFF;
    color: #fff;
}

/* レスポンシブスタイル */
@media screen and (max-width: 767px) {
    .post-page-numbers {
        float: none;
        margin: 0 0 5px 0;
    }
}

/*///////////////////////////////////////////
//個別ページファーストビューの広告に付与する見出し
////////////////////////////////////////////*/
span.highlighted-heading {
  display: inline-block;
  background-color: #FF006E; /* 背景色を白に設定 */
  height: 40px;
  width: 100%;
  padding: 5px; /* 適切なパディングを設定 */
  font-size: 16px; /* フォントサイズを適切なサイズに設定 */
  font-weight: bold; /* 太字に設定 */
  color: #ffffff; /* テキストの色を設定 */
  border: 2px solid #e74c3c; /* ボーダーを追加 */
  border-radius: 10px; /* 角丸を追加 */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* 少しの影を追加 */
  transition: background-color 0.3s ease; /* ホバー時のアニメーションを追加 */
  margin-top: 20px;
  margin-bottom: 3px;

  /* ホバー時のスタイル */
  &:hover {
    background-color: #ffffff; /* ホバー時にボーダーの色と同じ青色に変更 */
    color: #3498db; /* ホバー時にテキストの色を白に変更 */
  }
}
/*///////////////////////////////////////////
//広告用追加
////////////////////////////////////////////*/
  .blur-wrapper {
    position: relative;
    overflow: hidden;
  }

  .blur-iframe {
    display: block;
    position: relative;
    z-index: 1;
  }

  .blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    backdrop-filter: blur(1.25px);
    -webkit-backdrop-filter: blur(1.25px); /* For Safari */
    z-index: 2;
  }

/*///////////////////////////////////////////
//アフィリエイト広告文用
////////////////////////////////////////////*/
.text-pr {
    font-size: 12px;
    line-height: 1.44;
    text-align: center;
    letter-spacing: -0.01em;
    letter-spacing: -0.09em;
    color: rgba(255, 255, 255, 0.5);
}

/*///////////////////////////////////////////
//個別ページプロフィール用
////////////////////////////////////////////*/
.box-area {
  background-color: #222;
  color: #ccc;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.6;
}

.box-area a {
  color: #FF006E;
  text-decoration: underline;
}

.box-area a:hover {
  color: #fff;
}

.box-title {
  display: block;
  background: linear-gradient(135deg, #FF006E, #FF4C91);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 16px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-align: center;
  margin: -20px -20px 15px -20px; /* ボックス上端にかぶせる */
}


.data_list {
  list-style-type: none;
  padding-left: 0;
  margin: 15px 0;
}

.data_list li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.description {
  margin-top: 15px;
  font-style: italic;
}

/*///////////////////////////////////////////
//ツイート用
////////////////////////////////////////////*/
/* ベースの囲い */
.twitter__container {
  background-color: #222;
  color: #ccc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  font-size: 15px;
  line-height: 1.6;
}

/* 投稿ブロック */
.twitter__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 投稿日 */
.name {
  font-weight: bold;
  color: #ccc;
  font-size: 14px;
}

.name_reply {
  color: #FF006E;
  margin-left: 5px;
}

/* テキスト部分 */
.text {
  margin-top: 10px;
  font-size: 16px;
  color: #eee;
}

/* インタラクションアイコン */
.twitter__icon {
  display: flex;
  gap: 20px;
  font-size: 14px;
  margin-top: 10px;
}

.twitter-loop::before {
  content: '🔁 ';
  color: #ccc;
}

.twitter-heart::before {
  content: '❤️ ';
  color: #FF006E;
}


/*///////////////////////////////////////////
// ランキングページ用
////////////////////////////////////////////*/

/* 各投稿ボックス */
li.post-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px dotted #666;
  background-color: #222;
  color: #ccc;
  list-style: none;
  font-size: 15px;
  line-height: 1.6;
}

/* サムネイル画像 */
li.post-item img {
  width: 160px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* 右側テキストブロック */
li.post-item .post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* タイトル・順位 */
li.post-item .post-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
li.post-item .post-title a {
  color: #FF006E;
  text-decoration: none;
}
li.post-item .post-title a:hover {
  text-decoration: underline;
}

/* Twitterプロフィール */
li.post-item .twitter__container {
  margin: 5px 0;
  font-size: 14px;
}

/* 特別なプロフィール強調用（2つ目のコンテナ） */
li.post-item .twitter__container.highlight {
  background: #2a2a2a;
  border: 1px dashed #FF006E;
  padding: 8px 12px;
  border-radius: 6px;
  font-style: italic;
}

/* タグボタン */
.tag_button {
  display: inline-block;
  background-color: #FF006E;
  color: #fff;
  padding: 5px 10px;
  margin-right: 8px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.tag_button:hover {
  background-color: #cc0058;
}

/* 投稿リスト全体 */
.wpp-list2 {
  padding: 0;
/*  margin: 30px 0 0 0;*/
  background-color: #222;
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
}

/* 各投稿アイテム */
.wpp-list2 li {
  list-style: none;
  border-bottom: 1px dotted #555;
  padding: 5px 0;
}

/* タイトルリンク */
.wpp-list2 li p a {
  color: #FF006E;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.wpp-list2 li p a:hover {
  text-decoration: underline;
}

/* 説明テキスト */
.wpp-list2 li span {
  font-size: 16px;
  color: #ddd;
}

/* ランキングリスト全体 */
.ranking-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 5px;
  margin: 5px;
}

/* 各投稿アイテム */
.ranking-list li {
  list-style: none;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 10px;
  background-color: #2a2a2a;
  box-sizing: border-box;
  width: calc(100% / 3 - 13.4px); /* 3カラム（gap考慮） */
}

/* スマホ：2カラム */
@media screen and (max-width: 768px) {
  .ranking-list li {
    width: calc(50% - 10px);
  }
}

/* 画像の整形 */
.ranking-list img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}


/* ハートアイコン */
.twitter__icon .twitter-heart::before {
  content: '❤️ ';
  color: #FF006E;
  margin-right: 6px;
}

/* 投稿者リンク */
.author-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #FF006E;
  text-decoration: underline;
}
.author-link:hover {
  color: #fff;
}

/*///////////////////////////////////////////
// トップページ用の動画スタイル
////////////////////////////////////////////*/
.home .modal-content {
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  padding: 20px;
  max-width: 800px;
  width: 90%;
  position: relative;
  background-color: #000;
  border-radius: 8px;
}

.home .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}

.home .close:hover {
  color: #FF006E;
}
/*///////////////////////////////////////////
// ランキングページ
////////////////////////////////////////////*/
/* カード全体 */
.ranking-card {
  background-color: #2a2a2a;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  padding: 15px;
  margin-bottom: 20px;
  color: #ccc;
}

/* 横並び基本 */
.ranking-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
}

/* 画像調整 */
.ranking-thumb img {
  width: 180px;
  height: auto;
  border-radius: 6px;
}

/* タイトル */
.ranking-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ranking-title a {
  color: #FF006E;
  text-decoration: none;
}
.ranking-title a:hover {
  text-decoration: underline;
}

/* テキスト説明 */
.ranking-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
}

.twitter__container {
/*  border-left: 3px solid #FF006E;*/
  padding-left: 10px;
}

/* スマホ時：縦並び + サイズ調整 */
@media screen and (max-width: 768px) {
  .ranking-wrapper {
    flex-direction: column;
  }

  .ranking-thumb img {
    width: 100%;
/*    max-width: 240px;*/
    margin: 0 auto;
    display: block;
  }

  .ranking-title {
    font-size: 15px;
    margin-top: 10px;
  }

  .ranking-text {
    font-size: 13.5px;
  }

  .ranking-card {
    padding: 10px;
  }
}

/*///////////////////////////////////////////
// トップページ限定の動画
////////////////////////////////////////////*/
/* ランキング全体の外枠を中央寄せ＆左右に余白追加 */
body.home .video-ranking-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 10px; /* ←左右に余白追加 */
  margin: 30px auto; /* 上下の余白と中央寄せ */
  list-style: none;
  max-width: 1200px; /* コンテンツ最大幅を制限 */
  box-sizing: border-box;
}

/* 各ランキングアイテム（カード型） */
body.home .video-ranking-list li {
  background-color: #222;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 420px;
  color: #ccc;
  text-align: left;
}

/* PC時：3列 */
@media screen and (min-width: 768px) {
  body.home .video-ranking-list li {
    width: calc((100% - 40px) / 3); /* 20px gap ×2列 */
  }
}

/* SP時：2列 */
@media screen and (max-width: 767px) {
  body.home .video-ranking-list li {
    width: calc((100% - 20px) / 2);
  }
}

/* サムネイル画像 */
body.home .video-ranking-list img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

/* 再生ボタン配置 */
body.home .video-ranking-list .video-thumbnail {
  position: relative;
  text-align: center;
}
body.home .video-ranking-list .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
}

/* クリアp要素は非表示 */
body.home .video-ranking-list p[style*="clear:both"] {
  display: none;
}

/*///////////////////////////////////////////
// CSS（タブ切り替え＋レスポンシブ対応＋ズレ防止）
////////////////////////////////////////////*/
.ranking-tab-buttons {
  display: flex;
  margin-bottom: 15px;
}

.ranking-tab-buttons button {
  padding: 10px 20px;
  margin-right: 5px;
  border: none;
  background: #333;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}

.ranking-tab-buttons button.active {
  background: #FF006E;;
  color: white;
}

.ranking-tab-content {
  display: none;
}

.ranking-tab-content.active {
  display: block;
}

/*///////////////////////////////////////////
// ランキング用
////////////////////////////////////////////*/

.ranking-card-flex {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ranking-thumb img {
  max-width: 120px;
  border-radius: 8px;
}

.ranking-text {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .ranking-card-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ranking-text {
    width: 100%;
  }
}

/*///////////////////////////////////////////
// サイドバー共通デザイン用
////////////////////////////////////////////*/
/* 共通サイドバー */
.sidebar-block {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 10px;
}

.sidebar-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-btn {
    display: block;
    text-align: center;
    padding: 10px;
    background: #FF006E;;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: background 0.3s;
}

.sidebar-btn:hover {
    background: #d5d5d5;
}

/* アーカイブ専用 */
.archive-block {
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    background: #fff;
    color: #fff;
}

.archive-block select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #A0A0A0; /* 背景を白 */
    color: #202020; /* 文字を黒 */
    cursor: pointer;
}

/* オマケ機能を目立たせる */
.highlight {
    text-align: center;
}

.highlight-btn {
    background: #FF006E;
    color: #fff;
    font-size: 1.2em;
    padding: 15px;
    border-radius: 8px;
}

.highlight-btn:hover {
    background: #d5d5d5;
}

/*///////////////////////////////////////////
// PRテンプレート共通デザイン用
////////////////////////////////////////////*/
/* PRページ共通 */
.pr-page {
  background: #f8f8f8;
  font-family: 'Helvetica Neue', sans-serif;
  padding-bottom: 60px;
}

/* 各商材ブロック */
.pr-block {
  display: flex;
  align-items: center;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  max-width: 1000px;
}

.pr-block__img {
  flex: 0 0 40%;
  padding: 10px;
}
.pr-block__img img {
  width: 100%;
  border-radius: 8px;
}

.pr-block__body {
  flex: 1;
  padding: 20px;
}
.pr-block__title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.pr-block__desc {
  font-size: 1rem;
  margin-bottom: 20px;
}
.pr-block__btn {
  display: inline-block;
  padding: 10px 20px;
  background: #ff4081;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}
.pr-block__btn:hover {
  background: #e73370;
}

/* 商品ごとに色分け可能 */
.pr-block--a .pr-block__btn {
  background: #2196f3;
}
.pr-block--b .pr-block__btn {
  background: #4caf50;
}


/*///////////////////////////////////////////
// PRテンプレート レビュー
////////////////////////////////////////////*/
/* レビュー全体 */
.pr-review {
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  padding: 16px;
  margin: 20px 0;
  line-height: 1.6;
}

/* ヘッダー（ユーザ名 + 時間） */
.pr-review__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #555;
}
.pr-review__user {
  font-weight: bold;
  color: #111; /* 白背景で強調 */
}
.pr-review__time {
  font-size: 0.8rem;
  color: #777;
}

/* 本文 */
.pr-review__text {
  font-size: 1rem;
  color: #222; /* 濃いめで可読性確保 */
  margin-bottom: 12px;
  word-break: break-word;
  white-space: pre-line;
}

/* 画像（任意） */
.pr-review__media {
  margin-bottom: 16px;
}
.pr-review__media img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* CTA（商品ページボタン） */
.pr-review__cta {
  text-align: center;
  margin-top: 16px;
}
.pr-review__button {
  display: inline-block;
  background: #FF006E;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255,0,110,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.pr-review__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,0,110,0.6);
}

/*///////////////////////////////////////////
// PRテンプレート 共通 アピールブロック
////////////////////////////////////////////*/

/* ページ冒頭のアピールブロック */
.pr-hero__sub {
  background: #FF006E;
  color: #fff;
  padding: 40px 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

.pr-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}

.pr-hero__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #FFF176; /* 👈 明るい黄色で視認性UP */
}

.pr-hero__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

/* CTAボタン群 */
.pr-hero__cta {
  display: flex;
  flex-wrap: wrap;        /* 横並び・折り返し */
  gap: 12px;              /* ボタン間余白 */
  justify-content: center;
}

.pr-hero__button {
  flex: 0 1 auto;
  background: #fff;
  color: #FF006E;
  font-size: 0.95rem;     /* 少し小さめに調整 */
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s;
  box-shadow: 0 2px 8px rgba(255,255,255,0.3);
}

.pr-hero__button:hover {
  background: #222;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

/* リンクリスト全体 */
.pr-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

/* --- カード共通 --- */
.pr-link-card {
  background: #fff;
  padding: 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-align: center;
}

/* --- タイトル --- */
.pr-link-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #FF006E;
  font-weight: bold;
}

/* --- 説明文 --- */
.pr-link-desc {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
}

/* --- ボタン本体 --- */
.pr-link-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 1.05rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #FF006E, #ff4da6);
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(255, 0, 110, 0.6);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

/* --- 光の筋 --- */
.pr-link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  transform: skewX(-25deg);
  animation: shine 4s infinite; /* ← ループアニメーション追加 */
}

/* --- shine アニメーション --- */
@keyframes shine {
  0% {
    left: -75%;
  }
  30% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}

/* --- タップやホバー時の強調 --- */
.pr-link-btn:hover,
.pr-link-btn:active {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(255, 0, 110, 0.75);
  background: linear-gradient(135deg, #e00062, #ff3388);
}

/* サービス名 */
.pr-link-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 6px;
  color: #FF006E;
  border-left: 4px solid #FF006E;
  padding-left: 8px;
}

/* 解説文 */
.pr-link-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 10px;
  color: #444;
}

/* URLリンク */
.pr-link-url {
  display: inline-block;
  font-size: 0.9rem;
  color: #FF006E;
  text-decoration: underline;
  word-break: break-all;
}
.pr-link-url:hover {
  color: #222;
}

/* --- メインビジュアル --- */
.pr-mainvisual {
  margin: 2rem auto;
  text-align: center;
  max-width: 960px;
}

.pr-mainvisual img {
  width: 100%;
  max-width: 800px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.pr-mainvisual img:hover {
  transform: scale(1.02);
}

/* --- スペックブロック --- */
.pr-specs {
  background: #fff;
  color: #222;
  padding: 1.5rem;
  margin: 2rem auto;
  border-radius: 12px;
  max-width: 960px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pr-specs__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF006E; /* アクセントカラー */
  margin-bottom: 1rem;
  border-left: 4px solid #FF006E;
  padding-left: 0.5rem;
}

.pr-specs__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pr-specs__list li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 0.5rem;
}

.pr-specs__label {
  font-weight: bold;
  color: #222;
}

/*///////////////////////////////////////////
// PRテンプレート 速報ブロック
////////////////////////////////////////////*/
/* ニュース全体 */
.pr-news {
  background: #222;
/*  padding: 1.5rem;*/
/*  border-left: 6px solid #FF006E;*/
  border-radius: 8px;
  color: #f1f1f1;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* 各記事 */
.pr-news__item {
  background: #2c2c2c;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 1rem;
  margin-bottom: 1rem;
  border-left: 4px solid #FF006E;
  position: relative;
}

/* ニュースの左に赤ラインを流すアニメーション */
.pr-news__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
  background: #FF006E;
  animation: blinkLine 1.5s infinite;
}

@keyframes blinkLine {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* 投稿者・時間 */
.pr-news__meta {
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
}

.pr-news__author {
  font-weight: bold;
  color: #FF006E;
}

.pr-news__time {
  font-style: italic;
}

/* 本文 */
.pr-news__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.6rem;
  color: #fff;
}

/* 画像 */
.pr-news__image img {
  max-width: 100%;
  border-radius: 6px;
  margin-top: 0.5rem;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .pr-news__text {
    font-size: 0.95rem;
  }
}
