@import url('https://fonts.googleapis.com/css?family=Syncopate:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400italic');
html,
body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}
h1,
h2,
h3,
h4,
h5 {
  color: #101e27;
}
h4 {
  font-size: 16px;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  line-height: 21px;
  text-transform: uppercase;
}
.red {
  color: #f4123d;
}
.white {
  color: white;
}
.center {
  text-align: center;
}
.blue {
  color: #101e27;
}
.green {
  color: #34A544;
}
i[color="red"]{
  color:red;
}
i[color="green"] {
  color:green;
}
i[color="orange"] {
  color:orange;
}
#LineupTool .lineup-lab-results table tbody {
    max-height: none;
}
#LineupTool hr {
  margin-top:5px;
  margin-bottom:5px;
}
.game-details {
  font-size:16px;
}
.weather-details-toggle {
  font-size:13px;
  border-bottom:1px black dotted;
  cursor:pointer;
}
.bb-diamond {
  background-image: url(../images/baseball-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
}
.bb-diamond i.fa {
  
}
.weather-details {
/*  margin-bottom:10px; */
}
.progress {
  height:15px;
  margin-top:4px;
  margin-bottom:5px;
}
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width:0px;
}
.syncopate {
  font-size: 30px;
  font-family: 'Syncopate', sans-serif;
  text-transform: uppercase;
}
.proxima {
  font-family: proxima-nova, sans-serif;
}
p {
  color: #101e27;
  font-size: 16px;
  line-height: 1.4em;
}
p.large {
  font-size: 24px;
}
a {
  color: #3c80ac;
}
a:hover {
  color: #224860;
  text-decoration: underline;
}
a.gold-link {
  color: #e2aa2b;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
ul,
ol {
  padding: 0;
}
input,
button,
select,
textarea {
  font-size: 14px;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.bold {
  font-weight: bold;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
::-webkit-input-placeholder {
  color: #c4c4c4;
}
:-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #c4c4c4;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.boxshadow {
  box-shadow: 2px 2px 2px 2px rgba(84, 84, 84, 0.2);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(84, 84, 84, 0.2);
  -moz-box-shadow: 2px 2px 2px 2px rgba(84, 84, 84, 0.2);
}
.boxshadow-top {
  box-shadow: 1px 10px 10px 2px rgba(84, 84, 84, 0.2);
  -webkit-box-shadow: 1px 10px 10px 2px rgba(84, 84, 84, 0.2);
  -moz-box-shadow: 1px 10px 10px 2px rgba(84, 84, 84, 0.2);
}
.one-edge-shadow {
  -webkit-box-shadow: 0 3px 0 0 rgba(84, 84, 84, 0.1);
  -moz-box-shadow: 0 3px 0 0 rgba(84, 84, 84, 0.1);
  box-shadow: 0 3px 0 0 rgba(84, 84, 84, 0.1);
}
input.limit::-webkit-outer-spin-button,
input.limit::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input.limit{
    -moz-appearance:textfield;
}
.text-shadow {
  text-shadow: 1px 1px 1px #000000;
}
.transparent {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.opacity5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.no-radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.button-radius {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.circle-radius {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ease {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.no-ease {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.translate {
  -webkit-transform: translate(3em, 0);
  -moz-transform: translate(3em, 0);
  -o-transform: translate(3em, 0);
  -ms-transform: translate(3em, 0);
}
.no-pad {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.rule {
  border-bottom: 1px solid #dee3e6;
  margin: 20px auto;
}
.inputs {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  color: #101e27;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}
.inputs:focus {
  border-color: #f4123d;
}
body {
  font-family: proxima-nova, sans-serif;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #ffffff;
}
.container {
  overflow: hidden;
  margin: 0 auto;
}
.container#sliderArea {
  padding: 0px;
}
.container#sliderArea .btn {
  width: 100%;
}
.container#bodyArea {
  background-color: #ffffff;
  padding: 60px 10px;
}
.btn {
  border: 1px solid white;
  color: white !important;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  max-width: 650px !important;
  width: auto;
  text-transform: uppercase;
  background: #f4123d;
}
.btn.gold {
  background-color: #e2aa2b;
}
form div.wpcf7-validation-errors,
form div.wpcf7-mail-sent-ok {
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  color:white;
  border:none;
}
form p span input {
  height: 40px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: white;
  color: #bbbbbb;
  border: none;
  padding: 0px 0px 0px 20px;
  margin-bottom: 10px;
  width: 100%;
}
form p span textarea {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: white;
  border: 1px solid #dbe0e3;
  padding: 20px 0px 0px 20px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #f4f4f4;
}
form p span input.blue-background {
  background-color: #f4123d;
  color: white;
}
form p .send-arrow {
  display: inline-block;
  height: 50px;
  vertical-align: top;
  background-color: #acacad;
  margin-left: -3px;
  padding-left: 5px;
  padding-right: 5px;
}
form p .send-arrow i {
  font-size: 25px;
  color: white;
  padding-top: 10px;
}
form p .red-arrow {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 40px;
  display: block;
  background-image: url(/wp-content/uploads/2015/08/red-large-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
form p #form-captcha {
  height: 65px;
  padding: 10px 15px;
  border: 1px solid #dbe0e3;
}
form p input[type="submit"] {
  width: auto;
  height: auto;
  /* background: url(../images/yellow_btn.png); */
  background-repeat: no-repeat;
  text-align: center;
  padding: 12px 0px;
  cursor: pointer;
  border: 1px solid white;
  color: white;
  font-family: 'Syncopate', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
}
footer form p span input {
  width: 75%;
  font-size: 14px;
}
footer .btn {
  font-size: 12px;
}
footer p {
  font-size: 14px;
  line-height: 21px;
}
/***** Mobile  Navigation *****/
img.m-logo {
  margin: 10px;
  float: left;
}
/***** Footer *****/
footer {
  background-color: #f4f4f4;
  padding: 50px 0;
}
#subfooter {
  padding: 10px 0;
  background-color: #ffffff;
}
#subfooter h4,
#subfooter h5 {
  font-size: 10px;
  color: gray;
  margin: 0;
  padding: 1px 0;
}
#subfooter h4 {
  text-align: right;
}
.footer-menu h4.widget-title {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
}
.footer-menu a,
.footer-menu p {
  color: white;
}
.footer-menu span.blue {
  color: #f4123d;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
}
.footer-menu ul {
  list-style: none;
  font-size: 12px;
}
.footer-menu ul li a {
  color: #000000;
}
#subfooter .footer-menu {
  color: #f4f4f4;
}
#subfooter .footer-menu a {
  color: #f4f4f4;
  font-family: 'Syncopate', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
#subfooter .footer-menu p {
  color: #f4f4f4;
}
/***** Buttons *****/
.btn,
.btn-default {
  margin: 0 auto;
  font-size: 14px;
  max-width: 50%;
  line-height: 1em;
  color: white;
  border: 1px solid white;
  border-radius: 0;
  padding: 15px 25px;
  /* .ease;  */
}
.btn:hover,
.btn-default:hover,
.btn:focus,
.btn-default:focus {
  background: #e3153d;
  border-color: #e3153d;
}
.btn.btn-lg,
.btn-default.btn-lg {
  padding: 15px 40px;
  font-size: 20px;
  min-height: 75px;
  max-width: 70%;
  display: block;
}
.btn.btn-sm,
.btn-default.btn-sm {
  padding: 10px;
  font-size: 10px;
  max-width: 30%;
  max-height: 30px;
  display: block;
  line-height: 1em;
}
/***** Social Bar *****/
.social-wrapper {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.social-wrapper ul.social-links {
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.social-wrapper ul.social-links li.social-btn {
  display: inline-block;
}
.social-wrapper ul.social-links li.social-btn a {
  font-size: 16px;
}
.social-wrapper ul.social-links li.social-btn a span.fa-stack i.soc-icon {
  color: #f4123d;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.social-wrapper ul.social-links li.social-btn a:hover span.fa-stack i.soc-icon {
  color: #b3b3b3;
}
.social-wrapper ul.social-links li.social-btn a:hover span.fa-stack i.soc-bg {
  color: #000000;
}
/***** End Social Bar *****/
/***** Footer Logo Styles *****/
img.footer-logo {
  margin: 0 auto;
  max-width: 70%;
  margin-bottom: 20px;
}
/***** Button (Base btn-tif) *****/
.btn-tif {
  border: none;
  background-color: #101e27;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  margin: 10px auto;
  text-transform: uppercase;
}
.btn-tif:hover,
.btn-tif:focus {
  border: none;
  color: #ffffff;
  background-color: #010203;
}
/***** END Button (Base btn-tif) *****/
/* Background pattern from subtlepatterns.com */
.cta-tif {
  background-color: #f4123d;
  background-image: url('http://subtlepatterns.com/patterns/squared_metal.png');
  margin: 20px 0;
  padding: 0px 0px 10px 0px;
}
.cta-tif h2 {
  text-align: center;
}
.cta-tif h4 {
  text-align: center;
}
/***** Page Container (inner container) *****/
.page-container {
  max-width: 1200px;
  margin: 0 auto;
}
/***** Partner Boxes *****/
.partner-row .partner-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 0px;
}
.partner-row .partner-box:last-child {
  padding-right: 0px;
}
.partner-row .partner-box .image-container {
  background-position: center center;
  background-size: cover;
  height: 115px;
  width: 100%;
  border: 10px solid #f2f2f2;
  position: relative;
  z-index: 1;
}
.partner-row .partner-box .image-container .options {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 20;
  position: relative;
}
.partner-row .partner-box .image-container .options ul {
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}
.partner-row .partner-box .image-container .options ul li {
  display: table-cell;
  width: 1%;
  text-align: center;
  border-right: 1px solid white;
  padding-top: 25px;
  padding-bottom: 25px;
}
.partner-row .partner-box .image-container .options ul li a {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.partner-row .partner-box .image-container .options ul li a:hover {
  color: #3c80ac;
  text-decoration: none;
}
.partner-row .partner-box .image-container .options ul li:last-child {
  border-right: none;
}
.partner-row .partner-box .image-container a {
  display: block;
  height: 100%;
}
.partner-row .partner-box .image-container a:hover {
  background-color: #101e27;
  opacity: 0.4;
}
.partner-row .partner-box .image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  background-color: #101e27;
  opacity: 0.8;
}
.partner-row .partner-box .image-container:hover .options {
  display: block;
}
.partner-row .partner-box .image-container:hover .overlay {
  display: block;
}
/***** Revolution Slider ****/
.tp-caption {
  white-space: normal !important;
}
.tp-bannershadow.tp-shadow2 {
  display: none;
}
.adwrap img {
  max-width: 100%;
}
.widget_adsensewidget {
  text-align: center;
  margin-bottom: 20px;
}
article img {
  max-width: 100%;
}
/* X-Small Devices (Vert Phones) */
#logoMenu {
  text-align: center;
}
#logoMenu a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#menuMain {
  background-color: #101e27;
}
#menuMain .navbar {
  background-color: #101e27;
  border: none;
}
#menuMain .subnavigation .navbar {
  min-height: 0px;
  margin-bottom: 0px;
}
#menuMain .top-menu .navbar {
  margin-bottom: 0px;
}
#menuMain .top-menu .navbar .navbar-collapse {
  background-color: white;
}
#menuMain .subnavigation .navbar .navbar-nav > li > a {
  color: white;
}
#menuMain .subnavigation .navbar .navbar-nav > .open > a {
  background-color: #101e27;
}
#menuMain .subnavigation .navbar .navbar-nav .open .dropdown-menu > li > a {
  color: white;
  text-align: center;
}
#menuMain .subnavigation .navbar .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #3c80ac;
}
#menuMain .navbar-toggle {
  margin-top: 15px;
}
.carousel-inner > .item > img {
  max-width: none;
  min-height: 396px;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.blog-ad {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.blog-ad form input[type='text'] {
  width: 80%;
}
.blog-ad form input[type='submit'] {
  width: 80%;
  display: block;
}
h4 span {
  font-weight: 400;
}
.blogs .single .blog-post {
  padding-top: 0px;
}
.blog-post h1 {
  color: #101e27;
  font-size: 24px;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}
.blog-post .content {
  font-size: 16px;
  line-height: 26px;
  color: #101e27;
}
.blog-post .content img {
  max-width: 100%;
}
.blog-post h3 strong {
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
}
.page-nav {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #b6b6b6;
}
.page-nav ul li {
  display: inline-block;
  list-style: none;
}
.page-nav ul li a {
  font-size: 12px;
}
.page-nav ul li a.active,
.page-nav ul li a:hover,
.page-nav ul li a:focus {
  color: #0c161d;
  text-decoration: none;
}
.page-nav ul li a.active {
  font-weight: bold;
}
.page-nav ul li.spacer {
  margin-left: 12px;
  margin-right: 16px;
}
.sidebar-content {
  background: #f4f4f4;
  padding-bottom: 50px;
}
.sidebar-content .box-cta {
  height: 360px;
  background-image: url(/wp-content/uploads/2015/05/sidebar-ad.png);
  background-repeat: no-repeat;
  background-position-x: center;
  text-align: center;
}
.sidebar-content .box-cta .btn {
  margin-top: 280px;
}
.sidebar-content .widget_title {
  margin: 0px;
}
.sidebar-content .menu-blog-links-container li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
}
.sidebar-content .menu-blog-links-container li a {
  display: block;
  font-size: 12px;
  line-height: 21px;
  font-family: 'Syncopate', sans-serif;
  text-transform: uppercase;
  color: white;
  background: #101e27;
  padding: 20px 0px;
  text-align: center;
}
.sidebar-content .menu-blog-links-container li a:hover,
.sidebar-content .menu-blog-links-container li a:focus,
.sidebar-content .menu-blog-links-container li a.active {
  background: #3c80ac;
  text-decoration: none;
}
.sidebar-content .menu-blog-links-container li:last-child {
  border-bottom: none;
}
.sidebar-content .menu-blog-links-container li.current-menu-item a {
  background: #3c80ac;
  text-decoration: none;
}
.sidebar-content .menu-service-links-container li {
  width: 100%;
  display: block;
  background-color: #f4f4f4;
  background-image: url(/wp-content/uploads/2015/08/checklist-icon.png);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: center;
  border-bottom: 1px #e6e6e6 solid;
}
.sidebar-content .menu-service-links-container li:hover {
  background-color: #e6e6e6;
  background-image: url(/wp-content/uploads/2015/08/checklist-icon.png);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: center;
}
.sidebar-content .menu-service-links-container li:last-child {
  border-bottom: 2px #f4123d solid;
}
.sidebar-content .menu-service-links-container li a {
  padding-left: 47px;
  display: block;
  font-size: 16px;
  color: #101e27;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-content .menu-service-links-container li a:hover,
.sidebar-content .menu-service-links-container li a:focus {
  text-decoration: none;
}
.sidebar-content .twitter-feed {
  width: 100%;
  margin-bottom: 30px;
}
.sidebar-content .twitter-feed .twitter-heading {
  background: #101e27;
}
.sidebar-content .twitter-feed .twitter-heading .col-xs-4 {
  background-image: url(/wp-content/uploads/2015/08/twitter-icon.png);
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
}
.sidebar-content .twitter-feed .twitter-heading h4 {
  color: white;
  font-size: 14px;
}
.sidebar-content .twitter-feed .twitter-heading h4 span {
  font-weight: 400;
}
.sidebar-content .twitter-feed .twitter-heading h4 a {
  color: white;
}
.sidebar-content .twitter-feed .twitter-heading h4 a:hover {
  color: white;
}
.sidebar-content .twitter-feed .tweet {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.sidebar-content .twitter-feed .tweet .the-tweet {
  border-bottom: 1px #e6e6e6 solid;
}
.sidebar-content .twitter-feed .tweet .the-tweet a {
  color: #3c80ac;
  font-weight: bold;
}
.sidebar-content .twitter-feed .tweet .the-tweet a:hover {
  color: #101e27;
  text-decoration: none;
}
.sidebar-content .twitter-feed .tweet .the-tweet .timestamp {
  margin-top: 15px;
}
.sidebar-content .twitter-feed .tweet .the-tweet .twitter_intents li {
  display: table-cell;
  width: 1%;
}
.sidebar-content .twitter-feed .tweet .the-tweet .twitter_intents li a {
  margin-right: 10px;
}
.sidebar-content .twitter-feed .tweet .the-tweet .twitter_intents li a i {
  color: #b6b6b6;
}
.sidebar-content .twitter-feed .tweet .the-tweet .twitter_intents li a i:hover {
  color: #3c80ac;
}
.sidebar-content .twitter-feed .tweet:last-child .the-tweet {
  border-bottom: none;
}
.sidebar-content .adwrap {
  text-align: center;
}
.main-content {
  padding-left: 5px;
  padding-right: 5px;
}
.main-content .blog-panels .nav-tabs, .main-content #tabs .nav-tabs {
  border: none;
}
.main-content .blog-panels .nav-tabs li {
  background-color: #101e27;
  border-right: 1px solid white;
}
.main-content .blog-panels .nav-tabs li:last-child, .main-content #tabs .nav-tabs li:last-child {
  border-right: none;
}
.main-content .blog-panels .nav-tabs li a, .main-content #tabs .nav-tabs li a {
  border: none !important;
  border-radius: 0px !important;
  color: white;
  text-transform: uppercase;
  font-family: 'Syncopate', sans-serif;
  padding: 20px 0px;
}
.main-content .blog-panels .nav-tabs li.active {
  background-color: #3c80ac;
}
.main-content .blog-panels .nav-tabs li.active:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -webkit-calc(50% - 15px);
  left: -moz-calc(50% - 15px);
  left: calc(50% - 15px);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 6px solid white;
}
.main-content .blog-panels .nav-tabs li.active a {
  background-color: transparent !important;
}
.main-content .blog-panels .nav-tabs li.active a:hover, .main-content #tabs .nav-tabs li.active a:hover {
  color: white !important;
}
.main-content .blog-panels .nav-tabs li :hover {
  background-color: #3c80ac;
}
.main-content .blog-panels .nav-tabs > li.active > a, .main-content #tabs .nav-tabs > li.active > a,
.blog-panels .nav-tabs > li.active > a:hover, #tabs .nav-tabs > li.active > a:hover,
.blog-panels .nav-tabs > li.active > a:focus, #tabs .nav-tabs > li.active > a:focus {
  color: white;
}
div[role="tabpanel"] .blogs {
  padding-top: 20px;
}
.blogs {
  padding-bottom: 20px;
}
.blogs .services {
  margin-bottom: 0px;
}
.blogs .services .service {
  display: inline-block;
}
.blogs .services .service a {
  color: #f4123d;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 21px;
  padding: 0px 10px;
  border-right: 1px solid #f4123d;
}
.blogs .services .service:first-child a {
  padding-left: 0px;
}
.blogs .services .service:last-child a {
  border-right: none;
}
.blogs .blog-area-title {
  border-bottom: 2px solid #f4123d;
}
.blogs .blog-area-title h4 {
  display: inline-block;
}
.blogs .blog-area-title h4 span {
  font-weight: 400;
}
.blogs .blog-area-title a {
  float: right;
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  color: #3c80ac;
  text-transform: uppercase;
}
.blogs .blog-post {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #b6b6b6;
}
.blogs .blog-post.no-border {
  border-bottom: none;
}
.blogs .blog-post:last-child {
  border-bottom: none;
}
.blogs .blog-post .blog-date {
  display: inline-block;
  padding: 10px 30px;
  background: #101e27;
  color: white;
  text-transform: uppercase;
  font-family: 'Syncopate', sans-serif;
  font-size: 10px;
  border-top: 1px #bbbbbb solid;
  border-left: 1px #101e27 solid;
  border-bottom: 1px #101e27 solid;
}
.blogs .blog-post .blog-author {
  display: inline-block;
  font-family: 'Syncopate', sans-serif;
  font-size: 10px;
  color: #bbbbbb;
  padding: 10px 30px;
  border: 1px #bbbbbb solid;
  text-transform: uppercase;
}
.blogs .blog-post .heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blogs .blog-post .heading a {
  font-size: 24px;
  line-height: 28px;
  color: #101e27;
  font-weight: 700;
}
.blogs .blog-post .heading a:hover,
.blogs .blog-post .heading a:visited,
.blogs .blog-post .heading a:focus {
  color: #3c80ac;
  text-decoration: none;
}
.blogs .long-ad img {
  max-width: 100%;
}
.read-more {
  color: #f4123d;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
#footer {
  background-image: url(/wp-content/uploads/2015/08/footer-background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-bottom: 30px;
}
#footer #footer-widgets {
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer #footer-widgets .footer-widget {
  margin-top: 20px;
}
#footer #footer-widgets .footer-widget .widgettitle {
  font-size: 12px;
  color: white;
}
#footer #footer-widgets .footer-widget .social-icons {
  text-align: center;
}
#footer #footer-widgets .footer-widget .social-icons i {
  font-size: 30px;
  color: #3c80ac;
  margin-right: 7px;
  margin-left: 7px;
}
#footer #footer-widgets .footer-widget ul li {
  list-style: none;
}
#footer #footer-widgets .footer-widget ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #b6b6b6;
  text-transform: uppercase;
}
#footer #footer-widgets .footer-widget .partner-feed li a {
  font-size: 12px;
}
#footer #footer-widgets .footer-widget .partner-feed li a:hover {
  color: #3c80ac;
}
#footer #footer-widgets .wpcf7 input {
  width: 95%;
}
#lower-footer .footer-widget {
  margin-top: 20px;
  text-align: center;
}
#lower-footer .footer-widget .textwidget {
  color: #101e27;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}
