/**
 * Widget Styles
 * 
 * Provides styles for all widgets on the site.
 * 
 * Package: TMF Child Theme
 * Author: The Modern Firm, LLC
 * Support: support@themodernfirm.com
 * Copyright: Copyright (c) 2013, The Modern Firm, LLC
 * 
 */



 /* ======================================== *
	 Location Widget			
  * ======================================== */
.tmf-widget.location {}
.tmf-widget.location.large {}

.tmf-widget.location .map.static img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0, 0.3);
	box-shadow: 0 0 5px rgba(0,0,0, 0.3);
}

.tmf-widget.location .location-info {
	margin-top: 10px;
	line-height: 1.6em;
	font-size: .9em;
}

.tmf-widget.location .location-business-name {
	font-weight: 700;
	font-size: 1.1em;
	font-family: 'Merriweather', 'Times New Roman', serif;
}

.tmf-widget.location a {
	text-decoration: underline;
}

.tmf-widget.location a:hover {
	text-decoration: none;
}


/* ======================================== *
	Attorney Profile Widget			
 * ======================================== */
.tmf-widget.attorney-profile {
	font-size: .9em;
	line-height: 1.6em;
}

.tmf-widget.attorney-profile .attorney-image {
	-webkit-box-shadow: 0 0 0 3px #fff, 0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 0 3px #fff, 0 0 8px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 3px #fff, 0 0 8px rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 0;
}

/* ======================================== *
	Practice Areas Widget			
 * ======================================== */
.tmf-widget.practice-areas.list {
	list-style-image: url(../images/icon-star-blue.png);
	padding-left: 25px;
}

.tmf-widget.practice-areas.list li:hover {
	list-style-image: url(../images/icon-star-red.png);	
}

.tmf-widget.practice-areas.images {}
.tmf-widget.practice-areas.accordion {}

.tmf-widget.practice-areas.list a {
	text-decoration: none;
}

.tmf-widget.practice-areas.list a:hover {
	text-decoration: none;
	color: #cd3529;
}


/* ======================================== *
	Testimonial Widget			
 * ======================================== */
.tmf-widget.testimonial {}

.tmf-widget.testimonial {
	background: url(../images/background-quote.png) no-repeat bottom center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.tmf-widget.testimonial .testimonial-text {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #4d422e;
}

.tmf-widget.testimonial .testimonial-name {
	float: none;
	text-align: right;
	display: block;
	line-height: 1.3em;
	font-size: 1em;
	font-weight: 400;
}

.tmf-widget.testimonial .testimonial-description-1 {
	float: none;
	text-align: right;
	display: block;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 400;
}



/* ======================================== *
	Testimonial List Widget			
 * ======================================== */
.tmf-widget.testimonial-list {}

.tmf-widget.testimonial-list .testimonial {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
}


/* ======================================== *
	Social Icons Widget	
 * ======================================== */
.tmf-widget.social-icons {}



/* ======================================== *
	Payment Icons Widget	
 * ======================================== */
.tmf-widget.payment-icons {}



/* ======================================== *
	Map Widget			
 * ======================================== */
.tmf-widget.map.static {}
.tmf-widget.map.dynamic {}



/* ======================================== *
	Blog Feed Widget			
 * ======================================== */
.tmf-widget.blog-feed .cal-icon {
	float: left;
	color: #323150;
	font-weight: bold;
	width: 33px;
	font-size: 16px;
	line-height: 44px;
	vertical-align: middle;
	text-align: center;
	height: 38px;
	margin: 0 10px 0 0;
	background: url(../images/icon-calendar.png) no-repeat;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.tmf-widget.blog-feed .blog-feed-post-title {
	margin-bottom: 0;
	line-height: 1.2em;
	font-size: 1em;
}

.tmf-widget.blog-feed .blog-feed-post-title a{
	color: #323150;
}

.tmf-widget.blog-feed .blog-feed-post-date {
	color: #313131;
	font-size: 1em;
	font-style: italic;
}

.tmf-widget.blog-feed .blog-feed-post-text {
	font-size: 1em;
	line-height: 1.6em;
}



/* ======================================== *
	Blog Archives Widget			
 * ======================================== */
 .tmf-widget.blog-archives {}
 .tmf-widget.blog-archives.dropdown {}



 /* ======================================== *
	Blog Categories Widget			
 * ======================================== */
 .tmf-widget.blog-categories {}



 /* ======================================== *
	Blog Tag Cloud Widget			
 * ======================================== */
 .tmf-widget.blog-tag-cloud {}



/* ======================================== *
	Contact Form Widget			
 * ======================================== */
.tmf-widget.contact-form {}