/*
 Theme Name:   Banner Saga Style 2017
 Theme URI:    themenectar.com/docs/salient.pdf
 Description:  The Banner Saga's 2017 Site Style based off of the Salient Theme
 Author:       Rick Feit - Render Perfect Productions, Inc.
 Author URI:   http://www.myrender.com
 Template:     salient
 Version:      7.0.2
 License:      GNU General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  salient-child
*/

/* 2017 Site Style *****************************************************/
/* Color Pallette-- Dark Red: #a02a10; */

/* Typography ***************************************************************************/
/* Import "Vinque" Font */
@font-face {
  font-family: 'Vinque-Regular';
  src: url(https://bannersaga.com/wp-content/themes/salient-child/fonts/Vinque-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

/* an anchor that is a bit above its actual position to avoid the titlebar */
a.anchor_up{display: block; position: relative; top: -40px; visibility: hidden;}

/* Google Fonts-- 
    font-family: 'Montserrat', sans-serif; UPPERCASE HEADING/NAV FONT
    font-family: 'Lato', sans-serif; BODY FONT

   Custom Imported Font "Vinque"
    font-family: 'Vinque-Regular'; OLDE STYLE HEADING FONT
*/
body.page-template-page-style2017, 
body.page-template-page-style2017 p, 
body.blog, 
body.blog p, 
body.single, 
body.single p, 
body.archive, 
body.archive p, 
body.page-template-page-style2017 ul, 
body.blog ul,
body.single ul, 
body.archive ul {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255, 0.65) !important;
}
body.page-template-page-style2017 h1 {
    font-family: 'Vinque-Regular';
    font-weight: normal;
    font-size: 54px;
    margin-bottom: 20px;
}
body.page-template-page-style2017 h2 {
    
}
body.page-template-page-style2017 h2, 
body.page-template-page-style2017 h3, 
body.page-template-page-style2017 h3 > strong, 
body.page-template-page-style2017 h4 {
    font-family: 'Montserrat', sans-serif; ;
    text-transform: uppercase;
}
body.page-template-page-style2017 h4 {
    font-size: 16px;
    font-weight: bold;
}
[class^="icon-"], [class*=" icon-"] {
    background-color: transparent;
}

/* Special Classes for Using the "Olde English" Font */
body.page-template-page-style2017 .olde h1, 
body.page-template-page-style2017 .olde h2, 
body.page-template-page-style2017 .olde h3, 
body.page-template-page-style2017 .olde h4 {
    font-family: 'Vinque-Regular';
}
body.page-template-page-style2017 .olde h2 {
    font-size: 36px;
}

/* Button Styling */
body.page-template-page-style2017 a.btn {
    position: relative;
    display: block;
    padding: 20px 40px;
    font-family: 'Vinque-Regular';
    font-size: 30px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
}
body.page-template-page-style2017 a.btn.sm {
    font-size: 14px;
    padding: 10px 20px;
}
body.page-template-page-style2017 a.btn.primary {
    background-color: #a02a10;
    color: #fff;
}
body.page-template-page-style2017 a.btn.primary:hover {
    background-color: #fff;
    color: #a02a10;
}
body.page-template-page-style2017 a.btn.secondary {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    color: #a02a10;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
body.page-template-page-style2017 a.btn.secondary:hover {
    background-color: #a02a10;
    color: #fff;
}
/* .block helper class so buttons aren't full-width if not neccessary */
body.page-template-page-style2017 a.btn.block {
    display: inline-block;
    max-width: 300px;
}

/* Form Buttons Already w/ Salient Theme */
body.page-template-page-style2017 input[type=submit], 
body.page-template-page-style2017 button[type=submit], 
body.page-template-page-style2017 input[type="button"] {
    max-width: 280px;
    padding: 12px 30px;
    background-color: #a02a10;
    color: white;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
}
body.page-template-page-style2017 .container-wrap input[type="text"], 
body.page-template-page-style2017 .container-wrap textarea, 
body.page-template-page-style2017 .container-wrap input[type="email"], 
body.page-template-page-style2017 .container-wrap input[type="password"], 
body.page-template-page-style2017 .container-wrap input[type="tel"], 
body.page-template-page-style2017 .container-wrap input[type="url"], 
body.page-template-page-style2017 .container-wrap input[type="search"], 
body.page-template-page-style2017 .container-wrap input[type="date"] {
    padding: 10px !important;
}
body.page-template-page-style2017 .container-wrap .span_12.light input[type="submit"]:hover {
    background-color: #fff !important;
    color: #a02a10 !important;
    opacity: 1 !important;
}

/* "Play Now" Button on Indiv. Game Pages w/ Game Accent Graphic Behind */
body.page-template-page-style2017 .accent-btn {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
body.page-template-page-style2017 .accent-btn:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background-image: url(http://www.bannersaga.com/wp-content/uploads/2017/01/arrow_divider_tan.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center center;
    opacity: 0.6;
    z-index: 0;
}
body.page-template-page-style2017 .accent-btn a.btn {
    max-width: 240px;
    padding: 12px 30px;
    background-color: rgb(40,40,40);
    color: #90b0bb;
    margin: 0 auto;
    border: 2px solid #a7d4ef;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px #18d1ff, inset 0 0 12px #18d1ff;
    box-shadow: 0 0 20px #18d1ff, inset 0 0 12px #18d1ff;
    z-index: 999;
    font-size: 24px;
    line-height: 1;
    transition: all 0.2s ease-out
}
body.page-template-page-style2017 .accent-btn a.btn:hover {
    background-color: rgb(60,60,60);
    color: #fff;
    border-color: white;
    -webkit-box-shadow: 0 0 36px #18d1ff, inset 0 0 26px #18d1ff;
    box-shadow: 0 0 36px #18d1ff, inset 0 0 26px #18d1ff;
}




/* Header *******************************************************************************/

/* Header Styling */
body.page-template-page-style2017 #header-outer, 
body.blog #header-outer, 
body.archive #header-outer, 
body.single #header-outer {
    padding-top: 12px !important;
    min-height: 93px !important
}
body.page-template-page-style2017 header#top nav > ul > li > a, 
body.page-template-page-style2017 header#top .sf-menu li ul li a, 
body.blog header#top nav > ul > li > a, 
body.blog header#top .sf-menu li ul li a, 
body.archive header#top nav > ul > li > a, 
body.archive header#top .sf-menu li ul li a, 
body.single header#top nav > ul > li > a, 
body.single header#top .sf-menu li ul li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}
body.page-template-page-style2017 header#top nav > ul > li > a,
body.blog header#top nav > ul > li > a,
body.archive header#top nav > ul > li > a,
body.single header#top nav > ul > li > a {
    padding-bottom: 30px !important;
}
body.page-template-page-style2017 #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover, 
body.blog #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover, 
body.archive #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover, 
body.single #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover {
    color: #fff !important;
    opacity: 1 !important;
}
body.page-template-page-style2017 #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-item > a, 
body.blog #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-item > a, 
body.archive #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-item > a, 
body.single #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-item > a, 
body.page-template-page-style2017 #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-parent > a, 
body.blog #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-parent > a, 
body.archive #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-parent > a, 
body.single #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-parent > a {
    color: #fff !important;
    border-bottom: 5px solid #a02a10;
}

