/*
Theme Name: Wp Judo
Text Domain: WP Judo
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/* roboto-regular - latin */

body{
    font-family: 'Montserrat', sans-serif;
}
h2{
    font-family: 'Oswald', sans-serif;
}
.header_logo{
    display: table;
    width: 100%;
}
.header_logo_tr{
    display: table-row;
}
.header_logo_emblem{
    display: table-cell;
    width: 80px;
}
.header_logo_emblem img{
    width: 100%;
    height: auto;
}
.header_logo_text{
    display: table-cell;
    padding: 0px 0px 0px 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
    transition: 0.5s;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
}
.the_header.scrolled .header_logo_text,
.the_header.secondary .header_logo_text{
    color: #000;
    transition: 0.5s;
    text-shadow: none;
}


.the_header.secondary{
    background-color: #fff;
}
.the_header.secondary ul li a{
    color: #000;
}

.team_tbl{
    display: table;
    width: 100%;
    margin: 0px 0px 50px 0px;
}
.team_tr{
    display: table-row;
}
.team_td{
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.team_td.pic{
    width: 35%;
}
.team_td.mem_info{
    width: 65%;
    padding: 0px 0px 0px 25px;
    font-family: 'Montserrat', sans-serif;
}
.team_pic{
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 1000px;
    background-size: cover;
    background-position: center;
    background-image: url('img/user.png');
}
.team_td.mem_info h3{
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    margin: 0px 0px 15px 0px;
}
.team_td.mem_info .the_title{
    background-color: #d2232a;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.contact_deets{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}





.the_header{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
    right: 0px;
    padding: 15px 0px;
    background-color: transparent;
    transition: 0.5s;
}
.the_header ul{
    list-style: none;
    margin: 28px 0px;
    padding: 0px;
}
.the_header ul li{
    display: inline-block;
    margin: 0px 0px 0px 30px;
}
.the_header ul li a{
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}
.the_header.scrolled ul li a{
    color: #000;
}
.header_logo_link{
    text-decoration: none;
}
.secondary_header_grad {
    height: 25%;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    opacity: 0.7;
    background-blend-mode: multiply;
    background-image: linear-gradient(to top, rgba(28, 33, 43, 0), #1c212b);
}

.the_header.scrolled{
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 25%);
    transition: 0.5s;
    background-color: #fff;
}
.featured_section_home h1{
    font-size: 65px;
    line-height: 64px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.featured_section_home{
    width: 100%;
    height: 100vh;
    min-height: 620px;
    display: table;
    background-color: #555;
    background-size: cover;
    background-position: center top;
}
.featured_section_home_tr{
    display: table-row;
}
.featured_section_home_td{
    display: table-cell;
    vertical-align: middle;
}
.featured_section_home span.top{
    display: inline-block;
    width: 100%;
    margin: 0px 0px 15px 0px;
    text-shadow: 5px 5px 0px #23408e;
}
.featured_section_home span.bottom{
    display: inline-block;
    margin: 0px 0px 20px 50px;
    text-shadow: 5px 5px 0px #d2232a;
}
.featured_section_home p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
}
.bg{
    background-size: cover;
    background-position: center;
}
.team_section{
    background-color: #eeeeee;
    padding: 100px 0px;
    margin: 0px 0px 100px 0px;
}
.useful_info_section{
    background-color: #eeeeee;
    padding: 100px 0px;
    margin: 0px 0px 0px 0px;
}
.team_section h2,
.useful_info_section h2{
    margin: 0px 0px 50px 0px;
    font-weight: bold;
    color: #1a306b;
    text-align: center;
}

.the_footer .social_icons {
    margin: 0px;
    text-align: left;
}
.social_cube {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin: 0px 5px 0px 0px;
}
.social_cube img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.two_col{
    display: table;
    width: 100%;
    min-height: 500px;
    margin: 0px 0px 100px 0px;
}
.two_col_tr{
    display: table-row;
}
.two_col_td{
    display: table-cell;
    padding: 100px;
    width: 50%;
    vertical-align: middle;
}
.two_col_td .header_logo{
    margin: 0px 0px 25px 0px;
}
.two_col_td .header_logo .header_logo_text{
    color: #d2232a;
    font-size: 28px;
    text-shadow: none;
    line-height: 30px;
}
.two_col_td.img_side{
    background-color: #eee;
    position: relative;
}

.two_col_td.bot_col h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    color: #23408f;
    font-weight: bold;
}
.two_col_td.bot_col h2{
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    margin: 5px 0px 15px 0px;
    color: #d2232a;
}
.two_col_td.bot_col h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin: 0px 0px 15px 0px;
    color: #23408f;
    font-weight: 600;
}




