/**
Theme Name: ceft
Author: Vio
Author URI: https://cloudbusiness.ro
Description: CEFT is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ceft
Template: astra
*/

@media screen and (min-width: 769px) {

    #mobile { display: none; }
    #desktop {display: block; }
}

@media screen and (max-width: 769px) {

    #mobile { display: block; }
    #desktop {display: none; }
}

.bg {
	font-size:20px;
	font-weight:700;
	line-height:normal;
	color:#fafafa!important;
	background: #AF8324;
	padding: 15px;
	border-radius:5px;
	text-align:center;
}

.ultra {
	font-size: 38px;
	font-weight:900;
}
h6 a {
	color: #F2F5F7;
}

h6 a:hover {
	color:#AF8324;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {  min-height: 50px;
    background-color: #424242;
    color:#fafafa;
    padding: 5px 10px 5px 10px;
}

.wpcf7-form-control.wpcf7-submit {
    padding:20px;
   display: block;
}

.aiosrs-rating-wrap .aiosrs-star-rating-wrap {
    display:none;}