/*
 Theme Name:   Extra AMC
 Theme URI:    http://elegantthemes.com/
 Description:  Extra Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Extra
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  extra-amc
*/

/*@import url(//db.onlinewebfonts.com/c/9ae5e19516bc6428f1327ff3311b2617?family=DINNextW01-Light);*/

body {
	background: #666666 !important;
}
.boxed_layout .container {
    width: 100% !important;
    max-width: 980px;
}

.header {
	max-width: 980px;
	margin: auto;
}

#main-header .container {
	display: unset !important;
	width: 100% !important;
}

#main-header .logo {
	height: 181px !important;
}

#main-content {
	padding-top: 0px;
}

#footer-bottom .container {
	max-width: 980px;
	border: none;
    border-top: 2px solid rgba(0, 163, 221, 1);
}

.logo {
  -ms-flex-order: 1;
      order: 1;
  display: block;
  height: 181px !important;
  margin: 0px 0;
  transition: height 0.5s, margin 0.5s;
  transform: translate3d(0, 0, 0);
}

.centered .logo {
  width: 100%;
  margin: 0px 0 5px;
}
#logo {
  display: block;
  height: 100%;
}
.centered #logo {
  -ms-flex-order: 2;
      order: 2;
  margin: 0 auto;
}
.left-right #logo {
  -ms-flex-order: 1;
      order: 1;
}

#et-navigation > ul > li > a::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 4px;
    transform: translateY(24px);
    opacity: 0;
    transition: 0.3s ease;
}

#et-navigation {
	padding-top: 20px;
}

.et_pb_section {
    padding: 2% 0;
	background-color: unset !important;
}

.single article, .page article {
    margin: 0 0 40px;
    padding: 0;
    background: unset;
    border-radius: unset;
    box-shadow: unset;
    max-width: 100%;
}

.page article {
    border-top-width: 0px !important;
    border-top-style: solid;
    border-color: #00a8ff;
/*    margin: 0px !important;*/
	font-family: font-family: 'Roboto', sans-serif !important;
}

.page article hr {
	margin-right: 40%;
	margin-bottom: 1.5em;
	margin-top: 0;
/*	color: #00a3dd; */
	border: none;
    border-bottom: 2px solid rgba(0, 163, 221, 1);
    height: 0 !important;
    min-height: 0 !important;
}


.font_5 {
	font-size: 2em !important;
	font-weight: 500;
}


.page .post-content {
	margin: 0 !important;
}

.font_8 p {
	margin-bottom: 0 !important;
}

.entry-title {
	display: none !important;
}

#footer-info {
#	display: none;
}