/* COMMON ATTRIBUTES FOR RECIPES, ARTICLES, SLIDESHOWS - MERGE LATER */

.head-row {
	clear: both;
}

.head-row h1 {
	font-family: 'Oswald', 'Impact', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2.4em;
	letter-spacing: 0;
}

.head-row p a {
	color: #333333;
	font-weight: 700;
	text-decoration: none;
}

.head-row p a:hover {
	text-decoration: underline;
}

.head-row span.article-date {
	display: block;
}

.img-responsive {
	width: 100%;
}

.fake-row {
	clear: both;
	line-height: 2em;
}

.fake-row p {
	padding: 0.4em 0 0.8em 0;
}

.fake-row h2 {
	font-family: 'Oswald', 'Impact', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: left;
	padding: 1em 0;
}
.fake-row h3 {
	font-family: 'Oswald', 'Impact', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1em;
	text-align: left;
}
.fake-row h4, .comments-row h3 {
	font-weight: 400;
	font-size: 2em;
}

.fake-row h4 {
	font-family: Oswald, Impact, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 2em;
	text-transform: uppercase;
}

.social-icons {
	margin-top: 2em;
	margin-bottom: 2em;
}
.social-icons span {
	display: inline-block;
	font-family: 'Oswald', 'Impact', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
}
.social-icons span:not(.last) {
	margin-right: 1%;
	padding-right: 1%;
}
.social-icons span .fa {
	font-size: 1.3em;
	padding-right: 2px;
}

.img-responsive {
	width: 100%;
}

.inset {
	width: 100%;
}

.btn-default, #commentform input[type='submit'] {
	color: #000;
	background: #FFF;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 8px 24px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.btn-default:hover, #commentform input[type='submit']:hover {
	color: #FFF;
	background: #000;
	text-shadow: none;
	border-color: #333;
}

.comments-row {
	padding:15px;
}

#commentform input[type='submit'] {
	padding: 8px 24px;
	border-radius: 4px;
}
#commentform textarea {
	margin: 2em 0 0 0;
	border: 2px solid #000;
}
#comments {
	margin-top: 1em;
}
#comments p {
	text-indent: 0px;
	line-height: 1.6em;
}
#comments li {
	margin-bottom: 2em;
	list-style: none;
	margin-left:-40px;
}
.must-log-in {
	font-size: 1.4em;
	text-align: center;
	margin: 1em 0em;
	padding: 0.5em;
	border: 2px solid #000000;
	border-radius: 4px;
}
.comment-respond p a {
	text-decoration: underline;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.related-content-grid a {
	color: #000;
}
.related-content-grid a:not(.btn) {
	font-family: 'Oswald', 'Impact', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
}
.related-content-grid a:not(.btn) > span {
	display: block;
	margin: 1em;
	font-size: 1.2em;
}
.zergnet-content-grid a:not(.btn) > span, .zergnet-content-grid a > span {
	text-transform: none;
	font-weight: normal;
	font-family: 'Bitter', 'Georgia', serif;
	font-size: 1em;
}

.article-content a {
	font-size: 1em;
	padding: 10;
	color: #1c1c1f;
	line-height: 1em;
	font-weight: 700;
}

.img-hero {
	padding-bottom: 1em;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.img-hero img {
	/*z-index: -10;
	position: relative;*/
}

.img-hero .caption {
	font-style: italic;
	line-height: 28px;
}

.ad-row {
	margin-top: 1em;
}

.related-articles {	
	padding: 20px 30px 0;	
}

.related-articles .related-post {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	line-height: 1.6em;
}

.related-articles .related-post-image {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.related-articles .related-post-image img {
	width: 64px;
	height: 64px;
}

.video-recipes h4,
.cocktail-profile h4,
.related-articles h4,
.related-content-grid > .row > div > h4 {
	text-align: center;
	font-family: 'Oswald', 'Impact', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	position: relative;
	z-index: 0;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 1em;
	color: #999999;
}

.video-recipes h4 span,
.cocktail-profile h4 span,
.related-articles h4 span,
.related-content-grid > .row > div > h4 span {
	background: #ffffff;
	padding: 0 10px;
	font-size: 0.8em;
	letter-spacing: 2px;
}
.video-recipes h4:before,
.cocktail-profile h4:before,
.related-articles h4:before,
.related-content-grid > .row > div > h4:before {
	border-top: 1px solid #dfdfdf;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	z-index: -1;
}

.zergnet-content-grid {
	padding:20px;
}

.zergheadline {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top: 10px;
}

.load-next-content-loader {
	text-align: center;
	padding: 100px;
	color:#999;
	font-size: 1.2em;
}

.load-next-content-loader div {
	padding-bottom: 10px;
}

.load-next-content-loader i {
	font-size: 100px;
}

.load-next-content-loader .btn-default {
	padding: 0px 8px;
	margin-top: 0px;
	font-size: 0.7em;
	border-color: #CCC;
	color: #CCC;
}

.load-next-content-loader .btn-default:hover {
	border-color: #CCC;
	background-color: #EEE;
}

/* TEMPLATE SPECIFIC ATTRIBUTES */

.fake-row, .img-hero {
	padding: 15px;
}

.article-excerpt {
	font-style: italic;
	margin: 1em auto;
	font-family: Georgia;
	font-size: 20px;
}

/* Read Full Story Overlay */

@media (max-width: 767px) {
  .breakpoint-alias:before {
    content: "XS";
  }
}

@media (min-width: 768px) and (max-width: 983px) {
  .breakpoint-alias:before {
    content: "SM";
  }
}

@media (min-width: 984px) and (max-width: 1199px) {
  .breakpoint-alias:before {
    content: "MD";
  }
}

@media (min-width: 1200px) {
  .breakpoint-alias:before {
    content: "LG";
  }
}

#read-more {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(179, 179, 179,.9);
  width: 100%;
  /*height: auto;*/
  z-index: 1;
  border-top: #b3b3b3 solid 1px;
}

#read-more #close-read-more {
  	color: #333;
    font-family: 'Oswald', 'Impact', sans-serif;
    font-weight: 500;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #333;
}

#read-more #close-read-more .fa{
	font-size: 18px;
}

