/*
Theme Name: INFOSEMANTICS
Theme URI: https://infosemantics.com
Author: Tim Schram
Author URI: https://timschram.com
Description: Custom theme for Cherry Road Media 2022 F
Version: 1.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: west
Tags: NA

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Theme is based on Underscores http://underscores.me/
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


body {
	font-family: 'Raleway', sans-serif !important;
	font-size: 14px;
	color: #212934;
	word-wrap: break-word;
	line-height: 1.9;
	letter-spacing: 0.5px;
	background-color: #F9F9F9;
	text-rendering: optimizeLegibility;
}


ul {
	list-style-type: square;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	border-collapse: separate;
}

.site table {
	border-collapse: collapse;
}

th {
	background-color: #f5f5f5;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	border: 1px solid #dddddd;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
select {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
	padding: 15px;
	max-width: 350px !important;
}


button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 13px;
	padding: 15px 30px;
	border: 0;
	font-weight: 700;
	color: #fff;
/* 	background-color: #1650bc !important; */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	text-transform: uppercase;
}

.button {
	-webkit-appearance: none;
}

input[type="submit"] {
	margin-top: 5px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	font-weight: 400;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"] {
	padding: 13px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 100%;
}

.header-buttons {
	text-align: center;
	position: relative;
	margin-top: 45px;
}

.header-button {
	display: inline-block;
}

.header-button {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.header-button.right-button {
	margin-left: 30px;
}

.header-button:hover {
	background-color: #fff;
	color: #1c1c1c;
	opacity: 1;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: inherit;
  text-decoration: underline 0.15em rgba(255, 255, 255, 0);
  transition: text-decoration-color 300ms;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration-color: rgba(255, 255, 255, 1);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 10px 10px;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}

.main-navigation li::before {
	font-family: Fontawesome;
	color: #1650bc;
	display: inline-block;
	margin-right: 7px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding-bottom: 5px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #1C1E21;
}

.main-navigation ul ul ul {
	left: -999em;
	top: -1px;
	padding-top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	color: #f3f3f3;
	padding: 0;
}

.main-navigation ul ul li {
	text-transform: none;
	padding: 10px;
	font-weight: 300;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation ul ul li:last-of-type {
	border-bottom: 0;
}

.main-navigation a:hover,
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color: #1650bc;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {
	border-bottom: 2px solid #B5179E;
}

.main-navigation ul ul .current_page_item>a,
.main-navigation ul ul .current-menu-item>a,
.main-navigation ul ul .current_page_ancestor>a {
	border-bottom: 0;
}

/* Mobile menu */
.mobile-nav {
	display: none;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	font-size: 30px;
}

.slicknav_menu .slicknav_icon {
	display: none;
}

.slicknav_menu .slicknav_no-text {
	margin: 0
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	border-radius: 1px;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: 0.188em
}

.slicknav_nav {
	clear: both;
	display: block;
}

.slicknav_nav ul,
.slicknav_nav li {
	display: block;
	border: 0;
}

.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_nav .slicknav_row {
	display: block;
}

.slicknav_nav a {
	display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: block
}

.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	clear: both
}

.mobile-nav {
	display: none;
}

.slicknav_menu {
	float: right;
}

.slicknav_nav .slicknav_arrow {
	font-size: 16px;
	margin: 0;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.slicknav_btn {
	margin: 0px;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
}

.slicknav_menu .slicknav_menutxt {
	color: #444;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}

.slicknav_nav {
	color: #ececec;
	margin: 0;
	padding: 0;
	width: 100%;
}

.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}

.slicknav_nav {
	position: absolute;
	left: 0;
	background-color: #0C0E10;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-top: 10px;
}

.home .site-header {
	background-color: transparent !important;
}

.video_header {
	min-height: 800px;
	color: #FFF !important;
	font-weight: 300 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -90px;
}

.video_header2 {
	min-height: 550px;
	color: #FFF !important;
	font-weight: 300 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -30px;
}

.video_header3 {
	min-height: 350px;
	color: #FFF !important;
	font-weight: 300 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -30px;
}

.video_footer {
	min-height: 500px;
	color: #FFF !important;
	font-weight: 300 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: -2px;
}

.img_header {
	min-height: 440px;
	color: #FFF !important;
	font-weight: 300 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -30px !important;
}

.video_carousel {
	max-height: 800px !important;
	color: #FFF !important;
	font-weight: 300 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -95px !important;
}

.rs-parallax-wrap {
	margin-top: -45px !important;
}

#rev_slider_11_1_forcefullwidth {
    z-index: 0 !important;
}

.rs-pxl-2  {
font-size: clamp(16px, 3vw, 48px) !important;
	line-height: normal !important;
}

.site-header .slicknav_nav a {
	color: #FFF !important;
}

.slicknav_nav ul {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_row {
	padding: 10px;
}

.slicknav_nav a {
	padding: 10px;
	text-decoration: none;
	color: #fff !important;
	border-bottom: 1px solid #222;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_row:hover {
	color: #fff;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_row a {
	border: 0;
}

.slicknav_nav .sub-menu {
	background-color: #1C1E21;
	font-size: 13px;
}

/* Posts and comments navigation */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 45px;
	overflow: hidden;
}

.site-main {
	margin: 0 !important;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
	display: inline-block;
	font-size: 13px;
	padding: 15px 30px;
	border: 0;
	color: #fff;
	background-color: #1650bc;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
	margin: 0 0 30px;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
}

.widget-area,
.widget-area a {
	color: #969CB3;
}

.widget-title {
	margin: 0 0 15px;
	position: relative;
	padding-bottom: 15px;
}

