/*!
Theme Name: Music Artist
Theme URI: https://www.flawlessthemes.com/theme/music-artist-best-free-music-artist-wordpress-theme/
Author: flawlessthemes
Author URI: https://flawlessthemes.com/
Description: Music Artist is a free and stylish WordPress theme created for artists, musicians, music artists, bands, studios, nightclubs that works across the board for almost all types of websites within the music industry.As this is a music WordPress theme, it unsurprisingly has great support for publishing audio and video content on your website. Whether you’re launching a new record or creating a website for an artist, you’ll want a theme that enables you to encapsulate their unique style. 
Version: 1.0.23
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: music-artist
Tags: one-column, two-columns, right-sidebar, custom-background, custom-logo, custom-menu, editor-style, featured-images, post-formats, theme-options, 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.

Music Artist 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: underline;
	text-decoration: underline dotted;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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;
	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: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

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

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

figure {
	margin: 1em 0;
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 0.75rem;
	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%;
}

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	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 ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}*/

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

/*--------------------------------------------------------------
# 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: 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;
}

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

.bypostauthor {
	display: block;
}

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

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

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

/* 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;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



/*
.js .main-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	background: rgba(0,0,0,0.3);
}*/

/* Layout for search container */
.search-menu {
	padding: 3em;
}

.js .search-menu {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 100%;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #fff;
}

.js .search-menu::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    float: right;
    right: 0;
    top: 24px;
}



#menu-primary.navbar-nav>li {
    float: none;
    display: block;
}

.search-menu .container {
    position: relative;
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #969696;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #969696;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #969696;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 50%;
	padding: 0.85em 0;
	color: #000;
}

.search__related {
	display: flex;
	width: 35%;
	padding: 4em 0 0 0;
	pointer-events: none;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
	color: #ff4848;
}

/************************/
/* Transitions 			*/
/************************/

.js .main-wrap::after {
	transition: opacity 0.3s;
	transition-timing-function: ease-out;
}

.js .main-wrap--overlay::after {
	opacity: 1;
	transition-delay: 0s;
}

.js .search-menu {
	pointer-events: none;
	transition: transform 0.3s;
	transition-delay: 0.4s;
	transition-timing-function: ease-out;
}

.js .search--open {
	pointer-events: auto;
	transform: translate3d(-100%,0,0);
	transition-delay: 0s;
}

.js .search-menu::after {
	transition: transform 0.3s;
	transition-timing-function: ease-out;
}

.js .search--open::after {
	transform: translate3d(100%,0,0);
	transition-delay: 0.4s;
}

.js .btn--search-close {
	transition: opacity 0.1s;
	transition-delay: 0.3s;
}

@media screen and (max-width: 40em) {
	.btn--search-close {
		font-size: 1.25em;
	}
	.search__related {
		font-size: 80%;
		width: 75%;
	}
	.search__input {
		font-size: 2em;
		width: 90%;
	}
	.search__info {
		width: 90%;
	}
}



/* Icons */

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.search-wrap {
    float: right;
}

/*.home .main-wrap{

    height: 100vh;	
}
.main-wrap {
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 99999;
    position: relative;
}
.home .main-wrap {
	    z-index: 999999;
}*/
/*button#btn-search-close {
    opacity: 0;
}*/
.main-wrap.main-wrap--overlay button#btn-search-close {
    opacity: 1;
}
#menu-primary li a {
    font-size: 40px;
    margin-bottom: 21px;
    color: #000;
    padding-left: 0;
    display: block;
}
.menu-wrap {
    margin-top: 100px;
}
.menu-wrap h2 {
    font-size: 56px;
    margin-bottom: 60px;
}

#menu-primary li a:hover{
	background: none !important;
	color: #888 !important;
}

/*.main-wrap.main-wrap--overlay {
    position: fixed;
    top: 32px;
}
*/
button#btn-search, button#btn-search-close {
    background: none;
    padding: 0;
    height: auto;
    outline: 0 !important;
    border: none !important;
}

