/************************************************************************************
Author: GABRIEL WESTINGTON
*************************************************************************************/
/* HIDES LANG in language selector. */
ul.sub-menu li#menu-item-wpml-ls-12-ja {
	display: none; 
}

/* Override Jupiters 1.3em */
h3, h4, h5, h6 {
	line-height: 1.2em;
}
h1, h2 {
	line-height: 1.1em;
}

ul li { font-size: 15px !important; line-height: 1.66em !important;}

.mk-text-block a { text-decoration: underline;}

/************************************************************************************
Distributors
*************************************************************************************/
.mk-employees.simple-style .mk-employee-item { text-align: left;}
/* Hide employer image */
.mk-employee-item .team-thumbnail, .mk-employees.simple-style .mk-employee-item .team-thumbnail.rounded-true { display: none;}
/************************************************************************************
EDGE SLIDER
*************************************************************************************/
.edge-title { font-size: 36px !important;line-height: 39px !important; margin-bottom: 2px !important; font-weight: 600 !important; color: #f37021 !important;}
.edge-desc { font-size: 34px !important;line-height: 39px !important; font-weight: normal !important; }
/* Spacing for headlines */
.edge-slide-content { margin: 50px 50px 0; padding: 0 !important;}
/* Remove arrows */
.polygiene-direction-nav .nav-round a[data-skin=dark], .polygiene-direction-nav .nav-round a[data-skin=light] { background: none !important; border: 0;}

.mk-edge-slider .mk-slider-slide.right_top .edge-slide-content, .mk-edge-slider .mk-slider-slide.right_center .edge-slide-content, .mk-edge-slider .mk-slider-slide.right_bottom .edge-slide-content {
    text-align: left !important;
}

.mk-edge-slider .poly-cta {
    padding-left: 20px;
}
/************************************************************************************
HALF-SCREEN LAYOUT
*************************************************************************************/
/* Custom background position */
.polygiene-bg-position-right { background-position: right !important}
.polygiene-bg-position-right-bottom { background-position: right bottom !important}
.polygiene-bg-position-right-top { background-position: right top !important}
.polygiene-bg-position-left { background-position: left !important}
.polygiene-bg-position-left-bottom { background-position: left bottom !important}
.polygiene-bg-position-left-top { background-position: left top !important}

/* Important classes for layout. Not for Testimonials, Wash Less */
.polygiene-half-textblock-left,
.polygiene-half-textblock-right, 
.mk-half-layout-container.half_left_layout,
.mk-half-layout-container.half_right_layout { margin: 40px 5%; width: 40%; padding: 0}

/* Align av rubrik och half-blocks */
.polygiene-headline-for-textblock .mk-fancy-title { margin-left: 5%;margin-right: 5%;}
.polygiene-headline-for-textblock .polygiene-half-textblock-left,
.polygiene-headline-for-textblock .polygiene-half-textblock-right { margin-top: 10px; margin-bottom: 0;}

.mk-half-layout-container.half_left_layout > .wpb_column.column_container,
.mk-half-layout-container.half_right_layout .wpb_column.column_container {
	padding: 0;
}

/* Remove column margin 15px -15px*/
.polygiene-headline-for-textblock .vc_col-sm-12.wpb_column.column_container,
.polygiene-headline-for-textblock .vc_row { padding: 0; margin: 0;} 


/* Dont repeat bg images on layout for Testimonials, Wash Less and Sitka. */
.mk-half-layout.half_right_layout, .mk-half-layout.half_left_layout { background-repeat: no-repeat;}

.mk-half-layout-container.half_right_layout .wpb_column.column_container, 
.mk-half-layout.half_left_layout .wpb_column.column_container,
.mk-padding-wrapper { padding: 0;}
.mk-page-section .page-section-fullwidth { margin: 0;}

/************************************************************************************
POLY GRID
*************************************************************************************/
/* Resets of Jupiter defaults*/
.polygrid {
 	background: #252525;
}

.polygrid .vc_col-sm-6, .polygrid .vc_col-sm-3  { padding: 0 !important;}
.polygrid .wpb_raw_code, .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {margin: 0;}
.polygrid .mk-padding-wrapper {padding: 0;}
.polygrid .vc_column_container>.vc_column-inner {padding: 0;}

/* Typo */
.polygrid a {
	opacity: 1;
}

.polygrid p {
  margin: 0 0 10px 0;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

.polygrid h2 {
  font-size: 32px !important;
  line-height: 1.1;
  font-weight: bold !important;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  padding: 0 20px;
}

.polygrid h3 {
  padding: 0 20px;
  font-size: 20px !important;
  font-weight: bold !important;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 10px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase !important;
}

.polygrid h4 {
    padding: 0 20px;
    font-size: 15px !important;
    letter-spacing: 0.8px;
    font-weight: bold;
    line-height: 1.6;
}

.polygrid .poly-grid-centered {
	width: 100%;
	position: absolute;
    top: 50%;
    text-align: center;
    transform: translateX(0) translateY(-50%);
}

.polygrid .poly-grid-centered h2,
.polygrid .poly-grid-centered h3,
.polygrid .poly-grid-centered h4,
.polygrid .poly-grid-centered p {
  text-align: center;
}

.polygrid .mk-padding-wrapper > div {
  overflow: hidden;
}

.polygrid .bottom-img {
    position: relative; 
}

.polygrid .mk-image-lightbox {
	top: 0;
	left: 0;
	margin: 0;
}

/* Below is code for hover photo*/
.polygrid .image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: left .2s,right .2s,top .2s,bottom .2s;
    transition: left .2s,right .2s,top .2s,bottom .2s;
    background-size: cover;
    background-position: 50%;
}

.polygrid .push {
    padding-bottom: 0;
}

.polygrid a .overlay-inner {
   -webkit-transition: background .2s;
   transition: background .2s;
}

.polygrid a:hover .overlay-inner {
    background: rgba(0,0,0,.7);
}

.polygrid .image, .polygrid .overlay {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

.polygrid .overlay {
    display: block;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
   /* background: rgba(0,0,0,.1); */
    -webkit-transition: background .2s;
    transition: background .2s;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 101%; /* 101% to get overlay over the whole img */
    height: 101%;
}

.polygrid .overlay-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.polygrid .poly-overlay-white .overlay-inner {
	background-color: rgba(255, 255, 255, 0.5);
}

.polygrid .cell-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    position: relative;
}

.polygrid .text {
    -webkit-transition: opacity .2s,max-height .3s;
    transition: opacity .2s,max-height .3s;
    opacity: 0;
    max-height: 0;
    padding: 0 20px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.polygrid .poly-btn {
    padding: 18px 28px;
    margin-top: 15px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    text-decoration: none!important;
    position: relative;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: color .2s,background-color .2s;
    transition: color .2s,background-color .2s;
    cursor: pointer;
    letter-spacing: 2px;
}

/* SPECIALS */
.polygrid svg {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 46px;
    width: 42px;
    fill: rgba(0, 0, 0, 0.2);
	left: inherit; /* override theme */
    transform: inherit; /* override theme */
}


/* Single AND Section News. Display text always on less >767px screen */
@media screen and (min-width: 768px) {
	.polygrid.news-grid a .overlay-inner .cell-content,
	.polygrid.poly-news-single a .overlay-inner .cell-content  {
		visibility: hidden;
	}

	.polygrid.news-grid a:hover .overlay-inner .cell-content,
	.polygrid.poly-news-single a:hover .overlay-inner .cell-content {
		visibility: visible;
	}
}

/* Single News Post in Grid */
.polygrid.poly-news-single .vc_col-sm-6.vc_col-lg-3.vc_col-md-3 {
    width: 100%;
}

/************************************************************************************
Stories (mod of polygrid)
*************************************************************************************/
.poly-stories {
    background: transparent;
    position: relative;
    display: flex;
    width: 100%;
}

.poly-stories-row {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	margin-right: -15px;
  	margin-left: -15px;
}

.poly-stories-wrapper {
  	position: relative;
  	width: 100%;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.poly-stories .small-story {
  	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  	max-width: 25%;
}

.poly-stories .big-story {
  	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  	max-width: 50%;
}

.poly-stories .stories-excerpt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.poly-stories-wrapper a {
	display: block;
	text-decoration: none;
}

.poly-stories .small-story .poly-gradient {
    background-color: transparent;
    background-image: none;
}

.poly-stories p.poly-cta {
    margin: 0;
}

.poly-stories p.poly-cta {
    color: #EC6707;
}

.poly-stories-holder {
	box-shadow: 0 0.07142857rem 0.21428571rem rgba(0,0,0,0.12), 0 0.07142857rem 0.14285714rem rgba(0,0,0,0.24);
}

.poly-stories .big-story .poly-stories-holder {
	position: relative;
}

.poly-stories .big-story .poly-stories-holder a {
	position: absolute;
	bottom: 0;
}

.poly-stories h3 {
	font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 1px;
    max-width: 100%;
    text-align: left;
}

.poly-stories h3,
.poly-stories p,
.poly-stories .stories-excerpt {
    color: #444;
}

.poly-stories .cell-content {
	padding: 20px;
}

/* Equal height columns */
.poly-equal-columns .page-section-content,
.poly-equal-columns .mk-padding-wrapper {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.poly-equal-columns .mk-padding-wrapper {
	flex-direction: row;
  	flex-wrap: wrap;
}

.poly-equal-columns .mk-text-block,
.poly-equal-columns .poly-stories {
    height: 100%;  
}

.poly-stories .big-story .cell-content {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.70) );
}

@media screen and (min-width: 1131px) {
	.poly-stories .big-story h3,
	.poly-stories .big-story p,
	.poly-stories .big-story .stories-excerpt,
	.poly-stories .big-story p.poly-cta   {
		color: #fff;
	}
}

@media screen and (max-width: 1130px) {
	.poly-stories .small-story,
	.poly-stories .big-story {
	  -webkit-box-flex: 0;
	      -ms-flex: 0 0 50%;
	          flex: 0 0 50%;
	  max-width: 50%;
	}

	.poly-stories .big-story .poly-stories-holder a {
	    position: static;
	}

	.poly-stories .big-story .cell-content {
	    background-color: transparent;
	    background-image: none;
	}
}

@media screen and (max-width: 520px) {
	.poly-stories .small-story,
	.poly-stories .big-story {
	  -webkit-box-flex: 0;
	      -ms-flex: 0 0 100%;
	          flex: 0 0 100%;
	  max-width: 100%;
	}
}

/* IE 11 fix*/
.IE11 .poly-stories-row {
	display: block;
}

/************************************************************************************
Policy
*************************************************************************************/
.polypolicy h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
}

.polypolicy a {
    text-decoration: underline;
}

/************************************************************************************
WEAR MORE NEWS SINGLE POSTS (CPT)
*************************************************************************************/
.wearmore-template-default .mk-page-introduce,
.wearmore-template-default #mk_page_footer {
    display: none;
}

