/*

Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 3.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

.container {
	max-width: 1300px;
} 

.cube .sides * {
	background-color: #617db1;
	border: 5px solid white;
}

.contact-form .section-field input:focus { 
	border: 1px solid #617db1; 
	box-shadow: none; 
	color: black;
}

.contact-form .section-field input:not(:placeholder-shown):not(:focus) {
	color: black;
	border: 1px solid #e1e1e1; 
  }

.contact-form .section-field textarea:focus { 
	border: 1px solid #617db1; 
	box-shadow: none; 
	color: black;
}

.contact-form .section-field textarea:not(:placeholder-shown):not(:focus) {
	color: black;
	border: 1px solid #e1e1e1; 
}

/* Header Dark */
header.dark .navbar .navbar-nav .nav-item a::before { background: rgb(0, 91, 148); }
header.dark .navbar .navbar-nav .nav-item a { color: #333; }
header.dark .navbar .navbar-nav .nav-item a:hover, header.dark .navbar .navbar-nav .nav-item a:focus, header.dark .navbar .navbar-nav .nav-item a.active, header.dark .navbar .navbar-nav .nav-item a.active:focus, header.dark .navbar .navbar-nav .nav-item a.active:hover { color: rgb(0, 91, 148); background: none; box-shadow: none; }

/* Link per Privacy */
#cookieChoiceLink {color: orange;}
#cookieChoiceLink:focus, #cookieChoiceLink:hover {color: #617db1;}
#cookieChoiceDismiss {color: orange;}
#cookieChoiceDismiss:focus, #cookieChoiceDismiss:hover {color: #617db1;}

