/*
Theme Name: Travis Theme
Theme URI: travisgittens.com
Author: Travis Web Developer
Author URI: 
Description: Customized theme for Sue.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travistheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
* {
    padding:0!important;
    margin:0!important;
}
body {
    font-family:'Inter',sans-serif;
}
a {
    text-decoration: none;
}
p {
    color: #4B4B4B;
}
h1,h2,h3 {
    font-family:'Space Grotesk',sans-serif;
}
.travname {
    font-family: "Yesteryear", cursive;
    font-weight:900;
}
.travname a {
    font-size: 1.5em;
}
button {
    border: none;
    outline: none;
    background: none;
}
.travname {
    font-weight: 500;
    font-size: 2em;
}
.travfullwdtimg {
    max-width: 100%;
    margin: auto;
}
.travflexcon {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.travflexchd10 {
    flex: 0 0 10%;
}
.travflexchd10 img {
    max-width: 100%;
    margin: auto;
    padding: 20%!important;
    mix-blend-mode: multiply;
    box-sizing: border-box;
}
.travflexchd20 {
    flex: 0 0 20%;
}
.travflexchd33 {
    flex: 0 0 calc(100% / 3);
}
.travflexchd50 {
    flex: 0 0 50%;
}
.travflexchd70 {
    flex: 0 0 70%;
}
.travflexchd80 {
    flex: 0 0 80%;
}
.travfullwdtcon {
    width: 100%;
    height: auto;
    display: block;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.travmenulist{
    display: inline-block;
    width: 100%;
    height: auto;
}
.travmenulist li{
    display: inline;
    width: auto;
    height: auto;
    list-style-type: none;
    float: right;
    padding-left: 20px!important;
}
.travhdr {
    padding: 50px!important;
}
.travmbhrd {
    display: none;
}
.travpgetit {
    width: 100%; 
    max-width: 100%; 
    margin: 0; 
    padding: 0;
}
.travpgetittxt {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 90%;
    font-size: 17em;
}
.travhero {
    background: #e5e5e5;
    padding: 30px 0 150px 0 !important;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.travheroinfo {
    margin: 0!important;
    padding: 0 200px!important;
    box-sizing: border-box;
}
.travimg {
    
}
.travimg img {
    max-width: 100%; /* keep final size */
    margin: auto;
    display: block;
    border-radius: 50%;
    transform: scale(0);          /* start tiny */
    animation: growImage 1s ease forwards;
    animation-delay: 0.6s;        /* delay after page load */
}

@keyframes growImage {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.travtit {
    padding:0 10px!important;
}
.travtit h1{
    line-height: 100%;
}
.travtoppjts {
    padding: 50px 200px!important;
    background: black;
    color: white;
}
.travaoe {
    padding: 100px 200px 50px 200px!important;
}
.travaoeinimgcon {
    height: 200px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.travaoein {
    padding: 0 5px 50px 5px!important;
}
.travaoein h1 {
    line-height: 100%;
    font-size: 1.3em;
    padding: 10px 0 5px 0!important;
}
.travpgecon {
    padding: 50px 200px!important;
    min-height: 100vh;
}
.travpgecon h1 {
    line-height: 100%;
    font-size: 2em;
    padding: 5px 0!important;
}
.travpgecon p {
    padding: 5px 0!important;
}
.travpjtconinimgcon {
    height: 350px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    background-color: #efefef;
}
.travpgeflexchdin {
    padding: 10px!important;
}
hr {
  border: none;
  height: 1px;
  background-color: #e5e5e5;
  margin: 50px 0!important;
}
.responsive-video {
  width: 100%;
  max-width: 100%;
}

.responsive-video video {
  width: 100%;
  height: auto; /* maintain aspect ratio */
  display: block; /* remove inline spacing */
}
.travctform {
    width: 100%;
    height: auto;
    background:#fff;
    margin-top:200px!important
}
input[type=text] {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px!important;
    border-radius: 5px;
    background: #e5e5e5;
    margin-bottom: 15px!important;
}
input[type=submit] {
    width: 100%;
    height: auto;
    border: none;
    outline: none;
    background: #3B82F6;
    padding: 8px 15px!important;
    color: #fff;
    transition: background 0.3s, transform 0.3s;
} 
.travbtn {
    display: inline-block;
    width: auto;
    height: auto;
    background: #3B82F6;
    padding: 8px 15px!important;
    margin-top: 10px!important;
    color: #fff;
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
}
.travbtn:hover, input[type=submit]:hover {
  background: #06B6D4;
  transform: translateY(-2px);
}
#ct-message {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px!important;
    border-radius: 5px;
    background: #e5e5e5;
    margin-bottom: 15px!important;
    
}
.travctcon h1{
    font-size: 7em;
    line-height: 100%;
}
.travft {
    padding:10px 0!important;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background: #e5e5e5;;
    
}
/* Base links */
.travmenulist li a {
    text-decoration: none;
    color: #2D2D2D;
    font-weight: 500;
    position: relative;   /* needed for pseudo-element underline */
    padding: 4px 0;
}

/* Hover underline */
.travmenulist li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -4px;           /* space between text and underline */
    background-color: #3B82F6;
    transition: width 0.3s ease;
}

/* On hover */
.travmenulist li a:hover::after {
    width: 100%;
}