.wearmore-template-default #theme-page .theme-page-wrapper {
    margin: 20px auto;
}

.wearmore-template-default #theme-page .theme-page-wrapper .theme-content {
    padding: 0 !important;
}

.wearmore-template-default .mk-header {
    border: 0;
}

.wearmore-template-default .intro-left {
    background: #fff;
}

.wearmore-template-default #theme-page h1.blog-single-title,
.wearmore-template-default #theme-page h2.blog-single-title {
    margin-bottom: 20px;
}

.wearmore-template-default .vc_col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.wearmore-template-default section#mk-page-introduce {
    display: none;
}

.wearmore-template-default .backlink-title {
    padding: 0 30px;
    float: left;
}

.wearmore-template-default .backlink-title {
    padding: 0 30px;
    float: left;
}

/************************************************************************************
SEKTION FRÅGOR OCH SVAR
*************************************************************************************/
#section-fragorochsvar .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #444;
    border: 2px solid #444;
    background-color: transparent;
}

#section-fragorochsvar .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
    border-color: #f37021;
}

#section-fragorochsvar .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
	background-color: #f37021;
	border-color: #f37021;
}

/************************************************************************************
HOME LANDING PAGE 
*************************************************************************************/
.news-grid {
    overflow: hidden;
}

.mk-padding-wrapper .news-grid {
	padding: 0 !important;
}

.poly-hero-title {
	font-size: 36px !important;
    line-height: 39px !important;
}

.poly-hero-desc {
    font-size: 34px !important;
    line-height: 39px !important;
    margin-bottom: 30px !important;
}

/* Gravity Forms */
.become_partner_wrapper, .gform_confirmation_wrapper.become_partner {
    max-width: 640px;
    background: #fff;
    margin: 20px auto;
    padding: 40px 30px;
}

