@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/mattress/inc/icomoon.eot?4n5r4x');
  src:  url('/wp-content/themes/mattress/inc/icomoon.eot?4n5r4x#iefix') format('embedded-opentype'),
    url('/wp-content/themes/mattress/inc/icomoon.ttf?4n5r4x') format('truetype'),
    url('/wp-content/themes/mattress/inc/icomoon.woff?4n5r4x') format('woff'),
    url('/wp-content/themes/mattress/inc/icomoon.svg?4n5r4x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}


.col-sm-6 {
    float: left;
    width: 50%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.block-title {
    margin-top: 49px;
    margin-bottom: 18px;
}

.pros li, .cons li {
    position: relative;
    padding-left: 32px;
    line-height: 1.5;
    margin-bottom: 14px;
	list-style: none;
}

.pros li span {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #63c363;
}
.cons li span {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #c76666;
}