/** Custom Styles for STRATEGY HAT**/
#wpadminbar{
	/*display:none;*/
}

.entry-footer, .entry-header, .site-info{
	display:none;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Arimo:700');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,900');
@font-face { 
font-family: "FontAwesome";
src: url("fontawesome-webfont.eot");
}

@font-face {
  font-family: 'uniform';
  src: url('../fonts/uniform-webfont.woff2') format('woff2'),
       url('../fonts/uniform-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gotham';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'),
       url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-xlight';
  src: url('../fonts/Gotham-ExtraLight.woff2') format('woff2'),
       url('../fonts/Gotham-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-light';
  src: url('../fonts/Goham-Light.woff2') format('woff2'),
       url('../fonts/Gotham-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* change the background color */
.navbar {
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
/* change the brand and text color */
.navbar .navbar-brand,
.navbar .navbar-text {
	color: rgba(33,33,33,1);
}
/* change the link color */
.navbar .navbar-nav .nav-link {
	color: rgba(33,33,33,0.8);
	display: block;
	/*padding: 40px 10px 5px 10px;*/
	text-decoration: none;
	
	font-weight: 400;
	text-transform: uppercase;
	/*margin: 0 10px;*/
	position: relative;
	transition: all .5s;

}

.navbar-brand{
	/*margin-top:30px;*/
}

a.navbar-brand img{
	width:400px;
}


.dropdown-toggle::after{
	border-top:none !important;
}

.navbar .navbar-nav .nav-link:after{
	text-align: left;
	content: '.';
	margin: 0;
	opacity: 0;
}

.navbar .navbar-nav .nav-link:after, .navbar .navbar-nav .nav-link:before{
	transition: all .3s;
}

.navbar .navbar-nav .nav-link:after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
/*	background: #212121;
	height: 1px;*/
}

ul li:hover ul {
display:block;
}

#navbarNavDropdown{
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
	font-weight:200;

}

#wrapper-navbar{
	height:80px;
	padding:0 100px 0 100px;
	
}

.navbar-nav .nav-item .nav-link:hover{
	color: #fff;
	z-index: 1;
	color:#1976d2;
	transition:all 1s forwards;
}

.navbar-nav .nav-item .nav-link:hover:after{
	/*z-index: -10;*/
	animation: fill 1s forwards;
	-webkit-animation: fill 1s forwards;
	-moz-animation: fill 1s forwards;
	opacity: 1;
	
}

ul.dropdown-menu li .nav-link:hover{
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;	
	color:#fff !important;
	border:0 !important;
}

@-webkit-keyframes fill {
	0% {
		width: 0%;
		height: 1px;
	}
	50% {
		width: 100%;
		height: 1px;
	}
	100% {
		width: 100%;
		height: 1px; /*changed from 100%*/
		background: #1976d2;
	}
}

section{
	padding:0 10% 0 10%;
	
}

#navbar-main{
	background-color:#fff !important;
	/*transition: all 1s ease 0s;*/
	position:fixed;
	top:0;
	display: flex !important;
	color:#000 !important;
	
	width: 100%;
	z-index:10001;
	/*transition: all 1s ease 0s;*/
	left:0;
	padding:0 10% 0 10%;
	height:120px;
   
}

#navbar-main.sticky a, #navbar-main.sticky a.nav-link{
  /*margin-top:0px;
  padding-top:.25rem;*/
}

.sticky .navbar-brand{

}

#navbar-main.sticky{
	position:fixed;
	top:0;
	display: flex !important;
	color:#000 !important;
	
	width: 100%;
	z-index:10001;
	/*transition: all 1s ease 0s;*/
	left:0;
	/*padding:0 400px 0 400px;*/
	

}

#navbar-main.sticky .navbar-nav .nav-link{
	color:#000 !important;
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
}




.item{
    background: #333;    
    text-align: center;
    height: 200px !important;
}
.control-buttons{
	text-align:center;
}

#carousel-wrapper{
	padding:0;

}

#homeCarousel{
	
}

#slider-container{
	width:40%;
	right: 0;
	left: 0;
	margin: auto;
	position:absolute;
	top:270px;
}

#slider-progress{
	height: 1px;
	background-color:rgba(255,255,255,1);
	
}

.progress{

	background-color:#aaa !important;
}

.carousel img {
/*object-fit: contain;*/

}

.homeslide-caption {
	position:absolute;
	top:150px;
	left:50%;
	text-align:center;
	z-index:9999;
}

.homeslide-caption h1, .homeslide-caption h4{
	/*background-color:rgba(255,82,82,0.5);*/
	color:#fff;
	position:relative;
	left:-50%;
	padding:5px;
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
	font-size:80px;
	font-weight:300;
	white-space: nowrap;
	/*text-shadow: 1px 1px #757575;*/
	letter-spacing:-3px;
}

.homeslide-text {
	position:absolute;
	top:300px;
	left:50%;
	text-align:center;
	z-index:9999;
	width:100%;
}

.homeslide-text h2, .homeslide-text h2 span, .homeslide-text h5, .homeslide-text h5 span{
	/*border:1px solid #fff;*/
	color:#fff;
	position:relative;
	left:-50%;
	padding:15px;
	/*letter-spacing:-3px;/*/
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham-light', sans-serif !important;
	font-size:40px;
	/*text-shadow: 1px 1px #757575;*/
	font-weight:100;
}

.homeslide-link {
	position:absolute;
	top:430px;
	left:50%;
	text-align:center;
	z-index:9999;
}

.homeslide-link a{
	/*border:2px solid rgba(255,82,82,1);*/
	color:#fff !important;
	position:relative;
	left:-50%;
	padding:15px;
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
	font-size:20px;
	
  background-color:rgba(255,82,82,1);
  transition: background-color .5s ease-in-out;
  -moz-transition: background-color .5s ease-in-out;
  -webkit-transition: background-color .5s ease-in-out;	
  border-radius:10px;
  text-transform:uppercase;
}

