html{
	font-size: 62.5%;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body{
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
}

/* main styles */

h1, h2, h3{
	font-size: 3rem;
	font-family: "bookmania", serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 1rem 0;
	color: #000;
}

h2{
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

h3{
	font-size: 2.2rem;
	margin-bottom: 1rem;
}

p{
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 1rem;
}

a{
	text-decoration: underline;
	color: #333;
}

a:hover{}

.sb{
	font-weight: 400;
}

.site-btn,
.ja-button,
.view-details{
	display: inline-block;
	background-color: none;
	font-weight: 600;
	font-size: 1.6rem;
	padding: 1.2rem 2rem;
	margin-top: 2rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border: 0.1rem solid #000;
	border-radius: 0;
	-webkit-appearance: none;
	letter-spacing: 0.2rem;
}

.ja-button{
	background: #F9CE4E;
}

.site-btn:hover,
.site-btn:focus,
.ja-button:hover,
.ja-button:focus,
.view-details:focus,
.view-details:hover{
	background-color: #000;
	color: #F9CE4E;
}

.wpcf7-not-valid-tip{
	margin-top: -1rem;
}

/* main layout */

header.entry-header{
	display: none;
}

.wrapper,
header,
section,
.hero,
footer{
	width: 100%;
	display: block;
	background-color: #fff;
}

section{
	padding: 4rem 2rem;
}

.container{
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
}

.hero{
	min-height: 20rem;
	padding: 4rem 2rem;
	background-color: #F9CE4E;
	text-align: center;
}

.hero p{
	width: 100%;
}

.left-col,
.right-col,
.single-col,
.two-col,
.three-col,
.four-col{
	width: 100%;
}

.center{
	text-align: center;
}

/* header */

.mobile-link{
	display: none;
	float: right;
	padding: 1rem 1.5rem;
	margin: 0.6rem 0 0 0;
	border-radius: 0.3rem;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.mobile-link:hover{
	background-color: #fff;
}

#mobile-menu{
	display: none;
	width: 100%;
	height: 100%;
	float: left;
	background-color: rgba(0,0,0,0.90);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
}

#mobile-links ul{
	float: left;
	z-index: 2;
	margin-top: 7rem;
}

#mobile-links ul li{
	width: 100%;
	float: left;
	margin-bottom: 2.5rem;
	padding: 0;
	list-style: none;
	text-align: center;
	font-family: "bookmania", serif;
}

#mobile-links ul li a{
	color: #fff;
	font-size: 3rem;
	text-decoration: none;
	font-weight: 600; 
	line-height: 4rem;
}

#mobile-links ul li a{
	background-color: none;
}

.close-btn{
	float: right;
    font-size: 4rem;
	background: #F9CE4E;
    color: #000;
    position: absolute;
    top: 1rem;
    right: 1rem;
	text-decoration: none;
	border-radius: 50%;
	width: 4rem;
  	height: 4rem;
  	text-align: center;
  	line-height: 1.05;
}

.mobile-link{
	display: block;
}

header{
	height: 6rem;
	padding: 0 2rem;
	background-color: #fff;
	position: relative;
}

.site-logo{
	display: inline-block;
	width: 14rem;
	height: 2.8rem;
	margin-top: 0.8rem;
}

nav{
	display: none;
	float: right;
}

nav ul{
	float: right;
	margin: 2.5rem 0 0 0;
}

nav ul li{
	float: left;
	margin-left: 2rem;
	list-style: none;
	position: relative;
}

