/*
 Theme Name:    sinch generatepress child
 Theme URI:     https://sinch.pro
 Description:   This is the child theme of generatepress
 Author:        sinch
 Author URI:    https://sinch.pro
 Template:      generatepress
 Version:       2.2.1
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
*/

/*.land-href a:link, a:visited, a:active {
    color: white;
    text-decoration: underline;
}

.land-href a:hover, a:focus {
    color: #dcab38;
    text-decoration: none;
    cursor: pointer;
}*/



.header-image {
	display: flex;
	height: 131px;
	width: 100%;
	/*background: url(/wp-content/uploads/2020/12/Header.jpg);*/
	background: url(./assets/icons/headerbg.png);
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.menu-wrapper {
	display: flex;
	width: 978px;
	height: 30px;
	flex-wrap: nowrap;
	background: #000;
	box-sizing: border-box;
}
.menu-wrapper a.logo-link {
	position: absolute;
    width: 280px;
    height: 90px;
    background: transparent;
    margin-top: -110px;
    z-index: 2;
    /*background: url(/wp-content/uploads/2021/01/ClnSht-Microsoft_Word-Document1-20210112-175702.png);*/
	/*background: url(./assets/icons/RayMC.svg);*/
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-wrapper-border {
	width: 100%;
	height: 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	background: linear-gradient(#333, #fff, #333);
}

.menu-navigation-title {
	display: flex;
	width: 29%;
	justify-content: center;
	align-items: center;
	color: rgba(255,255,255,1);
	/* text-transform: uppercase; */
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.5) 37%, #000 37%, #000 100%);
	font-family: Verdana, sans-serif;
	font-size: 12px;

}
.menu-navigation-title:before {

}
.menu-container {
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.5) 37%, #000 37%, #000 100%);
}
.menu-navigation-search {
	display: flex;
	flex-grow: 1;
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.5) 37%, #000 37%, #000 100%);
}

.menu-container {
	display: flex;
	justify-content: center;
	width: 42%;

}

.menu-container > div{
	display: flex;
	width: 100%;
	justify-content: center;
}

.menu-container ul.menu {
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
}