.homeslide-link a:hover{
  background-color:rgba(255,116,116,1);
  transition: background-color .55s ease-in-out;
  -moz-transition: background-color .55s ease-in-out;
  -webkit-transition: background-color .55s ease-in-out;	
  text-decoration:none;
}


.slideInDown {
  -webkit-animation: slideOutLeft 5s; /* Safari 4+ */
  -moz-animation:    slideOutLeft 5s; /* Fx 5+ */
  -o-animation:      slideOutLeft 5s; /* Opera 12+ */
  animation:         slideOutLeft 5s; /* IE 10+, Fx 29+ */
}

.hide{
	visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.show{
	visibility: visible;
  opacity: 1;
}

.navbar-toggler-icon{
	position:relative;
}

.navbar-toggler-icon:before{
	
	content: "\f0c9" !important; 
    font-family: FontAwesome;
    
    position:absolute;
    top:0;
}

#custom-breadcrumbs{
	position:absolute;
	top:0px;
	left:0;
	
}


section.intro, section.tools-blocks, section.why-strat-hat{
	margin-top:80px;

}

section.tools-blocks{
	background:#eee;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:60px;	
	
}

section.intro img, section.intro h1, section.intro h2, section.what-we-do h1, section.why-strat-hat h2{
	padding-top:20px;
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
	text-align:center;
}

section.intro h1, section.intro h2, section.intro p, section.what-we-do h1, section.what-we-do p, section.why-strat-hat h1, section.why-strat-hat h1, section.why-strat-hat p{
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
	font-weight:400;
	
	
}

section.intro p, section.why-strat-hat p{
	padding:0 12% !important; 
}

section.intro h1{
	padding-top:20px;
	padding-bottom:20px;
}

#intro-section .col-sm-12{
	padding: 0 0 0 0;
	text-align:center;
}

#what-section{
	margin-top:20px;
}

#what-section .col-sm-12{
	padding:0 15px 0 15px;
	text-align:center;
}

#why-section .col-sm-12{
	padding-left:0;
	padding-right:0;
	text-align:center;
}

#why-section .col-sm-12 p{
	padding-left:15px;
	padding-right:0;
	padding-bottom:20px;
	padding-top:20px;
}

section.what-we-do h1, section.what-we-do p, section.why-strat-hat h1, section.why-strat-hat p{
	/*padding:50px 20px 0 20px;*/
}

section.intro p{
	/*font-size:22px;*/
	padding-top:20px;
	padding-bottom:30px;
}

section.what-we-do p, section.why-strat-hat p{
	/*font-size:22px;*/
	padding-top:40px;
}

.wrapper{
	padding:0 !important;
}

#intro-section{
	display:none;
}

section.tools{
	/*background:rgba(33,150,243,0.95);*/
	height:400px;
}

section.tools #calc{
	background:rgba(117,117,117,0.95);
	height:500px;
}

section.tools #guides{
	background:rgba(255,82,82,1);
	height:500px;
}

section.tools h1{
	color:#fff;
	margin:0;
	padding:60px 0 40px 0;
	text-align:center;
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-weight:200;
}

section.tools img{
	padding:0 0 35px 0;
}

section.tools i{
	color:#fff;
	text-align:center;
  display: inline-block;
  width: 100%;
  font-size:80px;
  padding-top:20px;
}

section.tools #calc, section.tools #guides{
	text-align:center
}

section.tools a{
	display:inline-block;
	color:#000;
	background-color:rgba(255,255,255,1);
	position:relative;
	padding:10px 20px 10px 20px;
	font-size:20px;
	margin-top:20px;
  transition: background-color .55s ease-in-out;
  -moz-transition: background-color .55s ease-in-out;
  -webkit-transition: background-color .55s ease-in-out;		
}

section.tools a:hover{
  
  transition: background-color .55s ease-in-out;
  -moz-transition: background-color .55s ease-in-out;
  -webkit-transition: background-color .55s ease-in-out;	
  text-decoration:none;	
}

section.tools #calc a:hover,section.tools #guides a:hover{
	background-color:rgba(255,116,116,1);
	color:#fff;
}


#calc, #guides,#what-do-graphic, #what-do-text, #why-text, #why-graphic{ 
	/*display:none;*/
}

.guides{
	margin-bottom:45px;
}

section.what-we-do{
	background:rgba(255,255,255,0.8);
	/*height:800px;*/
	
}

#what-section, #what-do-graphic, #what-do-text, #why-strat-hat, #why-section, #why-text, #why-graphic{
	padding:0;
}

section.why-strat-hat{
	margin-top:00px;
	text-align:center;
	background:#fff;
	padding-top:30px;
}

section.contact-us{
	background-color:rgb(13,60,97);;
	color: #fff;
}

section.why-strat-hat p{
	padding-left:40px;
}

#contact-text h1, #contact-text p{
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
	font-weight:200;
	text-align:center;

}

#contact-text p{
	font-size:20px;
}

#contact-text{
	padding:40px 0 40px 0;
}

#contact-text-email{
	padding-top:50px;
}

.space-item img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);	
    transition: all 1s;
}

