/* LOGANO THEME CUSTOM STYLES */

/* HEADER V-1 - Overrides Avada V1 header setting 
==================================================== */

dt.tubepress-meta-viewCount js-tubepress-meta-label {
	display:none !important;
}

.header-wrapper .header-v1 {
  min-height: 70px;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 1px 5px -3px #333;
}

.header-v1 #header .avada-row {
  max-width: 1200px;
  position: relative;
}

.header-v1 #header .logo {
  /*position: static;*/
  margin: 5px !important;
}

#header .nav-wrapper {
  position: relative;
  /*margin-right: 70px;*/
  margin-right: 0px;
  float:right;
}

/* --- 500 Logo --- */

.daytona-logo {
/*  position: absolute;
  top: 10px;
  right: 0;
  */
  float:right;
  margin-top: 10px;
}

/* --- Social --- */
.social-header {
  position: absolute;
  right: 12px;
  top: 10px;
}

.social-header ul {
  margin: 0;
  padding: 0;
  display: block;
  height: 32px;
}

.social-header ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 3px;
}

.social-header ul li a {
}

.social-header ul li.fb {
  background: url(../img/social-ico3.png) 0px 0px no-repeat;
}

.social-header ul li.fb:hover {
  background: url(../img/social-ico3.png) 0px -33px no-repeat;
}

.social-header ul li.twit {
  background: url(../img/social-ico3.png) -32px 0px no-repeat;
}

.social-header ul li.twit:hover {
  background: url(../img/social-ico3.png) -32px -33px no-repeat;
}

.social-header ul li.insta {
  background: url(../img/social-ico3.png) -64px 0px no-repeat;
}

.social-header ul li.insta:hover {
  background: url(../img/social-ico3.png) -64px -33px no-repeat;
}

.social-header ul li.yt {
  background: url(../img/social-ico3.png) -96px 0px no-repeat;
}

.social-header ul li.yt:hover {
  background: url(../img/social-ico3.png) -96px -33px no-repeat;
}

.social-header ul li.snap {
  background: url(../img/social-ico3.png) -128px 0px no-repeat;
}

.social-header ul li.snap:hover {
  background: url(../img/social-ico3.png) -128px -33px no-repeat;
}

.social-header ul li.clutch {
  background: url(../img/clutch-icon.png) no-repeat;
}

.social-header ul li.clutch:hover {
  background: url(../img/clutch-icon-hover.png) no-repeat;
}

@media screen and (max-width: 911px) {
  .social-header {
    display: none;
  }
}

/* --- Mobile Social Header --- */

.sidr-class-mobile-social-header {
  height: 40px;
  width: 100%;
  background: #fff;
  border:2px solid #333;
  border-style: inset;
  box-sizing: border-box;
  text-align: center;
}

.sidr-class-mobile-social-header span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 2px;
}

.sidr-class-mobile-social-header span.sidr-class-fb {
  background: url(../img/social-ico3.png) 0px 0px no-repeat;
}

.sidr-class-mobile-social-header span.sidr-class-fb:hover {
  background: url(../img/social-ico3.png) 0px -33px no-repeat;
}

.sidr-class-mobile-social-header span.sidr-class-twit {
  background: url(../img/social-ico3.png) -32px 0px no-repeat;
}

.sidr-class-mobile-social-header span.sidr-class-twit:hover {
  background: url(../img/social-ico3.png) -32px -33px no-repeat;
}

.sidr-class-mobile-social-header span.sidr-class-insta {
  background: url(../img/social-ico3.png) -64px 0px no-repeat;
}

.sidr-class-mobile-social-header span.sidr-class-insta:hover {
  background: url(../img/social-ico3.png) -64px -33px no-repeat;
}

.sidr-class-mobile-social-header span.sidr-class-yt {
  background: url(../img/social-ico3.png) -96px 0px no-repeat;
}

.sidr-class-mobile-social-header span.sidr-class-yt:hover {
  background: url(../img/social-ico3.png) -96px -33px no-repeat;
}

.sidr-class-mobile-social-header span.sidr-class-snap {
  background: url(../img/social-ico3.png) -128px 0px no-repeat;
}

.sidr-class-mobile-social-header span.sidr-class-snap:hover {
  background: url(../img/social-ico3.png) -128px -33px no-repeat;
}

/* --- Nav --- */
.header-v1 #header .nav-holder {
  margin-top: 50px;
  font-weight: 700;
}

