/*@font-face {
	font-family: 'Gord-Light';
	src: url('../fonts/Gord01-Light.eot'); 
	src: url('../fonts/Gord01-Light.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/Gord01-Light.woff2') format('woff2'), 
		 url('../fonts/Gord01-Light.woff') format('woff'), 
		 url('../fonts/Gord01-Light.ttf')  format('truetype'), 
		 url('../fonts/Gord01-Light.svg#svgFontName') format('svg'); 
}*/


@font-face {
	font-family: 'Gord-Regular';
	src: url('../fonts/gorditaregular-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Gord-Medium';
	src: url('../fonts/gorditamedium-webfont.woff') format('woff')
}


@font-face {
	font-family: 'Gord-Bold';
	src: url('../fonts/gorditabold-webfont.woff') format('woff');
}

body{
	font-family:  "Gord-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6;
	color: #000;
}
.font-alt-1,
.side-navigation > ul > li > a,
.overlay-navigation > ul > li > a,
.grid-filter-menu a,
input,
select,
textarea,
.project-description,
.product-title,
p {
	font-family:  "Gord-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.project-title {
	font-family:  "Gord-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6{
	line-height: 1.3;
	font-weight: 100;
	text-transform: none;
	color: #000;
	font-family:  "Gord-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1 {
	font-size: 6.2rem;
	letter-spacing: -1.6px;
}
h2{
	font-size: 5.8rem;
}
h3 {
	font-size: 3.3rem;
}
h4 {
	font-size: 2.8rem;
}
h5{
	font-size: 1.6rem;
}
h6{
	font-size: 1.2rem;
}


a {
	line-height: 1.8;
	letter-spacing: 0;
	font-size: 20px;
	font-family: 'Gord-Bold';
}

p, li{
	color: #90949C;
	line-height: 1.6;
	letter-spacing: 0;
	font-size: 20px;
}

/* Widget Titles */
.footer .widget-title, 
.footer .widget-title a{
	font-size: 2rem;
	letter-spacing: 0;
	color: #fff;
}
.sidebar .widget-title, 
.sidebar .widget-title a{
	font-size: 1.4rem;
}
.side-navigation-wrapper .widget-title, 
.side-navigation-wrapper .widget-title a{
	font-size: 1.4rem;
	color: #fff;
}
.overlay-navigation-wrapper .widget-title, 
.overlay-navigation-wrapper .widget-title a{
	font-size: 1.4rem;
	color: #999;
}

a[class*="icon-"]:hover{
	text-decoration: none;
}
a:hover .text-line,
a.animated-link:hover .text-line,
.accordion li a:hover .text-line,
.tabs li a:hover .text-line,
.blog-masonry .with-background .post-read-more a:hover .text-line{
	background-color: #05f;
}
a.animated-link{
	position: relative;
}

/* Lead */
.lead,
blockquote.large{
	font-size: 2rem;
	font-weight: 300;
}

.quote-serif-bold {
	letter-spacing: -2px;
	font-family: serif;
	font-style: italic;
}

/* Title Classes */
.title-xlarge{
	font-size: 8rem;
}
.title-large{
	font-size: 7.8rem;
	line-height: 1.3;
}
.title-medium{
	font-size: 2.3rem;
	line-height: 1.6;
}
.title-small{
	font-size: 1.1rem;
	line-height: 1;
}

/* Text Classes */
.text-xlarge{
	font-size: 4.6rem;
	line-height: 1.4;
}
.text-large{
	font-size: 4rem;
	line-height: 1.4;
}
.text-medium{
	font-size: 2.4rem;
	line-height: 1.4;
}
.text-xsmall{
	font-size: 1.4rem !important;
}

.border-radius-80 {
	border-radius: 8px;
}

p a:hover:after,
a.line-hover::after {
	content: "";
	height: 1px; 
	z-index: 1;
	width: 100%;
    bottom: 0;
	left: 0;
    position: absolute;
	
    background: #4F7CFE;
    -webkit-animation-name: leftRight;
	animation-name: leftRight;
	
    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	
    -webkit-animation-timing-function: cubic-bezier(.11, 1, .20, 1);
	animation-timing-function: cubic-bezier(.11, 1, .20, 1);
	
    -webkit-animation-iteration-count: once;
	animation-iteration-count: once;
	
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

a.color-hover-white::after{
    background: #fff !important;
}

p a:hover:after,
a.line-hover:hover:after {
    -webkit-animation-name: mainRight;
    animation-name: mainRight
}

p a,
a.line-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 0
}

@-webkit-keyframes mainRight {
    0% {
        -webkit-transform: translate3d(-101%, 0, 0);
        transform: translate3d(-101%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes mainRight {
    0% {
        -webkit-transform: translate3d(-101%, 0, 0);
        transform: translate3d(-101%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes leftRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(101%, 0, 0);
        transform: translate3d(101%, 0, 0);
        opacity: 0
    }
}

@keyframes leftRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(101%, 0, 0);
        transform: translate3d(101%, 0, 0);
        opacity: 0
    }
}

/* Special Text Classes */
.status-code-title{
	font-size: 14rem;
	line-height: 1;
}

/* Weight Classes */
.weight-light{
	font-weight: 300;
}
.weight-regular{
	font-weight: 300;
}
.weight--bold{
	font-weight: 600;
}
.weight-bold{
	font-weight: 700;
}

@media only screen and (max-width: 768px){
	h1,
	.title-xlarge {
		font-size: 4rem;
	}
	h2,
	.title-large{
		font-size: 4.3rem;
	}
	h3 {
		font-size: 2.8rem;
	}
	h6{
		font-size: 1.1rem;
	}
	h5.tms-caption, 
	.tmp-content h5{
		font-size: 1.4rem;
	}
	.tms-caption.title-xlarge,
	.tmp-content .title-xlarge{
		font-size: 4.5rem;
		line-height: 4.5rem;
	}

	/* Lead */
	.lead{
		font-size: 1.7rem;
	}

	/* Text Classes */
	.text-xlarge{
		font-size: 3.1rem;
	}
	.text-large{
		font-size: 2.5rem;
	}
	.text-medium{
		font-size: 1.9rem;
	}
	.text-small{
		font-size: 1.1rem;
	}

	/* Helpers */
	.fullscreen-section .background-on-mobile{
		background: #f4f4f4;
	}
	.fullscreen-section .background-on-mobile *{
		color: #292929 !important;
	}
	.fullscreen-section .background-on-mobile h1,
	.fullscreen-section .background-on-mobile h2,
	.fullscreen-section .background-on-mobile h3,
	.fullscreen-section .background-on-mobile h4,
	.fullscreen-section .background-on-mobile h5,
	.fullscreen-section .background-on-mobile h6{
		color: #000 !important;
	}
}

/*------------------------------------------------------------------
[2. Background Color & Color Classes]
*/

body, 
.content,
.featured-media:after,
.section-block:not([class*="bkg-"]),
.fullscreen-sections-wrapper{
	background-color: #fff;
}
.section-block.featured-media,
.section-block.fullscreen-section{
	background-color: #000;
}


@media only screen and (min-width: 1000px) {
	.video-gif {
		opacity: 1;
		position: absolute !important;
		z-index: 9 !important;
		display: block !important;
		top: 152px !important;
		left: 82px !important;
		width: 68% !important;
	}
	.framer-video{
		width: 100%;
		height: 660px;
		object-fit: contain;
	}
}
@media only screen and (max-width: 999px) {
	.framer-video{
		width: 100%;
		height: 360px;
		object-fit: contain;
	}
}

.project-ratings {
	height:700px;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-shadow-large {
	-webkit-box-shadow: 0 50px 60px rgba(0, 0, 0, .1);
	box-shadow: 0 50px 60px rgba(0, 0, 0, .1);
}

.rounded-corners {
	overflow: hidden;
	border-radius: 6px !important;
}

.greyscale {
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.section-hover-block {
	position: relative;
	width: 100%;
	height: 230px;
	background-color: #fff;
	border-radius: 0px;
	display: inline-block;
	margin-bottom: 1em;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.08);
}

.section-hover-block:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.section-hover-block h3,
.section-hover-block p {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	transform: translateY(-40%);
}

.section-hover-block p {
	margin-top: 40px;
}

/* greyscale */
.wrapper-inner{
	-webkit-filter: none;
			filter: none;
	-webkit-transition: 350ms ease-in-out;
			transition: 350ms ease-in-out;
}

.border-grey-bottom {
	border-bottom: 1px solid #eee;
}
.border-grey-right {
	border-right: 1px solid #eee;
}

/* Flare */
.bkg-flare {
	background-color: #FFC726;
	border-color: #FFC726;
}
.bkg-hover-flare:hover{
	background-color: #FFC726;
	border-color: #FFC726;
}
.border-flare{
	border-color: #FFC726;
}
.border-hover-flare:hover{
	border-color: #FFC726;
}
.color-flare{
	color: #FFC726;
}
.color-hover-flare:hover{
	color: #FFAE00;
}

/* grey ulatrlight */
.bkg-grey-ultralight{
	background-color: #fafafa;
	border-color: #fafafa;
}
.bkg-hover-grey-ultralight:hover{
	background-color: #fafafa;
	border-color: #fafafa;
}
.border-hover-grey-ultralight:hover{
	border-color: #fafafa;
}
.color-grey-ultralight,
.color-hover-grey-ultralight:hover{
	color: #fafafa;
}

/* grey blue */
.bkg-grey-blue {
	background-color: #303032;
	border-color: #303032;
}
.bkg-hover-grey-blue:hover{
	background-color: #303032;
	border-color: #303032;
}
.border-hover-grey-blue:hover{
	border-color: #303032;
}
.color-grey-blue,
.color-hover-grey-blue:hover{
	color: #303032;
}

/* grey */
.bkg-grey{
	background-color: #90949C;
	border-color: #90949C;
}
.bkg-hover-grey:hover{
	background-color: #90949C;
	border-color: #90949C;
}
.border-hover-grey:hover{
	border-color: #90949C;
}
.color-grey,
.color-hover-grey:hover{
	color: #90949C;
}

/* charcoal light*/
.bkg-charcoal-light{
	background-color: #333; 
	border-color: #333;
}
.bkg-hover-charcoal-light:hover{
	background-color: #333; 
	border-color: #333;
}
.border-hover-charcoal-light:hover{
	border-color: #333;
}
.color-charcoal-light,
.color-hover-charcoal-light:hover{
	color: #333;
}

/* charcoal */
.bkg-charcoal{
	background-color: #111; 
	border-color: #111;
}
.bkg-hover-charcoal:hover{
	background-color: #111; 
	border-color: #111;
}
.border-charcoal,
.border-hover-charcoal:hover{
	border-color: #111;
}
.color-charcoal,
.color-hover-charcoal:hover{
	color: #111;
}

/* Ignite Yellow */
.bkg-ignite-yellow {
	background-color: #FFD32A;
	border-color: #FFD32A;
}
.bkg-hover-ignite-yellow:hover{
	background-color: #FFD32A;
	border-color: #FFD32A;
}
.border-ignite-yellow{
	border-color: #FFD32A;
}
.border-hover-ignite-yellow:hover{
	border-color: #FFD32A;
}
.color-ignite-yellow{
	color: #FFD32A;
}
.color-hover-ignite-yellow:hover{
	color: #FFD32A !important;
}

/* Ignite blue */
.bkg-ignite-blue {
	background-color: #4F7CFE;
	border-color: #4F7CFE;
}
.bkg-hover-ignite-blue:hover{
	background-color: #4F7CFE;
	border-color: #4F7CFE;
}
.border-ignite-blue{
	border-color: #4F7CFE;
}
.border-hover-ignite-blue:hover{
	border-color: #4F7CFE;
}
.color-ignite-blue{
	color: #4F7CFE;
}
.color-hover-ignite-blue:hover{
	color: #4F7CFE !important;
}


/* sketch */
.bkg-sketch {
	background-color: #FFAE00;
	border-color: #FFAE00;
}
.bkg-hover-sketch:hover{
	background-color: #FFAE00;
	border-color: #FFAE00;
}
.border-sketch{
	border-color: #FFAE00;
}
.border-hover-sketch:hover{
	border-color: #FFAE00;
}
.color-sketch{
	color: #FFAE00;
}
.color-hover-sketch:hover{
	color: #FFAE00;
}

/* Framer */
.bkg-framer{
	background-color: #05f;
	border-color: #05f;
}
.bkg-hover-framer:hover{
	background-color: #05f;
	border-color: #05f;
}
.border-framer{
	border: 2px solid #05f;
}
.border-hover-framer:hover{
	border-color: #05f;
}
.color-framer{
	color: #05f;
}
.color-hover-framer:hover{
	color: #05f !important;
}

/*------------------------------------------------------------------
[3. Section Padding]
*/

/* Unique Template Padding & Margins */
.section-block,
.fullscreen-section .fullscreen-inner,
.pagination-2 .pagination-next,
.row.xlarge{
	padding-top: 11rem;
	padding-bottom: 11rem;
}
.replicable-content,
.row.xlarge.replicable-content{
	padding-top: 11rem;
	padding-bottom: 8rem;
}
.section-block.slanted-top:before{
	width: 100%;
	height: 12rem;
	background-color: inherit;
	content: '';
	position: absolute;
	left: 0;
	top: -5.7rem;
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
	z-index: 5;
}
.footer .footer-top{
	padding-top: 9rem;
	padding-bottom: 0;
}
.grid-filter-menu{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.home-page .grid-filter-menu{
	padding-bottom: 4rem;
}
.section-block.feature-2{
	padding-bottom: 12rem;
}
.divider{
	margin-top: 6rem;
	margin-bottom: 9rem;
}
.page-intro .divider,
[class*="intro-title-"] .divider{
	margin-top: 0;
	margin-bottom: 2rem;
}
.separator{
	width: 5rem;
	height: 0.1rem;
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}
.text-line{
	width: 2rem;
	height: 0.1rem;
	display: inline-block;
}
.text-line[class*="bkg-"]{
	padding: 0;
}
.text-line-vertical{
	display: inline-block;
	position: relative;
}
.text-line-vertical:after {
	width: 1px;
	height: 8rem;
	margin-top: 3rem;
	border-right: 1px solid #777;
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
}
.tm-slider-container .text-line-vertical:after{
	height: 200%;
	border-color: #fff;
}

@media only screen and (min-width: 960px){
	.header-1-static + .content{
		padding-top: 8rem;
	}
}
@media only screen and (max-width: 768px){
	.fullscreen-section.content-below-on-mobile .fullscreen-inner {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important;
	}
}

/*------------------------------------------------------------------
[4. Header Styling]
*/

/* Initial Position */
.header-bottom{
	bottom: 0.1rem;
}

.header-button {
	border: 1px solid #4F7CFE;
	color: #4F7CFE;
	line-height: 1 !important;
	background: transparent;
	font-size: 16px !important;
}

.header-button:hover {
	color: #fff;
	border-color: #4F7CFE;
	background: #4F7CFE !important;
	transform: none !important
}

/* Intial Height */
.header .logo,
.header .header-inner .navigation > ul > li,
.header .header-inner .navigation > ul > li > a:not(.button),
.header .header-inner .dropdown > .nav-icon{
	height: 2.3rem;
	letter-spacing: -0.1px;
	line-height: 2rem;
}

/* Transparent Header Initial & Active Nav Colors */
.header-transparent .header-inner{
	background-color: transparent;
	padding: 30px 0 0px;
}

/* Background Header - On Scroll! */
.header-background .header-inner{
	padding-top: 0 !important;
	background-color: rgba(255,255,255,0.8);
	border-color: transparent;
}

.header-background .header-inner > .nav-bar{
	border-bottom: none;
}

.menu-button-common {
	position: absolute;
	top: 30px;
	right: 20px;
}
.menu-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 30px;
	height: 1.4rem;
	z-index: 4;
	cursor: pointer;
	transition: all .3s ease-out;
}
.menu-button .menu-line {
	background-color: #111;
	width: 25px;
	height: 2px;
	transition: all 0.5s ease-out;
}
.menu-button.open .menu-line:first-child {
	-webkit-transform: translate(-1px, 9px) rotateZ(45deg);
	transform: translate(-1px, 9px) rotateZ(45deg);
}
.menu-button.open .menu-line:last-child {
	-webkit-transform: translate(-1px, -8px) rotateZ(-45deg);
	transform: translate(-1px, -8px) rotateZ(-45deg);
}

/* Header Inner Top */
.header .header-inner-top{
	height: 4rem;
	background: #232323;
	color: #fff;
}

/* Mobile Header Styles & Breakpoints */
.mobile .header .header-inner{
	background-color: transparent;
	border-top: none;
}
.mobile .header .header-inner{
	border-bottom: 1px solid #eee;
}
.mobile .header + .content{
	padding-top: 0;
}
@media only screen and (max-width: 960px){
	.header .header,
	.header .header-inner,
	.header.header-transparent .header-inner{
		background-color: transparent;
	}
	.header .header-inner{
		border-bottom: 1px solid #eee;
	}
	.header .header-inner > .nav-bar{
		padding: 0;
	}
	.header .logo a {
		font-size: 1.1em !important;
	}
	.no-hero-image .header .header-inner {
		padding: 10px 0 60px;
	}
}

/*------------------------------------------------------------------
[5. Header Logo]
*/

.header .logo a {
	font-size: 0.5em;
}

/*------------------------------------------------------------------
[6. Header Navigation]
*/

/* Padding & Margins */
.header .logo-center ~ .navigation.nav-center{
	padding-top: 0.5rem;
}
.header .logo-center ~ .navigation.nav-center > ul > li > a{
	padding-bottom: 2rem;
}
.header .navigation > ul > li > a{
	margin: 0 2.7rem;
	padding-left: 0;
	padding-right: 0;
	font-size: 19px;
	line-height: 1 !important;
	font-weight: 300;
	letter-spacing: 0.6px;
	font-family:  "Gord-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.header .navigation > ul > li.current > a,
.header .navigation > ul > li > a:hover{
	opacity: 1;
	color: #4F7CFE !important;
}

.header-transparent .navigation > ul > li > a:hover{
	opacity: 1;
	color: #4F7CFE !important;
	
}
.header-transparent .navigation > ul > li.current > a,
.header-transparent .navigation > ul > li.current > a:hover{
	opacity: 1;
	color: #4F7CFE !important;
}

/* Sub Menus, Mega Menus, Dropdown List Initial Colors */
.navigation .sub-menu li,
.navigation .dropdown-list li{
	border-bottom: none;
}
.navigation .sub-menu li a,
.navigation .mega-sub-menu ul li a,
.navigation .dropdown-list li a{
	line-height: 1.6;
	font-weight: 300;
	font-size: 1.2rem;
	color: #888;
}
.navigation .sub-menu:not(.custom-content) li a,
.navigation .dropdown-list:not(.custom-content) li a{
	padding: 1rem 1.5rem;
}
.navigation .mega-sub-menu > li > a{
	font-size: 1.3rem;
}
.navigation .sub-menu:not(.custom-content) a,
.navigation .sub-menu.custom-content,
.navigation .mega-sub-menu,
.navigation .dropdown-list{
	background-color: #111;
}

/* Menu Nav Cart Intial Colors */
.navigation .cart .badge{
	top: -0.4rem;
	left: 1.2rem;
	background-color: #ff4556;
}
.navigation .cart-overview .product-title{
	color: #fff;
}
.navigation .cart-overview .product-price,
.navigation .cart-overview .product-quantity{
	color: #999;
}
.navigation .cart-overview a.product-remove{
	background-color: #444;
	color: #999;
}
.navigation .cart-overview .cart-subtotal{
	color: #fff;
}
.navigation .cart-overview .cart-actions{
	border-color: #444;
}
.navigation .cart-overview .checkout.button{
	background-color: #ff4556;
	border-color: transparent;
	color: #fff;
}
.navigation .cart-overview .checkout.button:hover{
	background-color: #292929;
	border-color: transparent;
	color: #fff;
}

/* Sub Menus, Mega Menus, Dropdown List Hover Colors */
.navigation .sub-menu:not(.custom-content) li:hover > a,
.navigation .mega-sub-menu:not(.custom-content) ul li:hover > a,
.navigation .dropdown-list:not(.custom-content) li:hover a{
	background-color: #000;
}

.navigation .cart-overview .product-title:hover,
.navigation .cart-overview .product-remove:hover{
	color: #fff;
}

/* Mega Menu Position */
.navigation .mega-sub-menu{
	left: 0;
	right: 0;
}

/* Labels Sub Menu */
.sub-menu li .label,
.mega-menu li .label,
.dropdown li .label{
	margin-left: 0.5rem;
	padding: 0.1rem 0.4rem;
	font-size: 1rem;
	text-transform: uppercase;
	background-color: #42bb6a;
	border-color: #42bb6a;
	color: #fff;
}

/*------------------------------------------------------------------
[7. Header Nav Icons, Buttons, Dropdowns ]
*/

/* Padding & Margins */
.header .dropdown-list{
	margin-top: 2.2rem;
}

.secondary-navigation {
	position: fixed;
	z-index: 999;
	right: 0;
}

.aux-navigation-active .menu-button .menu-line {
	background-color: #90949C !important;
}

.aux-navigation-active .menu-line.top {
	transform: translate(-1px, 5px) rotateZ(45deg);
}
.aux-navigation-active .menu-line.bottom {
	transform: translate(-1px, -6px) rotateZ(-45deg);
}

/* Initial Division Padding & Color */
.header .secondary-navigation.nav-left:not(.with-division) > ul{
	margin-left: -1.5rem;
}
.header .secondary-navigation.nav-right:not(.with-division) > ul{
	margin-right: -1.5rem;
}
.header .navigation .nav-icon,
.header .navigation .v-align-middle{
	padding: 0 1.5rem !important;
}
.header .with-division ul{
	border-left-color: rgba(0,0,0, 0.1);
}
.header .with-division li{
	border-right-color: rgba(0,0,0, 0.1);
}

/* Nav Icons Initial, Hover & Active Colors */
.header .navigation .nav-icon{
	color: #999;
	font-size: 1.4rem;
	font-weight: 300;
	opacity: 1;
}
.header .navigation .nav-icon:hover,
.header .navigation .nav-icon.active{
	background-color: transparent;
	color: #000;
	opacity: 1;
}
.header .cart .badge{
	background-color: #ff4556;
}

/* Social Icons Initial & Hover Colors  */
.header .social-list li .nav-icon{
	padding: 0 !important;
	margin-right: 1.5rem;
}

/* Transparent Header Division Color */
@media only screen and (min-width: 960px){
	.header-transparent .with-division ul{
		border-left-color: rgba(255,255,255, 0.2);
	}
	.header-transparent .with-division li{
		border-right-color: rgba(255,255,255, 0.2);
	}
}

/* Transparent Header Initial, Hover & Active Colors */
.header-transparent .navigation .nav-icon{
	color: rgba(255,255,255,0.6);
	opacity: 1;
}
.header-transparent .navigation .nav-icon:hover,
.header-transparent .navigation .nav-icon.active{
	color: #fff;
	background-color: transparent;
	opacity: 1;
}

/* Nav Dark Button, Dropdown Button Initial, Hover & Active Colors */
.nav-dark .navigation .nav-icon{
	color: #999;
}
.nav-dark .navigation .nav-icon:hover,
.nav-dark .navigation .nav-icon.active{
	color: #000;
}
.nav-dark .v-align-middle > .button:not(.nav-icon):not(:hover),
.nav-dark .dropdown > .button:not(.nav-icon):not(:hover){
	background-color: #42bb6a;
	border-color: transparent;
	color: #fff;
}
.nav-dark .v-align-middle > .button:not(.nav-icon):hover,
.nav-dark .dropdown > .button:not(.nav-icon):hover{
	background-color: #232323;
	border-color: transparent;
	color: #fff;
}

/* Header Background Divisions, Initial, Hover & Active Colors */
.header-background .with-division ul{
	border-left-color: #eee;
}
.header-background .with-division li{
	border-right-color: #eee;
}
.header-background .v-align-middle > .button:not(.nav-icon),
.header-background .dropdown > .button:not(.nav-icon){
	background: #42bb6a;
	border-color: transparent;
	color: #fff;
}
.header-background .v-align-middle > .button:not(.nav-icon):hover,
.header-background .dropdown > .button:not(.nav-icon):hover{
	background-color: #232323;
	border-color: transparent;
	color: #fff;
}
.header-background .navigation .nav-icon{
	color: #999;
}
.header-background .navigation .nav-icon:hover,
.header-background .navigation .nav-icon.active{
	color: #000;
}
.header-background .social-list li a{
	color: #999;
}
.header-background .social-list li a:hover{
	color: #000;
}

/* Compacted Header Dropdown List Margin */
.header-compact .dropdown-list{
	margin-top: 1.2rem;
}

/* Mobile Header Styles and Breakpoints */
.mobile .navigation.with-division ul{
	border-left-color: #eee;
}
.mobile .navigation.with-division li{
	border-right-color: #eee;
}
.mobile .v-align-middle > .button:not(.nav-icon),
.mobile .dropdown > .button:not(.nav-icon){
	background: #232323;
	border-color: transparent;
	color: #fff;
}
.mobile .v-align-middle > .button:not(.nav-icon):hover,
.mobile .dropdown > .button:not(.nav-icon):hover{
	background-color: #42bb6a;
	border-color: transparent;
	color: #fff;
}
.mobile .navigation .nav-icon{
	color: #292929;
}
.mobile .navigation .nav-icon:hover,
.mobile .dropdown .nav-icon.active,
.mobile .header-transparent .dropdown .nav-icon.active{
	color: #000;
}
@media only screen and (max-width: 960px){
	.header .dropdown-list{
		margin-top: 2.2rem;
	}
	.header .v-align-middle > .button:not(.nav-icon),
	.header .dropdown > .button:not(.nav-icon){
		background: #232323;
		border-color: transparent;
		color: #fff;
	}
	.header .v-align-middle > .button:not(.nav-icon):hover,
	.header .dropdown > .button:not(.nav-icon):hover{
		background-color: #42bb6a;
		border-color: transparent;
		color: #fff;
	}
	.header .navigation .nav-icon{
		color: #292929;
	}
	.header .navigation .nav-icon:hover,
	.header .dropdown .nav-icon.active{
		color: #000;
	}
}

/*------------------------------------------------------------------
[8. Auxiliary Navigation]
*/

/* Aux Navigation Show */
.header .navigation-show{
	width: 4.4rem;
	height: 4.4rem;
	margin-left: 0;
}

/* Initial & Hover Colors */
.header .navigation-show a{
	font-size: 2.4rem;
	text-align: center;
	color: #292929;
	border: 1px solid #eee;
}
.header .navigation .navigation-show.nav-icon{
	font-size: 2rem;
}
.header .navigation-show a:hover{
	color: #000;
	opacity: 1;
}

/* Transparent Header Initial & Hover Colors */
.header-transparent .navigation-show a{
	color: #fff;
	border-color: rgba(255,255,255,0.2);
}
.header-transparent .navigation-show a:hover{
	color: #fff;
	border-color: rgba(255,255,255,1);
}

/* Header with Background Initial & Hover Colors */
.header-background .navigation-show a{
	color: #292929;
	border-color: #eee;
}
.header-background .navigation-show a:hover{
	color: #000;
	border-color: #eee;
}

/* Aux Navigation Hide */
.navigation-hide{
	width: 4.4rem;
	height: 4.4rem;
	margin-top: 1.9rem;
	margin-right: 0;
}
.navigation-hide a {
	background: none;
}
.navigation-hide a span{
	width: 4.4rem;
	font-size: 2rem;
}

/* Side Navigation Background Color */
.side-navigation-wrapper .logo{
	width: 12rem;
}
.side-navigation-wrapper{
	background-color: #000;
	box-shadow: none !important;
}
.side-navigation-header{
	border: none;
}

/* Side Main Nav Initial Colors & Padding */
.side-navigation > ul > li > a{
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0.3px;
}
/*------------------------------------------------------------------
[9. Title Area]
*/

[class*="intro-title-"]{
	padding: 0;
}
[class*="intro-title-"]{
	height: 45rem;
}
[class*="intro-title-"].small{
	height: 30rem;
}
[class*="intro-title-"].xsmall{
	height: 15rem;
}
.intro-title-2{
	background-image: url(../images/slider/slide-2-page-intro.jpg);	
}
.intro-title-2-1{
	background-image: url(../images/slider/slide-8-page-intro.jpg);	
}
.intro-title-2-2{
	background-image: url(../images/slider/slide-9-page-intro.jpg);	
}
@media only screen and (max-width: 768px){
	[class*="intro-title-"],
	[class*="intro-title-"].small{
		padding: 11rem 0;
		height: auto;
	}
}

/*------------------------------------------------------------------
[10. Slider & Parallax]
*/

.tm-slider-container:not([class*="bkg-"]){
	background: none;
}

/* Slider Heights */
.featured-media,
.full-width-slider,
.parallax{
	height: 60rem;
	padding: 0;
}
.window-height{
	height: 100vh;
}
.hero-slider.window-height{
	min-height: 100vh;
}
.parallax.page-intro,
.page-intro{
	height: 45rem;
}
.parallax.small,
.page-intro.small{
	height: 30rem;
}
.page-intro .full-width-slider,
.window-height .full-width-slider{
	height: inherit;
}
.logo-slider,
.testimonial-slider,
.team-slider,
.recent-slider .thumbnail{
	min-height: 5rem;
}
.recent-slider{
	min-height: 33rem;
}
.team-slider{
	height: 42rem;
}
.hero-slider{
	min-height: 60rem;
}

/* Slider Navigation Common */
.tms-arrow-nav{
	width: 4.4rem;
	height: 4.4rem;
	background: none;
	font-size: 2rem;
	line-height: 4.4rem;
	color: #fff;
	border: none;
	background-color: #000;
}
.tms-arrow-nav:hover{
	opacity: 0.5 !important;
}
.tms-arrow-nav:before{
	line-height: 4.4rem;
}
.tms-arrow-nav:hover{
	width: 4.4rem;
}
.tms-bullet-nav{
	background-color: #fff;
}
.tms-nav-dark .tms-bullet-nav{
	background-color: #000;
}
.hide-arrow-nav .tms-arrow-nav,
.hide-progress .tms-progress-bar{
	display: none !important
}

/* Featured Media Slider Navigation */
.featured-media .tms-pagination{
	width: auto;
	bottom: 2rem;
	left: 4.4rem;
}
.featured-media .tms-pagination a{
	display: inline-block;
	margin-bottom: 1rem;
}
.featured-media .tm-slider-container .tms-pagination{
	opacity: 1;
}

/* Feature Slider */
.feature-slider{
	width: 35rem;
	height: 64.5rem;
}
.feature-slider .tms-bullet-nav{
	background-color: #292929;
}

/* Recent Slider */
.recent-carousel.replicable-content{
	padding-top: 4rem;
	padding-bottom: 1rem;
}
.recent-carousel .column.slider-column{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.tm-slider-container.tms-carousel > ul{
	opacity: 1;
}

/* Slider Buttons */
.tm-slider-container .button{
	font-size: 1.1rem;
	font-weight: 700;
}

/* Mobile Slider & Parallax */
.mobile .featured-media,
.mobile .parallax.fixed-height{
	height: 500px;
}

/* Featured Slider Nav Breakpoints */
@media only screen and (max-width: 768px){
	.featured-media .tms-pagination a{
		display: inline-block;
	}
	.featured-media .tms-arrow-nav{
		display: none !important;
	}
}

/*------------------------------------------------------------------
[11. Lightbox]
*/

.tm-lightbox{
	background: rgba(255,255,255,1);
}
#tml-content-wrapper.zoomed + #tml-caption span{
	background-color: rgba(0,0,0,0.3);
	border: none;
	color: #fff;
}

/* Standard Modal Mode */
#tm-lightbox.tml-modal-mode {
	background: rgba(255, 255, 255, 0.6);
	-webkit-backdrop-filter: blur(20px);
	-moz-backdrop-filter: blur(20px);
	-o-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
#tml-content-wrapper {
	top: 0 !important;
	right: 45% !important;
	bottom: 0 !important;
	left: 0 !important;
	height: 100%;
}
.tml-modal-mode .modal-dialog {
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
	box-shadow: 0 50px 60px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 50px 60px rgba(0, 0, 0, .1);
}
.tml-modal-mode #tml-exit{
	color: #90949C;
}
.tml-exit-light #tml-exit{
	color: #90949C;
}
#tml-exit{
	color: #90949C;
}
.rounded .modal-dialog,
.rounded .section-block{
	border-radius: 0.3rem;
}

/* greyscale upon modal opening */
.modal-open .wrapper-inner,
.aux-navigation-active .wrapper-inner{
	-webkit-filter: none !important;
			filter: none !important;
}
@media only screen and (max-width: 960px){
	.tml-padding-small #tml-content-wrapper{
		left: 5% !important;
		right: 5% !important;
	}
}
@media only screen and (max-width: 768px){
	.tml-modal-mode .modal-dialog{
		width: 100% !important;
	}
	.tml-modal-mode .modal-dialog > div{
		padding-left: 0;
		padding-right: 0;
	}
	.tml-swap-exit-light #tml-exit{
		color: #fff;
	}
	.tml-modal-mode .hero-5{
		padding-bottom: 2rem; 
	}
	.tml-modal-mode .hero-5 .column:first-child:not(.media-column) .split-hero-content{
		margin-top: 4rem;
	}
}