.space-item img.colour{
	    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.circ-item{
	text-align:center;
}

.circ-item h5{
	padding:0 !important;
	padding-top:20px !important;
	margin:0 !important;
}

.circAll{
	font-size:50px;
	color:#212121 !important;
	
}

.circ-item.active a,.circ-item a:hover,.circ-item a:focus{
	color:#ff5252 !important;
	text-decoration: none;
}

.calcbtn{
	margin-top:10px;
}

.calcbtn a, .calcbtn a:focus{
	width:80px;
	height:24px;
	background-color:#ff5252;
	display:inline-block;
	text-align:center;
	padding:0;
	margin:0;
	color:#fff;
	text-decoration:none;
	transition:all .5s;
}

.calcbtn a:hover, .calcbtn a:active {
	text-decoration:none;
	color:#fff;
	background-color:#bdbdbd;
}

.calcbtn a.left{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.calcbtn a.right{
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.space-calc .card-header{
	background-color:#757575;
	color:#fff;
	border-radius:0 !important;
	border-bottom:1px solid rgb(189,189,189);
}

.space-calc .card-header a{
	color:#fff;
}

.space-calc .card-header a:hover, .space-calc .card-header a:focus{
	text-decoration:none;
}

.space-calc .card-block{
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

.space-calc .card{
	border:none;
}

.space-calc h5{
	padding-left:60px;
}

#space-items{
	color:#212121;
}

table#space-items{
	
	margin-top:40px;	
}

#space-items td:first-child{
	padding-right:40px;
}

#space-items td{
	border-bottom: 1px solid #bdbdbd;
}


.chart2 {
  position: inline-block;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  /*margin: -225px 0 0 -225px;*/
}
.pieTip {
	position: absolute;
	float: left;
	
	min-width: 30px;
	max-width: 400px;
	padding: 5px 18px 6px;
	border-radius: 2px;
	/*background: rgba(255,255,255,.97);*/
	background: #ff5252;
	color: #fff;
	font-size: 15px;
	/* text-shadow: 0 1px 0 #fff;*/
	/*text-transform: uppercase;*/
	text-align: center;
	line-height: 1.3;
	letter-spacing: .06em;
	box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
	-webkit-transform: all .3s;
	-moz-transform: all .3s;
	-ms-transform: all .3s;
	-o-transform: all .3s;
	transform: all .3s;
	pointer-events: none;
}
.pieTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(255,255,255,.95);
  line-height: 0;
}

.chart path { cursor: pointer; }



body{
	background:#fff;
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-shadow: rgba(0,0,0,.01) 0 0 1px !important;
}


.navbar .navbar-nav .nav-link{
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
}

.carousel img{
	max-width:none;
	height:auto;
	
}

#homeCarousel img{
	/*
	    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);	*/
}

.carousel-img-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: #212121;
}

#homeCarousel:after{
	opacity:0;
}

section{
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
	font-weight:400;
}


section.footer {
	background-color: #212121;
	color:#ccc;
	padding-top:40px;
	padding-bottom:20px;
}

#footer-img{
	padding-top:15px;
}

section.copyright{
	background-color: #000;
	color:#757575;
	padding:10px 0;	
	text-align:center;	
}


#pie-chart-overlay{
	width: 300px;
	height: 300px;
	background: #fff;
	position:absolute;
		text-align:center;
	padding-top:80px;
}

#total-sqf, #total-circ{
	font-weight:400;
	font-size:25px;
}

.chartLegend{
	width:20px;
	height:20px;
	display:block;
	margin-left:10px;
	border:none !important;
}

.chartVal{
	padding-right:10px;
}

.bread_crumb {
	margin:0;
	/*border-bottom:1px solid #eee;*/
	padding:0.8em 0 0.5em;
	clear: both;
	height: 20px;
	/*background: #f8f8f8;*/
}
.bread_crumb li {
	font-size:12px;
	color:#212121;
	float:left;
	/*margin-right:1em;*/
	list-style: none outside none;
}
.bread_crumb li:after {
	content : '>';
	padding-left:10px;
	margin-right:10px;
}
.bread_crumb li:last-child:after {
	content : '';
}
.bread_crumb li a {
	color:rgb(120,120,120);
}
.bread_crumb li.current {
}

#custom-breadcrumbs a{
	font-decoration:none;
	color:#212121;
}

#custom-breadcrumbs{
	color:#212121;
	
}

.dropdown-menu .menu-item a.nav-link:hover{
	background-color:#ff5252 !important;
	color:#fff !important;
}

.page-title-banner{
	text-align:center;
	background:#2196f3;
	padding:80px 0;
	color:#fff;
	margin-bottom:20px;
}

.page-title-banner h1{
	font-weight:300;
	margin-bottom:50px;
}

.inline-link{
	color:#212121;
}

.inline-link:hover{
	color:#212121;
	transition:all 1s forwards;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
  text-indent: 30px;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fa{
  position: absolute;
  color: #cdcac3;
  z-index: 100;
  font-size: 18px;
  top: 22%;
  left: 3%;
}
.wpcf7 p .fa-pencil{ top: 4%; }


.budget-calc h2{
	padding:30px 0 20px 0;
	font-size:1.6rem;
}

.budget-calc .btn-primary.active,.budget-calc .btn-primary:active,.budget-calc .show>.btn-primary.dropdown-toggle,.budget-calc .btn-primary:hover{
	background-color:#ff5252;
	border-color:#fff;
	/*border-radius:0 !important;*/
}

.budget-calc .btn-primary{
	background-color:#bdbdbd;
	border-color:#fff;
	color:#212121;
}

.budget-calc .btn{
	text-align:left;
}

.guide-book-wrapper{
	width:100%;
	padding-top:40px;
	/*background: linear-gradient(180deg, #212121, #212121);*/
	background:#ddd;
	transition: all 1s ease;
	padding-bottom:40px;
	margin-top:30px;
}

.guide-book-wrapper:hover{
	background:#999;
	background-size: 400% 400%;

	-webkit-animation: AnimationName 1s ease infinite;
	-moz-animation: AnimationName 1s ease infinite;
	animation: AnimationName 1s ease infinite;
	
	@-webkit-keyframes AnimationName {
	    0%{background-position:53% 0%}
	    50%{background-position:48% 100%}
	    100%{background-position:53% 0%}
	}
	@-moz-keyframes AnimationName {
	    0%{background-position:53% 0%}
	    50%{background-position:48% 100%}
	    100%{background-position:53% 0%}
	}
	@keyframes AnimationName { 
	    0%{background-position:53% 0%}
	    50%{background-position:48% 100%}
	    100%{background-position:53% 0%}
	}
}

.guide-book{
	text-align:center;
	text-transform:uppercase;
	/*background-image:url('../img/book-cover-blue.png');*/
	/*background-color:#2196f3;*/
	background-size:cover;
	height:280px;
	width:200px;
	border-radius:5px;
	-webkit-box-shadow: 6px 6px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 22px 0px rgba(0,0,0,0.75);
	margin:0 auto;
	transition: all .5s linear;
	position:relative;
	
}

#checklist1{
	background-image:url('../img/book-cover-red.png');
}

