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

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* starter.probuiltwebsite.com ///
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Globals ///
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Color vars defined in builder CSS */
/* Using these vars in this child sheet is possible but may require the the use of `!important` to overcome specificity of builder styles */
/* Ex: `.test{color:var(--test) !important;}` */
/* Where possible, use the color manager to define element colors directly in the builder */

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER ///
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Add un-darker to the bar you want to affect */
/*.un-darker {
	background-color:rgba(0,0,0,0) !important;
	-webkit-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}

.darker {
	background-color:rgba(0,0,0,0.9) !important;
	-webkit-transition: background-color 750ms ease-in-out;
	-ms-transition: background-color 750ms ease-in-out;
	transition: background-color 750ms ease-in-out;
}*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* CUSTOM TEMPLATES ///
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
[class*=page-template] .entry-content{margin: 0 !important}

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG – SINGLE ///
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Global CSS in Builder. While not required, consider finalizing and placing rules here before launch */

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES ///
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
@media (max-width: 1180px) {

}

@media (max-width: 767px) {

}
*/