body #header-outer ul.sub-menu {
    display: none;
}

body.page-template-page-style2017 #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu .sub-menu li.current-menu-item > a, 
body.blog #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu .sub-menu li.current-menu-item > a, 
body.archive #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu .sub-menu li.current-menu-item > a, 
body.single #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu .sub-menu li.current-menu-item > a {
    color: #fff !important;
    border-bottom: 0;
    
}
body.page-template-page-style2017 .sf-menu li ul li a:hover, 
body.page-template-page-style2017 .sf-menu li ul li.sfHover > a, 
body.blog .sf-menu li ul li a:hover, 
body.blog .sf-menu li ul li.sfHover > a, 
body.archive .sf-menu li ul li a:hover, 
body.archive .sf-menu li ul li.sfHover > a, 
body.single .sf-menu li ul li a:hover, 
body.single .sf-menu li ul li.sfHover > a, 
body.page-template-page-style2017 header#top .sf-menu li ul.sub-menu li.current-menu-item a, 
body.blog header#top .sf-menu li ul.sub-menu li.current-menu-item a, 
body.archive header#top .sf-menu li ul.sub-menu li.current-menu-item a, 
body.single header#top .sf-menu li ul.sub-menu li.current-menu-item a {
    background-color: #a02a10 !important;
    color: #fff !important;
}
body.page-template-page-style2017 #header-outer.small-nav, 
body.blog #header-outer.small-nav, 
body.archive #header-outer.small-nav, 
body.single #header-outer.small-nav {
    padding-top: 6px !important;
    min-height: 84px !important;
}
body.page-template-page-style2017 #header-outer ul.sub-menu, 
body.blog #header-outer ul.sub-menu, 
body.archive #header-outer ul.sub-menu, 
body.single #header-outer ul.sub-menu {
    top: 81px !important;
}
body.page-template-page-style2017 #header-outer.small-nav ul.sub-menu, 
body.blog #header-outer.small-nav ul.sub-menu, 
body.archive #header-outer.small-nav ul.sub-menu, 
body.single #header-outer.small-nav ul.sub-menu {
    top: 78px !important;
}

/* Nav Styling */
body.page-template-page-style2017 header#top nav > ul, 
body.blog header#top nav > ul, 
body.archive header#top nav > ul, 
body.single header#top nav > ul {
    font-family: 'Montserrat';
}
body.page-template-page-style2017 #slide-out-widget-area, 
body.blog #slide-out-widget-area, 
body.archive #slide-out-widget-area, 
body.single #slide-out-widget-area {
    background-color: #a02a10 !important;
}
body.page-template-page-style2017 #slide-out-widget-area .inner .off-canvas-menu-container li, 
body.blog #slide-out-widget-area .inner .off-canvas-menu-container li,
body.archive #slide-out-widget-area .inner .off-canvas-menu-container li,
body.single #slide-out-widget-area .inner .off-canvas-menu-container li {
    margin-bottom: 6px;
}
body.blog #slide-out-widget-area .inner .off-canvas-menu-container li a,
body.archive #slide-out-widget-area .inner .off-canvas-menu-container li a,
body.single #slide-out-widget-area .inner .off-canvas-menu-container li a,
body.page-template-page-style2017 #slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-family: 'Vinque-Regular';
    font-size: 24px;
}
body.blog #slide-out-widget-area .inner .off-canvas-menu-container li a:hover,
body.archive #slide-out-widget-area .inner .off-canvas-menu-container li a:hover,
body.single #slide-out-widget-area .inner .off-canvas-menu-container li a:hover,
body.page-template-page-style2017 #slide-out-widget-area .inner .off-canvas-menu-container li a:hover {
    text-decoration: underline;
}



/* Header Social Networking Links Cloned From Footer (site.js) */
body.page-template-page-style2017 #header-outer ul#social [class^="icon-"], 
body.page-template-page-style2017 #header-outer ul#social [class*=" icon-"],
body.blog #header-outer ul#social [class^="icon-"], 
body.blog #header-outer ul#social [class*=" icon-"],
body.archive #header-outer ul#social [class^="icon-"], 
body.archive #header-outer ul#social [class*=" icon-"],
body.single #header-outer ul#social [class^="icon-"], 
body.single #header-outer ul#social [class*=" icon-"] {
    top: inherit;
    border-radius: 0;
    background-color: transparent;
}
body.page-template-page-style2017 #header-outer ul#social,
body.blog #header-outer ul#social,
body.archive #header-outer ul#social,
body.single #header-outer ul#social {
    position: absolute;
    display: block;
    top: 100%; right: 10px;
    padding-top: 10px;
}
body.page-template-page-style2017 #header-outer ul#social li, 
body.blog #header-outer ul#social li, 
body.archive #header-outer ul#social li, 
body.single #header-outer ul#social li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
body.page-template-page-style2017 #header-outer ul#social li:last-child,
body.blog #header-outer ul#social li:last-child,
body.archive #header-outer ul#social li:last-child,
body.single #header-outer ul#social li:last-child {
    margin-right: 0;
}
body.page-template-page-style2017 #header-outer ul#social li a, 
body.blog #header-outer ul#social li a, 
body.archive #header-outer ul#social li a, 
body.single #header-outer ul#social li a {
    position: relative; display: block;
    line-height: 1;
    background-color: black;
    text-align: center;
    padding: 6px;
}
body.page-template-page-style2017 #header-outer ul#social li a:hover, 
body.blog #header-outer ul#social li a:hover, 
body.archive #header-outer ul#social li a:hover, 
body.single #header-outer ul#social li a:hover {
    background-color: #a02a10;
}
body.page-template-page-style2017 #header-outer ul#social li a i, 
body.blog #header-outer ul#social li a i, 
body.archive #header-outer ul#social li a i, 
body.single #header-outer ul#social li a i {
    font-size: 24px;
}




