/*
Style Module
*/

h3.wg-title {
	font-size: 22px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 15px;
    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 [class^="widget-"]:first-child, #primary-sidebar [class*="widget-"]:first-child {
	margin-top: 0;
}
.widget-first {
	margin-top: 0;
}
.title-grey h3.wg-title {
	color: #333333 !important;
}
.title-line .ww-title, .title-line .wg-title {
  border-bottom: 1px solid #ddd;
  color: #113a52;
  font-size: 18px;
  margin: 0 0 15px !important;
}
.title-line .wg-title {
	font-size: 22px;
}
.title-line .ww-title .line, .title-line .wg-title span {
  display: inline-block;
  padding: 0 10px 10px 0;
  margin-bottom: 0px;
}
.box-1 {
	background: #113a52;
	color: #fff;
	padding: 15px;
	
}
.box-2 {
	color: #fff;
	padding: 15px;
}
.box-2 h3.wg-title {
	color: #fff !important;
}
.box-3 {
	background: #fcfcfc;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.075);
	     -o-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.075);
	        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.075);
	padding: 15px;
}
.cs-border-column .wpb_column {
	border-left: 1px solid #dddedf;
}
.cs-border-column .wpb_column:first-child {
	border-left: none;
}
.title-large h3.wg-title {
	font-size: 30px;
	line-height: 40px;
}
.title-preset2 h3, .title-preset2 h3 {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1;
}
.title-line-bottom h3 {
  margin: 0 0 22px;
  position: relative;
  padding: 0 0 7px;
}
.title-line-bottom .wpb_wrapper > h3:before {
  position: absolute;
  height: 2px;
  width: 206px;
  content: "";
  bottom: 0;
  left: 0;
  margin: auto;
}
.title-line-bottom.align-center .wpb_wrapper > h3:before {
  right: 0;
}
.title-line-bottom.align-left .wpb_wrapper > h3:before {
  right: inherit;
  left: 0;
}
.title-line-bottom.align-right .wpb_wrapper > h3:before {
  right: 0;
  left: inherit;
}
