/*
Regular - 400
Medium - 500
Semi-bold - 600
Bold - 700
*/

.blog-detailed section .content {
	padding-top: 94px;
	margin-top: 6px;
	background-image: url('/assets/img/blog-detailed-header-back.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 320px;
}
.content #blog-header #blog-pretitle {
	font-size: 1.25rem;
	line-height: 0.813rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.content #blog-header #blog-title {
	font-size: 2.5rem;
	line-height: 3.5rem;
	font-weight: 600;
	margin-bottom: 60px;
	min-height: 170px;
}
.content #blog-header p,
.content .blog-row p {
	margin-top: 0;
}
.content #blog-header,
.content .blog-row {
	margin: 0 auto;
	max-width: 1150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.content #blog-header .left,
.content .blog-row .left {
	width: 48%;
}
.content #blog-header .left img,
.content .blog-row .left img {
	width: 100%;
}
.content #blog-header .right,
.content .blog-row .right {
	width: 48%;
}
.content #blog-header .right img,
.content .blog-row .right img {
	width: 100%;
}
.content #blog-header .row-copy,
.content .blog-row .row-copy {
	font-size: 1rem;
	line-height: 1.9rem;
}
.content #blog-header,
.content .blog-row {
	margin-bottom: 20px;
}
.content .blog-row .subtext {
	font-style: italic;
	font-weight: 200;
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #663300;
}

@media only screen and (max-width: 800px) {
    .content #blog-header,
    .content .blog-row.it {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    
    .content #blog-header .left,
    .content #blog-header .right {
        width: 80%;
        margin: 0 auto;
    }
    
    .content #blog-header #blog-title {
        min-height: auto;
        margin-bottom: 30px;
    }
    
    .content .blog-row .left,
    .content .blog-row .right {
        width: 80%;
        margin: 0 auto;
    }
    
    .content .blog-row.ii {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .content .blog-row.ii img:first-of-type {
        margin-bottom: 30px;
    }
    
    .content #blog-header .left,
    .content .blog-row .left {
        margin-bottom: 30px;
    }
}

/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {
      .content #blog-header #blog-title {
          font-size: 2rem;
          line-height: 3rem;
      }
      
      .content .blog-row .subtext {
          font-size: 1rem;
          line-height: 1.8rem;
      }
}