/*
Theme Name: WCBU 2015
Description: The theme for the best beach ultimate championships EVER
Author: Justin Palmer
Template: Avada
*/

@import url("../Avada/style.css");

body #header {
  height: 80px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  body #header {
    height: 40px;
    padding-top: 0px;
  }
}
.header-wrapper .avada-row {
  position: relative;
}
#header .logo {
  position: absolute;
  top: 0;
  margin: 0;
  background: #fff;
  padding: 5px 10px 10px;
  z-index: 30000;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
#header .logo #header .logo img {
  width: 140px;
}
@media screen and (max-width: 800px) {
  #header .logo {
    top: -20px;
    left: 8%;
    box-shadow: none;
  }
  #header .logo img {
    max-width: 75px;
  }
}
@media screen and (max-width: 450px) {
  #header .logo {
    left: 0;
  }
}
body #nav ul .current_page_item a,
body #nav ul .current-menu-item a,
body #nav ul > .current-menu-parent a,
body #nav ul ul,
body #navigation li.current-menu-ancestor a,
body #nav ul li a:hover,
body #sticky-nav ul .current_page_item a,
body #sticky-nav ul .current-menu-item a,
body #sticky-nav ul > .current-menu-parent a,
body #sticky-nav ul ul,
body #navigation li.current-menu-ancestor a,
body #sticky-nav ul li a:hover {
  color: #67b7e1;
  border-color: #ec3238;
}
#wrapper #nav ul li ul li:hover > a,
#wrapper #nav ul li ul li > a:hover {
 color:#67b7e1;
}
body #nav ul ul,
body #sticky-nav ul ul {
  top: 80px;
}
body #navigation > li > a,
body #navigation li.current-menu-ancestor a {
  line-height: 73px;
  height: 77px;
}
body #main {
  padding-top: 35px !important;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-image: url(/WCBU_2015/wp-content/uploads/bg-minarets-4.png);
}
@media only screen and (min-width: 800px) {
  body #main {
    background-image: url(/WCBU_2015/wp-content/uploads/bg-minarets-3.png);
  }
}
body .timeline-layout {
  padding-top: 30px;
}
@media only screen and (max-width: 800px) {
  body .page-title {
    padding-top: 0;
  }
  body #wrapper .page-title-container {
    padding-bottom: 0;
    background-position: center top;
  }
  body .page-title h1 {
    padding: 1em 0 .8em;
  }
}
.menu-item-has-children > a:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: .6em;
  padding-left: .6em;
  position: relative;
  top: -0.15em;
}
#nav #menu-item-1236 ul {
  width: 230px !important;
}
.mobile-nav-holder .mobile-selector,
.mobile-topnav-holder .mobile-selector,
#mobile-nav {
  position: relative;
  z-index: 1000;
  width: 70%;
  margin-left: 30%;
}
/*
#sliders-container .slotholder {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");  Firefox 10+, Firefox on Android
    filter: gray; // IE6-9 * /
    -webkit-filter: grayscale(40%) sepia(30%); // Chrome 19+, Safari 6+, Safari 6+ iOS * /
    -moz-filter: grayscale(40%) sepia(30%);
     -ms-filter: grayscale(40%) sepia(30%);
      -o-filter: grayscale(40%) sepia(30%);
         filter:grayscale(40%) sepia(30%);
}
*/
#content p a,
#content li a,
#content table a {
  color: #67b7e1;
  display: inline-block;
  border-radius: .2em;
}
#content p a:hover,
#content li a:hover,
#content table a:hover {
  background: #7cc1e5;
  color: white;
}

