/*
Theme Name:     masons-responsive-toggle
Theme URI:      http://www.masonsbulldozing.com.au/
Description:    Custom Child theme for Mason's Bulldozing (Responsive using custom code & jquery - erick arbe - ONLY top level menu appears in the dropdown)
Author:         Liz Kelleher (Free Range Web Design)
Template:       twentyeleven
Version:        1.1
*/

/* We must first include the original css from the parent theme */
@import url("../twentyeleven/style.css");

/*  SIDEBAR ON RIGHT 

 #primary {
    float: left;
    margin: 0 -29.5% 0 0;
    width: 100%; 
	}
#secondary {
    float: right;
    margin-right: 4.5%;
    width: 25%; 
	}
COLOURS
links #155CFF brighter blue
logo blue #3359B1
brown #685B52
*/

/*  ----index----

1.1 - General
1.2 - Links
1.3 - Header Layout
1.4 - Header details - float right
1.5 - Search
1.6 - Main layout
1.7 - Navigation
1.8 - Headings
1.9 - Media Queries
1.10 - banner and homepage slider
1.11 - single - and homepage layout
1.12 - other text formatting
1.13 - breadcrumbs
1.14 - Widgets and image captions
1.15 - Footer
1.16 - Columns shortcode
1.17 - hide image meta from carousel - requires carousel without jetpack plugin
1.18 - Images
1.19 - Buttons and image icons
1.20 - Responsive design - media queries
*/


/*  1.1 - General  */

* {
    -moz-box-sizing: border-box;
}

body {
	background-color: #E4E4E4; /* INSERT bg colour - will show in footer area  */
	font: 16px "Open sans", Calibri, Arial, sans-serif;
	line-height: 1.625em;
	color: #000;
    padding: 0 1em; /* removes border and smaller screen sizes 0 2em in twenty eleven */
}

/*
1.2 - Links
---------------------------------------------------------------------------------------------------- */

a {		
	color: #BB2100; 
	text-decoration: none;
	border-bottom: 1px dotted #BB2100;  }      /* masons red #BB2100 ... INSERT custom link colour  */
		
a:focus, a:active, a:hover { text-decoration: none; border-bottom: 1px solid #BB2100; }


/*
1.3 - Header Layout
---------------------------------------------------------------------------------------------------- */

#page {
	margin: 0 auto;  /* margin at top of page */
    max-width: 940px;  /* INSERT max width of website  */
	background-color: #fff;
	border-top: 7px solid #BB2100;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); */	}

#branding {
	border-top: none;
    padding: 0;
    position: relative;
}
#branding img {
    clear: both;
	height: auto;
    /*width: 100%;  keeps it responsive if full width banner image */
	border-bottom:none;
	z-index:999;
    margin-bottom: 0px;
}

#branding hgroup {
    margin: 0%;
}

#branding hgroup a {
	border-bottom:none; /* removed border from header image */
}

#branding img.logo-image {
    float: left;
	width: auto; 
	margin-left: 0;
    margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 45px;
	clear:both;
}

#site-title {
	display: none;
	text-indent: -999em;
}
#site-description {
	display: none;
	text-indent: -999em;
}

#branding a {
	border-bottom:none;
}
#branding a:focus,
#branding a:active,
#branding a:hover {
	border-bottom:none;
}

#branding img.banner {
    margin-bottom: -7px;
	
}

/*
1.4 - Header details - float right
---------------------------------------------------------------------------------------------------- */

#branding ul.call-to-action {
	position: relative;
	float: right;
    margin-bottom: 2px;
    margin-top: 10px;
    max-width: 500px;
	padding-right: 15px;
}
.call-to-action li {
    display: block;
    float: right;
}
.call-to-action li.contact-form {
    float: right;
    margin-right: 2px;
}
.phone {
    display: block;
	color: #444444;
    font-size: 1.4em;
    padding-left: 0px;
    padding-top: 10px;
    margin-top: -10px;
    text-align: center;
    max-width: 250px;
    float: right;
}
a.hotbut {
    display: inline-block;
    font-size: 1em;
	width: auto;
    height: 42px;
    padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
    color: #ffffff;
    background: #BB2100;  /* masons red BB2100 */
    text-decoration: none;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
	border-bottom: none!important; /* needed to remove border for links */

}
a.hotbut:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
}

