/*
Theme Name: Hawksmoor
Theme URI: https://hawksmoorpartners.com/
Description: Custom template for Hawksmoor Partners
Author: Sean Bowen for Digital Island
Version: 1.0
*/


/*
Reset
---------------------------------------
*/

*, html, body { 
	margin:0; 
	padding:0; 
	}

fieldset, img { 
	border:0; 
}

h1, h2, h3, h5, h5, h6 { 
	font-size:100%; 
	}

ul { 
	list-style:none; 
}



/*
General Styling
---------------------------------------
*/

body {
	font-family: "Roboto", sans-serif;
  	font-weight: 400;
  	font-style: normal; 
	font-size: 25px;
	line-height: 28px;
	color: #676767;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 700; 
	font-style: normal;
	color: #A79A7C;
}

h1 {
	
}

h2 {
	
}


p {
	
}


a {
	text-decoration: none;
}

a:hover {
	
}


.clear { 
	clear: both; 
}



/*
Site Strucutre
---------------------------------------
*/


.masthead {
	width: 100%;
	height: auto;
	min-height: 100px;
	background: #fff;
}

.masthead-inner {
	padding: 0 40px 40px 40px;
}

.masthead, .hero-inner, .text-panel, .content, .footer {
	margin: 0px auto; 
	width: auto;
	max-width: 1920px;
	height: auto;
}

.logo {
	float: left;
	width: 20%;
	max-width: 250px;
	height: auto;
}

.masthead-contact {
	float: right;
	width: 20%;
	height: auto;
	text-align: right;
	margin-top: 45px;
	margin-right: 25px;
}

.masthead-contact p, .masthead-contact a {
	font-size: 20px;
	line-height: 30px;
	color: #676767;
}

.masthead-contact a {
	text-decoration: none;
}

.masthead-contact a:hover {
	color: #A79A7C;
}

.logo img, .hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero {
	position: relative;
	width: 100%;
	height: auto;
}

.text-panel {
	width: 100%;
	height: auto;
	min-height: 150px;
	background: #A79A7C;
}

.content {
	margin-top: 50px;
	margin-bottom: 50px;
}

.content-text, .text-panel-inner, .footer-inner {
	padding-left: 80px;
	padding-right: 80px;
}

.text-panel-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.text-panel-content h2 {
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 30px;
	color: #fff;
}

.text-panel-content p {
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 20px;
	color: #fff;
}

.content h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
}

.content p, .content a {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
}

.content a {
	color: #676767;
	text-decoration: none;
}

.content a:hover {
	color: #A79A7C;
}

.footer {
	width: 100%;
	height: auto;
	min-height: 200px;
	background: #A79A7C;
	margin-bottom: 20px;
}

.footer-contact-details {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-contact-details p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding-bottom: 20px;
}



/*
Responsive
---------------------------------------
*/	


@media only screen and (max-device-width: 1300px), screen and (max-width: 1300px) {

.masthead-contact {
    float: right;
    width: auto;
    height: auto;
    text-align: right;
    margin-top: 30px;
    margin-right: 25px;
}

.logo {
    float: left;
    width: 25%;
    max-width: 250px;
    height: auto;
}

.content-text, .text-panel-inner, .footer-inner {
    padding-left: 40px;
    padding-right: 40px;
}



}


@media only screen and (max-device-width: 500px), screen and (max-width:500px){ 


.masthead-contact {
   display: none;
}

.logo {
  float: none;
  width: 250px;
  max-width: 250px;
  height: auto;
  margin-left: calc(50% - 125px);
}

.hero-image {
	height: 400px;
}

.content-text, .text-panel-inner, .footer-inner {
   padding-left: 20px;
   padding-right: 20px;
}

.text-panel-content h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 30px;
    color: #fff;
}

.text-panel-content p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
    color: #fff;
}

.content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content h2 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 30px;
}

.content p, .content a {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 30px;
}


}