/*
Theme Name: Club theme
Author: Tiran digital marketing
Developed by Tiran digital marketing
*/

html {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Assistant', sans-serif;
    padding: 0;
    margin: 0;

    direction: rtl;
}

.no-padding {
    padding: 0 !important;
}


.fixed {
    position: fixed !important;
    z-index: 999999;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
}

#top-menu {

}

#top-menu:not(.fixed) .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#top-menu-mobile {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    background-color: white;
}

#logo {
    max-width: 153px;
    margin-top: 2px;
    transition:all 0.5s ease;
}

.fixed #logo {
    margin-top: 6px;
    max-width: 100px;
}

.nav {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    transition:all 0.5s ease;
}


 .fixed ul {
    padding: 0 !important;

}

.current_page_item a, .current_page_parent a {
  color: #f7b513 !important;
}


.current_page_item:after, .current_page_parent:after {
    content: " ";
    display: block;
    width: 25px;
    margin: 0 auto;
    margin-top: 10px;
    border-bottom: 2px solid #f7b513;
}

.fixed .nav ul a {
    font-size: 20px;
}

.nav ul a {
    padding: 0 25px;
    font-size: 24px;
    text-decoration: none;
    color: #000;
    direction: rtl;
}

.nav a:hover  {
    color: #f7b513;
}

/*
.nav li:hover:after {
    content: " ";
    display: block;
    width: 30px;
    margin: 0 auto;
    margin-top: 10px;
    border-bottom: 2px solid #f7b513;
}
*/

.nav li {
    float: right;
    position: relative;
}

.nav li:hover > ul.sub-menu {
   display: block;
}

/*

.nav li > a:after {
    content:"^";
    transform:rotate(180deg);
    position: absolute;
    font-size: 16px;
    right: -2px;
}

.nav li > a:only-child:after {
    content: "";
}

.nav li li > a:after {
    content: "\21E2";

}

*/

ul.sub-menu {
   padding: 0;
   margin: 0;
   display: none;
   position: absolute;
   z-index: 99999999;
   top: 38px;
   right: 0;
   max-width: 180px;
   list-style: none;
   text-align: center;
   border-top: 2px solid #f7b513;
   background-color: #e8e8e8;
}

ul.sub-menu li {
    display: block;
    padding: 0px !important;
    width: 180px;
    border-bottom: 1px solid #dddddd;
}

ul.sub-menu li a {
    display: inline-block !important;
    margin: 0px;
    padding: 10px !important;
    width: 100%;
    font-size: 16px !important;
}

ul.sub-menu .current-menu-item a {
   background-color: #f7b513;
   border-radius: 0px !important;
   color: white;
}

.nav ul li {
    padding: 5px 0px;
    display: inline-block;
}

.fixed .social-icons-menu {
    display: none;
}


.social-icons-menu {
    display: block;
    padding-bottom: 14px;
    margin-right: 15px;
}

.social-icons-menu a {
    padding: 0 15px;
}

.footer .social-icons-menu {
    padding-bottom: 0;
    margin-right: -15px;
    margin-top: 30px;
}

.footer .social-icons-menu a {
    padding: 0;
    margin-left: 5px;
}

#home-slider .item {
    display: table;
    height: 740px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}


.slide-text {
    display: table-cell;
    padding: 0 15%;
    margin-top: 50px;
    vertical-align: middle;
    text-align: center;
    color: white;
    text-shadow: 5px -2px 1px rgba(0, 0, 0, 0.8);
    font-size: 55px;
}

.slide-text-big {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    font-size: 55px;
    font-weight: bold;
}

.slide-text-button {
    line-height: 1px;
}

.slide-text-button a {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    padding: 25px 38px;
    color: white;
    position: relative;
    top: 100px;
    background-color: #f7b513;
    transition:all 0.3s ease;
    text-shadow: none;
}

.slide-text-button a:hover {
    font-size: 32px;
     box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}


#shape1, #shape2 {
    position: absolute;
}

#shape1 {
    left: -100px;
    top: 10px;
}

#shape2 {
    right: -100px;
    bottom: -10px;
}

.about-us-home {
    font-size: 18px;
    color: #1d1d1d;
    z-index: 99999;
}


.about-us-home img {
    max-width: 719px;
}

.about-us-home h1, .events-title {
    color: #f7b513;
    font-size: 36px;
    font-weight: bold;
}

