/*
Theme Name:     Glen Child
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Techvizo
Author URI:     https://www.techvizo.com
Template:       glen
*/

@import url("../glen/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */




button.octf-btn
{
	background-color:#EB1400;
	color:#fff;
}
button.octf-btn1
{
	background-color:#007CC2;
	color:#fff;
	margin-top:20px;
	    border-radius: 19px;
    padding: 2px 31px;
	border:0px ;
}

button.octf-btn1:hover
{
	background-color:#fff;
	color:#000;
	 border-radius: 19px;
    padding: 2px 31px;

	border:1px solid #007CC2;
}
a.link-text
{
	color:#160066;


}
a.link-text:hover
{
	color:#D58E00;
	text-decoration:underline;

}

a.link-text1
{
	color:#fff;
	text-decoration:underline !important;
	font-size:13px;
}

a.link-text1:hover
{
	color:#fff;
	text-decoration:underline !important;
	font-size:13px;
}



select
{
	width:100%;
	padding:15px 8px;
}

span.gradient1 {
    color: #160066;
}

.mmenu-wrapper .mobile_mainmenu li a:active{
	color:#00c7fe;
}

div#mmenu-toggle button {
    background-color: #fff !important;
}

.mobile_mainmenu li.current-menu-item > a,
.mobile_mainmenu li.current_page_item > a,
.mobile_mainmenu li.active > a {
  color: #00c7fe;
  
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 100px;
    resize: none;
}

.custom-date {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #333;
}

.custom-date::placeholder {
  color: #999;
  opacity: 1; /* show placeholder even on mobile */
}

