/* Close menu icon */
i.ba-icons.ba-icon-close.ba-overlay-section-close,
.ba-image-modal.instagram-modal i {
  color: #bcbfb4;
  font-size: 110px;
  width: auto;
}

i.ba-icons.ba-icon-close.ba-overlay-section-close:hover,
.instagram-modal i.ba-icon-close:hover {
    transform: rotate(180deg);
}

/* Scroll down button */
.btn-sroll-down {
    transform: rotate(-90deg);
}

/* Portfolio listing */
.portfolio-listing .ba-blog-post-image {
    display: none !important;
}

.portfolio-listing .ba-blog-post {
    margin-top: 0;
}
@media (min-width: 769px){
    .custom-intro-image img {
        height: 100vh;
    }
}

@media (max-width: 768px){
    .custom-intro-image img {
        display: none;
    }   
}

/* Project page */
@media (min-width: 1024px){
.gallery-columns-gutter .ba-instagram-image {
    margin: 50px;
}
}

/* Home */

.knockout-text .headline-wrapper > * {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://www.balbooa.com/demo-content/gridbox/themes/nordman/h2.jpg) !important;
    transform: translate3d(0, 0, 0);
}

/* Recent works */

.recent-work ul.carousel-type li {
		box-sizing: border-box;	
  	padding-left: 100px;
}

.table {
	border: 0px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}

.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 0px solid #dddddd;
	color: #1b1b1d; /* черный текст для заголовков */
}

.table td {
	padding: 5px 10px;
	border: 0px solid #eee;
	text-align: left;
	color: #1b1b1d; /* черный текст для ячеек */
}

.table tbody tr:nth-child(odd) {
	background: #28434d;
}

.table tbody tr:nth-child(even) {
	background: #366473;
}


@media (max-width: 480px) {
  body a {
    color: #ffbf00;
  }
}

@media (max-width: 480px) {
  body footer a:hover {
    color: #00ada9;
  }
}
@media (max-width: 480px) {
  body footer a:hover {
   color: #ffbf00;
  }
}



