/*
Theme Name: dhirdomains.com Child
Description: Child theme for Dhirdomains.com theme
Author: Suraj
Author URI: http://dhirdomains.com
Template: dhirdomains.com
*/

/* Add your custom CSS below */
button#wpforms-submit-890 {
background: #fff0 !important;
    width: 100%;
    font-size: 21px;
    color: #fff;
    height: 50px;
	border:1px solid #fff
}
button#wpforms-submit-890:hover{
	background: #fff !important;
	color: #000;
}
.callbox-title {
    font-size: 30px;
    color: #fff;
}
.contact-box-desc {
    color: #fff;
    text-align: center;

}
.contact-box-desc a {
    color: #fff;
    
}
.contact-box .wpb_column.vc_column_container .vc_column-inner {

	padding: 23px 21px 23px 21px;
}
.contact-box .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
    border: 1px dashed #fff;
	    min-height: 25rem !important;
    display: flex;
    flex-direction: column;
    place-content: center;
	padding: 6px !important;
}

.contact-title {
    font-size: 38px;
    padding-bottom: 1rem;
    padding-top: 8rem;
}
div#iconbox-tkc3NjsVzM .sh-iconbox-content {
    font-size: 19px;
	color:#000;
}
.about-title {
    color: #fff;
    text-align: center !important;
    font-size: 37px;
}
.about-desc {
    text-align: center;
    color: #fff;
}
.grid-row .vc_btn3-container.vc_btn3-left {
    display: none;
}
.grid-row .vc_custom_heading.vc_gitem-post-data h4 {
    text-align: center !important;
	    margin: 0 !important;
}
.grid-row .vc_gitem-col {
    background: white !important;
	    padding-bottom: 0;
}
.grid-row  .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    margin: 0 !important;
}
.our-client-title {
    padding-top: 25px;
    font-size: 32px;
}
.warentry img {
    width: 150px;
}
.client-grid ul {
    display: grid !IMPORTANT;
    height: auto !important;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    grid-gap: 38px;
}
.client-grid ul li.isotope-item {
    position: unset !important;
}
.client-grid ul li.isotope-item img{
	filter:grayscale(1);
}
.client-grid ul li.isotope-item img:hover{
	filter:grayscale(0);
}
.client-row {
    padding-top: 3rem;
}
.sh-portfolio-single-related {
    display: none;
}
.sh-portfolio-single-right.col-md-8 {
    width: 100%;
}
.sh-portfolio-single-left.col-md-4 {
    width: 100% !important;
}
.sh-portfolio-single-share {
    display: none;
}
.sh-portfolio-single-slider {
    padding-top: 55px;
}
.sh-portfolio-img, .sh-portfolio-image-position{
height: 45rem !important;	
}
.sh-iconbox.sh-iconbox-style2 {
    border-bottom: 1px dashed #757575;
    padding-bottom: 30px;
    width: 100%;
    padding-top: 20px;
}
.sh-iconbox-content a {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.sh-iconbox-content a:hover {
    font-size: 22px;
	    color: #e70fe6;
}
.contact-row form#wpforms-form-890 {
    background: #545454;
    padding: 26px;
    border-radius: 10px;
}
.contact-row {
    padding-top: 3rem;
}
.page-id-883 {
    background: #f2f2f2;
}
form#wpforms-form-890 input::placeholder {
  color: #000 !important;
  opacity: 1; /* Firefox */
}

form#wpforms-form-890 input::-ms-input-placeholder { /* Edge 12-18 */
  color: #000 !important;
}
form#wpforms-form-890 textarea::placeholder{
	  color: #000 !important;
}
form#wpforms-form-890 textarea::-ms-input-placeholder {
	  color: #000 !important;
}
.about-banner {
    padding-top: 3rem;
    padding-bottom: 6rem;
}
.what-we-do {
    text-align: center !IMPORTANT;
    padding-bottom: 3rem;
    padding-top: 2rem;
}
.about-gal a.vc_gitem-link.vc-zone-link {
    pointer-events: none !important;
}
@media only screen and (max-width: 600px) {
	.client-grid ul {
      grid-template-columns: auto auto;

}
	.sh-portfolio-img, .sh-portfolio-image-position {
    height: auto !important;
}
	.contact-box .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper{    font-size: 20px;
    color: #000;
    font-weight: 400;
		    padding: 19px 6px !important;
		    min-height: auto !important;
	}
	.contact-box-desc{
		    margin-bottom: 0;
	}
	.contact-title{
		    padding-top: 5rem;
		    font-size: 24px;
	}
	.form-col h2.vc_custom_heading {
    font-size: 27px;
}
	.form-col .sh-iconbox-content a {
    font-size: 17px;
    overflow-wrap: anywhere;
}
	.container {
    max-width: 390px!important;
}
}