/*
 Theme Name:   Entanglement Child
 Theme URI:    https://dataprotek.com
 Description:  Entanglement Child Theme
 Author:       Dataprotek
 Author URI:   https://dataprotek.com
 Template:     DPTK
 Version:      2.0.0
 Text Domain:  entanglement-child
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800|Merriweather:400,500|Work+Sans:300,400,500,600,700,800&display=swap');

body {
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
}

:target[id]:before {
    content:"";
    display:block;
    height:50px;
    margin:-50px 0 0;
}

.site-notice {
}
@media (max-width: 768px) {
.site-notice {
    font-size:0.75rem;
    padding-top: 6px!important;
}
}
#menu-topnav .dropdown-menu {
    width: 300px;
}
#menu-topnav .dropdown-menu .dropdown-item {
    white-space: normal;
}

p {
	font-size:1.125rem;
}

p.first-section {
    font-family: 'Merriweather';
    font-size:1.3rem;
    font-weight:500;
}

li {
    font-size:1.125rem;
}

a {
    color:#686868;
    text-decoration:none;
}
a:hover {
    color:#0072BB;
    text-decoration:underline;
}

h1 {
	font-family: 'Work Sans', sans-serif;
	font-weight:600;
	font-size: 2.2rem;
}

h2 {
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
	font-size: 1.5rem;
}

h3 {
	font-family: 'Work Sans', sans-serif;
	font-weight:500;
	font-size: 1.3rem;
}

h4 {
	font-family: 'Work Sans', sans-serif;
	font-weight:500;
	font-size: 1.2rem;
}

h5 {
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
	font-size: 1.2rem;
	padding-bottom: 1.5rem;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.3rem;
	}
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    p {
    font-size:1rem;
    }
    p.first-section {
    font-family: 'Merriweather';
    font-size:1.3rem;
    font-weight:500;
    }

    li {
        font-size:1rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h3 {
		font-size: 1.5rem;
	}
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    p {
    font-size:1rem;
    }
    p.first-section {
    font-family: 'Merriweather';
    font-size:1.3rem;
    font-weight:500;
    }

    li {
        font-size:1rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.95rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    p {
        font-size:1.1rem;
    }
    p.first-section {
    font-family: 'Merriweather';
    font-size:1.4rem;
    font-weight:500;
    }

    li {
        font-size:1.1rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.75rem;
	}
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    p {
    font-size:1.125rem;
    }
    p.first-section {
    font-family: 'Merriweather';
    font-size:1.5rem;
    font-weight:500;
    }

    li {
        font-size:1.125rem;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    text-decoration:none;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: rgba(255,143,0,1);
    font-weight: 600;
}

a.navbar-brand:hover {
    padding-top: 4px;
    padding-bottom: 4px;
}
a.navbar-brand:hover img {
    height: 42px;
}
.small-link.dropdown-item {
    font-size: 80%;
}

.btn {
	border-radius: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 0.5rem 2rem;
    text-decoration:none;
}

.btn-primary {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e;
    /*box-shadow: #7d7d7d 0px 15px 20px;*/
}
.btn-primary:hover {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
    /*box-shadow: #7d7d7d 0px 0px 0px;*/
}
.btn-secondary {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e;
    /*box-shadow: #000 0px 15px 20px;*/
}
.btn-secondary:hover {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
    /*box-shadow: #222 0px 0px 0px;*/
}
.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    /*box-shadow: #000 0px 15px 20px;*/
}
.btn-transparent:hover {
    color: #000;
    background-color: #04568a;
    border-color: #FFF;
    /*box-shadow: #222 0px 0px 0px;*/
}
.btn-transparent-alt{
    color: #FFF;
    background-color: #0072BB;
    border-color: #0072BB;
    /*box-shadow: #000 0px 15px 20px;*/
}
.btn-transparent-alt:hover {
    color: #FFF;
    background-color: #035183;
    border-color: #0072BB;
    /*box-shadow: #222 0px 0px 0px;*/
}


.btn-white {
    color: #0072BB;
    background-color: #fff;
    border-color: #fff;
}

.topnav {
	background-color:#000!important;
	text-transform:uppercase;
	box-shadow: rgba(0,0,0,0.2) 0px 5px 5px;
}

.topnav .dropdown-menu {
    background-color: #000;
}

