/*
Theme Name: Eagleray Theme
Author: Eagleray Web
Author URI: http://eagleray.co.il/
Description: Custom Wordpress themes tailored for your needs.
Version: 1.2.7
Text Domain: eagleray
*/
.btn.focus,
.btn:focus,
*:hover,
*:focus,
*:active {
  outline: none !important;
  box-shadow: none !important;
}

.clear {
  clear: both;
}

.mobile-only {
  display: none;
}

/* .wpml-ls-current-language,
.wpml-ls-display {
  display: none !important;
} */
html[lang="en-US"] .wpml-ls-native {
  font-family: "Heebo", sans-serif;
}
form {
  direction: rtl;
}
.en form {
  direction: ltr;
}
body .menu-item-wpml-ls-4-en {
  display: none !important;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  text-align: right;
  border-radius: 0 !important;
}
.en .dropdown:hover > .dropdown-menu {
  text-align: left;
}
.en .navbar-expand-lg .navbar-nav .dropdown-menu {
  right: 0;
  left: 0px;
}
.navbar {
  padding: 0 1rem;
}
.font-weight-semibold {
  font-weight: 600;
}
.heebo,
.heebo * {
  font-family: "Heebo", sans-serif !important;
}
.en .heebo,
.en .heebo * {
  font-family: "Encode Sans", sans-serif !important;
}
.heebo .h2,
.heebo h2 {
  font-size: 32px;
}
.heebo .h3,
.heebo h3 {
  font-size: 28px;
}
.heebo .h4,
.heebo h4 {
  font-size: 25px;
}
.heebo .h5,
.heebo h5 {
  font-size: 18px;
}
#wpadminbar {
  /* display: none !important; */
}
.fz-30 {
  font-size: 30px !important;
}
a {
  color: #000;
}
.navbar-expand-lg .navbar-nav a,
.navbar-expand-lg .navbar-nav .nav-link {
  margin: 2rem;
  padding: 0;
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
.navbar-expand-lg .navbar-nav a:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #000;
}
.navbar-expand-lg .navbar-nav a img,
.navbar-expand-lg .navbar-nav .nav-link img {
  display: none;
}
.navbar-expand-lg .navbar-nav li:hover a {
  text-decoration: none;
}
.navbar-expand-lg .navbar-nav li.active > a:after,
.navbar-expand-lg .navbar-nav li:hover a:after,
.navbar-expand-lg .navbar-nav li:hover .nav-link:after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #000;
  right: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
  margin: 0;
  border-bottom: 1px solid #000;
  padding: 7px;
  font-size: 18px;
  text-align: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li {
  padding: 0 5px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child .nav-link {
  border-bottom: 0 solid #000;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  /* border-radius: 0 0 6px 6px; */
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  right: 0px;
  right: -25%;
  width: 150%;
  /* top: 99px; */
  border: none;
  background: #ffffff;
}
body:not(.home) .navbar-expand-lg .navbar-nav .dropdown-menu {
  backgorund: #ffffffe6;
  border: 2px solid #00000059;
  top: 97px;
}
body .sticky .navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 73px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:after {
  display: none;
}
.category-list .col-md-6.half-row-first,
body.en .category-list .col-md-6.half-row-second {
  text-align: left !important;
}
.category-list .col-md-6.half-row-second,
body.en .category-list .col-md-6.half-row-first {
  text-align: right !important;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
  position: fixed;

  top: 0;

  width: 100%;

  z-index: 1020;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky + .content {
  padding-top: 102px;
}
.home #mastheader .navbar-expand-lg .navbar-nav .dropdown-menu,
.home #mastheader:hover {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  background: rgba(255, 255, 255, 0.65);
}
#mastheader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,ffffff+100&0.7+0,0.5+49,0+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  background: rgba(255, 255, 255, 0.5);
}
.home #mastheader {
  background: transparent;
}

body:not(.home) #mastheader {
  background: #ffffffe6;
}

.sticky #mastheader {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background: #ffffffe6;
}

/* -- Roboto Condensed
-- Encode Sans Semi Expanded
-- Encode Sans
-- PT Sans Narrow */

