/*
Theme Name: Academist
Theme URI: http://academist.elated-themes.com
Description: A Modern Learning Management System and Education Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: academist
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.4
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.wpcf7-search_btn {
background-color: #662d91 !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Poppins,sans-serif;
    font-size: 17px;
    font-weight: 600;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 10px 43px;
    color: #fff;
    border: 2px solid transparent;
    line-height: initial;
    cursor: pointer

}

.readmore {
	background-color: #662d91 !important;
	padding: 10px 43px !important;
	color: #fff;
	font-weight: 500;
	box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	border: 2px solid transparent;
    line-height: initial;
    cursor: pointer
}

hr.course{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(102, 45, 145, 0), rgba(102, 45, 145, 0.75), rgba(102, 45, 145, 0));
} 