.copyright {
  margin-top: 15px;
}
.copyright h5 {
  color: #b6b6b6;
  font-size: 12px;
  text-transform: uppercase;
}
.carousel-caption {
  left: 0;
  right: 0;
  text-align: left;
}
.carousel-caption h1 {
  color: white;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
.carousel-caption h2 {
  color: white;
  font-family: 'Syncopate', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}
.carousel-caption h2 span {
  font-weight: bold;
}
.carousel-caption .btn {
  margin-top: 25px;
}
.lineup-tool {
  background: url(/wp-content/uploads/2015/08/lineup-tool-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#LineupTool .heading {
  margin-top: 50px;
}
#LineupTool.football table.players  tr[data-id] td.playerName, #LineupTool.basketball table.players tr[data-id] td.playerName, #LineupTool.baseball table.players tr[data-id] td.playerName {
  text-decoration: underline;
}
#LineupTool .heading .partner-row .partner-box .image-container {
  height: auto;
}
#LineupTool .heading .partner-row .partner-box .image-container img {
  width: 100%;
}
#LineupTool .heading .lineup-tool-header {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
#LineupTool .heading .lineup-tool-header h4 {
  color: white;
  text-transform: uppercase;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #f4123d;
}
#LineupTool .heading .lineup-tool-header p {
  color: white;
  font-size: 16px;
}
#LineupTool .main-content {
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
}
#LineupTool .nav-tabs li,
#LineupTool .nav-tabs li.active {
  background-color: transparent;
  padding-right: 0px;
  border: none;
}
#LineupTool .nav-tabs li a,
#LineupTool .nav-tabs li.active a {
  background-color: #101e27;
}
#LineupTool .nav-tabs li:last-child,
#LineupTool .nav-tabs li.active:last-child {
  padding-right: 0px;
}
#LineupTool .nav-tabs li.active a,
#LineupTool .nav-tabs li:hover a {
  background-color: #3c80ac !important;
}
#LineupTool .xs-overflow-div {
  overflow-x: auto;
  overflow-y: auto;
}
#LineupTool table {
  width: 100%;
  color: white;
  /*.playerName {
      width:25%;
    }
    .wide-column {
      width:15%;
    }*/
}
#LineupTool table tr th {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
}
#LineupTool table tr th,
#LineupTool table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}
#LineupTool table tr th + th,
#LineupTool table tr td + td {
  text-align: left;
  border-left: 1px solid grey;
}
#LineupTool table tr:nth-child(even) {
  background: #101e27;
}
#LineupTool table tr:nth-child(odd) {
  background: #222f37;
}
#LineupTool table tr.odd {
  background: #222f37;
}
#LineupTool table tr.even {
  background: #101e27;
}
#LineupTool table tr.active td {
  color: green;
}
#LineupTool table tr.hovered td {
  color: #f4123d;
}
#LineupTool table thead tr:nth-child(odd) {
  background: #101e27;
}
#LineupTool table tbody {
  width: 100%;
}
#LineupTool table tbody tr .hide {
  display: none;
}
#LineupTool table .add-player,
#LineupTool table .remove-player {
  width: 5%;
}
#LineupTool table .add-player {
  display: none;
}
#LineupTool table td.add-player {
  color: #f4123d;
}
#LineupTool table td.add-player i.fa-plus {
  cursor: pointer;
}
#LineupTool table td.add-player i.fa-check {
  color: green;
}
#LineupTool table .player {
  cursor: pointer;
}
#LineupTool table .remove-player {
  color: #bca50f;
}
#LineupTool table .remove-player i {
  cursor: pointer;
}
#LineupTool .remove-sidebar {
  color: #f4123d;
  margin-bottom: 20px;
  display: block;
  text-align: right;
}
#LineupTool .keep-scrolling {
  display: none;
}
#LineupTool .sidebar-content {
  background: none;
}
#LineupTool .sidebar-content .heading {
  margin-top: 0px;
}
#LineupTool .sidebar-content .heading h4 {
  color: white;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin: 0px;
}
#LineupTool .sidebar-content .heading h4 img {
  margin-right: 20px;
}
#LineupTool .sidebar-content table {
  border: 3px solid white;
  margin-bottom: 15px;
  max-height: 1000px;
  height: auto;
}
#LineupTool .sidebar-content table tbody {
  max-height: 1000px;
  height: auto;
}
#LineupTool .sidebar-content table th + th,
#LineupTool .sidebar-content table td + td {
  border-left: none;
}
#LineupTool .sidebar-content table .player {
  cursor: auto;
}
#LineupTool .sidebar-content table .player .remove-player {
  cursor: pointer;
}
#LineupTool .sidebar-content .right {
  text-align: right;
}
#LineupTool .sidebar-content .reset-lineup {
  color: #3c80ac;
  text-decoration: none;
  font-family: 'Syncopate', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}
