/*!
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: Dosis Bold;
    src: url(fonts/Dosis-Bold.ttf);
}

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

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

@font-face {
    font-family: BebasNeue;
    src: url(fonts/BebasNeue-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_bar {
    background:#8fc83d;
}

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

.top_bar span {
    color:#212121;
    font-size: 25px;
    font-family:'Dosis Medium', sans-serif;
}

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

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

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

.top_bar section > a {
    font-family:'Dosis Medium', sans-serif;
    font-size: 25px;
    color: #1f5488;
}

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

.top_bar button > i {
    color:#fbcb39;
    margin-right: 0px;
}

.site-header {
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top:0;
    z-index: 1000;
    border-bottom: 2px solid lightgray;
}

.header-wrapper {
    max-width:1260px;
    margin: 0px auto;
    display:flex;
    padding-top: 10px;
}

.site-branding {
    flex: 1;

}

.main-navigation {
    flex: 2;
}


.mobile-nav {
    display: none;
}


.hamburger {
    display: none;
}

.banner {
    text-align: center;
}

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

.caption p {
    font-size:60px;
    font-family: 'Dosis Bold', 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;
}


.banner-btn {
    border: none;
    background-color: #ed1c24;
    padding: 20px 48px;
    font-size: 20px;
    cursor: pointer;
    color:#fff;
    font-family:'Dosis Regular', sans-serif;
    font-weight:500;
    border-radius: 9px;
    text-transform: uppercase;
}

.banner-btn:hover {
    background: #cf181f;
}

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

.call_to_action {
    padding: 30px 0px;
}

.call_to_action div {
    margin:0px auto;
    max-width: 1260px;
    align-items: center;
}

.call_to_action h1 {
    font-size: 50px;
    line-height: 40px;
    color: #212121;
    text-align: center;
    font-family: 'BebasNeue', sans-serif;
}

.call_to_action h2 {
    font-size: 20px;
    color: #fff;
}

.home_widget_area {
    
}

.widget_wrapper {
    display:flex;
    justify-content: center;
    max-width:1260px;
    margin: 0px auto;
    padding-bottom: 30px;
}

.widget_wrapper h1{
    text-align: center;
}

.home_widget {
    margin-right: 50px;
    width: 25%;
}

.home_widget ul {
    text-align: left;
    margin:0px;
}

.home_widget p {
    font-size: 20px;
    font-family: 'Dosis Medium', sans-serif;
}

.home_widget li {
    color: #212121;
    font-size: 20px;
    font-family: 'Dosis Medium', sans-serif;
    text-align:center;
    list-style:none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_widget i {
    color: #000;
    font-size: 10px;
    margin-right: 5px;
}

.container {
    position: relative;
    text-align: center;
    color: white;
    padding-bottom: 50px;
}

.container h1 {
    color: #8fc83d;
    font-family: 'BebasNeue', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    border-top: 1px solid #8fc83d;
    border-bottom: 1px solid #8fc83d;
}

.centered {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.centered h2 {
    color:#fff;
    font-size: 20px;
    font-family: 'Montserrat SemiBold', sans-serif;
    margin-bottom: 10px;
}

.content_section {
    margin:0px auto;
    max-width: 1260px;
    padding: 40px;
    display:flex;
    justify-content: center;
}

.content_section article {
    width:70%;
    margin-right: 50px;
}

.content_section aside {
    width:30%;
    padding:20px;
    background:#99c625;
}

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

.content_section aside h3, 
.content_section aside p {
    font-family: 'Dosis Medium', 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;
}

.content_section img {
    margin:0px 10px 10px 0px;
}

.bottom_section {
    border-bottom: 15px solid #99c625;
    background-image: url(images/grass_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom_section section {
    margin:0px auto;
    max-width: 1260px;
    text-align: center;
    padding: 30px;
}

.bottom_section h1 {
    font-size: 40px;
    color: #fff;
}

.bottom_section p {
    color: #fff;
    font-size: 25px;
    font-family: 'Dosis Regular', sans-serif;
}

.bottom_section i  {
    color: #fff;
}

.gallery_title {
    margin-left:100px;
}


/* INTARNAL PAGE CSS */

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


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

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

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

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

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

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

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


/* 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 */

.widget-btn-style {
    background: #8fc83d;
    border:none;
    border-radius: 0px;
    color:#212121;
    font-size: 22px;
    padding: 8px 25px;
    cursor: pointer;
    display: inline-block;
    font-family:'Dosis Medium', sans-serif;
    text-transform: uppercase;
}

.widget-btn-style:hover {
    background:#82b636;
    color:#212121;
}