.menu-container ul.menu li {
	display: flex;
	background: linear-gradient(#333, #fff, #333);
	position: relative;
	border-left: 1px solid transparent;
}
.menu-container ul.menu li:last-child {
	border-right: 1px solid transparent;
}
.menu-container ul.menu li:before {
	content: '';
	display: flex;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	z-index: 0;
}

.menu-container ul.menu li.current-menu-item a {
	background: linear-gradient(to top,
								rgba(234,3,142,1),
								rgba(234,3,142,0.1) 50%,
								rgba(0,0,0,1) 50%,
								rgba(0,0,0,0) 63%,
								rgba(255,255,255,0.5) 63%,
								rgba(255,255,255,0.2) 100%) !important;
}

.menu-container ul.menu li a{
	color: #fff;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	background: linear-gradient(to top, rgba(255,255,255,0.4), rgba(255,255,255,0) 37%, rgba(255,255,255,0) 37%, rgba(255,255,255,0) 63%, rgba(255,255,255,0.5) 63%, rgba(255,255,255,0.2) 100%);
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 0px 10px 0px 10px;
}

.menu-container ul.menu li a:hover{
	background: linear-gradient(to top,
								rgba(182,137,182,1),
								rgba(182,137,182,0.1) 50%,
								rgba(0,0,0,1) 50%,
								rgba(0,0,0,0) 63%,
								rgba(255,255,255,0.5) 63%,
								rgba(255,255,255,0.2) 100%);
}

/*.main-banner {
	display: flex;
	background: url(/wp-content/uploads/2020/12/01_HOME_BZ_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}*/
.main-page-container {
	display: flex;
	background: url(/wp-content/uploads/2021/01/first_screen_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.language-switcher {
	height: 510px;
}
.language-switcher ul{
	margin: 0;
	display: flex;
	justify-content: flex-end;
	list-style: none;
}
.language-switcher ul li {
	position: relative;
}
.language-switcher ul li:first-child {
	padding-right: 18px;
}
.language-switcher ul li:first-child:after {
	content: "";
	display: flex;
	width: 4px;
	height: 4px;
	position: absolute;
	background: #ff0099;
	margin-top: -11px;
    margin-left: 22px;
}

.language-switcher ul li a{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
}

.language-switcher ul li.current-lang a{
    color: #999;
}

.read-more-link,
.info-widget {
	display: flex;
	justify-content: flex-end;
}
.read-more-link.partners-read-more {
	justify-content: flex-start;
}
.partners-link-style:hover {
	text-decoration: underline;
}
.info-widget,
.info-widget-contats {
	flex-direction: column;
	justify-content: center;
	width: 160px;
	height: 124px;
	background: url(/wp-content/uploads/2021/01/01_HOME_ContactBOX_BG.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10px;
}
.read-more-link a,
.info-widget a {
	display: flex;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    position: relative;
		padding-right: 10px;
}

.info-widget a {
	justify-content: flex-end;
}

.read-more-link.read-more-black a,
.info-widget.info-widget-black a {
	color: #000;
}
.read-more-link a:hover,
.info-widget a:hover {
	text-decoration: underline;
}
.read-more-link a:after,
.info-widget a:after {
	content: "";
	width: 4px;
	height: 12px;
	background-image: url(/wp-content/uploads/2021/01/readmore_bg.gif);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	margin-top: 1px;
}

.main-news-widget {
	border-right: 5px solid #ff0197;
	border-left: 5px solid #ff0197;
	background: linear-gradient(to top, #cecfd1, #f6f6f6);
}

.main-news-widget a {
	color: #000;
}
.main-news-widget a:hover {
	text-decoration: underline;
}

.info-widget-contats h2 {
	color: #fff;
	font-size: 24px;
	margin: 0;
	display: flex;
	justify-content: center;
	font-family: Arial;
	padding-bottom: 5px;

}


.info-widget-contats > div,
.info-widget-contats > div a {
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial;
	display: flex;
	justify-content: center;
}

.footer {
	background: url(/wp-content/uploads/2021/01/footer-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-menu-container,
.page-submenu-container {
		display: flex;
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
}

.footer-menu-container ul,
.page-submenu-container ul {
	margin: 0;
	display: flex;
	list-style: none;
	padding-top: 7px;
}

.footer-menu-container ul li,
.page-submenu-container ul li {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.footer-menu-container ul li:not(:last-child):after,
.page-submenu-container ul li:not(:last-child):after {
	display: flex;
	content: "";
	width: 4px;
	height: 4px;
	background: #ff0099;
	position: absolute;
	right: 0;
	margin-top: -12px;
	margin-right: -3px;
}

.footer-menu-container ul li a,
.page-submenu-container ul li a {
	color: #999;
	text-decoration: none;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
}
.footer-menu-container ul li.current-menu-item a,
.page-submenu-container ul li.current-menu-item a {
	color: #fff !important;
}
.footer-menu-container ul li a:hover,
.page-submenu-container ul li a:hover {
		text-decoration: underline;
		color: #fff;
}

.block-line {
	width: 70%;
	height: 1px;
	display: flex;
	background: linear-gradient(to right, #333, #fff, #333);
}
.copy {
	display: flex;
	width: 100%;
	justify-content: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #999;
	padding-top: 8px;

}

/****************************Who we are******************************/

.our-services-head,
.acknowledgement-head,
.our-partners-head {
	background: url(/wp-content/uploads/2021/01/Black_zone_bg_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.who-we-are-head {
	background: url(/wp-content/uploads/2021/01/Black_zone_bg_1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

.page-submenu-container .menu-who-we-are-en-container {

}
.page-submenu-container ul {
	padding: 0;
}

.submenu-underline {
	width: 100%;
	display: flex;
    background: linear-gradient(to right, #000, #ddd, #000);
    height: 1px;
}

.sidebar-menu-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sidebar-menu-container ul {
	list-style: none;
}

.sidebar-menu-container ul.menu > li > a{
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
}

.sidebar-menu-container ul.menu > li > ul.sub-menu {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.sidebar-menu-container ul.menu > li > ul.sub-menu li {
	display: flex;
}
.sidebar-menu-container ul.menu > li > ul.sub-menu li.current-menu-item a {
	color: #E9178E;
}

.sidebar-menu-container ul.menu > li > ul.sub-menu li.current-menu-item a:hover {
	color: #000;
	text-decoration: underline;
}

.sidebar-menu-container ul.menu > li > ul.sub-menu li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    padding-left: 31px;
}

.sidebar-menu-container ul.menu > li > ul.sub-menu li a:hover {
	color: #E9178E;
	text-decoration: underline;
}


.sidebar-menu-container ul.menu > li > ul.sub-menu li a:before {
	display: flex;
    content: "";
    width: 4px;
    height: 4px;
    background: #ff0099;
    position: absolute;
	margin-top: 7px;
    margin-left: -12px;
}

.our-team-head {
	background: url(/wp-content/uploads/2021/01/Black_zone_bg_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.key-to-success-head {
	background: url(/wp-content/uploads/2021/01/Keys_to_Sccss_bg_BZ.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.our-geography-head {
	background: url(/wp-content/uploads/2021/01/Black_zone_bg_1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

.acknowledgement-list {
	display: flex;
	flex-direction: column;
	font-size: 13px;
    line-height: 17px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
}

.acknowledgement-list .list-item {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.acknowledgement-list .list-item .item-name{
	display: flex;
	width: 40%;
	justify-content: flex-end;
	text-align: right;
}
.acknowledgement-list .list-item .item-position{
	display: flex;
	width: 56%;
	padding-left: 10px;
	justify-content: flex-start;
}

.artists-list {
	font-size: 13px;
	line-height: 17px;
	font-family: Arial;
	display: flex;
}

.artists-list .artists-col-1 {
	display: flex;
	flex-direction: column;
	width: 40%;
}
.artists-list .artists-col-2 {
	display: flex;
	flex-direction: column;
	width: 30%;
}

.artists-list span.letter {
	font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: #F00;
}

.vip-offers {
	display: flex;
}

.vip-offers .vip-offers-col-1 {
	display: flex;
	flex-direction: column;
	width: 40%;
	font-size: 13px;
    line-height: 17px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
}

.vip-offers-col-1 .offers-title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}

.vip-offers .vip-offers-col-2 {
	display: flex;
	flex-direction: column;
}

.vip-offers-col-2 .offers-block-1 {
	display: flex;
	flex-direction: column;
	width: 296px;
	height: 130px;
	background: url(/wp-content/uploads/2021/01/Artists_box_red.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 16px;
	font-size: 13px;
    line-height: 17px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

.vip-offers-col-2 .offers-block-1 .title {
    font-size: 24px;
    line-height: 24px;
}
.vip-offers-col-2 .offers-block-1 .content {
	padding-top: 8px;
}
.vip-offers-col-2 .offers-block-2 {
	display: flex;
	flex-direction: column;
	width: 296px;
	height: 113px;
	background: url(/wp-content/uploads/2021/01/Artists_box_black.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 13px;
    line-height: 17px;
    font-weight: 100;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    padding: 16px;
    margin-top: 17px;
}
.vip-offers-col-2 .offers-block-2 .title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
.vip-offers-col-2 .offers-block-2 .content {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
}

.vip-offers-col-2 .offers-block-2 .content a{ 
	font-size: 13px;
    line-height: 17px;
    font-weight: 100;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
}

.contact-list {
	display: flex;
	justify-content: center;
}

.contact-list .block {
	display: flex;
	flex-direction: column;
	width: 20%;
	position: relative;
	margin: 7px;
}

.contact-list .block .photo {
	width: 100%;
	height: 218px;
	display: flex;
	background: url(/wp-content/uploads/2021/01/CONTACT_Ray.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-list .block .photo.photoTM {
	background: url(/wp-content/uploads/2021/01/CONTACT_Tanya.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-list .block .photo.photoAB {
	background: url(/wp-content/uploads/2021/01/CONTACT_Alex.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-list .block .photo.photoNU {
	background: url(/wp-content/uploads/2021/01/CONTACT_Norman.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-list .block .subphoto {
	width: 100%;
	height: 60px;
	display: flex;
	background: url(/wp-content/uploads/2021/01/bg4v.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	filter: blur(2px);
	opacity: .5;
}

.contact-list .block .subphoto.subphotoTM {
	background: url(/wp-content/uploads/2021/01/bg1v.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-list .block .subphoto.subphotoAB {
	background: url(/wp-content/uploads/2021/01/bg3v.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-list .block .subphoto.subphotoNU {
	background: url(/wp-content/uploads/2021/01/bg2v.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-list .block .subphoto:before {
	content: "";
	display: flex;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, #000);
}

.contact-list .block .text {
	display: flex;
	flex-direction: column;
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: -15px;
    left: 25px;
}
.contact-list .block .text a {
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.contact-us-head {
	background: url(/wp-content/uploads/2021/01/Black_zone_bg_1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

.contact-us {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.contact-us a{
	display: inline-flex;
	font-size: 13px;
    line-height: 17px;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
}

.galleries-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.galleries-container .gallery-item{
	display: flex;
	flex-direction: column;
	width: 33%;
	background: url(/wp-content/uploads/2021/01/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 285px;
	height: 283px;
	justify-content: center;
	align-items: center;
}

.galleries-container .gallery-item .gallery-thumb{ 
	display: flex;
	width: 165px;
	height: 111px;
	margin-top:30px;
}
.galleries-container .gallery-item .gallery-title {
	display: flex;
	margin-top: 20px;
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	font-weight: 100;
	width: 100%;
    justify-content: flex-end;
    margin-right: 123px;
}

.our-gallery-head {
	background: url(/wp-content/uploads/2021/01/Black_zone_bg_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.submenu-news-underline {
	width: 66%;
	margin: 0 auto;
}

.news-banner {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	color: #fff;
}
.thumbnail-block {
	display: flex;
	width: 50%;
	flex-direction: column;
}
.thumbnail-container {
	display: flex;
	width: 100%;
	padding: 3px;
	background: linear-gradient(to top, #333, #fff, #333);
}

.thumbnail-container img {
	border: 1px solid #333;
}
.thumbnail-subimage {
	width: 100%;
	height: 50px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	overflow: hidden;
	position: relative;
	padding: 3px;
    background: linear-gradient(to top, #333, #fff, #333);
    opacity: .5;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.thumbnail-subimage > img {
	position: absolute;
    bottom: 0;
    padding: 3px;
    width: inherit;
    left: 0px;
}
.thumbnail-subimage:before {
	content: '';
	display: flex;
	background: linear-gradient(to bottom, #000, transparent);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.banner-content {
	display: flex;
	flex-direction: column;
	width: 50%;
    font-size: 13px;
    line-height: 17px;
    padding-left: 20px;
}

.banner-content .banner-date {
	font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

.banner-content .banner-title,
.banner-content .banner-title a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin: 0px;
    font-weight: bold;	
    padding-top: 4px;
}
.banner-content .banner-title a {
	color: #fff;
}
.banner-content .banner-text,
.banner-content .banner-text a {
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.banner-content .banner-text a {
	color: #fff;
}

.news-head {
	background: url(/wp-content/uploads/2021/01/Black_zone_bg_1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

.news-container {
	display: block;
	color: #000;
}

.news-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	
}

.news-container .news-item:not(:first-child) {
	margin-top: 30px;
}

.news-item .news-item-title-container {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.news-item .news-item-title-container .post-news-date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 17px;
}

.news-item .news-item-title-container .post-news-title,
.news-item .news-item-title-container .post-news-title a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    padding-top: 4px;
}
.news-item .news-item-title-container .post-news-title a {
	color: #000;
}
.news-item .news-item-content-container {
	display: flex;
	width: 100%;
	padding-top: 15px;
}

.news-item .news-item-content-container .post-news-thumbnail-container {
	display: inline-flex;
	width: 40%;
	padding: 3px;
    background: linear-gradient(45deg,#fff, #ccc, #fff);
    border: 1px solid #ccc;
    margin-right: 10px;
}

.news-item .news-item-content-container .post-news-thumbnail-container.left {
	order: 3;
	margin-right: 0px;
	margin-left: 10px;
}

.news-item .news-item-content-container .post-news-thumbnail-container .post-news-thumbnail {
	display: inline-flex;
	float: right;
	width: 100%;
	overflow: hidden;
	min-height: 200px;
}
.news-item .news-item-content-container .post-news-thumbnail > div { 
	overflow: hidden;
	display: inline-flex;
}

.news-item .news-item-content-container .post-news-content {
	font-size: 13px;
    line-height: 17px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    width: 60%;
    display: flex;
    flex-direction: column;
}

.news-pagination {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin-top :40px;
}
.news-pagination.top-pagination {
	margin-top: 0px;
	margin-bottom: 40px;
}
.news-pagination .page-num {
	display: flex;
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/2021/01/Gallery_btn.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.news-pagination .page-num:not(:first-child) {
	margin-left: 2px;
}

.news-pagination .page-num a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.news-pagination .page-num.current-page {
	background: url(/wp-content/uploads/2021/01/Gallery_btn_on.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.news-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  justify-content: center;
  flex-direction: column;
}
.modal-image-container {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	margin-top: -50px;
	/*max-height: 100%;*/
	width: auto;
	max-width: 60%;
	align-items: center;
}
.news-modal-content {
	margin: 0 auto;
	display: inline-flex;
	width: auto !important;

	padding: 10px;
	background: #fff;
}

.news-modal-caption {
  margin: 0 auto;
  display: flex;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  background: linear-gradient(to top, #fff, #ccc, #fff);
  position: relative;
  padding: 0 1px 0 1px;
  margin-top: 5px;
}
.news-modal-caption-text {
	display: flex;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(60,60,60,1) 37%, rgba(0,0,0,1) 37%, rgba(0,0,0,1) 100%);
	color: #fff;
    font: bold 12px Arial;
	padding: 5px 10px 5px 10px;
}

.news-modal-close {
  position: absolute;
  top: -14px;
  right: -16px;
  display: flex;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2021/01/fancy_closebox.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
top-news-mobile {
	display: none;
}
.news-item-content-container .post-news-date,
.news-item-content-container .post-news-title {
	display: none;
}
.news-item.top-news-mobile {
	display: none;
}
@media screen and (max-width: 1024px) {
	.main-mobile-header {
		display: flex;
		width: 100%;
		height: 70px;
		background: #000;
		padding: 10px;
		position: relative;
	}
	.main-mobile-logo {
		display: flex;
		width: 33%;
	}
	.main-mobile-menu {
		display: flex;
		width: 67%;
		justify-content: flex-end;
		
	}
	.main-mobile-logo .logo-container{
		display: flex;
		width: 133px;
		height: 50px;
		background: url(/wp-content/uploads/2021/01/ClnSht-Microsoft_Word-Document1-20210112-175702.png);
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		z-index: 2;
		position: absolute;
		background-position: center, center;
		margin-top: 3px;
	}

	.main-mobile-menu .main-mobile-menu-hamburger {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 3;
	}
	.main-mobile-menu .main-mobile-menu-hamburger i{
		color: #fff;
		font-size: 30px;
		position: absolute;
		right: 0px;
		cursor: pointer;
	}
	.main-mobile-header .main-mobile-menu-container {
		display: flex;
		position: fixed;
		top:0;
		left: 100%;
		background-color: #000;
		transition: all .5s ease;
		z-index: 2;
		padding-top: 100px;
		width: 100%;
		padding-left: 60px;
		padding-bottom: 60px;
	}
	.elementor-sticky--active .main-mobile-header .main-mobile-menu-container.active {
		/*top: 46px;*/
		padding-top: 100px;
	}

	.main-mobile-header .main-mobile-menu-container.active {
		left: 0;
	}
	.main-mobile-menu-container ul.menu,
	.main-mobile-menu-container ul.menu ul.sub-menu {
		list-style: none;
		display: flex;
		flex-direction: column;
		padding: 0;
		margin: 0;
	}
	ul.menu > li.menu-item {
		margin-top: 10px;
	}
	ul.menu > li.menu-item a,
	ul.menu > li.menu-item > ul.sub-menu > li.menu-item a {
		color: #fff;
		font-family: Arial, sans-serif;
		font-size: 18px;
	}
	ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
		margin-top: 4px;
	}
	ul.menu > li.menu-item a:hover,
	ul.menu > ul.sub-menu > li.menu-item a:hover{
		text-decoration: none;
	}
	ul.menu > li.menu-item > ul.sub-menu {
		max-height: 0px;
		overflow: hidden;
		padding-left: 30px;
		transition: all .5s ease;

		width: 100%;
	}
	ul.menu > li.menu-item > ul.sub-menu li:first-child {
		margin-top: 10px;
	}
	ul.menu > li.menu-item > ul.sub-menu.active {
		max-height: 500px;
	}
	ul.menu > li.submenu-container {
		display: flex;
		flex-wrap: wrap;

	}
	ul.menu > li.submenu-container a {
		display: inline-flex;
	}
	ul.menu > li.menu-item a span.title {
		display: inline-flex;
		border-bottom: 1px solid #fff;
	}
/*	ul.menu > li.menu-item a:hover span.title {
		border-bottom: 1px solid transparent;
	}*/
	ul.menu > li.submenu-container > a span.submenu-trigger i{
		transition: all .5s ease;
		color: #ff1c71;
	}
	ul.menu > li.submenu-container > a span.submenu-trigger i.active{
		transform: rotate(-180deg);
	}

	ul.menu > li.submenu-container a span:not(.title){
		display: flex;
		width: 26px;
		height: 26px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		border-radius: 3px;
		margin-top: 2px;
	    margin-left: 10px;
	}
	ul.sub-menu > li.menu-item > a {
		border-bottom: 1px solid #fff;
	}
	ul.sub-menu > li.menu-item > a:hover {
		border-bottom: 1px solid #000;
	}
	.main-banner {
		display: flex;
		background: url(/wp-content/uploads/2021/01/01_HOME_BZ_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.read-more-link a,
	.info-widget a {
	    font-size: 18px;
	    line-height: 26px;
	}
	.read-more-link a:after, .info-widget a:after {
		width: 6px;
	    height: 19px;
	    margin-right: -2px;
	}

	.footer-menu-container {
		display: none;
	}
	.main-news-widget {
		border-top: 5px solid #ff0197;
		border-bottom: 5px solid #ff0197;
		border-left: none;
		border-right: none;
		background: linear-gradient(to top, #cecfd1, #f6f6f6);
	}
	.copy {
		font-size: 16;
		line-height: 24px;
	}
	.footer {
	    background: url(/wp-content/uploads/2021/01/footer-1.jpg);
	    background-size: contain;
	    background-repeat: no-repeat;
	}
	.info-widget, .info-widget-contats {
		width: 100%;
		height: 170px;
	}
	.info-widget a {
		justify-content: flex-start;
	}
	.read-more-link a:after, .info-widget a:after {
		position: relative;
		left: 0;
		margin-left: 10px;
	}
	.info-widget-contats h2 {
	    font-size: 25px;
	    line-height: 32px;
	}
	.info-widget-contats > div, .info-widget-contats > div a {
	    font-size: 20px;
	    line-height: 28px;
	}
	.main-page-container {
		display: flex;
		background: url(/wp-content/uploads/2021/01/first_screen_bg.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center, center;
	}
	.out-team-subtitle {
		font-size: 16px;
		line-height: 24px;
	}
	.key-to-success-head {
		background: url(/wp-content/uploads/2021/01/Keys_to_Sccss_bg_BZ.jpg);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.key-to-success, .our-services {
		font-size: 20px !important;
		line-height: 28px;
	} 
	.acknowledgement-list {
		font-size: 16px;
	    line-height: 24px;
	}
	.galleries-container {
		justify-content: center;
	}
	.back-to-gallery {
		display: flex;
    	justify-content: flex-start;
    	width: 100%;
	}
	.back-to-gallery a {
		display: inline-flex;
		padding-left: 10px;
	    font-family: Verdana, Geneva, sans-serif;
	    font-size: 18px;
	    line-height: 26px;
	    color: #000;
	}
	.back-to-gallery:before {
		content: '';
		width: 4px;
	    height: 12px;
	    background-image: url(/wp-content/uploads/2021/01/readmore_bg.gif);
	    background-size: cover;
	    background-repeat: no-repeat;
	    position: absolute;
	    left: 0;
	    margin-top: 11px;
	    transform: rotate(180deg);
	}
	.news-banner {
		flex-direction: column;
	}
	.thumbnail-block {
		justify-content: center;
		width: 100%;
	}
	.banner-content {
		justify-content: center;
		width: 100%;
		padding-left: 0px;
	}
	top-news-mobile {
		display: flex;

	}
	.news-item {

	}
	.news-item .news-item-content-container {
		order: -1;
		flex-direction: column;
	}
	.news-item .news-item-content-container .post-news-thumbnail-container.left,
	.news-item .news-item-content-container .post-news-thumbnail-container.right {
		order: -1;
		display: flex;
	}
	.news-item .news-item-title-container .post-news-date,
	.news-item .news-item-content-container .post-news-content,
	.news-item-content-container .post-news-date {
		font-size: 16px !important;
		line-height: 24px !important;
		font-family: Arial, Helvetica, sans-serif;
	}
	.news-item .news-item-title-container .post-news-title,
	.news-item-content-container .post-news-title,
	.news-item-content-container .post-news-title a {
		font-size: 20px !important;
		line-height: 28px !important;
		font-weight: bold !important;
		font-family: Arial, Helvetica, sans-serif;
	}
	.news-item-content-container .post-news-title a {
		color: #000;
	}
	.news-item .news-item-title-container .post-news-date,
	.news-item .news-item-title-container .post-news-title {
		display: none;
	}
	.news-item-content-container .post-news-date,
	.news-item-content-container .post-news-title {
		display: flex;
	}
	.news-item-content-container .post-news-date {
		font-style: italic;
		padding-top: 10px;
	}
	.news-item .news-item-content-container .post-news-thumbnail-container.left, 
	.news-item .news-item-content-container .post-news-thumbnail-container.right {
		width: 100%;
		margin: 0;
	}
	.news-item .news-item-content-container .post-news-thumbnail-container {
		width: 100%;
	}
	.news-item .news-item-content-container .post-news-thumbnail-container .post-news-thumbnail {
		min-height: 400px;
	}
	.news-item .news-item-content-container .post-news-content {
		width: 100%;
	}
	.news-item-content-container .post-news-title {
		padding-bottom: 10px;
	}
	.news-pagination {
		margin-bottom: 20px;
	}
	.news-pagination.top-pagination {
		margin-bottom: 20px;
	}
	.modal-image-container {
		margin-left: 20px;
		margin-right: 20px;
		margin: 0 auto;
		min-width: 80%;
	}
	.contact-list {
		flex-direction: column;
		width: 100%;
		align-items: center;
	}
	.contact-list .block {
		width: 100%;
		background: #000;
	}
	.contact-list .block {
		width: 375px;
	    height: 560px;
	    padding-top: 40px;
	}
	.contact-list .block .subphoto {display: none}
	.contact-list .block .photo {
		height: 422px;
	}
	.contact-list .block .text {
		bottom: -20px;
		left: 35px;
	}
	.contact-us a {
		font-size: 18px;
		line-height: 26px;
		padding-top: 20px;
		font-weight: bold;
	}
	.contact-list .block .text {
		font-size: 20px;
		line-height: 28px;
	}
	.contact-list .block .text .position {
		font-size: 16px;
		line-height: 24px;
	}
	.contact-list .block .text a {
		font-size: 18px;
		line-height: 26px;
		margin-top: -27px;
	}
}

/* -------------------------------------
------------ 2. Main news feed ---------
--------------------------------------*/
.main-news {
	margin-left: 50px;
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
    .main-news {
        margin: 0 0 10px 0;
    }
}

.main-news > a {
	font-weight: 700;
	color: #CCA653;
}

.main-news:nth-of-type(3) {
	margin-bottom: 20px;
}