/*
 Theme Name:   Around the World Stories (Divi Child Theme)
 Theme URI:    http://aroundtheworldstories.org
 Description:  Divi child theme built for Around the World Stories
 Author:       Grant Zabriskie
 Author URI:   http://grantzabriskie.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/


/* General Theme Fixes */
/* ------------------------------- */

::selection {
  background: #84C7E9; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #84C7E9; /* Gecko Browsers */
}

#main-content {
	 background-color: transparent;
}

/* Module fixes */

#logo {
	position: relative;	
	top: -10px;
}

.et_pb_testimonial_description p {
	padding-bottom: 0;
}

.et_pb_row.et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 100% !important;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.parent-pageid-475 .et_pb_section_1.et_pb_section {
	padding-top: 146px !important;
}

@media screen and (max-width: 980px) {
	.parent-pageid-475 .et_pb_section_1.et_pb_section {
		padding-top: 205px !important;
	}
}

.et_pb_contact_form_0 .input {
	border: 1px solid #e2e2e2;
}

.et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container {
}

@media screen and (min-width: 767px) {
	.home .et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container {
		padding-top: 40px;
	}
}

@media screen and (max-width: 520px) {
	.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
		text-align: center;
	}
}



/* Typogrpahy Fixes and Additions */
/* ------------------------------- */

p {
	padding-bottom: 1.7em; 
}

p a { 
	text-decoration: underline; 
}

p a:hover {
	text-decoration: none;
}

#left-area ul li,
.entry-content ul li,
.comment-content ul li,
body.et-pb-preview #main-content .container ul li { 
	margin-bottom: 0.7em; 
}

#left-area ol li,
.entry-content ol li,
.comment-content ol li,
body.et-pb-preview #main-content .container ol li {
	margin-bottom: 0.7em; 
}


img.alignright,
img.alignleft {
    margin-top: 5px;
    margin-bottom: 10px;
}

.et_pb_button {
	color: #fff !important;
}

.et_pb_bg_layout_dark h1 a,
.et_pb_bg_layout_dark h2 a,
.et_pb_bg_layout_dark a {
	color: #fff;
}


/* Blog */
/* ------------------------------- */

.page-id-49 #main-content,
.blog #main-content,
.archive #main-content {
	background: #F9FDFF;
}

.page-id-49 .et_pb_post,
.blog .et_pb_post,
.archive .et_pb_post {
	background: #fff;
	padding: 40px;
	border: 1px solid #94cfec;
	border-radius: 2px;
}

.page-id-49 .et_pb_post img,
.blog .et_pb_post img,
.archive .et_pb_post img {
	max-width: none;
	width: -webkit-calc(100% + 82px);
	width: -moz-calc(100% + 82px);
	width: calc(100% + 82px);
	margin: -42px -41px 0;
	border-radius: 2px 2px;
}

@media screen and (max-width: 767px) {
	.blog .et_pb_post h2,
	.archive .et_pb_post h2 {
		font-size: 27px;
	}
}

#reply-title span {
	display: none;
}

#reply-title:before {
	content: "Please Leave a Comment";
}

.more-link {
	text-decoration: underline;
}

.more-link:hover {
	text-decoration: none;
}

.read-more { /* Read more link on featured post filtered through Advnaced Excerpt Plugin */
	display: block;
}

/* Home Page */
/* ------------------------------- */

.home .mejs-playpause-button {
  position: relative;
}

.home .mejs-container, 
.home .mejs-container .mejs-controls, 
.home .mejs-embed, 
.home .mejs-embed body {
	background: #459CD5 !important;
}

.home .mejs-container {
	border-radius: 3px;
	overflow: hidden;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #8F3B47 !important;
}


.home .mejs-playpause-button.mejs-play:before {
	content: "";
	border: 10px solid #fff;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: pulse 2s ease-out;
	-moz-animation: pulse 2s ease-out;
	animation: pulse 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -17px;
	left: -20px;
	z-index: 1;
	opacity: 0;
}

