/*
 Theme Name:     Trades Child Theme
 Theme URI:      
 Description:    Child theme for Trades
 Author:         Theme Canon
 Author URI:     http://www.themecanon.com
 Template:       trades
 Version:        1.0.0
*/

@import url("../trades/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.header-container ul.nav > li > a{
	padding-top: 10px;
	padding-bottom: 0;
	display: inline-block;
margin-top: 20px;
height: 30px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}


.header-container ul.nav > li > a{
	padding-top: 10px;
	padding-bottom: 0;
	display: inline-block;
background-color: #dddddd;
margin-top: 20px;
height: 30px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: #888;
}

.header-container ul.nav > li.current-menu-item > a{
	padding-top: 10px;
	padding-bottom: 0;
	display: inline-block;
background-color: #336699;
margin-top: 20px;
height: 30px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: white;
}

h2.homedevider{
background-color: #336699;
padding: 4px;
color: white;
}


img.footerbrandimage{
	border-radius: 50%;
	position: relative;
	z-index: 3;
	max-width: 100px;
	min-height: 100px;
	min-width: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	border-style: solid;
	border-width: 4px;
	border-color: #313540;
}

.widget-footer .text-6 a{
color: #FFC926;
}

.eventname a{
color: #336699!important;
}
.eventpresenter{
font-weight: bold;
color: black!important;
}h2.form{font-family: "Dosis"important;}
p.form{font-family: "Dosis"!important;}


h1{font-family: "Dosis"!important;}
h2{font-family: "Dosis"!important;}
h4{font-family: "Dosis"!important;}
.required{color: red;}
.formwidth{max-width: 600px;}
form{font-family: "Dosis"!important;}