/* Blog **********************************************************************************/

body.single p {
    color: rgba(255,255,255,0.6);
}
body.single a {
    color: white;
}
body.single a:hover {
    text-decoration: underline;
}
body.single .row .col.section-title h1.entry-title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
body.single #single-below-header span {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    font-weight: normal;
}
body.single #single-meta ul li > a, 
body.single #single-meta ul .n-shortcode a, 
body.single .blog-title #single-meta ul li > a, 
body.single .blog-title #single-meta ul .n-shortcode a{
    border-radius: 0;
    border: 2px solid #999 !important;    
}
body.single .row .col.section-title span {
    color: #999;
}
body.single .heading-title {
    border-bottom: 1px solid #a02a10;
    z-index: 999;
}
body.single #sidebar h4 {
    border-bottom: 5px solid #a02a10;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}
body.single #sidebar input[type=text] {
    font-family: 'Vinque-Regular', sans-serif;
}

body.archive .page-header-no-bg {
    background-color: #a02a10;
    color: #fff;
}
body.archive .row .col.section-title {
    border-bottom: 0;    
}
body.archive .row .col.section-title span {
    color: rgba(255,255,255,0.6);
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
body.archive .row .col.section-title h1 {
    font-family: 'Vinque-Regular';
    font-size: 36px;
    color: #fff;
}

body.single.ascend .widget_search .search-form input[type=submit] {
    background-color: #a02a10;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
body.single.ascend #reply-title {
    font-family: 'Vinque-Regular';
    color: #fff;
    font-size: 30px;
}

#meta-2 {
    display: none;
    visibility: hidden;
}

