/*
Theme Name:	WHT Law 2014 Child
Theme URI:	http://whittedtakiffhansen.com/
Description:	WHT Law theme - based on WP 2014
Author:		Connections Marketing
Author URI:	http://connectionsmktg.com/
Template:		twentyfourteen
Version:		1.0
*/

/*@import url(../twentyfourteen/style.css);*/
@import url(assets/css/resets.css);
@import url(assets/css/nav.css);
@import url(assets/css/components.css);
@import url(assets/css/page.css);


/*
*	FONTS
*	-------------------------------------------------- */

@font-face {
font-family: 'MyriadWebProRegular';
    src: url('assets/fonts/myriad-web-pro.eot');
    src: url('assets/fonts/myriad-web-pro.eot') format('embedded-opentype'),
         url('assets/fonts/myriad-web-pro.woff') format('woff'),
         url('assets/fonts/myriad-web-pro.ttf') format('truetype'),
         url('assets/fonts/myriad-web-pro.svg#MyriadWebProRegular') format('svg');
}


/*
*	FONT ICONS
*	-------------------------------------------------- */	

@font-face {
	font-family: 'print_email_pdf';
	src:url('assets/font-icons/print_email_pdf/print_email_pdf.eot?xn7w53');
	src:url('assets/font-icons/print_email_pdf/print_email_pdf.eot?#iefixxn7w53') format('embedded-opentype'),
		url('assets/font-icons/print_email_pdf/print_email_pdf.woff?xn7w53') format('woff'),
		url('assets/font-icons/print_email_pdf/print_email_pdf.ttf?xn7w53') format('truetype'),
		url('assets/font-icons/print_email_pdf/print_email_pdf.svg?xn7w53#print_email_pdf') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .pdfprnt-top-right a span, .tray .btn:before, aside a.btn:before {
    font-family: 'print_email_pdf';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pdfprnt-top-right a span:before, .tray .btn:before, aside a.btn:before {
    color: #8C5400;
    position: relative;
    right: 5px;
    top: 4px;
    transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;
}
.tray .btn:before, aside a.btn:before {
    color: #CF7E04;
    display: inline-block;
    font-size: 25px;
    left: 15px;
    position: absolute;
    right: auto;
    top: 2px;
}
.pdfprnt-top-right a:hover span:before, .tray .btn:hover:before, aside a.btn:hover:before { color: #1B1107; }


.icon-justice:before,
.tray .btn:before, aside a.btn:before {
content: "\e603";
}
.icon-file:before,
.pdfprnt-top-right a:first-child span:before {
content: "\e600";
}
.icon-envelope:before,
.pdfprnt-top-right .email-link a span:before {
content: "\e601";
}
.icon-print:before,
.pdfprnt-top-right a:nth-child(2) span:before {
content: "\e602";
}


/*
*	FORM
*	-------------------------------------------------- */

input, textarea {
background-color: #3D2711;
border: 1px solid #8C5400;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
color: #EEE;
font-family: "MyriadWebProRegular", arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
height: 22px;
letter-spacing: 0.1em;
line-height: 22px;
padding: 0 3px;
text-transform: uppercase;
}
textarea { height: auto; }
.wpcf7-not-valid { border-color: #FF1111; }
span.wpcf7-not-valid-tip { display: none; }
div.wpcf7-validation-errors {
background: rgba(255, 17, 17, .85);
border: none;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
font-size: 11px;
margin: 0;
padding: 5px;
position: absolute;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
top: 213px;
}

#submit {
background-color: #160f07;
color: #FFBE5C;
cursor: pointer;
font-weight: normal;
height: 24px;
letter-spacing: 0.15em;
line-height: 24px;
margin: 0 auto;
width: 75px;
}

#captcha-img {
    background: #FFF;
    border: 1px solid #8C5400;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    float: left;
    margin-left: 2px;
    padding: 1px;
}
.captcha-389 { display: inline !important; }
#captcha-input {
    float: right;
    margin-right: 2px;
    width: 70%;
}
.spot-right #captcha-input { width: 60%; }
#secondary #captcha-input { width: 61%; }


/*
*	GLOBAL ASSETS
*	-------------------------------------------------- */

body {
background: url(assets/images/bg.jpg) repeat 0 0 #291809;
color: #FEE9C9;
font-family: "MyriadWebProRegular", arial, helvetica, sans-serif;
}

h1, h2 { text-transform: uppercase; }
h1, h2 { line-height: 30px; }
h1, .entry-title {
color: #CF7E04;
font-size: 24px;
line-height: 30px;
margin-bottom: 15px;
}
.entry-title {
    margin-bottom: 25px;
    padding-right: 140px;
}
h1.page-title, h1.archive-title {
/*border-bottom: 1px solid rgba(0, 0, 0, 0.5);*/
color: #FDE2B9;
font-size: 18px;
margin-bottom: 12px;
text-transform: uppercase;
}

h2 {
color: #FAC473;
font-size: 18px;
}
.entry-content h2 { margin-bottom: 10px; }

p, .entry-content ul, .entry-content ol, .entry-content address, .entry-content table {
    color: #FEE9C9;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}
.entry-content ul {
    list-style: disc;
    margin-left: 15px;
}
.entry-content ol {
    list-style: decimal;
    margin-left: 20px;
}
.entry-content ol li { margin-bottom: 15px; }

a {
color: #ff9b02;
text-decoration: none;
}
a:hover { text-decoration: underline; }

em { font-style: italic; }

.left { float: left; }
.right { float: right; }

hr {
background: #5b3e1c; /* Old browsers */
background: -moz-linear-gradient(left,  #5b3e1c 0%, #f39502 50%, #5b3e1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5b3e1c), color-stop(50%,#f39502), color-stop(100%,#5b3e1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #5b3e1c 0%,#f39502 50%,#5b3e1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #5b3e1c 0%,#f39502 50%,#5b3e1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #5b3e1c 0%,#f39502 50%,#5b3e1c 100%); /* IE10+ */
background: linear-gradient(to right,  #5b3e1c 0%,#f39502 50%,#5b3e1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b3e1c', endColorstr='#5b3e1c',GradientType=1 ); /* IE6-9 */
border: none;
height: 1px;
margin: 20px 0;
}

.clear {
    clear: both;
    height: 0;
}

/*
*	BUTTONS
*	-------------------------------------------------- */

.btn {
background: #c27400; /* Old browsers */
background: -moz-linear-gradient(top,  #c27400 25%, #1a1004 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#c27400), color-stop(80%,#1a1004)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c27400 25%,#1a1004 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c27400 25%,#1a1004 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c27400 25%,#1a1004 80%); /* IE10+ */
background: linear-gradient(to bottom,  #c27400 25%,#1a1004 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c27400', endColorstr='#1a1004',GradientType=0 ); /* IE6-9 */
border: 1px solid #60554D;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
color: #FFF;
cursor: pointer;
font-size: 10px;
letter-spacing: 0.05em;
line-height: 24px;
text-transform: uppercase;
}

/* Tray Buttons */
.tray .btn {
    background-color: #160F07;
    background-image: none;
    border: 1px solid #4b3317;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px;
    color: #CF7E04;
    display: block;
    height: 30px;
    letter-spacing: 0.15em;
    line-height: 30px;
    padding-right: 18px;
    position: relative;
    text-align: right;
    width: 118px;
}
.tray .btn:hover {
    background-color: #CF7E04;
    color: #1B1107;
    text-decoration: none;
}

/*
*	PAGE FRAMEWORK
*	-------------------------------------------------- */

.site {
background: url(assets/images/bg-page.jpg) repeat 0 0;
margin: 0 auto;
width: 1024px;
}
#main { overflow: hidden; }

/*
*	HEADER
*	-------------------------------------------------- */
.header-main {
background: url(assets/images/header-shine.png) no-repeat 50% 0;
min-height: 144px;
padding: 15px;
}
.header-left, .site-title, .header-right { float: left; }
.header-left, .header-right { width: 320px; }
.site-title {
text-align: center;
width: 354px;
}
.site-title .logo {
position: relative;
top: 20px;
}
.header-right { text-align: right; }
.header-right p {
color: #FED89E;
font-size: 14px;
line-height: 12px;
}
.header-right p span {
color: #E78C04;
font-size: 11px;
letter-spacing: -0.015em;
text-transform: uppercase;
}

/*
*	MAIN CONTENT
*	-------------------------------------------------- */

.site-content {
clear: both;
padding-left: 20px;
padding-right: 20px;
position: relative;
z-index: 2;
}
.main-content, #secondary {
display: inline-block;
vertical-align: top;
}
.main-content { width: 73%; }
.main-content.full-width { width: 100%; }
.single #primary, .single #secondary,
.archive #primary, .archive #secondary,
.search #primary, .search #secondary,
.error404 #primary, .error404 #secondary {
display: inline-block;
vertical-align: top;
}
#primary {
padding: 15px;
position: relative;
}
.single #primary, .archive #primary, .search #primary, .error404 #primary { width: 70%; }
#primary .post-thumbnail {
float: right;
margin: 55px 0 20px 20px;
}
#secondary {
float: right;
padding: 15px 2%;
width: 22%;
}
#secondary aside {
    background: url(assets/images/bg-aside-borders.png) no-repeat 0 100%;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    text-align: center;
}
#secondary aside.widget_categories { text-align: left; }
#secondary aside:last-child { background: none; }

