/*
Theme Name: CTC
Author: Big Fish Creative
Version: 999
*/

/* ----------------------------------------------------------------
    RESET
-----------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section { display: block; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #000; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
[hidden] { display: none; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input[type="text"],
input[type="email"],
input[type="password"],
textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }
.input-block-level { display: block; width: 100% !important; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}
.clear { height: 0; background: transparent; width: 100% !important; clear: both; margin: 0 !important; }

/* ----------------------------------------------------------------
    STRUCTURE
-----------------------------------------------------------------*/

.container { margin: 0 auto; padding: 0 25px; overflow: hidden; }
.container-1200 { max-width: 1200px; }

.col-half { display: block; position: relative; float: left; width: 50%; padding: 50px; }

/* ----------------------------------------------------------------
    REPEATABLE PATTERNS
-----------------------------------------------------------------*/

::selection { background: #f0853b; color: #fff; }
::-moz-selection { background: #f0853b; /* Firefox */ color: #fff; }
::-webkit-selection { background: #f0853b; /* Safari */ color: #fff; }

html, body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
	
/* TABLES */

table { border-left: 1px solid #040404; border-top: 1px solid #040404; width: 100%; margin-top: 30px; }
th, td {border-bottom: 1px solid #040404; border-right: 1px solid #040404; padding: 10px 15px; text-align: left; }
th { background: #f7941d; color: #fff; font-weight: bold; }

hr { width: 100%; clear: both; height: 1px; background: transparent; border: none; border-bottom: 1px dashed #c5c5c5; outline: none; margin: 30px 0; }

/* FORMS */

form div { margin-bottom: 15px; }
label { display: inline-block; padding-bottom: 5px; font-weight: 400; font-size: 16px; }
input[type="text"], input[type="email"], select, textarea { display: block; background: #f9f9f9; color: #828282; padding: 12px 14px; border: 1px solid #d3d3d3; outline: 0; font-family: 'Titillium Web', sans-serif; font-size: 16px; font-weight: 300; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type="text"], input[type="email"], textarea { width: 100%; }
textarea { height: 175px; }
input[type="text"]:focus, input[type="email"]:focus, textarea:focus { background-color: #fff3c2; border-color: #fff3c2; color: #000; }
input[type="submit"] { display: inline-block; cursor: pointer; padding: 15px 20px; background-color: #ffd600; color: #000; font-family: "Titillium Web", sans-serif; font-size: 24px; font-weight: 700; line-height: 1.2; letter-spacing: 1px; text-align: center; border: none; position: relative; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; -webkit-appearance: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; vertical-align: middle; }
.wpcf7 div.wpcf7-response-output { clear: both; padding: 12px 20px; text-align: left; margin-bottom: 0; font-size: 18px; line-height: 1.4; }
div.wpcf7-validation-errors { border-left: 5px solid #e90e0e; background-color: #ffe7e7; color: #e90e0e; }
span.wpcf7-not-valid-tip { font-size: 14px; line-height: 18px; font-style: italic; width: auto; padding: 6px 0 0 6px; color: red; text-shadow: none; font-weight: 400; }
div.wpcf7-mail-sent-ok { display: none !important; }

/* LISTS */

ul, ol, dl { margin: 0 0 30px 35px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ul li, ol li { margin-bottom: 8px; }
dl dt { float: left; clear: left; margin-right: 10px; }
dl dd { margin-bottom: 10px; }
.list-reset { margin: 0; padding: 0; list-style: none; overflow: hidden; }
	
/* IMAGES */

img { max-width: 100%; height: auto; }

/* BUTTONS */

.btn { display: inline-block; cursor: pointer; padding: 15px 20px; background-color: #ffd600; color: #000; font-family: "Titillium Web", sans-serif; font-size: 30px; font-weight: 700; line-height: 1.2; letter-spacing: 1px; text-align: center; border: none; position: relative; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; -webkit-appearance: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; vertical-align: middle; }
.btn:after, input[type="submit"]:after { content: ""; position: absolute; top: 0; right: 0; border-bottom: 20px solid #ffd600; border-right: 20px solid #f2f2f2; width: 0; z-index: 10; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.btn:hover, .btn:focus, .btn:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active { background-color: #000; color: #fff; }
.btn:hover:after, .btn:focus:after, .btn:active:after,
input[type="submit"]:hover:after, input[type="submit"]:focus:after, input[type="submit"]:active:after { border-bottom-color: #000; }

/* ----------------------------------------------------------------
    TYPOGRAPHY
-----------------------------------------------------------------*/

body { font-family: 'Titillium Web', sans-serif; font-weight: 400; font-size: 18px; line-height: 1.4; color: #000; }

p { margin-bottom: 15px; }

strong { font-weight: 600; }
em, i { font-style: italic; }

.kicker { font-size: 28px; }
.success { margin: 40px 0; background-color: #f1ffeb; color: #398F14; padding: 30px 30px 15px 30px; }
.screen-reader-text,
.screen-reader-response { clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important; }

.centered { text-align: center;}
.upper { text-transform: uppercase; }

/* HEADINGS */

h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; font-weight: 700; }
h1 { font-size: 38px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 20px; color: #ffd600; }
h5 { font-size: 18px; }

/* LINKS */

a { cursor: pointer; text-decoration: none; color: #ffd600; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
a:hover, a:active { color: #ff9935; }
.tel { cursor: default; }

/* ----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------*/

/* MASTHEAD */

#masthead { background-color: #fff; padding-top: 30px; padding-bottom: 30px; }
	
	#logo { width: 300px; height: 0; display: block; line-height: 0; position: relative; padding-bottom: 9%; }
	#logo svg { position: absolute; top: 0; left: 0; }
	
/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

#main-content { background-color: #fff; }
#main-content .row { display: table; width: 100%; }
#main-content .row.top { margin-bottom: 80px; }
#main-content .col-half { display: table-cell; vertical-align: middle; float: none; }
	
	#header-image { display: block; line-height: 0; }
	
	#page-title { background-color: #ffd600; }
	#page-title:after { content: ""; position: absolute; bottom: 0; right: 0; border-bottom: 60px solid #fff; border-left: 60px solid #ffd600; width: 0; z-index: 10; }
	#page-title h1 { position: relative; z-index: 20; }
	
	#content { padding-right: 0; padding-bottom: 0; }
	
	#services { font-size: 20px; padding-top: 0; }
	#services ul { overflow: visible; padding: 0 0 0 35px; } 
	#services li { margin-bottom: 0; position: relative; }
	#services li:before { content: ""; position: absolute; left: -35px; top: 14px; width: 16px; height: 16px; background-color: #ffd600; }
	#services h3 { margin-bottom: 10px; }
	
	#cta { background-color: #f2f2f2; font-size: 22px; }
	#cta:after { content: ""; position: absolute; top: 0; left: 0; border-bottom: 60px solid #f2f2f2; border-left: 60px solid #fff; width: 0; z-index: 10; }
	#cta h2 { position: relative; z-index: 20; }
	#cta p { margin-bottom: 30px; }
	
	.page-id-6 .btn:after { border-right-color: #fff; }
	
/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/

#global-footer { padding: 15px 0 50px 0; color: #fff; overflow: hidden; clear: both; background-color: #000; }
#global-footer .container { position: relative; overflow: visible; }
#global-footer h4 { margin-bottom: 5px; }
#global-footer a { display: inline-block; }
#global-footer .email { border-bottom: 1px solid #ffd600; }
#global-footer .tel { color: #fff; }
#global-footer img { width: 100px; position: absolute; bottom: -25px; right: 25px; }
