


@media only screen and (min-width: 770px) {

    .display-flex-5 {
        display: flex;
        flex: 5;
        height: inherit;
    }

}

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

    .display-flex-5 {
        display: grid;
    }

}
.display-flex-4 {
    display: flex;
    flex: 4;
    height: inherit;
}
.flex-3{
	flex: 3;
}
.flex-2{
	flex: 2;
}
.flex-1{
	flex: 1;
}
.front-web.images-tennikoit {
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-title.frontpage-tennik {
    font-weight: 800;
    text-transform: capitalize;
    color: white;
}
.site-description {
    font-size: 14px;
    color:white;
}

.front-page.section-layout-2 {

        padding-top: 6em;
        width: 90%;
    margin-left: auto;
    margin-right: auto;
      text-align: center;
}
.has-text-align-center {
    text-align: center;
    font-size: 16px;
}


.front-page.section-layout-3 {
    padding-top: 0;
        width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.premium-dual-header-first-header {

    margin-bottom: 21px;
    border-bottom: 2px solid #444242;
    width: max-content;
}
.para-des {
    margin-bottom: 3em;
    font-size: 15px;
    margin-right: 2em;
}
.game-design-tennkot {
    box-shadow: 0px 1px 3px #aaa;
    border-radius: 2px;
    padding: 34px;
}

.front-page.section-layout-4{
	    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;

}


.measuremnt-tennikoit-geound {
    width: 29em;
}

.front-page.section-layout-5 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}


/*================ Gallery ====*/



.containergal > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.containergal > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 2px 16px var(--shadow);
}

.containergal {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}
/*========= End ============*/




.page-logo-org-name {
    font-weight: 800;
    color: white;
}
.site-description-page {
    color: white;
    margin-top: -11px;
}
.logo-sitedes {
    display: flex;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-table.aligncenter.is-style-regular {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
        padding: 46px 32px 32px;
}
.td_tabel {
    min-width: 6em;
    background: black;
    color: white;
    padding: 11px 10px;
    text-align: left;
    font-size: 2vw;
}

td {
    text-align: left;
    padding: 1px 11px;
    border: 1px solid #a4a0a0;
}

tr{
	border-bottom: 1px solid #aaa;
}
.eael-team-content {
    text-align: left;
    margin-top: 7px;
}
.eael-team-member-name {
    font-size: 21px;
    font-weight: bold;
}
.eael-team-member-name2 {
    font-size: 16px;
    font-weight: bold;
}
.eael-team-member-name3 {
    font-size: 15px;
    font-weight: bold;
}
.eael-team-item-inner {
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    padding: 12px;
}
#eael-team-member-51a579f {
    margin-top: 2em;
}

.eael-team-text2 {
    font-size: 12px;
}


.eael-team-text3 {
    font-size: 12px;
}

.heading-beared {
    margin-left: auto;
    margin-right: auto;
    width: min-content;
    margin-top: 3em;
}

