/*
 Theme Name:     Mexin Child
 Theme URI:      http://webnus2.net/mexin-wp/
 Description:    Mexin Child Theme
 Author:         WEBNUS
 Author URI:     http://themeforest.net/user/WEBNUS
 Template:       mexin-wp
 Version:        1.0.1
*/

@import url("../mexin-wp/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#header h6 i.icomoon-envelop-2 {
	display:none;
	background:#000000;
	width:100px;
}
#header h6 {
	font-size:22px;
}
.nav-wrap2 #nav ul li a, .nav-wrap2.darknavi #nav ul li a, .nav-wrap2.mn4 #nav ul li a {
	height:auto;
}
.columns img {
	height:auto;
}
.modify_row_margin_vc div p {
	margin:0px;
	padding-top:0px;
	height:0px;
}
section#headline {
	background:url('http://69.89.31.246/~backpaj9/wp-content/uploads/2013/11/narrow-header-2.jpg') repeat center;
	margin-bottom:18px;
}
section#headline h3 {
	color: #ffffff;
}

aside .listbox1:first-child h4 {
	margin-top:0px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	width:400px;
}
#footer .side-list li:hover {
	background:rgba(37, 37, 37, .5);
}
#footer .side-list li {
	border-bottom:1px solid rgba(37, 38, 39,1);
}
#footer .side-list li h5{
	font-size:14px;
}
#footer .side-list ul{
	border-top:1px solid rgba(37, 38, 39,1);
}
#footer .menu li {
	margin-bottom: 0px;
}
#footer .menu li a{
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	border-bottom:1px solid rgba(37, 38, 39,1);
	font-size:14px;
	text-decoration:none;
}
#footer .menu li a:hover{
	background:rgba(37, 38, 39,1);
}
#footer .footbot .footer-navi img {
	width:200px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) { 
	section.container {
		width:100%;
		max-width:740px;
	}
}

@media only screen and (max-width: 767px) { 
	section.container {
		width:100%;
		max-width:270px;
	}
	.container .one-third.column {
		width:100%;
	}
	#headline h3 {
		font-size:2.5em;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	section.container {
		width:100%;
		max-width:420px;
	}
}