.header-v1 #header .nav-holder .navigation > li > a {
  height: 40px !important;
  line-height: 40px !important;
}

/* --- Level 1 --- */
.header-v1 #nav ul > li {
  float: left;
  padding:0 10px;
  margin: 0;
}

.header-v1 #nav ul > li:hover {
  background: #ff0013;
}

.header-v1 #nav ul a, #wrapper #sticky-nav ul a {
  color: #777 !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.header-v1 #nav ul .current_page_item a,
.header-v1 #nav ul .current-menu-item a {
  color: #777 !important;
}

.header-v1 #nav ul .current_page_item a:hover,
.header-v1 #nav ul .current-menu-item a:hover {
  color: #FFF !important;
}

.header-v1 #nav ul > .current-menu-parent a {
  color: #777 !important;
}

.header-v1 #nav ul > li:hover a {
  color: #fff !important;
  border-color: transparent !important;
}

/* Search Icon */
#wrapper .header-v1 .main-nav-search:hover {
  background-color: transparent;
}
#wrapper .header-v1 .main-nav-search:hover a {
  color: #777 !important;
}

#wrapper .header-v1 .main-nav-search a:hover {
  border-top: none !important;
}

/* --- Level 2 --- */
.header-v1 #nav ul.sub-menu {
  top: 40px;
  width: 220px !important;
  border-top: none;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  background-color: #fff !important;
}

.header-v1 #nav ul.sub-menu > li:hover:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f101";
  font-size: 12px;
  line-height: 29px;
  padding-right: 10px;
  color: #ff0013;
  float: left;
}

.header-v1 #nav ul.sub-menu > li {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.header-v1 #nav ul.sub-menu > li:last-child {
  border-bottom: none;
}

#wrapper .header-v1 #nav ul.sub-menu > li > a {
  border-bottom: none !important;
  color: #777 !important;
}

#wrapper .header-v1 #nav ul.sub-menu > li:hover {
  background: #eee;
}

#wrapper .header-v1 #nav ul.sub-menu > li:hover a {
  background: none !important;
}

#wrapper .header-v1 #nav ul.sub-menu > li > a {
  padding: 5px 20px;
}

#wrapper #nav ul.menu li ul li.current-menu-item > a {
  background-color: transparent !important;
}

#wrapper #nav ul > .current-menu-parent a:hover {
  color: #FFF !important;
}


/* --- Mobile --- */

#responsive-menu {
  display: none;
}

#responsive-menu-trigger {
  display:none;
  float: right;
  margin: 30px;
}

@media screen and (max-width: 1000px) {
  .header-v1 #nav ul a {
    font-size: 12px;
  }
}

@media screen and (max-width: 910px) {
  .header-v1 #header {
    padding: 0 20px;
  }
  
  #responsive-menu-trigger {
    display:block;
  }
  
  .header-v1 #header .nav-holder {
    display: none;
  }
  
  .header-v1 #header .logo {
    float:left !important;
    text-align: left !important;
  }
  
  .main-nav-search {
    display: none;
  }
  
}

@media screen and (max-width: 500px) {

  .header-v1 .logo a {
    width: 60%;
  }
  
  #responsive-menu-trigger {
    margin: 21px;
  }
  
  /* Shink Daytona Logo */
  .daytona-logo img {
    height: 50px;
  }

}


#header-sticky .logo, #header .logo {
    float: left;
    overflow: hidden;
    margin:0;
}

/* ----- SEARCH FORM ----- */

/* hide the icon version on large screens */
.main-nav-search {
  display: none;
}

.main-nav-search-form {
  top: 60px;
}

.logano-search-form {
  float: left;
  padding: 12px;
}

.logano-search-form input#s {
	  display: inline-block  !important;
	  color: #AAA9A9;
	  background-color: #ffffff;
    border: 1px solid #D2D2D2;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    color: #747474;
    font-size: 13px;
    height: 16px;
    margin: 0;
    padding: 8px 5px !important;
    width:150px;
}

.logano-search-form input[type="submit"] {
    background: #000000 !important;
    border: none !important;
    color: #FFFFFF !important;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 !important;
    width: 34px;
    text-indent: 0 !important;
    display: inline-block !important;
    cursor: pointer;
    font-family: FontAwesome !important;
}

.logano-search-form input[type="submit"]:hover {
    background: #A0CE4E;
}