@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}


/* Free Story Popover Styles */
/* ------------------------------- */

.pum-container {
	padding: 0 !important;
}

.pum-title {
	font-weight: bold;
	padding: 7% 7% 5%;
	font-size: 30px !important;
}

.pum-content {
	text-align: center;
}

.pum-content {
}

.pum-content p {
	font-size: 18px !important;
	padding: 0 7% 4% !important;
	margin: 0 !important;
	line-height: 1.5em !important;
}

.pum-content p.aws-small {
	font-size: 0.9em !important;
	opacity: 0.75;
	padding: 0 !important;
}

.pum-close {
	font-weight: bold !important;
	border-radius: 100px !important;
}

.af-form {
	background: #7BC3E7;
	padding: 7% 7% 7%; 
	margin-top: 5px;
	overflow: hidden;
}

.af-element {
	width: 100;
	padding: 0 0 10px;
}

.af-element.buttonContainer {
}

.af-element .text,
.af-element .submit {
	width: 100%;
	font-family: inherit;
	border: 0;
	margin: 0;
	padding: 12px 16px;
	font-size: 16px;
	border-radius: 3px;
	font-weight: bold;
	color: #000;
}

.af-element .previewLabel {
	display: none;
}

.af-element .submit {
	background: #8F3B47;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
}
.af-element .submit:hover {
	background: #712B35;
}


/* Story List */
/* ------------------------------- */

.entry-content .story-list-title {
	text-align: center;
	color: #657e8a;
	margin: 1em 0;
	position: relative;
}

.entry-content .story-list-title span {
	background: #F9FDFF;
	padding: 0 18px;
	z-index: 100;
	position: relative;
}

.entry-content .story-list-title:after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	height: 1px;
	background: #a5b7bf;
}

.entry-content .story-list {
	list-style-type: none;
	margin: 0 -2% 40px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.entry-content .story-list__item {
	margin-bottom: 24px;
	width: 31.3333333333%;
	float: left;
	margin-right: 2%;
}

@media screen and (max-width: 782px) {
	.entry-content .story-list__item {
		width: 48%;
	}
}

@media screen and (max-width: 620px) {
	.entry-content .story-list__item {
		width: 100%;
	}
}

.entry-content .story {
	position: relative;
	display: flex;
	align-items: stretch;
	border-radius: 3px;
	overflow: hidden;
}

.entry-content .story a {
	display: block;
	background: #5da7cc;
	color: #fff;
}

.entry-content .story a:hover {
	background: #539BBF;
}

.entry-content .story--artist a {
	background: #49bb91;
}

.entry-content .story--artist a:hover {
	background: #40a982;
}

.entry-content .story--asia a {
	background: #c74352;
}

.entry-content .story--asia a:hover {
	background: #b53947;
}

.entry-content .story__body {
	padding: 18px 24px;
}

.entry-content .story__image {
	height: 150px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.entry-content .story__title {
	font-size: 24px;
	padding: 0;
	color: #fff;
}

.entry-content .story__country {
	font-size: 16px;
	opacity: 0.8;
	padding: 0 0 12px;
}

.entry-content .story__summary {
	font-size: 15px;
	line-height: 1.3em;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;

}
.entry-content .story__summary p:nth-child(n+2) {
	display: none;
}

.entry-content .story__type {
	display: none;
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1000;
	text-transform: uppercase;
	color: #fff;
	background: #5da7cc;
	padding: 7px 10px 6px;
	border-radius: 3px;
	opacity: .75;
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: 1px;
	pointer-events: none;
}

.entry-content .story:hover .story__type {
	opacity: 1;
}

.entry-content .story--artist .story__type {
	background: #49bb91;
}

.entry-content .story .story__icon {
	color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1000;
	font-size: 30px;
}

.entry-content .story:hover .story__icon {
	opacity: 0.9;
}

.entry-content .story .story__check {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 1000;
}

.program-header .story__check {
	margin-left: 1em;
}

.entry-content .story__check button {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	font-size: 30px;
	cursor: pointer;
	position: relative;
}

.entry-content .story__check button:hover:after {
	content: "Mark as Done";
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	background: #222;
	color: #fff;
	padding: 4px 3px 3px 3px;
	line-height: 1em;
	position: absolute;
	width: 104px;
	text-align: center;
	top: -11px;
	margin-top: 50%;
	left: -116px;
	border-radius: 3px;
}

.entry-content .story__check button.active:hover:after {
	content: "Mark as Undone";
}

.entry-content .story__check button .dashicons {
	font-size: 30px;
	display: block;
	border-radius: 100px;
	color: #E0E0E0;
	background: transparent;
	border: 2px solid #E0E0E0;
	width: auto;
	height: auto;
}

.entry-content .story__check button:hover .dashicons {
	border-color: #C5C5C5;
	color: #C5C5C5;
}

.entry-content .story__check button .dashicons:before {
	position: relative;
	top: 2px;
}

.entry-content .story__check button .dashicons.checked {
	background: #F5A623;
	border-color: #F5A623;
	color: #fff;
}

.entry-content h1 .story__check {
	margin-left: 30px;
}

.entry-content .next-story {
	background: #E8F0F5;
	text-align: center;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 18px 24px;
	display: flex;
	align-items: center;
	color: #BBC9D2;
}


/* Single Story */
/* ------------------------------- */

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: #459CD5 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #8F3B47 !important;
}

.aws-download-note {
	font-weight: 400;
	font-size: 0.9em;
	opacity: 0.8;
}


.google_map_canvas { 
	margin-bottom: 1.7em;
}

#aws-guide h1 {
	padding: 0;
}

