/*
// Theme Name : The Tony Abbott Theme
// Created On : 4/3/2025
// Author : Joe Kustek
// Version : 1.0
// Description : The JoeCms custom Theme Built For The Tony Abbot Website
*/
/* custom styles */
@media (max-width: 1150px) {
    .default-margins {
        margin-left: 0px!Important;
        margin-right: 0px!Important;
    }
}

/* jstyle-69  */
.jstyle-24 .content-wrapper, .jstyle-69 .content-wrapper, .jstyle-81 .content-wrapper {
  padding-left: 0px!Important;
  padding-right: 0px!Important;
}

.jstyle-24 .jcontent-mob, .jstyle-69 .jcontent-mob, .jstyle-81 .jcontent-mob {
  margin-bottom: 0px!Important;
}

.site-footer {
  padding-bottom: 30px;
}
/* The contact Form */

/* The button */
.jstyle-63 button {
    background-color: #2878c1; /* Keeps background transparent */
    border: 2px solid white;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 50px; /* Oval edges */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover and Active states */
.jstyle-63 button:hover,
.jstyle-63 button:active {
    background-color: #3292ea; /* New background color on hover and active */
    border: 2px solid white !important; /* Ensure the border remains white, force it with !important */
    color: #fff; /* Keep text color white */
    outline: none; /* Remove any outline that might appear */
}



.jstyle-63 input,
.jstyle-63 textarea {
    background-color: transparent; /* Makes the background transparent */
    border: 2px solid white; /* White outline */
    color: white; /* White text */
    padding: 10px;
    font-size: 16px;
    outline: none; /* Removes default focus outline */
}

.jstyle-63 input::placeholder,
.jstyle-63 textarea::placeholder {
    color: rgba(255, 255, 255, 0.6); /* Slightly faded white placeholder text */
}

.jstyle-63 input:focus,
.jstyle-63 textarea:focus {
    border-color: #2878C1; /* Optional: Change outline color on focus */
}


/* Center only the submit button (last .form-group) */
.form-group:last-of-type {
    display: flex;
    justify-content: center;
}
/* Typography */

.jstyle-63 h6 {
    all: unset;
    display: block; /* Ensures it respects margin properties */
    color: #fff;
    margin-left: -20px;
    margin-bottom: 10px; /* Adjust the spacing as needed */
}
.rr_req {
  color: #fff;
}

h1 {
  color: #2878c1;
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 2em; /* Adjust as needed */
}



h1::before,
h1::after {
    content: "";
    flex: 1;
    height: 2px; /* Adjust thickness */
    background-color: #2878C1; /* Your specified color */
    margin: 0 10px; /* Adjust spacing */
}


h6 {
  color: #fff;
}

h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 2em; /* Adjust as needed */
}



h6::before,
h6::after {
    content: "";
    flex: 1;
    height: 2px; /* Adjust thickness */
    background-color: #fff; /* Your specified color */
    margin: 0 10px; /* Adjust spacing */
}

/* end of custom styles */
.site-top-header .container {
  max-width: 1375px!Important
}
.site-header .container {
  max-width: 1375px!Important
}
.navbar  {
  max-width: 1375px!Important
}
html {
  scroll-behavior: smooth;
}



/* Desktop Styles */
@media only screen and (min-width: 991px) {

}

/* Mobile Styles */
@media only screen and (max-width: 991px) {

.events-pro-mobile {
  text-align: center;
  color: #fff;
}


  .nav-item a {
  color: #fff;
  }
  .nav-item a:hover {
  color: #fff;
  }
  .dropdown-menu a {
    color: #000;
  }
  .dropdown-menu a:hover {
    color: #000;
  }
  .mainnavigation {
    background: #000;
  }
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%!Important;
    flex: none;
  }
  #myBtn {
    display: none!Important;
  }
  #ml-ul {
    text-align: center;
  }

}