@media screen and (max-width: 1100px) {

  .logano-search-form {
    display: none;
  }
  
  .main-nav-search {
    display: block;
  }  

}

/* STICKY NAV 
==================================================== */

#wrapper #header-sticky {
  height: 68px !important;
}

#wrapper #header-sticky .avada-row {
  max-width: 1200px;
}

/* ---- Level 1 ---- */
#wrapper #sticky-nav ul > li {
  float: left;
  padding: 10px 10px;
  margin: 0;
}

#sticky-nav ul > li:hover {
  background: #ff0013;
}

#wrapper #sticky-nav ul > li:hover a {
  color: #fff !important;
  border-color: transparent !important;
}

#wrapper #sticky-nav ul > li a {
  height: 45px !important;
  line-height: 45px !important;
}

#wrapper #sticky-nav ul.menu li ul li.current-menu-item > a {
  background-color: transparent !important;
}

#wrapper #sticky-nav ul > .current-menu-parent a {
  color: #FF0013 !important;
}

#wrapper #sticky-nav ul > .current-menu-parent a:hover {
  color: #FFF !important;
}

/* ---- Level 2 ---- */
#wrapper #sticky-nav ul.sub-menu {
  top: 60px;
  width: 220px !important;
  border-top: none;
  padding: 20px 0;
  background-color: #fff !important;
}

#wrapper #sticky-nav ul.sub-menu > li:hover:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f101";
  font-size: 12px;
  line-height: 29px;
  padding-right: 10px;
  color: #ff0013;
  float: left;
}

#wrapper #sticky-nav ul.sub-menu > li {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

#wrapper #sticky-nav ul.sub-menu > li:last-child {
  border-bottom: none;
}

#wrapper #sticky-nav ul.sub-menu > li > a {
  border-bottom: none !important;
  color: #444 !important;
  height: 20px !important;
  line-height: 20px !important;
}

#wrapper #sticky-nav ul.sub-menu > li:hover {
  background: #eee;
}

#wrapper #sticky-nav ul.sub-menu > li:hover a {
  background: none !important;
}

#wrapper #sticky-nav ul.sub-menu > li > a {
  padding: 5px 20px;
}

@media screen and (max-width: 935px) {
  
  #sticky-nav.nav-holder {
    display: none;
  }
  
  #wrapper #header-sticky .mobile-nav-holder {
    display: block !important;
  }
  
}

/* SLIDESHOW - HOME PAGE 
==================================================== */
.home .overlay-bar {
	  height: 50px;
  	width: 100%;
  	background-color: #000 !important;
  	position: absolute !important;
  	bottom: 0 !important;
  	left: 0 !important;
  	right: 0 !important;
  	top: auto !important;
  	font-size: 30px!important;
  	line-height: 50px !important;
  	padding: 0 60px 0 130px !important;
  	box-sizing: border-box !important;
  	text-align: right !important;
}

@media screen and (max-width: 1140px) {
  .home .overlay-bar {
    font-size: 25px!important;
  }
}

@media screen and (max-width: 1000px) {
  .home .overlay-bar {
    font-size: 20px!important;
  }
}

.home .tp-bullets.simplebullets.square-old .bullet {
  	background: url('../img/slider-bullets.png') no-repeat bottom left !important;
}
        
.home .tp-bullets.simplebullets.square-old .bullet.selected, .tp-bullets.simplebullets.square-old .bullet:hover {
	background-position: top left !important;
}

.home .rev_slider_wrapper {
	  max-width: 1430px !important;
    width: auto !important;
}

.home .rev_slider {
	width: 100% !important;
}

/* START Edit For Mobile */

/* hide bullets and center text on mobile */
@media screen and (max-width: 800px) {
  .home .tp-bullets {
    display: none;
  }
  
  .home .tp-caption.Title {
    text-align: center !important;
    padding: 0px !important;
    font-size: 14px !important;
    line-height: 50px !important;
  }
}


/* hide bullets and center text on mobile */
@media screen and (max-width: 500px) {
  .home .tp-bullets {
    display: none;
  }
  
  .home .tp-caption.Title {
    text-align: center !important;
    padding: 15px 5px 0 !important;
    font-size: 14px !important;
    white-space: normal !important;
    line-height: 14px !important;
  }
}

/* END Edit For Mobile */

/* HOME PAGE TEMPLATE
==================================================== */
.page-template-page-template-home #main {
  padding-top: 30px !important; 
}