/* Navigation */
.tml-nav{
	color: #999;
	opacity: 0.7;
}
.tml-nav:hover{
	color: #000;
}

/*------------------------------------------------------------------
[12. Plugin Preloader]
*/

.tm-loader, 
.tm-loader #circle{
	width: 3rem;
	height: 3rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: none;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	    	transform-origin: center center;
}
.tm-loader {
	width: 3rem;
	height: 3rem;
	margin: -1.5rem 0 0 -1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation:preloader-outer 1.5s ease infinite;
	   -moz-animation:preloader-outer 1.5s ease infinite;
	     -o-animation:preloader-outer 1.5s ease infinite;
	        animation:preloader-outer 1.5s ease infinite;
}
.tm-loader #circle{
	-webkit-animation:preloader 3s ease infinite;
	   -moz-animation:preloader 3s ease infinite;
	     -o-animation:preloader 3s ease infinite;
	        animation:preloader 3s ease infinite;
}
.tm-loader #circle{
	border: 2px solid rgba(0,0,0, 0.4);
	border-bottom-color: #000;
}
.featured-media .tm-loader #circle {
	background: none;
	border: 2px solid rgba(255,255,255, 0.4);
	border-bottom: 2px solid #fff;
	opacity: 1;
}

@-webkit-keyframes preloader-outer{
	from { opacity: 1;	-webkit-transform: rotate( 0deg ); }
	to	 { opacity: 1;	-webkit-transform: rotate( 360deg ); }
}
@keyframes preloader-outer{
	from { opacity: 1;	transform: rotate( 0deg ); }
	to	 { opacity: 1;	transform: rotate( 360deg ); }
}
@-webkit-keyframes preloader{
	0% { opacity: 0.3; }
	50%	 { opacity: 1; }
	100% { opacity: 0.3; }
}
@keyframes preloader{
	0% { opacity: 0.3; }
	50%	 { opacity: 1; }
	100% { opacity: 0.3; }
}