.guide-book.hover{
	transform-origin:50% 50%;
	webkit-backface-visibility: hidden;
	/*
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	*/
	/*transform:rotate3d(1,1,1,-60deg);
	-webkit-transform:rotate3d(1,1,1,-60deg);
	-ms-transform:rotate3d(1,1,1,-60deg);
	*/
	transition: all 0.3s linear;

}



.guide-book-logo{
	position:absolute;
	height:40px;
	width:40px;
	bottom:20px;
	right:20px;
	background-image:url('../img/strat-hat-logo-sq-w.svg');	
	background-size:cover;	
}


.guide-book-title h1{
	margin:0;
	padding:0;
	color:#fff;
	font-size:20px;
	font-weight:400;
	padding-top:20px;
	
}

.guide-book-title h1 span{
	font-weight:600;

}

.guide-book-caption{
	color:#fff;
	text-align:center;
	font-size:15px;
	padding:40px 30px;
}

.guide-book-link{
	
	background-color:#ff5252;
	width:150px;
	margin:0 auto;
	/*padding:10px;*/
	position:relative;
	text-align:center;
	font-size:20px;
	border-radius:10px !important;
	/*
	-webkit-box-shadow: 6px 6px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 22px 0px rgba(0,0,0,0.75);	
	*/
	transform: all 1s ease;
	cursor: pointer;
	margin-top:30px;
	text-transform:uppercase;
}

.guide-book-link:hover{
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transform: all 1s ease;	
}


.guide-book-link{
	color:#fff !important;
	text-decoration: none !important;
	padding: 10px !important;
}




#guides-header a{
	/*border:1px solid #2196f3;
	color:#fff;
	text-decoration:none;
	padding:10px;
	margin:40px 0 80px 0;
	background:#2196f3;
	transition:all .3s ease;
	*/
}


#guides-header p{
	margin-top:20px;
}

#guides-header a:hover{
	/*
	text-decoration:none;
	background:#63b5f6;
	color:#fff;
	transition:all .3s ease;
	*/
}

#guides-header h1{
	font-weight:400;
}

#space-calc-disclaimer{
	
	padding:20px 15px;
}

#downloadModal{
	z-index:10002;
}

#download-form input{
	margin-top:10px;
/*
	background:none !important;
	border:none !important;
	border-bottom:1px solid #bdbdbd !important;
	color:#000 !important;
	border-radius: 0 !important;
	
	*/
}

#download-form input.error{
	background:#ff5252 !important;
	/*color:#ff5252 !important;*/ 
}

#downloadModal .modal-content{
	background:#757575 !important;
	color:#fff !important;
}

#downloadModal .modal-header, #downloadModal .modal-footer{
	border-color:rgba(255,255,255,0.3) !important;
}

#download-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
    -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#download-form ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
    -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#download-form :-ms-input-placeholder { /* IE 10+ */
  color: #000;
    -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#download-form :-moz-placeholder { /* Firefox 18- */
  color: #000;
    -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#download-btn{
	background:#ff5252 !important;
	border:#ff5252 !important;
	border-radius:10px !important;
	text-transform:uppercase;
}

.material-switch{
	margin-top:20px;
}

.material-switch span{
	padding-left:10px;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
    
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    background: rgb(25, 118, 210);
    opacity: 0.9;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
    background: rgb(25, 118, 210);
}

#val-errors{
	color:#ff5252;
	margin-top:10px;
}

#captchainput{
	margin-top:20px;
}

#downloadModal .close{
	text-shadow:none !important;
}

#footer-img{
	padding-top:5px;
}

#sc-cta{
	/*background:rgba(13,60,97,1);*/
	background:#ddd;
	color:#fff;
}

#bc-cta{
	/*background:rgba(88,98,107,1);*/
	/*background:#ddd;*/
	color:#fff;
}

#tc-cta{
	/*background:rgba(124,50,48,1);*/
	background:#ddd;
	color:#fff;
}

#gb-cta{
	/*background:rgba(13,60,97,0.65);*/
	background:#ddd;
	color:#fff;
}

.cta-bottom{
	width:100%;
	padding:70px 0 70px 0;
	margin-bottom:10px;
	/*margin-bottom:40px;*/
}

.cta-bottom img{
	max-width:130px;
}

.cta-bottom-text{
	font-size:20px;
	color:#000;
}
.cta-bottom-text p, .cta-bottom-text h4{
	padding-left:40px;
	margin:0;
	
}

.cta-bottom-text h4{
	font-weight:600;
}

.cta-bottom-text a{
	text-decoration:none;
	color:#fff;
	/*border:1px solid #272727;*/
	transition:all .3s ease;
	padding:10px;
	background:#FF5252;

}

.cta-bottom-text a:hover{
	text-decoration:none;
	color:#fff;
	transition:all .3s ease;
	background:#FF7474;
}

#guide-dl-header{
	background:url('../img/headers/abstract2-g.jpg');
	background-size: cover;
	height:200px;
	color:#fff;
	text-align:center;
	padding:100px 0;
}

#office-space-header{
background:url('../img/headers/abstract7-g.jpg');
background-size: cover;
}

#budget-calc-header{
background:url('../img/headers/abstract8-g.jpg');
background-size: cover;
}

