/**
 * Theme Name:  	Hamburg Child
 * Template:    	hamburg
 * Theme URI:   	http://marketpress.com/product/hamburg/
 * Description: 	A boiler plate to create your own child theme for Hamburg.
 * Author:      	MarketPress
 * Author URI:  	http://marketpress.com/
 * Contributors:	Inpsyde GmbH, @bueltge, @glueckpress
 * Version:     	1.2.2
 * Status:      	Stable
 * Text Domain:		theme_hamburg_child_textdomain
 * Tags:        	translation-ready, theme-options
 * License:     	GNU General Public License (GPL) version 2
 * License URI: 	http://www.gnu.org/licenses/gpl-2.0.txt
 */


/* =Color scheme Pink
-----------------------------------------------
    The following sample styles will only have
    any effect if you have opted into using
    the pink sample color scheme.
    To do so visit functions.php and edit
    hamburg_child_add_stylesheets().
    Then activate pink as the new color scheme
    in the WordPress Customizer.
    If you do not plan to use a color scheme
    from your child theme, you can safely delete
    all of the following CSS and add your own.
*/

/* 1. Pink background color */
.color-scheme-pink [type="submit"],
.js .color-scheme-pink .menu-toggle,
.color-scheme-pink .pagination li:hover a,
.color-scheme-pink .navbar.fixed-top,
.color-scheme-pink .navbar.fixed-top .menu,
.color-scheme-pink .navbar.fixed-top .menu li ul .current-menu-item > a,
.color-scheme-pink .site-nav-primary .menu a:hover,
.color-scheme-pink .site-nav-primary .menu a:focus,
.color-scheme-pink .site-nav-primary .menu > li:hover,
.color-scheme-pink .site-nav-primary .menu > li.focussed,
.color-scheme-pink .site-nav-primary .current-menu-item > a,
.color-scheme-pink .site-nav-primary .menu > .current-menu-ancestor > a,
.color-scheme-pink .site-footer .search-form .search-submit:before,
.color-scheme-pink .flex-carousel .flex-entry .flex-title,
.color-scheme-pink .flex-direction-nav li a:before,
.color-scheme-pink .entry-content .more-link:hover,
.color-scheme-pink .entry-summary .more-link:hover,
.color-scheme-pink .cat-links a:hover,
.color-scheme-pink .tag-links a:hover,
.color-scheme-pink .comments-link a:hover,
.color-scheme-pink .comment-reply-link:hover,
.color-scheme-pink .social-sharing-links a:hover,
/* WooCommerce */
.color-scheme-pink.woocommerce .onsale,
.color-scheme-pink .flexslider .onsale,
.color-scheme-pink .woocommerce-pagination li:hover a,
.color-scheme-pink.woocommerce.archive .product .price > .amount,
.color-scheme-pink.woocommerce.archive .product.sale .price del,
.color-scheme-pink.woocommerce.archive .product.sale .price ins,
.color-scheme-pink.woocommerce.archive .product .entry ~ .button:hover,
.color-scheme-pink.woocommerce.archive .content-area .product:hover,
.color-scheme-pink.woocommerce.archive .content-area .product .add_to_cart_button + .added_to_cart,
.color-scheme-pink .has-chosen .chosen-container .chosen-results li.highlighted,
.color-scheme-pink .widget.widget_layered_nav_filters,
.color-scheme-pink .widget_price_filter .ui-slider-handle,
.color-scheme-pink .widget.woocommerce .product_list_widget li a:hover > img,
.color-scheme-pink div.pp_woocommerce .pp_previous:before,
.color-scheme-pink div.pp_woocommerce .pp_next:before {
	/*background-color: #cc5490;*/
	color:#fff;
	background-color:#F16237;
}

