
/* = Fonts
---------------------------------------------------- */

@font-face{
	font-family: 'Poppins';
	src: url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-regular.woff2') format('woff2'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face{
	font-family: 'Poppins';
	src: url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-italic.woff2') format('woff2'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face{
	font-family: 'Poppins';
	src: url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-medium.woff2') format('woff2'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face{
	font-family: 'Poppins';
	src: url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-medium-italic.woff2') format('woff2'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-medium-italic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face{
	font-family: 'Poppins';
	src: url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-semibold.woff2') format('woff2'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face{
	font-family: 'Poppins';
	src: url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-semibold-italic.woff2') format('woff2'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-semibold-italic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face{
	font-family: 'Poppins';
	src: url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-bold.woff2') format('woff2'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face{
	font-family: 'Poppins';
	src: url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-bold-italic.woff2') format('woff2'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/poppins-bold-italic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

/* = Icons
---------------------------------------------------- */

@font-face{
	font-family: 'gpi';
	font-display: block;
	src: url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/gpi.ttf') format('truetype'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/gpi.woff') format('woff'),
		  url('https://globalpetindustry.com/wp-content/themes/gpi/lib/fonts/gpi.svg#gpi') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']::before, [class*='icon-']::before{
	font-family: 'gpi';
	font-display: block;
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	vertical-align: top;

	text-decoration: inherit;
	text-align: center;

	/* For safety - reset parent styles, that can break glyph codes */
	font-variant: normal;
	text-transform: none;

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-calendar::before{
	content: '\e900';
}
.icon-chevron-down::before{
	content: '\e901';
}
.icon-chevron-right::before{
	content: '\e902';
}
.icon-close::before{
	content: '\e903';
}
.icon-download::before{
	content: '\e904';
}
.icon-facebook::before{
	content: '\e905';
}
.icon-location::before{
	content: '\e906';
}
.icon-mail::before{
	content: '\e907';
}
.icon-menu::before{
	content: '\e908';
}
.icon-phone::before{
	content: '\e909';
}
.icon-search::before{
	content: '\e90a';
}
.icon-tag::before{
	content: '\e90b';
}
.icon-ticket::before{
	content: '\e90c';
}
.icon-tiktok::before{
	content: '\e90d';
}
.icon-twitter::before{
	content: '\e90e';
}
.icon-instagram::before{
	content: '\e90f';
}
.icon-linkedin::before{
	content: '\e910';
}
.icon-youtube::before{
	content: '\e911';
}
.icon-pinterest::before{
	content: '\e912';
}
.icon-wechat::before{
	content: '\e913';
}

/* = Colors
---------------------------------------------------- */

:root{
	--blue: #2aa9df;
	--dark-blue: #4385ae;

	--red: #e4272b;
	--dark-red: #bd1e21;

	--grey: #909090;
	--white: #fff;
}

/* = Margins
---------------------------------------------------- */

:root{
	--content-margin: 20px;
}

/* = Document Setup
---------------------------------------------------- */

*{
	border: 0;
	padding: 0;
	margin: 0;

	box-sizing: border-box;
	word-wrap: break-word;

	background: transparent no-repeat left top;
	outline: none;
}

body{
	font-size: 18px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4{
	font-weight: 600;
}

h1, .h1{
	font-size: 36px;
	line-height: 46px;

	margin-bottom: 20px;
}

h2, .h2{
	font-size: 26px;
	line-height: 36px;

	margin-bottom: 15px;
}

h3, .h3{
	font-size: 22px;
	line-height: 30px;

	margin-bottom: 10px;
}

h4, .h4{
	font-size: 20px;
	line-height: 30px;
}

a{
	text-decoration: none;
	color: var(--blue);

	-webkit-tap-highlight-color: transparent;
}

a:hover,
a:active,
a:focus{
	text-decoration: underline;
	color: var(--blue);
}

/* inputs */

select,
textarea,
input{
	vertical-align: middle;
	display: inline-block;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	background-color: #fff;
	border-color: #c4c4c4;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;

	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	color: #000;
}

select,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	padding: 12px 15px;
	height: 50px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	-webkit-appearance: none;
	appearance: none;
}

textarea{
	padding: 12px 15px;
	resize: vertical;
}

input[type="radio"],
input[type="checkbox"]{
	width: 16px;
	height: 16px;
	margin: 0 5px 2px 0;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

input[type="file"],
input[type="file"]::file-selector-button{
	border-color: #c4c4c4;
	border-style: solid;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
}

input[type="file"]{
	background-color: #fff;
	border-radius: 5px;
	border-width: 1px;
}

input[type="file"]::file-selector-button{
	margin-right: 15px;
	padding: 0 15px;

	background-color: #fafafa;
	border-width: 0 1px 0 0;

	line-height: 50px;
	font-weight: 500;
}

button,
input[type="button"],
input[type="submit"]{
	white-space: normal;
	-webkit-appearance: none;
	appearance: none;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	transition: all 0.25s;

	padding: 13px 31px;
	border-radius: 5px;

	background-color: var(--blue);
	color: var(--white);

	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;

	text-decoration: none;
	text-align: center;
}

button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus{
	background-color: var(--dark-blue);
	color: var(--white);
}

input:-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder { color: #999; }
input:-moz-placeholder { color: #999; opacity: 1; }
input::-moz-placeholder { color: #999; opacity: 1; }

textarea:-ms-input-placeholder { color: #999; }
textarea::-webkit-input-placeholder { color: #999; }
textarea:-moz-placeholder { color: #999; opacity: 1; }
textarea::-moz-placeholder { color: #999; opacity: 1; }

picture{
	position: relative;
	display: block;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

picture::after{
	content: "";

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

picture img{
	display: block;
}

svg{
	max-width: 100%;
	height: auto;
}

hr{
	width: 180px;
	margin: 25px auto;
	height: 0;

	border-color: var(--dark-blue);
	border-width: 0 0 2px;
	border-style: solid;
	clear: both;
}

/* = Resize: Width
---------------------------------------------------- */

@media only screen and (min-width: 768px){

	/* = Document Setup
	---------------------------------------------------- */

	h1, .h1{
		font-size: 42px;
		line-height: 52px;
	}

	h2, .h2{
		font-size: 28px;
		line-height: 38px;
	}

}

@media only screen and (min-width: 1024px){

	/* = Margins
	---------------------------------------------------- */

	:root{
		--content-margin: 24px;
	}

	/* = Document Setup
	---------------------------------------------------- */

	h1, .h1{
		font-size: 50px;
		line-height: 60px;

		margin-bottom: 30px;
	}

	h2, .h2{
		font-size: 32px;
		line-height: 42px;

		margin-bottom: 20px;
	}

	h3, .h3{
		font-size: 24px;
		line-height: 32px;

		margin-bottom: 15px;
	}

}
