/*
Theme Name: TransBulk theme
Theme URI: https: //55construction.com/
Description: a theme.
Author: 55construction
Author URI: https: //55construction.com/
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
:root {
	--orange: #E2743A;
	--dark: #000;
	--green: #2D5F6E;
}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text a,
.white-text p {
	color: #fff !important;
}

.orange-text,
.orange-text h1,
.orange-text h2,
.orange-text h3,
.orange-text h4,
.orange-text h5,
.orange-text a,
.orange-text p {
	color: var(--orange) !important;
}

body {
	font-family: 'Roboto',
		sans-serif;
	font-size: 24px;
	color: var(--dark);
}

a {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 80px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 48px;
}

h4 {
	font-size: 36px;
}

#site-logo img {
	height: 60px;
	width: auto;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-next {
	right: 2%;
}

.slick-prev {
	left: 2%;
}

.slick-next,
.slick-prev {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: none;
	outline: 0;
	background: 0 0;
	position: absolute;
	z-index: 99;
	height: 2em !important;
	width: 2em !important;
}

.slick-next:before,
.slick-prev:before {
	height: 2em !important;
	width: 2em !important;
	border-width: 0.4em 0.4em 0 0 !important;
}

.xt-slider .slick-item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-size: cover !important;
	background-position: center !important;
}

.chevron::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.65em;
	left: 0.15em;
	position: relative;
	top: 0.3em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.65em;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}

.home-slider .xt-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 15% 0;
}

.home-slider .xt-container .xt-content {
	color: #fff;
	max-width: 820px;
	width: 100%;
}

.home-slider .xt-container .xt-content h1 {
	color: #fff;
}

.home-slider .xt-container .xt-content p {
	font-weight: 500;
	font-style: italic;
	font-size: 30px;
}

.home-slider .xt-container .xt-content a,
.theme-button.medium {
	background: var(--orange);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-style: normal;
	padding: 10px 46px !important;
	text-transform: uppercase !important;
	font-size: 27px;
	font-weight: 500;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
}

.home-slider .xt-container .xt-content a:hover,
.theme-button.medium:hover {
	background: var(--green);
}

#site-header.overlay-header.white-style.dyn-styles #site-navigation .dropdown-menu>li>a {
	font-size: 19px;
	font-weight: 500;
	color: var(--green);
}

.navbar-style-one .dropdown-menu>li.menu-item>a {
	color: var(--green);
	font-size: 19px;
	font-weight: 500;
}

.m-0 .wpb_wrapper h2,
.m-0 .wpb_wrapper h3,
.m-0 .wpb_wrapper p {
	margin: 0 !important;
}

.left-border {
	position: relative;
	padding-left: 36px;
}

.left-border::before {
	content: "";
	height: 100%;
	width: 3px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 14px;
}

.fs-36 {
	font-size: 36px;
}

.fs-30 {
	font-size: 30px;
}

.page #content .wpb_text_column p {
	margin-bottom: 30px;
}

.title {
	margin-bottom: 40px !important;
}

.title h2 {
	margin-top: 0;
}

.mejs-controls {
	display: none !important;
	visibility: hidden !important;
}

#footer-widgets .icon {
	width: 32px !important;
	min-width: 32px !important;
	height: 32px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
	background-size: 16px auto;
	background-position: center;
	background-repeat: no-repeat;
}

#footer-widgets a,
#footer-widgets p {
	font-size: 18px;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

#footer-widgets .widget-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

#footer-widgets .icon-email {
	background-image: url(img/email.svg);
	background-size: 22px auto;
}

#footer-widgets .icon-phone {
	background-image: url(img/phone.svg);
	background-size: 16px auto;
}

#footer-widgets .icon-map {
	background-image: url(img/map.svg);
}

#footer-widgets .icon-ln {
	background-image: url(img/ln.svg);
	background-size: 16px auto;
}

#footer-widgets .col-2 {
	padding-top: 53px;
}

#footer-widgets .col-3 {
	padding-top: 25px;
}

.footer-bottom-flex {
	flex-direction: row-reverse !important;
}

.footer-bottom-flex a {
	font-size: 14px;
	text-transform: uppercase;
}

.footer-bottom-flex .bold a {
	font-weight: 700;
}

#copyright {
	font-size: 12px;
}

.page-header.wpex-supports-mods .page-header-title {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}

.page-header {
	margin-bottom: 0 !important;
}

.icon-list .vcex-icon-wrap {
	top: -2px;
}

.center .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}

.mw-960 {
	max-width: 960px;
	margin: 0 auto;
}

/* Box */
.box {
	margin: 0px auto;
	padding: 0px 24px 20px;
	max-height: 340px;
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
	position: relative;
	text-align: center;
}