/* 2. Darker pink background color */
.color-scheme-pink .navbar.fixed-top .menu ul,
.color-scheme-pink .navbar.fixed-top .menu a:hover,
.color-scheme-pink .navbar.fixed-top .menu a:focus,
.color-scheme-pink .navbar.fixed-top .menu li ul a,
.color-scheme-pink .navbar.fixed-top .menu > li:hover,
.color-scheme-pink .navbar.fixed-top .menu > .focussed,
.color-scheme-pink .navbar.fixed-top .current-menu-item > a,
.color-scheme-pink .site-meta-nav-user .menu > li > a,
.color-scheme-pink .site-nav-primary .menu > li ul a:hover,
.color-scheme-pink .site-nav-primary .menu > li ul li:hover,
.color-scheme-pink .site-nav-primary .menu > li ul .current-menu-item > a,
.color-scheme-pink .mlp_language_box ul li.current a,
/* WooCommerce */
.color-scheme-pink .widget_price_filter .ui-slider-range,
.color-scheme-pink .widget.widget_layered_nav_filters li:hover {
	background-color: #7f2854;
}

.color-scheme-pink .navbar.fixed-top .menu li ul a:hover,
.color-scheme-pink .navbar.fixed-top .menu li ul a:focus,
.color-scheme-pink .navbar.fixed-top .menu li ul .focussed a {
  background-color: #f64ba1;
}

/* 3. Pink text color */
.color-scheme-pink a,
.color-scheme-pink .entry-title a:hover,
.color-scheme-pink #reply-title a:hover,
.color-scheme-pink #comments-title a:hover,
.color-scheme-pink .edit-link a:hover,
.color-scheme-pink .entry-meta .date a:hover,
.color-scheme-pink .entry-meta .author a:hover,
.color-scheme-pink .backtotop span:before,
.color-scheme-pink .entry-content ul > li:before,
/* WooCommerce */
.color-scheme-pink.woocommerce.single-product .product_meta a:hover {
	color: #cc5490;
}
/* WooCommerce */
.color-scheme-pink.woocommerce.archive .product.sale .price del {
	color: #7f2854;
}

/* Pink border colors */
.color-scheme-pink .sticky,
.color-scheme-pink .commentlist li.comment.bypostauthor {
	border-color: #cc5490;
}

/* Pink background, white text color */
/* WooCommerce */
.color-scheme-pink.woocommerce-page .button.single_add_to_cart_button,
.color-scheme-pink.woocommerce-page .button.checkout-button,
.color-scheme-pink.woocommerce-checkout .button[name="woocommerce_checkout_place_order"],
.color-scheme-pink .widget.woocommerce .button,
.color-scheme-pink .widget_price_filter .price_slider_amount .button,
.color-scheme-pink .woocommerce-checkout #payment .button,
.color-scheme-pink.woocommerce-account .entry-content .woocommerce form .button,
.color-scheme-pink.woocommerce.archive .product .price-tag {
	/*background-color: #cc5490;
	color: #fff;*/
	color:#fff;
	background-color:#F16237;
}

.woocommerce-page .button.single_add_to_cart_button,
.woocommerce-page .button.checkout-button,
.woocommerce-checkout .button[name="woocommerce_checkout_place_order"],
.widget.woocommerce .button,
.widget_price_filter .price_slider_amount .button,
.woocommerce-checkout #payment .button,
.woocommerce-account .entry-content .woocommerce form .button,
.woocommerce.archive .product .price-tag {
	/*background-color: #cc5490;
	color: #fff;*/
	color:#fff !important;
	background-color:#F16237 !important;
}

/* Purple background colors, white text color */
.color-scheme-pink .site-nav-primary .menu > .special > a,
.color-scheme-pink .site-nav-primary .menu > li > a:focus,
.color-scheme-pink .site-nav-primary .menu > li ul a:focus,
.color-scheme-pink .site-nav-primary .menu > li.special ul,
/* WooCommerce */
.color-scheme-pink .site-nav-primary .mini-cart a,
.color-scheme-pink.woocommerce-page .button.single_add_to_cart_button:hover,
.color-scheme-pink.woocommerce-page .button.checkout-button:hover,
.color-scheme-pink.woocommerce-checkout .button[name="woocommerce_checkout_place_order"]:hover,
.color-scheme-pink .widget.woocommerce .button:hover,
.color-scheme-pink .widget_price_filter .price_slider_amount .button:hover,
.color-scheme-pink .woocommerce-checkout #payment .button:hover,
.color-scheme-pink.woocommerce-account .entry-content .woocommerce form .button:hover,
.color-scheme-pink.woocommerce-page .button.single_add_to_cart_button:focus,
.color-scheme-pink.woocommerce-page .button.checkout-button:focus,
.color-scheme-pink.woocommerce-checkout .button[name="woocommerce_checkout_place_order"]:focus,
.color-scheme-pink .widget.woocommerce .button:focus,
.color-scheme-pink .widget_price_filter .price_slider_amount .button:focus,
.color-scheme-pink .woocommerce-checkout #payment .button:focus,
.color-scheme-pink.woocommerce-account .entry-content .woocommerce form .button:focus {
	/*background-color: #e352e3;
	color: #fff;*/
	color:#fff;
	background-color:#F16237;
}

