/**
 * @package WordPress
 * @subpackage ABFD
 */

@font-face{
	font-family: 'ETmodules';
	font-display: block;
	src:url(../fonts/icons.eot);
	src:url(../fonts/icons.eot#iefix) format("embedded-opentype"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.svg) format("svg");
	font-weight:400;
	font-style:normal
}

body:not(.et_pb_pagebuilder_layout) .abfd_et_pb_row, .et_pb_pagebuilder_layout .et_pb_column {
	width: 100%;
}

.abfd-container {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	color: #3a3a3a;
}


@media (min-width: 768px) {
	.abfd-container {
		display: flex;
	}
}

.et-social-icon {	
	font-family: 'ETmodules';
}

.et-social-icon a.icon:before {
    margin: 0 10px 0 0;
}

.et-social-icon a {
    text-decoration: none;
}

span.et-social-icon~br {
    display: none;
}

.et-social-email a.icon:before {
    content: "\e076";
}

.et-social-website a.icon:before {
    content: "\e02b";
}

.et-social-facebook a.icon:before {
    content: "\e093";
}

.et-social-twitter a.icon:before {
    content: "\e094"
}

.et-social-pinterest a.icon:before {
    content: "\e095"
}

.et-social-linkedin a.icon:before {
    content: "\e09d"
}

.et-social-tumblr a.icon:before {
    content: "\e097"
}

.et-social-instagram a.icon:before {
    content: "\e09a"
}

.et-social-flickr a.icon:before {
    content: "\e0a6"
}

.et-social-myspace a.icon:before {
    content: "\e0a1"
}

.et-social-dribbble a.icon:before {
    content: "\e09b"
}

.et-social-youtube a.icon:before {
    content: "\e0a3"
}

.et-social-vimeo a.icon:before {
    content: "\e09c"
}

.et-social-rss a.icon:before {
    content: "\e09e"
}


.et-social-icon span {
	display: none;
}

.abfd-container:not(:first-child) {
	margin-top: 40px;
}
.abfd-container:not(:last-child) {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.abfd-container .abfd-photograph {
		flex-shrink: 0;
		margin: 0 20px 0 0;
	}
}
@media (max-width: 767px) {
	.abfd-container .abfd-photograph {
		margin: 0 0 20px 0;
		text-align: center;
	}
}
.abfd-container .abfd-photograph img {
	max-width: 96px;
}

.abfd-container .abfd-name {
	font-weight: bold;
}

.abfd-container .abfd-name:not(:last-child) {
	margin: 0 0 20px 0;
}

.abfd-container .abfd-biography:not(:last-child) {
	margin: 0 0 20px 0;
}

.abfd-container .abfd-social-networks a {
	font-size: 18px;
}
.abfd-container .abfd-social-networks a:hover {
	color: #666;
}