/*
|--------------------------------------------------------------------------
| 6.0-widget.css
|--------------------------------------------------------------------------
|
| Widgets styles.
|
*/

/* General widget style
-------------------------------------------------- */
.widget {
	margin-bottom: 40px;
}

.widget-title {
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	min-height: 39px;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 4px;
	margin-bottom: 26px;
}

.template2 .widget-title {
	font-size: 12px;
}

.widget-title:before,
.widget-title:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Chrome, Safari, Opera */
	transform: translate(-50%, 0);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
}

.widget-title:before {
	top: 103%;
	border-color: transparent;
	border-top-color: #000;
}

.widget-title:after {
	border-color: transparent;
	border-top-color: #fff;
}

.template2 .widget-title:after {
	border-color: transparent;
	border-top-color: #E1E3E4;
}

.widget ul li {
	margin: 10px 8px;
}

.widget ul li,
.widget ul li a {
	font-weight: 400;
	color: #777;
}

.toggle-sidebar .widget ul li a {
	color: #878b90;
}

.widget ul li a:hover {
	color: #242424;
}

.toggle-sidebar .widget ul li a:hover {
	color: #e3e3e3;
}

.widget input,
.widget select,
.widget textarea,
.widget button {
	width: 100%;
}


/* Categories
-------------------------------------------------- */
.widget_categories ul li,
.widget_archive ul li {
	text-align: right;
	overflow: hidden;
}

.widget_categories ul li:hover,
.widget_archive ul li:hover {
	color: #242424;
}

.toggle-sidebar .widget_categories ul li:hover,
.toggle-sidebar .widget_archive ul li:hover {
	color: #e1e3e4;
}

.widget_categories ul li a,
.widget_archive ul li a {
	float: left;
	text-transform: uppercase;
}

.toggle-sidebar .widget_categories ul li a,
.toggle-sidebar .widget_archive ul li a {
	font-size: 13px;
	font-weight: 600;
}

.widget_categories ul li ul,
.widget_archive ul li ul {
	clear: both;
	padding: 2px 0px 2px 10px;
}


/* Tagclouds
-------------------------------------------------- */
.tagcloud a {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	text-transform: capitalize;
	color: #000;
	padding: 6px 11px;
	border: 1px solid #000;
	border-radius: 3px;
	margin: 0 2px 7px;
	-webkit-transition: .33s all ease-in-out;
	transition: .33s all ease-in-out;
}

.tagcloud a:hover {
	background-color: #000;
	color: #fff;
}

.toggle-sidebar .tagcloud a {
	color: #878b90;
	border-color: #878B90;
}

.toggle-sidebar .tagcloud a:hover {
	background-color: #0CB4CE;
	border-color: #0CB4CE;
	color: #fff;
}


/* About me
-------------------------------------------------- */
.aboutme-widget {
	text-align: center;
}

.aboutme-widget img {
	margin-bottom: 18px;
}

.aboutme-widget h3 {
	font-size: 14px;
	margin-bottom: 11px;
}

.aboutme-widget p {
	font-size: 12px;
	margin-bottom: 11px;
}

.aboutme-widget img.aboutme-signing {
	margin-bottom: 0;
}


/* Social icons
-------------------------------------------------- */
.social-icons-widget {
	text-align: center;
}

.social-icons-widget a {
	display: inline-block;
	text-align: center;
	color: #242424;
	padding: 0 9px;
	line-height: 20px;
	font-size: 15px;
}

.toggle-sidebar .social-icons-widget a {
	color: #E1E3E4;
}

.toggle-sidebar .social-icons-widget a:hover {
	color: #0CB4CE;
}

.social-icons-widget a:hover {
	color: #CBAA5C;
}

.template2 .social-icons-widget a:hover {
	color: #0CB4CE;
}


/* Mailchimp plugin
-------------------------------------------------- */
.mc4wp-form:before,
.mc4wp-form:after {
	display: table;
	content: " ";
}

.mc4wp-form:after {
	clear: both;
}

.mc4wp-form p {
	margin: 0;
	width: 100%;
}