.img_side img{
    position: absolute;
    height: 100%;
    width: auto;
    top: 50px;
    left: -50px;
    z-index: -1;
}
.featured_cards{
    padding: 0px 0px 75px 0px;
    margin: -130px 0px 0px 0px;
}
.featured_cards a{
    text-decoration: none;
}
.featured_cards h3{
    color: #23408e;
    text-transform: uppercase;
    font-weight: bold;
        margin: 0px 0px 25px 0px;
    font-family: 'Oswald', sans-serif;
}
.two_col_td p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 25px 0px;
}
.featured_cards .red_card h3{
    color: #d2232a;
}
.sing_gal{
    margin: 0px 0px 25px 0px;
}
.sing_gal h4{
    color: #23408e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin: 0px 0px 15px 0px;
    font-family: 'Oswald', sans-serif;
}
.sing_gal h5{
    color: #d2232a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.sing_gal a{
        text-decoration: none;
}
.page_content{
    margin: 0px 0px 100px 0px;
}
.act_btn{
    background-color: #23408e;
    color: #fff;
    padding: 15px 40px 16px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    margin: 0px 5px 0px 0px;
}
.act_btn.red{
    background-color: #d2232a;
}
.act_btn:hover{
    color: #fff;
    text-decoration: none;
}
.prev_cube{
    width: 100%;
    padding-top: 260px;
    margin: 0px 0px 25px 0px;
    background-color: #555;
    box-shadow: 5px 5px #eee;
}
.gal_intro_text{
    display: inline-block;
    width: 100%;
    margin: 0px 0px 75px 0px;
}
.gal_intro_text p{
    margin: 0px 0px 25px 0px;
}
.sing_gal_wrap{
    display: inline-block;
    width: 100%;
}
.contact_tbl{
    display: table;
    width: 100%;
}
.contact_tr{
    display: table-row;
}
.contact_td{
    display: table-cell;
    padding: 0px 0px 10px 0px;
    vertical-align: top;
}
.contact_td.icon{
    width: 20px;
}
.contact_td.contact_d{
    padding: 0px 0px 0px 10px;
}
.contact_td.icon img{
    width: 100%;
    height: auto;
}
.sing_cube{
    width: 10%;
    padding-top: 10%;
    background-size: cover;
    background-position: center;
    background-color: #444;
    float: left;
}

.history .sing_cube{
    width: 16.66%;
    padding-top: 16.66%;
}



.feat_block{
    width: 100%;
    padding-top: 60%;
    position: relative;
    background-color: #444;
    background-size: cover;
    margin: 0px 0px 15px 0px;
    background-position: center;
}
.sing_gal_wrap{
    margin: 0px 0px 75px 0px;
}
.images_section{
    width: 100%;
    height: 300px;
    background-color: #444;
    background-size: cover;
    background-position: center;
      background-attachment: fixed;
}
.tax_gal_wrap{
    margin: 0px 0px 75px 0px;
}
.gallery_navigation{
    width: 100%;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 100px 0px;
}
.gallery_navigation a.year_nav{
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    background-color: #23408e;
    color: #fff;
    padding: 15px 30px;
    margin: 0px 5px;
}
.gallery_navigation a.year_nav:hover{
    text-decoration: none;
    color: #fff;
}