#timescale-header{
background:url('../img/headers/abstract9-g.jpg');
background-size: cover;
}

.tools-header{
	
	padding:70px 0 70px 20px;	
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	
}



.tools-header img{
	margin-top:40px;
}

.tools-header h1{
	font-weight:400;
	margin-bottom:8px;
}

.tools-header p{
	margin-top:20px;
	font-weight:400;
	font-size:18px;
	padding:10px 0;
}

.tools-header a{
	padding:50px;
}

.tools-header i, #guides-header i{
	/*border:1px solid #272727;*/
	padding-top:10px;
	width:40px;
	height:40px;
	border-radius:20px;
	font-weight:200;
	background:#fff;
	color:#000;
}
	

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea{
	
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea{
	text-indent: 0 !important;
}

.wpcf7 input[type=submit]:active{
 background: #FF7474 !important;	
}

.btn-outline-primary, .wpcf7 input[type=submit]{
	color: #FFF !important;
	background-image: none;
	background-color: #FF7474 !important;
	border-color: #FF7474 !important;
	border-radius:10px;
	text-transform:uppercase;
}

.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus{
	    border-color: #1976D2 !important;
}

.dcg-link,.dcg-link:hover,.dcg-link:active,.dcg-link:focus{
	text-decoration:none;
	color: #757575;
}

#space-calc-section, #budget-calc-section{
	padding:40px 0;
}

#time-calc-section{
	padding:40px 0;
}

.calc-tools-sections h1{
	font-weight:300;
	
	}

.calc-tools-sections h2{
	font-weight:300;
	color:#2196f3;
}

#budget-calc-section{
	background:#eee;
}

.inline-link{
	padding:0;
	color:#2196f3;
	transition:all .5s ease;
}

.inline-link:hover{
	text-decoration:underline;
	transition:all .5s ease;
	color:#37a0f4;
}

body {
    overflow-x:hidden;
}

.spacecalc-item{
	padding:20px 0;
	/*padding:40px;*/
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */	

}

.spacecalc-item-parent h6{
	padding:10px 50px 10px 20px;
	margin:0;
	font-size:0.9rem;
	color:#fff;
	text-align:left;
	height:55px;
}

.spacecalc-item-parent{
	margin:0 20px 20px 0;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.41);
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.41);
}

.spaceitem-size{
	position:absolute;
	top:0; /*match margin of spacecalc-item-parent*/
	right:20px; /*match margin of spacecalc-item-parent*/
	
	padding:5px 10px;
	font-weight:400;
	color:#000;
	background:#fff;
	width:35px;
}

.spaceitem-qty{
	position:absolute;
	bottom:20px; /*match margin of spacecalc-item-parent*/
	left:0; /*match margin of spacecalc-item-parent*/
	margin_bottom:10px;
	padding:5px 10px;
	font-weight:400;
	color:#212121;
	font-size:0.9rem;
}


/********** TIMESCALE CALCULATOR **********/

#content #tool-tc                  {position:relative; float:left; margin:30px 0 30px 30px; width:100%;}
#content .tool-tc-legend           {width:200px; display:inline-block;}

#content #tool-tc input,
#content #tool-tc select           {font-size:1.3em; font-weight:300; font-family:"myriad-pro", "Myriad Pro";}

#content button.tool-popup-button  {display:inline-block;}

#content #tcrTable                 {position:relative; float:left; width:100%; margin:50px 0 50px 0;}
#content #tcrTable h2              {font-size:1.5625em; margin:0 0 0 15px; height:47px; line-height:47px;}

#content #tcrTableL                {position:relative; float:left; width:260px;}

#content .tcrHeading                {position:relative; float:left; height:47px; padding:20px 0 0 0;}

#content #tcrTableR                {position:relative; float:left; width:670px; overflow-y:hidden; overflow-x:auto;}
#content #tcrTableR .tcrHeading    {overflow:hidden; white-space:nowrap;} /**width:2832px**/ 
#content .weekNumber               {position:relative; float:left; width:47px; height:47px; margin:0 1px 0 0;
                                    background-color:#2196f3; text-align:center; line-height:47px;}
#content #tcrTable .weekNumber h2  {color:#fff !important; margin:0px;}

#content .tcrRow                   {position:relative; float:left;}
#content #tcrTableL .tcrRow        {background-color:#2196f3; color:#fff; border-bottom:1px solid #fff;
                                    height:31px; line-height:30px; padding:0 0 0 15px; width:255px;}

#content #tcrTableR .tcrRows       {position:relative; float:left; white-space:nowrap;}  /**width:2832px**/
#content #tcrTableR .tcrRow        {position:relative; float:left; white-space:nowrap;  /**width:2832px**/
                                    height:31px; line-height:31px;}
#content #tcrTableR .tcrRowOdd     {background: #f4f4f4 url(../img/tools/tc-table-bg.png) -1px top;}
#content #tcrTableR .tcrRowEven    {background: #e9e9e9 url(../img/tools/tc-table-bg.png) -1px bottom;}
#content #tcrTableR .tcBlock       {background: #ff5252  -1px top; height:29px; margin:1px 0 0 0; position:relative; float:left;}
#content #tcrTableR .tcDiamond     {margin-left:-10px; position:relative; float:left;}

#content #tcrYAH                   {position:absolute; z-index:9999; left:0px; bottom:0px;}
#content #tc-scroll                {position:absolute; margin-left:10px; top:225px;}
#content #tc-scroll:hover          {opacity:0.7; cursor:pointer}

#content #tc-scroll+p {margin:30px 0 0 0; width:l00%; position:relative; float:left;} /*** disclaimer ***/	

.tcrHeading{padding:0 !important};

.calcbtn span{
	display:inline-block;
	height:24px;
	width:20px;
	padding:0 5px;
	background:#ff5252;
}

.budget-calc-results h2{
	font-weight:400;
	margin-top:20px;
}

