/* ==========================================================================
AARC THEME STYLE MODIFICATIONS
========================================================================== */

/* read more * relocate later */

.c-button-small {
	font-size: 0.82em;
	padding: 3px 5px;
}


/* global elements */

.clearfix {
	content: "";
	display: table;
	clear: both;	
}
body { font-size: 20px; line-height:1.5!important; }
h1,h2,h3,h4 {
	line-height: 1!important;
}
h3 {
	font-size: 28px;
	font-weight: bold;
}
h3.line-heading {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
p {
	margin: 30px 0;
}

/*hr {
	margin: 40px 0!important;
}*/

/* PRODUCT LISTS 
http://www.dev.rrgconsulting.com/mm5/themes/elements/extensions/product-lists/product-lists.css
*/

.x-product-list__image {
	/*margin-bottom: 16px;*/
	margin: 0 auto 16px auto;
	border: 1px solid #DDD;
	border-radius: 4px;
	padding: 4px;
	max-width: 100%!important;
	height: auto;
}

/* related items */

.related-line {
	
}
	.related-line-left {
		float: left;
		width: 30%;
	}
	.related-line-right {
		float: left;
		width: 68%;
	}

/* wrapper */

.o-site-wrapper {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.o-wrapper { 
	width: 1400px;
	max-width: 100%;
	margin-bottom: 30px;
}

/* global header */

.global-header-container {
	padding: 20px 16px;
	margin-bottom: 30px;
	background-color: #000;
}
	#js-SFNT .global-header-container {
		margin-bottom: 0;
	}
	/*
	#js-SFNT .global-header-container {
		margin-bottom: 60px;
		min-height: 700px;
		background: url(http://www.dev.rrgconsulting.com/mm5/graphics/00000001/hero_1_dark_2.jpg) no-repeat bottom center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	*/
.global-header {
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	clear: both;
}
	.global-header-logo {
		float: left;
		margin: 8px 20px 0 0;
	}
		.global-header-logo img {
			width: auto;
			height: 50px;
		}
	@media (min-width: 1150px) {
		.global-header-logo { margin: 0 40px 0 0; }
			.global-header-logo img {
				width: auto;
				height: 70px;
			}
	}
	@media (max-width: 1069) {
		.global-header-logo { margin-right: 0; }
	}
	.global-header-navigation {
		float: left;
		margin-top: 10px;
	}
	@media (max-width: 1069px) {
		.global-header-navigation { display: none; }
	}
	.global-header-cart {
		float: right;
		margin-top: 9px;
		width: auto!important;
	}	
	.global-header-cart a {
		display:inline-block;
		color:#FFF;
		text-decoration:none;
		font-size:27px;
		line-height:50px;
		padding:0 12px;
		text-transform: uppercase;
		text-align: center;
	}
	.global-header-mobile-menu {
		display: none;
	}
	@media (max-width: 1069px) {
		.global-header-cart {
			float: right;
			margin-top: 6px;
			width: auto!important;
		}
			.global-header-cart a {
				padding:0 5px;
			}
		.global-header-mobile-menu {
			display: block;
			float: left;
			margin-right: 15px;
			margin-top: 4px;
			width: auto;
			font-size: 27px;
			line-height: 50px;
		}
			.global-header-mobile-menu a { color: #FFF!important; }
	}
	
/* header container */

.global-header-container h1 {
	display: block;
	margin: 0;
	padding: 30px 0 15px 0;
	font-size: 50px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
}
	/*
	#js-SFNT .global-header-container h1 {
		margin-top: 60px;
	}
	*/
.global-header-container p {
	margin: 0 auto;
	color: #FFF;
	width: 100%;
	max-width: 1400px;
	text-align: center;
}
	/*
	#js-SFNT .global-header-container p {
		margin-bottom: 60px;
	}
	*/
.global-header-boxes {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}
	.global-header-box {
		float: left;
		width: 31%;
		min-height: 250px;
		margin: 1% 1%;
		padding: 30px;
		background-color: #000;
		text-align: center;
	}
		.global-header-box h2 {
			color: #FFF;
			font-size: 30px;
			line-height: 1.2;
		}
		
/* navigation menu - desktop */

#primary_nav_wrap
{
	position: relative;
	z-index: 999;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 5;
}

#primary_nav_wrap ul a
{
	position: relative;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:20px;
	line-height:50px;
	padding:0 16px;
	text-transform: uppercase;
}
	#primary_nav_wrap ul a.has-child {
		padding-right: 24px;
	}
	#primary_nav_wrap ul a i.fa {
		position: absolute;
		top: 23px;
		right: 8px;
		font-size: 10px;
	}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

/*#primary_nav_wrap ul li.menu-first {
	background-color: #333!important;
}*/

