@import url('https://fonts.googleapis.com/css?family=Exo:400,700&subset=latin,latin-ext');
body,
html {
    font-family: 'Exo', sans-serif;
    overflow-x: hidden;
}

.grey-font {
    color: #7a7a7a!important;
}

.blue-font {
    color: #4786ff!important;
}

.blue-background {
    background: #23282d;
}

.menu-item a {
    color: #7a7a7a;
    font-weight: 800;
    margin-left: 30px;
}

#editor .postbox:last-child>.inside {
    padding-bottom: 50px!important;
}

.menu-item.current-menu-item a {
    color: #000!important;
}

footer {
    background: #7a7a7a;
    color: #fff;
    padding: 30px 0;
}

footer p {
    margin-bottom: 0;
}

a:focus {
    outline: none;
}

.custom-logo-link img{
    max-width: 250px;
}

#hero-section {
    background-size: cover;
    min-height: 600px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(222,230,242,1) 100%);
	overflow: hidden;
}

#hero-section a {
    color: #fff !important
}

#hero-section h1 {
    color: #4786ff;
}

#hero-section.with-picture h1, #hero-section.with-picture {
    color: #fff;
}

h1 {
    font-size: 55px;
    font-weight: 600;
}

h2 {
    font-weight: 600;
    font-size: 45px;
}

h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

#hero-section h3 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
}

#content, .site-content {
    padding: 0!important;
}

.primary-button,
.more-link {
    font-weight: 700;
    color: #fff;
    background: #23282d;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 90px;
    z-index: 999;
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-top: 15px;
    border-bottom: 0.12em solid #0000004d;
    transition: all 0.5s ease;
}

.primary-button:hover,
.more-link:hover {
    text-decoration: none;
    color: inherit;
    background: #1E9CD6;
    color: #fff;
}

.align-vert-middle {
    justify-content: center;
    align-self: center;
}

#hero-section img {
    max-width: 70%;
}

#hero-section video {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.section-padding {
    padding: 50px 0;
}

.circled-image {
    height: 300px;
    width: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0px auto;
}

#description-section,
#cta-section,
#description-section p,
#cta-section p {
    color: #fff;
}

#secondary {
    padding-right: 15px;
    padding-left: 15px;
}

.post-background {
    background-size: cover;
    background-position: center;
}

.detail-wrapper,
.post-wrapper {
    margin-bottom: 50px;
}

.post-wrapper:first-child {
    margin-top: 0;
}

.post-wrapper {
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #2222221c;
}

.detail-wrapper:Last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}

p, li, span {
    color: #7a7a7a;
}

main li {
    margin-left: 30px;
}

#blog-section .link-more a {
    padding: 13px 50px;
}

.date-published {
    font-size: 12px;
}

.post-title {
    font-size: 24px;
    line-height: 29px;
}

:not( .mejs-button)>button:hover,
 :not( .mejs-button)>button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: transparent;
}

.navbar-light .navbar-toggler {
    border: 0;
    outline: none;
}

.navbar-collapse .navbar-nav {
    text-align: right;
    padding: 0 15px;
}

footer p {
    color: #fff;
}

.post-wrapper-single {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}

/*.post-header:after, .single-page-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #000;
    opacity: 0.4;
}*/

.nav-links a:hover, a:hover .nav-title, .menu-item a:hover, a:hover svg {
    text-decoration: none;
    border: 0;
    box-shadow: none;
    color:#4786ff!important;
}

.post-background-single h1 {
    z-index: 12;
}

.post-wrapper-archive {
    position: relative;
}

.post-wrapper-archive a span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.posts-wrapper-archive .post-background {
    height: 300px;
    margin-bottom: 20px
}

.cat-header {
    background-size: cover;
    background-position: center;
    height: 200px;
    position: relative;
    color: #fff;
    margin-bottom: 50px;
}


.post-header {
    height: 500px;
}

.cat-header .container {
    z-index: 999;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
}

.cat-subtitle {
    margin-bottom: 50px;
}

#main {
    padding-bottom: 40px;
}

.page-template-homepage #main {
    padding-bottom: 0px;
}

.circled-image-frame {
    width: 350px;
    height: 350px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.inner-image {
    width: 65%;
    height: 65%;
    background-size: cover;
    border-radius: 50%;
}

.logo-text {
    font-size: 37px;
    font-weight: 800;
    text-transform: uppercase;
}

.navbar-brand a:hover {
    text-decoration: none;
}

.hero-slider {
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	display: none;
}

.hero-slider.slick-initialized {
	display: block
}


@media screen and (max-width: 976px) {
.circled-image-frame {
    width: 300px;
    height: 300px;
    margin-top: 40px;
}    
    h1 {
        font-size: 45px;
    }
    #hero-section {
        padding: 40px 0;
    }
    .align-vert-middle {
        text-align: center;
    }
    h2 {
        text-align: center;
    }
    #hero-section img {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
	.reversed-section .container .row {
		flex-direction: row-reverse;	
	}
	.detail-wrapper.reversed  {
		flex-direction: row-reverse;	
	}
}

@media screen and (max-width: 767.9px) {
    .primary-button, .more-link {
        font-size: 16px;
    }
    .circled-image-frame {
        width: 250px;
        height: 250px;
    }
    .logo-text {
        font-size: 30px;
    }

    .circled-image {
        display: none;
    }
    #details-section img {
        margin-top: 10px;
    }
    .posts-wrapper-archive {
        margin-bottom: 40px;
    }
    .posts-wrapper-archive:last-child {
        margin-bottom: 0px;
    }
    .section-padding {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .logo-text {
        font-size: 14px;
    }
    .custom-logo-link img {
        max-height: 40px;
    }
    h1 {
        font-size: 30px;
    }
    h3 {
        font-size: 15px;
    }
    #hero-section {
        min-height: 400px;
    }
    .primary-button,
    #blog-section .more-link,
    #blog-section .link-more a {
        padding: 10px 25px;
        font-size: 11px;
        margin: 0;
    }
    h2 {
        font-size: 23px;
    }
    p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .detail-wrapper,
    .post-wrapper {
        margin-bottom: 25px;
    }
    .section-padding {
        padding: 25px 0;
    }
    .post-wrapper {
        margin-top: 0px;
        padding-bottom: 0px;
        border: 0;
    }
    .post-wrapper:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .date-published {
        font-size: 9px;
    }
    .link-more {
        margin-bottom: 13px;
    }
    footer {
        text-align: center;
    }
}