/*
Theme Name: hello-elementor
Theme URI: https://example.com/twentytwentytwo-child/
description: >-
  hello-elementor Child Theme
Author: lanvin kgoale
Author URI: https://glanxway.co.za
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: hello-elementor-child
*/
.site-branding.show-logo {
    width: 8%;
}
header#site-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: linear-gradient(0deg, rgba(128,126,126,.5) 0%, rgba(35,37,116,.5) 100%);
    color: white;
}
li.menu-item a {
    color: white;
	padding: 0px 50px 0px 50px;
}
li.current-menu-item a, li.menu-item a:hover{
	color: #4E0F11;
}
li.current-menu-item a{
	text-decoration-line: underline;
}
ul#menu-main-menu {
    margin-right: -110px;
    margin-top: -40px;
}
header#site-header::after{
border-bottom: 1px solid #f6f6f6;
width: 55%;
content:' ';
margin: auto;
}

#left {
    width: 45%;
    float: left;
}
#right {
    width: 45%;
    float: left;
display: contents;
}
div#right, #left {
    padding: 30px;
}
.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix {
	display:block;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 15px;
    height: 30px;
    box-shadow: 1px 1px 5px #3334 inset;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border-radius: 15px;
    box-shadow: 1px 1px 5px #3334 inset;
}
span.wpcf7-form-control.wpcf7-radio {
    display: block;
}
textarea.wpcf7-form-control.wpcf7-textarea.sideremark {
    width: 20%;
    height: 30px;
    line-height: normal;
}
input[type="checkbox"] {
    height: 16px;
    width: 16px;
    margin: auto;
    border-radius: 15px;
}
p.ques{
display: flex;
color: #4e0f11;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 1px solid #c36;
    margin-top: 20px;
}
div#mainfooter {
    display: inline-flex;
    border-top: 1px solid #000;
    width: 100%;
    padding: 20px;
    margin: auto;
}
.Site-info > a.custom-logo-link > img {
    width: 1200px;
    margin: auto;
    padding: 20px;
}
.four.columns {
    display: block;
    margin: auto;
    width: 100%;
}
#menu-footer > li.menu-item a {
    color: #4e0f11;
}
.four.columns {
    	display: grid;
	margin-top: 0px;
	padding: 20px;
}
.four.columns:not(:last-child) {
	border-right: 1px solid;
}
.site-copyright{
width: 100%;
margin: auto;
 color: #4e0f11;
    text-align: center;
    padding: 20px;
}