.budget-calc-results span.blue{
	color:#2196f3;
}

.header-overlay{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(13,60,97,0.45);
	top:0;
	left:0;
}

.page-header{
	color:#fff;
}

.page-header p{
	padding:10px 0;
	font-weight:400;
	font-size:18px;
}

.page-header img{
	margin-top:40px;	
}


#full-width-page-wrapper{
	/*margin-top:40px;*/
}

#guides-header{
	background:url('../img/headers/abstract1-g.jpg');
	background-size: cover;
	padding:70px 0 70px 20px;
}

.tools-block{
	margin:0 5px;
	text-align:center;
	padding:60px 0;
	color:#fff;
	background-size:contain;
	min-height:425px;
}

.tools-block img, .tools-block h1, .tools-block p, .tools-block a{
	position:relative;
	z-index:2;
}

.tools-block img{
	padding-bottom:40px;
	
}

.tools-block h1{
	padding:0 10px;
}

.tools-block p{
	padding:20px 10px;
}

.tools-block a, .guides-block-text a{
    /* border: 1px solid #2196f3; */
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin: 40px 0 80px 0;
    background: #2196f3;
    transition: all .3s ease;	
    font-weight:400;
}

.tools-block a:hover, .guides-block-text a:hover{
    text-decoration: none;
    background: #63b5f6;
    color: #fff;
    transition: all .3s ease;
}

/*
#sc-block{
	background:url('../img/tools1.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height:100%;
}

#bc-block{
	background:url('../img/tools2.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height:100%;
}

#tc-block{
	background:url('../img/tools3.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height:100%;
}

.tools-bg-overlay{
  display: block;
  position: absolute;
  width: 98%;
  height: 100%;
  
  top: 0;
  left: 1%;
  z-index:1;
}
*/

/*
#sc-overlay{ background: rgba(13,60,97,1); }
#bc-overlay{ background: rgba(88,98,107,1); }
#tc-overlay{ background: rgba(124,50,48,1); }
#gb-overlay{ background: rgba(109,138,160,1); }
*/

.guides-block-img{
	margin-left:5px;
	text-align:center;
	padding:60px 0;
	color:#fff;
	background-size:cover;	
	min-height:100%;
	background: rgba(13,60,97,0.65);
}

.guides-block-text{
	margin-right:-5px;
	
	min-height:400px;
	margin-left:10px;
	margin-right:5px;
	text-align:center;
	padding:60px 0;
	color:#fff;
}
/*
#guide-block{
	background:url('../img/headers/abstract3-g.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
*/

.guides-bg-overlay{
	  display: block;
  position: absolute;
  width: 99.5%;
  height: 100%;
  background: rgba(13,60,97,0.65);
  top: 0;
  left: 5px;
  z-index:1;
}

.guides-block-text img{
	padding-bottom:40px;
	
}

.guides-block-text h1{
	padding:0 10px;
}

.guides-block-text p{
	padding:20px 30px;
}

#contact-header{
	background:rgba(13,60,97,1);
}

#calc-section{
	margin-bottom:10px;
}

#calc-section p{
	font-weight:500;
	padding-top:40px;
}


.tool-item p{
	font-size:20px;
	padding:5px 10px 15px 0;
}


.tool-item h1{
	text-transform:uppercase;
	font-size:1.4vw;
	padding:30px 10px 10px 0;
	margin:0;
	
}


.tool-col a{
	/*border:2px solid rgba(255,82,82,1);*/
	color:#fff !important;
	/*position:absolute;
	left:10px;
	*/
	padding:10px;
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'gotham', sans-serif !important;
	font-size:20px;
	color: #808080 !important;
  background-color:rgba(255,116,116,1);
  transition: background-color .5s ease-in-out;
  -moz-transition: background-color .5s ease-in-out;
  -webkit-transition: background-color .5s ease-in-out;	
  text-transform:uppercase;
 	/*position: absolute;*/
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%) ;
	/*bottom:0;*/
	width:60%;
	color:#fff !important;
	margin-top:10px;
	
}

.tool-col a:hover{
  background-color:rgba(255,116,116,0.7);
  transition: background-color .55s ease-in-out;
  -moz-transition: background-color .55s ease-in-out;
  -webkit-transition: background-color .55s ease-in-out;	
  text-decoration:none !important;
  color:#fff !important;
}

.plus10{
	width:40px !important;
	height:40px  !important;
	border-radius:50%;
	padding:5px  !important;
	position:absolute;
	text-align:center;
	top:0;
	right:30px;
	line-height:30px;
}

.img-home-icon{
	width: 35%;
   position: absolute;
	transform: translate(95%, -50%);
}

