@charset "UTF-8";

/*
Theme Name: fafica Theme
Theme URI:
Author: Duncan Mwesigwa
Author URI: https://wordpress.org/
Description: Fafica Theme.
Text Domain: fafica
*/
@font-face {
    font-family: 'Astra';
    src: url('./inc/fonts/Astra.woff') format('woff'),
         url('./inc/fonts/Astra.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans Regular';
    src: url('./inc/fonts/BentonSans Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body{
	margin: 0px;
}
body, p {
    font-family: 'BentonSans Regular', sans-serif!important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Astra', sans-serif!important;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover{
	color:#E18F3C!important;
}
@media (max-width: 600px){
	.ekit-wid-con .elementskit-flip-clock>.elementskit-time:not(:last-child){
		margin-right:7px!important;
	}
	
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid #02415e;
}
input[type="submit"]{
	border-radius: 30px;
	padding: 14px 45px;
	color: #fff;
	background-color: #02415e;
	border: none;
}
input[type="submit"]:hover{
	background-color: #dd9731;
}
/*.wpcf7.js{
	max-width: 700px;
	margin: auto;
}*/