/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* Header CTA */

aside#text-5 a {
	color: #fff;
	font-size: 38px;
	text-decoration: none;
	text-align: center;
	font-family: Poppins, sans-serif;
}


aside#text-5 {
	margin-bottom: 10px;
}

.header-widget {
    float: right;
    overflow: hidden;
    min-width: 230px;
}


/* Main Menu */

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    font-weight: 700;
	  color: #fff;
}

@media(min-width: 768px) {
    .main-navigation .main-nav {
        flex: 1;
    }

    #site-navigation.nav-align-center .main-nav>ul {
        justify-content: space-between;
    }
}




/* Forms */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
	  width: 100%;
}


input[type="text"]:focus {
	color: #a6a6a6;
}


input[type="submit"] {
    font-weight: 700;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 0;
    border: 2px solid #20251c;
	color: #fff;
	background: #20251c;
}

textarea {
	height: 160px;
}

button {
    width: 100%;
    color: #fff;
    background: transparent;
    max-width: 600px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0;
    border: 2px solid #90928e;
	padding: 10px 10px;
}

button.search-submit {
	width: 55px;
}

input.search-field {
	width: 60%;
}

button.search-submit {
    border-radius: 0;
}


/* Home */

button.CTA {
	background: #0f5c8d;
	border-radius: 35px;
	border: 1px solid #0f5c8d;
	width: 100%;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	font-weight: 500;
}

form.CTA {
	margin: auto;
	max-width: 440px;
}

button.CTA:hover {
	color: #fff;
}

.fa-solid, .fas {
    font-size: 40px;
    vertical-align: middle;
	margin-left: 5px;
}

/* 404 */

body.error404 button.search-submit {
border: 0;
	color: #000;
}


/* Side Bar */

.is-right-sidebar {
    width: 30%;
    border-left: 2px solid #20251c;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar {
    margin-top: 50px;
    margin-bottom: 50px;
}

.widget-area .widget {
    padding: 0;
    border-bottom: 2px solid #20251c;
	  }

.widget-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: none;
	  text-align: center;
	  padding: 10px;
	  font-family: 'Source Sans Pro', sans-serif;
}

div.WidgetWrap {
    padding: 0 40px 10px 40px;
}

div.WidgetWrapList {
	padding: 0 50px 40px 85px;
}

.widget ul li {
    padding-bottom: 15px;
}


/* For displaying single column on mobile */
@media only screen and (max-width: 580px) {
 .is-right-sidebar {
    border-left: 0;
}
} 


/*Map */

button.WidgetButton {
	background: #20251c;
	text-decoration: none;
	padding: 15px 20px;
	border: 2px solid #20251c;
}

button.WidgetButton:hover {
	background: #fff!important;
	color: #20251c!important;
	text-decoration: none;
	padding: 15px 20px;
	border: 2px solid #20251c;
}

div.Gap {
	margin-bottom: -32px;
}

div.MapFooter {
	padding-bottom: 10px;
}


/* Bullets */

ul {
	list-style: none;
}

.widget ul li:before{
  content: "●";
  color: #898989;
  font-weight: 700;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

div.entry-content ul li:before {
  content: "●";
  color: #898989;
  font-weight: 700;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

li {
	font-weight:400;
}

ol li::marker {
	color: #898989;
}

/* Typography */

@font-face {
    font-family: 'source_sans_proregular';
    src: url('/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('/fonts/ssourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('/fonts/ssourcesanspro-bold-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h4, h5, h6 {
	font-family: 'source_sans_prosemibold', sans-serif;
}

h3 {
	font-family: 'source_sans_probold', sans-serif;
}


h1, h2 {
	font-size: 52px;
}

h3 {
	font-size: 26px;
}


body {
	font-size: 17px;
	font-family: 'source_sans_proregular', sans-serif;
}


/* Links */

a {
	font-weight: 600;
}

.footer-widgets a {
  text-decoration: underline;
}

.copyright-bar a:hover {
  text-decoration: none;
}


.inside-article a:hover {
	text-decoration: none;
}

.footer-widgets a:hover, a.footer:hover {
  text-decoration: none;
}

.copyright-bar a {
	font-weight: 400;
	font-size: 12px;
}

/*Testimonials */

aside#text-3.widget {
	border-bottom: 0;
}

aside#text-3.widget button {
	background: #20251c;
	color: #fff;
}



div.testimonial-name {
	color: #2f2f2f;
	font-size: 25px;
	font-weight: 600;
}

div.company-name {
	color: #2f2f2f;
	font-size: 15px;
	font-weight: 600;
}

div.strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	text-align: center;
}

div.wpmtst-testimonial-inner p {
	font-size: 17px;
}

div.testimonial-company {
	color: #4285F4;
}


/* For displaying single column on mobile */
@media only screen and (max-width: 580px) {
 .gallery-columns-2 .gallery-item {
     max-width: 100%;
 }
} 


/* CTA Box */

div.CTABox a {
	font-style: italic;
}

div.CTABox {
	margin-top: 80px; 
	background: #eaeaea; 
	border-radius: 15px; 
	padding: 30px;
}


/* Footer */

.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 40px;
}
