/*
Theme Name: Luton
Theme URI: 
Author: 
Author URI: 
Description:  Luton Rising Website
Version: 1.0.0
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'ITCAvantGardeGothicLTBold';
    src: url(inc/assets/fonts/ITCAvantGardeGothicLTBold.woff) format('woff'), url(inc/assets/fonts/ITCAvantGardeGothicLTBold.woff2) format('woff2');
}

@font-face {
    font-family: 'ITCAvantGardeGothicBook';
    src: url(inc/assets/fonts/ITCAvantGardeGothicBook.otf) format('truetype');
}

@font-face {
    font-family: 'Museo 700';
    src: url(inc/assets/fonts/Museo700-Regular.woff) format('woff'), url(inc/assets/fonts/Museo700-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'Museo 300';
    src: url(inc/assets/fonts/Museo_300.otf) format('truetype');
}
@font-face {
    font-family: 'Museo 500';
    src: url(inc/assets/fonts/Museo500.woff) format('woff'), url(inc/assets/fonts/Museo500.woff2) format('woff2');
}
.btn {
	padding: 10px 20px;
	min-width: 200px;
	border-radius: 0;
}
a.btn.btn-default {
    background: #ffcb05;
    color: #293647;
    font-family: 'ITCAvantGardeGothicLTBold';
}
span.cat-links a {
    color: #77787b;
    font-family: 'Museo 300';
    font-size: 18px;
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
    font-family: 'Museo 300';
    overflow-x: hidden;
    color: #293647;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ITCAvantGardeGothicLTBold';
    clear: both;
    color: #293647;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 15px;
}

h1 {
    font-size: 32px;
    padding-bottom: 10px;
}

h2 {
    font-size: 24px;
    padding-bottom: 0.3em;
    line-height: 1.25;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

p {
    margin-bottom: 1.5em;
}

h1.entry-title {
    font-size: 1.31rem;
    border-bottom: 1px solid #eaecef;
}

h2.entry-title {
    border-bottom: 1px solid #eaecef;
}

h3.widget-title {
    font-size: 1.2rem;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white li,
.white span {
	color: #fff;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    position: relative;
    z-index: 999;
    border-bottom: 3px solid #293647;
}

.home header#masthead {
    background-color: #58e596;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-brand>a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

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

#page-sub-header {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    line-height: 1.6;
    font-size: 4rem;
    color: #563e7c;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
}

#page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.750rem;
    }
    body:not(.theme-preset-active) #page-sub-header {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#masthead nav {
    padding-left: 0;
    padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    color: #cdbfe3;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
    color: #fff;
    font-weight: 600;
    /*background: #f9f9f9;*/
}

.navbar-brand {
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li>.dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }
    .dropdown-menu li a {
        padding: 0;
    }
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }
    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #eee;
    text-decoration: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.widget_categories .nav-link {
    display: inline-block;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#content.site-content {
    min-height: 77vh;
}

.sticky .entry-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
    font-weight: 900;
}

.sticky .entry-title {
    position: relative;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
    color: #9a9a9a;
}

.entry-title>a {
    color: inherit;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item .gallery-columns-2 {
    max-width: 50%;
}

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
    max-width: 25%;
}

.gallery-item .gallery-columns-5 {
    max-width: 20%;
}

.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem !important;
}

.variations_form .variations .value>select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/

.elementor-page article .entry-footer {
    display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.elementor-page .entry-content {
    margin-top: 0;
}


/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/

.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#colophon {
    font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
    color: #99979c;
    background-color: #f7f7f7;
}

.navbar-dark .site-info {
    color: #fff;
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
}

.copyright a,
footer#colophon a {
    color: inherit;
}

.hero {
    padding-top: 90px;
    padding-bottom: 300px;
    padding-left: 90px;
    padding-right: 90px;
    background-image: url(inc/assets/images/Grad.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

.go-next-sec {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 70px;
}

.go-next-sec svg {
    height: 40px;
}

dl,
ol,
ul {
    padding: 0;
    list-style: none;
}
ul {
	margin-bottom: 0;
}
.hero h1,
.hero h2 {
    font-size: 42px;
    margin-bottom: 35px;
}

body {
    font-size: 21px;
}
p {
    margin-bottom: 35px;
}
header#masthead {
    padding-top: 20px;
    padding-bottom: 20px;
}
div#main-nav {
    margin-bottom: -54px;
}
body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    color: #293647;
    padding: 0 5px;
    font-weight: normal;
    font-size: 22px;
    font-family: 'ITCAvantGardeGothicLTBold';
    -webkit-transition: all .2s;
    transition: all .2s;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li:hover>a {
    color: #ffcb05;
	font-weight: normal;
}

#menu-top-menu .nav-link {
    color: #293647;
    padding: 0 5px;
    font-weight: normal;
    font-size: 18px;
    font-family: 'ITCAvantGardeGothicLTBold';
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: transparent!important;
}

#menu-top-menu .nav-link:hover {
    color: #ffcb05;
}

#menu-top-menu li {
    margin: 0 10px;
}

#menu-top-menu li:last-child {
    margin-right: 0;
}

ul#menu-primary-menu .menu-item {
    margin: 0 10px;
}

.header-top {
    text-align: right;
    margin-bottom: -37px;
}

ul#menu-primary-menu .menu-item:last-child {
    margin-right: 0;
}

#nav_menu-2 {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 999;
}

#menu-top-menu {
    display: flex;
    flex-direction: row!important;
}

ul#menu-primary-menu {
    margin-top: 37px;
}