#LineupTool .sidebar-content .reset-lineup i {
  font-size: 16px;
}
#LineupTool .sidebar-content .downloads-csv {
  margin-top: 50px;
}
#LineupTool .sidebar-content .downloads-csv .pull-right {
  text-align: center;
}
#LineupTool .sidebar-content .downloads-csv .pull-right a {
  font-size: 12px;
}
#LineupTool .sidebar-content .downloads-csv .alert {
  color:#bca50f;
  font-family:'Syncopate', sans-serif;
  font-size:18px;
  font-weight:bold;
}
#LineupTool .sidebar-content .downloads-csv .btn-grey {
  background-color:#b4b4b4;
  color:#f4123d !important;
  cursor:default;
}
#LineupTool .sidebar-content .downloads-csv .btn-grey:hover {
  border-color:#b4b4b4;
}
#LineupTool .sidebar-content .downloads-csv .btn-grey i {
  margin-right:10px;
  color:#4D4D54 !important;
}
#LineupTool .sidebar-content .downloads-csv .chrome-extension-copy {
  font-size:10px;
}
#LineupTool .sidebar-content .downloads-csv .chrome-extension-copy h5 {
  text-transform: uppercase;
  font-size:14px;
  font-weight:bold;
}
#LineupTool .sidebar-content .downloads-csv .chrome-extension-copy p {
  color:white;
  font-size:12px;
}
#LineupTool .sidebar-content .downloads-csv .chrome-extension-copy p a {
  border-bottom:1px dotted #3c80ac;
  font-weight:bold;
}
#LineupTool .sidebar-content .downloads-csv .download-link {
  margin-top:10px;
}
#LineupTool .sidebar-content .remaining {
  color: #f4123d;
}
#LineupTool .sidebar-content .remaining .remaining-box {
  background: white;
  padding: 10px 20px;
  margin-left: 10px;
  font-weight: 700;
}
#LineupTool .sidebar-content .white {
  color: white;
}
#LineupTool .search-box {
  position: relative;
  margin-bottom: 16px;
  border: 2px solid white;
}
#LineupTool .search-box .fa-search {
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 15px;
  color: #f4123d;
}
#LineupTool .search-box a.clear-search {
  position: absolute;
  top: 12px;
  left: 43px;
  color: #f4123d;
}
#LineupTool .search-box .player-search {
  text-indent: 60px;
  background: #101e27;
  color: #c4c4c4;
  width: 100%;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#LineupTool .view-sidebar-right {
  width: 100%;
  margin-bottom: 5px;
}
#LineupTool .below-tool {
  margin-bottom: 60px;
}
#LineupTool .below-tool p {
  font-size: 16px;
  color: white;
}
#LineupTool .below-tool ul li {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  list-style-image: url(/wp-content/uploads/2015/06/red-check.png);
  list-style-position: inside;
  padding-top: 10px;
  padding-bottom: 10px;
}
span.opp-pitcher {
  font-size: 11px;
  margin: 0;
  display: block;
}
.margin-top {
  margin-top: 50px;
}
.paddings {
  padding-top: 50px;
  padding-bottom: 50px;
}
.border-bar {
  border-top: 3px solid #f4123d;
  margin: 0 auto;
  float: none;
}
.arrow-box {
  padding-top: 25px;
  padding-bottom: 25px;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.testimonial {
  color: #3c80ac;
  font-style: italic;
}
.testimonial-author {
  color: #3c80ac;
}
.panel {
  border-left: none;
  border-right: none;
  border-radius: 0px;
}
.panel-group.faq {
  max-width: 830px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.panel-group.faq .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group.faq .panel + .panel {
  margin-top: 0px;
  border-top: none;
}
.panel-group.faq .panel:first-child {
  border-top: none;
}
.panel-group.faq .panel:last-child {
  border-bottom: none;
}
.panel-group.faq .panel-default > .panel-heading {
  border-left: none;
  border-right: none;
  background-color: white;
  padding: 20px 15px;
}
.panel-group.faq .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  line-height: 35px;
}
.panel-body input[type="checkbox"] {
  margin-right: 10px;
}
.panel-group.faq span.yellow-arrow {
  background-image: url(/wp-content/uploads/2015/08/blue-arrow.png);
  width: 21px;
  height: 21px;
  display: inline-block;
  float: left;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-bottom: 20px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-group.faq .collapsed span.yellow-arrow {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.panel-group.faq .panel-body {
  padding: 25px 55px;
}
.modal .modal-dialog {
  text-align: center;
}
.modal .modal-dialog .modal-content {
  border-radius: 0px;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 40px;
  border: none;
}
.modal .modal-dialog .modal-content .modal-body h2 {
  font-family: 'Syncopate', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
.modal-backdrop {
  background-color: #101e27;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#loginform .login-username label,
#loginform .login-password label {
  display: none;
  color: #c4c4c4;
}
#loginform .login-username input.input,
#loginform .login-password input.input {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  color: #101e27;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}
#loginform .login-username input.input:focus,
#loginform .login-password input.input:focus {
  border-color: #f4123d;
}
#loginform .login-remember label {
  width: 300px;
  text-align: left;
  font-size: 12px;
  color: #c4c4c4;
  font-family: proxima-nova, sans-serif;
}
#loginform .login-submit .button-primary {
  color: white !important;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  max-width: 650px !important;
  width: auto;
  text-transform: uppercase;
  background: #f4123d;
  margin: 0 auto;
  font-size: 14px;
  max-width: 50%;
  line-height: 1em;
  color: white;
  border: 1px solid white;
  border-radius: 0;
  padding: 15px 25px;
  /* .ease;  */
}
#loginform .login-submit .button-primary:hover,
#loginform .login-submit .button-primary:focus {
  background: #e3153d;
  border-color: #e3153d;
}
#loginform .login-submit .button-primary.btn-lg {
  padding: 15px 40px;
  font-size: 20px;
  min-height: 75px;
  max-width: 70%;
  display: block;
}
#loginform .login-submit .button-primary.btn-sm {
  padding: 10px;
  font-size: 10px;
  max-width: 30%;
  max-height: 30px;
  display: block;
  line-height: 1em;
}
.textwidget input[type="text"] {
  padding: 10px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  color: #101e27;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}
.textwidget input[type="text"]:focus {
  border-color: #f4123d;
}
/* Stripe */
.s2member-pro-stripe-form-section-title {
  display: none;
}
.s2member-pro-stripe-form-div span {
  display: none;
}
.s2member-pro-stripe-form-div input {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  color: #101e27;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}
.s2member-pro-stripe-form-div input:focus {
  border-color: #f4123d;
}
div.s2member-pro-stripe-form-submission-section > div.s2member-pro-stripe-form-submit-div {
  float: none !important;
  text-align: center !important;
}
div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div input[type="text"],
div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div input[type="email"],
div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div input[type="password"],
div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div textarea,
div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div select {
  padding: 20px !important;
}
.form-control {
  height: auto;
}
th.sort-header::-moz-selection {
  background: transparent;
}
th.sort-header::selection {
  background: transparent;
}
th.sort-header {
  cursor: pointer;
}
table th.sort-header:after {
  content: '';
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #f4123d transparent;
  visibility: hidden;
}
table th.sort-header:hover:after {
  visibility: visible;
}
table th.sort-up:after,
table th.sort-down:after,
table th.sort-down:hover:after {
  visibility: visible;
  opacity: 0.4;
}
table th.sort-up:after {
  border-bottom: none;
  border-width: 4px 4px 0;
}
.slider {
  padding: 0px;
}
body.home .blog-panels .nav-tabs {
  display: none;
}
body.home .partner-row {
  display: none;
}
#main_content,
body.home .main-content,
.sidebar-content {
  margin-top: 25px;
}
.xs-only.menu-item {
  font-weight: bold;
  font-size: large;
}
#s2member-pro-stripe-checkout-form-source-token-button span {
  display: inline-block;
}

.upgrade-tc {
  margin-top: 40px;
}

/* Player Modal CSS on the Lineup Tools page */
#playerModal .modal-dialog .modal-content .modal-header {
  padding: 0 40px;
}
#playerModal .modal-dialog .modal-content.baseball .round img {
  position: absolute;
    left: 0;
  width: auto;
  height: auto;
    margin: 0 auto;
}
#playerModal .modal-header .top-line {
    width: 100%;
  height: auto;
    padding-top: 20px;
}