.page-template-page-template-home #main .avada-row {
  max-width: 1430px;
  padding-left: 30px;
  padding-right: 30px;
}

/* Grid */

.page-template-page-template-home .one_half {
  width: 49.48%;
}

.page-template-page-template-home .one_third {
  width: 32.650%;
}

.page-template-page-template-home .one_fourth,
.page-template-page-template-home .one_third,
.page-template-page-template-home .one_half {
  margin-right: 1% !important;
  margin-bottom: 1% !important;
}

@media screen and (max-width: 580px) {

  .page-template-page-template-home .one_half,
  .page-template-page-template-home .one_third {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }

}

.grid-block {
  position: relative;  
}

.grid-block img {
  vertical-align: bottom; 
}

.grid-block .title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
}

.grid-block:hover img {
  opacity: .6;
}

.grid-block a {
  display: block;  
}

.rgba .grid-block .title-overlay {
  background: rgba(255,0,0,0.7);
}

.grid-block .title-overlay .title:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  font-size: 22px;
  line-height: 21px;
  padding-right: 7px;
  color: #fff;
  float: left;
}

#main .grid-block:hover .title-overlay .title {
  color: #fcd600 !important;
}

.grid-block:hover .title-overlay .title:before {
  color: #fcd600;
}

#main .grid-block .title-overlay .title {
  color: #fff !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 25px;
  float: left;
  margin: 0 !important;
}

.page-template-page-template-home .related-posts {
  margin-bottom: 0px;
}


/* FOOTER
==================================================== */

.logano-footer-area {
  background: #000;
  padding: 20px;
}

.logano-footer-area .avada-row {
  max-width: 1200px;
}

.logano-footer-area .footer-left {
  width: 60%;
  float: left;
}

.logano-footer-area .footer-right {
  width: 40%;
  float: right;
}

.logano-footer-area .columns {
  margin: 0;
}

.logano-footer-area .columns-3 .col, .logano-footer-area .columns-4 .col {
  margin: 0 4% 0 0;
}

.logano-footer-area .columns ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.logano-footer-area .columns ul li {
  list-style: none;
}

.logano-footer-area .columns ul li a {
  color: #fff;
}

.logano-footer-area .newsletter-signup {
  margin: 20px 0;
}

.logano-footer-area .newsletter-signup .gform_body {
  display: inline-block;
}

.logano-footer-area .newsletter-signup .gform_body .gfield_label {
  display: none;
}

.logano-footer-area .newsletter-signup .gform_heading {
  margin: 0;
}

.logano-footer-area .newsletter-signup .gform_heading h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.logano-footer-area .newsletter-signup .gform_footer {
  display: inline-block;
  margin: 0 0 0 -7px;
}

.logano-footer-area .newsletter-signup .ginput_container {
  width:300px;
}

.logano-footer-area .newsletter-signup .gform_button {
  background-image: none;
  border: none;
  color: #fff !important;
  background: #ff0013 !important;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 30px;
  font-size: 12px;
  min-height: 30px;
}

