/*
Theme Name: Meadows Firewood (Catch Responsive Child)
Template: catch-responsive
Theme URI: https://catchthemes.com/themes/catch-responsive/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Catch Responsive is an extremely flexible and customizable Responsive WordPress theme suitable for almost any kind of professional website. It is based on responsive web design where each element has been carefully configured for perfect display on all devices and platforms. It is built in HTML5, CSS3 and WordPress Theme Customizer for real time customization. It comes with a wide variety of options so you can modify layout, styling, featured content, promotion headline, featured slider, pagination, icons, menus, breadcrumb, widgets and much more, directly from theme customizer. This theme is translation ready and also currently translated in Swedish, French, Brazilian Portuguese, German, Russian, Ukrainian, Polish and Danish languages. Check out Theme Instructions at https://catchthemes.com/theme-instructions/catch-responsive/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/catch-responsive/
Version: 2.6.3
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: catch-responsive-child
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, blog, education, news, portfolio

-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

/*Styling for addition of phone number to header*/
.header_phone {
    color: #FF4A00;
    font-size: 24px;
    font-weight: bold;
}
/*End of styling for addition of phone number to header*/

/*Center site name and strapline against logo*/
div#site-header {
    margin-top: 40px;
}
/*End of centering of site name and strapline*/

/* Correction for missing <input type="tel"> in main theme */
.sidr input[type="tel"] {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.6);
	display: block;
	clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	input[type="tel"]  {
 		font-size: 16px;
  	}
}

input[type="tel"] {
	padding: 5px 10px;
	background-color: transparent;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #333;
}

input[type="tel"]:focus {
	color: #111;
}
/*End of correction for missing <input type="tel">*/
