/*!
Theme Name: MultiWebMarketing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: multiwebmarketing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

MultiWebMarketing is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: none;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif !important;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0px;
}

p {
	margin-bottom: 1.5em;
}

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
    z-index: 2;
    padding-top: 20px;
}

.main-navigation ul {
    justify-content: space-between;
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 26px;
    text-transform: lowercase;
    font-weight: 800;
    color: white;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.menu-item.current_page_item > a,
.menu-item:hover > a{
    color: #8e3dcc;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
div#fold1 .fold1-item{
    position: relative;
}
div#fold1 .fold1-item .row-container {
    margin: 0;
    max-width: 100%;
}
.fold1-image video {
    width: 100%;
}
.row-container{
	margin: 0px auto;
	max-width: 1380px;
}

a{
	text-decoration: none !important;
}

.entry-content a.readmore, a.readmore{
    display: block;
    width: 150px;
    padding: 10px 10px;
    background: white;
    color: black !important;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
    transition: all .5s ease;
}

a.readmore:hover{
    letter-spacing: 2px;
}

/* == == HEADER == == */
main#primary {
    margin-top: -75px;
}
.entry-content {
    margin: 0px;
}
header#masthead {
    z-index: 7;
}
.site-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: all .3s ease;
    background: rgba(0,0,0,0.6);
    background: linear-gradient(
180deg
, black, #00000069);
    padding-bottom: 20px;
}
.fold1-text a.readmore {
    margin: 0px auto;
    color: white !important;
    border: 3px solid;
    background: #5a1b8a;
}
.fold1-image {
    position: relative;
    width: 100%;
}
.fold1-image:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
180deg
, black, transparent);
    position: absolute;
}
.fold1-image:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
0deg
, black, transparent);
    position: absolute;
}
body.page-template-default.page {
    overflow-x: hidden !important;
}
div#page {
    overflow: hidden;
}
div.logo{
	float: left;
	max-width: 300px;
}
.fold1-text p.title {
    font-size: 180px;
    line-height: 170px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -8px;
}
.fold1-text.typewriter p.title {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .11em solid white; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing 1.5s steps(10, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: white; }
}
.fold1-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
p.content {
    font-size: 30px;
    margin: 0px;
    font-weight: 700;
}
/* == == HEADER END == == */
div#fold2 {
    float: left;
    width: 100%;
    background: black;
    margin-top: -30px;
    padding: 40px 0px;
	position: relative;
	z-index: 1;
}

div#fold5{
    float: left;
    width: 100%;
    background: black;
    margin-top: 0px;
    padding: 70px 0px;
	position: relative;
	z-index: 1;
}

div#fold5 .half-image{
    width: 40%;
    margin-right: 18%;
}

