/*

	Author: QBIT Ltd
	Date: 07/11/2023
	Theme: Beauty

	File path: ../../uploads/

*/

/* Custom styles */
.social li,.btn,.top,.sticky .contact li,input[type="submit"],#zoom-in,#zoom-out { border-radius: 100px; } /* Rounded style */
h1,h2,h3,h4,h5,h6,.name { color: #84307b; }
.social li,.btn,.top,.sticky .contact li,hr,#zoom-in,#zoom-out,#close-popup,.success { background-color: #84307b; }
.social li a,.top a,.sticky .contact li a { background-color: #fff; }
.btn,.contact-bar .btn,#zoom-in,#zoom-out { color: #fff; }
input[type="text"],.checkmark,textarea { border-color: #84307b; }
.logo { width: 150px; height: 150px; background: url('../../uploads/svg/logo.png') left center / 150px no-repeat; text-indent: -9999px; }
.alt { bottom: 5px; width: 25%; border: solid 1px #84307b; background: transparent; border-radius: 50px; font-size: 0.8em; padding: 2px; }
footer { background-position: left center; }
.list li { background: url('../../uploads/svg/li.svg') left center / 20px no-repeat; padding-left: 25px; }

/* Media queries */
@media (max-width: 64em) 
{

	/* Custom styles */
	footer { background-size: 100%; background-position: left bottom; }

}