.widget-title::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.1);
	bottom: 0;
	left: 0;
}

.widget-area .widget-title::after {
	background-color: rgba(28, 30, 41, 0.1);
}

.widget ul {
	padding: 0 0 0 20px;
}

.widget li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.widget .children {
	padding-left: 30px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Contact widget */
.west_contact_info_widget span {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background-color: #1650bc;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Recent posts */
.widget_recent_posts ul {
	list-style: none;
	padding: 0;
}

.widget_recent_posts li {
	padding-bottom: 15px;
}

.widget_recent_posts li:last-of-type {
	padding-bottom: 0;
}

.widget_recent_posts .recent-thumb {
	padding: 0 15px 0 0;
}

.widget_recent_posts .recent-title {
	padding: 0;
}

.widget_recent_posts .post-date {
	display: block;
	font-size: 12px;
	padding: 3px;
	margin-top: 5px;
	background-color: #f3f3f3;
}

.widget_recent_posts .post-date .fa {
	margin-right: 6px;
}

/* Social widget */
.social-menu-widget {
	padding: 0 !important;
	margin: 0 auto;
	display: table;
	text-align: left;
}

.social-menu-widget a {
	background-color: #1650bc;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 8px;
	line-height: 40px;
	border-radius: 50%;
}

.social-menu-widget li a,
.social-menu-widget li a:hover {
	color: #fff;
}

.social-menu-widget li {
	display: inline-block;
	list-style: none;
	line-height: 1;
	text-align: center;
}

.social-widget li a::before,
.social-menu-widget a:before {
	font-family: FontAwesome;
	color: inherit;
}

.social-menu-widget a:before {
	font-size: 22px;
}

.social-menu-widget a[href*="twitter.com"]::before {
	content: '\f099';
}

.social-menu-widget a[href*="facebook.com"]::before {
	content: '\f09a';
}

.social-menu-widget a[href*="plus.google.com"]::before {
	content: '\f0d5';
}

.social-menu-widget a[href*="google.com/+"]::before {
	content: '\f0d5';
}

.social-menu-widget a[href*="dribbble.com"]::before {
	content: '\f17d';
}

.social-menu-widget a[href*="pinterest.com"]::before {
	content: '\f231';
}

.social-menu-widget a[href*="youtube.com"]::before {
	content: '\f167';
}

.social-menu-widget a[href*="flickr.com"]::before {
	content: '\f16e';
}

.social-menu-widget a[href*="vimeo.com"]::before {
	content: '\f194';
}

.social-menu-widget a[href*="instagram.com"]::before {
	content: '\f16d';
}

.social-menu-widget a[href*="linkedin.com"]::before {
	content: '\f0e1';
}

.social-menu-widget a[href*="foursquare.com"]::before {
	content: '\f180';
}

.social-menu-widget a[href*="tumblr.com"]::before {
	content: '\f173';
}

.social-menu-widget a[href*="behance.net"]::before {
	content: '\f1b4';
}

.social-menu-widget a[href*="deviantart.com"]::before {
	content: '\f1bd';
}

.social-menu-widget a[href*="soundcloud.com"]::before {
	content: '\f1be';
}

.social-menu-widget a[href*="spotify.com"]::before {
	content: '\f1bc';
}

.social-menu-widget a[href*="weibo.com"]::before {
	content: '\f18a';
}

.social-menu-widget a[href*="xing.com"]::before {
	content: '\f168';
}

.social-menu-widget a[href*="trello.com"]::before {
	content: '\f181';
}

/* Default widgets */
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_categories ul {
	list-style: none;
	padding: 0;
}

.widget_recent_entries li::before,
.widget_archive li::before,
.widget_pages li::before,
.widget_recent_comments li::before,
.widget_categories li::before {
	font-family: Fontawesome;
	font-size: 15px;
}

.widget_recent_entries li::before {
	content: '\f0da';
	margin-right: 10px;
	color: #B5179E !important;
}

.widget_archive li::before {
	content: '\f133';
	margin-right: 8px;
}

.widget_pages li::before {
	content: '\f016';
	margin-right: 8px;
}

.widget_recent_comments li::before {
	content: '\f0e5';
	margin-right: 8px;
}

.widget_categories li::before {
	content: '\f114';
	margin-right: 8px;
}

.tagcloud a {
	border: 1px solid #41474F;
	padding: 5px;
	font-size: 13px !important;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 4px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0px;
	padding: 30px;
	background-color: #fff;
	position: relative;
	border: 1px solid #f3f3f3;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title a {
	color: #2B2D3A;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.entry-title a:hover {
	color: #1650bc;
	text-decoration: none;
}

.entry-header {
	margin-top: 60px;
	margin-bottom: 60px;
}

.inner-content .entry-header {
	margin-bottom: 15px;
}

.entry-title {
	margin: 0;
}

.entry-thumb {
	width: 100%;
}

.single-thumb {
	margin-bottom: 30px;
}

.has-post-thumbnail .inner-content {
	width: 100%;
	margin-bottom: 15px;
}

.entry-thumb {
	padding-right: 30px;
}

.entry-meta,
.entry-footer {
	clear: both;
	background-color: #f3f3f3;
	padding: 10px;
	font-size: 13px;
	margin-top: 30px;
}

.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
	color: #838592;
}

.list-meta {
	position: absolute;
	bottom: -20px;
	right: 30px;
	font-size: 13px;
	border: 0;
	margin: 0;
}

.list-meta .byline {
	display: none;
}

.list-meta .posted-on,
.list-meta .read-more {
	padding: 10px 15px;
	float: left;
	display: table;
}

.list-meta .posted-on {
	background-color: #1C1E29;
}

.list-meta .read-more {
	background-color: #1650bc;
}

.list-meta,
.list-meta a,
.list-meta a:hover {
	color: #fff;
}

.cat-links,
.tags-links {
	margin-right: 10px;
}

/* Archive headers */
.page-header {
	background-color: #fff;
	margin: 0;
	border: 1px solid #f3f3f3;
	padding: 30px;
	margin-bottom: 45px;
}

.page-title {
	margin: 0;
}

.taxonomy-description {
	margin-top: 15px;
}

.page-title .fa {
	margin-right: 15px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: 60px;
}

.comments-title {
	margin: 0;
	font-size: 24px;
	padding: 30px;
	border: 1px solid #f3f3f3;
	background-color: #fff;
	margin-bottom: 30px;
}

.comments-area ol {
	list-style: none;
}

.comments-area ol {
	padding: 0;
}

.comments-area .children {
	padding-left: 20px;
}

.comments-area .fn {}

.comment-author .avatar {
	position: absolute;
}

.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}