#playerModal .modal-header .top-line, #playerModal .modal-header .top-line .next-game-wrapper {
  float: none;
}
#playerModal .modal-header .top-line .next-game-wrapper {
  text-align: center;
}

#playerModal .modal-header .salary-box {
    position: relative;
    margin: 0 -40px;
    padding: 15px 20px;
    right: initial;
    top: initial;
    width: auto;
  display: block;
    text-align: center;
    background-color: #FFFFFF;
}
#playerModal.scModal .modal-header .salary-box {
  -webkit-box-shadow: inset 0px 6px 3px -6px rgba(0,0,0,.8);
  -moz-box-shadow: inset 0px 6px 3px -6px rgba(0,0,0,.8);
  box-shadow: inset 0px 6px 3px -6px rgba(0,0,0,.8);
}

#playerModal .modal-header .salary-box .salary-header {
  padding: 15px;
}
#playerModal .modal-header .salary-box .salary-header p {
  text-transform: uppercase;
  font-size: 14px;
  color: #101e27;
}

#playerModal .modal-header .salary-box .salary-header .btn-group a,
#playerModal .modal-header .salary-box .salary-header .btn-group a:hover,
#playerModal .modal-header .salary-box .salary-header .btn-group a:visited,
#playerModal .modal-header .salary-box .salary-header .btn-group a:active {
  color: #101e27;
  text-decoration: none;
}
#playerModal .modal-header .salary-box .salary-header .btn-group a .salary,
#playerModal .modal-header .salary-box .salary-header .btn-group a:hover .salary,
#playerModal .modal-header .salary-box .salary-header .btn-group a:visited .salary,
#playerModal .modal-header .salary-box .salary-header .btn-group a:active .salary {
    font-size: 22px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#playerModal .modal-header .salary-box .salary-header .btn-group a .caret,
#playerModal .modal-header .salary-box .salary-header .btn-group a:hover .caret,
#playerModal .modal-header .salary-box .salary-header .btn-group a:visited .caret,
#playerModal .modal-header .salary-box .salary-header .btn-group a:active .caret {
  color: #e3153d;
    margin-top: -8px;
    margin-left: 4px;
    border-top: 8px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#playerModal .modal-header .salary-box .salary-header .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#playerModal .modal-header .salary-box .salary-body {
  background-color: #e3153d;
  color: #FFFFFF;
  text-transform: uppercase;
}
#playerModal .modal-header .salary-box .salary-body-wrapper {
  padding: 15px;
}
#playerModal .modal-header .salary-box .salary-body a, #playerModal .modal-header .salary-box .salary-body a:hover, #playerModal .modal-header .salary-box .salary-body a:visited, #playerModal .modal-header .salary-box .salary-body a:active {
  color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px;
}
#playerModal .modal-header {
  background: url('../images/modal/background.png') no-repeat top left;
  background-size: cover;
  position: relative;
}
#playerModal .modal-header .player-breadcrumbs {
  padding: 5px 0;
}
#playerModal .modal-header .player-breadcrumbs ul {
  margin: 0;
  padding: 0;
}
#playerModal .modal-header .player-breadcrumbs ul li:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}
#playerModal .modal-header .player-breadcrumbs ul li:last-child:after {
  content: "";
}
#playerModal .modal-header .player-breadcrumbs ul li a,
#playerModal .modal-header .player-breadcrumbs ul li a:visited,
#playerModal .modal-header .player-breadcrumbs ul li a:active {
  color: #FFFFFF;
  text-decoration: none;
}
#playerModal .modal-header .player-breadcrumbs ul li.active a,
#playerModal .modal-header .player-breadcrumbs ul li.active a:hover, #playerModal .modal-header .player-breadcrumbs ul li a:hover,
#playerModal .modal-header .player-breadcrumbs ul li.active a:visited,
#playerModal .modal-header .player-breadcrumbs ul li.active a:active {
  color: #3c80ac;
  font-weight: bold;
  text-decoration: none;
}
#playerModal .modal-header .player-breadcrumbs ul li {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Syncopate', sans-serif;
}

#playerModal .modal-tabs.nav-tabs li.active a, #playerModal .modal-tabs.nav-tabs li:hover a, #playerModal .nav-tabs.modal-tabs li a, #playerModal .nav-tabs.modal-tabs li.active a
{
  background-color: transparent !important;
  padding: 10px 0;
}
#playerModal .tab-content {
  border-top: 0;
  border: 0;
}

#playerModal .nav-tabs.modal-tabs > li > a, #playerModal .nav-tabs.modal-tabs > li.active > a, #playerModal .nav-tabs.modal-tabs > li.active > a:hover, #playerModal .nav-tabs.modal-tabs > li.active > a:focus {
  display: inline-block;
  border: 0;
  border: none;
}
#playerModal .nav-tabs.modal-tabs {
  border-bottom: none;
  border-bottom: 0;
}
#playerModal .modal-body {
  padding: 0;
}
#playerModal .modal-body #news .player_news {
  padding: 15px 30px;
    max-height: 300px;
    overflow: auto;
}

#playerModal .modal-body #news .player_news .news-log {
  padding: 10px;
}
#playerModal .modal-body #news .news-date {
  color: #3c80ac;
    font-size: 18px;
    font-weight: bold;
}

#playerModal .modal-body #gamestats .player_game_stats {
  padding: 15px;
}

/* Get rid of this when we go live */
#playerModal .modal-footer .json-dump {
  max-height: 200px;
    overflow: auto;
}
#playerModal .upper {
  text-transform: uppercase;
}


#playerModal .modal-header .salary-box .salary-header {
  position: relative;
}

#playerModal .modal-header .player-basics {
    text-align: center;
  padding-bottom: 20px;
}
#playerModal .modal-header p, #playerModal .modal-header .player-basics h4 {
  color: #FFFFFF;
}
#playerModal .modal-header .modal-title {
  font-size: 24px;
}
#playerModal .modal-header .player-basics p {
  margin-bottom: 0;
  line-height: 1em;
}
#playerModal .modal-header .player-stats {
  background-color: #FFFFFF;
    padding: 15px 20px;
    margin: 0 -40px;
    border-bottom: 5px solid #e3153d;
}
#playerModal .modal-header .player-stats ul {
  margin: 0;
  padding: 0;
}
#playerModal .modal-header .player-stats li {
    min-width: 10%;
    padding: 0 10px;
}
#playerModal .modal-header .player-stats h4, #playerModal .modal-header .salary-box .salary-header h4 {
    line-height: 1em;
    font-size: 22px;
    padding: 0;
    margin: 5px 0;
}
#playerModal .modal-header .player-stats ul li p {
  text-transform: uppercase;
  color: #3c80ac;
  font-size: 14px;
  margin: 0;
}
#playerModal .modal-header .player-stats ul li p span.lower {
  text-transform: lowercase;
}
#playerModal .modal-header .player-basic-info .player_position, #playerModal .bold {
  font-weight: bold;
}
#playerModal .modal-header .next-game-wrapper {
  margin-top: -15px;
  padding-right: 15px;
}

/* playerModal Game Log table */
#playerModal table tr th, #playerModal table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
#playerModal table tr th + th, #playerModal table tr td + td {
  border-left: 1px solid #dddddd;
}
*/
#playerModal table tbody tr:first-child td {
  border-top: 0;
}
#playerModal .player_game_stats table {
    margin-bottom: 0;
}
#playerModal table tr.stats-row {
    background: transparent !important;
  color: #101e27;
}
#playerModal table thead.stat-header tr {
  color: #101e27;
  background: #F4F4F4 !important;
  font-weight: bold;
}
#playerModal table thead.stat-header tr th {
  border-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}
