/*
Theme Name: afritheme
Theme URI: Your Theme's URI
Description: a custom theme for the new Africore website.
Version: 1.0
Author: Lee-Ann
Author URI: exploreit.co.za.
*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family: 'Open Sans', sans-serif;
}
input {
    -webkit-appearance: none;
}
img {
	max-width:100% !important;
	}
p{
	font-size:0.93vw;
	padding:1% 0;
	}
h1{
	font-weight:600;
	font-size:1.55vw;
	padding:1% 0;
}
h2{
	font-weight:600;
	font-size:1.5vw;
	padding:1% 0;
}

header {
	width:100%;
	background-color:#f7c01d;
	font-size:0.93vw;
}
#headerbar {
	width:62.5%;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#logobar{
	width:25%;
}
#logo {
	width:100%;
}
#contactbar{
	width:75%;
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
nav {
	width:100%;
}
.navbackground{
	background-color:#333333;
}
#navflex {
	width:62.5%;
	margin: 0 auto;
	padding:1% 0;
	
}
#navflex ul{
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#navflex ul li{
	text-decoration:none;
	font-weight:600;
	padding: 0 1% 0 0;
	display:inline-block;
}

#navflex li a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#navflex li a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#navitem {
}
#banner{
	width:100%;
}
#homebanner{
	width:100%;
	height:auto;
	background-image:url(images/homebanner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	color:#FFFFFF;
}
#homebannercontainer{
	width:62.5%;
	margin:0 auto;
	padding: 10% 0;
}
#homebannerbutton{
	width:15%;
	padding:1%;
	background-color:#f7c01d;
	color:#333;
	text-align:center;
	font-size:1.2vw;
}

#mainContent{
	width:62.5%;
	margin: 0 auto;
	padding:2% 0;
}
footer{
	width:100%;
	background-color:#333333;
}
#footerContainer{
	width:62.5%;
	margin:0 auto;
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
#footerLogo{
	width:15%;
}

.wpcf7-textarea {
 
width: 50%;
padding:1%;
margin:1%;
border: 1px solid #666;
font-family: 'Open Sans', sans-serif;
 
}
.wpcf7 input {
 
width: 50%;
padding:1%;
margin:1%;
font-family: 'Open Sans', sans-serif;
 
}
.wpcf7-text {
width: 50%;
border: 1px solid #666;
}
.wpcf7-submit {
background: #f7c01d;
color: #ffffff;
padding:1% 2%;
width:52% !important;
border:none;
 
}
/*** ALL WOO BUTTONS ***/
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt,
.woocommerce a.button, 
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button {
	text-transform: capitalize !important; /* if you want them capitalized */
	background: #ffa500 !important;
	color: #222 !important;
}
.woocommerce ul.products li.product a h2 {
font-family: 'Open Sans', sans-serif !important;
color:#333;
text-align:center;
min-height: 70px;
}
.woocommerce ul.products li.product {
	text-align:center;

}
.woocommerce .related.products {
	border-top: #666 thin solid;
}

ul.page-numbers {
    list-style: none;
    margin: 0;
	background-color:#FFFFFF;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

embed, iframe, img, object, video { max-width: 100%; }

@media screen and (max-width: 550px) {
	p{
	font-size:1.93vw;
	padding:1% 0;
	}
h1{
	font-size:2.55vw;
}
h2{
	font-size:2.5vw;
}
#logobar{
	width:62.3%;
	margin:0 auto;
}
#contactbar{
	display:none;
	
	}}