/*
Theme Name: Fair Child
Theme URI: http://fair.edge-themes.com/
Description: A child theme of Fair Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: fair
*/
@import url("../fair/style.css");

h1, h2, h3, h4 {
	font-family:"Raleway" !important;
}
.archive-item {
	float:left; width: calc(100% - 25px * 2 / 3); padding: 5px
}


@media (min-width: 768px){
	.archive-item {
		float:left; width: calc(25% - 25px * 2 / 3); padding: 5px
	}
}

.ins-form label {
	margin-bottom: 10px;
	display:block;
}

.ins-form input, .ins-form textarea {
	background: rgb(248, 248, 248);
	font-family: 'Raleway';
	padding: 15px 5px;
	font-size: 14px;
	width: 100%;
	border: 0 ;
}

.edgtf-main-menu > ul > li > a span.edgtf-item-inner {
    padding: 0 12px !important;
}

.edgtf-search-opener { display:none ;}

.box-hint {
	background: #322E85 none no-repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 15px;
    text-shadow: none;
}

.edgtf-title .edgtf-title-holder h1 span {
    font-family: Poppins !important;
    font-size: 45px !important;
}

.org-twocol > div {
	float:left;
	width: calc(50% - 30px );
	padding: 0 14px;
}

.org-ficha > p:first-child{
	font-weight:bold;color:black
}

.org-ficha > p {
	margin: 0;
}

.org-ficha {
	clear:both;
}

 /*.bullet-5 li span {
    background: transparent url("http://www.afial2018.net/wp-content/themes/fair-child/bullets.png") no-repeat scroll 0 7px;
    line-height: 1.5em;
    margin-bottom: 3px;
    padding: 0 0 0 22px;
}

.bullet-5 li span {
    background-position: 0 -252px;
}*/

.bullet5 {
	list-style-type:none;
}


@media (max-width: 767px){
	.org-twocol > div {
		float:left;
		width: calc(100% - 30px );
		padding: 14px;
	}
}

.zebra {
    border: 2px solid black;
    color: black;
}

.zebra tr > td:first-child {
    background: #f0f0f0 none repeat scroll 0 0;
    font-weight:bold;
    text-align: right;
}

.zebra tr > td:nth-child(2) {
    text-align: left;
}

#wpcf7-f11130-p5836-o1, #wpcf7-f12116-p5836-o1 {
    text-align: left;
}

.edgtf-search-opener { display:none !important;}

table tbody tr, table thead tr {
    border: 2px solid #000 !important;
}

#submit_comment, .post-password-form input[type="submit"], input.wpcf7-form-control.wpcf7-submit {
    background-color: #322e85 !important;
    border: 1px solid #322e85 !important;
    margin-top:30px;
}

.edgtf-title .edgtf-title-holder h1 span {
	font-family: 'Raleway' !important;
}

.edgtf-main-menu ul li a {
    font-size: 13px !important;
 }