/*
Theme Name: Catch Responsive Child
Author: Laurence Heine - Mountain View Product Marketing
Description: Superior Tile Works LLC
Version: 1.0
Template: catch-responsive

This is the child theme for Catch Responsive theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)

Fonts:		Site Title, Headings: Raleway

Colors: Company name in logo (orange) CMYK (0,67,100,0) : #FF5400
				Company initials in logo (blue) CMYK (100,90,39,15) : #001684

*/

/*
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Didact Gothic', sans-serif !important;
	font-size: 16px;
	line-height: 1.5;
}
*/
p.site-title {
	color: #000;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 10px;
	font-family: 'Raleway',sans-serif;
	line-height: 1.3;
}

/*	Hide header search: #primary-search-wrapper, 
	#header-right-search is the search box in the header right side
	.search-container is the search icon in the nav bar
*/

#header-right-search, .search-container, .mobile-social-search, #search-toggle.genericon, #search-social-container-right, #search-container-main, #search-container, .secondary-search-wrapper {
  display: none !important;
}

/*

.no-sidebar.content-width #main {
	width: 100% !important;
}

.sidebar-primary {
	width: 20%;
	min-width: 170px;
}
.sidebar-primary .widget {
	margin: 0 0 15px 0;
}
*/


p.footertext {
	font-size: 10px !important;
	text-align: center !important;
}
p.footertext a {
	color: #009bc2 !important;
	text-decoration: underline !important;
}


/*  Display primary sidebar before main content on mobile devices 

@media only screen and (max-width: 990px) {
    .site-content .wrapper {
         display: flex;
         flex-direction: column-reverse;
     }
}
 */
/*  End display primary sidebar before main content on mobile devices  */
/*
@media screen and (max-width: 1280px) {
	#main {
		width: 100%;
	}
	.sidebar-primary {
		width: 170px;
	}
}

@media screen and (max-width: 990px) {
	.sidebar-primary .widget {
		width: 100% !important;
	}
}
*/