nav ul li a{
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	background-color: #fff;
	color: #000;
	font-weight: 400;
	font-size: 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

nav ul li a:hover{
	background-color:#F9CE4E;
}

nav ul li ul{
	display: none;
	width: 23rem;
	background: #373737;
	position: absolute;
	top: 3.5rem;
	left: 0;
	z-index: 2;
	padding: 0;
	margin: 0;
	border-radius: 0.3rem;
}

nav ul li:hover ul{
	display: block;
}

nav ul li ul li{
	width: 100%;
	float: left;
	display: inline-block;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background-color: #373737;
	color: #fff;
}

nav ul li ul li a{
	width: 100%;
	float: left;
	padding: 1rem;
	margin: 0;
	border-radius: 0;
	background-color: #373737;
	color: #fff;
	display: block;
}

nav ul li ul li a:hover{
	color: #373737;
}

/* footer */

footer{
	background-color: #373737;
	border-top: 1px solid #F9CE4E;
	padding: 5rem 2rem;
	color: #fff;
}

.footer-col{
	width: 100%;
	margin: 0 2% 2rem 2%;
	text-align: left;
}

.footer-col p{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}

.footer-col ul li{
	list-style: none;
	margin-bottom: 1rem;
}

.footer-col ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-col ul li a:hover{
	text-decoration: underline;
}

.reg{
	font-size: 1.3rem;
	margin: 3rem 2% 0 2%;
}

/* Form */

.contact-row .container{
	text-align: left;
}

.contact-row h3{
	margin: 4rem 0 1rem 0;
}

.contact-row a{
	text-decoration: none;
}

.contact-row a:hover{
	text-decoration: underline;
}

.searchology-form{
	background: #373737;
	border: 0.1rem solid #eee;
	padding: 3rem;
	margin-top: 4rem;
	text-align: left;
	color: #fff;
}
.searchology-form h2{
	color: #fff;
}

label{
	width: 100%;
	float: left;
	margin-bottom: 0.5rem;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	width: 100%;
	padding: 1rem;
	margin-bottom: 2rem;
	border: 0.1rem solid #eee;
	font: 400 1.6rem 'Poppins', sans-serif;
}

textarea{
	height: 15rem;
}

input[type="submit"]{
	display: inline-block;
	background-color: #373737;
	font-weight: 600;
	font-size: 1.6rem;
	padding: 1.2rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #F9CE4E;;
	border: 0.1rem solid #F9CE4E;;
	border-radius: 0;
	-webkit-appearance: none;
	letter-spacing: 0.2rem;
	font: 400 1.6rem 'Poppins', sans-serif;
}

input[type="submit"]:hover,
input[type="submit"]:focus{
	background-color: #F9CE4E;;
	color: #000;
}

#success-div{
	display: none;
	width: 100%;
	color: #333;
}

.linkedin-link{
	min-height: 3rem;
	line-height: 3rem;
	background-image: url("/wp-content/themes/searchology-consulting/images/linkedin-icon.svg");
	background-repeat: no-repeat;
	background-size: 3rem;
	padding-left: 4rem;
}

.yellow-bg{
	background-color: #F9CE4E;
}

.grey-bg{
	background-color: #373737;
	color: #fff;
}

.hero .container,
.grey-bg .container,
.yellow-bg .container{
	max-width: 100rem;
}

.grey-bg h2{
	color: #fff;
}

.grey-bg .site-btn{
	background: #373737;
	border-color: #F9CE4E;
	color: #F9CE4E;
}

.grey-bg .site-btn:hover,
.grey-bg .site-btn:focus{
	color: #000;
	background-color: #F9CE4E;
}

/*.danni-home{
	background-image: url("../images/danni-home-bg.jpg");
    background-repeat: no-repeat;
    background-size: 50% 100%;
	background-position: 100% 0;
}*/

.danni-home,
.about-danni-row{
	position: relative;
}

.danni-info,
.about-danni{
	width: 100%;
	margin-top: 30rem;
}

.danni-bg,
.about-danni-bg{
	width: 100%;
	height: 30rem;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/wp-content/themes/searchology-consulting/images/danni-home-bg.jpg");
	background-position: top left; 
	background-repeat:no-repeat; 
	background-size: cover;
	margin-bottom: 2rem;
}

.about-danni-bg{
	background-image: url("/wp-content/themes/searchology-consulting/images/about-danni.jpg");
}

.expertise .two-col{
	text-align: left;
}

.searchology-list{
	margin: 0 0 2rem 2rem;
}

.searchology-list li{
	margin-bottom: 1rem;
	list-style: none;
	
}

.searchology-list li::before{
	content: "\2022";
  	color: #F9CE4E;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.solutions .container{
	display: flex;
	flex-wrap: wrap;
}

.solution{
	width: 100%;
	padding: 2rem;
	margin: 0 0 2rem 0;
	background: #373737;
	color: #fff;
	border: 1px solid #373737;
	text-align: left;
}

.solution h2{
	margin-bottom: 1rem;
	color: #F9CE4E;
}

.solution p{
	margin-bottom: 0;
}

/* Jobs section */

.job{
	width: 100%;
	padding: 2rem;
	margin: 0 0 2% 0;
	border: 1px solid #373737;
	text-align: left;
}

h2.title{
	margin-bottom: 1rem;
}

h2.title a{
	color: #000;
}

ul.classifications{
	margin-bottom: 2rem;
}

.description ul,
ul.bullet-points{
	margin: 1rem 0 2rem 0;
}

ul.bullet-points li{
	margin-left: 2rem;
}

ul.classifications li,
.description ul li{
	list-style: none;
}

