/*
Theme Name:     customizr-child
Description:    
Author:         anujaag
Template:       customizr

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../customizr/style.css");

/* added by aa to change size of slider. Right now it is at default size 250 250
*/
/*Slider size*/
.carousel .item {
  line-height: 250px;
  overflow: hidden;
  min-height: 350px;
  max-height: 350px;
}


/* added by aa to remove page type icon next to each page heading
*/

.format-icon:before {
    speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
  opacity: 0.2;
  position: relative;
  top: 8px;
  display: none;
  font: normal normal 1.2em/1 'entypo';
}

/* added by aa to suppress the page title 
*/

.page .entry-title {
	display: none;
}