/* CSS Document 
File: assets/css/widget.css
Description: Css classes for WIDGET
Plugin: AD ONE PAGE
Author: Ad-theme.com
*/

/* Flickr */

.flickr-widget a img, .footer-r .flickr-widget a img {
	width: 30%;
	margin: 1.66%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.flickr-widget a img:hover, .footer-r .flickr-widget a img:hover {
	border-radius:50%;
	/*opacity:0.5;*/		
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.widget-title a {
	text-decoration:none;
}

.widget-title a:hover {
	color:#1A1A1A;
	text-decoration:none;
}
h4.widget-title {
	font-size:20px;	
	line-height:28px;
	padding: 5px 5px 5px 0;	
	display:inline-block;
	border-bottom-color:#000;
	border-bottom-width:3px;
	border-bottom-style:solid;
}
.widget {
	margin-bottom:40px;
}

.widget ul {
	margin:0;
	padding:0;
	list-style:none;
}

.widget_rss a:hover {
	background:none;
}
#recentcomments a:hover {
	background:none;
}
#recentcomments li {
	margin-bottom:5px;
}
.widget_rss a:hover {
	background:none;
}
.widget_rss li .rsswidget {
	font-size:14px;
	text-transform:uppercase;
}
.widget_rss li .rss-date {
	display:block;
	font-style:italic;
	font-size:12px;
	margin-bottom:5px;
}
.rssSummary {
	font-style:italic;
}
.widget_rss cite {
	display:block;
	text-align:right;
	font-weight:400;
}
.widget_rss cite:before {
	content:'#';
}
.widget_categories ul {
	margin-top:7px;
}
#adonepage .widget_categories li {
	border-radius:2px;
	display:inline-block;
	padding:7px;
	margin:0 3px 7px 0;
}
.widget_categories li a {
	font-size:12px;
}
.screen-reader-text {
	display:none;
}

table#wp-calendar {
	width:100%;
	text-align:center;
}
table#wp-calendar caption {
	border-radius:2px;
	padding:7px;
	margin:0 0 10px 0;
}
.widget ul.menu a, .widget_meta ul a {
	border-radius:2px;
	display:block;
	padding:7px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.widget ul.sub-menu a {
	border-radius:2px;
	display:block;
	padding:3px 7px 3px 7px;
	margin-bottom:10px;
	font-style:italic;
	margin-left:20px;
	text-transform:none;
	font-size:12px;
}
.widget .textwidget img, .widget .textwidget img {
	border-radius:2px;
}
.widget_recent_entries li {
	margin-bottom:10px;
}
.widget_recent_entries li a {
	display:block;
	font-size:16px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.widget_recent_entries li a:hover {
	margin-left:5px;
	background:none;	
	text-transform:uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.widget_recent_entries  .post-date {
	font-style:italic;
	font-size:12px;
	background:none;
}
.widget_pages ul a {
	background:#222222;
	border-radius:2px;
	display:block;
	padding:7px;
	margin-bottom:10px;
	color:#efefef;
	text-transform:uppercase;
}
.widget_pages ul a:hover {
	background:#1E73BE;
}
.widget_pages ul.children a {
	background:#222222;
	border-radius:2px;
	display:block;
	padding:3px 7px 3px 7px;
	margin-bottom:10px;
	color:#efefef;
	font-style:italic;
	margin-left:20px;
	text-transform:none;
	font-size:12px;
}
.widget_pages ul.children a:hover {
	background:#1E73BE;
}

.widget_archive ul {
	margin-top:7px;
}
.widget_archive li {
	border-radius:2px;
	display:block;
	padding:7px;
	margin:0 3px 7px 0;
	width:100%;
}
.widget_archive li a {
	font-size:12px;
}
/*----------------*/
/* Custom Widgets */
/*----------------*/
/* Contacts */

.contacts-address, .contacts-phone, .contacts-email, .more-info {
	line-height:30px;
}
.contacts-address span, .contacts-phone span, .contacts-email span, .more-info span {
	margin-right:10px;
}
.icon-chevron-right {
	font-size:11px;
}
.widget_contacts span {
	margin-right:10px;
}
.more-info {
   text-align: right;
   margin: 10px;
}
/* Flickr */

.flickr-widget a img {
	width: 30%;
	margin: 1.66%;	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	border-radius:2px:
}
.flickr-widget a img:hover, .mega-thumb a img:hover {
	border-radius:50%;	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
/* Mega Posts */
.woo-mega {
	position:relative;
}
.woo-mega li {
	position:relative;
}
.mega-posts li {
	margin-bottom:10px;
	line-height:18px!important;
	position:relative;
}
.mega-thumb {
	float:left;
	margin-right:10px;
    z-index: 1;
}
.mega-thumb img {
	border-radius:0px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.mega-thumb a:hover img {
	border-radius:50%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.mega-title {
	height:36px;
	overflow:hidden;
	width:71%;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis; 		
}
.mega-title a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.mega-title:hover a {
	font-size:14px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.mega-date {
	font-size:11px;
}
.mega-numbers {
	position:absolute;
	right:0;
	bottom:0;
	font-size:11px;
}
.mega-numbers .icon-eye-open {
	margin-left:10px;
}
.mega-thumb img {
	width:70px;
}
.clearfix {
	clear:both;
}
/* WOO MEGA */
.woo-mega.only-image li {
	width:30%;
	float:left;
	margin-right:3%;
}
.mega-thumb-image a img {
	width: 100%;
	margin: 1.66%;	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	border-radius:2px
}
.mega-thumb-image a img:hover {
	border-radius:50%;	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}