/*
 Theme Name:   Lightley Christmas
 Theme URI:    http://xmas-2014.lightley.co.uk
 Description:  Modular Child Theme Christmas
 Author:       Johnathan Lightley
 Author URI:   
 Template:     modular
 Version:      0.0.1
*/

@import url("../modular/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* -Jc. added these new styles */

#header {
height:110px;
}

.logo img {
float:right;
}

.logo {
width:100%;
}

#hr-header {
padding-top:14px;
width:80%;
float:left;
}

#hr-flag {
width:20%;
text-align:right;
float:left;
}

.hr-site-title {
font-family: Copperplate,Copperplate Gothic, "Copperplate Gothic Light", fantasy;
font-size:34pt;
color:#0065bd;
}

.hr-tagline {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size:24pt;
color:#000000;
}

.hr-border {
border: 5px solid #ccc;
}

.hr-tour-title {
color:#888;
font-size:14pt;
text-align:center;
}

.hr-link {
color:#6d80d0;
}

.hr-link:hover {
color:#596dc6;
}

/* -Jc. modified these existing styles */

/* remove icons from contact widget */
.contact_widget_name {
background:none;
}

.contact_widget_phone {
background:none;
}

.contact_widget_email {
background:none;
}

.one_third a {
color:#6d80d0;
}

.one_third a:hover {
color:#596dc6;
}

.featured_tabs li a {
color:#777;
}

.featured_tabs li a:hover {
color:#444;
}

.pp_expand {
display:none !important;
}

.intro_title {
bottom:75% !important;
}

.featured_tabs_content p {
line-height:19px;
}