/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here... */

body.page-template-template-material-portfolio-member .page-header .entry-title,
body.page-template-template-material-portfolio-shareholder .page-header .entry-title{
	color: #184B48;
	font-family: "Georgia", Sans-serif;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 120px auto 60px;
}

#shwcont_loginform_container {
	position: relative;
	max-width: 1140px;
	margin: 0 auto 60px;
}

.shwcont_loginform_wrapper {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 40px 20px;
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
}

.shwcont_loginform_wrapper h2 {
	font-family: "Georgia", Sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0 0 20px;
}

#shwcont_loginform input {
	margin-bottom: 15px;
}

#shwcont_loginform button {
	background-color: #C0B380;
	border: 1px solid #C0B380;
	color: #fff;
	width: 100%;
	border-radius: 30px;
	font-weight: 700;
	font-size: 15px;
    transition: all 0.3s ease;
}

#shwcont_loginform button:hover {
	color: #C0B380;
	background-color: transparent;
}

.logout_btn {
	position: absolute;
	right: 0;
	top: -35px;
	background-color: #C0B380;
	border: 1px solid #C0B380;
	color: #fff;
	width: auto;
	border-radius: 30px;
	font-weight: 700;
	font-size: 15px;
	transition: all 0.3s ease;
	padding: 0 15px;
	line-height: 35px;
	cursor: pointer;
}

.logout_btn:hover {
	color: #C0B380;
	background-color: transparent;
}

/*
#shwcont_loginform_container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#shwcont_loginform_container ul > li > a:last-child {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	display: block;
	text-decoration: none;
	color: #000;
}
*/