.become_partner_wrapper h3.gform_title {
	font-size: 34px;
	line-height: 39px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.become_partner_wrapper span.gform_description,
.gform_confirmation_wrapper.become_partner .gform_confirmation_message {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.become_partner_wrapper.gform_wrapper .top_label .gfield_label {
    margin-bottom: 0 !important;
}

body .become_partner_wrapper.gform_wrapper .top_label div.ginput_container {
	margin-top: 4px;
}

.gform_wrapper li.hidden_label input {
    margin: 0;
}

.gform_wrapper textarea {
    font-size: 13px;
}

.gform_wrapper .gform_footer {
    padding: 0;
}

body .gform_wrapper ul li.gfield {
    margin-top: 13px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0;
}

.poly-index-sections .vc_col-sm-12, .poly-index-sections .mk-padding-wrapper {
	padding: 0;
}

.poly-index-sections .mk-grid {
	max-width: 100%;
}

.poly-index-sections .wpb_wrapper .poly-bg-img {
    padding: 140px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.poly-index-sections .wpb_wrapper .poly-bg-img.poly-bg-top {
    background-position: top center;
}

.poly-index-sections h2 { 
	font-size: 70px !important;
	line-height: 1.1;
	letter-spacing: 4px;
	text-align: center;
    padding: 0 15px;
}

.poly-index-sections h4 {
	font-size: 20px !important;
    line-height: 22px;
    font-weight: bold !important;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.poly-white-link a {
	color: #fff !important;
	text-decoration: underline;
}

.poly-white-link .page-section-content .mk-fancy-title.polygiene-small-headline {
	margin: 30px 0;
}

@media (max-width: 767px) {
	.become_partner_wrapper, .gform_confirmation_wrapper.become_partner {
	    margin:0 auto;
	}

	.become_partner_wrapper h3.gform_title {
		font-size: 24px;
		line-height: 29px;
	    margin: 0 0 10px 0;
	}

	.poly-index-sections .wpb_wrapper .poly-bg-img {
	    padding: 82px 0;
	}

	.poly-index-sections h2 { 
		font-size: 50px !important;
		letter-spacing: 2px;
	}

	.poly-index-sections h4 {
		font-size: 18px !important;
	    line-height: 20px;
	}

}


@media (max-width: 1080px) { 
	.poly-hero-title {
		font-size: 30px !important;
	    line-height: 33px !important;
	}

	.poly-hero-desc {
	    font-size: 28px !important;
	    line-height: 33px !important;
	}
}


@media (max-width: 767px) { 
	.poly-hero-title {
		font-size: 26px !important;
	    line-height: 29px !important;
	}

	.poly-hero-desc {
	    font-size: 24px !important;
	    line-height: 29px !important;
	}
/*
	.poly-inquiry h2 {
		font-size: 24px;
	}

	.poly-inquiry .wpcf7 {
	    width: 95%;
	}*/
}


.page-template-page-landing #theme-page .theme-page-wrapper .theme-content {
    padding: 0 !important;
}

/* Hide main and mobile menu on landingpage */
.page-template-page-landing .mk-main-navigation, .page-template-page-landing .mk-nav-responsive-link  {
    display: none !important;
}
/************************************************************************************
Tabs
*************************************************************************************/
.poly-tabs .mk-tabs-pane {
    display: none;
    overflow: visible;
}

.poly-tabs .mk-tabs-pane.is-active {
    display: block;
}

.poly-tabs .mk-tabs-panes {
    text-align: center;
}

.polygiene-icons .mk-tabs .mk-tabs-tabs li a {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: normal;
}

.polygiene-icons .page-bg-color {
    background-color: transparent;
}

/************************************************************************************
Social Media on News
*************************************************************************************/
.social-sharing {
	padding-bottom: 30px;
	line-height: 13px;
    display: flex;
    align-items: center;
}

.social-sharing a {
	margin-right: 8px;
}

.social-sharing svg {
    width: 20px !important;
    height: 22px !important;
}

.social-sharing span {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
}

/* Top of article */
.single-social-section .social-sharing {
	float: left;
    margin-right: 15px;
}

.single-social-section .social-sharing span {
    margin-right: 12px;
}

@media (max-width: 767px) { 
	.single-social-section .social-sharing span {
	    display: none;
	}
}


/* Bottom of article */
/*
.single-content > .social-sharing {

}*/

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
/* CTA. Used in Slider and Grid collage */
.poly-cta {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: normal;
}


/*
.poly-quote {
	display: block;
	position: relative;
	
}*/
/*
.poly-quote:before {
	left: -3px;
	font-family: "PT Sans";
    color: #000;
    content: open-quote !important;
    font-size: 40px;
    line-height: 0;
    margin-right: 10px;
    vertical-align: -3px;
}

.poly-quote:after {
	font-family: "PT Sans";
    color: #000;
    content: close-quote !important;
    font-size: 40px;
    line-height: 0;
    margin-left: 10px;
    vertical-align: -10px;
} */
/*
blockquote, q {
    quotes: inherit !important;
}*/

.poly-start-quote {
	float: left;
    color: #000;
    font-weight: normal;
}

/* 	Innner span should have:;
    padding-left: 20px;
    display: inline-block;
    margin-left: -15px;
    width: 95%;

*/

.poly-end-quote {
	color: #000;
    padding-left: 6px;
    font-weight: normal;
}

blockquote {
	font-family: "PT Sans";
    position: relative;
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block !important;
}

blockquote:before {
	left: -3px;
	font-family: "PT Sans";
    color: #000;
    content: open-quote !important;
    font-size: 40px;
    line-height: 0;
    margin-right: 10px;
    vertical-align: -3px;
    display: block !important;
}

blockquote:after {
	font-family: "PT Sans";
    color: #000;
    content: close-quote !important;
    font-size: 40px;
    line-height: 0;
    margin-left: 10px;
    vertical-align: -10px;
    display: block !important;
}

/*
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:none}
*

/* Polygiene Buttons on hover */
.mk-blog-container a.mk-button:hover,
.polygiene-btn a:hover, .polygiene-btn a:hover i { background-color: #f37021 !important;border-color:#f37021 !important;color: #fff !important;}
.polygiene-btn .mk-button.skin-light:hover .mk-svg-icon { fill: #fff; }
.polygiene-btn .mk-button .mk-svg-icon { transition: fill .1s ease-in-out; -webkit-transition: fill .1s ease-in-out; }
.polygiene-btn a i { margin: 0 0 0 10px; font-size: 14px; line-height: 14px !important; }
.polygiene-btn a, .polygiene-btn a i { text-decoration: none;}

.polygiene-btn.poly-black-btn a { background-color: #fff !important;border-color:#fff !important;color: #000 !important;text-transform: uppercase;}
.polygiene-btn.poly-black-btn a:hover { background-color: #000 !important;border-color:#000 !important;color: #fff !important;}
.polygiene-btn.poly-black-btn a svg { fill: #000 !important; }
.polygiene-btn.poly-black-btn a:hover svg { fill: #fff !important; }

@media (max-width: 767px) {
	.polygiene-btn.poly-black-btn > .mk-button {
		width: 100%;
	}
}


/* Enkat - Ungapped */

.poly-become-partner-enkat .mk-video-container {
	min-height: 940px;
}

/* Transparent backgrounds for all sizes*/
.trans-black-bg { background:rgba(0,0,0,.35);border-radius: 5px;margin-bottom: 20px;padding: 10px; }
.trans-white-bg { background:rgba(255,255,255,.5); border-radius: 5px;margin-bottom: 20px;padding: 10px;}


/************************************************************************************
COOKIE NOTICE
*************************************************************************************/
html[lang='en-US'] #cookie-notice {
    display: none !important;
    visibility: hidden !important;
}

#cookie-notice {
    background-color: #f37021 !important;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.6;
    box-sizing: border-box;
}

#cookie-notice .cookie-notice-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: left;
}

#cookie-notice #cn-notice-text {
    margin: 10px;
}

#cookie-notice #cn-notice-text > a {
    color: #fff;
    text-decoration: underline;
}

#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-more-info {
    background-color: #00a6a6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    text-align: center;
    white-space: nowrap;
}

/************************************************************************************
SPECIAL CASES
*************************************************************************************/
.page-section-content h1.mk-fancy-title,
.page-section-content h2.mk-fancy-title, 
.page-section-content h3.mk-fancy-title,
.page-section-content h4.mk-fancy-title,
.page-section-content h5.mk-fancy-title  {
	padding-bottom: 10px !important;
}

.poly-no-margin {
	margin: 0 !important;
}

/* Set small headline across the website in fancy title. */
.page-section-content .mk-fancy-title.polygiene-small-headline  { padding: 0 !important; margin-top: 30px;margin-bottom: 20px;}
.mk-half-layout-container.page-section-content .mk-fancy-title.polygiene-small-headline,
.polygiene-half-textblock-left .mk-fancy-title.polygiene-small-headline,
.polygiene-half-textblock-right .mk-fancy-title.polygiene-small-headline
 { padding: 0 !important; margin-top: 0;margin-bottom: 10px;}
.page-section-content .mk-fancy-title.polygiene-small-headline span { font-size: 20px; line-height: 22px; font-weight: bold; letter-spacing: 2px;text-transform: uppercase;}

.mk-fancy-title {
    margin-bottom: 15px;
}

/* Use on single image block */
.polygiene-single-img-no-marginbottom { margin-bottom: 0 !important;}

/* Fix for not resized images */
.polygiene-img-maxwidth-400 .mk-image-holder { max-width: 400px !important; }
.polygiene-img-maxwidth-145 .mk-image-holder { max-width: 145px !important; }

/* Wash less headline registred sign */
sup {font-size: 45%; top:-4px;}

/* Orange icons. Can be removed when correct sizes are uploaded */
.resize-my-images img { width: 70px; height: auto;}
/* Dark text instead of default white from style.css child. Put this on page sections */
.polygiene-icon-title-black .polygiene-icon-title { color: #393836;}

/* To temp hide parts of a section/whole section */
.hide-temp { display: none;} 

/* Cookies knapp (bootstrap version) */
#cookie-notice .button.bootstrap {
    background-color: #555 !important;
    background-image: none !important;
}

/* Lifestyle images not visible fix because of inline 'a' tag. Ex: Sustainable apparel coalition */
.mk-image-inner > a.mk-image-shortcode-link {
	display: block;
}

/* Center text (text-block) in column */
.polygiene-center { text-align: center;}

/* For How it works, Enviromental, Wash less intro images. Set under column settings */
.polygiene-intro-img.mk-image .mk-image-inner img { margin: 50px 0; width: auto;}

/* Remove default orange on bold text block */
#theme-page strong { color: #000000; }

/* GOOGLE MAPS override */
.wpb_gmaps_widget .wpb_wrapper {
  background-color: transparent;
  padding: 0;
}

/* Mobilepage /mobile/ */
.mobilepage p { margin: 0;}
.mobilepage h6 { font-size: 12px !important;  float: left;}
.mobilepage img.alignright { margin: 0;} 

#mk-footer-navigation { float: left; }

.wear-more-reduce-margin { margin-bottom: -15px !important; }
/*
.lang-ja .wear-more-reduce-margin { margin-bottom: 0 !important; padding-bottom: 0 !important;}
*/

/* Mailchimp custom newsletter*/
#mk-footer .polygiene-footer-headline {
    text-transform: uppercase;
    font-size: 15px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 1px; /* New GW 20161006 */
}

#mc_embed_signup {
    clear: left;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

#mc_embed_signup .mc-field-group {
    padding-top: 15px;
}

#mc_embed_signup .mc-field-group input[type=email] {
    padding: 8px 10px;
    float: left;
    width: 105px;
    margin-right: 5px;
}

/* GW 20161006 */
#mc_embed_signup input[type=submit] {
    background: #000;
    padding: 10px!important;
    font-size: 11px;
    letter-spacing: 0.9px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

/* New GW 20161006 */
#mc_embed_signup input:hover[type=submit] {
	color: #fff !important;
    background: #f37021 !important;
}

/* GW 2018-04-10 - Changed to Ungapped from MailChimp */
.poly-newsletter input[type=submit] {
	color: #fff !important;
    background: #000;
    padding: 10px!important;
    font-size: 11px;
    letter-spacing: 0.9px;
    font-weight: bold;
    text-transform: uppercase;
  /*  float: left; */
    transition: all .15s ease-in-out;
	border: none!important;
    outline: 0!important;
    line-height: 13px!important;
    vertical-align: top;
    display: inline-block;
}

.poly-newsletter input:hover[type=submit] {
    background: #f37021 !important;
}

.poly-newsletter input[type=email] {
    padding: 8px 10px;
    float: left;
    width: 105px;
    margin-right: 5px;
    font-size: 13px;
    color: #767676;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
}



@media (max-width: 1000px) {
    .poly-newsletter input[type=email],
    .poly-newsletter input[type=submit] {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }

    .poly-newsletter input[type=submit] {
        margin-bottom: 40px;
    }
}

/* Rounded Images */
/* For overlay check http://codepen.io/Paulie-D/pen/bqFza */
.rounded-img > .mk-image-holder > .mk-image-inner {
	border-radius: 100px;
    opacity: 1;
    transition: all .15s ease-in-out !important;
}

.rounded-img > .mk-image-holder > .mk-image-inner:hover {
    opacity: 0.5;
}

.vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

/* Onehub sign-in form */
.poly-onehub form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    /*margin: 0 auto 100px;*/
    margin-top: 20px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.poly-onehub form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.poly-onehub form button {
  text-transform: uppercase;
  outline: 0;
  background: #f37021;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.poly-onehub form button:hover, .poly-onehub formbutton:active,.poly-onehub form button:focus {
  background: #e2681e;
}