a.hotbut span {
    display: block;
    line-height: 14px;
    padding: 13px 0px 14px 0px;
	text-align: center;
}
a.hotbut:hover span {
    color: #fff;
	padding: 13px 0px 14px 0px;
	margin-top: 2px;}



/*
1.5 - Search
---------------------------------------------------------------------------------------------------- */

input#s {
	background: #fff url(images/search.png) no-repeat 5px 6px;
	font-size: 1em;
	height: 1.8em;
	line-height: 1.4em;
	padding: 4px 10px 4px 28px;
	box-shadow: none;
}

/*
Header contact details - float right
---------------------------------------------------------------------------------------------------- */

.call-to-action li {
    display: block;
    float: right;
}
.call-to-action li.contact-form {
    float: right;
    margin-right: 2px;
}
.phone {
    display: block;
	color: #444444;
    font-size: 1.4em;
    padding-left: 0px;
    padding-top: 10px;
    margin-top: -10px;
    text-align: center;
    max-width: 250px;
    float: right;
}


/*

1.6 - Main layout
---------------------------------------------------------------------------------------------------- */

#primary {
    float: right;
    margin: 4% 0 0 -26.4%; 
    width: 100%;
	background-color: #ffffff;
}
#primary.full-width {
	float: none;
	margin-left: 0;
	width: 80%;
	margin-top: 1%;
	margin-left: 10%;
	margin-right:10%;
}

#content {
    margin: 0 0 0 28%; 
    width: 70%;
}
#primary.full-width #content {
    margin: 0 3% 0 3%; 
    width: 94%;
}
#secondary {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 2%;
    padding-right: 1%;
    padding-top: 4%;
    width: 22%; 
	/* background-color: #ccc;   bg colour of sidebar     */
}
#main {
padding-top: 0px;}	 /* because of coloured bg sidebar extending to top */

html body.page-template-full-width-page #main header.entry-header h1.entry-title {
	text-align: center;	
}

/*
1.7 - Navigation
---------------------------------------------------------------------------------------------------- */

#menu div {
    margin: 0 3%;
}

#menu {
    clear: both;
    display: block;
    float: left;
    margin: 0 auto; /* to include some margin below nav bar  0 auto 6px */
    width: 100%;
 background-color: #000;  /* background color of nav bar */
	box-shadow: none;
	font-family: "Open sans", Calibri, Arial, sans-serif;
	}	


/*  erick arbe */
/*  header > h1 { text-align: center; }  */

.menu-link {
	clear:both;
	display: none;
	float: none;
	text-decoration: none;
	padding: 19px 10px;
}
#menu.menu { 
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
#menu.menu ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	z-index: 20!important;
	display: inline-table;
}
#menu.menu > li > ul.children {
	min-width: 10em;
	padding: 4px 0;
	background-color: #fff;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#menu.menu ul:after {
	content: ""; clear: both; display: block;
}
#menu.menu ul li {
	padding: 0px 20px 0px 20px;   /* gap between nav links */
	float: left;
}
#menu.menu > ul > li { 
	display: inline-block;
}

#menu.menu ul li a, 
#menu.menu ul li a:link, 
#menu.menu ul li a:visited {
	display: block;
	color: #fff;  /* text color of nav links */
	font-size: 1em;
	font-weight:normal;
	letter-spacing: 1px; 
	text-decoration: none;
	text-transform: uppercase;
	border-bottom:none;
}

#menu.menu ul li a:hover, 
#menu.menu ul li a.active {
	text-decoration: none;

}

#menu.menu ul li > a { 
	padding: 10px 6px;	
}

