/*
 * Theme Name: devtheme
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.widget-area{
	padding: 20px 30px;
	color: #000;
}

.widget {
	margin-bottom: 30px;
}

.widget-title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}

.search-button{
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 0px !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    padding: 7.8px;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    z-index: 2;
    background: none;
	color: #000;
	position: relative;
	border:2px solid #000;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.search-button::after {
	/*background-color: #f00;*/
	height: 100%;
	left: -130%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.3s;
	transform-origin: top left;
	width: 0;
}

.search-button:hover:after {
	height: 100%;
	width: 235%;
}



/* wp-calendar starts here */
#wp-calendar{
	padding: 20px;
	font-size: 13px;
}

#wp-calendar caption{
	font-size: 15px;
	font-weight: bold;
	color: #000;
}	

#wp-calendar thead th{
	padding-bottom: 10px;
    text-align: center;
}	
#wp-calendar tbody td{
	padding: 6x;
    text-align: center;
}	

#wp-calendar thead tr{
	border-bottom: solid 2px;
}		

#wp-calendar tfoot td a{
	font-size: 13px;
}	


/* RSS Feeds */
ul .rsswidget{
	clear: both;
	display: block;
	font-weight: bold;
}

ul .rss-date{
	font-size: 12px;
	padding-left: 4px;
}
ul .rssSummary{
	font-size: 12px;
	padding-left: 4px;
}

.widget ul cite{
	padding-left: 4px;
}
.widget ul li{
	margin-bottom: 4px;
}

.textwidget strong{	
	font-size: 12px;
	font-weight: bold;
	color: #000;	
}

.textwidget p{
	font-size: 15px;
	color: #000;	
}
.textwidget p strong{
	font-size: 15px;
}


.tagcloud {
	margin-top: 25px;
}

.tagcloud a {
	padding: 6px 7px;
	margin-right: 0;
	margin-bottom: 4px;
	line-height: 100%;
	display: inline-block;
	color: #000 !important;
	border-radius: 0px  !important;
	font-size: 12px !important;
	border: solid 2px #000;
	cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    z-index: 2;
	position: relative;
	border:2px solid #000;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.tagcloud a::after {
	/*background-color: #f00;*/
	height: 100%;
	left: -130%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.3s;
	transform-origin: top left;
	width: 0;
}

.tagcloud a:hover:after {
	height: 100%;
	width: 235%;
}


.tagcloud a:hover {
	background-color: #000000;
	color: #fff !important; 
}