/*
Theme Name: Shelter 
Description: Secure Your Legacy.
Version: 1.0
Author: Jason Unger
*/

@import url("css/bootstrap.min.css");
@import url("css/animate.css");

html {
	height: 100%;
}

html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #fafafa;
	  font-family: "tt-commons-pro", sans-serif;
	height: 100%;
	color: #66724C;
	margin: 0 auto !important;
}

a {
	color: #66724C;
	text-decoration: underline;
	font-weight: 600;
}

a:hover, a:focus {
	color: #66724C;
	text-decoration: none;
}

p {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.16px;
}

strong {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	color: #4B5438;
	margin-bottom: 1rem;
}

h1, .h1 {
	font-size: 54px;
	font-style: normal;
	letter-spacing: -2px;
}

h2, .h2 {
	font-size: 36px;
	font-style: normal;
	letter-spacing: -1.08px;
}

h3, .h3 {
	font-size: 26px;
	font-style: normal;
	letter-spacing: -0.72px;
}

h4 {
	font-size: 18px;
}

h5 {
	display: inline-flex;
	background: #F5F5F5;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
	letter-spacing: -0.42px;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	border-radius: 888px;
}

ol, ul {
	padding-left: 20px;
	margin-bottom: 18px;
}

ol, ul, li {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.16px;
}

ul.checkmarks {
	padding-left: 0;
}

ul.checkmarks li {
	background: url(img/checkmark.png) no-repeat left 8px;
	padding: 3px 0px 3px 30px;
	list-style: none;
	margin: 0 0 10px;
}

.smoke ul.checkmarks li {
	background: url(img/checkmark-gray.png) no-repeat left 8px;
}

.pricing ul.checkmarks li {
	background: url(img/checkmark-green.svg) no-repeat left 8px;
}

.plex {
	font-family: "ibm-plex-serif", sans-serif;
}

/*Selection Styles*/

::selection {
  background: #4B5438; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #4B5438; /* Gecko Browsers */
  color: white;
}

input::selection, ::-moz-selection {
	background: #ffffff;
	color: #000000;
}

::placeholder {
  color: #000000 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
   opacity: 1;
}

/*Alignments*/