.poly-onehub fieldset {
	border: 0;
	padding: 0;
}

.poly-onehub ol {
	list-style-type: none;
	margin: 0;
}

.poly-onehub label {
	float: left;
}

/* Special for Brazil. To make white text readable on all screen widths.  */
.lang-pt-br .trans-black-bg-mobile .mk-page-section-inner .mk-video-color-mask {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.84) );
}

.lang-pt-br .poly-hero-desc {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 22px !important;
}

.lang-pt-br a.menu-item-link sup,
.lang-pt-br #mk-footer sup {
    font-size: 70%;
    top: 0;
}

/************************************************************************************
HOW IT WORKS
*************************************************************************************/
/* Video button hover. FF fix. IE11 uses only opacity */
/* Parent has to have overflow to not cut corners when scaling up */
.howitworks .mk-image.lightbox-enabled .mk-image-inner { overflow: visible;}
.howitworks .mk-image.lightbox-enabled .mk-image-inner img  { 
  width: 80px;
  height: 80px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-perspective: 1000;
}
.howitworks .mk-image.lightbox-enabled .mk-image-inner:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
   filter: none;
  -webkit-filter: grayscale(0%); /* remove default grayscale*/
}

.howitworks h2 {
  margin-bottom: 30px;
}

.howitworks h4 {
  margin-bottom: 10px;
}

.howitworks .polygiene-btn {
  float: none;
  margin: 0 auto 30px !important;
}

.polygiene-hover svg { display: none !important;}
.polygiene-hover .mk-image-overlay { background: none !important;}

/************************************************************************************
HEADER
*************************************************************************************/
.a-sticky .main-navigation-ul li.menu-item.polygiene-header-link  {
  opacity: 0;
}

@media handheld, only screen and (max-width: 1020px) {
  .add-header-height {
    height: 90px; 
    line-height: 90px; 
  }
}

.header-style-1 .menu-hover-style-2 .main-navigation-ul > li > a {
  height: auto !important;
  line-height: inherit !important;
}

.main-navigation-ul > li.menu-item > a.menu-item-link,
.main-navigation-ul > li.menu-item-language-current > a.one-page-nav-item {
  padding: 20px 0;
}

@media (max-width: 1200px) {
	.main-navigation-ul > li.menu-item > a.menu-item-link,
	.main-navigation-ul > li.menu-item-language-current > a.one-page-nav-item {
	    padding-right: 10px !important;
    	padding-left: 10px !important;
        font-size: 14px;
    	letter-spacing: 1px;
	}
}

.a-sticky .main-navigation-ul > li.menu-item > a.menu-item-link,
.a-sticky .main-navigation-ul > li.menu-item-language-current > a.one-page-nav-item {
  padding: 0;
}

.sticky-style-fixed .main-navigation-ul>li.menu-item>a.menu-item-link, 
.sticky-style-fixed .main-navigation-ul>li.menu-item-language-current >a.one-page-nav-item {
   transition: none;
 }

/* Investor link */
.main-navigation-ul li.menu-item.polygiene-header-link {
position: absolute;
top: 20px;
right: 13px;
transition: opacity 0.2s ease-in-out;
}

.sticky-style-fixed .main-navigation-ul > li.menu-item.polygiene-header-link > a.menu-item-link {
display: block;
font-size: 13px;
line-height: 31px !important;
letter-spacing: 0.9px;
font-weight: bold;
background: #000;
color: #fff;
padding: 0 10px !important;
-webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
-moz-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
-ms-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
-o-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
}

.menu-hover-style-2 .main-navigation-ul li.menu-item.polygiene-header-link > a.menu-item-link:hover {
color: #fff !important;
background: #f37021;
}

.header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li.menu-item.polygiene-header-link > a {
height: 32px !important;
line-height: 24px !important;
}

.mk-main-navigation {
  padding:87px 0 0 0;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0, 0.17, 0.92);
  -moz-transition: all 250ms cubic-bezier(0.75, 0, 0.17, 0.92);
  -ms-transition: all 250ms cubic-bezier(0.75, 0, 0.17, 0.92);
  -o-transition: all 250ms cubic-bezier(0.75, 0, 0.17, 0.92);
  transition: all 250ms cubic-bezier(0.75, 0, 0.17, 0.92);
}

.a-sticky .mk-main-navigation {
  padding: 0;
  -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 0.92);
  -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 0.92);
  -ms-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 0.92);
  -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 0.92);
  transition: all 200ms cubic-bezier(0.5, 0, 0.5, 0.92); 
}

/* Connect - .poly-social */
.main-navigation-ul>li.no-mega-menu.poly-social ul.sub-menu li.menu-item a.menu-item-link svg {
    margin: 0 auto;
    display: block;
    height: 28px !important;
    width: auto !important;
    text-align: center;
}

.header-align-left .mk-grid .main-navigation-ul li.no-mega-menu.poly-social>ul.sub-menu {
  background-color: rgba(55, 55, 55, 0.5) !important;
  width: 95px;
  left: 15px;
  padding: 8px 0;
}

.main-navigation-ul>li.menu-item a.menu-item-link i {
  margin: 0;
  font-size: 13px;
}

.main-navigation-ul li.menu-item.poly-social ul.sub-menu:after {
  background-color: transparent !important;
}

.main-navigation-ul li.menu-item.poly-social ul.sub-menu li.menu-item a.menu-item-link {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-transform: none;
    font-size: 16px;
}

.main-navigation-ul li.menu-item.poly-social ul.sub-menu li.menu-item a.menu-item-link .poly-socialname {
  display: none;
}

.main-navigation-ul li.menu-item.poly-social ul.sub-menu li.menu-item a.menu-item-link > div {
    padding: 4px 8px;
    margin: 0;
    border: 1px solid #bbb;
    display: inline;
}

.mk-opened-nav {
  overflow: unset !important;
}
.mk-responsive-wrap {
  overflow: unset;
  position: unset;
}

/************************************************************************************
SUBMENU (LANGUAGE SELECTOR)
*************************************************************************************/
.main-navigation-ul > li.menu-item-has-children > a.menu-item-link > div {
    padding: 4px 8px;
    margin: 0;
    border: 1px solid #bbb;
    display: inline;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-navigation-ul > li.menu-item a.menu-item-link svg {
  margin-right: 0;
}

/*.header-style-1 .menu-hover-style-2 .main-navigation-ul > li > a:hover,
.main-navigation-ul ul.sub-menu li > a:hover,*/
.main-navigation-ul li.menu-item ul.sub-menu li.menu-item a.menu-item-link:hover {
    color: #f37021 !important;
}

/*.main-navigation-ul ul.sub-menu, */
/*.mk-main-navigation li.no-mega-menu ul.sub-menu,*/
.header-align-left .mk-grid .main-navigation-ul li.no-mega-menu>ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%; /* Aligns both regular/scrolled menu */
    left: 0;
    background: rgba(55, 55, 55, 0.5);
    padding: 10px 20px;
    border-radius: 0 0 2px 2px;
}

.main-navigation-ul > li.no-mega-menu > ul.sub-menu:after {
background-color: transparent !important;
}

/*.main-navigation-ul ul.sub-menu li > a,*/
/*.main-navigation-ul > li.menu-item .sub-menu a.menu-item-link,*/
.main-navigation-ul li.menu-item ul.sub-menu li.menu-item a.menu-item-link {
    width: auto !important;
    padding: 0;
    color: #eee;
    text-align: center;
    line-height: 1.66em;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

/* Correction for languages*/
.main-navigation-ul li#menu-item-wpml-ls-12-ko ul.sub-menu,
.main-navigation-ul li#menu-item-wpml-ls-12-ja ul.sub-menu {
	left: -10px;
}

.main-navigation-ul li#menu-item-wpml-ls-12-pt-br ul.sub-menu {
	left: 27px;
}
/*
.main-navigation-ul li.menu-item-language ul.sub-menu {
	margin-left: -77px;
}
.main-navigation-ul li#menu-item-wpml-ls-12-ko ul.sub-menu {
	margin-left: -35px;
}
.main-navigation-ul li#menu-item-wpml-ls-12-zh-hans ul.sub-menu {
	margin-left: -23px;
}
.main-navigation-ul li#menu-item-wpml-ls-12-pt-br ul.sub-menu {
	margin-left: -20px;
}*/

.main-navigation-ul > li.no-mega-menu > ul.sub-menu:after,
.main-navigation-ul > li.has-mega-menu > ul.sub-menu:after {
    background-color: unset;
}

.main-navigation-ul > li.menu-item-language > a > div > .wpml-ls-display,
.mk-responsive-nav > li.menu-item-language > a > div >  .wpml-ls-display {
	display: none;
}