.featured-boxes li {
    width: 33.33%;
    background-color: #505050;
    color: #fff;
    list-style: none;
}
.featured-boxes .featured-content {
	padding: 50px 30px;
}
.featured-boxes .content-text {
    margin-bottom: 30px;
}
.featured-boxes .thumb {
	position: relative;
	padding-bottom: 50%;
}
.featured-boxes .thumb img{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.featured-boxes li:nth-of-type(even) {
    background-color: #000;
}

.featured-boxes li h3 {
    font-size: 64px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}

a.read-more {
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    font-family: 'ITCAvantGardeGothicLTBold';
    color: #293647;
    display: inline-block;
    padding: 5px 15px;
    background-color: #ffcb05;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a.read-more:hover {
    opacity: .8;
}

a.read-more i {
    margin-left: 10px;
}

.sec-pad {
    padding-top: 60px;
    padding-bottom: 50px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.home-news {
    position: relative;
}

.home-news .line {
    position: absolute;
    top: 0;
    right: 34%;
    border-right: 2px solid #77787b;
    height: 100%;
}

.post-wrap .article-box-single {
    width: 34%;
    float: left;
    padding-left: 60px;
    margin-bottom: 50px;
}

.post-wrap .article-box-single:last-child {
    margin-bottom: 0;
}

.post-wrap .article-box-single:first-child {
    width: 66%;
    padding-left: 0;
    padding-right: 60px;
}

.post-wrap .article-box-single:not(:first-child) .excerpt {
    display: none;
}

.article-box-single .thumb {
    margin-bottom: 15px;
}

.article-box-single .thumb img {
    width: 100%;
}

.article-box-single h2 {
    color: #293647;
    font-size: 27px;
    font-family: 'Museo 500';
    font-weight: normal;
}

.article-box-single h2 a {
    text-decoration: underline;
	color: #293647;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#content p a {
    text-decoration: underline;
	color: #293647;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-family: 'Museo 700';
	
}
.article-box-single h2 a:hover, #content p a:hover {
    color: #ffcb05;
	text-decoration: underline;
}
.article-box-single p {
    margin-bottom: 25px;
}

.news-section .title h2 {
    font-size: 84px;
    margin-bottom: 0;
    line-height: 1;
}
.article-box-single h2 {
    margin-bottom: 0px;
}
.news-section .title h2+p {
    font-family: 'Museo 700';
    margin-bottom: 50px;
}

.cat a,
.date {
    color: #77787b;
    text-decoration: none!important;
    font-size: 14px;
    font-family: 'Museo 500';
    font-weight: normal;
}

#site-footer {
    background-color: #293647;
    color: #fff;
    padding: 50px 0;
    background-image: url(inc/assets/images/footer-grad.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-blend-mode: luminosity;
    background-size: 40%;
}

#site-footer h3 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 36px;
}
section#block-3 p, section#block-3 {
    margin-bottom: 0;
}
.partners {
    height: 250px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

section#nav_menu-3 {
    padding-bottom: 50px;
    margin: 0;
}

ul#menu-footer-menu {
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row!important;
}

ul#menu-footer-menu li {
    width: 50%;
    margin-bottom: 10px;
}

ul#menu-footer-menu li a {
    background-color: transparent!important;
    color: #fff;
    font-family: 'ITCAvantGardeGothicLTBold';
    font-weight: normal;
    font-size: 18px;
    padding: 0;
    transition: all .2s;
}

ul#menu-footer-menu li a:hover {
    color: #ffcb05;
}

#block-4 img {
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
}

.widget {
    font-size: 18px;
    font-family: 'Museo 500';
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
    color: #ffcb05;
}

.page-title-sec .row {
    min-height: 700px;
}

.title-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.title-content {
    padding: 60px 40px;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 60px;
}

.breadcrumb a {
    text-decoration: none;
    color: #77787b;
    font-size: 15px;
}
.breadcrumb {
    font-size: 15px;
}
.page-title-sec h1,
.page-title-sec h2 {
    font-size: 69px;
    margin-bottom: 20px;
    line-height: 1;
}

.page-title-sec p {
    font-size: 21px;
}

.sec-pad-md {
    padding: 50px 0;
}

.container-small {
    width: 100%;
    max-width: 770px;
    padding: 0 15px;
    margin: auto;
}

.text-module h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.text-module h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.text-module h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.video-popup {
    display: block;
    position: relative;
}

.video-popup svg {
    position: absolute;
    width: 76px;
    height: 76px;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}

.video-popup img {
    width: 100%
}

.featured-sec .featured-img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.featured-sec .container-fluid .featured-img {
    margin: 0 -15px;
}

.featured-sec .featured-content {
    padding: 0 30px;
}

p a {
    color: #293647;
    text-decoration: underline;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
}

.project-single {
    padding: 50px 0;
}

.project-single:first-child {
    padding-top: 0;
}

.project-single:last-child {
    border-bottom-color: transparent;
}

.project-single h2,
.project-single h3 {
    font-size: 27px;
    margin-bottom: 15px;
}

.border-b {
    border-bottom: 1px solid #77787b;
}

.project-single .featured-img {
    min-height: 0;
}

.list-sec ol li {
    display: flex;
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
}

.list-sec ol li .no {
    font-size: 60px;
    width: 78px;
    display: block;
    line-height: 1;
    font-family: 'ITCAvantGardeGothicBook';
}

.list-sec ol li .list-content {
    width: calc(100% - 78px);
}

.list-sec ol li .list-content p,
.list-sec ol li .list-content h2,
.list-sec ol li .list-content h3 {
    color: #000;
    font-size: 21px;
}

