/*!
Theme Name: The Core
Theme URI: http://underscores.me/
Author: Pherona
Author URI: https://pherona.com/
Description: An WP Theme for Core Networking
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: core
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');


/* ==========================================================================
    Global
 ========================================================================== */
html,
body {
    font-size:14px;
    color: #000000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
    margin:0;
    padding:0;
    background:#ffffff;
}

br {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

a, p, button, li, time {
    font-family: 'Poppins', sans-serif;
}

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

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover, 
a:focus {
    color: #7ac05c;
    text-decoration: none;
    outline: none;
}

p {
    font-size: 14px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

section {
    position: relative;
    padding: 40px 0;
    min-width: 100%;
    width: 100%;
}

.btn:focus,
input, textarea,
button, button:focus,
button.close:focus,
input:focus, textarea:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.form-control, input, textarea, select,
.form-control:focus, input:focus, textarea:focus, select:focus {
    border-color: inherit;
    box-shadow: none;
    outline: none;
}

label {
    color: #222328;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 14px;
}

input, textarea, select {
    width: 100%;
    height: 52px;
    color: #888888;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    padding: 0 15px 0;
    font-size: 18px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}

input:focus, textarea:focus, select:focus {
    border-color: #68accf;
    box-shadow: 0 14px 20px rgba(221, 221, 221, 0.9);
}

textarea {
    height: 220px;
    padding: 19px 25px 0;
}

input[type="submit"] {
    height: 52px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    padding: 0 46px;
    border: 1px solid #1c4597;
    background-color: #1c4597;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    max-width: 240px;
    margin: 0 auto;
    display: block;
}

input[type="submit"]:hover {
    color: #1c4597;
    background-color: transparent;
}

.np {
    padding: 0;
}

.nrlp { 
    padding-left: 0 !important;
    padding-right:0 !important;
}

.nrp {
    padding-right: 0 !important;
}

.nlp {
    padding-left: 0 !important;
}

.ntp {
    padding-top: 0 !important;
}

.nbp {
    padding-bottom: 0 !important;
}

.padding-top {
    padding-top: 80px !important;
}

.padding-bottom {
    padding-bottom: 80px !important;
}

.nm {
    margin: 0 !important;
}

.nlm {
    margin-left: 0 !important;
}

.nrm {
    margin-right: 0;
}

.ntm {
    margin-top: 0 !important;
}

.nbm {
    margin-bottom: 0 !important;
}

.btn {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 52px;
    height: 52px;
    width: auto;
    border: 1px solid #1c4597;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #1c4597;
    padding: 0 30px;
}

.btn:hover,
.btn:focus {
    background-color: #7ac05c;
    color: #fff;
    border-color: #7ac05c;
}

.btn-green {
    background-color: #7ac05c;
    border-color: #7ac05c;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #1c4597;
    border-color: #1c4597;
}

.banner, .bg-image, .header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#888888;
}

::-moz-placeholder { /* Firefox 19+ */
    color:#888888 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color:#888888;
}

:-moz-placeholder { /* Firefox 18- */
    color:#888888 !important;
}

.tagline {
    display: block;
    color: #7ac05c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 37px;
}

.title {
    color: #222328;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.title + p,
.section-title p {
    color: #666666;
    font-size: 18px;
    line-height: 156%;
    margin: 0 0 45px;
}

.section-title {
    margin: 0 0 90px;
}

.section-title .title {
    margin: 0 0 29px;
}

.flex-wrap {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

/* ==========================================================================
    Header
 ========================================================================== */
.header {
    background-image: url(images/bg/home.jpg);
}

.home .header {
    position: relative;
}

.home .header:before,
.home .header:after {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.home .header:before {
    width: 372px;
    height: 389px;
    background-image: url(images/icons/header-before.png);
    top: 0;
    left: 0;
}

.home .header:after {
    width: 363px;
    height: 362px;
    background-image: url(images/icons/header-after.png);
    bottom: 0;
    right: 0;
}

.header .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

a.logo {
    display: inline-block;
    margin-top: 31px;
}

.navbar-default {
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    min-height: unset;
}

#main-nav {
    padding-top: 26px;
    border: none;
    box-shadow: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    padding: 20px 19px !important;
    font-family: 'Poppins', sans-serif;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover,
.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: #7ac05c;
}

.navbar-default .navbar-nav>.current_page_item>a {
    font-weight: 600;
}

/* ==========================================================================
    Banner
 ========================================================================== */
.banner,
.home-banner {
    padding: 100px 0 0 !important;
}

.home .page-title {
    padding: 15% 15px 15%;
    position: relative;
    z-index: 99;
}

.page-title {
    padding: 10% 15px 10%;
}

.page-title h2 {
    font-size: 60px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 36px;
}

.home .page-title h2 {
    font-size: 72px;
}

.page-title p {
    color: #cccccc;
    font-size: 18px;
    line-height: 190%;
}

.page-title a.btn {
    margin: 23px 0 0;
}

/* ==========================================================================
    Services
 ========================================================================== */
.services {
    padding: 103px 0 87px;
}

.services-title {
    margin: 0 0 63px;
}

.services-title .tagline {
    margin: 0 0 19px;
}

.services-title .title {
    line-height: 140%;
    margin: 0 0 32px;
}

.services-title p {
    color: #666666;
    font-size: 18px;
    line-height: 156%;
    margin: 0 0 45px;
}

.services .col-md-3 {
    margin: 0 0 30px;
}

.service {
    background-color: #f2f9ff;
    padding: 44px 14px 0;
    border: 1px solid #dddddd;
    height: 100%;
    margin: 0 0 50px;
    transform: scale(1);
    display: block;
    box-shadow: 0px 5px 10px rgba(221, 221, 221, 0.5);
}

.service:hover {
    transform: scale(1.07);
    box-shadow: 0 20px 25px rgba(221, 221, 221, 0.9);
}

.service-icon {
    margin: 0 0 21px;
}

.service h4 {
    color: #222328;
    font-size: 21px;
    font-weight: 700;
    line-height: 132%;
    margin: 0 0 20px;
}

.service p {
    color: #222328;
    font-size: 16px;
    line-height: 144%;
}

/* ==========================================================================
    CTA
 ========================================================================== */
.cta .row.flex-wrap {
  display: flex;
}

.cta-image img {
    width: 100%;
}

.cta .bg-blue-light {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f2f9ff;
    display: flex;
    align-items: center;
}

.cta-content {
    padding: 10% 20% 10% 10%;
}

.cta-content .tagline {
    margin: 0 0 31px;
}

.cta-content .title {
    line-height: 144%;
    margin: 0 0 24px;
}

.cta-content p {
    color: #666666;
    font-size: 18px;
    line-height: 156%;
}

.cta-content p a.btn {
    margin: 56px 0 0;
}

p.counter {
    color: #1c4597;
    font-size: 90px;
    font-weight: 500;
    width: 49%;
    display: inline-block;
    line-height: 88%;
    margin: 25px 0 10px;
}

p.counter small {
    color: #222328;
    font-size: 21px;
    display: block;
}

/* ==========================================================================
    Latest News
 ========================================================================== */
.title small {
    display: block;
}

/* ==========================================================================
    Members
 ========================================================================== */
.our-team {
    padding: 124px 0 117px;
}

.our-team-title {
    margin: 0 0 78px;
}

.member {
    margin: 0 0 87px;
}

.member-info h4 {
    margin: 33px 0 13px;
}

.member-info h4,
.member-info h4 a {
    color: #222328;
    font-size: 32px;
    font-weight: 700;
}

.member-info h4 a:hover {
    color: #7ac05c;
}

.member-info h5{
    color: #7ac05c;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.member-info .member-social {
    margin: 19px 0 14px;
}

.member-info .member-social li  {
    padding: 0;
}

.member-info .member-social li a i {
    font-size: 20px;
    width: 38px;
    height: 38px;
}

.member-info .member-social li a:hover i {
    color: #7ac05c;
}

.member-info p {
    color: #4f5362;
    font-size: 16px;
    line-height: 150%;
}

/* ==========================================================================
    Events
 ========================================================================== */
.events {
    padding: 120px 0 200px;
}

.events .col-md-4 {
    margin: 0 0 69px;
}

.event {
    border: 1px solid #dddddd;
    height: 100%;
    background-color: #f2f9ff;
    box-shadow: 0px 5px 10px rgba(221, 221, 221, 0.5);
}

.event-image {
    overflow: hidden;
}

.event-image a {
    display: block;
}

.event-image a img {
    width: 100%;
}

.event:hover img {
    transform: scale(1.2);
}

.event-info {
    padding: 44px 61px 41px;
    transform: scale(1);
    display: block;
}

.event-info h4.event-date {
    background-color: #00afab;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    margin: -102px auto 0;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    line-height: 43px;
    padding: 25px 0 0;
}

.event-info h4.event-date small {
    color: #fff;
    font-size: 21px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.event-info h5 {
    color: #00afab;
    font-size: 14px;
    font-weight: 700;
    margin: 16px 0 34px;
}

.event-info h6,
.event-info h6 a {
    color: #222328;
    font-size: 21px;
    font-weight: 700;
    line-height: 114%;
}

.event-info h6 {
    margin: 0 0 36px;
}

.event-info h6 a:hover {
    color: #00afab;
}

.events .col-md-4:nth-child(2) h4 {
    background-color: #8f3985;
} 

.events .col-md-4:nth-child(2) h5 {
    color: #8f3985;
}

.events .col-md-4:nth-child(3) h4 {
    background-color: #1c4597;
} 

.events .col-md-4:nth-child(3) h5 {
    color: #1c4597;
}

.events .col-md-4:nth-child(4) h4 {
    background-color: #f92a82;
} 

.events .col-md-4:nth-child(4) h5 {
    color: #f92a82;
}

.events .col-md-4:nth-child(5) h4 {
    background-color: #fa8334;
} 

.events .col-md-4:nth-child(5) h5 {
    color: #fa8334;
}

/* ==========================================================================
    About CORE
 ========================================================================== */
.about-core {
    padding: 46px 0 0px;
}

.about-core .flex-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
}

.about-core .tagline {
    margin: 0 0 26px;
}

.about-core .title {
    line-height: 142%;
    margin: 0 0 28px;
}

.about-core p {
    color: #666666;
    font-size: 18px;
    line-height: 156%;
    margin: 0 0 45px;
}

.core-box {
    padding-top: 15%;
    padding-bottom: 15%;
}

.core-box img {
    width: 100%;
}

.core-box-left {
    padding-right: 15%;
}

.core-box-right {
    padding-left: 15%;
}

/* ==========================================================================
    Our Successes
 ========================================================================== */
.our-successes {
    background-color: #f2f9ff;
    padding: 121px 0 123px;
}

.our-successes-title {
    margin: 0 0 67px;
}

.our-successes .col-sm-12 {
    background-color: #fff;
    box-shadow: 0 6px 30px rgba(221, 221, 221, 0.76);
    border: 1px solid #ebebeb;
    padding: 49px 0 20px 4%;
}

.our-successes p.counter {
    width: 24%;
    text-align: left;
}

/* ==========================================================================
    Our Network
 ========================================================================== */
.our-network {
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 124px 0 87px;
}

.our-network-title .title {
    margin: 0 0 99px;
}

.our-network-title img {
    width: 100%;
}

/* ==========================================================================
    Join The Team
 ========================================================================== */
.join-the-team {
    padding: 90px 0 50px;
}

.join-the-team-title {
    margin: 0;
}

.join-the-team-title p {
    margin: 0;
}

.join-the-team-title p a {
    color: #1c4597;
    font-weight: 500;
    text-decoration: underline;
}

.join-the-team-title p a:hover {
    text-decoration: none;
}

.join-the-team-title p a.btn {
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    margin: 51px 0 12px;
}

.join-the-team form.wpcf7-form {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 730px;
}

.join-the-team label {
    margin: 35px 0 14px;
}

.join-the-team label small {
    color: #9d9d9d;
    font-size: 14px;
}

.join-the-team .g-recaptcha {
    text-align: center;
    margin: 58px 0 58px;
}

.join-the-team ul {
    counter-reset: my-badass-counter;
}

.join-the-team ul li {
    padding-left: 15px;
    position: relative;
    color: #888888;
    margin: 0 0 10px;
}

.join-the-team ul li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    color: #1c4597;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
}

/* ==========================================================================
    Contact
 ========================================================================== */
.get-in-touch {
    padding: 121px 0 94px;
}

.get-in-touch-title {
    margin: 0 0 79px;
}

span.wpcf7-form-control-wrap.business-phone {
    display: block;
    margin: 0 0 35px;
}

.g-recaptcha {
    text-align: center;
    margin: 38px 0 58px;
}

.g-recaptcha > div {
    margin: 0 auto 30px;
}

/* ==========================================================================
    More Questions
 ========================================================================== */
.more-questions {
    border-top: 1px solid #d7d7d7;
    padding: 120px 0 124px;
}

.more-questions-title {
    margin: 0 0 117px;
}

.question {
    background-color: #f2f9ff;
    padding: 63px 45px 35px;
    border: 1px solid #dddddd;
    box-shadow: 0 20px 25px rgba(221, 221, 221, 0.9);
    margin: 0 0 70px;
}

.question h4 {
    color: #222328;
    font-size: 21px;
    font-weight: 700;
    margin: 31px 0 18px;
}

.question a {
    text-transform: unset;
    border-radius: 50px;
    width: 100%;
    max-width: 262px;
    font-weight: 500;
}

/* ==========================================================================
    Contact Map
 ========================================================================== */
.contact-map {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
    Thank You
 ========================================================================== */
.page-template-page-thank-you .page-title h2 span {
    font-size: 20px;
    display: block;
    font-weight: 500;
    color: #7ac05c;
}

/* ==========================================================================
    Footer
 ========================================================================== */
.footer {
    background-image: url(images/bg/footer.jpg);
    padding: 102px 0 41px;
}

.footer p,
.footer a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.footer a:hover {
    color: #ffffff;
}

.footer-widget {
    margin: 0 0 40px;
}

.footer-widget-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 40px;
}

.footer-widget ul li {
    margin: 0 0 13px;
}

.footer-widget ul li a:hover,
.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-address-widget {
    color: #fff;
    font-size: 14px;
} 

.footer-address-widget a {
    display: inline-block;
    margin: 0 0 20px;
} 

.footer-address-widget p:first-child {
    margin: 0 0 18px;
}


.footer-address-widget p {
    line-height: 165%;
}

.footer-address-widget p:last-child {
    line-height: 242%;
    margin: 37px 0 0;
}

.footer .social {
    margin-top: 47px;
}

.social li a i {
    height: 28px;
    width: 28px;
    color: #a8acb9;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
}

.social li a:hover i {
    color: #ffffff;
}

.footer-menu {
    padding: 50px 0 45px;
    position: relative;
}

.footer-menu li a {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;

}

a.pherona {
    background: url(images/pherona.png) no-repeat left center;
    margin-left: 5px;
    padding-left: 15px;
    color: #fff!important;
}

.line {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.11);
    margin: 0 0 21px;
}

/* ==========================================================================
    Banner
 ========================================================================== */
.banner {
    min-height: 500px;
    padding: 180px 0 139px;
    text-align: center;
}

.banner h2 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 22px;
    font-family: 'Poppins', sans-serif;
}