/*------------------------------------------------------------------
[13. Rollovers]
*/

/* Rollover Text */
.overlay-info > span > span{
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #fff;
}
.overlay-info .project-description{
	font-size: 1.2rem;
	opacity: 0.7;
	text-transform: none;
	font-weight: 300;
	font-style: italic;
}

/* Overlay */
.overlay-info{
	background: rgba(255, 255, 255, 0.5);
}
.overlay-info > span > span{
	text-align: center;
	vertical-align: center;
}
.overlay-info .project-title{
	margin-bottom: 0.8rem;
	display: block;
}
.overlay-fade-img-scale-out .overlay-info .overlay-info{
	opacity: 1;
}
.overlay-fade-img-scale-in .project-title{
	margin-bottom: 0;
}
.caption-below{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	border: none;
	opacity: 0.5;
}

/*------------------------------------------------------------------
[14. Homepage]
*/

/* Scroll Links */
.scroll-link.icon-circled,
.scroll-to-top.icon-circled{
	width: 5rem;
	height: 5rem;
}
.scroll-link.icon-circled{
	line-height: 5rem;
}
.scroll-to-top.icon-circled{
	line-height: 4.8rem;
}

/* Stats */
.stats-1-1{
	background-image: n;
}

/* Hero */
.hero-5-1 .media-column{
	background-image: url(../images/resume/generic/hero-half-1.jpg);
}
.hero-5-2 .media-column{
	background-image: url(../images/team/hero-half-2.jpg);
}

