.cshero-fancybox-wrap,
.cshero-fancybox-wrap .fancy-icon {
position: relative;
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}
.cshero-fancybox-wrap .cshero-fancybox-padding{overflow: hidden;}
.cshero-fancybox-wrap .fancy-icon:before {
position: relative;
z-index: 1;
}
.cshero-fancybox-wrap .fancy-icon:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}
.cshero-fancybox-wrap .cshero-fancybox-title{
margin: 15px 0;
} .cshero-fancybox-wrap .fancy-icon.icon-hover-style-1:after{
transform:scale(1.3);
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
-o-transform:scale(1.3);
z-index: -1;
}
.cshero-fancybox-wrap:hover .fancy-icon.icon-hover-style-1:after{
opacity: 1;
visibility: visible;
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
}
.cshero-fancybox-wrap .fancy-icon.icon-hover-style-2:after{
background-color: transparent !important;
transform:scale(0);
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
}
.csbody .cshero-fancybox-wrap:hover .fancy-icon.icon-hover-style-2:after {
opacity: 1;
visibility: visible;
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
}
.cshero-fancybox-wrap .content,
.cshero-fancybox-wrap .cshero-title-main {
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}.cshero-fancybox-wrap {
display: inline-block;
width: 100%;
}.portfolio-layout1 article{
position: relative;
overflow: hidden;
}
.portfolio-layout1 .cshero-portfolio-content-wrap{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner{
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner .cshero-portfolio-title{
text-transform: uppercase;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
bottom: 0;
color: #fff;
padding: 20px;
position: absolute;
transform: translate3d(0px, -50%, 0px);
-webkit-transform: translate3d(0px, -50%, 0px);
-moz-transform: translate3d(0px, -50%, 0px);
-ms-transform: translate3d(0px, -50%, 0px);
-o-transform: translate3d(0px, -50%, 0px);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner .cshero-portfolio-title a{
text-transform: uppercase;
font-size: 24px;
color: #fff;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner .cshero-portfolio-title a span{
font-weight: 800;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner .cshero-portfolio-description {
text-transform: uppercase;
font-size: 11px;
bottom: 0;
left: 0;
opacity: 0;
padding: 10px 10px 10px 20px;
position: absolute;
text-align: left;    
transform: translate3d(0px, 10px, 0px);
-webkit-transform: translate3d(0px, 10px, 0px);
-moz-transform: translate3d(0px, 10px, 0px);
-ms-transform: translate3d(0px, 10px, 0px);
-o-transform: translate3d(0px, 10px, 0px);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
} .portfolio-layout1 article:hover .cshero-portfolio-title {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
transform: translate3d(0px, -100%, 0px);
-webkit-transform: translate3d(0px, -100%, 0px);
-moz-transform: translate3d(0px, -100%, 0px);
-ms-transform: translate3d(0px, -100%, 0px);
-o-transform: translate3d(0px, -100%, 0px);
color: #000!important;
}
.portfolio-layout1 article:hover .cshero-portfolio-title a{
color: #000!important;
}
.portfolio-layout1 article:hover .cshero-portfolio-description {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
} .portfolio-layout1.cshero_portfolio_filters {}
.portfolio-layout1.cshero_portfolio_filters ul li{
position: relative;
padding:0;
margin:0;
}
.portfolio-layout1.cshero_portfolio_filters ul li a{
position: relative;
padding: 0 20px;
}
.portfolio-layout1.cshero_portfolio_filters ul li a:after{
position: absolute;
top: 1px;
right: 0px;
content: "|";
display: inline-block;
font-size: 10px;
}
.portfolio-layout1.cshero_portfolio_filters ul li:first-child a{
padding-left: 0;
}
.portfolio-layout1.cshero_portfolio_filters ul li:last-child a{
padding-right: 0;
}
.portfolio-layout1.cshero_portfolio_filters ul li:last-child a:after{ content: "";}.esgbox-wrap,
.esgbox-skin,
.esgbox-outer,
.esgbox-inner,
.esgbox-image,
.esgbox-wrap iframe,
.esgbox-wrap object,
.esgbox-nav,
.esgbox-nav span,
.esgbox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.esgbox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.esgbox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.esgbox-opened {
z-index: 8030;
}
.esgbox-opened .esgbox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.esgbox-outer, .esgbox-inner {
position: relative;
}
.esgbox-inner {
overflow: hidden;
} .esgbox-inner.html5video { height: auto !important; overflow: hidden !important; }
.esgbox-type-iframe .esgbox-inner {
-webkit-overflow-scrolling: touch;
}
.esgbox-inner video { margin-bottom:0px !important; display: block !important}
.esgbox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.esgbox-image, .esgbox-iframe {
display: block;
width: 100%;
height: 100%;
}
.esgbox-image {
max-width: 100%;
max-height: 100%;
}
#esgbox-loading, .esgbox-close, .esgbox-prev span, .esgbox-next span {
background-image: url(//demo.exptheme.com/craftsmen/wp-content/plugins/essential-grid/public/assets/images/esgbox_sprite.png);
}
#esgbox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#esgbox-loading div {
width: 44px;
height: 44px;
background: url(//demo.exptheme.com/craftsmen/wp-content/plugins/essential-grid/public/assets/images/esgbox_loading.gif) center center no-repeat;
}
.esgbox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.esgbox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//demo.exptheme.com/craftsmen/wp-content/plugins/essential-grid/public/assets/images/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.esgbox-prev {
left: 0;
}
.esgbox-next {
right: 0;
}
.esgbox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.esgbox-prev span {
left: 10px;
background-position: 0 -36px;
}
.esgbox-next span {
right: 10px;
background-position: 0 -72px;
}
.esgbox-nav:hover span {
visibility: visible;
}
.esgbox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .esgbox-lock {
overflow: hidden !important;
width: auto;
}
.esgbox-lock body {
overflow: hidden !important;
}
.esgbox-lock-test {
overflow-y: hidden !important;
}
.esgbox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//demo.exptheme.com/craftsmen/wp-content/plugins/essential-grid/public/assets/images/esgbox_overlay.png);
}
.esgbox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.esgbox-lock .esgbox-overlay {
overflow: auto;
overflow-y: scroll;
} .esgbox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.esgbox-opened .esgbox-title {
visibility: visible;
}
.esgbox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.esgbox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.esgbox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.esgbox-title-inside-wrap {
padding-top: 10px;
}
.esgbox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#esgbox-loading, .esgbox-close, .esgbox-prev span, .esgbox-next span {
background-image: url(//demo.exptheme.com/craftsmen/wp-content/plugins/essential-grid/public/assets/images/esgbox_sprite@2x.png);
background-size: 44px 152px; }
#esgbox-loading div {
background-image: url(//demo.exptheme.com/craftsmen/wp-content/plugins/essential-grid/public/assets/images/esgbox_loading@2x.gif);
background-size: 24px 24px; }
}
#esgbox-buttons {
position: fixed;
left: 0;
width: 100%;
z-index: 8050;
}
#esgbox-buttons.top {
top: 10px;
}
#esgbox-buttons.bottom {
bottom: 10px;
}
#esgbox-buttons ul {
display: block;
width: 166px;
height: 30px;
margin: 0 auto;
padding: 0;
list-style: none;
border: 1px solid #111;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
background: rgb(50,50,50);
background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
#esgbox-buttons ul li {
float: left;
margin: 0;
padding: 0;
}
#esgbox-buttons a {
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background-color: transparent;
background-image: url(//demo.exptheme.com/craftsmen/wp-content/plugins/essential-grid/public/assets/images/esgbox_buttons.png);
background-repeat: no-repeat;
outline: none;
opacity: 0.8;
}
#esgbox-buttons a:hover {
opacity: 1;
}
#esgbox-buttons a.btnPrev {
background-position: 5px 0;
}
#esgbox-buttons a.btnNext {
background-position: -33px 0;
border-right: 1px solid #3e3e3e;
}
#esgbox-buttons a.btnPlay {
background-position: 0 -30px;
}
#esgbox-buttons a.btnPlayOn {
background-position: -30px -30px;
}
#esgbox-buttons a.btnToggle {
background-position: 3px -60px;
border-left: 1px solid #111;
border-right: 1px solid #3e3e3e;
width: 35px
}
#esgbox-buttons a.btnToggleOn {
background-position: -27px -60px;
}
#esgbox-buttons a.btnClose {
border-left: 1px solid #111;
width: 35px;
background-position: -56px 0px;
}
#esgbox-buttons a.btnDisabled {
opacity : 0.4;
cursor: default;
}
#esgbox-thumbs {
position: fixed;
left: 0;
width: 100%;
overflow: hidden;
z-index: 8050;
}
#esgbox-thumbs.bottom {
bottom: 2px;
}
#esgbox-thumbs.top {
top: 2px;
}
#esgbox-thumbs ul {
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
#esgbox-thumbs ul li {
float: left;
padding: 1px;
opacity: 0.5;
box-sizing: border-box;
}
#esgbox-thumbs ul li.active {
opacity: 0.75;
padding: 0;
border: 1px solid #fff;
}
#esgbox-thumbs ul li:hover {
opacity: 1;
}
#esgbox-thumbs ul li a {
display: block;
position: relative;
overflow: hidden;
border: 1px solid #222;
background: #111;
outline: none;
}
#esgbox-thumbs ul li img {
display: block;
position: relative;
border: 0;
padding: 0;
max-width: none;
}
.esgbox-title iframe {
min-height: 30px;
vertical-align: middle;
} .esgbox-title:not(.esgbox-title-over-wrap) iframe {
margin-left: 5px;
} .esgbox-title-over-wrap iframe {
margin-right: 5px;
} .esgbox-type-inline .esgbox-nav {
margin: 0 20px;
} .esgbox-type-iframe .esgbox-nav {
width: 60px;       
}
.esgbox-type-iframe .esgbox-nav span {
visibility: visible;
opacity: 0.5;
}
.esgbox-type-iframe .esgbox-nav:hover span {
opacity: 1;
}
.esgbox-type-iframe .esgbox-next {
right: -60px;
}
.esgbox-type-iframe .esgbox-prev {
left: -60px;
}
.eg-lightbox-post-content-inner {
opacity: 0;
transition: opacity 0.3s ease-out;
}
.eg-lightbox-post-content-inner.ready {
opacity: 1;
} @media screen and (max-width: 736px) {
.eg-lightbox-post-content-inner > div {
width: 100% !important;
float: none !important;
}
.eg-lightbox-post-content-inner .esg-post-featured-img {
padding: 30px 0 !important;
}
}.cshero-post-carousel .cshero-header{ margin-bottom: 60px;}
.cshero-post-carousel .cshero-header .cshero-title{ margin-bottom: 30px;}
.cshero-post-carousel .cshero-header .cshero-subtitle { margin-bottom: 40px;}
.cshero-post-carousel,
.cshero-post-carousel .cshero-carousel-container{
position: relative;
}
.cshero-post-carousel .cshero-post-carousel-item-wrap{
overflow: hidden;
}
.cshero-post-carousel .cshero-post-carousel-item,
.cshero-post-carousel .cshero-carousel-body{
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}
.cshero-post-carousel .cshero-carousel-image{ vertical-align: top;}
.cshero-post-carousel-item.content-center .cshero-carousel-image{ margin: 0 auto;}
.cshero-post-carousel div.cshero-carousel-title{ font-size: 15px; font-weight: 700;} .cshero-post-carousel .link-wrap{}
.cshero-post-carousel .link-wrap a.icon-link.icon-button,
.cshero-post-carousel .link-wrap a.icon-link.icon-button-black{
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
text-align: center;
font-size: 18px;
}
.cshero-post-carousel .link-wrap a.icon-link.icon-button{   background-color: #fff;} 
.cshero-post-carousel .link-wrap a.icon-link.icon-button-black{   background-color: #000;}
.cshero-post-carousel .link-wrap a.icon-link.icon-box-white .fa{   background-color:transparent; border:3px solid #fff; width: 45px; height: 45px; line-height: 45px; display: inline-block; text-align: center; font-size: 18px;}
.cshero-post-carousel .link-wrap a.icon-link.icon-box-black .fa{   background-color:transparent; border:3px solid #000; width: 45px; height: 45px; line-height: 45px; display: inline-block; text-align: center; font-size: 18px;} .show-post-type .cshero-carousel-image:before{display: block;width: 48px; height: 48px; line-height: 48px;text-align: center; color: #333; background-color: #fff; font-size: 18px; font-family: "FontAwesome"; position:absolute; top: 20px; left: 20px; z-index: 3;}
.show-post-type .format-standard .cshero-carousel-image:before{display: none; content: "\f08d";}
.show-post-type .format-gallery .cshero-carousel-image:before{content: "\f030"}
.show-post-type .format-link .cshero-carousel-image:before{content: "\f0c1"}
.show-post-type .format-image .cshero-carousel-image:before{content: "\f03e"}
.show-post-type .format-quote .cshero-carousel-image:before{content: "\f10d"}
.show-post-type .format-video .cshero-carousel-image:before{content: "\f01d"}
.show-post-type .format-audio .cshero-carousel-image:before{content: "\f001"}
.show-post-type .format-chat .cshero-carousel-image:before{content: "\f1d7"} .custom-nav-pos .cshero-nav.vertical-center li{ margin-top: -43px;} @media (max-width: 992px){
.cshero-carousel-image{ margin: 0 auto;}
}.postcarousel-layout10 .cshero-carousel-container{
position: relative;
}
.postcarousel-layout10 .cshero-carousel-image{
transition: all 400ms ease 0s;
}
.postcarousel-layout10 .cshero-carousel-image .cshero-overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 400ms ease 0s;
}
.postcarousel-layout10 .cshero-carousel-body{
position: absolute;
padding: 4px;
bottom: 0;
left: 0;
width: 100%;
height: 100;
transform: translateY(54px);
-webkit-transform: translateY(54px);
-moz-transform: translateY(54px);
-o-transform: translateY(54px);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
}
.postcarousel-layout10 .cshero-carousel-body .cshero-carousel-title{
font-size: 16px;
line-height: 20px;
margin: 6px 0 0 10px;
color: #fff;
}
.postcarousel-layout10 .cshero-carousel-body .cshero-carousel-title a{
color: #fff;
}
.postcarousel-layout10 .cshero-carousel-body .cshero-carousel-post-category{
font-size: 12px;
margin-left: 10px;
text-align: left;
color: #fff;
}
.postcarousel-layout10 .cshero-carousel-body .cshero-button{
position: absolute;
top: 0;
right: 0;
margin-right: 10px;
margin-top: 9px;
}
.postcarousel-layout10 .cshero-carousel-body .cshero-button .cshero-button-item{
display: inline-block;
background: #fff;
height: 30px;
margin: 4px;
width: 30px;
position: relative;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.postcarousel-layout10 .cshero-carousel-body .cshero-button .cshero-button-item .cshero-button-popup,
.postcarousel-layout10 .cshero-carousel-body .cshero-button .cshero-button-item .cshero-button-read-more{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%) rotate(-50deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-50deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(-50deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(-50deg);
}
.postcarousel-layout10 .cshero-post-carousel-item:hover .cshero-carousel-body{
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
}
.postcarousel-layout10 .cshero-post-carousel-item:hover .cshero-carousel-image{
transform: translateY(-54px);
-webkit-transform: rotate(-54px);
-moz-transform: rotate(-54px);
-o-transform: rotate(-54px);
}
.postcarousel-layout10 .cshero-nav ul li {
display: inline-block;
margin: 20px 6px;
padding: 0;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.postcarousel-layout10 .cshero-nav ul li a{
display: inline-block;
height: 30px;
line-height: 30px;
text-align: center;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
width: 30px;
}
.postcarousel-layout10 .cshero-nav ul li a i{
font-weight: bold;
}