#playerModal table tbody.stat-body tr.stats-row {
  font-size: 12px;
}
#playerModal .modal-body .tab-pane .footer p {
  font-size: 12px;
  line-height: 1em;
  padding: 0;
  margin: 10px 5px 0 0;
}

#ajaxLoader
{
    display : none;
    position : fixed;
    z-index: 1041;
    background-image : url('../images/modal/ajax-loader.gif');
    background-color: #101e27;
    opacity : 0.8;
  filter: alpha(opacity=80);
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}




/* Example of using .select-arrow element to create a drop-down manually... */
/*
#playerModal .modal-header .salary-box .salary-header .select-arrow {
    position: relative;
  background: #e3153d;
}
#playerModal .modal-header .salary-box .salary-header .select-arrow:after, #playerModal .modal-header .salary-box .salary-header .select-arrow:before,
#playerModal .modal-header .salary-box .salary-header .select-arrow::after, #playerModal .modal-header .salary-box .salary-header .select-arrow::before {
    right: 0;
    bottom: 3px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#playerModal .modal-header .salary-box .salary-header .select-arrow:after,
#playerModal .modal-header .salary-box .salary-header .select-arrow::after {
    border-top-color: #e3153d;
    border-width: 10px 6px 10px 6px;
}
*/


/* Next Matchup Tab */
#playerModal .modal-body #nextmatchup .next_matchup {
  padding: 20px 15px;
}
#playerModal .modal-body #nextmatchup .next_matchup hr {
  margin: 10px 0;
}
#playerModal .modal-body #nextmatchup .next_matchup .nm-left {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
#playerModal .modal-body #nextmatchup .next_matchup .nm-right {
  padding: 0 7.5px;
}

#playerModal .modal-body #nextmatchup .next_matchup p.title {
    color: #3c80ac;
    font-size: 18px;
    font-weight: bold;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box {
  margin: 15px 0;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box p {
  text-transform: uppercase;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .header p {
  color: #FFFFFF;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .col-box .header p {
  font-size: 14px;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .col-box {
  padding-left: 0;
  padding-right: 0;
}
#playerModal .modal-body #nextmatchup .next_matchup p {
  margin: 0 0 5px 0;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .col-box p {
  margin: 0;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .col-box .header {
  padding: 5px 15px;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .ps-box {
  border-right: 1px ridge #B3B1B1;
  -webkit-box-shadow: inset -7px 0px 5px -7px rgba(0,0,0,0.5);
  -moz-box-shadow: inset -7px 0px 5px -7px rgba(0,0,0,0.5);
    box-shadow: inset -7px 0px 5px -7px rgba(0,0,0,0.5);
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .ps-box .header {
  background-color: #101e27;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .ou-box .header {
  background-color: #7e898c;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box {
  background-color: #ebebeb;
}
#playerModal .modal-body #nextmatchup .next_matchup p.sub-header {
  margin: 0;
  font-weight: bold;
}

#playerModal .modal-body #nextmatchup .next_matchup .extra-data-row > div {
  padding: 15px 7.5px;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .col-box .body {
  padding: 15px;
}
#playerModal .modal-body #nextmatchup .next_matchup .row-box .col-box .body p {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Syncopate', sans-serif;
}
#playerModal .modal-body #nextmatchup .next_matchup .nm-right p.teams {
  color: #3c80ac;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 1.2em;
}
#playerModal .modal-body #nextmatchup .next_matchup .nm-right p.teams span.vs {
  text-transform: lowercase;
}
#playerModal .modal-body #nextmatchup .next_matchup .nm-right p.date-string {
    color: #e3153d;
    font-size: 26px;
    font-weight: bold;
}
#playerModal .modal-body #nextmatchup .next_matchup .nm-right p.time {
    font-size: 20px;
    color: #A5A6A7;
}
#playerModal .modal-body #nextmatchup .next_matchup .nm-right p.forecast > span {
  display: block;
}

#playerModal .modal-content {
  border: 2px solid #FFFFFF;
}
#playerModal .modal-content button.close {
  color: #FFFFFF;
    text-shadow: initial;
    opacity: 1;
    font-size: 32px;
    margin-top: -20px;
    margin-right: -30px;
}
#playerModal .modal-dialog {
  text-align: initial;
}
#playerModal .player-basic-info, #playerModal .player-image {
  display: block;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
}
#playerModal .player-image {

}

#playerModal .round {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    position: relative;
  background-color: #FFFFFF;
  background-image: url('../images/modal/dfsr.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
    border: 1px solid #3c80ac;
    -webkit-box-shadow: 0 0 1px 2px #3c80ac;
    -moz-box-shadow: 0 0 1px 2px #3c80ac;
    box-shadow: 0 0 1px 2px #3c80ac;
}
#playerModal .round img {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 65px;
    height: 90px;
    margin: 0 auto;
}
#playerModal.scModal #partnersMenu {
  min-width: 130px;
}
a.lineups-link {
  cursor: pointer;
}
.game-matchup {
  padding:5px 0px;
}
.team-box {
  margin:10px;
}
.game-team,.team-box {
  padding:10px;
  background-color:rgb(237,237,237);
  color:#101e27;
  cursor:pointer;
    width: 27%;
    text-align: center;
    margin: 0;
    font-weight:bold;
}
.game-team {
  display:inline-block;
  padding: 5px 10px;
}
.game-team[picked="yes"],.team-box[picked='yes'] {
    background-color: #3c80ac;
    color: #FFF;
}
.game-time {
  display: inline-block;
    color: black;
    width: 25%;
    background-color:rgb(237,237,237);
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    font-weight:bold;
}
.game-time[picked="yes"] {
  background-color:grey;
  color:white;
}
.lineup-lab-heading {
  background-color:#101e27;
    padding:20px 10px;
}
.lineup-lab-heading h3 {
  margin:0px;
  color:white;
  text-transform: uppercase;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
}
.lineup-lab-heading .text-right {
  margin-top:14px;
}
.lineup-lab-heading span {
  font-family: proxima-nova, sans-serif;
  font-size:10px;
  color:#a0a1a2;
}
.lineup-lab-heading img {
  margin-bottom:4px;
  margin-left:4px;
}
.lineup-lab-filters {
    padding-top:30px;
    padding-bottom:10px;
  margin-right:0px;
    background:#f5f5f5;
}
.lineup-lab-filters .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lineup-lab-filters .panel-group .panel + .panel {
    margin-top: 0px;
}
.lineup-lab-filters .panel,
.lineup-lab-filters .panel-default > .panel-heading,
.lineup-lab-filters .panel-group .panel-heading + .panel-collapse > .panel-body {
  border:none;
}
.lineup-lab-filters .panel-heading.open, .lineup-lab-filters .panel-heading:hover {
    background-color:rgb(237,237,237);
}
.lineup-lab-filters .panel-title a {
    font-size:12px;
    display:block;
}
.lineup-lab-filters .panel-title a i.right {
    float:right;
}
.lineup-lab-filters .panel-title a i.fa-info-circle {
    color:rgb(206, 208, 209);
    font-size:14px;
    margin-left:5px;
}
.irs-slider,.irs-slider.state_hover, .irs-slider:hover {
    top:30px;
    width:18px;
    height:18px;
    background:#3c80ac;
    border:none;
    box-shadow: none;
}
.irs-line, .irs-bar, .irs-bar-edge {
    height:3px;
    top:38px;
    border:none;
}
.irs-line {
    background: rgb(206, 208, 209);
}
.irs-bar, .irs-bar-edge {
    background:black;
}
.irs-min, .irs-max {
    background:none;
    color:#d7d7d7;
    font-weight:bold;
}
.irs-from, .irs-to, .irs-single {
    background: #f4123d;
    color: white;
    font-weight: bold;
    border-radius:0px;
}
.num_results .irs-single {
    background:none;
    color:black;
    font-size:20px;
}
.sub-filters.DraftKings {
  display:none !important;
}
.sub-filters .irs-line {
    background: rgb(206, 208, 209);
}
.below-tool .text-center {
  padding-bottom:20px;
}
.below-tool .toggle-more-filters {
  cursor:pointer;
}
.below-tool .toggle-more-filters[filters="hide"] i.fa-caret-down, .below-tool .toggle-more-filters[filters="show"] i.fa-caret-up {
  display:none;
}
.below-tool .sub-filters {
  display:none;
}
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.lineup-lab-results-container {
  background:white;
}

.lineup-lab-result {
  padding:10px;
}

.lineup-lab-lineup {
  border:1px solid grey;
  padding:2px;
        width:95%;
}

.lineup-lab-lineup.first {
  -webkit-box-shadow: 0px 0px 25px 1px rgba(60,128,172,1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(60,128,172,1);
  box-shadow: 0px 0px 25px 1px rgba(60,128,172,1);
}
.lineup-lab-lineup.first::after {
  content: ' ';
  display:block;
  width:73px;
  height:71px;
  background-image:url('/wp-content/themes/Trim/images/optimal-lineup.png');
  position:absolute;
  top:-35px;
  right:-25px;
}
#reload_panel {
    position:fixed;
    display:none;
    bottom:10px;
    right:20px;
    background:white;
    padding:20px;
    border:3px #f4123d solid;
    border-bottom:0px;
    max-width:300px;
    text-align:center;
}
.lineup_lab .white-background {
  background:white;
  padding:40px 0px 0px 0px;
}
.lineup_lab .grey-background {
  background: rgb(237,237,237);
  padding-top:40px;
  padding-bottom:40px;
}
.lineup_lab .calculate {
    margin-top:50px;
}
.tool-switch {
  display:none;
    float:right;
    padding-top:20px;
}
.tool-switch:hover {
    color:white;
}
.lineup_lab .tool-switch {
    padding-top:0px;
    text-align:right;
    padding-bottom:10px;
}
#LineupTool.lineup_lab .main-content {
    margin-top:15px;
}
#LineupTool.lineup_lab .fa-unlock {
    color:#34A544;
}
#LineupTool.lineup_lab .fa-times {
    color:#bca50f;
}
#LineupTool.lineup_lab .player.player-lock,
#LineupTool.lineup_lab .player.player-lock:hover {
    background-color:#34A544 !important;
    color:white;
}

#LineupTool.lineup_lab .player.player-lock.hovered td {
    color:white;
}