.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:'Dosis Regular', sans-serif;
    text-transform: uppercase;
}

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

.btn-style {
    background: #212121;
    border:none;
    border-radius: 0px;
    color:#fff;
    margin-right:5px;
    padding: 3px 22px;
    font-size: 23px;
    cursor: pointer;
    display: inline-block;
    font-family:'Dosis Regular', sans-serif;
    text-transform: uppercase;
}

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

button i {
    color:#3e8ebe;
}

/* Below added to Customize > Additional CSS */

.header-btn{
    background-color: #ff5100;
}


/* HOME SLIDER FIX */

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


.site-footer {
    border-top: 10px solid #8fc83d;
    background:#252525;
}



.footer_widgets {
    margin:0px auto;
    max-width: 1260px;
    display:flex;
    margin-top: 50px;
    padding:20px 0px 20px 0px;
}

.footer_col_1 {
    width:80%;
}

.footer_col_1 a {
    color:#fff;
}

.footer_col_1 a:hover {
    color:#9b9b9b;
}

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

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

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

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

.footer_col_1 li{
    margin-right:20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}

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

.footer_col_1 li a:hover {
    color:#9b9b9b;
}


.footer_col_2 {
    width:20%;
    margin-right:30px;
}

.site-info {
    display:flex;
    justify-content: center;
    padding:20px;
    color:#fff;
}



.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_col_1 {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

}




@media only screen and (max-width: 768px) {
    
    .container h1 {
        font-family: 'Dosis Bold', serif;   
    }
    
    .site-header {
        display: flex;
        flex-flow: row-reverse;
        padding-left:20px;
        top: 42px;
    }
    
    .hamburger {
            display: inline-block;
        }

    .top_bar {
        background:#fff;
    }

    .header-wrapper {
        align-items: center;
    }

    .banner-btn {
        padding: 15px 43px;
        font-size: 15px;
    }

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

    .call_to_action div {
        flex-flow: column;
        padding: 20px;
    }

    .call_to_action div > aside {
        padding-left: 0px;
    }


    .call_to_action h1 {
        font-family: 'Dosis Bold', sans-serif;
        font-size:30px;
        line-height: 1.2;
    }

    .widget_wrapper {
        flex-flow: column;
    }

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

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

    .home_widget_area {
        flex-flow: column;
    }

    .home_widget {
        width: 100%;
        margin-bottom: 50px;
    }

    .home_widget p {
        min-height:0px;
    }

    .home_widget img {
        width: 100%;
    }

    .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_col_2 {
        width:50%;
        margin-right:0px;
    }

}

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

        .site-branding {
            flex: 7;
            display: flex;
            justify-content: center;
        }

        .footer_col_1 li {
            margin-right: 10px;
        }

        .footer_col_1 li a {
            font-size: 10px;
        }

        .footer_col_1 p:first-child {
            font-size: 30px;
        }

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


    }


@media only screen and (max-width: 414px) {
    
    .site-header {
        display: flex;
        flex-flow: row-reverse;
        padding-left:20px;
    }
    
    .btn-style {
        font-size:18px; 
    }
        

    .top_bar p {
        display: none;
    }
    
    .top_bar div {
        padding:10px;
    }
        

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

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

    .banner-btn {
        padding: 7px 25px;
        font-size: 7px;
    }

    .home_title_text {
        padding:20px;
    }

    .home_widget_area {
        flex-flow:column;
        padding:40px;
    }

    .home_widget {
        flex-flow:column;
        width:100%;
    }

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


}



/*--------------------------------------------------------------
# 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.30em 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: 'Dosis Bold', serif;
    font-size: 45px;
    color:#212121;
}

h2 {
    font-family: 'Dosis Bold', sans-serif;
    font-size: 25px;
    color:#212121;
}

h3 {
    font-family: 'Dosis Bold', sans-serif;
    font-size: 20px;
    color:#212121;
}

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


p {
    margin-bottom: 1.3em;
    font-family: 'Dosis Regular', serif;
    font-size:19px;
    line-height: 1.8;
    color:#212121;
}

li {
    font-family: 'Dosis Medium', serif;
    font-size:17px;
    color:#212121;
}

i {
    color:#1f2762;
}

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: #fff;
    /* 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: gray;
    text-decoration: none;
}

a:visited {
    color: gray;
}

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

a:focus {
    outline: thin dotted;
}

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

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

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

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

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

.main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'Dosis Medium', sans-serif;
    font-size: 30px;
    color:#212121;
    text-transform: uppercase;
}

.main-navigation a:hover {
    color:gray;
}

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

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

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

}


/*--------------------------------------------------------------
# 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: 1.5em 0 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;
    }

}