@media screen and (max-width: 1050px) {
  .logano-footer-area .footer-left {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  
  .logano-footer-area .footer-right {
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 580px) {
  .logano-footer-area .newsletter-signup .gform_footer {
    margin: 0;
  }
}


/* TUBEPRESS - LOGANO VIDEOS
==================================================== */

.page-template-page-template-videos #wrapper .page-title {
  max-width: 940px;
}

/* Video Nav */
.mobile-video-nav {
  display: none;
  text-transform: uppercase;
}

.logano-video-navigation {
  width: 100%;
  text-align: center;
  display: block;
}

.logano-video-navigation .video-filter-btn {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 3px solid #666;
  color: #666;
  margin: 4px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 108px;
}

@media screen and (max-width: 550px) {
  
  .mobile-video-nav {
    display: block;
    cursor: pointer;
    background: #ff0013;
    color: #fff;
    padding: 10px;
  }
  
  .mobile-video-nav:after {
    font: normal normal normal 24px/.85 FontAwesome;
    content: "\f107";
    float:right;
    box-sizing: border-box;
  }

  .mobile-video-nav.open {
    display: block;
    cursor: pointer;
    background: #333;
  }

  .mobile-video-nav.open:after {
    font: normal normal normal 24px/.85 FontAwesome;
    content: "\f106";
    float:right;
    box-sizing: border-box;
  }  
  
  .logano-video-navigation {
    display: none;
  }
    
  .logano-video-navigation .video-filter-btn {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 3px solid #666;
    color: #666;
    margin: 4px 0px;
    display: block;
    width: 100%;
  }
 
  .logano-video-navigation .video-filter-btn.first, .logano-video-navigation .video-filter-btn.last {
    margin: 4px 0px !important;
  }
    
}

.logano-video-navigation .video-filter-btn.first {
  margin-left:0;
}

.logano-video-navigation .video-filter-btn.last {
  margin-right:0;
}

@media screen and (max-width: 800px) {
 .logano-video-navigation .video-filter-btn.first {
    margin:4px;
  }

  .logano-video-navigation .video-filter-btn.last {
    margin:4px;
  } 
}

.logano-video-navigation .video-filter-btn:hover, .logano-video-navigation .video-filter-btn.active {
  border: 3px solid #FF0013;
  color: #FFF;
  background: #FF0013;
}

.js-tubepress-gallery {
  margin-left: -3px;
  margin-right: -3px;
}

.tubepress-thumb {
    margin-right: -2px;
}

.logano-featured-video {
  max-width: 936px;
  margin: 0 auto;
}

/* FAN PHOTOS PAGE
==================================================== */ 
.gallery .gallery-item {
  width: 33.3333%;
}

.page-id-109 .gallery .gallery-item {
  width: 20%;
}

/* SOCIAL PAGE
==================================================== */ 

.wall-outer .dcsns-toolbar {
  background-image: url(../img/choose-media.png) !important;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 690px) {
  .wall-outer .dcsns-toolbar {
    text-align: center;
  }
  
  .wall-outer .dcsns-toolbar .filter {
    display: inline-block;
    margin-top: 50px !important;
  }
}


/* PAGE TITLES 
==================================================== */
#wrapper .page-title-wrapper {
  width: 100%;
}

#wrapper .page-title {
  max-width: 1200px;
}

.page-title h1.entry-title {
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif !important;
    /*margin-left: 254px;*/
    width: 100%;
    text-align: left;
    color: #FFF !important;
}

.page-title-container {
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

@media screen and (max-width: 900px) {

  #wrapper .page-title h1 {
    font-size: 19px !important;
  }

}

/* SPONSOR CAROUSEL
==================================================== */

.clientslider-container, .images-carousel-container {
    padding: 20px 0;
}

.clients-carousel .es-carousel li img {
  /*border:none !important;
  max-height:80px !important;*/
}

/* SIDEBAR WIDGETS
==================================================== */
.single-post #main #sidebar, .page #main #sidebar {
  width: 27% !important;
  background: #f4f4f4;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}

#sidebar .widget {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  .single-post #main #sidebar, .page #main #sidebar {
    width: 100% !important;
  }
  #sidebar .widget {
    text-align: center;
  } 
  .woocommerce #sidebar .widget {
    text-align: left;
  }
}

/* TIMELINE CAREER HIGHLIGHTS
==================================================== */
.timeline.flatLine .item.item_node_hover:before,
#content .timeline.flatLine .item.item_node_hover:before {
	height: 12px;
}

.timeline.flatLine .item.item_node_hover:after,
#content .timeline.flatLine .item.item_node_hover:after {
	margin: 10px 0 0 -12px;
}

.timeline.flatLine #t_line_left,
.timeline.flatLine #t_line_right,
#content .timeline.flatLine #t_line_left,
#content .timeline.flatLine #t_line_right {
	top:25px;
	width:14px;
	height:50px;
	font-size: 50px;
}

.page-id-23 .post-content {
  min-height: 500px;
}

/* Controls */
#content .timeline .t_left {
  background: url('../img/timeline-controls.png') 0px 0px no-repeat !important;
  width: 150px;
  height: 50px; 
  float: left;
}

#content .timeline .t_left:hover {
  background: url('../img/timeline-controls.png') 0px -55px no-repeat !important;
}

#content .timeline .t_left:hover:active {
  background: url('../img/timeline-controls.png') 0px -55px no-repeat !important;
}

#content .timeline .t_right {
  background: url('../img/timeline-controls.png') -160px 0px no-repeat !important;
  width: 150px;
  height: 50px; 
  float: right;
}

#content .timeline .t_right:hover {
  background: url('../img/timeline-controls.png') -160px -55px no-repeat !important;
}