.notUSED {
  padding: 0 3px;
  margin: 0 -3px;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.page-title h1 {
  padding-top: 2.3em;
}
.page-title ul.breadcrumbs {
  padding-top: 1.7;
}
.page-title-captions {
  padding-top: 8px;
}
.page-title-social {
  float: right;
  padding-top: 25px;
  padding-right: 3px;
}
.page-title-social iframe {
  float: right;
  clear: right;
}
.page-title-social iframe:first-child {
  width: 127px;
  margin-bottom: 5px;
}
.page-title-wrapper .breadcrumbs {
  display: none;
}
@media only screen and (max-width: 800px) {
  body .page-title-captions {
    padding-top: .2em;
  }
  body #wrapper .page-title-container {
    height: 87px !important;
    overflow: hidden;
  }
  body .page-title h1 {
    padding-top: .1em;
    padding-bottom: .2em;
  }
  body .page-title-social {
    padding-top: 0;
    float: left;
  }
  body .page-title-social iframe {
    margin: 0;
    float: none;
  }
  body .page-title-social iframe:first-child {
    margin: 0;
    float: none;
  }
}
.table-2 table th {
  padding: 5px;
  color: #fff;
}
.table-2 tr td {
  padding: 5px;
}
.post-content p {
  line-height: 1.5em;
}
.post-content p a {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#content h2 .fontawesome-icon {
  float: none;
}
#content .tag-callout {
  line-height: 2.1em;
  font-size: 1.2em;
}
#content .tag-callout a:hover {
  padding: 0;
  background: transparent;
  margin: 0;
  color: #dd4040;
}
.single-navigation {
  margin-bottom: 20px;
}
body .footer-area {
  border: none;
}
body .footer-area h3 {
  margin-bottom: 1em;
}
body .footer-area ul li a {
  padding: 3px 0;
  display: block;
  border: none;
}

.columns .col {
    float: left;
}
.columns-4 .col {
 width: 25%;
}
body .footer-area .columns .col.last img {
  display: block;
}
@media only screen and (max-width: 800px) {
  body .footer-area .columns .col {
    float: left;
    width: 31% !important;
  }
  body .footer-area .columns-4 .col:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  body .footer-area .columns .col {
    width: 48% !important;
  }
  body .footer-area .columns-4 .col:nth-child(2n + 1) {
    clear: both;
  }
  body .footer-area .columns-4 .col:nth-child(3n + 1) {
    clear: none;
  }
}
@media only screen and (max-width: 370px) {
  body .footer-area .columns .col {
    float: none;
    width: 90% !important;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  body .footer-area .columns .col.last {
    width: 99% !important;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
  }
  body .footer-area .columns .col.last img {
    margin-bottom: 0px;
    margin-right: 2em;
    vertical-align: middle;
    display: inline;
  }
  body .footer-area .columns .col.last .social-networks {
    float: none;
  }
  body .footer-area .columns .col.last li {
    float: none;
    margin: 0 1em;
  }
  body .footer-area .columns .col.last li.custom {
    display: none;
  }
}
body .footer-area .columns .widget_wysiwyg_widgets_widget img {
  margin-bottom: 1em;
}
img.shadow {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border: 6px solid #f6f6f6;
}
.partner-area p {
  text-align: center;
  margin-top: 0;
}
.partner-area p img {
  display: inline-block;
  margin: .5em 1em;
  max-height: 80px;
  width: auto;
  float: none;
}
@media only screen and (max-width: 480px) {
  .partner-area p img {
    max-height: 60px;
  }
}
.partner-area .title {
  margin-bottom: 0;
}
.partner-area .title h2 {
  font-family: roboto slab;
  font-weight: normal;
  margin-bottom: 0;
}
.partner-area .title h2:before {
  content: "\f004";
  color: #fff;
  border: 1px solid #333;
  background: #333;
  width: 34px;
  padding-right: 1px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  border-radius: 75px;
  font-family: fontawesome;
  margin-right: 10px;
}
.widget.facebook_like {
  overflow: hidden;
  margin: 0 auto;
  height: 274px;
  width: 220px;
}
.widget.facebook_like iframe {
  margin-top: -1px;
  margin-left: -1px;
}
#facebook-like-widget-3 {
  width: 284px;
}
#main #sidebar .widget {
  margin-bottom: 25px;
  max-width: 230px;
}
#main #sidebar .widget h3,
#main #sidebar .widget .heading h3 {
  font-size: 1.2em !important;
  color: #fff !important;
  background: #67b7e1;
  line-height: 2.2em;
  text-indent: .6em;
  border-radius: .4em .4em 0 0;
  margin-bottom: 0;
  position: relative;
}
#main #sidebar .widget h3:before,
#main #sidebar .widget .heading h3:before {
  font-family: fontawesome;
}
.sidebar .widget li a,
#main #sidebar .widget_nav_menu li {
  text-indent: .8em;
  white-space: nowrap;
}
#main #sidebar .widget_nav_menu h3:before {
  content: "\f0c1";
  padding-right: .4em;
}
#main #sidebar .facebook_like h3:before {
  content: "\f09a";
  padding-right: .4em;
}
#main #sidebar #text-4 h3:before {
  content: "\f099";
  padding-right: .4em;
}