.results_tbl{
    display: table;
    width: 100%;
    min-width: 800px;
}
.results_tr{
    display: table-row;
}
.results_td{
    display: table-cell;
    width: 20%;

    padding: 15px;
}
.team_brdr{
    position: absolute;
    border: 5px solid #fff;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 1000px;
}
.mini_title{
    background-color: #d2232a;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.results_td a{
    text-decoration: underline;
    font-weight: 500;
    color: #d2232a;
}
.results_td span p{
    margin: 10px 0px 10px 0px;
    font-size: 12px;
}
.mini_title .results_td,
.rep_results .results_td{
    padding: 10px 15px;
        border-bottom: 1px solid #eee;
}
.rep_results .results_td{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.head_tr{
    background-color: #000;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 20px;
}
.search-filter-results{
    width: 100%!important;
}
.info_pdf_wrap{
    margin: 0px 0px 75px 0px;
}
.info_tbl{
    width: 100%;
    display: table;
    margin: 0px 0px 25px 0px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.info_tbl:hover{
    color: #d2232a;
}
.info_tr{
    display: table-row;
}
.info_td{
    display: table-cell;
    vertical-align: middle;
}
.info_td.icon{
    width: 40px;
}
.info_td.icon img{
    width: 100%;
    height: auto;
}
.info_td.text{
    padding: 0px 0px 0px 15px;
}


.master_filter{
    width: 100%;
    max-width: 800px;
    margin: 50px auto 25px;
    padding: 0px 10px;
}
.master_filter ul{
    margin: 0px!important;
    padding: 0px;
}
.events_master_wrap{
    margin: 0px 0px 100px 0px;
}
.events_master_wrap h2{
    text-align: center;
    font-size: 26px;
    margin: 0px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}




.master_filter .searchandfilter ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
    margin: 0;
    width: 33.33%;
}
.master_filter .searchandfilter ul li label{
    width: 100%;
}
.master_filter .searchandfilter ul li .sf-input-select{
    width: 100%!important;
    padding: 15px;
}
li.sf-field-submit input{
  padding: 15px;
  background-color: #23408f;
  border: 1px solid #23408f;
  color: #fff;
  font-weight: 500;
  border-radius: 0px;
  width: 100%;
}





.the_footer{
    padding: 100px 0px;
    border-top: 1px solid #eee;
}
.the_footer ul{
    margin: 0px;
    padding: 0px;
    list-style:none;
}
.the_footer ul a{
    text-decoration: none;
    color: #000;
}
.the_footer h4{
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}

.footer_logo{
    width: 100%;
    max-width: 250px;
    margin: 0px 0px 30px 0px;
    height: auto;
}
.lotto{
    width: 100%;
    max-width: 100px;
    margin: 0px 0px 30px 0px;
    height: auto;
}
.judo_south_africa{
    width: 100%;
    max-width: 150px;
    margin: 0px 0px 30px 0px;
    height: auto;
}
.copywrite{
    padding: 15px 0px;
    background-color: #1a306b;
    color: #fff;
    font-size: 14px;
}
.copywrite a{
color: #fff;
text-decoration: none;
}
.copywrite a:hover{
color: #fff;
text-decoration: none;
}

.righter{
    text-align: right;
}
.single_club{
    margin: 0px 0px 50px 0px;
}
.single_club h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}
.club{
    display: table;
    width: 100%;

}
.club_tr{
    display: table-row;
}
.club_td{
    display: table-cell;
    padding: 0px 0px 20px 0px;
}
.club_td.what{
    width: 30%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #d2232a;
    font-weight: bold;
}
.club_td.deets{
    width: 70%;
    font-size: 16px;
    font-weight: 500;
}
.club_td.deets p{
    padding: 0px;
    margin: 0px;
}
.club_td.deets a{
    color: #23408e;
    font-weight: bold;
    text-decoration: none;
}
.single_secondary_header{
    background-color: #555;
    width: 100%;
    margin: 110px 0px 100px 0px;
    background-size: cover;
    background-position: center;
}
.single_secondary_header_title{
    padding: 100px 0px;
    position: relative;
}
.single_secondary_header h1{
    font-size: 50px;
    line-height: 54px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-shadow: 5px 5px 0px #23408e;
}
.single_secondary_header span.top{
    display: inline-block;
    width: 100%;
    margin: 0px 0px 7px 0px;
    text-shadow: 5px 5px 0px #23408e;
}
.single_secondary_header span.bottom{
    display: inline-block;
    margin: 0px 0px 0px 50px;
    text-shadow: 5px 5px 0px #23408e;
}
.single_secondary_header_title img{
    position: absolute;
    height: 100%;
    width: auto
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.useful_pics img{
    width: 100%;
    height: auto;
    margin: 0px 0px 50px 0px;
    padding: 25px;
    background-color: #fff;
        box-shadow: 7px 7px #d2232a;
}

.mob_trigger{
		position: fixed;
		display: none;
		top: 25px;
		right: 25px;
		z-index: 100;
}
/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  display: inline-block;
      vertical-align: top;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #ffffff;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
}

