/*
 Theme Name:   Prophet Child Theme
 Theme URI:    https://prophet.axiomthemes.com
 Description:  Prophet Child Theme
 Author:       AncoraThemes
 Author URI:   https://axiomthemes.com
 Template:     prophet
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  prophet
*/


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

.custom-background .content_wrap > .content, .background_banner_wrap ~ .content_wrap > .content{
	padding: 0;
}

.widget p + p, .widget p + div, .widget p + form {
  margin-top: 0;
}

.sidebar_default[class*="scheme_"] .sidebar_inner{
	padding: 0;
}

.wp-block-heading{
	font-size: 25px;
}

.services_page_title{
	font-size: 35px;
}

.page_content_wrap{
	padding-top: 4.1rem;
	padding-bottom: 4.1rem;
}

.services_page_header{
	display: none;
}
h2.sc_item_title_tag + .sc_item_descr, h2.sc_item_title_tag + .sc_item_slider, h2.sc_item_title_tag + .sc_item_columns, h2.sc_item_title_tag + .sc_item_content {
  margin-top: 0.35em;
	font-size: 15px;
}

#services_page_tab_comments{
	display: none;
}

.sidebar_default[class*="scheme_"] .sidebar_inner {
  padding-top: 20px;
  background: #C67962;
  padding-bottom: 30px;
  border-radius: 10px;
}

.wpcf7 label {
  cursor: pointer;
  color: #fff;
}

.wpcf7 .select_container, .wpcf7 textarea, .wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]){
	background: transparent;
	border-bottom: 1px solid;
  color: #fff;
}

input[type="submit"].wpcf7-submit {
  text-transform: uppercase;
  background: #fff;
  color: #1e1e1e;
}

.wpcf7-form-control::placeholder {
  color: #999;   /* your desired placeholder color */
  opacity: 1;    /* make sure it's fully visible */
}

.select_container select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]){
	color:#fff;
}