.smoke-wrapper:after {
    content: "";
    width: 1020px;
    height: 1020px;
    top: -350px;
    left: -360px;
    position: absolute;
    background: rgb(185,50,212);
    background: radial-gradient(circle, rgba(185,50,212,1) 0%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%);
    z-index: 2;
    opacity: 0.3;
    pointer-events: none;
}
div#fold2:before, div#fold5:before {
    content: "";
    top: -280px;
    right: 0;
    width: 730px;
    height: 570px;
    position: absolute;
    background: url(/wp-content/uploads/2021/02/smoke1.png) no-repeat 0 0 / cover;
    opacity: 0.3;
    pointer-events: none;
}
.half-image {
    width: 53%;
    float: left;
    margin-right: 5%;
	position: relative;
}
.half-image:before {
    content: "";
    top: -80px;
    left: 140px;
    width: 380px;
    height: 150px;
    background: url(/wp-content/uploads/2021/02/shed-seven-logo.png) no-repeat 0 0 / cover;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.half-text {
    float: left;
    width: 42%;
    margin-top: 160px;
}
.half-text h2.title {
    font-size: 45px;
    color: white;
}
.half-text p {
	color: white;
}

.smoke-wrapper {
    position: relative;
    width: 100%;
    float: left;
}
.smoke-wrapper:before {
    z-index: 2;
    content: "";
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/wp-content/uploads/2021/02/smoke2.png) no-repeat 0 0 / cover;
    opacity: 0.6;
	pointer-events: none;
}
div#fold2:after, div#fold5:after {
    content: "";
    width: 1430px;
    height: 1020px;
    bottom: -590px;
    right: -610px;
    position: absolute;
    background: rgb(185,50,212);
    background: radial-gradient(circle, rgba(185,50,212,1) 0%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%);
    z-index: 2;
    opacity: 0.3;
    pointer-events: none;
}
.stream-on p {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.stream-icon i {
    font-size: 40px;
}

.stream-icon-wrapper{
    width: 200px;
    display: flex;
    justify-content: space-between;
}

i.fab.fa-spotify {
    color: #1ED760;
}
i.fab.fa-youtube {
    color: #ce0000;
}
.stream-icon i.fab.fa-apple {
    font-size: 55px;
    margin-top: -12px;
    color: white;
}
div#fold3 {
    float: left;
    width: 100%;
    background: black;
    position: relative;
}
div#fold3:before {
    content: "";
    top: 20px;
    left: 50%;
    width: 1260px;
    transform: translateX(-50%);
    height: 490px;
    background: url(/wp-content/uploads/2021/02/shed-seven-logo.png) no-repeat 0 0 / cover;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    pointer-events: none;
}
.fold3-inner {
    width: 45%;
    float: left;
    color: white;
    padding: 100px 0px;
}
h2.title.handwritten {
    font-size: 45px;
    color: white;
    margin-bottom: 20px;
    padding-bottom: 20px;
	position: relative;
}
p.prices {
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
    margin: 0px;
}
h2.title.handwritten:before {
    content: "";
    bottom: 0;
    width: 100%;
    height: 5px;
    background: white;
    position: absolute;
}
.frame-image {
    float: right;
    width: 30%;
    border: 5px solid white;
	position: relative;
}

.frame-image img{
    display: block;
}
.frame-image:before {
    content: "";
    bottom: -30px;
    left: -90px;
    width: 180px;
    height: 180px;
    background: url(/wp-content/uploads/2021/03/rick-wttier.jpg) no-repeat 0 0 / cover;
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid white;
    box-shadow: 0px 0px 30px black;
}
.fold3-inner a.readmore {
    background: white;
    width: 180px;
}



div#live-fold .row-container {
    position: relative;
	z-index: 2;
}
div#live-fold {
    float: left;
    width: 100%;
    position: relative;
    background: url(/wp-content/uploads/2021/02/shed-seven-background-1024x547.jpg) no-repeat 0 0 / cover fixed;
    padding: 180px 0px;
}
div#live-fold:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0,0,0,0.6);
    background: linear-gradient(black, rgb(0 0 0 / 40%));
    position: absolute;
    z-index: 0;
}
div#live-fold:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0,0,0,0.6);
    background: linear-gradient(rgb(0 0 0 / 40%), black);
    position: absolute;
    z-index: 0;
}
div#live-fold h2 {
    text-align: center;
    font-size: 45px;
    color: white;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 5px solid white;
}
div#live-fold p:first-of-type {
    text-align: center;
    color: white;
}

