/* #######################################################################

	Theme Name: Ascend Child
	Description: Child theme for Ascend
	Template: ascend
	Version: 0.0.1

######################################################################## */

@font-face {
    font-family: 'Antic';
    font-style: normal;
    font-weight: 400;
    src: local("Antic Regular"), local("Antic-Regular"), url(http://fonts.gstatic.com/s/antic/v10/TuGfUVB8XY5DRZZMq9kRystl.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt7-GT7PkRXM8Xx.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
body {
    background-color: white;
}
*/

.webworks-site-title {
    font-family: Antic;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #444444;
    font-size: 32px;
}

#logo {
    border-bottom: 1px solid #d8d5d5;
    margin-bottom: 20px;
}

.title-row {
    background: #007833;
    padding: 5px 0;
    border-top: 15px solid #1a1850;
    /*    border-bottom: 20px solid #1a1850;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cinzel', serif !important;
    font-weight: 100;
    text-transform: capitalize;
}

.content-section h3 {
    margin-top: 0px;
    line-height: 28px;
}

.entry-content h2 {
    font-weight: 200;
}

.title-row h1 {
    font-family: 'Cinzel', serif;
    font-weight: 100;
    color: #fff;
    letter-spacing: normal;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 28px;
    text-align: center;
    /*    text-transform: uppercase;*/
}

#content.homepagecontent {
    /*    background: url(images/ut-batelle-ornl.jpg);*/
/*    min-height: 600px;*/
    max-width: 100%;
    width: 100%;
}

body #mobile-logo .kad-mobile-site-title {
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
}

.top-image {
    height: 150px;
    background-size: cover;
}

.container {
    width: 100%;
    padding: 0 30px;
}

.container.top-image {
    background-color: #fff;
}

.footerclass p {
    padding: 0 0 30px;
}

.entry-content ul {
    margin-bottom: 25px;
}

.sf-menu a {
    padding: 8px 18px;
}

.nav-main ul.sf-menu > li > a,
.kad-header-menu-inner .kt-header-extras ul.sf-menu > li > a,
.kad-header-menu-inner .kt-header-extras .kt-extras-label [class*="kt-icon-"],
.kt-header-extras .sf-vertical > li > a {
    line-height: 18px;
    text-transform: capitalize;
    text-align: left;
}

body .footerclass a {
    color: #ce534d;
    border-bottom: 2px solid #eee;
}

body .footerclass a:hover {
    color: #ce534d;
    border-color: #ce534d;
}

.flex-row {
    display: block;
    display: flow-root;
    clear: both;
    margin-bottom: 20px;
}

#content.no-padding {
    padding: 0px;
}

/* Columns */

.col-10, .col-90, .col-20, .col-80, .col-25, .col-75, .col-33, .col-66, .col-50 {
    float: left;
}

.left-col {
    padding: 0 10px 0 0;
}

.right-col {
    padding: 0 0 0 10px;
}

.col-10 {
    width: 10%;
}

.col-90 {
    width: 90%;
}

.col-20 {
    width: 20%;
}

.col-80 {
    width: 80%;
}

.col-25 {
    width: auto;
}

.col-75 {
    width: 75%;
}

.col-33 {
    width: 33%;
}

.col-66 {
    width: 66%;
}

.col-50 {
    width: 50%;
}

@media (max-width: 769px) {
    .col-10, .col-90, .col-20, .col-80, .col-25, .col-75 {
        width: 50%;
    }
}