/*#aws-guide h2 {
	text-align: center;
	padding-bottom: 24px;
}

#aws-guide h2 {
	margin-top: 24px;
}*/

#aws-guide div + h2, /* for spacing after standout box and other divs */
#aws-guide script + h2 /* for spacing after Google Maps shortcode script */ {
/*	margin-top: 60px;*/
}


/*#aws-guide .et_pb_row:nth-child(n+2) {
	border-bottom: 1px solid #94cfec;
	padding: 4% 0;
}

#aws-guide .et_pb_row:nth-child(2) {
	padding-top: 2%;
}

#aws-guide .et_pb_row:last-child {
	border: none;
}*/

.entry-content .aws-standout {
	background: #8F3B47;
	padding: 40px;
	border-radius: 3px;
}

.entry-content .aws-standout p:empty {
	display: none;
}

.entry-content .aws-standout > * {
	color: #fff;
}

.et_pb_text p:last-of-type + .aws-standout {
	margin-top: 1.7em;
}



/* Account View & Login Form */
/* ------------------------------- */

.mepr-nav-item a {
	font-weight: bold;
}

.mepr-share-button,
.mepr-submit,
.wafp-share-button {
	background: #8F3B47;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border: none;
	padding: 12px 16px;
	font-family: inherit;
	border-radius: 3px;
}

.mepr-share-button:hover,
.mepr-submit:hover,
.wafp-share-button:hover {
	cursor: pointer;
}

.login-form .mp_wrapper input[type="text"],
.login-form .mp_wrapper input[type="password"],
#wafp_loginform input[type="text"],
#wafp_loginform input[type="password"] {
	border: 0 !important;
	border-radius: 3px !important;
}

#mepr-account-subscriptions-table {
	background: #fff;
}

.mepr-account-actions .mepr-account-update,
.mepr-account-actions .mepr-account-cancel {
	line-height: 1.2em;
	display: block;
	padding: 5px;
}

.mepr-account-actions .mepr-account-cancel {
	font-size: .9em;
}

.mepr-account-actions .mepr-account-update:after {
	content: " Billing";
}


.mepr-account-actions .mepr-account-cancel:after {
	content: " Account";
}

.mepr-subscription-row td {
	position: relative; /* So position: absolute on cancel link will work */
}

