/*
Theme Name: Steamboat Brook Child Theme
Theme URI: http://brook.thememove.com/
Author: Optimity
Author URI: http://thememove.com/
Version: 1.0.0
Template: brook
Text Domain:  brook
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* DIRECTORY
   ==========================================================================

		01 - GLOBAL COLORS + GRADIENTS REFERENCE GUIDE
		02 - GLOBAL STYLES
		03 - HEADER
		04 - NAVBAR
		05 - LANDING PAGE
		06 - INTERIOR PAGE STYLING (i.e About, Approach, Contact Us, etc.)
			6A - About Us
			6B - Contact Us
			6C - Portfolio
			6D - News
		07 - RESPONSIVE MEDIA QUERIES 
			7A - Desktop
			7B - Tablet Device's Screens	
			7C - Tablet Device's Screens (Landscape)	
			7D - Tablet Device's Screens (Portrait)
			7E - Mobile Device's Screens 
		08 - ERROR - 404 PAGE
			

   ==========================================================================
*/

/************************************************************************/
/* 01 - GLOBAL COLORS + GRADIENTS REFERENCE GUIDE	*/
/************************************************************************/

/*  

	navy-blue - #171f54
	dark-gray - #979797
	purple-gradient - linear-gradient(180deg, rgba(150,63,182,0.75) 0%, #963FB6 100%);
	blue-gradient - linear-gradient(180deg, rgba(49,117,195,0.75) 0%, #3175C3 100%);
	green-gradient - linear-gradient(180deg, rgba(106, 195, 60,0.85) 0%, #5FAE35 100%);
	orange-gradient - linear-gradient(0deg, #E68635 0%, rgba(240,114,8,0.75) 100%);
	red-gradient - linear-gradient(180deg, rgba(200, 30, 30, 0.8) 0%, #D13A1F 100%);
	
	red - #D13A1F
	orange - #E68635
	green - #5FAE35
	skyblue - #3175C3
	purple - #963FB6
	black - rgba(44,44,44,0.9);

*/

/************************************************************************/
/* 02 - GLOBAL STYLES 	*/
/************************************************************************/

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: rgba(44,44,44,0.9);
}


h1, h2, h3, 
h4, h5, h6, p {
	color: rgba(44,44,44,0.9);
}

a:hover {
	color: #3175C3;
}

.hidden {
	display: none !important;
}

#page-scroll-up {
	background-color: #171f54;
}

.default-separator {
	margin: 25px auto 35px auto;
	height: 2px;
	width: 100%;
	background-color: #979797;
}

#header-logo-container.branding__logo {
	text-align: center;
}

#header-logo-container.branding__logo a {
    float: none;
    text-align: center;
}

/************************************************************************/
/* 03 - HEADER - Using Header-18 (/components/headers/header-18.php) 	*/
/************************************************************************/

/* 
By default, when a user goes into mobile view, the logo will be floated to the left,
the code below ensures that it remains centers through all breakpoint views
*/

.mobile-menu .header-18 .header-left {
  display: unset;
}

.mobile-menu .header-18 .header-left,
.mobile-menu .header-18 .header-right {
  flex-shrink: 0;
  flex-basis: 40%;
}

/* hamburger menu  */
.page-open-mobile-menu .inner {
	justify-content: left !important;
}

.page-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

/************************************/
/* 04 - NAVBAR	*/
/************************************/

.nav-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

#nav {
	position: relative;
	width: 100%;
	display:block;
	height:65px;
	background-color:transparent;
	z-index:20;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1s;
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1s;
	-moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1s;
	-o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}

/* if the floating nav is on the news details page */
.blog-modern-header #nav {
	padding-top: 120px;
}

#nav .floating-nav-icon {
	max-width: 20px;
	max-height: 20px;
	vertical-align: middle;
}

.section-expanded #nav.floating-nav {
	opacity: 1;
}