.main-navigation-ul .menu-item-language span.wpml-ls-display {
	margin-left: 5px;
	display: inline-block;
	display: none;
}

.main-navigation-ul .menu-item-language span.wpml-ls-native {
	display: inline;
}



/************************************************************************************
LIFESTYLE
*************************************************************************************/
#section-gonzales .mk-image-holder {
  margin: 0 auto;
}

/************************************************************************************
NEWS, PARTNERS
*************************************************************************************/
/* Adjust the grid for News, Partners */
/*  New GW 20161006 */
.polygiene-intro-page { padding: 0 20px 0 15px !important; }

.polygiene-intro-page .mk-grid { max-width: 1170px; padding-top: 40px; }

/*  New GW 20161006 */
.polygiene-intro-page .wpb_column.column_container:nth-child(1) { 
	width: 33.333%; 
	padding-left: 0;
}

.polygiene-intro-page .wpb_column.column_container:nth-child(2) { width: 57%;}
.polygiene-intro-page .wpb_column.column_container:nth-child(3) { width: 0;}

/* Date */
.mk-blog-meta-wrapper > time {color: #f37021; text-transform: capitalize;}

/* More länk under news */
.polygiene-more-link a {color: #000;text-decoration: underline; }
.polygiene-more-link a:hover {color: #f37021;text-decoration: underline;}

/* Ads border bottom. */
.polygiene-border-headline { border-bottom: 1px solid #ddd; }

/* Image size */
.mk-blog-thumbnail-item .featured-image { 
	max-width: 30% !important; 
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.mk-text-block .mk-blog-thumbnail-item a {text-decoration: none;}
.mk-text-block .polygiene-more-link a {text-decoration: underline;}

/* Hover */
.polygiene-hover-mod .mk-blog-thumbnail-item .featured-image .image-hover-overlay { background: transparent !important;}
.polygiene-hover-mod .mk-blog-thumbnail-item .featured-image .mk-li-image { display: none;}
.polygiene-hover-mod .mk-blog-container .featured-image:hover .post-type-badge { display: none; }

/* Remove padding */
/*.polygiene-adjust-padding .mk-thumbnail-content-container { padding: 0 0 0 35px !important;}*/
.polygiene-adjust-padding .mk-blog-thumbnail-item .item-wrapper { 
	float: left !important; 
	padding: 0 4.3% !important;
	width: 63%;
    display: inline-block;
}

/* Icons problems FF on pagination */
.mk-pagination .mk-pagination-previous, .mk-pagination .mk-pagination-next { display: none;}

/* News page */
/*.mk-page-section .isotope article.isotope-item,*/
.mk-blog-thumbnail-item { border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 30px; } 

.wp-pagenavi {
    margin: 20px 0 40px 0;
    float: left;
    width: 100%;
}

.wp-pagenavi .current {
    border: 2px solid rgba(0,0,0,.4);
}

.wp-pagenavi a, .wp-pagenavi span {
    display: block;
    padding: 10px 14px;
    margin: 0 6px;
    font-weight: 700;
    float: left;
    border: 2px solid transparent;
    color: rgba(0,0,0,.4);
    text-decoration: none;
    }

.wp-pagenavi a,
.wp-pagenavi .current {
    transition: all .2s ease;
}

.wp-pagenavi a:hover {
    border: 2px solid rgba(0,0,0,.4);
}

.wp-pagenavi .pages {
    float: right;
    font-weight: normal;
}

/* Overrides */
.polygiene-resp-text .mk-text-block .wp-pagenavi a, 
.polygiene-resp-text .mk-text-block .wp-pagenavi span {
    font-size: 12px !important;
    line-height: 12px !important;
}

/* News single page*/
#theme-page h1.blog-single-title  { float: left;clear:both;margin-bottom:30px;font-size: 40px !important;  line-height: 42px !important;  font-weight: normal !important; }

.polygiene-back-link { float: left;padding: 0 20px 20px 0; }
.polygiene-back-link a { font-size: 16px;color: #f37021;line-height: 1.66em;}
.polygiene-back-link a:hover { text-decoration: underline;}
/*.polygiene-back-link i,*/
.polygiene-back-link svg {padding-right: 7px; margin-bottom: -2px;}

.single-social-section {
	float: right !important;
}

.poly-single-section { float: right; }
.poly-single-section .mk-blog-print {margin: 0;}
.poly-single-section .mk-love-holder {float: right;display: inline-block;margin-left: 20px;}
.poly-single-section .mk-love-holder i {font-size: 16px;}

.single-post .mk-page-section { padding-top: 0 !important; }
.single-post #theme-page { min-height: auto; }

.single-post #theme-page .theme-page-wrapper {margin-bottom: 0;}
.single-post #theme-page .theme-page-wrapper .mk-single-content {margin: 0;}

.single-post .theme-content >.vc_col-sm-6 { padding: 0; }
.single-post .theme-content >.vc_col-sm-6:first-child .align-left { margin-right: 50px; }

/* Columns in News */
.single-post #theme-page .theme-page-wrapper .theme-content {padding: 0 30px !important;}
.single-post .vc_col-sm-6, 
.single-post .vc_col-sm-12,
.single-post .vc_col-sm-3 {
    padding-left: 30px;
    padding-right: 30px;
}

.single-post .wpb_single_image img { padding-top: 7px; }
/*.single-post .mk-main-wrapper-holder { padding-top: 20px; }*/

/* News single page - Image */
/*
.single-post .vc_col-sm-6:first-child .mk-image { margin-bottom: 0 !important; }
.single-post .vc_col-sm-6:first-child .mk-image-holder { max-width: 450px !important; }
*/
/* Partners icon hover change */
.mk-clients .client-logo {filter: alpha(100);-moz-opacity: 100;-khtml-opacity: 100;opacity: 1;}
.mk-clients .client-logo:hover {filter: alpha(50);-moz-opacity: 50;-khtml-opacity: 50;opacity: 0.5;}

/* Gallery */
.poly-gallery > div {
	padding: 0 !important;
}

.fancybox-title {
	display: none; /* Hide title image */
}

#poly-partner  {
    text-align: center;
    margin-bottom: 20px;
}

#poly-partner .poly-partner-link img {
    width: auto;
    height: 208px;
    transition: all .15s ease-in-out;
}

#poly-partner .poly-partner-link img:hover {
    opacity: .5;
}

#poly-partner .poly-partner-link {
    display: inline-block;
    margin: 10px;
}

#theme-page.poly-partner-page .theme-page-wrapper .theme-content {
    padding: 0 !important;
}

.poly-partner-page .theme-content .vc_row {
    margin: 0;
}

/************************************************************************************
SALES, PRESS AND HEADQUARTERS
*************************************************************************************/
.poly-global-tmpl {
    color: #393836;
}

.poly-global-tmpl h1 {
    font-size: 70px;
    line-height: 1.1;
    padding-bottom: 10px;
}

.poly-global-tmpl .poly-text-block {
    padding-top: 15px;
}

.poly-global-tmpl i {
    padding-right: 10px;
    font-size: 13px;
    color: #777;
}

.poly-global-tmpl .poly-italic {
    font-style: italic;
}

.poly-global-tmpl .vc_col-sm-4,
.poly-global-tmpl .vc_col-sm-12,
.poly-global-tmpl .vc_col-sm-3,
.poly-global-tmpl .vc_col-sm-6 {
    padding: 0 20px;
}

@media (max-width: 1080px) {
    .poly-global-tmpl h1 {
        font-size: 58px;
    }

    .poly-global-tmpl .poly-text-block {
        padding-top: 5px;
    }
}

@media (max-width: 962px) {
    .poly-global-tmpl h1 {
        font-size: 50px;
        text-align: center;
    }
}

/************************************************************************************
PRODUCT CAROUSEL
*************************************************************************************/
#product-wheel  { min-height: 325px !important; }
#product-wheel .featured-image img, #product-wheel .portfolio-meta
{ position: relative; 
  width: 150px; 
  height: auto;
  margin: 0 auto;
  padding: 0;
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}
#product-wheel .the-title { letter-spacing:0.3px; margin-top: 5px; color: #333 !important; font-weight: normal !important; font-size: 13px !important; }
#product-wheel .mk-portfolio-item.slidebox-hover .portfolio-meta { background: transparent;}
#product-wheel .featured-image.dimmed { transition: opacity 0.4s; opacity: 0.6;}

#product-wheel .portfolio-carousel.style-modern .portfolio-meta { opacity: 1; }
#product-wheel .flex-direction-nav svg { fill: #333; margin: 0 !important; transition: none;}
#product-wheel .flex-direction-nav a { top: 90px;text-align: center;line-height: 60px;width: 55px;height: 55px;transition: none;}
#product-wheel .flex-direction-nav a.flex-prev { left: 0; }
#product-wheel .flex-direction-nav a.flex-next { right: 0; }
#product-wheel .goslick { display: none; }
#product-wheel .goslick.slick-initialized { display: block; }
#product-wheel .goslick img { width: 110px !important; height: auto !important; }
#product-wheel .goslick .slick-center img { width: 137px !important; height: auto !important; }
#product-wheel .slick-slide:focus, #product-wheel .slick-slide:active { outline: 0; }
/************************************************************************************
FOOTER
*************************************************************************************/
#mk-footer .footer-wrapper { padding: 30px 0 50px;}
#mk-footer [class*='mk-col-'] {padding: 0 20px; }
#mk-footer .mk-padding-wrapper {padding: 0;}
#mk-footer .widget_nav_menu { padding: 0;}

#mk-footer .widget:not(.widget_social_networks) a {font-size: 14px;line-height: 15px;padding-left: 0;}
#mk-footer .widgettitle {margin-bottom: 5px; text-transform: none;font-weight: 800 !important; text-transform: uppercase;}
#mk-footer .widget_text { margin-bottom: 0;}
#mk-footer .widget_text .widgettitle{ margin: 10px 0; font-size: 19px;line-height: 24px;}
#mk-footer .widget_posts_lists .post-list-meta {display: none;}
#mk-footer .widget .widget_social_networks { margin-bottom: 30px;}
#mk-footer .widget-sub-navigation ul li.current_page_item a, .widget_nav_menu ul li.current_page_item a, .widget_product_categories ul li.current_page_item a {background: none;}
#mk-footer .widget_nav_menu ul li.current_page_item a { font-weight: normal;color:#f37021 !important;}
#mk-footer a, #sub-footer a{ text-decoration: none; font-size: 14px;}
#mk-footer .widget_social_networks a.large svg { height: 34px !important; } /* Fix cut off*/
#mk-footer .widget_social_networks a { opacity: 1; color: #000; }
#mk-footer .widget_social_networks a:hover { color: #f37021; }
/* Other than english are 150px, resize this */
/* #mk-footer .widget_posts_lists img { height: 80px;} */

/* Remove icons */
#mk-footer .menu-item .mk-svg-icon {display: none;}

/* Sub footer */
#sub-footer .mk-footer-copyright{width: 50%; padding: 0 2%; box-sizing:border-box;} 
#sub-footer nav.footer_menu {width: 25%; padding: 0 2%;box-sizing:border-box;} 
#sub-footer .mk-footer-copyright { margin: 25px 0 20px 0; padding-left: 45px !important; }
#mk-footer-navigation ul li a { margin-left:0; margin-right:0; }

/* Width for grids. */
#mk-footer .mk-col-1-6 { width: 25%;}
#mk-footer .mk-col-1-6:nth-child(1) {width:100%;}
#mk-footer .mk-col-1-6:nth-child(1) .widgettitle {border-bottom: 1px solid #ccc;padding-bottom: 20px;margin-bottom: 30px;}
#mk-footer .mk-col-1-6:nth-child(2) .widget_nav_menu {padding:0;}
#mk-footer .mk-col-1-6:nth-child(2) .widget_text .widgettitle { display: none;}
#mk-footer .widget_social_networks a {margin: 4px 2px;}
#mk-footer .widget_social_networks a > i {font-size: 30px;}

/* Equal height on row */
/* GW 20161006 Nytt */
#mk-footer .mk-col-1-6 .widget_nav_menu,
#mk-footer .mk-col-1-6 .widget_posts_lists {min-height: 170px;}
#mk-footer .mk-col-1-6:nth-child(4) .widget_nav_menu:nth-child(2) { min-height: auto;}
#mk-footer .widget:not(.widget_text) {margin-bottom: 35px;}

/* Strech 1380px image to full width and adjust height */
.polygiene-set-full-width > div { max-width: 100% !important; }
.polygiene-set-full-width img { width: 100%;}

/* News post in footer */
#mk-footer .poly-news-footer {
    padding-bottom: 40px;
}