#primary_nav_wrap ul li.current-menu-item
{
	background:#3643a1
}

#primary_nav_wrap ul li:hover
{
	background:#000
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#000;
	padding:10px;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:350px;
}

#primary_nav_wrap ul ul a
{
	font-size: 20px;
	line-height:26px;
	padding:6px 12px 6px 24px;
	text-transform: none;
}

#primary_nav_wrap ul ul a:hover
{
	background-color: #e0e0e0;
	color: #555;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

@media (max-width:767px) {
	#primary_nav_wrap { display:none!important; }
}

/* The side navigation menu */

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    /*transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.sidenav ul {
	list-style: none;
	padding: 0;
}


/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
    display: block;
    transition: 0.3s;
	font-weight: bold;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav ul > li > ul {
	margin: 0 0 10px 0;
}
.sidenav ul li ul li {
	padding-left: 16px;
}
/* The navigation menu links */
.sidenav ul li ul li a {
    padding: 4px 4px 4px 32px;
	font-size: 0.8em;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
	line-height: 32px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* footer */

.t-site-footer {
	padding-top: 0.8em!important;
}
.t-site-footer .c-menu__title {
	font-size: 1.1em;
}
.t-site-footer .c-menu__list {
	text-align: center;
}
.t-site-footer .o-layout__item {
	text-align: center;
}
.t-global-footer-social-links ul.c-menu__list {
	text-align: center!important;
	margin: 0 auto!important;
}
.t-global-footer-social-links .c-menu__link {
	padding: 8px;
}
		
/* full height slider */

.aarcSlider .mySlides {display: none}
.aarcSlider img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.aarcSlider .prev, .aarcSlider .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  text-decoration: none!important;
}

/* Position the "next button" to the right */
.aarcSlider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.aarcSlider .prev:hover, .aarcSlider .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.aarcSlider .text {
  color: #f2f2f2;
  font-size: 20px;
  line-height: 1.3;
  padding: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 25%;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5) /* Green background with 30% opacity */
}
	.aarcSlider .text h2 {
		display: block;
		margin: 0 auto 20px auto;
		font-size: 32px;
	}
	.aarcSlider .text p {
		display: none;
		margin: 0 auto;
	}
	.aarcSlider .text-dark {
		color: #000!important;
	}
@media (min-width:680px) {
	.aarcSlider .text {
		top: 27%;
		font-size: 22px;
	}
		.aarcSlider .text h2 {
			font-size: 44px;
		}
}
@media (min-width:830px) {
	.aarcSlider .text {
		top: 31%;
		font-size: 22px;
	}
		.aarcSlider .text h2, .aarcSlider .text p {
			display: block;
			max-width: 850px;
		}
		.aarcSlider .text h2 {
			font-size: 50px;
		}
}
@media (min-width:1200px) {
	.aarcSlider .text {
		top: 35%;
		font-size: 26px;
	}
}

/* Number text (1/3 etc) */
.aarcSlider .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: #000;
}

/* The dots/bullets/indicators */
.aarcSlider .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.aarcSlider .active, .aarcSlider .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.aarcSlider .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .aarcCarousel .prev, .aarcCarousel .next, .aarcCarousel .text {font-size: 11px}
}

/* widget blurb */