#nav .nav-icon {
	background-color: transparent;
	position:absolute;
	z-index:99;
	color:white;
	text-align:center;
	cursor:pointer;
	top: 40px;
	left: 40px;
	width: 48px;
	height: 48px;
}

#nav .nav-item {
	width: 48px;
	height: 48px;
	display: block;
	background-color: rgba(0,0,0,0.6);
	border-radius: 50px;
	position: absolute;
	color: white;
	text-align: center;
	line-height: 45px;
	top: 40px;
	left: 40px;
	z-index: 90;
	opacity: 0;
	font-size: 1.6em;
}

#nav .icon01 {
	-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	background: linear-gradient(180deg, rgba(150,63,182,0.75) 0%, #963FB6 100%);

}

#nav .icon02 {
	-webkit-: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
	-moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
	-o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
	background: linear-gradient(180deg, rgba(49,117,195,0.75) 0%, #3175C3 100%);

}

#nav .icon03 {
	-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;
	-moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;
	-o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;
	background: linear-gradient(180deg, rgba(106, 195, 60,0.85) 0%, #5FAE35 100%);
}

#nav .icon04 {
	-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
	-moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
	-o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
	background: linear-gradient(0deg, #E68635 0%, rgba(240,114,8,0.75) 100%);

}

#nav .icon05 {
	-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .8s;
	-moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .8s;
	-o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .8s;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .8s;
	background: linear-gradient(180deg, rgba(200, 30, 30, 0.8) 0%, #D13A1F 100%);

}

.icon-adjacent-container {
  background-color: rgba(44,44,44,0.9);
  opacity: 0.7;
  width: 100px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 4px;
  padding: 4px;
  margin-top: -30px;
  margin-left: 55px;
}

.contact-us .icon-adjacent-container {
	margin-top: -22px;
}

.floating-text {
  color: #ffffff;
}

/******************************************/
/* 05 - LANDING PAGE	*/
/******************************************/

#page.user-is-on-landing-page {
	height: 100%;
	margin: 0;
	padding: 0;
}


.user-is-on-landing-page .content-wrapper{
  display: flex;
  flex-flow: column;
  height: 100%;
  margin: 0 !important;
}

.user-is-on-landing-page .content-wrapper .page-component.header {
  flex: 0 1 auto;
}

.user-is-on-landing-page .content-wrapper .page-component.content {
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  overflow-y: auto;
}

.stripes-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}

figure.strip__thumb.avatar_thumb {
	text-align: center;
}

