/*
 Theme Name:   Mitchel Talisman
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Kevin Sartain
 Author URI:   https://kevinsartain.com
 Template:     generatepress
 Version:      1.0
*/

/** HIDE PAGE TITLES **/
.page .entry-header {
      display: none;
}

/** WHITE SPACE AROUND ELEMENTOR COLUMN **/
.inside-article {
    padding:0 !important;
}

/** SLIDER **/
.sliderbox{
	margin:auto !important;
	text-align:center !important;
}