/* Darker purple background colors */
.color-scheme-pink .site-nav-primary .menu > li.special > a:hover,
.color-scheme-pink .site-nav-primary .menu > li.special > a:focus,
.color-scheme-pink .site-nav-primary .menu > li.special.focussed > a,
.color-scheme-pink .site-nav-primary .menu > li.special ul a:hover,
.color-scheme-pink .site-nav-primary .menu > li.special ul a:focus,
.color-scheme-pink .site-nav-primary .menu > li.special ul li:hover,
.color-scheme-pink .site-nav-primary .menu > li.special.current-menu-item > a,
.color-scheme-pink .site-nav-primary .menu > li.special.current-menu-ancestor > a,
/* WooCommerce */
.color-scheme-pink .site-nav-primary .mini-cart a:hover {
	background-color: #a13aa1;
}

/* Wider screens only */
@media screen and (min-width: 768px) {
	.color-scheme-pink .site-nav-primary .menu ul {
		background-color: #cc5490;
	}
}

/* IE8 */
.lte8 .color-scheme-pink .site-nav-primary .menu ul {
	background-color: #cc5490;
}

/* page */

a:link,a:visited,a:active,a:hover,a:focus {
	color:#666 !important;
	text-decoration:none;
}

a.orange:link,a.orange:visited,a.orange:active,a.orange:hover,a.orange:focus {
	color:#F16237 !important;
}

#wpadminbar a:link,#wpadminbar a:visited,#wpadminbar a:active,#wpadminbar a:hover,#wpadminbar a:focus {
	color:#fff !important;
}

#breadcrumb,.posts-navigation,.row {
	max-width:1280px;
}

.site-navigation.navbar {
	padding:24px 15px;
	margin:0 auto;
	position:fixed;
	left:0;
	right:0;
	top:0;
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	z-index:100;
	max-width:none;
}

.site-nav-primary {

}

.category #menu-item-82 a {
	font-weight:bold !important;
}

.single-product #menu-item-83 a {
	font-weight:bold !important;
}

#menu-header a,#menu-footer a {
	font-family:"myriad-pro",sans-serif !important;
}

/* header */

#logoLink {
	display:inline-block;
	float:left;
	max-width:450px;
	margin-right:30px;
	margin-left:0;
}

#logo {
	width:100%;
}

/* navigation */
.site-nav-primary {
	background-color:transparent;
}

.site-nav-primary ul {
	height:26px;
	margin-top:22px;
	float:right;
}

.site-nav-primary a {
	color:#F16237 !important;
	text-transform:none !important;
	padding:0 !important;
	margin:0 15px;
	font-size:20px !important;
}

.color-scheme-blue .site-nav-primary .current-menu-item>a,.color-scheme-blue .site-nav-primary .menu a:focus,.color-scheme-blue .site-nav-primary .menu a:hover,.color-scheme-blue .site-nav-primary .menu>.current-menu-ancestor>a,.color-scheme-blue .site-nav-primary .menu>li.focussed,.color-scheme-blue .site-nav-primary .menu>li.hover,.color-scheme-blue .site-nav-primary .menu>li:hover {
	background-color:transparent !important;
}

.color-scheme-blue .site-nav-primary .current-menu-item>a {
	font-weight:bold;
}

.js .color-scheme-blue .menu-toggle {
	background-color:#000000 !important;
	float:right;
	margin-right:15px;
	padding:4px 10px 2px 10px;
}

@media screen and (max-width: 525px) {
	.js .color-scheme-blue .menu-toggle {
		margin-top:10px;
	}
	
	#logoLink {
		margin-right:15px;
	}
}

#menu-header {
	height:auto;
}

