/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
 */ 
 /* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
/*  @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-Light.otf')  format('opentype'),
 	url('fonts/MyriadPro-Light.woff') format('woff'), 
 	url('fonts/MyriadPro-Light.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
 	font-weight: 300;
 	font-style: normal;
 }
 @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-LightIt.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-LightIt.otf')  format('opentype'),
 	url('fonts/MyriadPro-LightIt.woff') format('woff'), 
 	url('fonts/MyriadPro-LightIt.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-LightIt.svg#MyriadPro-LightIt') format('svg');
 	font-weight: 300;
 	font-style: italic;
 }
 @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-Regular.otf')  format('opentype'),
 	url('fonts/MyriadPro-Regular.woff') format('woff'), 
 	url('fonts/MyriadPro-Regular.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
 	font-weight: normal;
 	font-style: normal;
 }
 @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-It.otf')  format('opentype'),
 	url('fonts/MyriadPro-It.woff') format('woff'), 
 	url('fonts/MyriadPro-It.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
 	font-weight: normal;
 	font-style: italic;
 }
 @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-Semibold.otf')  format('opentype'),
 	url('fonts/MyriadPro-Semibold.woff') format('woff'), 
 	url('fonts/MyriadPro-Semibold.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
 	font-weight: 600;
 	font-style: normal;
 }
 @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-SemiboldIt.otf')  format('opentype'),
 	url('fonts/MyriadPro-SemiboldIt.woff') format('woff'), 
 	url('fonts/MyriadPro-SemiboldIt.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-SemiboldIt.svg#MyriadPro-SemiboldIt') format('svg');
 	font-weight: 600;
 	font-style: italic;
 }
 @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-Bold.otf')  format('opentype'),
 	url('fonts/MyriadPro-Bold.woff') format('woff'), 
 	url('fonts/MyriadPro-Bold.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
 	font-weight: 700;
 	font-style: normal;
 }
 @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-BoldIt.otf')  format('opentype'),
 	url('fonts/MyriadPro-BoldIt.woff') format('woff'), 
 	url('fonts/MyriadPro-BoldIt.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-BoldIt.svg#MyriadPro-BoldIt') format('svg');
 	font-weight: 700;
 	font-style: italic;
 }
 @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-Black.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-Black.otf')  format('opentype'),
 	url('fonts/MyriadPro-Black.woff') format('woff'), 
 	url('fonts/MyriadPro-Black.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-Black.svg#MyriadPro-Black') format('svg');
 	font-weight: 900;
 	font-style: normal;
 }
 @font-face {
 	font-family: 'MyriadPro';
 	src: url('fonts/MyriadPro-BlackIt.eot?#iefix') format('embedded-opentype'),  
 	url('fonts/MyriadPro-BlackIt.otf')  format('opentype'),
 	url('fonts/MyriadPro-BlackIt.woff') format('woff'), 
 	url('fonts/MyriadPro-BlackIt.ttf')  format('truetype'), 
 	url('fonts/MyriadPro-BlackIt.svg#MyriadPro-BlackIt') format('svg');
 	font-weight: 900;
 	font-style: italic;
 } */

@media only screen and (min-width: 767px){
	.gform_validation_error .gform_body #gform_fields_2 li.required-field {
		position: unset;
	}
}