.bottom-conytent p {
    color: #000;
}

.text-module ul, .featured-sec ul, .partner-single ul {
    margin-bottom: 35px;
    list-style: disc;
    padding-left: 20px;
}

.text-module ul li, .featured-sec ul li, .partner-single ul li {
    margin-bottom: 4px;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.navbar-nav .dropdown-menu li {
    margin: 0!important;
    text-align: left;
}

.navbar-nav .dropdown-menu li a {
    margin: 0!important;
    text-align: left!important;
    font-family: 'ITCAvantGardeGothicLTBold';
    transition: all .2s;
}

.navbar-nav .dropdown-menu li a:hover {
    color: #ffcb05;
}
.full-img{
	width: 100%;
}
.breadcrumb a {
    margin: 0 2px;
}
.partner-single .p-logo{
	height: 110px;
	padding-bottom: 10px;
}
.partner-single .p-logo img{
	max-width: 100%;
	max-height: 110px;
}
.partner-single {
	margin-bottom: 50px;
}
hr {
	margin-top: 60px;
border-top: 2px solid #85888a;
}
.blog div#main .container .b-wrap {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -15px;
}
.blog div#main .post{
    width: 25%;
	padding: 0 15px;
	margin-bottom: 40px;
}
.blog div#main .post:first-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.blog div#main .post:first-child .post-thumbnail,
.blog div#main .post:first-child .b-content{
	width: 50%;
}
.blog div#main .post:not(:first-child) .entry-content{
	display: none;
}
.blog div#main .post:first-child .post-thumbnail{
    padding-left: 15px;
}
h2.entry-title {
    border-bottom: none;
    font-size: 42px;
    text-decoration: underline;
	font-family: 'Museo 500';
}
.featured-boxes.type-2 .featured-content {
    padding: 50px 30px;
}
.featured-boxes.type-2 .thumb {
    position: relative;
    padding-bottom: 67%;
}
.featured-boxes.type-2 li h3 {
    font-size: 36px;
}
.featured-boxes.type-2 li:nth-of-type(even){
	background-color: #303030;
}
p a, p a:hover {
    color: #293647;
}
.featured-sec .featured-img {
    margin-bottom: 30px!important;
}
ul.team-wrap {
    display: flex;
    flex-wrap: wrap;
}
ul.team-wrap li{
	width: 50%;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
	padding-bottom: 25px;
	   display: flex;
    flex-wrap: wrap; 
	align-items: flex-end;
}
ul.team-wrap li .thumb {
	width: 45%;
	position: relative;
	padding-bottom: 63%;
}
ul.team-wrap li .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.team-wrap li .mem-intro {
	width: 55%;
	padding-left: 20px;
	padding-right: 20px;
}
ul.team-wrap li .mem-intro h3{
	margin-bottom: 10px;
	font-size: 21px;
}
ul.team-wrap li .mem-intro p {
	font-size: 18px;
}
#menu-top-menu .current-menu-item .nav-link {
	color: #ffcb05;
}
h1.page-title {
    color: #ffcb05;
}
span.cat-links a, .entry-date, .post-cat a {
    color: #77787b;
    font-family: 'Museo 300';
    font-size: 14px;
}
.b-wrap article:not(:first-child) h2.entry-title {
	font-size: 27px;
}
.post-thumbnail {
    margin-bottom: 15px;
}
.blog div#main .post {
    margin-bottom: 40px;
}
nav.navigation.posts-navigation {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
nav.navigation.posts-navigation a{
	display: inline-block;
	white-space: nowrap;
	padding: 5px 10px;
	background-color: #ffcb05;
	font-family: 'ITCAvantGardeGothicLTBold';
	color: #293647;
	text-decoration: none;
	
}
.mt-60 {
	margin-top: 60px;
}
.single .b-content {
    width: 100%;
    max-width: 985px;
    margin: auto;
    padding: 0 100px;
    padding-bottom: 30px;
}
.single figure.wp-block-image.size-full {
    margin: 0 -100px;
    margin-bottom: 50px;
}
.single figure.wp-block-image.size-full img{
	width: 100%;
}
.single figure.aligncenter.size-medium {
    width: 100%;
} 
.single figure.aligncenter.size-medium img{
    width: 100%;
	margin-bottom: 50px;
}
.single h1 {
    font-size: 54px;
    font-family: 'Museo 500';
}
figure.wp-block-image.size-medium {
    margin-bottom: 45px;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}
.post-thumbnail a{
	display: block;
}
.post-thumbnail {
	position: relative;
	padding-bottom: 70%;
}
.sec-title{
	margin-bottom: 50px;
}
.related-post {
	padding-bottom: 40px;
}
.related-post article {
	margin-bottom: 40px;
}
.related-post h2.entry-title {
    font-size: 27px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
h1.entry-title {
    border-bottom: none;
    margin-top: 20px;
}
.blog div#main .post:first-child .post-thumbnail {
    padding-bottom: 34%;
}
.blog div#main .post:first-child .b-content {
    padding-right: 80px;
}
.post-cat .separator:last-child {
    display: none;
}
.single .b-content .entry-content {
    border-bottom: 2px solid #a4a5a7;
    margin-bottom: 22px;
}
.type-post .post.hentry {
    margin-bottom: 0;
}
nav.navigation.posts-navigation {
    margin-bottom: 80px;
}
body.archive #main .container, body.search #main .container {
    display: flex;
    flex-wrap: wrap;
}
body.archive header.page-header, body.archive .navigation, body.search header.page-header, body.search .navigation {
    width: 100%;
}
body.archive article, body.search article {
    width: 25%;
    padding: 0 10px;
}
body.archive article h2.entry-title, body.search article h2.entry-title{
	font-size: 27px;
}
body.archive:not(.single) .entry-content, body.search:not(.single) .entry-content{
	display: none;
}
.b-content .wp-block-image {
    margin-bottom: 0;
}
.header-top .wp-block-search__inside-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%!important;
    max-width: 100%;
    background: rgba(41, 54, 71, .95);
    align-items: center;
    padding: 90px 30px;
	opacity: 0;
	visibility: hidden;
	z-index: -10;
	-webkit-transition: all .2s;
	-moz-transition: all .2s; 
	transition: all .2s;
}
body.search-open {
	overflow: hidden;
}
body.search-open .header-top .wp-block-search__inside-wrapper{
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.header-top .wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #fff;
    height: 60px;
    outline: 0;
    box-shadow: none;
    padding: 10px 20px;
    font-family: 'Museo 500';
    color: #293647;
    font-size: 20px;
}
.header-top .wp-block-search .wp-block-search__button {
    background: #293647;
    border: 1px solid #fff;
    padding: 15.5px 20px;
    color: #fff;
    margin-left: 0;
    word-break: normal;
}
.header-top label.wp-block-search__label {
    position: relative;
    z-index: 99999;
    color: #ad0000;
    cursor: pointer;
    width: 36px;
    height: 32px;
    font-size: 0;
    display: block;
    margin-top: -2px;
}
.header-top label.wp-block-search__label:before {
    content: "\f002";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 2px;
    left: 8px;
    font-size: 20px;
    color: #293647;
}
.search-open .header-top label.wp-block-search__label:before {
    content: "\f410";
    color: #fff;
	font-size: 30px;
}
.search-open .header-top label.wp-block-search__label {
    position: fixed;
    right: 34px;
    top: 28px;
}
.header-top .widget, .header-top .widget ul {
	margin-bottom: 0!important;
	position: relative;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 0;
    padding: 0;
}
ul.wp-block-social-links.has-icon-color.is-style-logos-only {
    margin-top: -4px;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 2px solid #293647;
}
.post-thumbnail {
    background-color: #f1f1f1;
}
.search article {
    margin-bottom: 50px;
}
.search .partners {
	height: auto!important;
}
ul#menu-primary-menu .menu-item.dropdown {
    padding-right: 20px!important;
}
ul#menu-primary-menu .menu-item.dropdown:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%); 
	transform: translateY(-50%);
}
ul#menu-primary-menu .menu-item.dropdown:hover:after{
	color: #ffcb05;
}
.cat {
    color: #77787b;
}
.navbar-brand img {
    width: 217px;
}
section#block-4 img {
    max-width: 217px;
}
section#block-3 p{
	font-size: 12px;
}
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item.dropdown:after {
    color: #ffcb05;
}
.post-cat .separator {
    color: #77787b!important;
}
header.entry-header .post-cat {
    margin-bottom: -7px;
}
.single .post.hentry {
    margin-bottom: 0;
}
.related-post .post-thumbnail {
    margin-bottom: 15px;
}
.related-post  .entry-content {
	margin-top: 0;
}
.related-post .post-cat {
    margin-bottom: -9px;
}
footer.entry-footer .cat-links {
    margin-bottom: -9px;
    display: block;
}
h2.entry-title {
    padding-bottom: 0;
    margin-bottom: 10px;
}
span.separator {
    color: #77787b;
}
h2.entry-title {
	color: #293647;
	-webkit-transition: all .2s;
	transition: all .2s;
}
h2.entry-title:hover{
	color: #ffcb05;
	text-decoration: underline;
}
.title-content {
    max-width: 650px;
    margin-left: auto;
}
.video-popup {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.partner-single {
    margin-bottom: 80px;
    padding: 0 15px;
}
.breadcrumb a, .breadcrumb {
    font-family: 'ITCAvantGardeGothicBook';
}
.title-img-wrap {
    height: 100%;
    position: relative;
}
.text-module p:last-child, .featured-content p:last-child {
	margin-bottom: 0;
}
.md-visible{
		display: none;
}
.single-our-community .post-cat, .single-our-community .entry-meta {
	display: none;
}
blockquote {
	padding: 30px 0;
}
blockquote p {
    color: #59e596;
    font-family: 'Museo 700';
    font-size: 24px;
}
#site-footer .wp-block-tnp-minimal h3 {
    color: #fdcb0a;
    font-size: 19px;
    margin-bottom: 10px;
}
.wp-block-tnp-minimal p {
    font-family: 'Museo 300';
    font-size: 20px;
}
#site-footer .tnp-subscription-minimal input.tnp-email {
    border: 1px solid #293647;
    background-color: #ffffff;
    color: #293647;
    font-size: 20px;
    line-height: 20px;
    border-radius: 0px;
    font-family: 'ITCAvantGardeGothicBook';
    height: 50px;
	box-shadow: none!important;
	outline: 0!important;
}
#site-footer .tnp-subscription-minimal input.tnp-submit {
	 font-family: 'ITCAvantGardeGothicLTBold';
    padding: 14px 15px;
    border-color: #fdcb0a;
    background-color: #fdcb0a;
    background-image: none;
    text-shadow: none;
    color: #2a3547;
    font-size: 19px;
    line-height: 20px;
    border-radius: 0px;
    position: relative;
    top: -1px;
    left: -1px;
}
.wp-block-tnp-minimal {
    padding: 0!important;
}
.top-banner-section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.top-banner-section h1,
.top-banner-section h2,
.top-banner-section h3,
.top-banner-section h4 {
	 font-family: 'ITCAvantGardeGothicLTBold';
	color: #fff;
}
.top-banner-section p {
	font-family: 'ITCAvantGardeGothicBook';
	color: #fff;
}
.top-banner-section p strong {
	 font-family: 'ITCAvantGardeGothicLTBold';
}
.top-banner-section.text-black {
	color: #293647;
}
.top-banner-section.text-black h1,
.top-banner-section.text-black h2,
.top-banner-section.text-black h3,
.top-banner-section.text-black h4,
.top-banner-section.text-black p {
	color: #293647;
}
.counter-single .thumb {
	height: 182px;
	margin-bottom: 25px;
	padding: 15px 15px;
}
.counter-single .thumb img{
	max-width: 100%;
}
.counter-single .info .counter-digit span{
	font-family: 'ITCAvantGardeGothicLTBold'; 
	font-size: 48px; 
	line-height: 1;
}
.counter-single .info .counter-digit{
	margin-bottom: 10px;
}
.counter-single .info p{
	max-width: 278px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-family: 'ITCAvantGardeGothicBook';
}
.timeline-wrap {
      background-color: #293647;
	padding: 100px 0;
    }
