/*
Theme Name: Gantry Theme for WordPress
Theme URI: http://www.rockettheme.com
Description: Basic default Gantry theme for Wordpress
Version: 4.1.8
Author: RocketTheme, LLC
Author URI: http://www.rockettheme.com
*/

body {
	background: #fff;
	color: #3537538;
    margin: 0 auto !important;
	max-width: 1000px;
    padding: 0 2%;
	width: 100%;
} 

body,
.font-size-is-default {
	font-family: 'museo-sans', serif;
    font-size: 18px;
	font-style: normal;
	font-weight: 100;
    line-height: 26px;
}

body #pageWrapper {
	width: 100%;
}

body .rt-container {
	margin: 0 auto;
	max-width: 1800px;
	min-width: 100px;
	position: relative;
	width: 100%;
}

body .rt-container .rt-grid-12 {
	width: 100%;
}

body .rt-container .rt-grid-3,
body .rt-container .rt-grid-4,
body .rt-container .rt-grid-6,
body .rt-container .rt-grid-9 {
    width: auto;
}

p {
	margin: 0;
	padding: 0 0 25px 0;
}

ul, 
ol {
	margin: 0 0 0 30px;
	padding: 0 0 15px 0;
}

li {
	margin: 0;
	padding: 10px 0;
}

a,
a:focus,
a:link,
a:visited {
	color: #000;
	outline: none;
	text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

a:active,
a:hover {
	color: #989a9c;
	cursor: pointer;
	text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'museo-sans', serif;
	font-style: normal;
	font-weight: 100;
	margin: 0;
	padding: 0 0 25px 0;
}

h1 {
	font-size: 30px;
	line-height: 10px;
}

h2 {
	color: #000;
	font-size: 26px;
}

h3,
h4,
h5,
h6 {
	font-size: 16px;
	line-height: 22px;
}

b,
strong {
	font-weight: 700;
}

.aligncenter {
	display: block;
	margin: 25px auto;
}

@media (min-width: 768px) {
	.alignleft {
		float: left;
		margin: 5px 15px 5px 0;
	}

	.alignright {
		float: right;
		margin: 5px 5px 5px 15px;
	}
}

.component-content .item-separator {
    display: block;
	margin: 0 auto 40px auto;
	padding: 0 0 15px 0;
	width: 50%;
}

.clear {
	clear: both;
}

#SiteWrapper {
	box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
	max-width: 1800px;
}

.post-footer {
	padding: 0 0 25px 0;
}

/* Overwrites */
.rt-block {
    margin: 0;
    padding: 0;
}

#rt-top-surround, 
#rt-top-surround:after, 
#rt-footer {
    background: none;
    border: none;
    box-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
    text-shadow: none;
}

a img.alignnone {
    margin: 0;
}

.gf-menu li.parent > .item:after {
    content: "";
}

ul.menu li a:before, 
ul.menu li .item:before, 
ul.menu li .separator:before {
	content: "";
}

ul.menu {
	list-style: outside;
}

ul.menu li a, 
ul.menu li .item, 
ul.menu li .separator {
	font-weight: normal;
}

#rt-content-top {
	display: block;
}

.title {
	border-bottom: none;	
	text-shadow: none;
	box-shadow: none;
}

/*Forms*/
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
	border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #000;
	font-size: inherit;
	height: auto;
	line-height: normal;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
textarea, 
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
textarea {
	background-color: #fff;
    border: 1px solid #CCCCCC;
	font-family: 'museo sans', sans-serif;
    font-size: 14px;
	font-weight: 400;
	margin: 0;
    padding: 5px;
	width: 300px;
}

@media (min-width: 768px) {
	input[type="text"], 
	input[type="password"], 
	input[type="email"], 
	input[type="tel"], 
	textarea {
		width: 400px;	
	}
}

input[type="submit"] {
	background: #a21f4a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'museo-sans', sans-serif;
	font-size: 16px;
	height: 35px;
	padding: 0 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

input[type="submit"]:hover {
	background: #87193D;
}


input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #a21f4a;
	outline: none;	
}




.logo img {
	width: 300px;	
}


/* NAV STYLES */

#top-nav {
	margin-top: 10px;
	padding: 0;
}

#top-nav ul {
	list-style: none;
	margin: 0;
}

#top-nav ul li {
	display: inline-block;	
}

#top-nav .login {
	background: url('/wp-content/uploads/2015/11/lock-icon.jpg') 1% 24% no-repeat;
	background-size: 17px;
	margin-left: 10px;
	text-align: right;
	width: 90px;
}

