/*
Theme Name:     Trek Child Theme
Description:    Make your modifications to Academy in this child theme.
Template:       trek
*/

@import url('../trek/style.css');

.banner-home {
 visibility: hidden;
 padding: 0;
}

body {
font-size:16px;
font-family: pt sans;
}

/****** styles for Glacier Park Boat Co custom icons
**********/

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
 
ul.img-list li {
  display: inline-block;
  height: 20px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 20px;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}
 
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 20px;
  left: 0;
  position: absolute;
  top: 25px;
  width: 150px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
 
ul.img-list li:hover span.text-content {
  opacity: 1;
}

/****** END styles for Glacier Park Boat Co custom icons
**********/

/****** styles for Custom Social Icons in Footer
**********/

ul li {
    list-style-type: none;
}

ul i {
    overflow: auto;
}
 
ul li i {
    list-style-type: none;
    float: left;
}

ul li a i {
    background: #205D7A;
    color: #fff;
    width: 45px;
    height: 35px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin: 8px;
    padding-top: 8px;
    transition: all 0.2s ease-in-out;
}
 
.fa-facebook {
    background:#3b5998
} 

.fa-pinterest {
    background:#ac0b06
}

.fa-instagram {
    background:#205D7A
}

.google-plus {
    background:#dd4b39
}

ul li a i:hover {
    opacity: .6;
}

/****** style to remove box from header text
**********/

.parallax span {
background: transparent;
}

.parallax h2 small {
background: transparent;
}

/**********/

/****style to attribute teal color to menu drop-downs
*****/

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
background-color:#189b97!important;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
background: #79d5ca;
}

#navbar li:hover ul {
background-color: #000
}

/**********/

/****** style to give padding on gravity forms
**********/

.gform_wrapper{
padding: 0 0 0 24px 
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
margin: 4px 0 0 4px;
}

/**********/

/****** style for fa icons in main menu
**********/

.fontawesome-text {
display: none;
}

/**********/

.testimonial-wrapper {
background: #189b97;
color: #000;
}

a:link {
color:#000;
}

a:link {
color:#4ecece;
}      /* unvisited link */

a:visited {
color:#bfbfbf;
}  /* visited link */

a:hover {
color:#1dc1c1;
}  /* mouse over link */

a:active {
color:#1dc1c1;

}  /* selected link */

th {
color: #fff;
height: 150%;
background-color: #189b97;
}

table,th,td {
text-align:left;
border:1px solid black;
padding:15px;
}

table
{
border-spacing:5px;
}