/*
Theme Name: OpUSA
Theme URI: http://www.humantechllc.com
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1.0
Author: HumanTech LLC
Author URI: http://www.humantechllc.com
Tags: OpUSA
*/

.blackTitleUppercase_Big {
	color:#000;
	font-size: 38px;
    text-transform: uppercase;
	font-weight:500;
}
.blackTitleUppercase_Medium {
	color:#000;
	font-size: 34px;
    text-transform: uppercase;
	font-weight:500;
}
.greyTitleUppercase_Medium {
	color:#000;
	font-size: 30px;
    text-transform: uppercase;
	font-weight:500;
}
.blackTitleNormal_Big {
	color:#000;
	font-size: 38px;
	font-weight:500;
}
.blackTitleNormal_Medium {
	color:#000;
	font-size: 34px;
	font-weight:500;
}
.blackTitleNormal_Small {
	color:#000;
	font-size: 30px;
	font-weight:500;
}


.greyTitleUppercase_Big {
	color:#999;
	font-size: 38px;
    text-transform: uppercase;
	font-weight:500;
}
.greyTitleUppercase_Medium {
	color:#999;
	font-size: 34px;
    text-transform: uppercase;
	font-weight:500;
}
.greyTitleUppercase_Small {
	color:#999;
	font-size: 30px;
    text-transform: uppercase;
	font-weight:500;
}
.greyTitleNormal_Big {
	color:#999;
	font-size: 38px;
	font-weight:500;
}
.greyTitleNormal_Medium {
	color:#999;
	font-size: 34px;
	font-weight:500;
}
.greyTitleNormal_Small {
	color:#999;
	font-size: 30px;
	font-weight:500;
}


.blackCopy_Normal {
	font-size:18px;
	color:#000;
	font-weight:500;
}
.greyCopy_Normal {
	font-size:18px;
	color:#999;
	font-weight:500;
}
.blackCopy_Medium {
	font-size:16px;
	color:#000;
	font-weight:500;
}
.greyCopy_Medium {
	font-size:16px;
	color:#999;
	font-weight:500;
}
.blackCopy_Small {
	font-size:14px;
	color:#000;
	font-weight:500;
}
.greyCopy_Small {
	font-size:14px;
	color:#999;
	font-weight:500;
}

/* Custom css for mailchimp */

#mc_signup_submit {
    width: 36% !important;
    float: right !important;
    margin-top: 1px !important;
    padding: 5px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600 !important;
}
#mc_signup_submit:hover {
    background-color: #57BAEB !important;
    color: #fff !important;
}
#mc_signup_form .mc_input {
    padding: 5px !important;
    width: 60% !important;
    float: left !important;
    border: none !important;
    margin-top: 1px !important;
}
#mc_signup_form .mc_var_label {
    font-weight: 400 !important;
    font-size: 18px !important;
    display: none !important;
}
.mc_merge_var {
    margin-bottom: 0px !important;
    padding-top: 12px !important;
}
.mc_error_msg {
    font-weight: 600 !important;
}
.mc_success_msg {
    color: #fff !important;
    font-weight: 600 !important;
}

/* Cross Browser Css */

input::-webkit-input-placeholder {
    color: #111 !important;
}
input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #111 !important;
    opacity: 1 !important;
}
input:focus:-moz-placeholder {
  opacity: 0 !important;
}
input::-moz-placeholder {  /* Firefox 19+ */
    color: #111 !important;
    opacity: 1 !important;
}
input:focus::-moz-placeholder {
  opacity: 0 !important;
}
input:-ms-input-placeholder {  
    color: #111 !important;  
}
input:focus:-ms-placeholder {
  opacity: 0 !important;
}
