body {
	background-color: #f3f3f3;
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, p, a {
	font-family: 'Montserrat', sans-serif;
}

a, a:visited {
  color: #26367d;
}

h1, h2 {
	font-size: 24px;
}

h3 {
	font-size: 12px;
}

p, a {
	font-size: 14px;
}

h1 {
  margin: 0 0;
}

#content {
  margin-top: 0px;
}

.topbar {
	background-color: #26367d;
	height: 50px;
	padding: 15px 0;
}

P { 
color: #565656;
}

.tbcontent {
	float: right;
}

.tbcontent > img {
	margin-right: 10px;
}

.tblink, .tblink:hover, .tblink:visited {
	color: #fff;
	margin-right: 50px;
}

.header {
	background-color: #fff;
	padding: 20px 0;
}

.logo {
	float: left;
}

#cssmenu {
	width: 48%;
	float: right;
	background: none;
}

#cssmenu > ul {
  background: none;
  box-shadow: none;
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover {
	box-shadow: 0 -3px 0 rgba(38, 54, 125, 1) inset;
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
  background: none;
  color: #56565c;
}

#cssmenu > ul > li > a {
  border-right: none;
  color: #56565c;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 18px 25px 21px;
  text-decoration: none;
  text-transform: uppercase;
}

footer.footer div#inner-footer.wrap.clearfix div ul li {
	float: none;
}

.footer {
	background-color: #26367d;
	color: #fff;
	padding: 50px 0;
}

div#container footer.footer ul {
  background: none;
}

.nav {
  background-color: #26367d;
  border: 0 none;
}

footer a, footer a:visited {
	background-color: #26367d;
  color: #fff;
}

.copyright {
	float: left;
}

.terms {
	float: right;
}

.terms a {
	text-decoration: none;
}


.testimonial_rotator_wrap {
	background: url("/wp-content/themes/bones_template_1140/library/images/left-quote.png") no-repeat;
	padding-top: 50px;
	padding-left: 50px;
}

.testimonial_rotator {
	background-image: url("/wp-content/themes/bones_template_1140/library/images/right-quote.png");
  	background-position: right bottom;
  	background-repeat: no-repeat;
}

.rpwe-thumb {
	margin-right: 10px !important;
}

.wpcf7-submit {
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.wpcf7-text {
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
display: block;
font-size: 14px;
height: 34px;
line-height: 1.42857;
padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
width: 100%;
}

.wpcf7-textarea {
	background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
display: block;
font-size: 14px;
line-height: 1.42857;
padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
width: 100%;
}

.nav li a:hover, .nav li a:focus {
  background-color: #dedede;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  color:#26367d;
}

hr {
	color: #d8d8d8;

}

div#container footer.footer div#inner-footer.wrap.clearfix div.fourcol nav div.wpcf7 form.wpcf7-form p {
	color: white;
}

header.header div#inner-header.wrap.clearfix nav div#cssmenu.menu-footer-menu-container ul#menu-footer-menu.menu {
  width: 730px;
}

header.header div#inner-header.wrap.clearfix nav div#cssmenu.menu-footer-menu-container ul#menu-footer-menu.menu li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.has-sub ul {
  z-index: 99;
  text-transform: uppercase;

}

#cssmenu ul ul {
  line-height: 30px;
    width: 600px;
}




 /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
		.tblink, .tblink:hover, .tblink:visited {
			color: #fff;
			margin-right: 0px;
		}
    	.tblink:after {
			content: ' '; display: block;

		}
		.tbcontent {
			float: left;
		}

    }



/*TABLET PORTRAIT - Tablet Portrait size to standard 960 (devices and browsers) */
         @media only screen and (min-width: 768px) and (max-width: 959px) {}

/*MOBILE LANDSCAPE - Mobile Landscape Size to Tablet Portrait (devices and browsers) */
     @media only screen and (min-width: 480px) and (max-width: 767px) {}

/*MOBILE PORTRAIT - Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
     @media only screen and (max-width: 479px) {
     	     	.tblink, .tblink:hover, .tblink:visited {
			color: #fff;
			margin-right: 0px;
		}
    	.tblink:after {
			content: ' '; display: block;

		}
		.tbcontent {
			float: left;
		}
#cssmenu ul li, #cssmenu ul li:hover, #cssmenu ul ul li, #cssmenu ul ul li a:hover  {
	width: 20%;
	border: none;
}

header.header div#inner-header.wrap.clearfix nav div#cssmenu.menu-footer-menu-container ul#menu-footer-menu.menu {
	width: 25%;
	border: none;
}

     }

 /* MOBILE PORTRAIT + LANDSCAPE  Smaller than standard 960 (devices and browsers) */
     @media only screen and (max-width: 959px) {
     	.tblink, .tblink:hover, .tblink:visited {
			color: #fff;
			margin-right: 0px;
		}
    	.tblink:after {
			content: ' '; display: block;

		}
		.tbcontent {
			float: left;
		}
#cssmenu ul li, #cssmenu ul li:hover, #cssmenu ul ul li, #cssmenu ul ul li a:hover  {
	width: 20%;
	border: none;
}

header.header div#inner-header.wrap.clearfix nav div#cssmenu.menu-footer-menu-container ul#menu-footer-menu.menu {
	width: 25%;
	border: none;
}

#cssmenu #menu-button::before {
  border-top: 2px solid #565656 !important;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 25px;
  top: 28px;
  width: 22px;
}

#cssmenu #menu-button::after {
  border-bottom: 2px solid #565656;
  border-top: 2px solid #565656;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 25px;
  top: 18px;
  width: 22px;
}

#cssmenu #menu-button {
  background: rgba(0, 0, 0, 0) url("../images/bg.png") repeat scroll 0 0;
  color: #565656;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 18px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.topbar {
  background-color: #26367d;
  height: 75px;
  padding: 0px 0;
}

}