/*
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_meta {
	background: #f8f8f8;
}
.phone-info {
	font-size: 12px;
}
td, th {
  font-size: 16px;
}
.trd-notransform {
	text-transform: none !important;
}
#top .avia-slideshow-button {
  margin-top: 0;
}

.trd_wp_widget {
		width: fit-content;
		position: fixed;
		right: 0;
		top: 300px;
	}
	.trd_wp_widget-inner:first-child {
		background: #329900;
	}
	.trd_wp_widget-inner {
		background: #267600;	
		padding: 15px;
		margin-bottom: 15px;
		box-shadow: 0px 0px 20px -7px #545454;
	}

	.av_font_icon.av-phone-me {
  	color: #fff;
  	border-color: #fff;
  	font-size: 30px;
	}
	.av_font_icon.av-whats-app {
  	color: #fff;
  	border-color: #fff;
  	font-size: 30px;
	}
	@media only screen and (max-width: 767px) {
		.trd_wp_widget-inner {
			padding: 8px !important;
		}	
		.av_font_icon.av-phone-me, .av_font_icon.av-whats-app {
			font-size: 18px;
		}
	}