@charset "UTF-8";
/**
 * Theme Name:  Redstone Grill
 * Author:      First Scribe
 * Author URI:  https://www.firstscribe.com
 * Description: Custom responsive theme for Redstone Grill
 * Version:     1.0
 */

#field_1_8 .gfield_label { display: none; }
 
#copyright-link-ila {
    display: none !important;
}

.panel {
    background-color: transparent !important;
}

*:focus {
	outline: none !important;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
input[type="submit"] {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"]:hover {
	background: #ffffff !important;
	color: #222 !important;
}

.relative {position:relative;}
.absolute {position: absolute;}
.absolute.full {left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%;}
.no-float { float:none; }
.margin-auto { margin:auto; }

.standard-content-container{padding: 130px 30px}
.standard-content{font-size:15;line-height:25px;margin:0 auto;max-width:750px;text-transform:uppercase}
.standard-content h2,
.standard-content h3,
.standard-content h4,
.standard-content h5,
.standard-content h6{font-family:"Lustria",Georgia,"Times New Roman",Times,serif;letter-spacing:6px;margin:0 0 21px}
.standard-content h2{font-size:22px}
.standard-content h3{font-size:20px}
.standard-content h4{font-size:18px}
.standard-content h5{font-size:16px}
.standard-content h6{font-size:14px}


.btn{
    position:relative;
    background:0;
    border:1px solid #b80000;
    color:#b80000;
    overflow:hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after{
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #b80000;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn:hover:after{
    height: 260%;
    opacity: 1;
}
.interior-hero-tall .btn:hover:after,
.center .btn:hover:after {
	height: 390%;
}

.btn{border-color:#fff;color:#fff}
.btn span{position:relative;z-index:10}
.btn:hover{color:#222}
.btn:after{background:#fff}

/* IE8 */
.ie8 .hidden-ie8 { display: none !important; }
.ie8 .logo {
	width: 120px !important;
	height: auto !important;
}
.ie8 #stickyNav {
	position: fixed;
  top: 0;
  left: 15px;
  width: 100%;
}
.ie8 .btn:hover {
	background: #ffffff !important;
}
.ie8 .vid-wrap {
	background: url(videos/contact/about-background-3.jpg) bottom center no-repeat;
}
.ie8 .contact-vid-wrap {
	background: url(videos/contact/about-background-3.jpg) bottom center no-repeat;
}
.ie8logo { display: none; }
.ie8 .mainNav a {
	width: 13%;
}
.ie8 .mainNav .logo {
	background: none;
	text-align: center;
	width: 120px;
	padding-top: 44px;
	margin-left: 35px;
}
.ie8 .ie8logo {
	display: block;
	margin: 0 auto;
}

.hero > div.center .scroller {
    display: block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 24px;
    z-index: 1;
    background: url(img/arrow-down.png) center center no-repeat;
}
.hero > div.center .scroller:hover {
    cursor: pointer;
}

/* .ila-right .settings-btn-ila + label {
    top: 0 !important;
} */

.postid-4067 .hero > div.right {background: url(images/rs-sports-right.jpg) center center no-repeat;}
.postid-4067 .hero > div.left {background: url(images/rs-sports-left.jpg) center center no-repeat;}

.contact-vid-wrap,
.contact-vid-wrap .videoBG_wrapper,
.contact-vid-wrap .videoBG { max-width: 100% !important; width: 100% !important; }

p.fineprint { 
	color: #A2A2A2;
	font-size: 10px;
	float: left;
	text-align:left !important;
}
/** dirty hacks - not very responsive - Jason */
.interior-hero { min-height: 340px; }
.interior-hero-tall { min-height: 470px; }
.interior-hero .valign-child {
   padding: 140px 0;
}

/** andrei fixing Jason styles */
.interior-hero-tall { min-height: 0; }
.interior-hero-tall .valign-child { padding-left: 15px; padding-right: 15px; }
.interior-hero-tall .valign-child *:last-child { margin-bottom: 0; }
.interior-hero-tall .valign-parent { position: static; }

/* header image -- andrei */
.interior-header { position: relative; height: 340px; min-height: 0; }
.interior-header .valign-child { padding: 15px!important; }

/* Promo Box */
.lightbox { z-index: 9999; opacity:1; visibility:visible; }
.lightbox.hide-popup { opacity:0; visibility:hidden; }
.transition500 {-moz-transition: all 500ms ease;  /* FF4+ */-o-transition: all 500ms ease;  /* Opera 10.5+ */-webkit-transition: all 500ms ease;  /* Saf3.2+, Chrome */-ms-transition: all 500ms ease;  /* IE10 */transition: all 500ms ease; }
.close-lightbox { position: absolute; right: 20px; top: 0; font-size: 100px; color: #fff; z-index: 10; line-height: 1; cursor: pointer; }
.display-table { display:table; }
.vertical-middle { height: inherit; display: table-cell; vertical-align: middle; } 
.fixed-full { position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; }
.faded:after { content: ''; background-color: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; /* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 5-7 */filter: alpha(opacity=50);/* Netscape */-moz-opacity: 0.5;/* Safari 1.x */-khtml-opacity: 0.5;/* Good browsers */ opacity: 0.5; }
.lightbox-content-wrap { padding: 0 20px; }
.lightbox-content { margin: 0 auto;background-color: #fff;position: relative;z-index: 1;padding: 0;max-width:100%; }
.lightbox-content img { width:100%; height:auto; }

.caption-text {    bottom: 45%; right: 0; left: 0; font-size: 45px;}

/*menu header text -- Anthony*/
.course-description { font-size: 20px; padding: 0 70px;}

.popup-modal p img { max-width:100%; height: auto; }

/* updated menu styles -- Phil */

.navWrap .mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navWrap .mainNav a.logo {
    width: 124px;
    margin-right: 10px;
}

.navWrap .mainNav a {
    width: auto;
    padding: 0 17px;
    font-size: 14px !important;
    text-transform: capitalize;
}

@media(max-width: 1400px) {

    .navWrap .mainNav a {
        width: auto;
        padding: 0 11px;
        font-size: 12px !important;
    }

}

@media(max-width: 1200px) {

    .navWrap .mainNav a {
        padding: 0 9px 0 0;
        font-size: 11px !important;
    }
}

@media(max-width: 1024px) {

    .navWrap .mainNav a.logo {
        width: 110px;
    }

    .navWrap .mainNav a {
        width: auto;
        padding: 0 6px;
        font-size: 10px !important;
    }
}

/* end updated menu styles - Phil */

/* Landing Page styles - Carlos */

img.responsive { width: 100%; height: auto; }
img.max-image { max-width: 100%; height: auto; }

.hero.landing-hero {
    height: calc(100vh - 150px);
}

.landing-page-container {
    margin-left: -15px;
    margin-right: -15px;
    /*margin-top: 90px;*/
    margin-bottom: 10px;
}

.video-container-outer {
    padding-top: 100px;
    padding-bottom: 60px;
}

.landing-page-container .title {
    font-family: "Lustria", Georgia, "Times New Roman", serif;
    text-transform: uppercase;
}

.landing-page-container .content {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 50px;
}

.landing-page-container .container .img-container-outer .img-inner {
    margin-bottom: 50px;
}

.landing-page-container .row .container .img-container-outer {
    padding-top: 100px;
    padding-bottom: 60px;
}

@media(max-width: 991px) {
    /*.home .contact-vid-wrap .videoBG_wrapper { height: auto !important; }*/
	/** dirty hacks - not very responsive - Jason */
	.interior-hero { min-height: 240px; }
	.interior-hero .valign-child {
   		padding: 100px 0;
	}

    .course-description{ padding: 6px;}

    .navWrap .mainNav a.logo {
        width: 135px;
    }

}

@media(max-width: 767px) {
    .contact-vid-wrap .valign-child { padding: 0; }
	/** dirty hacks - not very responsive - Jason */
	.interior-hero { min-height: 200px; }
	.interior-hero-tall { min-height: 310px; }
	.interior-hero .valign-child { padding: 75px 0; }

    /* andrei's styles */
    .interior-header { height: 240px; min-height: 240px; }
    .interior-header h1 { font-size: 24px; }
    .interior-header h4 { font-size: 16px; }
}

@media(max-width: 570px) {
    /* andrei's styles */
    .interior-header { height: 180px; min-height: 180px; }
    .interior-hero .valign-child { padding: 50px 0; }    
}

.wcpa_form_item {
    color: #000;
}

.gform-recaptcha-bottom {
    margin-bottom: 25px !important;
}