#mk-footer .poly-news-footer > a {
    display: inline-block;
    float: left;
    width: 45%;
    padding: 5px 15px 15px 0;
    box-sizing: border-box;
}

#mk-footer .poly-news-footer .post-list-info {
    display: inline-block;
    float: left;
    width: 50%;
}

#mk-footer .poly-news-footer .post-list-info .widgettitle {
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 800 !important;
    font-size: 15px;
}

/* Padding between partners and protective surfaces*/
.partners-padding {
	padding-top: 10px;
}

/* Hide widget in footer for China, Brazil, Turkey */
/*
.lang-zh-hans #mk-footer #nav_menu-9,
.lang-pt-br #mk-footer #nav_menu-9, 
.lang-tr #mk-footer #nav_menu-9,
.lang-ko #mk-footer #nav_menu-9,
.lang-ja #mk-footer #nav_menu-9 

{
	display: none;
} */


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* MIN QUERIES */
@media screen and (min-width: 768px) {


.polygrid .poly-img-hover:hover .text {
    opacity: 1;
    max-height: 250px;
    -webkit-transition: opacity .2s .1s,max-height .3s;
    transition: opacity .2s .1s,max-height .3s;
}

/* Special for 2 row and 1 col grid */
.polygrid .poly-img-hover.block-2row-1col:hover .text {
    max-height: 550px;
}

.polygrid .poly-img-hover:hover p {
    color: #fff;
}

/* Black bg color */
/*
.polygrid .poly-img-hover:hover .overlay {
    background: rgba(0,0,0,.6);
}*/

/* Orange bg color */
/*
.polygrid .poly-orange-bg.poly-img-hover:hover .overlay{
    background: rgba(243, 112, 33, 0.93);
}*/

/* Wear More img */
.polygrid .poly-wear-more-hover.poly-img-hover:hover .overlay {
	background-image: url(http://polygiene.com/wp-content/uploads/2017/02/poly_washless_web.jpg);
	background-size: contain;
}

.polygrid .poly-wear-more-hover.poly-img-hover:hover .cell-content {
	vertical-align: bottom;
}

.polygrid .poly-wear-more-hover.poly-img-hover:hover .cell-content > h2,
.polygrid .poly-wear-more-hover.poly-img-hover:hover .cell-content > p {
	display: none;	
}

.polygrid .poly-wear-more-hover.poly-img-hover .text {
	-webkit-transition: none;
	transition: none;
}

.polygrid .poly-wear-more-hover.poly-img-hover .text {
    color: #fff;
    margin-bottom: 7%;
    display: none;
}

.polygrid .poly-wear-more-hover.poly-img-hover:hover .text {
	display: block;
}

.polygrid .poly-wear-more-hover.poly-img-hover .cell-content > p {
    max-width: 310px;
    margin: 0 auto;
}

/* Environment */
.polygrid .poly-environment.poly-img-hover h3 {
    display: block;
}

.polygrid .poly-environment.poly-img-hover:hover h3 {
    display: none;
}

.polygrid .poly-environment.poly-img-hover .text {
	-webkit-transition: none;
	transition: none;
}

/* Icon on grid */
.polygrid .poly-img-hover:hover svg {
    fill: #fff;
}

/* Italy */
.polygrid .poly-italy .overlay {
	text-align: left;
}

.polygrid .poly-italy.poly-img-hover p {
	color: #000;
	padding: 0;
}

.polygrid .poly-italy.poly-img-hover h2 span.polygrid-sub {
	color: #000;
	font-weight: normal;
}

.polygrid .poly-italy.poly-img-hover:hover p,
.polygrid .poly-italy.poly-img-hover:hover h2 span.polygrid-sub {
	color: #fff;
}

.polygrid .poly-italy .cell-content {
	position: absolute;
    top: 8%;
    left: 10%;
    text-align: left;
    width: 45%;
    display: block;
}

.polygrid .poly-italy .cell-content .text {
	padding: 0;
	margin: 0;
}

.single-post .mk-text-block > p:last-of-type { margin-bottom: 0; }

}

@media screen and (min-width: 1200px) {
.howitworks .howitworks-first-grid, .howitworks .howitworks-first-grid h2 { text-align: center !important;}
.howitworks .howitworks-second-grid .inside-image .mk-image-holder { margin: 0 auto; }
}


@media screen and (min-width: 1300px) {
.polygiene-headline-for-textblock .mk-fancy-title { margin-left: 11%;margin-right: 11%;}
.polygiene-half-textblock-left, .mk-half-layout-container.half_right_layout { margin: 40px 4% 40px 11%; width: 35%;}
.polygiene-half-textblock-right, .mk-half-layout-container.half_left_layout { margin: 40px 11% 40px 4%; width: 35%;}
.polygiene-headline-for-textblock .polygiene-half-textblock-left,
.polygiene-headline-for-textblock .polygiene-half-textblock-right { margin-top: 10px; margin-bottom: 0;}

}

@media screen and (min-width: 1430px) {
/* Contains bg sizes */
.mk-half-layout.half_right_layout { background-size: contain;background-position: left;}
.mk-half-layout.half_left_layout { background-size: contain;background-position: right;}

}

@media screen and (min-width: 1600px) {
.polygiene-headline-for-textblock .mk-fancy-title { margin-left: 18%;margin-right: 18%;}
.polygiene-half-textblock-left, .mk-half-layout-container.half_right_layout { margin: 40px 4% 40px 18%; width: 28%;}
.polygiene-half-textblock-right, .mk-half-layout-container.half_left_layout { margin: 40px 18% 40px 4%; width: 28%;}
.polygiene-headline-for-textblock .polygiene-half-textblock-left,
.polygiene-headline-for-textblock .polygiene-half-textblock-right { margin-top: 10px; margin-bottom: 0;}

}

@media screen and (min-width: 2000px) {
.polygiene-headline-for-textblock .mk-fancy-title { margin-left: 23%;margin-right: 23%;}
.polygiene-half-textblock-left, .mk-half-layout-container.half_right_layout { margin: 40px 3% 40px 23%; width: 24%;}
.polygiene-half-textblock-right, .mk-half-layout-container.half_left_layout { margin: 40px 23% 40px 3%; width: 24%;}
.polygiene-headline-for-textblock .polygiene-half-textblock-left,
.polygiene-headline-for-textblock .polygiene-half-textblock-right { margin-top: 10px; margin-bottom: 0;}

}

@media screen and (min-width: 2500px) {
.polygiene-headline-for-textblock .mk-fancy-title{ margin-left: 25%;margin-right: 25%;}
.polygiene-half-textblock-left, .mk-half-layout-container.half_right_layout { margin: 40px 3% 40px 25%; width: 22%;}
.polygiene-half-textblock-right, .mk-half-layout-container.half_left_layout { margin: 40px 25% 40px 3%; width: 22%;}
.polygiene-headline-for-textblock .polygiene-half-textblock-left,
.polygiene-headline-for-textblock .polygiene-half-textblock-right { margin-top: 10px; margin-bottom: 0;}

}

/* MAX QUERIES */
@media (max-width: 1260px) {
/* Edge slider */
.mk-edge-wrapper { min-height: 400px !important; }
.mk-slider-slides { height: 400px !important; }
.mk-slide-content

/* News headline */
.polygiene-resp-text h1 { font-size: 66px !important; }
.lang-ja .polygiene-resp-text h1{ font-size: 34px !important; }

/* Text resizing for half-layout */
.polygiene-resp-text h2 { font-size: 62px !important; }
.lang-ja .polygiene-resp-text h2 { font-size: 60px !important; }

.polygiene-resp-text h3 { font-size: 36px !important; }
.polygiene-resp-text h4 { font-size: 22px !important; }
.polygiene-resp-text h5 { font-size: 18px !important; }
.polygiene-resp-text .mk-text-block span { font-size: 15px !important;}

/* News single page*/
#theme-page h1.blog-single-title  { font-size: 40px !important;  line-height: 42px !important;  font-weight: normal !important; }

/* Special case */
.polygiene-resp-text h2.polygiene-sweet-headline span { font-size: 83px !important;  line-height: 85px !important; }

/* Special */
.wear-more-reduce-margin { margin-bottom: -10px !important; }
}

@media (max-width: 1200px) {
/* Padding of images on News */
/*.polygiene-adjust-padding .vc_col-sm-12.wpb_column.column_container { padding: 0 5px; }  */

/* Remove the set grid */
.slider-content .mk-grid { max-width: 100% !important; padding: 0 !important;}
/* Sport */
.polygrid .text { padding: 0; }

.single-post .mk-padding-wrapper { padding: 0; }
}

@media (max-width: 1180px) {
.mk-edge-slider .edge-slide-content { width: 50% !important; }

/* Orange icons */
.resize-my-images img { width: 60px; height: auto; transition: transform 500ms ease; }
.polygiene-icon { width: 100px; }

/* News and Partners*/
#mk-footer #mc_embed_signup .mc-field-group input[type=email] {width: 100px;}
#mk-footer .widget_social_networks a > i {font-size: 27px;}
}

@media (max-width: 1080px) {
.mk-edge-wrapper { min-height: 350px !important; }
.mk-slider-slides { height: 350px !important;}
/*.mk-slider, .mk-slider-slide, .mk-edge-slider > div > div { height: 350px !important;}*/

/* Orange icons */
.resize-my-images img { width: 50px; height: auto; transition: transform 500ms ease; }
.polygiene-icon { width: 90px; }

/* News, Partners, Contact, Press, Disclaimer, Agents, Distr. headline */
.polygiene-resp-text h1 { font-size: 58px !important;}
.lang-ja .polygiene-resp-text h1{ font-size: 30px !important; }

/* Text resizing for widescreen */
.polygiene-resp-text h2 { font-size: 40px !important;}
.lang-ja .polygiene-resp-text h2 { font-size: 40px !important; }
.polygiene-resp-text h3 { font-size: 26px !important;}
.polygiene-resp-text h4 { font-size: 22px !important;}
.polygiene-resp-text h5 { font-size: 16px !important;}
.polygiene-resp-text .mk-text-block span { font-size: 15px !important;}

/* News single page*/
#theme-page h1.blog-single-title  { font-size: 40px !important;font-weight: normal !important; }

/* Special case */
.polygiene-resp-text h2.polygiene-sweet-headline span { font-size: 70px !important;  line-height: 80px !important; }

/* Special. For wear more headline */
.wear-more-reduce-margin { margin-bottom: -5px !important; }

}

@media all and (max-width: 1200px)  {
/* Sport Grid. Special for images with text that overflows */
.poly-hide-small-devices { display: none; }
}

@media all and (max-width: 1080px) and (min-width: 768px) {
/* Special. Hide bicicle image and border */
.howitworks .hide-me { display: none;}
.howitworks .howitworks-first-grid { border-right: 0 !important; width: 33%;}
.howitworks .howitworks-second-grid { display: none;}
.howitworks .howitworks-third-grid { width: 47%; }
.howitworks .howitworks-third-grid h4 { margin-top: 20px !important; }

/* Half-screen layout */
.mk-half-layout-container.half_right_layout, .mk-half-layout-container.half_left_layout, 
.polygiene-half-textblock-left, .polygiene-half-textblock-right { margin: 40px 3%; width: 44%;}
.polygiene-headline-for-textblock .mk-fancy-title { margin-left: 3%;margin-right: 3%;}

/* Footer */
#mk-footer .widget_posts_lists ul li .post-list-thumb { display: none;}
#mk-footer .widget_posts_lists ul li .post-list-info {margin: 0;}
}

@media (max-width: 960px) {
/* News headline */
.polygiene-resp-text h1 { font-size: 50px !important; line-height: 52px !important; }
/* Text resizing for widescreen */
.polygiene-resp-text h2 { font-size: 30px !important; line-height: 32px !important;  }
.lang-ja .polygiene-resp-text h2 { font-size: 30px !important; line-height: 32px !important; }
.polygiene-resp-text h3 { font-size: 24px !important; line-height: 28px !important;  }
.polygiene-resp-text h4 { font-size: 20px !important; line-height: 24px !important;  }
.polygiene-resp-text h5 { font-size: 18px !important; line-height: 22px !important;  }
.polygiene-resp-text .mk-text-block span { font-size: 14px !important; line-height: 15px; }

/* Special case */
.polygiene-resp-text h2.polygiene-sweet-headline span { font-size: 50px !important;  line-height: 60px !important; }

/* News single page*/
#theme-page h1.blog-single-title  { font-size: 36px !important;  line-height: 40px !important;  font-weight: normal !important; }

/* Adjust width of 1st grid to align with textblock */
.polygiene-intro-page .wpb_column.column_container:nth-child(1),
.polygiene-intro-page .wpb_column.column_container:nth-child(2) {width: 100%;}
.polygiene-intro-page .wpb_column.column_container:nth-child(3) { display: none;}
.polygiene-intro-page h1, .polygiene-intro-page h3, .polygiene-intro-page p { text-align: center!important; }

/* ON intro page, remove padding block for description */
.polygiene-intro-page .mk-padding-shortcode { display:none;} 
}

@media (max-width: 860px) {
/* Edge slider */
.mk-edge-wrapper { min-height: 300px !important; }
.mk-slider-slides { height: 300px !important;}
/*.swiper-slide, .mk-edge-slider > div > div { height: 300px !important;}*/
.mk-edge-slider .edge-desc, .mk-edge-slider .edge-title { font-size: 28px !important; line-height: 32px !important; }

/* Orange icons */
.resize-my-images img { width: 40px; height: auto; transition: transform 500ms ease; }
.polygiene-icon { width: 80px; }
.polygiene-icon-title { margin-top: 5px; font-size: 14px; }
}


@media (max-width: 800px) {
.single-post #theme-page .theme-page-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
}

@media (max-width: 767px) {
/* Edge slider */
.mk-edge-wrapper { min-height: 220px !important; }
.mk-slider-slides { height: 220px !important;}
.mk-edge-slider .edge-desc, .mk-edge-slider .edge-title { font-size: 22px !important; line-height: 24px !important; }
.mk-edge-slider .poly-cta { font-size: 12px !important; }
.mk-edge-slider .poly-cta {
    padding-left: 13px;
}
/*.swiper-slide, .mk-edge-slider > div > div { height: 220px !important;}*/
.pagination-stroke { display: none;}
.edge-slide-content { margin: 20px 20px 0 20px !important;}

/* How it works line */
.howitworks-first-grid { border: 0 !important;}
/* Override Jupiter - Centering an image */
.howitworks .howitworks-second-grid .inside-image .mk-image-holder {  max-width: none !important; }
.howitworks .howitworks-second-grid .inside-image .mk-image-inner img {  width: auto; }

.howitworks .howitworks-third-grid h2 {margin-bottom: -10px; margin-top: 30px;}
/* Re-ordering av col if .howitworks has the class change-order added 
.howitworks.change-order .mk-padding-wrapper { display: flex; display:-webkit-flex; flex-direction: column; -webkit-flex-direction: column;}
.howitworks.change-order .howitworks-first-grid { order: 4;-webkit-order: 4; }
.howitworks.change-order .howitworks-second-grid { order: 1;-webkit-order: 1; }
.howitworks.change-order .howitworks-third-grid { order: 2;-webkit-order: 2; } 
.howitworks.change-order .howitworks-fourth-grid { order: 3;-webkit-order: 3; } 
*/
/* Transparent bg for mobile */
.trans-black-bg-mobile { background:rgba(0,0,0,.35);border-radius: 5px;margin-bottom: 0;padding: 10px; }
.trans-white-bg-mobile { background:rgba(255,255,255,.5); border-radius: 5px;margin-bottom: 20px;padding: 10px;}

/* Transparent dark color for mobile */
.trans-black-bg-mobile .mk-page-section-inner .mk-video-color-mask { background:rgba(0,0,0,.35); }

/* Half-screen layout */
.mk-half-layout-container.half_right_layout, .mk-half-layout-container.half_left_layout { margin: 0 30px 30px 30px !important;}
.polygiene-half-textblock-left, .polygiene-half-textblock-right { margin: 30px 20px; width: auto; clear: both;}
/* .polygiene-headline-for-textblock { margin: 0 20px; } */
.polygiene-headline-for-textblock .mk-fancy-title { margin-left: 0;margin-right: 0;}
.polygiene-headline-for-textblock .polygiene-half-textblock-left,
.polygiene-headline-for-textblock .polygiene-half-textblock-right { margin-top: 10px; margin-bottom: 0;}

/* Adapt height for textblocks on small screens */
.polygiene-resp-text { min-height: 180px !important;}

/* Adjust the grid for News, Partners */
.polygiene-intro-page .wpb_column.column_container:nth-child(n+1) { width: 100%;}

/* Adjust padding for news */
.polygiene-adjust-padding .wpb_column.column_container, 
.polygiene-adjust-padding .mk-thumbnail-content-container{ padding:10px !important; }
.mk-blog-thumbnail-item .featured-image {max-width: 100% !important; margin-bottom: 20px;}
.polygiene-adjust-padding .mk-blog-thumbnail-item .item-wrapper { width: 100%;float: none !important; padding: 0 10px !important;}

/* Remove animation for widths used by touch devices */
.polygiene-hover-mod .mk-blog-thumbnail-item .featured-image:hover img { -webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none;}

/* Intro images for How it works, Wash less */
/* Fix for img align right*/
.polygiene-intro-img { float:none !important;}
.polygiene-intro-img img { margin: 0;}

.polygiene-resp-text h1 { font-size: 46px !important; line-height: 48px !important; }
.polygiene-resp-text h2 { font-size: 30px !important; line-height: 32px !important;  }
.polygiene-resp-text h3 { font-size: 24px !important; line-height: 28px !important;  }
.polygiene-resp-text h4 { font-size: 20px !important; line-height: 24px !important;  }
.polygiene-resp-text h5 { font-size: 18px !important; line-height: 22px !important;  }
.polygiene-resp-text .mk-text-block span { font-size: 15px !important; line-height: 18px; }

/* Footer mobile*/
#mk-footer .footer-wrapper {padding: 30px 0;}
#mk-footer .mk-col-1-6 .widget_nav_menu, #mk-footer .mk-col-1-6 .widget_posts_lists {min-height: inherit;}
#mk-footer .mk-col-1-6:nth-child(2) { margin-bottom: 35px;}
#mk-footer .widget_social_networks a > i {font-size: 32px;}

/* Copyright is center aligned with other css and keep height with padding*/
#sub-footer .mk-footer-copyright { width: 100%; margin: 0; padding: 20px 10px 20px!important;} 
#sub-footer nav.footer_menu { padding: 10px 20px 10px 20px;width: 100%;}

.lang-ja .polygiene-small-headline span { font-size: 14px; } 

/* News single page*/
#theme-page h1.blog-single-title  { font-size: 26px !important;  line-height: 30px !important;  font-weight: normal !important; }
.theme-page-wrapper.mk-blog-single { padding: 0 25px !important;}

.single-post .mk-shortcode .theme-page-wrapper > .theme-content, .single-post .theme-page-wrapper #mk-sidebar .sidebar-wrapper {padding: 0 !important;}
.single-post .mk-shortcode .theme-page-wrapper {padding: 0 25px !important;}
.single-post .wpb_single_image { margin-bottom: 20px; }
.single-post .single-social-section, .single-post .polygiene-back-link { padding-top: 20px; margin: 0;}
.single-post .page-section-content { padding: 0 !important;}
.single-post .mk-main-wrapper-holder { padding: 0;}
/* Sports grid */
/* Make text visible */
.polygrid .text { opacity: 1; }
.polygrid h2 {font-size: 24px !important;}
.polygrid p { color: #fff; }
.polygrid .poly-img-hover .text {width: 90%;max-height: 240px;}
.polygrid .poly-img-hover.block-2row-1col .text {max-width: none;max-height: 550px;}
.polygrid .overlay {background: rgba(0,0,0,.5);}
.polygrid .poly-italy.poly-img-hover h2 span.polygrid-sub { color: #fff;font-weight: normal;}

#poly-partner .poly-partner-link img {
    height: 248px;
}

.polygrid a:hover .overlay-inner {
    background: transparent;
}

.wearmore-template-default .backlink-title {
    padding: 20px 15px 0 15px;
}

}

@media (max-width: 570px) {
.mk-edge-slider .edge-slide-content { width: 55% !important; }
.mk-edge-wrapper { min-height: 170px !important; }
.mk-slider-slides { height: 170px !important;}
/* Polygrid */
.polygrid .poly-grid-topleft { width: 90%;background-color: rgba(255, 255, 255, 0.5);padding: 15px;top:5%;left:5%;}
/* Adjustment for even smaller sizes than admin 768px */
.polygrid .vc_col-xs-6 {width: 100%;}

#poly-partner .poly-partner-link img {max-width: 100%;height: auto;}
#poly-partner .poly-partner-link { margin: 0; }

.wp-pagenavi .pages{
    display: none;
}
}

@media (max-width: 480px) {
/* Edge slider */
.mk-edge-wrapper { min-height: 150px !important; }
.mk-slider-slides { height: 150px !important;}
/*.swiper-slide, .mk-edge-slider > div > div { height: 150px !important;}*/
/*.mk-edge-slider .edge-title	{ margin-bottom: 5px !important;}*/
.mk-edge-slider .edge-desc, .mk-edge-slider .edge-title { font-size: 17px !important; line-height: 20px !important; }
.edge-slide-content { margin: 10px 10px 0 10px !important; }
.mk-edge-slider .poly-cta {
    padding-left: 10px;
}

.howitworks h4 { font-size: 16px !important;}

#product-wheel .flex-direction-nav a { top: 65px; }
#product-wheel .goslick .slick-center img { width: 110px !important; height: auto !important; }
/* Sports grid */
.polygrid .text { padding: 0; }
.polygrid .text > p { padding: 0; }
}

@media (max-width: 360px) {
.mk-edge-slider .edge-slide-content { width: 65% !important; }
}

@media (max-width: 320px) {
/* Edge slider */
.mk-edge-wrapper { min-height: 130px !important; }
.mk-slider-slides { height: 130px !important;}
/*.swiper-slide, .mk-edge-slider > div > div { height: 130px !important;}*/
.mk-edge-slider .edge-desc, .mk-edge-slider .edge-title { font-size: 15px !important; line-height: 18px !important;  margin-bottom: 5px !important;}
}