.home button#btn-search i{
	color:#fff;
}
button#btn-search i{
	color:#000;
}
button#btn-search-close i {
    color: #000;
}
button#btn-search i, button#btn-search-close i {
    font-size: 35px;
}
nav#menu-primary {
    max-height: 550px;
    overflow: hidden;
    overflow-y: scroll;
}
nav#menu-primary ul {
    padding: 0;
    margin: 0;
    list-style: none;
}



.controls button.next, .controls button.previous {
    background: none;
    border: 1px solid #000 !important;
    color: #000;
}

.controls button.next, .controls button.previous {
    color: #000 !important;
    font-size: 39px !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 51px !important;
    outline: 0 !important;
}
.controls button.previous {
    border-right: 0 !important;
}
.controls {
    margin-top: 50px;
    padding: 0;
    margin-bottom: 30px;
}

a.about-second-wrap-link {
    background: #fff;
    font-size: 51px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 59px;
}
.about-second-wrap {
    position: relative;
}

.header-social .social-icon, .header-social .header-phone {
    display: inline-block;
    margin-right: 20px;
}
.header-social .social-icon a, .header-social .header-phone a {
    color: #000;
    font-size: 18px;
    z-index: 9999;
    position: relative;
    cursor: pointer;
}
.header-social .header-phone {
    margin-right: 25px;
    border-right: 1px solid #000;
    padding-right: 20px;
}
.home.page-template-template-home .header-social .header-phone {
    border-right: 1px solid rgba(255, 255, 255, 0.36);
}

button#btn-search, .header-social {
    display: inline-block;
}
.header-social {
    margin-right: 25px;
}

.home.blog header#masthead {
    position: relative;
    top: auto;
    z-index: 9999;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.home.blog .header-social .social-icon a, .home.blog .header-social .header-phone a {
    color: #000;
 }

 .home.blog header#masthead h2.site-title a {
    color: #000;
}
.home.blog p.site-description {
    color: #565656 !important;
}
/*.home.blog .main-wrap {
    height: auto;
    z-index: 99999;
}*/
.home.blog button#btn-search i {
    color: #000;
}
.home .header-social .social-icon a, .home .header-social .header-phone a{
	color: #fff;
}

a:focus, a:focus-within {
outline: none;
    border-bottom: 1px solid;
}
a.focus-visible {
outline: none !important;
    border-bottom: 1px solid !important;
}
.header-social .social-icon a:focus, .header-social .header-phone a:focus,.header-social .social-icon a:focus-within, .header-social .header-phone a:focus-within,.header-social .social-icon a:focus-visible, .header-social .header-phone a:focus-visible{
outline: none !important;
    border-bottom: 1px solid !important;
}
.blog article.hentry,.archive article.hentry,.search-results article.hentry {
    margin-bottom: 50px;
}

.blog article a.btn.btn-default,.archive article a.btn.btn-default ,.search-results article a.btn.btn-default {
    margin-top: 30px;
}

.single .entry-footer a.btn.btn-default {
    display: none;
}
section.footer-sec a, section.footer-sec p, section.footer-sec span {
    color: #fff;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-sec h3.widget-title {
    color: #fff;
    font-size: 29px;
    margin-bottom: 20px;
}
.footer-sec ul li {
    margin-bottom: 10px;
}
.footer-sec #wp-calendar tbody tr td {
    color: #fff;
}
.footer-sec #wp-calendar thead tr th {
    color: #fff;
}
.custom-logo-link, .logo-wrap {
    float: left;
}
.custom-logo-link{
	margin-right: 15px;
}