#content .timeline .t_right:hover:active {
  background: url('../img/timeline-controls.png') -160px -55px no-repeat !important;
}

#content .timeline .t_controles {
  max-width: 1200px;
}

/* FORUM
==================================================== */

.forum-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.forum-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* STORE
==================================================== */
.woocommerce:after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce #main, .woocommerce-cart #main {
  background-image:none !important;
  background-color: transparent !important;
  min-height: 400px; 
}

.woocommerce #main .avada-row, .woocommerce-page #main .avada-row {
  max-width: 1200px; 
}

.woocommerce #main #content {
  width: 75% !important;
  float: right !important;
}

@media screen and (max-width: 800px) {
  .woocommerce #main #content {
    width: 100% !important;
    float: none !important;
  }  
}

/* SLIDER */
.woocommerce #sliders-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* PAGE TITLE */
.woocommerce .page-title-container, .woocommerce-page .page-title-container {
  height: 50px !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background-image: none !important;
  background-color: transparent;
  border-bottom: 1px solid #eee !important;
}

.woocommerce .page-title-container .page-title, .woocommerce-page .page-title-container .page-title {
  max-width: 100%;
}

.woocommerce .page-title-container .page-title h1, .woocommerce-page .page-title-container .page-title h1 {
  font-size: 22px !important;
  color: #333 !important;
  text-align: left !important;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
  font-weight: 600;
}

.woocommerce .avada-skin-rev {
  border-top: none !important;
}

/* Remove title bar on single product page */
.single-product .page-title-container {
  display: none;
}

/* STORE SIDEBAR */
.woocommerce #sidebar {
  background: #eee;
  float: left !important;
}

.woocommerce #sidebar .widget .heading h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc !important;
  font-family:'Open Sans', arial,helvetica,sans-serif !important;
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 5px !important;
  color: #555 !important;
}

.woocommerce #sidebar .widget {
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  border:none;
  padding:10px;
  text-decoration:none;
  background:none !important;
  background-color:none !important;
  color:#777777;
  display:inline-block;
  text-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}

.woocommerce #sidebar .widget li a {
  color: #555 !important;
  border-color: #ddd;
  padding: 5px;
}

.woocommerce .product_list_widget .wp-post-image {
  border: 1px solid #777;
}

.cart_list.product_list_widget .variation p {
  margin: 2px 0px;
}

/* PRODUCT GRID */
.woocommerce.archive #main {
  padding-top: 30px !important;
  
}

.woocommerce .catalog-ordering > ul {
  margin-bottom: 30px !important;
}

.woocommerce .products li {
  border-color: #eee !important;
}

@media screen and (max-width: 800px) {
  .woocommerce .products li {
    max-width: 480px;
    width: 100%;
  }
  
  .woocommerce .catalog-ordering {
    margin-bottom: 0px;
  }
}

.woocommerce .products li .product-details-container {
  border-color: #eee !important;
  min-height: 20px;
  padding-bottom: 5px;
}

.woocommerce .products li .product-title {
  font-size: 14px !important;
  line-height: 14px !important;
  margin-bottom: 2px;
}

.woocommerce .products .price > .amount {
  font-size: 14px;
}

.woocommerce .products li .product-buttons {
  border-top: none !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.woocommerce .products li .show_details_button {
  display: block;
  float: left;
}

/* PRODUCT IMAGES */
.woocommerce .products li .product-images, .woocommerce .product-images .crossfade-images {
  height: 275px;
  overflow: hidden;
}

/* fix height issue: images are cropped at various heights. lets get them the same height */
.woocommerce .products li .product-images img {
  width: auto;
  max-width: auto;
  height: 100%;
}

/* SINGLE PRODUCT */

.single-product #main {
  padding-top: 20px !important;
}

/* hide sidebar */
.single-product #main #sidebar {
  display:none;
}

/* set containers */
.woocommerce.single-product #main #content {
  width: 100% !important;
}

.single-product .product .images {
  width: 40%;
}

.single-product .product .summary.entry-summary {
  width: 55.49%;
  margin-top: 50px;
}

