/*!
Theme Name: Net360 Theme
Theme URI: http://underscores.me/
Author: Joseph D\'silva
Author URI: http://net360solutions.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: net360_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# CSS Reset
# Layout CSS
# Contact 7 Form CSS
# Media Queries
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: Inter Bold;
    src: url(fonts/Inter-Bold.ttf);
}

@font-face {
    font-family: NotoSans Regular;
    src: url(fonts/NotoSans-Regular.ttf);
}



/*--------------------------------------------------------------
# CSS Reset
--------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*--------------------------------------------------------------
# Layout CSS
--------------------------------------------------------------*/

.top_support_button {
    display:none;
}

.black_bar {
    text-align:right;
    position: absolute;
    top: 0;
    right: 0;
}

.black_bar p {
    color:#fff;
    font-size:14px;
}

.black_bar a {
    color:#fff;
}

.black_bar a:hover {
    color:#f78723;
}

.gray-btn-style > i {
    color:#fed946;  
}


.top_bar {
    display:flex;
    margin-top: 20px;
}

.top_bar div {
    max-width:1260px;
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}

.top_bar span {
    color:#f78723;
    font-size: 20px;
    font-family:'NotoSans Regular', sans-serif;
}

.top_bar span > a {
    color:#f78723;
}

.top_bar span > a:hover {
    color:#fff;
}

.top_bar i {
    color:#252525;
    margin-right: 5px;
}

.top_bar section {
    display: flex;
	flex-flow:column;
    align-items: center;
}

.top_bar section > p {
	font-family:'NotoSans Regular', sans-serif;
	font-size:16px;
	line-height:0px;
	color:#0253ab;
}

.top_bar section > h2 {
	font-family:'Inter Bold', sans-serif;
	font-size:40px;
	color: #f12a31;
}

.top_bar section > h2 > a {
    font-family:'Inter Bold', sans-serif;
    font-size: 40px;
    color: #f12a31;
}

.top_bar section > a:hover {
    color: #0a3f68;
    }

.top_bar button > i {
    color:#fff;
    margin-right: 0px;
    font-size: 15px;
}





.site-header {
    position: sticky;
    position: -webkit-sticky;
    top:0;
    z-index: 1000;
    width: 100%;
    background: #fff;
}

.header-wrapper {
	margin: 0px auto;
    max-width: 1260px;
    display:flex;
    justify-content: space-around;
	padding:20px;
}

.site-branding {
    width:22%;
}

.main-navigation {
    flex: 2;
}


.mobile-nav {
    display: none;
}


.hamburger {
    display: none;
}

.caption {
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
}

.caption p {
    font-size:60px;
    font-family: 'NotoSans Regular', sans-serif;
    color: #fff;
    line-height: 70px;
    text-align:center;
    text-transform: uppercase;
    margin-bottom: 10px;
    white-space: nowrap;
    text-shadow: 3px 3px 6px #010202;
}

.slider-wrapper {
    margin-bottom: 0px;
    }

.webdesign_section {
    background:#eee;
    background-image:url(images/section1.png.webp);
    background-repeat:no-repeat;
    background-size: cover;
    padding:30px;
}

.webdesign_section h1,
.webdesign_section p {
    color:#fff;
}

.seo_section {
    background:#eee;
    background-image:url(images/section2.jpg.webp);
    background-repeat:no-repeat;
    background-size: cover;
    padding:30px;
}

.seo_section h1,
.seo_section p {
    color:#fff;
}

.content_section_block {
    max-width:1260px;
    margin: 0px auto;
    padding:5px;
}

.content_section_block_reverse {
    max-width:1260px;
    margin: 0px auto;
    padding:5px;
}


.content_section_block i {
    color:#000;
    display: flex;
    justify-content: center;
}

.wp-block-columns {
    margin-bottom: 0.2em;
}

.content_section aside {
    width:50%;
    padding:20px;
}

.content_section aside h2 {
    font-family: 'NotoSans Regular', sans-serif;
    color:#fff;
    font-size: 30px;
    text-transform: uppercase;
}

