/*
Theme Name: CPU Custom
Author: Rani Vang
Version: 0.1
*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; margin: 0; padding: 0; }
body
{
	margin: 0;
	padding: 0;
}
body, input, textarea
{
	color: #545454;    
	font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}
h1, h2, h3, h4, h5, h6
{ 
	color: #005689;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #091f40;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

h1 {
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 0px;
}

h2 {
    font-size: 33px;
    line-height: 1.4;
    letter-spacing: 0px;
}

h3 {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0px;
}

h4 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
}

h5 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
}

h6 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
}

a {
    color: #289dbb;
}

a:hover,
a:focus {
    color: #289dbb;
}

blockquote {
    border-color: #e6e6e6;
}

iframe {
    max-width: 100%;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

/*** HEADER : OTHER ***/
#wrapper { 
}

.nav-top-wrap {
	padding: 12px 0 20px 144px;
	margin-top: 28px; /* remove once live, this is the WP admin bar */
	background: #000;
	border-bottom: 4px solid #005689;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

.nav-top {
	margin: 0 auto;
    max-width: 1300px;
}

.nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-top ul li {
    margin: 0;
    padding: 0;
    float: left;
}

.nav-top ul li a {
    display: block;
	padding-right: 30px;
	color: #fff;
	text-decoration: none;
}

.nav-top a:hover,
.nav-top a:focus,
.nav-top a.current {
    text-decoration: none;
    color: #4db3d3;
}

.header {
	margin: 0 auto;
    max-width: 1300px;
	padding: 10px 0;
}

.container-brand {
	margin-left: 125px;
	margin-bottom: 10px;
	float: left;
}

.logo { float: left; }
.logo-text { display: block; float: left; color: #ff895d; font-size: 48px; font-weight: bold; margin-left: 10px; }
.tagline { display: block; margin: 0 0 0 140px; color: #005689; font-size: 30px; font-style: italic; font-family: "Times New Roman", Times, serif; }
.container-cta { float: right; color: #999; margin: 20px 150px 0 0; }
.cta { text-align: right; font-size: 19px; }
.header-social-icons { }
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #999;
	border-radius: 50%;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #999;
	border-radius: 50%;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #999;
	border-radius: 50%;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #999;
	border-radius: 50%;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #999;
	border-radius: 50%;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #999;
	border-radius: 50%;
}
.fa-google-plus:hover {
    background-color: #e25714;
}

.container-navigation {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 0;
	margin: 0;
    border-color: #e1e1e1;
    background-color: #fafafa;
    color: #515151;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fafafa 0%, #ededed 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #ededed 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#ededed, GradientType=0);
}

#access {
	font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
	overflow: hidden;
	margin: 0 auto;
    max-width: 1300px;
}
.menu {	clear: both; margin-left: 80px; }	
.menu ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li { float: left; margin-bottom: 10px; }
.menu li a {
	display: block;
	color: #666; 
	text-decoration: none; 
	border-right: 1px solid rgba(81, 81, 81, 0.1);
	padding: 0 15px 5px 2px;
}

.menu li a:hover,
.menu li a:focus,
.menu li .current {
    color: #a21e21;
}

.menu li:last-child a { 
	border-right: none;
}

li.menu-item-has-children {
    display: inline-block;
}
li.menu-item-has-children ul {
    display: none;
    position: absolute;
    border-top: 0;
    background-color: #f1f1f1;
    min-width: 240px;
	margin-left: -10px;
	z-index: 1000;
}
li.menu-item-has-children ul li {
    float: none;
}
li.menu-item-has-children ul li a {
	display: block;
	padding: 0 10px;
	border: 0;
}

.menu-item-has-children:hover ul {
    display: block;
}

/* JQUERY SLIDER */

.slider a {
	color: #fff;
}
.slider a:hover {
	color: #fff;
}


#main { clear: both; margin: 0 auto; width: 1050px; padding: 0 0 50px; }

/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#container
{

}
div#content
{
	
}


/*** HEADER : MENU ***/

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
.menu ul
{
    list-style: none;
    margin: 0;
}
.menu ul ul
{
    display: none;
}
.menu li
{
    display: inline;
    float: left;
	padding: 0 8px 0 4px;
}

/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
	
}
.home h1.entry-title
{
	text-align: center; text-transform: uppercase; font-size: 50px; background:url(img/home-title.png) center left no-repeat; padding: 22px 0; padding-left: 115px; 
}
h2.entry-title
{
	
}
h2.entry-title a
{
	
}
h1.page-title
{
	
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content
{
	/* Style that affects actual entry/post content */
}
.home .entry-content { width: 600px; text-align: center; margin: 0 auto; line-height: 1.7em; }
.entry-content a
{
	
}
.entry-content a:hover
{
	
}
.entry-content h1, h2, h3, h4, h5
{
	
}
.entry-content ol li
{
	
}

.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */ 
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}

a.product-link { background: #a21e21; padding: 10px; color: #fff; -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px; text-decoration: none; margin-bottom: 15px; }
a.product-link:hover,
a.product-link:focus,
a.product-link.current {
    background: #000;
}
/*** FOOTER ***/
#footer-wrap {
	clear: both;
	background: #005689;
	color: #fff;
	border-bottom: 4px solid #007cb9;
	overflow: hidden;
}

#footer { margin: 0 auto; width: 1000px; }
.footer-column { width: 20%; float: left; margin-left: 5%; padding-bottom: 30px; }
h4.footer-column-title { color: #fff; }
.footer-column-content { font-size: 14px; }
.footer-column-content ul { list-style: none; margin: 0; padding: 0; }
.footer-column-content a { 
	color: #4db3d3;
	text-decoration: none; 
}

.footer-column-content a:hover,
.footer-column-content a:focus,
.footer-column-content .current {
    color: #fff;
	text-decoration: underline;
}

.fine-print-wrap { background: #000; padding: 15px 0; }
.fine-print { margin: 0 auto; width: 250px; color: #fff; font-size: 12px; }

/*** YOUR CSS ***/

.call-out { background: #f4f4f4; text-align: center; padding: 50px 0 75px; }
h4.call-out-title { margin-top: 0; padding-top: 0; margin-bottom: 15px; color: #a21e21; text-transform: uppercase; font-size: 30px; }
.call-out-button { margin-top: 45px; }
.call-out-button a { padding: 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;border:2px solid #005689;background-color:#F4F4F4; text-decoration: none; text-transform: uppercase; color: #005689; }
.call-out-button a:hover,
.call-out-button a:focus,
.call-out-button .current {
    color: #000;
	border-color: #000;
}

/* Featured Products */
.featured-products-wrap { margin: 0 auto; width: 1160px; }
.featured-products {  }
.featured-products-title { font-size: 38px; text-align: center; }
.module { float: left; margin-right: 40px; margin-bottom: 40px; }

/* Slide Up Scroll Down Effect */
.section-animate {  }

/* TESTIMONIALS JQUERY SLIDER */
.testimonials { clear: both; width: 1000px; margin: 0 auto; padding-bottom: 80px; }
h4.testimonials-title { margin-top: 0; padding-top: 0; margin-bottom: 15px; font-size: 30px }
.testimonials-text { font-size: 18px; line-height: 1.5em; border-left: 5px solid #e6e6e6; padding: 15px 20px; }
.testimonials .author { font-weight: bold; }

.huge-it-share-buttons h3 { font-size: 18px; }

/* MEMBER LOGIN CSS */
.member {
	background: #232A35; }
.login-box {
	background: #424f63;
    padding: 2.618em;
    color: #fff;
	box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
	width: 32%;
	margin: 0 auto;
}
.login-box img { margin-bottom: 25px; }
.member .swpm-label { color: #fff; }
.member .swpm-text-field { width: 100%; }
.member .swpm-login-form-submit { float: right; padding: 10px 15px; background: #f80606; border: 0; color: #fff; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; }
.member .swpm-login-form-submit:hover { background: #000; }
.member #huge-it-share-buttons-top { display: none; }
.mobile { display: none; }

/*FORM CODE*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

span.wpcf7-list-item { display: block!important; }

.asterisk { color: #f80606; }

.ul-YoutubeGallery li h3.title-YoutubeGallery { font-size: 18px; width: 320px; }
.ul-YoutubeGallery li.li-YoutubeGallery { display: inline !important; }

.main-container { margin: 0 auto; max-width: 1000px; overflow: hidden; }
.featured-products-2 { clear: both; float: none; width: 100%; color: #838383; margin-left: 0; overflow: hidden; padding: 25px 0; }
.featured-title { font-size: 38px; text-align: center; margin: 40px 0; }
div.feat-item a, div.feat-item a:visited { background: #a21e21; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 112px 10px 15px; float: left; width: 22%; margin-right: 1%; margin-bottom: 20px; text-align: center; text-decoration: none; text-transform: normal; color: #fff; font-size: 15px; font-weight: bold; text-shadow: #591717 1px 1px 1px; }
div.feat-item a:hover, div.feat-item a:active { color: #fff; -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.75); box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.75); }

div.feat-item a.item-moni { background: #a21e21 url("img/i-creditmonitoring.png") center 15px no-repeat; }
div.feat-item a.item-buil { background: #a21e21 url("img/i-creditbuildertools.png") center 15px no-repeat; }
div.feat-item a.item-educ { background: #a21e21 url("img/i-crediteducation.png") center 15px no-repeat; }
div.feat-item a.item-pers { background: #a21e21 url("img/i-personalloans.png") center 15px no-repeat; }
div.feat-item a.item-cdbu { background: #a21e21 url("img/i-cdbuilderloan.png") center 15px no-repeat; }
div.feat-item a.item-rent { background: #a21e21 url("img/i-rentreported.png") center 15px no-repeat; }
div.feat-item a.item-esta { background: #a21e21 url("img/i-averagecredit.png") center 15px no-repeat; }
div.feat-item a.item-loan { background: #a21e21 url("img/i-creditloans.png") center 15px no-repeat; }
div.feat-item a.item-merc { background: #a21e21 url("img/i-creditmerchants.png") center 15px no-repeat; }

.button-blue2 { display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 20px;
    border: 1px solid #519b02;
    border-radius: 25px;
    background: #75e703;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e703), to(#519b02));
    background: -moz-linear-gradient(top, #75e703, #519b02);
    background: linear-gradient(to bottom, #75e703, #519b02);
    text-shadow: #519b02 1px 1px 1px;
    font: normal normal bold 15px arial;
    color: #ffffff;
	text-transform: uppercase;
    text-decoration: none; }
.button-blue2:hover,
.button-blue2:focus {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 20px;
	border: 1px solid #69ca03;
    background: #8cff04;
    background: -webkit-gradient(linear, left top, left bottom, from(#8cff04), to(#61ba02));
    background: -moz-linear-gradient(top, #8cff04, #61ba02);
    background: linear-gradient(to bottom, #8cff04, #61ba02);
    color: #ffffff;
    text-decoration: none;
}
.button-blue2:active { background: #468b02;
    background: -webkit-gradient(linear, left top, left bottom, from(#468b02), to(#519b02));
    background: -moz-linear-gradient(top, #468b02, #519b02);
    background: linear-gradient(to bottom, #468b02, #519b02); }

/* Sortable tables */
table.sortable { width: 100%; border: 1px solid #ececec; border-bottom: 0; }
table.sortable tr { border-bottom: 1px solid #ececec; }
table.sortable tr, table.sortable td { text-align: center; padding: 5px; }
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
	text-transform: uppercase;
}

.view-btn button { border: 0; background: none; color: #b2b2b2; font-size: 14px; text-decoration: underline; text-align: center; }
.detail-section-5c { padding: 20px; margin-left: -620px; width: 800px; }
.detail-section-4c { padding: 20px; margin-left: -640px; width: 800px; }
.detail-section-3c { padding: 20px; margin-left: -540px; width: 800px; }
.margin-right-40 { margin-right: 40px; }
.margin-right-90 { margin-right: 90px; }

#huge-it-share-buttons-top { display: none; }

@media only screen and (max-width: 768px) {
	.main-container { padding: 10px; }
	.featured-products { float: none; width: 100%; }
	.featured-title { font-size: 30px; }
	div.feat-item a, div.feat-item a:visited { padding: 100px 20px 15px; float: left; width: 30%; margin-right: 1%; margin-bottom: 7px; font-size: 15px; }
.nav-top, .header, #access, .slider, #main, .home .entry-content, #footer, .fine-print, .featured-products-wrap, .testimonials { max-width: 100%; }
.nav-top-wrap {
	padding: 18px 0 30px;
    font-size: 11px;
}
.nav-top ul li a {
	padding: 0 5px;
	color: #fff;
}
.container-brand {
	margin-left: 0;
	margin-bottom: 10px;
	float: none;
}
.logo { float: none; }
.logo img { width: 100%; }
.cta { text-align: center;}
.header-social-icons { margin-left: 45px; }
.container-cta { float: none; margin: 0; }
h1.entry-title { padding: 0 10px; }
.home h1.entry-title
{
	text-align: center; text-transform: uppercase; font-size: 35px; background:url(img/home-title.png) center top no-repeat; padding: 15px 0; padding-top: 115px; 
}
.entry-content { max-width: 100%; padding: 0 10px; }
h4.call-out-title { font-size: 24px; padding: 0 10px; line-height: 1em; }
.featured-products-title { font-size: 30px; }
.module { margin-right: 10px; margin-bottom: 20px; }
h4.testimonials-title { font-size: 28px; padding: 0 10px; text-align: center; }
.footer-column { width: 100%; float: none; padding: 10px; }
.latest-tweets p { max-width: 300px; }
.menu {	clear: both; margin-left: 0; }
.mobile { display: block; }
.login-box {
    padding: 1em;
	width: 95%;
}
.login-box img { width: 100%; }
}