#sidebar .widget > div:not(.heading) {
 background: #fff;
}

#sidebar .fb-like-box-container_facebook-like-widget-2,
#sidebar .widget.facebook_like {
 height: 293px;
}

.fusion-tabs-2 a#facebook:before {
  padding-right: .4em;;
  font-family: FontAwesome;
  font-size: 1.2em;
  position: relative;
  top: 1px;
  color: #67b7e1;
  content: "\f09a";
}

.fusion-tabs-2 a#twitter::before {
  content: "\f099";
  padding-right: .4em;;
  font-family: FontAwesome;
  font-size: 1.2em;
  position: relative;
  top: 1px;
  color: #67b7e1;
}


body #main .comment-submit {
  background: #67b7e1;
  box-shadow: none;
  text-shadow: none;
  font-family: "roboto";
  border-radius: 4px;
  cursor: pointer;
  color: #fff !important;
}
body #main .comment-submit:hover {
  color: #fff !important;
  background: #67b7e1;
  box-shadow: inset 1px 1px 2px rgba(50, 50, 50, 0.4);
}
/********************** HOME PAGE ************************/
#post-26 .post-content {
  position: static;
}
#post-26 .post-content .title {
  margin-bottom: 1em;
}
#post-26 .post-content .title h2 {
  padding-right: 12px !important;
}
#post-26 .post-content > .avada-row > .two_third {
  text-align: justify;
}
#post-26 .post-content > .avada-row > .two_third iframe {
  display: inline-block;
  float: left;
}
#post-26 .post-content > .avada-row > .two_third iframe:last-of-type {
  float: right;
}
#post-26 .recent-posts-content h4 {
  font-size: 17px !important;
  text-decoration: underline;
}
#post-26 .recent-posts-content .excerpt-container {
  text-align: justify;
}
#post-26 .shortcode-tabs .tab_content {
  padding: 10px 0 0!important;
}
#post-26 .shortcode-tabs .tab_content table tbody tr:last-of-type td {
  border: none;
}
.page-id-26 .rev_slider_wrapper {
  height: 450px;
}
.page-id-26 .rev_slider > ul {
  opacity: .55;
  position: relative;
}
.page-id-26 #main {
  padding-bottom: 0 !important;
}
.page-id-26 .partner-area {
  padding-top: 40px;
}
#upper-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
}
#upper-inner {
  padding-top: 100px;
}
#upper-inner > div {
  margin-top: 40px;
  float: right;
  width: 60%;
}
#upper-inner ul {
  float: left;
  padding-top: 80px;
  line-height: 1em;
  font-size: 1.5em;
  padding-left: .2em;
}
@media screen and (max-width: 850px) {
  #upper-inner ul {
    font-size: 1.3em;
    line-height: 0.7em;
    padding-top: 3.5em;
  }
}
#upper-inner li {
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.5em;
  list-style-type: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