.timeline-wrap h2 {
	color: #ffcb05;
}

    .timeline-wrap ul {
      width: 100%;
      max-width: 200px;
      margin: auto;
      padding: 0;
      list-style: none;
      padding-bottom: 50px;
    }

    .timeline-wrap ul li {
      position: relative;
      background-color: #d6af0a;
      margin: 0;
      text-align: center;
      padding: 0;
      padding-bottom: 46px;
      padding-top: 20px;
		margin-bottom: -1px;
    }
.timeline-wrap ul li p{
	margin-bottom: 0;
      color: #fff;
      font-size: 16px;
      line-height: 1.4;
      font-weight: 700;
	position: relative;
    z-index: 10;
}
    .timeline-wrap ul li:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;

      border-top: 50px solid #293647;
      position: absolute;
      left: 0;
      margin-left: 0;
      bottom: 1px;
    }

    .timeline-wrap ul li:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;

      border-top: 50px solid #d6af0a;
      position: absolute;
      left: 0;
      margin-left: 0;
      z-index: 9;
      bottom: 2px;
    }

    .timeline-wrap ul li:last-child {
      padding-bottom: 0;
    }

    .timeline-wrap ul li:last-child:before {
      display: none;
    }

    .timeline-wrap ul li:last-child:after {
      bottom: -49px;
    }

    .timeline-wrap ul li span.overlay-text {
      position: absolute;
      top: 50%;
      left: 100%;
      font-size: 13px;
      color: #fff;
      line-height: 1.2;
      text-align: left;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-left: 50px;
      margin-top: -40px;
      font-weight: 400;
	width: 100px;
    }

    .timeline-wrap ul li span.overlay-text:before {
      content: "";
      width: 40px;
      height: 2px;
      background-color: #d6af0a;
      position: absolute;
      left: -51px;
      top: 50%;
      margin-top: -1px;
    }

    .timeline-wrap ul li:nth-of-type(even) span.overlay-text {
      left: auto;
      right: 100%;
      margin-left: auto;
      margin-right: 50px;
      text-align: right;
    }

    .timeline-wrap ul li:nth-of-type(even) span.overlay-text:before {
      left: auto;
      right: -51px;
    }

    .timeline-wrap ul li:first-child {
      padding-top: 30px;
    }