body {
  color: #000;
}
body[dir="rtl"] {
  font-family: "Assistant", sans-serif;
  text-align: right;
}
body[dir="ltr"] {
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
}
.bg-1 {
  background-color: #ededed;
}
#mastheader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
#mastheader {
  width: 100%;
}
.navbar-brand {
  /* width: 300px; */
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
#mastheader.sticky .navbar-brand {
  width: 250px;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
#mastheader .navbar-brand img {
  /* height: auto;
  width: 100%; */
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
#mastheader.sticky .navbar-expand-lg .navbar-nav > li > a {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
#mastheader.sticky .navbar-expand-lg .navbar-nav li.active > a:after,
#mastheader.sticky .navbar-expand-lg .navbar-nav li:hover a:after,
#mastheader.sticky .navbar-expand-lg .navbar-nav li:hover .nav-link:after {
  bottom: -38%;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
#mastnav {
  border-bottom: 2px solid #00000059;
}
.single-project #mastnav {
  border-bottom: none;
}
main {
  padding-top: 97px;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
.single-project main {
  padding-top: 81px;
}
.logo-text {
  font-size: 48px;
  line-height: 50px;
}
.logo-slogan {
  font-size: 30px;
  line-height: 32px;
}

#mastfooter {
  width: 100%;
  border-top: 2px solid #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 7%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
  background: rgba(255, 255, 255, 0.5);
}
.page-template-home #mastfooter {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  border-top: 2px solid #00000059;
  background: transparent;
}
.copyright {
  font-size: 16px;
}
#home-slieshow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#home-slieshow .cycle-slideshow {
  width: 100%;
  height: 100%;
}
#home-slieshow .item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#home-slieshow img {
  width: 100%;
}
.page-title {
  font-size: 44px;
  font-size: 32px;
  padding-top: 120px;
  padding-top: 50px;
  margin-bottom: 25px;
}

/* ABOUT PAGE */
.title-underline {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 0 auto 40px auto;
}
.page-template-contact-us .title-underline {
  margin: 0 auto 40px auto;
}
.about-content,
.contact-info {
  font-size: 18px;
}
.about-content h2 {
  font-size: 25px;
}
.about-content h3 {
  font-size: 24px;
  margin-top: 50px;
}
.about-content h2,
.about-content h3 {
  margin-bottom: 8px;
}
/* END ABOUT PAGE */

/* CONTACT PAGE */
.page-template-contact-us input,
.page-template-contact-us textarea {
  width: 100%;
}
.page-template-contact-us .custom-border {
  border-left: 2px solid #fff;
}
.page-template-contact-us .embed-responsive-21by9::before {
  padding-top: 26.275%;
}
.main-grey-bg {
  padding-bottom: 80px !important;
}
.contact-form input {
  height: 54px;
  line-height: 54px;
  width: 100%;
  padding: 0 12px;
  font-size: 18px;
  direction: rtl;
  text-align: right;
  font-size: 18px;
  color: #000;
  border: 0;
}
.en .contact-form input {
  direction: ltr;
  text-align: left;
}
.contact-form textarea {
  line-height: 54px;
  width: 100%;
  padding: 0 12px;
  font-size: 18px;
  direction: rtl;
  text-align: right;
  height: 160px;
  resize: none;
  font-size: 25px;
  color: #000;
  border: 0;
}
.en contact-form textarea {
  direction: ltr;
}
.contact-form input[type="submit"] {
  background-color: #000;
  color: #fff;
  width: 120px;
  border: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  float: left;
}
.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:active {
  opacity: 0.85;
}

/* END CONTACT PAGE */

/* CATEGORIES PAGE */
.cat-col {
  width: fit-content;
}

.categories-link {
  /* position: relative; */
  display: block;
  overflow: hidden;
}
.categories-link .img-fluid {
  width: 100%;
}

.tax-projectcat .categories-link {
  position: relative;
}