.hero-section .image:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
a.skip-link.screen-reader-text {
    font-size: 16px;
}
.navbar-nav .dropdown-menu {
    display: block !important;
        left: -999em;
}
@media only screen and (max-width: 991px){
	.hero-section .image {
		background-attachment: inherit;
	}
	}
    .box_wrapper {width:min-content; position: fixed; bottom: 80px; right: 20px; z-index: 10000; font-family: 'Roboto', Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif; font-weight: 300; color: rgb(65, 72, 77); background: rgba(255, 255, 255, 0.95); border-radius: 4px 0 0 0; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 7px 0 rgba(0, 0, 0, 0.06), 0 27px 45px 0 rgba(0, 0, 0, 0.13); padding: 10px 10px 14px; -webkit-transition: padding .5s ease; -moz-transition: padding .5s ease; -ms-transition: padding .5s ease; -o-transition: padding .5s ease; transition: padding .5s ease; }
.box_wrapper.open { padding: 10px 10px 14px; }
.box_wrapper a { color: rgb(42, 160, 239); text-decoration: none; }
.box_wrapper .toggle { cursor: pointer; float: right; display: block; width: 36px; height: 20px; position: absolute; right: 0; top: -20px; border-radius: 5px 5px 0 0; background: rgba(255, 255, 255, 0.8); }
.box_wrapper .toggle:before { content: ''; width: 36px; height: 20px; display: block; background: url('data:image/svg+xml;dataset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2218%22%20height%3D%2228%22%20viewBox%3D%220%200%2018%2028%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M16.797%2018.5q0%200.203-0.156%200.359l-0.781%200.781q-0.156%200.156-0.359%200.156t-0.359-0.156l-6.141-6.141-6.141%206.141q-0.156%200.156-0.359%200.156t-0.359-0.156l-0.781-0.781q-0.156-0.156-0.156-0.359t0.156-0.359l7.281-7.281q0.156-0.156%200.359 0.156t0.359%200.156l7.281%207.281q0.156%200.156%200.156%200.359z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% no-repeat; -webkit-background-size: 14px; background-size: 14px; }
.box_wrapper.open .toggle:before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.box_wrapper .section-deal { max-height: 0; opacity: 0; overflow: hidden; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.box_wrapper.open .section-deal { opacity: 1; max-height: 1000px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.section-deal h2 { color: #3a3b3d; font-size: 24px; font-weight: 300; line-height: 1.2; margin: 0; margin-bottom: 20px; }
.section-deal h3 { color: #7f8082; font-size: 12px; font-weight: 400; letter-spacing: 1px; line-height: 1.4; margin-bottom: 10px; margin-top: -15px; text-transform: uppercase; }
.section-deal p { line-height: 1.4; }
.section-deal ul { margin-bottom: 20px; margin-left: 0px; list-style: none; padding: 0; }
.section-deal ul li { line-height: 1.6em; font-size: 14px; align-items: flex-start; margin-bottom: 4px; }
.section-deal ul li svg { width: 16px; margin-right: 8px; }
.box_wrapper .action-button { background: #f02d00; border-radius: 3px; box-shadow: 0 3px 0 0 #bb2502; color: #fff; display: flex; width: 100%; font-size: 15px; line-height: 1; overflow: hidden; text-decoration: none; }
.box_wrapper .action-button:hover { background: #bb2502; }
.box_wrapper .action-button .main {  text-wrap: nowrap; padding: 14px 18px; }
.box_wrapper .action-button .after { background: rgba(3, 3, 3, 0.03);text-wrap: nowrap; font-weight: bolder; font-size: 12px; padding: 17px 18px; }
.box_wrapper .alternative-action { display: block; margin-top: 5px; text-align: left; font-size: 14px; max-height: 0px; opacity: 0; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.box_wrapper.open .alternative-action { max-height: 100px; opacity: 1; }
.box_wrapper.open .section-deal { opacity: 1; max-height: 1000px; }
.box_wrapper.open .alternative-action { max-height: 100px; opacity: 1; }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.box_wrapper { width:min-content; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.box_wrapper { width:min-content; }
}
@media only screen and (max-width: 479px) {
	.box_wrapper .action-button .after{ padding: 15px; }
	.box_wrapper .action-button .main{ padding: 12px 15px; }
	.box_wrapper { width:min-content; bottom:66px }
}
@media only screen and (max-width: 479px) {
	.box_wrapper.open { padding: 10px; }
}