/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

span#recaptcha_privacy
{
    display: none;
}


/* FIXES TO PARENT THEME CSS */


/* change oceanwp sharing 'please share this' margin-bottom from 10px to 20px
/*.entry-share.top .theme-heading
{
	margin-bottom: 20px !important;
}
*/




/* BLOG STYLING */

.blog-entry-inner
{
	background-color: #FFFFFF;
}





/* TEST */

.jamie
{
	width: 100%;
	height: 64px;
/*	margin-top: -64px;
*/	background-color: rgba(0,0,0,0.5);
}

.mq-overlay
{
/*	position: absolute;
*/	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.3s ease;
}












/* FOOTER STYLING */

#footer-widgets .footer-box .footer-widget
{
	font-size: 13px;
	color: #A0A0A0;
}

#footer-widgets .mailchimp-widget input[type="email"]
{
  color: #A0A0A0;
}

/*
#footer-widgets .mailchimp-widget input[type="email"]:focus
{
  color: #13aff0;
}
*/





/* STORE BUTTONS */

/*div.store_ios
{
	background-image: url("../../wp-content/themes/oceanwp-child/images/store_ios.png");
	width: 320px;
	height: 480px;
}*/




/* GALLERY */

.gallery
{
	margin-left: -5px;
	margin-right: -5px;
}

.gallery-item
{
	padding-left: 5px;
    padding-right: 5px;
}

.gallery-columns-2 .gallery-item
{
	width: 50% !important;
}

.gallery-columns-3 .gallery-item
{
	width: 33.3333% !important;
}

.gallery-columns-4 .gallery-item
{
	width: 25% !important;
}

.gallery-columns-5 .gallery-item
{
	width: 20% !important;
}

.gallery-columns-6 .gallery-item
{
	width: 16.6666% !important;
}



/* SOCIAL */

.social
{
	margin-left: -2px;
	margin-right: -2px;
}

.social-item
{
	padding-left: 2px;
    padding-right: 2px;
	display: inline-block;
}

.social-columns-2 .social-item
{
	width: 50% !important;
}

.social-columns-3 .social-item
{
	width: 33.3333% !important;
}

.social-columns-4 .social-item
{
	width: 25% !important;
}

.social-columns-5 .social-item
{
	width: 20% !important;
}

.social-columns-6 .social-item
{
	width: 16.6666% !important;
}



/* SPLIT */

.split
{
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}

.split-item
{
	display: inline-block;
	padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}


@media only screen and (max-width: 480px)
{
	.split-columns-2 .split-item
	{
		width: 100% !important;
	}
	.split-columns-3 .split-item
	{
		width: 33.3333% !important;
	}
	.split-columns-4 .split-item
	{
		width: 50% !important;
	}
}

@media only screen and (min-width: 480px)
{
	.split-columns-2 .split-item
	{
		width: 50% !important;
	}
	.split-columns-3 .split-item
	{
		width: 33.3333% !important;
	}
	.split-columns-4 .split-item
	{
		width: 25% !important;
	}
}







/* MQ-STORE-BUTTON-POST */

/*.mq-store-button-post
{
	display: inline-block;
	width: 200px;
	padding-left: 5px;
    padding-right: 5px;
}
*/




