/*======================================
Theme Name: Get Messy Pixels
Theme URI: https://getmessy.art
Description: Get Messy Pixels built for the Get Messy Art community with love by Caylee Grey.
Version: 5.0
Author: Caylee Grey
Author URI: http://cayleegrey.com/
Template: Divi

======================================*/

/* hello, you look lovely today */

iframe {
    display: block;
}

/* ==========================================================================
   GET MESSY - DIVI CUSTOM CSS
   ========================================================================== */


/* --------------------------------------------------------------------------
   T Y P O G R A P H Y
   -------------------------------------------------------------------------- */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
body {
	font-family: poppins, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}
p {
	font-family: poppins, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 31px;
	margin: 0 0 28px;
	padding: 0;
}
b,
strong {
	font-weight: 700;
}
h1, .categorytitleyay {
	font-family: omnes-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	font-size: 33px;
	line-height: 69px;
	margin-bottom: 31px;
	letter-spacing: 0.1em;
}
h2 {
	font-family: poppins, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
	font-size: 26px;
	line-height: 45px;
	margin-top: 50px;
	margin-bottom: 19px;
}
h3 {
	font-family: omnes-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	line-height: 37px;
	margin-top: 31px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 16px;
	line-height: 31px;
	font-weight: 700;
	margin-bottom: 7px;
}
p, ul, ol, blockquote, pre, .alert, .note, .box, .footnotes, .img {
	margin-bottom: 30px;
}
ul, ol {
	margin-left: 30px;
}
li {
	margin-bottom: 12px;
}
ul ul, ul ol, ol ul, ol ol,
blockquote.right p, blockquote.left p,
.alert :last-child, .note :last-child, .box :last-child,
.footnotes :last-child {
	margin-bottom: 0;
}
mark {
	background-color: #f9dd64;
}
sub, sup {
	padding: 0 1px;
}
code, pre, kbd {
	font-size: 15px;
}
pre {
	padding: 12px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.15);
	border-width: 0 0 0 9px;
}
kbd {
	background-color: #fff;
	padding: 3px 4px;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
	margin: 0 1px;
}
.alert, .note, .box {
	padding: 19px;
}
.footnotes {
	font-size: 13px;
	line-height: 26px;
	padding-top: 19px;
	border-top: 1px dotted rgba(0, 0, 0, 0.15);
}
.footnotes p {
	margin-bottom: 19px;
}
hr {
	border-top: 1px solid #eaeae8;
}

/* text selection colour */
::selection {
	background: #8cd6bf;
}
::-moz-selection {
	background: #8cd6bf;
}


/* --------------------------------------------------------------------------
   B L O C K Q U O T E S
   -------------------------------------------------------------------------- */
blockquote {
	padding-left: 19px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 0 9px;
	color: #111;
	font-size: 28px;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35;
	margin: 60px 0 60px 60px;
	position: relative;
}
blockquote cite {
	color: #707070;
	display: block;
	font-family: 'poppins', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-top: 24px;
	text-transform: uppercase;
}
blockquote:before {
	background-color: #f44d81;
	font-family: 'Georgia', serif;
	display: block;
	color: #333;
	content: "\201C";
	font-size: 40px;
	font-weight: normal;
	height: 40px;
	line-height: 58px;
	left: -80px;
	position: absolute;
	text-align: center;
	top: -15px;
	width: 40px;
}

/* --------------------------------------------------------------------------
   L I N K S
   -------------------------------------------------------------------------- */