.layout-bearer {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-file {
    font-size: 28px;
    font-weight: bold;
    color: red;
    margin-top: 2em;
}
.wp-block-file__button {
    background: black;
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 22px;
    position: relative;
    top: 25px;
    border-radius: 8px;
}
.wp-block-file__button:hover {
    background: #999;
    color: white;
}



/*Flex items*/
.list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.list-item {
	display: flex; 
  padding: 0.5em;
	width: 100%;
}
@media all and (min-width: 40em) {
  .list-item {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
.list-item {
    width: 29%;
    margin: 1em 1em;
}
}
.list-content {
    background-color: #fff;
    padding: 6px;
    width: 100%;
    display: grid;
}
.list-content p {
	flex: 1 0 auto;
}


.list-item.blogs-lists {
    background: white;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 14px;
}
.images-size-blog {
    width: 100%;
    height: 190px;
}

.title-blogs {
    font-size: 26px;
    text-align: left;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.description-blogs {
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pull-right-pegination {
    padding: 18px;
    width: 100%;
    text-align: right;
    float: right;
    margin: 2em 0em;
}
.hidden {
    display: none;
}


.mainvideo{
  max-width: 1200px;
  margin: 0 auto;
}


.btnvideo {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.abot-us-head {
    text-align: center;
    padding: 19px;
}
.btnvideo:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cardsvideo {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_itemvideo {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_itemvideo {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_itemvideo {
    width: 33.3333%;
  }
}

.eael-team-item-inner {
  border: 1px solid #ababab;
  border-radius: 1px;
  margin: 2em auto 0 auto;
}
.eael-team-image {
  box-shadow: 2px 2px 4px #979696;
  border-bottom: 1px solid black;
}
.cardvideo {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_contentvideo {
  padding: 1rem;
  background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}

.card_titlevideo {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_textvideo {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}

.wp-image-19 {
    width: 100%;
    max-width: 890px;
}

@media only screen and (min-width: 990px) {

    .site-title.frontpage-tennik {
        font-size: 70px;
        line-height: 77px;
        letter-spacing: 0px;
    }
    .page-logo-org-name {
        line-height: 52px;
        font-size: 46px;
    }
    .logo-tennikoit {
    width: 122px;
    margin-right: 21px;
    margin-top: 7px;
    }
    .site-description-page{
        font-size: 13px;
    }
    .site-description-page {
        width: 100%;
        font-size: 13px;
    }
    .premium-dual-header-first-header {
        font-size: 30px;
    }
    .eael-team-img {
        width: 215px;
    }
    .eael-team-img2 {
        width: 160px;
    }
    .eael-team-img3 {
        width: 135px;
    }

    .td_tabel {
        min-width: 6em;
        background: black;
        color: white;
        padding: 11px 10px;
        text-align: left;
        font-size: 15px;
    }
    tr{
        font-size: 15px;
    }
    .member-images {
    width: 95px;
    }




}

@media (min-width: 770px) and (max-width : 990px) {


    .navbar .navbar-menu .navbar-nav > li > a {
       font-size: 1.6vw;
    }
    .eael-team-img {
    width: 21vw;
    }
    .eael-team-img2 {
        width: 16vw;
    }
    .eael-team-img3 {
        width: 13vw;
    }

}

@media (min-width: 470px) and (max-width : 990px) {

    .site-title.frontpage-tennik {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0px;
    }
    .page-logo-org-name {
        line-height: 5vw;
        font-size: 5vw;
    }
    .logo-tennikoit {
        width: 12vw;
        margin-right: 10px;
        margin-top: 7px;
    }
    .site-description-page{
        font-size: 13px;
    }
    .site-description-page {
        width: 30em;
        font-size: 2vw;
    
    }
    .premium-dual-header-first-header {
        font-size: 4vw;
    }

    .td_tabel {
        min-width: 6em;
        background: black;
        color: white;
        padding: 11px 10px;
        text-align: left;
        font-size: 2vw;
    }
    tr{
        font-size: 2vw;
    }
    .member-images {
    width: 14vw;
    }


}

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


}





@media only screen and (min-width: 470px) {

    .site-branding {
        padding: 3em 4em;
    }

    .section-page-layot {
        padding: 2em 3em;
        background: #ff6000;
    }

/*    .layout-bearer {
        width: 86%;
        padding: 2em;
    }*/

    .layout-bearer {
        width: 100%;
        padding: 2em;
        max-width: 990px;
    }

}




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

    .site-title.frontpage-tennik {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 0px;
    }
    .site-branding {
        padding: 4em 19px;
    }
    .premium-dual-header-first-header {
        font-size: 23px;
        max-width: 12em;
    }
    .page-logo-org-name {
        line-height: 5.5vw;
        font-size: 5.5vw;
    }
    .logo-tennikoit {
        width: 16vw;
        margin-right: 7px;
        margin-top: 5px;
    }
    .section-page-layot {
    padding: 2em 1em;
    background: #ff6000;
    }
    .site-description-page {
    width: 22em;
    font-size: 3vw;

    }

    .layout-bearer {
        width: 100%;
        padding: 1em;
    }

    .td_tabel {
        min-width: 6em;
        background: black;
        color: white;
        padding: 11px 10px;
        text-align: left;
        font-size: 12px;
    }
    tr{
        font-size: 12px;
    }
    .member-images {
    width: 76px;
    }


}


@media only screen and (min-width: 770px) {

    .front-web.images-tennikoit {
        height: 100%;
        width: 100%;
    }
    .front-page.section-layout-1 {
    height: 39em;
    background: #FF6000;
    background: linear-gradient(41deg,rgba(255, 96, 0, 1) 0%, rgba(158, 67, 11, 1) 165%);
    }
    .attachment-large.size-large {
        width: 28em;
        height: 40em;
    }
    .list-member {
        display: flex;
    }

}

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

    .front-web.images-tennikoit {
        height: 26em;
        width: 100%;
    }
    .front-page.section-layout-1 {
    height: 100%;
    background: #FF6000;
    background: linear-gradient(41deg,rgba(255, 96, 0, 1) 0%, rgba(158, 67, 11, 1) 100%);
    }
    .navbar.navbar-tennikoit {
    padding: 18px 0 !important;
    }
    .attachment-large.size-large {
        width: 100%;
    }
    .list-member {
        display: grid;
    }
    .eael-team-img {
    width: 215px;
    }
    .eael-team-img2 {
        width: 160px;
    }
    .eael-team-img3 {
        width: 135px;
    }

}