/*
Theme Name: Volare
Theme URI: http://themetrademark.com/demo/volare
Author: Theme Trademark
Author URI: http://themetrademark.com/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: volare 

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.
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
.screen-reader-text{}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text{}
.sticky{}


/* Custom */
body.logged-in header{
	top: 32px;
}
header {
    background: #827b00;
}
body.logged-in nav.nav-log{
	top: 88px;
}
ul.custom-index{
	background: #827A52;
}
.vg_fixed{
	margin-bottom: 0px !important;
}
.custom-row{
	margin-top: 60px;
	display: inline-block;
	width: 100%;
}

.vg_fixed > div.wpb_column {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.vg_fixed.row{
	margin-right: 0px;
	margin-left: 0px;
}
/* Mega Menu */
div#lang{
	position: absolute;
    z-index: 99999;
    right: 250px;
}

ul.mega_main_menu_ul > li.menu-item-has-children > ul.mega_dropdown > li > a{
	border: none !important;
    min-width: 200px !important;
    padding: 15px 25px !important;
}
ul.mega_main_menu_ul > li.multicolumn_dropdown > ul.mega_dropdown > li.menu-item-has-children > a{
	border-bottom: 1px solid #999 !important;
    padding-bottom: 8px;
    font-weight: bold;
}
ul.mega_main_menu_ul > li.multicolumn_dropdown > ul.mega_dropdown > li > ul.mega_dropdown > li{
	padding-left: 10px !important;
}
ul.mega_main_menu_ul > li.multicolumn_dropdown > ul.mega_dropdown > li > ul.mega_dropdown > li > a{
	padding: 15px 25px !important;
	border-bottom: 1px dotted #555 !important;
}	

.sf-mega h5{
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:0;
	font-weight:bold;
	color:#fff;
}
.sf-mega p{
	white-space:normal;
	text-transform:none;
	font-size:14px;
}

.sf-mega p,.sf-mega strong{
    white-space: normal;
    text-transform: none;
    font-size: 14px;
    color: white !important;
}
.pic_offer strong{

	font-family:"Helvetica Neue", Arial;
	font-size:20px;
	font-weight:bold;
	position: absolute;
    z-index: 99999;
    width: 127px;
    background-color: black;
    height: 44px;
    top: 88px;
    padding: 11px;
}

/* Error 404
-------------------------------------------------------------- */
.error404 {
	text-align: center;
	margin: 0 auto;
}

.error404 .number {
	color: #827b00;
	font-size: 200px;
	font-weight: 900;
	line-height: 200px;
	margin: 0 0 30px;
}

.error404 h2 {
	 margin: -1px 0 0;
}

.error404 h4 {
	margin: 10px 0 35px;
	font-weight: 300;
}

.error404 p {
	margin: 0 0 10px;
}

.error404 .widget.widget-search {
	margin: 0 0 35px;
}

div.gallery{
	display: none !important;
}

/* Mobile */
@media (max-width: 1024px)  {
	div#lang{
		display: none;
	}
}
@media (max-width: 767px)  {
	div#mobnav-btn{
		display: none;
	}
	}
/* Test */
nav.nav-log ul.sf-menu > li > ul.dropdown-menu > li > ul.dropdown-menu{
	left: 200px !important;
	top: 0px !important;
	margin: 0px;
	border: none;
    padding: 0px;	
}
nav.nav-log ul.sf-menu > li > ul.dropdown-menu{
	top: auto;
	left: auto;
	margin: 0px;
	border: none;
    padding: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  CALENDAR STYLES WIDGET
/*-----------------------------------------------------------------------------------*/
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:6px;}
#wp-calendar tbody td#today {background: #827b00;color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #827b00;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #827b00;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}
.widget_text .textwidget form.wpcf7-form input[type="submit"]{
	width: auto !important;
	padding: 0 20px !important;
}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;font-size: 13px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 15px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}

.blog-post .post-image ul,.hentry ul{padding-left: 20px;list-style-type: square;margin-left: 30px;}
.blog-post .post-image ul li,.hentry ul li{ list-style: inherit;}

#content.meta ul ul,.blog-desc ul ul {    list-style-type: decimal;}
#content .meta ul ul ul,.blog-desc ul ul ul{    list-style-type: decimal;}

.blog-post .post-image ol,.hentry ol{padding-left: 20px;list-style: decimal outside none !important;margin-left: 30px;}
.blog-post .post-image ol li,.hentry ol li{ list-style: inherit;}

.blog-post ul li ul, .blog-post ol li ol,.blog-fixed ul li ul  {
    margin-bottom: 0;
    margin-left: 1.25em;
}
img.alignleft{float: left;padding-right: 10px;}
.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {text-align: left;}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 10px 19px;
}
blockquote cite {
  color: #ccc;
  display: block;
  font-size: 12px;
}
div.wp-caption.alignnone,img.alignnone,.blog-fixed div.wp-caption.alignnone img ,.blog-post div.wp-caption.alignnone img {
    width: 100% !important;
}
div.wp-caption.alignnone img{
	max-width: 100%;
}
pre, code {
    background-color: #F9F9F9;
    border-color: rgba(180,180,180,1);
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    display: block;
    font-family: 'Open Sans', sans-serif;font-weight: 300;
    font-size: 14px;
    padding: 10px;
}

pre, code {
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    word-wrap: break-word;
} 

#wp-calendar tfoot #prev,#wp-calendar tfoot #next{
	background: #f5f5f5;
    border: 1px solid #E9E9E9;
    text-align: center;
    padding: 6px;
}

div.widget_rss ul li a.rsswidget{
	display: block !important;
    color: #827b00;
}
div.widget_rss ul li a.rsswidget:hover{
	text-decoration: underline;
}
div.widget_rss ul li span.rss-date{
	color: #a2a2a2;
}
div.widget_rss ul li div.rssSummary{
	color: black;
}
div.widget_rss ul li {
    padding-bottom: 15px;
}
div.page.hentry h4{
	display: inline-block;
	width: 100%;
}
textarea.form-control.style_2{
	height:150px !important;
}
#menu_container {
    background-color: #111;
}
div#menu_container div#lang ul li a{
	color: #333 !important;
	}
div#menu_container ul li a{
	color: #fff !important;
}
.modal.fade{
	overflow: auto !important;
}
nav.navigation.comment-navigation{
	position: relative;
	display: inline-block;
	top: 0px;
}