@@ -5706,11 +5706,12 @@ $.magnificPopup.registerModule(RETINA_NS, {
return !this.config.mobile && this.util().isMobile(navigator.userAgent);
};

return WOW;
return WOW;

})();

}).call(this);

jQuery(function($){

$('html').removeClass('no-js').addClass('js');
@@ -5721,7 +5722,7 @@ jQuery(function($){

function toggleMobileMenu() {
var html = document.documentElement;

if ( html.getAttribute('data-mobile-menu-open') === "true" ) {
html.setAttribute('data-mobile-menu-open', 'false');

@@ -5733,17 +5734,17 @@ jQuery(function($){
var closeLayer = document.getElementById('mobileNavigation-overlay');

if ( closeLayer ) {
closeLayer.addEventListener('click', function(){
closeLayer.addEventListener('click', function() {
toggleMobileMenu();
});
});

document.getElementById('mobileNavigation-close').addEventListener('click', function(){
toggleMobileMenu();
});
});

document.getElementById('mobileMenu-toggle').addEventListener('click', function(){
toggleMobileMenu();
});
});
}

/**
@@ -5966,6 +5967,7 @@ jQuery(function($){
stickyNav_setup();

function stickyNav_siteMastheadWrapperHeightFix() {
var nav = $('[data-fixed-masthead]');
var navHeight = nav.outerHeight();
$('#siteMasthead-wrapper').height(navHeight);
}
@@ -5980,7 +5982,7 @@ jQuery(function($){
}
}

$(window).scroll(function() {
$(window).scroll(function() {
window.requestAnimationFrame(stickyNav_scroll);
});

@@ -6013,7 +6015,7 @@ jQuery(function($){
});

$('[data-slider="test-buttons"]').slick({
slidesToShow: 3,
slidesToShow: 3,
slidesToScroll: 1,
asNavFor: '[data-slider="test-main"]',
arrows: true,
@@ -6023,17 +6025,3 @@ jQuery(function($){
});

});














Large diffs are not rendered by default.

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -506,8 +506,8 @@
return !this.config.mobile && this.util().isMobile(navigator.userAgent);
};

return WOW;
return WOW;

})();

}).call(this);
}).call(this);
@@ -8,7 +8,7 @@ jQuery(function($){

function toggleMobileMenu() {
var html = document.documentElement;

if ( html.getAttribute('data-mobile-menu-open') === "true" ) {
html.setAttribute('data-mobile-menu-open', 'false');

@@ -20,17 +20,17 @@ jQuery(function($){
var closeLayer = document.getElementById('mobileNavigation-overlay');

if ( closeLayer ) {
closeLayer.addEventListener('click', function(){
closeLayer.addEventListener('click', function() {
toggleMobileMenu();
});
});

document.getElementById('mobileNavigation-close').addEventListener('click', function(){
toggleMobileMenu();
});
});

document.getElementById('mobileMenu-toggle').addEventListener('click', function(){
toggleMobileMenu();
});
});
}

/**
@@ -253,6 +253,7 @@ jQuery(function($){
stickyNav_setup();

function stickyNav_siteMastheadWrapperHeightFix() {
var nav = $('[data-fixed-masthead]');
var navHeight = nav.outerHeight();
$('#siteMasthead-wrapper').height(navHeight);
}
@@ -267,7 +268,7 @@ jQuery(function($){
}
}

$(window).scroll(function() {
$(window).scroll(function() {
window.requestAnimationFrame(stickyNav_scroll);
});

@@ -300,7 +301,7 @@ jQuery(function($){
});

$('[data-slider="test-buttons"]').slick({
slidesToShow: 3,
slidesToShow: 3,
slidesToScroll: 1,
asNavFor: '[data-slider="test-main"]',
arrows: true,
@@ -310,17 +311,3 @@ jQuery(function($){
});

});














This file was deleted.

@@ -3,10 +3,10 @@
* =============================
* BrandCo Website Styles
* Run "gulp"
* =============================
* =============================
*/
/**
* Setup Files
/**
* Setup Files
*/
/**
* =============================
@@ -45,8 +45,8 @@
* =============================
* Global Styles
* =============================
*
* Table of Contents:
*
* Table of Contents:
* ------------------
* 1.0 - Global/Resets
* 2.0 - Entry Content
@@ -448,8 +448,8 @@ html .live-edit-button {
display: block;
width: 100%; }

/**
* Plugin Files
/**
* Plugin Files
*/
.gform_wrapper form .gform_heading {
margin: 0.9375rem 0; }
@@ -1206,8 +1206,8 @@ img.mfp-img {
right: 0;
padding-top: 0; }

/**
* Main Site Files
/**
* Main Site Files
*/
/**
* =============================

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -2,18 +2,18 @@
* =============================
* BrandCo Website Styles
* Run "gulp"
* =============================
* =============================
*/

/**
* Setup Files
/**
* Setup Files
*/

@import "site/setup";
@import "site/global";

/**
* Plugin Files
/**
* Plugin Files
*/

@import "plugins/gravity-forms";
@@ -22,8 +22,8 @@
@import "plugins/magnific-popup";
// @import "plugins/datepicker";

/**
* Main Site Files
/**
* Main Site Files
*/

@import "site/forms";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -27,7 +27,7 @@
outline: 0;

&:focus {
outline: 0;
outline: 0;
}

&:hover {
@@ -54,7 +54,7 @@

}
}

.formField-search-holder {
width: 100%;
position: relative;
@@ -167,7 +167,7 @@
transition: 300ms;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-moz-appearance: none;
border-radius: $formField-borderRadius;
box-shadow: none;

@@ -176,4 +176,3 @@
outline: 0;
}
}

@@ -2,8 +2,8 @@
* =============================
* Global Styles
* =============================
*
* Table of Contents:
*
* Table of Contents:
* ------------------
* 1.0 - Global/Resets
* 2.0 - Entry Content
@@ -26,6 +26,7 @@ html {
overflow-x: hidden;
max-width: 100%;
color: $globalColor-black;

}

body {
@@ -40,7 +41,7 @@ body {
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-osx-font-smoothing: grayscale;
}

*,
@@ -61,7 +62,7 @@ ul {

li {
@include fontSize(16);
list-style: none;
list-style: none;
vertical-align: top;

&:focus {
@@ -96,33 +97,33 @@ h6 {
}

h1,
.__h1 {
@include fontSize($headlineSize-h1);
.__h1 {
@include fontSize($headlineSize-h1);
}

h2,
.__h2 {
@include fontSize($headlineSize-h2);
.__h2 {
@include fontSize($headlineSize-h2);
}

h3,
.__h3 {
@include fontSize($headlineSize-h3);
.__h3 {
@include fontSize($headlineSize-h3);
}

h4,
.__h4 {
@include fontSize($headlineSize-h4);
.__h4 {
@include fontSize($headlineSize-h4);
}

h5,
.__h5 {
@include fontSize($headlineSize-h5);
.__h5 {
@include fontSize($headlineSize-h5);
}

h6,
.__h6 {
@include fontSize($headlineSize-h6);
.__h6 {
@include fontSize($headlineSize-h6);
}

a,
@@ -150,8 +151,8 @@ a {
}
}

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

@@ -176,7 +177,7 @@ img {
.gform_wrapper {
margin-bottom: 30px;
}

h1,
h2,
h3,
@@ -338,7 +339,7 @@ img {

.gallery-caption {
display: block;
}
}
}

/**
@@ -386,7 +387,7 @@ img[data-src] { opacity: 0; }

img,
embed,
object {
object {
max-width: none !important;
}
}
@@ -417,7 +418,7 @@ html .live-edit-button {
left: 0;
width: 100%;
height: 100%;
}
}
}

.screen-reader-object {
@@ -456,4 +457,4 @@ html .live-edit-button {
transition: 300ms;
display: block;
width: 100%;
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -12,6 +12,10 @@

<header id="pageHeader" class="pageHeader __border-bottom-thin __sectionPadding-default">
<div class="pageContainer">
<h1 class="pageTitle">
<?php echo 'Search results for: <span>' . get_search_query() . '</span>'; ?>
</h1>

<?php echo sprintf( '<h1 class="PageTitle">Search results for: <span>%s</span></h1>', get_search_query() ); ?>
</div>
</header>
@@ -23,7 +27,7 @@
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part('templates/archive', 'default'); ?>
<?php endwhile; ?>
<?php BrandCo_Pagination(); ?>
<?php Functions\BrandCo_Pagination(); ?>
</div>

<aside class="pageMain-secondary siteSidebar widgetArea" role="complementary">
@@ -36,4 +40,3 @@
</main>

<?php get_footer();?>