/* MAIN COLOR: #cc9c12 */
/* SECOND COLOR: #cc9c12 */

@font-face {
    font-family: Adam;
    src: url(../fonts/Adam-Light.ttf);
    font-weight: 100;
  }
  

@font-face {
    font-family: Adam;
    src: url(../fonts/Adam-Medium.ttf);
    font-weight: normal;
  }


  @font-face {
    font-family: Adam;
    src: url(../fonts/Adam-Bold.ttf);
    font-weight: bold;
  } 

  @font-face {
    font-family: gesnd;
    src: url(../fonts/ge-snd-book.ttf);
    font-weight: bold;
  } 
  
  p , h1 , h2 , h3 , h4 , h5 , h6 , a , .elementor span {
    font-family: Adam  !important;
  }
  .lang-item-ar span{
    font-family: gesnd  !important;
  }
  
/* Admin css */
.csf-theme-dark .csf-nav ul li .csf-active , .csf-theme-dark .csf-nav ul li a {
    color: #fff !important;
}

body.home ::selection , body.page ::selection {
    background: #cc9c12;
    color: #fff;
}
body.home ::first-letter , body.page ::first-letter {
    text-transform: capitalize;
}

body.home , body.page {
    box-sizing: border-box;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p,span , a{
    font-family: 'Adam';
}

body a {
    text-decoration: none !important;
}


img {
     max-width: 100%; 
}
header#masthead {
    min-height: 80px;
}

img.main-logo {
    width: 265px;
    padding: 10px 0;
}

/* header Menu */
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-start;
	padding-top: 8px;
}

ul#primary-menu li {
    position: relative;
}

ul#adminmenu li {
    color: white !important;
}

ul#primary-menu li , ul#primary-menu li ul li {
    padding: 10px 15px;
}

ul#primary-menu li a , ul#primary-menu li ul li a{
    text-decoration: none;
    color: #58595B;
    text-align: right;
    font: normal normal bold 17px/23px Adam;
    letter-spacing: 0px;
    transition: 0.5s ease ;
}

ul#primary-menu li a:hover  {
    color: #cc9c12 !important;
    transition: 0.5s ease ;
}


nav .socialmedia {
    margin-top: 0 ;
    margin-right: auto;
}
nav .socialmedia a {
    transition: .52s ease;
}

.socialmedia img {
	width: 30px;
}
/* Sub menu */
ul.sub-menu {
    list-style: none;
    margin-right: 0;
    padding-right: 0;
    background: #fff;
    position: absolute;
    z-index: 9;
    width: 200px;
    padding: 0;
    border-radius: 0px 0px 21px 21px;
    top: 60px;
    display: none;
}

ul.sub-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    border-bottom: 2px solid #cc9c12;
}

ul.sub-menu li {
    font: normal normal 600 15px/24px Adam;
    box-shadow: 0px 1px 0px #0000000d;
}

ul#primary-menu li:hover  ul.sub-menu{
    display: block;    
}

.navbar-light .navbar-toggler {
	border: none;
}

.navbar-light .navbar-toggler {
    box-shadow: none !important;
}

/* Products */

.products-cat img {
    width: 170px !important;
    height: 230px !important;
    object-fit: cover !important;
    max-width: 100% !important;
}

figure.elementor-image-box-img {
    width: 100% !important;
    height: 140px !important;
}
figure.elementor-image-box-img img  {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.eael-entry-thumbnail {
    width: 100%;
    height: 150px;
}
.eael-entry-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.cat-button {
    display: flex;
}

/* .elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
    width: 50%;
} */

/* MAIN COLOR: #cc9c12 */
/* SECOND COLOR: #cc9c12 */

/* Footer */
#footer {
    background: #000;
    color: #fff;
    padding-top: 6%;
    padding-bottom: 1%;
    position: relative;
}

#footer .container {
    position: relative;
    z-index: 2;
}