.category-grid .categories-link img {
  display: block;
  max-width: none !important;
  width: auto;
  height: 100%;
  /* object-fit: cover; */
}
.category-grid .categories-link img {
  width: auto;
}
.page-template-categories main {
  height: 100vh;
  padding-bottom: 50px;
}
.category-grid {
  /* height: 85vh; */
  text-align: center;
}
/* .category-grid>.row {
  text-align: center;
}
.category-grid .inner-wrapper {
  display: inline-block;
} */
/* .category-grid .categories-link img {
    width: auto;
    height: 100%;
    max-height: 100% !important;
} */
/* .category-grid .single-cat-wrp {
  margin: 0 10px;
  display: inline-block;
} */
.categories-link .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}
.categories-link .text > div {
  /* display: none; */
  transition: all 0.3s ease-in-out;
}
.tax-projectcat .text > div {
  display: none;
  transition: all 0.3s ease-in-out;
}
.categories-link:hover .text > div {
  display: block;
  transition: all 0.3s ease-in-out;
}
.categories-link .text span {
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
/* .category-grid .categories-link:hover .text span {
  width: 200px;
  transition: all 0.3s ease-in-out;
} */
.category-grid .categories-link > div {
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.56);
  background-color: transparent;
  display: none !important;
}
.category-grid.is-mobile .categories-link > div {
  display: flex !important;
}
.category-grid .categories-link:hover > div {
  display: flex !important;
  background-color: rgba(0, 0, 0, 0.56);
  transition: all 0.3s ease-in-out;
}
.tax-projectcat .categories-link:hover > div {
  background-color: rgba(0, 0, 0, 0.56);
  transition: all 0.3s ease-in-out;
}
.categories-link h3 {
  font-size: 32px;
  margin-top: 7px;
}
.categories-link h4 {
  font-size: 22px;
}
.categories-link a.btn {
  border-radius: 0;
  margin-top: 60px;
  font-size: 20px;
}
.is-mobile.category-grid .categories-link img {
  width: 100% !important;
  height: auto !important;
}
.is-mobile .cat-col.mb-lg-0 {
  height: auto !important;
  margin-bottom: 16px !important;
}
.is-mobile .categories-link > div {
  background-color: rgba(0, 0, 0, 0.56) !important;
}
.is-mobile .categories-link .text > div {
  display: block !important;
}
/* END CATEGORIES PAGE */

/* CATEGORIES LIST PAGE */
.category-list a {
  margin-top: 40px;
}
.wrapper-link {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* END CATEGORIES LIST PAGE */
#project-slieshow {
  position: relative;
}
.example-pager {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
}
.example-pager strong {
  display: block;
  width: 61px;
  height: 11px;
  position: relative;
  cursor: pointer;
}
.example-pager strong:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #fff;
  z-index: 9;
}
.example-pager strong:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #fff;
  z-index: 9;
}
.example-pager strong:last-child:before {
  display: none;
}
.example-pager strong:first-child:after {
  display: none;
}
.example-pager strong a {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  border: 1px solid #fff;
  position: relative;
  margin: 0 auto;
}
.example-pager strong.cycle-pager-active a {
  background-color: #fff;
}

.example-pager strong.cycle-pager-active a:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 21px;
  border: 1px solid #fff;
  box-sizing: content-box;
}
.example-pager strong.cycle-pager-active:before {
  width: 22px;
}
.example-pager strong.cycle-pager-active:after {
  width: 22px;
}
.muted {
  color: #cccccc;
}
.double-arrow-down {
  width: 18px;
  height: 17px;
  display: block;
  margin: 20px auto;
  margin: 40px auto 20px;
}

.page-template-category .categories-link > div {
  opacity: 0;
}
.page-template-category .categories-link:hover > div {
  opacity: 1;
}
.single ul {
  padding-right: 0;
  padding-left: 0;
}
.single ul li {
  list-style: none;
}
.project-details-sec {
  width: 100%;
  float: none;
}
.category-list {
  width: 100%;
  float: none;
}
.category-list .img-fluid {
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 19px);
  width: auto;
}
.category-list .first-large-image .img-fluid {
  max-height: inherit !important;
  width: 100%;
}

body.single-project .downscroll {
  /* opacity: 0; */
  top: -125px !important;
}
body.single-project .upscroll {
  /* opacity: 1; */
  top: 0px !important;
}
/* .page-template-categories .category-grid .row.pt-5 {
  padding: 0px !important;
} */
.back-top-projects {
  padding: 0 20px 20px;
  font-weight: 600;
  font-size: 18px;
}

@media (min-width: 768px) {
  .page-template-categories #mastfooter {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    border-top: 2px solid #00000059;
  }
}