/* Keep underline on active */
.travmenulist li a.active::after {
    width: 100%;
}
.travmmcon {
    position:fixed;
    top: 0;
    left: 0;
    background: #3B82F6;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}
.travmmin {
    position: relative;
    width: 100%;
    height: 100%;
}
.travmmincon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.travmmincon ul {
    list-style-type: none;
}
.travmmincon ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}
.travmmincls {
    position: absolute;
    top: 5%;
    left: 80%;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
}
.travmmcon {
    display: none;
}
img {
  transition: transform 0.4s ease;
}

img:hover {
  transform: scale(1.08);
  cursor: none;
}
.travcpimg {
    position: absolute;
    top: 20%;
    left: 60%;
    z-index:-1;
}
.travcpimg img {
    margin:auto;
    max-width:60%
}
.travhibb {
    display: none;
    height: 0;
    width: 0;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    position: absolute;
    top: 60%;
    left: 10%;
    background-color: transparent;
    
}
.travsgpcon {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.travsgpimg {
    display: block;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.travsgptit {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 8%;
    left: 0;
    text-align: center;
    z-index: 2;
}
.travsgptit h1 {
    font-weight: 900;
    color: #fff;
    background: #000;
    padding: 5px!important;
}
.travsgptxt {
    padding: 50px 200px!important;
}
.travblogcon {
    display: block;
    width: 100%;
    min-height: 100vh;
    padding:20px 200px;
}
.travblogimg {
    display: block;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.travblogtxtcon {
    display: block;
    height: 300px;
}
.travtoolkitflex {
    opacity: 0;
}








@media (max-width: 480px) {
    .travdthrd {
        display: none;
    }
    .travmbhrd {
        display: block;
    }
    .travhdr {
        padding: 5px!important;
    }
    .travpgetittxt {
        text-align: center;
        margin: 0;
        padding: 0;
        line-height: 90%;
        font-size: 4.5em;
    }
    .travheroinfo {
        margin: 0!important;
        padding: 0 10px!important;
        box-sizing: border-box;
    }
    .travheroinfoflexcon, .travaoeincon, .travflexconctf, .travblogconflex {
        flex-direction:column;
    }
    .travflexchd20mb {
        flex: 0 0 100%;
    }
    .travflexchd80mb {
        flex: 0 0 100%;
    }
    .travflexchd50ctf {
        flex: 0 0 100%;
    }
    .travflexchd33bp {
        flex: 0 0 100%;
    }
    .travtit h1 {
        overflow-wrap: break-word;
    }
    .travtit p {
        overflow-wrap: break-word;
    }
    .travaoe {
        padding: 20px 0px!important;
    }
    .travpgecon {
        padding: 10px!important;
    }
    .travctcon h1{
        font-size: 4em;
        line-height: 100%;
    }
    .travname {
        font-size: 1.3em;
    }
    .travcpimg {
        position: absolute;
        top: 40%;
        left: 20%;
        z-index:-1;
    }
    .travcpimg img {
        margin:auto;
        max-width: 80%
    }
    .travctform {
        margin-top:200px!important
    }
    .travsgptit {
        top: 4%;
    }
    .travtit h1{
        font-size: 1.2em;
    }
    .travsgpimg {
        height: 400px;
    }
    .travsgptit h1 {
        font-size: 1.5em;
    }
    .travsgptxt {
        padding: 10px!important;
    }
    .travblogcon {
        min-height: 100vh;
        padding: 50px 10px!important;
    }
    .travflexchd10 {
        flex: 0 0 20%;
    }
    .travtoolkitflex {
        flex-wrap: wrap;
    }
    .travflexchd10 img {
        padding: 10%!important;
        box-sizing: border-box;
    }
    
}
@media (min-width: 481px) and (max-width: 768px) {
    .travdthrd {
        display: none;
    }
    .travmbhrd {
        display: block;
    }
    .travheroinfo {
        margin: 0!important;
        padding: 0 10px!important;
        box-sizing: border-box;
    }
    .travpgetittxt {
        text-align: center;
        margin: 0;
        padding: 0;
        line-height: 90%;
        font-size: 8em;
    }
    .travaoe {
        padding: 20px 0px!important;
    }
    .travflexconctf {
        flex-direction:column;
    }
    .travflexchd50ctf {
        flex: 0 0 100%;
    }
    .travpgecon {
        padding: 10px!important;
    }
    .travcpimg {
        position: absolute;
        top: 40%;
        left: 40%;
        z-index:-1;
    }
    .travcpimg img {
        margin:auto;
        max-width: 70%
    }
    .travblogcon {
        min-height: 100vh;
        padding: 30px 10px!important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .travdthrd {
        display: none;
    }
    .travmbhrd {
        display: block;
    }
    .travheroinfo {
        margin: 0!important;
        padding: 0 10px!important;
        box-sizing: border-box;
    }
    .travpgetittxt {
        text-align: center;
        margin: 0;
        padding: 0;
        line-height: 90%;
        font-size: 12em;
    }
    .travaoe {
        padding: 20px 0px!important;
    }
    .travflexconctf {
        flex-direction:column;
    }
    .travflexchd50ctf {
        flex: 0 0 100%;
    }
    .travpgecon {
        padding: 10px!important;
    }
    .travcpimg {
        position: absolute;
        top: 30%;
        left: 40%;
        z-index:-1;
    }
    .travcpimg img {
        margin:auto;
        max-width: 70%
    }
    .travblogcon {
        min-height: 100vh;
        padding: 30px 10px!important;
    }
}
@media (min-width: 1025px) and (max-width: 1366px) {
}