.topnav .dropdown-item {
    color: #FFF;
}
.dropdown-item.active, .dropdown-item:active {
    background-color:#000;
}

.topnav .dropdown-item:hover {
    color: #007bff;
    background-color: #fff;
}

.home-headersection {
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(images/tangles-hi.jpg);
    /*min-height: 70vh;*/
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 0px 0px 3px #000, 0px 0px 2px #000;
}

.headersection {
    color: #fff;
    text-shadow: 0px 0px 3px #000, 0px 0px 2px #000;
}

@media (max-width: 576px) {
    .headersection.image {
        height:400px!important;
    }
    .headersection h1 {
        font-size: 2.2rem;
    }
    .wave-separator.separator-bottom-white-v1 {
    margin-top: -150px;
    padding-bottom: 0px!important;
    height: 150px;
    margin-bottom:-100px;
    }
    .single-news-item .news-item-title-image-half {
        max-width: 250px;
    }
    .single-news-item .news-item-title-image-full {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .headersection.image {
        height:400px!important;
    }
}
@media (max-width: 992px) {
    .headersection.image {
        height:400px!important;
    }
}

.home-headersection .background-video-container {
    background-color: #1b2226;
    background-size: cover;
    min-height: 70vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.home-headersection .background-video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.home-headersection h1 {
    font-size: 2rem;
}
.home-headersection h2 {
    font-size: 1.2rem;
}

@media (min-width: 576px) {
    .home-headersection h1 {
        font-size: 2rem;
    }
    .home-headersection h2 {
        font-size: 1.2rem;
    }
}
@media (min-width: 768px) {
    .home-headersection h1 {
        font-size: 3rem;
    }
    .home-headersection h2 {
        font-size: 1.35rem;
    }
}
@media (min-width: 992px) {
    .home-headersection h1 {
        font-size: 3.5rem;
    }
    .home-headersection h2 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px) { 
    .home-headersection h1 {
        font-size: 4rem;
    }
    .home-headersection h2 {
        font-size: 2rem;
    }
}

/* NEW SEPARATORS */
.wave-separator {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    height:25vh;
}
.wave-separator.separator-bottom-white-v1 {
    background-image: url(images/wave-bottom-white-shadow.png);
    margin-top:-300px;
    padding-bottom: 20px;
    height:300px;
    background-size: 300% 100%;
    margin-bottom: -75px;
}
.wave-separator.separator-bottom-white {
    /*background-image: url(images/wave-bottom-white.svg);*/
    background-image: url(images/wave-bottom-white-shadow-v2.png);
    margin-top:-20vh;
}
.wave-separator.separator-bottom-white-transparent {
    /*background-image: url(images/wave-bottom-white.svg);*/
    background-image: url(images/wave-bottom-white-transparent.png);
    z-index: 10;
    margin-bottom: -20vh;
    margin-top: -1vh;
    position: relative;
}
.wave-separator.separator-bottom-blue {
    /*background-image: url(images/wave-bottom-blue.svg);*/
    background-image: url(images/wave-bottom-blue-shadow.png);
    z-index: 10;
    margin-bottom: -20vh;
    margin-top: -1vh;
    position: relative;
}
.wave-separator.separator-bottom-blue-transparent {
    /*background-image: url(images/wave-bottom-blue.svg);*/
    background-image: url(images/wave-bottom-blue-transparent.png);
    z-index: 10;
    margin-bottom: -20vh;
    margin-top: -1vh;
    position: relative;
}
.wave-separator.separator-bottom-white-pic {
    /*background-image: url(images/wave-top-white.svg);*/
    background-image: url(images/wave-top-white-shadow.png);
    z-index: 10;
    margin-bottom: -20vh;
    margin-top: -1vh;
    position: relative;
}
.wave-separator.separator-top-white {
    /*background-image: url(images/wave-top-white.svg);*/
    background-image: url(images/wave-top-white-shadow.png);
    margin-bottom:-1vh;
}
.wave-separator.separator-top-blue {
    /*background-image: url(images/wave-top-blue.svg);*/
    background-image: url(images/wave-top-blue-shadow.png);
    margin-bottom:-1vh;
}


/*Sections Menu*/

.pagemenu .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 20px;
    font-weight: 600;
}

.pagemenu a {
    color: #0072BB;
    text-decoration: underline;
}

.pagemenu a.dropdown-item {
    color: #fff;
}

.pagemenu a:hover {
    color: #646569;
    text-decoration: underline;
}

.pagemenu .dropdown-menu.show {
    display: block;
    background-color: #0072BB;
}

.home-aromasection {
    background-color: #fff;
    color: #000;
}

.home-newssection {
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(images/home-newssection.jpg);
    min-height: 55vh;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment:fixed;
    margin-top: 0px;
    padding-top: 100px;
    position: relative;
}

@media (max-width: 768px) {
    .home-newssection .bluegrid {
    background: none !important;
    }
}

.home-newssection .bluegrid {
	background-image: url(/wp-content/uploads/blue-grid.svg);
    background-size: 40vh;
    background-repeat: no-repeat;
    background-position: 1% 95%;
}

.home-jobssection {
	background-color: #fff;
    color: #000;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.home-jobssection a {
    text-decoration: underline;
}

.home-jobssection a.btn {
    text-decoration: none;
}

/*news page*/
.newsimage {}
.newsimage img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 200px;
    border-radius: 0;
}