@media screen and (max-width: 600px) {
	#content-area .mp_wrapper table.mepr-account-table tr,
	#content-area .mp_wrapper table.mepr-account-table td {
		max-width: none;
	}
}

#wafp_loginform input[type="text"],
#wafp_loginform input[type="password"] {
	font-size: inherit !important;
	font-family: inherit !important;
	padding: 10px !important;
	border-radius: 3px;
	width: 100%;
	max-width: 400px;
	border: 1px solid #ddd !important;
}

.affroy_signup_form em {
	display: block;
	font-size: .8em;
}

.affroy_signup_form .input,
#wafp_main_affiliate_link .clippy_input,
.wafp-frontend-table .wafp-frontend-text-input {
	font-size: inherit;
	padding: 5px;
	border-radius: 3px;
	font-family: inherit !important;
	width: 100%;
}

.wafp-nav-bar {
	padding-left: 0 !important;
}

/* Sign Up Form */

.mp_wrapper .mepr_price label {
	display: none !important;
}

.page-id-1974 .fluid-width-video-wrapper { /* Copy to Clipboard links in Aff Rol */
	padding-top: 2.5% !important;
	width: 100px !important; 
}

.mp_wrapper .mp-form-row.mepr_coupon label:after {
	content: " (optional)";
	opacity: .6;
}

/* AFF ROYAL */

#left-area .wafp-link-list {
	padding-left: 0;
}

#left-area .wafp-link-list li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 24px;
	margin-bottom: 24px;

}

/* Login Button in Top Corner */

.aws-login-button {
	position: absolute; 
	top: 0; 
	right: 10px; 
	font-size: 14px; 
	font-weight: bold; 
	background: #8f3b47; 
	color: #fff; 
	padding: 9px 12px; 
	z-index: 100000000; 
	line-height: 1; 
	border-radius: 0 0 3px 3px;
}

/* Footer Menu */
/* ------------------------------- */

/* Hide ET Footer Mention */

#footer-bottom 							{ display: none; }

.bottom-nav {
	display: flex;
	justify-content: flex-start;
}


li.social-icon a .icon-2x {
	font-size: 1.5em;
}

.copyright {
	padding: 12px 0 24px;
	font-size: 16px;
	color: #777;
}

@media screen and (min-width: 780px) {
	li.social-icon.facebook {
		margin-left: auto;
	}
}


@media screen and (max-width: 780px) {
	.bottom-nav {
		flex-wrap: wrap;
		justify-content: center;
	}

	.bottom-nav li {
		text-align: center;
		flex: 1 0 50%;
	}	

	.copyright .container {
		text-align: center;
	}
}


/*  New Parent Guide */
/* ------------------------------- */

.parent-guide {
	padding: 0;
}

.pg-section {
	margin-bottom: 24px;
}

.pg-section + .pg-section {
	border-top: 1px solid hsla(0, 0%, 0%, .15);
	padding-top: 42px;
}

.pg-section__title {
	color: #5DA7CC;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.pg-section__items {
	position: relative;
	margin: 0 -3% 0 0;
}

.parent-guide__item {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-bottom: 24px;
}

@media screen and (max-width: 500px) {
	.parent-guide__item {
		width: 100%;
	}
}

.pg-item {
	background: #fff;
	color: #333;
	position: relative;
	border-radius: 2px;
	border-top: 6px solid #5DA7CC;
	box-shadow: 0 0 4px hsla(0, 0%, 0%, .2);
}

.pg-item__body {
	padding: 20px 24px 20px;
}

.pg-item__title {
	font-size: 24px;
	color: #5DA7CC;
	padding: 0;
	margin: 0 0 .5em;
}

.pg-item__text {
	font-size: 16px;
	line-height: 1.5em;
}

.pg-item__text a {
	color: inherit;
}

.pg-item__text p {
	padding-bottom: 1em;
}

.pg-item__text > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.pg-item__text ul {
	font-weight: 600;
}