.mc4wp-form input[type=email] {
	float: left;
	width: 70%;
	font-size: 12px;
	padding: 10px 11px;
	border: 1px solid #ddd;
	border-right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.template2 .mc4wp-form input[type=email] {
	border: 0;
	background-color: #f3f3f3;
}

.toggle-sidebar .mc4wp-form input[type=email] {
	background-color: #f4f6f7;
}

.mc4wp-form input[type=submit] {
	float: right;
	width: 30%;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background-color: #CBAA5C;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 11px;
	margin: 0;
	-webkit-transition: .33s all ease-in-out;
	transition: .33s all ease-in-out;
	border: 0;
}

.template2 .mc4wp-form input[type=submit] {
	background-color: #0CB4CE;
}

.toggle-sidebar .mc4wp-form input[type=submit] {
	background-color: #0CB4CE;
}

.mc4wp-form input[type=submit]:hover {
	background-color: #000;
}


/* Instagram plugin
-------------------------------------------------- */
.sidebar ul.instagram-pics {
	margin: 0 -5px;
	overflow: hidden;
}

.sidebar ul.instagram-pics li {
	float: left;
	position: relative;
	width: 29.833%;
	text-align: center;
	margin: 1.75%;
}

.sidebar ul.instagram-pics li a:after {
	opacity: 0;
	font-family: FontAwesome;
	content: "\f16d";
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #CBAA5C;
	padding-top: 38px;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.template2 .sidebar ul.instagram-pics li a:after {
	background-color: #0CB4CE;
}

.sidebar ul.instagram-pics li a {
	display: block;
	overflow: hidden;
}

.sidebar ul.instagram-pics li a:hover:after {
	opacity: 1; 
}

.sidebar .null-instagram-feed p {
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px;
	margin-top: 1.8%;
}

.sidebar .null-instagram-feed p a {
	color: #777;
}


/* Recent posts
-------------------------------------------------- */
.widget-recent-posts ul li,
.widget-featured-posts ul li {
	display: block;
	overflow: hidden;
	margin: 0;
	margin-bottom: 35px;
}

.widget-recent-posts .recent-posts-thumb,
.widget-featured-posts .recent-posts-thumb {
	float: left;
	position: relative;
	margin-right: 13px;
}

.widget-recent-posts .recent-posts-thumb img,
.widget-featured-posts .recent-posts-thumb img {
	width: 98px;
	height: 78px;
}

.widget-recent-posts .recent-posts-thumb a:after,
.widget-featured-posts .recent-posts-thumb a:after {
	opacity: 0;
	content: "\f040";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #CBAA5C;
	padding-top: 30px;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.template2 .widget-recent-posts .recent-posts-thumb a:after,
.template2 .widget-featured-posts .recent-posts-thumb a:after {
	background-color: #0CB4CE;
}

.toggle-sidebar .widget-recent-posts .recent-posts-thumb a:after,
.toggle-sidebar .widget-featured-posts .recent-posts-thumb a:after {
	background-color: #0CB4CE;
}

.widget-recent-posts ul li:hover .recent-posts-thumb a:after,
.widget-featured-posts ul li:hover .recent-posts-thumb a:after {
	opacity: 1; 
}

.widget-recent-posts .recent-post-audio .recent-posts-thumb a:after,
.widget-featured-posts .recent-post-audio .recent-posts-thumb a:after {
	content: "\f001";
}

.widget-recent-posts .recent-post-gallery .recent-posts-thumb a:after,
.widget-featured-posts .recent-post-gallery .recent-posts-thumb a:after {
	content: "\f03e";
}

.widget-recent-posts .recent-post-video .recent-posts-thumb a:after,
.widget-featured-posts .recent-post-video .recent-posts-thumb a:after {
	content: "\f03d";
}

.widget-recent-posts .recent-posts-content,
.widget-featured-posts .recent-posts-content {
	display: table;
	margin-top: 3px;
}

.widget-recent-posts .recent-posts-content a,
.widget-featured-posts .recent-posts-content a {
	display: block;
	font-size: 13px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 5px;
}

.toggle-sidebar .widget-recent-posts .recent-posts-content a,
.toggle-sidebar .widget-featured-posts .recent-posts-content a {
	color: #e1e3e4;
	font-weight: 600;
}

.widget-recent-posts ul li:hover .recent-posts-content a,
.widget-featured-posts ul li:hover .recent-posts-content a {
	text-decoration: underline;
}

.widget-recent-posts .recent-posts-content span,
.widget-featured-posts .recent-posts-content span {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.toggle-sidebar .widget-recent-posts .recent-posts-content span,
.toggle-sidebar .widget-featured-posts .recent-posts-content span {
	font-style: normal;
	color: #878b90;
	letter-spacing: -0.5px;
}

/* Bottom instagram
-------------------------------------------------- */
.bottom-instagram {
	text-align: center;
	padding: 0;
}

/* Title */
.bottom-instagram h5 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.bottom-instagram .widget {
	margin-bottom: 0;
}

.bottom-instagram ul {
	overflow: hidden;
	display: table-row;
	margin: 0;
}

.bottom-instagram li {
	float: left;
	overflow: hidden;
	position: relative;
	display: table-cell;
}

#wrap .bottom-instagram li {
	margin: 0;
}

.bottom-instagram li img {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 0;
}

.bottom-instagram li:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-ms-transform: scale(1.04); /* IE 9 */
	-webkit-transform: scale(1.04); /* Chrome, Safari, Opera */
	transform: scale(1.04);
}

.bottom-instagram .follow {
	margin-top: 50px;
}

.simply-scroll-clip { /* clip div - automatically generated */
	position: relative;
	overflow: hidden;
}

.simply-scroll-clip ul {
	display: block;
}

.simply-scroll-clip li {
	display: list-item;
}

.simply-scroll-clip li img {
	width: 250px;
	margin-left: 15px;
	margin-right: 15px;
}

/* template2 */
.template2 .bottom-instagram h5 {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.7px;
	color: #313131;
}


/* Calendar
-------------------------------------------------- */
.widget_calendar table {
	width: 100%;
}

.widget_calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.widget_calendar thead {
	font-size: 10px;
}

.widget_calendar thead th {
	padding-bottom: 10px;
}

.widget_calendar tbody {
	color: #aaa;
}

.widget_calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:8px;
}

.widget_calendar tbody td:hover {
	background: #fff;
}

.widget_calendar tbody .pad {
	background: none;
}

.widget_calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

.widget_calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}


