/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */

.some-css-selector {font-size:13px;}


.tabbable.tabs_style5{
    width: 100%;
}

.grid-ibx__title-wrp, .grid-ibx__icon-wrp, .grid-ibx__desc-wrp {
    margin-top: 0;
    margin-bottom: 3px;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
		padding-left: 5px;
    padding-right: 5px;
}
.portfolio-item-desc-inner:after {

    background: unset !important;
}

.small-header.page-subheader[class*="maskcontainer--"] {
    height: 300px;
    padding-bottom: 30px;
}
.small-header.page-subheader .ph-content-wrap {
    padding-top: 0px;
}

.btn-lined.lined-custom.lined-custom2 {
	color: #ffffff;
	border-color: #ffffff;
}

.bg-gray-log {
    background: #f6f6f6;
}
.grid-ibx__item-inner {

    padding: 1px !important;
	}

.grid-ibx__desc li {
	text-align: left;
font-size: 13px;
padding-left: 10px;
}

/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){

}


/** Desktop+ **/
@media (min-width: 1200px) {

}


/** Laptop **/
@media (max-width: 1200px) {

}


/** Laptop+ **/
@media (min-width: 991px) {

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {

}


/** Tablets+  **/
@media (min-width: 768px) {

}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {

}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {

}