#LineupTool.lineup_lab .player.player-custom-filter,
#LineupTool.lineup_lab .player.player-custom-filter:hover,
#LineupTool.lineup_lab .player.player-custom-filter .fa-unlock,
#LineupTool.lineup_lab .player.player-custom-filter .fa-lock
{
    background-color:rgb(237,237,237) !important;
    color:#b6b6b6;
}
#LineupTool.lineup_lab .player.player-custom-filter.hovered td {
    color:#b6b6b6;
}
.standard .lock-player,
.standard .remove-player-ll {
    display:none;
}

.member-plan {
  padding: 0;
}
.member-plan ul {
  list-style: none;
  background-color: #101e27;
  margin-bottom: 0;
}
.member-plan ul li {
  color: #ffffff;
  padding: 20px 50px;
  font-size: 15px;
}

.member-plan ul.shorter-lis li {
  padding: 10px 50px;
}
.member-plan ul li:nth-child(even) {
  background-color:#2d3038;
}
.member-plan h5 {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
    font-family: 'Syncopate', sans-serif;
}
.member-plan h5.tall {
  margin-top: 30px;
}

.member-plan h5 span{
  font-size: 12px;
  font-weight: normal;
}
.member-plan ul {
}
.member-plan .btn.btn-primary {
  margin: 30px 0 0 0;
  width: 100%;
  border: 1px solid #ffffff;
  font-size: 15px;
  padding: 25px;
}
.member-plan .classic-plan, .member-plan .pro-plan {
  min-height: 147px;
  border: 1px solid black;
  margin-top: 50px;
}
.member-plan .classic-plan img {
  margin-top: 46px;
}
.member-plan .pro-plan img {
  margin-top: 40px;
}
.member-plan .pro-plan {
  background-image: url('../images/gold-gradient.jpg');
  background-repeat: repeat-x;
}
.member-plan .btn.btn-primary.btn-second {
  margin-top: 0;
}
.left-gold {
  text-align: right;
}
.right-gold {
  text-align: left;
}
.gold-band .left-gold .btn.btn-primary, .gold-band .right-gold .btn.btn-primary {
  width: 100%;
  font-size: 15px;
}
.introducing {
  background-image: url('../images/and-now-bg.jpg');
  background-size: cover;
  padding: 30px;
}
.introducing img {
  margin: 30px 0 0 0;
}
.screenshot {
  background-color: #f4f4f4;
  margin-bottom: 50px;
}
.video {
  text-align: center;
}
.video iframe {
  border: 2px solid #ffffff;
}
.gold-band{
  background-color: #a99204;
  height: 525px;
  width: 100%;
  left: 0;
  margin-top: -250px;
  text-align: center;
  clear: both;
  display: block;
}
.gold-band img {
  margin-top: 300px;  
}
.gold-band .btn.btn-primary {
  margin: 30px 0 0 0;
    border: 1px solid #FFF;
    font-size: 20px;
    padding: 25px 50px;
    
}
.small-pro-btn {
  margin: -50px 0 20px 0;
}
.small-pro-btn .btn.btn-primary {
  width: 80%;
}
.btn.btn-primary.small-trial-btn {
  width: 80%;
}
h4.or-try {
  margin: 0 50px 20px;
}
.upgrade-cta {
/*  background-color: #3c80ac; */
  text-align: center;
  margin: 30px 0px 0px 0px;
  width: 100%;
  padding: 10px 50px 20px;
  border: 3px solid #ffffff; 
}

.upgrade-cta .btn.btn-primary {
  margin: 0;
  width: 100%;
  border: 1px solid #ffffff;
  font-size: 15px;
  padding: 25px;
}


#LineupTool .sidebar-content table .player .remove-player {
  display:table-cell;
}

#LineupTool.lineup_lab .search-bar {
    margin-top:16px;
}
#LineupTool.lineup_lab tr td.lock-player,
#LineupTool.lineup_lab tr td.remove-player-ll {
    padding:5px 20px;
}
#LineupTool.lineup_lab .player_results tr td.lock-player,
#LineupTool.lineup_lab  .player_results tr td.remove-player-ll {
    padding:5px 10px;
}
/* navigation changes */
  /* .menu-bootstrap-menu-logged-in-container ul#menu-bootstrap-menu-logged-in.navbar-nav li a{ */
	  /* line-height:80px; */
	  /* padding:0px; */
  /* } */
li#menu-item-22764 ul.dropdown-menu{
	/* display: inline-block; */
    margin-top: 20px;
}
li#menu-item-22764 ul.dropdown-menu li{
    width: 100% !important;}
	ul.dropdown-menu li a{
		padding:0px 0px 0px 15px !important;
	}
	ul#menu-bootstrap-lower li ul.dropdown-menu li{
		width:100% !important ;
	}
	
  
@media (min-width: 550px) {
  
  #playerModal .modal-header .top-line, #playerModal .modal-header .top-line .next-game-wrapper {
    float: right;
  }
  #playerModal .modal-header .top-line .next-game-wrapper {
    text-align: right;
  }
  #playerModal .modal-header .player-basics {
    text-align: left;
  }
  #playerModal .modal-header .top-line {
    height: 20px;
  }
  #playerModal .player-basic-info, #playerModal .player-image {
    display: inline-block;
    padding: 0 0 0 20px;
  }
  #playerModal .modal-body #nextmatchup .next_matchup .nm-left {
    padding-left: 25px;
    padding-right: 40px;
  }
  #playerModal .modal-body #nextmatchup .next_matchup .nm-right {
    padding: 0 30px;
  }
  
}

/* Small devices (iphone horiz) */
@media (min-width: 768px) {
ul#menu-bootstrap-menu-logged-in.navbar-nav{
	width:780px;
}
  .tool-switch {
    display:block;
  }
  /***** Window Border *****/
  body {
    border: 10px solid white;
  }
  .btn.btn-primary.small-trial-btn {
    width: 300px;
   }
   .gold-band .left-gold .btn.btn-primary, .gold-band .right-gold .btn.btn-primary {
  width: 80%;
  font-size: 15px;
  }

  .panel-group {
      text-align: left;
  }
  .page-id-22788 .modal-dialog {
    width:80%;
  }
  #bottom-border,
  #top-border {
    position: fixed;
    width: 100%;
    height: 10px;
    background: white;
    left: 0;
    z-index: 100;
  }
  #bottom-border {
    bottom: 0;
  }
  #top-border {
    top: 0;
  }
  .syncopate {
    font-size: 40px;
  }
  .arrow-box {
    padding-top: 75px;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
  }
  #menuMain .top-menu .navbar-default .navbar-nav > li > a {
	   color: #b6b6b6 ;
	   font-weight: bold;
	   font-size: 12px;
	   /* line-height: 80px;
	   padding: 10px 5px;
	   line-height: 60px;*/
	}
  body.home .blog-panels .nav-tabs {
    display: block;
  }
  body.home .blog-panels .tab-pane,
  body.home .blog-panels .tab-pane:last-child {
    display: none;
  }
  body.home .blog-panels .tab-pane.active {
    display: block;
  }
  .nav-justified > li {
    float: none !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: transparent;
  }
  #menuMain {
    position: relative;
    background-color: #101e27;
    overflow: visible;
  }
  #menuMain #logoMenu {
    background-color: #101e27;
    text-align: center;
    /* padding: 50px 20px;   */
    height: 80px;
  }
  #menuMain #logoMenu img {
    max-width: 75%;
    margin-top:20px;
    float: right;
  }
  #menuMain #toplineMenu {
    text-align: right;
    padding-top: 5px;
  }
  #menuMain #toplineMenu h4 {
    font-size: 12px;
    text-align: right;
  }
  #menuMain #toplineMenu h4 a {
    color: #f4f4f4;
  }
  #menuMain .top-menu .navbar-default .navbar-nav > li > a {
    color: #b6b6b6;
    font-weight: bold;
    font-size: 12px;
    /* line-height: 80px; */
  }
  #menuMain .top-menu .navbar-default .navbar-nav > li > a:hover {
    color: white;
  }
  #menuMain .top-menu .navbar-default .navbar-nav > .open li {
    height: auto;
  }
  #menuMain .top-menu .navbar-default .navbar-nav > .open > a,
  #menuMain .top-menu .navbar-default .navbar-nav > .open > a:hover,
  #menuMain .top-menu .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
  }
  #menuMain .top-menu .navbar-default .navbar-nav > .active > a,
  #menuMain .top-menu .navbar-default .navbar-nav > .active > a:hover,
  #menuMain .top-menu .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: white;
  }
  #menuMain .top-menu {
    height: 80px;
  }
  /* #menuMain .top-menu .navbar-nav { */
    /* height: 80px; */
  /* } */
  #menuMain .top-menu .navbar-nav li {
    height: 80px;
    margin-top: 0px;
/*
	width:135px;
*/
  }
  #menuMain .top-menu .navbar-nav li a {
    height: 100%;
  }
  #menuMain .top-menu .navbar-nav .dropdown-menu li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }
  #menuMain .top-menu .navbar .navbar-collapse {
    background-color: #101e27;
  }
  #menuMain .navbar {
    margin-bottom: 0px;
  }
  #menuMain .navbar li {
    margin-top: 12px;
  }
  #menuMain .navbar li a {
    height: 60px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  #menuMain .navbar li .dropdown-menu {
    background-color: white;
    min-width: 250px;
    padding: 0px;
  }
  #menuMain .navbar li .dropdown-menu li {
    margin-top: 0px;
  }
  #menuMain .navbar li .dropdown-menu li a {
    line-height: 45px;
    color: #acacad;
    font-family: proxima-nova, sans-serif;
  }
  #menuMain .navbar li .dropdown-menu li a:hover {
    color: #3c80ac;
  }
  #menuMain .subnavigation {
    background-color: white;
    border-bottom: 1px solid #f2f2f2;
    height: 42px;
  }
  #menuMain .subnavigation .left-side {
    font-size: 12px;
    font-family: 'Syncopate', sans-serif;
    line-height: 21px;
    color: #101e27;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    background-color: #f4f4f4;
    background-image: url(/wp-content/uploads/2015/08/subpage-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 42px;
    padding-top: 12px;
    padding-right: 12px;
  }
  #menuMain .subnavigation .navbar {
    background-color: white;
  }
  #menuMain .subnavigation .navbar li a {
    height: 42px;
    font-size: 12px;
    font-family: 'Syncopate', sans-serif;
    line-height: 21px;
    color: #101e27;
    text-transform: uppercase;
    font-weight: bold;
  }
  #menuMain .subnavigation .navbar li a:hover {
    background-color: #e7e7e7;
  }
  #menuMain .subnavigation .navbar .navbar-nav > li > a {
    padding-top: 12px;
    color: #101e27;
  }
  #menuMain .subnavigation .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #101e27;
    text-align: left;
  }
  #menuMain .subnavigation .navbar .navbar-nav > .open > a {
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: lightgrey;
  }
  #menuMain #navMenu div.menu-main-nav-container ul#menu-main-nav li.current-menu-item {
    background-color: lightgrey;
  }
  .navbar {
    border: none;
  }
  .btn {
    max-width: 30%;
  }
  .btn.btn-lg {
    max-width: 50%;
  }
  .btn.btn-sm {
    max-width: 20%;
  }
  .container#bodyArea {
    padding: 60px 20px;
  }
  .carousel-inner > .item > img {
    max-width: 100%;
  }
  .carousel-caption h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .carousel-caption h2 {
    font-size: 21px;
  }
  .main-content {
    padding-left: 0px;
    padding-right: 15px;
  }
  #main_content,
  body.home .main-content,
  .sidebar-content {
    margin-top: 75px;
  }
  body.home .main-content,
  body.home .sidebar-content {
    margin-top: 25px;
  }
  body.home .partner-row {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .single-lineups .sidebar-content,
  .single-lineups #main_content,
  .page-template-page-full .sidebar-content,
  .page-template-page-full #main_content {
    margin-top: 0px;
  }
  #LineupTool .search-bar {
    margin-top: 50px;
    position: relative;