.timeline-wrap ul li:last-child span.overlay-text{
	color: #d6af0a;
}
.acc-sec{
	background-color: #e1f2ec;
}
.acc-sec .card{
	border-top: 1px solid #002856;
	border-bottom: none;
	padding: 0;
}
.acc-sec .card, .acc-sec .card-header{
	background-color: transparent;
	padding: 0;
}
.acc-sec .card-header{
	border-bottom: none;
}
.acc-sec .card-header button{
	color: #293647;
	font-size: 20px;
	text-decoration: none;
	padding: 25px 20px; 
	padding-left: 40px;
	position: relative;
}
.acc-sec .card-header button:focus{
	box-shadow: none;
	outline: 0;
}
.acc-sec .card-header button:before{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg); 
	transform: translateY(-50%) rotate(0deg);
}
.acc-sec .card-header button[aria-expanded="true"]:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg); 
	transform: translateY(-50%) rotate(90deg);
}
	.card h3 a{
		color: #293647;
	}
.text-banner {
    background-color: #2b3545;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
	background-image: url(https://lutonrising.org.uk/wp-content/uploads/2023/03/25-Years_Negative_Tape_RGB.svg);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: center left -594px;
	position: relative;
}
.text-banner:after {
    content: "";
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	background-image: url(https://lutonrising.org.uk/wp-content/uploads/2023/03/25-Years_Negative_Tape_RGB.svg);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: center right -594px;
	position: absolute;
}
.text-banner .container{
	position: relative; 
	z-index: 9;
}
.text-banner h2{
    color: #fff; 
	font-size: 44px;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media screen and (min-width: 1320px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (max-width: 767px) {
	.blog div#main .post:first-child .post-thumbnail{
    padding-left: 0px;
}
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1319px) {
.title-content {
    max-width: 585px;
}
.breadcrumb a {
    font-size: 15px;
}
}
@media only screen and (max-width: 1680px) {
.featured-boxes li h3 {
    font-size: 50px;
}
	.news-section .title h2 {
    font-size: 75px;
}
	.page-title-sec h1, .page-title-sec h2 {
    font-size: 68px;
}
	.page-title-sec p {
    font-size: 21px;
}
	header#masthead {
    padding-top: 15px;
    padding-bottom: 15px;
}
}
@media only screen and (max-width: 1280px) {
	body {
    font-size: 18px;
} 
	html {
		overflow-x: hidden;
	}
	.page-title-sec h1, .page-title-sec h2 {
    font-size: 50px;
}
	.blog div#main .post {
    width: 33.33%;
}
	.page-title-sec .row {
    min-height: 550px;
}
}

@media screen and (max-width: 1200px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
    }
	ul#menu-primary-menu .menu-item.dropdown:after {
		display: none;
	}
	header#masthead .container {
    max-width: 100%;
}
	#menu-top-menu {
    display: none;
}
	.navbar-brand img {
    height: 70px;
}
	header#masthead {
    padding-top: 22px;
    padding-bottom: 15px;
}
	header#masthead {
    padding-top: 22px;
    padding-bottom: 15px;
}
	header#masthead .container {
		padding: 0;
	}