#menu.menu ul ul { 
	display: none; 
	position: absolute; 
	top:100%;
	min-width: 160px;
	background-color: #fff;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#menu.menu div.menu ul ul.children {
		display: none;
	}
	
	#menu.menu div.menu ul ul.active {
		display: none;
	}

#menu.menu ul li:hover > ul {
	display: block;
}
#menu.menu ul ul > li {
	position: relative;
}
#menu.menu ul ul > li a {
	padding: 5px 15px 5px 10px;
	height: auto;
		color: #BB2100;
background-color: #fff;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
#menu.menu ul ul > li a {
	background-color: #fff;
	color: #BB2100;
	text-transform: capitalize;
}

#menu.menu ul ul li a, 
#menu.menu ul ul li a:link, 
#menu.menu ul ul li a:visited {
	color: #000;  /* text color of child pages in dropdown */
}

#menu.menu ul ul > li a:hover {
	background-color: #fff; 
	color: #BB2100; /* hover color of text in child pages dropdown */
}
#menu.menu ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

html body.home.page.page-id-1137.page-template.page-template-template-home-with-sidebar-php.logged-in.admin-bar.two-column.right-sidebar.customize-support.js div#page.hfeed nav#menu.menu.active div.menu-mainmenu-container ul#menu-mainmenu.menu li#menu-item-1679.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-1679 ul.sub-menu li#menu-item-1892.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1892 a


/* end erick arbe */
 

/*
1.8 - Headings
---------------------------------------------------------------------------------------------------- */

h1, h2, h3 {
	color: #BB2100;  
	font-family: "Open sans", Calibri, Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 1.6em!important;}
	
.widget-title {
    color: #BB2100;  /* INSERT COLOUR OF sidebar HEADINGS HERE  */
}
	
h1 {
	font-size: 1.8em;
		margin: 10px 0px 15px 0px;
		padding: 0px 0px 10px 0px;
	}
	
#main header.entry-header h1.entry-title {
	color: #BB2100; 
	letter-spacing: 0.1em;
	font-size: 1.4em;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content h1.entry-title {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #BB2100;  

}

#content header.single-page-header h1 {
	font-size: 1.6em;
}
.entry-content, .entry-summary {
    padding: .8em 0 0;
}
h2, h2 a {
	font-size: 1.2em;
    line-height: 1.6em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;}

#main h2 a {
	color: #BB2100;
	text-decoration: none;
	border-bottom: none; 
	line-height: 1.6em;}
	
.entry-content h3 {
    font-size: 1.1em;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

h3 {
	font-size: 1.1em;
    line-height: 15px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	}

.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
    color: #BB2100;
}


/* 
sub navigation - listing of pages within parent */

ul.subnav {
	list-style:none;
	margin-left: 0;
	line-height:2.4em;
}

ul.subnav li a {
	border-bottom: none;
}

ul.subnav li a:hover {
	border-bottom: 1px dotted #bb2100;
}



/* 
1.10 - banner and homepage slider
 */

#page-banner { 
	clear: both;
	background-color: #fff;
	padding-top: 0; /* space between nav bar and banner */
	max-width: 940px;
	margin: 0 auto;
}

.responsive-slider.flexslider {
	clear: both;
    margin-bottom: 0px!important;
	max-width: 940px;
	margin: 0 auto;
	margin-bottom: -20px;
}

/* hide slider titles*/
.responsive-slider.flexslider .slide-title a {
    display: none!important;
} 

/* hide slider navigation "arrows" at the sides

.flex-direction-nav {
	display: none;} */

/* hide slider navigation "dots" at the bottom
.flex-control-nav {display: none;}*/

.floatleft { 
    float: left; 
    margin: 10px 10px 10px 0; 
}
.floatright { 
    float: right; 
    margin: 10px 0 10px 10px; 
}
.clear {
		clear:both; 
	}
/*
1.11 - single - and homepage layout
---------------------------------------------------------------------------------------------------- */