.live-wrapper-outer{
    display: flex;
    justify-content: space-between;
}
.live-wrapper {
    background: white;
    box-shadow: 0px 0px 10px 0px black;
    margin-top: 50px;
    position: relative;
		-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.live-wrapper:nth-of-type(2){
    margin: 0px 10px;
    margin-top: 50px;
}

.live-wrapper:hover {
    background: #5a1b8a;
}
.live-wrapper:nth-of-type(3) {
	margin-right: 0;
}
.live-wrapper-image {
    position: relative;
}
.live-wrapper-image:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: hsl(274deg 67% 32% / 24%);
}
.live-wrapper:after {
    content: "\f04b";
    bottom: 15px;
    right: 20px;
    font-size: 50px;
    position: absolute;
    font-family: 'FontAwesome';
    color: rgb(90 27 138 / 51%);
    z-index: 1;
				-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.live-wrapper:hover:after {
	color: white;
}
.live-wrapper-image img {
    width: 100%;
}
.live-wrapper p {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 10px;
    color: black !important;
    padding-left: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: calc(100% - 70px);
}
.live-wrapper:hover p {
    color: white !important;
}
div.watchlive.readmore {
    float: left;
    margin: 0px 0px 10px 20px;
    color: white;
    width: 170px;
    background: #5a1b8a;
    text-align: center;
    padding: 10px 0px;
			-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.live-wrapper:hover .watchlive.readmore {
    background: white;
    color: black;
}
.live-wrapper a p:first-of-type {
    margin: 0px;
}




/*track list page*/
.half-text.full {
    width: 100%;
}
body.page-template-default.page .half-text.full {
    margin-top: 0px;
}
.tracklist-item {
    float: left;
    width: 48%;
    position: relative;
}
.tracklist-item:nth-child(odd) {
    margin-right: 4%;
}
.tracklist-item.white {
    background: linear-gradient(
45deg
, #150c17, transparent);
}
a.tracklist-outter {
    display: block;
    padding: 10px 10px 10px 45px;
    font-size: 21px;
    font-weight: 800;
    color: white;
    position: relative;
			-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tracklist-item:hover a.tracklist-outter {
    background: white;
    color: black;
}
.tracklist-item:hover:after, .tracklist-item:hover:before {
    color: black !important;
    z-index: 2;
}
.tracklist-item:after {
    content: "\f054";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    position: absolute;
    font-size: 23px;
    color: white;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tracklist-item:before {
    content: "\f8d9";
    top: 3px;
    left: 0;
    font-size: 31px;
    position: absolute;
    font-family: 'FontAwesome';
    color: white;
		-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*track list page end*/



/*product page*/
.summary.entry-summary {
    margin-top: 50px;
}

textarea#alg_wc_pif_local_1 {
    height: 120px;
}
h1.product_title.entry-title {
    font-size: 50px;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 2px solid white;
}
body.product-template-default #page {
    background: black;
}
div#product-10695 {
    width: 1380px;
    margin: 0px auto;
}
body.product-template-default.single-product div#primary {
    position: relative;
    z-index: 1;
}
body.product-template-default.single-product div#primary main#main {
    position: relative;
    z-index: 2;
}
body.product-template-default.single-product div#primary:before {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(black, #ffffff00);
}
body.product-template-default.single-product div#primary:after {
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(#ffffff00, black);
}
body.product-template-default.single-product.postid-10695 div#primary {
	background: url(/wp-content/uploads/2021/02/1998-let-it-ride-banner-1024x682.jpg) no-repeat 50% 50% / cover;
}
span.woocommerce-Price-amount.amount {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: white;
}
table#alg-product-input-fields-table td {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
h1.product_title.entry-title,
.woocommerce-product-details__short-description,
table#alg-product-input-fields-table label{
    color: white;
}
table#alg-product-input-fields-table label {
    font-size: 25px;
}
button.single_add_to_cart_button.button.alt {
    background: black !important;
    border: 2px solid white;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.woocommerce div.product form.cart .button:hover {
    background: #5a1b8a !important;
}
.product-header {
    padding: 200px 0px 0px;
}
p.album-title {
    font-size: 130px;
    line-height: 170px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -8px;
    text-align: center;
    color: white;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .11em solid white; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing1 1.5s steps(10, end),
    blink-caret1 .75s step-end infinite;
}
.albumwrapper {
    position: relative;
    text-align: center;
    color: white;
    display: inline-block;
    margin: 0px auto;
}

.product-header > .row-container{
    display: flex;
    justify-content: center;
}

/* The typing effect */
@keyframes typing1 {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret1 {
  from, to { border-color: transparent }
  50% { border-color: white; }
}
i.far.fa-arrow-alt-circle-down {
    font-size: 40px;
  animation: animationFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px) ;
  }
  50% {
    transform:  translate(0px,30px);
  }
  100% {
    transform:  translate(0px,0px) ;
  }
}


/*product page end*/


/* == == FOOTER BLOCK == == */
.footer-block ul {
    margin: 0 0 1.5em 0em;
    float: left;
    width: 100%;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
}
/* == == FOOTER BLOCK END == ==*/