/* Search
-------------------------------------------------- */
.widget_search .search-submit {
	display: none;
}

.widget_search .search-field {
	box-sizing: border-box;
	width: 100%;
	padding: 13px 32px;
}

.template2 .widget_search .search-field {
	background: #F3f3f3;
}

.widget_search label {
	position: relative;
}

.widget_search i {
	display: none;
}

.widget_search label:before {
	font-family: FontAwesome;
	content: "\f002";
	font-size: 13px;
	color: #C5C5C5;
	position: absolute;
	top: 2px;
	left: 13px;
}

/* twitter feed
-------------------------------------------------- */
.twitter-feed-widget .tweets li {
	text-align: center;
	padding: 15px 7px;
	margin: 0;
	border: 4px solid #f0f0f0;
	background-color: #fbfbfb;
}

.template2 .twitter-feed-widget .tweets li {
	border-color: #ddd;
	background-color: #f0f0f0;
}

.toggle-sidebar .twitter-feed-widget .tweets li {
	background-color: transparent;
	border: 1px solid #878B90;
}

.twitter-feed-widget .tweets i {
	font-size: 60px;
	color: #d9d9d9;
}

.toggle-sidebar .twitter-feed-widget .tweets i {
	color: #0CB4CE;
}

.twitter-feed-widget .tweets p {
	font-size: 12px;
	line-height: 1.6;
}

.toggle-sidebar .twitter-feed-widget .tweets p {
	color: #878b90;
}

.twitter-feed-widget .tweets p a {
	color: #cbaa5c;
}

.template2 .twitter-feed-widget .tweets p a {
	color: #0CB4CE;
}

.toggle-sidebar .twitter-feed-widget .tweets p a {
	color: #0CB4CE;
}

.twitter-feed-widget .tweets h6 {
	text-transform: uppercase;
	font-size: 12px;
}