/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body{overflow: hidden;}





.package-title a{pointer-events: none !important;
   cursor: default !important;}

.elementor-nav-menu--dropdown a {
  padding-left: 5px;
  padding-right: 15px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bullets ul {
    margin: 0 0 1.5em 1em;
}
.bullets ul {
    list-style: none; /* Remove default bullets */
}
.bullets ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FFB71B; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.numbered-list ol {
    margin: 0 0 1.5em 1em;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    width: 3.4em !important;
    background-color: #FFB71B;
    padding: 21px;
    margin-top: -20px;
    margin-right: -20px;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.wpdm-page-template{
  width:1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
} 

.wpdm-download-link.btn.btn-primary {
  border-radius: 0px;
  color: #117ABF !important;
  font-size: 12px;
  padding: 10px 20px;
  margin-top:6px;
}

.wpdm-download-link.btn.btn-primary:hover {
  color: white !important;
}

.w3eden .btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  box-shadow: 0 0px 0px 0 rgba(var(--color-primary-rgb),.4);
}


.w3eden .card {
  border-radius: 0rem !important;
}

.uael-team-member-image img {
    height: 160px !important;
    object-fit: cover;
    object-position: center;
}

.elementor-40 .elementor-element.elementor-element-f2e0954 .uael-cf7-style input:not([type=submit]) {
    text-align: center;
    width: 100% !important;
}

.elementor-40 .elementor-element.elementor-element-f2e0954 .uael-cf7-style textarea {
    text-align: center;
    height: 200px !important;
}

/*-------------------------------------------------------MEDIA QUERIES----------------------------------------------------------------*/



@media (min-width: 769px) and (max-width: 1200px){
.wpdm-page-template{
  width:90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
} 
}/*END 921px*/


@media only screen and (max-width: 768px){
.wpdm-page-template{
  width:90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
} 
}/*END 768px*/


@media only screen and (max-width: 544px){
.wpdm-page-template{
  width:90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
} 

.w3eden .media {
  display: block !important;
}
.w3eden .ml-3, .w3eden .mx-3 {
  margin-left: 0rem!important;
}
}/*END 544px*/