.comments-section {
    position: relative;
    z-index: 999;
}
.comments-section form label {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.comments-section form input[type=submit] {
    background-color: #a02a10;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}
.comments-section form input[type=submit]:hover {
    background-color: #fff !important;
    color: #a02a10;
}

/* Blog Index Styling */
body.blog .container-wrap {
    padding-top: 120px;
}
body.blog.ascend .container-wrap, 
body.single .container-wrap, 
body.archive .container-wrap {
    background-image: url(http://bannersaga.com/wp-content/uploads/2016/12/TheBannerSaga_MapBG.jpg);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
body.blog.ascend .container-wrap:after, 
body.single .container-wrap:after,
body.archive .container-wrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background-color: rgba(30,30,30,0.9);
    z-index: -1;
}

body.blog .masonry-blog-item .inner-wrap, 
body.blog #search-results .result .inner-wrap, 
body.archive .masonry-blog-item .inner-wrap {
    background-color: rgba(0,0,0,0.9);
}
body.blog .masonry-blog-item .inner-wrap a {
    color: #a02a10;
}
body.blog article.post .post-header h2 a, 
body.archive article.post .post-header h2 a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff !important;
}
body.blog article.post .post-header h2 a:hover {
    color: #a02a10 !important;
}




/* Homepage ******************************************************************************/

/* "Nectar Slider" Pre-Installed Slider w/ Salient Theme Content Area  Styling*/
body.page-template-page-style2017 .swiper-slide[data-x-pos="right"] .content {
    width: 54%;
}
body.page-template-page-style2017 .nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide[data-x-pos="right"] .content {
    padding: 0 4% 0 0 !important;
}
body.page-template-page-style2017 .swiper-slide .content h2, 
body.page-template-page-style2017 .swiper-slide .content p {
    text-shadow: 0 0 24px #000;
}
body.page-template-page-style2017 .swiper-slide .content h2 {
    font-family: 'Vinque-Regular';
    line-height: 1 !important;
    text-transform: none;
    margin-top: 14px;
}
body.page-template-page-style2017 .swiper-slide .button a {
    background-color: #a02a10 !important;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 20px #000 !important;
    box-shadow: 0 0 20px #000 !important;
}
.icon-salient-right-arrow, .icon-salient-left-arrow {
    font-family: FontAwesome !important;
}
.icon-salient-left-arrow:before {
    content: '\f104' !important;
}
.icon-salient-right-arrow:before {
    content: '\f105' !important;
}
.swiper-container .slider-prev i, .swiper-container .slider-next i {
    font-size: 26px !important;
}

/* Availability Row (Directly Under Banner) */
body.page-template-page-style2017 .available-row {
    font-family: 'Montserrat';
}
body.page-template-page-style2017 .available-row p {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
body.page-template-page-style2017 .available-row .img-with-aniamtion-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
body.page-template-page-style2017 .available-row .img-with-aniamtion-wrap:last-child {
    margin-right: 0;
}

/* 3 Main Links Row (Fancybox's in Visual Composer) */
body.page-template-page-style2017 .nectar-fancy-box {
    padding: 4% 13%;
}
body.page-template-page-style2017 .nectar-fancy-box:after, 
body.page-template-page-style2017 .nectar-fancy-box:hover:after {
    display: none; visibility: hidden;
}
body.page-template-page-style2017 .nectar-fancy-box .box-bg:after {
    background-color: rgba(25,25,25, 0.75);
}

/* Testimonial & Award Teaser Row */
body.page-template-page-style2017 .testimonial_slider {
    position: relative;
    display: block;
    padding-right: 40px;
    margin-top: 20px;
}
body.page-template-page-style2017 .testimonial_slider blockquote {
    padding-left: 30px;
    padding-right: 30px;
}
body.page-template-page-style2017 .testimonial_slider blockquote:before, 
body.page-template-page-style2017 .testimonial_slider blockquote:after {
    position: absolute;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 100px;
    line-height: 1;
    color: rgba(255,255,255,0.5);
}
body.page-template-page-style2017 .testimonial_slider blockquote:before {
    content: '“';
    top: -10px; left: 0;
}
body.page-template-page-style2017 .testimonial_slider blockquote:after {
    content: '”';
    bottom: -30px; right: 0;
}
body.page-template-page-style2017 .testimonial_slider blockquote p, 
body.page-template-page-style2017 .testimonial_slider blockquote span {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
body.page-template-page-style2017 .testimonial_slider .image-icon, 
body.page-template-page-style2017 .testimonial_slider blockquote span.title {
    display: none; visibility: hidden;
}
body.page-template-page-style2017 .testimonial_slider blockquote p {
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0;
}
body.page-template-page-style2017 .testimonial_slider blockquote span {
    font-weight: bold;
    color: rgba(255,255,255,0.5);
    text-align: right;
    margin-left: -30px;
}
body.page-template-page-style2017 .testimonial_slider blockquote span:before {
    content: '-';
    position: relative;
    display: inline-block;
    margin-right: 2px;
}
body.page-template-page-style2017 .testimonial_slider .controls {
    position: relative;
    margin-top: -60px;
}
body.page-template-page-style2017 .light .testimonial_slider .controls ul li span:hover, 
body.page-template-page-style2017 .light .testimonial_slider .controls ul li span.pagination-switch.active {
    background-color: #a02a10 !important;
    border-color: #a02a10;
}
body.page-template-page-style2017 .line-div:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px; height: 100%;
    background-color: #a02a10;
    top: 0; left: -6%;
}

/* Carousel Styling (Owl Carousel) - Used for Media Sections */

body.page-template-page-style2017 .owl-carousel .wpb_content_element, 
body.page-template-page-style2017 .owl-carousel .wpb_content_element .iframe-embed {
    margin-bottom: 0;
}
body.page-template-page-style2017 .owl-theme .owl-nav [class*='owl-'] {
    display: block !important;
    height: 0;
    background-color: transparent;
}
body.page-template-page-style2017 .owl-theme .owl-nav .owl-prev, 
body.page-template-page-style2017 .owl-theme .owl-nav .owl-next {
    padding: 0; margin: 0;
    height: 20px; width: 20px;
    position: absolute;
    display: block;
    top: 30%; left: -50px;
}
body.page-template-page-style2017 .owl-theme .owl-nav .owl-next {
    left: inherit; right: -50px;
}
body.page-template-page-style2017 .owl-theme .owl-nav .owl-prev:before, 
body.page-template-page-style2017 .owl-theme .owl-nav .owl-next:before {
    content: '\f104';
    font-family: FontAwesome;
    font-size: 54px;
    line-height: 1;
    text-align: center;
}
body.page-template-page-style2017 .owl-theme .owl-nav .owl-next:before {
    content: '\f105';
}
body.page-template-page-style2017 .owl-theme .owl-controls .owl-buttons div {
    font-size: 24px;
    opacity: 1;
}
body.page-template-page-style2017 .carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div:before {
    color: #fff;
    font-size: 36px;
}

/* Recent Posts Row */
body.page-template-page-style2017 .blog-recent .col .title a {
    color: #fff;
    font-weight: bold;
}
body.page-template-page-style2017 .blog-recent .col span, 
body.page-template-page-style2017 .blog-recent .col span a {
    color: rgba(219,219,219,0.5);
}
body.page-template-page-style2017 .blog-recent .col p {
    color: rgba(219,219,219,0.5);
    font-size: 14px;
}




/* Games Page (About Games) *************************************************************/

/* Top Descriptive Text Box */
body.page-template-page-style2017 .bordered-box {
    background-color: #1d1f1e;
    border: 1px solid #5a6766;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 15px black;
    z-index: 55;
}
body.page-template-page-style2017 .bordered-box hr {
    position: relative;
    border: 0;
    margin: 0;
    z-index: -1;
}
body.page-template-page-style2017 .bordered-box hr:last-child {
    transform: scaleY(-1);
}
body.page-template-page-style2017 .bordered-box hr:before, 
body.page-template-page-style2017 .bordered-box hr:after {
    content: url('http://www.bannersaga.com/wp-content/uploads/2017/01/detail_3.png');
    position: absolute;
    display: block;
    z-index: -1;
    top: -56px; left: -56px;
}
body.page-template-page-style2017 .bordered-box hr:after {
    left: inherit;
    right: -56px;
    transform: scaleX(-1);
}
body.page-template-page-style2017 .bordered-box.bordered-form hr:last-child {
    top: -30px;
}


/* Icon w/ Text (Under Video) */
body.page-template-page-style2017 .iwithtext .iwt-icon {
    position: absolute;
    display: block;
    width: 120px; height: auto;
}
body.page-template-page-style2017 .iwithtext .iwt-icon img {
    position: relative;
    display: block;
    width: 100%; height: auto;
}
body.page-template-page-style2017 .iwithtext .iwt-text {
    padding-left: 140px;
}



/* Individual Game Pages ****************************************************************/

/* Hide Mobile Banner on Desktop / Lg Tablet Site */
body.page-template-page-style2017 .game-banner-mobile {
    display: none;
    visibility: hidden;
}

/* Top Red Info Banner */
body.page-template-page-style2017 .game-banner-info {
    padding-top: 5% !important;
}
body.page-template-page-style2017 .game-banner-info h1 {
    font-size: 48px;
}
body.page-template-page-style2017 .game-banner-info .img-with-aniamtion-wrap {
    position: relative;
    display: inline-block;
    width: 30%; vertical-align: top;
    margin-left: 2.5%;
    margin-bottom: 14px !important;
}
body.page-template-page-style2017 #transparent-gradient {
    position: absolute;
    display: block;
    width: 100%; height: 100px;
    background-image: url(http://www.bannersaga.com/wp-content/uploads/2016/12/primary-transparent-gradient.png);
    background-repeat: repeat-x;
    left: 0; margin-top: -100px;
    z-index: 1;
}
body.page-template-page-style2017 #transparent-gradient:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%; height: 100px;
    background-image: url(http://www.bannersaga.com/wp-content/uploads/2016/12/primary-transparent-gradient.png);
    background-repeat: repeat-x;
    left: 0; top: 99px;
    z-index: 1;
    transform: scaleY(-1);
}

/* Review Rotator */
body.page-template-page-style2017 .review-rotate {
    position: relative;
    padding-top: 60px !important;
}
body.page-template-page-style2017 .owl-carousel {
    text-align: center;
}
body.page-template-page-style2017 .review-rotate .owl-carousel .wpb_wrapper {
    padding-bottom: 10px;
}
body.page-template-page-style2017 .review-rotate .owl-carousel .wpb_wrapper p {
    padding-bottom: 0;
}
body.page-template-page-style2017 .review-rotate .owl-carousel .wpb_wrapper p b {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 8px;
}
body.page-template-page-style2017 .review-rotate .owl-carousel .wpb_wrapper h6 {
    color: #a02a10;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}

/* Icon Features */
body.page-template-page-style2017 .center-icon-w-text .iwithtext {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
body.page-template-page-style2017 .center-icon-w-text .iwithtext .iwt-icon {
    position: relative;
    left: inherit; top: inherit;
    width: auto; height: auto;
}
body.page-template-page-style2017 .center-icon-w-text .iwithtext .iwt-icon img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 75px; height: auto;
}
body.page-template-page-style2017 .center-icon-w-text .iwithtext .iwt-text {
    padding-left: 0;
}



/* Media Page ***************************************************************************/
body.page-template-page-style2017 #media-container {
    
}
body.page-template-page-style2017 .row #media-container .col.section-title {
    border-bottom: 1px solid #a02a10;
}
body.page-template-page-style2017 .row #media-container .col.section-title h1 {
    font-family: 'Vinque-Regular';
    font-size: 36px;
}
body.page-template-page-style2017 .portfolio-items .col .work-item {
    margin-bottom: 0;
}

/* Individual Portfolio Pages */
body.portfolio-template-default.single .comments-section {
    display: none; visibility: hidden;
}
body.portfolio-template-default.single #page-header-bg h1 {
    color: #fff !important;
    font-family: 'Vinque-Regular';
    line-height: 1;
}
body.single-portfolio .row .col.section-title h1 {
    margin-bottom: 6px !important;
}
body.portfolio-template-default.single #page-header-bg .subheader {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}