li[data-id="21372"],
li[data-id="21373"],
li[data-id="21375"]{
	display: none;
}

.powered-by-jobadder{
	display: none;
}

#ja-jobs-widget{
	display: flex;
	justify-content: center;
}

.ja-job-details{
	width: 100%;
	max-width: 80rem;
	padding: 2rem;
	border: 1px solid #373737;
	text-align: left;
}

.apply{
	display: flex;
	flex-direction: column;
}

.ja-button{
	width: 16rem;
}

a.back-link{
	order: 2;
	margin-top: 3rem;
	font-size: 1.4rem;
}

p.date-posted{
	display: none;
}

.ja-apply-iframe #iFrameResizer0 html body #form-wrapper #form #logo{
	display: none;
}

@media all and (min-width:480px){

.danni-bg,
.about-danni-bg{
	height: 40rem;
}

.danni-info,
.about-danni{
	margin-top: 40rem;
}

}

@media all and (min-width:768px){

body{
	font-size: 2rem;
}

section{
	padding: 8rem 2rem;
}

section .container,
footer .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

h2{
	font-size: 2.6rem;
}

p{
	font-size: 2rem;
}

.left-col{
	width: 66%;
	margin: 0 2%;
}

.right-col{
	width: 26%;
	margin: 0 2%;
}

.single-col{
	width: 100%;
}

.two-col,
.three-col,
.four-col{
	width: 46%;
	margin: 0 2%;
}

.three-col{
	width: 29%;
}

.four-col{
	width: 21%;
}

.footer-col{
	width: 46%;
	margin: 0 2%;
}
	
.footer-col ul li{
	font-size: 1.6rem;
}
	
.hero{
	padding: 6rem 2rem;
}
	
.hero h1{
	font-size: 4rem;
}

footer .container{
	max-width: 60rem;
}

.left-align .two-col{
	text-align: left;
}

.dual-btn{
	margin-left: 1rem;
	margin-right: 1rem;
}

.about-danni-bg{
	height: 50rem;
}

.about-danni{
	margin-top: 50rem;
}

.searchology-form{
	margin-top: 0;
}

.solution{
	width: 46%;
	margin: 1%;
	padding: 4rem;
}
	
.ja-job-list{
	display: flex;
}

.job{
	padding: 4rem;
	margin: 1%;
}

.job .title{
	font-size: 3rem;
}
	
.ja-job-details{
	padding: 4rem;
}

}

@media all and (min-width:960px){

header{
	height: 8rem;
}

nav{
	display: block;
}

.mobile-link{
	display: none;
}

.site-logo{
	width: 20rem;
	height: 4rem;
	margin-top: 1rem;
}

.hero{
	display: flex;
	align-items: center;
	min-height: 40rem;
	background-image: url("/wp-content/themes/searchology-consulting/images/hero-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #F9CE4E;
}

.hero h1{
	font-size: 6rem;
}

.home-hero{
	background-image: url("/wp-content/themes/searchology-consulting/images/home-hero-bg.png");
	min-height: 50rem;
}
	
.about-hero{
	background-image: url("/wp-content/themes/searchology-consulting/images/about-hero-bg.png");
}
	
.expertise-hero{
	background-image: url("/wp-content/themes/searchology-consulting/images/expertise-hero-bg.png");
}

.solutions-hero{
	background-image: url("/wp-content/themes/searchology-consulting/images/solutions-hero-bg.png");
}
	
.danni-hero{
	background-image: url("/wp-content/themes/searchology-consulting/images/danni-hero-bg.png");
}

.contact-hero{
	background-image: url("/wp-content/themes/searchology-consulting/images/contact-hero-bg.png");
}
	
.jobs-hero{
	min-height: initial;
}

h2{
	font-size:4rem;
}

.danni-info{
	width: 50%;
	padding-right: 2rem;
	margin-top: 0;
	margin-right: 50%;
	text-align: left;
}
	
.about-danni{
	width: 50%;
	margin: 0 0 0 50%;
	padding: 0 0 0 2rem;
	text-align: left;
}
	
.danni-bg,
.about-danni-bg{
	position: absolute;
	top: 0;
	left: 50%; 
	width: 50%; 
	height: 100%;
	background-position: top left; 
	background-repeat:no-repeat; 
	background-size: cover;
}

.about-danni-bg{
	left: 0;
	background-position: top right;
}
	
}

@media all and (min-width:960px){
	
.danni-info{
	padding-right: 4rem;
}
	
.about-danni{
	padding-left: 4rem;
}
	
}