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

@font-face {
    font-family: Poppins Bold;
    src: url(fonts/Poppins-Bold.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 {
    
}

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

.top_bar span {
    color:#000;
    font-size: 25px;
    font-family:'Poppins Regular', sans-serif;
}

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

.top_bar span > a:hover {
    color:gray;
}

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

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

.top_bar section > a {
    font-family:'Poppins Regular', sans-serif;
    font-size: 22px;
    color: #000;
}

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

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

.highlight_section {
	border:4px solid #000;
}

.call_button {
    display:none;
}

.site-header {
    position: sticky;
    position: -webkit-sticky;
    top:0;
    z-index: 1000;
	background-image: linear-gradient(to right, #ced1d4 , #a9adb0);
}

.header-wrapper {
    max-width:1260px;
    margin: 0px auto;
    display:flex;
	align-items: center;
	justify-content: space-between;
}

.site-branding {
	margin-bottom: -50px;
}

.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: 'Poppins 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;
}

.gallery_title {
    margin-left:100px;
}

.course_section {
    background:#f3f3f3;
    border: 2px solid #b6b6b6;
    padding: 20px;
    margin: 20px;
}

.widget a {
	color:#000;
}

.widget a:hover {
	color:#000;
}


/* INTARNAL PAGE CSS */

.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: 50px;
    padding-left:50px;
}

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

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

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

.inside-content-area aside a {
    color: #000;
    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;
}


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

.btn-style {
    background: #e3362d;
    border:none;
	border-radius: 20px;
    color:#fff;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-family:'Poppins Bold', sans-serif;
    text-transform: uppercase;
    margin:5px;
}

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

button i {
    color:#fff;
}



.site-footer {
    padding-top: 20px;
	background-image: linear-gradient(to right, #ced1d4 , #a9adb0);
}

.footer_widgets {
    margin:0px auto;
    max-width: 1100px;
    display:flex;
	align-items: center;
}

.footer_widgets p {
    color: #000;
    font-size:22px;
	margin-bottom: 0px;
}

.footer_widgets h2 {
    color: #000;
    font-size:30px;
    text-align:left;
	text-transform:uppercase;
}

.footer_widgets h3 {
    color: #000;
    font-size: 25px;
}

.footer_posts {
    margin-top: 10px;
}

.footer_nav {
   
}

.footer_nav ul {
	display:flex;
    list-style: none;
    margin: 20px 0px;
}

.footer_nav li a {
	padding: 0px 30px 0px 0px;
    color:#000;
    font-size: 25px;
    font-family: 'Poppins Regular', sans-serif;
}

.footer_nav li a:hover {
    color:#e3362d;
}

.footer_col {
    width:30%;
    margin-right:40px;
}

.footer_col a {
    color: #000;
}

.footer_col a:hover {
    color: #e3362d;
}

.footer_col i {
	color:#fff;
}

.footer_logo a {
	color:#000;
}

.footer_logo a:hover {
	color:#fff;
}

.footer_social {
    display:flex;
	align-items:center;
}

.footer_social span {
    font-size: 25px;
    color: #242a62;
    font-family: 'Poppins Regular', sans-serif;
}

.footer_social i {
    color: #242a62;
    padding:4px 0px;
}

.site-info {
    padding:5px;
    color:#000;
}

.site-info p {
	margin:0px auto;
    max-width: 1100px;
    color:#000;
    font-size: 14px;
}


.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) {

    .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) {
    
    .hamburger {
            display: inline-block;
        }

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

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

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

}

@media only screen and (max-width: 680px) {
    
        .call_button {
            display:block;
        }

        .site-branding {
            width:30%;
        }

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

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

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

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


    }


@media only screen and (max-width: 430px) {
	
	.site-header {
		position: sticky;
        top:40px;   
    }
	
	.btn-style {
		font-size:14px;
	}
    
    
    .top_bar span {
        font-size:20px;
    }

    .header-wrapper {
        padding:10px;
    }
    
    .header-btn-style {
        font-size:12px; 
        margin: 0px 5px;
        padding:5px;
    }
    
    .yellow-btn-style {
        font-size:12px;
        padding:5px;
    }

    .top_bar div {
        flex-flow: column;
    }

    .top_bar p {
        display: none;
    }

    .home_title_text {
        padding: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_widgets h2 {
		text-align:center;
	}

	.footer_nav {
		display:none;
	}
	
	.footer_col {
        width:100%;
        padding:20px;
        margin-right: 0px;
		text-align: center;
    }

    .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_nav ul {
		flex-flow:column;
		
	}
	
	.footer_logo {
		width:100%;
	}


}



/*--------------------------------------------------------------
# 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: 'Poppins Bold', sans-serif;
    font-weight:500;
    font-size: 45px;
    line-height: 50px;
    color:#000;
}

h2 {
    font-family: 'Poppins Bold', sans-serif;
    font-size: 30px;
	line-height: 45px;
	color:#000;
}

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

h4, h5, h6 {
	font-family: 'Poppins Regular', sans-serif;
    clear: both;
    color:#000;
}


p {
    margin-bottom: 1.3em;
    font-family: 'Poppins Regular', sans-serif;
    font-size:17px;
    line-height: 1.8;
    color:#000;
}

li {
    font-family: 'Poppins Regular', sans-serif;
    font-size:15px;
    color:#000;
}

i {
    color:#000;
}

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 1em;
    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: #e3362d;
    text-decoration: none;
	font-weight:bolder;
}

a:hover {
    color: #000;
}

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

.main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'Poppins Regular', sans-serif;
    font-size: 25px;
    color:#000;
}

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

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

}