/* single product image */
.woocommerce .product .images .flexslider .slides img {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce #carousel.thumbnails.flexslider {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* variations */
.product table.variations td {
  padding-top: 5px;
}

.product table.variations .avada-select-parent {
  max-width: 400px;
}

/* buttons */
.woocommerce #wrapper .single_add_to_cart_button, 
.woocommerce-checkout #wrapper .checkout_coupon .button, 
.woocommerce-checkout .button.small,
.woocommerce-cart .button.small {
  background-image: none !important;
  color: #fff !important;
}

.woocommerce-cart .cart_totals .button.small {
  margin-top: 10px;
}

/* tabs */
.woocommerce .woocommerce-tabs > .tabs {
  width: 20%;
  padding-right: 5%;
}

.woocommerce .woocommerce-tabs .panel {
  box-sizing: border-box;
  width: 75%;
  margin-left: 0;
}

@media screen and (max-width: 935px) {
  .woocommerce .woocommerce-tabs .panel {
    width: 100% !important;
  }
}

/* reviews */
#review_form_wrapper {
  margin-top: 25px;
}

/* CART */
.woocommerce-cart .cart-collaterals {
  margin-bottom: 30px;
}

.woocommerce-cart .cart_totals table th, .woocommerce-cart .cart_totals table td {
  padding: 10px;
}

.woocommerce-cart .shop_table .variation {
  margin-top: 0;
}

.woocommerce-cart .shop_table .variation p {
  margin: 0;
}

/* CHECKOUT */
.woocommerce-checkout #main {
  padding-top: 20px !important;
}

.woocommerce .woocommerce-side-nav {
  width: 20%;
  margin-right: 3%;
}

.woocommerce .woocommerce-content-box.avada-checkout {
  width: 77%;
  margin-left: 0;
}

.woocommerce-checkout .avada_myaccount_user {
  margin-top: 40px;
}

/* FORMS */
#wrapper .avada-select-parent select {
  background-color: #f5f5f5 !important
}

#wrapper #reviews input#submit, #wrapper .comment-form input[type="submit"] {
  color: #fff !important;
  text-shadow: none !important;
  background-image: none !important;
  background-color: #333 !important;
  border-radius: 0 !important;
}


div#text-39.widget.widget_text {
  margin-bottom: 0;
  padding: 0;
}

/*--- Store Login ---*/
#customer_login {
  max-width: 600px;
  margin:0 auto;
}


/* BLOG
==================================================== */
.blog #main {
  background-image:none !important;
}

/* FAN PHOTOS / FAN CONNECT
==================================================== */
.page-template-page-template-twelve-hundred .avada-row,
.page-template-page-template-1200-full .avada-row {
  max-width: 1200px !important;
}

.page-template-page-template-twelve-hundred .submitLogo,
.page-template-page-template-1200-full .submitLogo {
  display: none;
}

/* push the grid over 5px to line up with banner */
.page-id-10911 .post-content {
  margin-left: -5px;
}

@media screen and (max-width: 801px) {
  .page-id-10911 .post-content {
    margin-left: 0px;
  }
}

.page-id-10911 #main #sidebar {
  margin-top: 5px;
}

.page-template-page-template-1200-full .emailForm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* push the grid over 5px to line up with banner */
.page-template-page-template-1200-full .gallery {
  margin-left: -5px;
  margin-right: -5px;
}

/* FORM STYLING - Gforms
==================================================== */

.gform_wrapper .gfield input[type='text'],
.gform_wrapper .gfield select {
  height: 36px;
}

#wrapper .gform_wrapper input[type=text] {
  width: 100% !important;
}

#wrapper .gform_wrapper .gfield textarea {
  width: 100% !important;
  box-sizing: border-box;
  
}

.page-id-6379 .gform_wrapper {
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
}

/* BLOG
==================================================== */
.single-post #main .avada-row {
  max-width: 1200px;
}

/* RACE PHOTOS
==================================================== */
.ngg-album-compact h4 .ngg-album-desc {
  height: auto !important;
  font-size: 12px !important;
}

.page-id-21 #sidebar {
  background: none !important;
}


.gform_wrapper .top_label .gfield_label {
  margin: 0 !important;
  line-height: 16px !important;
}

input#gform_submit_button_1.gform_button.button {
  border-radius: 0;
  background: #ff0000 !important;
  color: #fff !important;
  font-weight: normal;
  border: 1px solid #ff0000 !important; 
  box-shadow: none !important; 
  margin: 0 !important;
  padding: 0px 20px !important;
}

input#gform_submit_button_1.gform_button.button:hover {
  background: #fff !important;
  color: #ff0000 !important;
  border: 1px solid #ff0000 !important;  
}

div.gform_footer.top_label {
  margin-top: 9px;
}