/*
Theme Name: Maine PTAC
Theme URI: https://wordpress.org
Author: the Pixeleas team
Author URI: https://wordpress.org/
Description: EMDC brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
Text Domain: maineptac
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
.not_found {
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative
}
.not_found:before {
    display: none;
	content: "";
	background: url(./assets/images/page_bg.png) no-repeat;
	width: 400px;
	height: 400px;
	bottom: 0;
    right: 30px;
    opacity: 0.4;
    position: absolute;
}    
.not_found .not_logo {
	width: 100%;
	display: block;
	margin-bottom: 18px;
	text-align: center
}
.not_found .not_logo img {
	width: 150px;
	object-fit: cover;
	margin: auto
}
.not_found .no_text {
	width: 100%;
	display: block;
	text-align: center;
	position: relative
}
.not_found .no_text h2 {
	color: #036;
	font-size: 180px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: normal;
	margin-bottom: auto
}
.not_found .no_text p {
	color: #2d5d8b;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800
}
.not_found .no_text a {
	min-width: 145px;
	display: inline-block;
	min-height: 50px;
	background: 0 0;
	text-align: center;
	padding: 12px 28px;
	border: 2px solid #7c489a;
	border-radius: 25px;
	box-shadow: none;
	outline: 0;
	margin-bottom: 12px;
	text-decoration: none!important;
	color: #7c489a;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.not_found .no_text a:hover {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #7c489a;
	color: #fff
}
.cat_content article{
	width: 100%;
	display: block;
	clear: both;
	float: left;
	margin-bottom: 1rem;
}

.newsroom_area h4{
color: #094179;
font-size: 34px;
line-height: 36px;
font-weight: 700;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
}

.common_inner ul.simcal-events li.simcal-event:before{ display: none; }
.success_story .success_story_video { width: 100%; display: block; height: 464px; }
.success_story .success_story_video iframe { width: 100%; height: 100%; }
h2.screen-reader-text { display: none; }


/* ------------------- Not found responsive ------------------*/
 @media only screen and (max-width: 1024px) {
      body,
      html {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        max-width: 100%;
      }
      .not_found .not_logo {
        margin-bottom: 12px;
      }
      .not_found .not_logo img {
        width: 145px;
      }
      .not_found .no_text h2 {
        font-size: 135px;
      }
      .not_found .no_text p {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 25px;
      }
      .not_found:before {
        width: 300px;
        height: 300px;
        background-size: cover;
      }
    }
/* ------------ 1024px ------------*/
    @media only screen and (max-width: 800px) {
      .not_found .not_logo img {
        width: 135px;
      }
      .not_found .no_text h2 {
        font-size: 100px;
      }
      .not_found .no_text p {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
      }
      .not_found:before {
        width: 270px;
        height: 270px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.3;
      }
    }
/* --------------- 800px --------------*/
    @media only screen and (max-width: 480px) {
      .not_found .not_logo {
        margin-bottom: 8px;
      }
      .not_found .not_logo img {
        width: 100;
      }
      .not_found:before {
        width: 190px;
        height: 190px;
      }
    }
/*----------------- 480px ----------------*/