/*
Theme Name: LSBC
Theme URI: 
Author: Joelle Abboud
Author URI: 
Description: LSBC custom theme
Version: 1.0
Text Domain: lsbc
*/

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,300,400,600';


body {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 18px;
}

#overlay {
    position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    background: #fff url('../img/loading.gif') center center no-repeat;
    transition: 1s 0.4s;
}

/*
#progress {
	height: 1px;
	background: #fff;
	position: absolute;
	width: 0;
	top: 50%;
}
*/

#progstat {
	position: absolute;
	top: 50%;
	margin-top: 30px;
	width: 100%;
	text-align: center;
	color: #666;
}



.container {
	width: 1000px;
}

.site-header {
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-header.sticky {
    position: fixed;
    z-index: 9999;
}

.site-branding a {
	display: block;
	padding: 10px 0;
}

.site-branding a img {
	width: 100%;
}

.site-content {

}

.site-footer {
	min-height: 560px;
	background: url('../img/footer.jpg') bottom center no-repeat;
}

.footer-widget {
	margin-top: 150px;
}

.content-bottom-widgets {
	margin-top: 30px;
}

.site-info {
	display: inline-block;
	width: auto;
	background: #fff;
	margin: 230px auto 0 auto;
	padding: 0 30px;
	line-height: 35px;
}

/* navigation */
#navbtn {
    float: right;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    position: relative;
    display: none;
    z-index: 999;
}

#navbtn span {
    display: block;
    width: 50%;
    height: 6px;
    background: #303034;
    position: absolute;
    top: 50%;
    left: 20%;
    margin-top: -2px;
    transition: all 300ms ease-in-out;
}

#navbtn span:before,
#navbtn span:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #303034;
    position: absolute;
    transition: all 300ms ease-in-out;
}

#navbtn span:before {
    top: -10px;
}

#navbtn span:after {
    bottom: -10px;
}

.open #navbtn span {
    height: 0;
}

.open #navbtn span:before,
.open #navbtn span:after {
    top: 0;
    left: 0;
}

.open #navbtn span:before {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transition: all 300ms ease-in-out;
}

.open #navbtn span:after {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transition: all 300ms ease-in-out;
}

.main-navigation {
	padding: 38px 0;
}

.main-navigation > ul {
    list-style: none;
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.main-navigation ul li {
    line-height: 40px;
    display: table-cell;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    width: 1%;
    white-space: nowrap;
    position: relative;
}

.main-navigation > div > ul > li > a {
    text-transform: uppercase;
    /*color: #838485;*/
    font-weight: 400;
}

.main-navigation ul li:hover a,
.main-navigation ul li.current-menu-item a {
    color: #d11f26;
    text-decoration: none;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	width: 200%;
	padding: 0;
	margin: 0;
	list-style: none;
	max-height: 0;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}

.main-navigation ul .menu-item-136 ul {
	width: 250%;
}

.main-navigation ul li:hover ul {
	max-height: 300px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}

.main-navigation ul ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 2px;
}

.main-navigation ul ul li a {
	background: #d31f26;
	padding: 0 40px 0 15px;
	display: block;
	color: #fff;
	text-align: left;
	text-transform: capitalize;
	position: relative;
}

.main-navigation ul li:hover ul li a {
	color: #fff;
}

.main-navigation ul li ul li:hover a {
	color: #d31f26;
	background: #ffde16;
}

.main-navigation ul ul a:after {
	
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;


	position: absolute;
	right: 15px;
	font-size: .5em;
	line-height: inherit;
}

/* post navigation */
.post-navigation {
	margin: 30px auto;
}

.post-navigation h2,
.pagination h2 {
	display: none;
}

.nav-links:after {
	content: '';
	display: table;
	clear: both;
}

.nav-links .nav-previous,
.nav-links .page-numbers {
	float: left;
}

.nav-links .nav-next {
	float: right;
}

.nav-links a,
.nav-links .page-numbers {
	display: block;
	padding: 5px 10px;
	transition: all 300ms ease-in-out;
}

.nav-links a:hover {
	text-decoration: none;
	background: #d31f26;
	color: #fff;
	transition: all 300ms ease-in-out;
}

.nav-links span {
	opacity: .75;
}

.pagination .nav-links a.next,
.pagination .nav-links a.prev {
	background: none;
	background: #d31f26;
	position: relative;
	color: #fff;
}

.pagination .nav-links a.next:after {
	border-top: 18px solid transparent;
	border-left: 22px solid #d31f26;
	border-bottom: 18px solid transparent;
	content: "";
	height: 0;
	right: -22px;
	position: absolute;
	top: 0;
	width: 0;
}

.pagination .nav-links a.prev:before {
	border-top: 18px solid transparent;
    border-right: 22px solid #d31f26;
    border-bottom: 17px solid transparent;
    content: "";
    height: 0;
    left: -22px;
    position: absolute;
    top: 0;
    width: 0;
}

/* buttons */
.btn-yellow *,
.btn-red * {
	display: inline-block;
	font-weight: 300;
	line-height: 60px;
	vertical-align: top;
}

.btn-yellow,
.btn-red {
	padding: 0 30px;
	display: block;
	margin-bottom: 2px;
}