/* Call to Action */
/*.call-to-action-2-1{
	background-image: url(../images/resume/generic/signup-1.jpg);
	background-size: cover;
	background-position: center;
}*/

/* Signup 2 */
.signup-2-1{
	background-image: url(../images/resume/generic/signup-1.jpg);
}

/* Fullscreen Section */
.home-page .fulscreen-sections-wrapper{
	background: #000;
}
.signup-box{
	padding: 4rem;
	border: 1px solid rgba(255,255,255,0.3);
	overflow: visible;
}
.signup-box .form-response {
	bottom: auto;
}
.fullscreen-bkg-2{
	background-image: url(../images/resume/slider/slide-3-fs.jpg);
}
.fullscreen-bkg-3{
	background-image: url(../images/resume/slider/slide-4-fs.jpg);
}
.fullscreen-bkg-4{
	background-image: url(../images/resume/slider/slide-5-fs.jpg);
}

/*------------------------------------------------------------------
[15. About Pages]
*/

/* Team Sections */
.team-1 h3,
.team-2 h3{
	margin-top: 0.5rem;
}
.team-1 .team-content-info h5{
	margin-top: 3rem;
	margin-bottom: 0.5rem;
}
.team-1 h6.occupation{
	margin-bottom: 2rem;
}
.team-2 h6.occupation{
	margin-bottom: 2rem;
}
.team-2 .team-content-info{
	padding: 2rem;
}
.team-2 .social-list{
	margin-bottom: 0;
}
.team-2 .occupation{
	font-size: 1.6rem;
}

