/*
Theme Name: Canvas Child
Theme URI: http://itstufftest.org/revelsnorth/
Description: Custom CSS for Revels North
Author: Gloria Li
Template: canvas
Version: 0.1
*/

@import url("../canvas/style.css");

/*remove page titles*/
.page .title {
 #display: none;
 }

/*space btwn top menu and content*/
#content {
  padding: 40px 0 40px;
  position: relative;
}

/*no white space above slider*/
#navigation {
margin-bottom: 0px;
}

#loopedSlider {
  margin: 0 auto 0px;
  padding: 0;
  position: relative;
}

/*widgetize header*/
#woo-canvas-header-widget {
 float: right;
 width: 400px;
 margin-top: 10px;
 }
#woo-canvas-header-widget h4{
 color: #069;
 }
.text-widget {
font: 300 12.5px/0.5em "Tenor Sans";
}

/*search bar for header*/
.header-search {
 position: absolute; 
 top: 20px; 
 width: 232px;
 right:40px;
 }
 .header-search .icon-search {
 position: absolute;
 top: 8px;
 right: 9px;
 }
 #header-widget {
 position: absolute;
 top: 72px;
 right:40px;
 }
 
/*modify buttons*/
#wrapper .woo-sc-button {
text-transform: capitalize;
font-family: Tenor Sans;
padding: 0.6em;
line-height: 1em;
border-radius: 7px;
}
#content .woo-sc-button {
	margin-bottom: 15px;
	margin-right: auto;
}

/*narrow line spaces in columns*/
.fourcol-one {
	line-height: 24px;
}

.featuretext {
    text-align: center; 
    font-family: 'Playfair Display',serif; 
    font-size: 2.5em;
} 


/* hide search and top buttons on mobile devices */
@media only screen and (max-width: 767px) {
    #header-widget, #header-search {
        display:none !important;
    }


