/*
Theme Name: Firenze Premium Theme
Theme URI: http://firenze.different-themes.com/
Description: Firenze Premium Wordpress Theme
Author: Different Themes
Author URI: http://www.different-themes.com/
Version: 1.0.0
Tags:
License: GNU General Public License
License URI: README_License.txt
*/

/** Wordpress default clases */

/* calendar widget */
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: right;
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px; text-align: center;
}
#wp-calendar tbody {
    color: #000000;
}
#wp-calendar tbody td {
    background: #000000; border: 1px solid #000000; text-align: center; padding:8px;
}
#wp-calendar tbody td:hover {
    background: #000000;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px; text-transform: uppercase; text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px; text-transform: uppercase; padding-top: 10px;
}

/* sidebar widgets select styling */
.sidebar-module select {
    width: 100%;
    color: #000000;
    padding: 10px;
    background: #000000;
    border: 1px solid #DFDFDF;
}

/* sidebar widgets ul,li styling */
.sidebar-module li {
    padding-left: 1.2em;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.3px;
    padding: 4px 0px;
}

.sidebar-module li a {
    color: #303030;
}

.sidebar-module li a:hover {
    color: #BF382B;
}

.sidebar-module li:before {
    content: '\f105'; /* FontAwesome char code inside the '' */
    font-family: FontAwesome; /* FontAwesome or whatever */
    display: inline-block;
    color: #5f9ea0;
    width: 1.2em; /* same as padding-left set on li */
    margin-left: -1.2em; /* same as padding-left set on li */
}

/* sidebar widgets ul,li styling */
.textwidget p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #4A4848;
    padding-top: 15px;
}

/* sidebar widgets tag cloud */
.widget_tag_cloud a {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px !important;
    font-weight: 500;
	color: #fff;
    background: #5f9ea0;
    border: 1px solid transparent;
    border-radius: 90px;
    padding: 6px 10px;
/*	margin: 0 3px; */
	line-height:37px;
	text-transform: uppercase;
}

.widget_tag_cloud a:hover {
	color: #fff;
    opacity: 0.7;
}
