/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
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.2
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: twentyfourteen

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

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */











/* CUSTOM - heading text */

.entry-title{font-family: "Monotype Corsiva"; padding-left:0px; text-align:center; font-size:42px; color:#19097b;}



/* CUSTOM - content text */

.entry-content{font-size:16px; line-height:25px!important; color:#19097b;}



.menu-item > a{
	color: #19097b!important;
}
















 nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	margin-bottom:0px!important;
	float:left;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		
			nav ul li:hover a {
				color: #bd95de;
				text-decoration:none;
			}
		
		nav ul li a {
			display: block; padding: 14px 10px 14px 10px!important;
			color: #757575; text-decoration: none;
		}
			
		
	nav ul ul {
		background: #EEE;
		border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
        border-bottom: 3px solid #CCC;
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
			text-align:left;
			float:left;
	}
		nav ul ul li {
			float: none; 
			min-width: 200px;
		}
			nav ul ul li a {
				padding: 15px 40px;
				color: #666!important;
				width: 100%;
				position:relative;
			}	
				nav ul ul li a:hover {
					background: #EEE;
					color: #bd95de!important;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
	div.wpcf7-validation-errors,div.wpcf7-mail-sent-ok{
		clear:both;
		
		
		}
.heading_slider1{ text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9)!important;}
.entry-content{font-family: "Raleway",sans-serif; line-height:32px; text-align:justify;}
.nav-menu{ padding:0px!important;}
.post-thumbnail{display:none!important;}
#tribe-events-pg-template{ padding-left:0px!important;}
/* will be red only in google chrome */
label{ color:#777!important;}
#test1{color:green;}
.rev123{ display:none;}
.div.wpcf7-validation-errors{ border:0px solid #333!important;}
.form-control{
	color:#777!important;
	}
.audio1234567{ padding-bottom:42px!important; position:relative;}
.whitebar{  position: absolute;
  bottom: 28px;
  height: 21px;
  background: #FFF;
  right: 0px;
  z-index: 99999;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .safaritest_123{ display:none;}
   .rev123{ display:block;}
}
@media (max-width :500px) {
	.watch_video{ display:none!important;}
}