.comment-metadata {
	font-size: 12px;
	margin-bottom: 30px;
}

.comment-body {
	padding: 30px;
	border: 1px solid #f3f3f3;
	background-color: #fff;
	margin-bottom: 15px;
}

.comment-edit-link {
	margin-left: 5px;
}

.reply {
	text-align: right;
}

.comment-reply-link {
	padding: 5px;
	background-color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

a.comment-reply-link {
	text-decoration: none;
}

a.comment-reply-link:hover {
	color: #000;
	box-shadow: 0 0 1px #505050;
}

.comments-area a.url {
	text-decoration: underline;
}

.comment-metadata a,
.comments-area a.url {
	color: #444;
}

.bypostauthor {}

.comment-respond {
	margin-top: 60px;
}

.comment-form .form-submit {
	margin-top: 30px;
}

/*--------------------------------------------------------------
## Go to top button
--------------------------------------------------------------*/
.go-top {
	position: fixed !important;
	right: 20px;
	bottom: -45px;
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	width: 40px;
	height: 40px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	background-color: #1650bc;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.go-top:hover {
	background-color: #1c1c1c;
}

.go-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	bottom: 11px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	padding: 15px 0;
	width: 100%;
	z-index: 999;
	position: relative;
	background-color: transparent;
}

.site-header.has-header {
	background-color: transparent;
}

.site-header.header-scrolled {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(255, 255, 255, 1) !important;
	padding: 5px 0;
	border-bottom: 1px solid #CCCCCC;
}

.header-scrolled a,
.header-scrolled .site-title a {
	color: #1c1c1c;
}

.header-scrolled .site-title a:hover {
	color: #1c1c1c;
}

.site-header .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.site-logo {
	max-width: 100%;
	max-height: 80px;
}

.site-title {
	margin: 0;
}

.site-title a {
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
	color: #fff;
	text-decoration: none;
}

.site-title a:hover {
	color: #fff;
}

.site-branding {
	padding-left: 0;
}

.main-navigation {
	padding-right: 0;
}

.site-description {
	font-size: 14px;
	color: #A2A2A2;
	font-weight: 400;
	margin: 15px 0 0;
	font-family: 'Raleway', sans-serif;
}

.header-image {
	position: relative;
	text-align: center;
	min-height: 180px;
}

.header-image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.header-info {
	width: 100%;
	position: absolute;
	top: 26%;
	text-align: center;
	z-index: 11;
}

.header-text {
	margin: 0 auto;
	color: #fff;
	display: table;
	letter-spacing: 1px;
}

.small-header {
	display: none;
}

/*--------------------------------------------------------------
## Live Composer
--------------------------------------------------------------*/
/* Staff */
#dslc-content .dslc-staff-member {
	position: relative;
	overflow: hidden;
}

#dslc-content .dslc-staff-member-social {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#dslc-content .dslc-staff-member:hover .dslc-staff-member-social {
	top: 0;
}

#dslc-content .dslc-staff-member-social a {
	margin: 3px 8px !important;
}

