/*!
Theme Name: TrainingED
Theme URI: 
Author:  
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: traininged
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

TrainingED is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.cycle .box .wrap {
  overflow: visible;
}

section.about-top {
  position: relative;
}

section.about-top:before {
  content: '';
  background-image: url(https://trainingedcom.wpenginepowered.com/wp-content/themes/traininged/images/banner-bottom-bg.svg);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: top center;
  background-size: 160%;
  background-repeat: no-repeat;
}

section.about-top:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  /* background: #ffffff; */
  background: linear-gradient(360deg, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
}

.about-top .container {
  position: relative;
  z-index: 1;
}

.cycle .box .wrap h1 span {
  display: block;
  font-size: 40px;
  text-align: center;
  line-height: 0px;
}

.cycle .box .wrap h4 {
  font-size: 25px;
  line-height: 30px;
}

a.more.get {
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #7e0a00;
  border: 1px solid #7e0a00;
}

a.more.get:hover {
  background-color: #000;
}

.cycle .box .wrap,
.cycle .box:nth-of-type(2) .wrap {
  background: linear-gradient(45deg, rgb(255 194 189) 0%, rgb(255 152 143) 49%, rgb(175 14 0) 99%);
}

section.about {
  position: relative;
  background-image: unset;
}

section.about:before {
  content: '';
  background: url(https://trainingedcom.wpenginepowered.com/wp-content/uploads/2026/01/arch-bg.svg) no-repeat right top;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0.6;
}

section.about .container {
  position: relative;
  z-index: 1;
}

.services {
  background: url(https://trainingedcom.wpenginepowered.com/wp-content/uploads/2026/01/services-bg-left.svg) no-repeat left top;
}

footer .text-wrap h2 {
  font-size: 40px;
}

footer .text-wrap a {
  padding: 15px 30px;
  font-size: 22px;
}

/* Pagination wrapper */
.Pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

/* Center pagination on medium screens and up */
@media (min-width: 768px) {
  .Pagination {
    justify-content: center;
  }
}

/* Pagination links (buttons) */
.Pagination a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  /* gray-200 */
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: border-color 0.2s ease;
}

/* Hover state */
.Pagination a:hover {
  border-color: #d1d5db;
  /* gray-300 */
}

/* Spacing helpers */
.Pagination a.mr-1 {
  margin-right: 4px;
}

.Pagination a.ml-1 {
  margin-left: 4px;
}

.Pagination a.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

/* Active page */
.Pagination a[aria-current="page"] {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  pointer-events: none;
}

/* Hide page numbers on mobile */
.Pagination a.hidden {
  display: none;
}

/* Show page numbers on md screens */
@media (min-width: 768px) {
  .Pagination a.md\:flex {
    display: flex;
  }
}

/* SVG icons */
.Pagination svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Screen-reader-only text */
.Pagination .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.form-control {
  height: 55px;
}

input.more {
  background: #7e0a00;
  border: 0px;
  color: #fff;
}

input.more:hover {
  background: #000;
  color: #fff;
}

.page-template-default section.about-us .container,
.page-template-about section.about-us .container,
.page-template-about .team .container,
.single section.news-main .container {
    max-width: 1200px;
}
textarea.form-control {
    height: auto;
}

.youtube-video iframe {
	display: block;
	width: 100%;
	min-height: 650px;
	border: 0;
}

.footer-socials{
    display:flex;
    gap:14px;
    padding:0;
    margin:15px 0 0;
    list-style:none;
    flex-wrap:wrap;
}

.footer-socials li{
    margin:0;
}

.footer-socials a{
    width:42px;
    height:42px;
    border:2px solid rgba(255,255,255,.50);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.3s;
    text-decoration:none;
}

.footer-socials svg{
    width:20px;
    height:20px;
}

.footer-socials a:hover{
    background: #7e0a00;
    border-color: #7e0a00;
    transform: translateY(-2px);
    color: #fff;
}