.posts-link {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.events {
    background-image: url('images/shape-left-bg.png'), url('images/shape-right-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 400px auto, 440px auto;
}

.events-title {
    padding: 50px 10px 20px 10px;
}

.events-home {
    height: 760px;
    background-image: url('images/home-eventsbg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.events-post {
    color: white;
    font-size: 16px;
    padding: 40px 90px !important;
    text-align: justify;
    height: 230px;
}



.events-post-title a {
    font-size: 24px;
    text-decoration: none;
    color: white;
}

.events-post-info {
    background-color: white;
    border-radius: 20px;
    padding: 0 15px;
}

.events-post-info div {
    display: inline-block;
    width:32%;
    color: #1d1d1d;
    padding: 6px 5px 0px 5px;
}

.events-post-info div img {
    float: right;
    margin-right: -10px;
    margin-left: 10px;
    margin-top: -5px;
}

.events-post-info a {
    color: #1d1d1d;
    text-decoration: none;
}


.events-button a {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    padding: 6px 38px;
    position: relative;
    top: 100px;
    color: white;
    background-color: #f7b513;
    transition:all 0.3s ease;
    text-shadow: none;
}

.events-button a:hover {
    font-size: 32px;
     box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.why-us-block {
    padding: 10px 30px;
}


.why-us-block-headline {
    font-weight: bold;
    font-size: 24px;
    padding: 15px 0;
}

.why-us-block-description {
    font-size: 16px;
}

.our-clients-row {
    background-color: #231f20;
    padding-bottom: 50px;
}

.our-clients-row .title strong {
    display: block;
    padding: 30px;
    font-size: 36px;
    font-weight: bold;
    color:white;
}

#clients-slider .item {
    text-align: center;
}

.lSPrev,.lSNext {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 100px;
    font-weight: bold;
    margin-top: -80px !important;
}

.lSPrev {
    padding-left: 10px !important;
}



.contact-row {
    color: black;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f7b513;
}

.contact-row .title {
    font-size: 48px;
    font-weight: bold;
}

.contact-row .number {
    margin-top: 10px;
    font-size: 36px;
}

.contact-row .columns {
    direction: rtl;
}

.contact-form input[type="text"]{
    border: none;
    width: 95%;
    padding: 15px 0;
    background-color: transparent;
    border-bottom: 2px solid black;
}

.contact-form input[type="text"]::placeholder {
    color:  black;
    opacity: 0.8;
    font-weight: 100;
    font-size: 20px;
 }

 .contact-form input[type="submit"] {
     margin: 0 auto;
    font-size: 30px;
    border-radius: 100px;
    padding: 8px 65px;
    color: white;
    display: block;
    line-height: 36px;
    background-color: #231f20;
    transition:all 0.3s ease;
    border: none;
}

.contact-form input[type="submit"]:hover {
    font-size: 34px;
}

.wpcf7-form .invalid{
    border: none !important;
}


.wpcf7-not-valid-tip {
    padding: 0px !important;
    font-size: 13px !important;
    margin: 0 !important;
}

#map {
    height: 530px;
}

.footer {
    background-color: #231f20;
    color: white;
    font-size: 15px;

}

#logo-footer {
    max-width: 260px;
}

.footer .contact-item {
    display: block;
    padding: 15px 0;
}

.footer .contact-item img {
    float: right;
    margin-left: 10px;
    margin-top: -4px;
    margin-right: -15px;
}

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

.footer a:hover {
    color: #f7b513;
}

.footer .column-title {
    color: #f7b513;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.column-title.white {
    color: white !important;
}

.footer .columns {
    padding: 10px 15px;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul li {
    display: block;
    padding: 3px 0;
}

.footer-border {
    border-bottom : 2px solid white;
}

#mozom {
    display: inline-block;
    position: relative;
    top: -20px;
}


.contact-form-footer {
    margin-top: 20px;
    margin-bottom: -10px;
}

.contact-form-footer input[type="text"]{
    direction: rtl;
    padding: 8px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 25px;
    margin-bottom: 10px;
    width: 100%;
}

.contact-form-footer input[type="text"]::placeholder {
    color:  white;
    opacity: 0.8;
    font-size: 16px;
 }

 .contact-form-footer input[type="submit"] {
     margin: 0 auto;
    font-size: 30px;
    border-radius: 100px;
    line-height: 38px;
    color: white;
    display: block;
    width: 100%;
    background-color: #f7b513;
    transition:all 0.3s ease;
    border: none;
}

.contact-form-footer input[type="submit"]:hover {
    font-size: 34px;
}

.copyright {
    font-size: 12px;
    margin-top: 50px;
}

#mobile-logo {
    max-width: 80px;
}

#show-mobile-menu {
    position: relative;
    top: 15px;
}