.center, .right, .left {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*Background Colors*/

.gray {
	background-color: #f5f5f5;
}

.smoke {
	background-color: #EDEDED;
}

.green {
	background-color: #4B5438;
}

.green h2, .green h3, .green h4, .green h5, .green p, .green li {
	color: #F9F083;
}

.green h5 {
	border: 1px solid rgba(47, 53, 35, 0.50);	
	background: #5D6544;
}

.cloud {
	background-color: #C2DFF5;
}

.cloud p, .cloud li, .gray p, .gray li {
	color: #4B5438;
}

.yellow {
	background-color: #F9F083;
}

.yellow h5 {
	background-color: #FDF8B5;
}

/*Bootstrap Hacks*/

.screen-reader-text {
	display: none;
}

.frame {
	background-image: linear-gradient(0deg, #FAFAFA -0.43%, #E7EEF0 20.68%, #D2E5F2 31.74%, #C2DFF5 38.78%);
	background-size: 100% 300px;
	background-repeat: no-repeat;
}

.frame img {
	max-width: 100%;
	height: auto;
}

.btn, .btn:visited {
	display: block;
	background-color: #F9F083;
	color: #4C5439;
	border-radius: 999px;
	cursor: pointer;
	white-space: normal;
	text-decoration: none;
	font-weight: 500;
	border: none;
	font-size: 20px;
	padding: 18px 36px;
	letter-spacing: -0.03em;
	line-height: 18px;
	min-height: 40px;
	min-width: 120px;
	align-content: center;
}

.btn:hover, .btn:focus {
	background-color: #D6CC60;
	color: #4B5438;
}

.yellow .btn {
	background-color: #4B5438;
	color: #F9F083;
}

.yellow .btn:hover, .yellow .btn:focus {
	background-color: #2F3523;
}

a.btn:not([href]):not([tabindex]) {
	color: white;
}

.bg {
	background-size: cover;
}

a.social-media-icon {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-color: #C99700;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	margin-right: 9px;
	padding: 3px 4px;
	font-size: 15px;
}

a.social-media-icon:hover {
	color: #fff;
	background-color: #b48801;
}

.round {
	border-radius: 50%;
}

blockquote {
	font-style: italic;
	background-color: #C2DFF5;
	padding: 1.5rem;
}

blockquote p:last-child {
	margin-bottom: 0;
}

/*Header*/

.header {
}

/*Page*/

.section {
	padding: 3rem 0;
	overflow: hidden;
}

.feature-tab {
	padding: 36px 28px;
	border-radius: 24px;
}

.feature-tab-padding {
	padding: 36px 28px;
}

.step {
	border-radius: 24px;
	border: 2px solid #EDEDED;
	padding: 24px 20px;
}

.start-now {
	background-image: url(img/start-now-bg.png), linear-gradient(#ffffff, #4B5438); /* W3C */
	background-repeat: no-repeat;
	min-height: 660px;
	background-size: 100% 100%;
}

.why-image {
	display: none;
}

#why-1-image {
	display: block;
}

.why-desktop img {
	border-radius: 24px;
}

.why-bubble {
	border-radius: 30px;
	border: 2px solid #EDEDED;
	padding: 18px 18px;
	margin-bottom: 18px;
	cursor: pointer;
}

.why-bubble:hover {
	background: #EDEDED;
}

.why-bubble.active {
	background: #F9F083;
}

.why-bubble.active p {
	display: block;
	margin-bottom: 0;
}

.why-bubble h3 {
	margin-bottom: 0rem;
	margin-top: .25rem;
}

.why-bubble.active h3 {
	margin-bottom: .5rem;
}

.why-bubble p {
	display: none;
}

.features {
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
}

.features-frame {
	border-radius: 24px;
	border: 2px solid #5D6544;
}

.features-title {
	padding: 24px 20px;
	border-bottom: 2px solid #5D6544;
}

.features-list {
	padding: 24px 20px;
}

.pricing {
	border-radius: 36px;
	position: relative;
	top: 50px;
}

.pricing-frame {
	border-radius: 24px;
	background: #5D6544;
}

.pricing-frame-padding {
	padding: 24px 20px;
}

.pricing-divider {
	border-bottom: 2px solid #4B5438;
}

.get-help {
	border-radius: 30px;
	padding: 32px 20px 0;
}

.slick-track
{
	display: flex !important;
}

.slick-slide
{
	height: inherit !important;
	margin-right: 18px !important;
}

.faq {
	cursor: pointer;
}

.close-icon, .faq-answer {
	display: none;
}

.cta {
	background-image: url(img/cta-bg.jpg);
	background-position: bottom;
	padding-top:100px;
}

.animate-nine, .animate-eight {
	display: none;
}

/*Single*/

.breadcrumbs p {
	font-size: 14px;
}

.toc-nav {
	position: relative;
	top: 0;
	max-width: 100%;
	transform: none;
	margin-bottom: 18px;
	left: 0;
	background-color: #C2DFF5;
}

ul.toc-nav–inner {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

ul.toc-nav–inner li {
	font-size: 14px;
}

.toc-nav–inner li:last-child {
	margin-bottom: 0;
}

/*Footer*/

.footer {
	border-radius: 30px 30px 8px 8px;
}

.footer p {
	font-size: 14px;
	line-height: 1.5;
}

/*Responsive Embeds*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
	
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
	
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 21px;
    margin: 0;
    padding: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*Media Queries*/
@media (min-width: 576px) {
	.w-sm-100 {
		width: 100% !important;
	}

	.w-sm-75 {
		width: 75% !important;
	}

	.w-sm-50 {
		width: 50% !important;
	}

	.w-sm-25 {
		width: 25% !important;
	}

	.h-sm-100 {
		height: 100% !important;
	}

	.h-sm-75 {
		height: 75% !important;
	}

	.h-sm-50 {
		height: 50% !important;
	}

	.h-sm-25 {
		height: 25% !important;
	}
}


@media (min-width: 601px) {
	
	.admin-bar .header.fixed-top {
		top: 32px;
	}
}

@media (min-width: 768px) {
	
	.align-center {
		text-align: center;
	}
	
	.btn, .btn:visited {
		display: inline-block;
	}
	
	.w-md-100 {
		width: 100% !important;
	}
	
	.w-md-75 {
		width: 75% !important;
	}
	
	.w-md-50 {
		width: 50% !important;
	}
	
	.w-md-25 {
		width: 25% !important;
	}
	
	.h-md-100 {
		height: 100% !important;
	}
	
	.h-md-75 {
		height: 75% !important;
	}
	
	.h-md-50 {
		height: 50% !important;
	}
	
	.h-md-25 {
		height: 25% !important;
	}
		
}

@media (min-width: 992px) {
	
	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}
	
	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	
	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
		margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	
	.btn {
		display: inline-block;
	}
	
	.left {
		text-align: left;
	}
	
	.right {
		text-align: right;
	}
	
	.col-lg-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	h1, .h1 {
		font-size: 64px;
	}
	
	.large-h1 {
		font-size: 84px;
		line-height: 1;
	}
	
	ul.two-col {
		columns: 2;
	}
	
	.toc-nav {
		position: fixed;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0;
		max-width: 200px;
	}
	
	.start-now {
		background-image: url(img/start-now-desktop.png), linear-gradient(#ffffff, #4B5438); /* W3C */
		background-repeat: no-repeat;
		background-size: 100%;
		min-height: 0;
	}
	
	.w-lg-100 {
		width: 100% !important;
	}
	
	.w-lg-75 {
		width: 75% !important;
	}
	
	.w-lg-50 {
		width: 50% !important;
	}
	
	.w-lg-25 {
		width: 25% !important;
	}
	
	.h-lg-100 {
		height: 100% !important;
	}
	
	.h-lg-75 {
		height: 75% !important;
	}
	
	.h-lg-50 {
		height: 50% !important;
	}
	
	.h-lg-25 {
		height: 25% !important;
	}
	
}

@media (min-width: 1200px) {
		
	.col-xl-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.w-xl-100 {
		width: 100% !important;
	}
	
	.w-xl-75 {
		width: 75% !important;
	}
	
	.w-xl-50 {
		width: 50% !important;
	}
	
	.w-xl-25 {
		width: 25% !important;
	}
	
	.h-xl-100 {
		height: 100% !important;
	}
	
	.h-xl-75 {
		height: 75% !important;
	}
	
	.h-xl-50 {
		height: 50% !important;
	}
	
	.h-xl-25 {
		height: 25% !important;
	}
}