/*
Theme Name: Aikihdf
Theme URI: 
Author: Aikido HdF FFAB
Author URI: https://wordpress.org
Description: 
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aikihdf
Tags: 
*/

.uppercase {
    text-transform: uppercase;
}

.font-bold {
    font-weight: 700;
}



body {
	margin: 0;
     font-family: "Sofia Sans Condensed" !important;
}

.yellow{background-color :#FFB901}
.red{background-color:#9a1d27}
/*.dark_yellow{background-color: #FF9800;}*/
.dark{background-color: #211d19;}
.light_red{background-color: #dd0011;}
.dark_red{background-color: #73161E;}
.fix{
    position: fixed; 
    width:100%;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    top:0;
    z-index:50;
}

#subheader{
    width:100%;
    margin-top: -20px;
    background-color: transparent;
}

#menu-subheader li a{
    display: block;
    padding: 0.5rem;
    text-decoration:none;
    color: firebrick;
    font-size: larger;
}

.stop_violence{
    border: 3px solid yellowgreen;
    border-radius: 20px;
    margin-left: 35px;
}

.stop_violence a {
    color: dodgerblue !important;
    font-weight: bold;
}

#header{
    margin-right: auto;
    margin-left: auto;
    border-bottom: 2px solid firebrick;
}



#header li a{
    display: block;
    padding: 0.5rem;
    text-decoration:none;
    color: rgba(0, 0, 0, 0.65);
    font-size: larger;
}

#header li a:hover{
    color:#73161E;
    text-decoration:underline;
}

#logo_description{
    display: flex;
    align-items: center;
    margin-left: 5%;
}


@media (width > 1799px){
    #logo_description img{
        width:150px;
    }
    #logo_description a{
        font-size: xx-large;
        color: #a0191d;
        text-decoration: none;
    }
}
  
@media (width< 1800px){
    #logo_description img{
        width:100px;
    }
    #logo_description a{
        font-size: x-large;
        color: #a0191d;
        text-decoration: none;
    }
}

@media (width< 1000px){
    #header .d-flex{
        justify-content: space-around;
    }

    #logo_description img{
        width:50px;
    }
    #logo_description a{
        font-size: x-large;
        color: #a0191d;
        text-decoration: none;
    }
}

#main-menu{
    min-width:200px;
    margin : 5% 0 1% 0;
}

#banner{
    height: 600px;
    margin-top: 180px;
}



#promo_banner{
    width: 80%;margin: 0 auto;
}

#promo_banner img{
    width: 100%;
}

@media (width< 1500px){
    #buttons{
        position: absolute;
        margin-top: 30%;
    }
}

@media (width> 1499px){
    #buttons{
        position: absolute;
        margin-top: 20%;
    }
}

@media (width> 2300px){
    #buttons{
        position: absolute;
        margin-top: 15%;
    }
}

#button_discover, #button_search{
    height: fit-content;
    margin-right: 5%;
    margin-top: 10%;
    padding: 1%;
    border-radius: 10px 100px / 120px;;
    color: whitesmoke;
    font-size: x-large;
    width: 400px;
    text-align: center;
}

#button_discover{
    border: 2px solid #9a1d27;
}

#button_search{
    border: 2px solid #211d19;
}

#button_discover a, #button_search a{
    text-decoration: none;
    color: white;
}

#button_discover:hover, #button_search:hover{
    border: 2px solid rgba(255, 255, 240, 0.315);
}

#main, #main-content{
    background-image: url(./images/kanji_aikido_vertical.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 95% 105%;
    margin-top: 15%;
}
@media(width>991px){
    #main, #main-content{
        margin-top:25%;
    }
}

@media(width>1200px){
     #main, #main-content{
        margin-top: 20%;
    }
}
@media(width>1400px){
     #main, #main-content{
        margin-top: 15%;
    }
}
#main_home .home_section h1{
    text-align: center;
    width: 100%;
    font-size: 4em;
}

#main_home img{
    max-width: 100%;
    height: auto;
}

.home_section{
    border-bottom: solid 1px lightgrey;
    padding: 50px 0;
}

.home_block_news{
    display:flex;
    padding:0 35px;
    text-align:center;
}

div.nav-previous, div.nav-next {
    width: 50px;
}

div.nav-previous {
    position: relative;
    display: inline-block;
}

div.nav-next {
    position: relative;
    display: inline-block;
}

div.nav-previous a {
    color: white;
    position: relative;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1px;
    font-size: xx-large;
    z-index: 20;
    left: -22px;
}

div.nav-next a {
    color: white;
    position: relative;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1px;
    font-size: xx-large;
    z-index: 20;
    left: 22px;
}

.title_section{
    text-align: center;
    margin-bottom: 5%;
}
    
.title_section a{
    text-decoration: none;
    color:#211d19;
}

.circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.title-with-circle h1 {
  position: relative;
  z-index: 1;
  color: white;
  margin: 0;
  padding: 20px;
}



.home_article{
    margin: 0 15px;
    align-content: center;
    max-width:300px;
}

.home_article h3{
    padding: 15px;
    margin-top: 70px;
    color: whitesmoke
}

.article_excerpt{
    background-color: #1c1d1c;
    padding: 15px 0;
    margin-top:-70px
}

.article_read a{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 85px;
    background-color: #c91922 !important;
}

.article_date, .wp-block-latest-posts__post-date{
    color:grey;
    margin-top:25px;
    margin-bottom:25px;
}

.wp-block-latest-posts__post-title{
    font-size: xx-large;
}

.button{
    padding: 3% 1%;
    background:#73161E;
    background-size: 50% 50%;
	background-repeat: no-repeat;
    border-radius: 20px 2px;
}

.button a{
    color:white;
    text-decoration: none;
}

.button:hover,.button:focus {
    background:#59534E;
    background-size: 50% 50%;
	background-repeat: no-repeat;
    border-radius: 2px 20px;
}

.button i{
 margin-right: 5px;
}

.big-square-red{
    background: #9B0D0C;
    height: fit-content;
    padding: 5% 0 5% 2%;
    color:whitesmoke;
    background-size: 51% 51%;
	background-repeat: no-repeat;
    margin-right: 2%;
    border-radius: 40px 3px;
}


.big-square-yellow{
    background: #FFB901;
    height: fit-content;
    padding: 5% 0 5% 2%;
    color:whitesmoke;
    background:
            linear-gradient(135deg, transparent 0px, #FFB901 0) top left,
            linear-gradient(225deg, transparent 10px, #FFB901 0) top right,
            linear-gradient(315deg, transparent 0px, #FFB901 0) bottom right,
            linear-gradient(45deg,  transparent 10px, #FFB901 0) bottom left;
    background-size: 51% 51%;
	background-repeat: no-repeat;
}

.big-square-black{
    background: #403931;
    height: fit-content;
    padding: 5% 0 5% 2%;
    color:whitesmoke;
    background-size: 51% 51%;
	background-repeat: no-repeat;
    border-radius: 3px 40px;
}
.big-square-yellow a, .big-square-red a, .big-square-black a{
    color:whitesmoke;text-decoration:none;text-align:left;
}

#single,#page{
    margin: 10% 20%;
}

.page_title, .single_title{
    text-align: center;
    border-bottom: 1px solid lightgrey;
    margin:0 30%;
    padding : 5% 0 2% 0;
}

.single_thumbnail,.page_thumbnail{width:autp;text-align: center;}
.single_thumbnail img, .page_thumbnail img{width:50%}
.single_content, .page_content{
    margin-top:5%;
    font-size: 20px;
}

.backbutton{
    width:250px;
    padding: 1%;
    background:
		linear-gradient(135deg, transparent 0px, #211d19 0) top left,
		linear-gradient(225deg, transparent 10px, #211d19 0) top right,
		linear-gradient(315deg, transparent 0px, #211d19 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #211d19 0) bottom left;
    background-size: 50% 51%;
	background-repeat: no-repeat;
}

.backbutton a{
    color:white;
    text-decoration: none;
}

.backbutton:hover,.backbutton:focus {
    background:
		linear-gradient(135deg, transparent 0px, #59534E 0) top left,
		linear-gradient(225deg, transparent 10px, #59534E 0) top right,
		linear-gradient(315deg, transparent 0px,  #59534E 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #59534E 0) bottom left;
    background-size: 50% 51%;
	background-repeat: no-repeat;
}

.backbutton i{
    margin-left: 5px;
}

.wp-block-latest-posts__post-title{
    color:#9B0D0C;
}

.wp-block-latest-posts__list li{
    margin-bottom: 5%;
    border-bottom: 1px solid lightgrey;
}

.wp-block-latest-posts__read-more{
    color:goldenrod;
    text-decoration: none;
    font-weight: bolder;
}

.details_club{
        margin: 5% 0;
    border: 1px solid grey;
    padding: 1%;

}
/**mec events*/
.mec-container{
    margin-top:10%;
}

/**NG GALLERY*/
.ngg-breadcrumbs li a {
    font-size: large;
    color:#9B0D0C;
}
.ngg-breadcrumbs li {
    font-size: large;
}

.ngg-album-desc {
    color: #211d19 !important;
    font-size: x-large !important;
}


footer{
    text-align: center;
    margin-top : 200px;
    border-top: 1px solid #d9dde0;
}

#subfooter{
    height: 50px;
    background-color: lightgrey;
    text-align: center;
    padding: 1%;
}

#subfooter a {
    color : black;
}
    