.singular #author-info {
    background: none repeat scroll 0 0 #F9F9F9;
    margin: 2.2em -35.6% 0 -35.4%;
    padding: 20px 35.4%;
}
#author-info {
    font-size: 12px;
    overflow: hidden;
}

.entry-meta {
    clear: both;
    margin: 1em 0 1em 0;
	border-bottom: none;
    border-top: none;
    font-size: .9em;
    line-height: 2em;
}

p.post-date {
		font-size: 10px;
		line-height: 20px;
		color: #000000;
		padding: 5px 0px 5px 0px;
		margin-bottom:10px;
	}

/*
1.12 - other text formatting
---------------------------------------------------------------------------------------------------- */

blockquote {
    font-family: "Open sans", Calibri, Arial, sans-serif;
border-left: 3px solid #C30;
padding-left: 20px;}

.hentry, .no-results {
	border-bottom: none!important;
   margin: 0;
    padding: 0;
}

.widget {
    clear: both;
    margin: 0 0 2.2em;
	padding-top: 2em;
	text-align: center;
}
	
.button {
    width: 28%;
	float: left;
	text-align: center;
	background: none repeat scroll 0 0 #BB2100;
    border-radius: 10px;
    /* border: 2px solid #BB2100; */
    margin: 10px 10px 20px 0;
    padding: 12px 12px;
	color: #FFF;

}

.button a {
    color: #fff;
    text-decoration: none;
	/* 	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif; */
		text-transform: uppercase;
		font-size: 130%;
}
.button a:hover {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

/* 
1.13 - breadcrumbs
---------------------------------------------------------------------------------------------------- */

.breadcrumbs {
    color: #999999;
    font-size: .8em;
	padding-top: 0;
	padding-left: 0;
}
.breadcrumbs a {
    color: #999999;
	border-bottom:none;
}
.breadcrumbs a:hover {
    color: #BB2100;
}



/*
1.14 - Widgets and image captions
---------------------------------------------------------------------------------------------------- */

.widget-title {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

.wp-caption {
    background: none repeat scroll 0 0 #ffffff;
    margin-bottom: 0.8em;
    max-width: 96%;
    padding: 0px;
}

.wp-caption .wp-caption-text, .gallery-caption {
    color: #000000;
	font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 10px;
    position: relative;
}
.wp-caption .wp-caption-text:before {
    color: #000000;
    content: "";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    left: 0px;
    margin-right: 0px;
    position: absolute;
    top: 7px;
}
/* hide image camera meta in carousel without jetpack
--------------------------------------------------------------------------- */
html body.single div.jp-carousel-wrap div.jp-carousel-info div.jp-carousel-image-meta {
display: none;	
}


/*  WIDGETS IN SIDEBAR AREA  */

.widget-area {
    font-size: .9em;
}

#secondary ul#sidebar-categories {
    list-style: none outside none;
	margin: 0 0 1.625em 0;
	}
#secondary ul#sidebar-categories li {
    border-bottom: 1px solid #DDDDDD;
	padding: 6px;
}
#secondary ul#sidebar-categories li ul.children, #secondary ul#sidebar-categories li ul.children li {
    border-bottom: none;
}

ul.recent-news {
	margin: 0 0 1.625em 1.5em;
	list-style: disc;
	}

ul.recent-news li a {
	border-bottom: none;
}
	
/*

1.15 - Footer
---------------------------------------------------------------------------------------------------- */

#colophon
{
	width: 100%;
	margin: 0px auto;  /*  moved logo and everything below higher on page   */
	clear: both;
	font-size: 90%; 
	/* background-color: #8395AF;  */
	padding: 0px;
	color: #333333!important;

}
		
#colophon ul {
	float: right;
	display: block;
	list-style: none;            
    margin: 20px 20px 15px 0px;
        }
				
#colophon ul li {
	float: left;
	display: inline;           
    margin: 0px;
    padding: 0px;
        }
#colophon ul li a {
    color: #333333!important; /* INSERT link colour for footer area  */
	border-bottom: none;}
		
#colophon li.separator {
	padding: 0px 3px;
		}