#masthead #main-nav {
    padding-left: 0;
    padding-right: 0;
    background: #293647;
	    margin-bottom: -15px;
}
	.navbar-light .navbar-brand {
    padding-left: 15px;
}
	.navbar-light .navbar-toggler {
    margin-right: 15px;
}
	
.navbar-light .navbar-toggler {
  border-color: transparent;
  color: #000; }
  .navbar-light .navbar-toggler:focus {
    outline: 0px;
    box-shadow: none; }
.navbar-light .navbar-toggler-icon {
  background-image: none;
  width: 30px;
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .navbar-light .navbar-toggler-icon span {
    position: relative;
    height: 4px;
    width: 100%;
    margin: 2px 0px;
    left: 0px;
    background: #293647;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px; }
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -3px;
  left: 0px; }
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(2) {
  display: none; }
	body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    padding: 10px 15px;
    font-size: 22px;
		color: #fff;
}
	body:not(.theme-preset-active) #masthead .navbar-nav>li {
		margin: 0;
	}
	ul#menu-primary-menu {
    margin-top: 0;
    padding: 25px 0;
}
	.navbar-nav .dropdown-menu li a {
	font-family: 'ITCAvantGardeGothicBook';
    font-size: 20px;
    color: #ffcb05;
    padding: 10px 15px;
    padding-left: 30px;
}
	body:not(.theme-preset-active) #masthead .navbar-nav>li.dropdown>a {
    display: inline-block;
    padding-right: 30px;
		position: relative;
}
body:not(.theme-preset-active) #masthead .navbar-nav>li.dropdown>a:before {
		content: "\f105";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #fff;
		font-size: 18px;
	position: absolute; 
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	body:not(.theme-preset-active) #masthead .navbar-nav>li.dropdown>a:hover:before,
	body:not(.theme-preset-active) #masthead .navbar-nav>li.dropdown.active>a:hover:before{
    color: #ffcb05;
}
	.navbar-light .navbar-toggler {
    background: url(inc/assets/images/toggle-bg.png) no-repeat center top;
    background-size: cover;
	padding: 0.35rem 0.85rem;
}
ul.wp-block-social-links.has-icon-color.is-style-logos-only {
    border-left: none;
}
.header-top {
    margin-bottom: -21px;
}
header#masthead {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand img {
    width: auto!important;
}
	.title-content {
    max-width: 100%;
}
	.md-visible{
		display: block;
	}
#nav_menu-2 {
    width: 100%;
}
	.header-top {
		display: none!important;
	}
	ul#menu-primary-menu {
    padding-bottom: 0;
}
	div#nav_menu-4 h3.widget-title {
    display: none;
}
.widget_nav_menu .menu-item a.nav-link {
    padding: 10px 15px;
    font-size: 22px;
    color: #fff;
    font-family: 'ITCAvantGardeGothicLTBold';
    transition: all .2s;
	
}
	.widget_nav_menu .menu-item:hover a.nav-link {
		color: #ffcb05;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover {
    color: #ffffff;
}
	#masthead #main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    min-height: calc(100vh - 90px);
    transition: none;
    padding-bottom: 30px;
    overflow-y: auto;
}
	.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
	#masthead .widget {
    margin: 0;
}
	ul.wp-block-social-links.has-icon-color.is-style-logos-only {
    margin-top: 0;
    padding-left: 0;
    margin-left: 9px;
}
	.wp-block-social-links .wp-social-link svg {
    width: 32px;
    height: 32px;
}
	.wp-block-social-links .wp-social-link svg path {
		fill: #fff!important;
	}
	.wp-block-social-links .wp-social-link a {
    margin-right: 10px;
    margin-top: 10px;
}
	#masthead .wp-block-search .wp-block-search__label {
    display: none;
}
	#masthead .wp-block-search .wp-block-search__inside-wrapper {
    padding: 0 15px;
}

#masthead .wp-block-search .wp-block-search__input {
    border: 1px solid #fff;
    background-color: transparent;
    padding-left: 15px;
    color: #fff;
    height: 50px;
	padding-right: 45px;
	outline: 0;
}
#masthead .wp-block-search .wp-block-search__button {
    display: none;
}
	#masthead .wp-block-search__inside-wrapper{
		position: relative;
		margin-top: 25px;
	}
