/*
Theme Name: Sims Child
Template: flatsome
Version: 3.8.1
*/


.nav-dropdown>li>a, .nav-column>li>a {
    color: rgba(255, 255, 255, 0.85);
	font-size: .7em!important;
}

body .gform_wrapper ul li.gfield {p
    margin-top: 0px!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-bottom: 0px!important;
}
.ginput_container.ginput_container_date {
    position: relative;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-bottom: 0px!important;
}
.gform_wrapper .gform_footer {
    padding: 0px;
    margin: 0px 0 0!important;
}
.gform_button.button {
    width: 100%!important;
}
.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover {
    color: rgb(167, 156, 86);
}
.iFrameClass
{
    width: 839px;
    height: 400px;
    border: none;
    –webkit-overflow-scrolling: touch;
}
td option {
    color: #000!important;
}
table {
    background: transparent!important;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {


}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0;
}
.youtube-player .play {
    height: 70px;
    width: 70px;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    background: #2d3e50;
    transition: 100ms all ease;
	border-radius: 50%;
	cursor: pointer;
}
.youtube-player .play:before {
	content: "";
	display: block;
	position: relative;
	left: 25px;
    top: 15px;
	width: 0;
	height: 0;
	border-left: 30px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;	
}
.youtube-player:hover .play {
	background:  #243240;
}
.youtube-player:hover .play:before {
	border-left-color:  #eeeeee;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.teamsImg {
	float: left;
	padding: 5px;
	width: 280px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.nav-dropdown-default {
  	padding: 20px 0;
}
.nav-dropdown li{
	padding: 0 20px;
}
.nav-dropdown li ul{
    position: absolute;
    left: -99999px;
    top: 0;
    background-color: #2d3e50;
    border-radius: 15px;
    padding: 20px 0 !important;
    min-width: 200px;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    opacity: 0;
}
.nav-dropdown > li.nav-dropdown-col{
	display: block;
	width: 100%;
}
.nav-dropdown li:hover ul{
    left: calc(100% - 20px);
    opacity: 1;
}
.nav-dropdown .menu-item-has-children > a{
	color: rgba(255, 255, 255, 0.85);
}