
/* Widget */
.widget {
	margin-top: 40px;
}

.widget a {
	text-decoration: none;
}

.widget:first-child {
	margin-top: 0;
}

.widget h4 {
	margin-bottom: 20px;
}

.widget img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: center;
}

.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

.widget ul li::before,
.widget ul li::after {
	content: '';
	display: table;
}
.widget ul li::after {
	clear: both;
}

.widget select {
	display: block;
	width: 100%;
	height: 45px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 2px
	outline: 0;
}

/* Widget Search */
.widget_search label {
	display: block;
	float: left;
	width: 70%;
	height: 50px;
}

.widget_search form:before,
.widget_search form:after {
	content: "";
  	display: table;
}
.widget_search form:after {
	clear: both;
}

.widget_search input {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	padding: 0 67px 0 20px;
    font: 300 14px/1.6em "Raleway", sans-serif;;
}

.widget_search input[type="submit"] {
	float: left;
	width: 30%;
	padding: 0;
	height: 50px;
    display: inline-block;
    font: 700 13px/1.6em "Raleway", sans-serif;
    border: 2px solid #21baa3;
    border-radius: 2px;
    background-color: #21baa3;
    text-transform: uppercase;
    color: #fff;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.widget_search input[type="submit"]:hover {
    background-color: #1cb187;
}


/* Globals for Archive and Categories and others that includes lists */

.widget_archive ul,
.widget_recent_comments ul, 
.widget_recent_entries ul,
.widget_rss ul,
.widget_categories ul,
.widget_pages ul ,
.widget_meta ul ,
.widget_nav_menu ul {
	margin-top: -13px;
}

.widget_archive ul ul,
.widget_recent_comments ul ul, 
.widget_recent_entries ul ul,
.widget_rss ul ul,
.widget_categories ul ul ,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul {
	margin-top: 0;
	counter-reset: children;

}

.widget_archive ul li,
.widget_recent_comments ul li, 
.widget_recent_entries ul li,
.widget_rss ul li {
	display: block;
	text-align: right;
	width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0;
    font-weight: 400;
    color: #21baa3;
}

.widget_recent_comments ul li, 
.widget_recent_entries ul li,
.widget_rss ul li {
	text-align: left !important;
	color: #647780;
}

.widget_archive ul li a {
	float: left;
}

.widget_categories ul li a , 
.widget_pages ul li a , 
.widget_meta ul li a , 
.widget_nav_menu ul li a {
	display: block;
	width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0;
    font-weight: 400;
}


.widget_categories ul li a span {
	float: right;
}


/* Widegt pages */


.widget_pages ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before {
	    font-family: "NonBreakingSpaceOverride",  "PT Sans", serif;
    font-weight: bold;
    content: "–  " counters(children, "–  ", none);
    counter-increment: children;
    margin-right: 5px;
}

/* Widget Calendar */

.widget_calendar table {
	table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

.widget_calendar caption {
	background-color: #333e50;
    color: #fff;
    text-align: center;
}

.widget_calendar thead th {
	border: none !important;
}

.widget_calendar a {
	display: block;
}

.widget_calendar .pad:hover {
	background: transparent;
}

.widget_calendar th {
    font: 400 13px/1.9em "Raleway", sans-serif;
    padding-top: 3px;
    background-color: #eee;
    color: #333e50;
    text-align: center;
    border: 1px solid #eee;
}

.widget_calendar td {
	font: 400 13px/1.9em "Raleway", sans-serif;
    padding-top: 6px;
    width: 14%;
    height: 33px;
    vertical-align: top;
    border: 1px solid #eee;

}

.widget_calendar tbody td:hover {
	background-color: #eee;
    border: 1px solid #eee;
    color: #333e50;
}

.widget_calendar td#today {
	background-color: #27c79a;
    color: #fff;
    border: 1px solid #27c79a;
}


.widget_calendar tfoot tr,
.widget_calendar tfoot td {
	border: none !important;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
	width: 100%;
	padding: 5px 0;
}


.rss-widget-icon {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
    position: relative;
    top: -3px;
}

.widget_rss ul li > a {
	font-size: 16px;
	font-weight: 500;
}

/* Cloud Tags */

.widget_tag_cloud .tagcloud {
	margin-top: -13px;
}

.widget_tag_cloud a {
	display: inline-block;
    padding: 0px 13px;
    height: 28px;
    line-height: 28px;
    margin-top: 13px;
    margin-right: 10px;
    background-color: #e7e7e7;
    color: #49565d;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-size: 12px !important;
    border-radius: 2px;
}

.widget_tag_cloud a:hover {
	background-color: #21baa3;
    color: #fff;
}


