/*
Version: 1.0
*/

@font-face {
	font-family: 'tt_norms_bold';
	src: url('../fonts/TypeType%20-%20TT%20Norms%20Bold.eot');
	src: local('â˜º'), url('../fonts/TypeType%20-%20TT%20Norms%20Bold.woff') format('woff'), url('../fonts/TypeType%20-%20TT%20Norms%20Bold.ttf') format('truetype'), url('../fonts/TypeType%20-%20TT%20Norms%20Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'tt_norms';
	src: url('../fonts/TypeType%20-%20TT%20Norms%20Regular.eot');
	src: local('â˜º'), url('../fonts/TypeType%20-%20TT%20Norms%20Regular.woff') format('woff'), url('../fonts/TypeType%20-%20TT%20Norms%20Regular.ttf') format('truetype'), url('../fonts/TypeType%20-%20TT%20Norms%20Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333333;
  font-family: 'tt_norms';
  line-height: 1.3;
}

*:focus {
  outline: none !important;
}


/**
 * 1.0 - Normalize
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    --wp--style--block-gap: 0 !important;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.clearfix {
  clear: both;
}

.fixed {
  overflow: hidden;
}


/**
 * 2.0 - Typography
 */


h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
  text-transform: none;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}


.fextralarge {
  font-size: 34px;
}

.extrabold {
  font-weight: 800;
}

.bold, strong, b {
  font-weight: 700;
  font-family:'tt_norms_bold';
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.order-1 {
  order: -1;
}

.dflex {
  display: flex;
}

.alignitemcenter {
  align-items: center;
}

.dtable {
  display: table;
  width: 100%;
  height: 100%;
}

.dtable-cell {
  display: table-cell;
}

.dtable-caption {
  display:table-caption;
}

.v-bottom {
  vertical-align: bottom;
}

.v-middle {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.aligncenter {
  text-align: center !important;
}

.alignright {
  text-align: right !important;
}

.alignjustify {
  text-align: justify !important;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

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


:focus{
  outline:0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #D5D5D5;
	/* font-family: Montserrat, "Helvetica Neue", sans-serif; */
}

:-moz-placeholder {
	color: #D5D5D5;
	/* font-family: Montserrat, "Helvetica Neue", sans-serif; */
}

::-moz-placeholder {
	color: #D5D5D5;
	/* font-family: Montserrat, "Helvetica Neue", sans-serif; */
	opacity: 1;
}

:-ms-input-placeholder {
	color: #D5D5D5;
	/* font-family: Montserrat, "Helvetica Neue", sans-serif; */
}

.wp-block-post-featured-image img {
	margin-top: 60px;
}

.container-wrapper{
	max-width:1100px !important;
	padding-left: 20px;
}

.content-post{
  	padding-top: 20px;
    max-width:750px;
    float: left;
    text-align: justify;
}

/**
 * Mobile
 */
.content-post-brand {
  	padding-top: 20px;
	padding-bottom: 20px;
    max-width:750px;
    float: left;
    text-align: justify;
}

/**
 * Non Mobile
 */
@media screen and (min-width: 640px) {
  .content-post-brand {
      padding-top: 20px;
      max-width: 750px;
      float: left;
      text-align: justify;
      min-height: 700px !important;
  }
}

.popular-post-wrapper{
    padding-top: 20px;
    max-width: 320px;
    float: left;
    padding-left: 20px;
}