/*
Theme Name: Shore Child
Theme URI: http://www.highgradelab.com/shore/
Author: HighGrade
Author URI: http://highgradelab.com
Template: shore
Description: Shore Child Theme by HighGrade
Version: 1.0
License: 
License URI: 
Tags: light, dark, white, one-column, two-columns, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
Text Domain: hgr_lang
*/

@import url("../shore/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
.lta-list {
	counter-reset: freewaves-counter;
}
.lta-list li::before {
    content: counter(freewaves-counter);
	counter-increment: freewaves-counter;
	position: absolute;
    left: -60px;
    top: 0;
    font-family: "Fjalla One", sans-serif;
    font-size: 40px;
    line-height: 1;
    display: block;
    width: 60px;
    text-align: center;
    padding: 2%;
    box-sizing: border-box;
    color: #fff;
}
.lta-list li {
    position: relative;
    padding: 2%;
    padding-bottom: 1%;
    margin-left: 60px;
    margin-bottom: 4%;
}
.lta-list li:after {
    content: "";
    display: block;
    clear: both;
}
.big-text p {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    color: #333;
}
.gold-text h1, .gold-text h3, .gold-text h2, .gold-text a, .gold-text p {
    color: #ecd891 !important;
}
.cal-list {
}
.cal-list li {
    position: relative;
    margin-left: 130px;
    padding-left: 20px;
    margin-bottom: 8%;
}
.cal-list li:last-child {
    margin-bottom: 0;
}
.cal-list li h3 {
    position: absolute;
    left: -130px;
    width: 130px;
    top: 0;
    text-align: right;
}
@media screen and (max-width: 600px){
    .cal-list li {
        margin-left: 0;
        padding: 0;
    }
    .cal-list li h3 {
        position: static;
        width: auto;
        text-align: left;
        padding: 0;
        margin-bottom: 0 !important;
    }
    .cal-fix,
    .cal-fix.vc_custom_1442347249123,
    body .cal-fix.vc_custom_1442347249123{
        padding-bottom: 4% !important;
    }
}
.quest-list {
    list-style: circle;
}
.quest-list li {
    margin-left: 32px;
}
.med-text {
    color: #333;
    font-size: 1.25em;
    line-height: 1.25;
}


.flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 27px;
}
.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption {
    padding: 10px 55px !important;
    position: static;
    text-align: center;
}
.wpb_flexslider ul {
    vertical-align: middle;
}
.wpb_flexslider ul li {
    display: inline-block;
    vertical-align: middle;
}
.wpb_flexslider .flex-direction-nav a {
    font-size: 0;
}
.wpb_posts_slider .flex-caption p {
    margin-bottom: 0;
}
.flex-viewport {
    height: auto !important;
}

.twitter-timeline {
    margin: 0 auto !important;
    display: block !important;
}

/**
 * Sticky Header Fix
 */
body div.bka_menu:first-of-type {
  top: 0;
}
body.admin-bar div.bka_menu:first-of-type {
  top: 32px;
}
@media screen and (max-width: 782px){
  body.admin-bar div.bka_menu:first-of-type {
    top: 46px;
  }
}
@media screen and (max-width: 600px){
  body.admin-bar div.bka_menu:first-of-type {
    top: 46px;
  }
  #wpadminbar {
    position: fixed !important;
  }
}
body:before {
  content: '';
  display: block;
  margin-top: 60px;
}

.nav > li {
  display: block !important;
}
.menu-dismiss-menu-container ul {
    text-align: center;
}
.menu-dismiss-menu-container li {
    display: inline-block;
    margin: .25em 1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2em;
    font-family: 'Fjalla One', sans-serif;
}
.menu-dismiss-menu-container li a {
    color: #fff;
}
.menu-x1 .menu-dismiss-menu-container li:nth-last-child(n + 3) {
    display: none;
}
.menu-x1 .menu-dismiss-menu-container li {
    font-size: 4em;
	margin: .5em;
}
@media screen and (max-width: 480px) {
  .menu-x1 .menu-dismiss-menu-container li {
    font-size: 2.5em;
  }
}