/*
You can add your own CSS here.



Click the help icon above to learn more.
*/
.demo_store {
	background-color: #636567 	   !important;
}
/* code for pre-holiday sale campaign-icegram */
/* this code adjusts the colors of template */

#icegram_message_702 .ig_form_container {
	background-color: rgba(255, 0, 0, 0) !important;
}

footer .site-info{display:none;}
#site.navigation a {
	outline-color: #dd3333, none;
}

/*#colophon a.customize-unpreviewable: {display:none;}*/

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	footer .site-info{display:none;}

/*#colophon a.customize-unpreviewable: {display:none;}*/
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	footer .site-info{display:none;}

/*#colophon a.customize-unpreviewable: {display:none;}*/
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	footer .site-info{display:none;}

/*#colophon a.customize-unpreviewable: {display:none;}*/
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	footer .site-info{display:none;}

/*#colophon a.customize-unpreviewable: {display:none;}*/
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	footer .site-info{display:none;}

/*#colophon a.customize-unpreviewable: {display:none;}*/
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	footer .site-info{display:none;}

/*#colophon a.customize-unpreviewable: {display:none;}*/
}
/* remove top/bottom borders from header*/
#site-header {
	padding-top: 0em;
	margin-bottom: 0em;
}

/*change color and text of form button on rain room blog post
  
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button*/
button#wpforms-submit-251.wpforms-submit{
	background-color: #0OOOOO;
	color: #dddddd;
}