
 

.cube-portfolio .cbp-caption-zoom .cbp-caption-activeWrap {
    background: rgba(45,45,45,1) !important;
}
.va-box-caption-transWrap {
	display: block;
	width: 100%;
    position: absolute;
	top: 0;
    z-index: 2;
    height: 100%;
}
.va-box-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%;
}
.va-box-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px;
	font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.4;
}
.va-box-caption-body h2 {
	font-size: 2rem;
    font-weight: 600;
}
.va-box-caption-body img {
    display: inline-block;
	width: 70%;
}
.cbp-popup-singlePageInline .cbp-popup-content {
    min-height: 150px;
}
.cbp-popup-singlePageInline .cbp-popup-close {
  right: 17px;
  top: 46px;
}

.cbp-l-inline {
    margin: 30px 0;
    overflow: hidden;
    background: #f6f6f6;
    padding: 25px 30px 10px 30px;
}
.cbp-l-inline h3, .cbp-l-inline h4 {
    font-weight: 600;
}
.cbp-l-inline a {
    color: #1d1d1d;
    text-decoration: underline;
}
.cbp-l-inline a:hover, .cbp-l-inline a:focus {
    color: #f18d30;
    text-decoration: underline;
}








@media (max-width: 1365px) {

.va-box-caption-body h2 {
	font-size: 1.6rem;
}
	
}


/*--------------------------------------------------
Medium devices (less than 1200px)
----------------------------------------------------*/
@media (max-width: 1199px) {

.va-box-caption-body h2 {
	font-size: 1.5rem;
}
	
}



/*--------------------------------------------------
IPAD Medium devices (less than 992px)
----------------------------------------------------*/
@media (max-width: 991px) {

.va-box-caption-body h2 {
	font-size: 1.5rem;
}
	
}



/*--------------------------------------------------
Nexus 7 Small devices (less than 768px)
----------------------------------------------------*/
@media (max-width: 767px) {

.va-box-caption-body h2 {
	font-size: 1.6rem;
}

}



/*--------------------------------------------------
IP 6 6+, 7+ - (less than 576px)
----------------------------------------------------*/
@media (max-width: 575px) {

.va-box-caption-body h2 {
	font-size: 1.5rem;
}

}