#top-nav ul .login a:hover {
	background: transparent;
	color: #160e46;
	padding: 5px;
}

#top-nav ul li a {
	color: #160e46;
	padding: 5px;	
}

@media (min-width: 768px) {
	#top-nav ul {
		margin: auto;
	}
	
	#top-nav ul li a {
		padding: 5px 15px;	
	}
	
	#top-nav .login {
		margin-left: 35px;
	}
}

#top-nav ul li a:hover, #top-nav ul li a:focus, #top-nav ul li a:active {
	background: #160e46; 
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;	
}

#top-nav ul .login a:hover, #top-nav ul .login a:focus, #top-nav ul .login a:active {
	background: transparent;
	color: #160e46;
	text-decoration: underline;	
}

.main-nav-container {
	position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);	
}


#main-nav {
	background-color: #160e46;
	margin: 15px 0 30px 0;	
	text-align: center;	
}

#main-nav ul {
	list-style: none;
	margin: 0 auto;
	max-width: 1000px;
	padding-bottom: 1px;
	padding-top: 1px;
}

#main-nav ul li {
	border-bottom: 1px solid #fff;
	font-size: 15px;
	padding: 5px 0;
	text-transform: uppercase;	
}

#main-nav ul li a {
	color: #fff;	
}

#main-nav ul li a:hover, #main-nav ul li a:focus, #main-nav ul li a:active {
	color: #fff;	
	text-decoration: none;
}

#main-nav ul li:hover, #main-nav ul li:focus, #main-nav ul li:active {
	background-color: #fff;	
}

#main-nav ul li:hover a, #main-nav ul li:focus a, #main-nav ul li:active a {
	color: #160e46;
	text-decoration: none;	
}

#main-nav .list-last {
	border-bottom: none;	
}

.logo {
	text-align: center;	
}

@media all and (min-width: 900px) {
	#top-nav ul {
		text-align: right;
	}
	
	#main-nav ul li {
		border-bottom: none;
		display: inline-block;
		margin: 5px 10px;
		padding: 2px 0;
		width: 20%;
	}
}

@media all and (min-width: 768px) {
	.logo {margin-left: 10px; text-align: left;}
}

@media all and (min-width: 900px) {
	.logo {margin-top: -30px;}
}


.home {
	margin: 0 auto;	
}

.home #-speakpipe-widget-side-button {
	display: none !important;	
}

#rt-showcase {
	background: #fff;
	background-image: none;
	border-bottom: none;
	box-shadow: none;
	padding: 5px 10px 25px 10px;
	height: 590px !important;
}

#home-carousel {
	height: 615px;
	margin: 0 auto !important;	
	width: 315px;
}

#home-carousel .carousel-inner {
	margin:0 auto;
	height: 100%;
	width: 100%;	
}

#home-carousel h1 {
	margin-bottom: 0;	
	padding-bottom: 10px;
}

#home-carousel .carousel-indicators {
	left: 32%;
	margin-bottom: 0;
	padding-bottom: 0;
	bottom: 0;	
}

#home-carousel .carousel-indicators li {
	border: 2px solid #160e46;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 9px;
	padding: 6px;
}

#home-carousel .carousel-indicators li.active {
	background: #160e46;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left {
	margin-left: -75px !important;	
}

.carousel-control .glyphicon-chevron-right {
	margin-right: -20px !important;	
}

#home-carousel .carousel-control {
	display: none;	
}

.rt-showcase-pattern {
	background-image: none;	
}

.left-area {
	margin-top: 15px;
	text-align: center;	
}

.right-area {
	text-align: center;	
}

@media all and (min-width: 992px) {
	.right-area img {
		margin-left: -100px;
	}
}

.left-area h1 {
	color: #160e46;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-shadow: none;	
}

.left-area p {
	color: #160e46;
	line-height: 21px;
	text-shadow: none;	
}

@media all and (min-width: 550px) {
	#home-carousel {
		height: 560px;
		width: 525px;
	}
	
	#home-carousel .carousel-inner {
		height: 560px !important;
	}
	
	#home-carousel .carousel-inner .item {
		height: 560px !important;
	}
	
	#home-carousel .carousel-indicators {
		left: 50%;	
	}
}

@media all and (min-width: 992px) {
	#home-carousel {
		height: 350px;
		width: 975px;
	}
	
	#home-carousel .carousel-inner {
		height: 350px !important;
		width: 90%;	
	}
	
	#home-carousel .carousel-inner .item {
		height: 350px !important;
	}
	
	#home-carousel .carousel-control {
		background: none;
		background-image: none;
		border: none;
		display: block;	
		top: 125px;
	}
	
	.left-area {
		float: left;
		margin-top: 0;
		text-align: left;
		width: 45%;	
	}
	
	.right-area {
		float: right;
		width: 45%;	
	}
	
	.left-area h1 {
		font-size: 48px;	
		line-height: 52px;
	}
	
}