.pg-item__button {
	display: block;
	line-height: 1.2em;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 9px 15px;
	border-radius: 4px;
	margin-top: 24px;
	border: 3px solid transparent;
	background: #5DA7CC;
	transition: all .2s ease;
}

.pg-item__button:hover {
	background: #fff !important;
	border-color: #5DA7CC;
	color: #5DA7CC;
}

.parent-guide__pinterest-link {
	font-size: 24px;
	text-align: center;
	max-width: 32em;
	margin: 0 auto;
	font-weight: 600;
	margin-top: 48px;
}

/* ## Parent Guide Box Colors */

/* ### Discussion Points */

.pg-section--dp .pg-section__title,
.pg-section--dp .pg-item__title,
.pg-section--dp .pg-item__body strong,
.pg-section--dp .pg-item__button:hover,
.pg-section--dp .pg-item__text ul {
	color: #8F3B47;
}

.pg-section--dp .pg-item,
.pg-section--dp .pg-item__button:hover {
	border-color: #8F3B47;
}

.pg-section--dp .pg-item__button {
	background: #8F3B47;
}

/* ### Did You Know? */

.pg-section--dyk .pg-section__title,
.pg-section--dyk .pg-item__title,
.pg-section--dyk .pg-item__body strong,
.pg-section--dyk .pg-item__button:hover,
.pg-section--dyk .pg-item__text ul {
	color: #DBA604;
}

.pg-section--dyk .pg-item,
.pg-section--dyk .pg-item__button:hover {
	border-color: #DBA604;
}

.pg-section--dyk .pg-item__button {
	background: #DBA604;
}

/* ### Language */

.pg-section--lang .pg-section__title,
.pg-section--lang .pg-item__title,
.pg-section--lang .pg-item__body strong,
.pg-section--lang .pg-item__button:hover,
.pg-section--lang .pg-item__text ul {
	color: #3C804A;
}

.pg-section--lang .pg-item,
.pg-section--lang .pg-item__button:hover {
	border-color: #3C804A;
}

.pg-section--lang .pg-item__button {
	background: #3C804A;
}

/* ### Activities */

.pg-section--act .pg-section__title,
.pg-section--act .pg-item__title,
.pg-section--act .pg-item__body strong,
.pg-section--act .pg-item__button:hover,
.pg-section--act .pg-item__text ul {
	color: #C47610;
}

.pg-section--act .pg-item,
.pg-section--act .pg-item__button:hover {
	border-color: #C47610;
}

.pg-section--act .pg-item__button {
	background: #C47610;
}

/* ### More to Explore */

.pg-section--mte .pg-section__title,
.pg-section--mte .pg-item__title,
.pg-section--mte .pg-item__body strong,
.pg-section--mte .pg-item__button:hover,
.pg-section--mte .pg-item__text ul {
	color: #6B6494;
}

.pg-section--mte .pg-item,
.pg-section--mte .pg-item__button:hover {
	border-color: #6B6494;
}

.pg-section--mte .pg-item__button {
	background: #6B6494;
}


