/*
Style Module
*/
/* h3 first child */
h3.wg-title {
    margin: 0 0 30px;
    padding: 0;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.primary-sidebar .wg-title {
    margin: 0 0 35px;
}
.cs-header .cs-title span,
.footer-top .wg-title span,
.primary-sidebar .wg-title span {
     position: relative;
}
.cs-header .cs-title span:before,
.footer-top .wg-title span:before,
.primary-sidebar .wg-title span:before {
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 25px;
}
.footer-top .wg-title span:before,
.primary-sidebar .wg-title span:before {
    background: #ccc;   
}
.align-center .cs-header .cs-title span:before {
    margin: auto;
    right: 0;
}
.align-right .cs-header .cs-title span:before {
    left: inherit;
    right: 0;
}
#primary-sidebar [class^="widget-"]:first-child,
#primary-sidebar [class*="widget-"]:first-child {
    margin-top: 0;
}
.cs-border-column .wpb_column {
    border-left: 1px solid #dddedf;
}
.cs-border-column .wpb_column:first-child {
    border-left: none;
}