/*
Theme Name: Arona
Theme URI: http://metcreative.com?theme=arona
Author: MetCreative
Author URI: http://metcreative.com/
Version: 1.0.2
Description: Creative Business Theme
License: GNU General Public License
License URI: license.txt
Tags: custom-header, custom-background, custom-menu, flexible-width, full-width-template, post-formats, theme-options
*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
}
/*
.entry-content,
.entry-summary {
	margin: 0;
    min-height: 40px;
}
*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.comment-form-comment label {
    display: none;
}

/* =Widgets
----------------------------------------------- */

.widget {

}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/*-------------------------------
	Metro Sidebar Components
 ------------------------------*/
.sidebar-widget {
    margin-bottom: 10px;
}

.sidebar-widget ul {
    margin-left: 5px;
}

.sidebar-widget ul li {
    font-size   : 14px;
    list-style: none;
}

.sidebar-widget ul li:after {
    display: block;
    clear: both;
    content: '';
}

.sidebar-widget ul li .children {
    margin-left: 20px;
}

.sidebar-widget ul li a {
    /*font-size   : 18px;
    line-height : 36px;*/
}

.sidebar-widget ul li a:hover {

}

.sidebar-widget select {
    width: 100%;
    margin-top: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size   : 13px;
}

.widget_calendar table {
    width: 100%;
    float: left;
    color: #555555;
    font-size: 12px;
    margin-bottom: 60px;
}

.widget_calendar table a{
    margin-top: 0;
    padding-top: 0;
}

.widget_calendar table caption {
    font-size: 14px;
    padding: 10px 0;
}

.widget_calendar table thead th {
    text-align: center;
}

.widget_calendar table tbody tr td {
    text-align: center;
}

.widget_rss .rsswidget img {
    display: none;
}

.widget_rss cite {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 12px;
    margin-top: 5px;
}

.widget_rss .rss-date {
    display: block;
    float: left;
    width: 100%;
    font-size: 10px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.widget_rss .rssSummary {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
}

.widget_search #searchform {
    margin: 0;
}

.widget_search input[type="search"]{
    width: 92%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px;
    border: 1px solid #E8E8E8;
}

.met_sidebar_block.widget_text img {
    max-width: 100%;
    height: auto;
}

.widget_nav_menu ul.sub-menu {
    margin-left: 15px;
    margin-bottom: 10px;
}

.n_metro_title {
    float   : left;
    width   : 100%;
    color   : #FFFFFF;
    display : table;
    height  : 40px;
}

.n_metro_title:hover {
    text-decoration : none;
}

.n_metro_title span:first-child {
    background-color : rgba(91, 96, 96, 0.1);
    display          : table-cell;
    width            : 40px;
    height           : 40px;
    vertical-align   : middle;
    text-align       : center
}

.n_metro_title span:last-child {
    font-size   : 14px;
    line-height : 40px;
    margin-left : 15px;
}

.form-allowed-tags code {
    background: none !important;
    border: none;
    font-size: 12px;
    white-space: normal;
}

.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0 !important;
}

.met_404_box input,.not-found #searchform input {
    font-size: 25px;
    padding: 10px;
}

.met_blog_item img {
    max-width: 100%;
    height: auto;
}

.met_blog_item table td {
    padding: 3px;
}

.met_blog_item section a {color : #63C6AE;}

.met_blog_item section p {
    margin: 0 0 24px;
}

.widget_categories li {
    font-size: 12px;
}