p a {
	color: #333;
	font-weight: normal;
	position: relative;
	text-decoration: none;
	z-index: 1;
	box-shadow: inset 0 -1px 0 0 #eb5280;
	border-bottom: 1px solid #eb5280;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
p a:hover {
	box-shadow: inset 0 -30px 0 0 #eb5280;
}

/* footer links */
.lalafooter a {
	color: #fff;
	text-decoration: none !important;
	box-shadow: none;
	border-bottom: none;
}
.lalafooter p a:hover {
	box-shadow: none;
	color: #eb5280 !important;
}


/* --------------------------------------------------------------------------
   L A Y O U T   +   S M A L L   T W E A K S
   -------------------------------------------------------------------------- */
#page-container {
	overflow: hidden;
}
.et_pb_widget {
	text-align: left;
	padding: 0em !important;
	width: 100% !important;
}
.gm-vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.et_pb_divider,
.et_pb_divider_0 {
	color: #ffffff !important;
}
.et_pb_scroll_top.et-pb-icon {
	background-color: #0b1d1d;
}
.mfp-title {
	display: none;
}
.single-artist .et_post_meta_wrapper {
	display: none;
}
/* social media follow icon colour */
.et_pb_social_media_follow li a.icon:before {
	color: #0b1e1d !important;
}

/* footer full width */
#footer-bottom .container,
#main-footer .container {
	margin-right: 2.773%;
	margin-left: 2.773%;
	width: 94.454% !important;
	max-width: 94.454%;
}
#main-footer .fwidget.et_pb_widget {
	width: 100% !important;
	max-width: 100% !important;
}

/* remove divider line between content and sidebar */
#main-content .container:before {
	background: none;
}

/* hide sidebar */
#sidebar {
	display: none;
}

/* expand content area to full width */
@media (min-width: 981px) {
	#left-area {
		width: 100%;
		padding: 23px 0px 0px !important;
		float: none !important;
	}
}

/* remove extra bottom padding and margin on posts */
.single .et_pb_post {
	margin-bottom: 0;
	padding-bottom: 0;
}
#left-area {
	padding-bottom: 0 !important;
}

/* full width fixes */
.bebigplease > .et_pb_row,
.et_pb_specialty_fullwidth > .et_pb_row {
	min-width: 100% !important;
}


/* regular underlining */
.regularunderlining ul {
	padding-left: 0px;
	margin: 10px;
	list-style-type: none;
	line-height: 1.8;
}
.regularunderlining li {
	border-bottom: 1px solid #0b1e1d;
}
.regularunderlining ul > li:last-child {
	border-bottom: none;
}

/* --------------------------------------------------------------------------
   A R T I S T   M O D U L E S
   -------------------------------------------------------------------------- */

/* fade-in text overlay */
.artist_overlay_text .custom_overlay {
	position: relative;
}
.artist_overlay_text .image {
	display: block;
	width: 100%;
	height: auto;
}
.artist_overlay_text .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(235, 82, 128, 0.75);
	overflow: hidden;
}
.artist_overlay_text .custom_overlay:hover .overlay {
	opacity: 1;
}
.artist_overlay_text .text {
	color: #000000;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
}

/* person module */
.fancyartist {
	overflow: hidden !important;
}
.fancyartist .et_pb_team_member_image {
	max-width: 100%;
	margin-bottom: 0px !important;
}
.fancyartist .et_pb_team_member_description {
	background: rgba(235, 82, 128, 0.75);
	color: #fff;
	padding: 15px 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.fancyartist:hover .et_pb_team_member_description {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}


/* --------------------------------------------------------------------------
   M E N U   B U T T O N S
   -------------------------------------------------------------------------- */

/* join us */

#top-menu a { 
	color: rgba(0,0,0,1) !important; 
	}

.joinusyay {
	border-radius: 0px;
}
.joinusyay a {
	color: #0b1d1d !important;
}
li.joinusyay {
	background-color: #f54d81;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
li.joinusyayA:hover {
	background-color: #fadd65;
	opacity: 1 !important;
}
.et-fixed-header #top-menu .joinusyay a {
	color: #0b1d1d !important;
}
.joinusyay li.current-menu-ancestor > a,
.joinusyay li.current-menu-item > a {
	color: #0b1d1d !important;
}

