/*
 Theme Name:   LaunchPoint
 Theme URI:    https://buffalobrothers.com
 Description:  Custom Theme for Launch Point
 Author:       Buffalo Brothers
 Author URI:   https://buffalobrothers.com
 Template:     generatepress
 Version:      0.1
*/


/* orbitron-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url(https://launchpoin1stg.wpenginepowered.com/wp-content/uploads/2025/09/orbitron-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* orbitron-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  src: url('https://launchpoin1stg.wpenginepowered.com/wp-content/uploads/2025/09/orbitron-v34-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* orbitron-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  src: url('https://launchpoin1stg.wpenginepowered.com/wp-content/uploads/2025/09/orbitron-v34-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* orbitron-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  src: url('https://launchpoin1stg.wpenginepowered.com/wp-content/uploads/2025/09/orbitron-v34-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/************* BLOCK STYLES *************/
.small-panel ul {
	margin-left: 1.4em;
}

.bullet-triangle,
.bullet-triangle-list li {
	position: relative;
}

.bullet-triangle-list li {
	margin-bottom: .75em;
}
.bullet-triangle-list li ul,
.bullet-triangle-list li p {
	margin-bottom: .5em;
}
.bullet-triangle:before,
.bullet-triangle-list li:before {
    content: " ";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 10px;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 12px solid var(--base-3);
}
.bullet-triangle-list li:before {
	margin-left: -1em;
	top: 7px;
	border-left-color: var(--accent);
	border-top-color: var(--base-3);
	border-bottom-color: var(--base-3);
}
.bullet-triangle-list li ul li {
	margin-bottom: .5em;
}
.bullet-triangle-list li ul li:before {
	border-left-color: var(--accent);
}
.bullet-content {
	padding-left: 16px;
}
.bullet-triangle-list {
	list-style: none;
}
html,
body { 
    overflow-x:hidden; 
}
/************* TYPOGRAPHY *************/
.orbitron-font {
	font-family: 'Orbitron', sans-serif!important;
	font-weight: normal;
}
.button a {
	color: var(--contrast);
}
.bicolor-columns {
	background: linear-gradient(to right, #1e1e1e 50%, #272727 50%);
}
.inside-article a:hover, .paging-navigation a:hover, .comments-area a:hover {
	text-decoration: none;
}
.single-post .inside-article .entry-title {
	font-family: inherit;
	font-weight: 700;
	font-size: 35px;
}
/************* NAVIGATION *************/
.menu-item-has-children .dropdown-menu-toggle {
	padding-left: 0;
}
.gp-icon.icon-arrow svg {
    height: 1.1em;
    width: 1.1em;
    top: .275em;
}
.gp-icon.icon-categories svg {
    fill: var(--accent);
}
/************* LAYOUT *************/
#page {
	min-height: 400px;
}
.site-header {
	border-bottom: 4px solid #434343;
	background: linear-gradient(0deg, #1F1F1F 7.63%, #353535 100%);
}
.page-hero .entry-title {
	text-shadow: 0 2px 0 #000;
}
.page-id-6.one-container .site-content {
	padding-top: 0;
	padding-bottom: 0;
}
/* Hide Watch Video for all posts by default */
.category-article .btn-watch-video,
.category-press-release .btn-watch-video{
    display: none;
}

/* Show Watch Video only on posts in the video category */
.category-video .btn-watch-video {
    display: inline-flex; /* or inline-block depending on your block */
}

/* Hide Read More on video posts */
.category-video .btn-read-more {
    display: none;
}

.entry-meta {
    font-size: 95%;
}
#nav-below.post-navigation {
	display: none;
}
.cat-links,
.comments-link,
.tags-links {
    display: block;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid var(--contrast-3);
}
.footer-widgets .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center; 
  flex-direction: column;
}
.footer-widgets .menu li a {
	text-decoration: none;
}
.footer-widgets .menu li a:hover {
	text-decoration: underline;
}
/********** MEDIA QUERIES ************/

@media screen and (max-width: 768px) {
    .inside-footer-widgets {
        align-items: center;
    }
}

/*@media screen and (max-width: 767px) {
	.single-post .inside-article .entry-title {
		font-family: inherit;
		font-weight: 700;
		font-size: 28px;
	}
}*/