#rt-feature {
	display: none;	
}

.feature-images {
	background: #eee;	
	padding: 25px 0 15px 0;
	text-align: center;
	position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
}

.feature-images .textwidget {
	margin: 0 auto;
	max-width: 1000px;	
}

.feat-img-cont {
	margin: 0 auto 25px auto;
	max-width: 80%;	
}

.feature-images img {
	max-width: 100%;
}

.feat-img-cont h2 {
	font-size: 18px;
	color: #160e46;
	font-weight: 700;
	line-height: 26px;	
	margin-top: 15px;
	padding-bottom: 5px;
}

.feat-img-cont p {
	color: #160e46;
	padding-bottom: 0;
}

@media all and (min-width: 992px) {
	.feature-images {
		padding: 40px 10px;	
	}
	
	.feat-img-cont {
		display: inline-block;
		margin: 0 15px;	
		max-width: 20%;	
	}	
	
	.feat-img-cont p {
		text-align: right;		
	}
}

#rt-maintop {
	background: #eee;
	border-bottom: none;
	box-shadow: none;
    width: 100vw;
    left: calc(-50vw + 50%);
	padding: 2%;
	position: relative;
	text-align: center;	
}

#rt-maintop .rt-container {
	max-width: 950px;	
}

.help-section {
	margin-bottom: 25px;	
}

.help-section h1 {
	background: url('/wp-content/uploads/2015/11/bulb-accent.png') 0% 15% no-repeat;
	background-size: 64px;
	color: #160e46;
	font-size: 28px;
	font-weight: 700;
	line-height: 102px;
	margin: 10px auto 0 auto;
	padding-bottom: 0;
	width: 330px;
}

.help-section p {
	margin: 0 auto;
	width: 65%;	
}

.voice-msg {
	padding: 15px 5px;
	text-align: center;	
}

.voice-msg img {
	display: block;
	margin: 25px auto 10px auto;
	max-width: 65px;	
}

.voice-msg a:hover {
	color: #a21f4a;
	text-decoration: none;	
}

#-speakpipe-dialog-container {
	top: 25px;	
}

@media all and (min-width: 768px) {
	.help-section h1 {
		background: url('/wp-content/uploads/2015/11/bulb-accent.png') 8% 13% no-repeat;
		background-size: 100px;
		font-size: 35px;
		line-height: 146px;
		width: 500px;
	}	
}

@media all and (min-width: 992px) {
	.help-section h1 {
		background: url('/wp-content/uploads/2015/11/bulb-accent.png') 7% 4% no-repeat;
		background-size: 110px;
		font-size: 50px;
		line-height: 146px;
		width: 656px;
	}	
	
	.helpblock {
		width: 45%;	
	}
	
	.contact-form {
		float: left;
		text-align: left;
	}
	
	.voice-msg {
		float: right;
	}
}

.item-page {
	margin: 0 auto;
	max-width: 975px;	
}

.secondary {
	padding: 0 2%;
}

@media (min-width: 1050px) {
	.secondary{
		 padding: 0;	
	}
}

.secondary h2, .about h2, .contact h2 {
	border-bottom: none;
	font-size: 32px;
	text-align: center;	
}

.secondary img {
	max-width: 100%;	
}

#md-menu, #mv-menu, #ps-menu {
	background: #ADADAD;
	color: #fff;
	display: none;
	left: 0;
	padding: 5px;
	position: fixed;	
	top: 100px;
	z-index: 10;
}

.machine-design ul {
	list-style: none;
	margin-left: 15px;	
}

.sub-content {
	margin-top: 30px;	
}

.sub-content ul {
	list-style: circle;	
}

.sub-content h3 {
	background:	#a21f4a;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 5px 0 5px 10px;
}

.sub-content h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;	
}

.sub-content h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;	
}

.list-tier-2 {
	margin-left: 10px;
}

.list-tier-3 {
	margin-left: 20px;
}

.article-content {
	padding: 0 2%;	
}

a[data-readmore-toggle], a[data-readmore] {
	color: #a21f4a;
	font-weight: bold;
	margin: 10px 0;	
}

.sub-content .small-img.alignleft {
	width: 200px;	
}