article {
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
border-top: 1px solid rgba(255, 255, 255, 0.15);
padding: 20px 0 10px;
    position: relative;
}
.single-post article { border: none; }
article:first-child { border-top: 0; }
article:last-child { border-bottom: 0; }
article .entry-meta { background: transparent; }
article .entry-meta .tag-links a {
    color: #FFBE5C;
    font-size: 11px;
    margin-right: 5px;
    padding-right: 9px;
    position: relative;
    text-transform: uppercase;
}
article .entry-meta .tag-links a:after {
    color: #FFF;
    content: ' | ';
    position: absolute;
    right: 0;
    top: 0;
}

.entry-header .entry-meta {
font-size: 10px;
letter-spacing: 0.15em;
margin-bottom: 8px;
text-transform: uppercase;
}
.entry-header .entry-meta a { color: #FFBE5C; }

/*
*	FOOTER
*	-------------------------------------------------- */

footer {
background: rgb(45,29,10); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(45,29,10,1) 0%, rgba(3,2,1,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,29,10,1)), color-stop(100%,rgba(3,2,1,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(45,29,10,1) 0%,rgba(3,2,1,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(45,29,10,1) 0%,rgba(3,2,1,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(45,29,10,1) 0%,rgba(3,2,1,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(45,29,10,1) 0%,rgba(3,2,1,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d1d0a', endColorstr='#030201',GradientType=0 ); /* IE6-9 */
}
.footer-top { background: url(assets/images/bg-nav-borders.png) no-repeat 0 0; }
.site-info {
padding: 40px 30px;
position: relative;
}
footer .site-title {
position: absolute;
right: 30px;
top: 0;
width: auto;
}
footer .site-copy {
overflow: hidden;
padding: 10px 30px 40px;
}
.footer-left, .footer-right {
display: inline-block;
vertical-align: top;
width: 45%;
}
.footer-left p {
color: #D0AD7C;
font-size: 10px;
line-height: 11px;
}
.footer-right .widget { margin-bottom: 15px; }
.footer-right p {
color: #B17418;
font-size: 9px;
line-height: 10px;
text-align: right;
text-transform: uppercase;
}
.footer-right a { color: #B17418; }
.footer-right a:hover { color: #EACA99; }
.footer-right .simple-image a {
opacity: .85; filter: alpha(opacity=85);
transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -ms-transition: .2s; -o-transition: .2s;
}
.footer-right .simple-image a:hover { opacity: 1; filter: alpha(opacity=100); }


/* Brooke Whitted Memorial */
.page-id-2182 img.brooke-whitted {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
    float: left;
    height: auto;
    margin-right: 35px;
    width: 30%;
}
.page-id-2182 hr { text-align: center; }
.page-id-2182 div.amazingslider-box-1 div:nth-child(3) { display: none !important; }


#primary-navigation.primary-navigation .menu-main-menu-container { width: 100%; }
#primary-navigation.primary-navigation .menu-main-menu-container ul.nav-menu { text-align: center; }
#primary-navigation.primary-navigation .menu-main-menu-container ul.nav-menu li { display: inline-block; float: none; position: relative; }
#primary-navigation.primary-navigation .menu-main-menu-container ul.nav-menu li .sub-menu li { text-align: left; }