/**
* Theme Name: Sassly Child
* Description: This is a child theme of Sassly, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/crowdytheme">CrowdyTheme</a>
* Template: sassly
* Version: 1.0
*/

.wpcf7-not-valid-tip {
	font-size:15px !important;
}

.default-breadcrumb__area{
	display :none !important;
}
.wcf__iconbox .wcf__btn{
	display:flex;
	justify-content:center;
	
}
.wcf__iconbox .wcf-btn-default{
	position: absolute;
    bottom: 5%;
    
}
.nav-back-link{
	background :#009FFF !important;
}

.submit-text{
	margin-top:28px;
}

.wcf-scroll-to-top{
	background-color:#003990 !important;
}

.wcf-cursor, .wcf-cursor-follower{
	display:none !important;
}

@media only screen and (min-width: 320px) and (max-width: 820px) {
  div#ContactUs_bottom h3,
  div#ContactUs_bottom p {
    text-align: center !important;
    width: 90% !important;
    margin: 10px auto !important;
  }
  
  div#ContactUs_bottom {
    padding: 25px !important;
  }
	div#ContactUs_bottom ul li p{text-align:left !important; margin-left: 0 !important;}
}