#masthead .wp-block-search__inside-wrapper:before {
	content: "\f002";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: 28px;
    font-size: 20px;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%); 
	transform: translateY(-50%);
}
	.text-banner {
    background-position: center left -752px;
}
	.text-banner:after {
    background-position: center right -752px;
}
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
.hero h1, .hero h2 {
    font-size: 36px;
}
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 992px) {
.featured-boxes li {
    width: 100%;
}
	.sec-pad {
    padding-top: 50px;
    padding-bottom: 40px;
}
	.post-wrap .article-box-single {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
	.post-wrap .article-box-single:first-child {
    width: 100%;
    padding-right: 0;
		margin-left: 0;
}
	.home-news .line {
    display: none;
}
	.hero {
    padding-top: 60px;
    padding-bottom: 250px;
    padding-left: 40px;
    padding-right: 40px;
}
	.featured-sec .container-fluid .featured-img {
    margin: 0;
    margin-bottom: 40px;
    min-height: 0;
}
	.title-img {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}
	.title-content {
    padding: 50px 15px;
}
	.featured-boxes.type-2 li {
    width: 100%;
}
	.blog div#main .post {
    width: 50%;
}
	.blog div#main .post:first-child .post-thumbnail, .blog div#main .post:first-child .b-content {
    width: 100%;
}
	.blog div#main .post:first-child .post-thumbnail {
    padding-left: 0;
}
.single .b-content {
    width: 100%;
}
	.single figure.wp-block-image.size-full {
    margin: 0 0px;
    margin-bottom: 35px;
}
.page-title-sec .title-img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.title-img-wrap {
    padding-bottom: 92%;
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
}
	.page-title-sec .row {
    min-height: 0px;
}
	.breadcrumb {
    margin-bottom: 15px;
}
	.page-title-sec p:last-child{
		margin-bottom: 0px;
	}
