/*
Theme Name: OceanWP Child (Gillian McMillan)
Theme URI: https://oceanwp.org/
Description: Custom OceanWP child theme (Do not delete).
Author: Web242 Media Inc.
Author URI: https://web242.com/
Template: oceanwp
Version: 1.0
*/

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

/*** DEFAULT LAYOUT ***/

html {
  overflow-y: scroll !important;
}

.boxed-layout #wrap .container {
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 570px) {
	
	.boxed-layout #wrap .container {
		padding-left: 20px;
		padding-right: 20px;
	}	
}


/*** PAGE CONTENT ***/

/*
span.pLeft {
	display: block;
	float: left;
	width:  90px;
	height: 30px;
}
*/

span.pLeft {
	display: inline-block;
	float: left;
	min-width: 90px;	
	width:  90px;
	height: 30px;
}
p.pBlock {
	padding-left: 90px;
}

@media screen and (max-width: 570px) {
	
	span.pLeft {
		width: 100%;
		min-width: 100%;
	}
}


/*** SIDEBAR ***/

form select option {
	color: #000;
	font-size: 16px !important;
}