.mob_trigger.scrolled #nav-icon3 span,
.mob_trigger.secondary #nav-icon3 span{
	  background: #000;
}



.mob_trigger:hover #nav-icon1 span,
.mob_trigger:hover #nav-icon2 span,
.mob_trigger:hover #nav-icon3 span{
		background: #d2232a;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
	background: #ffffff;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
				background: #000;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
				background: #000;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
	background: #000;
}

.mobile_menu{
    position: fixed;
    padding: 120px 0px 0px 0px;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #23408e;
    color: #000;
    left: 0px;
    top: 0px;
    z-index: 5;
    text-align: center;
}
.mobile_menu ul{
		margin: 0px;
		padding: 0px;
		position: relative;
		display: block;
		    z-index: 0;
				box-shadow: none;
				text-align: center;
}
.mobile_menu ul li{
		margin: 0px;
		padding: 0px;
		position: relative;
		display: block;
		color: #000;
		text-transform: uppercase;
}
.mobile_menu ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}







@media (max-width: 992px){
  .foot_col{
      margin: 0px 0px 15px 0px;
  }
  .copywrite{
      text-align: center;
  }
  .mobile_menu .menu-main-menu-container,
  .the_footer .menu-main-menu-container{
      display: block;
  }
  .mob_trigger{
      display: block;
    }
  .featured_section_home p{
      font-size: 15px;
    }
  .events_master_wrap h2 {
      font-size: 20px;
  }
  .master_filter {
      padding: 0px 0px;
  }
  .two_col {
    display: block;
    margin: 0px 0px 50px 0px;
  }
  .team_section {
    padding: 50px 0px;
    margin: 0px 0px 50px 0px;
}
  .team_td.pic {
    width: 25%;
}
  .the_footer {
    padding: 50px 0px;
  }
  .header_logo_text {
      font-size: 16px;
      line-height: 20px;
  }
  .single_secondary_header {
    margin: 110px 0px 50px 0px;
  }
  .images_section {
    height: 200px;
  }
  .single_secondary_header h1 {
      font-size: 35px;
      line-height: 35px;
  }
  .single_secondary_header_title {
    padding: 70px 0px;
  }
  .single_secondary_header span.top {
      text-shadow: 3px 3px 0px #23408e;
      margin: 0px 0px 10px 0px;
  }
  .single_secondary_header span.bottom {
      text-shadow: 3px 3px 0px #23408e;
  }
  .two_col {
    display: block;
  }
  .two_col_tr {
    display: block;
  }
  .two_col_td {
    display: block;
    padding: 25px;
    width: 100%;
    min-height: 300px;
  }
  .menu-main-menu-container{
      display: none;
  }
  .featured_section_home h1 {
      font-size: 35px;
      line-height: 34px;
  }
  .results_overflow{
      overflow-x: scroll;
      border: 1px solid #23408f;
  }
  .results_td {
      padding: 10px;
      font-size: 13px;
  }

  .rep_results .results_td {
    font-size: 13px;
  }
  .master_filter .searchandfilter ul li {
      list-style: none;
      display: inline-block;
      padding: 0px 0px 15px;
      margin: 0;
      width: 100%;
    }
    .righter{
        text-align: center;
    }
}
@media (max-width: 768px){

}