.home-icon{
	margin-top:40px;
  border: 1px solid #fff !important;
  border-radius: 0 !important; 
	-webkit-box-shadow: 0px 0px 10px 0px rgba(201,201,201,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(201,201,201,1);
	box-shadow: 0px 0px 10px 0px rgba(201,201,201,1);  
	height:90% !important;
}

.home-icon .card-block{
	padding:70px 10px 0 10px !important;
	
	text-align:center;
	

}

.home-icon .card-block h1{
	font-size:18px;
	font-weight:700;
	text-align:center;
}

.home-icon .card-block p{
	text-align:center;
	margin-top:5px;
	padding:0 10px !important;
	margin-bottom:0.75rem;
}

.home-icon .card-footer a{
	padding:10px 20px;
	background:#FF7474;
	color:#fff;
	border-radius:50px;
	text-decoration:none;
	text-transform:uppercase;
	border:2px solid #FF7474;
	transition:all .5s ease;
	
}

.home-icon .card-footer{
	padding-bottom:30px;
}

.home-icon .card-footer a:hover{
	background:#fff;
	color:#FF7474;
}

.cta-red-block{
	background:#f5504e;
	height:200px;
	margin-bottom:40px;	
	
}

.cta-red-block img{
	transform: translate(-50%,34%);
	height:120px;
	position:absolute;
}

.cta-red-block h1, .cta-red-block h2{
	text-align:center;
	padding-top:20px;
	font-size: 30px;
	font-weight:600;
}

.cta-red-block p{
	text-align:center;
	padding:5px 0;
}

.cta-red-block a{
	color: #f5504e;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(84,84,84,0.58);
	-moz-box-shadow: 2px 2px 2px 0px rgba(84,84,84,0.58);
	box-shadow: 2px 2px 2px 0px rgba(84,84,84,0.58);
	transition:all .5s ease;
	border: 2px solid #fff;
	text-transform:uppercase;
}

.cta-red-block a:hover{
	background:#f5504e;
	color:#fff;
	text-decoration:none;
	border: 2px solid #fff;
}

a.cta-contact{
	padding:10px 30px;
	/*font-size:1.5rem;*/
	background:#fff;
	color:rgb(13,60,97);
	border-radius:10px;
	text-decoration:none;
	border:2px solid #fff;
	transition:all .5s ease;
	text-transform:uppercase;
}

a.cta-contact:hover{
	background:rgb(13,60,97);
	color:#fff;
	text-decoration:none;
}

#footer-section p{
	border-left:solid 1px rgba(255, 255, 255, 0.3);
	padding-left:20px !important;
	font-size:0.8em;
	color:#757575;
}

.btn-space-calc{
	font-size:20px;
}
	
.space-calc-link{
	margin-top:10px !important;
}

.tool-row{
	/*height: 280px !important;*/
}

.card-footer{
	border-top:none !important;
	background: #fff !important;
	padding:5px 0 30px 0 !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-img-wrapper{
	overflow:hidden;
	height:600px;
}

.entry-title{
	color:#fff;
	text-align:center;
	padding:50px 0;
}

.entry-content{
	/*padding:40px 40px;*/
}

.rpwwt-post-title{
	color:#000 !important;
	padding-top:100px;
}

h3.widget-title, .widget.widget_search{
	text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;	
  border-top:2px dotted #ddd;
  padding-top:10px;
}

.main-sidebar{
  background: #efefef;
  border-left: 1px solid #ddd;
  padding: 10px;	
}

.widget-area#right-sidebar{
	padding:30px;
}

.widget.widget_search{
	margin-top:20px;
}

.tagcloud a{
	background:#c9c9c9;
	color:#202020;
	padding:10px;
	margin-top:5px;
	display:inline-block;
}

.tagcloud a:hover{
	background:#AAAAAA;
	text-decoration:none;
	color:#000;
}

.archive-post-img{
	margin-left:40px;
}

.blog-card{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(201,201,201,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(201,201,201,1);
  box-shadow: 0px 0px 10px 0px rgba(201,201,201,1);
  border:none !important;	
}

.blog-card-footer{
	padding: 5px 20px 5px 20px !important;	
}

.post-date{
	border:2px solid rgba(255,82,82,1);
	padding:5px;
	color:rgb(13,60,97);
	text-align:center;
	font-weight:400;
}

.post-comment{
	border:2px solid rgba(255,82,82,1);
	padding:5px;
	color:rgb(13,60,97);
	text-align:center;	
	margin-top:-2px;
	font-size:0.8em;
}

.excerpt p{
	overflow:hidden;
	margin:0 0 1em 0;
	display: -webkit-box;-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.post-cats, .post-tags{
	font-size:0.7em;
}

.post-cats ul{
	padding:0;
	list-style:none;
}

.post-cats a, .post-tags a{
	color:rgba(255,82,82,1);
	
}

#searchform .btn-primary{
	background: rgba(255,82,82,1);
	border-color: rgba(255,82,82,1);
}

.blog-header-img{
	width:100%;
}

.post-navigation{
	margin-bottom:40px;
}

.nav-links span{
	background:rgba(255,82,82,1);
	padding:5px 20px;
	color: #fff;
	
}

.nav-links span a{
	color: #fff;
}

.comments-area{
	padding:40px;
	background:#efefef;
	border-top:2px dotted #404040;
	display:none;
}

#strathat-blog.entry-content{
	padding-top:40px;
	padding-right:50px;
	-webkit-font-smoothing: antialiased;
}

.home-icon .card-title{
	margin-top:.75rem;
}

#guides-header h1, .tools-header h1{
	font-size:2rem;
	margin-bottom:20px !important;
}

.page-header p, .tools-header p{
	font-size: 1em;
}

#guides-header p, .tools-header p{
	margin-top:0;
	padding:0 8%;
}

.dropdown-menu{
	margin:0 !important;
}

#strathat-blog h1{
	padding-top:30px;
	padding-bottom:10px;
}