.box a {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 10px);
	color: #000;
	font-weight: bold;
}

.box a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 50;
	transform: translate(10px, -50%);
}

.box.open a::after {
	-webkit-transform-origin: 75% 25%;
	-moz-transform-origin: 75% 25%;
	-o-transform-origin: 75% 25%;
	transform-origin: 75% 25%;
	transform: rotate(180deg);
}

.box.open {
	max-height: 200rem;
	transition: max-height 0.3s cubic-bezier(0.9, 0, 0.8, 0.2);
}

/* Text */
@keyframes open {
	from {
		line-clamp: 4;
		-webkit-line-clamp: 4;
	}

	to {
		line-clamp: initial;
		-webkit-line-clamp: initial;
	}
}

@keyframes close {
	from {
		line-clamp: initial;
		-webkit-line-clamp: initial;
	}

	to {
		line-clamp: 4;
		-webkit-line-clamp: 4;
	}
}

.text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	animation: close 0.1s linear 0.1s forwards;
	color: #999999 !important;
}

.text p {
	margin-bottom: 0;
	color: #999999 !important;
}

.open .text {
	animation: open 0.1s linear 0s forwards;
}

.difference-row h4 {
	margin-bottom: 20px !important;
	font-size: 34px;
}

.difference-row .vc_col-sm-3 {
	margin-bottom: 90px !important;
}

.difference-row img {
	max-width: 260px;
}

.vcex-blog-entry-details {
	border: none !important;
	padding: 20px 0;
}

.vcex-blog-entry-title {
	font-size: 26px;
	color: var(--orange);
	font-weight: bold;
	text-transform: uppercase;
}

