/*
Theme Name: Toppick
Theme URI: #
Author: Ruiyao Luo
Author URI: https://www.luoruiyao.cn
Description: Theme for Toppick Studio.
Version: 1.0
License: private
Tags: private
*/

/* Variables & classes used in elementor settings */
:root {
    --dowsure-color-pink: #EC105F;
    --dowsure-gradient-pink: linear-gradient(90deg, #EC105F -13.56%, #FF7275 106.84%);
}

.object-position-left {
	object-position: left;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible;
}

.gradient.dowsure.pink {
	background: linear-gradient(90deg, #EC105F -13.56%, #FF7275 106.84%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.color.dowsure.pink {
	color: #EC105F;
}

.column.max-width-530 {
	max-width: 530px;
}
.column.max-width-430 {
	max-width: 430px;
}


/* Clear browser default appearances */
body {
	margin: 0;
	padding: 0;
}

*:focus {
	/* override chrome 86 styling */
    outline: none;
}

u {
	/* replace text decoration with underline */
    border-bottom: 1px solid;
    /* override default behaviour */
    text-decoration: none !important;
}

/* Responsive design */
@media only screen and (min-width: 769px) {
	/* for screens with 769px wide or more, consider it to be a large screen
	 * and present 1200px design. */
	body {
		min-width: 1200px;
	}
}

body {
	/* what could possibly go wrong huh */
    overflow-x: hidden;
}