.nav-previous, .nav-next{
	/*font-size:0.8em;*/
  /*width: 650px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;	
  margin-top:10px;
}
	

h2.card-title{
font-size: 1.5rem !important;
}

h3.card-title{
	font-size: 1.2rem !important;
}

#single-wrapper{
	margin-top:0 !important;
}

@media all and (max-width: 768px) {
	.gb-dl-link{
    color: #000 !important;
    text-decoration: underline !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important; 
     text-transform: lowercase !important; 		
	}	
	
	#guideTitle{
		padding:0 20px;
	}
	
	.cta-red-block{
		height:auto !important;
		padding-bottom:20px;
	}
	
	.bc-desc-text{
		padding: 10px !important;	
	}
	
	#calc-section p{
		padding-top:5px !important;
	}

	.budget-item{
		width:130% !important;
		white-space: normal !important;
	}
	
	#measureunit,#tcTargetMonth,#tcTargetYear{
		margin-top:10px;
	}

	#gb-cta-col{

	}

	#gb-cta-col img{
		transform: translate(200%,-55%);
	}

	#gb-cta-col .cta-red-block{
		height:auto !important;
	}

	#gb-cta-col .cta-red-block a{
		padding:10px 5px !important;
	}

	#gb-cta-col .cta-red-block div{
		padding:25px !important;
	}

	#gb-cta-col .cta-red-block div p{
		padding:25px !important;
		margin:0 !important;
	}

	#bc-cta-col .cta-red-block{
		padding-bottom:20px;
		height:auto !important;
	}
	#time-calc-cta{
		padding-bottom:20px;
		height:auto !important;
	}

	#space-calc-dotted,#bc-cta-col{
		margin-left:0 !important;
		margin-bottom:25px;
	}
	#bc-cta-col img{
		transform: translate(220%,-55%);
	}


	.chart2 {
		position: inline-block;
		width: 300px;
		height: 300px;
		top: 50%;
		left: 50%;

		/*margin: -225px 0 0 -225px;*/
	}

	#pie-chart-overlay{
		width: 200px;
		height: 200px;
		background: #fff;
		position:absolute;
		text-align:center;
		padding-top:20px;
		position: absolute;
		/*top: 140px !important;
		left: 65px !important;
		*/
		border-radius: 150px;
		font-size: 14px;
		/*
		margin-top:50px;
		margin-right:50px;
		*/
	}


	.chart2 {
		position: inline-block;
		width: 300px;
		height: 300px;
		top: 50%;
		left: 50%;
		/*margin: -225px 0 0 -225px;*/
	}

	#navbar-main{
		width:100% !important;
	}

	.navbar-brand{
		position: absolute;
		top: 40px;
		width: 75%;
		left: 20px;
	}

	.navbar-toggler{
		position: absolute;
		top: 45px;
		right: 20px;
	}

	#navbarNavDropdown{
		background: rgb(255, 255, 255);
		position: fixed;
		top: 90px;
		right: 0px;
		padding: 20px;
		width:100%;
	}

	#carousel-wrapper{
		display:none;
	}



	.img-home-icon {
		width: 21%;
		position: absolute;
		transform: translate(185%, -55%);
	}

	.tool-row .col-lg-3{
		margin-top:60px;
	}

	.footer{
		height: auto !important;
	}

	.cta-contact{
		padding:10px 15px !important;
	}

	.contact-us .col-md-3{
		padding:0;
	}

	#footer-img img{

		max-width:100% !important;
	}
}

@media all and (max-width: 575px) {
	#space-calc-items{
		display:none;
	}
	.gb-dl-col{
		text-align:center;	
	}
	
	.gb-dl-link{
    color: #000 !important;
    text-decoration: underline !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important; 
     text-transform: lowercase !important; 		
	}
	
	#guideTitle{
		padding:0 20px;
	}
	
	.cta-red-block{
		height:auto !important;
		padding-bottom:20px;
	}
	
	.bc-desc-text{
		padding: 10px !important;	
	}
	
	#calc-section p{
		padding-top:5px !important;
	}
	
	#measureunit,#tcTargetMonth,#tcTargetYear{
			margin-top:10px;
		}

	.budget-item{
		width:130% !important;
		white-space: normal !important;
	}

	#gb-cta-col{

	}

	#gb-cta-col img{
		transform: translate(200%,-55%);
	}

	#gb-cta-col .cta-red-block{
		height:auto !important;
	}

	#gb-cta-col .cta-red-block a{
		padding:10px 5px !important;
	}

	#gb-cta-col .cta-red-block div{
		padding:25px !important;
	}

	#gb-cta-col .cta-red-block div p{
		padding:25px !important;
		margin:0 !important;
	}

	#bc-cta-col .cta-red-block{
		padding-bottom:20px;
		height:auto !important;
	}
	#time-calc-cta{
		padding-bottom:20px;
		height:auto !important;
	}

	#space-calc-dotted,#bc-cta-col{
		margin-left:0 !important;
		margin-bottom:25px;
	}
	#bc-cta-col img{
		transform: translate(220%,-55%);
	}

	.chart2 {
		position: inline-block;
		width: 300px;
		height: 300px;
		top: 50%;
		left: 50%;

		/*margin: -225px 0 0 -225px;*/
	}

	#pie-chart-overlay{
		width: 200px;
		height: 200px;
		background: #fff;
		position:absolute;
		text-align:center;
		padding-top:20px;
		position: absolute;
		/*top: 140px !important;
		left: 65px !important;
		*/
		border-radius: 150px;
		font-size: 14px;
		/*
		margin-top:50px;
		margin-right:50px;
		*/
	}

	#navbar-main{
		width:100% !important;
	}

	#wrapper-navbar{
		height:80px;
		/*padding:0 100px 0 100px;*/

	}
	.navbar-brand{
		position: absolute;
		top: 40px;
		width: 75%;
		left: 20px;
	}

	.navbar-toggler{
		position: absolute;
		top: 45px;
		right: 20px;
	}

	#navbarNavDropdown{
		background: rgb(255, 255, 255);
		position: fixed;
		top: 90px;
		right: 0px;
		padding: 20px;
		width:100%;
	}

	.tool-row .col-lg-3{
		margin-top:30px;
	}

	.contact-us{
		text-align:center;
	}

	.contact-us .col-md-3{
		margin-top:35px;
	}

	.why-strat-hat{
		margin:10px 0 !important;
	}

	#footer-img img{
		margin-bottom:20px;
		max-width:100% !important;
	}
	#guides-header{
		padding-left:0;
	}

	.cta-red-block img {
		transform: translate(185%,-55%);
		height: 64px;
	}

	.cta-red-block h1, .cta-red-block h2{
		padding-top:30px;
	}

	#tools-icons-section{
		margin-top:0 !important;
	}

	.space-item{
		text-align:center !important;
		margin-top:10px;
	}

	.space-item h5{
		padding:0;
	}
	#space-calc-items{
		display:none;
	}
}

