/*
 Theme Name:   Activello Child
 Theme URI:    http://example.com/activello-child/
 Description: Activello Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     activello
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  activello-child
*/

@import url("../activello/style.css");

.navbar.navbar-default {
 box-shadow:none;
}

.maine-new-header-container {
 width:100%;
}

.maine-new-header {
 list-style:none;
 list-style-type:none;
 -webkit-padding-start:0px;
 -moz-padding-start:0px;
 display:flex;
 width:100%;
}

.maine-new-header li {
 display:inline-block;
 font-size:18px;
 margin:0 12px;
 margin:auto;
 height:190px;
 text-transform:lowercase;
}

.maine-new-header li a {
 line-height:12em;
 font-family:Century Gothic;
}

.maine-new-header li #logo {
 max-width:130px;
 padding:0;
}

.line-table {
 width:100%;
 display:flex;
position: relative;
top: -40px;
}

.line-new {
 border-top:1px solid #333;
 width:40%;
 display:inline-block;
}

.spacer {
 width:20%;
 display:inline-block;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
	.container {
			width:100%;
			margin:0;
		}

	.maine-new-header li {
	  height:auto;
	}

	.maine-new-header li #logo {
	 width:10vh;
	}
	
	.line-table {
	top: -70px;
	}
	
	.home-spacer {
		padding:15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
	.maine-new-header {
	 display:block;
	}
	
	.maine-new-header li {
	 display:block;
	 margin: 10px 0;
	}
	
	.maine-new-header li a {
	 line-height:normal;
	}
	
	.navbar-collapse {
	 border-bottom: 1px solid;
	}
	
	.navbar.navbar-default {
	 height:70px;
	}
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}