#read-more .well {	
	background: #fff;
	border: #9a9a9a solid 1px;
	margin: 5px;
    padding: 5px;
    border-radius: 0px;
}

#read-more .well h3 {
	margin-top: 5px;
}

#read-more .heading {
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#read-more .well .related-article-thumb {
	width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
}

#read-more .well .dfp-related-article {
	margin-top: 20px;
	margin-bottom: 20px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #000;
  font-size: 5px;
  margin: 20px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.affix#sidebar-widgets {
	top: 90px;
}

.jump-to-next-article {
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	z-index: 3000;
	box-shadow: 0px 0px 10px #666;
	background-color: rgba(19,18,18,.8);
	cursor: pointer;
}

.jump-to-next-article .container {
	display: flex;
	padding: 10px 60px;
}

.jump-to-next-article .container h2 {
	padding-top: 10px;
	width: 80%;
	color: white;
}

.jump-to-next-article .container .button-row {
	padding: 10px 0px 0px 0px;
}

.jump-to-next-article .container a {
	width: 20%;
	text-align: right;
	font-size: 1em;
	background: white;
}

.jump-to-next-article .container a:hover {
	color: black !important;
}

.jump-to-next-article-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	min-width: 70px;
	border: 1px solid white;
}

.next-article-title {
	font-size: 1.2em !important;
}

.next-article-title i {
	font-size: 1.2em !important;
}


@media screen and (min-width: 768px) {

	.affix-top#sidebar-widgets {
  		position: relative;
	}

	.affix-bottom#sidebar-widgets { 
		position: absolute; 
	}

}

@media only screen and (min-width: 0px) and (max-width: 768px) {

	.jump-to-next-article {
		bottom: 50px;
		font-size: .7em;
	}
	
	.jump-to-next-article .container {
  	padding: 10px 10px;
	}

	.jump-to-next-article .container h2 {
		padding-top: 5px;
		padding-bottom: 10px;
		width: 100%;
		text-align: left;
	}
	
	.jump-to-next-article .container .button-row {
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.jump-to-next-article .container .a.button {
		padding: 5px;
	}

}

.affix#sidebar-widgets,
.affix-bottom#sidebar-widgets {
    padding-left: 30px;
}

.LDC-page-leaderboard-top.affix {
	padding: 10px 0;
	width: 100% !important;
	top: 53px;
	left: 0;
	text-align: center;
}

/** Sponsored item **/

