/*
Theme Name: AV Studio
Theme URI: http://avstudio.modeltheme.com/
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: One Page WordPress Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: av-studio
Tags: orange, light, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


/* Calendar Widget */

#calendar_wrap caption {
	color: #666;
	font-weight: 600;
	margin-bottom: 10px;
}
.widget_calendar table th {
	color: #666;
}
.widget_calendar table td {
	font-size: .9em;
}
/* Image Caption */

.av-post figure.wp-caption {
	max-width: 100%;
	height: auto;
}
.av-post figure.wp-caption .wp-caption-text {
	padding-top: 10px;
}
/* Password protected post*/
.post-password-form input[type="submit"] {
	background-color: #ebab51;
	padding: 14px 16px;
	font-size: 1em;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	webkit-transition: ease .5s all;
	-o-transition: ease .5s all;
	transition: ease .5s all;
}
.post-password-form input[type="submit"]:hover{
	background-color: #606060;
	color: #fff;
}

/* Recent comments */

#recentcomments {
	list-style: none;
	padding: 0;
	margin: 0;
}
#recentcomments .recentcomments {
	position: relative;
	line-height: 2.6em;
	font-size: .9em;
	border-bottom: 1px solid #ededed;
}
#recentcomments .recentcomments:before {
	content: '\e84a';
	font-family: "fine";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	color: #328396;
	-webkit-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s;
}

/* RSS Widget */

.widget_rss ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_rss ul li {
	padding: 10px 0;
}
.rssSummary {
	line-height: 20px;
	font-size: .9em;
	padding-top: 5px;
}

/* Excerpt */

.av-post-content > div {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 22px;
}
.av-post-content h4 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/* Style ul */

ul,
ol {
	line-height: 20px;
}
ul li,
ol li {
	padding-bottom: 10px;
}
li > ul,
li > ol {
	margin-top: 10px;
}