/* products and categories */

.entry-image {
	border:1px solid #fff;
	overflow:visible !important;
}

.noborder img, .noborder video {
	border:none !important;
}


.page-id-1289 .site-content a:hover img {
	opacity:1 !important;
}

.page-id-1289 .entry .previewTitle {
	background-color:#F3EAD9;
}

.page-id-1289 .entry:hover .previewTitle {
	background-color:#EFE4CC;
}

.entry-image.no-border img {
	border:none !important;
}

.site-main {
	margin-top:25px;
	margin-bottom:-5px;
	background-color:#fff;
}

.site-content {
	padding-bottom:0;
}

.woocommerce .product {
	margin-bottom:0;
}

.woocommerce.archive .product .entry {
	position:relative;
	background-color:transparent;
}

.color-scheme-blue.woocommerce.archive .content-area .product:hover,.color-scheme-blue.woocommerce.archive .content-area .product-clicked {
	background:transparent;
}

.hover-active .color-scheme-blue.woocommerce.archive .content-area .product.no-sample:hover,.color-scheme-blue.woocommerce.archive .content-area .product-clicked.no-sample {
	background:transparent;
}

.previewTitle {
	display:none;
	position:absolute;
	left:15px;
	top:15px;
	padding:10px 15px;
	background-color:rgba(237,225,200,0.75);
	color:#F16237;
	max-width:50%;
	text-align:left;
	text-transform:lowercase;
}

#stripline {
	background:url(/wp-content/uploads/2015/09/stripline.png) center repeat-x;
	min-height:7px;
	margin-bottom:15px;
	position:relative;
}

#stripline span {
	display:inline-block;
	margin-left:200px;
	background-color:#fff;
	padding:2px 5px;
}

@media screen and (max-width:768px) {
	#stripline span {
		margin-left:10px;
	}
}

/* footer */

.site-footer {
	margin-top:15px;
	margin-bottom:0;
	border:none;
	font-size:16px;
}

#colophon {
	/*background-color:rgb(237,225,200);*/
	background-color:rgb(243,234,217);
}

#menu-footer  {
	text-align:center;
}

#menu-footer li {
	display:inline-block;
	margin:0 15px;
}

#menu-footer li a,#menu-footer li a:hover,#menu-footer li a:active,#menu-footer li a:focus {
	background:transparent;
}

#menu-footer li.current_page_item a {
	font-weight:bold;
}

.site-footer a {
	color:#F16237 !important;
	padding:0 15px;
}

#leftFoot {
	float:left;
	margin-top:15px;
}

#rightFoot {
	float:right;
	margin-top:15px;
}

@media screen and (max-width: 570px) {
	#menu-footer {
		text-align:left;
	}
	
	#menu-footer li {
		display:block;
		margin:0;
	}
	
	#leftFoot {
		float:none;
		margin-top:15px;
	}

	#rightFoot {
		float:none;
		text-align:right;
		margin-top:0;
	}
}

/* typography */
html {
	/*background-color:rgb(237,225,200);*/
	background-color:rgb(243,234,217);
}

body {
	font-size:20px;
	/*color:#6F6F6E;*/
    color: #F16237;
	margin:0;
	padding:0;
	background-color:#fff;
	letter-spacing:.1ex;
	line-height:1.4em;
	padding-top:92px;
	font-family:"myriad-pro",sans-serif !important;
}

* {
	font-family:"myriad-pro",sans-serif !important;
}

@media screen and (min-width:768px) and (max-width: 1068px) {
	body {
		padding-top:120px;
	}
}

h2 {
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

.img-flushed {
	margin-top:5px;
}


/* home */

.swOverlay {
	position:absolute;
	top:0;
	left:0;
	opacity:1 !important;
}

/* biography */

#biography {
	margin-top:15px;
}

.js-marquee-wrapper {
	position: relative;
  left: -100%;
}

#bioFigures {
	margin-top:2em;
}

#bioHeidi {
	text-align:center;
	padding-top:20px;
}

#bioHeidi img {
	height:130px;
}

#bioBeatrix {
	text-align:center;
}

#bioHeidi img,#bioBeatrix img {
	cursor:pointer;
}

#bioHeidiText,#bioBeatrixText {
	min-height:160px;
}

