/*
 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
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif!important;
	font-weight: 600!important;
}
div.wp-block-column:nth-child(1) > h2:nth-child(1) {
	font-size: 3em;
}

.site-header {
    background-color: #f3d06f;
}

.wp-block-image {
    margin-top: 0px!important;
}

.site-main .wp-block-gallery {

	margin-top: 5em!important;
}

div.wp-block-columns:nth-child(3) > div:nth-child(2) > h2:nth-child(1)
{
	font-size: 3em!important;
}
/*   HEADER   */

.main-navigation .main-nav ul li a {
    color: #000;
    background-color: #f3d06f;
	font-family: 'Cairo', sans-serif!important;
	text-transform: uppercase!important;
	font-weight: 600!important;
}

/*   FOOTER  */
.site-info {
    color: #000;
    background-color: #f3d06f;
}

.footer-widget-3 p, ul {
	font-size: 13px!important;
}
.footer-widget-2 ul li {
	margin-bottom: 0px!important;
}

.footer-widget-2 ul li a {
	color: #000!important;
	text-transform: uppercase!important;
}

.footer-widgets {
    background-color: #f3d06f;
}

.wp-block-image {
	margin-top:60px;
}

.tel {
	font-size: 2em;
	font-weight: 800!important;
}

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: #e7e7e7;
    border-color: #cccccc;
	margin-top: 10px!important;
	width: 100%;
}

input[type="submit"] {
	background-color: #000!important;
}