/*Adjust Paragraph Spacing*/
	.post p{line-height: 2.1em;} 
/*Adjust Paragraph Spacing*/

/*Removes deadspace below menu*/
#main {
	padding-top: 0 !important;
}
/*Removes deadspace below menu*/

/*Disable Text Wrap on the menu item*/
.main-navigation ul{
	width: auto;
	white-space: nowrap;
}

/*Disable Text Wrap on the menu item*/

/*Hover Menu Backround Removal*/
/* Vantage - Adjust color and opacity of drop down menu items and drop down menu hover */
.main-navigation ul { background: rgba(0, 0, 0, 0) !important;
} 
.main-navigation ul li:hover > a { background: rgba(0, 0, 0, 0) !important;  
}
/* This is for the Child Menus such as "The Truck" under about us */
.main-navigation ul ul { background: rgba(255, 255, 255, 0.9) !important;
} 
.main-navigation ul ul li:hover > a { background: rgba(255, 255, 255, 0.9) !important;  
}
/*Hover Menu Backround Removal*/


/*Opaque menu when scrolling*/
.main-navigation.sticky {
background: rgba(255, 255, 255, 0.9);
}
/*Opaque menu when scrolling*/

/* Logo In menu position and size*/
header#masthead.masthead-logo-in-menu .logo {
float: none;
position: absolute;
right: 50%;
top: 0%;
margin-right: -31px;
max-height: 100px !important;
max-width: 60px !important;
}

.logo, #masthead, .hgroup {
	padding: 0 !important;
}
/* Logo In menu position and size*/

/*Adjust size and hight of "The Nachtigals" logo in hero image*/
.widget img, .widget iframe, .widget object, .widget select, .widget input {
    max-width: 67%;
		position: relative;
		top: 25%;
}
/*Adjust size and hight of "The Nachtigals" logo in hero image*/

/*Adjust Padding between hero image and menu on home page*/
.layout-full .panel-row-style.panel-row-style-wide-grey, .layout-full .wide-grey.panel-row-style, .layout-full .panel-row-style.panel-row-style-full-width, .layout-full.panels-style-force-full .panel-row-style {
    margin: 0 -1000px;
    padding: 0px 1000px 25px 1000px;
}
/*Adjust Padding between hero image and menu on home page*/

/*Adjust Menu Font Size*/
.main-navigation ul li a {
font-size: 70%;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 70px;
padding-right: 70px;
}
/*Adjust Menu Font Size*/

/*Padding between BLOG LOGO ABOUT US menu items */
/*Note adjust both 1025 and 384 by same numerical value (eg + 10px for each)*/
#menu-item-1025 > a{
	padding-right: 130.85px
}
#menu-item-385 > a{
	padding-left: 104.72px
}
/*Padding between BLOG LOGO and ABOUT US menu items */

/*Adjust Mobile Menu location*/
body.responsive header#masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li {
padding-left: 30px;
float: left;
}
/*Adjust Mobile Menu location*/

/* Mobile Post Title Font Size */
@media (max-width: 640px) {
h3.widget-title { font-size: 25px }
.entry-content p { font-size: 20px; }
}
/* Mobile Post Title Font Size */

/*Blog page image blur on hover*/

img.pt-cv-thumbnail:hover{
	-webkit-filter: opacity(55%); /* Chrome, Safari, Opera */
  filter:opacity(55%);
}
/*Blog page image blur on hover*/

/*Hacky fix for centering Flicker album galleries*/
@media (min-width: 992px){
.weblizar-flickr-div {
width: 30% !important;
}
}
/*Hacky fix for centering Flicker album galleries*/

/*Adjust hight between title and media in widgets*/
.panel-grid-cell .widget-title {
    margin-bottom: 35px;
}
/*Adjust hight between title and media in widgets*/

/*Remove Mobile Menu Text Shadow*/
.mobile-nav-frame ul li a.link, .mobile-nav-frame .title h3 {
	text-shadow: none;
}
/*Remove Mobile Menu Text Shadow*/