/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
 
@import url("../thegem-elementor/style.css");  

h1 {
	font-family: "Public Sans", Sans-serif;
	font-size: 50px;
	line-height: 58px;
    text-transform: none;
}

h2 {
	font-family: "Public Sans", Sans-serif;
	font-size: 36px;
	line-height: 44px;
    text-transform: none;
}

h3 {
	font-family: "Public Sans", Sans-serif;
	font-size: 20px;
	line-height: 28px;
    text-transform: none;
}

h4 {
	font-family: "Public Sans", Sans-serif;
	font-size: 19px;
	line-height: 28px;
    text-transform: none;
}

h5 {
	font-family: "Public Sans", Sans-serif;
	font-size: 15px;
	line-height: 24px;
    text-transform: none;
}

h6 {
	font-family: "Public Sans", Sans-serif;
	font-size: 13px;
	line-height: 24px;
    text-transform: none;
}

.term-count {
    background: #EFEFEF;
    font-family: Public Sans;
    font-size: 14px;
    color: #292929;
    font-weight: 600;
    line-height: 36px;
    padding: 10px 20px;
	border-radius: 0 0 12px 12px;
}

.document-item {
    display: flex;
    gap: 23px;
    margin-top: 23px;
}

.document-item .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D5D5D5;
}

.document-details h3 {
    color: #313131;
    font-family: Public Sans;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 5px 0;
    letter-spacing: 0;
}

.document-details {
    color: #5C5C5C;
    font-family: Public Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 18px;
    width: 100%;
}

.document-details .view {
    color: #292929;
    font-family: Public Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}

.document-details .view:hover {
	color: #FF7854;
}

.document-details .view:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="8" height="11" viewBox="0 0 8 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 9L6 5.5801L2 2" stroke="%23FF7854" stroke-width="2" stroke-linecap="square"/></svg>');
    width: 8px;
    height: 11px;
    display: block;
}

.page-template-template-request-login, .page-template-template-request-login #page, .page-template-template-request-login #main, .page-template-template-request-login .request-login-page {
    min-height: 100vh;
}

@media screen and (max-width: 767px) {
	.document-item {
		flex-direction: column;
    	gap: 10px;
	}
}
