/*
Theme Name: Travel Professional Academy
Theme URI: https://travelprofessionalacademy.com 
Description: This is the Travel Professional Academy theme developed on Material Design for Bootstrap 4
Version: 1
Author: Christopher P. Burton
Author URI: https://www.travelresearchonline.com
*/
.wp-caption-text{
  padding-top:1em;
  text-align:center;
}

 .heropanel--video {
     font-family:sans-serif;
     min-height:525px;
     width:100% !important;
 }
 
 @keyframes gm-slidein {
     from {
         -webkit-transform:translate3d(0,-100%,0);
         opacity:0;
         transform:translate3d(0,-100%,0);
     }
     
     to {
         -webkit-transform:none;
         opacity:1;
         transform:none;
     }
 }
 
 .heropanel__content {
     -moz-animation:gm-slidein 3s 1;
     -ms-animation:gm-slidein 3s 1;
     -o-animation:gm-slidein 3s 1;
     -webkit-animation:gm-slidein 3s 1;
     animation:gm-slidein 3s 1;
     margin:0 auto;
     padding:4em 0 2em;
     text-align:center;
 }
 
 .heropanel__content h1 {
     margin:0 0 .5em;
     text-transform:uppercase;
 }
 
 .heropanel__content h1 a {
     color:#FFF;
     text-decoration:none;
 }
 
 .heropanel__content p {
     color:#fff;
     margin:0 auto;
     text-transform:uppercase;
     font-size:24px;
     max-width:50%;
}
.navbar-brand img{
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
#header.minimal .navbar-brand img {
  max-height: 50px !important;
}
@media (min-width: 600px) {
  .navbar.scrolling-navbar {
    -webkit-transition:background .5s ease-in-out,padding .5s ease-in-out,margin .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out,margin .5s ease-in-out;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#header{
  margin-bottom:125px;
}
select {

    display: none!important;
}
.custom-html-widget .wpc-radial-progress{
  margin:0 auto;
}
input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 1rem;
    color: #000000;
    display: block;
    padding: 0.5rem;
}
.dropdown-content li.active, .dropdown-content li:hover,.dropdown-content li.active>a, .dropdown-content li:hover>span {
    background-color: #F44336;
    color:#FFFFFF;
}
@media print{
  #nav-below, .fixed-action-btn{
    display:none !important;
    visibility: hidden !important;
  }
}

.entry-content img{
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignright{
  float:right !important;
  display:inline;
  margin-left:1em;
  margin-bottom:1em;
}
img.alignleft{
  float:left !important;
  display:inline;
  margin-right:1em;
  margin-bottom:1em;
}
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}