#upper-inner .video-shortcode {
  background: url(/WCBU_2015/wp-content/uploads/sprites.png) center 126% no-repeat;
  padding-bottom: 25px;
}
@media screen and (max-width: 590px) {
  .page-id-26 .post-content {
    padding-top: 295px;
  }
  .page-id-26 #upper-zone ul {
    text-align: center;
    float: none;
    width: 95%;
    padding-top: 1.5em;
  }
  .page-id-26 #upper-inner > div {
    float: none;
    width: 90%;
    margin: 90px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .page-id-26 .post-content {
    padding-top: 250px;
  }
  .page-id-26 #upper-zone ul {
    padding-top: 0.5em;
  }
  .page-id-26 #upper-inner > div {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 420px) {
  .page-id-26 .post-content {
    padding-top: 220px;
  }
  .page-id-26 #upper-zone ul {
    line-height: .3em;
    padding-top: 0;
  }
  .page-id-26 #upper-inner > div {
    margin: 60px auto 0;
  }
}
#tabs-1 .tab_content {
  width: 100%;
  box-sizing: border-box;
}
#tabs-1 .tab_content a {
  color: $blue;
}
#tabs-1 .tab_content > p:first-child {
  display: none;
}
#tabs-1 .tab_content table td {
  font-size: .9em;
}
#tabs-1 .tab_content table td a {
  color: #67b7e1;
  display: inline-block;
  border-radius: .5em;
}
#tabs-1 .tab_content table td a:hover {
  background: #7cc1e5;
  color: white;
}
.notUSED {
  padding: 0 3px;
  margin: 0 -3px;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#tabs-1 #tab02f4014c td:before {
  content: "\f059";
  font-family: fontawesome;
  padding-right: .3em;
  text-decoration: none;
  position: relative;
  font-size: 1.5em;
  vertical-align: middle;
  top: -1px;
}
#tabs-1 #tab2ed405d0 td:first-child {
  width: 180px;
}
#tabs-1 #tab2ed405d0 td:first-child:before {
  content: '\f133';
  font-family: fontawesome;
  vertical-align: middle;
  font-size: 1.7em;
  float: left;
  padding-top: .45em;
  padding-bottom: .3em;
  padding-right: .5em;
}
#tabs-1 #tab2ed405d0 tr:last-child td:first-child:before {
  display: none;
}
/************** BLOGS *****/
.about-author,
.no-comments {
  display: none;
}
.meta-info .fn,
.meta-info .sep,
.meta-info a {
  display: none;
}
.meta-info .updated:before {
  content: "Posted ";
}
#main #sidebar #nav_menu-10 li {
  white-space: normal;
  text-indent: -14px;
  padding-left: 24px;
}
/**** FOR VERSION 3.7 *************/
#header-sticky .avada-row,
#header .avada-row,
#main .avada-row,
.footer-area .avada-row,
#slidingbar-area .avada-row,
#footer .avada-row,
.page-title,
.header-social .avada-row,
#small-nav .avada-row,
.tfs-slider .slide-content-container .slide-content {
  max-width: 940px;
}



.page-id-26 .rev_slider > ul {
  opacity: .55;
  position: relative;
}
@media screen and (min-width: 820px) {
.page-id-26 .rev_slider > ul {
  top: -5px;
 }
}

#content .nav-tabs li a,
.nav-tabs li a {
 width: 100%;
 border-radius: .5em .5em 0 0;
}

#content .nav-tabs li.active a,
.nav-tabs li.active a {
 background: #fff !important;
 color: #67b7e1;
}

#content .nav-tabs li a:hover,
.nav-tabs li a:hover {
 color: #67b7e1;
 border-color: #67b7e1;
 background: #ebeaea;
}


.fusion-tabs .tab-pane {
 padding: 10px 0 0 ;
 border-bottom-width: 0;
}
.fusion-tabs .tab-pane > p:last-child,
.fusion-tabs .tab-pane > p:first-child {
 display: none;
}


#sidebar .menu {
  list-style-type: none;
  margin:0;
  padding: 0 0 0 ;
 border: 1px solid #ebeaea;
}

#sidebar .menu-item {
 padding: .75em 0.35em .75em 0;
 border-bottom: 1px solid #ebeaea;
}
#sidebar .menu-item.current_page_item  {
font-weight: bold;
}

#sidebar .menu-item:last-child {
 border: 0;
}
#sidebar .menu-item a:hover {
 font-weight: bold;
}
#sidebar .menu-item a:hover:before {
 color: #67b7e1;
 font-weight: normal;
}
#sidebar .menu-item a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1.2em;
  padding-right: .4em;
  position: relative;
  top: 1px;
  color: #666;
  font-weight: normal;
  margin-left: 0;
}

.page-title {
 width: 940px;
}

@media screen and (min-width:900px) {
    #content {
        width: 73.17% !important;
    }
    #content.full-width {
        width: 100% !important;
    }
}

@media screen and (max-width: 400px) {
    body #main,
    body #header {
        padding-left: 10px;
        padding-right: 10px;
    }

    #sidebar {
        clear: both;
        margin-top: 20px;
        padding-top: 20px;
        float: none !important;
    }
}

.single .post .meta-info, .avada_faq .meta-info {
margin-bottom: 55px;
display: none;
}

nav ul li#menu-item-2175 > a,
nav ul li#menu-item-2175 > a:hover {
  color: #ec3238;;
}


.copyright {
    list-style-type: none;
}
body .copyright li {
    display: block;
}