/* Mobile menu */
#mobile-menu {
    position: fixed;
    top: 75px;
    padding: 10px;
    width: 100%;
    background-color: white;
    z-index: 999999;
    transition: all 0.5s;
    overflow-y: auto;
    height: 100%;
    transform: translate(100%, 0);
}



#mobile-menu.animate {
	transform: translate(0, 0);
}

#mobile-menu-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

#mobile-menu-items li {
    display: block;
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid black; 
}

#mobile-menu-items li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    padding: 12px;
}

.mobile-submenu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-submenu li a  {
    color:  #838383 !important;
    font-size: 18px;
}

.showsubmenu {
    transform:rotate(180deg);
    float: right;
    margin-top: -15px;
}


.mobile-submenu li {
    background-color: #e4e4e4;
    border-bottom: 1px dotted #494949 !important;
}

.top-image-row {
    height: 280px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    text-align: center;    
}

.top-row-title {
    display: inline-block;
    position: relative;
    margin-top: 100px;
}

.top-row-title h1 {
    padding: 0;
    margin: 0;
    text-shadow: 5px -2px 1px rgba(0, 0, 0, 0.8);
    font-size: 54px;
    color: white;
	direction:ltr;
}

.top-row-title img {
    width: 80px;
}

#shape1-small, #shape2-small {
    position: absolute;
}

#shape1-small {
    left: -100px;
    bottom: -40px;
}

#shape2-small {
    right: -100px;
    top: -40px;
}

.contact-us-form-bg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-image: url('images/contact-us-form.png');  
}

.contact-data {
    padding-top: 120px;
    padding-right: 60px;
}

.contact-item {
    padding: 20px 10px;
}

.contact-item .line {
    color: #f7b513;
    font-size: 29px;
}

.contact-item .value {
    color: black;
    font-size: 19px;
    padding-right: 40px;
    padding-top: 5px;
}

.contact-item img {
    margin-bottom: -8px;
}



.contact-page-form {
    text-align: right;
    padding-top: 50px;
    padding-left: 60px;
    padding-bottom: 120px !important;
}

.contact-page-form .wpcf7-response-output{
    border: none !important;
    padding: 0px !important;
    font-size: 14px !important;
    margin-top: -5px;
}

.contact-page-form input[type="text"] {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 50px !important;
    border: none;
    border-bottom: 2px solid #bebebe;
    background-color: transparent;
    direction: rtl;
    color:  #494949;
    width: 100%;
}

.contact-page-form input[type="text"]:first-child {
    margin-top: 0px;
}

.contact-page-form input[type="text"]::placeholder {
    color:  #494949;
    opacity: 0.99;
    font-weight: 100;
    font-size: 19px;
 }

 .contact-page-form .title {
    font-size: 36px;
    font-weight: bold;
    color: #f7b513;
 }

 .contact-page-form label {
     display: block;
     color:  #494949;
     font-size: 19px;
     margin-top: 50px;
 }

 .contact-page-form textarea {
    padding: 10px;
    margin-top: 15px;
    border: none;
    border: 2px solid #bebebe;
    direction: rtl;
    color:  #494949;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 120px;
    width: 100%;
}

.contact-page-form input[type="submit"] {
    float: left;
    margin-top: 35px;
    background-color: #f7b513;
    transition:all 0.3s ease;
    color: black;
    border: none;
    font-size: 30px;
    border-radius: 50px;
    padding: 10px 40px;
}

.wpcf7-not-valid-tip {
    padding: 0px !important;
    font-size: 13px !important;
    margin: 0 !important;
}

.page-content{
    font-size: 18px;
    color: #1d1d1d;
    padding: 20px;
}

.page-content-about {
    font-size: 24px;
    color: #1d1d1d;
    padding: 20px;
}


.page-content-about h2 {
    color:  #f7b513;
    font-size: 36px;
}


.page-content h1, .page-content h2, .page-content h3 {
    font-weight: 100;
} 


.milgot-image {
    max-width: 1200px;
}

.event-row {
    position: relative;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 200px;
}

.event-row.odd {
    border-top: 2px solid  black;
    border-bottom: 2px solid  black;
    border-left: 2px solid  black;
}

.event-row.even {
    border-top: 2px solid  #f7b513;
    border-bottom: 2px solid  #f7b513;
    border-left: 2px solid  #f7b513;
}

.event-row.even .event-title a {
    color: #f7b513;
}

.event-title {
    position: absolute;
    right: 0;
    top: -25px;
    padding-left: 10px;
    background-color: white;
}

.event-title a {
    font-size: 36px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}


.event-row img.featured {
    margin-left: 3px;
    margin-top: 3px;
    float: left;
    border-radius: 200px;
    height: 190px;
}

.event-post-info {
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    bottom: -17px;
    right: 0;
    color: white;
}