.sponsored-item {
  background-color: #f0f0f0;
  margin-bottom: 10px;
  /*width: 720px;*/
}

.sponsored-item .item-body {
  padding: 20px;
}

.sponsored-item img {
  margin-bottom: 20px;
}

.sponsored-item a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background-color: #cc0000;
	color: #fff;

	display: inline-block;

	margin-bottom: 0;

	font-weight: normal;

	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	background-image: none;
	border: 1px solid transparent !important;

	padding: 10px 16px !important;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.sponsored-item a:hover,
.sponsored-item a:focus,
.sponsored-item a:active {
	background-color: #cc0000;
 	 color: #fff;
}

.sponsored-item h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-top: 0;  
  padding-top: 10px;
	padding-bottom: 0px;
}

.sponsored-item h3{
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: #a7a7a7;
  padding: 15px 20px 0;
}

.sponsored-item h2 span {
  color: #a3a3a3;
}

.sponsored-item p {
   margin-top: 10px;
   font-size: 1.1em;
   padding: 0 !important;
}

.sponsored-item p:empty {
  display: none;
}

.sponsored-item .item-heading {
  margin-bottom: 15px;
}

.sponsored-item .item-heading div:first-child {
	padding-left: 0;
}

.hide-while-infinite-scroll-is-active {
	display: none;
}

.next-article-hint {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.generic-flex-item {
	width: 23%;
	margin: 1%;
}

.generic-flex-item .image{
	padding-bottom: 10px;
}


/* Use Table Trick to equalize column heights */
@media only screen and (min-width : 768px) {
    .equalize-columns {
        display: table;
    }
    .--equalize-columns [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}


#pubexchange_footer_by_partner_1 a.pe-thumb {
	width: 100% !important;
	height: 125px !important
}


#pubexchange_footer_by_partner_1 ul {
	list-style: none !important;
	padding: 0;
}

#pubexchange_footer_by_partner_1 li {
	padding: 0;
}

#pubexchange_footer_by_partner_1 .pe-partner {
	width: 25%;
	float: left;
	padding: 1%;
}


#pubexchange_footer_by_partner_1 .pe-wrapper
{
	max-width: 100%;
	margin: 25px 30px 10px;
	text-align: center;
	clear: both;
}

#pubexchange_footer_by_partner_1 .pe-title
{
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0 auto 10px;
	color: #999;
}

#pubexchange_footer_by_partner_1 .pe-title span
{
	background: #ffffff;
	padding: 0 10px;
	font: 300 14.4px/1.3 'Oswald', 'Impact', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#pubexchange_footer_by_partner_1 .pe-title span:before
{
	border-top: 1px solid #dfdfdf;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	z-index: -1;
}

#pubexchange_footer_by_partner_1 ul.pe-module
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#pubexchange_footer_by_partner_1 li.pe-article
{
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

#pubexchange_footer_by_partner_1 .pe-thumb
{
	float: left;
	overflow: hidden;
	margin: 0 0 6px 0;
}

#pubexchange_footer_by_partner_1 .pe-thumb img {
	width: 100%;
	margin-left: 0px;
}

#pubexchange_footer_by_partner_1 .pe-editorial { clear: both; }

#pubexchange_footer_by_partner_1 a.pe-headline
{
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 3px;
}

#pubexchange_footer_by_partner_1 .pe-partner-name a {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 5px;
}

#pubexchange_footer_by_partner_1 .pe-powered-by {
	text-align: right;
	margin-right: 5px;
	color: #333;
	font: 10px/14px Helvetica,Arial,sans-serif;
	clear: both;
}

#pubexchange_footer_by_partner_1 .pe-powered-by a {
	text-decoration: none;
	color: #08c;
}

#pubexchange_footer_by_partner_1 .pe-powered-by a:hover {
	text-decoration: underline;
}

.pub-exchange {
	height: 272px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	#pubexchange_footer_by_partner_1 .pe-partner {
		width: 50%;
		float: left;
		padding: 1%;
	}
	#pubexchange_footer_by_partner_1 li.pe-article
	{
		height: 200px;
	}
	.zergnet-content-grid {
		padding:0px;
		min-height: 360px;
	}
	.zergnet-content-grid .zergentity {
		width: 50% !important;
		float: none;
		height: 230px;
	}
	.pub-exchange {
		height: 550px;
	}
}