.widget-blurb {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
	.widget-blurb img {
		margin-bottom: 10px;
	}
	.widget-blurb h4 {
		font-size: 24px;
		line-height: 1.2;
	}
	
/* CTGY Assets */

.ctgy-subcats { text-align: center; justify-content: center!important; margin-bottom: 20px; }
.ctgy-subcats .x-product-list__figure {
	background-color: #EFEFEF;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 8px;
}
.x-product-list__figure {
	margin-bottom: 20px;
}
.ctgy-filters {
	background-color: #F9F9F9;
	padding: 0 15px;
	margin-bottom: 40px;
	border: 1px solid #DDD;
}
.x-product-list__name {
	font-size: 18px;
}

/* PROD assets */

.x-product-layout-images {
	padding: 0 60px!important;
}
.prod-custom-image-container {
	text-align: center;
}
.prod-custom-image {
	display: inline-block;
	margin: 15px;
}
	.prod-custom-image img {
		max-width: 100%!important;
	}
.prod-custom-video-container {
	width: 100%;
	max-width: 700px;
}
.embed-responsive{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
	.embed-responsive-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0!important;
	}
.video-demo-container {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}
.x-product-layout-purchase__immediate-download {
	display: block;
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #DDD;
	border-radius: 3px;
	background-color: #F1F1F1;
}

.x-product-layout-purchase__options {
	margin-bottom: 20px;
}

.x-product-layout-purchase__options-attribute .c-form-label {
	font-size: 1.3em;
	font-weight: bold;
}

.o-layout__item {
	margin-top: 0!important;
}

.prod-pdfs {
	display: block;
	padding: 15px 5px 5px 5px;
	background-color: #F1F1F1;
	border: 1px solid #DDD;
	text-align: center;
}
	.prod-pdfs h2 {
		font-size: 30px;
		font-weight: bold;
	}
	.prod-pdfs a {
		display: inline-block;
		width: 48%;
		margin: 10px 0;
		text-align: center;
	}
		.prod-pdfs a i.fa {
			margin-bottom: 10px;
			font-size: 45px;
		}
		.prod-pdfs a h3 {
			font-size: 18px;
			font-weight: normal;
		}
@media (min-width: 768px) {
	.prod-pdfs a {
		width: 18%;
	}
}

/* cart page */

body.t-page-bask h1.c-heading-alpha {
	font-size: 1.1em!important;
}
body.t-page-bask .c-table-responsive_thead {
	background-color: #EFEFEF;
	border: 1px solid #DDD;
	border-color: rgb(192, 192, 192);
	border-bottom: 0!important;
}
body.t-page-bask .c-table-responsive_thead th {
	padding: 0 5px!important;
}
@media (min-width: 768px) {
	body.t-page-bask .c-heading-delta {
		margin-top: 0;
	}
}
.order-right-column {
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
}

/* contact forms */

form.contact-form {
	display: block;
	padding: 20px;
	border: 1px solid #DDD;
	background-color: #F1F1F1;
}
	form.contact-form h2 {
		padding: 10px 20px 13px 20px;
		margin: -20px -20px 30px -20px;
		font-size: 35px;
		font-weight: bold;
		background-color: #999;
		color: #FFF;
	}
	form.contact-form label {
		font-size: 0.8em;
		font-weight: bold;
	}

/* logn */

.c-heading-delta {
	font-size: 1.4em;
	font-weight: bold;
}
	
/* text stuff */

.text-left { text-align:left!important; }
.text-center { text-align:center!important; }

/* fancy span */

h1.fancy,
h2.fancy {
	font-size: 37px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #DDD;
	line-height: 1.2!important;
	padding-bottom: 20px;
	margin: 0 0 60px 0;
}
h1.fancy { font-size: 45px; }

@media (min-width:1000px) {
h1.fancy,
h2.fancy {
	font-size: 37px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #DDD;
	line-height: 0.1em!important;
	margin: 30px 0 60px 0;
	padding-bottom: 0;
}
	h1.fancy { font-size: 45px; }
	h1.fancy span,
	h2.fancy span {
		background-color: #FFF;
		padding: 0 20px;
	}
}
.o-layout-header .fancy {
	margin: -10px 0 30px 0;
	text-align: center;
}

.page-row {
	display: block;
	clear: both!important;
}
	.page-col-left {
		float: left;
		width: 30%;
		margin-bottom: 30px;
	}
	.page-col-right {
		float: right;
		width: 67%;
		margin-bottom: 30px;
	}
@media (max-width: 800px) {
	.page-col-left, .page-col-right {
		display: block;
		float: none;
		width: 100%;
	}
}

/* rich text editor assets */

.rich-text-editor h2 {
	margin: 30px 0;
	font-size: 40px;
	font-weight: bold!important;
}

/* blog post */

h1.blog-title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #000;
}
.blog-image img {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	max-width: 100%;
	height: auto!important;
}

/* wells */

.well {
	display: block;
	padding: 20px;
	margin: 0 0 30px 0;
	border: 1px solid #DDD;
}
.well-featured {
	font-size: 17px;
	background-color: #F1F1F1;
}
	.well-featured h3 {
		font-size: 23px;
	}
	.well-featured img {
		margin-bottom: 20px;
		width: 100%!important;
		height: auto!important;
		border: 1px solid #DDD;
		padding: 4px;
	}
@media (max-width:800px) {
	.well-featured img {
		display: none;
	}
}

/* clears and breaks */

.br-0 { display:block; clear:both; height:0; line-height:0; }
.br-10 { display:block; clear:both; height:10px; line-height:10px; }
.br-20 { display:block; clear:both; height:20px; line-height:20px; }
.br-30 { display:block; clear:both; height:30px; line-height:30px; }
.br-40 { display:block; clear:both; height:40px; line-height:40px; }
.br-50 { display:block; clear:both; height:50px; line-height:50px; }
.br-60 { display:block; clear:both; height:60px; line-height:60px; }
.br-70 { display:block; clear:both; height:70px; line-height:70px; }

.mrg-btm-10 { margin-bottom: 10px!important; }
.mrg-btm-20 { margin-bottom: 20px!important; }
.mrg-btm-30 { margin-bottom: 30px!important; }

/* text */

.text-center { text-align: center!important; }