/*
Theme Name: PRECISION GLOBALS
Author: Lava Lizard
Version: 1.0
Text Domain: pglobals
*/

/*
Grey: #222;
2nd grey: #6e6e6e;
*/

/*
blue: #06c;
*/


body
{
    font-family: Arial, sans-serif;
    color: #333333;
    background: #fff;
}

#logo
{
	width: 100px;
}

.navbar
{
	/*background: #ffffff;
	height: 190px;
	color: #333333;
	border-bottom: 1px solid #e0bddb;
	padding-bottom: 20px;
	padding-top: 20px;*/
}

.nav-link
{
	font-family: Manrope, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 120%;
    color: #222222;
}

.nav-link:hover, .active
{
	color: #0066cc !important;
}

#contact-button a, #about-button
{
	
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    width: 270px;
    padding: 20px 30px;
    font-family: Manrope, sans-serif;
    text-decoration: none;
    display: flex;
    border: 1px solid #06c;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #0066cc;
}

#contact-button a:hover, #about-button:hover
{
	background: #0066cc;
	color: #fff;
}

.dropdown-item.active, .dropdown-item:active
{
	text-decoration: none;
	background-color: #fff !important;
	
}

.footer
{
    background-color: #f1f1f1;
    padding: 120px 120px 0;
}

.footerrow
{
	color: #6e6e6e;
	border-top: 1px #aaa solid;
	padding-top: 20px;
}


#footer-logo
{
	width: 75px;
}

.footer-top-area
{
	padding-top: 40px;
}

.footerlinks
{
	text-align: right;
}

.footerlinks a
{
	text-decoration: none;
	color: #6e6e6e;
}

.socialmedia
{
	display: flex;
	align-items: center;
}

.socialmedia a
{
	grid-column-gap: 10px;
    background-color: #06c;
    border-radius: 20px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    text-decoration: none;
    display: flex;
    margin-right: 10px;
    margin-top: 25px;
}


.strapline
{
	color: #6e6e6e;
	padding-top: 20px;
	font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 20px;
}

.footnav a
{
	display: block;
	color: #222;
	text-decoration: none;
	margin-left: 30px;
	margin-bottom: 15px;
}

h1
{
	color: #222;
    font-family: Manrope, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 112%;
    text-decoration: none;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

h2
{
	color: #222;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

h3
{
    color: #222;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.hero-area
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	
}

.trusted h2
{
	text-align: center;
}

.smallgrey
{
	color: #6e6e6e;
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}


.smallblack
{
	color: #222;
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.hero-area img
{
	width: 100%;
}

.trusted img
{
	width: 100%;
	padding: 15px;	
}

.trusted
{
	display: flex;
	align-items: center;
	justify-content: center; 
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

.expert
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 60px;
}

.whoweare
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 60px;
}

.whoweare img
{
	max-width: 95%;
}

.our-team
{
	width: 80%;
	margin-top: 15px;
}

.whowearebox
{
	display: flex;
  	align-items: center;
}

.whoweblock
{
	display: block;
}
.whotext
{
	color: #6e6e6e;
	margin-top: 10px;
}

.core-heading
{
	text-align: center;
}

.core-heading h3
{
	margin-top: 10px;
	margin-bottom: 50px;
}

h4
{
	text-transform: uppercase;
	 font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
	
}

.expert p
{
    font-size: 16px;
    font-weight: 400;
    color: #6e6e6e;
}

#get-started
{
	border-radius: 80px;
   text-align: center;
    width: 270px;
    padding: 20px 30px;
    font-family: Manrope, sans-serif;
    text-decoration: none;
    border: 1px solid #06c;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    background: #0066cc;
    color: #fff;
}

#get-started:hover
{
	background: #0D7FF5;
}

.gs
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}

.contact-row
{
	background-image: url(https://precisionglobals.com.au/wp-content/themes/precision-globals/images/background-contact.webp);
    background-position: 0 0;
    background-size: cover;
    height: 60vh;
    overflow: hidden;
}

.getintouchform
{
	border: 1px solid #aaa;
    text-align: center;
    background-color: #fff;
    border-radius: 32px;
    width: 100%;
    max-width: 800px;
    padding: 60px 40px;
    margin-top: -230px;
    margin-left: auto;
    margin-right: auto;
}

.condet
{
	float: left;
	margin-top: 24px;
}

.getintouchform a
{
	background-color: #06c;
    border-radius: 20px;
    width: 42px;
    height: 42px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    clear: both;
}

.leftcon, .rightcon
{
	width: 50%;
	float: left;
}

.formholder
{
	margin-top: 140px;
}

.gfield
{
	text-align: left !important;
}


@media only screen and (max-width: 1024px) {
  
  #contact-button
  {
  	text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-area, .expert, .whoweare
  {
  	width: 100%;
  }
  
  h1
  {
  	font-size: 28px;
  }
  
  .trusted img
  {
  		padding: 20px 100px 5px 100px;
  }
  
  .expert, .whoweare
  {
  	text-align: center;
  }
  
  .expert h3, .whoweare h3, .core-heading h3
  {
  	font-size: 35px;
  	margin-bottom: 20px;
  }
  
  .whoweare h2
  {
  	font-size: 35px;
  	margin-top: 20px;
  }
  
  .page h2
  {
  	font-size: 25px;
  }
  
  .whoweare img
  {
  	max-width: 100%;
  }
  
  .whoweare
  {
  	padding-bottom: 5px;
  }
  
  .whoweare
  {
  	padding-top: 5px;
  }
  
  .whoweare h3
  {
  	padding-top: 15px;
  }
  
  #about-button
  {
  	display: inline-block;
  	
  }
  
  .gs
  {
  	padding-bottom: 5px;
  }
  
  
  .expert
  {
  	padding-bottom: 5px;
  }
  
  .footer
  {
  	padding: 0 10px 0 10px;
  }
  
  .socialmedia
  {
  	padding-bottom: 20px;
  }
  
  .socialmedia a
  {
  	margin-top: 5px;
  }
  
  .footnav a
  {
  	margin-left: 0px;
  	margin-bottom: 15px;
  }
  
  .footerlinks
  {
  	text-align: left;
  }
  
  .skinny
  {
  	width: 100%;
  }
  
  .contact-row
  {
  	margin-top: 15px;
  }
  
  .getintouchform h2
  {
  	font-size: 25px;
  }
  
  .leftcon, .rightcon
  {
  	float: none;
  	width: auto;
  	margin-top: 10px;
  	margin-bottom: 10px;
  }
  
  .formholder
  {
  	margin-top: 200px;
  }
  
}