/*
    z-index: 100;
*/
  }
  #LineupTool.lineup_lab .search-bar {
      margin-top:0px;
  }
  #LineupTool .row-offcanvas {
    margin-top: -121px;
  }
  #LineupTool.lineup_lab .row-offcanvas {
      margin-top:0px;
  }
  #LineupTool .main-content {
    margin-top: 121px;
  }
  #LineupTool .heading {
    margin-top: 50px;
  }
  #LineupTool .heading .partner-row .partner-box .image-container {
    height: auto;
  }
  #LineupTool .heading .partner-row .partner-box .image-container img {
    width: 100%;
  }
  #LineupTool .heading .lineup-tool-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  #LineupTool .heading .lineup-tool-header h4 {
    color: white;
    text-transform: uppercase;
    font-family: 'Syncopate', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #f4123d;
  }
  #LineupTool .heading .lineup-tool-header p {
    color: white;
    font-size: 16px;
  }
  #LineupTool .tab-content {
    border-top: 3px solid #3c80ac;
  }
  #LineupTool .main-content {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 5px;
  }
  #LineupTool .nav-tabs li,
  #LineupTool .nav-tabs li.active {
    background-color: transparent;
    padding-right: 3px;
    border: none;
  }
  #LineupTool .nav-tabs li a,
  #LineupTool .nav-tabs li.active a {
    background-color: #101e27;
  }
  #LineupTool .nav-tabs li:last-child,
  #LineupTool .nav-tabs li.active:last-child {
    padding-right: 0px;
  }
  #LineupTool .nav-tabs li.active a,
  #LineupTool .nav-tabs li:hover a {
    background-color: #3c80ac !important;
  }
  #LineupTool .xs-overflow-div {
    overflow-x: visible;
    overflow-y: visible;
  }
  #LineupTool table {
    width: 100%;
    color: white;
  }
/*  #LineupTool table tr th {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
  }
  #LineupTool table tr th,
  #LineupTool table tr td,
  #LineupTool.lineup_lab tr td.lock-player,
  #LineupTool.lineup_lab tr td.remove-player-ll {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  #LineupTool table tr th + th,
  #LineupTool table tr td + td {
    text-align: left;
    border-left: none;
  }*/
  #LineupTool table tr:nth-child(even) {
    background: #101e27;
  }
  #LineupTool table tr:nth-child(odd) {
    background: #222f37;
  }
  #LineupTool table tr.odd {
    background: #222f37;
  }
  #LineupTool table tr.even {
    background: #101e27;
  }
  #LineupTool table tr.active td {
    color: green;
  }
  #LineupTool table tr.hovered td {
    color: #f4123d;
  }
  #LineupTool table thead tr:nth-child(odd) {
    background: #101e27;
  }
    #LineupTool table tbody tr .hide {
    display: none;
  }
  /*  #LineupTool table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
  }*/
  
/*  #LineupTool table tbody {
    max-height: 400px;
    display: block;
    table-layout: fixed;
    overflow: auto;
    width: 100%;
  }*/
/*  #LineupTool table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }*/

/*  #LineupTool table .playerName {
    width: 20%;
  }*/

/*****2****/
  #LineupTool table.players thead {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  
  #LineupTool table.players tbody {
    max-height: 400px;
    display: block;
    table-layout: fixed;
    overflow: auto;
    width: 100%;
  }
  #LineupTool table.players tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  #LineupTool table.players .playerName {
    width: 20%;
  }
  #LineupTool table.players tr th + th, #LineupTool table.players tr td + td{
          border-left: none;
  }

/***end***/

  /*#LineupTool table .wide-column {
    max-: 15%;
  }
  #LineupTool table .narrow-column {
    max-: 10%;
  }*/
  #LineupTool table .add-player,
  #LineupTool table .remove-player {
    /*width: 5%;*/
    display: table-cell;
  }
  #LineupTool.lineup_lab table .add-player {
      display:none;
  }
  #LineupTool.lineup_lab table .lock-player, #LineupTool.lineup_lab table .remove-player-ll {
      width:5%;
  }
  /*#LineupTool table .add-player,
  #LineupTool table .remove-player {
    width: 5%;
  }*/
  #LineupTool table td.add-player {
    color: #f4123d;
  }
  #LineupTool table td.add-player i.fa-plus {
    cursor: pointer;
  }
  #LineupTool table td.add-player i.fa-check {
    color: green;
  }
  #LineupTool table .player {
    cursor: pointer;
  }
  #LineupTool table .remove-player {
    color: #bca50f;
  }
  #LineupTool table .remove-player i {
    cursor: pointer;
  }
  #LineupTool .keep-scrolling {
    display: block;
    bottom: 0px;
    width: 100%;
    background-color: #3c80ac;
    text-align: center;
    color: white;
    opacity: 0.8;
  }
  #LineupTool .sidebar-content {
    background: none;
  }
  #LineupTool .sidebar-content .heading {
    margin-top: 0px;
  }
  #LineupTool .sidebar-content .heading h4 {
    color: white;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin: 0px;
    display:inline-block;
  }
  #LineupTool .sidebar-content .heading h4 img {
    margin-right: 20px;
  }
  #LineupTool .sidebar-content table {
    border: 3px solid white;
    margin-bottom: 15px;
    max-height: 1000px;
    height: auto;
  }
  #LineupTool .sidebar-content table tbody {
    max-height: 1000px;
    height: auto;
  }
  #LineupTool .sidebar-content .right {
    text-align: right;
  }
  #LineupTool .sidebar-content .reset-lineup {
    color: #3c80ac;
    text-decoration: none;
    font-family: 'Syncopate', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
  }
  #LineupTool .sidebar-content .reset-lineup i {
    font-size: 16px;
  }
  #LineupTool .sidebar-content .downloads-csv {
    margin-top: 50px;
  }
  #LineupTool .sidebar-content .downloads-csv .pull-right {
    text-align: right;
  }
  #LineupTool .sidebar-content .downloads-csv .pull-right a {
    font-size: 12px;
  }
  #LineupTool .sidebar-content .remaining {
    color: #f4123d;
  }
  #LineupTool .sidebar-content .remaining .remaining-box {
    background: white;
    padding: 10px 20px;
    margin-left: 10px;
    font-weight: 700;
  }
  #LineupTool .sidebar-content .white {
    color: white;
  }
  #LineupTool .search-box {
    position: relative;
    margin-bottom: 16px;
    border: 2px solid white;
  }
  #LineupTool .search-box .fa-search {
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 15px;
    color: #f4123d;
  }
  #LineupTool .search-box a.clear-search {
    position: absolute;
    top: 12px;
    left: 43px;
    color: #f4123d;
  }
  #LineupTool .search-box .player-search {
    text-indent: 60px;
    background: #101e27;
    color: #c4c4c4;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #LineupTool .below-tool {
    margin-bottom: 60px;
  }
  #LineupTool .below-tool p {
    font-size: 16px;
    color: white;
  }
  #LineupTool .below-tool ul li {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    list-style-image: url(/wp-content/uploads/2015/06/red-check.png);
    list-style-position: inside;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #LineupTool.lineup_lab .below-tool {
/*       margin-top:80px; */
  }
  #LineupTool.lineup_lab .below-tool .lineup-tool-header {
      margin-bottom:30px;
  }

  #playerModal .modal-header .salary-box {
    position: absolute;
    right: 50px;
    width: 20%;
    top: 50px;
    margin: auto;
    padding: 0;
  }
  #playerModal .modal-header .salary-box .salary-body-wrapper {
    padding: 0;
  }
  .narrow {
    padding: 50px 100px;
  }
  .blog-ad {
    overflow: hidden;
    height: 190px;
    width: 100%;
    max-width: 900px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
    text-align: left;
  }
  .blog-ad form input[type='email'],
  .blog-ad form input[type='text'] {
    width: 40%;
  }
  .blog-ad form input[type='submit'] {
    width: 50%;
    display: inline-block;
  }
  .xs-only {
    display: none !important;
  }
  #footer {
    text-align: left;
  }
}
@media (min-width:767px) and (max-width: 1024px) {
ul#menu-bootstrap-menu-logged-in.navbar-nav {
    width: 100% !important;;
}
}
@media (min-width:320px) and (max-width: 767px) {
	ul#menu-bootstrap-menu-logged-in.navbar-nav{
	width:100% !important;
}
#menu-bootstrap-menu-logged-out li a {
    line-height: 20px !important;
}
	.menu-bootstrap-lower-container ul#menu-bootstrap-lower.nav.navbar-nav li{
		width:auto !important;
	}
	#mobilelogo a img{
	    max-width: 44%;
    padding-top: 7px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  #playerModal .modal-lg {
    width: 90%;
  }   
  ul#menu-bootstrap-lower li {width:auto;}
  ul#menu-bootstrap-lower li  a{
	  padding:0px 7px;
  }
  /* .menu-bootstrap-menu-logged-in-container ul#menu-bootstrap-menu-logged-in.navbar-nav li{ */
	  /* width:1%; */
  /* } */
  .menu-bootstrap-menu-logged-in-container ul#menu-bootstrap-menu-logged-in.navbar-nav li a{
	  padding:0px 6px;
	  font-size:12px;
	  /* padding:0px; */
  }
    ul#menu-bootstrap-menu-logged-in.navbar-nav{
	  width: 100%;
      display: block;
  }
  ul#menu-bootstrap-menu-logged-in.navbar-nav li.menu-item{
  display:inline-block;
  float:left;
  padding:0px;
  height:0px;
  margin:0px;
  width:auto;}
  .menu-item-22764 .caret{
	top: 8px;
    right: -12px;
	  
  }
  ul#menu-bootstrap-menu-logged-in.navbar-nav{
	  margin-top:20px;
  }
  	 /* @ navigation chnages Aug4*/    
  /* #menuMain .subnavigation .navbar li a{ */
	  /* font-size:11px; */
	  /* padding:10px 0px; */
  /* } */
}