/* Team Slider */
.team-slider{
	background: none;
	height: 42rem;
}
.team-slider li{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.team-slider p{
	line-height: 1.8;
}
.team-slider .tms-pagination a{
	background-color: #292929;
}
.team-slider-1 .tms-pagination{
	display: none !important;
}
[class*="team-"] .occupation{
	color: #999;
}

/* Testimonial Slider */
.testimonials-5-about-1{
	background: none;
	color: #000;
}
.testimonials-5-about-1 .tms-bullet-nav{
	background: #000;
}

/*------------------------------------------------------------------
[16. Contact Pages]
*/

/* Hero Sections */
.bkg-mobile-image-1 {
	background-image: url(http://calvert22.org/wp-content/uploads/2017/06/Screen-Shot-2017-06-23-at-16.26.03.png)
}
.hero-5-contact-1 .media-column{
	background-image: url(../images/contact/hero-half.jpg);
}
.hero-5-contact-2 .media-column{
	background-image: url(../images/contact/hero-half.jpg);
}
.hero-5-contact-1 [class*="stats-"] .stat-inner{
	text-align: left;
}

/* Stats */
.stats-contact-1{
	background: none;
}

/* Form Response */
.contact-form-container .form-response{
	color: #292929;
}

/* Map */
.map-container{
	height: 45rem;
}
.accordion .map-container{
	height: 24rem;
}
.map-pan-link-container a.active{
	color: #232323;
}
.hero-5 .map-pan-link-container *{
	opacity: 0.5;
}
.hero-5 .map-pan-link-container a.active{
	opacity: 1;
}
.map-pan-link-container a.button.active{
	background: none;
	border-color: #27ccc0;
	color: #fff;
}

/*------------------------------------------------------------------
[17. Project Pages]
*/

/* Grid */
.masonry-stamp .caption-over-outer{
	background-color: rgba(255,255,255,.6);
}
h4.project-title{
	font-size: 1.4rem;
}
.project-title .label{
	font-size: 1rem;
	text-transform: uppercase;
}
.project-description{
	font-size: 1.2rem;
}

/* Project 1 */
.project-1-slider .tms-bullet-nav{
	background: #fff; 
}
/* Full Width Content Slider */
.project-1-slider .tms-arrow-nav{
	display: none !important;
}
.project-1-slider .tms-pagination{
	bottom: -4rem;
	opacity: 1 !important;
}

/* Project Info */
.project-attribute{
	margin-bottom: 0.3rem;
	display: table;
	table-layout: fixed;
}
.project-attribute .project-label{
	min-width: 8rem;
	font-weight: 700;
	display: table-cell;
}
.project-attribute .project-value{
	display: table-cell;
}

/* Folio Filter */
.grid-filter-menu ul,
.grid-filter-menu li{
	padding: 0;
	text-transform: none;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
}
.grid-filter-menu li{
	padding: 0.8rem 1.5rem;
}
.grid-filter-menu.list-vertical li{
	display: block;
	padding: 0.5rem 0;
}
.grid-filter-menu:not(.center):not(.right) li:first-child{
	padding-left: 0;
}
.grid-filter-menu.right li:last-child{
	padding-right: 0;
}
.grid-filter-menu a{
	padding: 0.5rem 0;
	font-weight: 300;
	color: #999;
	display: block;
	position: relative;
	border-bottom: 1px solid transparent;
}
.grid-filter-menu a:hover{
	color: #000;
}
.grid-filter-menu a.active{
	color: #000;
	border-color: #000;
}

/* Color Swatch */
.project-swatch-list{
	margin-bottom: 0;
}
.project-swatch-list li{
	margin-bottom: 3rem;
}
.project-swatch{
	margin-right: 5rem;
}
.center .project-swatch{
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
@media only screen and (max-width: 768px){
	.center-on-mobile .project-swatch{
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
}

/*------------------------------------------------------------------
[18. Pagination]
*/

/* Pagination 3 Customized */
.pagination-3 ul{
	border-top: 1px solid #e5e5e5;
}
.pagination-3 li{
	margin-top: -1px;
	margin-left: -0.4rem;
}
.pagination-3 a{
	width: 4rem;
	height: 4rem;
	padding: 0;
	line-height: 4rem;
	font-size: 1.2rem;
	font-weight: 300;
	color: #000;
	border-color: transparent;
	border-radius: 0;
}
.pagination-3.portfolio a{
	width: auto;
	padding:  0 1.5rem;
	font-size: 1rem;
	text-transform: uppercase;
}
.pagination-3.portfolio .pagination-previous{
	padding-left: 1rem;
}
.pagination-3.portfolio .pagination-next{
	padding-right: 1rem;
}
.pagination-3 .pagination-previous,
.pagination-3 .pagination-next,
.pagination-3 a.current, 
.pagination-3 a:hover{
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #000;
}
.pagination-3 a.disabled, 
.pagination-3 a.disabled:hover{
	border-color: #e5e5e5;
}
.pagination-3 a span{
	margin: 0;
}

/*------------------------------------------------------------------
[19. Fullscreen Pages]
*/

.fullscreen-section .fullscreen-inner{
	background: rgba(0,0,0,0.55);
}
.fs-bullet-nav{
	background: none;
	border: 1px solid #fff;
}
.fs-bullet-nav.active{
	background: #fff;
}
.fs-pagination{
	right: 6rem;
}

/*------------------------------------------------------------------
[20. Blog Pages]
*/

/* Post Title */
.blog-regular h2.post-title, 
.blog-wide h2.post-title, 
.blog-single-post h2.post-title{
	margin-bottom: 1rem;
}
.blog-masonry h2.post-title{
	margin-bottom: 0;
}
.blog-masonry .post-title{
	margin-bottom: 0;
	font-size: 2rem;
	text-transform: none;
	display: block;
}
.blog-regular .post-title,
.blog-wide .post-title{
	font-size: 3rem;
}
.blog-masonry .post-title a,
.blog-regular .post-title a,
.blog-wide .post-title a{
	color: #000;
}
.single-post-tags .tags-title{
	font-size: 1.3rem;
}
.blog-masonry.masonry-set-dimensions .post-title{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
}
.blog-masonry.masonry-set-dimensions .post-title.quote{
	line-height: inherit;
}
.blog-masonry.masonry-set-dimensions .post-title a{
	color: #fff;
}
.masonry-set-dimensions .content-inner.with-overlay{
	background-color: rgba(0,0,0,0.3)
}

/* Common */
.post-content.with-background{
	background-color: #f5f5f5;
}
.post-info{
	margin-bottom: 2rem;
	font-size: 1.1rem;
	font-weight: 300;
	color: #999;
}
.post-info.boxed{
	width: 100%;
	padding: 2rem 0;
	margin-bottom: 7rem;
	background-color: #f5f5f5;
}
.post-info span{
	margin-left: 1rem;
	margin-right: 1rem;
}
.post-info span,
.post-info a{
	display: inline-block;
}
.post-info-aside .post-love,
.post-author-aside span,
.post-author-aside a,
.post-comments-aside span,
.post-comments-aside a{
	font-size: 1.2rem;
	text-transform: none;
	color: #999;
	margin-right: 0;
	margin-left: 0;
	letter-spacing: 0;
}
.post-info-aside .post-love,
.post-author-aside span,
.post-author-aside a,
.post-comments-aside span,
.post-comments-aside a{
	display: block;
}
.post-info-aside [class*="icon-"]{
	font-size: 1.2rem;
}
.post-info-aside,
.post-author-aside,
.post-comments-aside{
	min-width: 12rem;
	margin-left: 0;
	text-align: left;
}
.post-info-aside .post-info-inner,
.post-author-aside .author-title{
	margin-top: 0;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}
.post-info-aside .post-love [class*="icon-"]{
	width: 1.3rem;
	margin-right: 0.6rem;
}
.post-info-aside .social-list{
	text-align: left;
}
.post-info-aside + .post-content,
.post-author-aside + .author-bio,
.post-comments-aside + .comments-inner{
	padding-left: 17rem;
}

@media only screen and (max-width: 768px) {
	.post-info-aside + .post-content {
		padding-left: 0;
	}
	.blog-regular .post-title,
	.blog-wide .post-title{
		font-size: 3rem;
	}
}

/* Regular Blog */
.blog-regular .post {
	margin-bottom: 7rem;
}
.blog-masonry .caption-over-outer .post-info .post-date{
	padding: 0;
	margin: 0;
	border: none;
	display: inline-block;
}

/* Blog Masonry */
.blog-masonry .post-content:not(.post-content.with-background){
	padding: 0 2rem;
}
/*.blog-masonry .grid-item:nth-child(odd) .post-content{
	padding: 2rem;
	background-color: #f4f4f4;
}*/

/* Blog Masonry Set Dimentions */
.blog-masonry.masonry-set-dimensions .post-info,
.blog-masonry.masonry-set-dimensions .post-info a{
	color: #fff;
}

/* Blog Mejs Player */
.post-media .mejs-container.mejs-audio .mejs-controls .mejs-play,
.post-media .mejs-container.mejs-audio .mejs-controls .mejs-pause{
	border-radius: 0;
}
.post-media .mejs-container.mejs-audio .mejs-controls{
	border-radius: 0;
}
.masonry-set-dimensions .post-content.with-background{
	background: #f4f4f4;
}
.masonry-set-dimensions .post-media:hover .post-content{
	background: rgba(0,0,0,0.8);
}
.masonry-set-dimensions .post-media:hover .post-content h2 a{
	color: #fdeb74;
}
.masonry-set-dimensions .post-media:hover .post-author a:hover{
	opacity: 0.5;
}

/* Comments */
.post-comments .comment-meta{
	font-size: 1.2rem;
}
.comment-meta span:first-child{
	margin-left: 0;
}
.comment-meta span{
	margin-left: 1rem;
	margin-right: 1rem;
}
.comment-list li{
	margin-bottom: 5rem;
}
.comment-list ul{
	margin-top: 5rem;
	margin-left: 10rem;
}
.post-comments .comment-meta a{
	font-weight: 300;
}
.post-comments .name{
	margin-bottom: 1rem;
}
.comment-form textarea{
	min-height: 20rem;
}
.post-comment-respond .comment-form .column{
	float: left;
}
.post-author, 
.post-comments,
.post-comment-respond{
	border-color: #e5e5e5;
}

/*------------------------------------------------------------------
[21. Form Elements]
*/

.field-wrapper{
	position: relative;
	overflow: hidden;
}
.field-wrapper label:not(.checkbox-label):not(.radio-label){
	opacity: 0.5;
}
.form-submit.full-width{
	width: 100%;
}

/* Common Styling */
.contact-form textarea{
	min-height: 15rem;
}
[class*="form-container"] .column{
	position: relative;
}
.form-response{
	position: absolute;
	font-size: 1rem;
}
.form-element, 
textarea{
	margin-bottom: 3rem;
	background-color: #fafafa;
	border: none !important;
	border-radius: 3px;
}
.form-element, 
textarea,
select{
	color: #90949C;
	font-weight: 300;
	letter-spacing: 0.3px;
	font-size: 18px;
}
.form-element:focus, 
textarea:focus{
	background-color: #fff;
	color: #90949C;
	font-weight: 300;
	letter-spacing: 0.3px;
	font-size: 18px;
}
.form-element.required-field:focus, 
textarea.required-field:focus{
	background-color: #fff;
	color: #90949C;
	font-weight: 300;
	letter-spacing: 0.3px;
	font-size: 18px;
}
.form-element.required-field,
textarea.required-field{
	background-color: #fff;
	border-left-color: #42bb6a;
	box-shadow: none;
	color: #000;
	position: relative;
}
.form-element::-webkit-input-placeholder{
	color: #90949C;
}
.form-element:focus::-webkit-input-placeholder{
	color: #90949C;
}
.form-element::-moz-placeholder{
	color: #90949C;
}
.form-element:focus::-moz-placeholder{
	color: #90949C;
}
.form-element:-ms-input-placeholder{
	color: #90949C;
}
.form-element:focus:-ms-input-placeholder{
	color: #90949C;
}

/* Checkbox and Radio */
.checkbox-label, 
.radio-label{
	color: #fff;
	position: relative;
}
.checkbox + .checkbox-label:before, 
.radio + .radio-label:before{
	background: #fff;
	border-color: #ddd;
}
.checkbox:checked + .checkbox-label,
.radio:checked + .radio-label{
	opacity: 1;
}
.checkbox:checked + .checkbox-label:before {
	content: '\e63a';
	background: #27ccc0;
	border-color: #27ccc0;
	color: #fff;
}
.radio:checked + .radio-label:before {
	background: #27ccc0;
}
.checkbox.required-field{
	position: absolute;
}
.checkbox.required-field + .checkbox-label:before{
	border-color: #27ccc0;
}

/* Contact Specific */
.contact-form-container ::-webkit-input-placeholder{
	color: #90949C;
}
.contact-form-container :focus::-webkit-input-placeholder{
	color: #90949C;
}
.contact-form-container ::-moz-placeholder{
	color: #90949C;
}
.contact-form-container :focus::-moz-placeholder{
	color: #90949C;
}
.contact-form-container :-ms-input-placeholder{
	color: #90949C;
}
.contact-form-container :focus:-ms-input-placeholder{
	color: #90949C;
}
.contact-form-container .form-response{
	bottom: -3rem;
}

/* Overlay Search Form Elements */
.search-form-container .form-element:focus{
	color: #90949C;
}
.search-form-container ::-webkit-input-placeholder{
	color: #90949C;
}
.search-form-container :focus::-webkit-input-placeholder{
	color: #90949C;
}
.search-form-container ::-moz-placeholder{
	color: #90949C;
}
.search-form-container :focus::-moz-placeholder{
	color: #90949C;
}
.search-form-container :-ms-input-placeholder{
	color: #90949C;
}
.search-form-container :focus:-ms-input-placeholder{
	color: #90949C;
}

#signup-lightbox button, 
#signup-lightbox .button{
	width: auto;
	max-width: auto;
}

/* Signup 1 Specific */
.signup-1 .form-element{
	background: #fff;
	border-color: #fff;
	color: #292929;
}
.signup-1 .form-element:focus{
	background: #fff;
	border-color: #fff;
	color: #000;
}
.signup-1 .form-element.required-field:focus{
	background: #fff;
	border-color: #fff;
	color: #000;
}
.signup-1 .form-element.required-field{
	background-color: #ddd;
	border-color: #ddd;
	color: #000;
	position: relative;
}
.signup-1 .form-response{
	width: 100%;
	text-align: center;
	color: #fff;
}
.signup-1 ::-webkit-input-placeholder{
	color: #292929;
}
.signup-1 :focus::-webkit-input-placeholder{
	color: #000;
}
.signup-1 ::-moz-placeholder{
	color: #292929;
}
.signup-1 :focus::-moz-placeholder{
	color: #000;
}
.signup-1 :-ms-input-placeholder{
	color: #292929;
}
.signup-1 :focus:-ms-input-placeholder{
	color: #000;
}

/* Signup 2 Specific */
.signup-2 .signup-form-container{
	background-color: rgba(0,0,0,0.6);
	border-radius: 0.3rem;
}
.signup-2 .form-element{
	border-color: #fff;
	color: #292929;
}
.signup-2 .form-element:focus{
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.signup-2 .form-element.required-field:focus{
	background: #fff;
	border-color: #fff;
	color: #000;
}
.signup-2 .form-element.required-field{
	background-color: #ddd;
	border-color: #ddd;
	box-shadow: none;
	color: #000;
	position: relative;
}
.signup-2 .form-response{
	width: 100%;
	text-align: center;
	color: #fff;
}
.signup-2 .form-response{
	margin-left: -4rem;
}
.signup-2 ::-webkit-input-placeholder{
	color: #292929;
}
.signup-2 :focus::-webkit-input-placeholder{
	color: #000;
}
.signup-2 ::-moz-placeholder{
	color: #292929;
}
.signup-2 :focus::-moz-placeholder{
	color: #000;
}
.signup-2 :-ms-input-placeholder{
	color: #292929;
}
.signup-2 :focus:-ms-input-placeholder{
	color: #000;
}

/* Login Specific */
.header .dropdown-list h5{
	color: #fff;
}
.header .dropdown-list .recuperate-password{
	font-size: 1.1rem;
	color: #999;
}
.header .dropdown-list .recuperate-password:hover{
	color: #fff;
}
.login-form-container .form-element,
.login-form-container textarea{
	background-color: #333;
	border: 1px solid #333;
	color: #999;
}
.login-form-container .form-element:focus{
	background-color: #444;
	border-color: #444;
	color: #fff;
}
.login-form-container .form-element.required-field{
	border-color: #999;
	color: #fff;
}
.login-form-container .form-element.required-field:focus{
	border-color: #444;
	color: #fff;
}
.login-form-container .form-response{
	color: #999;
}
.login-form-container ::-webkit-input-placeholder{
	color: #999;
}
.login-form-container :focus::-webkit-input-placeholder{
	color: #fff;
}
.login-form-container ::-moz-placeholder{
	color: #999;
}
.login-form-container :focus::-moz-placeholder{
	color: #fff;
}
.login-form-container :-ms-input-placeholder{
	color: #999;
}
.login-form-container :focus:-ms-input-placeholder{
	color: #fff;
}

/* Footer Specific */
.footer .form-element, 
.footer textarea{
	background-color: #fff;
	margin-bottom: 2rem;
	color: #292929;
}
.footer .form-element:focus, 
.footer textarea:focus{
	background-color: #fff;
	box-shadow: none;
	color: #000;
}
.footer .form-element.required-field, 
.footer textarea.required-field{
	background-color: #ddd;
	color: #292929;
}
.footer .form-element.required-field:focus, 
.footer textarea.required-field:focus{
	background-color: #fff;
	box-shadow: none;
	color: #000;
}
.footer .signup-form-container .button{
	width: 100%;
}
@media only screen and (max-width: 768px){
	.footer .signup-form-container .button{
		width: 12rem;
	}
}
.footer .form-response{
	color: #292929;
	font-size: 1rem;
}
.footer ::-webkit-input-placeholder{
	color: #292929;
}
.footer :focus::-webkit-input-placeholder{
	color: #000;
}
.footer ::-moz-placeholder{
	color: #292929;
}
.footer :focus::-moz-placeholder{
	color: #000;
}
.footer :-ms-input-placeholder{
	color: #292929;
}
.footer :focus:-ms-input-placeholder{
	color: #000;
}

/* Disabled */
.disabled{
	opacity: 0.6;
	background-color: #f4f4f4 !important;
	border-color: #eee !important;
	color: #999 !important;
}
.disabled:hover{
	opacity: 0.6;
	background-color: #f4f4f4;
	border-color: #eee;
}

/*------------------------------------------------------------------
[22. Social Lists]
*/
header .social-list {
	float: right;
	margin-top: 8px;
	margin-bottom: 0;
}
.social-list li{
	font-size: 16px;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: 700;
}
.social-list li.social-list-label{
	color: #000;
}

/*------------------------------------------------------------------
[23. Footer]
*/

/* Footer Text */
.footer .widget,
.footer address{
	font-size: 1.3rem;
	text-transform: none;
	font-style: normal;
}
.footer-bottom a{
	font-size: 1.1rem;
}
.footer .copyright{
	margin-bottom: 0;
	font-size: 1.1rem;
	float: none !important;
}

/* Footer Widgets */
.footer .widget li{
	padding-top: 0;
	border: none;
	border-color: #e5e5e5;
}
.footer .post-date{
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Footer Background */
.footer{
	width: 100%;
	color: #292929;
	z-index: 1;
	background-color: #fff;
}
.footer [class*="content-grid"]{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.footer .grid-item{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.footer-top{
	/*background-color: #333;*/
}
.footer-top .footer-logo{
	width: 9rem;
	margin-bottom: 3rem !important;
}
.footer .footer-bottom{
	padding: 0  0 2rem 0;
	/*background-color: #333;*/
}
.footer .footer-bottom-inner{
	border-color: #e5e5e5;
}
.footer .footer-bottom, 
.footer .footer-bottom a{
	color: #898989;
}
.footer-bottom .footer-logo{
	width: 6.5rem;
	margin-bottom: 1rem;
	margin-right: 1.4rem;
	line-height: 1.7;
}

/* Footer Navigation */
.footer .navigation li,
.footer .navigation ul li a{
	padding: 0;
	display: inline-block;
	float: none;
}
.footer .navigation a,
.footer .social-list a{
	font-size: 1.1rem;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
.footer .navigation a:hover,
.footer .social-list a:hover{
	color: #fff;
}
.footer .footer-bottom .navigation, 
.footer .footer-bottom .social-list{
	float: none;
}

/* Columns */
@media only screen and (max-width: 960px){
	.footer-top.two-columns-on-tablet > .row > [class*="width-"]{
		width: 50%;
		text-align: left !important;
	}
}
@media only screen and (max-width: 768px){
	.footer-top.two-columns-on-tablet > .row > [class*="width-"]{
		width: 100% !important;
	}
	.nav-bar .logo img {
		margin-top: 6px !important;
	}
}

/*------------------------------------------------------------------
[24. Sidebar]
*/

/* Sidebar Widgets */
.sidebar .widget,
.sidebar .widget a{
	font-size: 1.2rem;
}
.sidebar .widget .tag-cloud a{
	font-size: 1rem;
}
.sidebar .widget li{
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.sidebar .widget .list-group li{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.sidebar .widget ul{
	margin-bottom: 5rem;
}
.sidebar .post-date{
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

/*------------------------------------------------------------------
[25. Dividers]
*/

hr,
.divider{
	border-color: #eee;
}
.page-intro .divider,
.intro-title-2 .divider{
	border-color: rgba(255,255,255,0.1);
}
.text-line{
	width: 0;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
		    transform: rotate(0deg);
	-webkit-transition-property: width, opacity, background-color, transform;
	   -moz-transition-property: width, opacity, background-color, transform;
	     -o-transition-property: width, opacity, background-color, transform;
		    transition-property: width, opacity, background-color, transform;
    -webkit-transition-duration: 400ms;
	   -moz-transition-duration: 400ms;
	     -o-transition-duration: 400ms;
	    -ms-transition-duration: 400ms;
	        transition-duration: 400ms;
}
a.animated-link:hover .text-line,
a.overlay-link:hover .text-line{
	width: 2rem;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
		    transform: rotate(0deg);
}
.mobile .text-line,
a.disabled .text-line{
	-webkit-transition-property: none;
	   -moz-transition-property: none;
	     -o-transition-property: none;
		    transition-property: none;
}
[class*="border-"].thick, 
[class*="border-"].thick *{
	border-width: 0.2rem;
}

/*------------------------------------------------------------------
[26. Media Element Player]
*/

.mejs-container.mejs-audio .mejs-controls{
	border-radius: 3px;
}
.mejs-container.mejs-audio .mejs-controls,
.mejs-controls .mejs-volume-button .mejs-volume-slider{
	background: rgba(255, 255, 255, 0.9);
}
.mejs-container.mejs-audio .mejs-controls{
	background: #f9f9f9;
}
.mejs-minimal-player .mejs-container .mejs-controls{
	background: none;
}
/* Time track, vol track */
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{
	background: #999;
}
/* Time track, vol level track */
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{
	background: #292929;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	background: #fff;
}
.mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-total{
	background: #fff;
}
.mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-minimal-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-minimal-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{
	background: #fff;
}
/* Tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
	background: #000;
}
/* Play Button */
.mejs-container.mejs-audio .mejs-controls .mejs-play,
.mejs-container.mejs-audio .mejs-controls .mejs-pause{
	background: #e5e5e5;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.mejs-minimal-player .mejs-container .mejs-controls .mejs-play,
.mejs-minimal-player .mejs-container .mejs-controls .mejs-pause{
	background: none;
}
/* Time */
.mejs-container .mejs-controls .mejs-time span{
	color: #292929;
}
.mejs-minimal-player .mejs-container .mejs-controls .mejs-time span{
	color: #fff;
}

/*------------------------------------------------------------------
[27. E-Commerce]
*/

/* Grid */
.shop .products .product h3.product-title{
	font-size: 1.4rem;
}
.product-title a{
	color: #000;
}
.shop .products .product .product-price{
	font-size: 1.2rem;
}

/* Shop Overlay Tags */
.shop .products .product .onsale,
.single-product .product .onsale{
	background-color: #ff4556;
}
.shop .products .product .outofstock,
.single-product .product .outofstock{
	background-color: #232323;
}

/* Tables */
.shop .table td,
.shop .table th{
	padding: 2rem 1.6rem;
}
.shop .cart-overview .table > thead{
	background-color: #f4f4f4;
}
/*.shop .cart-overview .table > thead th,
.shop .cart-overview .table > thead th{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}*/
.shop .cart-overview table,
.shop .cart-overview td,
.shop .cart-totals th,
.widget .cart-subtotal,
.single-product .review-comments,
.checkout .cart-overview hr{
	border-color: #eee;
}
.single-product .review-comments .comment-list > li,
.single-product .products-similar hr,
.single-product .review-comments,
.cart .cart-review,
.checkout .cart-review,
.checkout .cart-overview hr{
	margin-bottom: 5rem;
}

/* Shop Buttons */
.shop .cart-overview .button,
.shop .product .button{
	background-color: #232323;
	border-color: #232323;
	color: #fff;
}
.shop .cart-overview .button:hover,
.shop .product .button:hover{
	background-color: #ff4556;
	border-color: #ff4556;
	color: #fff;
}

/* Widgets */
.sidebar .widget .product-list li{
	padding-top: 1.5rem;
	padding-bottom: 1.3rem;
}
.widget .cart-overview a.product-remove{
	background-color: #eee;
}

/* Single Product Page */
.single-product .review-comments{
	padding-bottom: 5rem;
}
.single-product .products-similar hr{
	margin-top: 2rem;
}
.single-product .product-tabs .tab-panes{
	padding-top: 5rem !important;
}
.single-product .product-summary .product-rating{
	font-size: 1.2rem;
}
.single-product .product-summary .product-price ins,
.single-product .product-summary .product-price del{
	font-size: 2rem;
	font-weight: 700;
}

/* Cart Overview */
.cart .cart-overview .product-remove a{
	background-color: #eee;
}

/*------------------------------------------------------------------
[27. Component Styling]
*/

/* Testimonial Slider */
.testimonial-slider{
	height: 14rem;
}
.testimonial-slider blockquote{
	width: 100%;
}
.testimonial-slider blockquote span{
	margin-bottom: 2rem;
}
.testimonial-slider cite{
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
	font-style: normal;
}

/* Button */
.button{
	text-transform: none;
}
.button-content{
	line-height: 1;
}

/* Box */
.box{
	font-size: inherit !important;
	line-height: inherit !important;
}
.box-element {
	display: block;
	position: relative;
}
.learn .box-element img{
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
}
.learn .box-element p {
	clear: both;
}
.box-element .box {
	border-radius: 8px;
	box-shadow: none;
	background-color: #fafafa
}

.box-element .box:hover {
	-webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
	background-color: #fff
}

/* Blockquote */
blockquote.border{
	border-color: #ccc;
}

/* Feature Section */
.feature-2 .feature-image img{
	width: 90%;	
}

.feature-image.object-fit img {
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
}

/* Logo Section */
.logos-1 a{
	opacity: 1;
}
.logos-1 a:hover{
	opacity: 1;
}
.logo-slider{
	height: 14rem;
}
.logos-1 a, 
.logos-1 span{
	padding: 0.5rem 0;
}

/* Clients Section */
.clients-1 .client-name {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
	opacity: 1;
}
.clients-1 .counter{
	font-size: 10rem;
	margin-bottom: 0;
}

/* Profile Image */
.profile-image{
	width: 16rem;
}
.profile-image.large{
	width: 20rem;
}
.profile-image.pull-left{
	margin-right: 3.5rem;
	margin-bottom: 2rem;
}
.profile-image.pull-right{
	margin-left: 3.5rem;
	margin-bottom: 2rem;
}

/* Hero Sections */
.hero-1,
.hero-2,
.hero-3,
.hero-4,
.hero-5,
.hero-6{
	height: 50rem;
}
[class*="hero-"].small{
	height: 30rem;
}
[class*="hero-"].window-height{
	height: 100vh;
}
.hero-5 .center .tms-pagination{
	text-align: center;
}

/* Stats */
[class*="stats-"] .counter{
	margin-bottom: 1rem;
	font-size: 23px;
	color: #90949C !important;
	font-weight: 300;
}
[class*="stats-"] .counter.xlarge{
	font-size: 6.5rem;
}
[class*="stats-"] .description{
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
.stats-3 .mega-stat .counter{
	font-weight: normal;
	font-size: 6rem;
}
.stats-3 .description{
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.stats-3 .description,
.stats-3 .mega-stat .description{
	font-size: 1.2rem;
	font-weight: 300;
}
.maintenance-stat .counter{
	font-size: 6.5rem;
	font-weight: 300;
	line-height: 1;
}

/* Bar percentages */
.percent-10{
	width: 10%;
}
.percent-20{
	width: 20%;
}
.percent-30{
	width: 30%;
}
.percent-40{
	width: 40%;
}
.percent-50{
	width: 50%;
}
.percent-60{
	width: 60%;
}
.percent-70{
	width: 70%;
}
.percent-80{
	width: 80%;
}
.percent-90{
	width: 90%;
}
.percent-10{
	width: 100%;
}

/* Sizes */
.progress-bar{
	border: none;
}
.progress-bar.small{
	height: 0.2rem;
	font-size: 1rem;
	line-height: 1rem;
}
.progress-bar,
.progress-bar.medium{
	height: 1.3rem;
}
.progress-bar.large{
	height: 2rem;
	font-size: 1.4rem;
	line-height: 2.6rem;
}
.progress-bar.xlarge{
	height: 3rem;
	font-size: 1.5rem;
	line-height: 3.6rem;
}

/* Accordion */
.accordion > ul > li > a{
	padding: 1.3rem 2.5rem;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: #292929;
	font-size: 1.1rem;
	font-weight: 300;
	text-transform: uppercase;
}
.accordion > ul > li.active > a,
.accordion > ul > li.active > a:hover{
	border-color: transparent;
	background-color: #232323;
	color: #fff;
}
.accordion > ul > li > a:hover{
	border-color: transparent;
	background-color: #ddd;
}
.accordion .accordion-content{
	padding: 3rem;
}
/* style 1 */
.accordion.style-1 > ul > li > a{
	background-color: transparent;
	border-color: #eee;
	color: #292929;
}
.accordion.style-1 > ul > li.active > a,
.accordion.style-1 > ul > li.active > a:hover{
	background-color: transparent;
	border-color: #eee;
	color: #27ccc0;
}
.accordion.style-1 > ul > li > div{
	border: none;
}
.accordion.style-1 .accordion-content{
	border: none
}
/* style 2 */
.accordion.style-2 > ul > li > a{
	padding: 1.3rem 0;
	border: none;
	font-weight: 300;
	background-color: transparent;
	border-bottom: 1px solid #eee;
	color: #292929;
}
.accordion.style-2 > ul > li.active > a,
.accordion.style-2 > ul > li.active > a:hover{
	background-color: transparent;
	border-color: transparent;
	color: #27ccc0;
}
.accordion.style-2 .accordion-content{
	padding: 1rem 0 3rem 0;
	border: none;
}
.accordion.style-2 > ul > li > div{
	border: none;
}
.accordion.style-2 > ul > li.active > div{
	border-bottom: 1px solid #eee;
}

/* Tabs */
.tabs .tab-nav > li a{
	padding: 1.3rem 2.5rem;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: #292929;
	font-size: 1.1rem;
	font-weight: 300;
	text-transform: uppercase;
}
.tabs .tab-nav > li a:hover{
	background-color: #ddd;
	border-color: #ddd;
	color: #232323;
}
.tabs .tab-nav > li,
.tabs.vertical .tab-nav > li{
	margin: 0;
}
.tabs .tab-nav > li.active a,
.tabs .tab-nav > li.active a:hover{
	color: #232323;
}
.tabs .tab-panes{
	padding: 3rem;
}
.tabs[class*="style-"] .tab-nav > li{
	margin: 0 !important;
}
.tabs[class*="style-"] .tab-panes{
	border: none;
}
.tabs[class*="style-"]:not(.style-3) .tab-panes{
	padding: 5rem 0 0 0;
	border: none;
	background: none;
}
.tab-panes > div.active{
	overflow: visible;
}
.tabs.style-1.vertical.right .tab-panes,
.tabs.style-2.vertical.right .tab-panes{
	padding-right: 2.5rem;
	margin: 0 !important;
}
/* style 1 */
.tabs.style-1.vertical .tab-nav > li,
.tabs.style-1.vertical.right .tab-nav > li{
	margin-bottom: 0;
}
.tabs.style-1 .tab-nav > li a,
.tabs.style-1.vertical .tab-nav > li a{
	background-color: #f4f4f4;
	border: none;
	color: #292929;
}
.tabs.style-1 .tab-nav > li a:hover{
	background-color: #ddd;
	border: none;
	color: #232323;
}
.tabs.style-1 .tab-nav > li.active a,
.tabs.style-1 .tab-nav > li.active a:hover,
.tabs.style-1.vertical.right .tab-nav > li.active a,
.tabs.style-1.vertical.right .tab-nav > li.active a:hover{
	margin-right: 0;
	border: none;
	background-color: #27ccc0;
	color: #fff;
}
/* style 2 */
.tabs.style-2 .tab-nav > li a,
.tabs.style-2.vertical .tab-nav > li a,
.tabs.style-2.vertical.right .tab-nav > li a{
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-color: #eee;
	color: #292929;
}
.tabs.style-2:not(.vertical) .tab-panes{
	border-top: 1px solid #eee;
}
.tabs.style-2 .tab-nav > li.active a,
.tabs.style-2 .tab-nav > li.active a:hover,
.tabs.style-2.vertical .tab-nav > li.active a,
.tabs.style-2.vertical.right .tab-nav > li.active a{
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-color: #27ccc0;
	color: #232323;
}
/* style 3 */
.tabs.style-3 .tab-nav > li a,
.tabs.style-3.vertical .tab-nav > li a,
.tabs.style-3.vertical.right .tab-nav > li a,
.tabs.style-3 .tab-panes{
	background-color: transparent;
	border-width: 0;
	color: #292929;
}
.tabs.style-3 .tab-nav > li.active a,
.tabs.style-3 .tab-nav > li.active a:hover,
.tabs.style-3.vertical .tab-nav > li.active a,
.tabs.style-3.vertical.right .tab-nav > li.active a{
	background-color: transparent;
	border: none;
	color: #232323;
}
.tabs.style-3:not(.vertical) .tab-nav > li a{
	padding: 1rem 0;
	margin-right: 3rem;
}
.tabs.style-3.center:not(.vertical) .tab-nav > li a{
	margin: 0 1.5rem 0 1.5rem;
}
.tabs.style-3.right:not(.vertical) .tab-nav > li a{
	margin: 0 0 0 3rem;
}
.tabs.style-3 .tab-panes{
	padding: 3rem 0 0 0;
}

/* animation */
.tab-panes .tab-content{
	-webkit-transition-property: transform, opacity, visibility;
			transition-property: transform, opacity, visibility;
	-webkit-transition-duration: 1000ms;
			transition-duration: 1000ms;
	-webkit-transform: translateY(1rem);
			transform: translateY(1rem);
}
.tab-panes .animate-in .tab-content{
	-webkit-transform: translateY(0);
			transform: translateY(0);
}
@media only screen and (min-width: 480px) {
	.tabs.style-1.vertical .tab-panes{
		padding: 0 0 0 3.5rem;
	}
	.tabs.style-1.vertical .tab-panes,
	.tabs.style-2.vertical .tab-panes{
		padding: 0 0 0 3.5rem;
		margin: 0 !important;
	}
	.tabs.style-1.vertical.right .tab-panes,
	.tabs.style-2.vertical.right .tab-panes{
		padding: 0 3.5rem 0 0;
		margin: 0 !important;
	}
	.tabs.style-2.vertical .tab-nav > li a{
		padding-left: 0;
		border: none;
		border-right: 1px solid #eee;
	}
	.tabs.style-2.vertical.right .tab-nav > li a{
		padding-left: 2.5rem;
		padding-right: 0;
		border: none;
		border-left: 1px solid #eee;
	}
	.tabs.style-2.vertical .tab-nav > li.active a,
	.tabs.style-2.vertical .tab-nav > li.active a:hover{
		border: none;
		border-right: 1px solid #27ccc0;
	}
	.tabs.style-2.vertical.right .tab-nav > li.active a,
	.tabs.style-2.vertical.right .tab-nav > li.active a:hover{
		border: none;
		border-left: 1px solid #27ccc0;
	}
}

/* Menus */
.menu-list h4{
	font-size: 1.4rem;
}
.menu-list li:nth-child(even) h4,
.menu-list li:nth-child(even) .menu-description{
	color: #292929;
}
.menu-list h4 .menu-line{
	bottom: 1px;
}
.menu-list .menu-content .menu-line{
	bottom: 8px;
}
.menu-item .menu-title,
.menu-item .menu-description,
.menu-item .menu-price{
	background: none;
}
.menu-item.dotted .menu-title,
.menu-item.dotted .menu-description,
.menu-item.dotted .menu-price,
.menu-item.dashed .menu-title,
.menu-item.dashed .menu-description,
.menu-item.dashed .menu-price{
	background-color: #fff;
}
.dotted .menu-line{
	background-image: radial-gradient(circle closest-side, #ccc 99%,rgba(0,0,0,0) 0%);
}
.dashed .menu-line{
	background-image:  linear-gradient(to right, #ccc 50%, rgba(0,0,0,0) 0%);
}

/* Timeline */
.timeline.vertical-indication .timeline-title:after{
	border: 2px solid #292929;
	background-color: #232323;
}
.timeline.vertical-indication .timeline-description:before{
	background-color: #292929;
}
.timeline.vertical-indication .timeline-description:before{
	width: 0.2rem;
	left: 0.4rem;
}
@media only screen and (max-width: 768px) {
	.timeline.vertical-indication .timeline-title:before{
		background-color: #292929;
	}
	.timeline.vertical-indication .timeline-description:before,
	.timeline.vertical-indication .timeline-title:before{
		width: 0.2rem;
		left: 1.9rem;
	}
}

.logo-slider{
	width: 10rem;
	height: 10rem;
}

/* Added */
.featured-block.text-overlay {
	bottom: 9%;
	left: 5%;
	position: absolute;
}

.position-relative {
	position: relative;
}

.pull-up-0 {
    margin-top: -0
}

.pull-up-5 {
    margin-top: -.5rem
}

.pull-up-10 {
    margin-top: -1rem
}

.pull-up-20 {
    margin-top: -2rem
}

.pull-up-30 {
    margin-top: -3rem !important
}

.pull-up-40 {
    margin-top: -4rem
}

.pull-up-50 {
    margin-top: -5rem
}

.pull-up-60 {
    margin-top: -6rem
}

.pull-up-70 {
    margin-top: -7rem !important;
}

.pull-up-80 {
    margin-top: -8rem
}

.pull-up-90 {
    margin-top: -9rem
}

.pull-up-100 {
    margin-top: -10rem
}

.pull-up-11 {
	margin-top: -11em;
}

.pull-up-120 {
    margin-top: -12rem
}

.pull-up-130 {
    margin-top: -13rem
}

.pull-up-140 {
    margin-top: -14rem
}

.pull-up-150 {
    margin-top: -15rem 
}

.pull-up-160 {
    margin-top: -16rem
}

@media only screen and (min-width: 1001px) {
	.pull-up-170 {
		margin-top: -17em !important;
	}	
}
.push-down-0 {
    margin-top: 0
}

.push-down-5 {
    margin-top: .5rem
}

.push-down-10 {
    margin-top: 1rem
}

.push-down-20 {
    margin-top: 2rem
}

.push-down-30 {
    margin-top: 3rem !important
}

.push-down-40 {
    margin-top: 4rem
}

.push-down-50 {
    margin-top: 5rem
}

.push-down-60 {
    margin-top: 6rem
}

.push-down-70 {
    margin-top: 7rem !important;
}

.push-down-80 {
    margin-top: 8rem
}

.push-down-90 {
    margin-top: 9rem
}

.push-down-100 {
    margin-top: 10rem
}

.push-down-11 {
	margin-top: 11em;
}

.push-down-120 {
    margin-top: 12rem
}

.push-down-130 {
    margin-top: 13rem
}

.push-down-140 {
    margin-top: 14rem
}

.push-down-150 {
    margin-top: 15rem
}

.push-down-160 {
    margin-top: 16rem
}

.push-down-170 {
    margin-top: 17rem !important;
}

.z-index-medium {
	z-index: 999;
}


@media only screen and (max-width: 1000px) {
	.tml-modal-mode #tml-content-wrapper {
		top: 3% !important;
	}
	.mobile-scale-up-230 {
		-o-transform: scale(2.3);
		-moz-transform: scale(2.3);
		-webkit-transform: scale(2.3);
		transform: scale(2.3);
	}
	video {
		width: 100%;
		height: 400px;
		object-fit: cover !important;
	}
	.grid .item-description {
		padding: 20px;
	}
	.item-grid-wrap,
	.content-grid-2 .grid-item {
		height: 400px;
	}
	.grid .item-description .project-title {
		width: 80%;
	}
	.footer .footer-top {
		padding-top: 0 !important;
	}
	.grid-container .thumbnail, .grid-container .thumbnail img {
		height: 400px
	}
	img.profile {
		float: none;
	}
	.border-top-mobile-grey {
		border-top: 1px solid #eee;
	}
	.with-hero .header-transparent .logo-inner a {
		color: #111 !important
	}
	.border-right-mobile-none {
		border-right: none !important;
	}
	.fixed-height.backdrop {
		height: 200px;
	}
	.home #process .column.width-6 {
		padding-left: 0;
		padding-right: 0;
	}
	img.browser-grid {
		height: 430px;
		object-fit: cover;
	}
	.section-hover-block h3, .section-hover-block p {
		text-align: center;
		position: absolute;
		left: 20px;
		right: 20px;
		top: 40%;
	}
	.section-hover-block {
		margin-bottom: 1.5rem;
	}
	.section-hover-block p {
		margin-top: 50px;
		line-height: 1.2;
	}
	.button.medium {
		margin-bottom: 0;
	}
	.video-gif {
		opacity: 1;
		position: absolute !important;
		z-index: 9 !important;
		display: block !important;
		top: 92px !important;
		left: 48px !important;
		width: 68% !important;
	}
	.pt-mobile-0 {
		padding-top: 0 !important; 
	}
	.pt-mobile-10 {
		padding-top: 1rem !important;
	}
	.pt-mobile-20 {
		padding-top: 2rem !important;
	}
	.pt-mobile-30 {
		padding-top: 3rem !important;
	}
	.pt-mobile-40 {
		padding-top: 4rem !important;
	}
	.pt-mobile-50 {
		padding-top: 5rem !important;
	}
	.pt-mobile-60 {
		padding-top: 6rem !important;
	}
	.pt-mobile-70 {
		padding-top: 7rem !important;
	}
	.pt-mobile-80 {
		padding-top: 8em !important;
	}
	.pt-mobile-90 {
		padding-top: 9rem !important;
	}
	.pt-mobile-100 {
		padding-top: 10rem !important;
	}
	.pt-mobile-110 {
		padding-top: 11rem !important;
	}
	.pb-mobile-0 {
		padding-bottom: 0 !important; 
	}
	.pb-mobile-10 {
		padding-bottom: 1rem !important;
	}
	.pb-mobile-20 {
		padding-bottom: 2rem !important;
	}
	.pb-mobile-30 {
		padding-bottom: 3rem !important;
	}
	.pb-mobile-40 {
		padding-bottom: 4rem !important;
	}
	.pb-mobile-50 {
		padding-bottom: 5rem !important;
	}
	.pb-mobile-60 {
		padding-bottom: 6rem !important;
	}
	.pb-mobile-70 {
		padding-bottom: 7em !important;
	}
	.pb-mobile-80 {
		padding-bottom: 8rem !important;
	}
	.pb-mobile-100 {
		padding-bottom: 9em !important;
	}
	.row.mw-80 {
		max-width: 100% !important;
	}		
	.ratings-box {
		padding: 20px !important;
		left: 20px;
		width: 90%;
		right: 40px;
	}
	.pd-60 {
		padding: 0;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.mt-m-400 {
		margin-top: -4em;
	}
	.home video {
		margin-top: 0;
		height: 400px;
		object-fit: cover;
	}
	.tms-slide img {
		top: 0 !important;
		width: 100% !important;
		height: 100vh !important;
		object-fit: cover;
	}
	.window-height,
	.mobile .tm-slider-parallax-container .tm-slider-container,
	.tms-forcefit {
		height: 100vh !important;
	}
	.mobile-pull-up-0 {
		margin-top: -0
	}
	
	.mobile-pull-up-5 {
		margin-top: -.5rem
	}
	
	.mobile-pull-up-10 {
		margin-top: -1rem
	}
	
	.mobile-pull-up-20 {
		margin-top: -2rem
	}
	
	.mobile-pull-up-30 {
		margin-top: -3rem !important
	}
	
	.mobile-pull-up-40 {
		margin-top: -4rem
	}
	
	.mobile-pull-up-50 {
		margin-top: -5rem
	}
	
	.mobile-pull-up-60 {
		margin-top: -6rem
	}
	
	.mobile-pull-up-70 {
		margin-top: -7rem !important;
	}
	
	.mobile-pull-up-80 {
		margin-top: -8rem
	}
	
	.mobile-pull-up-90 {
		margin-top: -9rem
	}
	
	.mobile-pull-up-100 {
		margin-top: -10rem
	}
	
	.mobile-pull-up-11 {
		margin-top: -11em;
	}
	
	.mobile-pull-up-120 {
		margin-top: -12rem
	}
	
	.mobile-pull-up-130 {
		margin-top: -13rem
	}
	
	.mobile-pull-up-140 {
		margin-top: -14rem
	}
	
	.mobile-pull-up-150 {
		margin-top: -15rem
	}
	
	.mobile-pull-up-160 {
		margin-top: -16rem
	}
	
	.mobile-pull-up-170 {
		margin-top: -17rem !important;
	}
	.mobile-push-down-10 {
		margin-top: 1rem
	}
	
	.mobile-push-down-20 {
		margin-top: 2rem
	}
	
	.mobile-push-down-30 {
		margin-top: 3rem !important
	}
	
	.mobile-push-down-40 {
		margin-top: 4rem
	}
	
	.mobile-push-down-50 {
		margin-top: 5rem
	}
	
	.mobile-push-down-60 {
		margin-top: 6rem
	}
	
	.mobile-push-down-70 {
		margin-top: 7rem !important;
	}
	
	.mobile-push-down-80 {
		margin-top: 8rem
	}
	
	.mobile-push-down-90 {
		margin-top: 9rem
	}
	
	.mobile-push-down-100 {
		margin-top: 10em !important
	}
	
	.mobile-push-down-11 {
		margin-top: 11em;
	}
	
	.mobile-push-down-120 {
		margin-top: 12rem
	}
	
	.mobile-push-down-130 {
		margin-top: 13rem
	}
	
	.mobile-push-down-140 {
		margin-top: 14rem
	}
	
	.mobile-push-down-150 {
		margin-top: 15rem
	}
	
	.mobile-push-down-160 {
		margin-top: 16rem
	}
	
	.mobile-push-down-170 {
		margin-top: 17rem !important;
	}
}



/* -------------------------------- 

Aside

-------------------------------- */
.learn-read-more {
	/* hide on mobile */
	display: none;
}
.learn-read-more li {
	font-size: 16px;
	display: block;
	position: relative;
	padding: 0.5em 0 0.5em 2rem;
}
.learn-read-more a.reading {
	color: #111 !important;
}
.learn-read-more a.read {
	color: #111;
}
.learn-articles article {
	margin-top:8rem
}
.learn-articles header {
	margin-bottom: 5rem
}

@media only screen and (min-width: 1100px) {
	.learn-read-more {
		display: block;
		position: absolute;
		top: 6em;
		left: 0;
	}
	.learn-read-more.fixed {
		position: fixed;
		right: calc(50% - 485px);
	}
}