/* login */
.loginyay {
	border-radius: 0px;
}
.loginyay a {
	color: #0b1d1d !important;
}
li.loginyay {
	background-color: #eaeae8;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 10px 10px !important;
	border-radius: 0px;
}
.et-fixed-header #top-menu .loginyay a {
	color: #0b1d1d !important;
}
.loginyay li.current-menu-ancestor > a,
.loginyay li.current-menu-item > a {
	color: #0b1d1d !important;
}
@media only screen and (min-width: 981px) {
	li.loginyay {
		height: 33px;
	}
}


/* --------------------------------------------------------------------------
   C U S T O M   A C C O R D I O N
   -------------------------------------------------------------------------- */
.et_pb_accordion.custom-accordion {
	position: relative;
}
.et_pb_accordion.custom-accordion:before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #eb5280;
	position: absolute;
	top: 0;
	left: 0;
}
.et_pb_accordion.custom-accordion.et_pb_text_align_right:before {
	right: 0;
	left: auto;
}
.et_pb_accordion.custom-accordion .et_pb_toggle {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}
.et_pb_accordion.custom-accordion.et_pb_text_align_right .et_pb_toggle {
	text-align: right;
}
.et_pb_accordion.custom-accordion .et_pb_toggle .et_pb_toggle_title {
	color: #ff3d7f;
	padding: 15px 0 15px 65px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.et_pb_accordion.custom-accordion.et_pb_text_align_right .et_pb_toggle .et_pb_toggle_title {
	padding: 15px 65px 15px 0;
}
.et_pb_accordion.custom-accordion .et_pb_toggle .et_pb_toggle_title:hover {
	color: #eb5280;
}
.et_pb_accordion.custom-accordion .et_pb_toggle .et_pb_toggle_title:before {
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #eb5280;
	color: transparent;
	left: -9px;
	right: auto;
}
.et_pb_accordion.custom-accordion.et_pb_text_align_right .et_pb_toggle .et_pb_toggle_title:before {
	left: auto;
	right: 0;
}
.et_pb_accordion.custom-accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
	font-size: 30px;
	font-weight: bold;
	color: #eb5280 !important;
}
.et_pb_accordion.custom-accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	padding: 5px;
	margin: -15px 0 0 -14px;
	color: #fff;
	background-color: #eb5280;
	left: 0;
	right: auto;
	-webkit-transform: scale(3);
	-ms-transform: scale(3);
	transform: scale(3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.et_pb_accordion.custom-accordion.et_pb_text_align_right .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	margin: -15px -14px 0 0;
	left: auto;
	right: 0;
}
.et_pb_accordion.custom-accordion .et_pb_toggle .et_pb_toggle_content {
	padding: 0 0 15px 65px;
}
.et_pb_accordion.custom-accordion.et_pb_text_align_right .et_pb_toggle .et_pb_toggle_content {
	padding: 0 65px 15px 0;
}


/* --------------------------------------------------------------------------
   B L O G   P O S T S   +   A R C H I V E S
   -------------------------------------------------------------------------- */
.et_pb_blog_0 .et_pb_post div.post-content a.more-link,
.et_pb_blog_3 .et_pb_post div.post-content a.more-link,
.et_pb_blog_0 .pagination a {
	text-transform: uppercase;
	color: #ffffff !important;
	font-family: poppins, sans-serif;
	letter-spacing: 2px;
	line-height: 2em;
}
.et_pb_blog_0 a.more-link,
.et_pb_blog_3 a.more-link,
.et_pb_blog_0 .pagination a {
	background-color: #0b1e1d;
	display: inline-block;
	margin-top: 30px;
	padding: 5px 15px;
}
.et_pb_posts a.more-link {
	clear: both;
	display: block;
}


/* --------------------------------------------------------------------------
   C O L U M N S
   -------------------------------------------------------------------------- */
.ten-columns .et_pb_module   { width: 10%;    float: left; }
.nine-columns .et_pb_module  { width: 11.11%; float: left; }
.eight-columns .et_pb_module { width: 12.5%;  float: left; }
.seven-columns .et_pb_module { width: 14.28%; float: left; }
.six-columns .et_pb_module   { width: 16.66%; float: left; }
.five-columns .et_pb_module  { width: 20%;    float: left; }


