/*
 Theme Name:   Learn, Teach, Lead RE
 Theme URI:    http://www.toucandesign.co.uk/wordpress/themes/ltlre
 Description:  Learn, Teach, Lead RE Main Theme
 Author:       Stephen Wagstaff, Toucan Design
 Author URI:   http://www.toucandesign.co.uk
 Template:     toucan-core
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         ltlre
 Text Domain:  ltlre
*/

/**
 * global
 */
* {
    color: #575746;
}

p {
    font-size: 2rem;
}

h1 {
    font-size: 3.4rem;
}

/** 
 * header & top nav/menu
 */
.top-nav {
    width: 100%;
    background-color: #F1F3F2;
}

ul#menu-top {
    margin: 0;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

ul#menu-top li {
    width: auto;
    display: inline-block;
    margin-left: -5px;
    position: relative;
}

ul#menu-top li a {
    border-right: 1px solid #9F1726;
    padding: 0 8px;
    font-size: 1.5rem;
    color: #666659;
    text-transform: uppercase;
    text-decoration: none;
}

ul#menu-top li:last-of-type a {
    border: none;
}

ul#menu-top li:hover .sub-menu {
    display: block;
}

.header-content {
    height: 224px;
    text-align: center;
}

.header-content .mobile-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 67px;
    font-size: 40px;
    display: none;
    cursor: pointer;
}

header {
    width: 100%;
    border-bottom: 7px solid #ACAC9D;
    background-color: #FFF;
}

header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

/**
 * main slider
 */
.main-slider {
    width: 100%;
}

/**
 * main nav/menu
 */
.main-nav {
    width: 100%;
    border-bottom: 7px solid #ACAC9D;
    margin-bottom: 15px;
}

ul#menu-main {
    margin: 0;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    line-height: 0;
}

ul#menu-main li {
    width: auto;
    display: inline-block;
    margin-left: -5px;
}

ul#menu-main li a {
    border-right: 1px solid #9F1726;
    padding: 15px;
    font-size: 2.3rem;
    color: #646473;
    text-transform: uppercase;
    float: left;
    text-decoration: none;
}

ul#menu-main li:last-of-type a {
    border: none;
}

ul#menu-main .sub-menu {
    display: none;
}

/**
 * footer & legals nav
 */
footer {
    background-color: #EEEEEE;
}

.legals-nav {
    border-top: 1px solid #ACAC9D;
    padding: 10px 0;
}

.legals-nav p {
    color: #575746;
    font-size: 1.4rem;
}

.legals-nav .copy-column {
    text-align: left;
}

.legals-nav .site-by-column {
    text-align: right;
}

ul#menu-legals {
    margin: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}

ul#menu-legals li {
    width: auto;
    display: inline-block;
    margin-left: -5px;
}

ul#menu-legals li a {
    border-right: 1px solid #9F1726;
    padding: 0px 5px;
    font-size: 1.4rem;
    color: #575746;
    float: left;
    text-decoration: none;
}

ul#menu-legals li:last-of-type a {
    border: none;
}

.fat-footer-nav {
    padding-top: 30px;
}

.fat-footer-nav .fat-footer-main ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-left: -12px;
    width: calc(100% + 12px);
    overflow: hidden;
}

.fat-footer-nav .fat-footer-main ul li {
    float: left;
    width: 20%;
    padding-left: 12px;
    box-sizing: border-box;
    line-height: 1em;
}

.fat-footer-nav .fat-footer-main ul li a {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #575746;
    line-height: 1em;
}

.fat-footer-nav .fat-footer-main ul li a {
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
}

.fat-footer-nav .fat-footer-main ul li .sub-menu li {
    width: 100%;
    line-height: 1em;
}

.fat-footer-nav .fat-footer-main ul li .sub-menu li a {
    text-transform: none;
    line-height: 1em;
}