.newscard {
    box-shadow: 0px 0px 15px #ccc;
}

.home-newssection .newscard {
    box-shadow: 0px 0px 15px #000;
        background-color: rgb(183, 183, 183)!important;
}

.newsbox a {
    color: #0072BB;
    text-decoration: none;
}
.newsbox a:hover {
    color: #0072BB;
    text-decoration: underline;
}

.contactbox a {
    color: #0072BB;
    text-decoration: none;
}
.contactbox a:hover {
    color: #0072BB;
    text-decoration:underline;
}

.footer {
    background-color: #000;
    color: #fff;	
}

.footer p {
	font-size:1rem;
}

.footer a {
	color:#fff;
}

.footer .menu {}


blockquote.wp-block-quote {
    padding-left: 20px;
    border-left: 2px solid #777;
}
blockquote p {
    color: #777;
}
hr.wp-block-separator {
    border-top: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*Home slider*/
.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
}
.bg-shadow2 {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {

}
.zoom:hover img {

}


.carousel-blog-image img {
    object-fit: contain;
}



/* Analyte Matcher */
.home-analyzersection .card-img-top {
    max-height: 150px;
    object-fit: contain;
}

.home-analyzersection .facetwp-selections .facetwp-selection-value {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    background-image: url(images/icon-close.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 98% center;
    color: #fff;
    background-color: #6c757d;
    padding: 0.25em 1.75em 0.25em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s;
}

.home-analyzersection .facetwp-selections .facetwp-selection-label {
    display:none;
}

.home-analyzersection .facetwp-selections ul {
    padding-inline-start: 0px;
    margin-bottom: 5px;
}

.page-template-template-analyte-matcher .home-analyzersection {
    padding-top: 102px;
}


/* Products Main Page */
.productselector {
    background-color:#ffffff;
    box-shadow: 0px 0px 15px #ccc;
}
.productselector:hover {
    background-color:#c8c8c8;
}

/* Products Single Page */
.tabssection .nav-item {
    padding-right: 5px;
}

.tabssection .nav-item button:focus {
    outline:none;
}

.tabssection .nav-item .nav-link {
    color: #000;
    background-color: #d1d1d1;
    font-size: 80%;
    font-weight: bold;
}
@media (min-width: 992px) {
    .tabssection .nav-item .nav-link {
        font-size: 60%;
    }
}
@media (min-width: 1200px) { 
    .tabssection .nav-item .nav-link {
        font-size: 70%;
    }
}

@media screen and (max-width:992px){
    .tabssection .nav-tabs > li {width:100%;padding-right:0px;}
    .tabssection .nav-tabs > li button {width:100%;}
}



.tabssection .nav-item .nav-link.active {
    color: #fff;
    background-color: #005596;
}

.request-info {
    font-weight:800;
    font-size:small;
    background-color: transparent;
    border-color: transparent;
    color: #000;
    box-shadow: 0px 0px 15px #ccc;
}
@media (min-width: 768px) {
    .request-info {
        font-size: 80%;
        padding: 0.3rem;
    }
}


.request-info:hover {
    background-color: #cecece;
    box-shadow: none;
}

/*Applications Main Page*/

.applications .request-info:hover, .applications .request-info:active {
    background-color: #8DB4D7;
    box-shadow: none;
}

.applications .dropdown.show .request-info {
    background-color: #8DB4D7;
    box-shadow: none;
}