/* Store Page ***************************************************************************/

body.page-template-page-style2017 .wpb_raw_html.bordered-box {
    margin-left: 20px;
}

/* Mailchimp Newsletter Signup Form */
body.page-template-page-style2017 #mc_embed_signup {
    background: transparent;
    font: inherit;
}
body.page-template-page-style2017 #mc_embed_signup form {
    padding: 0;
}
body.page-template-page-style2017 #mc_embed_signup .mc-field-group {
    width: 100%;
    min-height: 0;
    margin: 0;
}
body.page-template-page-style2017 #mc_embed_signup h2, 
body.page-template-page-style2017 .bordered-form h2 {
    font-family: 'Vinque-Regular';
    font-size: 32px;
    font-weight: normal;
    text-transform: none;
    margin: 0;
}
body.page-template-page-style2017 #mc_embed_signup .mc-field-group label {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
body.page-template-page-style2017 #mc_embed_signup .clear {
    position: relative;
    display: block;
    height: auto;
}
body.page-template-page-style2017 #mc_embed_signup .button {
    position: relative;
    display: block;
    height: auto;
    line-height: 1;
    background-color: #fff;
    color: #a02a10;
    transition: all 0.25s ease-out;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 auto;    
}
body.page-template-page-style2017 #mc_embed_signup .button:hover {
    background-color: #a02a10 !important;
    color: #fff;
}


/* Change Store Game Button Text to Montserrat Instead of Vinque */
body.page-template-page-style2017 .store-game .btn.primary {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}


