@charset "UTF-8";
/*
Theme Name: Wilson Center for Science and Justice
Theme URI: https://wcsj.law.duke.edu/
Description: 
Version: 1.0
Author: Addicott Web
Author URI: https://www.wordpress-web-designer-raleigh.com/
*/

body { font-family:"Open Sans"; background-color:#23356d; }

/* Text styles */
p { color:#000; margin:20px 0 0 0; font-size:18px; line-height:28px; font-weight:300; }
strong { font-weight:700; }
em { font-style:italic; }
small { display:block; font-size:14px; line-height:24px; font-weight:700; font-family: "Open Sans"; color:#000; text-transform: uppercase; margin: 20px 0 0 0; }
blockquote { border:none; padding:10px 30px 30px 30px; margin:30px 0 10px 0; border-left: 5px solid #23356d; background-color: #f3f2f1; display: block; }
blockquote p { font-size:18px; line-height:28px; font-weight:300; }

/* Link styles */
a { color:#23356d; text-decoration:underline; }
a:hover { color:#23356d; text-decoration:none; }

/* Heading styles */
h1 { margin:0; font-size:48px; line-height:58px; color:#23356d; font-family:"EB Garamond"; font-weight:400; overflow: hidden; }
h1:before,
h1:after { background-color: #ccc; content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 50%; }
h1:before { right: 0.5em; margin-left: -50%; }
h1:after { left: 0.5em; margin-right: -50%; }
h2, h3, h4, h5, h6 { margin:30px 0 0 0; color: #000; font-family:"EB Garamond"; font-weight:400; }

h2 { font-size:36px; line-height:46px; }
h3 { font-size:30px; line-height:40px; }
h4 { font-size:24px; line-height:34px; }
h5 { }
h6 { }

/* List styles */
ul { list-style:disc; margin:20px 0 0 30px; padding:0; }
ol { list-style:decimal; margin:20px 0 0 30px; padding:0; }
ul li,
ol li { margin-bottom:10px; padding-left:10px; font-size:18px; line-height:28px; font-weight:300; color:#000; }

ul ul { list-style:circle; margin:10px 0 10px 30px; }
ol ol { list-style:lower-alpha; margin:10px 0 10px 30px; }

/* Image styles */
.alignnone { display:block; margin:20px 0 0 0; }
.aligncenter { display:block; margin:20px auto 0 auto; }
.alignright { float:right; margin:5px 0 20px 25px; clear:both; display:inline; }
.alignleft { float:left; margin:5px 25px 20px 0; clear:both; display:inline; }

.wp-caption { }
.wp-caption-text { margin:5px 0 0 0; text-align:center; font:italic 13px/22px Georgia, "Times New Roman", Times, serif; }

/* Table styles */
table { border-collapse:collapse; margin-top:5px; width:100%; }
table td { border-bottom:1px solid #ccc; font-size:18px; line-height:28px; font-weight:300; padding:15px 0; color:#000; vertical-align:top; }
table th { border-bottom:2px solid #000; font-size:18px; line-height:28px; font-weight:600; padding:15px 0; color:#000; vertical-align:top; text-align:left; }

iframe, object, embed { max-width: 100%; }

/* Plugins */
.addthis_toolbox { margin:30px 0 0 0 !important; }

/* Drop Cap Shortcode styles */
span.dropcap { font-size: 60px !important; font-family: "EB Garamond" !important; color: #f99e24 !important; }

/* Pagenavi */
.wp-pagenavi { margin:40px 0 0 0; }
.wp-pagenavi a,
.wp-pagenavi span { margin:2px; font-size:16px; line-height:26px; background-color:#23356d; color:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:15px 30px; text-decoration:none; }
.wp-pagenavi a:hover { background-color:#f99e24; color:#fff; transition: background-color 0.5s ease; }
.wp-pagenavi span.current { background-color:#f99e24; color:#fff; }

/* Global classes */
.right { text-align:right; }
.center { text-align:center; }
.widget { margin:0 0 30px 0; padding-top:0; padding-bottom:0; }
.widget h3.widget-title { }

/*-------------------------------------------------------------------------------------------------------------------
--------------------------------------------- CUSTOM LAYOUT ELEMENTS ------------------------------------------------
-------------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; }
.container { padding-left:40px; padding-right:40px; }
.row { padding-top:40px; padding-bottom:40px; }

.no-padding-top { padding-top:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }
.no-padding-both { padding-top:0 !important; padding-bottom:0 !important; }

.padding-top { padding-top: 40px !important; }

/* Header */
.header { background-color: #fff; }
.header .container { background: url('images/watermark.png') center 15% no-repeat; }
.header form { border: 1px solid #ccc; padding: 10px; height: 1%; overflow: hidden; background: #fff; }
.header input { background: none; border: none; font-family: "Open Sans"; font-size: 18px; line-height: 28px; width: 90%; float: left; }
.header button { border: none; background: none; padding: 3px 0; margin: 0 !important; width: 10%; float: right; }

/* Homepage */
.homepage-intro .row { padding-top: 60px; padding-bottom: 60px; }
.homepage-intro h1 { text-align: center; font-weight: 600; }
.homepage-intro p { font-size: 24px; line-height: 34px; }
.homepage-intro p.btn { margin-top: 35px; font-weight: 700; font-size: 18px; line-height: 28px; text-transform: uppercase; }
.homepage-intro p.btn a { background-color: #f99e24; color: #fff; padding: 15px 30px; display: inline-block; text-decoration: none; }
.homepage-intro p.btn a:hover { background-color: #fec12b; color: #fff; transition: all 0.35s ease; }

.homepage-areas { background-color: #f3f2f1 !important; }
.homepage-areas .row { padding-top: 60px; padding-bottom: 60px; }
.homepage-areas h2 { margin-top: 0; font-weight: 700; text-transform: uppercase; font-family: "Open Sans"; }
.homepage-areas .block-row { padding-top: 40px !important; padding-bottom: 20px !important; }
.homepage-areas .block { padding-left: 4px; padding-right: 4px; overflow: hidden; position: relative; cursor: pointer; }
.homepage-areas .block .content { background: rgba( 0, 0, 0, 0.9 ); bottom: -100%; height: 100%; left: 0%; position: absolute; transition: bottom 0.5s ease; padding: 40px; width: 100%; cursor: pointer; }
.homepage-areas .block:hover .content { bottom: 0%; cursor: pointer; }
.homepage-areas .block .content h4 { color: #fff; font-weight: 600; margin-top: 0; }
.homepage-areas .block .content p { color: #fff; font-size: 16px; line-height: 26px; }

.homepage-icons { background-color: #f3f2f1 !important; }
.homepage-icons .row { padding-top: 60px; padding-bottom: 60px; }
.homepage-icons h3 { font-weight: 600; }
.homepage-icons p.btn { margin-top: 35px; font-weight: 700; text-transform: uppercase; }
.homepage-icons p.btn a { background-color: #f99e24; color: #fff; padding: 15px 30px; display: inline-block; text-decoration: none; }
.homepage-icons p.btn a:hover { background-color: #fec12b; color: #fff; transition: all 0.35s ease; }

.homepage-bottom { background-color: #fff; }
.homepage-bottom .row { padding-top: 60px; padding-bottom: 60px; }

.homepage-news h2 { margin-top: 0; font-weight: 700; text-transform: uppercase; font-family: "Open Sans"; }

.homepage-partners { border-top: 1px solid #ccc; }
.homepage-partners h2 { margin-top: 0; font-weight: 700; text-transform: uppercase; font-family: "Open Sans"; }
.homepage-partners .bx-viewport { box-shadow:none !important; border:none !important; }

/* Layout areas */
.content { background-color:#f3f2f1; }
.content .container { background-color: #fff; }

.content-subpages { background-color:#232c5b; padding:30px; }
.content-subpages h4 { margin-top:0; color:#fff; font-weight:400; }
.content-subpages ul { list-style:none; margin:15px 0 0 0; }
.content-subpages ul li { margin:15px 0 0 0; padding:0; font-weight:300; }
.content-subpages ul.children { margin: 5px 20px 15px 20px; }
.content-subpages ul.children li { margin: 10px 0 0 0; font-size: 14px; line-height: 20px; }
.content-subpages a { color:#fff; text-decoration: none; }
.content-subpages a:hover { color:#fff; text-decoration: underline; }

.post h3 a { text-decoration: none; }
.post h3 a:hover { text-decoration: underline; }

/* Breadcrumbs */
.breadcrumb-bar { padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc; }
.breadcrumb-bar p { margin-top: 0; font-size: 14px; line-height: 24px; }
.breadcrumb-bar a { margin: 0 5px; color: #000; }
.breadcrumb-bar a:hover { color: #000; }
.breadcrumb-bar strong { margin-left: 5px; }

/* Regular page banner images */
.page-banner { background-repeat: no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.page-banner .row { padding-top: 240px; padding-bottom: 240px; margin-left: 0; margin-right: 0; }

/* Search results */
.search-results ul { list-style:none; margin:40px 0 0 0; }
.search-results ul li { margin-bottom:40px; padding:0 0 40px 0; border-bottom:1px solid #ccc; }
.search-results ul li span { display:block; font-size:16px; line-height:26x; margin-top:20px; }
.search-results ul li span.url { color:#006621; margin-top:0; }
.search-results ul li p { margin-top:5px; }

/* Footer */
.footer .row { padding-top: 20px; padding-bottom: 50px; }
.footer a,
.footer a:hover { color: #fff; }
.footer ul { list-style: none; margin: 40px 0 0 0; }
.footer ul li { margin: 0 20px 10px 0; padding: 0 20px 0 0; border-right: 1px solid #fff; font-weight: 700; display: inline-block; }
.footer ul li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
.footer ul li a { text-decoration: none; }
.footer ul li a:hover { text-decoration: underline; }
.footer p { margin-top: 0; font-weight: 300; color: #fff; }
.footer span { margin: 0 20px; }
.footer small { margin-top: 30px; font-size: 16px; line-height: 26px; color: #fff; font-weight: 300; }
.footer ul.social li { margin: 0 15px; padding: 0; display: inline; border: none; }

/* Large desktops and laptops */
@media (min-width: 1380px) {
body { padding:0; }
.container-fluid { padding:0; }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1379px) {
body { padding:0; }
.container-fluid { padding:0; }
.container { width:100% !important; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
body { padding:0; }
.container-fluid { padding:0; }
.container { width:100% !important; }
.content-subpages { margin-top:40px; }
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
body { padding:0; }
.container-fluid { padding:0; }
.content-subpages { margin-top:40px; }
img.alignright,
img.alignleft
.alignright,
.alignleft { float:none !important; margin:0 !important; display: block !important; }
img.aligncenter {margin:20px 0 0 0 !important; }
.event-page h1 { margin-top: 40px; }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
body { padding:0; }
.container-fluid { padding:0; }
.content-subpages { margin-top:40px; }
img.alignright,
img.alignleft
.alignright,
.alignleft { float:none !important; margin:0 !important; display: block !important; }
img.aligncenter {margin:20px 0 0 0 !important; }
.event-page h1 { margin-top: 40px; }
}