/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 60px 0;
    position: relative;
    background: #000000;
    float: left;
    width: 100%;
}

div#phone {
    width: 23%;
}
div#address {
    width: 43%;
}
div#opening {width: 33.3%;}

.footer-block .footer-block-item {
    float: left;
    width: 30%;
    margin-right: 5%;
    position: relative;
    z-index: 2;
}

.footer-block .footer-block-item#middle {
    width: 55%;
	margin-right: 10%;
}
.footer-block .footer-block-item h5 {
    font-size: 36px;
    line-height: 36px;
    color: white;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
}
i.fab.fa-facebook-square {
    color: #2d88ff;
}
i.fab.fa-twitter-square {
    color: #1da1f2;
}
i.fab.fa-instagram {
	color: purple;
}
.footer-block-item h6 {
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
    font-weight: 400;
	margin-bottom: 15px;
}
.footer-block .footer-block-item#middle li {
    padding: 8.2px 0px;
    font-size: 57px;
    list-style-type: none;
    margin-right: 15px;
}
.footer-block .footer-block-item#middle li a {
    color: #fff;
    list-style-type: none;
    position: relative;
    transition: all .33s ease;
}
.services div#fold3 {
    padding: 60px 0px 50px;
}
 .footer-block .footer-block-item#middle li:hover a {
    letter-spacing: 1px;
    color: #fff;
}

.footer-block .footer-block-item:last-of-type {
    margin-right: 0;
}
.footer-block .footer-block-item h5 {
    font-size: 36px;
    line-height: 36px;
    color: white;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
}
.footer-block .footer-block-item p {
    color: #eee;
    margin-bottom: 0px;
    line-height: 28px;
}

.footer-block .readmore{
	background: white;
	color: #333 !important;
}

/* == == FOOTER BLOCK END == ==*/

/* == == == MWM FOOTER == == == */
#footer {
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    background: #272727;
    clear: both;
}

#footer > .row-container{
	position: relative;
}

#footer-multi-web {
    float: none;
    text-align: center;
    margin: 0px auto;
	max-width: 350px;
}

#footer-multi-web p {
    font-size: 13px !important;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 5;
    position: relative;
    margin-bottom: 10px;
}

#footer-multi-web p:last-of-type{
	margin-bottom: 0px;
}
#footer a{
	color: white;
}

span#footer-highlight {
    position: relative;
    font-weight: bold;
    z-index: -4;
	text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
    content: "";
    background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png) no-repeat 50% 50% / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
    position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    text-align: right;
}

.date-sitename {
    position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    text-align: left;
	margin: 0px;
}

#footer .row-container > p, .privacy-site.moduletable {
    width: 30%;
	color: white;
}

#footer .privacy-text, #footer .socials{
	float: right;
}

#footer .privacy-text{
	position: absolute;
	right: 00px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 14px;
	line-height: 14px;
}

#footer .socials a{
	display:  block;
	float: left;
}

#footer .socials i{
	font-size: 45px;
	margin-left: 10px;
}
/* == == == == MWM FOOTER END == == == == */


/*menu*/
div#custom_html-6 h4.widget-title {
    text-align: center;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
}
li#menu-item-10357 ul.sub-menu li {
    width: 100%;
    padding: 2% 3%;
    background: rgba(0, 0, 0, 0.89);
}

li#menu-item-10357 ul.sub-menu{
    width: 1200px;
}

li#menu-item-10357:hover ul.sub-menu, li#menu-item-10357.focus ul.sub-menu, li#menu-item-10357.hover ul.sub-menu {
    width: 1200px;
    left: -250%;
}

.dropdown-item {
    flex: 0 0 20%;
    padding: 10px;
    margin-bottom: 20px;
    transition: ease all 0.5s;
}