.event-row.even .event-post-info  {
    background-color: #f7b513;
}

.event-row.odd .event-post-info  {
    background-color: black;
}

.event-post-info div {
    padding: 7px 10px;
    margin-left: 10px;
    display: inline-block;
}

.event-post-info img {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 5px;
}

.event-post-info div:last-child {
    margin-right: 90px;
}

.event-post-info a {
    color: white;
    text-decoration: none;
}

.event-content {
    padding-top: 20px;
   width: 80%;
    color: #1d1d1d;
    font-size: 24px;
}


.page-numbers {
    display: inline-block;
    list-style: none;
    border-top: 2px solid black;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.page-numbers li {
    position: relative;
    display: inline-block;
    height: 42px;
    margin-left: 10px;
    top: -22px;
    font-size: 24px;
    padding: 5px 15px;
    background-color: black;
    color: #f7b513;;
    border-radius: 20px;
}

.page-numbers li:last-child {
    margin-left: 0;
}

.page-numbers a {
    font-size: 24px;
    padding: 0;
    text-decoration: none;
    color:white;
}

.page-numbers .next,.page-numbers .prev {
    font-size: 24px;
}

.event-page {
    padding-top: 30px;
    padding-bottom: 30px;
    
}

.event-page-content {
    padding-left: 20px;
}

.event-page-content h2 {
    color: #f7b513;
    font-size: 36px;
    padding: 0;
    margin: 0;
}

.event-row-recent {
    padding-bottom: 30px;
}

.event-image-recent img {
    float: left;
    width: 60px;
    border-radius: 50px;
    margin-top: -5px;
}

.event-title-recent a {
    text-decoration: none;
    font-size: 16px;
    color: black;
}

.event-recent-post-info div {
    display: inline-block;
    padding-top: 10px;
    color: #f7b513;
    margin-left: 15px;
}

.event-recent-post-info div a {
    color: #f7b513;
    text-decoration: none;
}


.event-content-section {
    border-left: 2px solid #d9d9d9;
}

.events-section {
    border-right: 2px solid #d9d9d9;
    padding-right: 20px !important;
    margin-right: -2px;
    padding-top: 50px !important;
}

.event-recent-post-info  div:last-child {
    float: left;
}

#event-slider img {
    width: 100%;
    height: auto; 
}


.slider-top-bar, .slider-bottom-bar {
    border-top: 3px solid #f7b513;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.slider-top-bar div, .slider-bottom-bar div {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #f7b513;
    border-radius: 20px;
    top: -12px;
}

.slider-top-bar div {
    right: 0;
}

.slider-bottom-bar div {
    left: 0;
}

.event-links {
    position: relative;
}

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

.event-links a:hover {
    color: #f7b513;
}


.event-next, .event-previous {
    position: absolute;
    height: 42px;
    width: 42px;
    font-size: 22px;
    padding: 8px 16px;
    background-color: black;
    color: white;
    border-radius: 26px;
}

.event-next {
    left: 20px;
}

.event-previous {
    right: 0;
}



.event-page-content .lSPrev, .event-page-content .lSNext {
    color: white;
    font-size: 20px;
    font-weight: normal;
    width: 32px;
    height: 32px;
    background-color: black;
    padding: 5px 10px;
    border-radius: 30px;
    opacity: 1 !important;
    margin-top: -10px !important;
}

.event-page-content .lSPrev {
    padding-left: 10px !important;
}


.staff-row {
    background-color: #231f20;
    padding-bottom: 60px;
}

.staff-row h2 {
    color: #f7b513;
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.staff-member {
    text-align: center;
    color: white;
    font-size: 22px;
    padding: 0 !important;
}

.member-name {
    padding: 5px;
    font-weight: bold;
}

.staff-member img {
    border: 3px solid white;
    border-radius: 100px;
    max-width: 165px;
}

.presidents-row {
    background-image: url('images/about-page.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}

.presidents-row h2 {
    color: white;
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 0px;
}

.letters-row {
    background-image: url('images/shape-left-bg.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 400px auto;
}

.communications-row {
    background-image: url('images/shape-right-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 440px auto;
}


.letters-row h2 {

    font-size: 54px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.second-letter-row {
    padding-top: 60px;
    padding-bottom: 60px;
}

.communications-row {
    background-color: #e5e5e5;
    padding-bottom: 60px;
}

.communication-title {
    position: relative;
    right: -20px;
    font-size: 18px;
    font-weight: bold;

}

.communication-date {
    position: relative;
    right: -20px;
    font-size: 18px;
    color: #898989;
}

.communication-box img {
    margin-right: 30px;
}