#bioHeidiText p,#bioBeatrixText p {
	text-align:center;
	display:none;
	max-width:200px;
	margin:10px auto 0 auto;
}

/* woocommerce */

.container.single {
	margin-top:10px;
}

.container.single .col-sm-8 img:first-child {
	margin-top:4px;
}

.woocommerce.archive .content-area .single .product {
	width:100%;
}

.woocommerce.archive .single .product {
	text-align:left;
	padding:4px 0 0 0;
}

.woocommerce.single-product .single .entry-summary {
	width:100%;
	margin-top:0;
}

.woocommerce.single-product .single .product_title {
	width:100%;
	float:none;
	margin-left:0;
	padding-left:0;
	font-size:22px;
	text-align:left;
	font-weight:bold;
}

.woocommerce.single-product .product .price {
	font-size:30px !important;
}

.single .price-de-tax-extra-costs {
	/*display:none;*/
}

.single .price-de-tax-extra-costs .shipping_de {
	display:none;
}

.single td,.single .td {
	font-size:16px;
	padding-left:0;
}

.woocommerce .single table.variations td.label label {
	color:#000;
	padding-left:0;
}

.woocommerce .single table.variations select {
	color:#000;
	font-size: 20px;
}

.single .woocommerce_de_versandkosten {
	margin:0 !important;
	padding:0 !important;
	color:#F16237 !important;
	display:none !important;
}

.woocommerce.archive .single .reset_variations {
	visibility:hidden;
}

.woocommerce.archive .single .versandkosten {
	display:inline;
}

.woocommerce.archive .single .single_add_to_cart_button {
	border-top:none !important;
	background-color:#F16237;
	color:#fff;
	border:1px solid #F16237 !important;
	padding:5px 10px !important;
	font-size: 20px;;
}

.woocommerce.archive .single .shipping_de {
	padding:0;
	color:#F16237;
}

.woocommerce .shipping_de small::after {
	content: "";
}

.woocommerce.single-product .single .amount {
	color:#F16237 !important;
	background-color:#fff !important;
	padding:0 !important;
	font-size:30px !important;
}

.woocommerce.single-product .single .amount:after {
	content: ' *';
}

.woocommerce.single-product .single .woocommerce-de_price_taxrate {
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.single .single_variation {
	margin-top:1em;
}

.woocommerce.archive .single .woocommerce-de_price_taxrate {
	padding:0;
	margin:0 !important;
}

.woocommerce-message {
	color:#F16237;
	background-color:#fff;
	border:none;
}

.woocommerce-message .button {
	color:#fff !important;
	background-color:#F16237 !important;
}

.mini-cart a {
	background-color:#fff !important;
	margin-top:22px;
}

.out-of-stock {
	display:none;
}

.cart-subtotal .td {
	font-size:18px !important;
}

.product-tax,.includes_tax,.amount,.variation,.tax_label {
	font-size:14px !important;
	text-transform:none !important;
}

.woocommerce-info .showlogin {
	color:#fff !important;
}

.woocommerce-billing-fields h3,#order_review_heading,.checkout h3 {
	font-size:24px !important;
	font-weight:bold !important;
}

.woocommerce-checkout .col2-set {
	margin-left:0 !important;
}

.woocommerce-checkout-review-order-table thead,#order_review .shop_table thead {
	display:none !important;
}

.order-total th {
	font-weight:bold;
}

#payment_method {
	font-size:14px !important;
	margin-bottom:48px;
}

#payment_method strong {
	font-weight:normal !important;
}

#order_review .shop_table {
	padding-left:0 !important;
	background-color:transparent !important;
}

#order_review .shop_table .total th {
	font-weight:bold !important;
}

#order_review_heading {
	margin-top:1.5em;
}

/*.post-7 .woocommerce * {
	display:none;
}

.post-7 .woocommerce-thankyou-order-received {
	display:block !important;
}*/

/* cart */

.product-quantity .button-refresh{
	/*display:none !important;*/
}

.actions {
	display:none;
}

.woocommerce .quantity input.qty {
	float:none;
	font-size: 20px;
	width: 52px;
    height: 43px;
}

.variations_button{
	margin-bottom: 2rem;
}

.woocommerce-cart .cart-collaterals {
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
}

