/* JamesPark.ninja Base CSS */
/* Web design & development by James Park - http://jamespark.ninja */

body, .pure-g, .pure-g [class *= "pure-u"] {
    font-family: 'Open Sans', 'Open Sans Backup', sans-serif;  
    color:#666666;
    font-size:12px;
}

body {
    z-index:0;
}

.pureFull {
    width:100%;
}

a {
    text-decoration:none;
    outline:none;
}

a, a:link, a:visited, a:hover, a:active {
    outline:none !important;
}

a:hover {
    text-decoration:none;
}

.alt {
    color:#ffb100;  
}

/* Pure Row Width Override */

.pure-g {
    max-width:960px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

/* Faux Material Design Standards */

.mD1, .card, a.raised, button.raised, .searchBox, .mD2, .searchBox.scroll, .appBar, a.raised:hover, button.raised:hover, .mD3, .fab, .mD4, .navDrawer, .bottomSheet, .fab:hover, .mD5, .dialog, .picker {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.mD1, .card, a.raised, button.raised, .searchBox {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.mD2, .searchBox.scroll, a.raised:hover, button.raised:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.mD3, .fab {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.mD4, .navDrawer, .bottomSheet, .fab:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.mD5, .dialog, .picker {
    z-index:50;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

/* Menu REQUIRED Styles */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu { 
    -webkit-transition: all .4s;
    transition: all .4s;
    margin:13px 0;
}
.topMenuBG .sf-menu {
    margin:0;
}
.sf-menu > li {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu > li > a {
	display: block;
	position: relative;
}


/* Menu Skin */
.sf-menu {
	float: right;
}
.sf-menu > li > a {
	padding: .75em 0 5px 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu > li > a {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.1s;
    border-bottom:none;
}
.sf-menu > li > a:hover, .sf-menu > li > a.active {
	color: #ffffff;
    border-bottom:2px solid #FAA96A;
}
.sf-menu > li {
    background:none;
    padding-left:0.75em;
    padding-right:0.75em;
    margin-right:20px;
    border-bottom:none;
    border-color:#FAA96A;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sf-menu > li:last-child {
    margin-right:0;   
}

/* Handy Styles */

.txtC {
    text-align:center;
}

.txtL {
    text-align:left;
}

.txtR {
    text-align:right;
}

.txtLmC {
    text-align:left;
}

.txtCmL {
    text-align:center;
}

.txtRmC {
    text-align:right;
}

.txtRmL {
    text-align:right;
}

.txtXS {
    font-size:11px;
}

.txtS {
    font-size:14px;
}

.txtM {
    font-size:20px;
}

.txtLg {
    font-size:30px;
}

.txtLmS {
    font-size:30px;
} 

.txtLmM {
    font-size:30px;
}

.txtXL {
    font-size:40px;
}

.txtThin {
    font-weight:300;
}

.txtTIT {
    font-style:italic;
    font-weight:300;
}

.txtN {
    font-weight:400;
}

.txtNIT {
    font-style:italic;
    font-weight:400;
}

.txtB {
    font-weight:700;
}

.txtBIT {
    font-style:italic;
    font-weight:700;
}

.txtWhite {
    color:white;   
}

img.imgC {
    text-align:center;
    margin:0 auto;
    display:block;
}

img.imgL {
    float:left;
}

img.imgR {
    float:right;
}

.hPad {
    padding:0;
    margin:0;
}

.hPad-top {
    padding-top:0;
    margin-top:0;
}

.hPad-bottom {
    padding-bottom:0;
    margin-bottom:0;
}

/* Lean Modal */

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.modal {
    width:98%;
    max-width:500px;
    max-height:375px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.7);
    z-index:50;
    background:white;
    overflow-y:scroll;
    padding:20px;
    box-sizing:border-box;
}

.iframeBox { 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; 
} 
.iframeBox iframe, .iframeBox object, .iframeBox embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

/* Start Custom CSS Here */

.container {
    border-top:12px #717171 solid;
    background:#ffffff;
}

body {
    background:#131A9C;
}

a {
    color:#F4A629;   
}

a:hover{
    color:#643f04; 
    -webkit-transition:0.3s all; 
    transition:0.3s all;
}

a.active, .current-menu-item a {
    color:#131A9C;   
}

.mainMenu {
    list-style-type:none; 
    padding-left:65px;
}

.mainMenu li a {
    line-height:18px;
    font-size:14px;
}

.mainMenu li {
    position:relative;
    height:18px;
    margin:5px 0;
}

.mainMenu li:before {
    content:'';
    background-image:url('../images/star.png');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    width:14px;
    height:14px;
    position:absolute;
    top: 4px;
    left: -20px;
}

.sidebar {
    padding:1em 0;   
}

.reachBox {
    width:176px;
    margin:18px auto;
    border-radius:15px;
    border:2px solid #cccccc;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    cursor:pointer;
}

.reachBox p:not(.txtC) {
    font-family: 'Playball', cursive;
    padding:0 5px;
    box-sizing:border-box;
    color:#031a98;
    font-size:17px;
    text-align:center;
}

.imgC.reach {
    margin-top:-18px;
}

.reachBox:hover {
    border:2px solid #ffb100;   
}

.cta {
    padding:7px 10px;
    background:#ffb100;
    font-size:13px;
    color:black;
    border-radius:17px;
    -webkit-transition:0.3s all;
    transition:0.3s all;
    position:relative;
    bottom:-20px;
}

.blogPost .cta {
    bottom:0px;
}

.cta:hover {
    background:#031a98;
    color:white;
}

h1, h2, h3, h4 {
    color:#F4A629;
}

.blogSection h2, .singlePost h2 {
    color:#050bad;  
    margin-bottom:0;
    padding-bottom:0;
}

h2 {
    font-size:18px;
    font-weight:bold;
}

h2 span {
    font-size:12px;
    color:#666666;
    font-weight:normal;
}

.seperator {
    height:2px;
    background:#ffb100;
    margin:15px 0;
}

.txtAlt {
    color:#ffb100;
}

.footerMenu {
    list-style-type:none;
    width:100%;
    padding:0;
    text-align:center;
    margin:10px;
}

.footerMenu li {
    display:inline-block;
    text-align:center;
    margin:0 20px;
}

.footerMenu li a {
    color:white;
    -webkit-transition:0.3s all;
    transition:0.3s all;
}

.footerMenu li a:hover, .footerMenu li.current_page_item a {
    color:#ffb100;
}

.banner {
    width:98%;
    max-width:382px;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    width:98%;
    margin:10px auto;
}

a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.postDate {
    padding:0;
    margin:0 0 10px 0;
    color:#ffb100;
}

.mediaBox {
    width:200px;
    margin:10px auto;
    display:block;
}

.singlePost img:not(.banner) {
    width:100%;
    margin:0 auto;
    display:block;
    height:auto;
}

.aspectBox {
	position: relative;
	width: 96%;		/* desired width */
    margin:0 auto;
    display:block;
    margin-bottom:40px;
}

.aspectBox:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.starSlide {
    width:100%;
    height:100%;
    padding-left:0;
}

.starSlide img {
    width:99%;
    width:calc(100% - 2px);
}

.starSlide:after {
	content: "";
	display: block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-image:url('../images/starCircle.png');
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:40;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    opacity: .75;
    width:15px;
    height:20px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    top:0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
    background-image:url('../images/leftArrow2.png');
    left:0;
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    background-image:url('../images/rightArrow2.png');
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
    right:0;
    background-image:url('../images/rightArrow2.png');
}
[dir='rtl'] .slick-next:before
{
    content: '';
    background-image:url('../images/leftArrow2.png');
}

.aspect11 {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.reachBox {
    background:-webkit-linear-gradient(#6ec7ff, white, white);
    background:linear-gradient(#6ec7ff, white, white);
}

.galleryBlock {
    position:relative;
}

.galleryItem {
    width:100%;
    position:relative;
    top:0;
    left:0;
}

.galleryImage {
    width:100%;
    background:black;
    padding:10px;
    margin:0;
    box-sizing:border-box;
    min-height:315px;
    display:block;
    position:relative;
}

.galleryImage.curved {
    border-radius:15px;
}

.galleryCaption {
    width:100%;
    background:white;
    padding:10px 0 20px 0;
}

.galleryImage img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    display:block;
}

.thumbBlock img {
    width:96%;
}

.thumbBlock {
    margin:15px 0;
}

body:not(.home) .innerContent {
    max-width:400px;
    margin:0 auto;
}

.leftArrow img, .rightArrow img {
    width:15px;
}

.leftArrow, .rightArrow {
    width: 30px;
    height: 40px;
    background: white;
    position: absolute;
    z-index: 40;
    top: 150px;
    display: block;
    box-sizing: border-box;
}

.leftArrow {
    border-radius:0 50% 50% 0;
    left:0px;
    right:auto;
    padding:10px 4px;
}

.rightArrow {
    border-radius:50% 0 0 50%;
    right:0px;
    left:auto;
    padding:10px 10px;
}

.helped .helpIMG img {
    width:90%;
    margin:1em auto;
    display:block;
}

.helpButton img {
    width:90%;
    margin:10px auto;
    display:block;
    border:3px solid #cccccc;
    box-sizing:border-box;
    border-radius:7px;
    -webkit-transition:0.3s all;
    transition:0.3s all;
}

.helpButton:hover img {
    border:3px solid #ffb100;
}

.galleryTitle h2 {
    font-weight:lighter;
    font-size:12px;
    color:white;
    padding:5px;
    margin:0;
    width:100%;
    box-sizing: border-box;
}

.galleryTitle p {
    width:100%;
    color:#ffb100;
    margin:0;
    padding:5px 0;
    box-sizing: border-box;
}

.blackBG p {
    width:100%;
    color:#ffb100;
    margin:0;
    padding:5px 0;
    box-sizing: border-box;
}

.topRaised .moneyRaised {
    background:black;
    border-radius:15px 15px 0 0;
}

.galleryTitle p span {
    font-weight:bold;
    font-size:20px;
}

.blackBG {
    background:black;   
}

.modalClose {
    position:absolute;
    top:6px;
    left:10px;
}

/* Mobile Styles */

@media screen and (max-width:47.938em) {
    
    .singlePost img:not(.banner) {
        width:96%;
    }
    
    .footerMenu li {
        display:block;   
    }
    
    .mainMenu {
        display:none;   
    }
    
    /* Custom CSS Above Here */
    
    .pure-g {
        padding:0 20px; box-sizing: border-box;
    }
    
    .pure-g.galleryTitle {
        padding:0;   
    }
    
    .txtLmM {
        font-size:18px;
    }

    .txtM {
        font-size:18px;
    }

    .txtLg {
        font-size:24px;
    }

    .txtLmS {
        font-size:14px;
    }

    .txtCmL {
        text-align:left;
    }

    .txtXL {
        font-size:32px;
    }

    .txtLmC {
        text-align:center;
    }

    .txtRmC {
        text-align:center;
    }

    .txtRmL {
        text-align:left;
    }
    
}