/*
Theme Name:   VTAG Hestia Child
Description:  Hestia Child Theme
Author: Gokul
Template:     hestia
*/



/*  [Home Page] Adding Lorem ipsum - Phuntsok */

/*Button*/
/* .wp-block-button__link {
	background-color: #e91e63
}
*/
/* images */

/*
.wp-image-213 {
  box-shadow: 10px 10px 5px lightblue;
  border: 2px solid graytext;
  border-radius: 12px;
  background: antiquewhite;
  margin: 2rem;
}
.wp-image-276 size-full {
  box-shadow: 10px 10px 5px lightblue;
  border: 2px solid graytext;
  border-radius: 12px;
  background: antiquewhite;
  margin: 2rem;	
}
*/


/*  [Contact Page] Adding Style to Contact Form - Gokul */

.wpcf7 {
	background: #F6F6F6;
	border-radius: 10px;
	padding: 48px 48px 16px 48px;
}

.wpcf7-form label {
width:100% !important;
}

input.wpcf7-form-control.wpcf7-submit {
	display: block;
	margin: 0 auto;
}

/*  Removing Footer Credits */

.copyright.pull-right { 
    display: none; 
   } 
   