.btn-yellow {
	background: #ffde16;
	color: #d31f26;
}

.btn-red {
	background: #d31f26;
	color: #ffde16;
}

.btn-yellow:hover,
.btn-red:hover {
	background: #ccc;
	color: #d31f26;
	transition: all 300ms ease-in-out;
}

.button .float-right {
	float: right;
	vertical-align: middle;
	line-height: 60px;
}

.button i {
	font-size: 2em;
}

.button i:first-of-type {
	margin-right: 10px;
}

.button i:last-child {
	font-size: 1.5em;
}

.button h3 {
	margin: 0;
	padding: 0;
}

/* misc */
.hp-pers {
	display: block;
	padding: 10px 5px;
	background: #d31f26;
	color: #fff;
	position: relative;
	transition: all 300ms ease-in-out;
}

.hp-pers:hover {
	color: #ffde16;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

.hp-pers > div {
	position: relative;
	z-index: 3;
}

.hp-pers:before {
	content: '';
	display: block;
	width: 100%;
	height: 47px;
	background: #fff url('../img/pers-shad.png') top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.hp-pers img {
	margin: 0 15px 15px 0;
}

.hp-pers h4 {
	margin: 50px 0 10px 0;
	font-size: 2em;
    line-height: 1em;
    font-weight: 300;
}

.pad-10 {
	padding: 10px;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.videos {
	margin: 50px auto;
}

.videos iframe {
	width: 100%;
	height: 300px;
}

/* headers */
.entry-header h1,
h1.page-title {
	padding: 10px 0;
    border-bottom: 1px solid #d31f26;
    margin: 15px 0;
	color: #d01f26;
	font-size: 2em;
    line-height: 1em;
    font-weight: 300;
}

.entry-header h2 {
	font-weight: 100;
	text-transform: uppercase;
}

article.hentry {
	margin-bottom: 50px;
}


.date {
	background: #d31f26;
	padding: 0 20px;
	line-height: 65px;
	color: #fff;
}

.date a {
	color: inherit;
}

.date a:hover {
	color: #d31f26;
	background: #ccc;
	transition: all;
}

.date i {
	font-size: 1.5em;
	line-height: 65px;
	margin-right: 10px;
}

img.inline-logo {
	display: block;
	margin-bottom: 15px;
}


/* galleries */
.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: calc(33.33% - 5px);
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	background: #d01f26;
	color: #fff;
	padding: 10px;
	margin: 0;
	font-size: 16px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery-caption h3,
.gallery-caption p {
	margin: 0;
	text-align: left;
	color: #fff;
}

.gallery-caption h3 {
	font-size: 1.2em;
	font-weight: 100;
}

#gallery-2 .gallery-icon {
	position: relative;
}

#gallery-2 .gallery-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #d31f26;
}

#gallery-2 figcaption {
	min-height: 65px;
	box-sizing: border-box;
}

.block-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.block-list li {
	background: #d01f26;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 5px;
	position: relative;
}

.block-list li:nth-child(odd):after {
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0px;
	background: #fff;
}


/* forms */
input[type="text"],
input[type="email"],
input[type="tel"] {
	background: none;
	border: 1px solid #a39a93;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	margin-bottom: 15px;
}

input[type="submit"].btn-red {
	background: #d31f26;
	color: #fff;
	border: 0;
	outline: 0;
	cursor: pointer;
	height: 50px;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1.5em;
}





/* media queries */
@media all and ( max-width: 1200px ) {
	.container {
		width: 90%;
	}

    .open {
        overflow-x: hidden;
    }

    .open .page {
        left: 0;
        overflow: visible;
    }

    .page {
        left: 0;
    }

    .site-header-menu {
        width: 70%;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        background: #ccc;
        z-index: 9;

        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    .open .site-header-menu {
    	-webkit-transform: translate3d(0%, 0, 0);
        -moz-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    .main-navigation ul {
        padding-top: 35px;
    }

    .main-navigation ul li {
        display: block;
        float: none;
        margin: 0;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0,0,0,.5);
    }

    .main-navigation ul li a {
        color: #efefef;
        display: block;
        padding-left: 15px;
        line-height: 50px;
    }

    .main-navigation ul li ul {
    	position: static;
    	width: 100%;
    }

    #navbtn {
    	display: inherit;
    }
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #333;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #333;
}

:-moz-placeholder { /* Firefox 18- */
	color: #333;
}
/*
     FILE ARCHIVED ON 19:59:29 Nov 08, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:05:19 Jun 11, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.811
  exclusion.robots: 0.225
  exclusion.robots.policy: 0.213
  esindex: 0.013
  cdx.remote: 19.103
  LoadShardBlock: 241.494 (3)
  PetaboxLoader3.resolve: 290.803 (4)
  PetaboxLoader3.datanode: 84.473 (4)
  load_resource: 244.937
*/

#submit_form input[type="text"],#submit_form input[type="email"],#submit_form input[type="tel"] 
{
	   margin-bottom: 0;
}
#submit_form .form-error
{
	color:red;font-size:12px;margin-bottom: 15px;    display: block;
}
.success
{
	color:green !important
}