/*
Theme Name: IPS Testing
Theme URI:  http://ipstesting.com
Author: Jason Kobishop
Author URI: http://jasonkobishop.com
Description: Responsive Theme For IPS Testing
Version: 1.0
*/

/* GLOBAL */
body { font-size: 16px; font-family: 'Marvel', sans-serif; }
h1, h2, h3, h4, h5 { font-family: 'Marvel', sans-serif; font-weight: 700; }
.row { margin: 0; }
.btn-primary { border: none; background: #2c3e50; font-family: 'Marvel', sans-serif; font-weight: 700;}
.btn-primary:hover { border: none; background: #eee; font-family: 'Marvel', sans-serif; font-weight: 700; color: #b2b2b2; }
.content { margin-bottom: 160px; }

/* HEADER */
.header { background: #FFF; padding: 0 40px; align:center;}
.logo { padding: 5px 0; align:center; }
.header-text { text-align: center; }
.header h1 { font-size: 22px; color: #000; }
.header p { font-family: 'Marvel', sans-serif; font-weight: 700; font-size: 18px; color: #444; }

/* NAVIGATION */
.nav { font-family: 'Marvel', sans-serif; font-weight: 700; font-size: 16px; padding: 5px 0; text-transform: uppercase; }
.nav li a { color: #FFF; }
.nav li a:hover { color: #b2b2b2; }
.navbar { border: none; border-radius: 0px; margin-bottom: 0px; }
.navbar-default {
background: -webkit-linear-gradient(#2c3e50, #2f5d64); /* For Safari */
background: -o-linear-gradient(#2c3e50, #2f5d64); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#2c3e50, #2f5d64); /* For Firefox 3.6 to 15 */
background: linear-gradient(#2c3e50, #2f5d64); /* Standard syntax */
background: url(images/nav.gif) #2f5d64 repeat-x;
}
.navbar-default .navbar-nav > li > a { color: #FFF; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a { color: #b2b2b2; background: #FFF; border-radius: 4px; }
.dropdown-menu { top: 54px; }
.dropdown-menu > li > a { color: #000; }
.dropdown-menu > li > a:hover { color: rgb(85, 85, 85); }

/* NAVIGATION SEARCH */
.menu-item.menu-item-search { width:234px; }
.menu-search-form { text-align:center; padding-top:10px; padding-bottom:20px; padding-right:10px;}
form.menu-search-form #s { font-size:16px; margin:0 2px 0 0; width:150px; float:left; }
.menu-search-form input#searchsubmit.my-wp-search {display:block; cursor:pointer; float:right; text-transform:uppercase; color: #FFF; background: rgb(47, 93, 100); border-radius: 4px;}
.menu-search-form input#searchsubmit.my-wp-search:hover { color: rgb(47, 93, 100); background: #FFF}


/* FOOTER */
.footer { 
background: -webkit-linear-gradient(#2c3e50, #2f5d64); /* For Safari */
background: -o-linear-gradient(#2c3e50, #2f5d64); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#2c3e50, #2f5d64); /* For Firefox 3.6 to 15 */
background: linear-gradient(#2c3e50, #2f5d64); /* Standard syntax */
background: url(images/footer.gif) #2f5d64 repeat-x;
}
.footer p { font-family: 'Marvel', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; color: #FFF; padding: 12px 0 5px; }
.footer a { color: #FFF; text-decoration: none; padding: 0px 5px; }
.footer a:hover { color: #000; }

/* SLIDER */
.carousel { height: 400px; background-color: #2c3e50; }
.carousel-inner { max-width: 1400px; margin-left: auto; margin-right: auto; }
.carousel-caption { z-index: 10; }
.carousel .item { height: 400px; }
.carousel-inner > .item > img { top: 0; left:0; min-width: 100%; min-height: 400px; position: absolute;}
.carousel-caption { border-radius: 20px; background: #FFF; text-align: left; padding: 20px 20px 40px; left: 50%; right: 10%; top: 20px; bottom: inherit;  max-width: 500px; }
.carousel-caption h1 { font-family: 'Marvel', sans-serif; font-weight: 700; font-size: 42px; color: #000; text-shadow: none; margin-top: 10px;}
.carousel-caption p { font-family: 'Marvel', sans-serif; font-weight: 400; font-size: 18px; color: #000; text-shadow: none; }
.carousel-indicators {
    bottom: -10px;
    width: 90%;
    margin-left: -45%;
}
.carousel-indicators li {
	font-family: 'Marvel', sans-serif; font-weight: 400;
	font-size: 22px;
    width: auto;
    height: auto;
    margin: 0px;
	padding: 10px 40px;
    text-indent: inherit;
    background-color: #FFF;
    border: none;
    border-radius: 0px;
}
.carousel-indicators .active {
    width: auto;
    height: auto;
    margin: 0px;
    background-color: #2c3e50;
	color: #FFF;
}

/* HOME */
.home { background: #FFF; }
.home .container { padding-top: 50px; padding-bottom: 70px; }
.home h3 { font-size: 24px; color: #2c3e50 }
.home-list { list-style: none; font-family: 'Marvel', sans-serif; font-weight: 400; color: #000; }
.home-list  li { border-bottom: 1px dotted #CCC; padding: 10px 0; margin-left: -30px; }
.home-list  li:last-child { border-bottom: none; }
.home-list  li a { font-family: 'Marvel', sans-serif; font-weight: 700; color: #13a085; text-decoration: underline; }
.home-list a:hover { color: #b2b2b2; }
.certifications { padding-bottom: 60px; }

/* INSIDE PAGE */
.content a { font-family: 'Marvel', sans-serif; font-weight: 700; color: #13a085; text-decoration: underline; }
.content a:hover { color: #b2b2b2; }
.inside-header { margin-bottom: 40px;
background: -webkit-linear-gradient(#1ab799, #267871); /* For Safari */
background: -o-linear-gradient(#1ab799, #267871); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#1ab799, #267871); /* For Firefox 3.6 to 15 */
background: linear-gradient(#1ab799, #267871); /* Standard syntax */
background: url(images/title.gif) contain;
} 
.inside-header h1 { margin-bottom: 20px; color: #FFF; text-shadow: 0px 0px 5px #333; }
.subhead { margin: 28px 0; text-align: right; color: #FFF; text-shadow: 0px 0px 5px #333; font-size: 18px; }
.featured { margin-bottom: 40px; }
.sidebar { background: #2c3e50; padding: 20px; color: #FFF; border-radius: 8px; }
.sidebar a { font-weight: 700; color: #13a085; text-decoration: underline; }
.sidebar a:hover { color: #b2b2b2; }

/* CONTACT FORM */
textarea.wpcf7-form-control {
    height: auto;
}
.wpcf7-form-control {
	width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.wpcf7-form-control:focus {
    border-color: #2c3e50;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(150, 150, 150, 0.6);
}
.form-control:focus {
    border-color: #2c3e50;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(150, 150, 150, 0.6);
}
.wpcf7-captchac { height: auto; width: auto; }
.wpcf7-captchar { width: auto; }
.wpcf7 input[type="submit"] {
    border: 0px;
    color: #FFF;
    font-weight: 700;
    background-color: #2c3e50;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
	width: inherit;
}
.wpcf7 input[type="submit"]:hover { border: 0px; background: #eee; color: #b2b2b2; }

/* BLOG ARCHIVE */
.page-numbers { display: inline-block; padding-left: 0px; margin: 20px 0px; }
.page-numbers > li { display: inline; }
.page-numbers > li > a, .page-numbers > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #2c3e50;
    background-color: #FFF;
    margin-left: -1px;
}
.page-numbers > li > a:hover, .page-numbers > li > span:hover { background-color: #eee; color: #b2b2b2; }
.page-numbers > li > .current { z-index: 2; color: #FFF; background-color: #2c3e50; cursor: default; }
.page-numbers > li > .current:hover { background-color: #2c3e50; }
/* RESPONSIVE - max-width: 768px */
@media (max-width: 768px) {
.logo { padding-bottom: 0px; }
.carousel-caption { background: rgba(255,255,255,.8); left: 15%; right: 15%; height: 80%; }
.carousel-caption h1 { font-size: 36px; }
.certifications { padding-bottom: 120px; }
}
.tablepress td {text-align: center; vertical-align: middle;}
.tablepress th {text-align: center; vertical-align: middle;}