/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


/*Better Menu responsiveness*/

@media (min-width: 980px) and (max-width: 1099px)
{
	.x-navbar .x-nav > LI > A
	{
		padding-left: 14px !important;
		padding-right: 14px !important;
		font-size: 13px !important;
		transition: padding 700ms ease-in-out, font-size;
	}
}

@media (min-width: 1100px) and (max-width: 1220px)
{
	.x-navbar .x-nav > LI > A
	{
		padding-left: 18px !important;
		padding-right: 18px !important;
		font-size: 14px !important;
		transition: padding 200ms ease-in-out, font-size;
	}
}


/*Sidebar subscribe form*/

ASIDE.x-sidebar DIV.cp-modal-body.cp-modal-every-design
{
	padding: 0px;
}
ASIDE.x-sidebar.right DIV.cp-row DIV.cp-text-container
{
	padding: 0px;
}

/*Social Share Heading*/

DIV.scriptlesssocialsharing H3.scriptlesssocialsharing__heading
{
	margin-top: 0;
	font-size: 27px;
}


/*Colleen's home picture*/
P IMG.home-colleen-picture
{
	float: left;
	max-width: 55%!important;
	height: auto;
	border: 0;
	margin: 0.35em 1.313em 0.35em 0;
}

/*Body Background Image*/
DIV.x-root
{
	background-image: url("https://colleenpatrice.com/wp-content/uploads/2014/07/cpbg2.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*ERC Background*/
BODY.page-id-3094 DIV.x-root, BODY.page-id-3281 DIV.x-root
{
	background-image: none;
}

