/*
Theme Name: Twenty Twelve Child
Theme URI: http://mentum.au.com/
Description: Child theme for the Twenty Twelve theme
Author: My Name
Author URI: http://mentum.au.com/
Template: twentytwelve
Version: 0.1.0
*/
@import url("../twentytwelve/style.css");


body {
	background: #fff;
}

body .site {
	box-shadow:none;
	margin-top: 0;
	margin-bottom:0;
}

blockquote.easy_testimonial cite {
	font-weight: bold;
}

.entry-content blockquote {
	border-left: 4px solid #ececec;
	padding: 13px 20px;
}
.entry-content blockquote cite{ 
	font-weight: bold;
	margin-top: 5px;
	display: block;
}

.entry-content h1, .comment-content h1 {
color: #f7931e;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius:0px;
box-shadow:none;
}

.site-header  {
	position:relative;
	padding-bottom:0; 
}

#main .entry-title {
	display:none;
}


/* ==============================
        link
================================= */

a{
     color: #f7931e;
}

a:hover {
	color:#333;
}

.entry-content a:visited, .comment-content a:visited {
	color: #f7931e;
}


/* ==============================
        colors
================================= */

.bg-gray{
	background-color:#f9f9f9;
}

.bg-orange {
      background: #f7931e;
}

.bg-light-orange {
      background: rgb(255, 236, 215);
}






/*=================================
                size
================================== */

.square {
	padding: 2px 10px;
	color: #fff;
	margin-right: 10px;
}



/*=================================
               list
================================== */

.square-list {

}

.square-list li {
	list-style: square;
	margin: 10px 20px;
}


/*=================================
             box
================================== */

.box {
	padding: 1px 20px;
	border-radius: 7px;
	border: 1px solid #ececec;
	margin-bottom:20px;
}

.center {
	text-align:center;
}


/*=================================
            booknow
================================== */

.book-now {
	background: url(http://privatelaunchpad.com/~mentum/wp-content/uploads/2013/08/booknow.png) no-repeat center left;
	padding-left: 130px;
	margin-top: 43px;
}




/*      List   */

.menu li {
	background: url('http://privatelaunchpad.com/~mentum/wp-content/uploads/2013/08/list-arrow.png') no-repeat center left;
	padding-left: 15px;
	margin-bottom: 5px;
}

.menu li a{
	text-decoration: none;
	color: #333;
}

.footer-widget .menu li {
	background: url('http://privatelaunchpad.com/~mentum/wp-content/uploads/2013/08/list-arrow.png') no-repeat center left;
	padding-left: 15px;
	margin-bottom: 5px;
}

.footer-widget  .menu li a{
	text-decoration: none;
	color: #aaa;
}




/* logo  */

.logo {
	widht:40%;
	float:left;
}

.top-right {
	float:right;
	margin-top:10px;
}


.social  ul{
	text-align: right;
}

.social  ul li{
	display: inline-block;
}

.social  ul li a{

}


.top-contact {
	font-size: 24px;
	font-weight: bold;
	color: #6d6f71;
	margin-top: 20px;
}

.top-contact img {
	margin-right:8px;
}


/*=============================
                       main navigation
==============================*/

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { 
	background:#333;
	padding: 10px 0;
}

.main-navigation li {
	margin: 0 30px 0;
}

.main-navigation li a, .main-navigation li a:hover {
	color:#fff;
}

.main-navigation .current_page_item > a {
	background: #f7931e;
	color: #fff;
	padding:0 10px;
}

.main-navigation .current_page_ancestor > a  {
	background: #f7931e;
	color: #fff;
	padding: 0 10px;
}


.main-navigation li ul {
	left: -30px;
	z-index:99999;
}



.main-navigation li ul li a { 
	background:#333;
	border-bottom: 1px solid rgb(78, 76, 76);
	
}

.main-navigation li ul li a:hover { 
	background:#f7931e;
	color:#fff;
}




/*   Search form     */

.search-nav{
	position: absolute;
	bottom: 37px;
	right: 0;
}

/*  right   */

#secondary {
	background: #ececec;
	padding: 20px;
}



#searchform { 
	position:relative;
	top:23px;
}

#searchform input { 
	border-radius: 0;
	margin-right: 20px;
}

#searchform #searchsubmit {
	position: absolute;
	top: 0;
	right: 0; 
	visibility: hidden;
}



/*   Callout  */

.callout {
	padding: 35px 0 45px 0;
	background-color: #f6f6f6;
	text-align: center;
	background: #f6f6f6 url('http://privatelaunchpad.com/~mentum/wp-content/uploads/2013/08/pattern_bg.png') repeat top left;
}

.callout h2 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 38px;
}

.callout h2 span{
	color:#f7931e;
}

.btn-orange {
	background: #f7931e;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}

.btn-orange:hover {
	background: #333;
	color: #fff;
}



/*  Widget contact  */

.widget-contact  .widget-input{
	width: 94%;
	border: none;
	margin: 0;
	border-radius: 0;
}

.widget-contact  .btn-orange{
	background: #f7931e;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 10px;
	float: right;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.widget-contact  .btn-orange:hover{
	background: #333;
	color: #fff;
}

.widget-contact  .captcha{
	width:20%;
	border:none;	
	border-radius: 0;
}

span.wpcf7-not-valid-tip {
	top: 0;
	left: 0;
	width: 95%;
}




.widget-area .widget {
	border-bottom: 1px solid #ddd;
	padding-bottom: 34px;
}


.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	color: #333;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

.widget-area .widget p { 
	margin-bottom:15px;
}


/*    Footer Widgets   */

footer#colophon {
	background-color: #303030;
	color: #aaa;
	font-size: 13px;
}


.footer-widget {
	background-color: #303030;
	color: #aaa;
	padding: 20px 10px;
	border-bottom: 1px solid #2c2c2c;
}


.footer-widget h3.widget-title {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: normal;
	color: #fff;
	margin-bottom:25px;
}

.footer-widget .widget img {
	border-radius:0;
}

#footer-sidebar {
	display:block;
	height: 250px;
}

#footer-sidebar1 {
	float: left;
	width: 300px;
	margin-left:5px;
	margin-right:5px;
}

#footer-sidebar2 {
	float: left;
	width: 300px;
	margin-right:5px;
}

#footer-sidebar3 {
	float: left;
	width: 310px;
}


/*  footer bottom   */

.footer-bottom {
	background: #303030;
	padding: 20px;
}

.site-info {
	float:left;
}

#footer-navigation {
	float: right;
	margin-top: 0;
	margin-top: -10px;
}


/*     footer-navigation   */

.footer-menu {
	
}

.footer-menu li{
	margin: 0 5px;
}

.footer-menu li a{
	text-transform:capitalize;
        color:#aaa;
}

.footer-menu li a:hover{
	text-decoration:underline;
	color:#fff;
}


/* ======================================
                     Test Form
=========================================*/


.vfb-submit, input[type="submit"].vfb-submit {
	font-size: 1.1em;
	background: #f7931e;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}

.visual-form-builder .vfb-legend h3 {
	color: #333;
}



.captcha-input {
	width:60px;
}









/*       media Queries   */

@media (max-width: 600px) { 
	
	.logo{
		float:none;
	}
        .top-right {
		float:none;
	}
	.social ul {
		text-align:left;
	}
	.search-nav {
		display:none;
	}

}


@media (max-width: 480px) { 

	#footer-navigation {
		float:none;
		text-align: right;
	}

	.callout .btn-orange {
		font-size:13px;
	}

}