/*
Theme Name: Sonobi
Author: Drexler
Description: Custom theme for Sonobi
Version: 1.0.0
Text Domain: sonobi
*/

@import 'assets/css/style.css';
section.hero .liveramp-hero {
	padding-top: 30vh;
}
.liveramp-link {
	color: white;
	font-size: 30px;
	font-weight: 200;
}
.liveramp-link:hover {
	text-decoration: underline;
}
.nav-footer .logo {
	padding-bottom: 20px;
}
section.hero .connect-with-us {
    border-radius: 23px;
    border: 2px solid white;
    color: white;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 7px 50px;
    text-align: center;
    text-decoration: none;
    position: absolute;
	margin-top: 40px;
    left: 41%;
	transition: .3s;
}
section.hero .connect-with-us:hover {
	background: white;
    color: #0071CE;
}
/* .page-5-hero-content {
	padding-top: 20%;
} */
.page-5-hero-content p {
	color: white;
    font-size: 33px;
    font-weight: 300;
	margin-top: 22px;
}
section#why-pbid.intro-tertiary .h2 {
	font-size: 23px;
    line-height: 1.5rem;
}
body.page-id-14 #why-jetstream .container{
	min-height: 430px;
}
.impressions-slide-content {
    position: absolute;
    bottom: 155px;
    left: 134px;
}
section.hero .impressions-slide-content h2{
    background: transparent;
    box-shadow: unset;
    font-size: 49px;
    color: white;
    font-weight: 500;
}
.impressions-slide-content p {
      color: white;
    font-size: 42px;
    margin-left: 1px;
    letter-spacing: 1.6px;
    margin: 7px 10px;
}
.impressions-slide-content p a {
    font-size: 25px;
    background: #0274ca;
    border-color: #0274ca;
    margin-top: 35px;
    padding: 12px 35px;
    color: #fff;
    font-weight: 700;
}
.impressions-slide-content .learn-more-section {
	margin-top: 40px;
}
.overlay {
	width: 105%;
}

.page-template-page-privacy-policy article div.container {
	font-family: "GT Walsheim", Times New Roman;
}
 .page-template-page-privacy-policy article div.container h2 {
	 font-size: 32px;
	 font-family: "GT Walsheim", Times New Roman;
}
 .page-template-page-privacy-policy article div.container p {
	 padding: 2px 5px;
}
 .page-template-page-privacy-policy article div.container a {
	 color: #0577ba;
	 text-decoration: underline;
}
 .page-template-page-privacy-policy article div.container p a {
	 font-size: 15px;
	 cursor: pointer;
}
	.page-template-page-privacy-policy td {
		border: 1px solid #eee;
		padding: 14px 15px;
	}
	.page-template-page-privacy-policy table {
		margin-bottom: 12px;	
	}
 .page-template-page-privacy-policy article div.container span {
	 font-size: 15px;
}
 .page-template-page-privacy-policy article div.container h3 {
	 padding: 5px 5px;
}
 .page-template-page-privacy-policy article div.container ul {
	 list-style: unset;
	 padding-left: 27px;
}
 .page-template-page-privacy-policy article div.container b {
	 font-size: 16px;
	 font-weight: 800;
}

.page-template-page-privacy-policy p {
	padding: 2px 5px;
	line-height: 1.3;
	font-size: 17px;
}
.page-template-page-privacy-policy h2 {
	padding: 8px 10px;
}
.page-template-page-privacy-policy p strong {
	font-size: 20px;
}
.page-template-page-privacy-policy ul li {
	font-size: 17px;
	font-weight: 400 !important;
	padding: 4px 5px;
}


footer .menu>li {
	margin-bottom: 16px;
}

footer .menu {
	padding-top: 112px
}

footer .address {
	margin-bottom: 23px;
}

footer .offices {
	padding-top: 57px;
}

/* .opt-out, body.home, body.home a, body.home section.highlight p.lg {
    color: #0577BA;
} */
@media only screen and (max-width: 940px) {
	section.hero .connect-with-us {
		left: 20%;
	}
		section.hero .connect-with-us {
/* 		left: 15.5%;
		top: 23vh; */
	}
}
@media (min-width: 2080px) {
	.overlay {
		width: 115%;
	}
}
@media screen and (max-width: 1344px) and (min-width: 768px) {
	.left-overlay {
		display: none;
	}
	.fixed-people.unslider-active {
		background-attachment: unset;
	}
	.right-overlay {
		display: none;
	}
	section.hero {
		min-height: 55vh;
	}
	.impressions-slide-content {
	    bottom: unset;
		left: unset;
	}
	section.intro .top_triangle {
	    z-index: -999;
    	opacity: .3;
	}

}

@media (max-width: 767px) {
	section.hero {
		min-height: 62vh;
	}
	.page-5-hero-content {
		padding-left: 0;
		left: 0;
		position: absolute;
		top: 215px;
	}
	.page-5-hero-content p {
		font-size: 20px;
	}
	section.hero .liveramp-hero {
		padding-top: 0;
	}
	li.liveramp-hero {
		min-height: 34vh;
		padding-top: 0;
	}
	section.hero .connect-with-us {
		padding: 7px 50px;
		font-size: 20px;
		left: 12.5%;
		margin-top: -12px;
	}
	.liveramp-link {
		font-size: 20px;
	}
	.impressions-slide-content {
		left: 0px !important;
		bottom: 266px !important;
		text-align: center;
		z-index: 2;
	}
	.overlay {
		z-index: 1;
	}
	.impressions-slide-content h2 {
		font-size: 39px !important;
		line-height: 42px !important;
	}
	.impressions-slide-content p {
		margin: 14px 0px 4px;
		font-size: 26px;
	}
	.connect-with-us {
		left: 13.5% !important;
	}
	.liveramp-hero img{
		height: 75vh;
		min-width: 580px !important;
		margin-left: -98px
	}

	.fixed-hero img{
		left: 0;
		min-width: 278% !important;
		position: absolute;
		bottom: 0;
		z-index: 0;
		height: auto;
		margin-left: -174px;
	}
	.fixed-people img{
		left: 0;
		min-width: 355% !important;
		position: absolute;
		bottom: 0;
		z-index: 0;
		height: auto;
		margin-left: -735px;
	}
	
	
}

/* @media (max-width: 375px) { */
/* 	body.page-id-5 section.hero img{
		position: relative !important;
		left: -110px;
		min-width: 160%;
		margin-top: -20px;
	} */
/* } */