.single-stripe {
  flex-wrap: nowrap; 
  align-items: stretch;
  flex-grow: 1;
  width: 20%; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-is-on-landing-page .content-wrapper .page-component.footer {
  flex: 0 1 40px;
}

.single-stripe {
	cursor: pointer;
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.single-stripe:nth-child(1) {	
	background: -moz-linear-gradient(180deg, rgba(200, 30, 30, 0.8) 0%, #D13A1F 100%), url('../../uploads/aboutus.png') center center/cover no-repeat; /* FF 3.6+ */
	background: -webkit-gradient(180deg, rgba(200, 30, 30, 0.8) 0%, #D13A1F 100%), url('../../uploads/aboutus.png') center center/cover no-repeat; /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(180deg, rgba(200, 30, 30, 0.8) 0%, #D13A1F 100%), url('../../uploads/aboutus.png') center center/cover no-repeat; /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(180deg, rgba(200, 30, 30, 0.8) 0%, #D13A1F 100%), url('../../uploads/aboutus.png') center center/cover no-repeat; /* Opera 11.10 */
	background: linear-gradient(180deg, rgba(200, 30, 30, 0.8)0%, #D13A1F 100%), url('../../uploads/aboutus.png') center center/cover no-repeat;  /* Standard, IE10 */
}

.single-stripe:nth-child(2) {
	background: -moz-linear-gradient(0deg, #E68635 0%, rgba(240,114,8,0.75) 100%), url('../../uploads/approach.png') center center/cover no-repeat; /* FF 3.6+ */
	background: -webkit-gradient(0deg, #E68635 0%, rgba(240,114,8,0.75) 100%), url('../../uploads/approach.png') center center/cover no-repeat; /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(0deg, #E68635 0%, rgba(240,114,8,0.75) 100%), url('../../uploads/approach.png') center center/cover no-repeat; /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(0deg, #E68635 0%, rgba(240,114,8,0.75) 100%), url('../../uploads/approach.png') center center/cover no-repeat; /* Opera 11.10 */
	background: linear-gradient(0deg, #E68635 0%, rgba(240,114,8,0.75) 100%), url('../../uploads/approach.png') center center/cover no-repeat;  /* Standard, IE10 */
}

.single-stripe:nth-child(3)  {
	background: -moz-linear-gradient(180deg, rgba(106, 195, 60,0.85) 0%, #5FAE35 100%), url('../../uploads/portfolio.png') center center/cover no-repeat; /* FF 3.6+ */
	background: -webkit-gradient(180deg, rgba(106, 195, 60,0.85) 0%, #5FAE35 100%), url('../../uploads/portfolio.png') center center/cover no-repeat; /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(180deg, rgba(106, 195, 60,0.85) 0%, #5FAE35 100%), url('../../uploads/portfolio.png') center center/cover no-repeat ;/* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(180deg, rgba(106, 195, 60,0.85) 0%, #5FAE35 100%), url('../../uploads/portfolio.png') center center/cover no-repeat; /* Opera 11.10 */
	background: linear-gradient(180deg, rgba(106, 195, 60,0.85) 0%, #5FAE35 100%), url('../../uploads/portfolio.png') center center/cover no-repeat; /* Standard, IE10 */
}

.single-stripe:nth-child(4)  {
	background: -moz-linear-gradient(180deg, rgba(49,117,195,0.75) 0%, #3175C3 100%), url('../../uploads/news.png') center center/cover no-repeat; /* FF 3.6+ */
	background: -webkit-gradient(180deg, rgba(49,117,195,0.75) 0%, #3175C3 100%), url('../../uploads/news.png') center center/cover no-repeat; /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(180deg, rgba(49,117,195,0.75) 0%, #3175C3 100%), url('../../uploads/news.png') center center/cover no-repeat; /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(180deg, rgba(49,117,195,0.75) 0%, #3175C3 100%), url('../../uploads/news.png') center center/cover no-repeat; /* Opera 11.10 */
	background: linear-gradient(180deg, rgba(49,117,195,0.75) 0%, #3175C3 100%), url('../../uploads/news.png') center center/cover no-repeat; /* Standard, IE10 */
}

.single-stripe:nth-child(5)  {
	background: -moz-linear-gradient(180deg, rgba(150,63,182,0.75) 0%, #963FB6 100%), url('../../uploads/contactus.png') center center/cover no-repeat;/* FF 3.6+ */
	background: -webkit-gradient(180deg, rgba(150,63,182,0.75) 0%, #963FB6 100%), url('../../uploads/contactus.png') center center/cover no-repeat; /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(180deg, rgba(150,63,182,0.75) 0%, #963FB6 100%), url('../../uploads/contactus.png') center center/cover no-repeat;/* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(180deg, rgba(150,63,182,0.75) 0%, #963FB6 100%), url('../../uploads/contactus.png') center center/cover no-repeat; /* Opera 11.10 */
	background: linear-gradient(180deg, rgba(150,63,182,0.75) 0%, #963FB6 100%), url('../../uploads/contactus.png') center center/cover no-repeat; /* Standard, IE10 */
}

.desktop-menu .page-open-mobile-menu {
  display: block !important;
}

.terms-of-use-container-01 a {
	color: #171F54;	 /* dark navy blue */
    font-size: 12px;	
    letter-spacing: 0.19px;	
    line-height: 14px;	
    font-weight:bold;
	width: 100%;	
	font-size: 18px;
	font-weight: 500;
}

.terms-of-use-container-01 {
	height: 40px;
	padding: 6px 15px 6px;
	text-align: right;
	width: 100%;
}


/* Navigation Stripes on the landing page */
.strips .strip__header {
	position: relative;
	z-index: 99;
}

.strip__title, .strip__thumb {
	display: block;
	margin: 0;
	position: relative;
	z-index: 2;
	width: 100%;
	font-weight: 500;
	color: white;

	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}



/************************************************************************/
/* 06 - INTERIOR PAGE STYLING (i.e About, Approach, Contact Us, etc.)	*/
/************************************************************************/

#page-title-bar {
	cursor: default;
	position: relative;
}

#mobile-menu-icon, #close-floating-menu-icon, #go-to-prev-page-icon {
	max-width: unset;
	height: unset;
	display: block;
}

.close-icon-container {
	position: absolute;
	top: 35px;
	right: 40px;
}

#close-floating-menu-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.page-title-bar-01 .page-title-bar-inner {
	margin-top: -65px;
}

.main-page-content {
	font-size: 24px;
	font-weight: 400;
}

.page-title-bar-heading .heading {
	font-weight: 500;
}

/* 
	6A - ABOUT US
   ==================================
*/

.page-content.about-us {
	padding-bottom: unset;
}

.about-us-team-member-detail {
	font-size: 20px;
	font-weight: normal;
}

#about-us-page-main-content .tm-text-box {
	font-weight: normal;
}

#about-us-page-main-content .tm-text-box.style-01 {
	background: transparent;
}


/* 
	6B - CONTACT US
   ==================================
*/

.contact-us-address-and-number p {
	font-size: 18px;
	line-height: 30px;
}

.contact-us-address-and-number p:nth-child(1) {
	font-weight: 600;
}


/* 
	6C - PORTFOLIO
   ==================================
*/

.portfolio-image img {
	width: 100%;
}

.tm-grid-wrapper.filter-counter-style-01 .filter-text {
	font-weight: bold;
	font-size: 22px;
}

.tm-grid-wrapper.filter-counter-style-01 .btn-filter[data-filter=".portfolio_tags-us"] .filter-text {
	text-transform: uppercase;
}

.single-portfolio .portfolio-title {
	font-size: 56px;
    line-height: unset;
    margin-bottom: 50px;
	cursor: default;
}

.single-portfolio .portfolio-about-project-label {
	font-size: 26px;
	font-weight: 500;
	text-transform: capitalize;
	cursor: default;
}

.portfolio-details {
	text-align: center;
	cursor: default;
}

.portfolio-sub-title {
	font-size: 26px;
	margin-bottom: 20px;
}

.company-location, .company-acquired-details {
	margin-top: 80px;
	cursor: default;
}

.tm-grid-wrapper.filter-counter-style-01 .btn-filter.current {
	color: #3175C3;
}


.tm-grid-wrapper.filter-counter-style-01 .btn-filter:hover {
	color: #3175C3;
}

.portfolio-overlay-faded-02,
.portfolio-overlay-faded,
.portfolio-overlay-faded-02 .post-overlay-title, 
.portfolio-overlay-faded .post-overlay-title {
	display: none;
}
/* 
	6D - NEWS
   ==================================
*/


/* Index View */
.news.page-content {
	background-color: #f4f4f4;
}

.grid-item.post-item .post-feature.post-thumbnail {
    min-height: 130px;
    overflow-y: hidden;
}

.post-wrapper {
	padding: 5px 5px 0 5px;
}

.post-wrapper:hover {
	transform: none !important;
	-webkit-transform: none !important;
}

.inner-post-container {
	background-color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-bottom: 5px solid #ffffff;
}

.article-image-container {
	display: inline-block; 
	height: inherit; 
	min-height: 130px;
	width: 100%;
	background-size: contain !important;
	cursor: pointer;
}

.inner-post-container:hover {
	border-bottom: 5px solid #3175C3;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transition: all .4s cubic-bezier(.645,.045,.355,1);
}

.post-info .post-title {
	font-size: 22px;
	font-weight: bold;
	color: #171f54;
}

.post-info .post-meta {
	font-size: 16px;
	font-weight: 400;
	cursor: default;
}

/* This is the | divider between the date and the tag on each of the news article box */
.tm-blog.style-grid-classic 
.post-meta>div+div:before {
	top: -3px;
	left: 1px;
}

.tm-blog .post-title a:hover {
	color: #3175C3 !important;
}

/* Details View */
.custom-news-post .post-feature.post-thumbnail {
		width: 65%;
    overflow-y: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
}

.custom-news-post img {
	width: unset;
}

.vertical-align-helper {
	display: inline-block;
}

.custom-detailed-news-image {
	background-color: #ffffff;
}

.single-post.single-blog-style-modern .post-feature {
  margin-top: -175px;
}

.blog-modern-header {
	background: #171F54 !important;
	padding: 0 0 120px !important;
}

.single-post.single-blog-style-modern .entry-title {
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-weight: 500;
	font-size: 46px;
}

.single-post .post-meta {
	font-size: 18px;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding-bottom: 15px;
}

.post-pagination-next {
	background: #3175C3 !important;
	padding: 88px 0 60px !important;
}

.nav-desc, .nav-post-title, .tag-name-white-text {
	color: #ffffff;
}

.cat-name-white-text {
	font-size: 16px;
}

.tag-name-white-text {
	font-weight: 500;
	display: inline-block;
}

.nav-desc {
	font-weight: 400;
}

.nav-post-title {
	font-weight: bold;
	font-size: 30px;
}

.custom-news-post .nav-icon.fa.fa-arrow-right {
	display: none;
}

.single-post.single-blog-style-modern .entry-excerpt {
	line-height: 50px;
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 60px;
}

.single-post.single-blog-style-modern .entry-content a:hover,
.entry-content-wrap a:hover {
	color: #3175C3;
}

.single-post .entry-footer .post-tags .tagcloud-heading, .tagcloud h6 {
	font-size: inherit;
	font-weight: 500;
}

.tagcloud h6 {
	display: inline-block;
}

.post-return-archive {
	margin-top: 10px;
}

.page-numbers {
	color: #979797;
	cursor: pointer;
}

.page-pagination li .current, .page-pagination li a:hover, .page-pagination li a:focus {
	background-color: #3175C3;
	color: #ffffff;
}

.page-pagination li a, .page-pagination li span {
	border: 1px solid #979797;
}

/************************************************************************/
/* 07 - RESPONSIVE MEDIA QUERIES */
/************************************************************************/


/* 7A - Desktop	*/
/****************************************/

@media screen and (min-width: 1200px) {
	/* Landing Page Mobile Adjustments */
	.img-animation,
	.icon-animation {
		width: auto;
		height: 85px;
		line-height: 85px;
	}
	.img-animation.icon-user {
		width: 60px;
		height: auto;
		margin-top: 20px;
	}
	.img-animation.icon-idea {
		width: 85px;
		height: auto;
	}
	.img-animation.icon-portfolio {
		width: 80px;
		height: auto;
		margin-top: 25px;
	}
	.img-animation.icon-news {
		width: 59px;
		height: auto;
		margin-top: 5px;
	}
	.img-animation.icon-contact {
		width: 65px;
		height: auto;
		margin-top: 20px;
	}
	.avatar_thumb::after {
		left: 50%;
		margin-left: -100px;
		width: auto;
		height: 85px;
	}
	.strip__title {
		margin: 35px 0 0 0;
		line-height: 35px;
		font-size: 35px;
	}

	#header-logo-container.branding__logo img, .error404--header 
	#header-logo-container.branding__logo img {
		margin-left: 32px;
	}
}

@media screen and (min-width: 824px) and (max-width: 1199px) {
	/* Landing Page Mobile Adjustments */
	.img-animation,
	.icon-animation {
		width: auto;
		height: 40px;
		line-height: 40px;
		vertical-align: text-bottom !important;
	}

	img.img-circle.img-thumbnail.img-animation.icon-user {
		height: 38px;
	}

	img.img-circle.img-thumbnail.img-animation.icon-portfolio {
		height: 36px;
	}

	.img-animation {
		width: auto;
		height: 40px;
	}

	.strip__title {
		margin: 20px auto 0 auto;
		line-height: 30px;
		font-size: 30px;
	}

	#header-logo-container.branding__logo img, .error404--header 
	#header-logo-container.branding__logo img {
		margin-left: 32px;
	}

	/* Contact Us Moble Adjustments */
	.contact-us-office-location-container {
		margin-top: -18px;
	}
}


/* 7B - Tablet Device's Screens		*/
/****************************************/

@media screen and (max-width: 823px) {

	.stripes-container {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
	}

	.terms-of-use-container-01 {
		text-align: center;
	}

	.single-stripe {
		flex-wrap: nowrap; 
		align-items: stretch;
		flex-grow: 1;
		width: 100%; 
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page-content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.terms-of-use-container-01 {
		text-align: center;
	}

	.header-layout-fixed .page-header-inner, .page-header-inner.held {
		top: 1px;
	}

	#header-logo-container.branding__logo img, .error404--header 
	#header-logo-container.branding__logo img {
		width: 200px;
		margin-left: 32px;
	}

	/* Interior Pages Mobile Adjustments */
	.page-title-bar-inner .heading {
		font-size: 32px !important;
	}

	.main-page-content {
		font-size: 18px;
	}

	.strip__title,
	.strip__thumb {
		display: inline-block;
		margin: 0 12px 0 0;
		width: auto;
	}

	.strip__title {
		margin: 0;
		line-height: 26px;
		font-size: 26px;
	}

	.icon-animation {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0;
	}

	.avatar_thumb .img-animation {
		width: auto;
		height: 40px;
		line-height: 40px;
		padding: 3px;
		margin-top: -12px;
	}

	.avatar_thumb::after {
		left: 50%;
		margin-left: -40px;
		width: 40px;
		height: 40px;
	}

	.avatar_thumb + .strip__title {
		line-height: 40px;
		margin-left: 0;
	}

	/* Contact Us Mobile Adjustments */
	.contact-us-office-location-container {
		margin-top: 0;
	}
}


/* 7C - Tablet Device's Screens	(Landscape)	*/
/****************************************/

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

	.stripes-container {
		display: flex;
		flex: 1 1 auto;
		flex-direction: row;
	}

	.terms-of-use-container-01 {
		text-align: right;
	}

	.single-stripe {
		flex-wrap: nowrap; 
		align-items: stretch;
		flex-grow: 1;
		width: 20%; 
		display: flex;
		align-items: center;
		justify-content: center;
	}

}


/* 7D - Tablet Device's Screens	(Portrait)	*/
/****************************************/

@media only screen 
  and (min-device-width: 569px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

	.stripes-container {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
	}

	.strip__title,
	.strip__thumb {
		display: inline-block;
		width: auto;
	}

	.strip__title {
		margin: 0 auto 0 15px;
	}
	
	.terms-of-use-container-01 {
		text-align: center;
	}

	.single-stripe {
		flex-wrap: nowrap; 
		align-items: stretch;
		flex-grow: 1;
		width: 100%; 
		display: flex;
		align-items: center;
		justify-content: center;
	}
}



/* 7E - Mobile Device's Screens		*/
/****************************************/

@media screen and (max-width: 568px)
and (orientation: portrait)  {
	/* mobile menu floating text  */
	.icon-adjacent-container {
		margin-top: -35px;
	}

	/* Contact Us Mobile Adjustments */
	.contact-us-address-and-number {
		font-size: 16px;
	}

	/* Portfolio Page Mobile Adjustments */
	.tm-grid-wrapper.filter-counter-style-01 .filter-text {
		font-size: 20px;
	}

	/* Landing Page Mobile Adjustments */
	.strip__title {
		font-size: 20px;
	}
	.strip__title {
		margin: 0;
		line-height: 32px;
	}

	.avatar_thumb .img-animation, img.img-circle.img-thumbnail.img-animation.icon-user {
		width: auto;
    height: 26px;
    line-height: 26px;
		padding: 3px;
		margin-top: -2px;
	}
	.avatar_thumb::after {
		left: 50%;
		margin-left: -32px;
		width: 26px;
		height: 26px;
	}

	.avatar_thumb + .strip__title {
		line-height: 26px;
	}

	.header-layout-fixed .page-header-inner, .page-header-inner.held {
		top: 1px;
	}

	#header-logo-container.branding__logo img, .error404--header 
	#header-logo-container.branding__logo img {
		width: 175px;
		margin-left: 32px;
	}

	.stripes-container {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
	}

	.terms-of-use-container-01 {
		text-align: center;
	}

	.strip__title,
	.strip__thumb {
		display: inline-block;
		margin: 0;
		width: auto;
	}

	.single-stripe {
		flex-wrap: nowrap; 
		align-items: stretch;
		flex-grow: 1;
		width: 100%; 
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* News Detail Page */
	.custom-news-post .post-feature.post-thumbnail {
			width: 70%;
			min-height: 50px;
	}
	.single-post.single-blog-style-modern .entry-title {
		font-size: 36px;
	}
}


@media screen and (max-width: 823px)
and (orientation: landscape)  {

	/* Landing Page Mobile Adjustments */
	.strip__title {
		font-size: 18px;
	}
	.strip__title {
		margin: 0;
		line-height: 32px;
	}
	.icon-animation {
		width: 32px;
		height: 32px;
		line-height: 32px;
		margin: 0;
	}
	.avatar_thumb .img-animation {
		width: auto;
		height: 32px;
		line-height: 32px;
		padding: 3px;
		margin-top: -3px;
	}
	.avatar_thumb::after {
		left: 50%;
		margin-left: -32px;
		width: 32px;
		height: 32px;
	}
	.avatar_thumb + .strip__title {
		line-height: 32px;
	}
	

	.header-layout-fixed .page-header-inner, .page-header-inner.held {
		top: 1px;
	}

	#header-logo-container.branding__logo img, .error404--header 
	#header-logo-container.branding__logo img {
		width: 175px;
		margin-left: 32px;
	}

	.strip__title,
	.strip__thumb {
		display: block;
		margin: 0;
		width: auto;
	}

	.stripes-container {
		display: flex;
		flex: 1 1 auto;
		flex-direction: row;
	}

	.terms-of-use-container-01 {
		text-align: right;
	}

	.single-stripe {
		flex-wrap: nowrap; 
		align-items: stretch;
		flex-grow: 1;
		width: 20%; 
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* News Detail Page */
	.custom-news-post .post-feature.post-thumbnail {
		width: 70%;
	}

	.single-post.single-blog-style-modern .entry-title {
		font-size: 36px;
	}
}

/************************************************************************/
/* 08 - ERROR - 404 PAGE */
/************************************************************************/

.error404 {
	background-color: #ffffff;
}

.error-404-title, .error-main-message {
	color: #171F54 !important;
	font-weight: 500;
}

.error-404-text {
  line-height: 24px !important;
	font-size: 16px;
}

.error-404-title {
	font-size: 30px !important;
}

.error-main-message {
	margin-bottom: 0;
}

.error-404-text, .tm-button.style-flat.tm-button-white, .tm-button.style-flat.tm-button-primary {
	color: rgba(44,44,44,0.9) !important;
}

#tm-btn-go-back, #tm-btn-go-home {
		border-radius: 0;
    border: 2px solid rgba(44,44,44,0.9);
		font-weight: 500;
		font-size: 16px;
		color: rgba(44,44,44,0.9);
}

#tm-btn-go-back {
	background-color: #171F54;
	color: #ffffff !important;
}