#footer a , #footer p , #footer li {
    color: #fff;
    text-decoration: none;
    font-size: 14px;    
}

#footer li {
    list-style: none;
}

#footer img.footer-logo {
    width: 100%;
    margin: auto;
    display: block;
}
#footer h2.subtitle {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    padding-bottom: 15px;
    font-weight: 300;
}


#footer .btn.contact-us {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 25px auto;
    width: 60%;
    display: block;
    transition: 0.6s ease ;
}
#footer .btn.contact-us:hover {
    background: #fff;
    color: #cc9c12;
}
#footer ul svg {
    margin-left: 8px;
}
#footer .contact-icon svg {
    transform: rotate(90deg);
}
footer .contact img {
    width: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff !important;
    background: #7fa53f !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff !important;
    background: #ffb900 !important;
}
input.wpcf7-form-control , textarea.wpcf7-form-control.wpcf7-textarea {
    text-align: right;
    padding-right: 13px !important;
}

.col-md-6.submit {
    margin: auto;
    text-align: center;
}
.col-md-6.submit input {
    text-align: center;
}
span.wpcf7-form-control-wrap input {
    margin-bottom: 10px !important;
}


.socialmedia {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.socialmedia a {
    margin-right: 15px;
    border-radius: 5px;
    transition: .5s ease;
}

.socialmedia svg{
    transform: scale(0.5);
	fill: #cc9c12;
}


#footer .copyright p {
    font-size: 13px;
}
#footer ul {
    margin: 0;
    padding: 0;
}
#footer li {
    list-style: none;
    font-size: 14px;
    line-height: 33px;
}


/****************************** inner pages */
/****************************** inner pages */

.post, .page {
    margin: 0 !important;
}

.entry-header {
    background: #000 ;
    padding: 35px 0;
    color: #fff;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
/*     height: 220px; */
    margin-bottom: 20px;
}

.entry-header::after {
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .5;
    z-index: 1;
}

.entry-header h1, h1.entry-title {
    font-size: 45px;
    position: relative;
    margin-left: 10%;
    text-align: center;
    display: flex !important;
    z-index: 2;
    align-items: center;
    height: 100%;
    font-weight: bold;
    margin-top: 0;
}

.post-thumbnail img {
    height: auto;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    margin: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 20px;
}

.entry-content p {
    line-height: 2;   
}
.entry-content img {
    display: block;
    margin: auto;
}
footer.entry-footer {
    margin-bottom: 10px;
}
span.edit-link {
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 5px;
    background: #000;
    color: #fff !important;
    margin-right: 5%;
}
a.post-edit-link {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

.titleAfter-center::after {
    content: "";
    background: #7fa53f;
    width: 65px;
    height: 3px;
    display: block;
    margin: 10px auto;
}
.titleAfter-left::after {
    content: "";
    background: #7fa53f;
    width: 55px;
    height: 4px;
    display: block;
    margin: 10px 0 10px 10px;
}

.grecaptcha-badge {
    opacity: 0;
}
/****************************** Media queries */
/****************************** Mobile and small screen  */


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

    ul#primary-menu li a, ul#primary-menu li ul li a {
        font-size: 16px;
    }


      #footer .copyright p{
        font-size: 14px;
        line-height: 33px;
      }

      #main-slider .item-img {
        min-height: 400px;
    }
  } 


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

      .entry-header {
          padding: 5px 0 ;
      }

    footer .socialmedia a {
        margin-top: 20px;
        /* margin: 10px auto !important; */
    }

    .socialmedia svg {
        margin-bottom: 20px;
    }


  } 

  @media only screen and (max-width: 460px) {
    article.eael-grid-post.eael-post-grid-column {
        width: 49% !important;
    }
    .socialmedia a {
        margin-right: 15px;
        border: 1px solid #cc9c12;
        border-radius: 5px;
        transition: .5s ease;
        height: 35px;
        margin-bottom: 20px;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
        margin-bottom: 10px;
    }

  }
