/*
Theme Name: Voyage Child
Theme URI: http://themefuse.com/demo/wp/voyage/
Description: Child theme for the Voyage. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: voyage-parent
*/

@import url("../voyage-parent/style.css");


a {
	color: #ab2633;
}

h1, h2, h3, h4, h5, h6 {
    color: #ab2633;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
    color: black;
}
.after_content h1, .after_content h2, .after_content h3, .after_content h4, .after_content h5, .after_content h6 {
    color: white;
}
.footer h3 {
    color: #ab2633;
}

.header {
	background: url('images/top_head_bg.jpg') repeat-x scroll 0px 0px #8f8f8f;
	border-bottom: 7px solid #8f8f8f;
}
.header_right p {
	text-shadow: none;
}
.header_right a {
	color: #202020;
}
.header_right a:hover {
	color: #ab2633;
}

.header_slider div.slide_title {
	display: none;
}
.header_slider p.subtitle {
	display: none;
}

.dropdown {
    background: url('images/topmenu_line.gif') repeat-x scroll center top transparent;
}

.dropdown li a, .dropdown li ul li a, .dropdown li li ul li a, .dropdown .current-menu-item a, .dropdown .current-menu-ancestor a, .dropdown .current-menu-ancestor .current-menu-item a, .dropdown .current-menu-ancestor .current-menu-ancestor a, .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-item a, .dropdown .mega-nav ul li ul li a {
    color: #227cc6;
}
.dropdown li:hover a, .dropdown li ul li:hover a, .dropdown li:hover li ul li:hover a, .dropdown .current-menu-item a, .dropdown .current-menu-ancestor a, .dropdown .current-menu-ancestor .current-menu-item a, .dropdown .current-menu-ancestor .current-menu-ancestor a, .dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-item a, .dropdown .mega-nav ul li:hover ul li:hover a {
    color: #ab2633;
}


.header_slider .pagination li.current a {
    color: #227cc6;
}


#middle {
    background: url('images/lighthouse-bg.jpg') no-repeat 0px 0px white;
}


.after_content {
    background: url('images/after_content_bg.jpg') repeat scroll 0% 0% transparent;
    border-top: 7px solid #8f8f8f;
}

.after_content .container_12 {
    padding: 10px 0px 10px;
}

.footer {
	color: #202020;
}
.footer .contact-social strong {
    color: #202020;
}
.footer .widget_contact .inner {
    background: url('images/line_footer.gif') repeat-x scroll center top transparent;
}
.footer .widget_contact .contact-social {
    background: url('images/line_footer.gif') repeat-x scroll center bottom transparent;
}

.footer_inner {
    background: url('images/footer_bg_top.jpg') repeat-x scroll 0px 0px #bfbfbf;
}
.copyright {
    color: #202020;
	background: url('images/line_footer.gif') repeat-x scroll 0px 0px transparent;
    text-shadow: none;
}

div.widget_awesomeweatherwidget {
	margin-bottom: 10px;
}

.widget_em_widget {
	width: 100%;
}
.widget_em_widget ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
.widget_em_widget ul li {
	list-style:none;
	padding: 0px;
	margin: 0px;
}

input[type="reset"], input[type="submit"], input[type="button"], button {
    outline-width: 0px;
    padding: 0px;
    height: auto;
    line-height: normal;
    text-align: left;
    font-size: 12px;
    text-shadow: none;
    color: white;
}

#wp-members input[type="submit"] {
	display: block;
	border-radius: 3px;
	background-color: #363636;
	background: -webkit-linear-gradient(#363636 0%, #515151 100%);
    padding: 3px 5px 3px 5px;
    margin: 0px 4px 0px 0px;
}


.entry a {
    color: #ab2633;
}
.entry a:hover {
    color: #ab2633;
}

.before_content {
	border-top: 0px;
}
.entry-top {
	width: 100%;
	background-image: url(http://clients.tgcserver.com/lighthousepointe/wp-content/uploads/2014/03/slider-bg1.jpg);
	background-color: #343637;
	height: 50px;
}


.post-meta-top .author {
	color: black;
}
.post-meta-bot .link-more {
    color: #227cc6;

}
.post-meta-bot a:hover {
    color: #ab2633;
}


@media only screen and (min-width: 768px)  {

	.logo {
		width: 300px;
	}
	
	
}