/* Social */
.dslc-social-icon {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.site-content {
	margin: 0;
}

.page-template-page_composer {
	background-color: #fff;
}

.page-template-page_composer .site-content {
	margin: 0;
}

.content-area {
	width: 740px;
	float: left;
}

.fullwidth,
.error404 .content-area {
	width: 100% !important;
}

.widget-area {
	width: 360px;
	float: right;
}

.fullwidth,
.fullwidth-single .content-area {
	width: 100%;
}

.site-footer,
.site-footer a {
	color: #808080;
}

/* Masonry */
.masonry-layout {
	width: 100% !important;
	padding: 0;
}

.masonry-layout .hentry {
	width: 350px;
	margin: 15px;
}

.masonry-layout .entry-thumb,
.masonry-layout .inner-content {
	width: 100%;
	padding: 0;
}

.masonry-layout .entry-thumb {
	margin-bottom: 30px;
}

.masonry-layout .entry-title {
	font-size: 18px;
}

.masonry-layout .entry-meta {
	position: relative;
	bottom: 0;
	right: 0;
	clear: both;
	text-align: center;
}

.masonry-layout .entry-meta .read-more,
.masonry-layout .entry-meta .posted-on {
	float: none;
	display: inline-block;
}

.masonry-layout .entry-meta .posted-on {
	margin-bottom: 5px;
}

/* 404 */
.error404 .content-area {
	text-align: center;
}

.error404 .widget_recent_entries ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-widgets {
	background-color: #1C1E29;
	padding: 45px 0;
}

.footer-widgets .widget-title {
	color: #EBEEF1;
	font-weight: 400;
}

.sidebar-column {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-widgets .widget {
	margin: 10px 0;
}

.footer-widgets,
.footer-widgets a {
	color: #9FA7AF;
}

.footer-widgets .wpcf7 {
	max-width: 500px !important;
}

/*--------------------------------------------------------------------------------------------------------------------------
## CUSTOM
--------------------------------------------------------------*/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
}

h1, h2, h3, h4, h5, .header-text {
	font-family: 'Raleway', sans-serif;
	text-transform: none;
}

h2 {
	font-weight: 700 !important;
}


.entry-title {
	font-weight: 300 !important;
	color: #1650bc !important;
	text-align: center;
	letter-spacing: 2px;
}

.entry-title h1 {
	font-size: 44px !important;
}

.container {
	width: 100%;
}

.site-logo {
	max-height: 57px;
	;
}

.site-header {
	color: #FFF !important;
}

.site-header a {
	font-weight: 400 !important;
	font-size: 15px !important;
	text-transform: none !important;
	font-family: 'Raleway', sans-serif;
}

.site-header a:hover {
	color: #1650bc !important;
}

.header-scrolled a {
	color: #0C0E10 !important;
}

.header-scrolled .sub-menu a {
	color: #FFFFFF !important;
}

.header-scrolled .sub-menu a:hover {
	color: #1650bc !important;
}

@media only screen and (min-width:1025px) {

	.header-scrolled .site-branding a {
		display: inline-block;
		padding-top: 8px;
		width: 257px;
		height: 57px;
		background-image: url('https://stage.infosemantics.com/wp-content/uploads/2022/05/infosemantics_cr_stacked_logo_lg.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}

	.header-scrolled .site-branding a img {
		display: none;
	}

}

.header-text {
	font-size: 44px;
	margin-top: 65px !important;
	font-weight: 300 !important;
}

.header-text h3 {
	font-weight: 300 !important;
}

.home .entry-title {
	display: none;
}

.home .entry-header {
	display: none;
}

.entry-content {
	min-height: 300px;
}



.site-content .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.entry-footer {
	display: none;
}



.sub_footer h2 {
	color: #FFF;
}

.sub_footer p {
	font-size: 17px !important;
	padding-bottom: 30px !important;
}

.footer-widgets {
	padding: 20px !important;
	color: #FFF;
	font-size: 15px;
	line-height: 29px;
	font-weight: 400 !important;
}

.footer-widgets .widget {
	margin: 0 24px !important;
}

.footer-widgets .widget h4 {
	color: #FFFFFF !important;
	font-weight: 400 !important;
	font-size: 14px;
}

.footer-widgets ul {
	list-style-type: none;
	padding: 0 0 0 0;
}

#sidebar-footer {
	background-color: #212934;
}

#sidebar-footer a {
	color: #FFFFFF !important;
}

.site-footer {
	width: 100%;
	font-weight: 400 !important;
	border: 0px !important;
	font-size: 13px;
	background-color: #020202 !important;
	color: #FFFFFF;
}


.site-footer .container {
	max-width: 92%;
}

.site-info {
	padding: 15px;
	font-size: 14px;
	clear: both;
}

.site-info a {
	text-decoration: underline;
}

.site-info-left {
	display: inline;
	float: left;
	text-align: left;
	text-transform: uppercase;
}


.site-info-right {
	display: inline;
	float: right;
	text-align: right;
	text-transform: uppercase;
}

.white_btn {
	margin-top: 25px;
	margin-bottom: 3px;
	line-height: 17px;
	font-size: 14px;
	color: #FFF !important;
	border-radius: 0px;
}

.white_btn_txt {
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	border-radius: 0px;
	text-transform: none;
	transition: all .2s;
	margin: 0 auto;
	display: inline;
	padding: 13px 29px;
}

.btn_blue {
	margin-top: 25px !important;
}

.btn_blue a {
	background-color: #1650bc !important;
	padding: 10px 12px !important;
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
	border-radius: 6px;
	transition: background-color 0.5s ease;
}


.btn_blue a:hover {
	color: #1650bc !important;
	background-color: #EFEFEF !important;
}

.btn_blue_dark {
	margin-top: 15px;
	margin-right: 15px;
	font-size: 15px;
}

.btn_blue_dark a {
	background-color: #071A3D !important;
	padding: 10px 12px !important;
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
	border-radius: 6px;
	transition: background-color 0.5s ease;
}


.btn_blue_dark a:hover {
	color: #FFFFFF !important;
	background-color: #1650bc !important;
}

.btn_purp {
	margin-top: 25px !important;
}

.btn_purp a {
	background-color: #B5179E !important;
	padding: 10px 12px !important;
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
	border-radius: 6px;
	transition: background-color 0.5s ease;
}


.btn_purp a:hover {
	color: #FFFFFF !important;
	background-color: #3F37C9 !important;
}

.red_bg {
	background-color: #1650bc;
	color: #fff;
}


.wp-block-quote {
	border-left: 0 !important;
	padding: 20px !important;
}



.pub_cards {
	position: relative;
	border-radius: 5px;
	min-height: 180px;
	margin-bottom: 15px;
}


.pub_cards .card__title {
	text-align: center !important;
	font-size: 18px !important;
	color: #1650bc !important;
	font-weight: 600;
	margin-bottom: 0 !important;
	margin-top: 10px !important;
}

.pub_cards .card__body {
	text-align: center !important;
	color: #424E50 !important;
	font-size: 16px !important;
}

.pub_cards .card__image {
	max-width: 290px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}



.red_btn a {
	padding: 5px;
	background-color: #1650bc;
	color: #fff;
	display: block;
	width: 100%;
	margin: 0 auto !important;
	font-size: 15px;
	border-radius: 0;
	font-weight: 600;
	position: absolute;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	bottom: 0;
	left: 0;
	transition: background-color 0.5s ease;
}

.red_btn a:hover {
	background-color: #212934;
	color: #FFF;
	text-decoration: none;
}

.dslca-position-right {
	display: none !important;
}

.hentry {
	padding: 0px;
}

.pad30 {
	padding: 30px;
}

.pad30x60 {
	padding: 30px 60px;
}

.pad60x30 {
	padding-top: 30px;
	padding-left: 60px;
	padding-bottom: 30px;
	padding-right: 60px;
}

.pad60 {
	padding: 6%;
}

.pad80 {
	padding: 8%;
}

.pad_t_20 {
	padding-top: 20px;
}

.pad_t_60 {
	padding-top: 60px;
}
.pad_b_60 {
	padding-bottom: 60px;
}

.mar_lr_5p {
	margin: 0 5%;
}

.mar_top_m30 {
	margin-top: -30px !important;
}

.mar_top_30 {
	margin-top: 30px !important;
}

.wp-block-image  img{
	width: 100%;
}

.wp-block-image {
	overflow: hidden;
}

.img_border_grey {
	border: 1px solid #999999;
}

.blue_text {
	color: #3779f3;
}

.blue_text2 {
	color: #1650bc !important;
}

.blue_text3 {
	color: #113B8A !important;
}

.wp-block-separator {
	border-top: 1px solid;
	border-bottom: 0px solid;
}

hr {
	color: #999999;
	margin: 35px 0px;
}


.cta_home {
	background-color: #2B2D3A;
	border: 2px solid #2B2D3A;
	color: #FFFFFF;
	min-height: 220px;
	padding: 20px;
	line-height: normal;
	position: relative;
}

.cta_home_sm {
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-top: 15px;
}

.cta_oracle {
	background-image: url("https://stage.infosemantics.com/wp-content/uploads/2022/05/oracle_cloud-copy-light.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cta_bi {
	background-image: url("https://stage.infosemantics.com/wp-content/uploads/2022/05/business_intelligence-copy-light.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cta_custom {
	background-image: url("https://stage.infosemantics.com/wp-content/uploads/2022/05/custom_development-copy-light.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}



.cta_home a {
	background-color: #FFFFFF !important;
	color: #1650bc;
	padding: 10px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 98%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
}

.cta_home a:hover {
	background-color: #2B2D3A !important;
	color: #FFF;
	transition: 0.5s;
	text-decoration: none;
}

.cta_home a:after {
	content: '\25BA';
	float: right;
}

.cta_dark {
	position: relative;
}

.cta_dark a {
	background-color: #2B2D3A !important;
	color: #FFFFFF;
	padding: 0 14px;
	width: 120px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 14px;
	border-radius: 6px;
}

.cta_dark a:hover {
	background-color: #1650bc !important;
	color: #FFF;
	transition: 0.5s;
	text-decoration: none;
}

.cta_dark a:after {
	content: '\25B8';
	float: right;
}

.bg_dark {
	background-color: #2B2D3A;
	color: #FFF;
	padding: 7%;
	background-image: url("https://stage.infosemantics.com/wp-content/uploads/2022/05/curves-scaled-1.jpeg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 16px;
}

.bg_dark li {
	margin-bottom: 15px;
}

.bg_med {
	background-color: #2B2D3A;
	color: #FFF;
	padding: 6%;
	background-image: url("https://stage.infosemantics.com/wp-content/uploads/2022/05/curves_med.png");
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.bg_light {
	background-color: #1650bc;
	color: #FFF;
	padding: 5%;
	text-align: center;
	background-image: url("https://stage.infosemantics.com/wp-content/uploads/2022/05/curves_light.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.bg_cloud {
	padding: 5%;
	text-align: center;
	background-image: url("https://stage.infosemantics.com/wp-content/uploads/2022/05/clouds_bg.jpeg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top: 2px solid #CCCCCC;
}


.bg_light a {
	font-weight: 700;
	color: #FFFFFF;
	  text-decoration: underline 0.15em rgba(255, 255, 255, 0);
      transition: text-decoration-color 300ms;
}

.bg_light a:hover {
	color: #FFFFFF;
	text-decoration-color: rgba(255, 255, 255, 1);
}

.bg_light h2 {
	font-weight: 300 !important;
    letter-spacing: 2px;
}

.bg_white {
	background-color: #FFFFFF;
}

.bg_white li {
	margin-bottom: 15px;
	line-height: normal;
	color: #111111;
	font-weight: 500;
}

.bg_white li ul li {
	margin-top: 15px;
	line-height: normal;
}

.neg_mar_30 {
	margin-top: -30px;
}

.mar_btm_0 {
	margin-bottom: 0 !important;
}

.underline {
	text-decoration: underline;
}

.p_height_normal {
	line-height: normal !important;
}

.bg_blue_icon {
    color: #FFFFFF;
	background-color: #071A3D;
	text-align: center;
    padding: 15px;
    border-radius: 6px ;
}

.bg_blue_light {
	color: #FFFFFF;
	background-color: #1650bc;
	text-align: center;
	padding: 30px;
	border-radius: 15%;
	min-width: 166px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bg_blue_light .fas {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

 .wp-block-columns  {
	margin-bottom: 0 !important;
}

.right_blue_block {
	background-color: #1650bc;
	color: #FFF;
	padding: 2%;
	line-height: auto;
	margin-bottom: 20px;
}

.right_blue_block p {
	margin-bottom: 20px;
}

.right_blue_block a {
	color: #0F88D4;
}

.right_blue_block a:hover {
	color: #EFEFEF;
}

.right_blue_block li {
	margin-bottom: 20px !important;
}

.center_middle {
	position: relative;
}

.align_middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.icon_left_box {
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	color: #222222;
	margin: 25px !important;
	border-radius: 6px;
}

.icon_left_box p {
	padding: 0 20px;
}

.icon_left_box h4 {
	padding: 0 20px;
	color: #1650bc;
}


.ccchildpage {
	width: 100%;
	margin: 0;
	padding: 0;
}

.ccchildpage h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

a.ccpage_title_link {
	color: #FFFFFF !important;
	background-color: #2B2D3A;
	margin: 0 0 1px 0;
	padding: 14px;
	display: block;
}

a.ccpage_title_link:hover {
	color: #FFFFFF;
	background-color: #1650bc;
}

.cccurrent a.ccpage_title_link {
	color: #FFFFFF;
	background-color: #1650bc;
}

a.ccpage_title_link:after {
	content: '\25BA';
	float: right;
}

.cccurrent a.ccpage_title_link:after {
	content: '';
	float: right;
}

.main-navigation ul ul ul a{
	color: #FFFFFF;
}

.main-navigation ul ul ul a:hover{
	color: #1650bc !important;
}


.main-navigation ul ul ul {
	top: 0 !important;
	background-color: #1650bc;
}

.main-navigation ul ul ul a:hover {
	color: #FFFFFF !important;
}

.drop_img_container {
	position: relative !important;
}

.drop_img {
	position: absolute !important;
	top: -40px !important;
	right: 3%;
	z-index: 990;
	max-width: 460px;
}

.side_menu_internal li {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	display: block;
	text-transform: none !important;
}

.side_menu_internal a {
	color: #FFFFFF !important;
    background-color: #2B2D3A;
    margin: 0 0 1px 0;
    padding: 8px 10px !important;
    display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 500 !important;
}

.side_menu_internal a:after {
content: '\25BA';
	float: right;
}

.side_menu_internal a:hover {
	color: #FFFFFF;
	background-color: #1650bc;
}

 .side_menu_internal .current-menu-item a {
	color: #FFFFFF;
	background-color: #1650bc;
}

.side_menu_internal .current-menu-item a:after {
content: '';
	float: right;
}

.wp-block-navigation__container {
	display: block;
	width: 100%;
}

.text-left {
	text-align: left !important;
}


.image_middle  {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
  }

.bg_blue_stripes {
	background-image: linear-gradient(45deg, #1650bc, #3779f3);
	transform: skewY(-6deg);
} 


.bg_blue_stripes_content {
	transform: skewY(6deg);
}

.tilt_right {
	transform: skewY(6deg);
}

.tilt_left {
	transform: skewY(-6deg);
}


.tilt_right_content {
	transform: skewY(-6deg);
}

.tilt_left_content {
	transform: skewY(6deg);
}

.tilt_top_right {
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
	margin-top: -100px !important;
	padding-top: 80px;
	width: 100%;
}

.tilt_bottom_right {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
	width: 100%;
}

.margin_top_minus90 {
	margin-top: -90px
}

.border_blue_r {
	border-right: 4px solid #3779f3;
}


.border_blue_l {
	border-left: 4px solid #1650bc;
	padding-left: 6%; 
}

.border_blue_l2 {
	border-left: 4px solid #113B8A;
	padding-left: 6%; 
}


.border_blue_btm {
	border-bottom: 4px solid #2B2D3A;
	text-align: center;
}
.home_services {
	text-align: center;
}

.home_services .hcard:hover {
	cursor: pointer ;
	opacity: 0.7;
	transition: all 0.3s;
}

.home_services .card {
	min-height: 265px;
	padding:30px 15px 15px 15px;
	margin-bottom: 25px;
	border-radius: 4px;
}

.home_services .card__image {
	max-width: 110px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.home_sheets a:hover {
	opacity: 0.5;
	transition: all 0.3s;
}

.home_sheets img {
	border: 1px solid #CCCCCC !important;
}

.cards_dark_bg .card {
	background-color: #FFF;
	color:#222222;
}

.owl-nav {
	margin-top:30px !important;
}

.wp-block-post-featured-image {
	max-height:250px;
	overflow: hidden;
}

.blog_container .format-standard {
	min-height: 200px;
}

.format-standard {
	padding: 25px;
	min-height: 500px;
	border: 1px solid #071A3D;
	text-align: left;
	margin-bottom: 30px !important;
}

.format-standard .btn_blue_dark a {
	text-align: center;
	margin: 0 auto;
	display: block;
} 

.icon_cta {
	line-height: normal !important;
	text-align: center;
}

.social_area1 img {
	max-width: 54px !important;
}

hr {
	color: #CCCCCC;
}

.tribe-common-g-row {
	padding: 15px !important;
	border: 1px solid #efefef !important;
}

.tribe-events-calendar-latest-past__event-date-tag-daynum .tribe-common-h5 .tribe-common-h4--min-medium {
	color: #1650bc !important;
}

.tribe-events-single>.tribe_events {
	padding: 15px !important;
}

.tribe-events-button {
	padding: 15px !important;
	margin-left: 15px !important;
}

.search-field {
	min-width:400px !important;
}

.search_post .hentry {
	padding: 60px;
}

.search_post .entry-header {
 margin: 0 !important;
}

.search_post .entry-title {
	text-align: left !important;
}

.search_post .format-standard {
	border: 1px solid #CCCCCC !important;
}

.search_post p {
	padding-bottom: 30px !important;
}

.entry-thumb {
	display: inline !important;
	width: auto !important;
}

.entry-header {
    margin-top: 0px;
    margin-bottom: 10px;
}

.entry-title {
	text-align: left !important;
}

.entry-title a {
	color: #1650bc !important;
	font-weight: 500;
}

.format-standard {
    padding: 30px;
    min-height: 200px !important;
    border: 1px solid #CCCCCC;
    text-align: left;
    margin-bottom: 30px !important;
}

.entry-content {
	min-height: 100px
}

.wp-block-post-featured-image {
	background-color: #CCCCCC;
}

h2.wp-block-post-title {
	font-size: 22px !important;
	margin: 0 !important;
}

.wp-block-post-excerpt {
	margin-top: 10px !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
    color: #222;
    border: 1px solid #666;
    border-radius: 3px;
    font-weight: 400;
	width: 100% !important;
}

textarea {
	max-height: 110px !important;
}

.wpcf7-spinner {
 float: left !important;
 margin-top: 34px !important;
}

.lgx-logo-item {
	max-height: 200px !important;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.content-area {
		width: 550px;
		float: left;
	}

	.masonry-layout .hentry {
		width: 283px;
	}

	.header-text {
		font-size: 38px;
		margin-top: 35px !important;
	}

	.header-info {
		top: 25%;
	}
}

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

	.main-navigation,
	.header-clone,
	.large-header {
		display: none;
	}

	.small-header {
		display: block;
		min-height: 180px;
	}

	.mobile-nav {
		display: inline;
		float: right;
		z-index: 999999999;
		width: 100%;
	}

	.slicknav_menu {
		float: right;
		text-align: right;
		width: 100%;
	}

	.site-header,
	.site-header.has-header {
		position: relative !important;
	}

	.header-scrolled a,
	.header-scrolled .site-title a {
		color: #fff;
	}

	.header-text {
		font-size: 32px;
		margin-top: 25px !important;
	}

	.header-info {
		top: 15%;
	}

	.site-content .container {
		max-width: 100%;
	}

}

@media only screen and (max-width: 767px) {
	.masonry-layout .hentry {
		width: 100%;
		max-width: 380px;
		margin: 0 0 15px;
	}

	.posts-layout.masonry {
		display: table;
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
		max-width: 380px;
	}

	h1 {
		font-size: 24px !important;
	}

	h2 {
		font-size: 20px !important;
	}

	h3 {
		font-size: 18px !important;
	}

	.header-text {
		font-size: 28px !important;
		margin-top: 10px !important;
	}

	.site-content .container {
		max-width: 100%;
	}


}

@media only screen and (max-width: 600px) {
	.site-header .container {
		display: block;
	}

	.site-branding {
		text-align: center;
		padding: 0;
	}

	.site-branding a {
		display: inline-block;
		padding-top: 8px;
		width: 257px;
		height: 54px;
		background-image: url('https://stage.infosemantics.com/wp-content/uploads/2022/01/infosemantics_logo.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
		margin-left: 60px;
	}

	.site-branding a img {
		display: none;
	}

	.mobile-nav {
		display: inline;
		float: right;
		z-index: 999999999;
		width: 50px;
	}

	.slicknav_menu {
		float: right;
		text-align: right;
	}

	.header-text {
		font-size: 18px;
		margin-top: 25px !important;
	}

	.header-button {
		padding: 5px 10px;
		font-size: 12px;
	}

	.header-buttons {
		margin-top: 15px;
	}

	.header-info {
		top: 15%;
	}

	.home .wp-block-spacer {
		display: none;
	}

	.cta_home {
		font-size: 34px !important;
	}

	.center_middle {
		display: none;
	}

	.entry-thumb {
		margin-bottom: 15px;
	}

	.entry-thumb,
	.has-post-thumbnail .inner-content {
		width: 100%;
		padding: 0;
	}

	.list-meta {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
	}

	.list-meta .posted-on {
		margin-bottom: 5px;
	}

	.hentry {
		padding: 0;
		margin-bottom: 0;
	}

	.list-meta .posted-on,
	.list-meta .read-more {
		float: none;
		display: inline-block;
		padding: 5px 10px;
	}

	.site-content {
		margin: 0 !important;
		max-width: 100% !important;
	}

	.site-content .container {
		max-width: 100%;
	}
	
#page {
		background: none: !important;
	}

	h1 {
		font-size: 16px !important;
	}

	h2 {
		font-size: 18px !important;
	}

	h3 {
		font-size: 16px !important;
		margin-top: 0;
	}

	.header-text {
		font-size: 22px !important;
	}

	.entry-header {
		margin-top: 0;
		margin-bottom: 22px;
	}

	
	.pad15 {
		padding: 15px;
	}

	.pad30 {
		padding: 3%;
	}

	.pad30x60 {
		padding: 3%;
	}
	
	.pad60 {
	padding: 3%;
}
	
	.pad80 {
	padding: 4%;
}
	
	.pad_btm_30 {
		padding-bottom: 30px !important;
	}

	.drop_img {
		position: relative !important;
		z-index: 990;
		max-width: 360px;
		margin-top: 60px;
	}
	
	.site-header {
		background-color: #FFFFFF !important;
	}

	.bg_light {
		width: 100%;
	}

	.has-large-font-size {
		font-size: 5vw !important;
	}

	.cta_home {
		min-height: 180px;
		margin-bottom: 25px;
	}
	
	.home .site-header {
	background-color: #FFFFFF !important;
}
	
	.video_header {
	min-height: 300px;
	margin-top: -30px;
	margin-bottom: 30px
}
	
	.video_header2 {
	min-height: 300px;
	margin-top: -30px;
	margin-bottom: 30px
}
	
	.video_footer {
	min-height: 200px;
	margin-top: 0;
	margin-bottom: 0;
}
	
	
.bg_blue_stripes_content {
	transform: skewY(11deg);
}

.border_blue_r {
	border-right: none;
	border-bottom: 4px solid #3779f3;
	padding-right: 0; 
	text-align: center;
}

.border_blue_l {
	border-left: none;
	border-bottom: 4px solid #3779f3;
	padding-left: 0; 
	text-align: center;
}

.tilt_top_right {
	clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
	margin-top: -40px;
	padding-top: 40px;
	width: 100%;
}
	
	.tilt_bottom_right {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99%);
	width: 100%;
}
	
	.btn_blue_dark {
    display: block;
    width: 100%;
}
	
	.services_icon {
		max-width: 80px;
		margin: 0 auto;
	}
	
	.site-info-left, .site-info-right {
		float: none !important;
		text-align: center !important;
		margin-top: 24px !important;
		clear: both !important;
	}
	
	.site-footer .container {
		text-align: center !important;
	}

}

@media only screen and (max-width: 320px) {
	.header-text {
		font-size: 16px;
	}
	
	.site-info-left, .site-info-right {
		float: none !important;
		text-align: center !important;
		margin-top: 24px !important;
		clear: both !important;
	}
	
	.site-footer .container {
		text-align: center !important;
	}
}


/***** New CSS Start ********/
/*Homwpage css*/
.video_header2 .nk-awb-wrap.nk-awb-rendered, .video_header3 .nk-awb-wrap.nk-awb-rendered, .video_footer .nk-awb-wrap.nk-awb-rendered {
    margin-right: 0 !important;
}
/*Services Page CSS Start */
.workday img {
    max-width: 125px;
}
/*Services Page CSS End*/
.text-left .wp-block-column {
	text-align: left !important;
}
div#primary.content-area {
    margin: auto;
    float: none;
}
.post-navigation .nav-next, .post-navigation .nav-previous {
    width: 49% !important;
}
/* Oracle E-business Suite Form CSS Start */
.services-form {
    border: 1px solid #CCC;
    padding: 28px 32px;
    border-radius: 10px;
}
.services-form h3 {
	margin-bottom: 40px;
}
.services-form input {
    background-color: #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 6px 10px !important;
    border: 0 !important;
    font-size: 13px !important;
	  margin-bottom: 15px;
}
.services-form input[type=submit] {
    color: #ffffff !important;
    background-color: #1b2c7d !important;
    border-width: 0px !important;
    padding: 6px 20px !important;
}

/* Oracle E-business Suite Form CSS End */

@media only screen and (max-width: 1024px) { 
	.home_services .card {
		min-height: 313px;
	}
}
@media only screen and (max-width: 768px) {
	.site-branding a {
		margin-left: 0px !important;
	}
	.pad60 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important;
	}
	.pad60 .border_blue_l {
		border: 0 !important;
		padding-left: 0 !important;
    	text-align: center;
		margin-left: 0 !important;
	}
	.wp-block-column.is-vertically-aligned-center.image_middle {
		margin-left: 0 !important;
	}
	.tilt_top_right {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		margin-top: 0px;
		padding-top: 100px;
	}
	.home_services .wp-block-column,
	.bg_cloud .wp-block-column {
		margin-left: 0 !important;
	}
	.pad60.bg_white {
		padding-top: 0;
	}
	.tilt_bottom_right {
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
	}
	.icon_cta {
    margin-bottom: 50px;
	}
	.wp-block-columns.tab-d-block {
		display: block;
	}
	.d-block .wp-block-columns.are-vertically-aligned-center.pad30, .d-block .wp-block-columns {
		display: block !important;
	}
	.format-standard.hentry {
		padding: 30px !important;
	}
	.pad80.bg_white.mar_top_m30 {
    margin-top: 0 !important;
	}
	div#primary.content-area {
		width: 100% !important;
	}
	.post-navigation .nav-next, .post-navigation .nav-previous {
			width: 100% !important;
			margin-bottom: 15px;
			text-align: center;
	}
	.btn_blue.big-text a {
		font-size: 10px !important;
	}
}
/***** New CSS End ********/
/*Event Page CSS Start*/
.padding-horizontal-medium {
    padding-left: 0px;
}
.tribe-block__events-link {
    display: inline-block !important;
	  padding: 5px 0px 0px;
}
.tribe-block__events-link .tribe-block__btn--link:before {
    margin: 8px 5px 0 0 !important;
}

/*Event Page CSS End*/


/*** Downloads Page Start ***/
.link-template-tabcard .card-header {
	display: none !important;
}

.link-template-tabcard {
	margin-bottom: 30px !important;
}

.wpdm-shortcode-toolbar .btn .btn-secondary .btn-block {
	font-size: 18px !important;
}

.wpdm-download-link .download-on-click {
	font-size: 18px !important;
}

.wpdm-shortcode-toolbar  .wpdm-custom-select {
	font-size: 15px !important;
}

.wpdm-download-link.btn.btn-primary {
	float: right !important;
	text-align: right !important
}

/*Download Page CSS End*/
