/*
Theme Name: Pitch
Theme URI: https://pitch.qodeinteractive.com/
Description: Pitch
Author: Select Themes
Author URI: https://qodeinteractive.com/
Version: 3.6
Text Domain: pitch
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@media only screen and (max-width: 600px){
.q_icon_list p {display: inline !important;}
.title_subtitle_holder h1 > span, .title_subtitle_holder h1:not(.title_in_box) .separator_content {padding-right: 0px !important;}
.carousel-inner .item .image {height: 130% !important;}
}
@media only screen and (max-width: 1000px){
.fullscreen_search_holder .field_holder {width: 75% !important;}
}


.wpcf7 form.sent .wpcf7-response-output {
  color: #949494 !important;
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
	  color: #949494 !important;
}
 
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
	  color: #949494 !important;
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
	color: #949494 !important;
}


