/* CoffeeWineTea.com MyBB Theme */
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&family=Prata&display=swap);

body { font-family: 'Mulish', sans-serif; color: #333; background: #f5f5f5; }
h1, h2, h3, h4, .thead { font-family: 'Prata', serif; color: #ddbd6a; }

/* Fix search box layout */
#panel .upper .wrapper { overflow: hidden; }
#search { float: right; }
.welcome { float: left; }

/* Logo size */
#logo img { max-height: 80px; width: auto; }

.thead { background: #ddbd6a !important; color: #fff !important; }
.tcat { background: #191919 !important; color: #fff !important; }
.tcat a { color: #ddbd6a !important; }
.trow1 { background: #fff; }
.trow2 { background: #fafafa; }
a { color: #dd9933; }
a:hover { color: #ff2c54; }
.button, input[type="submit"] { background: #ddbd6a !important; color: #fff !important; border: none !important; }
.button:hover, input[type="submit"]:hover { background: #ff2c54 !important; }
#footer { background: #191919; color: #fff; }
#footer a { color: #ddbd6a; }