/*!
Theme Name: s014__
Theme URI: http://underscores.me/
Author: aiefp
Author URI: http://aiefp
Description: 211124
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: s014
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

s014 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", serif;
    color: #2d0044;
}
html {
    width: 100%;
    height: 100%;
}

/* fonts 
---------------------------------- */
@font-face {
    font-family: 'Ryman Eco';
    src: url('fonts/Ryman-Regular.woff2') format('woff2'),
        url('fonts/Ryman-Regular.woff') format('woff'),
        url('fonts/Ryman-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* btn
---------------------------------- */
.btn-orange {
    background-color: #dd6e1d;
    color: #fff;
    border-color: transparent;
    border-radius: 40px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.btn-orange:hover {
    background-color: #2d0044;
    color:#fff;
    border-color: transparent;
}

.btn-transparent {
    background-color: transparent ;
    color: #fff;
    border-color: #fff;
    border-radius: 40px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.btn-transparent:hover {
    background-color: #2d0044;
    color:#fff;
    border-color: transparent;
}

/* overlay
---------------------------------- */
.overlay {
    height: 100%;
    position: relative;
    background: rgba( 255, 255, 255, 0.95);
    background: rgba( 252, 94, 3, 0.8);
}
.page-id-47 .overlay {
    background: rgba( 51, 204, 102, 0.8);
}
.page-id-52 .overlay {
    background: rgba( 255, 204, 51, 0.8);
    background: rgba( 215, 177, 2, 0.8);
}
.page-id-42 .overlay {
    background: rgba( 255, 204, 51, 0.8);
    background: rgba( 2, 102, 215, 0.8);
}

/* center (table + table-cell)
---------------------------------- */
.center-table {
    display: table;
    width: 100%;
    height: 100%;    
}
.center-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* navigation
---------------------------------- */
@media (min-width: 768px){
    .navbar-nav {
        margin-top: 6px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* navbar-default */
.navbar-default {
    text-transform: uppercase;
    background-color: #fff;
    border-color: transparent;
    box-shadow: .078vw 0.156vw 0.977vw #2d2d2d1a;
}
.navbar-default .navbar-brand {
    font-family: 'Ryman Eco';
    color: #160059
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-brand > img {
    display: inline-block;
    margin-top: -7px;
    padding-right: 3px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    font-weight: 600;
    color: #160059
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}
/* .navbar-right */
.navbar-default .navbar-nav > .current_page_item > a,
.navbar-default .navbar-nav > .current_page_item > a:focus,
.navbar-default .navbar-nav > .current_page_item > a:hover {
    color:#2d0044;
    background-color: transparent
}
.navbar-default .navbar-nav.navbar-right li:nth-child(2) {
    border-radius: 25px;
    margin-left: 5px;
    font-weight: 400;
    background: #dd6e1d;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-nav.navbar-right li:nth-child(2) a {
    color:#fff;
}
.navbar-default .navbar-nav.navbar-right li:nth-child(2):hover {
    background: #2d0044;
}
.navbar-default .navbar-nav.navbar-right li::nth-child(2):hover a {
    color: #fff;
}
/* navbar-toggle */
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #dd6e1d;
}





/* home page
---------------------------------- */
/* home site-header */
.home .site-header {
    height: 500px;
    text-align: center;
}
.home .site-header .overlay {
    background: rgba( 255, 255, 255, 0.95);
}
.home .site-header .entry-header h1{
    font-size: 3.75vw;
    font-weight: 700;
    color: #2d0044
}
.home .site-header .entry-header h1 span{
    color: #dd6e1d;
    color: #e55000;
}
.home .site-header .entry-content p{
    color: #2d0044;
    font-size: 18px;
}
@media (max-width: 767px) {
    .home .site-header .entry-header h1{
        font-size: 30px;
    }
    .home .site-header .entry-content p{
        font-size: 15px;
    }
}
/* home site-main */
.home .site-main {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f8f8ff;
    color:#2d0044;
}
.home .site-main .intro-header span {
    font-size: 10px;
    text-transform: uppercase;
    color: #dd6e1d;
}
@media (max-width: 767px) {
    .home .site-header .intro-header h1{
        font-size: 24px;
    }
}
.home .site-main .intro-content p {
    padding-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
}
.home .site-main .intro-content p {
    padding-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
}
.home .site-main .intro-content p {
    padding-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
}
.home .site-main article {
    margin-top: 20px;
}
.home .site-main article figure{
    min-height: 400px;
    background: #fff;
    border-radius: 6px;
}
.home .site-main article .entry-header {
    background: #2d0044;;
}
.home .site-main xarticle:nth-child(2) .entry-header {
    background: rgba( 2, 102, 215, 0.8);
}
.home .site-main xarticle:nth-child(3) .entry-header {
    background: rgba( 51, 204, 102, 0.8);
}
.home .site-main xarticle:nth-child(4) .entry-header {
    background: rgba( 215, 177, 2, 0.8);
}
.home .site-main article .entry-header img{
    opacity: 0.8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.home .site-main article .entry-content{
    padding: 0 10px 20px 10px;
}
.home .site-main article .entry-content h3{
    margin-top: 10px;
    font-size: 18px;
}
.home .site-main article .entry-content h3 a {
    text-decoration: none;
    color: #2d0044;
}
.home .site-main article .entry-footer  {
    position: absolute;
    bottom: -10px;
    left: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.home .site-main article .entry-footer a {
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #2d0044;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.home .site-main article .entry-footer a:hover {
    color: #dd6e1d;
}
/* section about */
.home section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
}
.home section .intro-header span {
    font-size: 10px;
    text-transform: uppercase;
    color: #dd6e1d;
}
.home section .intro-content p {
    padding-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
}
.home .form-area {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f8f8ff;
    color:#2d0044;
}
.home .form-area .intro-header span {
    font-size: 10px;
    text-transform: uppercase;
    color: #dd6e1d;
}
.home .form-area .intro-content p {
    padding-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
}



/* page template parent
---------------------------------- */
.page-template-parent .site-header {
    height: 500px;
    text-align: center;
    color: #fff;
}
.page-template-parent .site-header h1{
    font-size: 3.75vw;
    font-weight: 700;
}
.page-template-parent .site-header .entry-content p{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
    animation: fadeIn;
    animation-duration: 1s;
}
.page-template-parent .site-header .entry-footer {
    padding-top: 15px;
}
@media (max-width: 767px) {
    .page-template-parent .site-header h1{
        font-size: 24px;
    }
    .page-template-parent .site-header .entry-content p{
        font-size: 15px;
    }
}
.page-template-parent article {
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-template-parent article .entry-header {
    display: none;
}
.page-template-parent article .entry-content {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
}














/* page template build
---------------------------------- */
.page-template-build {
    padding-top: 120px;
}
.page-template-build .entry-header {
    text-align: center;
}

.page-template-build .entry-header {
    letter-spacing: 1px;
    line-height: 1.18181818;
}
.page-template-build .entry-header p {
    padding: 5px 0 10px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #160059;
    animation: fadeIn;
    animation-duration: 1s;
}
.page-template-build .entry-content {
    padding: 20px 0 30px;
}
.page-template-build p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
}
.page-template-build .form-area {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f8f8ff;
    color:#2d0044;
}
.page-template-build .intro-header span {
    font-size: 10px;
    text-transform: uppercase;
    color: #dd6e1d;
}
.page-template-build .form-area .intro-content p {
    padding-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
}




/* page template default
---------------------------------- */
.page-template-default {
    padding-top: 120px;
}
.page-template-default .entry-header {
    text-align: center;
}

.page-template-default .entry-header {
    letter-spacing: 1px;
    line-height: 1.18181818;
}
.page-template-default .entry-header p {
    padding: 5px 0 10px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #160059;
    animation: fadeIn;
    animation-duration: 1s;
}
.page-template-default .entry-content {
    padding: 20px 0 30px;
}
.page-template-default p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
}





/* form template default
---------------------------------- */
.page-template-form {
    padding-top: 120px;
}
.page-template-form .entry-header {
    text-align: center;
}
.page-template-form .entry-header p {
    padding: 5px 0 10px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #160059;
}
.page-template-form .entry-content {
    padding: 20px 0 30px;
}




/* error404
---------------------- */
.error404 {
    padding-top: 100px;
}
.error-404 {
    min-height: 350px; 
}
.error-404 .page-content p{
    font-size: 24px; 
}



/* footer
---------------------------------- */
.site-footer {
    padding-top: 70px;
    padding-bottom: 20px;
    color:#fff;
    background: #2d0044;
}
.site-footer a{
    color:#fff;
}
.site-footer .footnotes h4{
    text-transform:uppercase;
    font-size: 14px;
    padding-top: 20px;
}
.site-footer .footnotes ul li a {
    font-weight: 100;
}
.site-footer .site-info{
    padding-top: 20px;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
}