.sub-content .alignright {
	float: none;
	margin: 10px 0;
	max-width: 100%;	
}

.sub-content .double-img .alignright {
	max-width: 100%;	
}

.sub-content .side-by-side img {
	margin: 10px 0;	
}

.sub-content .side-by-side p {
	padding: 0;	
}

@media all and (min-width: 768px) {
	.sub-content .side-by-side img {
		float: left;
		margin: 10px;
		width: 45%;	
	}
	
	.sub-content .alignright {
		float: right;
		margin: 5px 5px 5px 15px;
		max-width: 425px;
	}
	
	.sub-content .side-by-side .side-2 {
		margin-top: -17px;	
	}
	
	.sub-content .double-img .alignright {
		max-width: 300px;	
	}
}

.about h3 {
	font-size: 22px;
	line-height: 30px;
}

.about #rt-main {
	padding: 1%;	
}

.about-img {
	text-align: center;	
}

.about-img .alignright {
	float: none;	
	margin: 0 auto 15px auto;
}

@media all and (min-width: 768px) {
	.about-img {
		text-align: left;	
	}
	
	.about-img .alignright {
		float: right;	
		margin: 50px 5px 0 15px;
	}	
}

.contact-info {
	margin-bottom: 30px;
}

@media all and (min-width: 768px) {
	.contact .post-content {
		margin-top: 50px;	
	}
	.contact form {
		float: left;	
	}
	.contact-info {
		float: right;
		font-size: 18px;
		line-height: 30px;	
		margin-right: 15%;
	}
}

/* CLIENT PAGE */

#logo-grid {
	text-align: center;
}

#logo-grid .logo-item img {
	max-width: 100%;	
}

@media all and (min-width: 768px) {
	#logo-grid .logo-item {
		display: inline-block;
		margin: 0 10px;
		width: 20%;	
	}
	
	
}


/* BLOG STYLES */

.component-content h2 a {
	color: #160e46 !important;
}

.readmore, .btn-primary {
	background: none !important;
	background-color: #a21f4a !important;
	border: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	box-shadow: none !important;
	padding: 5px 10px !important;
	text-shadow: none !important;	
}

.readmore a {
	color: #fff !important;	
}

.readmore a:hover {
	text-decoration: none;	
}

.readmore:hover {
	background: #87193D !important;	
}

.component-content .pagination {
	margin: 0 auto;
	width: 100%;	
}

.component-content .pagination ul {
	position: relative;	
}


/* FOOTER STYLES */

footer {
	position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);	
}

#rt-footer {
	background: #160e46;
	color: #fff;
	padding: 15px 20px 5px 20px;
	text-align: center;	
}

#rt-footer .rt-container {
	margin: 0 auto;
	max-width: 1000px;	
}

#rt-footer p {
	font-size: 18px;
	padding-bottom: 0;
}

#rt-footer span {
	font-weight: 700;	
}

#rt-footer .celebrate {
	font-size: 14px;
	margin-bottom: 25px;
}

#rt-footer .phone-number {
	font-size: 14px;
	margin: 0 auto;
	padding: 5px;
	width: 210px;
}

#rt-footer .phone-number a {
	color: #fff;	
}

#rt-footer .copyright {
	font-size: 14px;
	margin-top: 30px;	
}

@media all and (min-width: 992px) {
	#rt-footer .celebrate {
		float: left;
	}
	
	#rt-footer .phone-number {
		float: right;
	}	
}

@media all and (min-width: 768px) {
	#rt-footer .phone-number, #rt-footer .celebrate {
		font-size: 18px;	
	}
}


#rt-showcase .carousel-work .textwidget .carousel-inner {
	min-height: 500px !important;	
}


@media all and (min-width: 992px){

#rt-showcase .carousel-work .textwidget div {
	min-height: 350px !important;	
}
}

/** 404 PAGE STYLES **/

.error .rt-error-rocket {
	background: none;
	float: none;
	text-align: center;
	width: 100%;	
}

.error .rt-error-content {
	float: left;
	margin: 0;
	width: 40%;	
}

.rt-error-content h1 {
	font-size: 55px;
	line-height: 55px;
}

.rt-error-content h2 {
	border-bottom: none;
	font-size: 25px;
	line-height: 30px;
	text-shadow: none;
}

.error .go-home h3 {
	background: #160e46;
	border: 2px solid #160e46;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 125px;
	text-align: center;
}

.error .go-home h3 a {
	color: #fff;
	display: block;
	padding: 5px;
}

.error .go-home h3:hover a {
	color: #160e46;
}

.error .go-home h3:hover {
	background: transparent;
}










