/*
Theme Name: Appnet Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.box-image{     border-radius: 0.4em !important;
	border: 1px solid white;
}
.post-title{text-transform:capitalize !important; font-size:1.2em !important}
.post-title::hover{ color: var(--primary-color)!important}
.wpcf7-submit{width:100%}
.wpcf7-form-control{border-radius:0.4em !important}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.box-image{border-radius: 0.4em}
	.wpcf7-submit{width:100%}
.wpcf7-form-control{border-radius:0.4em}
}