/*
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;
}


/* Base */

#awwwards{
  position: absolute;
  width: 126px;
  height: 126px;
  text-indent: -666em;
  overflow: hidden;
  z-index: 999;

  -webkit-transition: all 1s ease;
    transition: all 1s ease; 
}

#awwwards.top{
  top: 0;
}
#awwwards.bottom{
  bottom: 0;
}
#awwwards.left{
  left: 0;
}
#awwwards.right{
  right: 0;
}

#awwwards a{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 126px;
  height: 126px;
  background-repeat: no-repeat;
  background-position: 4px -23px;
  background-size: 145px 145px;
}

#awwwards.top.left a{
  -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); 
}
#awwwards.bottom.left a{
  background-position: -23px 4px;
}
#awwwards.bottom.right a{
  background-position: -23px 4px;

  -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); 
}

/* NOMINEE */

#awwwards.honorable.black a{
  background-image: url(ribbons/awwwards_honorable_black.png);
}
#awwwards.honorable.silver a{
  background-image: url(ribbons/awwwards_honorable_silver.png);
}
#awwwards.honorable.white a{
  background-image: url(ribbons/awwwards_honorable_white.png);
}
#awwwards.honorable.green a{
  background-image: url(ribbons/awwwards_honorable_green.png);
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

  /* NOMINEE */

  #awwwards.honorable.black a{
    background-image: url(ribbons/awwwards_honorable_black@2x.png);
  }
  #awwwards.honorable.silver a{
    background-image: url(ribbons/awwwards_honorable_silver@2x.png);
  }
  #awwwards.honorable.white a{
    background-image: url(ribbons/awwwards_honorable_white@2x.png);
  }
  #awwwards.honorable.green a{
    background-image: url(ribbons/awwwards_honorable_green@2x.png);
  }

}