.entry-header {
	display:none;
}

.post-6 .entry-header {
	display:none;
}

/* checkout */

.post-7 .entry-header {
	display:none;
}

.woocommerce-error,.woocommerce-info {
	background-color:#F16237;
	color:#fff;
}

.woocommerce-checkout #order_review {
	margin-top:0;
	padding-top:0;
}

.shop_table {
	margin-top:0;
}

.woocommerce-checkout #order_review_heading {
	margin-bottom:0;
}

.wgm-info small span {
	line-height:14px;
	display:inline-block;
	margin-top:7px;
}

a.MagicZoom img {
	opacity:1 !important;
}

.woocommerce-checkout .place-order .input-checkbox {
	position:relative;
	float:none;
	display:inline;
	padding-left:0;
}

.woocommerce-checkout .place-order #widerruf {
	margin-left:19px;
}

.woocommerce-checkout .place-order .terms [for="widerruf"] {
	margin-left:0 !important;
}

/* bootstrap */

@media (min-width: 1200px) {
  .container {
    width: 100% !important;
  }
}

.bootstrap-row {
	margin-left:0 !important;
	margin-right:0 !important;
}

/* cookie notice */

#cookie-notice {
	
}

.cookie-notice-container a.button {
	color:rgb(241,98,55) !important;
	background-color:#fff !important;
	background-image:none !important;
	padding:2px 10px !important;
	font-size:13px !important;
}

@media (max-width: 768px) {
  .cookie-notice-container {
    text-align:left;
  }
}




.site-main .row, #breadcrumb, .posts-navigation, .row{
	max-width: 100%;
}

.entry-image img, .has-featured-image .entry-image {
    display: block;
    width: 100%;
}


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



.post-1 .entry-image img, .post-25 .entry-image img, .post-26 .entry-image img, .post-29 .entry-image img, .post-34 .entry-image img, .post-37 .entry-image img, .post-95 .entry-image img, .post-97 .entry-image img, .post-98 .entry-image img, .post-124 .entry-image img, .post-130 .entry-image img, .post-140 .entry-image img {
    border: 1px solid #636363;
}


.post-1 .entry-image img, .post-25 .entry-image img, .post-26 .entry-image img, .post-29 .entry-image img, .post-34 .entry-image img, .post-37 .entry-image img, .post-95 .entry-image img, .post-97 .entry-image img, .post-98 .entry-image img, .post-124 .entry-image img, .post-130 .entry-image img, .post-140 .entry-image img {
    border: 1px solid #636363;
}


.post-1 .entry-image video, .post-25 .entry-image video, .post-26 .entry-image video, .post-29 .entry-image video, .post-34 .entry-image video, .post-37 .entry-image video, .post-95 .entry-image video, .post-97 .entry-image video, .post-98 .entry-image video, .post-124 .entry-image video, .post-130 .entry-image video, .post-140 .entry-image video {
    border: 1px solid #636363;
}

#logo{
	width: 100%;
    margin-top: 7px;
}


.woocommerce-page .page-title{
	display: none!important;
}

@media (min-width: 768px) {
#menu-header {
    height: auto;
    margin-right: 16px;
}

.mini-cart a{
   margin-right: 30px;
}

}





.custom-video-wrapper {
  position: relative;
  max-width: 100%;
  cursor: pointer;
}

.custom-video-wrapper[data-state="playing"] {
  cursor: pointer;
}

.custom-video-wrapper video {
  width: 100%;
  display: block;
}

/* Optional: Wenn du das Icon auch visuell zentriert einblenden willst */
.custom-video-wrapper::before {
  content: '';
  background-size: 15rem 15rem;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('/wp-content/themes/hamburg-child-starter-master/play.png');
  opacity: 0.95;
  transition: opacity 0.3s ease;
}

.custom-video-wrapper:hover::before {

  opacity: 0.85;
}



.custom-video-wrapper[data-state="playing"]::before {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 15px;
    top: inherit; left: inherit;
  width: 64px;
  height: 64px;
  background-image: url('/wp-content/themes/hamburg-child-starter-master/pause.png');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
}


.menu-toggle span{
	display: none!important;
}


.home .content-area{
	margin-top: 25px!important;
}