.title-content {
    padding-bottom: 30px;
}
	.featured-sec .featured-content {
    padding: 0;
}
.blog div#main .post:first-child .post-thumbnail {
    padding-bottom: 0;
}
	.blog div#main .post:first-child .post-thumbnail img{
		position: relative;
		height: auto;
	}
	.entry-content {
    margin-top: 15px;
}
	.text-banner h2 {
    font-size: 32px;
}
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
.hero h1, .hero h2 {
    font-size: 36px;
    margin-bottom: 15px;
}
	.hero {
    background-image: url(inc/assets/images/grad-2.png);
    padding-left: 15px;
    padding-right: 15px;
}

	.news-section .title h2 {
    font-size: 50px;
}
	.article-box-single h2 {
    font-size: 18px;
}
	.post-wrap .article-box-single {
    padding-left: 7px;
    padding-right: 7px;
}
	.cat a, .date {
    font-size: 14px;
}
	ul#menu-footer-menu li a {
    font-size: 18px;
}
	.breadcrumb a, .breadcrumb {
    font-size: 12px;
}
	.breadcrumb {
    margin-bottom: 10px;
}
	.page-title-sec p {
    font-size: 20px;
}
	.title-content {
    padding: 35px 15px;
}
	.text-module h2 {
    font-size: 28px;
}
	.video-popup svg {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}
	.featured-boxes.type-2 li {
		border-bottom: 1px solid #6f6e6e;
}
	.featured-boxes.type-2 li h3 {
    font-size: 24px;
}
.featured-boxes	a.read-more {
    font-size: 17px;
}
	.text-module h3 {
    font-size: 23px;
}
	#block-4 img {
    max-width: 200px;
}
	.single .b-content {
    padding: 0;
    padding-bottom: 50px;
}
	.single h1 {
    font-size: 40px;
}
	.single figure.aligncenter.size-medium img {
    margin-bottom: 30px;
}
	.mt-60 {
    margin-top: 35px;
}
	.section-title h2 {
    font-size: 32px;
}
	.list-sec ol li .no {
    font-size: 35px;
    width: 40px;
}
	.list-sec ol li .list-content {
    width: calc(100% - 40px);
}
	.list-sec ol li .list-content p, .list-sec ol li .list-content h2, .list-sec ol li .list-content h3 {
    font-size: 18px;
}
	.b-wrap article:not(:first-child) h2.entry-title {
    font-size: 18px;
}
	span.cat-links a, .entry-date, .post-cat a {
    font-size: 14px;
}
	h2.entry-title {
    font-size: 36px;
}
	.blog div#main .post {
    margin-bottom: 40px;
}
	.hero {
    background-size: 320px;
    background-position: center bottom -99px;
}
.related-post h2.entry-title {
    font-size: 18px;
}
	.single .b-content .entry-content {
    margin-bottom: 0;
}
	.post.hentry {
    margin-bottom: 0;
}
body.archive article, body.search article {
    width: 50%;
    margin-bottom: 30px!important;
}
	body.archive article h2.entry-title, body.search article h2.entry-title {
    font-size: 18px;
}
	.post-thumbnail {
    margin-bottom: 15px;
}
.blog div#main .post:first-child .b-content {
    padding-right: 0;
}
section#nav_menu-3 {
    padding-top: 0;
}
.partner-single {
    margin-bottom: 40px;
    padding: 0;
}
	.sec-pad {
    padding-top: 25px;
    padding-bottom: 25px;
}
	.section-title {
    margin-bottom: 20px;
}
	.project-single:last-child {
    padding-bottom: 15px;
}
	hr {
    margin-top: 20px;
}
	.featured-sec .container-fluid .featured-img {
    margin-bottom: 25px;
}
	.text-module ul, .featured-sec ul, .partner-single ul {
    margin-bottom: 15px;
}
	.partner-single .p-logo {
    height: auto;
    padding-bottom: 20px;
}
	.text-module ul li, .featured-sec ul li, .partner-single ul li {
    margin-bottom: 10px;
}
	h2.entry-title {
    line-height: 1.2;
}
	nav.navigation.posts-navigation {
    margin-bottom: 40px;
}
.page-title-sec h1, .page-title-sec h2 {
    padding-bottom: 0;
}
	.partner-single .p-logo img {
    max-height: 70px;
}
	.partners-wrap .row .col-md-6:last-child .partner-single{
		margin-bottom: 0;
	}
	.project-single {
    padding: 20px 0;
}
	.content p:last-child {
		margin-bottom: 0!important;
	}
	.page-title-sec h1, .page-title-sec h2 {
    font-size: 44px;
}
	h1.entry-title {
    padding-top: 0;
    padding-bottom: 0;
	margin-top: 5px;
}
	.post-thumbnail {
    padding-bottom: 75%;
}
.sec-title {
    margin-bottom: 30px;
}
.related-post h2.entry-title {
    margin-bottom: 2px;
}
	.related-post article {
    margin-bottom: 25px;
}
	.related-post {
    padding-bottom: 20px;
}
	p {
    margin-bottom: 20px;
}
.sec-pad-md {
    padding: 25px 0;
}
.text-module ul {
    margin-bottom: 30px;
}
	ul.team-wrap li{
		width: 100%;
	}
	ul.team-wrap li:last-child{
		margin-bottom: 0;
	}
	.title-content h1:last-child {
    margin-bottom: 0;
}
.hero {
    padding-left: 0;
    padding-right: 0;
}
	#site-footer {
    background-image: url(inc/assets/images/grad-3.png);
    background-position: center bottom -135px;
    background-size: 90%;
}
	.news-section .title h2+p {
    margin-bottom: 30px;
}
	.home-news .article-box-single:first-child h2 {
    font-size: 28px;
}
	.article-box-single p {
    margin-bottom: 20px;
}
	.post-wrap .article-box-single {
    margin-bottom: 30px;
}
	.post-wrap .article-box-single:nth-of-type(even) {
		padding-left: 0;
	}
	.post-wrap .article-box-single:nth-of-type(odd) {
		padding-right: 0;
	}
	.featured-boxes li h3 {
    font-size: 44px;
}
	section#block-4 img {
    max-width: 174px;
}
	section#nav_menu-3 {
    padding-bottom: 30px;
}
.featured-boxes .featured-content {
	padding: 35px 15px;
}
.featured-boxes.type-2 .featured-content {
    padding: 35px 15px;
}
.featured-boxes.type-2 a.read-more i {
    margin-left: 2px;
}
.featured-boxes a.read-more {
    padding-right: 6px;
}
#masthead nav {
    flex-wrap: nowrap;
}
#masthead .wp-block-search .wp-block-search__input {
    border-radius: 0!important;
}
#site-footer .tnp-subscription-minimal input.tnp-email {
    font-size: 16px;
    line-height: 16px;
}
#site-footer .tnp-subscription-minimal input.tnp-submit {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 18px;
}
.article-box-single .thumb {
    position: relative;
    padding-bottom: 80%;
}
.article-box-single .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
	.top-banner-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.timeline-wrap ul {
    max-width: 150px;
    margin-left: 15px;
}
.timeline-wrap ul li:before {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
}
.timeline-wrap ul li:after {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
}
.timeline-wrap ul li:nth-of-type(even) span.overlay-text {
    left: 100%;
    right: auto;
    margin-left: 50px;
    margin-right: auto;
    text-align: left;
}
.timeline-wrap ul li:nth-of-type(even) span.overlay-text:before {
    left: -51px;
    right: auto;
}
.timeline-wrap ul li p {
    font-size: 14px;
}
.timeline-wrap {
    padding: 60px 0;
}
	.acc-sec .card-header button{
	font-size: 18px; 
	}
	.home .top-banner-section {
    padding-top: 57%;
    background-position: top center;
}
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
 .text-banner {
    background-position: center left -872px;
}
	.text-banner:after {
    background-position: center right -872px;
}
}

/*Hero slider*/
.heroSlider .swiper-slide{
	position: relative;
	min-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 0;
}
.heroSlider .swiper-slide .container{
	position: relative;
	z-index: 9;
}
.heroSlider .swiper-slide .image-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.heroSlider .swiper-slide .image-wrap img{
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	object-fit: cover;
}
.heroSlider .swiper-slide .slide-content{
	background-color: #2b3545;
	width: 100%;
	max-width: 430px;	
	padding: 45px;
}
.heroSlider .swiper-slide .slide-content h2{
	font-size: 50px;
	color: #59e596;
	line-height: 1.1;
	margin-bottom: 15px;
}
.heroSlider .swiper-slide .slide-content p{
	color: #fff;
}

@media only screen and (max-width: 1024px) {
.heroSlider .swiper-slide .image-wrap{
	position: relative;
	height: 665px;
	overflow: hidden;
}
	.heroSlider .swiper-slide .container{
		padding: 0;
		max-width: 100%;
	}
.heroSlider .swiper-slide .slide-content {
    max-width: 100%;
}
}

@media only screen and (max-width: 767px) {
	.heroSlider .swiper-slide .slide-content h2 {
    font-size: 34px;
}
	.heroSlider .swiper-slide .slide-content {
    padding: 30px;
}
	.heroSlider .swiper-slide{
		padding: 0;
	}
	.heroSlider .swiper-slide .image-wrap {
    height: 234px;
}
	.heroSlider .swiper-slide {
    min-height: 0;
}
}