#colophon a:link 
{
	color:#333333;
	text-decoration: none;
	border-bottom:1px dotted #333333;
}
#colophon a:hover, a:active
{
	color:#333;
	text-decoration: none;
	border-bottom:1px solid #333;
}

#colophon p {
    margin-top: 0;
	margin-bottom: 2em;
}

#colophon p a
{
	color:#333;
	text-decoration: none;
	border-bottom:1px dotted #333;
}
#colophon p a:hover
{
	color:#333;
	text-decoration: none;
	border-bottom:1px solid #333;
}

#colophon p.copyright {
	float: left; 
	padding-left: 30px; 
	padding-top: 20px;
}
#colophon p.designer {
	float: right; 
	text-align: right; 
	padding-top: 20px; 
	padding-right: 20px;
}

/*
1.16 - Columns shortcode 
---------------------------------------------------------------------------------------------------- */

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth { 
	position:relative; margin-right:4%; float:left; min-height:1px; height:auto!important; height:1px; }
.one_half { width:48%; }
.one_third { width:30.6666%; }
.two_third { width:65.3332%; }
.one_fourth { width:22%; }
.two_fourth { width:48%; }
.three_fourth { width:74%; }
.one_fifth { width:16.8%; }
.two_fifth { width:37.6%; }
.three_fifth { width:58.4%; }
.four_fifth { width:79.2%; }
.one_sixth { width:13.3333%; }
.two_sixth { width:30.6666%; }
.three_sixth { width:47.9998%; }
.four_sixth { width:65.3332%; }
.five_sixth { width:82.6665%; }
.last { margin-right:0!important; clear:right; }
.one_half .one_half { margin-right:8.3333%; width:45.8333%; }
.one_half .one_third { margin-right:8.3333%; width:27.7778%; }
.one_half .two_third { margin-right:8.3333%; width:63.8889%; }
.two_third .one_third { margin-right:6.1224%; width:29.2517%; }
.two_third .two_third { margin-right:6.1224%; width:64.6258%; }
.two_third .one_fourth { margin-right:6.1224%; width:20.4082%; }


/*
1.17 - hide image meta from carousel - requires carousel without jetpack plugin 
---------------------------------------------------------------------------------------------------- */

.jp-carousel-image-meta {
display: none!important;	
}

/* 
1.18 - Images 
---------------------------------------------------------------------------------------------------- */


img[class*="align"], 
img[class*="wp-image-"], 
#content .gallery .gallery-icon img {
    border: none;
    padding: 6px;
}

/* remove border below images in gallery - as links they are underlined otherwise */

#content .gallery a {
	border-bottom:none;
}

/* 
1.19 - Buttons and image icons 
---------------------------------------------------------------------------------------------------- */


button, input[type="reset"], input[type="button"], input[type="submit"] {

    background-color: none;
    border: none;
}

/* add icons for pdf and document uploads */

a[href$=".PDF"], a[href$=".pdf"] {
	padding: 2px 10px 2px 20px;
	background: url("images/pdf_sml_icon.gif") left center no-repeat;
}

a[href$=".XLS"], a[href$=".xls"], a[href$=".xlsx"] {
	padding: 2px 10px 2px 20px;
	background: url("images/xls_sml_icon.jpg") left center no-repeat;
}

a[href$=".DOC"], a[href$=".doc"], a[href$=".docx"] {
	padding: 2px 10px 2px 20px;
	background: url("images/word_sml_icon.jpg") left center no-repeat;
}


/*
1.20 - Responsive design - media queries
---------------------------------------------------------------------------------------------------- */
@media (max-width: 850px) {
	


}

@media (max-width: 800px) {
	
	#menu div {
    margin: 0 3%;
}

	
	#menu .current-menu-item > a, #menu .current-menu-ancestor > a, #menu .current_page_item > a, #menu .current_page_ancestor > a, #menu .current_page_parent > a {
    font-weight: normal;
	background-image: none;   /* active state */
}

