/*
Theme Name:     WP BOLD Arttrav
Description:    customized for arttrav
Author:         arttrav
Template:       bold

(optional values you can add: Theme URI, Author URI, Version)
*/

@media only screen and (max-width: 767px) {
#topbar-wrap .searchform {
  display: block !important;
  padding: 0 0 0 0px !important;
}
}

@import url("../bold/style.css");

/**Custom WP Curve**/
#primary-nav-wrap .container {
	border: none !important;
    margin-top: 77px;
}
.navmenu {
	margin-left: 0 !important;
}
#trending-wrap .container {
	border-top: 1px solid #ddd;
}
@media only screen and (max-width: 1024px) {
	#primary-nav-wrap .container {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 700px) {
	header#masthead {
		padding: 20px 0 60px !important;
	}
}