/*
Theme Name: Pivotal Communications
Theme URI: http://www.in-toronto-web-design.ca/
Author: GeekPower Web Design
Description: Custom theme for Pivotal Communications
Version: 1.0
Text Domain: Pivotal

*/



/* Portal CSS */


body.page-template-tmpl-portal ul#menu-header.menu li a, body.page-template-tmpl-portal-login ul#menu-header.menu li a {
	
	color: inherit !important;
}


body.page-template-tmpl-portal ul#menu-header.menu li a:hover, body.page-template-tmpl-portal-login ul#menu-header.menu li a:hover {
	
	/* text-decoration: inherit !important; */
	
	color: #f16725 !important;
	text-decoration: none !important;
}


body.page-template-tmpl-portal .entry-content a:hover {
	
	text-decoration: none !important;
}


body.page-template-tmpl-portal-login .interior .top-page-banner, body.page-template-tmpl-portal .interior .top-page-banner {
	
	
	display: none;
}



.portal-login {
	
	background-image: url('https://pivotalcommware.com/wp-content/uploads/2019/03/hero-image-portal.jpg');
	background-repeat: no-repeat;
	height: 100vh;
	background-size: cover;
	
}


.portal-page {
	

	background-color:   #f3f3f3;
	height: 75vh;

	
}


.portal-page .entry-content {
	
	
	padding-top: 20px;
	
}







body.page-template-tmpl-portal-login .entry-content input[type="submit"], .entry-content button[type="submit"] { 
	
	background: #f16725 ;

	
	
	}
	
	
body.page-template-tmpl-portal-login .entry-content input[type="submit"]:hover, .entry-content button[type="submit"]:hover { 
	
	background:  #8a3208 ;

	
	
	}


body.page-template-tmpl-portal-login .submit-button, body.page-template-tmpl-portal-login .button {
	
		border-radius: inherit;
	
}


.entry-content input[type="text"], .entry-content input[type="password"], .entry-content input[type="email"], .entry-content input [type="number"] {
	
	padding-left: 10px;
	padding-right: 10px;
	
}

p#nav {
	
	display: none !important;
}




.client {
	
	padding-left: 25px;
	
}



@media only screen and (min-width: 1199px) {


.client {
	
	padding-left: 100px;
	
}


}