#page {
	box-shadow: none;	}
	
	#page {
background-image: none;}
	
	#main #content {
    margin: 0 0 0 28%;
    width: 68%;
}
	#main #secondary { /* need this to override twenty eleven */
		float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 2%;
    padding-right: 1%;
    padding-top: 4%;
width: 22%;
	}
	
	#main {
    padding-top: 0px;
}
	#nav-below {
		margin-bottom: 0.8em;
	}
	
	#primary {
    margin-top: 0;
}

#main header.entry-header h1.entry-title {
	padding-left: 10px;
	letter-spacing: normal;
	font-size: 1.3em;
}

#branding img.logo-image {
    width: auto; 
	    margin: 0px 3% 5px 2%;
		padding-top: 5px;
}
#menu div {
	margin: 0 0%;
}
	body, input, textarea {
		font-size: 14px;
	}
	
	#sidebar-widgets {
		display: none;

}
}

@media (max-width: 600px) {

#main #content {
    margin: 0 3%;
    width: auto;
}
	#main #secondary { /* need this to override twenty eleven */
		float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 2%;
    padding-right: 1%;
    padding-top: 4%;
			width: auto;
	}

#main header.entry-header h1.entry-title {
	padding-left: 10px;
	letter-spacing: normal;
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth { 
	float:none; width: 100%; }
	
a.hotbut {
	display: none;
}

#primary.full-width {
	float: none;
	width: 95%;
	margin-top: 1%;
	margin-left: auto;
	margin-right:auto;
}
	
	/* start - erick arbe responsive - multi toggle */

a.menu-link {
		display: block;
		color: #fff;
		background-color: #BB2100;  /*  menu link on small screens */
		text-align:center;
	}
	#menu.menu {
		clear: both;
		min-width: inherit;
		float: none;
	}
	#menu.menu ul li a, 
#menu.menu ul li a:link, 
#menu.menu ul li a:visited {
	color: #000;  /* text color of nav links */
	font-size: 1em;
}


	#menu.menu, #menu.menu > ul ul {
		overflow: hidden;
		max-height: 0;
		background-color: #fff;  /*  A46276 light red for child pages */
	}
	#menu.menu > li > ul.children {
	padding: 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	}
	#menu.menu.active, #menu.menu > ul ul.active {
		max-height: 60em;
	}
	#menu.menu ul {
		display: inline;
	}
	
	#menu.menu ul li {
	float: none;
	padding: 0;}

	#menu.menu div.menu ul ul.active {
		display: block;
	}

	#menu.menu > ul {
		border-top: 1px solid #A46276;
	}
	#menu.menu li, #menu.menu > ul > li {
		display: block;
	}
	#menu.menu li a {
		color: #000;
		display: block;
		padding: 0.8em;
		border-bottom: 1px solid #A46276;
		position: relative;
	}
	#menu.menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 0.55em 0.5em;
	}
	#menu.menu li.has-submenu > a.active:after {
		content: "-";
	}
	#menu.menu ul ul > li a {
	background-color: #fff;  /*  color for dropdown for child pages */
	color: #BB2100;
		height:auto;
		padding: 10px 18px 5px 30px;
	}
	#menu.menu ul ul, .menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}

#colophon p.copyright {
	float: none; 
	text-align: center; 
	padding-left: 0;
	margin-bottom:0;
}
#colophon p.designer {
	float: none; 
	text-align: center; 
	padding-right: 0;
	padding-top: 0;
}

}

@media (max-width: 480px) {

	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
		#menu ul li {
			display: none;	
		}
#branding img.logo-image {
    margin: 0 auto;
    padding-top: 10px;
    max-width: 70%;
	padding-left: 10px;
	float: none;
}

#branding hgroup a {
	border-bottom: 1px dotted #BB2100;  /* adds border back to phone number */
}

#branding ul.call-to-action {
    float: none;
}

.call-to-action li {
    float: none;
	margin: 0 auto;
    text-align: center;
}
.phone {
    padding-top: 0px;
}
}