.dropdown-item img{
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.dropdown-item:hover a {
    background: #8e3dcc;
}
.dropdown-item p {
    font-size: 13px;
    line-height: 18px;
    margin: 0px;
}

.dropdown-item p:last-of-type{
    margin-bottom: 5px;
}

.dropdown-menu{
    display: flex;
    flex-wrap: wrap;
}
/*menu end*/

/*Contact*/

.contact-form input[type="text"], .contact-form input[type="email"]{
    width: 100%;
}

.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form textarea{
    background: transparent;
    border-radius: 0px;
    border: solid 3px white;
    color: white;
    transition: all .5s ease;
}

.contact-form input[type="text"]:focus, 
.contact-form input[type="email"]:focus, 
.contact-form textarea:focus{
    border-color: #5a1b8a;
    outline: none;
}

.privacy-details{
    color: grey;
}

.contact-form input[type="submit"] {
    margin: 0px auto;
    color: white;
    border: 3px solid;
    background: #5a1b8a;
    display: block;
    width: 150px;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
}

.contact-form form > p:nth-of-type(1),
.contact-form form > p:nth-of-type(2),
.contact-form form > p:nth-of-type(3){
    width: 32%;
    margin-right: 2%;
    float: left;
}

.contact-form form > p:nth-of-type(3){
    margin-right: 0px;
}

/*Contact end*/

/**/

.system #page, .error404 #page{
    background: black;
}

.system main#primary, .error404 main#primary{
    margin-top: 115px;
}

.system .entry-content p, .system h1, .error404 .page-content *, .error404 .page-header *{
    color: white;
}

.entry-content a {
    color: #972ee6 !important;
    font-weight: bold;
}

.system ul li a{
    color: white !important;
}

input#alg_wc_pif_global_1 {
    width: 100%;
    max-width: 360px;
}

/*Basket*/
body.woocommerce-cart main#primary{
    margin-top: 115px;
    padding: 0px 20px;
}

.woocommerce-checkout main#primary{
    margin-top: 115px;
}

body.woocommerce-cart div#page, .woocommerce-checkout div#page{
    background: black;
}

body.woocommerce-cart table.cart th, body.woocommerce-cart table.cart td, body.woocommerce-cart table.cart dl *{
    color: white;
}

body.woocommerce-cart span.woocommerce-Price-amount.amount, .woocommerce-checkout span.woocommerce-Price-amount.amount{
    font-size: 20px;
    line-height: 24px;
}

body.woocommerce-cart .woocommerce .cart .button, body.woocommerce-cart .woocommerce .cart input.button{
    border-radius: 0px;
    color: black !important;
    background: white;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    border-radius: 0px;
    border: solid 5px white;
    color: white !important;
    background: #972ee6 !important;
}

.woocommerce-cart .cart_totals *{
    color: white;
}

.woocommerce-checkout form.checkout *{
    color: white;
}

.woocommerce-checkout form.checkout input, .woocommerce-checkout form.checkout textarea, .woocommerce-checkout .select2-container--default .select2-selection--single{
    background: none;
    border: solid 3px white;
    border-radius: 0px;
}

.select2-container .select2-selection--single{
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: white !important;
}

.woocommerce-checkout #payment{
    background: #333;
}

.woocommerce-checkout #payment div.payment_box{
    background: #515151;
}

.woocommerce-checkout #payment div.payment_box::before{
    border: solid 1em #515151;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    border-radius: 0px;
    border: solid 3px white;
    color: white !important;
    background: #972ee6 !important;
}

.woocommerce-order *{
    color: white;
}

.woocommerce table.cart td.actions .coupon .button{
        font-size: 14px;
    line-height: 18px;
}

/**albums**/
#fold2 .dropdown-item p{
	text-align: center;
	color: white;
}

#fold2 .dropdown-item:hover a{
	background: none;
}

#fold2 .dropdown-item a {
    display: block;
    transition: all .5s ease;
    padding-bottom: 3px;
}

#fold2 .dropdown-item a:hover{
	background: #8e3dcc;
}

#fold2 .dropdown-item img{
	margin-bottom: 10px;
}

#fold2 .dropdown-item p:empty:before{
	content: unset;
}

.system h5, .system h6{
	color: white;
	font-size: 30px;
	line-height: 32px;
}

.grecaptcha-badge{
	z-index: 5
}