.content_section aside h3, 
.content_section aside p {
    font-family: 'NotoSans Regular', sans-serif;
    color:#fff;
    font-size: 20px;
    line-height: 30px;
}

.content_section aside a {
    color: #fff;
    font-size: 20px;
}

.content_section aside a:hover {
    color: gray;
}

.footer_call_to_action {
    background: #012247;
}

.footer_call_to_action section {
    margin:0px auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_call_to_action h1, 
.footer_call_to_action p {
    color:#070A0E;  
}

.home_section {
    max-width:1260px;
    margin: 0px auto;
}

.gallery_title {
    margin-left:100px;
}

/* PORTFOLIO PAGE CSS */

.net360-portfolio ul {
    display:flex;
    flex-wrap: wrap;
    margin:0;
}

.net360-portfolio li {
    width:33%;
    list-style:none;
    text-align:center;
    margin-bottom:40px;
    padding:10px;
}

.net360-portfolio img {
    width:95%;
}




/* INTARNAL PAGE CSS */

.inside_banner {
    background-image: url("/wp-content/uploads/2024/05/blog_banner.jpg");
    height:200px;
}

.inside_banner h2 {
    display: flex;
    justify-content: center;
    padding: 80px;
    color: #fff;
}

.call_to_action {
    text-align:center;
    padding: 40px;
}

.call_to_action div {
    margin: 0px auto;
    max-width: 1300px;
}

.blog_topbar {
    display:flex;
}

.blog_topbar section {
    display:flex;
    align-items: center;
    margin: 10px;
}

.blog_topbar h2 {
    margin-right:10px;  
}

.blog_posts {
    display:flex;
    flex-wrap:wrap;
}

.blog_posts article {
    width: 280px;
    padding: 20px;
    background: #f4f4f4;
    margin: 10px;
}

.blog_posts h2 {
    font-size:23px;
    line-height: 35px;
    margin-top: 10px;
}

.blog_pagination {
    display:flex; 
    justify-content:center;
    margin:20px;
}

.nav-links {
    font-size:20px;
}

.inside-wrapper {
    margin:0px auto;
    max-width: 1260px;
    min-height: 500px;
}


.inside-content-area {
    display:flex;
    margin:30px 0px 30px 0px;
}

.inside-content-area main {
    width:70%;
    margin-right: 20px;
    padding-left:20px;
}

.inside-content-area aside {
    width:30%;
    margin-left:20px;
    padding:20px;
    background: #0669c7;
    height: 100%;
}

.inside-content-area aside h2 {
    color:#fff;
    font-size: 25px;
}

.inside-content-area aside h3, 
.inside-content-area aside p {
    font-family: 'NotoSans Regular', sans-serif;
    color:#fff;
}

.inside-content-area aside a {
    color: #fff;
    font-size: 20px;
}

.inside-content-area aside a:hover {
    color: gray;
}

.service-content-area {
    margin-bottom:30px;
}

.service-content-area img {
    width:450px;
    border-radius: 50%;
}

.service-lft-img {
    display:flex;
    margin:20px;
}

.service-lft-img section {
    width:60%;
    padding-right:30px;
}

.service-lft-img aside {
    width:40%;
}

.service-rgt-img {
    display:flex;
    margin:20px;
}

.service-rgt-img aside {
    width:40%;
}

.service-rgt-img section {
    width:60%;
    padding-left:20px;
}

.service_column {
    display:flex;
}

.two_columns {
    display:flex;
}

.two_columns div {
    padding:20px;
    width: 380px;
}

.three_columns {
    display: flex;
}

.three_columns div {
    width:30%;
    padding:20px;
}

.four_columns {
    display: flex;
}

.four_columns div {
    width:25%;
    padding:20px;
}

.sidebar_posts {
    margin-bottom: 20px;
}

.net360-portfolio {
    margin:0px auto;
    max-width: 1260px;
}


/* OUR TEAM PAGE STYLES */

.team_member {
    display:flex;
    flex-wrap:wrap;
}

.team_member h2 {
    font-size:22px;
}

.team_member p {
    font-size:15px;
}

.team_member article {
    width:220px;
    margin:20px;
}

.team_member_profile {
    display: flex;
}

.team_member_profile div {
    width:40%;
}

.team_member_profile article {
    width:60%;
    padding-left: 20px;
}



/* BUTTON STYLES */

.gray-btn-style {
    background:#f1f1f1;
    border:2px solid #f1f1f1;
    color:#000;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0px 0px;
    cursor: pointer;
    display: inline-block;
    font-family:'NotoSans Regular', sans-serif;
    text-transform: uppercase;
}

.gray-btn-style:hover {
    background:#0669c7;
    border:2px solid #0669c7;
    color:#fff;
}

.sidebar-btn-style {
    background: #fff;
    border:none;
    border-radius: 0px;
    color:#3e8ebe;
    padding: 5px 20px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-family:'NotoSans Regular', sans-serif;
    text-transform: uppercase;
}

.sidebar-btn-style:hover {
    background:#252525;
    color:#fff;
}

.blue-btn-style {
    background: #2C7EF4;
    border:2px solid #2C7EF4;
    border-radius: 20px;
    box-shadow: 0px 3px 0px 0px #070A0E;
    color:#fff;
    padding: 10px 28px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-family:'NotoSans Regular', sans-serif;
    text-transform: uppercase;
    margin:5px;
}

.blue-btn-style:hover {
    background:#070A0E;
    border:2px solid #070A0E;
    color:#fff;
}

.btn-style-2 {
    background: #2C7EF4;
    border:2px solid #2C7EF4;
    border-radius: 20px;
    box-shadow: 0px 3px 0px 0px #070A0E;
    color:#fff;
    padding: 5px 15px;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    font-family:'NotoSans Regular', sans-serif;
    text-transform: uppercase;
    margin:5px;
}

.btn-style-2:hover {
    background:#070A0E;
    border:2px solid #070A0E;
    color:#fff;
}

.black-btn-style {
    background: #2C7EF4;
    color:#fff;
    padding: 15px 25px;
    font-size: 18px;
    cursor: pointer;
    font-family:'NotoSans Regular', sans-serif;
    text-transform: uppercase;
    margin-top:20px;
    border:0px;
    border-radius:50px;
}

.black-btn-style:hover {
    background:#000;
    color:#fff;
}

.is-style-outline {
    font-family:'NotoSans Regular', sans-serif;
    text-transform:uppercase;
    color: #0669c7;
}

button i {
    color:#fff;
}



/* HOME SLIDER FIX */

.bx-viewport li { min-height: 1px; min-width: 1px; }
.bx-clone {display: none;}


.site-footer {
    background:#012247;
}

.footer_widgets {
    margin:0px auto;
    max-width: 1200px;
    display:flex;
	justify-content:space-between;
	padding-bottom: 20px;
    border-bottom: 1px solid darkgray;
}

.footer_widgets h2 {
    color:#fff;
    font-size:30px;
}

.footer_widgets p {
    color:#070A0E;  
}

.footer_widgets i {
    color:#070A0E;
    margin-right:8px;
}

.footer_menu a {
    color:#fff;
}

.footer_menu a:hover {
    color:#252525;
}

.footer_menu p:first-child {
    color:#fff;
    font-size:35px;
    line-height: 20px;
    font-family:'NotoSans Regular', sans-serif;
    text-transform: uppercase;
}

.footer_menu p {
    color:#fff;
    font-size: 15px;
}

.footer_menu ul {
    display:flex;
	list-style: none;
    margin-left: 0px;
}

.footer_menu ul :last-child {
    border-right: none;
}

.footer_menu li{
	padding:20px;
}

.footer_menu li a {
    font-size: 30px;
    text-transform: uppercase;
    color:#fff;
}

.footer_menu li a:hover {
    color:#F12A31;
}

.footer_col1 a {
	color:#fff;	
}

.footer_col1 a:hover {
	color:#F12A31;	
}

.footer_col2 {
    display:flex;
	justify-content:flex-end;
}

.footer_col2 img {
    width:20%;
}

.site-info {
    display:flex;
    justify-content: space-around;
    padding:20px;
    color:#000;
    background:#012247;
}

.site-info h2 {
    font-size:20px;
    margin-right:10px;
}

.site-info-col1 {
    display: flex;
    align-items: center;
	color:#fff;
}   

.site-info-col2 {
    display:flex;
    align-items: center;
}

.site-info-col2 img {
    width: 200px;
    margin-right:10px;
}

.site-info-col2 i {
    color:#000;
    margin:3px;
}

.toggle-nav {
    display: none !important;
}

.mobile-nav {
    display: none;
}


/*--------------------------------------------------------------
# Contact 7 Form CSS
--------------------------------------------------------------*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: #fff;
    color: grey;
    width:100%;
        border:1px solid lightgrey;
        padding: 10px;
}

.wpcf7 input[type="submit"] {
    background-color:#626872;
    color:#fff;
    padding:12px 40px;
    border:0px;
    font-size: 15px;
    cursor: pointer;
}


/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/


@media only screen and (max-width: 1024px) {

    .caption p {
        font-size: 50px;
        line-height: 50px;
    }

    .projects_section {
        align-items: center;
        flex-flow: column;
    }

    .projects_section article {
        width:90%;
        margin-right: 0px;
        margin-bottom:30px;
    }

    .projects_section aside {
        width:90%;
        flex-wrap: nowrap;
    }

    .service-lft-img aside {
        width:50%;
    }

    .service-rgt-img aside {
        width:50%;
    }

    .footer_col2 {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

}




@media only screen and (max-width: 768px) {
    
    .blog_topbar h2 {
        font-size: 15px;
    }
    
    .content_section_block {
        flex-flow:column;
        padding:20px;
    }
    
    .content_section_block_reverse {
        flex-flow:column-reverse;
        padding:20px;
    }
    
    .hamburger {
            display: inline-block;
        }

    .header-wrapper {
        flex-flow:column;
        background: #fff;
    }

    .caption p {
        font-size: 30px;
        line-height: 30px;
    }

    .content_section {
        align-items: center;
        flex-flow: column;
    }

    .content_section article {
        width:100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .content_section aside {
        width:100%;
        flex-wrap: wrap;
    }

    .main-navigation a {
        font-size:15px;
    }

    .services {
        flex-flow: column;
    }

    .services div {
        width: 100%;
    }

    .gallery_title {
        margin-left:0px;
    }

    .inside-content-area {
        flex-flow: column;
        padding:10px;
    }

    .inside-content-area main {
        width:100%;
    }

    .inside-content-area aside {
        width:100%;
    }

    .service-lft-img {
        flex-flow: column-reverse;
        align-items: center;
    }

    .service-lft-img section {
        width:100%;
    }

    .service-rgt-img {
        flex-flow: column;
        align-items: center;
    }

    .service-rgt-img section {
        width:100%;
    }

    .service-content-area img {
        width:350px;
    }

    .team_member_profile {
        flex-flow: column;
    }

    .team_member_profile div {
        width: 100%;
    }

    .team_member_profile article {
        width: 100%;
    }

    .footer_widgets {
        flex-flow: column;
        align-items: center;
        text-align:center;
    }

    .footer_col3 {
        width:80%;
        margin-right:0px;
    }

}

@media only screen and (max-width: 680px) {

        .site-branding {
            width:100%;
			padding:20px;
        }

        .footer_col2 li {
            margin-right: 0px;
            padding-right: 0px;
        }

        .footer_col2 li a {
            font-size: 15px;
        }

        .footer_col2 p:first-child {
            font-size: 20px;
        }

        .footer_col2 p {
            font-size: 13px;
        }


    }


@media only screen and (max-width: 428px) {
    
    .top_bar {
        margin-top:0px;
    }
    
    .top_support_button {
        display:inline;
    }
    
    .support_button {
        
    }
    
    .btn-style-2 {
        font-size:12px; 
    }
    
    .top_bar button > i {
        font-size:12px;
    }
    
    .inside_banner {
        display:none;
    }
    
    .site-header {
        position:sticky;
        top: 40px;
    }
    
    .top_bar span {
        font-size:15px;
    }
    
    .black_bar p {
        font-size:11px;
        padding:5px;
    }
    
    .header-btn-style {
        font-size:15px; 
        margin: 0px 5px;
    }

    .caption h1 {
        font-size:20px;
        line-height: 20px;
    }

    .caption h2 {
        font-size:10px;
        line-height: 10px;
    }

    .home_title_text {
        padding:20px;
    }
    
    .net360-portfolio ul {
        flex-flow:column;   
    }
    
    .net360-portfolio li {
        width:100%;
    }   
    
    .blog_topbar {
        flex-flow:column;
    }
    
    .blog_topbar section {
        flex-flow:column;
        align-items: flex-start;
        margin: 0px;
    }
    
    .blog_topbar h2 {
        font-size:20px;
    }
        
    .blog_posts {
        flex-flow:column;
    }

    .blog_posts article {
        width:100%;
        padding:10px;
    }

    .inside-content-area {
        flex-flow: column;
    }

    .inside-content-area main {
        width:100%;
        padding:20px;
    }

    .inside-content-area aside {
        width:100%;
        padding:20px;
        margin-left: 0px;
    }

    .content_section aside h2 {
        font-size: 29px;
    }

    .content_section aside p {
        font-size: 17px;
    }

    .footer_widgets {
        flex-flow:column;
    }

    .footer_nav, .footer_col {
        width:100%;
        padding:20px;
    }


    .caption p {
        font-size: 25px;
        line-height: 30px;
    }

    .projects_section img {
        width:120px;
        height:120px;
    }

    .service-content-area img {
        width:250px;
    }

    .service-lft-img {
        align-items: flex-start;
    }

    .service-rgt-img {
        align-items: flex-start;
    }
    
    .footer_col1 {
        width:100%;
    }
    
    .footer_col_4 {
        width:100%;
    }
    
    .footer_call_to_action section {
        flex-flow:column;
        padding: 20px;
        text-align: center;
    }
    
    .footer_call_to_action {
        padding:30px;
    }
	
	.footer_menu ul {
		flex-flow:column;	
	}
	
	.footer_menu li a {
		font-size:20px;	
	}
    
    .site-info {
        flex-flow:column-reverse;
    }
    
    .site-info-col2 {
        display:flex;
        flex-wrap: wrap;
    }

}



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    margin: 0.10em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    font-family: 'Inter Bold', sans-serif;
    font-weight:500;
    font-size: 40px;
    color:#0253ab;
}

h2 {
    font-family: 'Inter Bold', sans-serif;
    font-size: 27px;
    line-height:45px;
    color:#0253ab;
}

h3 {
    font-family: 'Inter Bold', sans-serif;
    font-size: 20px;
    line-height:40px;
    color:#0253ab;
    margin-bottom: 1.3em;
}

h4, h5, h6 {
    clear: both;
    color:#0253ab;
}


p {
    margin-bottom: 1.3em;
    font-family: 'NotoSans Regular', serif;
    font-size:18px;
    line-height: 1.7;
    color:#212121;
}

li {
    font-family: 'NotoSans Regular', serif;
    font-size:18px;
    color:#212121;
}

i {
    color:#fff;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

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

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
    font-family:'Raleway', sans-serif;
    font-weight:400;
    font-size:15px;
    line-height: 1.8;
    color:#001f44;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #2C7EF4;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: gray;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display:flex;
    align-items: flex-end;
    flex-flow:column;
    justify-content: center;
    margin-right: 50px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #fff;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 300px;
    font-size: 17px;
    padding: 0px;
    color:#121212;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 5px 10px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'Inter Bold', sans-serif;
    font-size: 18px;
    color:#0253ab;
    text-transform: uppercase;
}

.main-navigation a:hover {
    color:#2C7EF4;
}

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

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

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    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;
}

/*--------------------------------------------------------------
# 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;
    /* Make sure select elements fit in widgets. */
}

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

.widget-title {
    font-size:25px;
    font-weight: 400;

}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.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-columns-2 .gallery-item {
    max-width: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


@media only screen and (max-width: 768px) {

    .main-navigation {
        align-items: center;
        display:none;
    }

    .main-navigation a {
        font-size: 15px;
    }

}