/* White background
.parent-guide {
	margin: 0 -3% 0 0;
	padding: 0;
}

.parent-guide__title {
	margin-bottom: 1.5em;
	text-align: center;
}

.parent-guide__title p {
	font-size: 16px;
	font-weight: bold;
}

.parent-guide__container {
	position: relative;
}

.parent-guide__item {
	margin-bottom: 3%;
	width: 47%;
	float: left;
	margin-right: 3%;
}

@media screen and (max-width: 960px) {
	.parent-guide__item {
		width: 47%;
	}
}

@media screen and (max-width: 500px) {
	.parent-guide__item {
		width: 100%;
	}
}

.parent-guide__pinterest-link {
	font-size: 24px;
	text-align: center;
	max-width: 32em;
	margin: 0 auto;
	font-weight: 600;
	margin-top: 48px;
}

.pg-item {
	background: #FFFFFF;
	color: #333;
	position: relative;
	border-radius: 3px;
}

.pg-item--blue .pg-item__label,
.pg-item--blue .pg-item__button {
	background: #5DA7CC;
}

.pg-item--red .pg-item__label,
.pg-item--red .pg-item__button {
	background: #8F3B47;
}

.pg-item--orange .pg-item__label,
.pg-item--orange .pg-item__button {
	background: #C47610;
}

.pg-item--yellow .pg-item__label,
.pg-item--yellow .pg-item__button {
	background: #DBA604;
}

.pg-item--green .pg-item__label,
.pg-item--green .pg-item__button {
	background: #3C804A;
}

.pg-item--purple .pg-item__label,
.pg-item--purple .pg-item__button {
	background: #6B6494;
}

.pg-item__label {
	background: #5DA7CC;
	line-height: 1em;
	padding: 8px 24px 7px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}

.pg-item__body {
	padding: 20px 24px 24px;
}

.pg-item__title {
	font-size: 24px;
	color: #333;
	padding: 0;
	margin: 0 0 .5em;
}

.pg-item__text {
	font-size: 16px;
	line-height: 1.5em;
}

.pg-item__text a {
	color: inherit;
}

.pg-item__button {
	display: block;
	line-height: 1.2em;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 9px 15px;
	border-radius: 4px;
	margin-top: 24px;
	border: 3px solid transparent;
	background: hsla(0, 100%, 100%, 0.3);
	transition: all .2s ease;
}

.pg-item__button:hover {
	background: none;
	border-color: hsla(0, 100%, 100%, 0.6);
}*/


/*.parent-guide {
	margin: 0 -3% 0 0;
	padding: 0;
}

.parent-guide__title {
	margin-bottom: 1.5em;
	text-align: center;
}

.parent-guide__title p {
	font-size: 16px;
	font-weight: bold;
}

.parent-guide__container {
	position: relative;
}

.parent-guide__item {
	margin-bottom: 3%;
	width: 47%;
	float: left;
	margin-right: 3%;
}

@media screen and (max-width: 960px) {
	.parent-guide__item {
		width: 47%;
	}
}

@media screen and (max-width: 500px) {
	.parent-guide__item {
		width: 100%;
	}
}

.parent-guide__pinterest-link {
	font-size: 24px;
	text-align: center;
	max-width: 32em;
	margin: 0 auto;
	font-weight: 600;
	margin-top: 48px;
}

.pg-item {
	background: #FFFFFF;
	color: #fff;
	position: relative;
	border-radius: 3px;
}

.pg-item--white {
	color: #333;
}

.pg-item--white .pg-item__title {
	color: #333;
}

.pg-item--blue {
	background: #5DA7CC;
}

.pg-item--red {
	background: #8F3B47;
}

.pg-item--orange {
	background: #C47610;
}

.pg-item--yellow {
	background: #DBA604;
}

.pg-item--green {
	background: #3C804A;
}

.pg-item--purple {
	background: #6B6494;
}

.pg-item__label {
	background: #5DA7CC;
	line-height: 1em;
	padding: 8px 24px 7px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 3px 3px 0 0;
	background: hsla(0, 0%, 0%, 0.2);
}

.pg-item--white .pg-item__label {
	background: #5DA7CC;
	color: #fff;
}

.pg-item--white .pg-item__title {
	color: #5DA7CC;
}

.pg-item--white strong {
	color: #5DA7CC;
}

.pg-item__body {
	padding: 20px 24px 24px;
}

.pg-item__title {
	font-size: 24px;
	color: #fff;
	padding: 0;
	margin: 0 0 .5em;
}

.pg-item__text {
	font-size: 16px;
	line-height: 1.5em;
}

.pg-item__text a {
	color: inherit;
}

.pg-item__button {
	display: block;
	line-height: 1.2em;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 9px 15px;
	border-radius: 4px;
	margin-top: 24px;
	border: 3px solid transparent;
	background: hsla(0, 100%, 100%, 0.3);
	transition: all .2s ease;
}

.pg-item__button:hover {
	background: none;
	border-color: hsla(0, 100%, 100%, 0.6);
}*/