.banner p {
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    line-height: 140%;
}  

/* ==========================================================================
    Latest News
 ========================================================================== */
.latest-news {
    padding: 116px 0 73px;
}

.news-title {
    margin: 0 0 76px;
}

.latest-news .col-md-4 {
    margin: 0 0 50px;
}

.news {
    height: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

.news-image {
    overflow: hidden;
}

.news-image a img {
    width: 100%;
    transform: scale(1);
}

.news:hover img {
    transform: scale(1.2);
}

.news-content {
    height: 100%;
    background-color: #f2f9ff;
    border: 1px solid #dddddd;
    padding: 34px 45px 34px 26px;
    box-shadow: 0px 2px 10px rgba(221, 221, 221, 0.5);
}

.news:hover .news-content {
    box-shadow: 0 20px 25px rgba(221, 221, 221, 0.9);   
}

.news-content span.news-category {
    color: #1c4597;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0 0 21px;
}

.news-content h4,
.news-content h4 a {
    color: #222328;
    font-size: 18px;
    font-weight: 700;
    line-height: 128%;
}

.news-content h4 {
    margin: 0 0 27px;
}

.news-content h4 a:hover {
    color: #7ac05c;
}

.news-content h4 a.btn-more {
    color: #1c4597;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}

.news-content span.news-time {
    color: #9f9f9f;
}

/* ==========================================================================
    Extra
 ========================================================================== */

 #preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#pre-status {
    height: 300px;
    left: 50%;
    margin: -150px 0 0 -150px;
    position: absolute;
    top: 50%;
    width: 300px;
}

/* scroll to top Image style */
#scrollUp {
    bottom: 20px;
    right: 20px;
    height:50px;  /* Height of image */
    width:50px; /* Width of image */
    background: url(images/top.png) no-repeat center center #0ea4df;
    text-indent:-99999px;
    opacity: 1;
}

#scrollUp:hover {
    background: url(images/top.png) no-repeat center center #0ea4df;
}

.transition, a, i, input, textarea, .navbar-toggle, .icon-bar,
.service, .news img, .news-content, .event img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/* ==========================================================================
    WP CSS
 ========================================================================== */
.wpcf7-form-control-wrap {
    position: relative;
    overflow: hidden;
} 


 div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    overflow: hidden;
    text-align: center;
    background: #398f14;
    color: #fff;
}

div.wpcf7-validation-errors {
    border: 2px solid #f9c926;
    overflow: hidden;
    text-align: center;
    color: #f9c926;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    position: absolute;
    white-space: nowrap;
    bottom: -40px;
}

span.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip {
    bottom: 0;  
}