/*
Theme Name: UK Inbound
Theme URI: https://www.praterraines.co.uk
Description: Child theme of Email Your MP for the UK Inbound Campaign Website
Author: Prater Raines Ltd
Author URI: https://praterraines.co.uk
License: All Rights Reserved
Tags: responsive-layout
Text Domain: uk-inbound
Template: email-your-mp
*/

/* Base Styles */

:root {
    --blue: #283270;
    --red: #920d28;
    --white: #ffffff;
    --grey: #6d6e71;
    --black: #000000;
}

html, body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.62px;
    background: var(--white);
}

h1 {
    font-size:2.2em;
	letter-spacing: 0;
	line-height: 40px;
    margin: 24px 0;
}

h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--blue);
}

h2, h3 {
    font-size: 2em;
	line-height:1.2em;
}

h3, h4, h5, h6 {
    color: var(--grey);
}

h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;  
    font-size: 1.6em;  
}

p {
	margin-bottom: 1em;	
}

a, body #main-menu a {
    color: var(--red);
}

#main-menu a {
    text-decoration: none;
}

a, #main-menu .current-menu-item a {
    text-decoration: underline;
}

a:hover, #main-menu a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Layout */

#header-inner, #main, #footer-inner {
    max-width: 1275px;
    padding: 2em 4em;
}

/* Header */

#header {
    border-bottom:1px solid var(--blue);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 100;
}

#header-inner {
    padding: 0 4em;
}

.site-title img {
    width: 235px;
    padding: 34px 0 0;
    margin: 0;
}

/* Menu */

#main-menu, #mobile {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.82px;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

#main-menu ul {
    text-align: right;
    list-style-type: none;
    padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}

#main-menu li {
    display: inline-block;
    margin-left: 1em;
}

#mobile {
    display: none;
}

.slicknav_nav, .slicknav_menu .slicknav_menutxt, .slicknav_nav a, .slicknav_brand, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    color: var(--red);
    font-size: 20px;
}

.slicknav_menu .slicknav_icon {
    margin-top: 0.35em;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: var(--red);
}

@media all and (max-width: 767px) {

    #mobile {
        display: block;
    }

    #main-menu {
        display: none;
    }

}

/* Main */
#main {
    margin-top: 150px;
}