/* Full-Width Game Rows (Desktop + Tablet 768px & above) */
body.page-template-page-style2017 .row .page-banner .col.section-title {
    border-bottom: 0;
    padding-bottom: 0;
}
body.page-template-page-style2017 .row .page-banner .col.section-title h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
body.page-template-page-style2017 .store-game-container .store-game {
    padding: 20px;
    border: 1px solid #a02a10;
    transition: all 0.25s ease-out;
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%; height: 97px;
    background-image: url(http://www.bannersaga.com/wp-content/uploads/2016/12/dark_red-transparent-gradient.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    bottom: -1px; left: 0;
    
}
body.page-template-page-style2017 .row .store-game .col.section-title {
    border-bottom: 0;
    padding-bottom: 160px;
}
body.page-template-page-style2017 .row .store-game .col.section-title h2 {
    font-family: 'Vinque-Regular';
    font-size: 42px;
    text-shadow: 5px 5px 3px rgba(0,0,0,0.2);
    text-transform: none;
}
body.page-template-page-style2017 .row .store-game .wpb_text_column h3 {
    text-align: right;
    margin-bottom: 10px;
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul {
    text-align: right;
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul {
    margin-bottom: 20px;
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-bottom: 10px
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li i, 
body.page-template-page-style2017 .store-game-container .store-game-third .nectar-fancy-ul ul li i{
    display: none;
    visibility: hidden;
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li a {
    cursor: pointer;
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li a.btn:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 20px; height: 20px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-right: 5px;
    opacity: 0.6;
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li a.btn.pm:before {
    background-image: url(http://bannersaga.com/wp-content/uploads/2017/04/pm_white.png);
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li a.btn.ps4:before {
    background-image: url(http://www.bannersaga.com/wp-content/uploads/2016/12/ps4_small_black.png);
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li a.btn.xbox:before {
    background-image: url(http://www.bannersaga.com/wp-content/uploads/2016/12/xbox_small_black.png);
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li a.btn.steam:before {
    background-image: url(http://www.bannersaga.com/wp-content/uploads/2016/12/steam_small_black.png);
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li a.btn.switch:before {
    background-image: url(http://bannersaga.com/wp-content/uploads/2018/07/nintendo-switch_transparent.png);
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li a.btn:hover::before {
    opacity: 0.88;
}
body.page-template-page-style2017 .store-game-container .store-game .nectar-fancy-ul ul li a:hover > img {
    opacity: 0.55;
}



/* 1/3 Width Merch Columns (Boardgame, novels, soundtrack) */
body.page-template-page-style2017 .store-game-container .store-game-third {
    padding: 30px 0 !important;
    border: 2px solid transparent;
    transition: all 0.25s ease-out;
}
body.page-template-page-style2017 .store-game-container .store-game-third:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background-color: rgba(25,25,25,0.6);
}
body.page-template-page-style2017 .store-game-container .store-game-third h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
body.page-template-page-style2017 .row .store-game-third .col.section-title {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 0;
}
body.page-template-page-style2017 .store-game-container .store-game-third .img-with-aniamtion-wrap {
    position: relative;
    display: block;
    width: 50%;
    margin: 0 auto;
}
body.page-template-page-style2017 .store-game-container .store-game-third .nectar-fancy-ul {
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
body.page-template-page-style2017 .store-game-container .store-game-third .nectar-fancy-ul ul {
    position: relative;
    display: block;
    margin-bottom: 0;
}
body.page-template-page-style2017 .store-game-container .store-game-third .nectar-fancy-ul ul li {
    position: relative;
    display: block;
    vertical-align: middle;
    padding-left: 0;
    margin-bottom: 8px;
}
body.page-template-page-style2017 .store-game-container .store-game-third .nectar-fancy-ul ul li a {
    position: relative;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
    color: #a02a10;
    padding: 5px 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
body.page-template-page-style2017 .store-game-container .store-game-third .nectar-fancy-ul ul li a:hover {
    background-color: #a02a10;
    color: #fff;
}
body.page-template-page-style2017 .store-game-container .store-game-third .nectar-fancy-ul ul li:last-child {
    margin-bottom: 0;
}
body.page-template-page-style2017 .store-game-container:hover .store-game, 
body.page-template-page-style2017 .store-game-container:hover .store-game-third {
    opacity: 0.5;
    transform: scale(0.95);
    border-color: transparent;
}
body.page-template-page-style2017 .store-game-container .store-game:hover, 
body.page-template-page-style2017 .store-game-container .store-game-third:hover {
    opacity: 1;
    transform: scale(1.05);
    border-color: #a02a10;
}


/* Mobile Game Rows (768px & below) */
body.page-template-page-style2017 .store-game-container-mobile {
    display: none; visibility: hidden;
}
body.page-template-page-style2017 .store-game-container-mobile .store-game {
    position: relative;
    display: block;
    padding-top: 30px !important;
    border-bottom: 1px solid #a02a10;
}
body.page-template-page-style2017 .store-game-container-mobile .store-game h2 {
    margin-bottom: 20px;
}
body.page-template-page-style2017 .store-game-container-mobile .store-game .divider-small-border {
    margin: 25px auto;
}
body.page-template-page-style2017 .store-game-container-mobile .store-game .nectar-fancy-ul ul li {
    padding-left: 0;
    margin-bottom: 14px;
}
body.page-template-page-style2017 .store-game-container-mobile .store-game .nectar-fancy-ul ul li i.icon-default-style[class^="icon-"].icon-salient-thin-line {
    display: none; visibility: hidden;
}
body.page-template-page-style2017 .store-game-container-mobile .store-game .nectar-fancy-ul ul li a > img {
    margin: 0 auto;
}




/* Footer *******************************************************************************/
body.page-template-page-style2017 #footer-outer, 
body.blog #footer-outer,
body.archive #footer-outer,
body.single #footer-outer {
    background-color: #000;
}
body.page-template-page-style2017 .footer-logos, 
body.blog .footer-logos, 
body.archive .footer-logos, 
body.single .footer-logos {
    position: relative;
    display: block;
    width: 100%; height: auto;
}
body.page-template-page-style2017 .footer-logos img, 
body.blog .footer-logos img, 
body.archive .footer-logos img, 
body.single .footer-logos img {
    position: relative;
    display: block;
    width: 60%; height: auto;
}
body.page-template-page-style2017 .footer-logos img.footer-logo, 
body.blog .footer-logos img.footer-logo, 
body.archive .footer-logos img.footer-logo, 
body.single .footer-logos img.footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: auto; height: 120px;
}
body.page-template-page-style2017 .footer-logos a:last-child, 
body.blog .footer-logos a:last-child, 
body.archive .footer-logos a:last-child, 
body.single .footer-logos a:last-child {
    margin-left: 10px;
}
body.page-template-page-style2017 .footer-logos a:last-child img.footer-logo, 
body.blog .footer-logos a:last-child img.footer-logo, 
body.archive .footer-logos a:last-child img.footer-logo, 
body.single .footer-logos a:last-child img.footer-logo {
    height: 80px;
}
body.page-template-page-style2017 #footer-outer #footer-widgets .col form label, 
body.blog #footer-outer #footer-widgets .col form label, 
body.archive #footer-outer #footer-widgets .col form label, 
body.single #footer-outer #footer-widgets .col form label {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
body.page-template-page-style2017 #footer-outer #footer-widgets .col input[type="submit"], 
body.blog #footer-outer #footer-widgets .col input[type="submit"], 
body.archive #footer-outer #footer-widgets .col input[type="submit"], 
body.bsingle #footer-outer #footer-widgets .col input[type="submit"] {
    background-color: #a02a10 !important;
    color: #fff;
    margin-top: 10px;
    border-radius: 0;
}
body.page-template-page-style2017 #footer-outer #footer-widgets .col input[type="submit"]:hover, 
body.blog #footer-outer #footer-widgets .col input[type="submit"]:hover, 
body.archive #footer-outer #footer-widgets .col input[type="submit"]:hover, 
body.single #footer-outer #footer-widgets .col input[type="submit"]:hover {
    background-color: #fff !important;
    color: #a02a10;
}



/* Contact Page *************************************************************************/
body.page-template-page-style2017 .bordered-form form p {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
body.page-template-page-style2017 .bordered-form input[type=submit] {
    position: relative;
    display: block;
    margin: 0 0 0 auto;
}
body.page-template-page-style2017 .bordered-form h2 {
    position: relative;
    margin-bottom: 20px;
}




/* Specific Classes & Misc. *************************************************************/

/* .hide-this to temporarily hide elements from screen & screenreader */
body.page-template-page-style2017 .hide-this {
    display: none !important;
    visibility: hidden !important;
}
body.page-template-page-style2017 .top-margin-fix {
    margin-top: 0 !important;
}
body.page-template-page-style2017 .border-red {
    border: 1px solid #a02a10;
}
body.page-template-page-style2017 .border-right-red {
    border-right: 1px solid #a02a10;
}
body.page-template-page-style2017 .img-with-aniamtion-wrap > .image-75 {
    position: relative;
    width: 75%; height: auto;
    margin-bottom: 14px !important;
}
.owl-carousel .owl-item {
    padding-left: 10px;
    padding-right: 10px;
}
body.page-template-page-style2017 .wpb_video_widget.carousel-video .wpb_wrapper iframe {
    display: block;
    width: 100% !important;
    top: 0; left: 0;
}

/* Privacy Policy Update (5/24/18) *************************************************************/
.important-info {
	position: relative;
}
.important-info .wpb_wrapper > .wpb_row {
	padding-top: 100px !important;
}
.important-info .wpb_text_column ul li {
	margin-bottom: 20px;
}
.important-info .wpb_text_column ul li > strong, 
.important-info .wpb_text_column ul li > b, 
.important-info .wpb_text_column p > strong, 
.important-info .wpb_text_column p > b, 
.important-info .wpb_text_column span > strong, 
.important-info .wpb_text_column span > b {
	color: white !important;
}

.important-info .wpb_wrapper > .wpb_row.information-nav {
	padding-top: 60px !important;
}
.important-info .information-nav ul {
	margin-bottom: 0;
}
.important-info .information-nav ul li a {
	color: #9e2b19;
	cursor: pointer;
}
.important-info .information-nav ul li a:hover {
	text-decoration: underline;
}
.important-info .information-nav .wpb_text_column ul li {
	margin-bottom: 4px;
}


/* Banner Text Update (6/13/18) *************************************************************/
.swiper-slide .content p {
	color: white !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.3 !important;
	padding-bottom: 18px !important;
	
}
.swiper-slide[data-color-scheme="dark"] .content p > span {
	text-shadow: 0 0 10px rgba(0,0,0,1) !important;
}

.swiper-slide.bottom-extra .content {
	padding-top: 4% !important;
}

.swiper-slide[data-x-pos="right"] .content {
	padding-right: 4% !important;
}


/* Mobile Home Banner Update (6/25/18) *************************************************************/
.banner-desktop {
	display: block;
	visibility: visible;
}
.banner-mobile {
	display: none;
	visibility: hidden;
}


/* Custom Countdown Update (7/2/18) *************************************************************/

#wcc_wrapper1 {
    margin-bottom: 0 !important;
}
#wcc_wrapper1 .minimal-form-input {
    display: none;
    visibility: hidden;
}
#wcc_wrapper1 .ClassyCountdown-value {
    font-family: 'Vinque-Regular' !important;
}

#countdown-row, 
#countdown-row * {
    box-sizing: border-box;
}
#countdown-row {
    position: fixed;
    display: block;
    left: 10%; bottom: 5%;
    width: 80%;
    z-index: 9999;
    background: black;
    border: 2px solid #c9322e;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
#countdown-row > .col.span_12 {
    max-width: 1425px;
    margin: 0 auto;
}
#countdown-row span.bs3-head, 
#countdown-row span.bs3-small {
    position: relative;
    display: block;
    color: white;
    line-height: 1.5;
}
#countdown-row span.bs3-head {
    font-family: 'Vinque-Regular';
    font-size: 36px;
    line-height: 1;
    padding-top: 12px;
    margin-bottom: 6px;
}
#countdown-row span.bs3-small {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
#countdown-row span.bs3-small > a {
    color: #c9322e;
    text-decoration: underline;
    font-weight: bold;
}
#countdown-row span.bs3-small > a:hover {
	color: white;
    text-decoration: none;
}
#countdown-row br {
    display: none;
    visibility: hidden;
}
#countdown-row #popup-close:before {
    content: '+';
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    position: absolute;
    display: block;
    right: -50px; top: 8px;
    font-size: 30px;
    color: #c9322e;
    transform: rotate(45deg);
    cursor: pointer;
}
#countdown-row #popup-close:hover:before {
    color: white;
}
#countdown-row.showing {
    opacity: 1;
    transform: translateY(0);
}

/* ESRB Rating Update (8/13/18) *************************************************************/
.footer-ratings {
	position: relative;
	display: block;
}
.footer-ratings .rating {
	position: relative;
	display: inline-block;
	width: 30%;
	padding-right: 20px;
}
.footer-ratings .rating > img {
	position: relative;
	display: block;
	width: 100%; height: auto;
}



@media screen and (max-width: 1060px) {

body.page-template-page-style2017 header#top nav > ul > li > a, body.page-template-page-style2017 header#top .sf-menu li ul li a, body.blog header#top nav > ul > li > a, body.blog header#top .sf-menu li ul li a, body.archive header#top nav > ul > li > a, body.archive header#top .sf-menu li ul li a, body.single header#top nav > ul > li > a, body.single header#top .sf-menu li ul li a {
    font-size: 12px;
}
    
}