@media (min-width: 992px) {
	/* top navigation changes @ aug 04 */
	ul#menu-bootstrap-menu-logged-in.navbar-nav li.menu-item.menu-item-22764 .caret{    
	top: 16px;
    right: -12px;}
	ul#menu-bootstrap-lower li a{
		font-size:11px;
		padding:10px 0px;
	}
	.subnavigation nav.navbar-default .navbar-collapse{
		padding:0px;
		
	}
	ul#menu-bootstrap-lower li{
		width:1%;
	}
	  ul#menu-bootstrap-menu-logged-in.navbar-nav{
	  width: 100%;
      display: block;
  }
  ul#menu-bootstrap-menu-logged-in.navbar-nav li.menu-item{
  display:inline-block;
  float:left;
  padding:0px;
  height:0px;
  margin:0px;
  width:15%;}
	ul#menu-bootstrap-menu-logged-in.navbar-nav li.menu-item a{
		padding:10px 0px ;
	}   
	#menuMain .col-sm-17.col-sm-offset-1.top-menu.col-md-14.col-md-offset-2{
		margin-left:0px !important;
		width:63% !important;
	}
	ul#menu-bootstrap-menu-logged-in.navbar-nav{
		margin-top:21px;
		}
  ul.social-links {
    text-align: left;
  }
  .page-id-22788 .modal-dialog {
    width:50%;
  }
  .btn-tif {
    margin: 10px 0;
    display: inline-block;
    max-width: 50%;
  }
  .btn-tif.btn-lg {
    max-width: 50%;
  }
  
  #menuMain #logoMenu {
    /*  padding: 45px;   */
    height: 80px;
  }
  #menuMain #navMenu div.menu-main-nav-container {
    bottom: 0px;
    width: 100%;
  }
  #menuMain #navMenu div.menu-main-nav-container ul#menu-main-nav {
    text-align: right;
  }
  #menuMain #navMenu div.menu-main-nav-container ul#menu-main-nav li {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-transform: uppercase;
    background-color: grey;
    padding-left: 0;
    padding-right: 0;
  }
  #menuMain #navMenu div.menu-main-nav-container ul#menu-main-nav li:hover {
    background-color: lightgrey;
  }
  #menuMain #navMenu div.menu-main-nav-container ul#menu-main-nav li a {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #101e27;
    font-size: 16px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
  }
  #menuMain #navMenu div.menu-main-nav-container ul#menu-main-nav li a:hover {
    /* color: #ffffff; */
  }
  .cta-tif {
    text-align: center;
    padding: 0px 0px 20px 0px;
  }
  .cta-tif .btn-tif {
    margin: 0 auto;
  }
  .carousel-caption {
    left: 0;
    right: 0;
  }
}
/* end Medium devices */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    width: 1440px;
  }
  .btn-tif.btn-lg {
    max-width: 30%;
  }
  .btn-tif.btn-sm {
    max-width: 15%;
  }
  .carousel-caption {
    left: 0;
    right: 0;
  }
  .partner-row {
    width: 83.33%;
  }
  .member-plan .btn.btn-primary {
    font-size: 20px;
  }
}

/**********-----Custom css 18/05/2016-------*********************/
.savedata.col-xs-12.col-sm-8.center {
  float: right;
/*  margin-top: 50px;
  max-width: 161px;*/
  width: 100%;
}
.btn-grey.btn.savedata-cls {
  background: #407093 none repeat scroll 0 0;
      padding: 10px 25px;
}
.btn-grey.btn.savedata-cls:hover {
  border: 1px solid #34a544;
}
td input.projPts, td input.limit{
  width:50px; background:transparent; text-align:center; border: 1px solid #eee;  
}
.below-tool .savedata {
        width: 100%;
    display: block;
    float: left;
    margin-top: 10px;
}
/*************************custom css 23/05/2026**********************/
.lineup_load_heading {
  color: #bca50f;
  float: left;
  font-size: 21px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  width: 100%;
}
span.lineup-check-data {
  font-size: 14px;
  font-weight: 500;
  margin-left: 7px;
}
.lineup_title {
  margin-bottom: 15px;
}
#ptsCol.narrow-column.sort-header {
  padding-left: 13px;
}
.adjust-pts #ptsCol {
  padding-left: 20px !important;
}
#collapse-SalaryFilter {
  margin-left: -3px;
  overflow: hidden;
  padding: 0 8px;
}
/*************************custom css 14/11/2017**********************/
ul#menu-bootstrap-menu-logged-in.navbar-nav{
	width:780px;
}
 #menuMain .col-sm-3.hidden-xs{
 float:right;
 margin-right:65px;
 }
 #menuMain .col-sm-14.col-sm-offset-1.top-menu.col-md-13.col-md-offset-2{
	float:right;
}
#menu-bootstrap-menu-logged-out li a{
	line-height:50px;
}
.no-padding.subnavigation {
    display: none;
}

#menu-bootstrap-menu-logged-out ul.dropdown-menu li a:hover, #menu-bootstrap-menu-logged-in ul.dropdown-menu li a:hover {
    color: #3C80AB !important;
    background-color:#e7e7e7;
    width:275px;
}
#menu-bootstrap-menu-logged-out ul.dropdown-menu li a, #menu-bootstrap-menu-logged-in ul.dropdown-menu li a {
    color: #000 !important;
      width:275px;
}
#menu-bootstrap-menu-logged-out ul.dropdown-menu{
	top:57px;
}
#menu-bootstrap-menu-logged-in ul.dropdown-menu {
    margin-top: 15px;
}

#menu-bootstrap-menu-logged-in ul.dropdown-menu li, #menu-bootstrap-menu-logged-out ul.dropdown-menu li {
    float: none !important;
    display: block !important;
    
}
/*****************22-11-2017********Start******* Account page***************/

.dashboard {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.dashboard h1 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 27px;
}
.bottom-line {
    background: #000;
    width: 20%;
    height: 1px;
    margin: 0 auto;
}
.dashboard p.dashboard-first-content {
    font-size: 18px;
    padding-top: 15px;
	text-align: justify;
	color: #000;
	margin-bottom: 0px;
}
.dashboard p {
    font-size: 18px;
    padding-top: 15px;
	text-align: center;
	color: #000;
}
.upgrade-btn {
    background-color: #ed473b;
    border: 2px solid #ed473b;
    border-radius: 0px;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    padding: 10px 0px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.upgrade-btn:hover {
	 background-color: transparent;
    border: 2px solid #ed473b;
	color:#000 !important;
}

.dashboard h3 {
	text-align: center;
    background-color: transparent;
    border: 2px solid #ed473b;
    border-radius: 0px;
    margin: 50px auto 5px;
    display: block;
    width: 100%;
    padding: 10px 0px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.dashboard-dropdawn button, .dashboard-dropdawn button:hover {
    border: 1px solid #000;
    border-radius: 0px;
    padding: 10px 35px;
    font-weight: 600;
	background-color:#101e27;
	color:#fff;
}
.dashboard-dropdawn {
   display:inline-block;
    margin-left: 12px;
}
.dashboard-dropdawn:first-child, .content-section li:first-child, .managment-buttons button:first-child{
	margin-left: 0px;
}
.mlb-drop-section{
	text-align:center;
}
.content-section {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.content-section li {
    display: inline-block;
    list-style: none;
	  margin-left: 15px;
	  margin-bottom:10px;
}
.content-section ul {
    padding-left: 0px;
    display: block;
}
.content-section li a {
    border: 1px solid #000;
    border-radius: 0px;
    padding: 12px 46px;
    font-weight: 600;
    background-color: #101e27;
    color: #fff;
    text-decoration: none;
}
.managment-buttons a{
	text-decoration:none;
}
.managment-buttons button, .managment-buttons button:hover {
    background-color: #427ea2;
    border-radius: 0px;
    border: 1px solid #427ea2;
    color: #fff;
    width: 100%;
    max-width: 30% !important;
	font-weight:600;
	font-size:11px;
}
.managment-buttons {
    text-align: center;
    margin-bottom: 12px;
}
.vedio-section {
    text-align: center;
    margin-top: 40px;
}
.vedio-section video:first-child {
    margin-left: 0px;
}
.vedio-section video {
    margin-left: 22px;
    width:100%;
}
.dashboard-dropdawn .dropdown-menu{
	top:50%;
}
.dashboard-dropdawn ul.dropdown-menu li {
    margin-left: 0px;
}
.dashboard-dropdawn ul.dropdown-menu li a {
    padding: 3px 15px 3px 15px !important;
    font-size: 14px;
    color:#000;
}
.managment-buttons button:active{
	background-color:#f4123d;
	border:1px solid #f4123d;
}
.managment-buttons button:focus{
	background-color:#f4123d;
	border:1px solid #f4123d;
}
.dashboard-first-content a{
	text-decoration:none;
}


/* media query start */

@media screen and (max-width: 767px) {
.dashboard-dropdawn:nth-child(3){
	margin-left:0px;
}
.managment-buttons{
	margin-bottom:0px;
}
.dashboard h3{
    margin: 25px auto 5px;
}
.managment-buttons button, .managment-buttons button:hover{
	width:100%;
	max-width:100% !important;
}
.content-section li{
	line-height:50px;
	}
.content-section li:nth-child(3) {
    margin-left: 0px;
}
.upgrade-btn{
	font-size:13px;
}
.managment-buttons button{
	margin-left:0px;
	margin-top:15px;
}
}

/*******************************************22-11-2017 End**************/
/* chat popup style  */
body #flyzoo-chat-576195f6bb547e0f5031cb49 > iframe .user-item-data span { font-size: 10px !important;}
#txtPost {font-size: 12px;}

.align-menu-login {
    display: none;
}

.logged-in .align-menu-login {
    display: block;
}