.vcex-blog-entry-date {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.vcex-blog-entry-excerpt p {
	color: #999;
	font-size: 24px;
	line-height: 1.3;
}

.vcex-blog-entry-readmore-wrap a {
	padding: 0;
	background: none !important;
	color: #000 !important;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}

.vcex-blog-entry-readmore-wrap a:hover {
	color: var(--orange) !important;
}

.vcex-blog-entry-readmore-wrap a:hover::after {
	border-color: transparent transparent transparent var(--orange);
}

.vcex-blog-entry-readmore-wrap a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translate(10px, -50%);
}

ul.page-numbers {
	border: none;
	display: flex;
	flex-wrap: wrap;
}

ul.page-numbers>li {
	border: none !important;
}

ul.page-numbers .page-numbers {
	border: 1px solid var(--orange);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: var(--orange);
	font-weight: bold !important;
	background-color: #fff;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	text-align: center;
}

ul.page-numbers .page-numbers.current {
	background-color: var(--orange);
	color: #fff;
}

ul.page-numbers .has-next {
	position: absolute;
	right: 0;
	margin-top: 0;
}

ul.page-numbers .has-prev {
	position: absolute;
	right: 60px;
}

.single .site-main {
	border-top: 68px solid var(--orange);
}

.single-blog-article {
	margin-top: 100px;
}

.blog-single-media-img {
	width: 100%;
}

.single-blog-media {
	margin-bottom: 50px;
}

.blog-top {
	border-left: 6px solid var(--green);
	padding-left: 30px;
	margin-bottom: 100px;
}

.single-post-title {
	font-weight: bolder;
	font-size: 48px;
	color: var(--orange);
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}

.single .meta-date .ticon {
	display: none;
}

.single .meta-date {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.single-blog-article .single-blog-content ul {
	margin-left: 30px;
	list-style: none;
}

.single-blog-article .single-blog-content ul li {
	position: relative;
}

.single-blog-article .single-blog-content ul li::before {
	position: absolute;
	content: '»';
	color: var(--orange);
	left: -30px;
}

blockquote {
	color: var(--orange);
	font-weight: bold;
	font-style: italic;
	background: url(img/quote.svg) left 4px no-repeat;
	background-size: 60px;
	padding-left: 100px;
}

.related-posts h4 {
	border-bottom: none !important;
	font-size: 48px;
}

.related-posts h4 .text {
	color: var(--orange) !important;
}

.related-posts {
	width: 100%;
	max-width: 500px;
}

.related-posts .wpex-row .related-post {
	width: 100%;
}

.related-posts .wpex-card-inner {
	border: none;
	display: flex;
	flex-wrap: wrap;
}

.related-posts .wpex-card-inner .wpex-card-media {
	width: 100%;
	max-width: 115px;
	margin-right: 15px;
	margin-top: 7px;
}

.related-posts .wpex-card-inner .wpex-card-details {
	flex: 1;
	padding: 0;
}

.related-posts .wpex-card-inner .wpex-card-primary-term,
.related-posts .wpex-card-inner .wpex-card-date .ticon {
	display: none !important;
}

.related-posts .wpex-card-title {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--orange);
}

.related-posts .wpex-card-inner .wpex-card-date {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.contact-row h4 {
	font-size: 26px;
	margin-bottom: 10px;
}

.contact-row a {
	color: #000;
}

.xt-row.contact-row .vcex-icon-wrap {
	width: 32px !important;
	height: 32px !important;
	line-height: 32px !important;
	top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xt-row.contact-row .vcex-icon-wrap .ticon {
	font-size: 18px;
}

.gform_wrapper ul li.gfield {
	margin-top: 0px !important;
	padding-top: 0;
	margin-bottom: 15px !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
	margin: 0 !important;
	padding: 5px 10px !important;
	border: 1px solid var(--orange);
	color: #999;
	font-weight: 400 !important;
}

.gform_footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.gform_wrapper .gform_footer input.button {
	padding: 8px 42px !important;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

.page-numbers .ticon {
	display: none;
}

.has-next a {
	width: 36px;
	height: 42px;
	display: inline-block;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.31 19.33'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e2743a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eright%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='content'%3E%3Cpolygon class='cls-1' points='10.31 9.67 5.16 14.5 0 19.34 0 9.67 0 0 5.16 4.83 10.31 9.67'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px 19px !important;
}

.has-prev a {
	width: 36px;
	height: 42px;
	display: inline-block;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.31 19.33'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e2743a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eleft%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='content'%3E%3Cpolygon class='cls-1' points='0 9.67 5.16 4.83 10.31 0 10.31 9.67 10.31 19.34 5.16 14.5 0 9.67'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px 19px !important;
}

.search-results .page-header {
	margin-bottom: 80px !important;
}

.wpex-card-terms-list {
	display: none !important;
}

.sidr-class-dropdown-menu li a {
	font-weight: 500;
	font-size: 20px;
}

@media only screen and (max-width: 1260px) {
	.home-slider .xt-container {
		max-width: 90% !important;
	}

	.slick-next {
		right: 1%;
	}

	.slick-prev {
		left: 1%;
	}

	.slick-next:before,
	.slick-prev:before {
		height: 1.5em !important;
		width: 1.5em !important;
		border-width: 0.2em 0.2em 0 0 !important;
	}

	.left-border::before {
		left: 28px;
	}
}

@media only screen and (max-width: 1200px) {
	.xt-intro .vc_column_container {
		width: 100% !important;
		text-align: center;
	}

	.left-border::before {
		content: "";
		height: 3px;
		width: 200px;
		background-color: #fff;
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -30px);
	}

	.left-border {
		position: relative;
		padding-left: 0px;
		margin-top: 40px;
	}

	.navbar-style-one .dropdown-menu>li.menu-item>a {
		font-size: 18px;
	}

	.difference-row h4 {
		font-size: 24px;
	}

	.box {
		padding: 0px 10px 20px;
	}

	.box a {
		width: 130px;
		font-size: 19px;
		bottom: 4px;
	}
}

@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 60px;
	}

	.home-slider .xt-container .xt-content p {
		font-size: 26px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 36px;
	}

	h4 {
		font-size: 28px;
	}

	body {
		font-size: 22px;
	}

	.fs-36 {
		font-size: 28px;
	}

	.fs-30 {
		font-size: 26px;
	}

	#footer-widgets {
		display: flex;
		flex-wrap: wrap;
	}

	#footer-widgets .col-3 {
		order: -1;
		width: 100%;
		padding-top: 0;
	}

	#footer-widgets .col-2,
	#footer-widgets .col-1 {
		width: 50%;
	}

	.page .xt-row {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.page-header.wpex-supports-mods {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.single-post-title {
		font-size: 36px;
	}

	.blog-top {
		margin-bottom: 50px;
	}

	.related-posts .wpex-card-title {
		font-size: 20px;
	}
	.difference-row .vc_col-sm-3 {
		margin-bottom: 90px !important;
		width: 33%;
	}
	.text{
		font-size: 20px;
	}
	.vcex-blog-entry-title{
		font-size: 22px;
	}
	.vcex-blog-entry-excerpt p{
		font-size: 18px;
	}
	.vcex-blog-entry-readmore-wrap a{
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {

	#footer-widgets .col-2,
	#footer-widgets .col-1 {
		width: 100%;
		padding-top: 0;
	}

	#footer-widgets .col-1 .footer-widget {
		padding-bottom: 20px;
	}

	#footer-widgets .col-3 .footer-widget img {
		margin: 0 !important;
	}

	.footer-bottom-flex {
		display: flex;
		flex-direction: column-reverse !important;
	}

	#footer-bottom-menu {
		margin-top: 0 !important;
		margin-bottom: 15px;
	}

	.home-slider .xt-container {
		max-width: 84% !important;
		padding: 24% 0 15%;
	}

	h1 {
		font-size: 40px;
	}

	.page-header.wpex-supports-mods .page-header-title {
		font-size: 40px !important;
	}

	.page .infographic-row.xt-row {
		padding-top: 0 !important;
	}

	.box {
		max-width: 360px;
	}

	.single .site-main {
		border-top: 24px solid var(--orange);
	}

	.single-blog-article {
		margin-top: 50px;
	}

	.related-posts h4 {
		font-size: 30px;
	}

	#footer-bottom-menu li {
		margin: 0 5px !important;
	}
	.video-divider{
		height: 40px !important;
	}
}
@media only screen and (max-width: 767px) {
	.difference-row .vc_col-sm-3 {
		margin-bottom: 80px !important;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 34px;
	}

	.home-slider .xt-container .xt-content p {
		font-size: 19px;
	}

	.home-slider .xt-container {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding: 35% 0 10%;
	}

	.page .xt-row {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.title {
		margin-bottom: 30px !important;
	}

	.video-divider {
		height: 30px !important;
	}

	.home-slider .xt-container {
		max-width: 80% !important;
	}

	.home-slider .xt-container .xt-content a {
		font-size: 18px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	body {
		font-size: 18px;
	}

	.fs-36 {
		font-size: 22px;
	}

	.fs-30 {
		font-size: 20px;
	}

	#site-logo img {
		height: 36px;
		width: auto;
	}

	.page-header.wpex-supports-mods {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.page-header.wpex-supports-mods .page-header-title {
		font-size: 26px !important;
	}

	.single-post-title {
		font-size: 26px;
	}

	.blog-top {
		border-left: 5px solid var(--green);
		padding-left: 20px;
		margin-bottom: 40px;
	}

	blockquote {
		background-size: 30px;
		padding-left: 50px;
	}

	.related-posts .wpex-card-title {
		font-size: 18px;
	}

	.related-posts .wpex-card-inner .wpex-card-date {
		font-size: 14px;
	}

	#footer-widgets .col-3 .footer-widget img {
		max-width: 200px;
	}

	.slick-next:before,
	.slick-prev:before {
		height: 1em !important;
		width: 1em !important;
		border-width: 0.15em 0.15em 0 0 !important;
	}

	.chevron.left:before {
		left: 12px;
		transform: rotate(-135deg);
	}

	.chevron.right:before {
		left: 5px;
		transform: rotate(45deg);
	}

	.home-slider .xt-container .xt-content a,
	.theme-button.medium {
		font-size: 18px;
	}

	.image-spacing {
		height: 20px !important;
	}

	.icon-title img {
		max-width: 40px;
	}

	.page .xt-row.xt-row-above-icons {
		padding-bottom: 20px !important;
	}

	.difference-row img {
		max-width: 130px;
	}

	.difference-row .vc_col-sm-3 {
		margin-bottom: 90px !important;
	}

	.difference-row .vc_col-sm-3 {
		margin-bottom: 80px !important;
	}

	.xt-row.contact-row .vcex-icon-wrap {
		width: 32px !important;
		height: 32px !important;
		line-height: 32px !important;
		top: -2px;
	}

}