.fat-footer-nav .fat-footer-top ul {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.fat-footer-nav .fat-footer-top ul li {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.fat-footer-nav .fat-footer-top ul li a {
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #575746;
}

/**
 * social feed
 */
.social-feed {
    width: 100%;
    background-color: #ACAC9D;
}

/**
 * sidebar
 */
.sidebar-content ul.sidebar {
    margin: 0;
    list-style: none;
    padding: 0;
}

.sidebar-content ul.sidebar>li {
    background-color: #F1F3F2;
    padding: 0 12px;
    margin-bottom: 20px;
}

ul.sidebar h4.widgettitle {
    padding-top: 12px;
    line-height: 1.2em;
}

ul.sidebar ul.menu {
    list-style: disc;
    padding: 12px 0;
    margin: 0;
}

ul.sidebar ul.menu a {
    text-transform: uppercase;
    font-size: 1.8rem;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    line-height: 1.1em;
}

ul.sidebar ul.menu li.current_page_item>a {
    font-weight: bold;
}

ul.sidebar ul.menu>li {
    display: none;
}

ul.sidebar ul.menu>li.current_page_item,
ul.sidebar ul.menu>li.current_page_ancestor {
    display: block;
    list-style: circle;
}

ul.sidebar ul.menu li .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sidebar ul.menu li .sub-menu a {
    text-transform: none;
}

ul.sidebar ul.menu li .sub-menu .sub-menu {
    margin-left: 12px;
}

ul.sidebar h4 {
    font-size: 2.6rem;
    color: #868686;
    text-transform: uppercase;
}

/**
 * main column
 */
.main-column img {
    max-width: 100% !important;
}

/**
 * archive lists
 */
.sq-list.archive li .sq-content {
    display: block;
    padding: 20px 18px;
    border-style: solid;
    border-color: #575746;
    border-width: 2px 0 0 0;
}

.sq-list.archive li .sq-content h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2em;
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
}

.sq-list.archive li .sq-content h3 span {
    position: absolute;
    top: 4px;
    right: 0px;
}

.sq-list.archive li .sq-content p {
    font-size: 1.2rem;
}

.sq-list.archive li .sq-content img {
    max-width: 100%;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    height: auto !important;
}

.sq-list.archive li .sq-content a {
    text-decoration: none;
}

/**
 * social feed
 */
#twitter-feed-ltlre {
    margin-left: -12px;
    width: calc(100% + 12px);
}

.fts-tweeter-wrap {
    width: 33.333%;
    float: left;
    padding-left: 12px;
    box-sizing: border-box;
}

.fts-tweeter-wrap:nth-of-type(1n+4) {
    display: none;
}

.fts-tweeter-wrap .tweeter-info {
    border-bottom: none;
}

.fts-twitter-image {
    display: none;
}

.tweeter-info .right {
    padding-left: 25px;
    background: url('/wp-content/themes/ltlre/img/twitter.png') no-repeat top left;
}

.fts-twitter-text {
    color: #FFF;
    font-size: 1.4rem;
}

.tweeter-info .right .uppercase.bold {
    display: none;
}

a.fts-powered-by-text {
    display: none !important;
}

.fts-twitter-div a {
    color: #FFF;
}

.fts-twitter-div a:hover {
    transition: none;
}

.tweeter-info .time {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.fts-twitter-reply-wrap {
    display: none;
}

/**
 * slider
 */
body.front-page .toucan-slider-item>* {
    display: none;
}

/** event filters **/
.event-filters .field {
    width: 50%;
    float: left;
    padding-right: 6px;
    box-sizing: border-box;
}

.event-filters .field:nth-of-type(even) {
    padding-right: 0;
    padding-left: 6px;
}

.event-filters .field select {
    width: 100%;
}

/** top menu **/
ul#menu-top .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 150%;
    min-width: 200px;
    margin: 0;
    z-index: 10;
    background-color: #F1F3F2;
    border-left: 1px solid #9F1726;
    margin-top: -5px;
    padding-top: 10px;
}

ul#menu-top .sub-menu li {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    line-height: 1.1em;
    padding-bottom: 12px;
    text-align: left;
}

ul#menu-top .sub-menu li a {
    border: none;
    text-transform: none;
    font-size: 1.3rem;
    display: block;
    line-height: 1.1em;
    text-align: left;
}

/** homepage quicklink table **/
table.homepage-quicklinks {
    table-layout:fixed;
}

table.homepage-quicklinks td {
    width: 33.333%;
    border-collapse: collapse;
    border: none;
}

table.homepage-quicklinks td img {
    max-width: 100%;
    height: auto !important;
}