/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*	HEADER
	HEADING
	TEXT DECORATION
	HOME
	CONTACT
	TIMELINE
	BLOGPOST INDIVIDUEEL
	FOOTER
*/	SOCKET

/* HEADER */
.logo, .logo a {
	padding: 20px 0 !important;
}
.main_menu ul:first-child > li > a { 
	font-size: 14px;
	font-weight: 300;
	padding: 0 10px !important; 
}
.avia-menu-fx {
	bottom: 90px !important;
    	max-width: 15px;
    	height: 1px;
    	margin-left: 10px;
}
.html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx {
	padding-right: 0px !important;
}
.header_color .avia-menu-fx {
	background-color: #968318;
    	border-color: #968318;
}

/* HEADING */
h1 {
	margin-bottom: 0px;
}
h2 {
	position: relative;
	line-height: 30px;
	margin-bottom: 0px;
	max-width: 400px !important;
	margin-left: auto;
	margin-right: auto;
}
h2:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	left: calc(50% - 10px);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fb4300;
	content: " ";
}

div.arrow-down {
	width: 20px;
	height: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fb4300;
	border-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

/* TEXT DECORATION */
#top .av_inherit_color a {
	text-decoration: none;
}
#top .all_colors strong {
	color: inherit !important;
}
/* HOME */
.avia-section {
	min-height: 30px;
} 
.av-special-heading {
	margin-top: 0px !important;
}
#homepaarden .avia_image {
	border-radius: 5px;
}
#top .avia-logo-element-container img {
	max-height: 156px !important;
}
.avia-shadow {
    box-shadow: none;
}

/* CONTACT */
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	border-color: #cccccc;
    	background-color: #dad09b;
}
.main_color input[type='submit']:hover, .main_color input[type='submit'] {
	background-color: #968318;
	border-color: #dddddd;
}
.avia_ajax_form .button {
    	padding: 10px 12px;
    	border-radius: 4px;
    	font-size: 14px;
    	min-width: 100px;
}

/* TIMELINE */
.timeline li .content .share, .timeline li .content .zoom, .timeline li .content .meta-count {
	display: none !important;
}
.timeline li.odd .content {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
.timeline-container .load-more .content {
    	min-height: 10px !important;
    	padding-bottom: 20px !important;
}

/* BLOGPOST INDIVIDUEEL */
#top .fullsize .template-blog .post-title {
    	color: #000000 !important;
}

/* FOOTER */
.widgettitle {
   	font-weight: 400;
    	text-transform: none;
    	font-size: 22px;
}
.flex_column .widget .widgettitle {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

/* SOCKET */
#socket .copyright {
	font-size: 13px;
}





/* Paarden */

/* --- Overzicht */

#horses .horse {
	width: 32.33333%;
	min-height: 325px;
	margin: 0 0.5% 40px;
}

#horses .horse img {
	float: left;
	margin-bottom: 15px;
	border-radius: 5px;
}

#horses .horse div {
	float: left;
	width: 100%;
	padding: 0 20px 0 0;
	background: transparent;
}

#horses .horse h2 {
	margin-bottom: 5px;
    background-color: transparent!important;
    color: #fb4300!important;
	font-weight: 300;
    font-size: 22px!important;
}
#horses .horse h2:after {
	display: none;
}

#horses .horse p {
	margin: 0;
}



@media (max-width: 768px) {

	#horses .horse {
		width: 49%;
	}

}

@media (max-width:480px) {

	#horses .horse {
		width: 100%;
		margin: 0 0 40px;
	}

}





/* --- Detail */

#horse-title {}

#horse-title .av_textblock_section {
	margin-bottom: 20px;
}



#horse-data ul, #horse-slider ul {
	list-style: none;
}

#horse-data li, #horse-slider li {
	margin-left: 0;
	padding: 0;
}

#horse-data ul {
	float: left;
	margin-bottom: 20px;
}

#horse-data ul li span {
	display: inline-block;
	min-width: 50%;
}

#horse-data a {
	float: left;
	margin: 0 10px 10px 0;
}



#horse-content {
	width: 100%;
}



#horse-familytree {
	margin-bottom: 0;
}

#horse-familytree .av_textblock_section {
	margin-bottom: 20px;
}

#horse-familytree .table-responsive table td {
	padding: 5px 0;
	background: #fff;
	color: #9b8f8f;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #6a6a6a;
}

#horse-familytree .table-responsive table td.noborder {
	border-bottom: 0;
}