/* 1000px and Below (Tablet Layout) */
@media screen and (max-width: 1000px) {
    body.page-template-page-style2017 #header-outer, 
    body.blog #header-outer, 
    body.archive #header-outer, 
    body.single #header-outer {
        min-height: 0 !important;
    }
    
    /* Homepage *************************************************************************/
    
    /* Nectar Slider */
    body.page-template-page-style2017 .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
        font-size: 12px !important;
        padding: 5px 20px !important;
    }

    /* Availability Row (Directly Under Banner) */
    body.page-template-page-style2017 .available-row {
        text-align: center;
    }
    body.page-template-page-style2017 .available-row p {
        position: relative;
        margin-bottom: 20px !important;
    }
    body.page-template-page-style2017 .available-row .img-with-aniamtion-wrap img {
        width: 80%;
    }
    
    /* 3 Main Links Row (Fancybox's in Visual Composer) */
    body.page-template-page-style2017 .nectar-fancy-box {
        border-bottom: 1px solid #a02a10;
    }
    body.page-template-page-style2017 .nectar-fancy-box .inner {
        padding-bottom: 4%;
    }
    
    /* Testimonial & Award Teaser Row */
    body.page-template-page-style2017 .testimonial_slider {
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    body.page-template-page-style2017 .testimonial_slider blockquote p {
        font-size: 15px;
        line-height: 1.3;
    }
    body.page-template-page-style2017 .line-div {
        margin-top: 20px;
        padding-top: 10px;
    }
    body.page-template-page-style2017 .line-div:before {
        width: 100%; height: 2px;
        top: -10px; left: 0;
    }
    body.page-template-page-style2017 .line-div .img-with-aniamtion-wrap {
        position: relative;
        display: inline-block;
        width: 30%;
        margin-left: 2%;
    }
    
    
    
    /* Games Page **********************************************************************/
    body.page-template-page-style2017 .game-page {
        margin-top: -100px !important;
    }
    
    
    
    /* Individual Game Pages ***********************************************************/
    body.page-template-page-style2017 .game-banner {
        display: none;
        visibility: hidden;
    }
    body.page-template-page-style2017 .game-banner-mobile {
        display: block;
        visibility: visible;
        margin-top: -40px !important;
        padding-top: 40px;
    }
    body.page-template-page-style2017 .game-banner-mobile p {
        color: rgba(255,255,255,0.75);
    }
    
    body.page-template-page-style2017 #transparent-gradient {
        display: none;
        visibility: hidden;
    }
    
    body.page-template-page-style2017 .accent-btn {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    
    body.page-template-page-style2017 .store-game-container > .col.span_12.light {
        padding-left: 30px;
        padding-right: 30px;
    }
    body.page-template-page-style2017 .store-game-container:hover .store-game, 
    body.page-template-page-style2017 .store-game-container:hover .store-game-third {
        opacity: 1;
        transform: scale(1);
    }
    body.page-template-page-style2017 .store-game-container .store-game:hover, 
    body.page-template-page-style2017 .store-game-container .store-game-third:hover {
        transform: scale(1);
    }
    
    body.page-template-page-style2017 .wpb_raw_html.bordered-box {
        margin-left: 0;
        margin-top: 30px;
    }
    
    body.page-template-page-style2017 #mc_embed_signup .mc-field-group {
        padding-bottom: 16px;
    }
    body.page-template-page-style2017 #mc_embed_signup .button {
        width: 100%;
    }
    
    
    
    /* Specific Classes & Misc. *************************************************************/
    body.page-template-page-style2017 .page-banner {
        margin-top: -70px !important;
    }
	
	
	#countdown-row {
       display: none;
       visibility: hidden;
   }
}

