/*!
Theme Name: Enterome
Author: Nordic Creative
Author URI: https://www.nordiccreative.co.uk/
Description: Enterome is harnessing the microbiome-human health axis to create next-generation therapeutics
Version: 1.0.0
Text Domain: enterome
Tags: nordiccreative

*/

body.page-template-template-our-approach .section-bg {
    max-width: 500px;
}

.text-grey-2 {
	color: #76B1A8 !important;
}

.publications .simple-item__txt,
.simple-item__sub-txt {
    font: 900 20px/1.3 'museo-sans', sans-serif;
}

.text-black {
	color: #000 !important;
}

.wpcf7-response-output {
    text-align: center;
    max-width: 465px;
}

.hero-acc__table-content-block > *:last-child {
    margin-bottom: 0 !important;
}

.microbiome-widget__single:after,
.microbiome-widget__single:before {
    opacity: 0 !important;
}

.microbiome-widgets__row {
	position: relative;
}

.microbiome-widgets__row:before {
    content: "";
    height: 100px; 
    width: calc(100% + 40px);
    background: #8ab8b2;
    position: absolute;
    top: 90px;
    left: -30px;
}

.microbiome-widgets__row:after {
    clip-path: polygon(0% 0%, 0 1%, 100% 50%, 0 100%, 0% 100%);
    content: "";
    height: 100px;
    background: #8ab8b2;
    position: absolute;
    top: 90px;
    width: 60px;
    right: -70px;
}

.cookie-message {
    z-index: 9999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 27px;
    background: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 34px;
    right: 34px;
    color: #000000;
    font-size: 16px;
    border: 1px solid #000;
    /*display: none;*/
}

.cookie-message a {
    color: #000;
    font-weight: 300;
    text-decoration: none !important;
}

.cookie-message p {
    margin-bottom: 20px;
}

.cookie-message a.cookie-message__btn {
    transition: .3s;
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
    font-weight: 400;
    border: 1px solid #000;
}

.cookie-message a.cookie-message__btn:hover {
    background-color: #000;    
    color: #fff;        
}

.cookie-message__txt a {
	border-bottom: 1px dotted #88b7b1;
}

/*.grecaptcha-badge { 
    visibility: hidden;
}*/

#cookieNoticePro a {
	color: #9a262f;
}

.container-c iframe {
    border: 30px solid #fff;
}

a.smooth-scroll {
    color: #9a262f;
}

@media (max-width: 1899px) {
	body.page-template-template-our-approach .section-bg {
	    max-width: 400px;
	}

}

@media (max-width: 1439px) {
	.mw-arrow-wrap {
		width: calc(100% - 40px);
	}

	.microbiome-widgets__row:before {
		left: 20px;
		width: calc(100% - 70px);

	}

	.microbiome-widgets__row:after {
		width: 45px;
		right: 5px;
	}

    .microbiome-widgets__row {
        padding: 0 40px;
    }

}

@media (max-width: 1280px) {
	.microbiome-widget__single:after {
		width: 42px;
	}
}

@media (max-width: 1370px) and (min-width: 992px) {
	main > div, 
	main > section,
	.contact {
	    padding-left: 35px !important;

	}
}

@media (max-width: 1199px) {
	body.page-template-template-our-approach .section-bg {
	    max-width: 370px;
	}

	.mw-arrow-wrap {
		width: 100%;
		margin-left: 12px;
	}

	.microbiome-widget__single:after {
	    width: 32px;
	    margin-left: -3px;
	}
}


@media (min-width: 992px) {
	body.page-template-template-about-us .section-bg,
	body.page-template-template-career .section-bg {
	    width: auto;
	    height: 100% !important;
	    object-fit: contain;
	}
	.microbiome-widgets__row:before,
	.microbiome-widgets__row:after {
		display: none;
	}
}

@media (max-width: 991px) {
	.mw-arrow-wrap {
		display: none;
	}

    .hero-area__text {
        padding-left: 15px;
    }
    
	.floating-social-widget {
		display: none;
	}

	.microbiome-widget__single:after {
	    width: 48px !important;
	    transform: rotate(90deg);
	    left: 50%;
	    top: 100%;
	    margin-left: -17px;
	    margin-top: 1px;
	}

	.microbiome-widget__single {
		margin-bottom: 40px
	}


	.microbiome-widget__single.last:after {
	    margin-top: -12px;
	}

	.microbiome-widget__single.first:before {
	    left: 50%;
	    top: 0;
	    width: 40px;
	    margin-top: -15px;
	}
	.microbiome-widgets__row {
	    padding: 30px 0;
	}

	.microbiome-widgets__row:before {
	    left: 50%;
	    transform: translateX(-50%);
	    width: 100px;
	    top: 0;
	    height: calc(100% - 50px);
	}

	.microbiome-widgets__row:after {
	    left: 50%;
	    top: initial;
	    clip-path: polygon(50% 100%, 0 0, 100% 0);
	    width: 100px;
	    transform: translateX(-50%);
	    height: 40px;
	    bottom: 10px;
	}

	.container-c iframe {
	    border: 0;
	}

}

@media (max-width: 575px) {
	.four-col-widgets__heading {
	    line-height: 1;
	    margin-bottom: 10px !important;
	    font-size: 26px;
	}
}

@media (max-width: 480px) {
	.cookie-message {
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	}
}

@media (max-width: 374px) {
	.four-col-widgets .col-6 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