/* 768px and Below (Mobile Layout) */
@media screen and (max-width: 768px) {
    body.page-template-page-style2017 h1 {
        font-size: 42px;
    }
    
    body.page-template-page-style2017 .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
        font-size: 20px !important;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1 !important;
    }
    body.page-template-page-style2017 .swiper-slide .button {
        padding-top: 0;
        border-radius: 0;
    }
    body.page-template-page-style2017 .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
        font-size: 10px !important;
        padding: 2px 10px !important;
    }
    
    body.page-template-page-style2017 .line-div {
        display: none;
        visibility: hidden;
    }    
    
    body.page-template-page-style2017 .game-page .img-with-aniamtion-wrap {
        display: none;
        visibility: hidden;
    }
    
    body.page-template-page-style2017 .accent-btn {
        width: 100%;
        margin-bottom: 20px;
    }
    
    body.page-template-page-style2017 .store-game-container {
        display: none; visibility: hidden;
    }
    body.page-template-page-style2017 .store-game-container-mobile {
        display: block; visibility: visible;
    }
    
    body.page-template-page-style2017 .page-banner {
        margin-top: -40px !important;
    }
	
	/* Mobile Home Banner Update (6/25/18) *************************************************************/
	.banner-desktop {
		display: none;
		visibility: hidden;
	}
	.banner-mobile {
		display: block;
		visibility: visible;
	}
	.banner-mobile .container {
		position: relative;
		display: block;
		width: 100%; height: 100%;
		max-width: 100% !important;
	}
	.banner-mobile .content {
		top: inherit !important;
		bottom: 0;
	}
	.banner-mobile .swiper-slide .button {
		padding-bottom: 0;
	}
	.banner-mobile .slider-pagination {
		display: none;
		visibility: hidden;
	}
	body.page-template-page-style2017 .banner-mobile .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button {
		width: 100%;
	}
	body.page-template-page-style2017 .banner-mobile .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
		font-size: 16px !important;
		padding: 10px 20px !important;
	}
	.banner-mobile .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
		padding: 0 !important;
	}
}

/* Added in the upgrade to salient v9.0.1, for consistency
   with the sizes from 7.6 */
h1{font-size:30px; line-height:42px; margin-bottom:7px}
h2{font-size:22px; line-height:36px; margin-bottom:10px}
h3{font-size:19px; line-height:34px; margin-bottom:7px}

body {
        font-size: 12px;
        -webkit-font-smoothing: antialiased;
        font-family: 'Open Sans';
        font-weight: 400;
        background-color: #1C1C1C;
        line-height: 22px;
}

html body[data-header-resize="1"] .container-wrap, .project-title {
        /*margin-top: -55px;*/
	/*padding-top: 93px !important;*/
	/*padding-top: 56px !important;*/
}

.iwithtext .iwt-icon img{width:35px; height:auto; padding:0}
.row .col .iwithtext .iwt-icon img:not([srcset]) { width:75px; }

